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
<html> | |
<head> | |
<title>start application automatically and kill myself.</title> | |
<script type="text/javascript"> | |
function init(){ | |
var iframe = document.createElement('iframe'); | |
iframe.src = "sms:///"; | |
document.body.appendChild(iframe); | |
window.opener = window; |
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/sh | |
case $# in | |
1) base=$(basename $1);; | |
2) base=$2;; | |
*) echo 'usage: dropcopy.sh source_file [target_file]';; | |
esac | |
if [ -z "$DROPBOX_PUBLIC" ]; then | |
if [ -e "~/Dropbox/Public" ]; then |
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
<div id="css3book"> | |
<div class="book-host"> | |
<div class="book"> | |
<div class="dummy"> | |
<div class="book-cover"></div> | |
<div class="dummy-page" id="dummy-page0"></div> | |
<div class="dummy-page" id="dummy-page1"></div> | |
<div class="dummy-page" id="dummy-page2"></div> | |
<div class="dummy-page" id="dummy-page3"></div> | |
<div class="dummy-page" id="dummy-page4"></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
<div style="margin-bottom:12px; padding-top: 5px; padding-bottom: 10px; text-align: center; background-color: #444; border: medium solid #fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;"> | |
<div style="margin: 5px 0px; font-weight:bold; font-size: 12px;">はむへい牧場 (・◇・)ゝビシッ</div> | |
<div style="margin-bottom: 10px;font-size: 8px;">待望のリアルソーシャルゲーム登場!!<br>みんなではむへいを育てようo(^∇^)o</div> | |
ヾ(^◇^)〃 <script type="text/javascript" src="http://growbutton.com/javascripts/button.js?apikey=[Your API Key]&shape=rectangle"></script> | |
</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
<html> | |
<head> | |
<meta http-equiv="Content-Style-Type" content="text/css"> | |
<style type="text/css"> | |
<!-- | |
table {background: #777777 } | |
#title th{ background: #222222; color: white; } | |
th,td { padding:5px;} | |
.odd { background:#aaaaaa; } | |
.even { background:#f2f2f2 } |