エアリストカッターみたいなの開発してるひといたな…なんだっけ…?
Notices by カバ (yoto_3@qiitadon.com), page 44
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 11:23:03 JST カバ
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 11:21:31 JST カバ
ひろがる商売(やさしい世界)
-
prograti (prograti@qiitadon.com)'s status on Tuesday, 23-Oct-2018 11:17:30 JST prograti
GeoLogic Adは最低お申込金額がゼロで良いのか。市区町村レベルで配信できるんだったら、フランチャイズ系に良さそうだな。本部がまとめて全店舗分の販促物作ってるとこ多いし。
-
かーてん (carotene512@qiitadon.com)'s status on Tuesday, 23-Oct-2018 11:06:47 JST かーてん
1位になっとりました(╹◡╹)ウオォー
https://www.wantedly.com/companies/geologic/post_articles/139705 -
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 10:33:38 JST カバ
メンヘラテクノロジーとメンヘラ.jpが合併してメンヘラコングロマリットに…
-
ひだお初段@Qiitadon (hidao@qiitadon.com)'s status on Tuesday, 23-Oct-2018 09:04:11 JST ひだお初段@Qiitadon
1位のタイトルも相当エモいんだけど、Wantedlyってそういうサイトなの?
常識では考えられない世界、アンビリバボー
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 09:04:14 JST カバ
1位が気になりすぎるでしょ
-
かーてん (carotene512@qiitadon.com)'s status on Tuesday, 23-Oct-2018 09:02:08 JST かーてん
昨日の求人記事、一夜にしてwantedlyのトレンド2位になりました!拡散してくださった皆様のおかげです。ありがとうございました(╹◡╹)
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 08:55:07 JST カバ
素数じゃないのか…
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 08:53:58 JST カバ
素数?どこ?
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 07:04:32 JST カバ
Buriedbornesをアンインストールした。こんなん人生がヤバい。
-
カバ (yoto_3@qiitadon.com)'s status on Tuesday, 23-Oct-2018 07:02:05 JST カバ
タレかけごはんじゃん…
-
えぬしち (enu7@qiitadon.com)'s status on Tuesday, 23-Oct-2018 06:32:36 JST えぬしち
うな丼の鰻抜き
イケる気がする -
カバ (yoto_3@qiitadon.com)'s status on Monday, 22-Oct-2018 18:31:14 JST カバ
おなじみDuff's Device
send(to, from, count)
register short *to, *from;
register count;
{
register n = count / 8;
do {
*to = *from++;
*to = *from++;
*to = *from++;
*to = *from++;
*to = *from++;
*to = *from++;
*to = *from++;
*to = *from++;
} while (--n > 0);
} -
カバ (yoto_3@qiitadon.com)'s status on Monday, 22-Oct-2018 18:29:52 JST カバ
おなじみ値の交換
int a = 1;
int b = 2;
a = b - a;
b = b - a;
a = a + b; -
ぽんず (anzumuemue@qiitadon.com)'s status on Monday, 22-Oct-2018 17:44:38 JST ぽんず
なんかやたらトリッキーなコードを書く人がいるんですよね…。
2~1000まで偶数だけを使った、という場合って
for i in range(2, 10000, 2):
とか真っ先に浮かぶのにfor i in range(2, 10000)[0::2]:
ってやったり…。
ジェネレータだから処理速度も使用メモリも変わらないけど…。みなさんはどんなトリッキーなコードを見たことありますか?
-
カバ (yoto_3@qiitadon.com)'s status on Monday, 22-Oct-2018 16:47:16 JST カバ
GitHub障害でみんなやる事なくてTwitterで煽り合いが始まっていた。悲しい世界。
-
カバ (yoto_3@qiitadon.com)'s status on Monday, 22-Oct-2018 16:44:56 JST カバ
DNSのベストプラクティスみたいにバージョン管理も複数ベンダーのを並行稼働して冗長性を高めるとかになるのかな…
-
( ᐛ) まりなっピ (sasanquaneuf@qiitadon.com)'s status on Monday, 22-Oct-2018 16:11:34 JST ( ᐛ) まりなっピ
bitbucketのcircle ciはさくさくうごいています
-
HRS (hrs@qiitadon.com)'s status on Monday, 22-Oct-2018 16:05:17 JST HRS
circleci cli動かないのgithubの障害のせいかもしかして