๐Ÿฆž๐ŸŒฏ Lobster Roll

Thread

Show HN: PostForge โ€“ A PostScript interpreter written in Python (github.com)
Hi HN, I built a PostScript interpreter from scratch in Python.<p>PostForge implements the full PostScript Level 2 specification โ€” operators, graphics model, font system, save&#x2F;restore VM, the works. It reads .ps and .eps files and outputs PNG, PDF, SVG, or renders to an interactive Qt window.<p...

Stories related to "Show HN: PostForge โ€“ A PostScript interpreter written in Python" across the full archive.

Show HN: PostForge โ€“ A PostScript interpreter written in Python (github.com)
Hi HN, I built a PostScript interpreter from scratch in Python.<p>PostForge implements the full PostScript Level 2 specification โ€” operators, graphics model, font system, save&#x2F;restore VM, the works. It reads .ps and .eps files and outputs PNG, PDF, SVG, or renders to an interactive Qt window.<p...
[Show lobste.rs] vim plugin to view git/hg add/mod/del in gutter (bitbucket.org)
After seeing the sublime plugin (https://github.com/jisaacks/GitGutter) and getting a little jealous I decided to write my own version for vim. Still in beta status, and sadly not async - but that's on the roadmap to being fixed.
show lobste.rs: pyermc - python memcache library (yet another) (github.com)
Worked on this at $dayjob, and we open sourced it yesterday. Initial driving requirements were: * Use as part of proof-of-concept testing with a 3rd party memcache proxy that speaks only the binary protocol * Work well with darner/kestral queues and nosql datastores (via proxies like couchbas...
Show Lobsters: Game where you write Python robots to fight other players (robotgame.org)
Another tutorial for writing a Forth interpreter in assembly (Part 3) (blog.asrpo.com)
This is where I'll stop for the tutorial. The final version for show is https://github.com/asrp/forth_tutorial/blob/master/forth22/forth.asm
A minimal Python interpreter in Python with runtime AST definition and edit-and-continue (github.com)
Intended for quickly experimenting with language changes.
Show: I've built a social news aggregator for the Python community and it took off (news.python.sc)
I've already posted a story about a Python news aggregator I've built with Django: https://lobste.rs/s/bjfuar/news_aggregator_for_python_community Now, after the story hit the front page of Hacker News and I got positive reactions from the mentions in the "What are you doing this weekend" threa...
python-coverage.el: show python coverage information directly in emacs (github.com)
Show HN: Tree-walk interpreter (and formatter) written in C (github.com)
Hello HN, this is my first &quot;completed&quot; project since I took on this coding journey.<p>Vern is a statically typed scripting language with lots of rough edges.<p>You can try it out at <a href="https:&#x2F;&#x2F;vern.cal31.dev" rel="nofollow">https:&#x2F;&#x2F;vern.cal31.dev</a><p>You can fin...
WebSocket Dot game written in Node.JS ( don't use firefox ) (qbit.io)
Source available here: https://github.com/qbit/blog This was a websockets experiment I did a while back. If anyone knows why firefox dies.. I would love to know :D
Show Lobsters: Sublime Text 2 Package - AMD/RequireJS Module Editor (github.com)
blark/C64_kernel_dump / dump a C64 Kernel PROM over a serial connection (github.com)
Show Lobsters: pom -- a minimalist command-line pomodoro-style time-tracker (github.com)
I hacked this together last night after trying a number of time-tracking/Pomodoro apps and realizing I disliked all of them and could just make one that fits my style. The goals for the tool are: _simplicity_, a _command-line interface_, and an optional plaint-text logging format that lends itself s...
Show Lobsters: pirate, a Scala DSL for parsing CLI arrrrguments (github.com)
Show iOS devs: PSTCollectionView - API compatible replacement of UICollectionView (iOS6) for iOS4.3+ (github.com)
Cisco Blog ยป Injecting the Python Interpreter Via GDB (blogs.cisco.com)
SSH2 client module written in pure JavaScript for node.js (github.com)
A Brainfuck interpreter written in the C preprocessor (github.com)
Show Lobsters: A Lobsters iPhone app I've started working on (github.com)
So I've been working on a Lobsters iPhone app over the past day or so and I think I'm going to turn it into a full blown app. I've been working with jcs to get a basic JSON API going that I can build this on top of and we've already got a basic version working that lets you browse links on the front...
Show L: Clippy Alpha - web clips, snippets, bookmarks and boards (clippy.in)
Show Lbst.rs: Close.io (close.io)
built using backbone.js, python/flask, mongodb, aws
[Show lobste.rs] domainregret.com is a safe way to cash out on those old domains (domainregret.com)
Check out my side project [https://domainregret.com/]. This is a marketplace for when you have domains you've been sitting on for a while that totally sounded like a good idea at 2am and you were a tad bit drunk but now you're not so certain. I'm trying to work out the kinks and get some feedback!
Show Lobste.rs: The Well-Sorted Version (wellsortedversion.com)
I was [asked to link](https://lobste.rs/s/pu55v6/ask_lobsters_what_are_you_working_on/comments/s4457f) when I finished my book project; printing took a couple weeks longer than expected. I'll write up a more technical blog post and leave a link as a comment here in a few days, but the high-level ver...
Show Lobste.rs: Marksy - easily translate between markup languages on the fly, in your browser (marksy.arc90.com)
xbanish - banish the X11 mouse cursor when typing, show it again when the mouse moves (github.com)
The tech stack behind Close.io's sales communication software (blog.close.io)
Show Lobsters: Readable.cc RSS reader (readable.cc)
So, I made this. It's a readable feed reader that promotes interesting content based on articles you vote for. This is not a finished product, I'm trying this "release early" thing hoping to get some opinions. The timing seems right with Google Reader disappearing. Readable.cc is open-source (...
Show Lobsters: Yardbase, free and open API of local, community-based data (yardbase.org)
Still very alpha... developed during a Startup Weekend event.
simmetrica - Simple metric aggregator (github.com)
Sales data search: Writing a query parser / AST using pyparsing + elasticsearch (part 1) (blog.close.io)