モヒカンslackのチャネルリスト(毎日 AM 5:00 自動更新)
詳細はQiita:究極のIT系最新技術情報収集用Slackチーム公開 - モヒカンSlack -を参照。
参加は
モヒカンslackのチャネルリスト(毎日 AM 5:00 自動更新)
詳細はQiita:究極のIT系最新技術情報収集用Slackチーム公開 - モヒカンSlack -を参照。
参加は
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 |
$ vagrant box add centos-6.4 http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20130427.box
$ vagrant init
$ vi VagrantFile
config.vm.network :private_network, ip: "192.168.33.10"
-> config.vm.network :private_network, ip: "hogehoge(別に変えなくてもいい)"
$ vagrant up
<?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'); |
People
: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: |
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
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)