Github -> GitHub

This commit is contained in:
Boris Verkhovskiy 2024-04-04 04:06:33 -07:00
parent 01bbd084f1
commit f8475ed139
22 changed files with 46 additions and 46 deletions

View File

@ -343,7 +343,7 @@ $ elm reactor
-- Starte das REPL (read-eval-print-loop).
$ elm repl
-- Bibliotheken werden durch den Github-Nutzernamen und ein Repository identifiziert.
-- Bibliotheken werden durch den GitHub-Nutzernamen und ein Repository identifiziert.
-- Installieren einer neuen Bibliothek.
$ elm package install elm-lang/html
-- Diese wird der elm-package.json Datei hinzugefügt.

View File

@ -205,4 +205,4 @@ mixin comment(name, kommentar)
### Zusätzliche Ressourcen
- [The Site](https://pugjs.org/)
- [The Docs](https://pugjs.org/api/getting-started.html)
- [Github Repo](https://github.com/pugjs/pug)
- [GitHub Repo](https://github.com/pugjs/pug)

View File

@ -86,14 +86,14 @@ erstellt werden, aber ich empfehle dir dafür die komplette Dokumentation zu les
Es gibt mehrere Möglichkeiten um Links zu machen:
- Wenn man einen Unterstrich hinter einem Wort hinzufügt: Github_ Zusätzlich
- Wenn man einen Unterstrich hinter einem Wort hinzufügt: GitHub_ Zusätzlich
muss man die Zielurl nach dem Text hinzufügen.
(Dies hat den Vorteil, dass man keine unnötigen Urls in lesbaren Text einfügt.
- Wenn man die vollständige Url eingibt : https://github.com/
(Dies wird automatisch in ein Link konvertiert.)
- Wenn man es mehr Markdown ähnlich eingibt: `Github <https://github.com/>`_ .
- Wenn man es mehr Markdown ähnlich eingibt: `GitHub <https://github.com/>`_ .
.. _Github https://github.com/
.. _GitHub https://github.com/
```

View File

@ -414,4 +414,4 @@ $ git rm /directorio/del/archivo/FooBar.c
* [Pro Git](http://www.git-scm.com/book/en/v2)
* [Una introducción a Git y Github para principiantes (Tutorial)](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)
* [Una introducción a Git y GitHub para principiantes (Tutorial)](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)

View File

@ -335,7 +335,7 @@ Tapez \*ce texte\*.
### Touches de clavier
Avec le "Github Flavored Markdown", vous pouvez utiliser la balise `<kdb>`
Avec le "GitHub Flavored Markdown", vous pouvez utiliser la balise `<kdb>`
pour représenter une touche du clavier.
```md

View File

@ -117,4 +117,4 @@ http --follow GET https://example.com # Follow Redirects
## Further Reading
- [Official Documentation](https://httpie.io/docs/cli).
- [Github](https://github.com/httpie).
- [GitHub](https://github.com/httpie).

View File

@ -54,8 +54,8 @@ __Dan juga teks ini.__
**_Dan juga ini!_**
*__Dan ini!__*
<!-- Di markdown ala Github, yang digunakan untuk me-render berkas markdown pada
Github, kita juga punya coretan: -->
<!-- Di markdown ala GitHub, yang digunakan untuk me-render berkas markdown pada
GitHub, kita juga punya coretan: -->
~~Teks ini dirender dengan coretan.~~
@ -155,7 +155,7 @@ di dalam kode Anda -->
John bahkan tidak tahu apa fungsi dari `go_to()` !
<!-- Di Markdown ala Github, Anda dapat menggunakan syntax spesial untuk kode -->
<!-- Di Markdown ala GitHub, Anda dapat menggunakan syntax spesial untuk kode -->
\`\`\`ruby <!-- kecuali hapus backlash tersebut ketika melakukannya, hanya ```ruby ! -->
def foobar
@ -163,7 +163,7 @@ def foobar
end
\`\`\` <!-- Disini juga, tidak ada backslashes, hanya ``` -->
<!-- Teks di atas tidak membutuhkan indentasi, plus Github akan menggunakan syntax
<!-- Teks di atas tidak membutuhkan indentasi, plus GitHub akan menggunakan syntax
highlighting dari bahasa yang digunakan setelah ``` -->
<!-- Horizontal rule (<hr />) -->
@ -236,14 +236,14 @@ Saya ingin mengetik *teks ini dikelilingi tanda bintang* tapi saya tidak mau tek
miring, jadi saya melakukan: \*teks ini dikelilingi tanda bintang\*.
<!-- Tombol keyboard -->
<!-- Pada Markdown ala Github, Anda dapat menggunakan tag <kbd> untuk merepresentasikan tombol
<!-- Pada Markdown ala GitHub, Anda dapat menggunakan tag <kbd> untuk merepresentasikan tombol
keyboard -->
Komputer Anda hang? Coba kirim sebuah
<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>
<!-- Tabel -->
<!-- Tabel hanya tersedia pada Markdown ala Github dan sedikit merepotkan, namun jika Anda
<!-- Tabel hanya tersedia pada Markdown ala GitHub dan sedikit merepotkan, namun jika Anda
sangat menginginkannya: -->
| Kol1 | Kol2 | Kol3 |

View File

@ -88,14 +88,14 @@ ini :)
Ada berbagai macam cara untuk membuat tautan:
- Dengan menambahkan garis bawah setelah sebuah huruf : Github_ dan dengan
- Dengan menambahkan garis bawah setelah sebuah huruf : GitHub_ dan dengan
menambahkan URL target setelah teks (cara ini mempunyai kelebihan dengan tidak
memasukkan URL yang tidak penting ke dalam teks yang bisa dibaca).
- Dengan mengetik URL lengkap yang dapat dipahami : https://github.com (akan
otomatis diubah menjadi sebuah link)
- Dengan membuat link seperti di Markdown: `Github <https://github.com/>`_ .
- Dengan membuat link seperti di Markdown: `GitHub <https://github.com/>`_ .
.. _Github https://github.com/
.. _GitHub https://github.com/
```

View File

@ -72,7 +72,7 @@ __Come pure questo.__
*__E questo!__*
```
In Github Flavored Markdown, che è utilizzato per renderizzare i file markdown su Github, è presente anche lo stile barrato:
In GitHub Flavored Markdown, che è utilizzato per renderizzare i file markdown su GitHub, è presente anche lo stile barrato:
```md
~~Questo testo è barrato.~~
@ -193,7 +193,7 @@ Codice inline può essere inserito usando il carattere backtick `
Giovanni non sapeva neppure a cosa servisse la funzione `go_to()`!
```
In Github Flavored Markdown, potete inoltre usare una sintassi speciale per il codice
In GitHub Flavored Markdown, potete inoltre usare una sintassi speciale per il codice
````md
```ruby
@ -203,7 +203,7 @@ end
```
````
Se usate questa sintassi, il testo non richiederà di essere indentato, inoltre Github userà l'evidenziazione della sintassi del linguaggio specificato dopo i \`\`\` iniziali
Se usate questa sintassi, il testo non richiederà di essere indentato, inoltre GitHub userà l'evidenziazione della sintassi del linguaggio specificato dopo i \`\`\` iniziali
## Linea orizzontale
Le linee orizzontali (`<hr/>`) sono inserite facilmente usanto tre o più asterischi o trattini, con o senza spazi.
@ -285,7 +285,7 @@ Voglio inserire *questo testo circondato da asterischi* ma non voglio che venga
```
### Combinazioni di tasti
In Github Flavored Markdown, potete utilizzare il tag `<kbd>` per raffigurare i tasti della tastiera.
In GitHub Flavored Markdown, potete utilizzare il tag `<kbd>` per raffigurare i tasti della tastiera.
```md
Il tuo computer è crashato? Prova a premere
@ -293,7 +293,7 @@ Il tuo computer è crashato? Prova a premere
```
### Tabelle
Le tabelle sono disponibili solo in Github Flavored Markdown e sono leggeremente complesse, ma se proprio volete inserirle fate come segue:
Le tabelle sono disponibili solo in GitHub Flavored Markdown e sono leggeremente complesse, ma se proprio volete inserirle fate come segue:
```md
| Col1 | Col2 | Col3 |

View File

@ -81,11 +81,11 @@ Anche le tabelle più complesse possono essere inserite facilmente (colonne e/o
Esistono diversi modi per creare collegamenti:
- Aggiungendo un underscore dopo una parola: Github_ e aggiungendo l'URL di destinazione dopo il testo (questo metodo ha il vantaggio di non inserire URL non necessari all'interno del testo leggibile).
- Aggiungendo un underscore dopo una parola: GitHub_ e aggiungendo l'URL di destinazione dopo il testo (questo metodo ha il vantaggio di non inserire URL non necessari all'interno del testo leggibile).
- Digitando un URL completo: https://github.com/ (verrà automaticamente convertito in un collegamento)
- Utilizzando una sintassi simile a Markdown: `Github <https://github.com/>`_ .
- Utilizzando una sintassi simile a Markdown: `GitHub <https://github.com/>`_ .
.. _Github https://github.com/
.. _GitHub https://github.com/
```

View File

@ -254,7 +254,7 @@ received(crypto(Type, _Wallet, Amount)) = S :- % _Wallet is named throwaway
* [Mercury Tutorial](https://mercurylang.org/documentation/papers/book.pdf) (pdf link) - a more traditional tutorial with a more relaxed pace
* [Mercury Crash Course](https://mercury-in.space/crash.html) - a dense example-driven tutorial with Q&A format
* [Github Wiki Tutorial](https://github.com/Mercury-Language/mercury/wiki/Tutorial)
* [GitHub Wiki Tutorial](https://github.com/Mercury-Language/mercury/wiki/Tutorial)
* [Getting Started with Mercury](https://bluishcoder.co.nz/2019/06/23/getting-started-with-mercury.html) - installation and your first steps
### Documentation

View File

@ -230,4 +230,4 @@ DEL 1 PRINT . /# [1, 3] #/
## Extra information
- [MontiLang.ml](http://montilang.ml/)
- [Github Page](https://github.com/lduck11007/MontiLang)
- [GitHub Page](https://github.com/lduck11007/MontiLang)

View File

@ -52,7 +52,7 @@ __En deze tekst ook!__
*__En zelfs deze!__*
<!-- In de github versie van markdown, die gebruikt wordt om markdown te renderen
op Github, is er ook doorstrepen -->
op GitHub, is er ook doorstrepen -->
~~Deze tekst wordt doorstreept.~~
@ -142,7 +142,7 @@ Dit item zal aangevinkt zijn in de gerenderde html.
John wist zelfs niet dat de `go_to()` functie bestond!
<!-- In Github Markdown kan je een speciale syntax gebruiken die aangeeft welke
<!-- In GitHub Markdown kan je een speciale syntax gebruiken die aangeeft welke
taal gebruikt wordt in het code blok. -->
\`\`\`ruby <!-- Wis de backslashes om dit te doen, juist ```ruby ! -->
@ -151,7 +151,7 @@ def foobar
end
\`\`\` <!-- Hier ook, geen backslashes, juist ``` -->
<!-- Voor bovenstaande tekst moet geen tab gebruikt worden. Plus, Github zal syntax
<!-- Voor bovenstaande tekst moet geen tab gebruikt worden. Plus, GitHub zal syntax
highlighting gebruiken voor deze specifieke taal. Hier, Ruby.
<!-- Horizontale lijn (<hr />) -->
@ -215,13 +215,13 @@ worden.
Dit kan je oplossen met backslashes: \*dit\* staat tussen sterretjes
<!-- Toetsenbord toetsen -->
<!-- In Github Markdown, kan je <kbd> gebruiken om toetsenbord toetsen weer te geven -->
<!-- In GitHub Markdown, kan je <kbd> gebruiken om toetsenbord toetsen weer te geven -->
Loopt je computer vast? Probeer volgende toetsen combinatie:
<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>
<!-- Tabellen -->
<!-- Tabellen zijn momenteel enkel beschikbaar in Github Markdown en zijn redelijk omslachtig.
<!-- Tabellen zijn momenteel enkel beschikbaar in GitHub Markdown en zijn redelijk omslachtig.
Maar als je er echt wilt toevoegen: -->
| Col1 | Col2 | Col3 |

View File

@ -747,5 +747,5 @@ for (int i = 0; i < 5; i += 1) {
* [Blender Docs for OSL](https://docs.blender.org/manual/en/latest/render/shader_nodes/osl.html)
* [C4D Docs for OSL](https://docs.otoy.com/cinema4d//OpenShadingLanguageOSL.html)
* Open Shading Language on [Github](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage)
* Open Shading Language on [GitHub](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage)
* [Official OSL Documentation](https://open-shading-language.readthedocs.io/en/main/)

View File

@ -208,4 +208,4 @@ mixin comment(nome, comentario)
### Saiba Mais
- [Site Oficial](https://pugjs.org/)
- [Documentação](https://pugjs.org/api/getting-started.html)
- [Repositório no Github](https://github.com/pugjs/pug)
- [Repositório no GitHub](https://github.com/pugjs/pug)

View File

@ -205,4 +205,4 @@ mixin comment(name, comment)
### Additional Resources
- [The Site](https://pugjs.org/)
- [The Docs](https://pugjs.org/api/getting-started.html)
- [Github Repo](https://github.com/pugjs/pug)
- [GitHub Repo](https://github.com/pugjs/pug)

View File

@ -84,11 +84,11 @@ More complex tables can be done easily (merged columns and/or rows) but I sugges
There are multiple ways to make links:
- By adding an underscore after a word : Github_ and by adding the target URL after the text (this way has the advantage of not inserting unnecessary URLs in the visible text).
- By adding an underscore after a word : GitHub_ and by adding the target URL after the text (this way has the advantage of not inserting unnecessary URLs in the visible text).
- By typing a full comprehensible URL : https://github.com/ (will be automatically converted to a link).
- By making a more Markdown-like link: `Github <https://github.com/>`_ .
- By making a more Markdown-like link: `GitHub <https://github.com/>`_ .
.. _Github: https://github.com/
.. _GitHub: https://github.com/
```

View File

@ -85,7 +85,7 @@ __И этот тоже.__
*__И даже здесь!__*
```
В Github Flavored Markdown, стандарте, который используется в Github,
В GitHub Flavored Markdown, стандарте, который используется в GitHub,
текст также можно сделать зачёркнутым:
```md
@ -220,7 +220,7 @@ __И этот тоже.__
Ваня даже не знал, что делает функция `go_to()`!
```
В Github Flavored Markdown для блоков кода можно использовать
В GitHub Flavored Markdown для блоков кода можно использовать
специальный синтаксис:
```ruby
@ -230,7 +230,7 @@ end
```
Во фрагменте, приведённом выше, отступ не требуется.
Кроме того, Github подсветит синтаксис языка, указанного после \`\`\`
Кроме того, GitHub подсветит синтаксис языка, указанного после \`\`\`
## Горизонтальный разделитель
@ -330,7 +330,7 @@ Markdown также позволяет размечать ссылку в вид
```
### Клавиши на клавиатуре
В Github Flavored Markdown для представления клавиш на клавиатуре
В GitHub Flavored Markdown для представления клавиш на клавиатуре
вы можете использовать тег `<kbd>`.
```md

View File

@ -22,7 +22,7 @@ lang: ru-ru
поддерживают ключевые слова QUIT, EXIT или оба).
Некоторые команды ниже предполагают использование
[демонстрационного образца базы данных сотрудников от MySQL](https://dev.mysql.com/doc/employee/en/), доступного на [Github](https://github.com/datacharmer/test_db).
[демонстрационного образца базы данных сотрудников от MySQL](https://dev.mysql.com/doc/employee/en/), доступного на [GitHub](https://github.com/datacharmer/test_db).
Следовательно, для повторения команд в локальном окружении он должен быть загружен.
Файлы на github — это скрипты с командами, схожие с командами ниже,
которые создают и манипулируют таблицами и данными о сотрудниках вымышленной

View File

@ -591,4 +591,4 @@ $ git rm /pather/to/the/file/HelloWorld.c
* [Pro Git](http://www.git-scm.com/book/en/v2)
* [Yeni başlayanlar için Git ve Github](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)
* [Yeni başlayanlar için Git ve GitHub](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)

View File

@ -309,7 +309,7 @@ Khi ta muốn viết *đoạn văn bản này có dấu sao bao quanh* nhưng ta
### Phím bàn phím
Trong Markdown của Github, ta có thể sử dụng thẻ `<kbd>` để thay cho phím trên bàn phím.
Trong Markdown của GitHub, ta có thể sử dụng thẻ `<kbd>` để thay cho phím trên bàn phím.
```md
Máy treo? Thử bấm tổ hợp

View File

@ -564,4 +564,4 @@ ex #=> "ex2"
- [官方网站](https://crystal-lang.org/)
- [官方文档](https://crystal-lang.org/docs/overview/)
- [在线运行代码](https://play.crystal-lang.org/#/cr)
- [Github仓库](https://github.com/crystal-lang/crystal)
- [GitHub仓库](https://github.com/crystal-lang/crystal)