Skip to content

Instantly share code, notes, and snippets.

View handheldbreadcrumbs's full-sized avatar

handheldbreadcrumbs

View GitHub Profile
@handheldbreadcrumbs
handheldbreadcrumbs / debian-base-install.log
Created May 20, 2017 10:55
debian base system install with debootstrap
wolf@chswj:~$
wolf@chswj:~$ sudo debootstrap --variant=minbase --keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg --verbose --arch i386 etch $MY_CHROOT http://archive.debian.org/debian/
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id 7EA391D72477203B58C04FBCB5D0C804ADB11277)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
@handheldbreadcrumbs
handheldbreadcrumbs / archive.html
Created October 28, 2016 19:25 — forked from rey/archive.html
Archive page for my blerg
<section id="archive">
<h3>This year's posts</h3>
{%for post in site.posts %}
{% unless post.next %}
<ul class="this">
{% else %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
{% if year != nyear %}
</ul>
Does anyone have a copy of the AlphaSmart Dana emulator and/or sdk?
Reg Tiangha PRO 5:48pm, 24 December 2015
Long shot, but worth a try, I suppose.
I really want something like "Write or Die" for the Dana so I figured I may as well take a stab at coding a barebones one. After a couple of years of searching, I *finally* managed to stumble upon an archive of Palm programming tools (primarily, the Palm OS Developer Suite which works on Windows, and version 4.0 of the sdk along with prc-tools and other things that works on Linux) so I think I might have enough to start figuring out how to program for this thing, but it would be nice to have any Dana-specific tools that may have been developed and released in the past.
For example, I found reference to a Dana-specific version of the Palm OS emulator on this webpage:
www.nsbasic.com/palm/info/technotes/TN20.htm
But obviously, the link is dead and unfortunately was never archived on archive.org's Wayback Machine. I know it's a long shot, but would anyone here ha
mail-archive.com
How to use Dana SDK in Codewarrior 9???
There's some pretty good docs that ship with CW9. On my PC the docs are in
C:\Program Files\Metrowerks\CodeWarrior\CW for Palm OS Support\(Other
SDKs)\AlphaSmart\docs.
Programming for the Dana is pretty straightforward. You have to include a
wTap identifier resource to your project, which is documented in the Dana
Companion Guide. You can either use two different sets of forms, one for the
@handheldbreadcrumbs
handheldbreadcrumbs / install.log
Created October 1, 2016 09:19
ruby gems to be added to Gemfile
Installing RedCloth 4.2.9 with native extensions
Installing i18n 0.7.0
Installing json 1.8.3 with native extensions
Installing minitest 5.8.2
Installing thread_safe 0.3.5
Installing addressable 2.3.8
Installing blankslate 2.1.2.4
Installing fast-stemmer 1.0.2 with native extensions
Installing coffee-script-source 1.9.1.1
Installing execjs 2.6.0
#!/bin/bash
usage()
{
echo
echo "NAME"
echo " ${0##*/} - kickstart git"
echo
echo "SYNOPSIS"
echo " ${0##*/} EMAIL"