Skip to content
View vanaur's full-sized avatar
🐿️
I enjoy squirrels
🐿️
I enjoy squirrels
Block or Report

Block or report vanaur

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

  1. Taylor Taylor Public archive

    Assistant de calcul pour la propagation des erreurs de mesure sur des relations physiques

    F# 3

  2. RCL-C RCL-C Public archive

    The RCL (Runtime Core Library) project aims to be a library for program evaluation, compilation and analysis through an abstract VM. It is mainly intended for language designers.

    C 7

  3. dirty-term dirty-term Public

    Small and dirty header-only library that supports user input with some more advanced features than in the standard lib.

    C 3

  4. Very small JIT with constant program Very small JIT with constant program
    1
    #include <stdlib.h>
    2
    #include <stdio.h>
    3
    #include <string.h>
    4
    #ifdef _WIN32
    5
    #include "mman.h"
  5. Generic makefile for C projects that... Generic makefile for C projects that follow the "app" + "include" + "source" configuration.
    1
    # Defines which shell command to use to clean the terminal, depending on the platform. 
    2
    ifeq ($(OS), Windows_NT)
    3
    	# Clean on Windows
    4
    	clean_cmd = @del /s /q *.o > null
    5
    else
  6. topdf topdf Public archive

    A minimal program to convert just images to PDF

    D