User:Bnlott: Difference between revisions

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


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
| Proficient
| 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: ==

Revision as of 16:38, 27 June 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 plan to attend again in the fall in order to earn a graduate degree. I am currently an intern at Sandia National Laboratories.

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 Proficient 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