strotmann.de
Strotmann.de
http://strotmann.de/roller/cas/category/Personal
Monday Oct 10, 2011. 42 - there are no questions only answers ? There are no answers, only questions. And we're all strangers to the truth. But in my mind's eye. I have found the reason why. And I carry the burden of the proof. No Answers Only Questions/Alan Parsons Project. Posted at 09:39AM Oct 10, 2011. By Carsten in Personal. Tuesday Sep 13, 2011. Server on the road. Thanks to the nice people from st-oneline. The move has been smooth experience. Posted at 09:10PM Sep 13, 2011. By Carsten in Personal.
strotmann.de
Cloning MacOS X from Linux : Strotmann.de
http://strotmann.de/roller/cas/entry/cloning_macos_x_from_linux
Laquo; One-Liner: dump. Wednesday May 08, 2013. Cloning MacOS X from Linux. I just finished to work out a way to clone a MacOS X installation from Linux (for automatic installation of MacOS X with fai - fully automatic installation. All tools discussed in the article are available in Debian. First we save the GUID (Globally Unique Identifier) Partition Table (GPT), so that we can restore the same partition table on the target machine. We use the commandline version of. For this, named. Is the target disk...
strotmann.de
amForth Morse Code : Strotmann.de
http://strotmann.de/roller/cas/entry/amforth_morse_code
Laquo; Vortrag BLIT Potsdam. Sunday Nov 06, 2011. Konfiguration der Arduino Pins und die Basis-Wörter des Morse-Programms. Dieser Teil wird für jedes der drei Morse-Programme benutzt:. Do bz low 1ms bz high 1ms loop ; Warten ohne Ton : gap ( cycles - ) 0? Do bz high 1ms bz high 1ms loop ; LED fuer 3ms blinken lassen : blink ( cycles - ) led1 high 0? Die erste Implementierung ist sehr gradlinig mit einem Forth-Wort für jeden Morse-Buchstaben und einer grossen IF-THEN Konstruktion im Hauptteil:. Morse-Code...
strotmann.de
Strotmann.de
http://strotmann.de/roller/cas/category/Programming
Wednesday Jun 15, 2011. Batch rotate and image processing in GIMP. Script-Fu scheme snippet will take a file wildcard pattern ("*.JPG") and an rotate-type value (0 = 90° / 1 = 180° / 2 = 270°), level out the colors in the picture and save the changed image as a PNG. Define (batch-rotate pattern rotate-type) (let* ( filelist (cadr (file-glob pattern 1) ) (while (not (null? Filename (strbreakup filename ".") (set! Filename (butlast filename) (set! Filelist (cdr filelist) ) ). Rotate.sh "*.JPG" 0. ABBUC Reg...
strotmann.de
amForth Hex-Dateien für Arduino Boards : Strotmann.de
http://strotmann.de/roller/cas/entry/amforth_hex_dateien_für_arduino
Laquo; Terminal Emulatoren. Wednesday Dec 28, 2011. AmForth Hex-Dateien für Arduino Boards. Eine komplette Toolchain zum Kompilieren von amForth aufzubauen ist eine grosse Einstiegshürde (wine, AvrStudio .), speziell wenn, wie im Falle von amForth, nicht-freie Bestandteile aus dem ATMEL SDK besorgt werden müssen. Dies ist speziell unter Linux und MacOS X doch recht aufwendig. Download: amForth Hexfiles für Arduino. Posted at 06:19PM Dec 28, 2011. By Carsten in Forth. On January 05, 2012 at 10:33 PM CET #.
strotmann.de
Strotmann.de
http://strotmann.de/roller/cas/category/Emacs
Tuesday May 24, 2011. Changing the encoding in Emacs. Department: To change the text encoding of a file in Emacs, load the file and then press. CTRL X RET f encoding. Where encoding can be values like utf-8. Posted at 12:45PM May 24, 2011. By Carsten in Emacs. 6502 Lane - Life at 1.023MHz. ABBUC Regionalgruppe Frankfurt Homepage. ATARI Programmers Group Wiki. Atari Bit Byter User Club. Lasse Kaumhaar (Reindeer and Mead).
strotmann.de
amForth auf den Arduino Duemilanove aufspielen : Strotmann.de
http://strotmann.de/roller/cas/entry/amforth_auf_den_arduino_duemilanove
Laquo; amForth Morse Code. Monday Dec 12, 2011. AmForth auf den Arduino Duemilanove aufspielen. Wie bekommt man das amForth auf den Arduino Duemilanove um das Morse-Programm laufen zu lassen. Dies sind die Schritte die ich für jedes Arduino-Board vor Beginn eines Workshops durchführe:. Schritt 1: den Programmer an das Arduino Board anschliessen. Ich benutze einen avrisp MKII Programmer. Ca 30 Euro) um den Arduino neu zu programmieren. Schritt 2: Die "fuses" setzen. Geschrieben werden die Fuses mit avrdude.
strotmann.de
One-Liner: dump screens from a Forth block file : Strotmann.de
http://strotmann.de/roller/cas/entry/one_liner_dump_screens_from
Laquo; FireBee Diary 2:. Cloning MacOS X from. Tuesday Apr 02, 2013. One-Liner: dump screens from a Forth block file. I occasionally need to convert Forth block files (from VolksForth) to plain text files (to use diff or other tools). This one-liner using gforth does the trick:. Bin/sh gforth -e "use ${1} : dump-blocks 0 do i list loop ; : blocks get-block-fid file-size drop d s 1024 / ; blocks dump-blocks bye". Save in a script file (dump-blocks), make it executable, and then you can use.
strotmann.de
Terminal Emulatoren für Forth Systeme über serielle USB-Schnittstellen (amForth) : Strotmann.de
http://strotmann.de/roller/cas/entry/terminal_emulatoren_für_forth_systeme
Laquo; amForth auf den. Wednesday Dec 14, 2011. Terminal Emulatoren für Forth Systeme über serielle USB-Schnittstellen (amForth). Screen ist der Allrounder unter den Terminal-Programmen. Eigendlich mehr ein Fenster-Manager für die Kommandozeile. Keine Konfiguration, einfach loslegen. Um den vollen Funktionsumfang ausnutzen zu können unbedingt einen Blick in die Man-Pages werfen. Screen in den unterbrechen mit "CTRL A-d". Screen beenden mit "CTRL A- ". Backspace / Delete mit "CTRL H". Or HELP for help....
strotmann.de
Strotmann.de
http://strotmann.de/roller/cas/category/Atari
Thursday Jan 17, 2013. FireBee Diary 2: from MC68000 to ColdFire. To get volksForth running on the FireBee, the machine code instructions that are available on the MC68000, but not in the ColdFire CPU need to be replaced with a series of instructions that perform the same action. I found the "Digger V8" dissassembler on Heenk Robbers webpage. OR immediate to CCR. OR immediate to Status Register. AND immediate to CCR. AND immediate to Status Register. EOR immediate to CCR. EOR immediate to Status Register.