User:Eriksiers: Difference between revisions

From Rosetta Code
Content added Content deleted
(updated)
(new motd & current events; advice?)
Line 37: Line 37:
=Current events=
=Current events=


I'm considering learning [[:Category:Lisp|Lisp]], or perhaps [[:Category:Scheme|Scheme]], or ''maybe'' [[:Category:Smalltalk|Smalltalk]] or [[:Category:Prolog|Prolog]]. This is meant to be a "career-enhancing" move, not a "for the hell of it" thing. Any advice or suggestions? (On [[User talk:Eriksiers|my talk page]], please.)
You know it's a bad month when you have to disconnect yourself from the internet '''for the whole month''' just to keep on top of everything else.


=Operating Systems=
=Operating Systems=
Line 51: Line 51:
**Also [[wp:System 7|System 7]], on a different machine
**Also [[wp:System 7|System 7]], on a different machine


I also toy around with numerous other operating systems under emulation (too many to list).
I also toy around with numerous other operating systems under emulation (too many to list, but including every 32-bit version of Windows, and a few Linux distros).


=My code contributions=
=My code contributions=
Line 99: Line 99:
*[http://eeshell.sourceforge.net/ EEShell2] -- a replacement shell for 32-bit Windows
*[http://eeshell.sourceforge.net/ EEShell2] -- a replacement shell for 32-bit Windows
*[http://sourceforge.net/apps/mediawiki/igrokya/ IgrokYa] -- a file type identifier (like file(1); originally part of Proxlat (below))
*[http://sourceforge.net/apps/mediawiki/igrokya/ IgrokYa] -- a file type identifier (like file(1); originally part of Proxlat (below))
**I've been working on this one recently; pretty close to an alpha release, I think
**I've been working on this one recently; <s>pretty close to an alpha release, I think</s>
*[http://sourceforge.net/projects/kanjifinder/ KanjiFinder] -- a tool to help English-speaking users find Japanese [[wp:kanji|kanji]]
*[http://sourceforge.net/projects/kanjifinder/ KanjiFinder] -- a tool to help English-speaking users find Japanese [[wp:kanji|kanji]]
**data files nowhere near complete
**data files nowhere near complete
Line 111: Line 111:


=Quote of the Day=
=Quote of the Day=
Be a yardstick of quality.
<blockquote>Placing the words "tutorial" in the same article as:
Some people aren't used to an environment where excellence is expected.
<lang c>if (0<--(ent_m[*y+dy][*x+dx]->hp))</lang>
-- Steve Jobs (R.I.P.)
makes my brain hurt.</blockquote>

Revision as of 03:36, 7 October 2011

If it's not listed, it's read-only... at best
Language Proficiency
BASIC My preferred language family
PowerBASIC My overall favorite BASIC,
and my overall-preferred IDE
REALbasic What I use for Linux GUI
FreeBASIC What I use for Linux-everything-else
Visual Basic What I use for Windows GUI... for now
QuickBASIC My preferred DOS IDE
Batch File Somewhere between "decent" and "good"
UNIX Shell Nowhere near as good as I need to be
C I often write in BASIC, then translate
VBScript I'm... okay...
PHP Still learning
WeiDU Still learning
Assembly Read-only, for the most part
Pascal Read-only, for the most part
Ruby Read-only, for the most part
GML Minimal knowledge
Visual Basic .NET Minimal knowledge
Befunge Shrug
Not My Favorite Languages
Languages Reasons
QB64 Bloat, unnecessary library requirements,
weird C++ code generation.
Definitely not ready for prime time.
Liberty Basic I have my reasons; let's leave it at that.

Somewhat obviously, my name is Erik Siers. I'm one of the BASIC cheerleaders on RC. (I can do other languages, but I prefer BASIC by a lot.)

I've been working on a VB4/5/6-to-ANSI-C/C++ translator for a while. A long while -- first got the idea several years ago. No released code as yet, but it's progressing... slowly. Really slowly. One problem is that I'm writing it in VB6, so that it can translate itself (a Self-hosting compiler). I also need to do it without using any API calls whatsoever. (Not that hard, but I've already had to kick myself a few times.)

(Another problem is that I have very little motivation to actually work on this project.)

I could use some help, actually. Anyone familiar with non-.Net Visual Basic, C, or (especially) C++ would be very much appreciated. If you wanna join the party, drop me a line.

Current events

I'm considering learning Lisp, or perhaps Scheme, or maybe Smalltalk or Prolog. This is meant to be a "career-enhancing" move, not a "for the hell of it" thing. Any advice or suggestions? (On my talk page, please.)

Operating Systems

I use a lot of OS's:

I also toy around with numerous other operating systems under emulation (too many to list, but including every 32-bit version of Windows, and a few Linux distros).

My code contributions

Unless otherwise specifically indicated, I disclaim any rights I might have to any code that I have posted to Rosetta Code, and assign any appropriate copyright to Michael Mol. (Everything posted to RC is automatically covered by the GNU FDL anyway.) This specifically applies to code that I have posted. Other people's code that I have made changes to belongs to them, not me, and I disclaim any rights I might have to those changes.

So far, I've only created a single task -- Sorting algorithms/Pancake sort -- but I have ideas for a few more.

REALbasic

It should be noted that all REALbasic examples that I've written (which can be found by looking through my user contributions page) were written in REALbasic 5.5.5, which is several years old. (For comparison, this might be considered somewhat akin to writing in C90 instead of C99 (or C1X), or writing for the original VB.Net instead of VB2010 -- my examples will probably work under modern versions... but they might not. YMMV.)

Unsorted Code

Some stuff that I wanted to put up here, but don't have any idea how to categorize (or else they don't fit any one category very well, or whatever).

Links

I put up my programming links on their own page. Have fun.

This is my Wikipedia user page.

This is my Sourceforge profile.

Sorting

Some neat pages that graphically display various sorting algorithms.

My Sourceforge projects

  • EEShell2 -- a replacement shell for 32-bit Windows
  • IgrokYa -- a file type identifier (like file(1); originally part of Proxlat (below))
    • I've been working on this one recently; pretty close to an alpha release, I think
  • KanjiFinder -- a tool to help English-speaking users find Japanese kanji
    • data files nowhere near complete
  • Proxlat -- a general-purpose binary translator
    • effectively abandoned as freakin' impossible
  • QuickRun a simple program launcher (started as part of EEShell2)
  • Visible -- a Visual Basic-to-C/C++ translator
    • work stalled
  • Erik's tools -- a small handful of tiny utilities I wrote
    • I really need to update this one...

Quote of the Day

Be a yardstick of quality.
Some people aren't used to an environment where excellence is expected.
 -- Steve Jobs (R.I.P.)