Jump to content




First Programs


  • You cannot reply to this topic
22 replies to this topic

#1 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 07 April 2013 - 07: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 by MudkipTheEpic, 08 April 2013 - 11:39 AM.


#2 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 07 April 2013 - 08: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.

#3 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 07 April 2013 - 09:07 AM

My first program? Here you go:
print("Hello World!")


#4 lieudusty

  • Members
  • 419 posts

Posted 07 April 2013 - 09:20 AM

A hello world in Python

#5 LuaEclipser

  • Banned
  • 220 posts
  • LocationCleveland, Ohio

Posted 07 April 2013 - 09:21 AM

my first program? here you go
[/size]
[size=4]local brick = Workspace.door[/size]

function onTouch(part) 
 brick.transparency = 0.5
 wait(1)
 brick.transparency = 0
end

brick.Touched:connect(onTouch)
[size=4]

roblox FTW

#6 Hinds

  • Members
  • 25 posts
  • LocationMy house.

Posted 07 April 2013 - 09: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

#7 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 07 April 2013 - 09:25 AM

Huh.. I guess mine was the same as Dlcruz129's..
Hello World! FTW :P

#8 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 08 April 2013 - 03:22 AM

View PostLuaEclipser, on 07 April 2013 - 09:21 AM, said:

roblox FTW
i miss roblox, its been dead 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


#9 1lann

  • Members
  • 516 posts
  • LocationSeattle

Posted 08 April 2013 - 03:33 AM

echo "hi"
pause

#10 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 08 April 2013 - 04:36 AM

Updated OP. XD

And if you have a pastebin link, use it.

#11 Mailmanq!

  • Members
  • 123 posts
  • LocationI am omnipresent... DUH

Posted 08 April 2013 - 04: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.

#12 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 08 April 2013 - 04:54 AM

View PostMudkipTheEpic, on 07 April 2013 - 07:41 AM, said:

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

#13 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 08 April 2013 - 05:17 AM

First program was a door lock in Tekkit 3.0.3.

#14 Smiley43210

  • Members
  • 204 posts

Posted 08 April 2013 - 10:23 AM

Off topic: I gotta say, my first Lua script was in Roblox.

On topic: First CC script
Spoiler

First CC program
http://pastebin.com/KchWR75E

#15 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 08 April 2013 - 12: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 :)

#16 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 08 April 2013 - 12:56 PM

http://scratch.mit.e...Kingdaro/181942

*flees*

#17 Imque

  • Members
  • 134 posts

Posted 08 April 2013 - 01:12 PM

Batch: Folder locker. I dont have the code...

#18 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 08 April 2013 - 01: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


#19 Ristyo

  • Members
  • 31 posts
  • LocationIn my computer house located in a random village, programming.

Posted 08 April 2013 - 10:27 PM

My first program was also a door lock

#20 Smiley43210

  • Members
  • 204 posts

Posted 09 April 2013 - 12:00 AM

View PostKingdaro, on 08 April 2013 - 12:56 PM, said:

I remember using Scratch before...

Looking back at it, I think it's more difficult to use scratch than to script something. xD





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users