Skip to content
View tekinozbek's full-sized avatar

Block or report tekinozbek

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. Convert Python functions to CLI argu... Convert Python functions to CLI arguments
    1
    import argparse
    2
    import inspect
    3
    from pathlib import Path
    4
    
                  
    5
    
                  
  2. Find substitutes for resistors, indu... Find substitutes for resistors, inductors or capacitors from a list of available components
    1
    from __future__ import annotations
    2
    
                  
    3
    import argparse
    4
    import sys
    5
    from abc import ABC, abstractmethod
  3. ods ods Public

    Forked from patmorin/ods

    Fork for the ANSI C implementation of the data structures in ODS.

    TeX 1

  4. XBLink XBLink Public

    Networking between two computers using XBee modules.

    C++ 1