Posts
-
tld.js
JavaScript API to work easily with complex domain names, subdomains and well-known TLDs.
tld.jsis a Node.js module written in JavaScript to work against complex domain names, subdomains and well-known TLDs.It answers with accuracy to questions like what is
mail.google.com’s domain?, what isa.b.ide.kyoto.jp’s subdomain? and ishttps://big.data’s TLD a well-known one?.tld.jsruns fast, is fully tested and is safe to use in the browser (with [browserify][], webpack and others). Because it relies on Mozilla’s [public suffix list][], now is a good time to say thank you Mozilla!Tags: #javascript • subdomain • tld
-
rar.js
Pure-JavaScript RAR reader using AJAX, File API & local access
rar.js provides a pure javascript implementation of the rar format, allowing you to extract or manipulate packed data client-side and server-side.
Multiple inputs are supported: AJAX, File API (HTML5) and local disk (NodeJS).
Tags: #typescript
-
javascript
Universally Unique Lexicographically Sortable Identifier
UUID can be suboptimal for many uses-cases because:
- It isn’t the most character efficient way of encoding 128 bits of randomness
- UUID v1/v2 is impractical in many environments, as it requires access to a unique, stable MAC address
- UUID v3/v5 requires a unique seed and produces randomly distributed IDs, which can cause fragmentation in many data structures
- UUID v4 provides no other information than randomness which can cause fragmentation in many data structures
Instead, herein is proposed ULID:
- 128-bit compatibility with UUID
- 1.21e+24 unique ULIDs per millisecond
- Lexicographically sortable!
- Canonically encoded as a 26 character string, as opposed to the 36 character UUID
- Uses Crockford’s base32 for better efficiency and readability (5 bits per character)
- Case insensitive
- No special characters (URL safe)
- Monotonic sort order (correctly detects and handles the same millisecond)
Tags: #javascript • uuid • ulid
-
etherealengine
Ethereal Engine - Bringing us together on the open social spatial web. 🤖 🚀 👓 🕹️ 🧑🏿🚀
- Table of Contents
- Background
- Demos
- Project API
- Launch Ethereal Engine with Control Center Install - RECOMMENDED
- Advanced Development Install
- Usage
- Contributing
- License
Tags: #typescript • webxr • mmo
-
aws-cf-templates
Free Templates for AWS CloudFormation
Find the documentation for the latest stable release here: https://templates.cloudonaut.io/en/stable/
Find the documentation for the unstable master branch here: https://templates.cloudonaut.io/en/latest/
Are you in need of a feature or does a bug cause you sleepless nights? Please let us know by using the project’s issue tracker.
Tags: #java • aws-cloudformation • cloudformation-template
-
passkit-generator
The easiest way to generate custom Apple Wallet passes in Node.js
This library was created with a specific architecture in mind: application and model (as preprocessed entity), to split as much as possible static objects (such as logo, background, icon, etc.) from dynamic ones (translations, barcodes, serialNumber, …), while keeping an eye on the different possible execution contexts.
Pass creation and population might not fully happen in runtime. This library allows to create a pass from scratch, specify a folder model (template) or specify a set of buffers. In the last two cases, both should contain all the objects needed (static medias) and structure to make a pass work.
Whenever adding files, through scratch, template or buffer, these will be read and pushed as they are in the resulting .zip file, while dynamic data will be patched (
pass.jsonwith props) or generated in runtime (manifest.json,signatureand translation files).Tags: #typescript • apple • wallet
-
threat_intel
Threat Intelligence APIs
Threat Intelligence APIs.
Tags: #python
-
eufy_security
Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
- @bropat for building docker image (https://github.com/bropat/eufy-security-ws) so I can wrap it as Home Assistant Add-on. You can also thank him over here: https://ko-fi.com/bropat
- @cdnninja for educating me on github actions and many other good practices
- Home assistant community (https://community.home-assistant.io/t/eufy-security-integration/318353)
Tags: #python • eufy • rtsp
-
DSView
An open source multi-function instrument for everyone
DSView is a GUI program for supporting various instruments from DreamSourceLab, including logic analyzers, oscilloscopes, etc. DSView is based on the sigrok project.
The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types (such as logic analyzers, oscilloscopes, multimeters, and more).
Tags: #python
-
openSIS-Classic
openSIS is a commercial grade, secure, scalable & intuitive Student Information System, School Management Software from OS4ED. Has all functionalities to run single or multiple institutions in one installation. Web based, php code, MySQL database.
Community Edition version 9.0 (Rel date: 12/31/2022) Created by OS4ED
openSIS is an easy to use Student Information System for organizing student information and school-related operations to promote efficiency in K-12, trade schools and higher education school systems.
Tags: #php • school-management-software • education-management-system
subscribe via RSS