Skip to content
View kekse1's full-sized avatar

Block or report kekse1

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



Kuchen's


Contact

Key Value
👋 Website (private)
📫 Mail address



Overview



Repositories

Here are some of my own repositories, sorted by (kinda) priority.

Important

This is not


Index





Smartwatch

Since my bday 2023 I own a Xiaomi Watch 2 Pro. Because I wanted a special watch face design (I really love 24h analog), I decided to create my own one(s). So here's my Biscuits Collection!



Field

This is the best[tm] way to manage multi-dimensional arrays (of any type).

Note

Available as JavaScript implementation, and there's also a (much smaller) Bash Shell version available.



Dump.js

My own Radix Viewer. First version with only viewing functionality.

Note

When I talk about the radix, I mean the numeric base (decimal, binary/dual, ..).

I really needed such a tool for myself to develop/debug my Norbert, and since I also needed other tools for this reason, I just implemented 'em here, too.

The available utilties are explained in the README, too; these are (atm): [ count, rot13 ];



Prompt

Here's my notorious $PS1 prompt. Just moved it from the scripts repository to it's own one. Here's also the example screenshot.



Scripts

Mostly bash shell scripts. Some for direct execution, some for inclusion via source or . (also for your /etc/profile.d/ directory). And one C/C++ at the moment. ... the JavaScripts moved to their own JavaScripts repository [2024-09-24].



JavaScripts

This started by moving all the JavaScripts from my scripts repository.



JSON.js

Just started this one, since I needed to insert comments in my JSON configuration.



ANSI.js

Extensions for JavaScript/Node.js of ANSI Escape Sequences.

Tip

There's also the scripts/ansi.sh.



noto-emoji-animation

Google got it's own animated icon set, available via web interface (and github, too):

I hacked out a mass downloader here, plus an additional PHP interface, and even more.



v4

This is the current API documentation (etc.) for my private website project. Maybe you'd also like to see the source code? Or maybe you want to see all my github projects in my own overview? ^_^



count.php

I really love it, so please give it a try! It even got a CLI mode (Console Line Interface) to manage all the values etc. (in your file system) and also to view the current states.

Using the file system (but not a single file!) it's pretty efficient, and I made it really secure! It has really many features and is highly customizable - even with extra config differences for each host, which can be used in any amount.. and there's the configuration on the one hand, and on the other hand there are many $_GET[] parameters to customize the output/drawing.

It supports both text/plain (or other mime/content types) and image/* drawing output.

The last feature I'd like to mention here is the (configurable) ?text parameter to draw short text strings instead of the counted values etc., e.g. to hide some info from automatic web crawlers/spiders/.. etc., e.g. when you want to present your eMail address or so, and scramble it a bit (see my address on my ~impressum page, as an example 4u).



getopt.js

My own getopt interpretation, written in plain/vanilla JavaScript.



nproc.c

Tiny extension to the well-known coreutil: by setting the NPROC environment variable to an arbitrary integer that value will be shown instead of the real core/thread count of your CPU.



(all Repositories)

And here is the complete repository list.





My Forks

Some interesting repositories I wanted to mirror here.





My Prompt





Favicon





Etnies

Pinned Loading

  1. scripts scripts Public

    Some of my scripts which could be somewhat helpful. ... will grow in time!

    Shell

  2. smartwatch smartwatch Public

    Watch Face Collection (all designed by myself)

  3. dump.js dump.js Public

    Radix Viewer/Editor

    JavaScript

  4. javascripts javascripts Public

    JavaScripts (mostly moved from my `scripts` repository)

    JavaScript

  5. prompt prompt Public

    My notorious `$PS1` prompt

    Shell