Skip to content

Instantly share code, notes, and snippets.

"LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +http://www.linkedin.com)"
"Mozilla/5.0"
"Mozilla/5.0 (compatible"
"Mozilla/5.0 (compatible; AhrefsBot/2.0; +http://ahrefs.com/robot/)"
"Mozilla/5.0 (compatible; aiHitBot/1.0; +http://www.aihit.com/)"
"-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
"Mozilla/5.0 (compatible; BlogScope/1.0; +http://www.blogscope.net/; U of Toronto)"
"Mozilla/5.0 (compatible; discobot/2.0; +http://discoveryengine.com/discobot.html)"
adds the new marked document
adds the new unmarked document
does not add extra documents
when passed a false with destroy
adds the new marked document
adds the new unmarked document
does not add extra documents
when passed a false with destroy
/usr/lib64/ruby/gems/1.8/gems/mongo-1.6.0/lib/mongo/cursor.rb:102: [BUG] rb_gc_mark(): unknown data type 0x28(0x7f5e3e7eaf10) non object
ruby 1.8.7 (2011-12-28 patchlevel 357) [x86_64-linux]
/usr/bin/ruby18 -I"lib:lib:test" -I"/usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib" "/usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/*_test.rb"
Loaded suite /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/rake_test_loader
Started
....FFFF..........EEEEEEEEEEEEEEE................FP..FFF....
Finished in 0.451665 seconds.
1) Failure:
test_stores_the_delocalizable_fields(DelocalizableTest)
[/media/repos/flame/git/delocalize/test/delocalizable_test.rb:17:in `test_stores_the_delocalizable_fields'
/usr/lib64/ruby/gems/1.8/gems/activesupport-3.0.11/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
[19/Apr/2014:03:08:43 +0000] U1HoutWFfUgAAFNzIhwAAAAD 74.121.150.99 35804 213.133.125.72 443
--42a7ac07-B--
GET /articles.atom HTTP/1.0
Host: blog.flameeyes.eu
User-Agent: FeedValidator/1.3
If-None-Match: \"a006f-1db66-4f754c879dc79\"
Accept-Encoding: gzip,deflate
--42a7ac07-F--
HTTP/1.1 403 Forbidden

Keybase proof

I hereby claim:

  • I am Flameeyes on github.
  • I am flameeyes (https://keybase.io/flameeyes) on keybase.
  • I have a public key whose fingerprint is BDAE F300 8A1C C620 79C2 A168 4766 4B94 E36B 629F

To claim this, I am signing this object:

@Flameeyes
Flameeyes / gist:cebda24b419b3690931d
Last active August 29, 2015 14:04
List of files in the (current) tinderbox that require RAND_egd()
# Updated 2014-08-05
RAND_egd /opt/scratchbox/host_shared/lib/libcurl.so.3.0.0
RAND_egd /opt/scratchbox/tools/lib/python2.3/lib-dynload/_ssl.so
RAND_egd /opt/scratchbox/tools/bin/wget
RAND_egd /opt/scratchbox/tools/bin/w3m
RAND_egd /opt/SpiderOak/lib/libcurl.so.4
RAND_egd /opt/SpiderOak/lib/_ssl.so
RAND_egd /opt/tivoli/tsm/client/ba/bin/libcurl.so.4
RAND_egd /opt/Adobe/Reader9/Reader/intellinux/lib/libcurl.so.3.0.0
@Flameeyes
Flameeyes / gist:5a5598094d7d6343dbb6
Created October 15, 2014 18:27
XBMC Box kernel issue
[73453.248032] ------------[ cut here ]------------
[73453.248054] WARNING: CPU: 1 PID: 225 at drivers/gpu/drm/i915/intel_display.c:3324 intel_crtc_wait_for_pending_flips+0x175/0x180()
[73453.248058] Modules linked in: snd_hda_codec_hdmi snd_hda_intel snd_hda_controller snd_hda_codec microcode
[73453.248074] CPU: 1 PID: 225 Comm: X Not tainted 3.16.5 #3
[73453.248078] Hardware name: /D54250WYK, BIOS WYLPT10H.86A.0026.2014.0514.1714 05/14/2014
[73453.248081] 0000000000000009 ffff88040671f7b8 ffffffffa34b8347 0000000000000007
[73453.248088] 0000000000000000 ffff88040671f7f8 ffffffffa2e43c62 ffff88040671f808
[73453.248094] 0000000000000000 ffff880408e78000 ffff880408f77cd8 ffff88040929c800
[73453.248100] Call Trace:
[73453.248113] [<ffffffffa34b8347>] dump_stack+0x4e/0x71
@Flameeyes
Flameeyes / deskew.c
Last active August 29, 2015 14:08
Manualy reduced testcase
extern void externCall(float);
extern float sinrotation();
extern float cosrotation();
static const float midX = 850.5f;
static const float midY = 1753.5f;
void main() {
const float srcX = midX * cosrotation() - midY * sinrotation();
externCall(srcX);
@Flameeyes
Flameeyes / gist:d220dfc0441677ed4385
Created January 4, 2015 19:50
Queries for a single post fetch from Typo :(
Started GET "/2015/01/blabhalbhalbha" for 127.0.0.1 at 2015-01-04 11:46:31 -0800
Processing by ArticlesController#redirect as HTML
Parameters: {"from"=>"2015/01/blabhalbhalbha"}
Trigger Load (0.8ms) SELECT "triggers".* FROM "triggers" WHERE (due_at <= '2015-01-04 19:46:31.560203')
Blog Load (0.8ms) SELECT "blogs".* FROM "blogs" ORDER BY id LIMIT 1
(0.3ms) SELECT COUNT(*) FROM "users"
Article Load (4.4ms) SELECT "contents".* FROM "contents" WHERE "contents"."type" IN ('Article') AND "contents"."published" = 't' AND "contents"."permalink" = 'blabhalbhalbha' AND ("contents"."published_at" BETWEEN '2015-01-01 00:00:00.000000' AND '2015-01-31 23:59:59.000000') ORDER BY published_at DESC LIMIT 1
#<Comment:0x000b98b705dd30> entering state Unclassified
TextFilter Load (0.4ms) SELECT "text_filters".* FROM "text_filters" WHERE "text_filters"."id" = 2 LIMIT 1
CACHE (0.0ms) SELECT "blogs".* FROM "blogs" ORDER BY id LIMIT 1
Python 2.7.9 (default, Dec 25 2014, 11:17:50)
[GCC 4.8.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yaml
>>> class Foo(object):
... pass
...
>>> yaml.dump(Foo())
'!!python/object:__main__.Foo {}\n'
>>>