User:Bob-ca: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
(29 intermediate revisions by the same user not shown)
Line 11: Line 11:
I figured out there are no more [http://rosettacode.org/wiki/Special:Upload picture uploads] on this Rosettacode wiki anymore (sigh).
I figured out there are no more [http://rosettacode.org/wiki/Special:Upload picture uploads] on this Rosettacode wiki anymore (sigh).


===[http://rosettacode.org/wiki/Category:Web_Application Web Applications]===
==A few [[FreeBASIC]] programs==
*[https://www.jdoodle.com/execute-freebasic-online FreeBASIC] (at Jdoodle.com)
* [http://rosettacode.org/wiki/Hello_world/Graphical#FreeBASIC Hello World (Graphical)]
*[http://www.runbasic.com/ RunBasic] (at runbasic.com )
* [http://rosettacode.org/wiki/Draw_a_sphere#FreeBASIC Draw a Sphere]
*[http://www.quitebasic.com/ Quite BASIC] (at quitebasic.com)
* [http://rosettacode.org/wiki/Forest_fire#FreeBASIC Forest Fire]
*[[Microsoft Small Basic]] (Requires Microsoft Silverlight)
* [http://rosettacode.org/wiki/Conway%27s_Game_of_Life#FreeBASIC Conway's Game of Life]
*[[Scratch]] MIT Media Lab (requires Adobe Flash Player)
*[http://www.calormen.com/jsbasic/ Applesoft BASIC] (at calormen.com in Javascript)
*[http://www.6502asm.com/ 6502 compatible assembler] (at 6502asm.com, runs a javascript emulator)
*[https://www.jdoodle.com/python3-programming-online/ Python] (at Jdoodle.com)
*[http://www.compileonline.com/index.htm Compileonline.com] (YaBASIC, FreeBASIC and Many other languages)


===FreeBASIC programs===
===[[FreeBASIC]]===
*'''Example Programs'''
* [http://rosettacode.org/wiki/Category:FreeBASIC FreeBASIC Programs] (the category)
* [http://rosettacode.org/wiki/Category:Freebasic Freebasic Programs] Notice not all caps, and is another category!!
** [http://rosettacode.org/wiki/Hello_world/Graphical#FreeBASIC Hello World (Graphical)]
** [http://rosettacode.org/wiki/Draw_a_sphere#FreeBASIC Draw a Sphere]
** [http://rosettacode.org/wiki/Forest_fire#FreeBASIC Forest Fire]
** [http://rosettacode.org/wiki/Conway%27s_Game_of_Life#FreeBASIC Conway's Game of Life]


===Tasks not in FreeBASIC===
*'''Tasks not in FreeBASIC'''
* [http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_FreeBASIC Tasks not in FreeBASIC]
** [http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_FreeBASIC Tasks not in FreeBASIC]


*'''Just some FreeBASIC notes'''
==[[Run BASIC]]==
** [http://rosettacode.org/wiki/Category:FreeBASIC FreeBASIC Programs] (the category)
*===Example programs===
** [http://rosettacode.org/wiki/Category:Freebasic Freebasic Programs] Notice Basic is not in all caps, and is another category?! I guess they should be linked combined or redirected

===[[Run BASIC]]===
*'''Example programs'''
** [http://rosettacode.org/wiki/Archimedean_spiral#Run_BASIC Archimedean Spiral]
** [http://rosettacode.org/wiki/Archimedean_spiral#Run_BASIC Archimedean Spiral]
** [http://rosettacode.org/wiki/Barnsley_fern#Run_BASIC Barnsley Fern]
** [http://rosettacode.org/wiki/Barnsley_fern#Run_BASIC Barnsley Fern]
Line 32: Line 44:
** [http://rosettacode.org/wiki/Mandelbrot_set#Run_BASIC Mandelbrot Set]
** [http://rosettacode.org/wiki/Mandelbrot_set#Run_BASIC Mandelbrot Set]


*===Tasks not in Run BASIC===
*'''Tasks not in Run BASIC'''
** [http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Run_BASIC Tasks not in Run BASIC]
** [http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Run_BASIC Tasks not in Run BASIC]


==[[Quite BASIC]] example programs==
===[[Quite BASIC]]===
*'''Example programs'''
* [http://rosettacode.org/wiki/Hello_world/Text#Quite_BASIC Hello/Text]
* [http://rosettacode.org/wiki/Towers_of_Hanoi#Quite_BASIC Towers of Hanoi (Graphical)]
** [http://rosettacode.org/wiki/Hello_world/Text#Quite_BASIC Hello/Text]
* [http://rosettacode.org/wiki/Mandelbrot_set#Quite_BASIC Mandelbrot Set]
** [http://rosettacode.org/wiki/Towers_of_Hanoi#Quite_BASIC Towers of Hanoi (Graphical)]
** [http://rosettacode.org/wiki/Mandelbrot_set#Quite_BASIC Mandelbrot Set]
*'''Tasks not in Quite BASIC'''
** [http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Quite_BASIC Tasks not in Quite BASIC]

Latest revision as of 19:31, 28 May 2018

My Favorite Languages
Language Proficiency
Assembly Beginner
BASIC Beginner
C Beginner
FreeBASIC Beginner
Fortran Beginner
Quite BASIC Beginner
Run BASIC Beginner

I figured out there are no more picture uploads on this Rosettacode wiki anymore (sigh).

Web Applications

FreeBASIC

  • Just some FreeBASIC notes

Run BASIC

Quite BASIC