Posts

  • ForestryMC

    Source code for Forestry (Minecraft mod).

    Forestry is a modification for the game Minecraft and known primarily for its farms and bees.

    Tags: #java

  • 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

  • passbolt_docker

    Get started with Passbolt CE using docker!

    Passbolt is a free and open source password manager that allows team members to store and share credentials securely.

    Tags: #ruby • passbolt • docker

  • self-attentive-parser

    High-accuracy NLP parser with models for 11 languages.

    A high-accuracy parser with models for 11 languages, implemented in Python. Based on Constituency Parsing with a Self-Attentive Encoder from ACL 2018, with additional changes described in Multilingual Constituency Parsing with Self-Attention and Pre-Training.

    New February 2021: Version 0.2.0 of the Berkeley Neural Parser is now out, with higher-quality pre-trained models for all languages. Inference now uses PyTorch instead of TensorFlow (training has always been PyTorch-only). Drops support for Python 2.7 and 3.5. Includes updated support for training and using your own parsers, based on your choice of pre-trained model.

    Tags: #python • nlp • natural-language-processing

  • redmine_github_hook

    Allow your Redmine installation to be notified when changes have been pushed to a Github repository.

    This plugin allows you to update your local Git repositories in Redmine when changes have been pushed to GitHub.

    Tags: #ruby • redmine • github

  • laravel-ssh-tunnel

    Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen

    Access a service on a remote host, via an SSH Tunnel! For example, people have been asking how to connect to a MySQL server over SSH in PHP for years.

    We had a similar challenge, specifically accessing a MySQL database over an SSH Tunnel and all of the Questions and Answers were helpful in finding a solution. However, we wanted something that would just plug and play with our Laravel applications and Lumen Services.

    So we wrote this package. We hope you enjoy it!

    Tags: #php • laravel • ssh

  • BBScan

    A fast vulnerability scanner

    BBScan 是一个高并发、轻量级的信息泄露扫描工具。

    它可以在短时间内完成数十万目标的扫描,帮助渗透工程师从大量无标签的主机中,定位到可能存在弱点的目标,进行下一步半自动化测试,或者是开启重量级扫描器。 它可以作为一个轻量级插件,集成到自动化扫描系统中。

    因为其python插件扫描,跟作者即将释出的工具高度一致。2.0之后的版本,我们将只关注信息泄露扫描。

    BBScan is a fast and light weighted information disclosure vulnerabilitiy scanner.

    Scan thousands of targets can be done in serveral minutes,which can help pentesters filter possible vulnerable hosts from large number of unlabeled targets. It can be integrated as a scan component in other scanner projects.

    Tags: #python

  • ekylibre

    Open source Farm management Information System (FMIS)- Connecting farms to the world

    Ekylibre is a simple enterprise management web application for farmers and small enterprises. Ekylibre is written with Ruby on Rails framework and use PostgreSQL/PostGIS stack. More details can be found on the official website http://ekylibre.org.

    Tags: #ruby • agriculture • rails-application

  • react-tradingview-widget

    React component for rendering the TradingView Advanced Real-Time Chart Widget.

    React component for rendering the TradingView Advanced Real-Time Chart Widget.

    Tags: #javascript • tradingview • tradingview-widget

  • excel-streaming-reader

    An easy-to-use implementation of a streaming Excel reader using Apache POI

    If you’ve used Apache POI in the past to read in Excel files, you probably noticed that it’s not very memory efficient. Reading in an entire workbook will cause a severe memory usage spike, which can wreak havoc on a server.

    There are plenty of good reasons for why Apache has to read in the whole workbook, but most of them have to do with the fact that the library allows you to read and write with random addresses. If (and only if) you just want to read the contents of an Excel file in a fast and memory effecient way, you probably don’t need this ability. Unfortunately, the only thing in the POI library for reading a streaming workbook requires your code to use a SAX-like parser. All of the friendly classes like Row and Cell are missing from that API.

    This library serves as a wrapper around that streaming API while preserving the syntax of the standard POI API. Read on to see if it’s right for you.

    NOTE: This library only supports reading XLSX files.

    Tags: #java

subscribe via RSS