Posts
-
mozart
Developers tool for WordPress plugins: Wraps all your projects dependencies in your own namespace, in order to prevent conflicts with other plugins loading the same dependencies in different versions.
Composes all dependencies as a package inside a WordPress plugin. Load packages through Composer and have them wrapped inside your own namespace. Gone are the days when plugins could load conflicting versions of the same package, resulting in hard to reproduce bugs.
This package requires PHP 7.3 or higher in order to run the tool. You can use the resulting files as a bundle, requiring any PHP version you like, even PHP 5.2.
Warning: This package is very experimental and breaking changes are very likely until version 1.0.0 is tagged. Use with caution, always wear a helmet when using this in production environments.
Tags: #php β’ composer β’ autoloader
-
phue
A Python library for the Philips Hue system
Full featured Python library to control the Philips Hue lighting system.
Tags: #python
-
python-user-agents
A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
ua-parser>= 0.10.0 is required. Thanks @jnozsc!- Added
get_device(),get_os()andget_browser()instance methods toUserAgent. Thanks @rodrigondec!
Tags: #python β’ user-agent-detection β’ browser-detection
-
ISO-3166-Countries-with-Regional-Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
These lists are the result of merging data from two sources, the Wikipedia ISO 3166-1 article for alpha and numeric country codes, and the UN Statistics site for countriesβ regional, and sub-regional codes. In addition to countries, it includes dependent territories.
The International Organization for Standardization (ISO) site provides partial data (capitalised and sometimes stripped of non-latin ornamentation), but sells the complete data set as a Microsoft Access 2003 database. Other sites give you the numeric and character codes, but there appeared to be no sites that included the associated UN-maintained regional codes in their data sets. I scraped data from the above two websites that is all publicly available already to produce some ready-to-use complete data sets that will hopefully save someone some time who had similar needs.
Tags: #ruby β’ region-codes β’ countries
-
tinyhttp
π¦ 0-legacy, tiny & fast web framework as a replacement of Express
- β‘ 2x faster than Express
- β Express middleware compat
- βͺ Async middleware support
- β Native ESM and CommonJS support
- π No legacy dependencies, just the JavaScript itself
- π¨ Types out of the box
- π₯ Prebuilt middleware for modern Node.js
Visit tinyhttp website for docs, guides and middleware search.
Tags: #typescript β’ web β’ webframework
-
pravega
Pravega - Streaming as a new software defined storage primitive
Pravega is an open source distributed storage service implementing Streams. It offers Stream as the main primitive for the foundation of reliable storage systems: aΒ high-performance, durable, elastic, and unlimited append-only byte stream with strict ordering and consistency.
To learn more about Pravega, visit https://pravega.io
Tags: #java β’ streaming β’ streaming-data
-
stock-prediction-deep-neural-learning
Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting
Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting.
Tags: #python β’ machine-learning β’ deep-learning
-
brave
Java distributed tracing implementation compatible with Zipkin backend services.
Brave is a distributed tracing instrumentation library. Brave typically intercepts production requests to gather timing data, correlate and propagate trace contexts. While typically trace data is sent to Zipkin server, third-party plugins are available to send to alternate services such as Amazon X-Ray.
This repository includes dependency-free Java libraries and instrumentation for common components used in production services. For example, this includes trace filters for Servlet and log correlation for Apache Log4J.
You can look at our example project for how to trace a simple web application.
Tags: #java β’ zipkin β’ distributed-tracing
-
genieacs
A fast and lightweight TR-069 Auto Configuration Server (ACS)
GenieACS is a high performance Auto Configuration Server (ACS) for remote management of TR-069 enabled devices. It utilizes a declarative and fault tolerant configuration engine for automating complex provisioning scenarios at scale. Itβs battle-tested to handle hundreds of thousands and potentially millions of concurrent devices.
Tags: #typescript β’ tr-069 β’ cwmp
-
remix-project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Remix Project is a rich toolset including Remix IDE, a comprehensive smart contract development tool. The Remix Project also includes Remix Plugin Engine and Remix Libraries which are low-level tools for wider use.
Tags: #typescript β’ remix β’ remix-ide
subscribe via RSS