uselessness.de
Nachtrag zu den Formeln im gestrigen Artikel — useless
http://www.uselessness.de/2011/03/30.html
Nachtrag zu den Formeln im gestrigen Artikel. Wenn man einen mathematischen Sachverhalt aufschreiben will, kommt man meist nicht ohne Formeln aus. Für die Erzeugung von wirklich ansprechend gesetzten Formeln führt eigentlich kein Weg an LaTeX vorbei. Bisher ging ich davon aus, dass ein komplizierter Workflow nötig wäre, die Formeln in meine Website einzubinden. Mit geeigneten Werkzeugen wie. Kann man zwar PNG-Bilder aus fertig gesetzten. Zu meiner Freunde habe ich nun herausgefunden, dass Jekyll.
merbist.com
Django | Merbist
http://merbist.com/tag/django
Random thoughts of a software developer. Learning from Rails’ failures. Posted by Matt Aimonetti. On February 29th, 2012. This is for me, by far, the biggest issue with Rails and something that should have been fixed a long time ago. If you’re using the WordPress blog engine, you know how easy and safe it is to upgrade the engine or the plugins. Granted WordPress isn’t a web dev framework, but it gives you an idea of what kind of experience we should be striving for. Stability vs playground zone. So what...
ambassadortothecomputers.blogspot.com
Ambassador to the Computers: March 2010
http://ambassadortothecomputers.blogspot.com/2010_03_01_archive.html
Ambassador to the Computers. Saturday, March 27, 2010. I’ve updated my backtrace. To work with OCaml 3.11.x as well as 3.10.x. The patch provides. Access to backtraces from within a program (this is already provided in stock 3.11.x). Backtraces for dynamically-loaded bytecode. Backtraces in the (bytecode) toplevel. In addition there are a few improvements since the last version:. Fixed a bug that could cause spurious “unknown location” lines in the backtrace. On Github or download the tarball. Against it...
fnando.github.io
Kitabu
http://fnando.github.io/public/kitabu.html
PDF Generator 0.4.7. A framework for creating e-books from Markdown/Textile text markup using Ruby. Using the Prince PDF generator, you'll be able to get high quality PDFs. To install Kitabu, you’ll need a working Ruby installation with Rubygems. If you’re cool with it, just run the following command to install it. Sudo gem install fnando-kitabu -s http:/ gems.github.com. If you're running Ruby 1.8 and don't need the syntax highlighting feature, you can skip the next steps. It means Ruby can’t find.
wiki.subaruxt.com
Creating How to Diagnose and Limp-In your Subaru with a fault in the MAF Circuit in SubaruXTWiki
http://wiki.subaruxt.com/subaruxtwiki/new/How+to+Diagnose+and+Limp-In+your+Subaru+with+a+fault+in+the+MAF+Circuit
Creating How to Diagnose and Limp-In your Subaru with a fault in the MAF Circuit. Markdown formatting tips ( basics. 8226; Bulleted list. 8226; Second item. Two or more uppercase words stuck together (camel case) or any phrase surrounded by double brackets is a wiki word. A camel-case wiki word can be escaped by putting in front of it. Wiki words: HomePage, ThreeWordsTogether, [ C ] , [ Let's play again! Not wiki words: IBM, School.
wiki.subaruxt.com
Creating Tom in SubaruXTWiki
http://wiki.subaruxt.com/subaruxtwiki/new/Tom
Markdown formatting tips ( basics. 8226; Bulleted list. 8226; Second item. Two or more uppercase words stuck together (camel case) or any phrase surrounded by double brackets is a wiki word. A camel-case wiki word can be escaped by putting in front of it. Wiki words: HomePage, ThreeWordsTogether, [ C ] , [ Let's play again! Not wiki words: IBM, School.
mfischer.com
computing
http://mfischer.com/wordpress/blog/topics/computing
Lsquo;computing’ Category. Back to Home Page ». On December 18, 2011 -. Comments Off on It’s blog theme refresh time again. It’s blog theme refresh time again. Well, despite the fact that it’s been a year since I wrote anything here on my blog—mainly due to a shift in focus to posting on The Last Pixel. Instead—I decided this week it was time to freshen things up on my personal blog. Mfischer.com theme from 2007-2011. On January 31, 2010 -. Comments Off on Blog Bifurcation. I’ve just gotten started...
notentirely.com
Phil Orwig: Colophon
http://www.notentirely.com/colophon
This static site is generated with Jekyll. Jekyll is configured to use Maruku. For Markdown processing, Pygments. For syntax highlighting, and Blahtex. The design is currently a straightforward adaptation of Tom Preston-Werner's Site.
triin.net
The road to JsDuck
http://www.triin.net/2011/01/25/The_road_to_JsDuck
The road to JsDuck. Long time ago I wrote about documenting your code in ExtJS framework. Of how tedious it is to use HTML in comments and how repetitive some parts of it are. Basically, how it all sucks. I was pretty fed up by it. And then I thought: How hard can it be? I can write a better documentation generator than ext-doc. So I started the JsDuck. So here’s a little story of how JsDuck came to be. I set myself the following goals:. Support formatting of doc-comments using Markdown. It’s a single-li...