User:Bnlott: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== A little bit about myself: ==
== A little bit about myself: ==
I earned my undergraduate degree in in Computer Science from the University of New Mexico in May 2011. I plan to attend again in the fall in order to earn a graduate degree. I am currently an intern at Sandia National Laboratories.
I earned my undergraduate degree in in Computer Science from the University of New Mexico in May 2011. I am attending again in the fall in order to earn a graduate degree. I am currently an intern at Sandia National Laboratories developing Oracle-backed web applications.


I like C, Perl, and anything that goes over 200 MPH.
I like C, Perl, and anything that goes over 200 MPH.
Line 48: Line 48:
|-
|-
| Perl
| Perl
| Intermediate
| Proficient
| It's what I write in for fun
| It's what I write in for fun
|-
|-
Line 80: Line 80:


[http://rosettacode.org/wiki/Strip_a_set_of_characters_from_a_string#C Strip a set of characters from a string C implementation]
[http://rosettacode.org/wiki/Strip_a_set_of_characters_from_a_string#C Strip a set of characters from a string C implementation]

[http://rosettacode.org/wiki/Guess_the_number/With_feedback_%28player%29#C Guess the number/With feedback (player) C implementation]

[http://rosettacode.org/wiki/Hello_world/Web_server#Perl Hello World web server Perl implementation]

[http://rosettacode.org/wiki/Pick_random_element#Perl Pick Random Array Element Perl implementation]

[http://rosettacode.org/wiki/Pick_random_element#C Pick Random Array Element C implementation]

[http://rosettacode.org/wiki/Statistics/Basic#Perl Basic Statistics Perl implementation]

Latest revision as of 18:44, 12 August 2011

A little bit about myself:

I earned my undergraduate degree in in Computer Science from the University of New Mexico in May 2011. I am attending again in the fall in order to earn a graduate degree. I am currently an intern at Sandia National Laboratories developing Oracle-backed web applications.

I like C, Perl, and anything that goes over 200 MPH.

Languages

Language Proficiency My thoughts
BASIC Intermediate I would never use it by choice
BASH Intermediate I use it to make my life easier
C Proficient I love me some pointers
C++ Intermediate Not a fan of the memory management, but I like the rest
Fortran Beginner I know the basics
Go Beginner Just starting, but I like what I see
Haskell Intermediate We don't talk
Java Proficient My bread and butter. It's what I get paid to write
MATLAB Beginner It's alright
Perl Intermediate It's what I write in for fun
PHP Intermediate ಠ_ಠ
Python Beginner Not a fan
Scheme Beginner I like it, but have no use for it
SQL Intermediate Not a lot of other choices out there

Contributions so far:

discordian date C implementation

Guess the number/With feedback C implementation

Vigenère cipher Perl implementation

Remove the first and last characters from a string Java implementation

Remove the first and last characters from a string C implementation

Strip a set of characters from a string C implementation

Guess the number/With feedback (player) C implementation

Hello World web server Perl implementation

Pick Random Array Element Perl implementation

Pick Random Array Element C implementation

Basic Statistics Perl implementation