Posts

  • highlightjs-line-numbers.js

    Line numbering plugin for Highlight.js

    Highlight.js line numbers plugin.

    DEMO SСREENSHOTS

    Tags: #javascript • highlightjs • line-numbers

  • ReplicaDB

    ReplicaDB is open source tool for database replication, designed for efficiently transferring bulk data between relational and non-relational databases

    Because I have not found any tool that covers my needs:

    • Open Source.
    • Java based cross-platform solution, compatible with Linux, Windows, and MacOS.
    • Any database engine SQL, NoSQL, or other persistent stores like CSV, Amazon S3, or Kafka.
    • Simple architecture, just a command line tool that can run on any server (including my laptop), without any remote agents in the databases.
    • Good performance for a large amount of data.
    • I do not need streaming replication or a pure change data capture (CDC) system that requires installation in the source database.

    I have reviewed and tested other open source tools and none of them meets all the above requirements:

    • SymetricDS: It was the best option of all, but I was looking for a smaller solution, mainly focused on performance. SymmetricDS is intrusive since installs database triggers that capture data changes in a data capture table. This table requires maintenance. SymmetricDS is more like a CDC system based on triggers.
    • Sqoop: Sqoop is what I was looking for, but oh! it is only valid for Hadoop.
    • Pentaho and Talend: Both are very complete ETL tools, but for each of the different source and sink tables that I have to replicate, I should do a custom development

    Tags: #java • fast • nosql-databases

  • jsonpath

    Ruby implementation of http://goessner.net/articles/JsonPath/

    This is an implementation of http://goessner.net/articles/JsonPath/.

    Tags: #ruby

  • LGoodDatePicker

    Java Swing Date Picker. Easy to use, good looking, nice features, and localized. Uses the JSR-310 standard.

    Java Swing Date Picker. Easy to use, good looking, nice features, and localized. Uses the JSR-310 standard.

    Tags: #java

  • click-to-deploy

    Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.

    Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.

    Tags: #ruby • google-cloud-marketplace • cloud

  • one_gadget

    The best tool for finding one gadget RCE in libc.so.6

    When playing ctf pwn challenges we usually need the one-gadget RCE (remote code execution), which leads to call execve('/bin/sh', NULL, NULL).

    This gem provides such gadgets finder, no need to use objdump or IDA-pro every time like a fool :wink:

    To use this tool, type one_gadget /path/to/libc in command line and enjoy the magic :laughing:

    Tags: #ruby • ctf • pwnable

  • triumph-gui

    Simple lib to create inventory GUIs for Bukkit platforms.

    👤 TriumphTeam

    • Documentation: https://triumphteam.dev/library/triumph-gui 🚧 work in progress
    • Maven Central: https://search.maven.org/artifact/dev.triumphteam/triumph-gui
    • Github: @ipsk

    Tags: #java • bukkit • spigot

  • auryn

    IoC Dependency Injector

    auryn is a recursive dependency injector. Use auryn to bootstrap and wire together S.O.L.I.D., object-oriented PHP applications.

    Tags: #php

  • mtube

    mTube : Simple Video Sharing Platform

    mTube is a simple video sharing platform built with Laravel. Create personal channel share videos online with friends and family.

    Tags: #php • laravel • ffmpeg

  • com.lampa.startapp

    Phonegap plugin for check or launch other application in android device.

    Phonegap plugin for check or launch other application, get extras in phonegap app.

    Last version 6.1.6

    • Add support java 1.6
    • Add support java 1.7
    • Add full support activityForResult, sendBroadcast and RegisterReceiver.
    • Add types of extras.

    Tags: #java • phonegap • startapp

subscribe via RSS