Chris Pressey

Results 19 issues of Chris Pressey

Hello. This is a useful resource. When reading the section on the Interface Segregation Principle it occurred to me that the code section could give a stronger and clearer example....

I noticed this and thought it would be a simple fix, but it turns out to be somewhat involved, so I'm opening this issue for it. The index view handles...

Bug
Ready to work on
Needs research
C: 2

In the vein of [Language survey 2016](https://github.com/NaNoGenMo/2016/issues/51), [Language survey 2015](https://github.com/dariusk/NaNoGenMo-2015/issues/17), and [Languages used in NaNoGenMo 2014](https://github.com/dariusk/NaNoGenMo-2014/issues/109), I've compiled this table: | Language | Entries | ------------- | --------- | C#...

admin

In the spirit of all those "every X" bots on that bird site, this is a _novel generator generator_; it generates every novel generator, one by one, in sequence. It...

completed

This novel generator is in the vein of "mathematical exploration", rather like [perm-comb-finder](https://github.com/catseye/NaNoGenLab/tree/master/perm-comb-finder), which resulted in [3×C(21,3)+2×C(215,2)=50000: The Novel](http://catseye.tc/installation/3%C3%97C(21,3)+2%C3%97C(215,2)=50000:_The_Novel) in 2014. So this will begin with an expository section before...

completed
preview

### Code This is written in Lua 5.1 and requires [pdf.lua](https://github.com/cpressey/pdf.lua). ```lua require "pdf" p = PDF.new() times = p:new_font{name="Times-Roman"} page = p:new_page() page:begin_text() page:set_font(times, 12) page:set_text_pos(100, 100) for i...

completed

# The League of Extraordinarily Dull Gentlemen ### Goals * **To tell a single story over the course of 50,000 words.** (There were other goals but this turned out to...

completed

# ETERLAN SEPTEBMER ### Code ``` 5 52** 52** 52** 52** 1- 0v0 < >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>v>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>v - ^ v 1 ^ " " " " " " " " " "...

completed

# The Defeat at Procyon V ### Novel * [The Defeat at Procyon V (22 Nov 2018)](http://static.catseye.tc/novels/The%20Defeat%20at%20Procyon%20V%20(22%20Nov%202018).html), 51,722 words ### Code * [defeat.jl](https://github.com/catseye/NaNoGenMo-Entries-2018/blob/master/defeat/defeat.jl). ### Notes Programming language used is Julia...

completed

As mentioned in Pixley's `test.sh`, running the Pixley test suite on the (Pixley reference interpreter)^3 fails under minischeme (although ISTR it is only one test which fails.) It's strange that...

bug