• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:55
CET 15:55
KST 23: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
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros9[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win52025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest4
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Intel X Team Liquid Seoul event: Showmatches and Meet the Pros Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win Weekly Cups (Oct 13-19): Clem Goes for Four DreamHack Open 2013 revealed
Tourneys
SC4ALL $6,000 Open LAN in Philadelphia Kirktown Chat Brawl #9 $50 8:30PM EST 2025 RSL Offline Finals Dates + Ticket Sales! Merivale 8 Open - LAN - Stellar Fest Crank Gathers Season 2: SC II Pro Teams
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
Ladder Map Matchup Stats Map pack for 3v3/4v4/FFA games BW General Discussion SnOw's ASL S20 Finals Review [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[ASL20] Grand Finals Small VOD Thread 2.0 The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION
Strategy
PvZ map balance Current Meta How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Path of Exile Dawn of War IV Beyond All Reason Stormgate/Frost Giant Megathread
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine US Politics Mega-thread The Big Programming Thread YouTube Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion MLB/Baseball 2023 2024 - 2026 Football Thread NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Career Paths and Skills for …
TrAiDoS
KPDH "Golden" as Squid Game…
Peanutsc
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1630 users

The Big Programming Thread - Page 130

Forum Index > General Forum
Post a Reply
Prev 1 128 129 130 131 132 1032 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.
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
Last Edited: 2012-03-27 20:00:18
March 27 2012 19:54 GMT
#2581
On March 27 2012 10:57 berated- wrote:
Show nested quote +
On March 27 2012 10:27 teamamerica wrote:
Hey guys, I'm a pretty noob cs guy (2nd year of B.S) but I was wondering what you guys thought of this list of what every cs major should know. It pretty comprehensive and something I'd like to refer to from time to time as a kind of checkoff list of things to learn.


If you know all of those things I doubt there is a company in the world that wouldn't hire you. We ask the people we are trying to hire to have about 1/4 of those requirements and still can't find them.

Pretty interesting. I read the K & R book and luckily I know and have experience with everything there except hash lookups, which I'll be writing this summer for use in projects next term. I'm also solid on the mathematics (take a ton at my college). Also taking multiple years of C++ and doing many large projects from scratch in C++. Have experience writing in Assembly as well, but not a whole lot. Would love to learn more but have to wait until 3rd year where we program an 8-bit microprocessor to run a game on a hand-held device. Going to be so fun! Hopefully I can apply what I learn on a side-project of creating a SNES game. Always been interesting in coding something for the SNES. Also have classes on operating systems and will be creating networking for game projects in C++. Many classes on graphics programming, AI, databases and data structures, there's a machine learning class though it's not on the required course sequence.

Looks like I'm in a good position

https://www.digipen.edu/academics/degree-programs/real-time-interactive-simulation/course-sequence/
https://www.digipen.edu/academics/course-catalog/course-descriptions/computer-science-cs/
SpaceFighting
Profile Joined January 2010
New Zealand690 Posts
March 27 2012 20:29 GMT
#2582
Hey guys, for my university assignment , i have to create two random rectangles and im having trouble trying to code it, is anyone familiar with this?
kuz pro
gauauu
Profile Joined May 2010
United States47 Posts
March 27 2012 20:32 GMT
#2583
Spacefighting, your description of the assignment is to vague to be of no use to help you, really. (What langauge? What libraries? What sort of result do you need?)

To create a random rectangle, you need 4 random points, or 8 random numbers (x and y) to be the 4 corners. So generate 8 random numbers, call them the corners of the rectangle, and you're done.

Unless you need to draw them? Or they have to be within a certain size/area? That would complicate things slightly.
Millitron
Profile Blog Joined August 2010
United States2611 Posts
March 27 2012 20:38 GMT
#2584
On March 28 2012 01:00 ThatGuy wrote:
Yeah the solution I currently came up with is O(n/2 * n^2), but I usually don't deal with stuff that goes beyond O(n^2), so I wasn't sure if I was being stupid. Thanks for the reply. On the plus side, once it's constructed I don't really have to deal with it again lol.

EDIT: Actually it looks a bit less than that, since it keep looping through a smaller list on every iteration...w/e.

Unless you need a really precise efficiency, O((n/2)*(n^2)) is on the order of O(n^3).

Unless you're doing this for an upper-level Master's Degree class, or an independent research project in algorithms, O(n^3) is good enough.
Who called in the fleet?
SpaceFighting
Profile Joined January 2010
New Zealand690 Posts
March 27 2012 22:14 GMT
#2585
On March 28 2012 05:32 gauauu wrote:
Spacefighting, your description of the assignment is to vague to be of no use to help you, really. (What langauge? What libraries? What sort of result do you need?)

To create a random rectangle, you need 4 random points, or 8 random numbers (x and y) to be the 4 corners. So generate 8 random numbers, call them the corners of the rectangle, and you're done.

Unless you need to draw them? Or they have to be within a certain size/area? That would complicate things slightly.


Ops sorry, the language used is java and its about rectangle class, im a first year comp sci major and i am uncertain of how to create a random rectangle with this.

The reault im looking for is to create 2 random rectangles, choose a random point within them and see whether they intersect at that given point.
kuz pro
Millitron
Profile Blog Joined August 2010
United States2611 Posts
March 27 2012 22:52 GMT
#2586
On March 28 2012 07:14 SpaceFighting wrote:
Show nested quote +
On March 28 2012 05:32 gauauu wrote:
Spacefighting, your description of the assignment is to vague to be of no use to help you, really. (What langauge? What libraries? What sort of result do you need?)

To create a random rectangle, you need 4 random points, or 8 random numbers (x and y) to be the 4 corners. So generate 8 random numbers, call them the corners of the rectangle, and you're done.

Unless you need to draw them? Or they have to be within a certain size/area? That would complicate things slightly.


Ops sorry, the language used is java and its about rectangle class, im a first year comp sci major and i am uncertain of how to create a random rectangle with this.

The reault im looking for is to create 2 random rectangles, choose a random point within them and see whether they intersect at that given point.

The Java API is your best friend: API for Rectangle().

To get random numbers in Java, check out: http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html. Look for the Math.random() method.
Who called in the fleet?
SpaceFighting
Profile Joined January 2010
New Zealand690 Posts
March 28 2012 00:32 GMT
#2587
On March 28 2012 07:52 Millitron wrote:
Show nested quote +
On March 28 2012 07:14 SpaceFighting wrote:
On March 28 2012 05:32 gauauu wrote:
Spacefighting, your description of the assignment is to vague to be of no use to help you, really. (What langauge? What libraries? What sort of result do you need?)

To create a random rectangle, you need 4 random points, or 8 random numbers (x and y) to be the 4 corners. So generate 8 random numbers, call them the corners of the rectangle, and you're done.

Unless you need to draw them? Or they have to be within a certain size/area? That would complicate things slightly.


Ops sorry, the language used is java and its about rectangle class, im a first year comp sci major and i am uncertain of how to create a random rectangle with this.

The reault im looking for is to create 2 random rectangles, choose a random point within them and see whether they intersect at that given point.

The Java API is your best friend: API for Rectangle().

To get random numbers in Java, check out: http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html. Look for the Math.random() method.


Oh kewl thanks, exactly what im looking for, programming seems to be difficult for me, gotta study hard!

Thanks once again
kuz pro
dogmeatstew
Profile Joined April 2010
Canada574 Posts
March 28 2012 00:39 GMT
#2588
On March 28 2012 05:29 SpaceFighting wrote:
Hey guys, for my university assignment , i have to create two random rectangles and im having trouble trying to code it, is anyone familiar with this?

Really really depends on the language for how you actually go about it but the concept is pretty simple.

1. Find the random number generator for your language
2. Get random values within the range you have (0 - screen width and 0 - screen height I'd imagine):
- start x coord
- start y coord
- height of rect
- width of rect
3. repeat for second rectagle.


From my experience most languages will ask you for an (x.y) for top left corner and then a height and width so your're looking at something like:

Rectangle rect = new Rectangle(x,y,length,width); << Very java esk
iglocska
Profile Joined May 2011
Norway589 Posts
March 28 2012 05:49 GMT
#2589
On March 28 2012 09:39 dogmeatstew wrote:
Show nested quote +
On March 28 2012 05:29 SpaceFighting wrote:
Hey guys, for my university assignment , i have to create two random rectangles and im having trouble trying to code it, is anyone familiar with this?

Really really depends on the language for how you actually go about it but the concept is pretty simple.

1. Find the random number generator for your language
2. Get random values within the range you have (0 - screen width and 0 - screen height I'd imagine):
- start x coord
- start y coord
- height of rect
- width of rect
3. repeat for second rectagle.


From my experience most languages will ask you for an (x.y) for top left corner and then a height and width so your're looking at something like:

Rectangle rect = new Rectangle(x,y,length,width); << Very java esk


Just keep in mind that this can place the rectangle (parts of it at least) outside of the screen if for example start x coord + rectangle width > screen width.

Do it like this:

- randomise height + width of rectangle (max limit < screen size)
- randomise start x coordinate (max limit < (screen width - rectangle width))
- randomise start y coordinate (max limit < (screen height - rectangle height))
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2012-03-29 13:13:32
March 29 2012 13:12 GMT
#2590
I was looking for an example how to use 2 threads, so I found this one:
http://www.cs.nccu.edu.tw/~linw/javadoc/tutorial/java/threads/simple.html
However, both threads execute the same code. How can one make each thread do something else? E.g. this thread will clean floor, while the other will wash clothes. At first I thought about variable check, but if threads are 4... is it still possible?
MisterD
Profile Blog Joined June 2010
Germany1338 Posts
March 29 2012 13:20 GMT
#2591
For everything that you want to execute in such a thread, simply create an instance of the Runnable interface. Then you just call new Thread(runnable).start(); (where runnable is your Runnable instance) for every thread you want to start besides the main thread and it will execute the runnable's run(){..} method in a separate thread.
Gold isn't everything in life... you need wood, too!
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
April 03 2012 02:19 GMT
#2592
Can anyone explain how Wolfram Alpha does their computations so quickly? It's kinda ridiculous imho. I haven't looked into it much. Just wondered this earlier today in class.
There is no one like you in the universe.
Millitron
Profile Blog Joined August 2010
United States2611 Posts
April 03 2012 02:52 GMT
#2593
On April 03 2012 11:19 Blisse wrote:
Can anyone explain how Wolfram Alpha does their computations so quickly? It's kinda ridiculous imho. I haven't looked into it much. Just wondered this earlier today in class.

Brute-force computation is what computers were invented for. Its amazing how quickly they can plow through arithmetic expressions. You don't even need exceptionally efficient algorithms for most pure arithmetic calculations. Basically, if it can be represented by an equation and doesn't involve summations, almost any modern computer can do it pretty much instantly. What slows them down are repeated calculations. For instance, in a videogame, when your computer tries to draw something on the screen, it does so by drawing many triangles. It can draw a single triangle in a fraction of a millisecond, but if you have to draw 20,000 of them, those fractions of a millisecond add up.

I would suspect WA does have exceptionally efficient algorithms as well, but they would be just as fast without them for most users needs. Only the people running N-body orbital integrators, and other insane stuff need the high-efficiency algorithms.
Who called in the fleet?
Mittens
Profile Joined April 2009
Australia102 Posts
April 04 2012 01:58 GMT
#2594
Hey, I was doing homework that ended up like this: http://pastebin.com/VujQAxPq (~50 lines long)

While it produced a valid answer, it used an unreasonable amount of memory to do it (7.5GB of 8 RAM that was free + tons of pagefile on top of that).

Anyone know what's happened to make it so memory consuming?
chiboni
Profile Joined June 2011
15 Posts
April 04 2012 08:20 GMT
#2595
On April 04 2012 10:58 Mittens wrote:
Hey, I was doing homework that ended up like this: http://pastebin.com/VujQAxPq (~50 lines long)

While it produced a valid answer, it used an unreasonable amount of memory to do it (7.5GB of 8 RAM that was free + tons of pagefile on top of that).

Anyone know what's happened to make it so memory consuming?



Im Not sure if i understand your question correct...
You wonder why your program uses ~500mb Memory ?

If so, You have two Byte arrays with total of 15 Byte * 39506988 loop = ~ 59260482 Byte
= 565 mb

I hope i got that right :/
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2012-04-04 13:57:20
April 04 2012 13:56 GMT
#2596
I use Java nested class, but it doesn't work on Linux although I get a file similar to: mainclass$innerclass.class (the problem is the inner class isn't executed)
There is no problem on Windows though. Any suggestions?
WhuazGoodJaggah
Profile Blog Joined January 2009
Lesotho777 Posts
April 04 2012 14:52 GMT
#2597
On April 04 2012 10:58 Mittens wrote:
Hey, I was doing homework that ended up like this: http://pastebin.com/VujQAxPq (~50 lines long)

While it produced a valid answer, it used an unreasonable amount of memory to do it (7.5GB of 8 RAM that was free + tons of pagefile on top of that).

Anyone know what's happened to make it so memory consuming?


byte[] hashedBYTES = hashSha.ComputeHash(byteContainer);
this line could eat up memory, have you tried to declare hashedBYTES outside of the loop? that should be better for performance anyway.
small dicks have great firepower
Millitron
Profile Blog Joined August 2010
United States2611 Posts
April 04 2012 17:27 GMT
#2598
On April 04 2012 22:56 darkness wrote:
I use Java nested class, but it doesn't work on Linux although I get a file similar to: mainclass$innerclass.class (the problem is the inner class isn't executed)
There is no problem on Windows though. Any suggestions?

Read up on how your Linux JVM handles inner classes. I suspect its a linking issue though.

Anyways, I got a question TL. I'm working on a fairly large project in Java, and I'm using Eclipse. My problem is that each version only changes a couple of methods in each class, so I like to collapse the ones that I'm not working on. But, since each version gets its own project, Eclipse seems to forget what methods I've collapsed, and displays them all, and its getting annoying to have to manually collapse them all every time I start a new version. Is there any way to make it remember this kind of thing between projects?
Who called in the fleet?
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
April 04 2012 20:28 GMT
#2599
On April 05 2012 02:27 Millitron wrote:
Read up on how your Linux JVM handles inner classes. I suspect its a linking issue though.


Any links? I can't find anything useful in particular.
Millitron
Profile Blog Joined August 2010
United States2611 Posts
April 04 2012 21:42 GMT
#2600
On April 05 2012 05:28 darkness wrote:
Show nested quote +
On April 05 2012 02:27 Millitron wrote:
Read up on how your Linux JVM handles inner classes. I suspect its a linking issue though.


Any links? I can't find anything useful in particular.

Actually, no. This is harder to look up than I imagined it would be. I can't find much about how any Linux JVM's work at all, let alone how they deal with this admittedly unique situation.

What I mean by a linking issue though, is that the classes aren't being linked together properly. In C++, you do this with DLL's or .lib files, but in Java, the JVM takes care of it for you normally.

Does your program outright crash, or just not execute the inner class stuff?
Who called in the fleet?
Prev 1 128 129 130 131 132 1032 Next
Please log in or register to reply.
Live Events Refresh
SC4ALL
14:00
SC4All Day 1
LiquipediaDiscussion
SC4ALL
14:00
SC4ALL - Day 1
RotterdaM292
IndyStarCraft 109
CranKy Ducklings90
SteadfastSC84
LiquipediaDiscussion
BSL Team A[vengers]
14:00
Day 3
Dewalt vs ZeLoT
UltrA vs ZeLoT
ZZZero.O115
LiquipediaDiscussion
Epic.LAN
12:00
Epic.LAN 46 Playoffs Stage
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Artosis 513
Lowko398
RotterdaM 270
IndyStarCraft 109
LamboSC2 108
Rex 94
SteadfastSC 84
Codebar 30
StarCraft: Brood War
Calm 5933
PianO 3192
Barracks 523
sorry 375
Last 209
ZZZero.O 115
zelot 82
Dewaltoss 78
Bonyth 65
HiyA 51
[ Show more ]
ToSsGirL 32
Rock 23
Shine 23
910 13
Terrorterran 11
Dota 2
Gorgc3444
qojqva2820
syndereN147
League of Legends
Reynor130
Counter-Strike
fl0m908
PGG 118
Heroes of the Storm
Khaldor282
Other Games
singsing1754
B2W.Neo1506
DeMusliM338
Hui .219
Liquid`LucifroN180
XcaliburYe154
KnowMe104
QueenE66
nookyyy 54
Mew2King50
Trikslyr2
Organizations
Counter-Strike
PGL22161
Other Games
gamesdonequick986
StarCraft 2
ComeBackTV 1
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• StrangeGG 64
• Adnapsc2 13
• iHatsuTV 6
• IndyKCrew
• Migwel
• AfreecaTV YouTube
• intothetv
• Kozan
• LaughNgamezSOOP
• sooper7s
StarCraft: Brood War
• Michael_bg 2
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV379
• Ler86
League of Legends
• Nemesis4075
Upcoming Events
BSL 21
4h 6m
BSL Team A[vengers]
23h 6m
Cross vs Sobenz
Sziky vs IcaruS
SC4ALL
1d
SC4ALL
1d
BSL 21
1d 4h
Replay Cast
1d 18h
Wardi Open
1d 21h
Monday Night Weeklies
2 days
Replay Cast
2 days
Sparkling Tuna Cup
2 days
[ Show More ]
WardiTV Korean Royale
2 days
Replay Cast
3 days
WardiTV Korean Royale
3 days
The PondCast
4 days
Korean StarCraft League
6 days
CranKy Ducklings
6 days
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
CranK Gathers Season 2: SC II Pro Teams
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
SC4ALL: Brood War
SC4ALL: StarCraft II
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 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.