• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 08:55
CEST 14:55
KST 21:55
  • 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
Maestros of the Game: Week 1/Play-in Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy16
Community News
LiuLi Cup - September 2025 Tournaments2Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris54Weekly Cups (Aug 11-17): MaxPax triples again!15
StarCraft 2
General
Team Liquid Map Contest #21 - Presented by Monster Energy #1: Maru - Greatest Players of All Time Production Quality - Maestros of the Game Vs RSL 2 Geoff 'iNcontroL' Robinson has passed away Heaven's Balance Suggestions (roast me)
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series Chzzk MurlocKing SC1 vs SC2 Cup Sea Duckling Open (Global, Bronze-Diamond) LiuLi Cup - September 2025 Tournaments
Strategy
Custom Maps
External Content
Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies
Brood War
General
The Korean Terminology Thread BGH Auto Balance -> http://bghmmr.eu/ Pros React To: herO's Baffling Game ASL20 General Discussion BW General Discussion
Tourneys
[Megathread] Daily Proleagues [IPSL] ISPL Season 1 Winter Qualis and Info! Is there English video for group selection for ASL Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
General RTS Discussion Thread Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Warcraft III: The Frozen Throne
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
US Politics Mega-thread The Games Industry And ATVI Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Canadian Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! [\m/] Heavy Metal Thread
Sports
MLB/Baseball 2023 2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
Collective Intelligence: Tea…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1478 users

The Big Programming Thread - Page 166

Forum Index > General Forum
Post a Reply
Prev 1 164 165 166 167 168 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.
tofucake
Profile Blog Joined October 2009
Hyrule19083 Posts
September 11 2012 19:54 GMT
#3301
That sounds more like a placement firm than a consulting company. But go for it if it's free. Free training and someone getting you interviews is good.
Liquipediaasante sana squash banana
Craton
Profile Blog Joined December 2009
United States17250 Posts
September 12 2012 00:44 GMT
#3302
Seems a bit shady that you'd get a call out of the blue offering to train and then place you for free.
twitch.tv/cratonz
billy5000
Profile Blog Joined December 2010
United States865 Posts
September 12 2012 05:48 GMT
#3303
I'm thinking about pre-ordering Hacker's Delight 2nd edition because I've heard so many good things about it in terms of optimizing code. But I'm not too sure if I'm experienced enough to get the most out of it. I took a semester's worth of cs class using java and taught myself C using learncodethehardway. I've also been keeping up with algorithms and data structures course on coursera, so I'm pretty familiar with basic java implementations of basic data structures. Would you recommend this book?
Tiger got to hunt, bird got to fly; Man got to sit and wonder, 'Why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand. Vonnegut
SiPa
Profile Joined July 2010
Germany129 Posts
Last Edited: 2012-09-12 15:04:24
September 12 2012 13:09 GMT
#3304
Havent done a question in a while... well here it goes:
+ Show Spoiler +

I'm working a c++ Project with Microsoft Visual Studio 2010.
I want to use System::Diagnostics::Stopwatch(http://msdn.microsoft.com/en-us/library/system.diagnostics.stopwatch.aspx).
What do I have to include/change in my project to use that? Any properties? It doesnt know "System" :S

It's .Net, but I've successfully included ppl. (.net library)...


Edit: Let me rephrase that (and nvm the above part):
I need to compare 2 Programs on how long they take. For that, any processes/threads running in the background should be taken into consideration, meaning no matter how many threads run in the background, the 2 programs (and their time taken til completion) should be comparable. Any suggestions, or what words i should google/what frameworks to use? (CPU time? processing time?)

Edit2:http://evilzone.org/code-library/%28c%29-timing-cpu-usage/

Edit3: I hope some1 will still read this! I tried the link in Edit2, but it looks like it's not working the way I want. I want it to display the same time, no matter how busy the CPU is when i execute my program. (Meaning: only Program and Windows are running, program outputs: "i took 2 seconds". Program and Windows and a Hundred other Programs are running, program outputs: "i took 2 seconds".)
Glowbox
Profile Joined June 2010
Netherlands330 Posts
September 12 2012 13:19 GMT
#3305
Are you using managed C++ or native C++? In case of native C++, you can't use that. There are plenty of stopwatch classes available online....
heishe
Profile Blog Joined June 2009
Germany2284 Posts
September 12 2012 13:26 GMT
#3306
Also, in Native C++, there's also std::chrono (#include <chrono>).
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
SiPa
Profile Joined July 2010
Germany129 Posts
September 13 2012 07:41 GMT
#3307
On September 12 2012 22:09 SiPa wrote:
Havent done a question in a while... well here it goes:
+ Show Spoiler +

I'm working a c++ Project with Microsoft Visual Studio 2010.
I want to use System::Diagnostics::Stopwatch(http://msdn.microsoft.com/en-us/library/system.diagnostics.stopwatch.aspx).
What do I have to include/change in my project to use that? Any properties? It doesnt know "System" :S

It's .Net, but I've successfully included ppl. (.net library)...


Edit: Let me rephrase that (and nvm the above part):
I need to compare 2 Programs on how long they take. For that, any processes/threads running in the background should be taken into consideration, meaning no matter how many threads run in the background, the 2 programs (and their time taken til completion) should be comparable. Any suggestions, or what words i should google/what frameworks to use? (CPU time? processing time?)

Edit2:http://evilzone.org/code-library/%28c%29-timing-cpu-usage/

Edit3: I hope someone will still read this! I tried the link in Edit2, but it looks like it's not working the way I want. I want it to display the same time, no matter how busy the CPU is when i execute my program. (Meaning: only program and windows are running, program outputs: "i took 2 seconds". Program and Windows and a hundred other programs are running, program outputs: "i took 2 seconds".)


Kinda need to bump this, since I havent found an answer yet.
darmousseh
Profile Blog Joined May 2010
United States3437 Posts
September 13 2012 08:11 GMT
#3308
Have any of you guys started using NodeJs yet? It looks really exciting. Coming from the ruby on rails world, nodejs looks to me like it's the next Big Thing in the web developer world. What are your guy's thoughts?
Developer for http://mtgfiddle.com
tec27
Profile Blog Joined June 2004
United States3701 Posts
September 13 2012 09:01 GMT
#3309
On September 13 2012 17:11 darmousseh wrote:
Have any of you guys started using NodeJs yet? It looks really exciting. Coming from the ruby on rails world, nodejs looks to me like it's the next Big Thing in the web developer world. What are your guy's thoughts?

I use it for basically everything that I can. I really enjoy it, but I don't think its for everyone. I also don't know that its really the 'Next Big Thing'. The nice thing about node is that the core libraries are kept really small and clean, so you can keep really fine-grained control over what you're using and how you're using it. Can't really say the same for Rails, which has become pretty bloated and large at this point.

Node's like this weird mix of low-level programming with a high level language. Seems really strange, but I really love using it.

PS: Not sure how in-depth you've gotten into node, but if you ever need something to listen to, the NodeUp podcast is quite excellent and educational to boot!: http://nodeup.com/
Can you jam with the console cowboys in cyberspace?
heishe
Profile Blog Joined June 2009
Germany2284 Posts
Last Edited: 2012-09-13 11:31:27
September 13 2012 11:29 GMT
#3310
On September 13 2012 16:41 SiPa wrote:
Show nested quote +
On September 12 2012 22:09 SiPa wrote:
Havent done a question in a while... well here it goes:
+ Show Spoiler +

I'm working a c++ Project with Microsoft Visual Studio 2010.
I want to use System::Diagnostics::Stopwatch(http://msdn.microsoft.com/en-us/library/system.diagnostics.stopwatch.aspx).
What do I have to include/change in my project to use that? Any properties? It doesnt know "System" :S

It's .Net, but I've successfully included ppl. (.net library)...


Edit: Let me rephrase that (and nvm the above part):
I need to compare 2 Programs on how long they take. For that, any processes/threads running in the background should be taken into consideration, meaning no matter how many threads run in the background, the 2 programs (and their time taken til completion) should be comparable. Any suggestions, or what words i should google/what frameworks to use? (CPU time? processing time?)

Edit2:http://evilzone.org/code-library/%28c%29-timing-cpu-usage/

Edit3: I hope someone will still read this! I tried the link in Edit2, but it looks like it's not working the way I want. I want it to display the same time, no matter how busy the CPU is when i execute my program. (Meaning: only program and windows are running, program outputs: "i took 2 seconds". Program and Windows and a hundred other programs are running, program outputs: "i took 2 seconds".)


Kinda need to bump this, since I havent found an answer yet.


Have you read what I wrote? Just use the stuff in std::chrono (cplusplus.com as a reference) and measure the time manually in each thread.

edit: Of course, this only works if you're not using C++/CLI.
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
SiPa
Profile Joined July 2010
Germany129 Posts
Last Edited: 2012-09-13 12:09:22
September 13 2012 12:03 GMT
#3311
Ok nvm the PMs.
I've tried chrono now.
Empty project in Visual Studio 2010 --> Included the Inlcude-Folder from Visual Studio 2012 (since there was a chrono in there) --> tried to use chrono --> compiler errors.
Compiled it with Visual Studio 2012 now, lets see if it does what I want it to do...

Edit: Just tested. Worked just as good as ctime (clock_t) meaning it didnt do, what I wanted it to do, meaning the time (or whatever elapsed.count() returns) differs, depending on how many instances of this program are running at one time.
Also I've tried Steady_clock, system_clock and highres_clock
heishe
Profile Blog Joined June 2009
Germany2284 Posts
September 13 2012 12:53 GMT
#3312
Oh, I totally misread what you want to do.

But now I don't understand what you want to do. Why don't you just print " I took 2 seconds" then?

Or are you having the program that one instance needs longer than the other?
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
September 13 2012 14:28 GMT
#3313
On September 13 2012 21:03 SiPa wrote:
Ok nvm the PMs.
I've tried chrono now.
Empty project in Visual Studio 2010 --> Included the Inlcude-Folder from Visual Studio 2012 (since there was a chrono in there) --> tried to use chrono --> compiler errors.
Compiled it with Visual Studio 2012 now, lets see if it does what I want it to do...

Edit: Just tested. Worked just as good as ctime (clock_t) meaning it didnt do, what I wanted it to do, meaning the time (or whatever elapsed.count() returns) differs, depending on how many instances of this program are running at one time.
Also I've tried Steady_clock, system_clock and highres_clock


So what you want is the actual time the CPU worked on this instance of your program, not the time it was running in total?

I only know how to do that on Linux in a non-portable way, so i googled it for windows and found this:
http://nadeausoftware.com/articles/2012/03/c_c_tip_how_measure_cpu_time_benchmarking
which pointed me to
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683223(v=vs.85).aspx

I don't know if that does the job but it sounds more like it.
SiPa
Profile Joined July 2010
Germany129 Posts
September 13 2012 14:33 GMT
#3314
For anyone who cares: I will try out
http://www.philosophicalgeek.com/2009/01/03/determine-cpu-usage-of-current-process-c-and-c/
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683223(v=vs.85).aspx
http://nadeausoftware.com/articles/2012/03/c_c_tip_how_measure_cpu_time_benchmarking
tomorrow. Will tell you more by then. Thx for answers!
SiPa
Profile Joined July 2010
Germany129 Posts
September 14 2012 10:07 GMT
#3315
Ok. So far I've tried GetCurrentProcess and GetCurrentThread with little results. (http://msdn.microsoft.com/en-us/library/windows/desktop/ms683179%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/windows/desktop/ms683237(v=vs.85).aspx)
atm i'm getting Zeros in lpExitTime, whenever I call GetThreadTimes.
I guess it's because the thread specified with
HANDLE self;
self = GetCurrentThread();
has not ended yet. How do I get a thread to end thou?
Have tried the same with GetProcessTimes and got the same result.
Fyi: I'm parallelizing some stuff and have alot of loops. If I want the Threads used in a Loop, where do I have to put the self=GetCurrentThread() or =GetCurrentProcess() to represent the loop-thread/process?
Andin
Profile Joined September 2012
United States6 Posts
September 14 2012 12:35 GMT
#3316
What music do you guys like to listen to when you code?

Personally, if it sounds good and doesn't have lyrics I'll play it. The general trend for me is something electronic.

Albums/Artists I've been writing to recently:
>> Tron: Legacy soundtrack
>> Kavinsky (all of his work)
>> Ocean's 13 soundtrack
>> Portal 2 soundtrack
>> Team Fortress 2 menu music
>> Explosions in the Sky

And for you Doctor Who fans, forty minutes of sweet epicness.
We have a saying for that in Beldur...
heishe
Profile Blog Joined June 2009
Germany2284 Posts
September 14 2012 13:15 GMT
#3317
On September 14 2012 19:07 SiPa wrote:
Ok. So far I've tried GetCurrentProcess and GetCurrentThread with little results. (http://msdn.microsoft.com/en-us/library/windows/desktop/ms683179%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/windows/desktop/ms683237(v=vs.85).aspx)
atm i'm getting Zeros in lpExitTime, whenever I call GetThreadTimes.
I guess it's because the thread specified with
HANDLE self;
self = GetCurrentThread();
has not ended yet. How do I get a thread to end thou?
Have tried the same with GetProcessTimes and got the same result.
Fyi: I'm parallelizing some stuff and have alot of loops. If I want the Threads used in a Loop, where do I have to put the self=GetCurrentThread() or =GetCurrentProcess() to represent the loop-thread/process?


You could try explaining why you need to do the thing you want to do. Maybe there's another way than to use the scheduled time that the process gets (I can't think of anything where you might need that).
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
SiPa
Profile Joined July 2010
Germany129 Posts
September 14 2012 13:53 GMT
#3318
I basically need "time program takes to get from line a to line b".
This time should never change, no matter how many other programs i execute at the same time.
I might have already mentioned, that I will try/am trying to use System::Diagnostics::Stopwatch.
Wish me luck
tofucake
Profile Blog Joined October 2009
Hyrule19083 Posts
September 14 2012 13:58 GMT
#3319
On September 14 2012 21:35 Andin wrote:
What music do you guys like to listen to when you code?

Personally, if it sounds good and doesn't have lyrics I'll play it. The general trend for me is something electronic.

Albums/Artists I've been writing to recently:
>> Tron: Legacy soundtrack
>> Kavinsky (all of his work)
>> Ocean's 13 soundtrack
>> Portal 2 soundtrack
>> Team Fortress 2 menu music
>> Explosions in the Sky

And for you Doctor Who fans, forty minutes of sweet epicness.

I run a pandora station comprised of Electronica, Classic Rock, occasional Dubstep.
Liquipediaasante sana squash banana
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2012-09-14 22:39:06
September 14 2012 22:32 GMT
#3320
On September 13 2012 17:11 darmousseh wrote:
Have any of you guys started using NodeJs yet? It looks really exciting. Coming from the ruby on rails world, nodejs looks to me like it's the next Big Thing in the web developer world. What are your guy's thoughts?

If you are looking to write server or backend code, I strongly suggest you use something that is more scalable, and offers better concurrency and performance than NodeJs. While I can appreciate the need for javascript on the frontend, using it elsewhere does not seem like a good idea.

If you want to use something new and shiny, I suppose you could take a look at Go. There'll be a bit of a learning curve to get used to the syntax & style if you're coming from a js/RoR background, but it'd be worth it in the end.

NodeJs will certainly be easier for you if you're used to ruby on rails, so if you're just messing around with personal projects, it'll work just fine.

On September 14 2012 21:35 Andin wrote:What music do you guys like to listen to when you code?

When I'm doing something that actually requires design and thought? Nothing.
When I'm cranking out code or tests that I've already got "finished" in my head, or going through debugging? Anything from Stravinsky to Brother Ali.

Now that you mention it, Pandora has apparently bugged out on me and is playing A Tribe Called Quest followed by Cut Chemist at the same time as Liszt. It sounds... not good.
Who after all is today speaking about the destruction of the Armenians?
Prev 1 164 165 166 167 168 1031 Next
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 2: Group A
Bunny vs ZounLIVE!
Creator vs TBD
Crank 1225
Tasteless976
IndyStarCraft 222
Rex145
3DClanTV 51
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Crank 1234
Tasteless 976
IndyStarCraft 230
Rex 145
ProTech111
Codebar 22
Railgan 10
StarCraft: Brood War
Shuttle 1742
firebathero 574
Larva 545
sSak 511
ggaemo 374
Light 274
Last 258
Pusan 247
Zeus 238
JulyZerg 218
[ Show more ]
ToSsGirL 197
Hyuk 183
TY 88
Hyun 78
scan(afreeca) 51
Sea.KH 51
Aegong 50
Free 41
JYJ34
Movie 25
Noble 19
Icarus 17
Terrorterran 10
Shine 8
Hm[arnc] 6
Britney 0
Dota 2
The International84744
Gorgc15298
Fuzer 368
XcaliburYe155
Dendi107
Counter-Strike
zeus293
byalli271
Super Smash Bros
Mew2King55
Heroes of the Storm
Liquid`Hasu251
Khaldor203
Other Games
singsing1504
B2W.Neo1140
DeMusliM444
JimRising 343
Hui .240
Sick191
MindelVK39
Organizations
StarCraft 2
angryscii 1
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• Adnapsc2 5
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV239
League of Legends
• Jankos1142
Upcoming Events
Maestros of the Game
4h 5m
Maru vs Lambo
herO vs ShoWTimE
BSL Team Wars
6h 5m
Team Hawk vs Team Sziky
Sparkling Tuna Cup
21h 5m
Monday Night Weeklies
1d 3h
The PondCast
3 days
RSL Revival
3 days
RSL Revival
4 days
Online Event
4 days
BSL Team Wars
5 days
Team Bonyth vs Team Dewalt
BSL Team Wars
5 days
[ Show More ]
RSL Revival
5 days
Maestros of the Game
6 days
Cosmonarchy
6 days
Bonyth vs Dewalt
[BSL 2025] Weekly
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Proleague 2025-09-02
SEL Season 2 Championship
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21: BSL Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
Chzzk MurlocKing SC1 vs SC2 Cup #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

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
BSL Season 21
BSL 21 Team A
EC S1
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
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.