Posts

  • sentinelhub-py

    Download and process satellite imagery in Python using Sentinel Hub services.

    The sentinelhub Python package is the official Python interface for Sentinel Hub services. It supports most of the services described in the Sentinel Hub documentation and any type of satellite data collections, including Sentinel, Landsat, MODIS, DEM, and custom collections produced by users.

    The package also provides a collection of basic tools and utilities for working with geospatial and satellite data. It builds on top of well known packages such as numpy, shapely, pyproj, etc. It is also a core dependency of eo-learn Python package for creating geospatial data-processing workflows.

    The main package resources are GitHub repository, documentation page, and Sentinel Hub forum.

    Tags: #python • python-library • sentinel-hub

  • PlaceholderAPI

    The best and simplest way to add placeholders to your server! - 1M+ Downloads - 2.5k+ Placeholders

    [PlaceholderAPI][spigot] is a plugin for Spigot servers that allows server owners to display information from various plugins with a uniform format.

    Support for specific plugins are provided either by the plugin itself or through expansions. The expansions may be downloaded in-game through the PAPI Expansion Cloud. There are currently over 240+ expansions that support a wide variety of plugins, such as Essentials, Factions, LuckPerms, and Vault.

    PlaceholderAPI has been downloaded over 1,700,000 times on Spigot and has been used concurrently on over 45,000 servers, which makes it a must-have for a server of any type or scale.

    Tags: #java • hacktoberfest

  • codequestion

    🔎 Semantic search for developers

    The easiest way to install is via pip and PyPI

    pip install codequestion
    

    Python 3.8+ is supported. Using a Python virtual environment is recommended.

    codequestion can also be installed directly from GitHub to access the latest, unreleased features.

    pip install git+https://github.com/neuml/codequestion
    

    See this link for environment-specific troubleshooting.

    Tags: #python • machine-learning • search

  • GoNorth

    GoNorth is a story and content planning tool for RPGs and other open world games.

    GoNorth is a web application used for planning the story and world of RPGs or other open world games. GoNorth is cross-plattform ready, provides multilanguage support and is designed as a responsive layout.

    It offers modules for:

    • Timeline view to provide a quick overview of changes
    • Planning Chapters as a Node System of Quests
    • Planning Quests as a Node System of Tasks
    • Planning Npcs and their different values
    • Planning dialogs of Npcs as Node System of dialog branches
    • Planning Items and their different values
    • Planning Skills and their different values
    • Exporting of Npcs, Dialogs, Items and skills
    • Bulk exporting / importing of Npc, Item and skill values
    • Wiki component with versioning and tight integration into the other modules
    • Map component to position Quest marker, Npcs, Items, Wiki pages and map changes
    • Tracking your implementation status and showing changed values after change to already implemented object
    • Task Tracker
    • GDPR support

    Tags: #javascript • gaming • gamedev-tool

  • warpinator-android

    An unofficial implementation of Warpinator for Android

    This is an unofficial reimplementation of Linux Mint’s file sharing tool Warpinator for Android.

    Tags: #java • file-sharing • android-application

  • autotiling

    Script for sway and i3 to automatically switch the horizontal / vertical window split orientation

    This script uses the i3ipc-python library to switch the layout splith/splitv depending on the currently focused window dimensions. It works on both sway and i3 window managers.

    Inspired by https://github.com/olemartinorg/i3-alternating-layout.

    Tags: #python • sway • swaywm

  • PyDebloatX

    Python GUI for uninstalling the default Windows 10 apps.

    Pre-built binaries are available from the releases page.

    PyDebloatX installer is also available from the Windows Package Manager Winget:

    winget install --id=Teraskull.PyDebloatX -e
    

    Tags: #python • windows-10 • python3

  • toucan-js

    Cloudflare Workers client for Sentry

    Toucan is a Sentry client for Cloudflare Workers written in TypeScript.

    • Reliable: In Cloudflare Workers isolate model, it is inadvisable to set or mutate global state within the event handler. Toucan was created with Workers’ concurrent model in mind. No race-conditions, no undelivered logs, no nonsense metadata in Sentry.
    • Flexible: Supports fetch and scheduled Workers, their .mjs equivalents, and Durable Objects.
    • Familiar API: Follows Sentry unified API guidelines.

    Tags: #typescript

  • Karta

    Karta - source code assisted fast binary matching plugin for IDA

    “Karta” (Russian for “Map”) is an IDA Python plugin that identifies and matches open-sourced libraries in a given binary. The plugin uses a unique technique that enables it to support huge binaries (>200,000 functions), with almost no impact on the overall performance.

    The matching algorithm is location-driven. This means that it’s main focus is to locate the different compiled files, and match each of the file’s functions based on their original order within the file. This way, the matching depends on K (number of functions in the open source) instead of N (size of the binary), gaining a significant performance boost as usually N » K.

    We believe that there are 3 main use cases for this IDA plugin:

    1. Identifying a list of used open sources (and their versions) when searching for a useful 1-Day
    2. Matching the symbols of supported open sources to help reverse engineer a malware
    3. Matching the symbols of supported open sources to help reverse engineer a binary / firmware when searching for 0-Days in proprietary code

    Tags: #python • research • ida-plugin

  • validate.js

    Lightweight JavaScript form validation library inspired by CodeIgniter.

    validate.js is a lightweight JavaScript form validation library inspired by CodeIgniter.

    Tags: #javascript • codeigniter • forms

subscribe via RSS