Skip to content
View yatharthb97's full-sized avatar
Block or Report

Block or report yatharthb97

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

Language Stats

KG Lab project's page: kglab.md

Single File Libraries (Shared as Gists):

  1. UDCounter : python3 : Describes a class UDCounter or "Up - Down Counter" which is a multi-modal bidirectional counter object.
  2. PITController : Embedded C++ : Describes a class to control the Periodic Interrupt Timer (PIT) of a PJRC Teensy 4.1 microcontroller.
  3. PIT_LifetimeTimer : Embedded C++ : Class Interface for using the Life Time Timer functionality of the Periodic Interrupt Timer (PIT) on Teensy 4.1 microcontroller.
  4. PyQTGraphStack : python3 : PyQTGraphStack is a wrapper around the pyqtgraph API for rapid prototyping, focused around creation of multiple plots with multiple curves and intended towards fast real-time data display.
  5. data_store.py : python3 : DataStore is utility object that can be used to effectively create and manage a directory of files for any generic use case.
  6. macro_modes.hpp : C++ : Macro mode manager is a simple utility that helps in managing MACROS in C++, especially feature macros.
  7. circular_buffer.hpp : C++ : Implementation of simple Circular Buffer with bounded index random accessor.
  8. metadata.py : python3 : Object that is specialized to collect, store, and export metadata for any generic application.
  9. configr.py : python 3 : Tool to import, verify, and generate config files {json and yaml} for python.
  10. tmliteral.py : python 3 : A module for managing and parsing string to time literals in python.

Currently Working On

  • ArduinoDiscreteParser : C++ / Arduino : A discrete parser for Arduino devices. [work stalled]
  • Console : python 3 : A terminal emulator + terminal multiplexer that integrates

Use GitHub Gist as a Repository:

Use Gist as (submodule) repositories:

git submodule add <repo path>
git mv <absurd repo name> <something meaningful>

Pinned Loading

  1. Random Random Public

    PRNG Resources

    C++

  2. NOISE NOISE Public

    NOISE Generator

    C++

  3. V V Public

    A simple implementation of the 3-vector (x, y, z) in C++.

    C++

  4. fluorosim fluorosim Public

    Langevin Simulation of FCS.

    C++

  5. Object that is specialized to collec... Object that is specialized to collect, store, and export metadata for any generic application.
    1
    #!/usr/bin/env python3
    2
    #!/usr/bin/env python
    3
    
    
    4
    """
    5
    Metadata aggregator
  6. A module for managing and parsing st... A module for managing and parsing string to time literals in python.
    1
    #!/usr/bin/env python3
    2
    #!/usr/bin/env python
    3
    
    
    4
    '''
    5
    Time Literals (tmliteral.py)