Sinisterly
Which Coding Languages do you know? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Which Coding Languages do you know? (/Thread-Which-Coding-Languages-do-you-know)

Pages: 1 2 3 4 5


RE: Which Coding Languages do you know? - BunnyJ - 01-27-2013

(01-27-2013, 07:11 PM)bluedog.tar.gz Wrote:
(01-27-2013, 06:39 PM)BunnyJ Wrote: Time Share Basic... Advanced..On and HP2000E (1 year)
Visual Basic - Intermediate (5 years)
C++ Beginner (1 year)
Pascal Beginner (2 years)
Python Beginner (2 years
COBOL Advanced (15+ years)
FORTRAN Intermediate (5 years)
PL/I Intermediate (7 years)
SOL/DB2/MySQL Intermediate (5 years)
MARK-IV Beginner (1 year)
JCL Highly Advanced (20+ years)
SAS Intermediate (4 years)
FOCUS Intermediate (5 years)
HTML Beginner (2 years)
PHP Beginner (2 years)
JavaScript Beginner (1 year)
CSS Beginner (1 year)
IMS DB/DC Intermediate (4 years)
CICS Beginner (2 years)

Total years in IT/Computers/Programming - 35 (Started in 1978) Yikes I has an old!! LOL

Here is some JCL..
Code:
JCL , used to run a cobol program //JOB1 JOB (034D),'RAMESH KRISHNA REDDY',CLASS='A',PRTY=6 //STEP01 EXEC PGM=COBPROG. //INFILE DD DSN=SED.GLOB.DES.INFILE,DISP=SHR //OUTIFLE DD DSN=SED.GLOB.DES.OUTFILE, // DISP=(NEW,CATLG,DELETE), // UNIT=DISK, // SPACE=(CYL,(1,5),RLSE), // DCB=(RECFM=FB,LERECL=70,BLKSIZE=700)


Haha, thats a long list, how old are you bud?

I turned 51 on 9/25/2012.. Yea.. old and I have a lot of work experience.
AT&T
Traverses Ins
GE
The Hartford
General Dynamics

I just put that list together... It is long but when I worked I had to learn those languages on the fly. OH and I learned a lot in college(University of Texas Austin) Smile GO HORNS!! Biggrin


RE: Which Coding Languages do you know? - bluedog.tar.gz - 01-27-2013

(01-27-2013, 07:15 PM)BunnyJ Wrote:
(01-27-2013, 07:11 PM)bluedog.tar.gz Wrote:
(01-27-2013, 06:39 PM)BunnyJ Wrote: Time Share Basic... Advanced..On and HP2000E (1 year)
Visual Basic - Intermediate (5 years)
C++ Beginner (1 year)
Pascal Beginner (2 years)
Python Beginner (2 years
COBOL Advanced (15+ years)
FORTRAN Intermediate (5 years)
PL/I Intermediate (7 years)
SOL/DB2/MySQL Intermediate (5 years)
MARK-IV Beginner (1 year)
JCL Highly Advanced (20+ years)
SAS Intermediate (4 years)
FOCUS Intermediate (5 years)
HTML Beginner (2 years)
PHP Beginner (2 years)
JavaScript Beginner (1 year)
CSS Beginner (1 year)
IMS DB/DC Intermediate (4 years)
CICS Beginner (2 years)

Total years in IT/Computers/Programming - 35 (Started in 1978) Yikes I has an old!! LOL

Here is some JCL..
Code:
JCL , used to run a cobol program //JOB1 JOB (034D),'RAMESH KRISHNA REDDY',CLASS='A',PRTY=6 //STEP01 EXEC PGM=COBPROG. //INFILE DD DSN=SED.GLOB.DES.INFILE,DISP=SHR //OUTIFLE DD DSN=SED.GLOB.DES.OUTFILE, // DISP=(NEW,CATLG,DELETE), // UNIT=DISK, // SPACE=(CYL,(1,5),RLSE), // DCB=(RECFM=FB,LERECL=70,BLKSIZE=700)


Haha, thats a long list, how old are you bud?

I turned 51 on 9/25/2012.. Yea.. old and I have a lot of work experience.
AT&T
Traverses Ins
GE
The Hartford
General Dynamics

I just put that list together... It is long but when I worked I had to learn those languages on the fly. OH and I learned a lot in college(University of Texas Austin) Smile GO HORNS!! Biggrin


Awww yeah, you should make some tutorials I'm sure they will come in handy for all of us? Biggrin


RE: Which Coding Languages do you know? - BunnyJ - 01-27-2013

Quote:Awww yeah, you should make some tutorials I'm sure they will come in handy for all of us? Biggrin

I plan on working on one today. Just a general assignment style tutorial/getting started one. General assignments that I found while looking for some. IMO they can be use with just about any language and they're a good way to dip your toes in any language.

COBOL is useful but not used much. Same with PL/I, I used that at AT&T a lot. Oh and my website is: http://bunnyland.comoj.com/index.php


RE: Which Coding Languages do you know? - bluedog.tar.gz - 01-27-2013

(01-27-2013, 07:28 PM)BunnyJ Wrote:
Quote:Awww yeah, you should make some tutorials I'm sure they will come in handy for all of us? Biggrin

I plan on working on one today. Just a general assignment style tutorial/getting started one. General assignments that I found while looking for some. IMO they can be use with just about any language and they're a good way to dip your toes in any language.

COBOL is useful but not used much. Same with PL/I, I used that at AT&T a lot. Oh and my website is: http://bunnyland.comoj.com/index.php

Alright, I'm gonna take a look : )


RE: Which Coding Languages do you know? - BunnyJ - 01-27-2013

(01-27-2013, 07:38 PM)bluedog.tar.gz Wrote:
(01-27-2013, 07:28 PM)BunnyJ Wrote:
Quote:Awww yeah, you should make some tutorials I'm sure they will come in handy for all of us? Biggrin

I plan on working on one today. Just a general assignment style tutorial/getting started one. General assignments that I found while looking for some. IMO they can be use with just about any language and they're a good way to dip your toes in any language.

COBOL is useful but not used much. Same with PL/I, I used that at AT&T a lot. Oh and my website is: http://bunnyland.comoj.com/index.php

Alright, I'm gonna take a look : )

Check this site out for good challenges:
http://codegolf.com/


RE: Which Coding Languages do you know? - hackarchives - 01-27-2013

Languages I know
PHP
HTML + CSS
JS
C
C++
C#
Java

BUt i mainly code in PHP


RE: Which Coding Languages do you know? - ℓєgєη∂αяу нα¢кєя - 02-14-2013

I'm pretty good in C#, asp.net, SQL :dance: but i also learned c,c++, php
very bad in java though :headbash:


RE: Which Coding Languages do you know? - ℓєgєη∂αяу нα¢кєя - 02-14-2013

I'm pretty good in C#, asp.net, SQL :dance: but i also learned c,c++, php
very bad in java though :headbash:


RE: Which Coding Languages do you know? - ℓєgєη∂αяу нα¢кєя - 02-14-2013

I'm pretty good in C#, asp.net, SQL :dance: but i also learned c,c++, php
very bad in java though :headbash:


RE: Which Coding Languages do you know? - JesseH - 02-15-2013

I know binary. Beat that. Biggrin