Skip to content

Instantly share code, notes, and snippets.

View lloyd's full-sized avatar

Lloyd Hilaiel lloyd

View GitHub Profile
<html>
<head>
<script>
function dodragenter(event)
{
document.getElementById("output").textContent = "Drop it! I dare you!";
}
function dodragleave(event)
[2009-09-24 12:56:42 -0600] WARNING: problem getting messages from imaps://imap.gmail.com/INBOX: no IMAP response for 4735..4733 containing all fields RFC822.SIZE, INTERNALDATE, FLAGS (got 1 results)
/usr/lib/ruby/gems/1.9.1/gems/ferret-0.11.6.19/lib/ferret/index.rb:421:in `[]': :(null) isn't a valid argument for IndexReader.get_document(index) (ArgumentError)
from /usr/lib/ruby/gems/1.9.1/gems/ferret-0.11.6.19/lib/ferret/index.rb:421:in `block in doc'
from /usr/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
from /usr/lib/ruby/gems/1.9.1/gems/ferret-0.11.6.19/lib/ferret/index.rb:413:in `doc'
from /home/lth/dev/sup/lib/sup/ferret_index.rb:257:in `block in build_message'
from /usr/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
from /home/lth/dev/sup/lib/sup/ferret_index.rb:256:in `build_message'
from bin/sup-sync:149:in `block (2 levels) in <main>'
[2009-09-24 14:23:40 -0600] ERROR: oh crap, an exception
----------------------------------------------------------------
I'm very sorry. It seems that an error occurred in Sup. Please
accept my sincere apologies. If you don't mind, please send the
contents of ~/.sup/exception-log.txt and a brief report of the
circumstances to sup-talk at rubyforge dot orgs so that I might
address this problem. Thank you!
Sincerely,
William
[2009-09-24 18:21:18 -0600] ERROR: oh crap, an exception
----------------------------------------------------------------
I'm very sorry. It seems that an error occurred in Sup. Please
accept my sincere apologies. If you don't mind, please send the
contents of ~/.sup/exception-log.txt and a brief report of the
circumstances to sup-talk at rubyforge dot orgs so that I might
address this problem. Thank you!
Sincerely,
William
[lth@lappro bp-docdb] $ git pull git://github.com/vargon/bp-docdb.git
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
From git://github.com/vargon/bp-docdb
* branch HEAD -> FETCH_HEAD
Auto-merging BuildConfigs.cmake
CONFLICT (add/add): Merge conflict in BuildConfigs.cmake
Auto-merging manifest.json
[lth@lappro bp-docdb] $ git diff
diff --cc BuildConfigs.cmake
index 6afd6da,680eec6..0000000
--- a/BuildConfigs.cmake
+++ b/BuildConfigs.cmake
@@@ -77,7 -77,7 +77,11 @@@ ELSE (
ADD_DEFINITIONS(-DLINUX -D_LINUX -DXP_LINUX)
ENDIF()
++<<<<<<< HEAD
<html>
<head>
<title>The Image Twiddler</title>
<!-- site-specific styling code -->
<style type="text/css" media="screen">
#dropArea {
width: 600px;
height: 400px;
border: 1px dashed #999;
@lloyd
lloyd / boom
Created October 15, 2009 19:45
Thread 3 Crashed:
0 libSystem.B.dylib 0x954a4c2e __semwait_signal_nocancel + 10
1 libSystem.B.dylib 0x954a4b12 nanosleep$NOCANCEL$UNIX2003 + 166
2 libSystem.B.dylib 0x955205a6 usleep$NOCANCEL$UNIX2003 + 61
3 libSystem.B.dylib 0x95541c5c abort + 105
4 libSystem.B.dylib 0x9543e215 free + 129
5 libSearchDB.so 0x02594a22 lucene::document::Field::~Field() + 76
6 libSearchDB.so 0x02567663 __gnu_cxx::new_allocator<lucene::document::Field>::destroy(lucene::document::Field*) + 21
7 libSearchDB.so 0x02567930 void std::_Destroy<__gnu_cxx::__normal_iterator<lucene::document::Field*, std::vector<lucene::document::Field, std::allocator<lucene::document::Field> > >, std::allocator<lucene::document::Field> >(__gnu_cxx::__normal_iterator<lucene::document::Field*, std::vector<lucene::document::Field, std::allocator<lucene::document::Field> > >, __gnu_cxx::__normal_iterator<lucene::document::Field*, s
[lth@lappro plugins] $ touch ../../plugins/npapi/src/main.cpp.erb
[lth@lappro plugins] $ make -j2
[ 0%] Perform .erb file substitution
Generating: plugins/npapi/src/main.cpp
[ 0%] Built target PerformSubstitution
[ 63%] Built target BPUtils_s
[ 68%] Built target HTMLRender_s
[ 72%] Built target BPProtocol_s
[ 89%] Built target PluginCommonLib_s
Scanning dependencies of target BrowserPlus
[lth@win7nux Debug] $ time ./bpwget.exe http://localhost:1234/1.jpg > OUT
real 0m1.320s
user 0m0.015s
sys 0m0.000s
[lth@win7nux Debug] $ time ./bpwget.exe http://localhost:1234/1.jpg > OUT
real 0m1.463s
user 0m0.046s
sys 0m0.124s