This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.db import models | |
from django.contrib.auth.models import User | |
class Page(models.Model): | |
revision = models.ForeignKey(Revision) | |
def __unicode__(self): | |
return self.revision.title |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/home/ricky/dev/eighthbit] -> ./manage.py sqlall wiki | |
BEGIN; | |
CREATE TABLE "wiki_page" ( | |
"id" integer NOT NULL PRIMARY KEY, | |
"title" varchar(200) NOT NULL, | |
"revision_id" integer NOT NULL | |
) | |
; | |
CREATE TABLE "wiki_revision" ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.db import models | |
from django.contrib.auth.models import User | |
class Page(models.Model): | |
title = models.CharField("Title", max_length=200) | |
revision = models.ForeignKey('Revision', related_name="page_revision") | |
def __unicode__(self): | |
return self.title |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- dux 2009-12-28 18:48:46.000000000 -0500 | |
+++ me 2009-12-28 18:48:52.000000000 -0500 | |
@@ -12,7 +12,6 @@ | |
cc = cpp.lang | |
changelog = changelog.lang | |
cls = latex.lang | |
-conf = conf.lang | |
cpp = cpp.lang | |
cs = csharp.lang | |
csh = sh.lang |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 # | |
3 # An example hook script to verify what is about to be committed. | |
4 # Called by git-commit with no arguments. The hook should | |
5 # exit with non-zero status after issuing an appropriate message if | |
6 # it wants to stop the commit. | |
7 # | |
8 # To enable this hook, rename this file to "pre-commit". | |
9 | |
10 # If you want to allow non-ascii filenames set this variable to true. | |
11 allownonascii=$(git config hooks.allownonascii) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
freenode -- | CTCP VERSION reply from Tamber: SEXBOT | |
eighthbit -- | 19: Unknown command | |
weechat | irc.freenode.*status -- *status :: Error from Server [Closing Link: | |
| about/windows/regular/CodeBlock (Excess Flood)] | |
freenode -- | Link:: about/windows/regular/CodeBlock (Excess Flood) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoadModule authn_file_module libexec/apache22/mod_authn_file.so | |
LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so | |
LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so | |
LoadModule authn_default_module libexec/apache22/mod_authn_default.so | |
LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so | |
LoadModule authz_host_module libexec/apache22/mod_authz_host.so | |
LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so | |
LoadModule authz_user_module libexec/apache22/mod_authz_user.so | |
LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so | |
LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[codeblock@illusion ~]$ ps aux | grep httpd | |
root 4289 0.0 0.5 10724 5796 ?? Ss Fri12AM 0:31.93 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53469 0.0 1.6 24140 19084 ?? I Sun02AM 0:06.67 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53470 0.0 1.7 24976 19388 ?? I Sun02AM 0:02.77 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53472 0.0 1.7 24976 19404 ?? I Sun02AM 0:02.79 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53473 0.0 1.7 24976 19344 ?? I Sun02AM 0:02.81 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53474 0.0 1.6 24140 18856 ?? I Sun02AM 0:04.16 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53475 0.0 1.7 24976 19404 ?? I Sun02AM 0:02.79 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53476 0.0 1.4 21904 16672 ?? I Sun02AM 0:01.82 /usr/local/sbin/httpd -DNOHTTPAC | |
www 53477 0.0 1.7 25164 19696 ?? I Sun02AM 0:04.20 /usr/local/sbin/httpd -DNOHTTPAC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--> | danopia (danopia@danopia::EighthBit::staff) has joined #programming | |
--> | danobook (danopia@danopia::EighthBit::staff) has joined #programming | |
<-- | danopia (danopia@danopia::EighthBit::staff) has quit (Ping timeout) | |
<-- | danobook (danopia@danopia::EighthBit::staff) has quit (Ping timeout) | |
--> | danopia (danopia@danopia::EighthBit::staff) has joined #programming | |
--> | danobook (danopia@danopia::EighthBit::staff) has joined #programming | |
<-- | nixeagle (user@nixeagle::EighthBit::staff) has quit (Client exited) | |
<-- | nisp (nisp@nisp::nixeagle::bot) has quit (Client exited) | |
<-- | danopia (danopia@danopia::EighthBit::staff) has quit (Ping timeout) | |
<-- | danobook (danopia@danopia::EighthBit::staff) has quit (Ping timeout) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ricky@lightning:~$ p twitter cli | |
net/p5-POE-Component-Client-Twitter POE chat component for twitter.com | |
net/rubygem-twitter4r Twitter client API in pure Ruby | |
net/twitux GNOME client for Twitter | |
net-im/qwit A Qt4-based lightweight Twitter client | |
net-im/qwit-devel A Qt4-based lightweight Twitter client | |
net-im/rubygem-termtter A terminal based twitter client | |
net-im/ttytter Command-line Twitter client in Perl |