-
Notifications
You must be signed in to change notification settings - Fork 0
2019-12-27: done #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
2019-12-27: done #75
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| {:title "ClojureTW 週報 2019-12-27" | ||
| :layout :post | ||
| :author "coldnew" | ||
| :tags ["clojure"] | ||
| :toc true} | ||
|
|
||
| # ClojureTW | ||
|
|
||
| * 今年我們幾乎每週三都會在伯朗咖啡聚會。具體聚會的地點及詳細時間請關注 [meetup](https://www.meetup.com/Clojure-tw/events/) 的通知。 | ||
|
|
||
| # Real world use cases in Taiwan | ||
|
|
||
| * [台北市市立聯合醫院](https://tpech.gov.taipei) | ||
|
|
||
| 市立聯合醫院的用藥單位的資料庫系統,會定期匯出 Excel 格式的檔案,讓藥師做查核、並且補足缺漏的欄位。然而, M$ 的 Wizard 卻因為某些不明的原因,無法順利匯入修改完畢的 Excel 。市立聯合醫院的藥師使用 Clojure 將 Excel 轉換成 SQL 語法之後,資料就可以順利匯入了。Excel 轉成 SQL 的 [Github](https://github.com/humorless/pharmacy) | ||
|
|
||
| * [台灣連線](https://linecorp.com/zh-hant/) | ||
|
|
||
| 台灣連線的 Corporate Business Department 需要一個 Sales-Pipeline System 。這個系統是用 Clojure/Datomic 來實作的。 上線之後,韓國總公司的工程師看到這個 Clojure/Datomic 的實作,對 Clojure 表示讚嘆。 | ||
|
|
||
| * [詠麗電子](https://invistron.com.tw) | ||
|
|
||
| 詠麗電子的網站,是用 Clojure + boot + perun 做成的純靜態網站,所以網頁非常流暢。網站的原始資料,不是由人工做輸入,而是透過 web scraping 的方式,從詠麗電子在 Taiwan Trade 的[舊站](https://invistron.en.taiwantrade.com/),直接撈回。Web Scraping 是用 Clojure + etaoin + clj-soup/clojure-soup 來實作的。Web Scraping 的 [Github](https://github.com/humorless/invistron-web-scraping) | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's no longer at the Coffee shop every week. It's also at Gandi every 2 weeks.