Welcome to VoCore VoCore is open hardware and runs Linux(OpenWrt). It has 128MB DDR, WIFI, USB, UART, I2C, SPI, 20+ GPIOs but only one inch square(25.8mm). It will help you to make a smart house, study embedded system or even make the tiniest router in the world. You will not only get the VoCore …
初心者向け。覚えておきたい 「ガード節」という書き方。 – Qiita
最初に 何においてもそうですが、どのような場合にも当てはまるやり方というものではありません。 ケースによっては逆に読みづらくバグを生みやすくなる場合もあります。 これから紹介するものは、コードを最適化するとき、読みやすくするときの手段の一つとして理解していただければと思います。 ガード節とは 処理の対…
How To Corrupt An SQLite Database File
Overview An SQLite database is highly resistant to corruption. If an application crash, or an operating-system crash, or even a power failure occurs in the middle of a transaction, the partially written transaction should be automatically rolled back the next time the database file is accessed. T…
Reducing Slack’s memory footprint – Slack Engineering
Our desktop app is the most widely used and most capable Slack client that we offer. For many of our customers, it is one of just a few apps they keep open on their computer throughout the work day. It allows them to communicate and work with all the teams they belong to: reading and writing mess…
GitHub – jgraph/drawio: Source to app.diagrams.net
About draw.io, this project, is a configurable diagramming/whiteboarding visualization application. draw.io is owned and developed by JGraph Ltd, a UK based software company. As well as running this project, we run a production-grade deployment of the diagramming interface at https://app.diagrams…
Design Principles FTW
The most comprehensive collection of Design Principles on the Internet. 916 design principles and counting. 05 Jan 2021 Explore design principles in a new way Try out Random Design Principle! It’s a site that gives you a random principle from our vast collection. It’s a great way of exploring dif…
HTTPie – API testing client that flows with you
FLOW THROUGH APIsHTTPie is making APIs simple and intuitive for those building the tools of our time. TodayWhat’s new in HTTPie for Terminal 3.1Improved cookie management, automatic session upgrades, nested JSON enhancements, and more.
EpubPress – Read the web offline
About EpubPress is a browser extension for Chrome & Firefox for turning your favorite web content into ebooks. Benefits Removes ads and other distractions, for a cleaner reading experience. Makes content available offline, for reading on the go. Viewable on all your devices (Kindle, Nooks, iPhone…
GitHub – rqlite/rqlite: The lightweight, distributed relational database built on SQLite
rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. Forming a cluster is very straightforward, it gracefully handles leader elections, and tolerates failures of machines, including the leader. rqlite is available for Linux, macOS, and Microsoft Windo…
GitHub – google/tarpc: An RPC framework for Rust with a focus on ease of use.
Disclaimer: This is not an official Google product. tarpc is an RPC framework for rust with a focus on ease of use. Defining a service can be done in just a few lines of code, and most of the boilerplate of writing a server is taken care of for you. Documentation What is an RPC framework? "RPC" s…