I hereby claim:
- I am
psmay
on github. - I am
psmay
(https://keybase.io/psmay) on keybase. - I have a public key whose fingerprint is
A0E6 3851 9ABB 112E 7303 DD91 7A2E 91FB 7885 DAFC
package us.hfgk.exp.sextetstream.demo; | |
import java.awt.BorderLayout; | |
import java.awt.LayoutManager; | |
import java.awt.event.KeyEvent; | |
import java.awt.event.KeyListener; | |
import java.awt.event.WindowEvent; | |
import java.awt.event.WindowListener; | |
import java.io.IOException; | |
import javax.swing.JFrame; |
#! /usr/bin/perl | |
use warnings; | |
use strict; | |
use 5.010; | |
use Carp; | |
# 1: Use arrow display (dance/techno) | |
# 0: Use generic display (other games) | |
my $use_dance_display = 1; |
I hereby claim:
psmay
on github.psmay
(https://keybase.io/psmay) on keybase.A0E6 3851 9ABB 112E 7303 DD91 7A2E 91FB 7885 DAFC
#!/usr/bin/perl | |
use warnings; | |
use strict; | |
use 5.010; | |
use WWW::Mechanize; | |
sub get_description { | |
my $count = shift; | |
my $padded_count = sprintf("%05d", $count); |
When the programmer is first turned on, it is in Limbo mode. This mode provides commands to switch to all of the other modes of the programmer. Additionally, it is specified such that the firmware may optionally implement human-enterable commands in the same mode. Host software should not assume the presence of such commands, but if provided they are available via serial monitor for testing purposes.
Each command in Limbo mode must be entered at the beginning of a line. Entry into Limbo mode marks the beginning of a line, as does any byte 0x0A (\n
) or 0x0D (\r
).
Minimal command set supported:
\n
or `\r` at beginning of line). These are no-ops and the programmer does not reply.\x1BMe\n
: Switch to extended mode. The programmer replies ok\n\n
before switching.