spectrum128.ru
Spectrum 128k: программирование, операционные системы, документация, игры
http://www.spectrum128.ru/index03.shtml
Программирование, операционные системы, документация, игры. Z80 Assembly Language Subroutines (.pdf). Не прошло и года, как я наконец выкладываю все номера газеты My Speccy Web Paper. Issue #00, #01, #02, #03, #04, #04 1, #05, #06. Включена поддержка ZX 128, GMX, ATM2, PROFI. Поправил часть мертвых ссылок, обновил Download. Посмотрел игрушку TIME GAL. Прорыв налицо. Можно сказать полнометражный мульт. Работает на ура, не тормозит, правда на разных cd приводах есть небольшие проблемы. Увидимся с теми, кто...
sam.speccy.cz
Links to Spectrum Advanced Machine Varieties
http://sam.speccy.cz/links.html
Rudy s divIDE, Disciple, D site. Seite von Scott-Falk Huehn ( divIDE Manager). MGT DOS filesystem description. Kio's Sinclair ZX Computers Archive. ZX Spectrum HW DIY site. ZX Spectrum 3e Homepage. ZX Spectrum SE Reference. ZX Spectrum 3 Zone. ZXS 128 Resource Centre. ZX Spectrum Open Source Web Project. ZX IF2 Resource Centre. BBC Basic ROM for Spectrum. Speccy HW in the 21st century. Chrome - ZX Spectrum Clone with D. Home of Speccy Cores. ZXS on Altera source code. ZX Poly (4 CPU). Atari STe in a chip.
laesq.blogspot.com
LaesQ: Quiet? Again?
http://laesq.blogspot.com/2014/10/quiet-again.html
The diary of a disturbed and mentally unstable 8bit musician, gfxian, non-coder, electronics hacker. Tuesday, October 14, 2014. Well, I noticed I've not posted anything for around 2 years! A lot can happen in two years, so I'd better get typing :). Subscribe to: Post Comments (Atom). View my complete profile. Awesome Inc. template. Template images by caracterdesign.
laesq.blogspot.com
LaesQ: March 2009
http://laesq.blogspot.com/2009_03_01_archive.html
The diary of a disturbed and mentally unstable 8bit musician, gfxian, non-coder, electronics hacker. Wednesday, March 11, 2009. Ok, another post to do with Shell/Bash scripting. This time I've been playing with joining multiple files into one big file. Here's the first script:. For file in `ls dump? Scr`; do cat $file outputfile; done. This gives me all the files that are returned from the ls command in one big file, outputfile. The next one is a little bit more complex:. Subscribe to: Posts (Atom).
laesq.blogspot.com
LaesQ: Adventures in LCD Part I
http://laesq.blogspot.com/2008/05/adventures-in-lcd-part-i.html
The diary of a disturbed and mentally unstable 8bit musician, gfxian, non-coder, electronics hacker. Tuesday, May 27, 2008. Adventures in LCD Part I. Ok, recently I sent a 3 Speccy to a guy who lives in Finland. The guy goes by the name of Mr Spiv (of Scoopex), who decided he'd try his hand at some Speccy coding. The Speccy got to him in one piece and appears to be working fine. Except for one minor problem, his LCD TV gives him a shite picture. So on to testing this nice new LCD TV. I hooked the Spe...
laesq.blogspot.com
LaesQ: Simple Shell/Bash RAR Renaming Script
http://laesq.blogspot.com/2008/12/simple-shellbash-rar-renaming-script.html
The diary of a disturbed and mentally unstable 8bit musician, gfxian, non-coder, electronics hacker. Sunday, December 21, 2008. Simple Shell/Bash RAR Renaming Script. Recently I ran into an issue using Mac OS X and RAR files. Using BetterZip I can use RAR files if. They are a single file or spilt using the .rar, .r00, .r01, etc naming convention. I happened to get hold of an archive that was named .001, .002, etc. For i in `ls -a *.0*`. NEWNUM="$(echo $EXTENSION sed 's/ 0*/ ')". NEWNUM="$( $NEWNUM -2) ".
laesq.blogspot.com
LaesQ: Shell/Bash File Combining
http://laesq.blogspot.com/2009/03/shellbash-file-combining.html
The diary of a disturbed and mentally unstable 8bit musician, gfxian, non-coder, electronics hacker. Wednesday, March 11, 2009. Ok, another post to do with Shell/Bash scripting. This time I've been playing with joining multiple files into one big file. Here's the first script:. For file in `ls dump? Scr`; do cat $file outputfile; done. This gives me all the files that are returned from the ls command in one big file, outputfile. The next one is a little bit more complex:. View my complete profile.