1. 05 10月, 2017 4 次提交
  2. 04 10月, 2017 1 次提交
  3. 03 10月, 2017 1 次提交
  4. 02 10月, 2017 5 次提交
  5. 28 9月, 2017 2 次提交
  6. 27 9月, 2017 2 次提交
  7. 26 9月, 2017 1 次提交
  8. 25 9月, 2017 1 次提交
  9. 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
  10. 20 9月, 2017 3 次提交
  11. 11 9月, 2017 1 次提交
  12. 08 9月, 2017 1 次提交
  13. 07 9月, 2017 2 次提交
  14. 06 9月, 2017 1 次提交
  15. 04 9月, 2017 1 次提交
  16. 03 9月, 2017 1 次提交
  17. 01 9月, 2017 2 次提交
  18. 29 8月, 2017 1 次提交
  19. 28 8月, 2017 1 次提交
  20. 22 8月, 2017 1 次提交
  21. 19 8月, 2017 1 次提交
  22. 17 8月, 2017 1 次提交
  23. 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
  24. 14 8月, 2017 1 次提交
  25. 12 8月, 2017 1 次提交
  26. 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
  27. 08 8月, 2017 1 次提交