Skip to content

Instantly share code, notes, and snippets.

View Yincan's full-sized avatar

Yincan Yincan

  • cryto space
  • Hangzhou, China
View GitHub Profile
<root>
<role name="Exclusive Agent">
<area name="QA" number="123544"/>
</role>
<role name="Independent Agent">
<area name="Password Reset / Disabled User ID" number="1235434" />
<area name="Alstar / Impact" number="13245" />
<area name="Alliance New Business">
<area name="Find a Customer" number="2345" />
<area name="Policy View"> <area name="Find a Customer" number="2345" /> </area>
1. There will be a lot of grouped rss feeds
2. For each rss feed, please extract the content from the rss-item-link
3. persist the result
4. Schedule jobs to fetch the rss feed
5. Schedule jobs to fetch the content of the rss-item
6. The rss Feeds are in http://cms.lanshizi.com/admin/feeds
7. The current issues are:
1. some of the content is not fetched. for example the huxiu.com
@Yincan
Yincan / README.md
Created June 19, 2017 03:29 — forked from janlay/README.md
Yet another config for Surge.app

Install

  1. Modify index.txt with your output path and proxy info
  2. Use Text Builder to build configuration for Surge: $ text-builder -index /path/to/index.txt Or run $ sh build-all to build all your index files.
  3. Import configuration via AirDrop/iTunes/Dropbox/iCloud

本人不提供任何保证和技术支持,使用者自负风险。
There are no guarantees, no any support. Use it at your own risk.

@Yincan
Yincan / activity-launchmode.xml
Created June 13, 2011 07:17
Android Activity LaunchMode attribute
<activity android:launchMode = ["standard" | "singleTop" | "singleTask" | "singleInstance"] ../>