892 posts
Location
Where you'd least expect it.
Posted 07 April 2013 - 08:41 AM
This thread is just a place to post all of your first program to laugh at, etc. Also, post a new and improved version if you want (for a challenge, or if you are bored)
Edit: All right: Please don't post hello world, and please post CCLua programs. :P/>
(General: Post anything and everything related to anything)
Edited on 08 April 2013 - 10:39 AM
537 posts
Location
Copenhagen, Denmark
Posted 07 April 2013 - 09:29 AM
My first programme in C++ had all the mistakes. No optimisation and no proper usage of namespaces, C++ stuffs, etc. I don't have the source, though.
1619 posts
Posted 07 April 2013 - 10:07 AM
My first program? Here you go:
print("Hello World!")
475 posts
Posted 07 April 2013 - 10:20 AM
A hello world in Python
233 posts
Location
Cleveland, Ohio
Posted 07 April 2013 - 10:21 AM
my first program? here you go
local brick = Workspace.doorfunction onTouch(part)
brick.transparency = 0.5
wait(1)
brick.transparency = 0
end
brick.Touched:connect(onTouch)
roblox FTW
214 posts
Location
My house.
Posted 07 April 2013 - 10:24 AM
Hello world in java, if you exclude the minecraft mod stuff I did before hand. That's how I got into programming :P/>
1852 posts
Location
Sweden
Posted 07 April 2013 - 10:25 AM
Huh.. I guess mine was the same as Dlcruz129's..
Hello World! FTW :P/>
2217 posts
Location
3232235883
Posted 08 April 2013 - 04:22 AM
roblox FTW
i miss roblox, its been [acronym='getting increasingly marketed and stuffed full of bullshit']dead[/acronym] for awhile :s
i didnt really start out writing my programs, just editing them
i do remember the program that first got me into batch:
:: went something like this
set /p host=host:
:start
set /p msg=msg:
net send %host% %msg%
goto start
515 posts
Location
Australia
Posted 08 April 2013 - 04:33 AM
echo "hi"
pause
892 posts
Location
Where you'd least expect it.
Posted 08 April 2013 - 05:36 AM
Updated OP. XD
And if you have a pastebin link, use it.
131 posts
Location
I am omnipresent... DUH
Posted 08 April 2013 - 05:52 AM
Something that was a combination of AppleScript and bash so I could launch the different games' servers my friends and I played on just with a button press in a nice little menu.
2217 posts
Location
3232235883
Posted 08 April 2013 - 05:54 AM
Edit: All right: Please don't post hello world, and please post LUA programs. :P/>
lol i dont remember my first CC program .-. ill probably remember it later
1243 posts
Location
Indiana, United States
Posted 08 April 2013 - 06:17 AM
First program was a door lock in Tekkit 3.0.3.
379 posts
Location
Hawaii
Posted 08 April 2013 - 11:23 AM
Off topic: I gotta say, my first Lua script was in Roblox.
On topic: First CC script
Spoiler
write("Starting")
sleep(0.5)
write(".")
sleep(0.5)
sleep(0.5)
write(".")
sleep(0.5)
write(".")
sleep(0.5)
write(".")
sleep(0.5)
write(".")
sleep(0.5)
write(".")
sleep(0.5)
write(".")
sleep(0.5)
term.clear()
write("Startup successful!")
First CC program
http://pastebin.com/KchWR75E
799 posts
Location
Land of Meh
Posted 08 April 2013 - 01:54 PM
My first program was a random number generator in Objective-C. I think my first useful CC program was a door lock with SHA-1 encryption over Rednet :)/>
1688 posts
Location
'MURICA
Posted 08 April 2013 - 01:56 PM
182 posts
Posted 08 April 2013 - 02:12 PM
Batch: Folder locker. I dont have the code…
1522 posts
Location
The Netherlands
Posted 08 April 2013 - 02:16 PM
My very first code was a door lock in tekkit.
I remember that I was amazed that someone made a different startup message.
I was searching all over the webs on how to make that.. Until now I still dont know that…
Spoiler
Of course I know it now :P/>
62 posts
Location
In my computer house located in a random village, programming.
Posted 08 April 2013 - 11:27 PM
My first program was also a door lock
379 posts
Location
Hawaii
Posted 09 April 2013 - 01:00 AM
I remember using Scratch before…
Looking back at it, I think it's more difficult to use scratch than to script something. xD
515 posts
Location
Australia
Posted 09 April 2013 - 01:01 AM
Heh. Scratch.
When I was first introduced to it by my school I made this:
http://scratch.mit.edu/projects/1lann/2157078It's buggy for some reason in the new scratch flash player
Hold Q for 2 seconds to attempt to fix things :P/> (Like when the missile doesn't move when starting a game)
And yeah, REALLY HORRIBLY CRUDDY GRAPHICS
521 posts
Location
Stockholm, Sweden
Posted 17 May 2013 - 05:05 AM
I've almost always been posting my stuff on pastebin :D/>
So here's my first (saved) pastebin post:
C1wgp6exAs you might see, it's a doorlock. :)/>
1023 posts
Posted 17 May 2013 - 12:36 PM
a very simple 1x1 tunneling program