Posts
-
oled-js
:tv: johnny-five compatible lib for OLED screens
This repo is a library compatible with Rick Waldron’s johnny-five project. It adds support for I2C/SPI compatible monochrome OLED screens. Works with 128 x 32, 128 x 64 and 96 x 16 sized screens, of the SSD1306 OLED/PLED Controller (read the datasheet here).
Got a MicroView from GeekAmmo/SparkFun? That’ll work too.
Interested in the nerdy bits going on behind the scenes? Read my blog post about how OLED screens work!
OLED screens are really cool - now you can control them with JavaScript!
Tags: #typescript
-
seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc…)
seqeval is a Python framework for sequence labeling evaluation. seqeval can evaluate the performance of chunking tasks such as named-entity recognition, part-of-speech tagging, semantic role labeling and so on.
This is well-tested by using the Perl script conlleval, which can be used for measuring the performance of a system that has processed the CoNLL-2000 shared task data.
Tags: #python • sequence-labeling • natural-language-processing
-
android-gesture-detectors
Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector
If you want to use the ScaleGestureDetector and/or the gesture detectors from this project, please read my tutorial: code.almeros.com/android-multitouch-gesture-detectors
Tags: #java
-
lint-action
✨ GitHub Action for detecting and auto-fixing lint errors
- Shows linting errors on GitHub commits and PRs
- Allows auto-fixing issues
- Supports many linters and formatters
Note: The behavior of actions like this one is currently limited in the context of forks. See Limitations.
Tags: #javascript • github-actions • linting
-
MicroRaft
Feature-complete implementation of the Raft consensus algorithm in Java
MicroRaft implements the leader election, log replication, log compaction (snapshotting), and cluster membership changes components of the Raft consensus algorithm. Additionally, it offers a rich set of optimizations and enhancements:
- Adaptive batching during log replication,
- Back pressure to prevent OOMEs on Raft leader and followers,
- Parallel snapshot transfer from Raft leader and followers,
- Pre-voting and leader stickiness (Section 4.2.3 of the Raft dissertation and Four modifications of the Raft consensus algorithm),
- Auto-demotion of Raft leader on loss of quorum heartbeats (Section 6.2 of the Raft dissertation),
- Linearizable quorum reads without appending log entries (Section 6.4 of the Raft dissertation),
- Lease-based local queries on Raft leader (Section 6.4.1 of the Raft dissertation),
- Monotonic local queries on Raft followers (Section 6.4.1 of the Raft dissertation),
- Parallel disk writes on Raft leader and followers (Section 10.2.1 of the Raft dissertation),
- Leadership transfer (Section 3.10 of the Raft dissertation).
- Improved majority quorums
Tags: #java • raft • raft-consensus-algorithm
-
ShizuruNotes
An unofficial Android tool application for “Princess Connect Re:Dive”
An unofficial Android information application for “Princess Connect Re:Dive”.
Tags: #java • princess-connect-redive
-
pwntools-ruby
pwntools on Ruby!
Always sad when playing CTF that there’s nothing equivalent to pwntools in Python. While pwntools is awesome, I always love Ruby far more than Python… So this is an attempt to create such library.
Would try to have consistent naming with original pwntools, and do things in Ruby style.
Tags: #ruby
-
BurpSuiteHTTPSmuggler
A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques
A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques. This extension has been developed by Soroush Dalili (@irsdl) from NCC Group.
The initial release (v0.1) only supports the Encoding capability that can be quite complicated to be performed manually. See the references for more details.
Next versions will include more techniques and possible bug fixes.
Tags: #java • waf • bypass
-
GoogleClock
The core of it is SVG .
An imitation of the clock in Google I/O 2016 . Almost all of the animations and images in it are made by the SVG , so this library may be a wonderful material to learn the SVG’s usage in Android . Chinese README is here .
Tags: #java
-
java-vector-tile
A java encoder and decoder for vector tiles according to Mapbox vector tile spec
A java encoder and decoder for vector tiles according to Mapbox vector tile spec
Tags: #java
subscribe via RSS