The target of IOTA-Python is to create a pure Python implementation of IOTA node. Now it can read out the data from IRI rocksdb without IRI RESTful API! …
年份: 2017 年
0x1 Overview In IOTA IRI, it uses rocksdb as its database with column family to separate different data stored. Here is the introduction about the IRI rocksdb data storage structure and how to manipula …
IOTA IRI is the reference implementation of IOTA nodes. Here note the step for others to reduce the pain of installation and running IOTA iri in full node. …
這個筆記紀錄了日本抹茶入門的方式,包括抹茶器具 (茶筅、茶碗等) 準備、流派、抹茶粉選擇、一些日文搜尋關鍵字等。 0x1 日文搜尋關鍵字 以下關鍵字可以在搜尋中搭配使用,以用來搜尋日文資訊: 抹茶器一揃: 抹茶茶具套裝 おすすめ: 推薦 0x2 抹茶茶具 茶筅:茶筅是用來刷抹茶的道具,喝抹茶唯一需要的特規道具,是消耗品。有分竹製與塑膠製。竹製都會是手工製作,因此價格較高,當然也有分產地,有來自中國、 …
RSA 靠著質數打天下,但也不是這麼的萬能。當遇到挑選的質數「不夠亂」的狀況的時候,就有機會被以 Common Factor 的方式攻擊。 假想有兩隻 public key pub1 跟 pub2,他們各有質數 p1, q1, p2, q2,當今天選擇的質數夠亂,我們會有下面類似的狀況: n1 = 1809632459 × 2402636221 = 4347888492690697439 n2 = …
LEDE Project 是一個基於 OpenWrt 的 Linux 作業系統。她能夠取代由供應商提供的無線路由器或是其他非網路裝置的韌體。 本篇文章將會紀錄如何從 source code 編譯起 LEDE 給予 TP-Link Archer C2600 使用。 …
802.11ac,目前台灣所可使用的 5 GHz 頻段如下:5.15 GHz~5.25 GHz、5.25 GHz~5.35 GHz、5.470 GHz~5.725 GHz 及 5.725 GHz~5.85 GHz。2016 年新增 5.15 ~ 5.25 GHz 以及 5.825 ~ 5.850 GHz 頻段。 …
這個拿來放在個人身上同樣有效QQ https://www.hbrtaiwan.com/article_content_AR0004283.html
我從 2017 年的 2 月下旬開始踏入 CPython contribute 的領域。自 CPython 在 2017 年 2 月 24 日首次合併我所提交的 patch 之後,我在這段期間持續的為 CPython 貢獻了一些的 patches 以及 pull requests。這篇文章記錄了我這段時間的狀況。 合併統計 [crayon-62bf33502e9a9626188966/] 共計 19 …
pathlib – 物件導向的檔案系統路徑 This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which provi …