• CIPWTTKT&GC V0x0F (v15): Scoot and Deeps Drama Diaries
    25,625 replies, posted
[QUOTE=GoDong-DK;32202099]Sounds like a safe bet. Let my gratitude be bestowed upon you all![/QUOTE] One thing, though; It's partially deprecated. Look up the differences to C99 and C1x online.
My friend worked all summer to make $3100, bought a Alienware 14 inch Laptop for $2700 even though I tried to show him other options. He has only had it for 3 weeks and played TF2 and Rome Total war on it. Now he's beginning to think about selling it. EDIT Just today I was in Government class, my "Special" friend sits next to me in the back. Some guys started saying, "David I heard your new computer is fucking sweet!" or "I heard you got the best out there." So my other computer literate friend and I cringed at the irony and ignorance of the situation. I eventually chimed in, "I wish I could jack off to porn on your computer."
My new Samsung Spinpoint HD103SJ F3 is making clicking noises when in use... should I RMA it?
[QUOTE=Nexus435;32204388]My new Samsung Spinpoint HD103SJ F3 is making clicking noises when in use... should I RMA it?[/QUOTE] SMART test?
[QUOTE=esalaka;32204426]SMART test?[/QUOTE] CrystalDisk SMART results are all showing up as fine, but it really seems like something is wrong. It's easily audible, and annoying.
[QUOTE=GoDong-DK;32200944]Hmm, it seems to cost 120$ new.. How essential is it?[/QUOTE] [url]http://mitpress.mit.edu/sicp/full-text/book/book.html[/url] very. you can read it all for free here on MITs' site
So my mother just found an old flash drive of mine in the kitchen: [t]http://i.imgur.com/bP492.jpg[/t] And contained on it was a program that saved me so often in my networking class last year. [img]http://puu.sh/5pFs[/img] If any of you have any need of it, here's the link to it on my Dropbox. [url]http://dl.dropbox.com/u/17065151/IPCalculator.zip[/url]
[QUOTE=ButtsexV17;32205072][url]http://mitpress.mit.edu/sicp/full-text/book/book.html[/url] very. you can read it all for free here on MITs' site[/QUOTE] That is fucking awesome. Looks like I have some reading material for the bus now.
Oh, and also a friend of mine supplied me with some free textbooks on Java/Bash. Here's the links: Bash: [url]http://dl.dropbox.com/u/17065151/Bash.pdf[/url] Java: [url]http://dl.dropbox.com/u/17065151/BPJ_TextBook_3_0_5.pdf[/url]
[QUOTE=Dr. Deeps;32205552]Oh, and also a friend of mine supplied me with some free textbooks on Java/Bash. Here's the links: Bash: [url]http://dl.dropbox.com/u/17065151/Bash.pdf[/url] Java: [url]http://dl.dropbox.com/u/17065151/BPJ_TextBook_3_0_5.pdf[/url][/QUOTE] Which would be better to learn from both a practical and educational standpoint? In other words, which would be the best to learn for programming as a hobby or whatever, and for actually learning how to program and eventually transition to other language if need be?
[QUOTE=SGTNAPALM;32205616]Which would be better to learn from both a practical and educational standpoint? In other words, which would be the best to learn for programming as a hobby or whatever, and for actually learning how to program and eventually transition to other language if need be?[/QUOTE] Java, probably. Bash is just scripting stuff for unix-like OSes i think
[QUOTE=SGTNAPALM;32205616]Which would be better to learn from both a practical and educational standpoint? In other words, which would be the best to learn for programming as a hobby or whatever, and for actually learning how to program and eventually transition to other language if need be?[/QUOTE] Bash is Linux console scripting IIRC. EDIT: Fucking ninja.
Aye. But be forewarned, you may become suicidal.
[QUOTE=Shadaez;32205869]Java, probably. Bash is just scripting stuff for unix-like OSes i think[/QUOTE] Bash is basically batch files for Linux. Now, being Linux, you'd be amazed what you can do in just a batch file, but it's still fairly limited, as far as programming goes. If you're into bash scripting, check out [url=http://twitter.com/#!/climagic]this twitter feed[/url]. The guy does some pretty impressive stuff. Like: [code]find . -iname '*.gif'|while read -r f;do fr=$( identify "$f" | wc -l );[[ $fr -gt 1 ]] && echo "$f has $fr frames" ; done # find anim GIFs[/code]
So I'm joining the Robotics team for my High School because a few friends convinced me. I'm not sure if it's good or bad that we're programming the bot in Java. At least when my friend told me that I said, "Hey at least when I learn the language I'll be able to program badly optimized games and take lots of vacations!" It's pretty cool that we'll be building the robot to compete in [url=http://www.ctfirst.org/]First Robotics CT[/url]. Even though I'm only a novice in programming, I've been told by the leader that it's a pretty good place to gain some knowledge in Java as well as other aspects of robotics.
[QUOTE=gman003-main;32205946]Bash is basically batch files for Linux. Now, being Linux, you'd be amazed what you can do in just a batch file, but it's still fairly limited, as far as programming goes. If you're into bash scripting, check out [url=http://twitter.com/#!/climagic]this twitter feed[/url]. The guy does some pretty impressive stuff. Like: [code]find . -iname '*.gif'|while read -r f;do fr=$( identify "$f" | wc -l );[[ $fr -gt 1 ]] && echo "$f has $fr frames" ; done # find anim GIFs[/code][/QUOTE] I've been looking for something like this. I like how regardless of how much experience you have with the linux cli, you can always learn something new.
[QUOTE=Niteshifter;32206154]I've been looking for something like this. I like how regardless of how much experience you have with the linux cli, you can always learn something new.[/QUOTE] Oh yeah. Hell, half the time I see his daily post and think "how the fuck did he do that?" Like today. He wrote a response to today's XKCD: [img]http://imgs.xkcd.com/comics/file_transfer.png[/img] His reply? [code]YOU: nc -l 12345 > 25mbfile ; COUSIN: nc your.hostname 12345 < 25mbfile # This is how you do it #xkcd #cli #linux[/code]
I bought this book a while ago, never did get around to finishing it... [url]http://www.amazon.com/gp/product/1592005179/103-7905717-6324648[/url] I would like to get into C# since I already have the book, and I don't want people to have to download an engine like LOVE just to play my games.
[QUOTE=kaine123;32206124]So I'm joining the Robotics team for my High School because a few friends convinced me. I'm not sure if it's good or bad that we're programming the bot in Java. At least when my friend told me that I said, "Hey at least when I learn the language I'll be able to program badly optimized games and take lots of vacations!" It's pretty cool that we'll be building the robot to compete in [url=http://www.ctfirst.org/]First Robotics CT[/url]. Even though I'm only a novice in programming, I've been told by the leader that it's a pretty good place to gain some knowledge in Java as well as other aspects of robotics.[/QUOTE] I will be seeing you at the First Robotics CT, our bot is coded in C++, granted I'm a freshman and I know the most C++ out of all of the people in the programmer sub-team, other than the mentor. This is going to be fun, lol the junior who is the 2nd best C++ programmer codes like this. [cpp]#include<iostream> using namespace std; void main(){ cout<<"Hello World!"; }[/cpp] My eyes, they burn. [editline]10th September 2011[/editline] Oh, also, he thought return was for getting out of if statements, and couldn't tell the difference between [I]int main[/I] and [I]void main[/I] [editline]10th September 2011[/editline] autodesk is having problems with their students website [url]http://students.autodesk.com[/url] so they're redirecting it to facebook :v:
[QUOTE=toaster468;32206404]I bought this book a while ago, never did get around to finishing it... [url]http://www.amazon.com/gp/product/1592005179/103-7905717-6324648[/url] I would like to get into C# since I already have the book, and I don't want people to have to download an engine like LOVE just to play my games.[/QUOTE] What does that disagree mean?
[QUOTE=mmavipc;32206929]I will be seeing you at the First Robotics CT, our bot is coded in C++, granted I'm a freshman and I know the most C++ out of all of the people in the programmer sub-team, other than the mentor. This is going to be fun, lol the junior who is the 2nd best C++ programmer codes like this. [cpp]#include<iostream> using namespace std; void main(){ cout<<"Hello World!"; }[/cpp] My eyes, they burn. [editline]10th September 2011[/editline] Oh, also, he thought return was for getting out of if statements, and couldn't tell the difference between [I]int main[/I] and [I]void main[/I] [editline]10th September 2011[/editline] autodesk is having problems with their students website [url]http://students.autodesk.com[/url] so they're redirecting it to facebook :v:[/QUOTE] I'm probably not going to the competition, seeing as I don't really like to be in large places with lots of people. Plus, competitive sorts of things aren't really what I like. I'll just be working behind the scenes. [quote]Well, they can be made low poly. When I watch Avatar, or other 3d movies with forests, do I lag? Nope. Why should this lag then? I have seen huge city maps too, I don't lag there.[/quote] [url=http://www.facepunch.com/threads/1107554 ]Thread[/url]
[QUOTE=ButtsexV17;32205072][url]http://mitpress.mit.edu/sicp/full-text/book/book.html[/url] very. you can read it all for free here on MITs' site[/QUOTE] [QUOTE=Derpmeifter;32201371][url]http://mitpress.mit.edu/sicp/full-text/book/book.html[/url] i'm sure there's an ebook version floating around but this is what i had bookmarked[/QUOTE] had it covered babe
I'm in FIRST Robotics this year, too. Our team always uses Java, but I'm not sure what individual part I'll do. Probably programming.
[QUOTE=ASmellyOgre;32207443]I'm in FIRST Robotics this year, too. Our team always uses Java, but I'm not sure what individual part I'll do. Probably programming.[/QUOTE] That poor robot.
[QUOTE=wingless;32207460]That poor robot.[/QUOTE] What's wrong with using Java for this sort of purpose?
[QUOTE=ASmellyOgre;32207443]I'm in FIRST Robotics this year, too. Our team always uses Java, but I'm not sure what individual part I'll do. Probably programming.[/QUOTE] Make the robot get a cup of [I]java[/I] for you :v: HUEHUEHUE
[QUOTE=wingless;32207460]That poor robot.[/QUOTE] Trust me there are far worse things that could be done to it. LabView for one. I was on a FIRST Robotics team in high school, team #217 the Thunder Chickens. We stuck to C++, we had the choice of that or LabView and I would rather right code then play with refrigerator magnets and string. I hope you are prepared for what programming entails. You will be the last to get to do things with the robot, your lucky to get a week before competition to do hard testing. You will spend most of build season doing all your code in theory on in one of the simulator programs for testing. If you don't have good programming mentors its a very hard job, mine were cool guys. They are the guys from [url=http://crosstheroadelectronics.com/products.html]Cross the Road Electronics[/url]. I miss FIRST, it was a fun three years.
[QUOTE=kaine123;32207519]What's wrong with using Java for this sort of purpose?[/QUOTE] I think wingless was referring to ASmellyOgre's programming skills, rather than java
[QUOTE=mmavipc;32207650]I think wingless was referring to ASmellyOgre's programming skills, rather than java[/QUOTE] No, Java.
[QUOTE=wingless;32207656]No, Java.[/QUOTE] Java on it actually isn't real java. Its just a C++ wrapper, its closer to C# in practice. In compiles to real codes, and there is no vm.
Sorry, you need to Log In to post a reply to this thread.