1. 13 11月, 2017 1 次提交
  2. 23 10月, 2017 2 次提交
    • B
      Delete Book which not free now (#2610) · 82155272
      Bestony 提交于
      Delete Book which not free now
      82155272
    • J
      Fix Broken Links (#2603) · 0253e088
      Jackson Isaac 提交于
      * Replace homepage with GitHub repository link
      
      problem-sets-competitive-programming.md: Replace homepage
      link of problembook with github repository link which contains
      downloadable pdf links.
      
      * Remove broken links
      
      Remove broken links and update available links from
      web.archive.org.
      
      * Update broken link with updated link.
      
      Update the description for the updated link.
      
      * Update broken links with links from web.archive.org
      
      Remove dead links.
      
      * Restore path to original link instead of web.archive.org
      
      The link seems to be working fine. It was not loading
      on my network, probably due to regional restrictions.
      
      * Remove github link which is no longer maintained.
      
      Github link consisted of list of Big Data resources.
      The repository has been deleted by the user.
      Hence deleting the entry.
      0253e088
  3. 10 10月, 2017 1 次提交
  4. 02 10月, 2017 2 次提交
  5. 20 9月, 2017 1 次提交
  6. 01 9月, 2017 1 次提交
  7. 29 8月, 2017 1 次提交
  8. 22 8月, 2017 1 次提交
  9. 10 8月, 2017 1 次提交
    • (zh)PHP composer and laravel and Vue.js (#2498) · 004316ab
      李罗奥 提交于
      * add PHP composer zh doc and laravel zh doc
      
      add PHP composer zh doc and laravel zh doc
      
      * add Vue.js zh doc
      
      * add chinese PSR,Yii,Phalcon doc
      
      PSR is PHP Standard Recommendations.Yii and Phalcon is PHP Framework.
      
      * Sort by unicode
      
      * Sort by unicode
      
      ```php
      public function utf8_array_asort(&$array) {
              if (!isset($array) || !is_array($array)) {
                  return false;
              }
              foreach ($array as $k => $v) {
                  $array[$k] = iconv('UTF-8', 'GBK//IGNORE', $v);
              }
              asort($array);
              foreach ($array as $k => $v) {
                  $array[$k] = iconv('GBK', 'UTF-8//IGNORE', $v);
              }
      
              return true;
          }
      ```
      
      * sort by remark-lint-alphabetize-lists
      
      * Fix travis-ci warning
      004316ab
  10. 19 5月, 2017 1 次提交
    • Update PHP and Shell. (#2265) · a061d870
      飞鸿影~ 提交于
      @52fhy Thanks for being a contributor to F-P-B! Next time, remember to check the Travis CI output, it makes it much easier for the maintainers.
      
      * Update PHP and Shell.
      
      * update python and php
      
      * update shell
      
      * fix number of blank lines between sections
      a061d870
  11. 11 5月, 2017 1 次提交
    • Z
      添加 Ruby on Rails Guide (#2352) · c19cb958
      zcq100 提交于
      * 添加 Ruby on Rails Guide
      
      添加 Ruby on Rails 简体中文指南
      
      * add a line
      
      * change order
      
      * remove tailing slash
      
      * add sinatra link
      c19cb958
  12. 10 5月, 2017 1 次提交
  13. 23 4月, 2017 1 次提交
  14. 02 4月, 2017 1 次提交
  15. 11 3月, 2017 1 次提交
  16. 04 3月, 2017 1 次提交
  17. 18 2月, 2017 1 次提交
  18. 16 1月, 2017 1 次提交
  19. 03 1月, 2017 1 次提交
  20. 04 12月, 2016 1 次提交
  21. 10 11月, 2016 1 次提交
  22. 04 11月, 2016 1 次提交
  23. 02 10月, 2016 3 次提交
  24. 06 9月, 2016 1 次提交
  25. 20 8月, 2016 1 次提交
  26. 19 8月, 2016 1 次提交
  27. 01 8月, 2016 1 次提交
  28. 11 7月, 2016 1 次提交
  29. 08 7月, 2016 1 次提交
  30. 04 7月, 2016 1 次提交
    • R
      Overwork Mk2 (#1969) · d0a0d4cf
      Ruben 提交于
      * Angular Course added closes #1690
      
      * Inroduction to Rx closes #1817
      
      * Overwork on free-prpgramming-books-zh.md
      
      * Done #1948
      
      * Deleted not-freely obtainable ebook closes #1930
      d0a0d4cf
  31. 30 4月, 2016 2 次提交
  32. 18 4月, 2016 1 次提交
  33. 15 4月, 2016 1 次提交
  34. 11 4月, 2016 2 次提交