diff options
Diffstat (limited to 'ro-ro')
-rw-r--r-- | ro-ro/bf-ro.html.markdown | 1 | ||||
-rw-r--r-- | ro-ro/elixir-ro.html.markdown | 5 | ||||
-rw-r--r-- | ro-ro/haskell-ro.html.markdown | 2 | ||||
-rw-r--r-- | ro-ro/pythonlegacy-ro.html.markdown | 2 | ||||
-rw-r--r-- | ro-ro/xml-ro.html.markdown | 3 |
5 files changed, 3 insertions, 10 deletions
diff --git a/ro-ro/bf-ro.html.markdown b/ro-ro/bf-ro.html.markdown index 686dd39d..0713bda7 100644 --- a/ro-ro/bf-ro.html.markdown +++ b/ro-ro/bf-ro.html.markdown @@ -81,7 +81,6 @@ problema: La sfarsitul ciclului imbricat, celula #2 este zero. In acest caz, celula ciclul imbricat nu va mai functiona data viitoare. Pentru a rezolva aceasta problema, incrementam celula si #4, si recopiem celula #4 in celula #2. In final, celula #3 este rezultatul. - ``` Așadar acesta este limbajul brainfuck. Nu e atât de greu, nu? Pentru diff --git a/ro-ro/elixir-ro.html.markdown b/ro-ro/elixir-ro.html.markdown index 10fec3c5..a7242e64 100644 --- a/ro-ro/elixir-ro.html.markdown +++ b/ro-ro/elixir-ro.html.markdown @@ -1,5 +1,5 @@ --- -language: elixir +language: Elixir contributors: - ["Joao Marques", "http://github.com/mrshankly"] - ["Dzianis Dashkevich", "https://github.com/dskecse"] @@ -16,13 +16,12 @@ E total compatibil cu Erlang, dar are o sintaxă mai prietenoasă și propune ma posibilități. ```elixir - # Comentariile de o linie încep cu simbolul diez. # Pentru comentarii pe mai multe linii nu există sintaxă separată, # de aceea folosiți mai multe linii cu comentarii. -# Pentru a folosi shell-ul elixir utilizați comanda `iex`. +# Pentru a folosi shell-ul Elixir utilizați comanda `iex`. # Compilați modulele cu comanda `elixirc`. # Ambele comenzi vor lucra în terminal, dacă ați instalat Elixir corect. diff --git a/ro-ro/haskell-ro.html.markdown b/ro-ro/haskell-ro.html.markdown index b0cc4099..236f0e46 100644 --- a/ro-ro/haskell-ro.html.markdown +++ b/ro-ro/haskell-ro.html.markdown @@ -434,8 +434,8 @@ infixl 6 + What is your name? Friend! Hello, Friend! - ``` + Mai sunt multe de spus despre Haskell, printre care typclasses și monade. Acestea sunt marile idei care fac programarea în Haskell atât de interesantă. Vă las un exemplu final în Haskell: o variantă de implementare a sortării rapide diff --git a/ro-ro/pythonlegacy-ro.html.markdown b/ro-ro/pythonlegacy-ro.html.markdown index a368ff99..aa94ad78 100644 --- a/ro-ro/pythonlegacy-ro.html.markdown +++ b/ro-ro/pythonlegacy-ro.html.markdown @@ -471,8 +471,6 @@ math.sqrt(16) == m.sqrt(16) #=> True # Cu "dir" inspectăm ce funcţii conţine un modul import math dir(math) - - ``` ## Doriţi mai mult? diff --git a/ro-ro/xml-ro.html.markdown b/ro-ro/xml-ro.html.markdown index 269010c2..ecc7d9d7 100644 --- a/ro-ro/xml-ro.html.markdown +++ b/ro-ro/xml-ro.html.markdown @@ -63,8 +63,6 @@ informatia, ci doar o transporta. <!-- Dedesubt, un element cu doua atribute --> <file type="gif" id="4293">computer.gif</file> - - ``` * Document bine formatat x Validare @@ -79,7 +77,6 @@ contextul documentului. Cu acest tool poti verifica datele XML in afara codului aplicatiei. ```xml - <!-- Dedesubt este o versiune simplificata a documentului librarie, cu aditia definitiei DTD.--> |