• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:00
CET 12:00
KST 20:00
  • 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
[ASL20] Finals Preview: Arrival10TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9
Community News
Merivale 8 Open - LAN - Stellar Fest1Chinese SC2 server to reopen; live all-star event in Hangzhou21Weekly Cups (Oct 13-19): Clem Goes for Four3BSL Team A vs Koreans - Sat-Sun 16:00 CET10Weekly Cups (Oct 6-12): Four star herO8
StarCraft 2
General
Could we add "Avoid Matchup" Feature for rankgame RotterdaM "Serral is the GOAT, and it's not close" Chinese SC2 server to reopen; live all-star event in Hangzhou The New Patch Killed Mech! Weekly Cups (Oct 13-19): Clem Goes for Four
Tourneys
$3,500 WardiTV Korean Royale S4 Merivale 8 Open - LAN - Stellar Fest Tenacious Turtle Tussle RSL Season 3 Qualifier Links and Dates $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
[ASL20] Finals Preview: Arrival Is there anyway to get a private coach? BGH Auto Balance -> http://bghmmr.eu/ BSL Team A vs Koreans - Sat-Sun 16:00 CET OGN to release AI-upscaled StarLeague from Feb 24
Tourneys
[ASL20] Grand Finals ASL final tickets help Small VOD Thread 2.0 [Megathread] Daily Proleagues
Strategy
Roaring Currents ASL final Simple Questions, Simple Answers Relatively freeroll strategies BW - ajfirecracker Strategy & Training
Other Games
General Games
General RTS Discussion Thread Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread Dawn of War IV
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
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread [Manga] One Piece Korean Music Discussion Series you have seen recently... Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 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
The Benefits Of Limited Comm…
TrAiDoS
Sabrina was soooo lame on S…
Peanutsc
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1701 users

The Big Programming Thread - Page 102

Forum Index > General Forum
Post a Reply
Prev 1 100 101 102 103 104 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.
Cambium
Profile Blog Joined June 2004
United States16368 Posts
December 29 2011 19:37 GMT
#2021
On December 27 2011 23:48 kaihangkk wrote:
i know nth about programming....which language would be the best one to start with?

really hard to say, but i'd go with python
When you want something, all the universe conspires in helping you to achieve it.
Frigo
Profile Joined August 2009
Hungary1023 Posts
December 29 2011 20:01 GMT
#2022
On December 27 2011 23:48 kaihangkk wrote:
i know nth about programming....which language would be the best one to start with?

Start with Java and be sure you understand what are you doing. Try to find some basic course on it.
http://www.fimfiction.net/user/Treasure_Chest
ObliviousNA
Profile Joined March 2011
United States535 Posts
December 29 2011 20:21 GMT
#2023
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


Idk if it's graphically powerful enough for your needs (there's a bit of overhead with buttons, etc) but you could look at WPF in VS2010 for any of the .Net languages. (Csharp, VB.net, etc)

I've been using it for a little while now, and I rather like it. The xaml visual editor is 50/50, but great for starting out and learning.
Theory is when you know everything but nothing works. Practice is when everything works but no one knows why. In our lab, theory and practice are combined: nothing works and no one knows why.
DensitY
Profile Joined November 2010
New Zealand74 Posts
December 29 2011 20:36 GMT
#2024
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


I think everyone above me has suggested this in some shape or form.

Easiest way to build Windows applications is via the .NET framework (Windows.Forms) in VB,C# C++/CLI (Pick your poison).

wxWidgets, QT, MFC are all good frameworks (maybe not MFC....), but they all have a steeper learning curve initially.

I would recommend learning the base win32 API in the future (once you've mastered .NET and one of the other frameworks) so you understand what is happening underneath the above frameworks.
Loser777
Profile Blog Joined January 2008
1931 Posts
Last Edited: 2011-12-31 02:21:47
December 31 2011 02:18 GMT
#2025
Learning C++ after Java:
What happens when an element of a dynamically allocated array is released/deleted in C++? Does that mean all of the remaining elements of the array are shifted down or does that have to be done manually?

i.e. if we had a five element array of integers theArray[5] such as...
34
42
57
64
89

and executed "delete theArray[1]"

does it become

34

42
57
64
89

or

34
57
64
89
6581
heishe
Profile Blog Joined June 2009
Germany2284 Posts
December 31 2011 02:36 GMT
#2026
On December 31 2011 11:18 Loser777 wrote:
Learning C++ after Java:
What happens when an element of a dynamically allocated array is released/deleted in C++? Does that mean all of the remaining elements of the array are shifted down or does that have to be done manually?

i.e. if we had a five element array of integers theArray[5] such as...
34
42
57
64
89

and executed "delete theArray[1]"

does it become

34

42
57
64
89

or

34
57
64
89


The former. You have to do this manually. Also, if you manually move the things down, the array will still keep its maximum size, there will just be leftover elements at the end (probably old values since moving things down usually means copying).
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
MasterKush
Profile Joined April 2011
United Kingdom568 Posts
December 31 2011 03:39 GMT
#2027
On December 30 2011 04:31 Shruikan998 wrote:
If I am looking to get into web design, and aim primarily to be self taught... What is the best language for me to learn to do this with?


I think the obvious choice (if you have absolutely zero experience with programming/coding) would be HTML and CSS.
Once you're comfortable with those you can move onto a scripting language like JavaScript.
If you want to transition to server-side programming then you can't go wrong with PHP & MySQL.
"Because, maybe, unlike what every whining kid on the internet thinks, terran actually isn't the easiest race? Shocking, I know." - Liquid`Jinro
Millitron
Profile Blog Joined August 2010
United States2611 Posts
December 31 2011 05:06 GMT
#2028
On December 30 2011 03:16 enigmaticcam wrote:
Anyone here familiar with the Knapsack problem? http://en.wikipedia.org/wiki/Knapsack_problem

I'm playing this PvP game that's very similar. You have a battleship with x number of weapon slots, limited capacity, and a large assortment of different types of weapons to fill those slots with, all with varying stats (including weight). I'm trying to write a program that will take your captain's stats, the number of weapon slots you have available, the max capacity your ship can hold, and all the possible weapons you can equip, and find the combination of weapons with the highest damage output. You can't just equip the highest damage possible for your level, because you will use up all your weight capacity before you use up all your weapon slots.

Of the solutions to the knapsack problem, the 0-1 solution is the closest to what I need. The problem is I have an additional constraint of limited number of weapons I can use (as many as weapon slots I have), plus I'm having a hard time interpreting the formula and understanding exactly what it's doing. Anyone have any experience with this kind of dynamic programming who might be able to help me out? I just need a better explanation of the formula so I can know how to implement it in my code. Thanks!

Edit: I think I understand the logic of the formula, but I can't quite get when it actually returns a value. Based strictly on what is written there, it seems to me like it will never actually produce a value until it gets down to the first item, in which case it would just produce 0. At some point you've gotta say, "ok, we don't need to go any further, just return this item's damage value", but I don't see when that would happen.

Don't use a program for this.

If you've ever played an Elder Scrolls game, you've dealt with similar problems when looting dungeons. What you do is, you divide the item's value by its weight, and that tells you how valuable it is to steal. The higher the ratio, the better the item is to steal.

Do the same thing with your game. Divide damage by weight, for each weapon, and take them in order, so you take the ones with the highest ratio first.
Who called in the fleet?
Loser777
Profile Blog Joined January 2008
1931 Posts
December 31 2011 07:42 GMT
#2029
On December 31 2011 11:36 heishe wrote:
Show nested quote +
On December 31 2011 11:18 Loser777 wrote:
Learning C++ after Java:
What happens when an element of a dynamically allocated array is released/deleted in C++? Does that mean all of the remaining elements of the array are shifted down or does that have to be done manually?

i.e. if we had a five element array of integers theArray[5] such as...
34
42
57
64
89

and executed "delete theArray[1]"

does it become

34

42
57
64
89

or

34
57
64
89


The former. You have to do this manually. Also, if you manually move the things down, the array will still keep its maximum size, there will just be leftover elements at the end (probably old values since moving things down usually means copying).

Thanks... you helped me realize that the array wasn't even dynamically allocated, only the objects in the array of pointers were... took me about 3 hours to figure out while delete [] theArray; was causing everything to explode.
6581
Zeke50100
Profile Blog Joined February 2010
United States2220 Posts
December 31 2011 16:55 GMT
#2030
On December 31 2011 16:42 Loser777 wrote:
Show nested quote +
On December 31 2011 11:36 heishe wrote:
On December 31 2011 11:18 Loser777 wrote:
Learning C++ after Java:
What happens when an element of a dynamically allocated array is released/deleted in C++? Does that mean all of the remaining elements of the array are shifted down or does that have to be done manually?

i.e. if we had a five element array of integers theArray[5] such as...
34
42
57
64
89

and executed "delete theArray[1]"

does it become

34

42
57
64
89

or

34
57
64
89


The former. You have to do this manually. Also, if you manually move the things down, the array will still keep its maximum size, there will just be leftover elements at the end (probably old values since moving things down usually means copying).

Thanks... you helped me realize that the array wasn't even dynamically allocated, only the objects in the array of pointers were... took me about 3 hours to figure out while delete [] theArray; was causing everything to explode.


Just as a note: int* theArray = new int[10] would create a dynamically allocated array of 10 ints (i.e., a pointer to an array of 10 ints). int* theArray[10] would create an array of 10 pointers to ints. The former requires the use of "delete[]" in order to free the memory allocated by the entire array. The latter requires "delete theArray[n]" in order to free the memory of a specific element. If you try using "delete[]" on the latter, problems will happen
heishe
Profile Blog Joined June 2009
Germany2284 Posts
December 31 2011 17:04 GMT
#2031
On December 31 2011 14:06 Millitron wrote:
Show nested quote +
On December 30 2011 03:16 enigmaticcam wrote:
Anyone here familiar with the Knapsack problem? http://en.wikipedia.org/wiki/Knapsack_problem

I'm playing this PvP game that's very similar. You have a battleship with x number of weapon slots, limited capacity, and a large assortment of different types of weapons to fill those slots with, all with varying stats (including weight). I'm trying to write a program that will take your captain's stats, the number of weapon slots you have available, the max capacity your ship can hold, and all the possible weapons you can equip, and find the combination of weapons with the highest damage output. You can't just equip the highest damage possible for your level, because you will use up all your weight capacity before you use up all your weapon slots.

Of the solutions to the knapsack problem, the 0-1 solution is the closest to what I need. The problem is I have an additional constraint of limited number of weapons I can use (as many as weapon slots I have), plus I'm having a hard time interpreting the formula and understanding exactly what it's doing. Anyone have any experience with this kind of dynamic programming who might be able to help me out? I just need a better explanation of the formula so I can know how to implement it in my code. Thanks!

Edit: I think I understand the logic of the formula, but I can't quite get when it actually returns a value. Based strictly on what is written there, it seems to me like it will never actually produce a value until it gets down to the first item, in which case it would just produce 0. At some point you've gotta say, "ok, we don't need to go any further, just return this item's damage value", but I don't see when that would happen.

Don't use a program for this.

If you've ever played an Elder Scrolls game, you've dealt with similar problems when looting dungeons. What you do is, you divide the item's value by its weight, and that tells you how valuable it is to steal. The higher the ratio, the better the item is to steal.

Do the same thing with your game. Divide damage by weight, for each weapon, and take them in order, so you take the ones with the highest ratio first.


This method doesn't nearly produce optimal results though. If it were that simple, the "knapsack problem" wouldn't exist.
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
ObliviousNA
Profile Joined March 2011
United States535 Posts
Last Edited: 2011-12-31 19:13:11
December 31 2011 18:55 GMT
#2032
On December 30 2011 03:16 enigmaticcam wrote:
Anyone here familiar with the Knapsack problem? http://en.wikipedia.org/wiki/Knapsack_problem

I'm playing this PvP game that's very similar. You have a battleship with x number of weapon slots, limited capacity, and a large assortment of different types of weapons to fill those slots with, all with varying stats (including weight). I'm trying to write a program that will take your captain's stats, the number of weapon slots you have available, the max capacity your ship can hold, and all the possible weapons you can equip, and find the combination of weapons with the highest damage output. You can't just equip the highest damage possible for your level, because you will use up all your weight capacity before you use up all your weapon slots.

Of the solutions to the knapsack problem, the 0-1 solution is the closest to what I need. The problem is I have an additional constraint of limited number of weapons I can use (as many as weapon slots I have), plus I'm having a hard time interpreting the formula and understanding exactly what it's doing. Anyone have any experience with this kind of dynamic programming who might be able to help me out? I just need a better explanation of the formula so I can know how to implement it in my code. Thanks!

Edit: I think I understand the logic of the formula, but I can't quite get when it actually returns a value. Based strictly on what is written there, it seems to me like it will never actually produce a value until it gets down to the first item, in which case it would just produce 0. At some point you've gotta say, "ok, we don't need to go any further, just return this item's damage value", but I don't see when that would happen.


It seems that since you're limited by number of slots AND weight, this is more complex than the simplified knapsack problem.

http://en.wikipedia.org/wiki/List_of_knapsack_problems#Multiple_constraints

There is no poly-time solution, or even a poly-time approximation. You're going to have to bruteforce this one. Depending on the number of weapons you have potentially per slot, this could get really slow really fast.

Quote:
"The 0-1 variant (for any fixed ) was shown to be NP-complete around 1980 and more strongly, has no FPTAS unless P=NP"

If there was a way you could use #slots OR weight as a constraint, I could help you out with pseudocode.


Edit: By bruteforce, I mean if you have N slots available and W different weapons that fit that type, you could find every combination of the W weapons where order doesn't matter. This would end up being:
N nCr W different combinations. (nCr is calculator symbol for statistical 'choose')

10 weapons, 4 slots, 210 combinations (10 choose 4)

Then, sum the weight of each and remove combinations that break the weight capacity.
Then your highest damage sum should be your optimal solution for that weapon type.

You can also optimize by removing weapons that are absolutely inferior. In database this is called the 'skyline query' (I believe its a similar concept at least). It will take O(n^2), but it would make your weapon algorithm run much faster. If any weapon is inferior both in damage (has <= damage) AND weight (has >= weight) to any other weapon, this weapon can be completely removed from the equation. If they are both equal, the weapon is a duplicate and one of them can be removed anyway.

All of this is still assuming your 0-1 condition, i.e. no duplicate weapons.
Theory is when you know everything but nothing works. Practice is when everything works but no one knows why. In our lab, theory and practice are combined: nothing works and no one knows why.
Craton
Profile Blog Joined December 2009
United States17259 Posts
Last Edited: 2012-01-01 01:43:34
January 01 2012 01:43 GMT
#2033
I'm trying to make a simple webpage that will automatically resize the embedded Own3D stream when the browser is resized. I basically reused what Own3D itself does (as well as trying what TL and CLGaming use for embedding), but none of the variants actually result in a stream being loaded. I can access the SWF in my browser (the one linked through SRC), but it just doesn't seem to want to load on the page. The entire browser page does seem to contain a flash object, just an empty one. I've been testing it by running the page locally. The jquery link is valid and script identical to the one used by Own3D's working implementation.

Any ideas what I'm doing wrong?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
<head>
<title>Craton's Own3D Alarm Clock</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
</head>
<body style="margin:0px; padding:0px;">
<object width="768" height="432" id="object">
<param name="movie" value="http://www.own3d.tv/livestream/6416" />
<param name="allowscriptaccess" value="always" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />
<embed id="embed" src="http://www.own3d.tv/livestream/6416" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="768" height="432" wmode="transparent"></embed>
</object>
<script>
$(window).resize(function() {
$('#object').attr("width",$(window).width());
$('#object').attr("height",$(window).height());
$('#embed').attr("width",$(window).width());
$('#embed').attr("height",$(window).height());
});
</script>
</body>
</html>
twitch.tv/cratonz
CAPSLOCKLOL
Profile Blog Joined November 2010
United States135 Posts
January 02 2012 03:14 GMT
#2034
Hi guys I'm in an introductory java class (AP Computer Science A) and need some help. I was working on a program that imported information from a text file about hurricane data, applied it to arrays, and used the arrays to categorize the information and calculate some averages and such. At the end I had to write the statistics to an output file.

Well in BlueJ I got the right output whenever I compile the program, but when I write it to a file by replacing all the System.out.print w/ outFile.print I check the text file and the output is ALL messed up in note pad. Literally nothing is neatly organized and overall it looks like a clusterfuck! I have absolutely no idea what to do at this point. I have a feeling it might have something to do with my printf methods, but I don't understand why it would look normal when I compile it in BlueJ but look awful in notepad. I'll post any parts of program if needed.
MisterD
Profile Blog Joined June 2010
Germany1338 Posts
January 02 2012 03:17 GMT
#2035
On January 02 2012 12:14 CAPSLOCKLOL wrote:
Hi guys I'm in an introductory java class (AP Computer Science A) and need some help. I was working on a program that imported information from a text file about hurricane data, applied it to arrays, and used the arrays to categorize the information and calculate some averages and such. At the end I had to write the statistics to an output file.

Well in BlueJ I got the right output whenever I compile the program, but when I write it to a file by replacing all the System.out.print w/ outFile.print I check the text file and the output is ALL messed up in note pad. Literally nothing is neatly organized and overall it looks like a clusterfuck! I have absolutely no idea what to do at this point. I have a feeling it might have something to do with my printf methods, but I don't understand why it would look normal when I compile it in BlueJ but look awful in notepad. I'll post any parts of program if needed.

try opening it with a different editor. If your program writes unix line breaks (\n), the windows editor screws up because it doens't display those. The windows editor only displays windows style line breaks (\r\n).
Gold isn't everything in life... you need wood, too!
CAPSLOCKLOL
Profile Blog Joined November 2010
United States135 Posts
Last Edited: 2012-01-02 03:34:21
January 02 2012 03:31 GMT
#2036
On January 02 2012 12:17 MisterD wrote:
Show nested quote +
On January 02 2012 12:14 CAPSLOCKLOL wrote:
Hi guys I'm in an introductory java class (AP Computer Science A) and need some help. I was working on a program that imported information from a text file about hurricane data, applied it to arrays, and used the arrays to categorize the information and calculate some averages and such. At the end I had to write the statistics to an output file.

Well in BlueJ I got the right output whenever I compile the program, but when I write it to a file by replacing all the System.out.print w/ outFile.print I check the text file and the output is ALL messed up in note pad. Literally nothing is neatly organized and overall it looks like a clusterfuck! I have absolutely no idea what to do at this point. I have a feeling it might have something to do with my printf methods, but I don't understand why it would look normal when I compile it in BlueJ but look awful in notepad. I'll post any parts of program if needed.

try opening it with a different editor. If your program writes unix line breaks (\n), the windows editor screws up because it doens't display those. The windows editor only displays windows style line breaks (\r\n).
Oh ok that's it then. I use a lot of \n in my code. Good to know what the issue is! Thanks for the quick reply! :D I find it odd my class would encourage the use of \n and not mention that issue when outputting data. Does windows editor accept System.out.println(); as it seems my only option is to go back and change all the \n to println();

EDIT: Decided to just go with \r\n and it worked beautifully. If my teacher gives me crap about not yet learning anything about \r I'll just go back and fix it whatever way she wants. Once again thanks for the help!
GiygaS
Profile Blog Joined September 2010
Canada1043 Posts
Last Edited: 2012-01-02 04:01:04
January 02 2012 04:00 GMT
#2037
Hello everyone, thanks again for that help on the picturebox problem I was having, I'm now done that project ^_^

Anyway, I want to start learning python, getting pygame and really focusing on that language and eventually getting in to ludum dare in April, and since I'm leaving the visual studio editor, I'm at a crossroads.

On one hand, I have Vim (I've found tutorials I understand more so than Emacs which is why I'm choosing this one), which is a lot more efficient and sort of a "for the long-term" kind of editor, where it will take me a while to get used to it, but once I do I'll be a lot more efficient. The only problem that comes up when I think of this is that I don't want to juggle learning a new fairly complex editor at the same time as learning a brand new language.

On the other hand, we have Eclipse with Pydev. This is basically the opposite, being that it'll be an editor that's fairly good for what it does, but lacks the complexity of Vim. This, balanced with that it would be far easier to learn than Vim, and it would be less juggling to do.

Any advice?
AKA gigyas, gigas, giygas khan, giyga khan, giyga...
lolmlg
Profile Joined November 2011
619 Posts
January 02 2012 04:15 GMT
#2038
On January 02 2012 13:00 GiygaS wrote:
On the other hand, we have Eclipse with Pydev. This is basically the opposite, being that it'll be an editor that's fairly good for what it does, but lacks the complexity of Vim.

Sorry, did you just say that Eclipse isn't complex enough for you? It's one of the most feature-rich, confusing, and poorly documented IDEs ever made. If there's something you can't do in Eclipse it's because the functionality has been hidden somewhere in a menu maze.
GiygaS
Profile Blog Joined September 2010
Canada1043 Posts
January 02 2012 04:35 GMT
#2039
On January 02 2012 13:15 lolmlg wrote:
Show nested quote +
On January 02 2012 13:00 GiygaS wrote:
On the other hand, we have Eclipse with Pydev. This is basically the opposite, being that it'll be an editor that's fairly good for what it does, but lacks the complexity of Vim.

Sorry, did you just say that Eclipse isn't complex enough for you? It's one of the most feature-rich, confusing, and poorly documented IDEs ever made. If there's something you can't do in Eclipse it's because the functionality has been hidden somewhere in a menu maze.

Sorry, I should have replaced that with efficiency. I watched a video on Vim and it seems incredibly efficient, compared to something where everything is menu-driven like Eclipse. Eclipse would be a program that you COULD just start up with near minimal interaction with the complexities of it, just learn how to do certain hings (compile and run), and it's a go. Whereas with Vim I would almost feel obligated to learn intricacies of the editor.
AKA gigyas, gigas, giygas khan, giyga khan, giyga...
Vilonis
Profile Joined October 2010
United States130 Posts
Last Edited: 2012-01-02 04:48:01
January 02 2012 04:44 GMT
#2040
For everyone doing GUI stuff:

I haven't worked with it much, but Python has bindings to c++'s wxWidgets called wxPython. It has a pretty good abstraction and runs at about the speed of the c++ equivalent. Anyway, it is a just something I'm aware of that some of you may want to look into, especially if you love python, like I do.

GiygaS, Emacs is better.

Just kidding, I don't want to start one of those arguments. I simply tried each briefly and started to learn emacs and I love it, more than any IDE I have come across so far.

Edit: With respect to learning multiple things at once, I learned a new language and the Dvorak keyboard layout at the same time. It took some time but I can touch type now, and that is cool! So if you are up for the challenge of learning two different things at once, go for it.
"Such is the vastness of his genius that he can outwit even himself!" - Iskaral Pust, High Priest of High House Shadow
Prev 1 100 101 102 103 104 1032 Next
Please log in or register to reply.
Live Events Refresh
Sparkling Tuna Cup
10:00
2025 October Finals
Creator vs BunnyLIVE!
ByuN vs TBD
Krystianer vs TBD
CranKy Ducklings209
LiquipediaDiscussion
Afreeca Starleague
08:00
Finals
Snow vs SomaLIVE!
Afreeca ASL 17025
Jaedong6519
Bisu5767
Flash3689
BeSt1975
EffOrt816
sctven
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Codebar 85
StarCraft: Brood War
Calm 15002
Jaedong 6519
Bisu 5767
Flash 3689
BeSt 1975
Sea 1104
Leta 850
EffOrt 816
ZerO 534
Hyun 498
[ Show more ]
Pusan 429
Stork 360
Zeus 295
Dewaltoss 231
Last 148
Bonyth 98
Backho 91
ToSsGirL 66
JulyZerg 50
Rush 32
Terrorterran 13
Noble 13
SilentControl 9
Dota 2
XcaliburYe555
League of Legends
JimRising 471
Counter-Strike
ScreaM1542
olofmeister863
Stewie2K334
x6flipin92
Super Smash Bros
Mew2King64
Heroes of the Storm
Khaldor290
Other Games
summit1g9257
singsing2014
crisheroes258
Sick219
Organizations
Counter-Strike
PGL19051
StarCraft: Brood War
UltimateBattle 188
lovetv 15
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 15 non-featured ]
StarCraft 2
• LUISG 49
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Ler100
League of Legends
• Jankos3551
• HappyZerGling120
Other Games
• WagamamaTV546
Upcoming Events
WardiTV Invitational
1h
CrankTV Team League
2h
BASILISK vs Streamerzone
Team Liquid vs Shopify Rebellion
Team Vitality vs Team Falcon
BSL Team A[vengers]
4h
Gypsy vs nOOB
JDConan vs Scan
RSL Revival
6h
Wardi Open
1d 1h
CrankTV Team League
1d 2h
Replay Cast
1d 23h
WardiTV Invitational
2 days
CrankTV Team League
2 days
Replay Cast
2 days
[ Show More ]
CrankTV Team League
3 days
Replay Cast
3 days
The PondCast
3 days
CrankTV Team League
4 days
Replay Cast
4 days
WardiTV Invitational
5 days
CrankTV Team League
5 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
CranK Gathers Season 2: SC II Pro Teams
EC S1
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
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
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.