This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Badger
3521
« on: August 29, 2013, 01:39:41 PM »
One problem with one of my python scripts was that some of the tabs had magically been converted into spaces. I never use spaces to indent so it must have been Notepad ++. Check all the indenations, they must all be spaces or all tabs. If you copy/paste into Python IDLE, you can un-tabify or tabify all the indentations automatically, which is much quicker than checking.
3522
« on: August 29, 2013, 01:34:02 PM »
Yeah, fair enough, I snapped one of my DSes in half. Then again, they're pretty likely to trash one of the screens as well. Pick your poison. On the other hand, maybe not. My video-game related stuff was the only thing I really looked after when I was young. I took pride in having 0 scratches on my discs, screens etc.. And the manufacturer can't really be responsible for your kid throwing his expensive bit of kit across the room when he fails at mario.
3523
« on: August 29, 2013, 01:22:49 PM »
They're aiming it at people who want a 3DS, but can't or are not willing to pay the full price. Targeting people who don't really want your product is a pretty bad strategy for this market. It may be a good idea in principle, but I predict that it'll flop pretty bad.
EDIT: Also, it's supposed to be for parents buying for kids, that don't want to pay the full price of a 3DS. If you're a young kid, and the money isn't yours, you don't care. You'll ask for the 3DS for christmas/birthday/whatever. No kid will want a 2DS unless it's their own money. And most 6 year olds don't have £120 (or however much it is) to throw around
3524
« on: August 29, 2013, 07:54:29 AM »
I don't want to pay as much as they want for a 3DS and I wouldn't use the 3D feature... I wish they'd fill my niche... OH WAIT. I'm actually happy about this. The design looks different and interesting - probably designed to take on tablets.a
DS DS Lite DSi DSi XLs. Unless you're desperate for Mario Kart 7 or Pokemon X/Y, this thing is pretty useless. Better off getting a used (But in perfect condition) DS Lite for less than half the price. For that, you can play GBA games (Proper pokemon, etc.) and you get the screen-protecting clamshell design. Oh, and it doesn't look hideous I relly thought it was a joke 2DS? 2D?!?! I doubt many kids will be buying this as they want the best they can get.
Im still not giving up my GBA.
I sold my DS Lite to get a GBA SP. I only used the Lite to play my GBA games, and in that regard the SP is better in every single way. TBH I wish I could play Diamond/Pearl again, but I don't really like any other DS games.
3525
« on: August 28, 2013, 12:33:48 PM »
3526
« on: August 27, 2013, 06:52:47 PM »
So, trying to make a program that uses quicksort to sort a list in Python 3.3:
for x in range(1,len(numberslist)): ## Loop x amount of times for x amount of items there are in the list if numberslist[x-1] <= pivot: ## If the number chosen is smaller than or equal to the pivot lessthanpivot.append(numberslist[x-1]) ## Append the number to the end of the 'smaller than the pivot' list if numberslist[x-1] > pivot: ## Same as above but for numbers larger than pivot morethanpivot.append(numberslist[x-1]
This loop completes just fine the first time, but then it comes round for a second try I get a "list index out of range" error for the 1st 'if' line. Why is this? At this point x should be 2, so the program sould be looking for the 2nd number in a 33-number long list Alright, managed to pinpoint the problem numbertocheck = numberslist[x] I want to take a number from numberslist with index number 'x', and compare it to this variable: pivot = numberslist[pivotindex] However, the variable 'pivot' is an integer (as expected). However, python is treating 'numbertocheck' as a list, making it incomparable to pivot! Why is this, and how can I fix it?
3527
« on: August 20, 2013, 08:28:47 AM »
Download the ready-to-go DSL 2.1. Use that.
3528
« on: August 19, 2013, 04:47:40 AM »
'Dat free broadband upgrade
3529
« on: August 13, 2013, 01:00:18 PM »
Steam's actually useful, and it's not forced upon you. GFWL is.
Besdies, how can you hate steam? Awesome sales, great IM service, no discs to lose/scratch, unlimited downloads to unimited PCs. I'm not sure what's bad about steam at all.
3530
« on: August 13, 2013, 10:56:24 AM »
Games for Windows Live is an unnecessary annoying turd of a 'service'
3531
« on: August 09, 2013, 06:31:56 AM »
Just updated to 1.6.2.
3532
« on: August 07, 2013, 05:19:41 AM »
oooh, which programming languages?
3533
« on: August 02, 2013, 12:46:34 PM »
3534
« on: July 21, 2013, 02:19:53 PM »
5. Everyone in the room was high on hallucinogenic drugs
3535
« on: July 21, 2013, 01:55:54 PM »
Just bought: Counter-Strike 1.6 Counter-Strike Condition Zero Counter-Strike Source Counter-Strike Global Offensive Prison Architect Civilisation V Gold Just Cause 2
For £34.90 :)
3536
« on: July 21, 2013, 01:26:29 PM »
Parents, high as ****, seeing a corpse speak n sh**...
3537
« on: July 17, 2013, 10:21:53 AM »
I use mostly Meta Knight note that i play Brawl only
2cheap4me I normally like Pikachu but I hate playing against him because of that damned down-B move
As yes, Pikachu's Down-Special spam. Pikaaa! Pikaaa! Pikaaa! Pikaaa! Pikaaa!
3538
« on: July 16, 2013, 10:14:19 AM »
Silly people. Instead of posting pirate links, you need to post a link to a pastebin with pirate links inside. Then it's Pastebin's problem.
3539
« on: July 15, 2013, 02:30:31 PM »
Dat Dragon/Fighting caterpie...
3540
« on: July 15, 2013, 02:24:32 PM »
Dude Desura all the way. Kappa.
|