Posts
-
pixelit
Create pixel art from an image
Javascript library to create pixel art from an image. See Pixel It in action.
Tags: #javascript • pixel-art • pixelart
-
seccomp-tools
Provide powerful tools for seccomp analysis
Provide powerful tools for seccomp analysis.
This project is targeted to (but not limited to) analyze seccomp sandbox in CTF pwn challenges. Some features might be CTF-specific, but still useful for analyzing seccomp in real-case.
Tags: #ruby • seccomp • seccomp-filter
-
workflow-dispatch
A GitHub Action for triggering workflows, using the
workflow_dispatcheventThis action triggers another GitHub Actions workflow, using the
workflow_dispatchevent.
The workflow must be configured for this event type e.g.on: [workflow_dispatch]This allows you to chain workflows, the classic use case is have a CI build workflow, trigger a CD release/deploy workflow when it completes. Allowing you to maintain separate workflows for CI and CD, and pass data between them as required.
For details of the
workflow_dispatcheven see this blog post introducing this type of triggerNote 1. The GitHub UI will report flows triggered by this action as “manually triggered” even though they have been run programmatically via another workflow and the API
Note 2. If you want to reference the target workflow by ID, you will need to list them with the following REST API call
curl https://api.github.com/repos///actions/workflows -H "Authorization: token "Tags: #typescript • github-actions • github
-
webcam-pix2pix-tensorflow
Source code and pretrained model for webcam pix2pix
The code in this particular repo actually has nothing to do with pix2pix, GANs or even deep learning. It just loads any pre-trained tensorflow model (as long as it complies with a few constraints), feeds it a processed webcam input, and displays the output of the model. It just so happens that the model I trained and used is pix2pix (details below).
I.e. The steps can be summarised as:
- Collect data: scrape the web for a ton of images, preprocess and prepare training data
- Train and export a model
- Preprocessing and prediction: load pretrained model, feed it live preprocessed webcam input, display the results.
Tags: #python
-
lerna-changelog
:book: PR-based changelog generator with monorepo support
If you have a packages folder and your projects in subfolders of that folder
lerna-changelogwill detect it and include the package names in the changelog for the relevant changes.Tags: #typescript • lerna • lerna-changelog
-
overpass
A self-hosted streaming platform with Discord authentication, auto-recording and more!
Overpass makes it easy to host your own live streaming server with features such as authentication via Discord, stream playback in your web browser, and an easy way to archive your streams for your users to rewatch!
Overpass also lets you run a private instance for a users on a single Discord server. Simply add the server ID of your Discord server to the configuration file and Overpass will take care of the rest.
Powered by nginx-rtmp.
Tags: #python • streaming • self-hosted
-
laravel-filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
- File upload and management
- Uploading validation
- Cropping and resizing of images
- RWD user interface, and can be entirely customized
- Supporting multiple files selection
- Supporting cloud storages integration(with Laravel file system)
- Multiple integration options:
- WYSIWYG editors integration (CKEditor, TinyMCE, Summernote)
- Standalone upload button
- Iframe
- Multi-user mode:
- Shared folders: all users can upload and manage files
- Private folders: dedicated folder for each user, only the owner can upload or manage files within
- Customizable routes, middlewares, views, and folder path
- Supports two categories: files and images. Each type works in different directory.
- Supported locales : ar, az, bg, cs, de, el, en, es, eu, fa, fr, he, hu, id, it, ka, nl, pl, pt, pt-BR, ro, rs, ru, sk, sv, tr, uk, vi, zh-CN, zh-TW
Tags: #php • laravel • gallery
-
laravel-ab
A server-side A/B testing tool for Laravel.
This is your Laravel database connection that is used to store the A/B testing data. This is handy when you want to store the A/B testing data in a different database. When empty, it will use your default database connection.
'connection' => 'mysql',Tags: #php
-
bdash
Simple SQL Client for lightweight data analysis.
Simple SQL Client for lightweight data analysis.
Tags: #typescript • electron • sql
-
spotifylyrics
Fetches and displays lyrics to currently playing song in Spotify.
This project is no longer updated. See SimonIT/spotifylyrics for an updated fork.
Tags: #python
subscribe via RSS