Skip to content

onehao/opensource

Repository files navigation

opensource

#pyml

  1. add crawler for bbs byr, and newsmth.net, 58, ganji
  2. unit test for data driven , support json, TODO: csv.
  3. metamorphic test for lbs interface.
  4. machine learning.
  5. books on python.
  6. onedrive clean tools.
  7. extracing info to pdf
  8. 基础环境配置,eclipse & pydev
  9. 第三方依赖库
  10. pydev配置 & debug
  11. 并发指定框架房重构
  12. 并发执行说明
  13. 可视化report
  14. 自定义pytest插件, 支持description加载

#actsjava

  1. libs for IPO related generation algorithm, such as IPOG, etc.

#lucence samples

#opensource demo on the open source libs.

my first .md update

  1. Reverse Linked List /**
  • Definition for singly-linked list.
  • class ListNode {
  • int val; 
    
  • ListNode next; 
    
  • }; */

ref:http://www.codeproject.com/Articles/27742/How-To-Reverse-a-Linked-List-3-Different-Ways

  1. Reverse Linked List II Reverse a linked list from position m to n. Do it in-place and in one-pass. For example: Given 1->2->3->4->5->NULL, m = 2 and n = 4, return 1->4->3->2->5->NULL.

format sample

This is an

tag

This is an

tag

This is an
tag

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b
  1. Item 1
  2. Item 2
  3. Item 3
    • Item 3a
    • Item 3b

GitHub Logo Format: Alt Text

http://github.com - automatic! GitHub

As Kanye West said:

We're living the future so the present is our past.

I think you should use an <addr> element here instead.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages