Posts

  • Mercator

    WordPress multisite domain mapping for the modern era.

    Mercator requires WordPress 3.9 or newer for the new sunrise processes. Mercator also requires PHP 5.3+ due to the use of namespaced code.

    Tags: #php

  • herddb

    A JVM-embeddable Distributed Database

    HerdDB is a distributed Database, data is distributed among a cluster of server without the need of a shared storage.

    HerdDB primary language is SQL and clients are encouraged to use both the JDBC Driver API and the low level API.

    HerdDB is embeddable in any Java Virtual Machine, each node will access directly to local data without the use of the network.

    HerdDB replication functions are built upon Apache ZooKeeper and Apache BookKeeper.

    HerdDB is internally very similar to a NoSQL database and, basically, it is a key-value DB with an SQL abstraction layer which enables every user to leverage existing known-how and to port existing applications.

    HerdDB has been designed for fast “writes” and for primary key read/update data access patterns.

    HerdDB supports transactions and “committed read” isolation level

    HerdDB uses Apache Calcite as SQL parser and SQL Planner

    Tags: #java • database • distributed

  • seed_migration

    Seed Migration

    Seed Migrations are a way to manage changes to seed data in a rails app in a similar way to how schema migrations are handled.

    Tags: #ruby

  • KonaBess

    A GPU overclock & undervolt tool for various Snapdragon chips

    中文版

    Tags: #java • adreno • overclock

  • browser_cookie3

    • What does it do? Loads cookies used by your web browser into a cookiejar object.
    • Why is it useful? This means you can use python to download and get the same content you see in the web browser without needing to login.
    • Which browsers are supported? Chrome, Firefox, LibreWolf, Opera, Opera GX, Edge, Chromium, Brave, Vivaldi, Safari, W3m and Lynx.
    • How are the cookies stored? Most currently-supported browsers store cookies in a sqlite database in your home directory. Some browsers store them in tab-separated txt files.

    Tags: #python

  • modulesync

    Synchronize common files across your Git repositories.

    With no additional arguments, ModuleSync clones modules from the puppetlabs github organization and pushes to the master branch.

    Tags: #ruby • hacktoberfest

  • Java-Deserialization-Scanner

    All-in-one plugin for Burp Suite for the detection and the exploitation of Java deserialization vulnerabilities

    Java Deserialization Scanner is a Burp Suite plugin aimed at detect and exploit Java deserialization vulnerabilities. It was written by Federico Dotta, Principal Security Analyst at HN Security.

    The plugin is made up of three different components:

    1. Integration with Burp Suite active and passive scanner
    2. Manual tester, for the detection of Java deserialization vulnerabilities on custom insertion points
    3. Exploiter, that allow to actively exploit Java deserialization vulnerabilies, using frohoff ysoserial (https://github.com/frohoff/ysoserial)

    Tags: #java

  • react-webworker

    ⚙️ Communicate with a Web Worker from React

    npm install --save react-webworker
    

    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 maven
    

    Then 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-mac
    

    Tags: #java • nodebox • graphics

  • react-native-marquee

    React Native Marquee Text Component

    A pure JavaScript marquee text component for react native.

    Tags: #typescript • react-native • ios

subscribe via RSS