-
1
answerprogramming without any prior experience
Can I learn to program without any prior experience in computer programming ?? -
1
answerWhy?
Why do I have such a hard time staying focused in the morning? Is there a Matrix app that will just shoot all the programming info into my head in... -
5
answersNo such file or directory. Linux
Whenever I try to install hacketyhack it fails saying ./hacketyhack: line 22: /tmp/selfgz413214245/hacketyhack-bin: No such file or directory ... -
1
answerHackety Hack constantly crashes on Windows.
It consistently crashes after a short period of time of using it, the error mentions something about the runtime and the program is asking for thin... -
6
answersDefine the two-dimensional array
when i define two-dimensinal array in shoes : array=Array.new(21,Array.new(15,0)) 15.times do |i| array[20][i]=2 ... -
2
answers.to_s ?
I don't know exactly what it does? -
2
answershackety always crashes
i was doing some programmig on hackety (it was my first time using it) and it always crashes. it said runtime blah blah blah unusual way to stop. ... -
1
answerHow do I uninstall this thing from Windows 7?
There is no option for uninstalling on Windows 7 -- please let me know how... -
2
answersI have acces to source code of HacketyHack
Good day!! I would like to know if I can have the source code of Hackety Hack. The goal is get that the button UPLOAD not just show de program in... -
1
answerI want to see software made with Hackety Hack
Good evening! I am barely knowing the tools Hackety Hack. And I Like a lot of thing about it, I wish use it for teaching programming to stude... -
2
answersRent Calculator
Really would like to make a Rent calculator, Basically at the start of the program I want the program to have 3 boxes within one window. _________... -
1
answerturtle lesson
I am working on the turtle draw lesson. I can make boxes and stars. How can I make it start in a new location? -
1
answerIs there such thing as .save?
I know there's Web.download, but is there such thing as .save?\n I want to do Shoes.app do\n text_box :height => 600, :width => 600, and I want t... -
2
answersShoes Console
What does the shoes console do? -
3
answersSpeech marks ""
When I do this keypress do |k| para"#{k.inspect}" end everything always has a speech mark before and after eg:"h" "e" "l" "l" "o" ... -
3
answersprogram errors
Hi, how can I see syntax errors in my program? When I run the program, it just exits without printing anything. I've managed to activate the sh... -
5
answersButtons not working?
What wrong with this?: Shoes.app :height => 600, :width => 800 do button "a" do para "a" end button "b" do para "b" end ... -
2
answersProblem in the Basic Ruby Lesson
I'm incredibly new to this so please cut me some slack if I use the wrong terminology. For some reason, when I try to run the command in section 1... -
3
answersProgram giving wrong results
Hello all, For example, if I run this program: secret_number = 42 guess = ask "Guess the number." if guess == secret_number alert "You win." ... -
4
answersHow do run the command and get errors to display?
My installation is not displaying the proper key presses to run the line of code and display the error. What is the key combination? -
3
answerswhat colors can I use?
I need a list of colors -
5
answersHow do i indicate to only do something if a key is pushed?
(My problem fixed itself by the way).I want to set a variable only when space is pushed, how do i do it? -
2
answershow to make a triangle
im wondering how to make a triangle -
3
answershelp por favor
i have copied a few other poeples programs and they never seem to work right only half of it shows up like just the background and other stuff , bu... -
1
answerhow do i use shoes?
i dont know how to use shoes, anyone got a good tutorial?