Posts
-
mock-socket
Javascript mocking library for WebSockets and Socket.IO
Tags: #javascript β’ websockets β’ mocking
-
BigInteger.js
An arbitrary length integer library for Javascript
BigInteger.js is an arbitrary-length integer library for Javascript, allowing arithmetic operations on integers of unlimited size, notwithstanding memory and time limitations.
Update (December 2, 2018):
BigIntis being added as a native feature of JavaScript. This library now works as a polyfill: if the environment supports the nativeBigInt, this library acts as a thin wrapper over the native implementation.Tags: #javascript
-
neomodel
An Object Graph Mapper (OGM) for the Neo4j graph database.
For neomodel releases 6.x :
- Python 3.10+
- Neo4j 2025.x.x, 5.x, 4.4 (LTS)
- Neo4j Enterprise, Community and Aura are supported
For neomodel releases 5.x :
- Python 3.8+
- Neo4j 5.x, 4.4 (LTS)
For neomodel releases 4.x :
- Python 3.7 -> 3.10
- Neo4j 4.x (including 4.4 LTS for neomodel version 4.0.10)
Tags: #python β’ neo4j β’ ogm
-
mdx
MDx - Material Design WordPress Theme
Tags: #php β’ wordpress-theme β’ material-design
-
Buzz
PHPβs lightweight HTTP client
Install by running:
composer require kriswallsmith/buzzYou do also need to install a PSR-17 request/response factory. Buzz uses that factory to create PSR-7 requests and responses. Install one from this list.
Example:
composer require nyholm/psr7Tags: #php
-
beanstalk-deploy
GitHub action (and command line script) to deploy apps to Elastic Beanstalk
Beanstalk Deploy is a GitHub action (and command line script) to deploy apps to AWS Elastic Beanstalk. It takes the application name, environment name, version name, region and filename as parameters, uploads the file to S3, creates a new version in Elastic Beanstalk, and then deploys that version to the environment. It will wait until the deployment is finished, logging any messages from the environment during the update and exiting with a non-zero exit code if the deployment fails. It does not handle rolling back the environment.
Tags: #javascript
-
nodebox
Node-based data application for visualization and generative design
NodeBox requires the Java JDK, and Homebrew (for Ant and Maven)
NodeBox uses Ant and Maven to build a running version. Install these first:
brew install ant mavenThen from the Terminal, run:
git clone https://github.com/nodebox/nodebox.git cd nodebox ant run # To create a full app (the build will be in dist/mac): ant dist-macTags: #java β’ nodebox β’ graphics
-
react-editor-js
βοΈπThe unofficial editor-js component for React
Tags: #typescript β’ react β’ editor-js
-
cronet-transport-for-okhttp
This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support and connection migration.
Tags: #java β’ cronet β’ http3
-
simfin
Simple financial data for Python
SimFin makes it easy to obtain and use financial and stock-market data in Python. It automatically downloads share-prices and fundamental data from the SimFin server, saves the data to disk for future use, and loads the data into Pandas DataFrames.
Tags: #python β’ finance β’ financial-data
subscribe via RSS