diff options
-rw-r--r-- | ansible.html.markdown | 2 | ||||
-rw-r--r-- | ar-ar/sql-ar.html.markdown | 4 | ||||
-rw-r--r-- | de-de/lua-de.html.markdown | 2 | ||||
-rw-r--r-- | de-de/sql-de.html.markdown | 2 | ||||
-rw-r--r-- | es-es/sql-es.html.markdown | 2 | ||||
-rw-r--r-- | fr-fr/lua-fr.html.markdown | 2 | ||||
-rw-r--r-- | fr-fr/sql-fr.html.markdown | 2 | ||||
-rw-r--r-- | lua.html.markdown | 2 | ||||
-rw-r--r-- | markdown.html.markdown | 4 | ||||
-rw-r--r-- | nl-nl/markdown-nl.html.markdown | 2 | ||||
-rw-r--r-- | pt-br/lua-pt.html.markdown | 2 | ||||
-rw-r--r-- | pt-br/markdown-pt.html.markdown | 4 | ||||
-rw-r--r-- | pt-br/sql-pt.html.markdown | 2 | ||||
-rw-r--r-- | red.html.markdown | 2 | ||||
-rw-r--r-- | ru-ru/lua-ru.html.markdown | 2 | ||||
-rw-r--r-- | ru-ru/sql-ru.html.markdown | 2 | ||||
-rw-r--r-- | sql.html.markdown | 2 | ||||
-rw-r--r-- | zh-cn/lua-cn.html.markdown | 2 | ||||
-rw-r--r-- | zh-cn/red-cn.html.markdown | 2 | ||||
-rw-r--r-- | zh-cn/sql-cn.html.markdown | 2 |
20 files changed, 23 insertions, 23 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 847505c1..fad70ba6 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -632,7 +632,7 @@ fact_caching_timeout = 86400 ``` I like to use `jsonfile` as my backend. It allows to use another project -`ansible-cmdb` [(project on github)](https://github.com/fboender/ansible-cmdb) that generates a HTML page of your inventory +`ansible-cmdb` [(project on GitHub)](https://github.com/fboender/ansible-cmdb) that generates a HTML page of your inventory resources. A nice 'free' addition! ### Debugging ansible [chapter in progress] diff --git a/ar-ar/sql-ar.html.markdown b/ar-ar/sql-ar.html.markdown index de1f16a2..53817787 100644 --- a/ar-ar/sql-ar.html.markdown +++ b/ar-ar/sql-ar.html.markdown @@ -27,9 +27,9 @@ QUIT , EXIT في الامثلة بالأسفل تعتمدالعديد من الأوامرأن قاعدة بيانات الموظفين [MySQL employee sample database](https://dev.mysql.com/doc/employee/en/) الموجودة على -[github](https://github.com/datacharmer/test_db) +[GitHub](https://github.com/datacharmer/test_db) قد تم تحميلها مسبقا. الملفات على -github +GitHub هي مجموعة من الاوامر تشبه الموجودة بالاسفل و تقوم الأوامر بإنشاء الجدوال وإدخال بيانات مجموعة من الموظفين المتخيلين في شركة. تعتمد الأوامر المستخدمة في هذا البرنامج على نسخة SQL التي تستخدمها، diff --git a/de-de/lua-de.html.markdown b/de-de/lua-de.html.markdown index df3df371..161b0493 100644 --- a/de-de/lua-de.html.markdown +++ b/de-de/lua-de.html.markdown @@ -423,4 +423,4 @@ Wichtige Themen die hier nicht angesprochen wurden; die Standard-Bibliotheken: Übrigends, die gesamte Datei ist gültiges Lua. Speichere sie als learn.lua und starte sie als "lua learn.lua" ! -Die Erstfassung ist von tylerneylon.com, und ist auch hier verfügbar: <a href="https://gist.github.com/tylerneylon/5853042">github gist</a>. Viel Spaß mit Lua! +Die Erstfassung ist von tylerneylon.com, und ist auch hier verfügbar: <a href="https://gist.github.com/tylerneylon/5853042">GitHub gist</a>. Viel Spaß mit Lua! diff --git a/de-de/sql-de.html.markdown b/de-de/sql-de.html.markdown index 9cb95666..4d0ddf49 100644 --- a/de-de/sql-de.html.markdown +++ b/de-de/sql-de.html.markdown @@ -11,7 +11,7 @@ lang: de-de Die Structured Query Language (SQL) ist eine ISO Standardsprache zum Erstellen und Arbeiten mit Datenbanken, die in einem Set von Tabellen gespeichert sind. Implementiereungen fügen in der Regel eigene Erweiterungen zur Sprache hinzu; [Der Vergleich von verschiedenen SQL Implementierungen](http://troels.arvin.dk/db/rdbms/) ist eine gute Referenz für Produktunterschiede. Implementierungen bieten typischerweise eine Eingabeaufforderung, in den du die hier gezeigten Befehle interaktiv eingeben kannst. Sie bieten auch einen Weg, um Serien von Befehlen in einer Skript auszuführen. (Die Anzeige, dass du fertig mit der interaktiven Eingabeaufforderung bist, ist ein gutes Beispiel für etwas, was nicht standardisiert ist. Die meisten SQL Implementierungen unterstützen die Schlüsselwörter QUIT, EXIT oder beides. -Einige dieser Beispielbefehle gehen davon aus, dass sie die [MySQL employee sample database](https://dev.mysql.com/doc/employee/en/), verfügbar auf [github](https://github.com/datacharmer/test_db), schon geladen wurde. Die Github Dateien sind Skripte von Befehlen, ähnlich wie die entsprechenden Befehle unten, die Tabellen mit Daten über die Mitarbeiter einer fiktionale Firma erstellen und füllen. Die Syntax für die Ausführung dieser Skripte hängt von der verwendeten SQL-Implementierung ab. Ein Dienstprogramm, das man über die Betriebssystemeingabeaufforderung ausführen kann, ist typisch. +Einige dieser Beispielbefehle gehen davon aus, dass sie die [MySQL employee sample database](https://dev.mysql.com/doc/employee/en/), verfügbar auf [GitHub](https://github.com/datacharmer/test_db), schon geladen wurde. Die GitHub Dateien sind Skripte von Befehlen, ähnlich wie die entsprechenden Befehle unten, die Tabellen mit Daten über die Mitarbeiter einer fiktionale Firma erstellen und füllen. Die Syntax für die Ausführung dieser Skripte hängt von der verwendeten SQL-Implementierung ab. Ein Dienstprogramm, das man über die Betriebssystemeingabeaufforderung ausführen kann, ist typisch. ```sql diff --git a/es-es/sql-es.html.markdown b/es-es/sql-es.html.markdown index 1ee0d454..0d83ee93 100644 --- a/es-es/sql-es.html.markdown +++ b/es-es/sql-es.html.markdown @@ -12,7 +12,7 @@ El lenguaje de consulta estructurada (SQL en inglés) es un lenguaje estándar I Las implementaciones típicamente proveen de una línea de comandos donde uno puede introducir los comandos que se muestran aquí en forma interactiva, y también ofrecen una forma de ejecutar una serie de estos comandos almacenados en un archivo de script (mostrar que uno ha terminado con el prompt interactivo es un buen ejemplo de algo que no está estandarizado - la mayoría de las implementaciones de SQL soportan las palabras clave QUIT, EXIT, o ambas). -Varios de estos comandos que sirven de ejemplo asumen que la [base de datos de empleados de muestra de MySQL](https://dev.mysql.com/doc/employee/en/) disponible en [github](https://github.com/datacharmer/test_db) ya ha sido cargada. Los archivos github son scripts de comandos, similares a los comandos que aparecen a continuación, que crean y cargan tablas de datos sobre los empleados de una empresa ficticia. La sintaxis para ejecutar estos scripts dependerá de la implementación de SQL que esté utilizando. Una aplicación que se ejecuta desde el prompt del sistema operativo suele ser lo habitual. +Varios de estos comandos que sirven de ejemplo asumen que la [base de datos de empleados de muestra de MySQL](https://dev.mysql.com/doc/employee/en/) disponible en [GitHub](https://github.com/datacharmer/test_db) ya ha sido cargada. Los archivos GitHub son scripts de comandos, similares a los comandos que aparecen a continuación, que crean y cargan tablas de datos sobre los empleados de una empresa ficticia. La sintaxis para ejecutar estos scripts dependerá de la implementación de SQL que esté utilizando. Una aplicación que se ejecuta desde el prompt del sistema operativo suele ser lo habitual. ```sql diff --git a/fr-fr/lua-fr.html.markdown b/fr-fr/lua-fr.html.markdown index f4795ad7..4191ec74 100644 --- a/fr-fr/lua-fr.html.markdown +++ b/fr-fr/lua-fr.html.markdown @@ -444,6 +444,6 @@ exécutez-le avec la commande `lua learn.lua` ! Ce tutoriel a été originalement écrit pour <a href="tylerneylon.com">tylerneylon.com</a> et est aussi disponible en tant que <a href="https://gist.github.com/tylerneylon/5853042">gist</a>. -Il a été traduit en français par Roland Yonaba (voir son <a href="http://github.com/Yonaba">github</a>). +Il a été traduit en français par Roland Yonaba (voir son <a href="http://github.com/Yonaba">GitHub</a>). Amusez-vous bien avec Lua! diff --git a/fr-fr/sql-fr.html.markdown b/fr-fr/sql-fr.html.markdown index cf549d5f..8a7a3f16 100644 --- a/fr-fr/sql-fr.html.markdown +++ b/fr-fr/sql-fr.html.markdown @@ -12,7 +12,7 @@ Le Structured Query Language (SQL) est un langage standard [ISO/IEC 9075](https: Les implémentations fournissent généralement une interface en ligne de commande, où vous pouvez saisir les commandes présentées ici de manière interactive. Elles offrent également un moyen d'exécuter une série de ces commandes stockées dans un fichier script. (Exemple de commande non standardisée, pour quitter l'invite de commande, la plupart des implémentations SQL prennent en charge les mots-clés QUIT, EXIT, ou les deux). -Les exemples de commandes présentés ici utilisent la [base de données d'exemple des employés MySQL](https://dev.mysql.com/doc/employee/en/), disponible sur [github](https://github.com/datacharmer/test_db). Des fichiers scripts sont présents, et permettent de créer et de remplir des tables de données sur les employés d'une entreprise fictive. La syntaxe d'exécution de ces scripts dépendra de l'implémentation SQL que vous utilisez, et du système d'exploitation. +Les exemples de commandes présentés ici utilisent la [base de données d'exemple des employés MySQL](https://dev.mysql.com/doc/employee/en/), disponible sur [GitHub](https://github.com/datacharmer/test_db). Des fichiers scripts sont présents, et permettent de créer et de remplir des tables de données sur les employés d'une entreprise fictive. La syntaxe d'exécution de ces scripts dépendra de l'implémentation SQL que vous utilisez, et du système d'exploitation. ```sql -- Un commentaire commence par deux traits d'union. Chaque commande se termine par un point-virgule. diff --git a/lua.html.markdown b/lua.html.markdown index 64bfffbc..460295ff 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -417,4 +417,4 @@ By the way, the entire file is valid Lua; save it as learn.lua and run it with "lua learn.lua" ! This was first written for tylerneylon.com, and is -also available as a <a href="https://gist.github.com/tylerneylon/5853042">github gist</a>. Have fun with Lua! +also available as a <a href="https://gist.github.com/tylerneylon/5853042">GitHub gist</a>. Have fun with Lua! diff --git a/markdown.html.markdown b/markdown.html.markdown index ee213083..60a7a153 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -390,5 +390,5 @@ For more info, check out John Gruber's official post of syntax [here](http://dar If you want to learn more on some major Markdown flavors' features, see: -- [GitHub flavored Markdown](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) -- [GitLab flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html) +- [GitHub Flavored Markdown](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) +- [GitLab Flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html) diff --git a/nl-nl/markdown-nl.html.markdown b/nl-nl/markdown-nl.html.markdown index 0af78d88..9baa0425 100644 --- a/nl-nl/markdown-nl.html.markdown +++ b/nl-nl/markdown-nl.html.markdown @@ -51,7 +51,7 @@ __En deze tekst ook!__ **_Deze ook!_** *__En zelfs deze!__* -<!-- In de github versie van markdown, die gebruikt wordt om markdown te renderen +<!-- In de GitHub versie van markdown, die gebruikt wordt om markdown te renderen op GitHub, is er ook doorstrepen --> ~~Deze tekst wordt doorstreept.~~ diff --git a/pt-br/lua-pt.html.markdown b/pt-br/lua-pt.html.markdown index 07e7e70f..d272150d 100644 --- a/pt-br/lua-pt.html.markdown +++ b/pt-br/lua-pt.html.markdown @@ -417,6 +417,6 @@ A propósito, todo este arquivo é um código LUA válido, salve-o como aprenda.lua e rode-o com "lua aprenda.lua" ! Este guia foi escrito pela primeira vez por tylerneylon.com, e agora -também disponível em <a href="https://gist.github.com/tylerneylon/5853042">github gist</a>. E também em português. +também disponível em <a href="https://gist.github.com/tylerneylon/5853042">GitHub gist</a>. E também em português. Se divirta com lua diff --git a/pt-br/markdown-pt.html.markdown b/pt-br/markdown-pt.html.markdown index fca864bb..2aa67394 100644 --- a/pt-br/markdown-pt.html.markdown +++ b/pt-br/markdown-pt.html.markdown @@ -398,5 +398,5 @@ e o do cheatsheet do Adam Pritchard [aqui](https://github.com/adam-p/markdown-he Se você quiser aprender mais sobre recursos de alguns sabores específicos de Markdown, veja: -- [GitHub flavored Markdown](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) -- [GitLab flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html) +- [GitHub Flavored Markdown](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) +- [GitLab Flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html) diff --git a/pt-br/sql-pt.html.markdown b/pt-br/sql-pt.html.markdown index 0e4631a6..6b9b44a5 100644 --- a/pt-br/sql-pt.html.markdown +++ b/pt-br/sql-pt.html.markdown @@ -12,7 +12,7 @@ A linguagem de consulta estruturada (SQL em inglês) é uma linguagem padrão IS As implementações normalmente fornecem uma linha de comando onde se pode digitar os comandos mostrados aqui de forma interativa, e também oferecem uma maneira de executar uma série desses comandos armazenados em um arquivo de script (mostrar que é feito com o prompt interativo é um bom exemplo de algo que não é padronizado - a maioria das implementações SQL suporta as palavras-chave QUIT, EXIT ou ambas). -Vários desses comandos de exemplo assumem que o [banco de dados de funcionários de exemplo MySQL](https://dev.mysql.com/doc/employee/en/) disponível em [github](https://github.com/datacharmer/test_db) já foi carregado. Os arquivos do GitHub são scripts de comandos, semelhantes aos comandos abaixo, que criam e carregam tabelas de dados sobre os funcionários de uma empresa fictícia. A sintaxe para executar esses scripts dependerá da implementação SQL que você está usando. Um aplicativo executado a partir do prompt do sistema operacional geralmente é o normal. +Vários desses comandos de exemplo assumem que o [banco de dados de funcionários de exemplo MySQL](https://dev.mysql.com/doc/employee/en/) disponível em [GitHub](https://github.com/datacharmer/test_db) já foi carregado. Os arquivos do GitHub são scripts de comandos, semelhantes aos comandos abaixo, que criam e carregam tabelas de dados sobre os funcionários de uma empresa fictícia. A sintaxe para executar esses scripts dependerá da implementação SQL que você está usando. Um aplicativo executado a partir do prompt do sistema operacional geralmente é o normal. ```sql diff --git a/red.html.markdown b/red.html.markdown index 05041aea..16b0f828 100644 --- a/red.html.markdown +++ b/red.html.markdown @@ -210,7 +210,7 @@ print twice b ; will output 6. The main source for information about Red is the [Red language homepage](http://www.red-lang.org). -The source can be found on [github](https://github.com/red/red). +The source can be found on [GitHub](https://github.com/red/red). The Red/System language specification can be found [here](http://static.red-lang.org/red-system-specs-light.html). diff --git a/ru-ru/lua-ru.html.markdown b/ru-ru/lua-ru.html.markdown index 7a83c487..fdbde45e 100644 --- a/ru-ru/lua-ru.html.markdown +++ b/ru-ru/lua-ru.html.markdown @@ -422,4 +422,4 @@ g() -- Напишет 343. Кстати, весь файл написан на Lua; сохраните его как learn.lua и запустите при помощи "lua learn.lua" ! Изначально эта статья была написана для tylerneylon.com. -Также она доступна как <a href="https://gist.github.com/tylerneylon/5853042">github gist</a>. Удачи с Lua! +Также она доступна как <a href="https://gist.github.com/tylerneylon/5853042">GitHub gist</a>. Удачи с Lua! diff --git a/ru-ru/sql-ru.html.markdown b/ru-ru/sql-ru.html.markdown index 702a8102..717f3a10 100644 --- a/ru-ru/sql-ru.html.markdown +++ b/ru-ru/sql-ru.html.markdown @@ -24,7 +24,7 @@ lang: ru-ru Некоторые команды ниже предполагают использование [демонстрационного образца базы данных сотрудников от MySQL](https://dev.mysql.com/doc/employee/en/), доступного на [GitHub](https://github.com/datacharmer/test_db). Следовательно, для повторения команд в локальном окружении он должен быть загружен. -Файлы на github — это скрипты с командами, схожие с командами ниже, +Файлы на GitHub — это скрипты с командами, схожие с командами ниже, которые создают и манипулируют таблицами и данными о сотрудниках вымышленной компании. Синтаксис для запуска этих скриптов будет зависеть от используемой вами реализации SQL. Обычно используется утилита, запускаемая из командной diff --git a/sql.html.markdown b/sql.html.markdown index 834cf00b..5c933465 100644 --- a/sql.html.markdown +++ b/sql.html.markdown @@ -9,7 +9,7 @@ Structured Query Language (SQL) is an [ISO/IEC 9075](https://www.iso.org/standar Implementations typically provide a command line prompt where you can enter the commands shown here interactively, and they also offer a way to execute a series of these commands stored in a script file. (Showing that you’re done with the interactive prompt is a good example of something that isn’t standardized--most SQL implementations support the keywords QUIT, EXIT, or both.) -Several of these sample commands assume that the [MySQL employee sample database](https://dev.mysql.com/doc/employee/en/) available on [github](https://github.com/datacharmer/test_db) has already been loaded. The github files are scripts of commands, similar to the relevant commands below, that create and populate tables of data about a fictional company’s employees. The syntax for running these scripts will depend on the SQL implementation you are using. A utility that you run from the operating system prompt is typical. +Several of these sample commands assume that the [MySQL employee sample database](https://dev.mysql.com/doc/employee/en/) available on [GitHub](https://github.com/datacharmer/test_db) has already been loaded. The GitHub files are scripts of commands, similar to the relevant commands below, that create and populate tables of data about a fictional company’s employees. The syntax for running these scripts will depend on the SQL implementation you are using. A utility that you run from the operating system prompt is typical. ```sql diff --git a/zh-cn/lua-cn.html.markdown b/zh-cn/lua-cn.html.markdown index 6fd10a32..b31a98c1 100644 --- a/zh-cn/lua-cn.html.markdown +++ b/zh-cn/lua-cn.html.markdown @@ -419,6 +419,6 @@ lua-users.org上的[Lua简明参考](http://lua-users.org/files/wiki_insecure/us 顺便说一下,整个文件是可运行的Lua; 保存为 learn-cn.lua 用命令 `lua learn-cn.lua` 启动吧! -本文首次撰写于 [tylerneylon.com](http://tylerneylon.com) 同时也有 [github gist](https://gist.github.com/tylerneylon/5853042) 版. +本文首次撰写于 [tylerneylon.com](http://tylerneylon.com) 同时也有 [GitHub gist](https://gist.github.com/tylerneylon/5853042) 版. 使用Lua,欢乐常在! diff --git a/zh-cn/red-cn.html.markdown b/zh-cn/red-cn.html.markdown index 9aa76a8b..a0abce6e 100644 --- a/zh-cn/red-cn.html.markdown +++ b/zh-cn/red-cn.html.markdown @@ -194,7 +194,7 @@ print twice b ; 输出 6 Red 相关的源码信息在 [Red 语言主页](https://www.red-lang.org)。 -源代码的 [github 库](https://github.com/red/red)。 +源代码的 [GitHub 库](https://github.com/red/red)。 Red/System 特性在 [这里](https://static.red-lang.org/red-system-specs-light.html)。 diff --git a/zh-cn/sql-cn.html.markdown b/zh-cn/sql-cn.html.markdown index c1fad9a2..969da7d6 100644 --- a/zh-cn/sql-cn.html.markdown +++ b/zh-cn/sql-cn.html.markdown @@ -19,7 +19,7 @@ ions)](http://troels.arvin.dk/db/rdbms/)是一份很好的产品差 就是就是SQL中尚未被标准化部分的一个典型例子,绝大多数SQL实 现支持关键字QUIT、EXIT或者两者。) -本文的实例命令假设你已经加载了[github](https://github.com/datacharmer/test_db)上的[MySQL示例员工数据库](https://dev.mysql.com/doc/employee/en/)。 +本文的实例命令假设你已经加载了[GitHub](https://github.com/datacharmer/test_db)上的[MySQL示例员工数据库](https://dev.mysql.com/doc/employee/en/)。 运行脚本的语法取决于你使用的SQL实现。通常是一个命令行工具。 ```sql |