- 日程: 5/5-6 1泊2日
- 目的:
- 日本海を見る
- 海っぽいものを食べる
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
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<script src="./index.js"></script> | |
</head> | |
<body> | |
<div id="outer"> | |
<div id="inner"></div> | |
</div> |
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
local.*/ | |
cpanfile.*.snapshot |
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
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Data::Section::Simple; | |
use Text::Xslate::Util; | |
use Text::Xslate; | |
my $vpath = Data::Section::Simple->new()->get_data_section(); | |
my $vars = { foo => 'hoge', bar => 'fuga' }; |
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
use strict; | |
use warnings; | |
my $app = sub { | |
my ($env) = @_; | |
return [ 200, [ 'Content-Type' => 'text/plain' ], [ "HTTP_HOST: $env->{HTTP_HOST}" ] ]; | |
}; |
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
#!/bin/bash | |
# 思考停止で gzip にしつつ mysqldump でテーブルをバックアップしたりレストアしたりするぞ | |
if [ $# != 2 ]; then | |
echo 'tablebackup.sh backup TABLE' | |
echo 'tablebackup.sh restore DUMP.sql' | |
exit 1; | |
fi |
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
cl_interp "0" | |
cl_interp_ratio "1" | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_lagcompensation "1" | |
cl_interpolate "1" | |
cl_disablefreezecam "1" | |
snd_mixahead "0.05" | |
fps_max "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
package main | |
import ( | |
"fmt" | |
"time" | |
) | |
func intervalIterator(from, to time.Time, interval time.Duration) struct { | |
hasNext func() bool | |
get func() time.Time |
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 main | |
import ( | |
"fmt" | |
"image" | |
"image/color" | |
"image/png" | |
"io/ioutil" | |
"os" | |
) |
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
W/SignalStrength( 957): SignalStrength after validate=SignalStrength: 19 0 -120 -160 -120 -1 -1 99 2147483647 2147483647 2147483647 2147483647 cdma | |
D/FastDormancyService( 957): Find DataConnection | |
D/StatusBar.NetworkController( 861): onServiceStateChanged state=0 home NTT DOCOMO NTT DOCOMO 44010 UMTS:3 CSS not supported -1 -1 mDataState=0 RoamInd=-1 DefRoamInd=-1 EmergOnly=false RegistrationState=1 | |
D/StatusBar.NetworkController( 861): Combining data service state0for signal | |
D/StatusBar.NetworkController( 861): refreshViews connected={ data } level=4 combinedSignalIconId=0x7f0200c9/com.android.systemui:drawable/stat_sys_signal_4_fully combinedActivityIconId=0x0 mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0200c9 mDataDirectionIconId=0x7f0200a7 mDataSignalIconId=0x7f0200c9 mDataTypeIconId=0x7f0200a0 mNoSimIconId=0x0 mWifiIconId=0x0 mBluetoothTetherIconId=0x1080546 | |
D/DMC_SERVICE( 3679): DmcTimeChangeAndPhoneStatusReceiver:onReceive | |
I/DMC_GLOBAL( 3679): boot_completed = 1 | |
D/DMC_SERVICE( 3679): |