Skip to content
View alekfrohlich's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@lab-tds
Block or Report

Block or report alekfrohlich

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. cfg cfg Public

    Context-Free Grammar utilities library

    Python 1

  2. albi albi Public

    Albi is a gro to SBML transpiler. It's goal is to translate a subset of the gro programming language that is semantically meaningful to simulators and synthesis tools cabable of handling the SBML s…

    TeX 1

  3. micro_kernel micro_kernel Public

    RiscV Micro-kernel written in C++; based on EPOS.

    C++

  4. qlib qlib Public

    qlib is a C++ library for bare metal applications written for i386. It provides maximum efficiency through light weight abstractions of the hardware.

    C++

  5. Example Makefile and Makedefs. Featu... Example Makefile and Makedefs. Features automatic dependency generation and builds out-of-source. The Makefile was written to accommodate C++ source code but it should be easy to adapt it to other compiled languages.
    1
    # Application.
    2
    APP_NAME := main
    3
    
    
    4
    # Directories.
    5
    ROOT    := $(abspath $(dir $(filter %Makedefs, $(MAKEFILE_LIST))))
  6. z z Public

    Z is an Interactive Graphics Systems developed for INE5420 (Computer Graphics)

    Python