• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 18:10
CEST 00:10
KST 07:10
  • 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 ASL59Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event19Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
Program: SC2 / XSplit / OBS Scene Switcher Statistics for vetoed/disliked maps The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? PiG Sty Festival #5: Playoffs Preview + Groups Recap
Tourneys
FEL Cracov 2025 (July 27) - $8000 live event RSL: Revival, a new crowdfunded tournament series Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) [GSL 2025] Code S: Season 2 - Semi Finals & Finals
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 SC uni coach streams logging into betting site BGH Mineral Boosts Tutorial Video Player “Jedi” cheat on CSL Replays question
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
Russo-Ukrainian War Thread US Politics Mega-thread Trading/Investing Thread Things Aren’t Peaceful in Palestine 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
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
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: 550 users

The Big Programming Thread - Page 152

Forum Index > General Forum
Post a Reply
Prev 1 150 151 152 153 154 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.
iamke55
Profile Blog Joined April 2004
United States2806 Posts
July 29 2012 22:23 GMT
#3021
So I was googling a SQL problem I had at work and found it amusing when I clicked on a thread and this result popped up. Which one of you was it?
During practice session, I discovered very good build against zerg. -Bisu[Shield]
DumJumJmyWum
Profile Joined March 2011
United States75 Posts
July 29 2012 22:35 GMT
#3022
Hey guys, I was thinking about using Google Web Toolkit with Google App Engine to build something similar to memrise. Originally I was just going to use GAE by itself + Java framework, but saw GWT. Anyone have any experience with GWT?
SiPa
Profile Joined July 2010
Germany129 Posts
Last Edited: 2012-07-30 15:25:04
July 30 2012 12:50 GMT
#3023
Hey Guys, it's me again! I'm sure you missed me
Questions, questions, questions...
+ Show Spoiler +
I got a matrix in an excel-file.
I want to write that matrix into a 2D-array in VisualBasic (or C, C++, C#, preferred VB)
If the matrix is completely filled (no empty spaces in between 2 Values) --> np
If the matrix has "holes" in it, im kinda lost...how do I figure out the last value in a matrix? (at the bottom right; bottom before right)
Is there a function in Excel? (i'm pretty sure i could use that with VB)
Is there an algorithm? ^^ (dont think so)
No matrix-lenght or width specified.
Do Excel files "end"? (xlsx, xls) --> I use
Imports Excel = Microsoft.Office.Interop.Excel
...
Dim ExcelApp As Excel.Application
Dim ExcelWkBook As Excel.Workbook
Dim ExcelWkSheet As Excel.Worksheet
ExcelApp = New Microsoft.Office.Interop.Excel.Application
ExcelWkBook = ExcelApp.Workbooks.Open(filename)
ExcelWkSheet = ExcelWkBook.Worksheets(worksheet)
...
matrix(i, j) = ExcelWkSheet.Cells(i, j).value

with 2 loops around the last line to fill it up.
Could I just read to the "end" of the file?


Ok I kinda found a way: NullReference-Exceptions.
But since i open the File with Excel, the Rows and Columns never stop.
Fuuuuuudamn
I cant think of an elegant way...
Guess i will have the user put the dimensions of the matrix :S
Spidinko
Profile Joined May 2010
Slovakia1174 Posts
July 30 2012 13:39 GMT
#3024
Hey guys. I'm looking for a project for my bachelor's thesis. I'm mostly interested in artificial intelligence, specifically genetic algorithms and neural networks.

Could anyone give me some ideas? I'm running out of time and have no clue what I'm going to do yet.
GhostLink
Profile Joined January 2011
United States450 Posts
July 30 2012 13:50 GMT
#3025
How do i write a python code for combining one picture with another, manipulating it by pixels, i.e. if i wanted to shade a picture grey at it's corners. I'm just starting out and a complete noob, so i'd appreciate anyone who can point me in the right direction.
Let a man play chess, and tell him that every pawn is his friend. Let him think both bishops holy. Let him remember happy days in the shadows of his castles. Let him love his queen. Watch him lose them all.
supereddie
Profile Joined March 2011
Netherlands151 Posts
July 30 2012 18:18 GMT
#3026
On July 30 2012 21:50 SiPa wrote:
Hey Guys, it's me again! I'm sure you missed me
Questions, questions, questions...
+ Show Spoiler +
I got a matrix in an excel-file.
I want to write that matrix into a 2D-array in VisualBasic (or C, C++, C#, preferred VB)
If the matrix is completely filled (no empty spaces in between 2 Values) --> np
If the matrix has "holes" in it, im kinda lost...how do I figure out the last value in a matrix? (at the bottom right; bottom before right)
Is there a function in Excel? (i'm pretty sure i could use that with VB)
Is there an algorithm? ^^ (dont think so)
No matrix-lenght or width specified.
Do Excel files "end"? (xlsx, xls) --> I use
Imports Excel = Microsoft.Office.Interop.Excel
...
Dim ExcelApp As Excel.Application
Dim ExcelWkBook As Excel.Workbook
Dim ExcelWkSheet As Excel.Worksheet
ExcelApp = New Microsoft.Office.Interop.Excel.Application
ExcelWkBook = ExcelApp.Workbooks.Open(filename)
ExcelWkSheet = ExcelWkBook.Worksheets(worksheet)
...
matrix(i, j) = ExcelWkSheet.Cells(i, j).value

with 2 loops around the last line to fill it up.
Could I just read to the "end" of the file?


Ok I kinda found a way: NullReference-Exceptions.
But since i open the File with Excel, the Rows and Columns never stop.
Fuuuuuudamn
I cant think of an elegant way...
Guess i will have the user put the dimensions of the matrix :S

If it is a named matrix, you can use that to select everything and then iterate the selection.
"Do not try to make difficult things possible, but make simple things simple." - David Platt on Software Design
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
July 31 2012 02:32 GMT
#3027
On July 30 2012 22:50 GhostLink wrote:
How do i write a python code for combining one picture with another, manipulating it by pixels, i.e. if i wanted to shade a picture grey at it's corners. I'm just starting out and a complete noob, so i'd appreciate anyone who can point me in the right direction.

You'd need to use a library for file manipulation or look up the file data format so you can modify bits of the file by hand.
ranshaked
Profile Blog Joined August 2010
United States870 Posts
Last Edited: 2012-08-01 00:34:02
August 01 2012 00:15 GMT
#3028
Hey guys, I had an assignment due the other day (passed due date as you can see here: [image loading]

Unfortunately, I still do not understand how to do the assignment, and it's bothering me quite a lot. I've been given a skeleton of code, and I need to design the functions to complete it. It's in C. It's rather long, but if someone can help me in a PM that would be great. I don't want to provide the code on here just in case future students will find it and cheat.

As of right now I have half of the program working, but I need help understanding return values, and exactly what I can put in functions to help it work. It would be greatly appreciated. Thank you all.

EDIT: Can you see the image now?
woozie
Profile Joined July 2010
Sweden53 Posts
August 01 2012 00:24 GMT
#3029
On August 01 2012 09:15 ranshaked wrote:
Hey guys, I had an assignment due the other day (passed due date as you can see here: [image loading])

Unfortunately, I still do not understand how to do the assignment, and it's bothering me quite a lot. I've been given a skeleton of code, and I need to design the functions to complete it. It's in C. It's rather long, but if someone can help me in a PM that would be great. I don't want to provide the code on here just in case future students will find it and cheat.

As of right now I have half of the program working, but I need help understanding return values, and exactly what I can put in functions to help it work. It would be greatly appreciated. Thank you all.


Could you at least give out the information in the pdf file, so that someone might actually know what you're supposed to do ...?
frogmelter
Profile Blog Joined April 2009
United States971 Posts
August 01 2012 00:25 GMT
#3030
On August 01 2012 09:15 ranshaked wrote:
Hey guys, I had an assignment due the other day (passed due date as you can see here: [image loading])

Unfortunately, I still do not understand how to do the assignment, and it's bothering me quite a lot. I've been given a skeleton of code, and I need to design the functions to complete it. It's in C. It's rather long, but if someone can help me in a PM that would be great. I don't want to provide the code on here just in case future students will find it and cheat.

As of right now I have half of the program working, but I need help understanding return values, and exactly what I can put in functions to help it work. It would be greatly appreciated. Thank you all.


I sent a PM. Waiting for a response...
TL+ Member
ranshaked
Profile Blog Joined August 2010
United States870 Posts
August 01 2012 00:27 GMT
#3031
On August 01 2012 09:24 woozie wrote:
Show nested quote +
On August 01 2012 09:15 ranshaked wrote:
Hey guys, I had an assignment due the other day (passed due date as you can see here: [image loading])

Unfortunately, I still do not understand how to do the assignment, and it's bothering me quite a lot. I've been given a skeleton of code, and I need to design the functions to complete it. It's in C. It's rather long, but if someone can help me in a PM that would be great. I don't want to provide the code on here just in case future students will find it and cheat.

As of right now I have half of the program working, but I need help understanding return values, and exactly what I can put in functions to help it work. It would be greatly appreciated. Thank you all.


Could you at least give out the information in the pdf file, so that someone might actually know what you're supposed to do ...?

Yeah I can. + Show Spoiler +
Objectives
1. To learn how to use functions for modular programming
Problem: Tic Tac Toe (tictactoe.c)
The game of Tic Tac Toe is an excellent example of how large problems can be broken down into
solvable portions. During our lecture on 2D arrays we talked about the major tasks associated
with Tic Tac Toe:
 Checking to see if the game board is full
 Getting a user’s move
 Checking that the move is valid
 Placing the move on the board
 Checking to see if there is a winner
In this assignment, you will be completing these tasks. A skeleton program has already been
written for you. Main is completed and the function prototypes are established – do not change
these. Fill in the function based on the instructions provided in the skeleton.
tofucake
Profile Blog Joined October 2009
Hyrule19030 Posts
August 01 2012 00:30 GMT
#3032
Yeah that's wonderful.

But A) the OP clearly states I'll smack you and 2. we can't see those attachments so your post is a waste.

You basically asked "hey guys here's this thing how do I do it?" but you never explained what the thing is.
Liquipediaasante sana squash banana
Abductedonut
Profile Blog Joined December 2010
United States324 Posts
August 01 2012 00:39 GMT
#3033
I can help you ranshaked. Send me a PM!
ranshaked
Profile Blog Joined August 2010
United States870 Posts
August 01 2012 00:49 GMT
#3034
On August 01 2012 09:39 Abductedonut wrote:
I can help you ranshaked. Send me a PM!

Thanks! PM sent.
woozie
Profile Joined July 2010
Sweden53 Posts
August 01 2012 01:49 GMT
#3035
On August 01 2012 09:27 ranshaked wrote:
Show nested quote +
On August 01 2012 09:24 woozie wrote:
On August 01 2012 09:15 ranshaked wrote:
Hey guys, I had an assignment due the other day (passed due date as you can see here: [image loading])

Unfortunately, I still do not understand how to do the assignment, and it's bothering me quite a lot. I've been given a skeleton of code, and I need to design the functions to complete it. It's in C. It's rather long, but if someone can help me in a PM that would be great. I don't want to provide the code on here just in case future students will find it and cheat.

As of right now I have half of the program working, but I need help understanding return values, and exactly what I can put in functions to help it work. It would be greatly appreciated. Thank you all.


Could you at least give out the information in the pdf file, so that someone might actually know what you're supposed to do ...?

Yeah I can. + Show Spoiler +
Objectives
1. To learn how to use functions for modular programming
Problem: Tic Tac Toe (tictactoe.c)
The game of Tic Tac Toe is an excellent example of how large problems can be broken down into
solvable portions. During our lecture on 2D arrays we talked about the major tasks associated
with Tic Tac Toe:
 Checking to see if the game board is full
 Getting a user’s move
 Checking that the move is valid
 Placing the move on the board
 Checking to see if there is a winner
In this assignment, you will be completing these tasks. A skeleton program has already been
written for you. Main is completed and the function prototypes are established – do not change
these. Fill in the function based on the instructions provided in the skeleton.


Right. For me that doesn't seem too difficult. Was there any task in particular that you had a problem with?

Also, please explain what you've done thus far.
SiPa
Profile Joined July 2010
Germany129 Posts
August 01 2012 10:56 GMT
#3036
Hey, I wanna read a Matrix out of a .txt-file using Visual basic and the Library System.IO into a 2-dimensional Array.
Matrix looks like this (example):
1 2 5 1 6
2 5 7,3 5,7 1
2,3 9 8,5 1 2

So the numbers are seperated by empty spaces and some are rational(with , or . ), some are natural.
Suggestions? ^^
Maybe a string for each line, then a string for each number and then CDbl?
And then put those into an array?
Do all at once?
Use an easy function provided by system.io? ^^
Appreciate any help i can get!
artynko
Profile Joined November 2010
Slovakia86 Posts
August 01 2012 11:06 GMT
#3037
On July 30 2012 07:35 DumJumJmyWum wrote:
Hey guys, I was thinking about using Google Web Toolkit with Google App Engine to build something similar to memrise. Originally I was just going to use GAE by itself + Java framework, but saw GWT. Anyone have any experience with GWT?

We use GWT at work and it all depends on the size of the application you plan to do. GWT gets exponencialy worse as you add in extra functionality and some of the js calls take huge ammounts of time to complete. If you just need a simple page with a little dynamic content then it would work fine, anything that is borderline on the enterprise sized app will work very poorly.
On the other hand if you want something small then you could probably use Scala + LIFT or even PHP (shoot me) and save a ton of time spent on getting all the backend stuff working (or use Roo).
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
August 01 2012 11:11 GMT
#3038
On August 01 2012 19:56 SiPa wrote:
Hey, I wanna read a Matrix out of a .txt-file using Visual basic and the Library System.IO into a 2-dimensional Array.
Matrix looks like this (example):
1 2 5 1 6
2 5 7,3 5,7 1
2,3 9 8,5 1 2

So the numbers are seperated by empty spaces and some are rational(with , or . ), some are natural.
Suggestions? ^^
Maybe a string for each line, then a string for each number and then CDbl?
And then put those into an array?
Do all at once?
Use an easy function provided by system.io? ^^
Appreciate any help i can get!

Easiest way is probably to read it one string at a time, use Split to get an array of strings and then place those arrays one at a time into an array of arrays, your 2d array. Do you really need to save the numbers as doubles rather than strings? I think it could be problematic since there's both , and . used. If you do, you would obviously need to loop your arrays once to convert them.
SRBNikola
Profile Blog Joined July 2011
Serbia191 Posts
Last Edited: 2012-08-01 11:50:25
August 01 2012 11:18 GMT
#3039
On August 01 2012 19:56 SiPa wrote:
Hey, I wanna read a Matrix out of a .txt-file using Visual basic and the Library System.IO into a 2-dimensional Array.
Matrix looks like this (example):
1 2 5 1 6
2 5 7,3 5,7 1
2,3 9 8,5 1 2

So the numbers are seperated by empty spaces and some are rational(with , or . ), some are natural.
Suggestions? ^^
Maybe a string for each line, then a string for each number and then CDbl?
And then put those into an array?
Do all at once?
Use an easy function provided by system.io? ^^
Appreciate any help i can get!


Hey, there are 2 ways to do it .Net(maybe more but i know 2 good ways), first way is Regular Expression that i dont think is economic for this, however there is string splitting, basicly you read line and then split string by white space, you will get array of values for each line. You use String.Split(' ') (this is C#, i forgot VB syntax xD but should be something like Sring.Split...) it will return an array of values, u can check length of it and so on.

This might help you
http://msdn.microsoft.com/en-us/library/system.string.split.aspx

Tell me if you are having problems!
SiPa
Profile Joined July 2010
Germany129 Posts
Last Edited: 2012-08-01 11:22:40
August 01 2012 11:21 GMT
#3040
On August 01 2012 20:11 Tobberoth wrote:
+ Show Spoiler +
On August 01 2012 19:56 SiPa wrote:
Hey, I wanna read a Matrix out of a .txt-file using Visual basic and the Library System.IO into a 2-dimensional Array.
Matrix looks like this (example):
1 2 5 1 6
2 5 7,3 5,7 1
2,3 9 8,5 1 2

So the numbers are seperated by empty spaces and some are rational(with , or . ), some are natural.
Suggestions? ^^
Maybe a string for each line, then a string for each number and then CDbl?
And then put those into an array?
Do all at once?
Use an easy function provided by system.io? ^^
Appreciate any help i can get!

Easiest way is probably to read it one string at a time, use Split to get an array of strings and then place those arrays one at a time into an array of arrays, your 2d array. Do you really need to save the numbers as doubles rather than strings? I think it could be problematic since there's both , and . used. If you do, you would obviously need to loop your arrays once to convert them.


CDbl casts both, 6,5 and 6.5, into the same value: 6.5

Edit: Nvm, i guess the last post pretty much explained it
Well, ill try it, lets see...
Prev 1 150 151 152 153 154 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 11h 50m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
JuggernautJason126
ProTech88
Nina 78
NeuroSwarm 0
StarCraft: Brood War
firebathero 239
NaDa 36
Rock 35
LancerX 26
Dota 2
LuMiX1
League of Legends
Grubby3573
Dendi1369
Heroes of the Storm
Liquid`Hasu538
Khaldor269
Other Games
summit1g9604
FrodaN2198
fl0m680
RotterdaM474
Sick60
ViBE28
Organizations
Other Games
BasetradeTV42
StarCraft 2
angryscii 27
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 23 non-featured ]
StarCraft 2
• Berry_CruncH288
• davetesta43
• musti20045 37
• tFFMrPink 19
• OhrlRock 4
• Kozan
• Migwel
• sooper7s
• AfreecaTV YouTube
• intothetv
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• Pr0nogo 8
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota21446
• Ler129
League of Legends
• Doublelift3976
• Jankos2548
Other Games
• imaqtpie1127
• Shiphtur467
• WagamamaTV375
Upcoming Events
RSL Revival
11h 50m
Clem vs Classic
SHIN vs Cure
FEL
13h 50m
WardiTV European League
13h 50m
BSL: ProLeague
19h 50m
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
2 days
WardiTV European League
2 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
[ Show More ]
Replay Cast
5 days
RSL Revival
5 days
FEL
5 days
RSL Revival
6 days
FEL
6 days
FEL
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.