Posts
-
grasp
A reliable org-capture browser extension for Chrome/Firefox
In the simplest setup, the server runs locally, and you can use ‘localhost’ version of the extension. If you have to work on a computer where you can’t run python scripts, or your target capture file is just not there, you can selfhost the server part elsewhere. Don’t forget to set the endpoint in extension settings!
Tags: #python • capture • org-capture
-
mongo-ruby-driver
The Official MongoDB Ruby Driver
High level documentation and usage examples are located here.
API documentation for the most recent release can be found here. To build API documentation for the master branch, check out the repository locally and run
rake docs.Tags: #ruby • mongodb • mongodb-driver
-
seccomp-tools
Provide powerful tools for seccomp analysis
Provide powerful tools for seccomp analysis.
This project targets to (but is not limited to) analyze seccomp sandbox in CTF pwn challenges. Some features might be CTF-specific, but also useful for analyzing seccomp of real cases.
Tags: #ruby • seccomp • seccomp-filter
-
homebridge-mqttthing
A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Homebridge MQTT-Thing is a plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Tags: #javascript
-
auto-session-timeout
Provides automatic session timeout in a Rails application.
Provides automatic session timeout in a Rails application. Very easy to install and configure. Have you ever wanted to force your users off your app if they go idle for a certain period of time? Many online banking sites use this technique. If your app is used on any kind of public computer system, this gem is a necessity.
Tags: #ruby
-
MetaGym
Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.
MetaGym provides abundant environments for benchmarking Reinforcement Learning and Meta Reinforcement Learning
Tags: #python • reinforcement-learning • meta-learning
-
modmailbot
Modmail Bot is a bot for Discord that makes it easier for users to contact moderators and admins for help.
Modmail Bot is a bot for Discord that allows users to DM the bot to contact the server’s moderators/staff without messaging them individually or pinging them publically on the server. These DMs get relayed to modmail threads, channels where staff members can reply to and talk with the user. To the user, the entire process happens in DMs with the bot.
Inspired by Reddit’s modmail system.
⚠ Note on updating to v3.0.0: If you’re currently using a very old version of the bot, from before February 2018, you’ll first need to update to v2.30.1 and run the bot once before updating to v3.0.0.
Always take a backup of your
db/data.sqlitefile before updating the bot.Tags: #javascript • discord • discord-bot
-
ts-protoc-gen
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Protoc Plugin for generating TypeScript Declarations
This repository contains a protoc plugin that generates TypeScript declarations (
.d.tsfiles) that match the JavaScript output ofprotoc --js_out=import_style=commonjs,binary. This plugin can also output service definitions as both.jsand.d.tsfiles in the structure required by grpc-web, and as.d.tsfiles in the structure required by grpc-node.This plugin is tested and written using TypeScript 2.7.
Tags: #typescript • protocol-buffers • protoc
-
Forager
Multithreaded threat Intelligence gathering built with Python3
Do you ever wonder if there is an easier way to retrieve, store, and maintain all your threat intelligence data? Random user, meet Forager. Not all threat intel implementations require a database that is “correlating trillions of data points..” and instead, you just need a simple interface, with simple TXT files, that can pull threat data from other feeds, PDF threat reports, or other data sources, with minimal effort. With 15 pre-configured threat feeds, you can get started with threat intelligence feed management today.. Right now.. Do it!
Tags: #python • carbonblack • threatintel
-
mozart
Developers tool for WordPress plugins: Wraps all your projects dependencies in your own namespace, in order to prevent conflicts with other plugins loading the same dependencies in different versions.
Composes all dependencies as a package inside a WordPress plugin. Load packages through Composer and have them wrapped inside your own namespace. Gone are the days when plugins could load conflicting versions of the same package, resulting in hard to reproduce bugs.
This package requires PHP 7.3 or higher in order to run the tool. You can use the resulting files as a bundle, requiring any PHP version you like, even PHP 5.2.
Warning: This package is very experimental and breaking changes are very likely until version 1.0.0 is tagged. Use with caution, always wear a helmet when using this in production environments.
Tags: #php • composer • autoloader
subscribe via RSS