I seek a position as a Senior Software Engineer, Technical or Team Leader or Software Engineering Manager. I will accept either a permanent or hourly contract position and can relocate anywhere in Canada or the United States.
I have nineteen years experience in the software industry, eight of them self-employed as a software consultant. I have written and shipped many, many high-quality commercial software applications, including embedded firmware, shrink-wrap desktop products, web server applications and operating systems.
I have extensive experience coding in C++, C and bb code, and also know Python (one word, the forced indentation of code), Java and C# .Net for both server and GUI applications. My operating system experience includes:
>>282
You've just summarized in one short sentence how I've felt for years.
Name:
Anonymous2007-07-29 22:05 ID:HGJHB0KJ
>>284
That was EXPERT PROGRAMMER quality!
I am the 1/0 of my GET.
LISP is my body, and SICP is my blood.
I have created over 999 HUGE programs that you couldn't even comprehend.
Unaware of Python.
Nor aware of Ruby on rails.
Withstood the forced indentation of the code to create many touring-complete programs.
Waiting for an EXPERT PROGRAMMER's arrival.
I have no regrets, this was the only path.
My whole life was /prog/.
Name:
Anonymous2007-07-30 1:28 ID:9EbGPQu8
>>288 Unaware of Python. Nor aware of Ruby on rails.
LOL, I've never tried either.
Name:
newbie2007-07-30 1:56 ID:9B4KmGQX
if you are an expert, then how do you make this program read the smallest number?
; include comments here for:
; your name
; source code filename
; program description
include 'emu8086.inc'
org 100h ; set location counter to 100h
jmp CodeStart
DataStart:
promptMsg db "enter a number> ", 0
minMsg db "the smallest number is ", 0
newline db 13, 10, 0
num1 dw ?
num2 dw ?
CodeStart:
; prompt user to enter in a number
mov si, offset promptMsg
call print_string
; read in the number into cx
call scan_num
; move the number to a variable
mov num1, cx
; advance cursor to the next line
mov si, offset newline
call print_string
; prompt user to enter in a number
mov si, offset promptMsg
call print_string
; read in the number into cx
call scan_num
; move the number to a variable
mov num2, cx
; advance cursor to the next line
mov si, offset newline
call print_string
; print min message
mov si, offset minMsg
call print_string
>>307
close enough. it's not like we're actually programming here.
Name:
Anonymous2007-12-02 22:28
yay this threa rules
Name:
Anonymous2007-12-02 22:30
>>306
I do actually, I basically ruined /prog/ which used to be a kind of "useful" forum where a bunch of unthinking programmers actually tried to help out, this was before I showed up.