Skip to content

Instantly share code, notes, and snippets.

View kimikimi714's full-sized avatar

kimikimi714 kimikimi714

View GitHub Profile
@kotakanbe
kotakanbe / mohikan_slack_channels.md
Last active November 22, 2024 11:30
モヒカンslack( https://mohikan.slack.com )のチャネルリスト
@maiha
maiha / 1.候補(OSS)
Last active August 29, 2015 14:07
scalaで使えるjob schedulerの調査 (2014.10.03)
a) akka.actor.Scheduler
* akka bundle
* 生akka系
* 永続化: なし
* 使用例: 'system.scheduler.scheduleOnce(8 hours, self, StartDeliveryWorkers)'
* akka: 2.3 ready
* 開発: 活発 (akkaに依存)
b) akka-quartz-scheduler
* https://github.com/enragedginger/akka-quartz-scheduler
<?php
/**
* php.ini
* phar.readonly=0
*
*
* /path/to/dir
* buildphar.php
* /src
@hakopako
hakopako / VM-setting.md
Last active August 29, 2015 13:58
VMの環境を手動で構築する手順
@sharkpp
sharkpp / mkphar.php
Last active December 29, 2015 19:19
FuelPHP を Phar にまとめるためのスクリプト
<?php
/*
* Copyright (c) 2013 sharkpp
* This software is released under the MIT License.
* http://opensource.org/licenses/mit-license.php
*/
// 確実に削除
@unlink('index.phar');
// phar書庫作成のためクラスを生成
$phar = new Phar(__DIR__ . '/index.phar', 0, 'index.phar');
@rxaviers
rxaviers / gist:7360908
Last active December 26, 2024 12:49
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@Gab-km
Gab-km / github-flow.ja.md
Last active October 29, 2024 10:17 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)
@tatsuro-ueda
tatsuro-ueda / GitHub Pagesの開設のしかた.md
Created September 3, 2012 10:49
GitHub Pagesの開設のしかた

##GitHub Pagesの開設のしかた(2012年9月版)

  1. username.github.comという名前のリポジトリをつくる

  2. つくったリポジトリに入る

  3. 「Admin」をクリック

  4. 下にスクロール

@nicerobot
nicerobot / README.md
Last active November 13, 2024 20:27
Mac OS X uninstall script for packaged install of node.js from https://stackoverflow.com/a/9287292/23056

To run this, you can try:

curl -ksO https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh
chmod +x ./uninstall-node.sh
./uninstall-node.sh
rm uninstall-node.sh
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: