Pinned Repositories
ads1x15
Ultra-Small, Low-Power, BitAnalog-to-Digital Converter with Internal Reference
array-find-last
Add findLast and findLastIndex to Array.prototype. The findLastIndex() method returns the index of the last element in the array that satisfies the provided testing function. Otherwise, it returns -1, indicating that no element passed the test. The findLast() method returns the value of the last element in the provided array that satisfies the provided testing function. If no values satisfies the testing function, undefined is returned.
byobu-howto
Some information about byobu
callbag-from-function
callbag-pause
Callbag Pausable is a callbag that will convert any callbag stream into one that can be paused and resumed via data or talkback events. Thanks to erikras/callbag-pausable
cv-angularjs
Create your CV with AngularJS
keybow-program-layout
Programing layout for Pimoroni Keybow macro keyboards.
linux-networking
node-addon-example-async-work-thread-safe-function-zig
ohoc
felixdrp's Repositories
felixdrp/keybow-program-layout
Programing layout for Pimoroni Keybow macro keyboards.
felixdrp/ads1x15
Ultra-Small, Low-Power, BitAnalog-to-Digital Converter with Internal Reference
felixdrp/linux-networking
felixdrp/ollama-js-tutorial
LangChain with Ollama using JavaScript
felixdrp/array-find-last
Add findLast and findLastIndex to Array.prototype. The findLastIndex() method returns the index of the last element in the array that satisfies the provided testing function. Otherwise, it returns -1, indicating that no element passed the test. The findLast() method returns the value of the last element in the provided array that satisfies the provided testing function. If no values satisfies the testing function, undefined is returned.
felixdrp/async-streams-examples
Learn async streams by examples.
felixdrp/callbag-from-function
felixdrp/callbag-pausable
⏯️ Callbag Pausable is a callbag that will convert any callbag stream into one that can be paused and resumed via data or talkback events.
felixdrp/felixdrp.github.io
About me
felixdrp/javascript
JavaScript Style Guide
felixdrp/node-addon-example-buffer-zig
felixdrp/node-addon-example-function-call-zig
felixdrp/node-tap
Test Anything Protocol tools for node
felixdrp/nodertc
[WIP] WebRTC Datachannels for Node.js
felixdrp/nodertc-example
Example using nodertc
felixdrp/zig-nodejs-example
Node.js Native Module written in Zig
felixdrp/node-addon-example-async-work-thread-safe-function-zig
felixdrp/react-redux-callbag-example
An example of use Callbags to generate Redux side effects from a React Component.
felixdrp/array-permutation-recursive
Get array permutations in lexicographical order with a recursive function
felixdrp/Basic-Form
Form template
felixdrp/dtls
Datagram Transport Layer Security (DTLS) client.
felixdrp/easy-search
felixdrp/node-addon-example-async-work-thread-safe-function-multiple-zig
felixdrp/node-unpickle
Unpickle Python data in Node.js
felixdrp/ollama-js
Ollama JavaScript library
felixdrp/rxjs
A reactive programming library for JavaScript
felixdrp/sctp
[WIP] SCTP network protocol in plain js
felixdrp/v4l2capture
v4l2 video capturer written in Zig
felixdrp/wasm-dynamic-memory-allocation-ziglang
Related to dynamic allocation of memory within WebAssembly programs implemented using the Zig programming language.
felixdrp/zig-call-dynamic-lib-example
Zig example Dynamically Loaded (DL) Libraries