Skip to content
View cybeaer's full-sized avatar
  • TA Bildungszentrum GmbH
  • Germany

Block or report cybeaer

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cybeaer/README.md

Hi there 👋

if you got here by a invite of me for collaborating or joining, and cant see the projects, let me know (again 😄)

For all others, most stuff is MIT and use it at own risk :)
if you got "taste free" hint for improving somewhere your free to let me know here :)

Most repos are private until they reach a state where it works for public use, so keep up till they hit the public status ;)

Pinned Loading

  1. gh-heatmapgh-heatmapPublic

    github like heatmap in vanilla js

    JavaScript 15 2

  2. 4 legged gait walk with arduino4 legged gait walk with arduino
    1
    #include<Servo.h>
    2
    3
    Servo sLeg[8];
    4
    int del = 200;
    5
  3. SpiderChartSpiderChartPublic

    small as possible "Library" for generating Spider/Radar Charts

    JavaScript 1

  4. SharpIR-AverageSharpIR-AveragePublic

    Arduino Library for getting average distance from the Sharp IR GP2*

    C++

  5. mtg card (list) tag for hexo jsmtg card (list) tag for hexo js
    1
    varhttp=require('https');
    2
    3
    lettpl={
    4
    list: ` <div class="mtable">
    5
     ##CBLOCK##
  6. testing simple gene hereditytesting simple gene heredity
    1
    var_=require('lodash');
    2
    3
    vargenes={
    4
    "g1": {"str": 2,"mut": 0},
    5
    "g2": {"str": 4,"mut": 0},