Posts

  • rgl

    RGL is a framework for graph data structures and algorithms in Ruby.

    RGL is a framework for graph data structures and algorithms.

    The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++. Refer to https://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL.

    A comprehensive summary of graph terminology can be found in the graph section of the Dictionary of Algorithms and Data Structures at https://www.nist.gov/dads/HTML/graph.html or Wikipedia.

    Tags: #ruby • rgl • graph-library

  • RxFirebase

    Rxjava 2.0 wrapper on Google’s Android Firebase library.

    Rxjava 2.0 wrapper on Google’s Android Firebase library.

    This repository started as a personal usage of Nick Moskalenko RxFirebase library. You can check his work here.

    Tags: #java • firebase • rxfirebase

  • sveltefire

    Cybernetically enhanced Firebase apps

    Cybernetically enhanced Firebase apps 💪🔥

    Tags: #javascript

  • 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

subscribe via RSS