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/codeblock/dev/perl/gms] -> ./script/gms_web_server.pl | |
Couldn't instantiate component "GMS::Web::Model::Atheme", "Undefined subroutine &RPC::Atheme::Error called at /usr/home/codeblock/dev/perl/gms/script/../lib/RPC/Atheme/Session.pm line 51."Compilation failed in require at ./script/gms_web_server.pl line 66. |
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/codeblock/dev/perl/gms] -> ./script/gms_web_server.pl | |
Attempt to reload GMS/Authentication/Credential.pm aborted. | |
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/Catalyst/Utils.pm line 281. | |
...propagated at /usr/local/lib/perl5/site_perl/5.10.1/Catalyst/Authentication/Realm.pm line 88. | |
Compilation failed in require at ./script/gms_web_server.pl line 66. |
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
CPAN.pm: Going to build G/GU/GUGU/App-Pm2Port-0.26.tar.gz | |
cp lib/App/Pm2Port.pm blib/lib/App/Pm2Port.pm | |
cp script/pm2port blib/script/pm2port | |
/usr/local/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pm2port | |
Manifying blib/man1/pm2port.1 | |
Manifying blib/man3/App::Pm2Port.3 | |
GUGU/App-Pm2Port-0.26.tar.gz | |
/usr/bin/make -- OK |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title>freenode announcements</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
</head> | |
<body> | |
<p><img src="../freenode-announce-logo.png" alt="freenode" /></p> | |
<p><b>December 15th 2009</b> <br /> |
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
1. People who point at their wrist asking for the time... I know where my watch is pal, where the hell is yours? Do I point at my crotch when I ask where the toilet is? | |
2. People who are willing to get off their a** to search the entire room for the TV remote because they refuse to walk to the TV and change the channel manually. | |
3. When people say "Oh you just want to have your cake and eat it too". Damn Right! What good is cake if you can't eat it? | |
4. When people say "it's always the last place you look". Of course it is. Why the hell would you keep looking after you've found it? Do people do this? Who and where are they? | |
5. When people say while watching a film, "did ya see that?" No Loser, I paid $12 to come to the cinema and stare at the damn floor! |
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
#!/bin/sh | |
refname=${1#refs/heads/} | |
[ "$refname" = "master" ] && refname= | |
oldhead=$2 | |
newhead=$3 | |
for merged in $(git rev-list $newhead $oldhead | tail -r); do | |
perl /home/ricky/dev/python/django/magicvote/doc/ciavc-update.pl $merged $refname | |
done |
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
====================================================================================================== | |
Package Arch Version Repository Size | |
====================================================================================================== | |
Installing: | |
fipscheck-lib i386 1.2.0-1.el5 base 6.7 k | |
replacing fipscheck.i386 1.0.3-1.el5 | |
kernel i686 2.6.18-164.9.1.el5 updates 16 M | |
kernel-devel i686 2.6.18-164.9.1.el5 updates 5.2 M |
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
$|=3,141592;sub _ | |
{print@_}sub o{_++$O[0 | |
];_ 0for 1..$#O}sub O{$;=int | |
$=/10,'0/^ ^';if($;<9) | |
{_$_ for @O;;@O=() | |
;0}push @O,$;;0 | |
,;push@ O,'.'if | |
$^==1; 0;if($; | |
==10){ print ,o,@O=( | |
)}}$~= 1000000 ;$-=10* |
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 | |
Traceback (most recent call last): | |
File "./manage.py", line 11, in <module> | |
execute_manager(settings) | |
File "/usr/local/lib/python2.6/site-packages/django/core/management/__init__.py", line 362, in execute_manager | |
utility.execute() | |
File "/usr/local/lib/python2.6/site-packages/django/core/management/__init__.py", line 303, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.6/site-packages/django/core/management/base.py", line 195, in run_from_argv | |
self.execute(*args, **options.__dict__) |
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 | |
class Revision(models.Model): |