branches with status:
Name Status Last Modified Last Commit
lp:~psmay/+junk/pk2-piculear-conversion-tools 1 Development 2014-03-03 16:17:03 UTC
9. Added `script-command-table.pl` to he...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2014-03-03 16:17:03 UTC

Added `script-command-table.pl` to help conversion from script data to mnemonics.

lp:~psmay/+junk/psmay-gedasymbols 1 Development 2013-11-25 18:50:30 UTC
4. 74LVC[H]1T45 dual supply translating ...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2013-11-25 18:50:30 UTC

74LVC[H]1T45 dual supply translating transceiver, 3-state

lp:~psmay/+junk/piculear-arduino.dev 1 Development 2013-09-05 21:43:24 UTC
3. * Started hostProtocol.ino. * Added v...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2013-09-05 21:43:24 UTC

* Started hostProtocol.ino.
* Added vim modelines.

lp:~psmay/+junk/ardpicprog-add54 1 Development 2013-08-30 19:32:48 UTC
36. Beginning of additions to setup as ne...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2013-08-30 19:32:48 UTC

Beginning of additions to setup as needed for 16F54 and the rather similar 10F2XX MCUs. Nothing is tested, but existing code should not be affected.

lp:xhtml-to-html5 1 Development 2013-06-12 15:49:17 UTC
2. Nitpick

Author: Peter S. May <http://psmay.com>
Revision Date: 2013-06-12 15:49:17 UTC

Nitpick

lp:~psmay/+junk/perl-socket-mux-poc 1 Development 2013-05-24 20:40:00 UTC
3. Some serious progress! To ease assoc...

Author: Peter S. May <http://psmay.com>
Revision Date: 2013-05-24 20:40:00 UTC

Some serious progress!

To ease associating handles with buffers, a system is used to produce a
bidirect ional mapping between handles and string keys. At the moment
it's terribly stupid in that it simply uses the `fileno`, and if we
decide to stick with that idea (which wouldn't be insane since that's
how `select` is modeled) there are implementations that don't involve so
much unnecessary abstraction.

Parts of this code are intended to make it easy for the action to take
place on a console, including a bit where stdin on the server is
broadcast to all currently open sockets. The eventual product will use
an efficient binary format, and packets given on input will only be
forwarded to the socket to which they are addressed (if in fact they are
forwarded at all—the server will also accept other commands that don't
correspond to output).

lp:~psmay/+junk/passe 1 Development 2013-05-02 21:12:26 UTC
12. Closeable fifo stuff.

Author: Peter S. May <http://psmay.com>
Revision Date: 2013-05-02 21:12:26 UTC

Closeable fifo stuff.

lp:~psmay/+junk/java-iomux 1 Development 2013-04-23 00:23:45 UTC
12. Changed iomux to streammux to clarify...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2013-04-23 00:23:45 UTC

Changed iomux to streammux to clarify that this has nothing to do with Java's IO multiplexing, which means something completely different.

lp:~psmay/+junk/coffee-clock-face-resolver 1 Development 2013-01-14 17:19:54 UTC
3. Just found out that .set*FullYear() a...

Author: pmay
Revision Date: 2013-01-14 17:19:54 UTC

Just found out that .set*FullYear() and .set*Hours() accept sub-time parameters. Used this information to avoid special-casing for two-digit years.

lp:~psmay/+junk/graut.dev 1 Development 2012-12-01 04:03:21 UTC
14. Entire project updated to use the new...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-12-01 04:03:21 UTC

Entire project updated to use the new generated model rather than the hand-coded one, which has been discarded.

lp:~psmay/+junk/prasky-antlr.dev 1 Development 2012-11-09 03:18:03 UTC
3. Finally implemented heredocs! Serious...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-11-09 03:18:03 UTC

Finally implemented heredocs!
Seriously, nearly everything changed. Examine the diff.

lp:~psmay/+junk/prasky.dev 1 Development 2012-10-28 20:04:11 UTC
5. Parser reworked as language evolves. ...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-10-28 20:04:11 UTC

Parser reworked as language evolves. sample1.txt and sample2.c reflect some of these changes. praskyRunner.coffee outputs close enough to XML that xmllint can be used to study the output.

lp:~psmay/+junk/xml-targeting-c 1 Development 2012-08-14 20:17:16 UTC
5. Converted to unix line endings.

Author: Peter S. May <http://psmay.com>
Revision Date: 2012-08-14 20:17:16 UTC

Converted to unix line endings.

lp:~psmay/+junk/cifl-antlr.dev 0 Experimental 2012-07-09 17:55:46 UTC
12. The start rule now reflects a whole f...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-07-09 17:55:46 UTC

The start rule now reflects a whole file.

lp:~psmay/+junk/cifl-externs-xslt.dev 1 Development 2012-06-06 15:41:31 UTC
2. * Changed h2cifl to accept a header n...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-06-06 15:41:31 UTC

* Changed h2cifl to accept a header name and its localness ("" vs <>) instead of reading from stdin. These are currently hardcoded.
** This information is used to default the namespace of the generated externs and provide @header and @headerLocal annotations to direct Cifl what to import to make a given identifier available.
* Most identifiers for the C entities themselves are now just placed in Cifl.C.Unknown (intended to be a special-cased non-mangle namespace) rather than having a @nomangle annotation.
* C types that are already given exact equivalents in Cifl are remapped to those equivalents (e.g. Cifl.lang.ulong rather than Cifl.C.Unknown.`unsigned long`).

lp:~psmay/+junk/mem-keeper 1 Development 2012-05-10 18:41:48 UTC
1. Initial

Author: Peter S. May <http://psmay.com>
Revision Date: 2012-05-10 18:40:47 UTC

Initial

lp:~psmay/+junk/cyg-ini-reader 0 Experimental 2012-05-08 21:03:28 UTC
6. * Makefile x-clear target now include...

Author: Peter S. May <http://psmay.com>
Revision Date: 2012-05-08 21:03:28 UTC

* Makefile x-clear target now includes .*ignore.

lp:~psmay/+junk/gtksourceview-styles 1 Development 2012-04-26 00:38:00 UTC
1. Initial

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-04-26 00:33:27 UTC

Initial

lp:~psmay/+junk/nanojson 1 Development 2012-02-21 21:23:54 UTC
3. Ob Utility class for writing JSON-is...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2012-02-21 21:23:54 UTC

Ob
 Utility class for writing JSON-ish structures in straight Java without too much mess.

SequencePreservingComparator
 A comparator that keeps a log of the order in which values were added to a map or set.

SequencePreservingMap
 A shim over an existing SortedMap that triggers the SequencePreservingComparator on changes.

SequencePreservingTreeMap
 SequencePreservingMap implemented over a TreeMap.

lp:~psmay/+junk/honcho-geshi-syntax 1 Development 2011-06-22 15:13:20 UTC
2. Changed script to a generator; this i...

Author: Peter S. May
Revision Date: 2011-06-22 15:13:20 UTC

Changed script to a generator; this is pre-5.3 PHP anonymous functions aren't possible, and the script broke when sourced twice. This produces the same structure. Any barewords starting with GESHI_ that are converted to strings are dequoted before output.

lp:~psmay/+junk/honcho-poc-scala 1 Development 2011-06-13 21:05:11 UTC
6. BROKEN - Committed mid-thought

Author: Peter S. May <http://psmay.com/>
Revision Date: 2011-06-13 21:05:11 UTC

BROKEN - Committed mid-thought

lp:~psmay/+junk/honcho-poc-js 1 Development 2011-06-08 19:49:43 UTC
6. * context.js * processor.js * relayma...

Author: Peter S. May
Revision Date: 2011-06-08 19:49:43 UTC

* context.js
* processor.js
* relaymap.js
 Implementation now supports the resolve directive. It's done very unautomatically and the mechanism should be generalized to operator signatures specified in data instead of code. But it's something.

lp:~psmay/+junk/mini-scala-antlr 1 Development 2011-05-27 18:18:09 UTC
4. * Scala.g Apparently I wasn't done d...

Author: Peter S. May
Revision Date: 2011-05-27 18:18:09 UTC

* Scala.g
 Apparently I wasn't done disambiguating the grammar. More syntactic predicates, most of which are the most braindead ones possible (i.e. the parser will probably spend a lot of time backtracking). Still not actually tested for correctness.

lp:~psmay/+junk/win-vim-xsl-kit 1 Development 2011-04-26 14:53:32 UTC
5. * strip-useless-attributes.xsl Modif...

Author: Peter S. May
Revision Date: 2011-04-26 14:53:32 UTC

* strip-useless-attributes.xsl
 Modified to only strip attributes from HTML elements so that similar attributes on custom elements will be spared.

lp:~psmay/+junk/mskp-parser.dev 1 Development 2011-01-14 14:30:57 UTC
30. * MskpWalkerSecond.g Fixed second wa...

Author: Peter S. May
Revision Date: 2011-01-14 14:30:57 UTC

* MskpWalkerSecond.g
 Fixed second walker to actually succeed in parsing the product of the first. At first glance the result is accurate. The parsing is very slow, probably due in some part to the fact that it has to perform recursive syntactic predicates to a somewhat deep level. Optimization will come later.

lp:~psmay/+junk/modu.exp.dev 1 Development 2010-12-15 19:26:34 UTC
5. BROKEN. Still in progress.

Author: Peter S. May
Revision Date: 2010-12-15 19:26:34 UTC

BROKEN.
Still in progress.

lp:~psmay/+junk/hg-js-microlibs 1 Development 2010-11-08 19:13:40 UTC
4. * one-shot.js: Executes a queue of fu...

Author: Peter S. May
Revision Date: 2010-11-08 19:13:40 UTC

* one-shot.js: Executes a queue of functions after a one-time trigger.

lp:~psmay/+junk/risle.exp.dev 1 Development 2010-11-07 16:21:35 UTC
11. * examples: sx. * examples/modules.js...

Author: Peter S. May
Revision Date: 2010-11-07 16:21:35 UTC

* examples: sx.
* examples/modules.js: Doc on how to set up home and modules.
* Makefile: Added variable to make changing the default home dir simpler.

lp:~psmay/+junk/zerolib.dev 1 Development 2010-10-27 02:46:45 UTC
19. Have done most of the work of separat...

Author: Peter S. May
Revision Date: 2010-10-27 02:46:45 UTC

Have done most of the work of separating the proto defs of the major classes from their utility subtypes. Mapping is no longer a full class, since it is more natural as a function. mapFunctions now have a nice wrapper that normalizes all normal responses into Iterables.

lp:~psmay/+junk/tree-maker.dev 1 Development 2010-10-15 14:50:58 UTC
12. * forest.coffee: Added workable fores...

Author: Peter S. May
Revision Date: 2010-10-15 14:50:58 UTC

* forest.coffee: Added workable forest-level toString which produces a pseudo-JSON tree of the nodes. The keys of the objects default to the .toString() on the node itself (which now defaults to the keyforest key). An alternative stringifier can be passed to toString; if this function always produces a properly escaped JavaScript quoted string, then the output actually becomes JSON-compatible (though parsing it may not preserve child order).
* keyforest.coffee: Added different forest-level toString which should produce JSON-compatible objects most of the time (parsing may not preserve child order).
* general-tests.js: Tests added for new toStrings.

lp:~psmay/+junk/hgk-util-java 1 Development 2010-08-26 21:36:47 UTC
27. * FastRefMemoBox.java: Minor initiali...

Author: Peter S. May
Revision Date: 2010-08-26 21:36:47 UTC

* FastRefMemoBox.java: Minor initialization fix

lp:~psmay/+junk/ixan-jest 1 Development 2010-08-24 21:56:50 UTC
4. See diff.

Author: Peter S. May
Revision Date: 2010-08-24 21:56:50 UTC

See diff.

lp:~psmay/+junk/log-console.dev 1 Development 2010-08-24 14:02:55 UTC
3. * build.xml: Now optionally imports a...

Author: Peter S. May
Revision Date: 2010-07-12 14:12:54 UTC

* build.xml: Now optionally imports a file "using-doclet.xml" to change the doclet used for javadoc.
* base.properties: Now specifies the default dist.doc.doclet.path (empty).
* base.xml: Supports the dist.doc.doclet.path property again. dist.lib target now creates its directory even if empty (so that dist.doc can run). A new target dist-nodoc builds everything except the docs.

lp:~psmay/+junk/hgk-launcher-bootstrap 1 Development 2010-07-23 19:37:15 UTC
1. Initial

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-07-23 19:35:55 UTC

Initial

lp:~psmay/+junk/findhome 1 Development 2010-07-13 01:46:29 UTC
1. Initial

Author: Peter S. May
Revision Date: 2010-07-13 01:42:32 UTC

Initial

lp:~psmay/+junk/crypt-random-bigint 1 Development 2010-05-25 18:36:23 UTC
1. Initial, based on Crypt::Random 1.25....

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-05-25 18:35:43 UTC

Initial, based on Crypt::Random 1.25. Already seems to work.

lp:~psmay/ixan/publish-pods 1 Development 2010-05-04 21:24:15 UTC
28. * UStrings.pm is a new Perl module th...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-05-04 21:24:15 UTC

* UStrings.pm is a new Perl module that registers a whole slew of unicode char/string extension functions. Their implementation is straightforward enough that I don't feel terrible implementing the extension... Not yet tested.
* ustrings.xsl is an XSLT sheet that cleans up the interface to the extensions in UStrings.pm. Not yet tested.
* htmlify.pl: Now loads UStrings.pm.
* to-html.xsl: Now loads ustring.xsl.

lp:~psmay/+junk/xpod 1 Development 2010-05-03 23:29:22 UTC
2. * Parser.pm.old: Should not have been...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-05-03 23:29:22 UTC

* Parser.pm.old: Should not have been committed in the first place
* Parser.pm: Positive progress toward producing our desired object format. Changes too expansive to bother listing. Check the diff.
* StringIO.pm: Deals with newlines in a more XMLish way.

lp:~psmay/+junk/ixan-rnc-dev 1 Development 2010-04-26 21:21:08 UTC
11. * ParserMetadata.pod: See POD. * Spec...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-04-26 21:21:08 UTC

* ParserMetadata.pod: See POD.
* Spec.pod: Permissions.

lp:~psmay/+junk/ixan-pseudo-grammar (Linked to a blueprint) 1 Development 2010-04-26 15:31:08 UTC
7. * pseudo-grammar.txt: Added a catch-a...

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-04-26 15:31:08 UTC

* pseudo-grammar.txt: Added a catch-all RESERVED rule to catch lines whose substance starts with ? but doesn't already have a meaning. Changed ITEM and ISO_ITEM_SUBSTANCE after working out a DFA on paper and determining a slightly less ambiguous pattern.

lp:~psmay/+junk/js-multimap 1 Development 2010-04-13 16:35:32 UTC
1. Initial

Author: Peter S. May <http://psmay.com/>
Revision Date: 2010-04-13 15:16:03 UTC

Initial

141 of 41 results