mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Remove email addresses
This commit is contained in:
parent
37f0b26450
commit
3ea2b0b29f
@ -8,13 +8,10 @@ filename: learnjavascript-de.js
|
||||
lang: de-de
|
||||
---
|
||||
|
||||
(Anmerkungen des Original-Autors:)
|
||||
JavaScript wurde im Jahr 1995 von Brendan Eich bei Netscape entwickelt. Ursprünglich war es als einfachere Skriptsprache für Websites gedacht, ergänzend zu Java, das für komplexere Webanwendungen verwendet wird. Die enge Integration in Websites und der in Browser eingebaute Support der Sprache haben dafür gesorgt, dass JavaScript weit häufiger für Web-Frontends verwendet wird als Java.
|
||||
|
||||
Dabei ist JavaScript inzwischen nicht mehr auf Browser beschränkt: Node.js, ein Projekt, das eine eigene Laufzeitumgebung auf Grundlage von Google Chromes V8 mitbringt, wird derzeit immer populärer.
|
||||
|
||||
Feedback ist herzlich Willkommen! Der ursprüngliche Autor ist unter [@excitedleigh](https://twitter.com/excitedleigh) oder [l@leigh.net.au](mailto:l@leigh.net.au) zu erreichen. Der Übersetzer unter [gregorbg@web.de](mailto:gregorbg@web.de).
|
||||
|
||||
```js
|
||||
// Kommentare werden wie in C gesetzt: Einzeilige Kommentare starten mit zwei
|
||||
// Slashes
|
||||
|
@ -8,6 +8,7 @@ translators:
|
||||
filename: javascript-es.js
|
||||
lang: es-es
|
||||
---
|
||||
|
||||
Tutorial de JavaScript en español.
|
||||
|
||||
JavaScript fue creado por Brendan Eich en 1995 mientras trabajaba en Netscape.
|
||||
@ -18,10 +19,6 @@ para front-end que Java.
|
||||
|
||||
Sin embargo, JavaScript no sólo se limita a los navegadores web: Node.js, un proyecto que proporciona un entorno de ejecución independiente para el motor V8 de Google Chrome, se está volviendo más y más popular.
|
||||
|
||||
¡La retroalimentación es bienvenida! Puedes encontrarme en:
|
||||
[@ExcitedLeigh](https://twitter.com/ExcitedLeigh), o
|
||||
[l@leigh.net.au](mailto:l@leigh.net.au).
|
||||
|
||||
```js
|
||||
// Los comentarios en JavaScript son los mismos como comentarios en C.
|
||||
|
||||
|
@ -13,10 +13,6 @@ lang: es-es
|
||||
|
||||
MATLAB significa 'MATrix LABoratory'. Es un poderoso lenguaje de computación numérica comúnmente usado en ingeniería y matemáticas.
|
||||
|
||||
Si tiene algún comentario, no dude en ponerse en contacto el autor en
|
||||
[@the_ozzinator](https://twitter.com/the_ozzinator), o
|
||||
[osvaldo.t.mendoza@gmail.com](mailto:osvaldo.t.mendoza@gmail.com).
|
||||
|
||||
```matlab
|
||||
%% Una sección de código comienza con dos símbolos de porcentaje. Los títulos de la sección van en la misma líneas.
|
||||
% Los comentarios comienzan con un símbolo de porcentaje.
|
||||
@ -564,4 +560,3 @@ c = a + b
|
||||
* [The official MATLAB Answers forum (EN)](http://www.mathworks.com/matlabcentral/answers/)
|
||||
* [Loren on the Art of MATLAB (EN)](http://blogs.mathworks.com/loren/)
|
||||
* [Cleve's Corner (EN)](http://blogs.mathworks.com/cleve/)
|
||||
|
||||
|
@ -13,13 +13,6 @@ lang: fa-ir
|
||||
با این حال جاوااسکریپت فقط محدود به مرورگر های وب نمیشود. Node.js پروژه ایست که یک نسخه ی مستقل از اجراکننده ی موتور جاوااسکریپت V8 از گوگل کروم را در اختیار قرار میده که هر روزه درحال محبوب تر شدن نیز هست.
|
||||
</p>
|
||||
|
||||
<p dir='rtl'>
|
||||
قدر دان نظرات سازنده شما هستم! شما میتوانید از طریق زیر با من تماس بگیرید:
|
||||
</p>
|
||||
|
||||
[@ExcitedLeigh](https://twitter.com/ExcitedLeigh), or
|
||||
[l@leigh.net.au](mailto:l@leigh.net.au).
|
||||
|
||||
<p dir='rtl'>
|
||||
// توضیحات همانند C هستند. توضیحات یک خطی با دو خط مورب شروع میشوند.,
|
||||
</p>
|
||||
|
@ -18,9 +18,6 @@ lang: ko-kr
|
||||
그렇지만 자바스크립트는 웹 브라우저에만 국한되지 않습니다. 구글 크롬의 V8 자바스크립트
|
||||
엔진을 위한 독립형 런타임을 제공하는 Node.js는 점점 인기를 얻고 있습니다.
|
||||
|
||||
피드백 주시면 대단히 감사하겠습니다! [@ExcitedLeigh](https://twitter.com/ExcitedLeigh)나
|
||||
[l@leigh.net.au](mailto:l@leigh.net.au)를 통해 저와 만나실 수 있습니다.
|
||||
|
||||
```js
|
||||
// 주석은 C와 비슷합니다. 한 줄짜리 주석은 두 개의 슬래시로 시작하고,
|
||||
/* 여러 줄 주석은 슬래시 별표로 시작해서
|
||||
|
@ -10,10 +10,6 @@ contributors:
|
||||
|
||||
MATLAB stands for MATrix LABoratory. It is a powerful numerical computing language commonly used in engineering and mathematics.
|
||||
|
||||
If you have any feedback please feel free to reach me at
|
||||
[@the_ozzinator](https://twitter.com/the_ozzinator), or
|
||||
[osvaldo.t.mendoza@gmail.com](mailto:osvaldo.t.mendoza@gmail.com).
|
||||
|
||||
```matlab
|
||||
%% Code sections start with two percent signs. Section titles go on the same line.
|
||||
% Comments start with a percent sign.
|
||||
@ -560,4 +556,3 @@ c = a + b
|
||||
* [The official MATLAB Answers forum](http://www.mathworks.com/matlabcentral/answers/)
|
||||
* [Loren on the Art of MATLAB](http://blogs.mathworks.com/loren/)
|
||||
* [Cleve's Corner](http://blogs.mathworks.com/cleve/)
|
||||
|
||||
|
@ -19,10 +19,6 @@ Javascript não é somente limitada a browsers web, existindo o Node.js,
|
||||
que é um projeto que fornece um interpretador baseado no motor V8 do Google
|
||||
Chrome e está se tornando cada vez mais famoso.
|
||||
|
||||
Feedback são muito apreciados! Você me encontrar em
|
||||
[@ExcitedLeigh](https://twitter.com/ExcitedLeigh), ou
|
||||
[l@leigh.net.au](mailto:l@leigh.net.au).
|
||||
|
||||
```js
|
||||
// Comentários são como em C. Comentários de uma linha começam com duas barras,
|
||||
/* e comentários de múltiplas linhas começam com barra-asterisco
|
||||
@ -521,8 +517,7 @@ excelente documentação sobre Javascript e seu uso nos browsers. E mais,
|
||||
é uma wiki, portanto conforme você vai aprendendo, mais você pode ir ajudando
|
||||
os outros compartilhando do seu conhecimento.
|
||||
|
||||
[Uma re-introdução do JavaScript pela MDN]
|
||||
(https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
|
||||
[Uma re-introdução do JavaScript pela MDN](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
|
||||
cobre muito dos conceitos abordados aqui em mais detalhes. Este guia fala
|
||||
somente sobre a linguagem JavaScript em si; se você quiser aprender mais
|
||||
sobre e como usar o JavaScript em páginas na web, comece aprendendo sobre
|
||||
|
@ -8,15 +8,10 @@ translators:
|
||||
- ["Claudson Martins", "https://github.com/claudsonm"]
|
||||
lang: pt-br
|
||||
filename: learnmatlab-pt.mat
|
||||
|
||||
---
|
||||
|
||||
MATLAB significa MATrix LABoratory. É uma poderosa linguagem de computação numérica geralmente utilizada em engenharia e matemática.
|
||||
|
||||
Se você tem algum feedback, por favor fique a vontade para me contactar via
|
||||
[@the_ozzinator](https://twitter.com/the_ozzinator), ou
|
||||
[osvaldo.t.mendoza@gmail.com](mailto:osvaldo.t.mendoza@gmail.com).
|
||||
|
||||
```matlab
|
||||
% Comentários iniciam com um sinal de porcentagem
|
||||
|
||||
@ -535,4 +530,3 @@ c = a + b
|
||||
|
||||
* O site oficial [http://http://www.mathworks.com/products/matlab/](http://www.mathworks.com/products/matlab/)
|
||||
* O fórum oficial de respostas: [http://www.mathworks.com/matlabcentral/answers/](http://www.mathworks.com/matlabcentral/answers/)
|
||||
|
||||
|
@ -21,10 +21,6 @@ javascript 1995 ஆம் ஆண்டு Netscape இல் பணிபுர
|
||||
மிகவும் பிரபல்யமடைந்து வருகின்றது , உதாரணமாக கூகிள்க்ரோம் உலாவியின்
|
||||
V8 JavaScript engine Node .js உதவியுடன் இயங்குகிறது .
|
||||
|
||||
உங்கள் கருத்துக்கள் மிகவும் வரவேற்கபடுகின்றன , என்னுடன் தொடர்புகொள்ள
|
||||
[@ExcitedLeigh](https://twitter.com/ExcitedLeigh), or
|
||||
[l@leigh.net.au](mailto:l@leigh.net.au).
|
||||
|
||||
```js
|
||||
// குறிப்புக்கள் C நிரலாக்கத்தை ஒத்தது .ஒரு வரி குறிப்புக்கள் "//" குறியீடுடன் ஆரம்பமாகும்
|
||||
|
||||
|
@ -9,13 +9,10 @@ translators:
|
||||
- ["Melih Mucuk", "http://melihmucuk.com"]
|
||||
lang: tr-tr
|
||||
filename: LearnCSharp-tr.cs
|
||||
|
||||
---
|
||||
|
||||
C# zarif ve tip güvenli nesne yönelimli bir dil olup geliştiricilerin .NET framework üzerinde çalışan güçlü ve güvenli uygulamalar geliştirmesini sağlar.
|
||||
|
||||
[Yazım yanlışları ve öneriler için bana ulaşabilirsiniz](mailto:melihmucuk@gmail.com)
|
||||
|
||||
[Daha fazlasını okuyun.](http://msdn.microsoft.com/en-us/library/vstudio/z1zx9t92.aspx)
|
||||
|
||||
```c#
|
||||
@ -819,7 +816,4 @@ on a new line! ""Wow!"", the masses cried";
|
||||
* [ASP.NET Web Matrix Tutorials](http://www.asp.net/web-pages/tutorials)
|
||||
* [ASP.NET Web Forms Tutorials](http://www.asp.net/web-forms/tutorials)
|
||||
* [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208)
|
||||
|
||||
|
||||
|
||||
[C# Kodlama Adetleri](http://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx)
|
||||
* [C# Kodlama Adetleri](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions)
|
||||
|
@ -16,10 +16,6 @@ Javascript 于 1995 年由网景公司的 Brendan Eich 发明。最初它作为
|
||||
|
||||
不过,Javascript 不仅用于网页浏览器,一个名为 Node.js 的项目提供了面向 Google Chrome V8 引擎的独立运行时环境,它正在变得越来越流行。
|
||||
|
||||
很欢迎来自您的反馈,您可以通过下列方式联系到我:
|
||||
[@ExcitedLeigh](https://twitter.com/ExcitedLeigh), 或者
|
||||
[l@leigh.net.au](mailto:l@leigh.net.au).
|
||||
|
||||
```js
|
||||
// 注释方式和C很像,这是单行注释
|
||||
/* 这是多行
|
||||
|
@ -7,16 +7,11 @@ contributors:
|
||||
translators:
|
||||
- ["sunxb10", "https://github.com/sunxb10"]
|
||||
lang: zh-cn
|
||||
|
||||
---
|
||||
|
||||
MATLAB 是 MATrix LABoratory(矩阵实验室)的缩写。
|
||||
它是一种功能强大的数值计算语言,在工程和数学领域中应用广泛。
|
||||
|
||||
如果您有任何需要反馈或交流的内容,请联系本教程作者:
|
||||
[@the_ozzinator](https://twitter.com/the_ozzinator)
|
||||
或 [osvaldo.t.mendoza@gmail.com](mailto:osvaldo.t.mendoza@gmail.com)。
|
||||
|
||||
```matlab
|
||||
% 以百分号作为注释符
|
||||
|
||||
|
@ -198,7 +198,7 @@ Red 相关的源码信息在 [Red 语言主页](https://www.red-lang.org)。
|
||||
|
||||
Red/System 特性在 [这里](https://static.red-lang.org/red-system-specs-light.html)。
|
||||
|
||||
想要了解更多关于 Rebol 和 Red 的信息,加入 [Gitter 聊天室](https://gitter.im/red/red)。如果你无法加入,也可以给我们发[邮件](mailto:red-langNO_SPAM@googlegroups.com)。
|
||||
想要了解更多关于 Rebol 和 Red 的信息,加入 [Gitter 聊天室](https://gitter.im/red/red)。
|
||||
|
||||
也可以在 [Stack Overflow](https://stackoverflow.com/questions/tagged/red) 上查阅、提交问题。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user