Posts
-
glue
Application Security Automation
Glue is a framework for running a series of tools. Generally, it is intended as a backbone for automating a security analysis pipeline of tools.
Tags: #ruby β’ ci-cd β’ devsecops
-
PySocks
A SOCKS proxy client and wrapper for Python.
import socks s = socks.socksocket() # Same API as socket.socket in the standard lib s.set_proxy(socks.SOCKS5, "localhost") # SOCKS4 and SOCKS5 use port 1080 by default # Or s.set_proxy(socks.SOCKS4, "localhost", 4444) # Or s.set_proxy(socks.HTTP, "5.5.5.5", 8888) # Can be treated like a regular socket object s.connect(("www.somesite.com", 80)) s.sendall("GET / HTTP/1.1 ...") print(s.recv(4096))
Tags: #python β’ proxy β’ socks-proxy
-
alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
As the work for Alf.io v2 has started, this branch may contain unstable and untested code. If you want to build and deploy alf.io by yourself, we strongly suggest you to use the 2.0-M4-maintenance branch, as it contains production-ready code.
Tags: #java β’ alfio β’ event
-
rr
RR is a test double framework that features a rich selection of double techniques and a terse syntax. βΊ
RR is a test double framework for Ruby that features a rich selection of double techniques and a terse syntax.
Tags: #ruby
-
msgraph-sdk-ruby
Microsoft Graph Ruby client library for v1 APIs
Please read this post for more information and to provide feedback.
Tags: #ruby β’ microsoftgraph β’ devxeng
-
Part-DB-server
Part-DB is an Open source inventory management system for your electronic components
Part-DB is an Open-Source inventory management system for your electronic components. It is installed on a web server and so can be accessed with any browser without the need to install additional software.
The version in this repository is a complete rewrite of the legacy Part-DB (Version < 1.0) based on a modern framework and is the recommended version to use.
If you find a bug, please open an Issue on GitHub, so it can be fixed for everybody.
Tags: #php β’ part-db β’ symfony
-
passport-spotify
Spotify authentication strategy for Passport and Node.js.
Passport strategy for authenticating with Spotify using the OAuth 2.0 API.
This module lets you authenticate using Spotify in your Node.js applications. By plugging into Passport, Spotify authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.
For more information about Spotifyβs OAuth 2.0 implementation, check their Web API Authorization Guide.
Tags: #javascript β’ spotify β’ passport
-
react-fastclick
Fast Touch Events for React
Instantly make your desktop / hybrid apps more responsive on touch devices.
React Fastclick automatically adds fastclick touch events to elements with onClick attributes (and those that require special functionality, such as inputs) to prevent the delay that occurs on some touch devices.
Tags: #javascript β’ react β’ reactjs
-
vue-quill
Rich Text Editor Component for Vue 3.
VueQuill is a Component for building rich text editors, powered by Vue 3 and Quill.
- π Built With Vue 3: More powerful and performant framework than ever before.
- π§ββοΈ Fully Typescript: VueQuill source code is written entirely in TypeScript.
- π οΈ Easy To Use: Straightforward implementation through a simple API.
Tags: #typescript β’ vue β’ vue3
-
sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
A validating SQL lexer and parser with a focus on MySQL dialect.
Tags: #php β’ sql-query β’ sql-parser
subscribe via RSS