Skip to content

Instantly share code, notes, and snippets.

View bouzuya's full-sized avatar

bouzuya bouzuya

View GitHub Profile
(ns google-reader.xml-test
(:require [clojure.xml :as xml]
[clojure.zip :as zip]
[clojure.data.zip.xml :as dzx])
(:use clojure.test))
(def xml-str-1
(str "<root id='1'>"
" <parent id='2'>"
" <child id='3'/>"
@mollifier
mollifier / zshrc_useful.sh
Last active April 9, 2024 06:29
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
@cointoss1973
cointoss1973 / checkvdnfw.cmd
Last active March 17, 2017 02:06
レジストリを自動的に参照して.NET Frameworkのバージョンを検出・表示するバッチ・ファイル http://www.atmarkit.co.jp/ait/articles/1210/26/news086.html
@echo off
REM ------------------------------------------------------------------------------
REM .NET Frameworkバージョン自動検出用バッチ・ファイル(2012年10月26日版)
REM
REM Windows TIPS: .NET Frameworkのバージョンを確認する方法
REM http://www.atmarkit.co.jp/ait/articles/1210/26/news086.html
REM Copyright (C) 2000-2012 Digital Advantage Corp.
REM ------------------------------------------------------------------------------

コスティキャンのゲーム論

コスティキャンのゲーム論

読んだ上でのメモ

はじめに

ゲームデザイナーは、ゲームを評価し、ゲームを理解し、それがどのように機能し、なぜ面白いのかを理解するための方法を求めている。 つまりゲームを分析するための手法を考えなければならないわけだ。

@shin1x1
shin1x1 / gist:7006593
Last active August 30, 2016 00:29
2013/10/17 Twilio API 勉強会でのハンズオン内容です。

Composer インストール

$ mkdir yourdir
$ cd yourdir
$ curl -s http://getcomposer.org/installer | php

$ ls
composer.phar
@LinusU
LinusU / README.md
Last active July 17, 2021 08:06 — forked from apla/icons_and_splash.js
Icons and Splash images for your Cordova project. (with iOS 7 support)

Usage

Install cordova into node_modules

npm install cordova

Add icons_and_splash.js

(ns chanplay.core
(:require
[goog.dom :as dom]
[goog.events :as events]
[cljs.core.async :as async
:refer [<! >! chan close! sliding-buffer put! alts!]]
[jayq.core
:refer [$ append ajax inner html $deferred when done resolve pipe on] :as jq]
[crate.core :as crate]
)
@bouzuya
bouzuya / wip-pr
Created April 5, 2014 06:49
Backlog + git-flow + WIP PRな運用でdevelopブランチからWIP PR投げるまでを処理するスクリプト
#!/bin/bash
# Description:
# Backlog + git-flow + WIP PR script
# Usage:
# wip-pr pj-123
#
# Requirement:
# use Mac OS X
// ==UserScript==
// @name Github WIP pull request
// @namespace https://github.com/emanon001/
// @description Github での WIP pull request 運用を便利にするあれこれ
// @include https://github.com/*/pull/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);
# Description:
# syussya
#
# Dependencies:
# "request"
# "cheerio"
#
# Configuration:
# None
#