GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Результаты тестирования показывают, что наиболее длительными по среднему времени выполнения являются операции сохранения документов – среднее время сохранения нового обращения оператором составило 30-35 секунд (на оборудовании, которое использовалось для тестирования). | |
Вторыми по длительности являются операции открытия представлений – среднее время для всех ролей составило 15-16 секунд. | |
Этот вывод повторяет аналогичный вывод, полученный по результатам предыдущего сеанса тестирования. | |
Рекомендуется направить усилия по оптимизации в первую очередь на эти операции. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |