Skip to content
View vitprado's full-sized avatar

Block or report vitprado

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Genetic Algorithms in PHP Genetic Algorithms in PHP
    1
    <?php
    2
    $POPULATION = array(); //population of individuals
    3
    $GEN_COUNT = 1;
    4
    $TEST_COUNT = 0;
    5
    $GENE_OPTIONS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ !@#$%&*1234567890";
  2. BovitratoApi BovitratoApi Public

    JavaScript 1

  3. sftp-docker-compose sftp-docker-compose Public

    Shell 1

  4. cpprest cpprest Public

    Forked from NikolajLeischner/cpprest

    A dockerized C++ web application skeleton.

    C++ 1