Skip to content
View harieamjari's full-sized avatar

Organizations

@dats-lang
Block or Report

Block or report harieamjari

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. dats dats Public archive

    A programming language used for music composition.

    C 9 1

  2. aeabi.h declares the ARM run-time he... aeabi.h declares the ARM run-time helper-function ABI for programs written in C.
    1
    /* aeabi.h - declares the ARM run-time helper-function ABI for programs written in C.
    2
     *
    3
     * This is free and unencumbered software released into the public domain.
    4
     *
    5
     * Anyone is free to copy, modify, publish, use, compile, sell, or
  3. An implementation of Karplus-Strong ... An implementation of Karplus-Strong Algorithm in C. Using /dev/urandom in linux.
    1
    #include <stdio.h>
    2
    #include <stdint.h>
    3
    #include <stdlib.h>
    4
    #include <time.h>
    5