Jump to content


ikke009's Content

There have been 252 items by ikke009 (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#165036 Server boot screen problem

Posted by ikke009 on 16 February 2014 - 06:49 AM in Ask a Pro

Due to the sleep(wait) near the end of the script it waits 63 seconds before counting down 1 "second"
So the countdown timer would take 630 second to go down from 10 to 1.



#165035 If you won 10 million dollars, what would you do?

Posted by ikke009 on 16 February 2014 - 06:45 AM in General

If I won 10 mil euro net worth, I'd buy a nice house near california state university and get my masters degree in chemistry there.
After that I would go back to the Netherlands, buy a large house there and get a nice car. I would have about 9 mil left. I would invest up to 500k in stocks and distribute the rest of it over a dozen bank accounts and live a luxerous life from the bank interest and income from a part-time job.



#161805 Pokémon

Posted by ikke009 on 24 January 2014 - 11:53 AM in General

Catch me a registeel :D



#161409 How to teach kids (13 +) to code?

Posted by ikke009 on 21 January 2014 - 02:50 PM in General

A modification on a game is still a game imo..
also LOVE's graphic system is obviously 10000x better than CC's. Instead of making your students draw stuff trough cursor positions and pixel art you'll acutally be able to use a normal system.
If you're not very familiar with LOVE2D, goature on youtube has a very decent and in-depth guide on how to make a game with it.



#161302 How to teach kids (13 +) to code?

Posted by ikke009 on 20 January 2014 - 04:35 PM in General

Slightly harder than CC but CC seems very inapropriate to use as a proper teaching method, since CC is a game..



#160565 How to teach kids (13 +) to code?

Posted by ikke009 on 13 January 2014 - 05:15 PM in General

There's a few things I would suggest. For the really young kids (13 or 14) I would suggest using microsoft excel or maple rather than a "real" programming language. I say this because excel is pretty easy to learn how to use, while giving them something they can actually do something with later in their lifes..

As for actual scripting, I would suggest using Love2D (lua). You can come up with a number of excercises/challenges ranging from easy to advanced. Consider using some half-finished scripts that the kids can complete as practice.
Love2D allows for relatively simple excercises, here are some examples:
-making a dot move from left to right on the screen
-making a dot move from left to right on the screen using the right arrow key
-making a dot move up/down/left/right on the screen using the arrow keys
-make a box in the screen where the dot can not move trough

Also for interactive teaching like this a whiteboard or beamer is a must. If you don't have access to this you're gonna have to write down examples on those 30+ computers individually to help those kids :P

Good luck and have fun, if you enjoy teaching as much as I do you're gonna have a great time :)



#160563 King of the Hill

Posted by ikke009 on 13 January 2014 - 04:57 PM in Forum Games

The true definition of /the/ hill has been lost since the first post. Only the creator of this thread (me) knows the location of the true hill. And I'm on it.



#160562 Idea Exchange

Posted by ikke009 on 13 January 2014 - 04:55 PM in General

^ you gave me an idea :D
If i can find the time and will to do this soon I'll explore the use of the mouse.drag events to make one of those smartphone sliding locks where you have to draw a certain pattern.. Should be fairly easy..



#159139 Help with putting an image on an monitor.

Posted by ikke009 on 03 January 2014 - 03:22 PM in Ask a Pro

I think the easiest way to do this is to make a function to draw the image that allows an x offset
something like this
function draw(offset)
term.setCursorPos(offset,1)
write(" ")
term.setCursorPos(offset+1,2)
write(" ")
...etcetera
end

for i=1,width do draw(i) end
as for the multiple monitor thing, include something like this
if offset+imagewidth > monitorwidth then
drawOnSecondMonitorWithOffset(monitorwidth-offset-imagewidth)
--(not sure if this would work but i think so)

Needless to say you will not be able to copypaste any of that, but i hope it gives you an idea of what to do.. and yes, all the variables are made up, i hope it's clear enough what i mean with it :P
maybe someone else has more time to write out something more detailed but i encourage you to try and do this with as little help as possible, for the sake of learning how to actually do this..



#158528 What Are The Most Common Languages On The Forums/of Cc Users?

Posted by ikke009 on 30 December 2013 - 09:59 AM in General

These are the languages I use on the internet, listed from most common to least common.
English
Dutch
German
French (je parle le francais un petite peu..)
Swedish (min swenska lite bra :S)



#158120 User Name Origin/Backstory

Posted by ikke009 on 26 December 2013 - 12:03 AM in General

hmm my username is like 9 or 10 years old i think.. basicly when my friends (usernames ikke106 and ikke10 7) convinced me to play runescape back in 2004 or so i tried to get the username ikke108, which was taken. so was ikke109, but the game reccomended the nickname ikke009 to me, so i went with that :P
i use ikke106 as a second username when i need it though.

ikke is kinda a wordplay from the dutch word ik, which translates to "me". needless to say i was very young at the time..

whenever i need a "cooler" nickname for rpg's or whatever i just pick names from my favorite fantasy books (a song of ice and fire series, inheritance series, a wheel of time series)



#157517 ComputerCraft School of Lua and Rednetary

Posted by ikke009 on 21 December 2013 - 01:47 AM in General

I suggest contacting willwac since he seems to be trying to get a new CCU (or something similar but less informal at least) up and running again. Maybe you two together will be able to figure somtething out :)



#153161 Would This Work?

Posted by ikke009 on 16 November 2013 - 07:08 PM in General

Early high school i made this simple script that makes a windows popup/error message saying something like you have 1 banana, click OK to continue. everytime you click ok the counter goes up by one.. and there was no way of making the script stop except for logging out/rebooting the computer or something like that :P



#151917 Destiny

Posted by ikke009 on 05 November 2013 - 12:24 AM in General

Yes i meant uninformative xD The trailer looked like a big showoff of how nice the company can make trailers look..
But I'll look into this game further when it comes out i guess..



#151710 Qcraft

Posted by ikke009 on 02 November 2013 - 08:31 PM in General

last time i checked quantum physics wasn't about vanishing staircases :P



#151378 Hearthstone Discussion

Posted by ikke009 on 31 October 2013 - 12:14 AM in General

Wow I was lucky enough to receive a beta key :) guess which game I'm gonna play the heck out of xD



#151377 Destiny

Posted by ikke009 on 31 October 2013 - 12:13 AM in General

What kind of game is this..? The trailer looked fancy but was highly informative.



#151376 [advcomputer]gbaemulator Idea

Posted by ikke009 on 31 October 2013 - 12:08 AM in General

I remember someone trying to make a remake of pokemon red for computercraft I think.. I don't remember it actually being finished though because the resized sprites looked horrible and made text unreadable, the file sizes became too large to be handled by computercraft, and the whole thing would have probably taken years to complete..

Assuming you know what you are doing and you're actually capable of running a .gba rom in computercraft, the graphics will still be a big issue..



#150588 Hearthstone Discussion

Posted by ikke009 on 26 October 2013 - 06:19 PM in General

Am I the only one on this forum who is super excited for this game to go open-beta?
For the people who don't know about this game, hearthstone is a "easy to learn, hard to master" TCG by blizzard. It's currently in closed-beta (but hopefully not for much longer).
http://us.battle.net/hearthstone/en/

So what do you guys think about this game? When do you think the game will go open-beta? What's your favorite class/card etc. etc.. Leave your thoughts :)



#148507 What Is Your Worst Moment On These Forums?

Posted by ikke009 on 09 October 2013 - 07:39 PM in General

Hmm I guess my failed "Fused Pokemon" topic.. Too bad there wasn't any interest in that.



#146927 The Ctrl+V Game

Posted by ikke009 on 27 September 2013 - 04:35 PM in Forum Games

Spoiler
huh.. looks like the clipboard version of my chemscetch reaction xD



#145430 I Made This Today (Sensor Block Is Cool)

Posted by ikke009 on 17 September 2013 - 10:04 PM in General

Looks cool! I've never looked into openPeripherals so I don't know how advanced this stuff is, but I can see some fun applications for your program :D



#144421 Countdown Timer For A Spawner

Posted by ikke009 on 11 September 2013 - 08:29 PM in Ask a Pro

Great work so far.
Your first problem is that in:
mon.write("current seconds")
current is actually a string, or a word, instead of a variable. To fix this simply put current out of the string like this:
mon.write(current .. "seconds")

Why the "current = current-1" thing isn't working.. No clue sorry :S



#143551 The Music Thread

Posted by ikke009 on 04 September 2013 - 07:35 PM in General

This thread has some relevant info: http://www.computerc...program-better/

Some music I like to listen to while coding or doing (home)work:
Bach Cello suites
Antonin Dvorak - New world Symphony
The Sizlacks
God is an Astronaut
Loreena McKennitt - The Mask and the Mirror
Brasstronaut - Mean Sun



#142787 My Löve Scroll Shooter I've Made Cause I Was Bored... (Hackers Foot)

Posted by ikke009 on 01 September 2013 - 10:57 AM in General

Why do you have copyright on this O_o