• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:43
CEST 11:43
KST 18:43
  • 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
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
BSL 2025 Warsaw LAN + Legends Showmatch0Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia WardiTV TL Team Map Contest #5 Tournaments RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
Soulkey on ASL S20 ASL TICKET LIVE help! :D BW General Discussion NaDa's Body A cwal.gg Extension - Easily keep track of anyone
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues BSL 2025 Warsaw LAN + Legends Showmatch
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Borderlands 3 General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
Community
General
US Politics Mega-thread Canadian Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
I <=> 9
KrillinFromwales
The Personality of a Spender…
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
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1575 users

The Big Programming Thread - Page 33

Forum Index > General Forum
Post a Reply
Prev 1 31 32 33 34 35 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.
Frigo
Profile Joined August 2009
Hungary1023 Posts
January 14 2011 04:58 GMT
#641
Yeah, your question is too broad. Anyway, here is the regex cheat sheet I usually use: http://www.erudil.com/preqr.pdf
http://www.fimfiction.net/user/Treasure_Chest
ChoboCop
Profile Joined July 2004
United States954 Posts
January 14 2011 05:08 GMT
#642
Regular expressions should start with ^ and end with $.
Critical thinking is the intellectually disciplined process of actively and skillfully conceptualizing, applying, analyzing, synthesizing, and/or evaluating information gathered.
ChoboCop
Profile Joined July 2004
United States954 Posts
January 14 2011 05:09 GMT
#643
I great tool for designing and testing regular expressions that is free is called Expresso.
Critical thinking is the intellectually disciplined process of actively and skillfully conceptualizing, applying, analyzing, synthesizing, and/or evaluating information gathered.
ChoboCop
Profile Joined July 2004
United States954 Posts
January 14 2011 05:11 GMT
#644
You can take the page object and use the css from the site to only scrape the section you want.
Critical thinking is the intellectually disciplined process of actively and skillfully conceptualizing, applying, analyzing, synthesizing, and/or evaluating information gathered.
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2011-01-19 20:32:24
January 19 2011 20:31 GMT
#645
I am trying to compile JRTPLIB in Visual Studio 2010 on windows 7. It's been a true nightmare... but I'm atleast narrowing down the problems.

This is left.

Error 3 error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in client.obj C:\Users\Johan-bar\Documents\Visual Studio 2010\Projects\client\client\jrtplib.lib(rtpsession.obj) client

I googled a ton and the cause seems to be one is compiled in debug mode while the other is compiled in release mode. Both ARE compiled in Release.

I am aiming to compile a Release executable because I want to test on different computers.

1) Which one is not in Release mode, JRTPLIB or client(mine, the one which is trying to compile)?

2) How does one change the ITERATOR_DEBUG_LEVEL? Both are using Runtime Library /MT and preprocessor definitions WIN32, _MT, along with the defaults I guess.

Cheers
England will fight to the last American
Pigsquirrel
Profile Joined August 2009
United States615 Posts
Last Edited: 2011-01-22 13:52:08
January 22 2011 13:47 GMT
#646
I have a C++ question.
I simply want to write a single byte of data to a comport in c++ (dev c++ to be specific)
How would I do this?
EDIT: If it would be possible to do this with a file stream, then I would prefer that method.
tofucake
Profile Blog Joined October 2009
Hyrule19087 Posts
January 22 2011 13:54 GMT
#647
On January 14 2011 14:08 ChoboCop wrote:
Regular expressions should start with ^ and end with $.

That's only if you're searching for a string that is exactly 1 line long and you know that. If you don't, or you're doing multiline search, you shouldn't (usually).
Liquipediaasante sana squash banana
Craton
Profile Blog Joined December 2009
United States17252 Posts
January 22 2011 14:06 GMT
#648
On January 07 2011 14:51 Bigpet wrote:
Also you could ask the guys resposible for the site if they'll maybe make a XML interface or a seperate simple website like teamliquid.net/streams.php to ease both your task and their netload.
Because parsing a full website when asking the programmers could spare you a lot of trouble is really silly.

They used to have an API, but it was scrapped.
twitch.tv/cratonz
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
January 22 2011 14:26 GMT
#649
On January 22 2011 23:06 Craton wrote:
Show nested quote +
On January 07 2011 14:51 Bigpet wrote:
Also you could ask the guys resposible for the site if they'll maybe make a XML interface or a seperate simple website like teamliquid.net/streams.php to ease both your task and their netload.
Because parsing a full website when asking the programmers could spare you a lot of trouble is really silly.

They used to have an API, but it was scrapped.


Actually I believe there is the API still, but you have to ask (to R1CH perhaps?) permission to use it, or something along these lines.

I'm not sure though.
"When the geyser died, a probe came out" - SirJolt
Craton
Profile Blog Joined December 2009
United States17252 Posts
January 22 2011 14:36 GMT
#650
This was from zatic:
Problem is that I am not really involved in coding anymore and the crew decided to shut down the entire API thing as it wasn't used so far by anyone :-( I wasn't aware of that and they forgot to update the /api page.
twitch.tv/cratonz
tofucake
Profile Blog Joined October 2009
Hyrule19087 Posts
January 22 2011 14:43 GMT
#651
On January 07 2011 10:47 MarwanBaki wrote:
Guys, ive finally caved and ive come here. Im trying to develop something, AND ITS FOR TEAM LIQUID yay!!! But alas i hit a pylon wall and i need major help with RegExp(Regular Expressions). I believe PERL RegExp.

If this makes ANY sense to you than you are probably the person i need

RegExp="(?siU)Featured Streams.*(.*)Live Streams"

Anyone familiar with this type of Regular expressions, i need a gosu. I can understand this, but i need to basically write a way more complex Regular Expression.

Are you just trying to pull a list of live featured streams? Because there isn't a "Featured Streams" label, they just show up while non-featured are hidden.
Liquipediaasante sana squash banana
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2011-01-26 22:20:47
January 26 2011 22:15 GMT
#652
1) Going to do my degree work in a company in a month. They seem really talented and experienced and I want to work there afterwards. Is there anything I should think about extra or prepare myself with? For example, they work alot with c++ (unsure if its win32/MFC/CLR yet) and some C#. What typically is there that new employees screw up with, mainly in c++? I think I'm pretty sure of most stuff, but feel free to list anything that comes to mind just to make sure :D
I am mainly talking about code design and such; for example, if you are iterating over an array, using an std::iterator instead of looping while i < array.length.
Also avoiding globals and such.

It's pretty broad subject, but feel free to vent anything!



2) the company uses agile methods like SCRUM. I've read up on it and seen tutorials, but is there anything special you should know? I don't want to start and get dragging behind just learning it.
England will fight to the last American
berated-
Profile Blog Joined February 2007
United States1134 Posts
February 04 2011 03:12 GMT
#653
On January 27 2011 07:15 KaiserJohan wrote:
1) Going to do my degree work in a company in a month. They seem really talented and experienced and I want to work there afterwards. Is there anything I should think about extra or prepare myself with? For example, they work alot with c++ (unsure if its win32/MFC/CLR yet) and some C#. What typically is there that new employees screw up with, mainly in c++? I think I'm pretty sure of most stuff, but feel free to list anything that comes to mind just to make sure :D
I am mainly talking about code design and such; for example, if you are iterating over an array, using an std::iterator instead of looping while i < array.length.
Also avoiding globals and such.

It's pretty broad subject, but feel free to vent anything!



2) the company uses agile methods like SCRUM. I've read up on it and seen tutorials, but is there anything special you should know? I don't want to start and get dragging behind just learning it.


My company uses a modified version of scrum so I don't know if I'm 100% correct for all versions of agile and scrum but, I don't think you should get too worked up over it. I haven't really been involved much in waterfall type development or incremental or w/e, but agile/scrum is a developer's best friend in my opinion.

As you've probably already read, agile focuses on the fact that requirements change, and change often. So there isn't as much of this I just worked on something for 6 months and poof its gone because of changing requirements. A sprint is started and during that sprint - which can be anywhere from a week to a month - requirements aren't allowed to change.

For our scrum meetings, its pretty simple -- what have i done since yesterday, what will i do by tomorrow, and what impeded me from accomplishing my work - and this seems to be a pretty common scenario.

If you have a good scrum master then things should go well. Scrum will quickly point out who in the group is struggling and where impediments need to be removed. It really does make things easier, as long as you can remember what all you did since last scrum
Deleted User 61629
Profile Blog Joined March 2010
1664 Posts
February 06 2011 21:02 GMT
#654
--- Nuked ---
windzor
Profile Joined October 2010
Denmark1013 Posts
February 06 2011 21:10 GMT
#655
On January 22 2011 22:47 Pigsquirrel wrote:
I have a C++ question.
I simply want to write a single byte of data to a comport in c++ (dev c++ to be specific)
How would I do this?
EDIT: If it would be possible to do this with a file stream, then I would prefer that method.


I guest it's in windows. Use the following documentation:

http://www.robbayer.com/files/serial-win.pdf
Yeah
Rxxrrxr
Profile Joined February 2011
United States6 Posts
February 06 2011 21:19 GMT
#656
I'm currently working on an assignment for a JAVA class regarding exception handling, I need help, can anyone offer assistance?
heishe
Profile Blog Joined June 2009
Germany2284 Posts
February 06 2011 21:24 GMT
#657
On February 07 2011 06:19 Rxxrrxr wrote:
I'm currently working on an assignment for a JAVA class regarding exception handling, I need help, can anyone offer assistance?


Well... meta questions are not really good. What's your problem precisely?
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.
Rxxrrxr
Profile Joined February 2011
United States6 Posts
February 06 2011 21:34 GMT
#658
On February 07 2011 06:24 heishe wrote:
Show nested quote +
On February 07 2011 06:19 Rxxrrxr wrote:
I'm currently working on an assignment for a JAVA class regarding exception handling, I need help, can anyone offer assistance?


Well... meta questions are not really good. What's your problem precisely?


You know, dude, while I was describing my problem in my reply to you, I actually think I figured out the problem.
heishe
Profile Blog Joined June 2009
Germany2284 Posts
Last Edited: 2011-02-06 22:01:51
February 06 2011 22:01 GMT
#659
On February 07 2011 06:34 Rxxrrxr wrote:
Show nested quote +
On February 07 2011 06:24 heishe wrote:
On February 07 2011 06:19 Rxxrrxr wrote:
I'm currently working on an assignment for a JAVA class regarding exception handling, I need help, can anyone offer assistance?


Well... meta questions are not really good. What's your problem precisely?


You know, dude, while I was describing my problem in my reply to you, I actually think I figured out the problem.


Glad I was able to help you
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.
Rxxrrxr
Profile Joined February 2011
United States6 Posts
February 06 2011 22:52 GMT
#660
On February 07 2011 07:01 heishe wrote:
Show nested quote +
On February 07 2011 06:34 Rxxrrxr wrote:
On February 07 2011 06:24 heishe wrote:
On February 07 2011 06:19 Rxxrrxr wrote:
I'm currently working on an assignment for a JAVA class regarding exception handling, I need help, can anyone offer assistance?


Well... meta questions are not really good. What's your problem precisely?


You know, dude, while I was describing my problem in my reply to you, I actually think I figured out the problem.


Glad I was able to help you

Much appreciated, it seems that sometimes the best way to solve a problem is to write it out.
Prev 1 31 32 33 34 35 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 17m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Rex 2
StarCraft: Brood War
Calm 5699
Bisu 731
Hyuk 162
HiyA 96
Hyun 96
sorry 86
ToSsGirL 84
Dewaltoss 82
Pusan 77
Light 74
[ Show more ]
Soma 60
actioN 56
Mini 49
ZerO 32
BeSt 30
Nal_rA 28
soO 27
Liquid`Ret 26
Sharp 24
Rush 19
Free 16
SilentControl 10
Dota 2
singsing1508
XcaliburYe237
boxi98170
League of Legends
JimRising 381
Counter-Strike
olofmeister1583
shoxiejesuss629
allub166
Other Games
XaKoH 143
NeuroSwarm75
Trikslyr15
Organizations
Other Games
gamesdonequick599
StarCraft: Brood War
lovetv 593
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1421
• Stunt679
Other Games
• WagamamaTV81
Upcoming Events
RSL Revival
17m
Maru vs Reynor
Cure vs TriGGeR
Rex2
Map Test Tournament
1h 17m
The PondCast
3h 17m
RSL Revival
1d
Zoun vs Classic
Korean StarCraft League
1d 17h
BSL Open LAN 2025 - War…
1d 22h
RSL Revival
2 days
BSL Open LAN 2025 - War…
2 days
RSL Revival
3 days
Online Event
3 days
[ Show More ]
Wardi Open
4 days
Monday Night Weeklies
4 days
Sparkling Tuna Cup
5 days
LiuLi Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
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

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
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.