CIPWTTKT&GC v0X12 (v18): Makol can't Computer Very Good
10,676 replies, posted
[QUOTE=Ooops: 404;34993551]I have.
[editline]4th March 2012[/editline]
Thanks![/QUOTE]
Snip the link.
[QUOTE=Chubbs;34994206]Snip the link.[/QUOTE]
Already did.
[url]http://snipitysnip.org/snip/KSP.rar[/url]
[editline]4th March 2012[/editline]
Thhhhhhhhats very.... conspicious password you there inconspicious...
[editline]4th March 2012[/editline]
Verrrrrry clever, you gave me 1.4x4 instead of the full 1.4 which would prevent me from getting automatic updates. Alowing me the new features till I get a response.
As long as its working on your end, I take it I'm free to remove the rar from my server now?
[editline]4th March 2012[/editline]
Anyway, the .14 download is working direct from them now.
[QUOTE=inconspicious;34994837]As long as its working on your end, I take it I'm free to remove the rar from my server now?
[editline]4th March 2012[/editline]
Anyway, the .14 download is working direct from them now.[/QUOTE]
Yup.
Its not just that, paypal says my payment of $16 has went through, but KSP still refuses to say I have.
[QUOTE=Doritos_Man;34991781]Woo
Got AdSense setup and I'm making on average $6 a day![/QUOTE]
I tried to do it like 6 days ago, still says 'may take up to 48 hours'
blegh
I can not set up AdSense.
Log in with yer user - Login with your google user - login with your AdSense user - Wait, you already have a Google user, log in with that - Nope, AdSense please.
FUCKING DECIDE YOU FUCKING DUMBFUCK OF A SYSTEM!
[QUOTE=Ooops: 404;34994964]Yup.
Its not just that, paypal says my payment of $16 has went through, but KSP still refuses to say I have.[/QUOTE]
Wierd.
[QUOTE=Shadaez;34995053]I tried to do it like 6 days ago, still says 'may take up to 48 hours'
blegh[/QUOTE]
I would love a source of income like that. Mine is saying I get a Chicken Wrap at school and I just get a cake unless I'm doing a test cause I don't get hungry cause I eat a big breakfast.
This girl has a lot to learn :v:
[img]http://i.imgur.com/xyBA1.png[/img]
[QUOTE=SataniX;34990214]I've been tempted to start a review site for a while. If I could get one...[/QUOTE]
They won't give it to you just because you've got a review site. You need to get your name out there and make your site extremely popular or well known first.
caffeine is the best drug ever, immediate happiness after consumption
[editline]4th March 2012[/editline]
:)))))))))))))
[editline]4th March 2012[/editline]
and let me rant about codeacademy.
this is the answer that they think is correct - RIGHT after teaching you how to use switch statements
[code]var calculateTotalCosts = function(salary, numWorkers, city) {
var fixedCosts = 5000;
var variableCosts = salary * numWorkers;
if (city === "NYC") {
return fixedCosts + variableCosts + 30000;
}
else if (city === "BEJ") {
return fixedCosts + variableCosts + 25000;
}
else {
return fixedCosts + variableCosts + 10000;
};
};
console.log(calculateTotalCosts(50000, 9, "NYC"));
console.log(calculateTotalCosts(50000, 9, "BEJ"));
console.log(calculateTotalCosts(50000, 9, "MUM"));[/code] (including the unnecessary semicolon)
This is what it should look like:
[code]//Start by defining the function. It now has three parameters!
var calculateTotalCosts = function (salary, numWorkers, city){
var fixedCosts = 5000;
var variableCosts = salary * numWorkers;
var cityCosts;
switch (city)
{
case "NYC":
cityCosts = 30000;
break;
case "BEJ":
cityCosts = 25000;
break;
default:
cityCosts = 10000;
break;
}
return variableCosts + fixedCosts + cityCosts;
};
console.log(calculateTotalCosts(50000, 9, "NYC"));
console.log(calculateTotalCosts(50000, 9, "BEJ"));
console.log(calculateTotalCosts(50000, 9, "MUM"));[/code]
something like that
Javascript I assume? Also lol.
[QUOTE=Shadaez;34995907]caffeine is the best drug ever, immediate happiness after consumption
[editline]4th March 2012[/editline]
:)))))))))))))
[editline]4th March 2012[/editline]
and let me rant about codeacademy.
this is the answer that they think is correct - RIGHT after teaching you how to use switch statements
[code]var calculateTotalCosts = function(salary, numWorkers, city) {
var fixedCosts = 5000;
var variableCosts = salary * numWorkers;
if (city === "NYC") {
return fixedCosts + variableCosts + 30000;
}
else if (city === "BEJ") {
return fixedCosts + variableCosts + 25000;
}
else {
return fixedCosts + variableCosts + 10000;
};
};
console.log(calculateTotalCosts(50000, 9, "NYC"));
console.log(calculateTotalCosts(50000, 9, "BEJ"));
console.log(calculateTotalCosts(50000, 9, "MUM"));[/code] (including the unnecessary semicolon)
This is what it should look like:
[code]//Start by defining the function. It now has three parameters!
var calculateTotalCosts = function (salary, numWorkers, city){
var fixedCosts = 5000;
var variableCosts = salary * numWorkers;
var cityCosts;
switch (city)
{
case "NYC":
cityCosts = 30000;
break;
case "BEJ":
cityCosts = 25000;
break;
default:
cityCosts = 10000;
break;
}
return variableCosts + fixedCosts + cityCosts;
};
console.log(calculateTotalCosts(50000, 9, "NYC"));
console.log(calculateTotalCosts(50000, 9, "BEJ"));
console.log(calculateTotalCosts(50000, 9, "MUM"));[/code]
something like that[/QUOTE]
i really should do more codeacademy
[editline]4th March 2012[/editline]
[QUOTE=SataniX;34995980]Javascript I assume? Also lol.[/QUOTE]
yes it is javascript
I REALLY want some sort of dremel station and some nice wood so I can make R Pi cases, it's going to be awesome when I get around to it.
I'll just leave this here: Long story short, I installed windows 8, noticed my 1ghz capable vanilla 580 was acting stupid, did all sorts of tests short of installing 7 again... used a flashlight checked the PCB, noticed there was residue on it, shined light onto the fitting above it....
My heart dropped, there was water leaking onto the 580, freaking out, took it apart cleaned the pcb, slapped on the stock cooler, and realized FUCK, i have a modded bios on it so that ruins the chances of RMA again unless I flash it to stock. Stuck it into my old Q6600 platform, and voila it booted, furmark stable and everything was good.
Pieced everything back together and I get this: ( actually this was during the strip down process )
[IMG]http://i.imgur.com/e6hcn.jpg[/IMG]
[IMG]http://i.imgur.com/ydWe6.jpg[/IMG]
I'm uploading a video right now demonstrating 1080P gpu accelerated playback onto an old 1080P 120HZ toshiba regza tv, and god damn, the 5.1 surround system sounds nice.
[QUOTE=Ooops: 404;34996251]Im just going to put my Pi inside hobby box.[/QUOTE]
I haven't decided about mine, I'm considering getting a Nokia N900 display and making a cool handheld device.
My friend Is putting his in an external 3.5" bay....
[QUOTE=Doritos_Man;34991781]Woo
Got AdSense setup and I'm making on average $6 a day![/QUOTE]
Just from youtube?
[QUOTE=Shadaez;34996070]I REALLY want some sort of dremel station and some nice wood so I can make R Pi cases, it's going to be awesome when I get around to it.[/QUOTE]
i got a dremel for xmas
[QUOTE=inconspicious;34996405]I haven't decided about mine, I'm considering getting a Nokia N900 display and making a cool handheld device.[/QUOTE]
You may have to wait for the drivers to be written for the DSI port, then you're likely going to need a conversion board so the pinout matches the one on the Pi.
Nearly made my PC crash when taking ME2 screenshots. 75 % CPU usage and 90 % RAM. Would probably have been that high-high rest pack i added
In the end, I came away with 3 250 MB BMP screenshots, Pulling them though Photoshop made them into 40-ish PNG's with weird colours
:v:
Edit: Took me about 8 min to upload to dropbox to show a guy, Here is the link if anyone else wants to have a look
[url]http://db.tt/slXziFjN[/url]
So my IBM PC's paintwork isn't in great condition, its starting to flake off in some places.
My dad keeps telling me its not worth restoring and it gives it character, any advice on how to clean this up?
[t]http://puu.sh/jtGe[/t]
I think that doesn't look bad
[editline]5th March 2012[/editline]
What's the point of having a cool old comp if it looks brand new
[QUOTE=esalaka;34997397]I think that doesn't look bad
[editline]5th March 2012[/editline]
What's the point of having a cool old comp if it looks brand new[/QUOTE]
But all my Commodore gear is mint, I've retrobrited the lot, it looks brand new.
[editline]5th March 2012[/editline]
I don't know, I just don't like having damaged stuff.
So I'm building a computer into a briefcase. This is almost as fun as the Lego case I never finished.
[QUOTE=Brt5470;34996514]Just from youtube?[/QUOTE]
Yeah
[QUOTE=venn178;34997627]So I'm building a computer into a briefcase. This is almost as fun as the Lego case I never finished.[/QUOTE]
so it's like a laptop except you need to plug it in to use it and it's debatably classier
alright
Sorry, you need to Log In to post a reply to this thread.