提交 5db348c6 编写于 作者: M matysanchez

Merge remote-tracking branch 'upstream/master'

Conflicts:
	free-programming-books-es.md
	free-programming-books-ru.md
	free-programming-interactive-tutorials-en.md
上级 5ea0a6bb
...@@ -13,7 +13,7 @@ It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). Pl ...@@ -13,7 +13,7 @@ It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). Pl
- Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.) - Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.)
- Edit (we prefer multiple small commits rather than one large change) - Edit (we prefer multiple small commits rather than one large change)
- [Send a PR](https://help.github.com/articles/using-pull-requests) - [Send a PR](https://help.github.com/articles/using-pull-requests)
- be part of a project that over 16,000 people starred in 3 months. ;) - be part of a project that over 17,000 people starred in 4 months. ;)
**Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks. **Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks.
......
...@@ -4,9 +4,10 @@ ...@@ -4,9 +4,10 @@
* [Algoritmos y Estructuras de Datos](#algoritmos) * [Algoritmos y Estructuras de Datos](#algoritmos)
* [Base de Datos](#base-de-datos) * [Base de Datos](#base-de-datos)
* [Ciencia Computacional](#ciencia-computacional) * [Ciencia Computacional](#ciencia-computacional)
* [Sistemas Operativos](#sistemas-operativos)
* [Metodologías de desarrollo de software](#metodolog%C3%ADas-de-desarrollo-de-software) * [Metodologías de desarrollo de software](#metodolog%C3%ADas-de-desarrollo-de-software)
* [Misceláneos](#miscelaneos) * [Misceláneos](#miscel%C3%A1neos)
* [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n)
* [Sistemas Operativos](#sistemas-operativos)
* [Android](#android) * [Android](#android)
* [Assembly Language](#assembly-language) * [Assembly Language](#assembly-language)
* [CSS](#CSS) * [CSS](#CSS)
...@@ -59,20 +60,32 @@ ...@@ -59,20 +60,32 @@
###Emacs ###Emacs
* [Emacs: Iniciación a la edición](http://www.rpublica.net/emacs/emacs.html) * [Emacs: Iniciación a la edición](http://www.rpublica.net/emacs/emacs.html)
<<<<<<< HEAD
####Sistemas Operativos ####Sistemas Operativos
* [Sistemas Operativos, por Dr. David Luis la Red](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) (PDF) * [Sistemas Operativos, por Dr. David Luis la Red](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) (PDF)
=======
>>>>>>> upstream/master
####Metodologías de desarrollo de software ####Metodologías de desarrollo de software
* [Scrum y XP desde la trincheras](http://www.proyectalis.com/wp-content/uploads/2008/02/scrum-y-xp-desde-las-trincheras.pdf) (PDF) * [Scrum y XP desde la trincheras](http://www.proyectalis.com/wp-content/uploads/2008/02/scrum-y-xp-desde-las-trincheras.pdf) (PDF)
* [Diseño Ágil con TDD](http://www.dirigidoportests.com/el-libro) * [Diseño Ágil con TDD](http://www.dirigidoportests.com/el-libro)
* [Metodologías Ágiles para el Desarrollo de Software] (http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html) * [Metodologías Ágiles para el Desarrollo de Software](http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html)
* [Scrum & Extreme Programming (para programadores)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF)
####Misceláneos ####Misceláneos
* [97 cosas que todo programador debería saber](http://97cosas.com/programador) * [97 cosas que todo programador debería saber](http://97cosas.com/programador)
<<<<<<< HEAD
=======
####Sistemas Operativos
* [Sistemas Operativos, por Dr. David Luis la Red](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) (PDF)
####Paradigmas de Programación
* [Programación Funcional](http://www.staff.science.uu.nl/~fokke101/courses/fp-sp.pdf) (PDF)
>>>>>>> upstream/master
###Android ###Android
* [Curso de Programación Android](http://www.sgoliver.net/blog/wp-content/uploads/2011/11/Manual-Programacion-Android-SgoliverNet-v3-muestra.zip) (PDF) by Salvador Gómez Oliver * [Curso de Programación Android](http://www.sgoliver.net/blog/wp-content/uploads/2011/11/Manual-Programacion-Android-SgoliverNet-v3-muestra.zip) (PDF) by Salvador Gómez Oliver
...@@ -155,7 +168,7 @@ ...@@ -155,7 +168,7 @@
* [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF) * [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
* [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF) * [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF)
* [Doma de Serpientes para Niños](http://code.google.com/p/swfk-es/) * [Doma de Serpientes para Niños](http://code.google.com/p/swfk-es/)
* [Python para principiantes](http://librosweb.es/libro/python/) * [Python para principiantes (PDF)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) [(HTML)](http://librosweb.es/libro/python/)
###Ruby ###Ruby
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
* [R](#r) * [R](#r)
* [Ruby](#ruby) * [Ruby](#ruby)
* [Sather](#sather) * [Sather](#sather)
* [Scala](#scala)
* [Scheme](#scheme) * [Scheme](#scheme)
* [sed](#sed) * [sed](#sed)
* [Smalltalk](#smalltalk) * [Smalltalk](#smalltalk)
...@@ -425,6 +426,10 @@ ...@@ -425,6 +426,10 @@
* [Sather を試そう](http://www.shido.info/sather/index.html) - 紫藤貴文 * [Sather を試そう](http://www.shido.info/sather/index.html) - 紫藤貴文
###Scala
* [tetrix in Scala](http://eed3si9n.com/tetrix-in-scala-html5-book)
###Scheme ###Scheme
* [Gauche ユーザリファレンス](http://practical-scheme.net/gauche/man/gauche-refj.html) - 川合史朗 * [Gauche ユーザリファレンス](http://practical-scheme.net/gauche/man/gauche-refj.html) - 川合史朗
* [お気楽 Scheme プログラミング入門](http://www.geocities.jp/m_hiroi/func/scheme.html) - 広井誠 * [お気楽 Scheme プログラミング入門](http://www.geocities.jp/m_hiroi/func/scheme.html) - 広井誠
......
###Index ###Index
* [Списки книг](#meta-lists) * [Списки книг](#meta-lists)
* [Language Agnostic](#language-agnostic) * [Language Agnostic](#language-agnostic)
* [Networking](#networking)
* [Programming Paradigms](#programming-paradigms) * [Programming Paradigms](#programming-paradigms)
* [Assembly](#assembly) * [Assembly](#assembly)
* [Bash](#bash) * [Bash](#bash)
* [C](#c) * [C](#c)
* [C++](#c-1)
* [CoffeeScript](#coffeescript) * [CoffeeScript](#coffeescript)
* [Git](#git) * [Git](#git)
* [Erlang](#erlang)
* [Haskell](#haskell)
* [Java](#java) * [Java](#java)
* [JavaScript](#javascript) * [JavaScript](#javascript)
* [Node.js](#nodejs) * [Node.js](#nodejs)
...@@ -15,6 +19,7 @@ ...@@ -15,6 +19,7 @@
* [MetaPost](#metapost) * [MetaPost](#metapost)
* [NoSQL](#nosql) * [NoSQL](#nosql)
* [Perl](#perl) * [Perl](#perl)
* [PHP](#php)
* [Python](#python) * [Python](#python)
* [PostgreSQL](#postgresql) * [PostgreSQL](#postgresql)
* [R](#r) * [R](#r)
...@@ -33,24 +38,49 @@ ...@@ -33,24 +38,49 @@
###Language Agnostic ###Language Agnostic
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) * [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf)
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин * [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf)
* [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В.
####Networking
* [TCP/IP Крупным планом](http://www.soslan.ru/tcp/)
####Programming Paradigms ####Programming Paradigms
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison * [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison
* [Практика функционального программирования](http://fprog.ru/) - журнал * [Практика функционального программирования](http://fprog.ru) - журнал
###Assembly ###Assembly
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) * [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf)
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm) * [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm)
* [Ассемблер в Linux для программистов C](http://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C)
###Bash ###Bash
* [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html) * [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html)
<<<<<<< HEAD
=======
###C
>>>>>>> upstream/master
###C ###C
* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf) * [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf)
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л.
* [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах)
###C++
* [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп
* [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп
* [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс)
###CoffeeScript ###CoffeeScript
...@@ -60,10 +90,20 @@ ...@@ -60,10 +90,20 @@
###Java ###Java
* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain * [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain
<<<<<<< HEAD
###JavaScript ###JavaScript
* [Современный учебник JavaScript](http://learn.javascript.ru/) * [Современный учебник JavaScript](http://learn.javascript.ru/)
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
=======
###JavaScript
* [Современный учебник JavaScript](http://learn.javascript.ru)
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
>>>>>>> upstream/master
####Node.js ####Node.js
...@@ -74,6 +114,14 @@ ...@@ -74,6 +114,14 @@
* [Pro Git](http://git-scm.com/book/ru) * [Pro Git](http://git-scm.com/book/ru)
###Erlang
* [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг
###Haskell
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
###LaTeX ###LaTeX
* [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html) * [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html)
...@@ -92,17 +140,32 @@ ...@@ -92,17 +140,32 @@
###Perl ###Perl
<<<<<<< HEAD
* [Pragmatic Perl (журнал)](http://pragmaticperl.com/) * [Pragmatic Perl (журнал)](http://pragmaticperl.com/)
=======
* [Pragmatic Perl (журнал)](http://pragmaticperl.com)
###PHP
* [Руководство по PHP](http://docs.php.net/manual/ru/)
* [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/)
>>>>>>> upstream/master
###Python ###Python
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html) * [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H * [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/%D0%A3%D1%87%D0%B5%D0%B1%D0%BD%D0%B8%D0%BA_Python_2.6) * [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
###PostgreSQL ###PostgreSQL
<<<<<<< HEAD
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua/) * [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua/)
=======
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua)
>>>>>>> upstream/master
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) * [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
...@@ -110,45 +173,89 @@ ...@@ -110,45 +173,89 @@
* [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html) * [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html)
* [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF) * [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF)
<<<<<<< HEAD
=======
###Reverse engineering
>>>>>>> upstream/master
###Reverse engineering ###Reverse engineering
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners) * [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
<<<<<<< HEAD
###Ruby ###Ruby
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book) * [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)
=======
###Ruby
* [Ruby](https://github.com/Krugloff/rus_ruby_book) - Круглов А.
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник
>>>>>>> upstream/master
###RSpec ###RSpec
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru) * [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
<<<<<<< HEAD
=======
###Ruby on Rails
>>>>>>> upstream/master
###Ruby on Rails ###Ruby on Rails
* [Ruby on Rails Guides](http://rusrails.ru) * [Ruby on Rails Guides](http://rusrails.ru)
* [Ruby on Rails Tutorial](http://railstutorial.ru/) * [Ruby on Rails Tutorial](http://railstutorial.ru)
###Scala ###Scala
* [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen * [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen
* [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter * [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter
<<<<<<< HEAD
=======
###Scilab
>>>>>>> upstream/master
###Scilab ###Scilab
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) * [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/) * [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
<<<<<<< HEAD
=======
###Smalltalk
>>>>>>> upstream/master
###Smalltalk ###Smalltalk
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон * [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон
<<<<<<< HEAD
=======
###Unix
>>>>>>> upstream/master
###Unix ###Unix
* [Архитектура операционной системы Unix](http://lib.ru/BACH/) * [Архитектура операционной системы Unix](http://lib.ru/BACH/)
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М
* [Linux From Scratch (version 6.8)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html)
* [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html)
###Vim ###Vim
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) * [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf)
<<<<<<< HEAD
=======
###Parallel
>>>>>>> upstream/master
###Parallel ###Parallel
* [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html) * [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html)
此差异已折叠。
###Bash
* [Learn Shell Programming](http://www.learnshell.org)
###C
* [Learn C](http://www.learn-c.org/)
###C#
* [Learn C#](http://www.learncs.org/)
###Clojure ###Clojure
* [Clojure Koans](http://clojurekoans.com/) * [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/) * [ClojureScript Koans](http://clojurescriptkoans.com/)
* [Try Clojure](http://tryclj.com/)
###CoffeeScript ###CoffeeScript
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html) * [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
###Erlang
* [Try Erlang](http://www.tryerlang.org/)
###Git ###Git
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
* [Try Git](http://try.github.io) * [Try Git](http://try.github.io)
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/) * [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
...@@ -15,9 +28,18 @@ ...@@ -15,9 +28,18 @@
###Go ###Go
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) * [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
###Haskell
* [Try Haskell!](http://tryhaskell.org/)
###Java
* [Learn Java](http://www.learnjavaonline.org/)
###Javascript ###Javascript
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/) * [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
###Lisp ###Lisp
...@@ -30,16 +52,34 @@ ...@@ -30,16 +52,34 @@
###NoSQL ###NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans) * [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
* [Try Redis](http://try.redis.io/)
<<<<<<< HEAD
###Objective-C ###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com) * [Try Objective-C](http://tryobjectivec.codeschool.com)
=======
###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
###Ocaml
* [Try Ocaml](http://try.ocamlpro.com/)
###Perl
* [Perltuts.com](http://perltuts.com)
###PHP
* [Learn PHP](http://www.learn-php.org/)
>>>>>>> upstream/master
###Python ###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Learn Python](http://www.learnpython.org/)
* [Python Koans](https://github.com/gregmalcolm/python_koans) * [Python Koans](https://github.com/gregmalcolm/python_koans)
###R
* [Try R](http://tryr.codeschool.com)
###Ruby ###Ruby
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) * [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
...@@ -50,3 +90,6 @@ ...@@ -50,3 +90,6 @@
###Scala ###Scala
* [Scala Tour](http://www.scala-tour.com/) * [Scala Tour](http://www.scala-tour.com/)
###Vim
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册