A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
\usepackage{luatexja} | |
\hypersetup{unicode=true} |
// | |
// UITabBarController+HideTabBar.h | |
// | |
// Created by Joshua Greene on 9/26/13. | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal | |
// in the Software without restriction, including without limitation the rights | |
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
// copies of the Software, and to permit persons to whom the Software is |
<html> | |
<head> | |
<title>Web Speech API</title> | |
<meta charset="utf-8"> | |
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> | |
</head> | |
<body> | |
<input type="button" value="音声認識開始" onclick="startRecognition();"/> | |
<input type="button" value="音声認識終了" onclick="recognition.stop();"/> | |
連続認識<input id="continuous" type="checkbox"> |
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'parallel' | |
ARGV.each do |arg| | |
unless arg =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ | |
STDERR.puts %Q{invalid addr "#{arg}"} | |
exit 1 | |
end | |
end |
#-*- coding: utf-8 -*- | |
Plugin.create :degree_certificate do | |
command(:degree_certificate, | |
name: '卒業証明書を発行', | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :timeline) do |opt| | |
opt.messages.each { |m| |
#!/bin/bash | |
ENCODER="HandBrakeCLI" | |
EXT="mp4" | |
VERSION="r11f18" | |
OUTPUT="$1_$VERSION.$EXT" | |
OPTS='-t 1 -c 1 -f mp4 --denoise="2:1.5:3:2.25" \ | |
-w 1280 -l 720 --crop 0:8:0:0 --modulus 2 -e x264 -q 18 \ |
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
;by doppelganger ([email protected]) | |
;This file is provided for your own use as-is. It will require the character rom data | |
;and an iNES file header to get it to work. | |
;There are so many people I have to thank for this, that taking all the credit for | |
;myself would be an unforgivable act of arrogance. Without their help this would | |
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |