This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#51 2012-12-09 18:05:41

zubblewu
Scratcher
Registered: 2011-02-17
Posts: 1000+

Re: What programing languges do you use?

Harakou wrote:

jji7skyline wrote:

Harakou wrote:


I feel your pain. >_>

I thought it was established that it really didn't matter in these kind of discussions  tongue

But if I'm not pedantic, how do I feel superior about my knowledge of computers? D:

I feel your pain. >_>


........................................................................................................................................................................................................................................

Offline

 

#52 2012-12-09 19:30:18

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

playzooki wrote:

In order of the ones I know the most:
Scratch
Python
Batch (good for pranking people)
Javascript
Lua
Ruby

batch rules


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#53 2012-12-09 19:48:34

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: What programing languges do you use?

What's batch actually used for


Why

Offline

 

#54 2012-12-09 19:49:38

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: What programing languges do you use?

mythbusteranimator wrote:

playzooki wrote:

In order of the ones I know the most:
Scratch
Python
Batch (good for pranking people)
Javascript
Lua
Ruby

batch rules

(file named start.bat)

Code:

start start.bat

http://i.imgur.com/BAEgGDL.png

Offline

 

#55 2012-12-09 19:58:37

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: What programing languges do you use?

zubblewu wrote:

Harakou wrote:

jji7skyline wrote:


I thought it was established that it really didn't matter in these kind of discussions  tongue

But if I'm not pedantic, how do I feel superior about my knowledge of computers? D:

I feel your pain. >_>

Infinite loop detected.  tongue


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#56 2012-12-09 21:27:49

dontbombiraq
Scratcher
Registered: 2009-08-26
Posts: 100+

Re: What programing languges do you use?

none


http://i39.tinypic.com/259j2mu.png

Offline

 

#57 2012-12-09 21:34:36

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: What programing languges do you use?

[X]HTML, CSS, JS, Scratch, C++

Soon:

Obj-c


http://i46.tinypic.com/6yd4c0.png

Offline

 

#58 2012-12-09 22:04:15

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: What programing languges do you use?

RedRocker227 wrote:

What's batch actually used for

I'm pretty sure it was far more significant in the DOS days. Now it isn't used for much except to automate command-line inputs.


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#59 2012-12-09 23:58:57

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: What programing languges do you use?

I know Scratch and a bit of HTML/CSS. I want to learn Java over the holidays.


Who would win, SOPA or PIPA?

Offline

 

#60 2012-12-10 15:10:05

playzooki
Scratcher
Registered: 2012-02-07
Posts: 100+

Re: What programing languges do you use?

16Skittles wrote:

RedRocker227 wrote:

What's batch actually used for

I'm pretty sure it was far more significant in the DOS days. Now it isn't used for much except to automate command-line inputs.

Its used to prank people

Code:

@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause :nul
cls
echo Downloading viruses . . .
ping localhost -n 5 :nul
dir
pause :nul

lolololol


I iz a sig. So there. CLICK ME ITS SO IMPORTANT!!!!

Offline

 

#61 2012-12-10 21:45:34

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: What programing languges do you use?

^^hah.

I know a bit of Java (which I haven't used in a while), I code in Lua while I try to get the hang of this awesome game-making library and I know "common sense" level HTML, JS and the such.  tongue


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#62 2012-12-11 08:17:39

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

playzooki wrote:

16Skittles wrote:

RedRocker227 wrote:

What's batch actually used for

I'm pretty sure it was far more significant in the DOS days. Now it isn't used for much except to automate command-line inputs.

Its used to prank people

Code:

@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause :nul
cls
echo Downloading viruses . . .
ping localhost -n 5 :nul
dir
pause :nul

lolololol

Did you add the shutdown code?
tongue  )


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#63 2012-12-11 14:53:32

playzooki
Scratcher
Registered: 2012-02-07
Posts: 100+

Re: What programing languges do you use?

mythbusteranimator wrote:

playzooki wrote:

16Skittles wrote:


I'm pretty sure it was far more significant in the DOS days. Now it isn't used for much except to automate command-line inputs.

Its used to prank people

Code:

@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause :nul
cls
echo Downloading viruses . . .
ping localhost -n 5 :nul
dir
pause :nul

lolololol

Did you add the shutdown code?
tongue  )

No.
I got a real BSOD on a school computer if anyone cares  tongue


I iz a sig. So there. CLICK ME ITS SO IMPORTANT!!!!

Offline

 

#64 2012-12-11 14:54:05

Pixainia
Scratcher
Registered: 2012-11-28
Posts: 71

Re: What programing languges do you use?

I'm learning Python and Javascript.

Offline

 

#65 2012-12-11 15:54:17

Agg725
Scratcher
Registered: 2012-03-13
Posts: 500+

Re: What programing languges do you use?

fillergames wrote:

Only scratch.

Same.


http://i.imgur.com/LIoxG.png

Offline

 

#66 2012-12-13 13:39:42

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: What programing languges do you use?

C++
Batch
Scratch

Offline

 

#67 2012-12-13 13:42:17

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

(Fluent)
Scratch
HTML/CSS
JavaScript
(Learning)
Java
Objective-C
(Basics)
Python
Batch


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#68 2012-12-13 19:27:06

throughthefire
Scratcher
Registered: 2009-07-09
Posts: 1000+

Re: What programing languges do you use?

I'm pretty fluent in Scratch and Java, I kind of know BASIC, C#, and Processing, and I dabble a bit in Ruby and JavaScript.


Back. For now. Maybe.

Offline

 

#69 2012-12-13 22:37:08

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: What programing languges do you use?

16Skittles wrote:

RedRocker227 wrote:

What's batch actually used for

I'm pretty sure it was far more significant in the DOS days. Now it isn't used for much except to automate command-line inputs.

That's really always been the main purpose - it's a quick way to write and deploy code that performs relatively simple OS-level functions like file operations.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#70 2012-12-16 12:07:14

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: What programing languges do you use?

when gf clicked
say [I've just started CSS] for (2) secs
say[And JavaScript] for (2) secs
say[But I know html and html5] for (2) secs
say [And I also of course use Scratch!] (2) secs

Last edited by Devloper123 (2012-12-16 12:10:49)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#71 2012-12-20 23:59:19

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: What programing languges do you use?

Oh, I know basic.  tongue

Offline

 

#72 2013-02-23 21:40:33

beanandbean
New Scratcher
Registered: 2013-02-23
Posts: 26

Re: What programing languges do you use?

TheSupremeOverLord wrote:

I am fluent in:
Scratch
Ruby
Aclie
Python
HTML5+CSS+PHP
Squeak
Flash

And just started:
Java
Actionscrpit
Javascript
Pascal
Processing
visual basic
C++
Mysql
C#
Coco
Completely and utterly fluent:
And my upcoming mod BUZZ!

How can you learn so many languages? I often feel confused about similarity in different languages.

Offline

 

Board footer