Public Gists by newbamboo

Gravatar
Tue Jul 28 13:33:01 -0700 2009
1
2
3
/Users/makoto/work/sample/ndkbox2dtest20090707/apps/box2dtest/project/src
Unknown-00-21-e9-db-a7-d3:src makoto$ git status
# On branch master
Gravatar
Tue Jul 28 13:32:48 -0700 2009
1
2
3
/Users/makoto/work/sample/ndkbox2dtest20090707/apps/box2dtest/project/src
Unknown-00-21-e9-db-a7-d3:src makoto$ git status
# On branch master
Gravatar
Sun Jul 12 00:11:29 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Gravatar
Sat Jul 11 15:12:43 -0700 2009
1
(character (value あ) (width 300) (height 300) (strokes ((54 58)(249 68)) ((147 10)(145 201)(182 252)) ((224 103)(149 230)(82 240)(53 204)(86 149)(182 139)(240 172)(248 224)(228 250))))
Gravatar
Mon Apr 06 08:13:07 -0700 2009
1
2
3
Installing Panda on your local machine or server
======================
 
Gravatar
Mon Apr 06 08:12:25 -0700 2009
1
2
3
Ubuntu 8.10 Intrepid 32-bit server AMI taken from (http://alestic.com/): ami-7cfd1a15
 
Useful guides:
Gravatar
Thu Mar 19 08:42:15 -0700 2009
1
2
3
#!/bin/bash
# Startup script for a Panda encoder.
 
Gravatar
Thu Mar 19 08:21:11 -0700 2009
1
2
3
#!/bin/bash
#================================================================================
# /engineyard/bin/monit_merb_mpc
Gravatar
Fri Mar 13 09:29:38 -0700 2009
1
2
3
## Getting Started
 
Panda runs entirely within [Amazon's Web Services](http://aws.amazon.com/), so before continuing you will need to [sign up for an account](http://aws.amazon.com/) and have access to EC2, S3 and SimpleDB services.
Gravatar
Thu Feb 19 14:48:58 -0800 2009
1
2
3
---
layout: default
---
Gravatar
Thu Feb 19 14:47:53 -0800 2009
1
2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 
Gravatar
Thu Feb 19 14:44:36 -0800 2009
1
2
3
---
layout: default
title: Ruby on Rails development
gist: 67168 Index page template for our...
Gravatar
Thu Feb 19 14:43:33 -0800 2009
1
2
3
---
layout: default
title: Ruby on Rails development
Gravatar
Mon Feb 16 14:31:23 -0800 2009
1
2
3
server {
  listen 80;
  server_name blog.new-bamboo.co.uk;
Gravatar
Mon Feb 16 14:30:31 -0800 2009
1
2
3
set :user, "deploy"
set :deploy_to, "/usr/local/www/nb_blog_jekyll"
set :jekyll_command, "/usr/local/jekyll/bin/jekyll --lsi"
gist: 65420 Check if the links Google h...
Gravatar
Mon Feb 16 14:29:24 -0800 2009
1
2
3
require 'rubygems'
require 'open-uri'
require 'hpricot'
Gravatar
Mon Feb 16 14:27:41 -0800 2009
1
2
3
articles = Article.find(:all)
 
articles.each do |article|
Gravatar
Mon Feb 16 13:27:01 -0800 2009
1
2
3
# Copyright 2009 Michael Ivey, released to public domain
# Disqus guts lifted from http://github.com/squeejee/disqus-sinatra-importer/tree/master
# I wanted it to run from MySQL and command line, instead of a Sinatra app
gist: 49073 S3 database backup adapted ...
Gravatar
Mon Jan 19 09:29:25 -0800 2009
1
2
3
# S3 Backup Task for MySQL
# Assumes InnoDB tables
# Database User needs the "reload" permission on the database (for --flush-logs in mysqldump)
Gravatar
Tue Jan 06 02:45:02 -0800 2009
1
2
3
(
cat <<'EOF'
nameserver 192.168.1.10