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
// Vimperator plugin: 'Cooperation LDRize Mappings' | |
// Version: 0.25 | |
// Last Change: 07-Jan-2011. Jan 2008 | |
// License: Creative Commons | |
// Maintainer: Trapezoid <[email protected]> - http://unsigned.g.hatena.ne.jp/Trapezoid | |
// | |
// Cooperation LDRize Mappings for Vimperator | |
// | |
// Variables: | |
// g:ldrc_captureMapping |
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
E, [2011-05-24T18:29:48.215098 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/server.rb: 412L | |
E, [2011-05-24T18:29:48.215295 #3880] ERROR -- : #<NoMethodError: undefined method `each' for nil:NilClass> | |
E, [2011-05-24T18:29:48.215380 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/feed.rb:54:in `parse' | |
E, [2011-05-24T18:29:48.215460 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/feed.rb:22:in `initialize' | |
E, [2011-05-24T18:29:48.215542 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/feed.rb:145:in `new' | |
E, [2011-05-24T18:29:48.215623 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/feed.rb:145:in `block in initialize' | |
E, [2011-05-24T18:29:48.215704 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/feed.rb:144:in `each' | |
E, [2011-05-24T18:29:48.215819 #3880] ERROR -- : /home/swirhen/fig/lib/facebook_irc_gateway/feed.rb:144:in `initialize' | |
E, [2011-05-24T18:29:48.215900 #3880] ERROR -- : / |
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
fig.rb:81:in `<main>': /home/swirhen/fig/lib/facebook_irc_gateway/server.rb:281: invalid multibyte char (US-ASCII) (SyntaxError) | |
/home/swirhen/fig/lib/facebook_irc_gateway/server.rb:281: invalid multibyte char (US-ASCII) | |
/home/swirhen/fig/lib/facebook_irc_gateway/server.rb:281: syntax error, unexpected $end, expecting keyword_end | |
mes = 'しゃーなしだな!' |
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/swirhen/fig% bundle exec ruby fig.rb 22:27 | |
(in /home/swirhen/fig) | |
I, [2011-08-14T22:27:36.001361 #29444] INFO -- : Host: 127.0.0.1 Port:16822 | |
I, [2011-08-14T22:27:40.442334 #29444] INFO -- : Client connected, new session starting... | |
D, [2011-08-14T22:27:40.442611 #29444] DEBUG -- : https://www.facebook.com/connect/login_success.html | |
./lib/facebook_irc_gateway/server.rb:64: warning: Object#id will be deprecated; use Object#object_id | |
D, [2011-08-14T22:27:42.312331 #29444] DEBUG -- : id: -611421728, name: MinakoKotobuki | |
./lib/facebook_irc_gateway/server.rb:77: warning: Object#id will be deprecated; use Object#object_id | |
D, [2011-08-14T22:27:43.182038 #29444] DEBUG -- : RECEIVE: NICK swirhen | |
D, [2011-08-14T22:27:43.183370 #29444] DEBUG -- : RECEIVE: USER swirhen 0 * 翠蓮さん@tiarra(ubuntu) |
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
<?PHP | |
/* | |
* PHP upload for Gyazo - v1.2.1 - 3/13/2011 | |
* http://benalman.com/news/2009/10/gyazo-on-your-own-server/ | |
* | |
* Copyright (c) 2011 "Cowboy" Ben Alman | |
* Licensed under the MIT license | |
* http://benalman.com/about/license/ | |
*/ |
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
@import url("style.css"); | |
div#log_popup_menu { | |
position: absolute; | |
width: 230px; | |
left: auto; | |
right: auto; | |
left: 15%; | |
background-color: #808080; | |
-moz-border-radius: .6em; |
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
@import url("style.css"); | |
div#log_popup_menu { | |
width: auto; | |
left: 5%; | |
} | |
div#log_popup_menu ul { | |
margin: -0.3em 0.7em 0.8em; | |
padding: 0; |
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
filename="/data/share/movie/98 PSP用/agqr/"`date +"%Y%m%d_%H%M"`"_$1.flv" | |
efilename=`date +"%Y%m%d_%H%M"`"_$1.flv" | |
echo $filename | |
until [ -s "$filename" ] | |
do | |
rtmpdump --rtmp "rtmpe://fms1.uniqueradio.jp/" --playpath "aandg1" --app "?rtmp://fms-base1.mitene.ad.jp/agqr/" --live -o "$filename" --stop $2 | |
done | |
cd "/data/share/movie/98 PSP用/agqr" | |
if [ $3 = v ]; then | |
/data/share/movie/sh/169mp4_agqr.sh "$efilename" |
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
16:59 トークを開始します | |
16:59 ($OAuth) Exception: | |
16:59 ($OAuth) System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> System.ArgumentException: Invalid X.509 extension. | |
16:59 ($OAuth) at Mono.Security.X509.X509Extension..ctor (Mono.Security.ASN1 asn1) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at Mono.Security.X509.Extensions.SubjectAltNameExtension..ctor (Mono.Security.ASN1 asn1) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at System.Net.ServicePointManager+ChainValidationHelper.CheckServerIdentity (System.Security.Cryptography.X509Certificates.X509Certificate2 cert, System.String targetHost) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at System.Net.ServicePointManager+ChainValidationHelper.ValidateChain (Mono.Security.X509.X509CertificateCollection certs) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at Mono.Security.Protocol.Tls.SslClient |
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
16:59 トークを開始します | |
16:59 ($OAuth) Exception: | |
16:59 ($OAuth) System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> System.ArgumentException: Invalid X.509 extension. | |
16:59 ($OAuth) at Mono.Security.X509.X509Extension..ctor (Mono.Security.ASN1 asn1) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at Mono.Security.X509.Extensions.SubjectAltNameExtension..ctor (Mono.Security.ASN1 asn1) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at System.Net.ServicePointManager+ChainValidationHelper.CheckServerIdentity (System.Security.Cryptography.X509Certificates.X509Certificate2 cert, System.String targetHost) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at System.Net.ServicePointManager+ChainValidationHelper.ValidateChain (Mono.Security.X509.X509CertificateCollection certs) [0x00000] in <filename unknown>:0 | |
16:59 ($OAuth) at Mono.Security.Protocol.Tls.SslClient |
OlderNewer