1. 16 8月, 2018 1 次提交
  2. 14 8月, 2018 1 次提交
  3. 10 8月, 2018 1 次提交
  4. 06 8月, 2018 1 次提交
  5. 16 5月, 2018 1 次提交
    • B
      bad links removal needs verification 2018-05-02 (#2815) · 2583ac23
      borgified 提交于
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * fix broken links
      
      * fix broken links
      
      * fix broken links
      
      * fix broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * replace dead link
      2583ac23
  6. 15 5月, 2018 1 次提交
  7. 13 4月, 2018 1 次提交
  8. 15 2月, 2018 1 次提交
  9. 24 11月, 2017 1 次提交
  10. 13 11月, 2017 1 次提交
  11. 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
  12. 10 10月, 2017 1 次提交
  13. 02 10月, 2017 2 次提交
  14. 20 9月, 2017 1 次提交
  15. 01 9月, 2017 1 次提交
  16. 29 8月, 2017 1 次提交
  17. 22 8月, 2017 1 次提交
  18. 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
  19. 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
  20. 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
  21. 10 5月, 2017 1 次提交
  22. 23 4月, 2017 1 次提交
  23. 02 4月, 2017 1 次提交
  24. 11 3月, 2017 1 次提交
  25. 04 3月, 2017 1 次提交
  26. 18 2月, 2017 1 次提交
  27. 16 1月, 2017 1 次提交
  28. 03 1月, 2017 1 次提交
  29. 04 12月, 2016 1 次提交
  30. 10 11月, 2016 1 次提交
  31. 04 11月, 2016 1 次提交
  32. 02 10月, 2016 3 次提交
  33. 06 9月, 2016 1 次提交
  34. 20 8月, 2016 1 次提交
  35. 19 8月, 2016 1 次提交
  36. 01 8月, 2016 1 次提交