• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 19:50
CEST 01:50
KST 08:50
  • 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
RSL Season 1 - Final Week4[ASL19] Finals Recap: Standing Tall10HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0
Community News
Firefly given lifetime ban by ESIC following match-fixing investigation17$25,000 Streamerzone StarCraft Pro Series announced6Weekly Cups (June 30 - July 6): Classic Doubles6[BSL20] Non-Korean Championship 4x BSL + 4x China10Flash Announces Hiatus From ASL70
StarCraft 2
General
The GOAT ranking of GOAT rankings RSL Revival patreon money discussion thread We need to be discussing a new patch right now! Firefly given lifetime ban by ESIC following match-fixing investigation RSL Season 1 - Final Week
Tourneys
RSL: Revival, a new crowdfunded tournament series FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament $25,000 Streamerzone StarCraft Pro Series announced WardiTV Mondays
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma
Brood War
General
BW General Discussion A cwal.gg Extension - Easily keep track of anyone ASL20 Preliminary Maps BGH Auto Balance -> http://bghmmr.eu/ Script to open stream directly using middle click
Tourneys
Small VOD Thread 2.0 [Megathread] Daily Proleagues Last Minute Live-Report Thread Resource! [BSL20] Non-Korean Championship 4x BSL + 4x China
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Path of Exile CCLP - Command & Conquer League Project Stormgate/Frost Giant Megathread The PlayStation 5 Nintendo Switch Thread
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 Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Accidental Video Game Porn Archive Stop Killing Games - European Citizens Initiative
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion 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
The Automated Ban List
Blogs
Men Take Risks, Women Win Ga…
TrAiDoS
momentary artworks from des…
tankgirl
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 550 users

The Big Programming Thread - Page 9

Forum Index > General Forum
Post a Reply
Prev 1 7 8 9 10 11 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.
Badjas
Profile Blog Joined October 2008
Netherlands2038 Posts
July 11 2010 21:52 GMT
#161
As a programmer I crave the thought of having a finished product. And a happy end user. From there is the motivation to work on the right stuff and implement it up to par.

And when I was younger, I was motivated sometimes by learning a new trick, or trying out a gameplay idea, being intrigued by things you see. If you're curious and have the right mentality you will have an enjoyable time learning to program. You'll hit a brick wall though if you want to write your operating system as a first foray. If you're older and have high expectations of your abilities, you can be much more easily frustrated than if you're a kid who is already fascinated by lights blinking at a constant rate. The internet provides all you need to learn to program but classes help to speed up learning.
I <3 the internet, I <3 you
SonuvBob
Profile Blog Joined October 2006
Aiur21549 Posts
July 11 2010 21:57 GMT
#162
On July 12 2010 06:02 xLethargicax wrote:
I've always wanted to learn a programming language. Whenever I seem to try from an internet source or a book, I just get so bored.

The prospect of programming excites me, but I feel like there is no way for me to learn except for a class. Do you programmers just crave the thought of learning a language? or is it more enjoying the product?

Will I ever be a programmer =[[[[[[[[[?

Try fiddling around with some existing code (something simple) in whatever language you want to learn. Just start out making one small change at a time and see if it has the effect you expect (which is usually breaking it in an interesting way :p). You should be able to figure out what each piece of code does (use a reference for the more difficult stuff) and learn the basic syntax of the language pretty quickly.
Administrator
catamorphist
Profile Joined May 2010
United States297 Posts
Last Edited: 2010-07-11 21:58:41
July 11 2010 21:57 GMT
#163
Yeah, I would add that it's almost impossible for a beginner to sit down for a few hours and try to do something programming-related and "fail." There's such a big world of stuff that if you reflect back on your few hours, you'll realize that you have really learned some cool, concrete things, even if you didn't do what you were trying to do. If you put in the time, you will learn, no matter what you are putting in the time doing. So don't overthink it -- just work. Or don't.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
July 11 2010 22:04 GMT
#164
So, I've decided to check out what's up in the .NET world, and coming from C++, it only seems natural to start at C#. So if you've been through the procces of filtering through online tutorials and sites, maybe you could throw me a hand in helping me pick the better resources?
Epsilon8
Profile Blog Joined May 2010
Canada173 Posts
July 11 2010 22:07 GMT
#165
On July 12 2010 07:04 Adeny wrote:
So, I've decided to check out what's up in the .NET world, and coming from C++, it only seems natural to start at C#. So if you've been through the procces of filtering through online tutorials and sites, maybe you could throw me a hand in helping me pick the better resources?


.Net is superb. You might want to check out the MSDN forums for information and I'm not 100 % sure but I believe Microsoft has tutorials on that site as well. If not its still the best repository of information and examples available.

Plus since its Microsoft you never have to worry about correctness or if the code is out of date. : P

If you wish to travel far and fast, travel light. Take off all your envies, jealousies, unforgiveness, selfishness, and fears.
catamorphist
Profile Joined May 2010
United States297 Posts
July 11 2010 22:18 GMT
#166
On July 12 2010 07:04 Adeny wrote:
Plus since its Microsoft you never have to worry about correctness or if the code is out of date. : P


No idea what you mean here -- there's a lot of very crufty old (pre-generics) .NET code out there, much of it written by Microsoft.

I write C# in my day job. Here are the generally most awesome C# resources I know of:

http://stackoverflow.com - very C#-oriented, pretty much has a question about everything at this point, does a good job of bubbling good answers to the top.

http://blogs.msdn.com/b/ericlippert/ - Lippert is on the C# compiler team and knows about every little corner case in the language. A ton of reasonably thought-provoking C# posts.

http://community.bartdesmet.net/blogs/bart/default.aspx - Also a lot of interesting in-depth C# and .NET material.

http://ayende.com/Blog/ - Likewise, although with a general focus on data access.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
Epsilon8
Profile Blog Joined May 2010
Canada173 Posts
Last Edited: 2010-07-11 22:33:19
July 11 2010 22:31 GMT
#167
+ Show Spoiler +
On July 12 2010 07:18 catamorphist wrote:
Show nested quote +
On July 12 2010 07:04 Adeny wrote:
Plus since its Microsoft you never have to worry about correctness or if the code is out of date. : P


No idea what you mean here -- there's a lot of very crufty old (pre-generics) .NET code out there, much of it written by Microsoft.

I write C# in my day job. Here are the generally most awesome C# resources I know of:

http://stackoverflow.com - very C#-oriented, pretty much has a question about everything at this point, does a good job of bubbling good answers to the top.

http://blogs.msdn.com/b/ericlippert/ - Lippert is on the C# compiler team and knows about every little corner case in the language. A ton of reasonably thought-provoking C# posts.

http://community.bartdesmet.net/blogs/bart/default.aspx - Also a lot of interesting in-depth C# and .NET material.

http://ayende.com/Blog/ - Likewise, although with a general focus on data access.


Sorry that was a bit ambiguous. If it is crusty old code on MSDN it is marked; MSDN code examples have the version to which the example is applicable. MSDN has been very helpful to me personally : P. I'm not saying thats the only site I've used over the years but it is the main one that I have always had success with.
If you wish to travel far and fast, travel light. Take off all your envies, jealousies, unforgiveness, selfishness, and fears.
saluber
Profile Blog Joined July 2010
United States22 Posts
July 12 2010 01:08 GMT
#168
This is a good idea. I do artificial intelligence research at my university and one of our projects right now is a StarCraft AI built off the BWAPI Project on Google Code. Anyone else a bot developer?
En Taro Adun :)
jgad
Profile Blog Joined March 2008
Canada899 Posts
July 12 2010 01:35 GMT
#169
On July 12 2010 07:18 catamorphist wrote:
Show nested quote +
On July 12 2010 07:04 Adeny wrote:
Plus since its Microsoft you never have to worry about correctness or if the code is out of date. : P


No idea what you mean here -- there's a lot of very crufty old (pre-generics) .NET code out there, much of it written by Microsoft.

I write C# in my day job. Here are the generally most awesome C# resources I know of:

http://stackoverflow.com - very C#-oriented, pretty much has a question about everything at this point, does a good job of bubbling good answers to the top.


Stack Overflow is much more than just C# oriented - it's a treasure trove for just about any language. Chances are that if you have a question about any language someone there will have an answer for you. Thumbs up for Stack Overflow, indeed.
콩까지마
Hidden_MotiveS
Profile Blog Joined February 2010
Canada2562 Posts
July 12 2010 01:37 GMT
#170
Well I'm learning C++ sorta right now, will post here if there's anything I need help with.
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
July 12 2010 09:09 GMT
#171
On July 12 2010 07:18 catamorphist wrote:
Show nested quote +
On July 12 2010 07:04 Adeny wrote:
Plus since its Microsoft you never have to worry about correctness or if the code is out of date. : P



I have no idea how you did that, but you quoted the wrong guy, heh.
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
July 12 2010 09:11 GMT
#172
li = ['this', 'is', 'sparta']
print ['i' in i for i in li]

I don't know whether to love or hate Python.
You want 20 good men, but you need a bad pussy.
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
July 12 2010 09:22 GMT
#173
On July 12 2010 06:02 xLethargicax wrote:
I've always wanted to learn a programming language. Whenever I seem to try from an internet source or a book, I just get so bored.

The prospect of programming excites me, but I feel like there is no way for me to learn except for a class. Do you programmers just crave the thought of learning a language? or is it more enjoying the product?

Will I ever be a programmer =[[[[[[[[[?


Learning from scratch unless you have a clear goal before you is one of the hardest things to do.

Really, set a simple goal. Like:
1) Make a calculator (boring).
2) Make a Tetris clone (somewhat boring, but can be fun).
3) Make a web app that does something you need.

Learning in the context of something you need is much more fun and easy. It's just a change of a viewpoint. Time after time, you encounter routine tasks when working with a computer. You can call yourself a programmer if time after time something clicks in your brain whispering: "There is no need to do this shit manually, a program can do that for me". I started from .bat scripting and grep. Yep, it's no big deal, but I really needed something to help me find relevant info in 4 MB text files. Then, I needed something to organize that info so that my work with those files would turn into running "log_parser.py" and emailing someone the results. Then, all of a sudden, I realized that I'm actually using REGEXP alot and can write applications that abuse it. The examples are limitless.

Another good way to get into the shit is modding games (at least for people involved into TL.net since most of us are gamers). I started with simple triggers in StarEdit. Then, complex triggers in StarEdit. Then, alot of Lua scripting in King's Bounty: The Legend. Then, once again, all of a sudden I know Lua like if I was born a scripter.

It's not hard, just change your mindset. There are limitless tasks that can be solved through programming. As soon as you have a goal, you learn fast and efficient.
You want 20 good men, but you need a bad pussy.
LuckyLuke43
Profile Joined May 2010
Norway169 Posts
Last Edited: 2010-07-12 14:32:30
July 12 2010 12:41 GMT
#174
I've got a really strange problem, that I could use some help with.
I've been googling for literally an hour straight today, and I googled last night before bed too.

The problem is that cmd.exe _and_ command.com is opening realllly slow. it takes like 5-7 seconds to open. Sure, compiling from MSV this is understandable, but it even happens if I run either command from 'run'. With MSV open or closed, doesn't matter apparently.

This is puzzling to me. What would make this happen, and maybe even more puzzling; why??

Any thoughts?

thanks<3

Edit: I know this strictly isn't programming.. but in order to continue programming and keep spamming you guys with newbie programming questions, I need it fixed
Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure.
kar1181
Profile Joined May 2010
United Kingdom515 Posts
July 12 2010 13:08 GMT
#175
Programming related, has anyone played around with battle.net 2.0 much, like in terms of getting game stats and the like out of it? Sadly, I'm not sure if Blizz is going to provide any sort of API to do it.
Craton
Profile Blog Joined December 2009
United States17248 Posts
July 12 2010 13:36 GMT
#176
Someone had a program that was pulling division stats out and uploading them, but I haven't seen anything else.
twitch.tv/cratonz
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
July 12 2010 15:00 GMT
#177
C# question time!
in C++ i would do this: if (a[i] == b[ii]). However in C# I'm sitting on two arraylists (whatever the hell that is), and I want to loop through both of them the way you'd solved one of the bike-locks with codes... 001, 002, 003 etc. which I'd usually do by nesting for loops, i < 9, ii < 9 and so on... I don't know if I'm making any sense. Let's try again, what I'm looking for is a replacement to this, but with arraylists;

for (int i = 0; i < 9; i++)
{
for (int ii = 0; ii < 9; ii++)
{
if (arrayA[i] == arrayB[ii])
return true;
}
}
AssuredVacancy
Profile Blog Joined September 2008
United States1167 Posts
July 12 2010 15:06 GMT
#178
On July 13 2010 00:00 Adeny wrote:
C# question time!
in C++ i would do this: if (a[i] == b[ii]). However in C# I'm sitting on two arraylists (whatever the hell that is), and I want to loop through both of them the way you'd solved one of the bike-locks with codes... 001, 002, 003 etc. which I'd usually do by nesting for loops, i < 9, ii < 9 and so on... I don't know if I'm making any sense. Let's try again, what I'm looking for is a replacement to this, but with arraylists;

for (int i = 0; i < 9; i++)
{
for (int ii = 0; ii < 9; ii++)
{
if (arrayA[i] == arrayB[ii])
return true;
}
}


Dunno the syntax in C#, but in java it's

ArrayList a = new ArrayList();
a.get(i);//gets the element at i
a.set(i);//sets the element at i

Although most of the time you could just use an iterator to loop through the items using a for each loop.
We spend our youth attaining wealth, and our wealth attaining youth.
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
Last Edited: 2010-07-12 15:19:08
July 12 2010 15:08 GMT
#179
That code looks like perfectly valid C#.
But why would you use a non generic container like ArrayList? Use the generic List<T>. If you are not using a generic list the contents are regarded as object, which means that == checks reference equality and ignores overloaded equality operators.
I don't like the style too much though. I'd use foreach loops in this case. Or if you want to do it without loops just use linq.
For example:
return arrayA.Intersect(arrayB).Count()>0

this one doesn't support early out though since Count() evaluates the hole sequence.

And to learn C# get the language standard. It contains a chapter which describes most of C# in a compact way.
LiquipediaOne eye to kill. Two eyes to live.
TanGeng
Profile Blog Joined January 2009
Sanya12364 Posts
Last Edited: 2010-07-12 15:15:53
July 12 2010 15:14 GMT
#180
On July 13 2010 00:00 Adeny wrote:
C# question time!
in C++ i would do this: if (a[i] == b[ii]). However in C# I'm sitting on two arraylists (whatever the hell that is), and I want to loop through both of them the way you'd solved one of the bike-locks with codes... 001, 002, 003 etc. which I'd usually do by nesting for loops, i < 9, ii < 9 and so on... I don't know if I'm making any sense. Let's try again, what I'm looking for is a replacement to this, but with arraylists;

for (int i = 0; i < 9; i++)
{
for (int ii = 0; ii < 9; ii++)
{
if (arrayA[i] == arrayB[ii])
return true;
}
}


I think that's done with a foreach keyword, but this doesn't stop at 9 but goes through the whole arrayList - longer or shorter.

foreach (int i in arrayA)
{
foreach (int ii in arrayB)
{
if (i == ii)
return true;
}
}


as for your original syntax it might be valid as well. It depends on what is in your arrayList.
Moderator我们是个踏实的赞助商模式俱乐部
Prev 1 7 8 9 10 11 1031 Next
Please log in or register to reply.
Live Events Refresh
The PiG Daily
22:50
Best Games of SC
Clem vs ByuN
SHIN vs GuMiho
PiGStarcraft419
LiquipediaDiscussion
SC Evo Complete
22:00
Enki Epic Ser. Taeja vs soO EN
davetesta58
Liquipedia
OSC
20:00
Mid Season Playoffs
Spirit vs GeraldLIVE!
Solar vs ShoWTimE
SteadfastSC209
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft419
SteadfastSC 209
Nina 158
JuggernautJason85
ViBE72
Nathanias 71
CosmosSc2 50
StarCraft: Brood War
NaDa 19
LuMiX 4
Dota 2
monkeys_forever346
canceldota150
NeuroSwarm85
League of Legends
Grubby3214
JimRising 334
febbydoto12
Counter-Strike
Fnx 2124
taco 772
sgares70
Super Smash Bros
hungrybox470
AZ_Axe123
Liquid`Ken48
Heroes of the Storm
Khaldor189
Other Games
summit1g10110
fl0m534
C9.Mang0146
Pyrionflax90
Trikslyr66
PPMD45
Livibee42
Organizations
Other Games
gamesdonequick43719
BasetradeTV21
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Hupsaiya 47
• Adnapsc2 10
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Pr0nogo 4
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1520
Other Games
• Scarra1856
Upcoming Events
RSL Revival
10h 10m
SHIN vs Clem
Cure vs TBD
FEL
12h 10m
FEL
16h 10m
Gerald vs PAPI
Spirit vs ArT
CSO Cup
16h 10m
BSL20 Non-Korean Champi…
18h 10m
Bonyth vs QiaoGege
Dewalt vs Fengzi
Hawk vs Zhanhun
Sziky vs Mihu
Mihu vs QiaoGege
Zhanhun vs Sziky
Fengzi vs Hawk
Sparkling Tuna Cup
1d 10h
RSL Revival
1d 10h
Classic vs TBD
FEL
1d 15h
BSL20 Non-Korean Champi…
1d 18h
Bonyth vs Dewalt
QiaoGege vs Dewalt
Hawk vs Bonyth
Sziky vs Fengzi
Mihu vs Zhanhun
QiaoGege vs Zhanhun
Fengzi vs Mihu
Replay Cast
3 days
[ Show More ]
WardiTV European League
3 days
Replay Cast
5 days
The PondCast
5 days
Replay Cast
6 days
Epic.LAN
6 days
Liquipedia Results

Completed

KCM Race Survival 2025 Season 2
HSC XXVII
NC Random Cup

Ongoing

JPL Season 2
BSL 2v2 Season 3
Acropolis #3
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
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

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
CSL Xiamen Invitational
CSL Xiamen Invitational: ShowMatche
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
Underdog Cup #2
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.