I got Arch Linux ARM installed on a Lenovo Chromebook Duet! I mostly used the instructions from the Arch Wiki as reference.
2020-05-13 追記
- 継続して観測していて、対応が行われたアカウントの記録などを残している https://twitter.com/bulkneets/status/1259419102851903490
- FAQとして「機械が人間の都合に合わせろ」に対する反論を取り急ぎ置いておく
- 走り書きで書いた https://twitter.com/bulkneets/status/1260524434256879617
- https://twitter.com/voqn/status/1259515760986095617
- Remote Code Executionとして、Advisoryが更新された。
- https://groups.google.com/d/msg/rubyonrails-security/zRNVOUhKHrg/GmmcVXcmAAAJ
- Thanks to @sorah @tenderlove
Twitter のストリーミング API が滅亡した今、 tweetdeck をスクレイピング(?)するのが一番簡単に twitter の更新情報をリアルタイムに取得する方法だと思います。
ここではその方法を説明します。
puppeteer は極めて強力なソフトウェアで、本物の Chrome を使って簡単に Web サイトの操作を自動化したりスクレイピングしたりできます。
今回のような用途で特筆すべき点は、 puppeteer は Web アプリケーションの Ajax リクエストのレスポンスを横取りできる点です。以下に例を示します
Heroku Customer Solutions Architect の正式なJob Descriptionsはこちらです。直接ご応募される方はリンク先のページ下部にある「Apply」ボタンをクリックして必要項目の入力に進んでください。
Herokuのカスタマーソリューションアーキテクトの職務内容についてはリンク先の文書を参照していただければと思いますが、ここでは約4年間このポジション相当の職務をやってきた私自身の経験から、CSAに求められる役割と期待値について書いていきたいと思います。
更新: | 2014-11-20 |
---|---|
バージョン: | 0.0.5 |
作者: | @voluntas |
URL: | http://voluntas.github.io/ |
概要
@kuzuha よりネタ投下していただいたので、Scalaで実装してみた。
ネタ元: 裏サンデー | 寿司 虚空編 | 第1話
import scala.annotation.tailrec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
try: | |
import bisect | |
except: | |
pass | |
def main(): | |
(num_items, num_days) = map(int, raw_input().split()) | |
prices = sorted(int(raw_input()) for n in xrange(num_items)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns hentai.core | |
(:require | |
[clojure.core.async :as async :refer :all]) | |
(:use | |
[hentai.crawler] | |
[clojure.tools.logging])) | |
(defn- zip [a b] | |
(map (fn [x y] (vector x y)) a b)) |
NewerOlder