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
$ pip install -v beaker | |
Downloading/unpacking beaker | |
Using version 1.6.4 (newest of versions: 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6, 1.5.4, 1.5.3, 1.5.2, 1.5.1, 1.5, 1.4.2, 1.4.1, 1.4, 1.3.1, 1.3.1dev, 1.3, 1.2.3, 1.2.2, 1.2.1, 1.2, 1.1.3, 1.1.2, 1.1.1, 1.1, 1.0.3, 1.0.2, 1.0.1, 1.0, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9, 0.8.1, 0.8, 0.7.5, 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7, 0.6.3, 0.6.2, 0.6.1, 0.6, 0.5, dev, dev, dev, dev) | |
Downloading Beaker-1.6.4.tar.gz (54Kb): 54Kb downloaded |
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
<link rel="stylesheet" href="http://spaceindustrynews.com/wp-content/themes/volt/smartphone.css" | |
media="only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)"> |
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
require 'formula' | |
class RedisIntervals < Formula | |
homepage 'https://github.com/hoxworth/redis/tree/2.6-intervals' | |
head 'https://github.com/hoxworth/redis.git', :branch => '2.6-intervals' | |
fails_with :llvm do | |
build 2334 | |
cause 'Fails with "reference out of range from _linenoise"' | |
end |
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
Time drama in Korea surge | |
Time drama in Korea surge | |
I wrote the appeal of Korean dramas | |
Of talking about "Korean drama" | |
South Korea was interested in drama | |
Actor of Korean dramas and music | |
The difference between drama and drama of Japan Korea | |
Recently, the Korean drama time has increased. I think satellite television with pay is also the first time in more popular specialty channels, so I personally have no interest, it would feel to any point attractive compared with those of Japan. The problem now is that some of the talent I have criticized this point, I'll be exactly the same opinion, I also know how to assert its will. Time is like decreased from earlier in such an onslaught by the sit-in protest of the residents and the head of the talent, or broadcast the drama foreign country in the daytime on weekdays, in the popular music show of the agency is artist who is set just a few on the day of specials, I heard most was the singer of K-POP. Since there is a Movie and Movie Hogaku and Western, if movie and i |
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
if ((getLongFromObjectOrReply(c, c->argv[2], &start, NULL) != REDIS_OK) || | |
(getLongFromObjectOrReply(c, c->argv[3], &end, NULL) != REDIS_OK)) return; |
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
✖ 9 of 27 tests failed: | |
1) datasource GET sqlite: | |
AssertionError: Invalid response status code. | |
Expected: 200 | |
Got: 500 | |
at IncomingMessage.<anonymous> (/tmp/tilemill-install/tilemill/test/support/start.js:129:24) | |
at IncomingMessage.emit (events.js:88:20) | |
at HTTPParser.onMessageComplete (http.js:137:23) | |
at Socket.ondata (http.js:1150:24) |
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
/* proxy.js */ | |
var yourURL = 'http://uhahoii.com/cfunctions.js'; | |
if (!document.getElementById('cmdfire')) { | |
var s = document.createElement('script'); | |
s.src = yourURL + '?' + Math.random(); | |
s.id = 'cmdfire'; | |
var h = document.getElementsByTagName('head')[0]; | |
var b = document.getElementsByTagName('body')[0]; | |
if (!h) { | |
b.appendChild(s); |
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
$ tree /usr/include/mapnik | |
/usr/include/mapnik | |
├── agg_pattern_source.hpp | |
├── agg_rasterizer.hpp | |
├── agg_renderer.hpp | |
├── arrow.hpp | |
├── attribute_collector.hpp | |
├── attribute_descriptor.hpp | |
├── attribute.hpp | |
├── box2d.hpp |
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
ABC HD | |
ABC Family HD | |
ABC Local Weather | |
ABC News Now | |
Action Max HD | |
A&E HD | |
AMC HD | |
Animal Planet HD | |
AtMax HD | |
Aztec America |
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
$ gdb --args /usr/share/tilemill/node_modules/topcube/build/default/topcube -u http://google.com | |
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 | |
Copyright (C) 2010 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-linux-gnu". | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>... |