• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 00:59
CEST 06:59
KST 13:59
  • 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
Weekly 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 continues29LiuLi Cup - September 2025 Tournaments3
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 SC4ALL $6,000 Open LAN in Philadelphia Sparkling Tuna Cup - Weekly Open Tournament 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
[ASL20] Ro16 Preview Pt2: Turbulence BW General Discussion ASL20 General Discussion Diplomacy, Cosmonarchy Edition BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
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 Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming 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
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: 1157 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
Hyrule19086 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
PiGosaur Monday
00:00
#49
Liquipedia
OSC
23:00
OSC Elite Rising Star #16
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft519
StarCraft: Brood War
Leta 571
Noble 54
ajuk12(nOOB) 41
Icarus 9
Dota 2
NeuroSwarm138
Counter-Strike
Stewie2K448
semphis_45
Super Smash Bros
Mew2King37
Other Games
summit1g5047
C9.Mang0302
XaKoH 152
ViBE145
SortOf48
Trikslyr34
Organizations
Other Games
gamesdonequick705
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• OhrlRock 98
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1138
• Lourlo996
• Stunt420
Other Games
• Scarra1197
Upcoming Events
LiuLi Cup
6h 1m
OSC
14h 1m
RSL Revival
1d 5h
Maru vs Reynor
Cure vs TriGGeR
The PondCast
1d 8h
RSL Revival
2 days
Zoun vs Classic
Korean StarCraft League
2 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
BSL Open LAN 2025 - War…
4 days
RSL Revival
4 days
[ Show More ]
Online Event
4 days
Wardi Open
5 days
Sparkling Tuna 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
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
StarSeries Fall 2025
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.