放送で紹介する用。書きかけです。
ちょっと伸びたのでさらに追記。これは元々自分の勉強がてら書いていたもので、これを書く過程でどうしても自分の理解では説明できないところがあり koba789 に依頼してペアプロをしてもらった、という流れがあります。その結果が次の動画です。
生放送の流れを円滑にするために資料を公開しましたが、この記事は未完成で、あとでさらに整理して別途記事にまとめるつもりです
放送で紹介する用。書きかけです。
ちょっと伸びたのでさらに追記。これは元々自分の勉強がてら書いていたもので、これを書く過程でどうしても自分の理解では説明できないところがあり koba789 に依頼してペアプロをしてもらった、という流れがあります。その結果が次の動画です。
生放送の流れを円滑にするために資料を公開しましたが、この記事は未完成で、あとでさらに整理して別途記事にまとめるつもりです
| # ==================== Emojis ==================== | |
| # ✨ (:sparkles:) feat: 新機能追加 | |
| # 🐞 (:beetle:) fix: バグ修正 | |
| # 📚 (:books:) docs: ドキュメントの変更 | |
| # 👗 (:dress:) style: 空白、フォーマット | |
| # ♻️ (:recycle:) refactor: リファクタリング | |
| # 🚀 (:rocket:) perf: パフォーマンス向上 | |
| # 🚨 (:rotating_light:) test: テスト | |
| # ⛏ (:pick: chore:) ビルド、補助ツール、ライブラリ | |
| # 🎨 (:art:) design: UI/UX デザイン |
| javascript:(function() { | |
| var project = 'YOUR_PROJECT_NAME'; | |
| var url = `https://scrapbox.io/${project}/`; | |
| var gyazoUrl = location.href; | |
| var ocrText = document.getElementsByClassName('ocr-desc-text')[0].innerText; | |
| var title = document.getElementsByClassName('image-desc-display')[0].innerText; | |
| var lines = [`[${gyazoUrl}]`, '', ocrText, '']; | |
| var body = encodeURIComponent(lines.join('\n')); | |
| window.open(url + encodeURIComponent(title.trim()) + '?body=' + body) | |
| } |
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.pdf
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.epub
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.mobi
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.pdf
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.epub
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.mobi
| #!/bin/sh | |
| sudo rm -rf ~/Library/Developer/Xcode/DerivedData/* | |
| echo "clean Xcode/DerivedData!" | |
| sudo rm -rf ~/Library/Developer/Xcode/Archives/* | |
| echo "clean Xcode/Archives!" | |
| sudo rm -rf ~/Library/Caches/* | |
| echo "clean Library/Caches!" | |
| sudo rm -rf ~/Library/Logs/iOS\ Simulator | |
| echo "clean iOS logs" |
| # ==================== Emojis ==================== | |
| # 🎉 :tada: 初めてのコミット(Initial Commit) | |
| # 🔖 :bookmark: バージョンタグ(Version Tag) | |
| # ✨ :sparkles: 新機能(New Feature) | |
| # 🐛 :bug: バグ修正(Bagfix) | |
| # ♻️ :recycle: リファクタリング(Refactoring) | |
| # 📚 :books: ドキュメント(Documentation) | |
| # 🎨 :art: デザインUI/UX(Accessibility) |
npx installed using npm install -g npx.Free O'Reilly Design Books and convenient script to just download them.
HUGE thanks to O'Reilly for making this resource free. Visit the design page if you want to learn more about the design resources. Also, they do have FREE resources for other topics like: Data, IoT, Programming, Security, Web Development, and WebOps.
Thanks @augbog for the initial gist. If you are a developer or looking for software engineering books, headover to the source of this fork.
How to use:
download.sh file and put it into a directory where you want the files to be saved.cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)対応バージョン: 3.7.2218.55