Prelude A few months back we’ve had a company meeting, where my friend Paweł Szymankiewicz showed the animation he’d done during his Research & Development. And I loved it. After the meeting, I decided that I will code it. I never knew what I’m going to struggle with… GIF 1 “The animation” Let’s start! As we can see in the GIF above, there is a lot of going on. After clicking on the bottom menu it
NectarJSJavaScript native compiler. No bytecode no VM, just pure native binaries. Performance and SpeedWith NectarJS's AOT compiler, your JavaScript code will outperform all other JavaScript engines and run with its full potential, without any bytecode or VM. One Language for AllWith NectarJS, you can create almost anything, from device drivers to desktop applications, with one language : JavaScri
pip install scrapy cat > myspider.py <<EOF import scrapy class BlogSpider(scrapy.Spider): name = 'blogspider' start_urls = ['https://www.zyte.com/blog/'] def parse(self, response): for title in response.css('.oxy-post-title'): yield {'title': title.css('::text').get()} for next_page in response.css('a.next'): yield response.follow(next_page, self.parse)EOF scrapy runspider myspider.py
xmlns:tools? Androidのレイアウトファイルに以下のような記述が含まれていることがあります。 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context=".MyActivity" このxmlns:toolsやtools:contextとはなんでしょうか。 答えは、Android Tools Projectに書いてありました。 http://tools.android.com/tech-docs/tools-attributes 英語よくわからん という僕自身のために、内容を簡単にまとめました。 tools:ignore lint用 tools:ignoreはリソースの
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く