Code Monkey home page Code Monkey logo

spanish's People

Contributors

astoliar avatar csantander avatar diegolagoglez avatar gehrs avatar hpscds avatar petarkirov avatar thedanielgray avatar wilzbach avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

spanish's Issues

Merged changes not reflected on website

Several days ago I merged some changes. Surprised not to see those changes reflected in the website after so many days, I clicked around to understand the process a bit better and I found that changes should take around 10 minutes to be deployed thanks to the bot. Given that the changes aren't reflected yet, I have to assume that: a) the webhook isn't configured correctly, b) the bot is down, c) I broke something with my changes, or d) there's something else going on that I don't know about.

on welcome/welcome-to-d example mismatch

It was mentioned that the intention is to keep this version as close as possible to the original version.

The example of the welcome page in Spanish is not the same as in English. The English version extends the "hello world" with a stunning use of slices to sort with the std algorithms.

A possible synchronization and translation is:

import std.stdio;
import std.algorithm;
import std.range;

void main()
{
    // ¡Empecemos!
    writeln("¡Hola, mundo!");

    // Ejemplo para programadores experimentados:
    // Tomar tres arrays, y sin reservar nueva
    // memoria, ordenarlos en el lugar
    int[] arr1 = [4, 9, 7];
    int[] arr2 = [5, 2, 1, 10];
    int[] arr3 = [6, 8, 3];
    sort(chain(arr1, arr2, arr3));
    writefln("%s\n%s\n%s\n", arr1, arr2, arr3);
    // Para aprender más acerca de este ejemplo,
    // véase la sección "Algoritmos sobre rangos"
    // bajo "Perlas"
}

If you agree, I could make the replacement and send the pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.