Posts

  • xplico

    Open Source Network Forensic Analysis Tool (NFAT)

    Xplico is a Network Forensic Analisys Tool NFAT, for Unix and Unix-like operating systems. It uses libpcap, a packet capture and filtering library.

    The official home of Xplico is: http://www.xplico.org

    The latest distribution can be found in the subdirectory: http://www.xplico.org/download

    Tags: #php

  • j2mod

    Enhanced Modbus library implemented in the Java programming language

    This project is a fork of the j2mod library which began life as jamod. A huge amount of refactoring and code fixing has been carried out on this library, with the addition of supporting JUnit tests, to ensure the library is fit for production use.

    This implementation supports Modbus TCP, UDP, RTU over TCP, Serial RTU and Serial ASCII in both Master and Slave configurations. The serial comms is implemented using jSerialComm and does not require any outside dependencies over and above the logging facade slf4j.

    For instructions on how to use the library, visit the wiki here

    Tags: #java β€’ modbus β€’ modbus-tcp

  • 9GAG

    Android unofficial REST Client of 9GAG.

    ⚠️ This project is no longer maintained. It was built in 2014 as a learning project to demonstrate Android development best practices of that era. The code and dependencies are outdated, but the project remains available for reference.

    δΈ­ζ–‡η‰ˆ

    An unofficial Android client for 9GAG, built with Android Studio + Gradle, following Material Design guidelines.

    Tags: #java

  • state_machines

    Adds support for creating state machines for attributes on any Ruby class

    State Machines adds support for creating state machines for attributes on any Ruby class.

    Please note that multiple integrations are available for Active Model, Active Record, Mongoid and more in the State Machines organisation. If you want to save state in your database, you need one of these additional integrations.

    Tags: #ruby β€’ state-machine

  • simple-markdown

    JavaScript markdown parsing, made simple

    simple-markdown is a markdown-like parser designed for simplicity and extensibility.

    Change log

    Tags: #javascript

  • esp-idf-provisioning-android

    Android Provisioning application for ESP-IDF Unified provisioning

    Provisioning library provides a mechanism to send network credentials and/or custom data to ESP32 (or its variants like S2, S3, C3, etc.) or ESP8266 devices.

    This repository contains the source code for the companion Android app for this provisioning mechanism. To get this app please clone this repository using the below command:

     git clone https://github.com/espressif/esp-idf-provisioning-android.git
    

    Tags: #java

  • Lightweight-Stream-API

    Stream API from Java 8 rewritten on iterators for Java 7 and below

    • Functional interfaces (Supplier, Function, Consumer etc);
    • Stream/IntStream/LongStream/DoubleStream (without parallel processing, but with a variety of additional methods and with custom operators);
    • Optional/OptionalBoolean/OptionalInt/OptionalLong/OptionalDouble classes;
    • Exceptional class - functional way to deal with exceptions;
    • Objects from Java 7.

    Tags: #java β€’ backports β€’ stream-api

  • RoboVerse

    RoboVerse: Towards a Unified Platform, Dataset and Benchmark for Scalable and Generalizable Robot Learning

    • [2025-04-10] RoboVerse gets accepted by RSS 2025!
    • [2025-04-03] Code released! This codebase is actively evolving, and we are continuously working to improve it. Contributions from the open-source community are highly encouraged, and we welcome feedback and bug reports through the GitHub Issues page.

    Tags: #python β€’ imitation-learning β€’ reinforcement-learning

  • django-dynamic-scraper

    Creating Scrapy scrapers via the Django admin interface

    Django Dynamic Scraper (DDS) is an app for Django which builds on top of the scraping framework Scrapy and lets you create and manage Scrapy spiders via the Django admin interface. It was originally developed for german webtv program site http://fernsehsuche.de.

    Tags: #python β€’ django β€’ scraper

  • enum4linux-ng

    A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export. Aimed for security professionals and CTF players.

    • support for YAML and JSON export
    • colored console output (can be disabled via NO_COLOR)
    • ldapsearch and polenum are natively implemented
    • support for multiple authentication methods
    • support for legacy SMBv1 connections
    • auto detection of IPC signing support
    • β€˜smart’ enumeration will automatically disable tests which would otherwise fail
    • timeout support
    • SMB dialect checks
    • IPv6 support (experimental)

    Tags: #python β€’ enum4linux β€’ security

subscribe via RSS