See PDF here: http://hedmen.org/icestorm-doc/icestorm.pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; "Program for today" by Bruce Clark | |
; from http://forum.6502.org/viewtopic.php?t=1878 | |
; ported to Easy 6502 (https://skilldrick.github.io/easy6502/#first-program) | |
define P 1 | |
define M 0 | |
define Q 105 | |
define R 106 | |
*=$600 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'amazing: heavily optimized by m barry 4-30-98 | |
DEFINT A-Z: hmax = 25: vmax = 100: RANDOMIZE TIMER | |
DIM w(hmax + 1, vmax + 1): DEF fnr (t) = INT(RND * t) + 1 | |
PRINT "This program prints out a maze of dimensions up to"; hmax; "x"; vmax | |
PRINT "To get a copy of the maze be sure that you have the printer" | |
INPUT "activated before continuing. To start hit RETURN"; h | |
DO 'forever | |
DO 'get a legal set of dimensions | |
INPUT "width, length"; h, v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- - Catastrophic Failure (https://www.myth-weavers.com/showthread.php?t=389153) | |
Rodrigo Feb 7 '17 2:11am | |
Catastrophic Failure | |
On my part. | |
I've got a sheets backup from July 25 2016 restored. | |
I'm going to vomit, then hide for a bit and then get a postmortem up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collected from various places, will be duplication and circular references | |
http://users.telenet.be/kim1-6502/ | |
http://www.atarimagazines.com/ | |
http://speleotrove.com/acorn/ | |
http://www.cowsarenotpurple.co.uk/bbccomputer/index.html | |
http://stardot.org.uk/mirrors/www.bbcdocs.com/ | |
http://chrisacorns.computinghistory.org.uk/ | |
http://primrosebank.net/computers_ov.htm | |
http://oric.free.fr/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
html { | |
background: #dddddd; | |
background-image: | |
radial-gradient(rgba(221,221,221,0) 0%, rgba(221,221,221,0) 29%, #ffffff 31%, #ffffff 100%), | |
radial-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,.15) 31%, rgba(0,0,0,.15) 100%), | |
radial-gradient(rgba(221,221,221,0) 0%, rgba(221,221,221,0) 29%, #ffffff 31%, #ffffff 100%), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<i>Upside</i>, October 2001 <br><br> <p> In discussing the development of semiconductors in Silicon Valley, many roads originate with | |
Arnold Beckman, the man who hired William Shockley away from Bell Labs and brought him to the San Francisco Bay area to establish the Shockley Semiconductor Labs of Beckman Instruments (now Beckman Coulter). Semiconductors had been around for several decades - odd materials that had the ability to conduct electricity under certain conditions. They are, Gordon Moore says, "halfway between insulators and metals. The wonderful thing about semiconductors is that you can control the amount of their connectivity through introducing impurities."<p>Bell Labs, as the research arm for the Bell companies - owners of millions of electromechanical relays across the nation used in its telephone switching networks - was one of the most interested parties in semiconductors and their ability to conduct electrical currents. Bell executives had the foresight to hope that, one day, Bell could repl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DHALF.TXT | |
June 20, 1991 | |
Original name: DITHER.TXT | |
Original date: January 2, 1989 | |
===================================== | |
ORIGINAL FOREWORD BY LEE CROCKER |
OlderNewer