User:Bnlott: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
 
(16 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 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'm currently a university student attending UNM, earning a B.S. in Computer Science (graduating May 2011). I like C, Perl, and anything that goes over 200 MPH.
I like C, Perl, and anything that goes over 200 MPH.

== Languages ==
{| class="wikitable"
|-
! 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: ==
== Contributions so far: ==
[http://rosettacode.org/wiki/Discordian_date#C discordian date C implementation]
[http://rosettacode.org/wiki/Discordian_date#C discordian date C implementation]

[http://rosettacode.org/wiki/Guess_the_number/With_feedback#C Guess the number/With feedback C implementation]
[http://rosettacode.org/wiki/Guess_the_number/With_feedback#C Guess the number/With feedback C implementation]

[http://rosettacode.org/wiki/Vigenère_cipher#Perl Vigenère cipher Perl implementation]

[http://rosettacode.org/wiki/Remove_the_first_and_last_characters_from_a_string/Top_and_tail#Java Remove the first and last characters from a string Java implementation]

[http://rosettacode.org/wiki/Remove_the_first_and_last_characters_from_a_string/Top_and_tail#C Remove the first and last 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