@miku_raspi
自宅でつけっぱなしの Raspberry Pi で動く(予定の) 初音ミク Twitter bot (Ruby でうごいてる) Generate various infomation from Raspberry Pi, runnung in Ruby (Japanese only.)
author: @keisei_1092
自宅でつけっぱなしの Raspberry Pi で動く(予定の) 初音ミク Twitter bot (Ruby でうごいてる) Generate various infomation from Raspberry Pi, runnung in Ruby (Japanese only.)
author: @keisei_1092
class Hoge { | |
public static void main(String[] args) { | |
System.out.println("Hello, Gist!"); | |
} | |
} |
tell application "Calendar" | |
activate | |
tell application "System Events" | |
tell process "Calendar" | |
click menu item "Enter Full Screen" of menu 1 of menu bar item "View" of menu bar 1 | |
end tell | |
end tell | |
end tell |
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d {"name":"ほげ"} http://cps.miraitoarumachi.com/people |
# playbook.yml | |
--- | |
- hosts: all | |
sudo: true | |
user: vagrant | |
tasks: | |
- name: Vimをインストールする | |
yum: name=vim state=present | |
- name: zshをインストールする | |
yum: name=zsh state=present |
# Path to your oh-my-zsh configuration. | |
ZSH=$HOME/.oh-my-zsh | |
# For Solarized | |
export TERM="xterm-256color" | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. |
set encoding=utf-8 | |
set termencoding=utf-8 | |
set fileencoding=utf-8 | |
set fileencodings=utf-8,iso-2022-jp,euc-jp,ucs21e,ucs-2 | |
set noswapfile | |
set ruler | |
set laststatus=2 | |
set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8P | |
set title | |
set wildmenu |
# Path to your oh-my-zsh installation. | |
export ZSH=~/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="wedisagree" | |
# Uncomment the following line to use case-sensitive completion. |
XPathFactory xpf = XPathFactory.newInstance();
XPath xp = xPathfactory.newXPath();
title
要素を指定する// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |