1. 04 10月, 2017 1 次提交
  2. 03 10月, 2017 1 次提交
  3. 02 10月, 2017 5 次提交
  4. 28 9月, 2017 2 次提交
  5. 27 9月, 2017 2 次提交
  6. 26 9月, 2017 1 次提交
  7. 25 9月, 2017 1 次提交
  8. 23 9月, 2017 1 次提交
    • R
      Add Joy of Elixir (#2537) · 36512bfa
      Ryan Bigg 提交于
      Joy of Elixir is an in-progress book to teach newbies Elixir that I'm writing.
      
      Thanks to @ckhrysze for the prompting to add the book to this list.
      36512bfa
  9. 20 9月, 2017 3 次提交
  10. 11 9月, 2017 1 次提交
  11. 08 9月, 2017 1 次提交
  12. 07 9月, 2017 2 次提交
  13. 06 9月, 2017 1 次提交
  14. 04 9月, 2017 1 次提交
  15. 03 9月, 2017 1 次提交
  16. 01 9月, 2017 2 次提交
  17. 29 8月, 2017 1 次提交
  18. 28 8月, 2017 1 次提交
  19. 22 8月, 2017 1 次提交
  20. 19 8月, 2017 1 次提交
  21. 17 8月, 2017 1 次提交
  22. 15 8月, 2017 1 次提交
    • Y
      Add LaTeX PDF (#2510) · 1064b3a5
      yssmcl 提交于
      * Add LaTeX PDF
      
      Add the "Breve Introduçao ao LaTeX2e" notes
      
      * Add author name to "Breve Introdução ao LaTeX2e" notes
      1064b3a5
  23. 14 8月, 2017 1 次提交
  24. 12 8月, 2017 1 次提交
  25. 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
  26. 08 8月, 2017 3 次提交
  27. 27 7月, 2017 1 次提交
  28. 13 7月, 2017 1 次提交