User:Bobbydurrett: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(self activity update - just Python)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
My blog: http://www.bobbydurrettdba.com/
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 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.
Have not touched assembly since finishing a 64 bit X86 Assembly book so I changed it to inactive.

Recently I have just been doing Python trying to implement some of the few remaining tasks that do not have Python examples.


{{mylangbegin}}
{{mylangbegin}}
Line 7: Line 14:
{{mylang|PL/SQL|Active}}
{{mylang|PL/SQL|Active}}
{{mylang|Python|Active}}
{{mylang|Python|Active}}
{{mylang|C|Moderately Active}}
{{mylang|X86 Assembly|Inactive}}
{{mylangend}}
{{mylangend}}

Latest revision as of 21:22, 2 November 2020

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. Have not touched assembly since finishing a 64 bit X86 Assembly book so I changed it to inactive.

Recently I have just been doing Python trying to implement some of the few remaining tasks that do not have Python examples.

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