Skip to content
View silvericarus's full-sized avatar
🗺️
Starting new projects
🗺️
Starting new projects

Block or report silvericarus

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
silvericarus/README.md

Hey 👨‍💻, I'm Alberto

A Software Developer from Spain

Connect with me:

Languages and tools:

javascript logo typescript logo react logo html5 logo css3 logo python logo android logo androidstudio logo apache logo bash logo bootstrap logo bulma logo c logo canva logo cplusplus logo debian logo firebase logo firefox logo git logo gimp logo gcc logo googlecloud logo grails logo ifttt logo illustrator logo jquery logo kotlin logo linkedin logo linux logo markdown logo mongodb logo moodle logo mysql logo nodejs logo npm logo php logo postgresql logo raspberrypi logo sass logo slack logo sqlite logo ssh logo swift logo trello logo ubuntu logo unity logo vim logo vscode logo wordpress logo yii logo java logo

languages graph activity-graph graph

Pinned Loading

  1. C function that searchs for a number... C function that searchs for a number in an array with the 'binary search' algorithm
    1
    int binary_search(int* nums, int numsSize, int target){
    2
      int middle;
    3
      int min;
    4
      int max;
    5
      
  2. 42cursus 42cursus Public

    A repository showing my proyects at 42Malaga

  3. lifegame-js lifegame-js Public

    This program is a research trying to make the famous Game of Life in Javascript for uses in other projects and research, besides my improvement as a programmer.

    JavaScript

  4. base64-js base64-js Public

    Project about Base64 encription on vanilla JavaScript

    JavaScript

  5. shutter shutter Public

    The final project of my Superior Technitian Course Web Application Development, which consists of a community for photographers of all kinds.

    PHP

  6. klondike-js klondike-js Public

    An implementation of the Klondike game in vanilla Javascript

    JavaScript