Pinned Repositories
2013-Machine-Learning-and-Bioinformatics
碩班修 [機器學習與生物資訊] 課程的一些心得紀錄,以及當時的程式碼。
ceph
Ceph is a distributed object, block, and file storage platform
db_operation_api
將與 psycopg2 的互動包裝起來,讓 news_scraper 能更方便的操作 PostgreSQL 資料庫,不用寫死 SQL queries。
deploy_my_focus_news
Automated deployment tool for "my_focus_news + news_scraper"
go-bbs
BBS file database manager system library in Golang.
http_memory_cache_with_golang
based on the book: 分佈式緩存 原理、架構及 Go語言實現 https://www.tenlong.com.tw/products/9787115491381
my_focus_news
以網頁顯示資料庫中最新的新聞內容。需與另一專案 "news_scraper" 搭配使用。
My_Practice_Black_Hat_Python
跟著 [黑帽 Python:給駭客與滲透測試者的 Python 開發指南] 書中內容做的一些練習
news_scraper
從網路抓取新聞,篩選出感興趣的新聞,並存入資料庫中。
read_book_list
閱讀過 / 正在閱讀 / 即將閱讀 / 打算閱讀 的書單整理
gn01842919's Repositories
gn01842919/My_Practice_Black_Hat_Python
跟著 [黑帽 Python:給駭客與滲透測試者的 Python 開發指南] 書中內容做的一些練習
gn01842919/read_book_list
閱讀過 / 正在閱讀 / 即將閱讀 / 打算閱讀 的書單整理
gn01842919/2013-Machine-Learning-and-Bioinformatics
碩班修 [機器學習與生物資訊] 課程的一些心得紀錄,以及當時的程式碼。
gn01842919/ceph
Ceph is a distributed object, block, and file storage platform
gn01842919/db_operation_api
將與 psycopg2 的互動包裝起來,讓 news_scraper 能更方便的操作 PostgreSQL 資料庫,不用寫死 SQL queries。
gn01842919/deploy_my_focus_news
Automated deployment tool for "my_focus_news + news_scraper"
gn01842919/go-bbs
BBS file database manager system library in Golang.
gn01842919/http_memory_cache_with_golang
based on the book: 分佈式緩存 原理、架構及 Go語言實現 https://www.tenlong.com.tw/products/9787115491381
gn01842919/my_focus_news
以網頁顯示資料庫中最新的新聞內容。需與另一專案 "news_scraper" 搭配使用。
gn01842919/news_scraper
從網路抓取新聞,篩選出感興趣的新聞,並存入資料庫中。
gn01842919/nodejs_practice
gn01842919/practice_tdd
按照 [測試驅動開發 - 使用 Python] 這本書的內容一步一步照著做
gn01842919/Ptt-backend
PTT APP 的後端
gn01842919/PythonSimpleKeylogger
在 Windows 上運行的簡單 Keylogger,按自己的喜好改編自 [黑帽 Python] 書中的範例
gn01842919/troj
[純練習] Github 上的內容作為指揮中心的木馬程式。改編自 [黑帽 Python] 書中的範例