• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:14
CEST 16:14
KST 23:14
  • 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
Serral wins HomeStory Cup 2914Serral wins Maestros of the Game 243ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12
Community News
Weekly Cups (July 27-Aug 2): SHIN's big week0SC4ALL II: Brood War - $2500 - Dec 5-67SC4ALL II announced - $10,000 prize pool, Dec 5-64PIG STY FESTIVAL 8.0! (13 - 23 August)11Neeb returns to progaming; rejoins ONSYDE17
StarCraft 2
General
Neeb returns to progaming; rejoins ONSYDE SC4ALL II: StarCraft 2 Player Announcement 2/8 Balance hotfix patch 5.0.16b (July 16) August World Ranking: Clem climbs to #2 Daily SC2 Player Grid - feedback wanted
Tourneys
Tasteless Time Warp: SC Evo Showmatch (May 25) SC4ALL II announced - $10,000 prize pool, Dec 5-6 Sparkling Tuna Cup - Weekly Open Tournament PIG STY FESTIVAL 8.0! (13 - 23 August) RSL Revival: Season 6 - Qualifiers and Main Event
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
The PondCast: SC2 News & Results Mutation # 537 Hostile Territory Mutation # 536 Railroad Switch Mutation # 535 Assembly of Vengeance
Brood War
General
ASL22 General Discussion Data needed BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion [Personal Project Share] Terran Defense v0.60
Tourneys
SC4ALL II: Brood War - $2500 - Dec 5-6 2v2v2v2 Tournament [Megathread] Daily Proleagues Escore Tournament - Season 3
Strategy
Any training maps people recommend? Fighting Spirit mining rates Simple Questions, Simple Answers Odyssey Mineral Stack Saturation
Other Games
General Games
ZeroSpace Early Access is Now Live! Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Beyond All Reason
Dota 2
Looking for a Dota Mentor Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
European Politico-economics QA Mega-thread US Politics Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread Things Aren’t Peaceful in Palestine
Fan Clubs
The Clem Fan Club INnoVation Fan Club The Scarlett Fan Club
Media & Entertainment
Anime Discussion Thread Movie Discussion! Series you have seen recently... [Req][Books] Good Fantasy/SciFi books
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion MLB/Baseball 2023 McBoner: A hockey love story
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Simple Questions Simple Answers FPS when play League Of Legend on laptop
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Please support my new stand…
Peanutsc
What is a Gamer?
TrAiDoS
Hello guys!
LIN1s
ASL S22 English Commentary…
namkraft
Poker (part 2)
Nebuchad
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5006 users

The Big Programming Thread - Page 596

Forum Index > General Forum
Post a Reply
Prev 1 594 595 596 597 598 1032 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.
Manit0u
Profile Blog Joined August 2004
Poland17821 Posts
February 27 2015 11:45 GMT
#11901
On February 27 2015 17:32 Blisse wrote:
how do yall balance working with all the other stuff you wanna do?

i balance it by not sleeping but i feel like there's a better way...


I don't do half the stuff I want to do :/
Time is precious. Waste it wisely.
Umpteen
Profile Blog Joined April 2010
United Kingdom1570 Posts
February 27 2015 15:19 GMT
#11902
Semi-idle question:

Is there a term for bugs where several different errors in the code all cause the same or similar symptoms, so that when you find and fix one, the problem doesn't seem to go away?
The existence of a food chain is inescapable if we evolved unsupervised, and inexcusable otherwise.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 27 2015 15:52 GMT
#11903
On February 27 2015 17:32 Blisse wrote:
how do yall balance working with all the other stuff you wanna do?

i balance it by not sleeping but i feel like there's a better way...

in my case I convince my teachers that they should let me do the things I want to do.

I geuss that would be a big bug? since you have to fix all to get rid of the symptoms.

does anybody know how I can set my stuff up in a way that I only need to recompile 1 file for a change to work instead of my entire project over and over again?
The harder it becomes, the more you should focus on the basics.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-02-27 16:27:32
February 27 2015 16:20 GMT
#11904
hi

so the next thing i wanna do is take an xml string and parse it into a java object class.

there is a class generator here http://pojo.sodhanalibrary.com/ where you paste in sample xml and it designs a class for you

however some of my sample xml data uses & instead of & which causes it to be invalid xml apparently. for example the anime + Show Spoiler +
<anime href="/encyclopedia/anime.php?id=210">Rurouni Kenshin: Trust & Betrayal (OAV)</anime>


my question is, when my system receives the xml string (by requesting from external api), should it first validate it?

so it would be like

1) request xml from external API

2) search the string for "<warning>no result for anime=uuu</warning>" and if this is the case then don't try to parse the result into an object (or parse it into a different object...or do something with it different...)

3) search the string for "&" and replace them with "&amp;"

4) (parse into object)

(just got out of bed so will look into this myself obv :D )
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Ropid
Profile Joined March 2009
Germany3557 Posts
Last Edited: 2015-02-27 16:40:03
February 27 2015 16:29 GMT
#11905
On February 28 2015 00:52 sabas123 wrote:
does anybody know how I can set my stuff up in a way that I only need to recompile 1 file for a change to work instead of my entire project over and over again?

You could use this: http://www.gnu.org/software/make/

If you set up a make file, that make tool will only compile the changed .c files into .o files, but will leave the unchanged files alone. You can't avoid the linker step, that has to be done each time.

To speed up the linker, there's the normal one "ld" and an alternative named "gold" (has the filename ld.gold). That ld.gold can use all CPU cores and stuff. You can have gcc use it by adding "-fuse-ld=gold" to the command line. Adding "-pipe" is also interesting as it makes it so the various processes pipe their output/inputs together instead of using temp files.

I bet there's also a much nicer and easier to use tool than that ancient "make" one, but if you just use an example file to start, it's probably not that annoying.

EDIT: Another thing! You can use clang instead of gcc. It's faster and its error messages are nicer. It can be pretty much a perfect replacement for gcc, exact same command lines often work, etc., so there's nothing to learn really.

I also just remembered "ccache". That's a wrapper that will call the compiler and cache the output. If the input files didn't change, it will use the output from its cache instead of starting the compiler. Using that might be an alternative to a make system. You have nothing you need to learn really with ccache. You are using it by replacing gcc and g++ with links to the ccache executable. It looks like this in practice:

$ which gcc g++ clang clang++
/usr/lib/ccache/bin/gcc
/usr/lib/ccache/bin/g++
/usr/lib/ccache/bin/clang
/usr/lib/ccache/bin/clang++

That's just the /usr/lib/ccache/bin directory added to the front of $PATH.
"My goal is to replace my soul with coffee and become immortal."
Oshuy
Profile Joined September 2011
Netherlands529 Posts
February 27 2015 16:39 GMT
#11906
On February 28 2015 01:20 FFGenerations wrote:
my question is, when my system receives the xml string (by requesting from external api), should it first validate it?


Always validate your inputs first, unless you know the component you use has a reliable validation to protect it against external attacks. Since checking the components you use is often more work than making the validation yourself anyway, always validate your inputs first.
Coooot
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 27 2015 16:42 GMT
#11907
On February 28 2015 01:29 Ropid wrote:
Show nested quote +
On February 28 2015 00:52 sabas123 wrote:
does anybody know how I can set my stuff up in a way that I only need to recompile 1 file for a change to work instead of my entire project over and over again?

You could use this: http://www.gnu.org/software/make/

If you set up a make file, that make tool will only compile the changed .c files into .o files, but will leave the unchanged files alone. You can't avoid the linker step, that has to be done each time.

To speed up the linker, there's the normal one "ld" and an alternative named "gold" (has the filename ld.gold). That ld.gold can use all CPU cores and stuff. You can have gcc use it by adding "-fuse-ld=gold" to the command line. Adding "-pipe" is also interesting as it makes it so the various processes pipe their output/inputs together instead of using temp files.

I bet there's also a much nicer and easier to use tool than that ancient "make" one, but if you just use an example file to start, it's probably not that annoying.

EDIT: Another thing! You can use clang instead of gcc. It's faster and its error messages are nicer. It can be pretty much a perfect replacement for gcc, exact same command lines often work, etc., so there's nothing to learn really.

I also just remembered "ccache". That's a wrapper that will call the compiler and cache the output. If the input files didn't change, it will use the output from its cache instead of starting the compiler. Using that might be an alternative to a make system. You have nothing you need to learn really with ccache. You are using it by replacing gcc and g++ with links to the ccache executable. It looks like this in practice:

$ which gcc g++ clang clang++
/usr/lib/ccache/bin/gcc
/usr/lib/ccache/bin/g++
/usr/lib/ccache/bin/clang
/usr/lib/ccache/bin/clang++

That's just the /usr/lib/ccache/bin directory added to the front of $PATH.

so if I change bla.o by recompiling bla.cpp then there is to see the change in the program itself I have to recompile it no matter what?T_T

also with a make file, can I put it up that it will take an argument only compile the file of the argument?

thanks for the post btw^^
The harder it becomes, the more you should focus on the basics.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
Last Edited: 2015-02-27 16:58:51
February 27 2015 16:58 GMT
#11908
void pointers confuse meT_T

I need to pass an int to a timer that only accepts a void pointers. and I have to do that through an other function

any idea how?? the current result below is a random between 0 and ~32500.

+ Show Spoiler +


SDL_TimerID runningMarioTimer;
int can_time=1;
uint32_t nextRunningMarioClip(uint32_t interval,void* max){
int magic = *(int *) max;
printf("magic:%d \n" ,magic);

can_time=1;
return 0;
}

void runningMarioClipTimer(void *max){
runningMarioTimer=SDL_AddTimer(300,nextRunningMarioClip,max);
}

void marioRunningRender(int x, int y){
int number =3;
//start the timer for the next clip
if(can_time==1){
runningMarioClipTimer(&number);
can_time=0;
}
}


edit to compile you have to include sdl_timer and init it. will fix the code later
The harder it becomes, the more you should focus on the basics.
Ropid
Profile Joined March 2009
Germany3557 Posts
Last Edited: 2015-02-27 17:02:51
February 27 2015 16:59 GMT
#11909
Yes, you have to recompile it no matter what, but in your example, where you compiled bla.cpp separately (probably to check for error messages), make will see that the .o file has a newer date than the .cpp file and will just start the linker to build a new executable.

Yes, you can compile only parts of your stuff with make. In the config file, there's definitions for "targets" and you can call make with a target name. In your example, there will be a target "bla.o" which depends on "bla.cpp". If you just want to compile bla.cpp and nothing else, you would do "make bla.o".

EDIT:

int number;

number <--- that has type (int)
&number <--- that has type (int *)
(void *) (&number) <--- force it to pretend that the (int *) is a (void *)
"My goal is to replace my soul with coffee and become immortal."
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2015-02-27 17:09:16
February 27 2015 17:08 GMT
#11910
clang might compile faster (it did last time i checked, but gcc seemed to produce faster code), but i doubt sabas would notice the difference. it seems gcc 5 will bring a big boost to compilation speed, which is super nice (i kill compilers).

however i belive the diagnostics on clang are more friendly than the the one on gcc, so if he can swap it out without any hassle i think it's a good advice.
conspired against by a confederacy of dunces.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 27 2015 18:00 GMT
#11911
I can get an int * to a function, but still cant send it as a (void*) (*argument)

the function that will recieve (void*) (*argument) I convert the argument to int with *(int*) but that causes a segment fault:/
The harder it becomes, the more you should focus on the basics.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
February 27 2015 18:01 GMT
#11912
On February 28 2015 02:08 nunez wrote:
clang might compile faster (it did last time i checked, but gcc seemed to produce faster code), but i doubt sabas would notice the difference. it seems gcc 5 will bring a big boost to compilation speed, which is super nice (i kill compilers).

however i belive the diagnostics on clang are more friendly than the the one on gcc, so if he can swap it out without any hassle i think it's a good advice.

That's what you get for using a turing complete compile time meta language.
If you have a good reason to disagree with the above, please tell me. Thank you.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2015-02-27 18:31:28
February 27 2015 18:12 GMT
#11913
the int number is local to the marioRunningRender function,
when the main thread is done executing it, this number ceases to be.
if the callback runs on the library thread after this, and attempts to
dereference a pointer to this number, then you are out of luck.

@spinesheath
it's hard to despair when your purgatory is a comfortable chair in the proximity of a coffee machine.

My desire to inflict pain on the compilers is large.
They've been tormenting me for the last 7 years.
Now's my chance to strike back!
Scott Haney
src
conspired against by a confederacy of dunces.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 27 2015 19:30 GMT
#11914
On February 28 2015 03:12 nunez wrote:
the int number is local to the marioRunningRender function,
when the main thread is done executing it, this number ceases to be.
if the callback runs on the library thread after this, and attempts to
dereference a pointer to this number, then you are out of luck.

thanks that solved it.
The harder it becomes, the more you should focus on the basics.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
February 27 2015 19:33 GMT
#11915
ah, nice job.
conspired against by a confederacy of dunces.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 28 2015 20:10 GMT
#11916
im trying to add a class pointer to a vector when a class gets initialized. but I can't get it to work:/ any help?
The harder it becomes, the more you should focus on the basics.
teamamerica
Profile Blog Joined July 2010
United States958 Posts
February 28 2015 20:14 GMT
#11917
On February 28 2015 01:20 FFGenerations wrote:
hi

so the next thing i wanna do is take an xml string and parse it into a java object class.

there is a class generator here http://pojo.sodhanalibrary.com/ where you paste in sample xml and it designs a class for you

however some of my sample xml data uses & instead of &amp; which causes it to be invalid xml apparently. for example the anime + Show Spoiler +
<anime href="/encyclopedia/anime.php?id=210">Rurouni Kenshin: Trust & Betrayal (OAV)</anime>


my question is, when my system receives the xml string (by requesting from external api), should it first validate it?

so it would be like

1) request xml from external API

2) search the string for "<warning>no result for anime=uuu</warning>" and if this is the case then don't try to parse the result into an object (or parse it into a different object...or do something with it different...)

3) search the string for "&" and replace them with "&amp;"

4) (parse into object)

(just got out of bed so will look into this myself obv :D )



I think you probably want to look into xml/html decodingfor step 3 (rather than just find and replace). Also there's JAXB stuff for decoding XML but I've never used it before to be honest.

Quick question for Java encryption. I'm trying to build some sample code to encrypt a text file. A bit of googling get's me to this StackOverflow answer.

They have a few different components - salt, iv, and actual passphrase used to generate key. I'm wondering how important it is to keep all of that data private. I was going to simply hardcode salt into code(choose 8 random bytes), and also store the IV with the encrypted text.

In writing this, I suppose I could also store the salt (again in cleartext) with the rest of my text, but I don't know if that helps at all.

Here's what I have so far...https://gist.github.com/anonymous/8c225d610297ae9d11e8

I looked into Jasypt and didn't go with it because it's StrongTextEncryptor uses triple-DES and I remember from some old course the key strength of that isn't that high. But honestly I barely know what I'm going, so maybe I should just go with that?

Thanks!

RIP GOMTV. RIP PROLEAGUE.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
February 28 2015 20:20 GMT
#11918
@sabas
not quite sure what you are trying to do,
maybe you can post some code.
conspired against by a confederacy of dunces.
Manit0u
Profile Blog Joined August 2004
Poland17821 Posts
Last Edited: 2015-02-28 20:32:57
February 28 2015 20:32 GMT
#11919
On March 01 2015 05:14 teamamerica wrote:
They have a few different components - salt, iv, and actual passphrase used to generate key. I'm wondering how important it is to keep all of that data private. I was going to simply hardcode salt into code(choose 8 random bytes), and also store the IV with the encrypted text.


http://security.stackexchange.com/questions/17421/how-to-store-salt

The chosen answer is very informational and a good read in itself. Also, it's important to have a unique salt for each encryption, rather than having a single global salt.
Time is precious. Waste it wisely.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
February 28 2015 20:36 GMT
#11920
+ Show Spoiler +

class character;
std::vector<characater>objectList;

class character{
character();
};

character::character(){
addObjectToList(*this);
}

addObjectToList(character *obj){
objectList.push_back( character *obj);
}

error:: expecting primal type before '*'


sorry about my terrible post, I hope this clears some stuff up.
The harder it becomes, the more you should focus on the basics.
Prev 1 594 595 596 597 598 1032 Next
Please log in or register to reply.
Live Events Refresh
Kung Fu Cup
11:00
2026 Week 18
IntoTheiNu 1386
WardiTV765
RotterdaM472
TKL 294
IndyStarCraft 140
Rex121
Ryung 118
SteadfastSC108
EnkiAlexander 33
CosmosSc2 32
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 472
TKL 294
IndyStarCraft 140
Rex 121
Ryung 118
SteadfastSC 108
CosmosSc2 32
StarCraft: Brood War
Britney 46402
EffOrt 1515
Shuttle 1327
Jaedong 1186
Mini 966
Horang2 696
Light 429
Snow 309
BeSt 282
ZerO 253
[ Show more ]
Larva 250
hero 132
JYJ 130
Dewaltoss 125
ggaemo 113
Zeus 110
Pusan 64
Hyun 60
Sexy 51
Barracks 43
[sc1f]eonzerg 41
ToSsGirL 38
Bale 31
sorry 29
PianO 27
soO 16
Sacsri 13
Rock 12
Terrorterran 12
Dota 2
Gorgc15446
qojqva770
Dendi614
syndereN223
BananaSlamJamma149
XcaliburYe70
LuMiX0
League of Legends
Grubby3263
Counter-Strike
ScreaM2097
olofmeister1571
shoxiejesuss1477
byalli862
zeus152
markeloff65
kRYSTAL_35
edward30
Other Games
B2W.Neo807
hiko641
crisheroes298
Liquid`VortiX241
Mlord217
mouzStarbuck125
XaKoH 73
ArmadaUGS55
ZerO(Twitch)9
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 8
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 14 non-featured ]
StarCraft 2
• mYiSmile112
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV535
League of Legends
• Jankos1289
• TFBlade635
Upcoming Events
Replay Cast
9h 46m
The PondCast
19h 46m
OSC
19h 46m
INu's Battles
20h 46m
Percival vs Cure
Classic vs Clem
Replay Cast
1d 9h
Escore
1d 19h
IntoTheTV X SOOP
1d 20h
RSL Revival
2 days
herO vs SHIN
Clem vs Solar
Serral vs Rogue
RSL Revival
3 days
WardiTV Weekly
4 days
[ Show More ]
The Patches Monday
5 days
Sparkling Tuna Cup
5 days
PiG Sty Festival
5 days
PiGosaur Cup
6 days
Replay Cast
6 days
Kung Fu Cup
6 days
Liquipedia Results

Completed

Proleague 2026-08-04
CranK Gathers Season 4: BW vs SC2 Team League
Eternal Conflict S2 Finale

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
Acropolis #5
RSL Revival: Season 6
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026

Upcoming

Escore Tournament S3: W6
Escore Tournament S3: W7
CSLAN 4
ASL Season 22
Escore Tournament S3: W8
Acropolis #5 - TRS
Blizzard Classic Cup 2026
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
PiG Sty Festival 8.0
Big Dog Cup 2026 Div 1
Thunderpick World Champ.
ESL Pro League Season 24
Stake Ranked Episode 4
Logitech G Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #5
BLAST Open Fall 2026
Esports World Cup 2026
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 © 2026 TLnet. All Rights Reserved.