Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
94% Quality Score
Upvotes Received
16
Posts with Upvotes
9
Upvoting Members
14
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
0 Endorsements
Ranked #2K

46 Posted Topics

Member Avatar for ItsAdZy

I personally really like using [ Kate (K Advanced Text Editor).](http://www.kde.org/applications/utilities/kate/) It's got built in highlighting for a number of languages.

Member Avatar for RogueHaxor
0
1K
Member Avatar for happygeek

This is very well written. Thanks for posting it. My feeling on this matter is that I would never want a 'tablet' interface for my desktop. I know people say the desktop is dying, but I don't personally plan on abandoning mine in the foreseeable future. I have no problem …

Member Avatar for mido2013
8
2K
Member Avatar for arunkumarch

This script will tell you if a user account exists on the system, just pass the user name you want to check as an argument to the script like `user_exists.sh foo` #!/bin/bash cat /etc/passwd | grep ^$1 >/dev/null if [ $? == 0 ]; then echo "User $1 exists." exit …

Member Avatar for CrazyDieter
0
269
Member Avatar for rmeron

Back in 2009-ish, it was MS policy to actually help people when they called with activations. Granted, MS policy means approximately sod-all to their average CSR. (I won't actually admit to having worked MS customer disservice) I'd recommend calling the activation department directly. Here's [instructions](http://support.microsoft.com/kb/950929) on how to find the …

Member Avatar for rmeron
0
238
Member Avatar for fatalaccidents

I've never used commands.getstatusoutput. But wouldn't triple quotes around the variable allow you to not escape the quotes inside it?

Member Avatar for fatalaccidents
0
390
Member Avatar for Ancient Dragon

> hmmm ... just read the cost of Thatcher's funeral might build up to an amount of (estimated) over 9 million euro. influential politician or not, what the hell? do they really have nothing better to spend their funds on? That reminds me of something Frankie Boyle said a few …

Member Avatar for Agilemind
1
1K
Member Avatar for Helper guy

I really like Zed Shaw's [Learn Python the Hard Way](http://learnpythonthehardway.org/) and Allen Downey's [Think Python](http://www.greenteapress.com/thinkpython/). The authors of both have made them freely available to read online.

Member Avatar for M.S.
0
192
Member Avatar for game06

> I feel like the oldest person here. Isn't there anyone else who used paper tape or punch cards? I'm quite jealous. I'd love to get my hands on a punch card and/or paper tape machine; there's probably something very wrong with me. My first language was Q-Basic (early 90s).

Member Avatar for James singizi
0
663
Member Avatar for Xantipius

> Have you seen those commercials about quitting smoking? those commercials are quite inspiring and very well thought out, I just wish they came sooner. As a smoker, I find myself lighting up whenever I see one of those commercials.

Member Avatar for mattster
-1
545
Member Avatar for Necrozze

What kind of errors do you get when the game crashes? I ran the game quite a few times and only got it to crash once. When it crashed for me it gave me an error that time.sleep() on line 159 had been passed an invalid argument. As for improving …

Member Avatar for Necrozze
0
389
Member Avatar for laver68xo

If you get rid of lines 14 - 19 you can print the input file as one line with: print ''.join(list).replace("\n", " ")

Member Avatar for HiHe
0
203
Member Avatar for pooh1234qwerty

If you're using BASH, Linux Config's [Bash Tutorial](http://linuxconfig.org/Bash_scripting_Tutorial) is quite helpful. TLDP also has some great [guides](http://www.tldp.org/guides.html) on BASH.

Member Avatar for DoRight
0
235
Member Avatar for Bhavya scripted

[Same Game](http://en.wikipedia.org/wiki/SameGame) is a rather easy game to make. While it's not graphic free, you can make it with very simple graphics like squares of color. The [Hitchhiker's Guide game](http://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_the_Galaxy_%28video_game%29) was one of my favorite text-based games.

Member Avatar for cproger
0
306
Member Avatar for minitauros

I personally wouldn't touch ASP.Net with a ten foot pole. I have no need for proprietary languages. I really enjoy Python. You can use Python for CGI scripts. A really solid resource for learning it is [Learn Python the Hard Way by Zed A. Shaw](http://learnpythonthehardway.org/).

Member Avatar for minitauros
0
225
Member Avatar for Ancient Dragon

When I played around with 8 (briefly) there was a single registry key that you could change to disable metro and use a more Win7 looking desktop. I think the below article was the key that worked. I don't know if this is still possible in the final version of …

Member Avatar for chris.stout
0
198
Member Avatar for timon.bijl

As far as books go, I really like the ActionScript 3 Bible. It's a really handy reference to have hanging around. I'd also suggest reading [Adobe's AS3 documentation.](http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html) As far as tutorials and blogs go, I have found [Bit-101](http://www.bit-101.com) to have some good info, [Emanuele Feronato](http://www.emanueleferonato.com/) has loads of tutorials, …

Member Avatar for chris.stout
0
241
Member Avatar for tech-ultrasonic

If my understanding is correct, which it may not be due to the complexity of American law, it has been illegal for quite some time. The DCMA prohibits circumventing DRM/Encryption. There are just certain things the government has said they wouldn't pursue charges on. My personal view is that if …

Member Avatar for JorgeM
0
158
Member Avatar for bufospro

It looks like [Page Flip-Flap](http://www.pageflip-flap.com/) does the same thing and is free.

Member Avatar for mojayas
0
174
Member Avatar for nitin1

I can solve the riddle with zero races, and it turns out to be quite simple. Shoot six of the horses. The remaining three horses are the fastest three, assuming that the riddle doesn't include any form of equestrian zombieism outbreaks.

Member Avatar for chris.stout
0
281
Member Avatar for np complete

It's not a movie, but I really like Code Monkeys. For anyone that's not seen it, it's a cartoon about game programmers. It's drawn to look like an old school video game.

Member Avatar for BigPaw
1
726
Member Avatar for firdousahmad

I prefer Linux. For me it's really all about the freedom that comes with using free (libre) software; though free (gratis) is a huge plus. I like having unfettered access to tinker with, and sometimes break, the software I'm using.

Member Avatar for lewashby
0
171
Member Avatar for shawn.conway.77

My guess would be: I 9 P **14** 5 L 14 **U** The reason I'd guess that is that I is the 9th letter of the alphabet and P is the 14th. On the second if L is the 5th letter, U would be the fourteenth. L:5, M:6, N:7, O:8 …

Member Avatar for logo32design
0
370
Member Avatar for WolfShield

I smoke because I heard it makes your code run 10% faster. It also makes any GUI you design look cooler. Though I'm pretty uptight about not smoking near computers. The tar can really gum up a computer.

Member Avatar for BitBlt
0
250
Member Avatar for thekilon

That looks like a pretty solid intro to Python from what I read. I wish Blender's site allowed you to download the whole book at once, if it does I can't seem to find it. I'll definitely be adding this to my list of Python resources.

Member Avatar for thekilon
2
400
Member Avatar for abbeyhill

\*\*\* Side note: Before reinstalling Windows, back up any data you have as reinstalling will erase it. I mention this because I have seen countless people reinstall without backing up only to realize all their carefully collected pictures of lol cats are lost forever. \*\*\* Did Windows come pre-installed on …

Member Avatar for JorgeM
0
539
Member Avatar for chudapati09

I'm quite fond of Python. It's dead simple to learn; it's very easy to call normal commands as well.

Member Avatar for CimmerianX
0
149
Member Avatar for Ancient Dragon

On my motherboard, I have to change a USB setting in the bios to get my keyboard to work with Grub. What motherboard do you have? Perhaps there is a similar setting on yours. Am I correct in assuming that you used the [Wubi](https://help.ubuntu.com/community/Wubi) installer to install Ubuntu? If so, …

Member Avatar for elhijodelpeje
1
165
Member Avatar for newbie26

You said it doesn't work. What output do you get when you try "rm -rf .local/share/Trash/*" ? Yes, the trash does take up space on your system, at least it does on mine.

Member Avatar for newbie26
0
481
Member Avatar for yordan.todorov.35

[Iron Python](http://ironpython.net/) is Python for .Net. I'm not sure if it's what you're looking for. I don't know any C# (or any other variant of C for that matter.) This has me intrigued, so I might take a stab at writing it in C# if I have time later today. …

Member Avatar for chris.stout
0
1K
Member Avatar for fuzebox40

I'm not terribly familiar with what tools exist on Windows for this. However, you can use VLC to convert video files. Here's a [article showing the basic process.](http://tom.zickel.org/vlcmp4/)

Member Avatar for chris.stout
0
223
Member Avatar for mrgadgets

Using Chromium 14.something on Fedora, it runs just fine. That being said, I think the game would benefit from some design changes. The controls weren't very intuitive. Having to push space to get past the first screen, then 1 to start is annoying. I would change it so that space …

Member Avatar for chris.stout
0
143
Member Avatar for esraa waqfi

I could be wrong, but I don't think any file systems on Linux store the creation date. Though you could check for the modify/change date with the command stat. This code seems to work for me. But the user has to specify the date the same as stat, (yyy-mm-dd). #!/bin/bash …

Member Avatar for chris.stout
0
195
Member Avatar for dwlamb

Cut might be what you're looking for. Below will give you the text between the 2nd and 3rd "/". cut -d "/" -f3

Member Avatar for cheochi
0
181
Member Avatar for mikyz

It could be an easy fix. Though some additional information would be needed. What pattern are the beeps (ie two long beeps, two short beeps)?

Member Avatar for FJTheGamer
0
329
Member Avatar for rishabhjain

If you're using Linux/Unix you could use sed. The command to change "cmptr" to "computer" would be: sed 's/cmptr/computer/g' I'd suggest using a loop to go through all the words you want to check for. [Linux Config's Bash Tutorial](http://linuxconfig.org/Bash_scripting_Tutorial) should cover everything you need to know to set up arrays …

Member Avatar for chris.stout
0
93
Member Avatar for Sibuns

Resize2fs is a utility to resize file systems. From the terminal, run "man resize2fs". It will tell your more about what it is and how to use it. Alternatively, you can read [the man pages here.](http://linux.die.net/man/8/resize2fs)

Member Avatar for ashiiiish
0
155
Member Avatar for VengefulToast

I personally would go with computer science for a few reasons. Firstly, I'd rather code than design. I think a computer science degree would still allow you to get a job involving video games while not limiting you to only video games. Also, I've had some friends and aquaintences that …

Member Avatar for Rashakil Fol
0
266
Member Avatar for HTMLperson5

Effbot.org has [this article on compiling Python code](http://effbot.org/zone/python-compile.htm) that may be of some use to you. Though the .pyc file will still need python to run. When you try to open the pyc file with vim it isn't very readable. [PY2Exe](http://www.py2exe.org/) will package python scripts as a Windows Exe that …

Member Avatar for TrustyTony
0
214
Member Avatar for SgtMe

You can get the Realtek driver [here.](http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=9&PFid=9&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true#RTL8192E) They have two drivers for it at the bottom, an XP/Vista driver and a Win7 driver. If one doesn't work the other might. I'm assuming you'll want to try the win7 driver first. Unzip the file after you download it. That can be …

Member Avatar for SgtMe
0
268
Member Avatar for student_learner

I'd personally look at the levels of resource usage while running the application. I'd then set the minimum requirements as the average level of resources used while running. I'd set the recommended requirements as the highest value I see in testing.

Member Avatar for chris.stout
0
77
Member Avatar for margreet
Member Avatar for woooee
0
151
Member Avatar for freedomflyer

I think find might work in this instance. find -name "\*.h" -exec CppCheckStyle {} \; -o -name "\*.cpp" -exec CppCheckStyle {} \;

Member Avatar for chris.stout
0
181
Member Avatar for pizatio

If you can use your keyboard in the BIOS then the mobo shouldn't be fried. What USB/PS2/Keyboard options do you have in your BIOS? For instance on my mobo I have to enable legacy USB support for the OS to recognize my keyboard.

Member Avatar for chris.stout
0
74
Member Avatar for Josue198s

According to [Cyberciti](http://www.cyberciti.biz/faq/vi-show-line-numbers/), you can show line numbers with the command :set nu.

Member Avatar for chris.stout
0
200
Member Avatar for pennywise134

I highly suggest [this tutorial](http://linuxconfig.org/Bash_scripting_Tutorial) for helpful info when you're new to shell scripting.

Member Avatar for chris.stout
0
124
Member Avatar for dwlamb

This seems to work for me: #!/bin/bash find . -name "*&*" | while read file do newName=`echo $file | sed 's/\&/and/g'` mv "$file" "$newName" done

Member Avatar for chris.stout
0
82

The End.