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
Earthquake.init do | |
command :iikanji do | |
strs = ["超","いい感じ"] | |
twitter.update (1..35).to_a.map {|_| strs.sample }.join | |
end | |
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
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND | |
jenkins 193 0.0 0.6 19334880 27184 ?? S 月07PM 0:07.74 /Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL Agent.app/Contents/MacOS/SIMBL Agent |
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
keepAlive = ()-> | |
setInterval (()-> | |
options = | |
host: 'host.herokuapp.com', | |
port: 80, | |
path: '/' | |
http.get(options, (res)-> | |
console.log "keepAlive" | |
).on 'error', (err)-> | |
console.error "Error : KeepAlive", err.message, err |
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 info.aki017.Test; | |
import javafx.application.Application; | |
import javafx.event.ActionEvent; | |
import javafx.event.EventHandler; | |
import javafx.scene.Scene; | |
import javafx.scene.control.Hyperlink; | |
import javafx.scene.control.Label; | |
import javafx.scene.layout.BorderPane; | |
import javafx.scene.layout.HBox; |
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
Interval Since Last Panic Report: -4 sec | |
Panics Since Last Report: 1 | |
Anonymous UUID: 73C3BA2E-D970-3CA2-8541-AB51AA78AE86 | |
Thu Dec 26 05:58:39 2013 | |
panic(cpu 1 caller 0xffffff8024cb8945): Kernel trap at 0xffffff7fa649d835, type 0=divide error, registers: | |
CR0: 0x0000000080010033, CR2: 0x00000001038ff000, CR3: 0x0000000002008062, CR4: 0x00000000001606e0 | |
RAX: 0x0000000000000000, RBX: 0xffffff804a996800, RCX: 0x0000000000000000, RDX: 0x0000000000000000 | |
RSP: 0xffffff811662b9e0, RBP: 0xffffff811662ba00, RSI: 0x0000000000000000, RDI: 0xffffff804a996800 | |
R8: 0xffffff804a3cdb00, R9: 0xffffff8109d7f000, R10: 0xffffff804a996aa4, R11: 0xffffff7fa64390da |
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
Date/Time: 2013-12-28 23:12:14 +0900 | |
OS Version: 10.8.5 (Build 12F45) | |
Architecture: x86_64 | |
Report Version: 11 | |
Command: YoruFukurou | |
Path: /Applications/YoruFukurou.app/Contents/MacOS/YoruFukurou | |
Version: 2.78 (2.78) | |
App Item ID: 428834068 | |
App External ID: 14315874 |
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
#include <stdio.h> | |
#include <math.h> | |
int main(int argc, char const* argv[]) | |
{ | |
int member; | |
int i; | |
printf("please put number of data: "); | |
scanf("%d", &member); | |
int point[member]; |
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
Unhandled Exception: | |
System.TypeInitializationException: | |
An exception was thrown by the type initializer for System.Net.Dns ---> | |
System.TypeInitializationException: | |
An exception was thrown by the type initializer for System.Net.Sockets.Socket ---> | |
System.Configuration.ConfigurationErrorsException: | |
Error Initializing the configuration system. ---> | |
System.MissingMethodException: | |
Method not found: | |
'Default constructor not found...ctor() of System.Configuration.ExeConfigurationHost' |
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/AndroidRuntime(16275): Caused by: java.lang.NoClassDefFoundError: android/os/AsyncTask | |
E/AndroidRuntime(16275): at android.webkit.WebView.setupPackageListener(WebView.java:2031) | |
E/AndroidRuntime(16275): at android.webkit.WebView.<init>(WebView.java:1737) | |
E/AndroidRuntime(16275): at android.webkit.WebView.<init>(WebView.java:1694) | |
E/AndroidRuntime(16275): at android.webkit.WebView.<init>(WebView.java:1683) | |
E/AndroidRuntime(16275): at android.webkit.WebView.<init>(WebView.java:1342) | |
E/AndroidRuntime(16275): at android.webkit.WebView.<init>(WebView.java:1333) | |
E/AndroidRuntime(16275): at ***********.***Activity.setupLayout(***.java:37) | |
E/AndroidRuntime(16275): at ***********.***Activity.onCreate(***.java:25) | |
E/AndroidRuntime(16275): at android.app.Activity.performCreate(Activity.java:4486) |
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
NAME="Ubuntu" | |
VERSION="13.10, Saucy Salamander" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu 13.10" | |
VERSION_ID="13.10" | |
HOME_URL="http://www.ubuntu.com/" | |
SUPPORT_URL="http://help.ubuntu.com/" | |
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" |