Skip to content
View trmaa's full-sized avatar
😀
😀
  • Igualada, Catalunya

Block or report trmaa

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
trmaa/README.md

Pablo Marín

#include <stdio.h>

int
main(void)
{
        char* btws[] = { "Arch", "Vim", "C", "tabstop=8" };

        for (int i = 0; i < sizeof(btws)/sizeof(char*); i++)
          {
                printf("I use %s btw...\n", *(btws + i));
          }
}

vidio-boy's GitHub stats Top Langs

Contact

  • Phone number: 689 93 75 95 (please whatsapp, otherwise I might not answer)

Pinned Loading

  1. GPU-RAY-TRACING-CPP-SFML-GLSL GPU-RAY-TRACING-CPP-SFML-GLSL Public

    Remake of my last ray tracer but using shaders

    C++ 1

  2. fractal_renderer fractal_renderer Public

    Ray marching

    C++ 1

  3. vanilla_c_web_server vanilla_c_web_server Public

    Small http server

    C 1

  4. trmaa.github.io trmaa.github.io Public

    JavaScript 1

  5. Google_-flat-_earth Google_-flat-_earth Public

    The true size of type application

    C++ 1

  6. RadSens-raspberry-i2c-python-library RadSens-raspberry-i2c-python-library Public

    It is a full merge from C++ to Python of a library for the RadSens of Climate Guard. This is in order to usit from a raspberry pi zero.

    Python 1 1