Public Gists by btbytes

gist: 165957 Debian CF Install Cleanup s...
Gravatar
Tue Aug 11 09:58:47 -0700 2009
1
2
3
#!/bin/bash
 
function doc() {
Gravatar
Fri Aug 07 06:58:13 -0700 2009
1
2
3
#!/usr/bin/env escript
-export([main/1]).
 
gist: 148841 Typesetting Kannada Unicode...
Gravatar
Thu Jul 16 20:24:57 -0700 2009
1
2
3
Typesetting Kannada Unicode using XeTeX
=======================================
 
gist: 146383 User-based Website Director...
Gravatar
Mon Jul 13 12:37:24 -0700 2009
1
2
3
## REF: http://blog.sbf5.com/?p=6
# For requests starting with a tilde, break them into three components:
# 1. The username, everything after the tilde up to the first slash
gist: 146105 Init script for Plone on De...
Gravatar
Mon Jul 13 06:18:02 -0700 2009
1
2
3
#!/bin/sh -e
# Start/stop Zope/Plone server instance
#
Gravatar
Fri Jul 10 22:34:06 -0700 2009
1
2
3
# Notes on ConTeXt
 
## Installation
gist: 145048 Reading and Writing Kannada...
Gravatar
Fri Jul 10 19:52:54 -0700 2009
1
2
3
# Reading and Writing Kannada on Ubuntu Karmic Koala (9.04)
 
    $ sudo apt-get scim scim-m17n scim-gtk2-immodule ttf-kannada-fonts
gist: 144720 Notes from "The C Book"
Gravatar
Fri Jul 10 12:09:50 -0700 2009
1
2
3
# C Refresher Notes
 
Notes from [The C Book](http://publications.gbdirect.co.uk/c_book/).
gist: 139234 Cross compiling Lua for an ...
Gravatar
Wed Jul 01 19:24:21 -0700 2009
1
2
3
Follow this [guide](http://wiki.emqbit.com/how%20to%20cross-compile%20for%20the%20arm)
    
    $ wget -c http://www.kegel.com/crosstool/crosstool-0.43.tar.gz
Gravatar
Sun Jun 28 20:47:45 -0700 2009
1
2
3
Getting started with Lua and C++
================================
 
gist: 128095 Export into a CSV file from...
Gravatar
Thu Jun 11 10:37:58 -0700 2009
1
2
3
-- Export into a CSV file from MySQL
 
SELECT * from foologger
Gravatar
Wed Jun 03 07:07:28 -0700 2009
1
2
3
#!/usr/bin/env python
from __future__ import with_statement
 
Gravatar
Thu May 21 12:16:25 -0700 2009
1
2
3
'''
Author: mjmalone
https://twitter.com/mjmalone/status/1874036416
Gravatar
Thu May 07 07:35:54 -0700 2009
1
2
3
[buildout]
parts = python libs
develop = .
Gravatar
Mon May 04 09:25:49 -0700 2009
1
2
3
#!/usr/bin/env python
# encoding: utf-8
"""
gist: 99305 A Yaki plugin to render mat...
Gravatar
Tue Apr 21 11:30:22 -0700 2009
1
2
3
'''
Equations.py
A Yaki plugin to render mathematical equations using
Gravatar
Tue Apr 14 08:55:58 -0700 2009
1
2
3
#!/Users/pradeep/grok/bin/python
# encoding: utf-8
"""
Gravatar
Thu Apr 09 08:07:24 -0700 2009
1
2
3
# Tabbycat
 
Create an alternative to [yaki](http://code.google.com/p/yaki/) using Repoze technologies.
Gravatar
Fri Apr 03 06:56:39 -0700 2009
1
2
3
\documentclass{article}
\usepackage{fontspec}
%
Gravatar
Thu Mar 19 09:53:15 -0700 2009
1
2
3
Following [arstechnica's article on pyqt deployment](http://arstechnica.com/open-source/guides/2009/03/how-to-deploying-pyqt-applications-on-windows-and-mac-os-x.ars/2) I tried installing PyQT on mac
 
    $ sudo port install python25