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
setTimeout => | |
for msg in @messages.select("li.message div.msg") | |
msg.innerHTML = @application.applyFilters msg.innerHTML | |
, 1000 |
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
buttes = { | |
'params' => [ | |
'leedo', | |
'lee', | |
'lee', | |
'jew-FA405ABB.org', | |
'*', | |
'http://prettybrd.com/~leedo/beartato3.png' | |
], | |
'command' => '311', |
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
[\040\t]*(?:\([^\\\x80-\xff\n\015()]*(?:(?:\\[^\x80-\xff]|\([^\\\x80-\ | |
xff\n\015()]*(?:\\[^\x80-\xff][^\\\x80-\xff\n\015()]*)*\))[^\\\x80-\xf | |
f\n\015()]*)*\)[\040\t]*)*(?:(?:[^(\040)<>@,;:".\\\[\]\000-\037\x80-\x | |
ff]+(?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff])|"[^\\\x80-\xff\n\015 | |
"]*(?:\\[^\x80-\xff][^\\\x80-\xff\n\015"]*)*")[\040\t]*(?:\([^\\\x80-\ | |
xff\n\015()]*(?:(?:\\[^\x80-\xff]|\([^\\\x80-\xff\n\015()]*(?:\\[^\x80 | |
-\xff][^\\\x80-\xff\n\015()]*)*\))[^\\\x80-\xff\n\015()]*)*\)[\040\t]* | |
)*(?:\.[\040\t]*(?:\([^\\\x80-\xff\n\015()]*(?:(?:\\[^\x80-\xff]|\([^\ | |
\\x80-\xff\n\015()]*(?:\\[^\x80-\xff][^\\\x80-\xff\n\015()]*)*\))[^\\\ | |
x80-\xff\n\015()]*)*\)[\040\t]*)*(?:[^(\040)<>@,;:".\\\[\]\000-\037\x8 |
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
ford:~ leedo$ cpanm --interactive App::cpanoutdated | |
--> Working on App::cpanoutdated | |
Fetching http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/App-cpanoutdated-0.11.tar.gz ... OK | |
Configuring App-cpanoutdated-0.11 ... Checking if your kit is complete... | |
Looks good | |
Warning: prerequisite local::lib 0 not found. | |
Writing Makefile for App::cpanoutdated | |
OK | |
==> Found dependencies: local::lib | |
--> Working on local::lib |
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
repositionPage: function() { | |
var page = $$('.page.active').first(); | |
var scrollOffset = document.viewport.getScrollOffsets(); | |
var dimensions = document.viewport.getDimensions(); | |
var header = page.down(".header"); | |
var footer = page.down(".footer"); | |
header.setStyle({top: scrollOffset.top + "px"}); | |
footer.setStyle({ | |
top: (scrollOffset.top + dimensions.height - footer.getHeight()) + "px" |
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
hactar% cd music/Wooden\ Shjips\ -\ Vol.\ 2/Vol.\ 2 | |
hactar% lastfmfpclient 01\ Loose\ Lips.mp3 | |
<?xml version="1.0" encoding="utf-8"?> | |
<lfm status="ok"> | |
<tracks> | |
<track rank="1"> | |
<name>Loose Lips</name> | |
<mbid></mbid> | |
<url>http://www.last.fm/music/Wooden+Shjips/_/Loose+Lips</url> |
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: Tuomo Valkonen <[email protected]> | |
To: [email protected] | |
Subject: Not a blog; Windows 7 vs. Ion; displays, laptops, etc. | |
Date: Wed, 27 Oct 2010 23:32:44 +0200 | |
Sender: [email protected] | |
Since I put up a new site with an archive of my software, a few have | |
asked me to return the non-blog online as well. I don't think that | |
will happen. I can't be arsed to start blogging again; it's a waste of | |
time. I shortly entertained the idea of combining the good/essential |
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
Nov 30, 2010 3:51:06 PM org.apache.catalina.startup.Embedded start | |
INFO: Starting tomcat server | |
Nov 30, 2010 3:51:06 PM org.apache.catalina.core.StandardEngine start | |
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 | |
- Using proxy settings [:] | |
Nov 30, 2010 3:51:06 PM org.apache.catalina.loader.WebappClassLoader validateJarFile | |
INFO: validateJarFile(/home/leedo/infaagent/bin/saas-infaagent/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class | |
Nov 30, 2010 3:51:07 PM org.apache.catalina.startup.ContextConfig defaultWebConfig | |
INFO: No default web.xml | |
- Loading adapter; ID=RelationalAdapter, class=com.informatica.ics.adapters.relational.RelationalAdapter |
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 Fooer; | |
use Moose::Role; | |
requires "foo"; | |
package Foo; | |
use Moose; | |
with "Fooer"; |
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
*{AnyEvent::IRC::Util::split_unicode_string} = sub { | |
my ($enc, $str, $maxlen) = @_; | |
return $str unless length (encode ($enc, $str)) > $maxlen; | |
my $cur_out = ''; | |
my $word = ''; | |
my @lines; | |
while (length ($str) > 0) { |