Posts
-
influx
An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes’ hierarchical structure (bullet level indentation).
(Or: How to get the most out of this plugin.)
- Information should mainly be written in daily (or Zettelkasten-ish) notes. Topical notes will then mainly be aggregates of clippings from daily notes.
- Notes should be taken hierarchically, in the form of bullet lists/bullet journaling. This helps keep clippings terse and relevant.
- Links should be used as the only organizing principle in the vault - forgo use of tags and files/folders. This helps with completeness; the plugin only considers links when aggregating.
Tags: #typescript • bullet-journal • obsidian-md
-
ubench
Micro PHP benchmark library
require
src/Ubench.phpin your project.Tags: #php
-
php-censor
PHP Censor is an open source self-hosted continuous integration server for PHP projects.
-
Unix-like OS (Windows isn’t supported);
-
PHP 7.4+ (with OpenSSL support and enabled functions:
exec(),shell_exec()andproc_open()); -
Web-server (Nginx or Apache2);
-
Database (MySQL/MariaDB or PostgreSQL);
-
Beanstalkd queue;
Tags: #php • continuous-integration • ci
-
-
esper
Esper Complex Event Processing, Streaming SQL and Event Series Analysis
Esper is a component for complex event processing (CEP), streaming SQL and event series analysis, available for Java as Esper, and for .NET as NEsper.
Esper’s home page and documentation are at http://www.espertech.com/esper
Esper and NEsper are open-source software available under the GNU General Public License (GPL) version 2 (GPL v2).
This repository tracks changes since release 5.2.0 and as of April 6, 2015. The repository prior to that date was the Codehaus repository which has been discontinued.
Esper and NEsper including documentation are copyrighted and the copyright is owned by EsperTech Inc., unauthorized reproduction or distribution of this copyrighted work is illegal.
For commercial licensing terms, please contact EsperTech Inc. for any inquiry.
Tags: #java • cep • complex-event-processing
-
ng2-semantic-ui
Semantic UI Angular Integrations (no jQuery)
Angular and jQuery don’t go together - this is the fundamental principal of this library. It provides Angular component versions of the Semantic UI modules, so that you don’t need to add jQuery to your app.
Note that only Semantic UI elements that use jQuery are recreated here - those written purely in CSS aren’t included as they can be used in Angular apps already.
Tags: #typescript • angular • ui
-
bitarray
Pure Ruby bit array/bitfield implementation
A simple, pure-Ruby ‘bit field’ object. Works well for Bloom filters (the use case for which I originally wrote it, although there are numerous good libraries for that task now).
Despite its age, BitArray has been updated to work within a typical, modern Ruby environment, but is only ‘mildly’ maintained.
Tags: #ruby
-
serve-static
Serve static websites (SPA’s) using Nest framework (node.js) 🥦
@nestjs/serve-staticpackage for Nest, useful to serve static content like Single Page Applications (SPA). However, if you are building MVC application or want to serve assets files (images, docs), use theuseStaticAssets()method (read more here) instead.Tags: #typescript • nestjs • node
-
python-edgar
Download the SEC filings index from EDGAR since 1993
The SEC filings index is split in quarterly files since 1993 (1993-QTR1, 1993-QTR2…). By using
python-edgarand some scripting, you can easily rebuild a master index of all filings since 1993 by stitching quarterly index files together. The master index file can be then feed to a database, a pandas dataframe, stata, etc…An index file is a csv-like (pipe
|separated) file that contains the following information:- Company name (eg.
TWITTER, INC) - Company CIK (eg.
0001418091) - Filling date (eg.
2013-10-03) - Filling type (eg.
S1) - Filling URL on EDGAR (
edgar/data/1418091/0001193125-13-390321.txt)
Once
python-edgaris finished downloading index files, you can open an index file withcsv.csvreaderorpandas.read_csvto have the data programmatically usable. Remember that the delimiter character is|!python-edgarcan be used as a library called from another python script, or as a standalone script.Tags: #python • edgar • 10k
- Company name (eg.
-
moeSS
moe SS Front End for https://github.com/mengskysama/shadowsocks/tree/manyuser
moeSS is a front end for https://github.com/mengskysama/shadowsocks/tree/manyuser
Thanks to ss-panel https://github.com/orvice/ss-panel
Demo: https://ss.qaq.moe
Tags: #php
-
robusta
Kubernetes observability and automation, with an awesome Prometheus integration
Robusta is both an automations engine for Kubernetes, and a multi-cluster observability platform.
Robusta is commonly used alongside Prometheus, but other tools are supported too.
By listening to all the events in your cluster, Robusta can tell you why alerts fired, what happened at the same time, and what you can do about it.
Robusta can either improve your existing alerts, or be used to define new alerts triggered by APIServer changes.
Tags: #python • kubernetes • monitoring
subscribe via RSS