Git Product home page Git Product logo

Hello!

I'm JLC (Joakim L. Christiansen) the author of JLC's Internet TV (now abandoned) and I love programming almost more than anything else in life! That's really my only motivation, I don't program because it's my job (I've never done it as a full time job)...

Actually I can't do it as a profession because I suffer from chronic RSI (repetitive strain injury) and lots of muscle and tendon pain in general, together with severe fatigue, brain fog and memory problems. All this has been undiagnosed now for 15+ years, and my life is a mess because of it...

So no, not every skilled programmer gets to achieve success and a good economy, I'm poor and close to loosing my apartment. But that doesn't stop me from dreaming about it.

If you want to help me out then please become a sponsor of me here on GitHub or check my website for more options.

I've started tons of projects but I'm mostly too slow (because of RSI) or too tired to finish any of them. But I plan to become better at this and eventually have lots of nice projects to share! My brain is always full of great ideas, I just wish I had a body which could complete them in time.

Oh, and by the way; consciousness is separate from the brain and the physical universe is a construct. I try to tell everybody this because I'm tired of the ignorance and the ridicule when it comes to these subjects. Learn more from this YouTube playlist on NDE's.

Have a day full of wonderful! πŸ™‚

Joakim L. Christiansen's Projects

base-endecoder icon base-endecoder

An ES module providing functions for converting (encoding and decoding) numbers and data to/from any base (input any charset). Works in Node.js, Deno and the browser. Includes functions for base32, base64 and base64url.

better-data-view icon better-data-view

A class named BetterDataView which is an extension of the standard DataView class. Its purpose is to be more comfortable to use as well as supporting much more advanced features for interacting with ArrayBuffers.

bit-consumer icon bit-consumer

An ES module providing a "bit consumer" class allowing you to feed it endless of bits and receive unsigned integers back from them whenever the wanted amount of bits has been consumed. The bits are pushed in the order of the most significant bits first.

bit-manipulation icon bit-manipulation

An ES module providing functions for setting and clearing bits (and doing any bitwise operations) in Numbers up to 53 bits and in BigInts of any bit-width. In addition there's also functions to manipulate the bits in JavaScript's 64-bit floats and representing integers (in two's complement format) in binary or hex.

jlc-blowfish icon jlc-blowfish

An ES module for doing the raw blowfish algorithm (without any padding scheme) in vanilla JavaScript.

jlc-cdp icon jlc-cdp

A tiny Chrome DevTools Protocol interface which doesn't get in your way!

jlc-dev-serve icon jlc-dev-serve

A simple and efficient HTTP/S server for serving static files, meant to be used during development (with sane defaults).

jlc-logger icon jlc-logger

An ES module allowing logging in Node.js to be something that is kind of sexy.

jlc-midjourney-archiver icon jlc-midjourney-archiver

An application to allow anyone to create a local backup of their own Midjourney images (and to keep them in sync).

jlc-mutex icon jlc-mutex

A powerful mutex and a concurrency controller.

jlc-rsa icon jlc-rsa

An ES module for doing the raw RSA algorithm (without any padding scheme) in vanilla JavaScript.

jlc-websocket icon jlc-websocket

A lean and mean (not a lot of code bloat) WebSocket implementation for Node.js written in modern JavaScript.

mix-header-demo icon mix-header-demo

A little demo showing how to decrypt Command and Conquer MIX-file headers.

my-outlet icon my-outlet

A website and self made blogging platform where'll publish some of my writings.

node-hackrf icon node-hackrf

:radio: Control a HackRF device (e.g. Jawbreaker, HackRF One, or Rad1o) from Node.js

npm-downloads-counter icon npm-downloads-counter

This is a CLI tool (and an ES module) to output an overview of the (last 30 days) download activity of all the packages maintained (or published) by a certain NPM username.

peerserver-webrtc-client icon peerserver-webrtc-client

A client for the PeerServer signalling server to establish WebRTC connections. Intended as a lightweight alternative to PeerJS.

platform-checker icon platform-checker

An ES module for checking which "computing platform" the script is executed in. For now it can check if it's running in Node.js, Deno or the browser.

pluggable-prng icon pluggable-prng

An ES module with a class providing a Pseudo-random number generator which is "pluggable", meaning you can plug-in any PRNG algorithm. It's also "seedable" meaning that it can have a reproducible (deterministic) output based on its starting seed. The module includes plugins for some fast and good (insecure) PRNGs (Alea, Sfc32, Mulberry32, Pcg32), but also a much slower cryptographically secure PRNG which is using the Web Crypto API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.