Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
| #!/bin/sh | |
| curl -s http://www22.atwiki.jp/madoka-magica/pages/56.html|grep '「'|head -n 306|tail -n 9|sed 's:暁美ほむら:エンジニア:g'|sed 's:ほむら:エンジニア:g'|sed 's:彼女:エンジニア:g'|sed 's:まどか:自分たち:g'|sed 's:時間軸:リファクタ:g'|sed 's:ワルプルギス:そ○○○ん:g' |
| public void 計算処理(String pkt_年月日1, long pkt_通算日1){ | |
| // | |
| /*** 前年までの「うるう年」を考慮する。 ***/ | |
| クラス_Rv作業領域.setうるう年数((クラス_Rv作業領域.get年() - 1900 - 1)/4); | |
| // | |
| /*** 前年までの通算日付を求める。 ***/ | |
| クラス_Rv作業領域.set合計日数((クラス_Rv作業領域.get年() - 1900) * 365 + クラス_Rv作業領域.getうるう年数()); | |
| // | |
| /*** 入力された年がうるう年か判定する ***/ | |
| クラス_Rv作業領域.set作業用年(GlobalUtil.round(クラス_Rv作業領域.get年()/4,0,RoundingMode.DOWN)); |
| # Demonstrate helper for rendering twitter intents | |
| # | |
| # Usage: | |
| # | |
| # Twitter::Intents.tweet( | |
| # :text => 'Hello, world!', | |
| # :via => 'rjzaworski', | |
| # :url => 'https://gist.github.com/gists/4012584' | |
| # ) | |
| # |
モヒカンslackのチャネルリスト(毎日 AM 5:00 自動更新)
詳細はQiita:究極のIT系最新技術情報収集用Slackチーム公開 - モヒカンSlack -を参照。
参加は
| 日時: | 2016-12-10 |
|---|---|
| 作: | @voluntas |
| バージョン: | 0.1.1 |
| url: | https://voluntas.github.io/ |
概要
You probably arrived here because of a curt message in response to an issue you filed on a repo that I contribute to. Sorry about that (particularly if you filed the issue long ago and have been waiting patiently for a response). Let me explain:
I work on a lot of different open source projects. I really do like building software that makes other people's lives easier, but it's crazy time-consuming. One of the most time-consuming parts is responding to issues. A lot of OSS maintainers will bend over backwards to try and understand your specific problem and diagnose it, to the point of setting up new test projects, fussing around with different Node versions, reading the documentation for build tools that we don't use, debugging problems in third party dependencies that appear to be involved in the problem... and so on. I've personally spent hundreds of hours of my free time doing these sorts of things to try and help people out, because I want to be a responsible maintainer and I