• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:21
CEST 03:21
KST 10:21
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL54Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation The GOAT ranking of GOAT rankings Statistics for vetoed/disliked maps How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster
Tourneys
Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Flash Announces Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/ Player “Jedi” cheat on CSL Unit and Spell Similarities Help: rep cant save
Tourneys
[Megathread] Daily Proleagues [BSL20] Grand Finals - Sunday 20:00 CET Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Trading/Investing Thread Russo-Ukrainian War Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 611 users

The Big Programming Thread - Page 593

Forum Index > General Forum
Post a Reply
Prev 1 591 592 593 594 595 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
bangsholt
Profile Joined June 2011
Denmark138 Posts
February 23 2015 19:15 GMT
#11841
On February 24 2015 02:46 windzor wrote:
Show nested quote +
On February 24 2015 02:37 travis wrote:
if I used serialization to save data from my program to a file, will that file be readable/editable in some way that would allow users to manipulate the saved states? because I don't want that.

do I specifically need to find a way to save my files as encrypted to avoid it?


If the user have access rights to edit the file he can do it. There is nothing you can do about that.

What you can do is create a checksum of the file and use that to detect if the user has changed the file. If so, you can yell at the user and say to stop editing that file.


It depends on how you serialize it. If you dump it into a binary format, it's not editable for your average user, nor is it for the more advanced one as you'll have to figure out what it means. If you dump it in JSON/XML well... Those are designed to be read by humans, soooo :o)
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2015-02-23 19:27:47
February 23 2015 19:23 GMT
#11842
I have a confession to make. I messed up Fizzbuzz. I didn't notice the part where it asked you to print a number T_T

And I tried to optimize prematurely looking for an elegant solution. Sad.

Please whisper sweet things into my ear that I usually read instructions more carefully, doublecheck my work, and that I like scalable programs.
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
Cyx.
Profile Joined November 2010
Canada806 Posts
February 24 2015 01:52 GMT
#11843
On February 24 2015 04:23 obesechicken13 wrote:
I have a confession to make. I messed up Fizzbuzz. I didn't notice the part where it asked you to print a number T_T

And I tried to optimize prematurely looking for an elegant solution. Sad.

Please whisper sweet things into my ear that I usually read instructions more carefully, doublecheck my work, and that I like scalable programs.

Ahahah man you should have seen me take ten minutes to come up with a function that returns the max of three integers... It happens to everyone :D
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
February 24 2015 09:51 GMT
#11844
Rant...

I somehow truly hate it when people write


null === variable


seems so wrong...

/rant
Time is precious. Waste it wisely.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 24 2015 10:39 GMT
#11845
On February 24 2015 18:51 Manit0u wrote:
Rant...

I somehow truly hate it when people write


null === variable


seems so wrong...

/rant

wtf why... .WHY T_T

The harder it becomes, the more you should focus on the basics.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2015-02-24 10:44:31
February 24 2015 10:42 GMT
#11846
@blisse
seq is short for sequence, it's a library for manipulating sequences of types.

jeh is my initials, i just put trifles in
there that are not big enough for their
own namespace, but fear the global one.
rewording of enable_if_t (select_if),
to_string for types, abstract / deconstruct.
conspired against by a confederacy of dunces.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
February 24 2015 10:50 GMT
#11847
On February 24 2015 18:51 Manit0u wrote:
Rant...

I somehow truly hate it when people write


null === variable


seems so wrong...

/rant


One of my colleagues likes to do those yoda conditions. I always refactor them away when I come across them.

I think it's an abomination that originates from the Java world where e.g. someString.equals("foo") could lead to a null pointer exception while "foo".equals(someString) couldn't. Either way, it's so unintuitive and against the way the brain processes information that there is no reason to ever use those.... well, ok, maybe in soviet russia null is variable.
windzor
Profile Joined October 2010
Denmark1013 Posts
February 24 2015 11:06 GMT
#11848
On February 24 2015 04:15 bangsholt wrote:
Show nested quote +
On February 24 2015 02:46 windzor wrote:
On February 24 2015 02:37 travis wrote:
if I used serialization to save data from my program to a file, will that file be readable/editable in some way that would allow users to manipulate the saved states? because I don't want that.

do I specifically need to find a way to save my files as encrypted to avoid it?


If the user have access rights to edit the file he can do it. There is nothing you can do about that.

What you can do is create a checksum of the file and use that to detect if the user has changed the file. If so, you can yell at the user and say to stop editing that file.


It depends on how you serialize it. If you dump it into a binary format, it's not editable for your average user, nor is it for the more advanced one as you'll have to figure out what it means. If you dump it in JSON/XML well... Those are designed to be read by humans, soooo :o)


No binary files are editable for all users. Just doesn't mean that what they edit are usable in any way or form. It also can make the serialized data unusable. Travis wants to make sure only reliable edits are used by the application.

Not all binary files are all binary data. PDF files are binary files, but I edit them all the time in hand at work to test stuff because big part of the PDF format is non-binary text.
Yeah
Gowerly
Profile Blog Joined July 2011
United Kingdom916 Posts
February 24 2015 11:19 GMT
#11849
On February 24 2015 19:50 Morfildur wrote:
Show nested quote +
On February 24 2015 18:51 Manit0u wrote:
Rant...

I somehow truly hate it when people write


null === variable


seems so wrong...

/rant


One of my colleagues likes to do those yoda conditions. I always refactor them away when I come across them.

I think it's an abomination that originates from the Java world where e.g. someString.equals("foo") could lead to a null pointer exception while "foo".equals(someString) couldn't. Either way, it's so unintuitive and against the way the brain processes information that there is no reason to ever use those.... well, ok, maybe in soviet russia null is variable.

It's more than that. Older compilers would happily compile:

if (myVar = cMyTestComparator)
{
...
}

without error or warning.

So, people reversed them so that the constant was on the left, which would cause the code to fail to compile.
These days compilers are more likely to catch them, but people are still wont to put things like

if ((myVar = doSomethingObnoxious()) == NULL)

or whatever in their code, so I'm not against Yoda conditioning. It's not like it takes longer to run and it's not exactly unreadable.
I will reduce you to a series of numbers.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2015-02-24 11:37:00
February 24 2015 11:36 GMT
#11850
It's not unreadable, but feels super wrong when you're reading code...
Time is precious. Waste it wisely.
ferdkuh
Profile Joined January 2013
10 Posts
February 24 2015 15:29 GMT
#11851
I've been playing around with the meteor framework for javascript lately and was really impressed by on feature of it called Livequery. It is essentially a database connector that allows for your querie results to be automatically updated as the data changes. It works really nice and is extremely pleasant to use.

Now my question is: Is anybody of you aware of something similar for C/Java/.Net ?
mariiopac
Profile Joined February 2015
Italy3 Posts
February 24 2015 16:44 GMT
#11852
--- Nuked ---
Soan
Profile Blog Joined August 2010
New Zealand194 Posts
February 24 2015 18:46 GMT
#11853
On February 24 2015 18:51 Manit0u wrote:
Rant...

I somehow truly hate it when people write


null === variable


seems so wrong...

/rant


You wouldn't enjoy reading my code then, I do that all the time. The first programming teacher I had taught us that for exactly the reasons Gowerly described. The compiler might be perfectly capable of detecting it, but it's a habit now, and doing
variable == null
feels wrong to me so I correct it when I accidentally type it that way.
Artesimo
Profile Joined February 2015
Germany546 Posts
Last Edited: 2015-02-24 19:12:34
February 24 2015 19:10 GMT
#11854
Not really a programming question, but is there a programm that gives a user the ability to grant another person remote acess to their computer and control their mouse etc. thats so easy to use that even a toddler would be able to use it. Even if it isnt free, I dont care anymore at this point. I just spend over 90min on trying to assist my grandpa on downloading a programm to open zip-archives without any success, just to realize that he already has 7-zip installed(not in german ofc, that would be silly for someone that only speaks german properly) but him still being unable to open the files in the archive since some photo-stuff programm from hell seems to be set as default programm to open this files(some charts, exel I assume, he propably set the photo-programm as default programm by accident). Since years I am trying to teach him some basic stuff, whats folders etc. and some basic terminology so he wouldnt confuse me when he explains a problem completely wrong. Hes not stupid or demented, hes usually pretty smart but when it comes to computers he is just so clumsy, despite trying his best. I am the only one who has patience to deal with his problems but I need 2 hours one way to get to him and solve his problem in 15min, including writing it down for him step by step. He still uses XP, horribly messed up his interface and therefore I am no longer able to guide him through, I just can guess. I just want a programm where he just has to double-click something to grant me remote acess to his machine, maybe have him allowing me to controll his mouse, but everything has to function simple. Setup can be more complicated as long as it only needs to be done once... please tell me that there is such a programm because I almost lost it during this phonecall.

TLDR:
- need a programm for granting a specific user remote acess
- foolproof
- one time setup
- user who gets remote acess must be able to control the mouse etc. in a easy way and it should be visible for the one who granted remote acess
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 24 2015 19:11 GMT
#11855
meh it feels super wierd.

besides, there aren't any scenario's anymore where we would want to use those old crappy versions of compilers right?
The harder it becomes, the more you should focus on the basics.
Kasto
Profile Joined May 2010
473 Posts
February 24 2015 19:25 GMT
#11856
On February 25 2015 04:10 Artesimo wrote:
+ Show Spoiler +

Not really a programming question, but is there a programm that gives a user the ability to grant another person remote acess to their computer and control their mouse etc. thats so easy to use that even a toddler would be able to use it. Even if it isnt free, I dont care anymore at this point. I just spend over 90min on trying to assist my grandpa on downloading a programm to open zip-archives without any success, just to realize that he already has 7-zip installed(not in german ofc, that would be silly for someone that only speaks german properly) but him still being unable to open the files in the archive since some photo-stuff programm from hell seems to be set as default programm to open this files(some charts, exel I assume, he propably set the photo-programm as default programm by accident). Since years I am trying to teach him some basic stuff, whats folders etc. and some basic terminology so he wouldnt confuse me when he explains a problem completely wrong. Hes not stupid or demented, hes usually pretty smart but when it comes to computers he is just so clumsy, despite trying his best. I am the only one who has patience to deal with his problems but I need 2 hours one way to get to him and solve his problem in 15min, including writing it down for him step by step. He still uses XP, horribly messed up his interface and therefore I am no longer able to guide him through, I just can guess. I just want a programm where he just has to double-click something to grant me remote acess to his machine, maybe have him allowing me to controll his mouse, but everything has to function simple. Setup can be more complicated as long as it only needs to be done once... please tell me that there is such a programm because I almost lost it during this phonecall.

TLDR:
- need a programm for granting a specific user remote acess
- foolproof
- one time setup
- user who gets remote acess must be able to control the mouse etc. in a easy way and it should be visible for the one who granted remote acess



I've used Teamviewer in a similar situation. Not sure if it'll have any problems with XP but give it a try.
Ropid
Profile Joined March 2009
Germany3557 Posts
February 24 2015 19:26 GMT
#11857
@Artesimo: that stuff is built into Windows, but I don't know how it works. Search for "Remote Assistance". There's also "Remote Desktop", but that's not quite what you want, I think.
"My goal is to replace my soul with coffee and become immortal."
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
February 24 2015 19:34 GMT
#11858
On February 25 2015 04:25 Kasto wrote:
Show nested quote +
On February 25 2015 04:10 Artesimo wrote:
+ Show Spoiler +

Not really a programming question, but is there a programm that gives a user the ability to grant another person remote acess to their computer and control their mouse etc. thats so easy to use that even a toddler would be able to use it. Even if it isnt free, I dont care anymore at this point. I just spend over 90min on trying to assist my grandpa on downloading a programm to open zip-archives without any success, just to realize that he already has 7-zip installed(not in german ofc, that would be silly for someone that only speaks german properly) but him still being unable to open the files in the archive since some photo-stuff programm from hell seems to be set as default programm to open this files(some charts, exel I assume, he propably set the photo-programm as default programm by accident). Since years I am trying to teach him some basic stuff, whats folders etc. and some basic terminology so he wouldnt confuse me when he explains a problem completely wrong. Hes not stupid or demented, hes usually pretty smart but when it comes to computers he is just so clumsy, despite trying his best. I am the only one who has patience to deal with his problems but I need 2 hours one way to get to him and solve his problem in 15min, including writing it down for him step by step. He still uses XP, horribly messed up his interface and therefore I am no longer able to guide him through, I just can guess. I just want a programm where he just has to double-click something to grant me remote acess to his machine, maybe have him allowing me to controll his mouse, but everything has to function simple. Setup can be more complicated as long as it only needs to be done once... please tell me that there is such a programm because I almost lost it during this phonecall.

TLDR:
- need a programm for granting a specific user remote acess
- foolproof
- one time setup
- user who gets remote acess must be able to control the mouse etc. in a easy way and it should be visible for the one who granted remote acess



I've used Teamviewer in a similar situation. Not sure if it'll have any problems with XP but give it a try.



TeamViewer is the most common choice. Easy to use, requires no installation on the other side, you just need to make them execute a link and then ask them for an ID the program gives them and you can instantly connect to their PC and control it. No router configuration or such is required.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2015-02-24 22:07:15
February 24 2015 20:48 GMT
#11859
Another vote for TeamViewer, RDP doesn't let the other user see the screen while you're using it (locked out).

On February 24 2015 19:42 nunez wrote:
@blisse
seq is short for sequence, it's a library for manipulating sequences of types.

jeh is my initials, i just put trifles in
there that are not big enough for their
own namespace, but fear the global one.
rewording of enable_if_t (select_if),
to_string for types, abstract / deconstruct.


was just wondering because my work has some folders called like /weh/ and I was wondering if they were related :p


Is there an option with SASS (or maybe I'll switch to LESS) that takes all the scss files I have and outputs it in one css file? I usually have like 1 css per scss file for the build system, but I would like to decouple that kind of dependency on the scss files.
There is no one like you in the universe.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
February 24 2015 23:30 GMT
#11860
On February 25 2015 05:48 Blisse wrote:
Another vote for TeamViewer, RDP doesn't let the other user see the screen while you're using it (locked out).

Show nested quote +
On February 24 2015 19:42 nunez wrote:
@blisse
seq is short for sequence, it's a library for manipulating sequences of types.

jeh is my initials, i just put trifles in
there that are not big enough for their
own namespace, but fear the global one.
rewording of enable_if_t (select_if),
to_string for types, abstract / deconstruct.


was just wondering because my work has some folders called like /weh/ and I was wondering if they were related :p


Is there an option with SASS (or maybe I'll switch to LESS) that takes all the scss files I have and outputs it in one css file? I usually have like 1 css per scss file for the build system, but I would like to decouple that kind of dependency on the scss files.


With LESS you can use less compiler (npm install -g less clean-css) to get a minified single css file out of as many less files as you want. All you have to do is create some main.less file and @import all the other files in it. It's just one of the ways to do it. You can also use stuff like Less.php if you prefer it this way.

It's the same for SASS really:
http://stackoverflow.com/questions/5571477/use-multiple-sass-files
Time is precious. Waste it wisely.
Prev 1 591 592 593 594 595 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 1h 39m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 241
RuFF_SC2 128
Livibee 98
StarCraft: Brood War
Sea 485
NaDa 35
Icarus 1
Dota 2
420jenkins668
capcasts119
NeuroSwarm92
febbydoto10
LuMiX1
League of Legends
JimRising 707
Counter-Strike
Stewie2K678
taco 617
Other Games
summit1g10365
tarik_tv4654
ViBE191
Organizations
Other Games
BasetradeTV70
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH237
• Hupsaiya 108
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki13
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4827
• Jankos1655
• masondota21011
Upcoming Events
Korean StarCraft League
1h 39m
CranKy Ducklings
8h 39m
RSL Revival
8h 39m
ByuN vs Cham
herO vs Reynor
FEL
14h 39m
RSL Revival
1d 8h
Clem vs Classic
SHIN vs Cure
FEL
1d 10h
BSL: ProLeague
1d 16h
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
3 days
The PondCast
4 days
[ Show More ]
Replay Cast
4 days
RSL Revival
5 days
Replay Cast
5 days
RSL Revival
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.