User:Eriksiers: Difference between revisions

From Rosetta Code
Content added Content deleted
(time to make the doughnuts...)
(update)
Line 20: Line 20:
{{mylang|Befunge|Shrug}}
{{mylang|Befunge|Shrug}}
{{mylangend}}
{{mylangend}}

<!-- {{notmylangbegin}}
{{Notmylang|QB64|Bloat, unnecessary library requirements,<BR>''weird'' C++ code generation.<BR>Definitely not ready for prime time.}}
{{Notmylang|Liberty Basic|I have my reasons; let's leave it at that.}}
{{mylangend}} -->


[[File:Eriksiers avatar.jpg|right|thumb|Don't I look happy?]]
[[File:Eriksiers avatar.jpg|right|thumb|Don't I look happy?]]


Somewhat obviously, my name is Erik Siers. I'm one of the [[:Category:BASIC|BASIC]] cheerleaders on RC. (I can do other languages, but I prefer BASIC by a lot.) I'm in and out of here on no regular schedule -- I might contribute a few times a week for several months, then disappear completely for several more.
Somewhat obviously, my name is Erik Siers. I'm one of the [[:Category:BASIC|BASIC]] cheerleaders on RC. (I can do other languages, but I prefer BASIC by a lot.) I've been a member of RC for a long time -- I created my account on August 5th, 2009 -- but I am not one of the original crew, not by a few years. I don't really do any edits any more; my last meaningful edit (besides this page) was in mid-2018.


=Current events=
=Current events=


I've restarted my Visible project. (Link below.) It's now divided into 2 sub-projects, a [[:Category:Visual Basic|VB]]-to-[[:Category:C++|C++]] translator, and a [[QuickBASIC|QB]]-to-[[:Category:C|C]] translator. (I haven't changed the SF.net page yet.) I'd appreciate some help, if anyone has any interest -- doing this as a one-man show has been an exercise in futility.
I've restarted my Visible project. (Link below.) It's now divided into 3 sub-projects, a [[:Category:Visual Basic|VB]]-to-[[:Category:C++|C++]] translator, a [[QuickBASIC|QB]]-to-[[:Category:C|C]] translator, and a VB-to-[https://www.appgamekit.com/ AppGameKit] translator. I'd appreciate some help, if anyone has any interest -- doing this as a one-man show has been an exercise in futility.


'''''Previously:'''''
'''''Previously:'''''
Line 38: Line 33:
Someone remind me to do some work on [[wp:Rocky Mountain BASIC|Rocky Mountain BASIC]]. And [[wp:BCX|BCX]]. [[:Category:Visual language|Visual languages]] could use work.
Someone remind me to do some work on [[wp:Rocky Mountain BASIC|Rocky Mountain BASIC]]. And [[wp:BCX|BCX]]. [[:Category:Visual language|Visual languages]] could use work.


On the other hand, I need to do some [[wp:MIPS|MIPS]] work. And [[:Category:Kotlin|Kotlin]] (edit: and [[:Category:APL|APL]]) interests me.
<s>On the other hand, I need to do some [[wp:MIPS|MIPS]] work. And [[:Category:Kotlin|Kotlin]] (edit: and [[:Category:APL|APL]]) interests me.</s>


=Operating Systems=
=Operating Systems=
Line 44: Line 39:
I use a lot of OS's, depending on which physical system we're talking about...
I use a lot of OS's, depending on which physical system we're talking about...


My workstation:
*[[wp:Windows 7|Windows 7]]
My tablet:
My tablet:
*[[wp:Windows 10|Windows 10]]
*[[wp:Windows 10|Windows 10]]
My Mac:
My Mac:
*[[wp:Mac OS X Snow Leopard|Mac OS X Snow Leopard]] (well... Actually, Slax right now. HDD died and I don't have an OS install disk.)
*[[wp:Mac OS X Snow Leopard|Mac OS X Snow Leopard]]


I also toy around with numerous other operating systems under emulation. If it's freely available, I probably have it installed.
I also toy around with numerous other operating systems under emulation. If it's Windows, or it's freely available, I probably have it installed.


=My code contributions=
=My code contributions=
Line 55: Line 52:
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 [[User:Short Circuit|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. (See [[Rosetta Code:Copyrights]] for RC's copyright policy.)
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 [[User:Short Circuit|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. (See [[Rosetta Code:Copyrights]] for RC's copyright policy.)


I've only created a single task, [[Sorting algorithms/Pancake sort]], and I think it's unlikely that I'll create any more at this point.
*My very first RC edit was adding [[BASIC]] to the task [[Convert an integer into words]] (now [[Number names]]).
*My 100th edit was creating the [[QuickBasic]] -&gt; [[QuickBASIC]] redirect page.
*My 250th edit was creating the [[Windows Scripting Host]] -&gt; [[Windows Script Host]] redirect page.
*My 500th edit was re-adding the [[Template:Implementation|implementation template]] to [[PowerBASIC Console Compiler]]. (Sigh.)
*My 1000th edit was moving [[XOR Pattern]] to [[Munching squares]].
(I stopped keeping track of how many edits I've done several years ago.)

So far, I've only created a single task, [[Sorting algorithms/Pancake sort]].


===REALbasic===
===REALbasic===


It should be noted that all [[:Category:REALbasic|REALbasic]] examples that I've written (which can be found by looking through [[Special:Contributions/Eriksiers|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 [[wp:C90 (C version)|C90]] instead of the current standard, or writing for the original [[:Category:Visual Basic .NET|VB.Net]] instead of VB2010 -- my examples will ''probably'' work under modern versions... but they might not. [http://www.catb.org/~esr/jargon/html/Y/Your-mileage-may-vary.html YMMV.])
It should be noted that all [[:Category:REALbasic|REALbasic]] examples that I've written (which can be found by looking through [[Special:Contributions/Eriksiers|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 [[wp:C99|C99]] instead of the current standard, or writing for the original [[:Category:Visual Basic .NET|VB.Net]] instead of the current release -- my examples will ''probably'' work under modern versions... but they might not. [http://www.catb.org/~esr/jargon/html/Y/Your-mileage-may-vary.html YMMV.])


===Unsorted Code===
===Unsorted Code===
Line 123: Line 113:


=Quote of the Day=
=Quote of the Day=
I wish I had started with assembly... or C... or anything other than BASIC,
The brain is so used to filling in gaps that
really. That way, it would've been "Wow, BASIC is so much easier!" rather
we accept what it hands us without question.
than "Wow, everything else is SO MUCH HARDER!"

Revision as of 20:37, 15 June 2020

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
FreeBASIC The compiler I actually use for almost everything
Visual Basic What I use for Windows GUI... for now
VBA Where I do most of my paying work
QuickBASIC My preferred DOS IDE
REALbasic Nice language, but I don't use it for much.
Batch File Somewhere between "okay" and "decent"
UNIX Shell Nowhere near as good as I need to be
C I usually write in BASIC, then translate
VBScript I'm... okay...
Pascal Read-only, for the most part
Assembly Read-only
PHP Minimal knowledge
GML Minimal knowledge
Befunge Shrug
Don't I look happy?

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 a member of RC for a long time -- I created my account on August 5th, 2009 -- but I am not one of the original crew, not by a few years. I don't really do any edits any more; my last meaningful edit (besides this page) was in mid-2018.

Current events

I've restarted my Visible project. (Link below.) It's now divided into 3 sub-projects, a VB-to-C++ translator, a QB-to-C translator, and a VB-to-AppGameKit translator. I'd appreciate some help, if anyone has any interest -- doing this as a one-man show has been an exercise in futility.

Previously:

Someone remind me to do some work on Rocky Mountain BASIC. And BCX. Visual languages could use work.

On the other hand, I need to do some MIPS work. And Kotlin (edit: and APL) interests me.

Operating Systems

I use a lot of OS's, depending on which physical system we're talking about...

My workstation:

My tablet:

My Mac:

I also toy around with numerous other operating systems under emulation. If it's Windows, or it's freely available, I probably have it installed.

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. (See Rosetta Code:Copyrights for RC's copyright policy.)

I've only created a single task, Sorting algorithms/Pancake sort, and I think it's unlikely that I'll create any more at this point.

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 C99 instead of the current standard, or writing for the original VB.Net instead of the current release -- 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. They haven't been updated in quite a while, though.

This is my Wikipedia user page.

This is my Sourceforge profile.

This is what passes for my home page... not that I actually do anything with it. (Never even finished writing the pages; just kind of stopped halfway through...)

This is a short essay about why I use my real name as my username instead of remaining anonymous or using a pseudonym (on my Wikipedia user page).

Sorting

Some pages that graphically display various sorting algorithms.

My Sourceforge projects

  • EEShell2 -- a replacement shell for 32-bit Windows
    • Haven't worked on this for several years. Not really meant for NT6+. (Even has some oddities under XP.) Effectively abandoned.
  • IgrokYa -- a file type identifier (like file(1); originally part of Proxlat (below))
    • Not quite abandoned. I have intentions of restarting this one from scratch.
  • KanjiFinder -- a tool to help English-speaking users find Japanese kanji
    • Program's done, but data files are nowhere near complete. Effectively abandoned.
  • Proxlat -- a general-purpose binary translator
    • Abandoned as impossible. I might restart this with a narrower scope in the near-ish future.
  • QuickRun -- a simple program launcher (started as part of EEShell2)
  • Visible -- a Visual Basic-to-C++ translator
    • Restarted! Help wanted!
  • Erik's tools -- a small handful of tiny utilities I wrote some time ago

Quote of the Day

I wish I had started with assembly... or C... or anything other than BASIC,
really. That way, it would've been "Wow, BASIC is so much easier!" rather
than "Wow, everything else is SO MUCH HARDER!"