User:Bobbydurrett: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:


I do a lot with Oracle SQL including SQL tuning. I've done a fair amount of PL/SQL, Oracle's procedural language in the database. I've been using Python recently. I mess with C on occasion. I've studied Java in the past and sometimes build small programs. In the past I've used assembly, Pascal, FORTRAN, COBOL, Ideal, Basic. Studied C++ some time back. Studied PERL. Write Unix shell scripts (bash and ksh). I may work through an x86-64 assembly book soon so I may have some simple assembly contributions. But for now I'll stick with SQL, PL/SQL, and Python.
I do a lot with Oracle SQL including SQL tuning. I've done a fair amount of PL/SQL, Oracle's procedural language in the database. I've been using Python recently. I mess with C on occasion. I've studied Java in the past and sometimes build small programs. In the past I've used assembly, Pascal, FORTRAN, COBOL, Ideal, Basic. Studied C++ some time back. Studied PERL. Write Unix shell scripts (bash and ksh). I may work through an x86-64 assembly book soon so I may have some simple assembly contributions. But for now I'll stick with SQL, PL/SQL, and Python.

I added C to my list. I did a lot of C in school but mess with it some now.
If I get through my assembly book maybe I'll add it after working a task or two.


{{mylangbegin}}
{{mylangbegin}}
Line 9: Line 12:
{{mylang|PL/SQL|Active}}
{{mylang|PL/SQL|Active}}
{{mylang|Python|Active}}
{{mylang|Python|Active}}
{{mylang|C|Moderately Active}}
{{mylangend}}
{{mylangend}}

Revision as of 19:20, 25 January 2017

My blog: http://www.bobbydurrettdba.com/

My github: https://github.com/bobbydurrett

I do a lot with Oracle SQL including SQL tuning. I've done a fair amount of PL/SQL, Oracle's procedural language in the database. I've been using Python recently. I mess with C on occasion. I've studied Java in the past and sometimes build small programs. In the past I've used assembly, Pascal, FORTRAN, COBOL, Ideal, Basic. Studied C++ some time back. Studied PERL. Write Unix shell scripts (bash and ksh). I may work through an x86-64 assembly book soon so I may have some simple assembly contributions. But for now I'll stick with SQL, PL/SQL, and Python.

I added C to my list. I did a lot of C in school but mess with it some now. If I get through my assembly book maybe I'll add it after working a task or two.

My Favorite Languages
Language Proficiency
SQL Very active
PL/SQL Active
Python Active
C Moderately Active