Posts
-
FridaAndroidInjector
Inject frida agents on local processes through an Android app
is a library allowing you to inject frida agents from an Android application.
The things are very very easy:
Tags: #java
-
xcp
Entry point for issues and wiki. Also contains some scripts and sources.
Download the ISO here, and install it on your own hardware.
Tags: #python • xcp-ng • xapi
-
atdatabases
TypeScript clients for databases that prevent SQL Injection
Using tagged template literals for queries, e.g.
db.query(sql`SELECT * FROM users WHERE id=${userID}`);makes it virtually impossible for SQL Injection attacks to slip in un-noticed. All the @databases libraries enforce the use of the sql tagged template literals, so you can’t accidentally miss them.
The query is then passed to your database engine as a separate string and values:
{text: 'SELECT * FROM users WHERE id=?', values: [userID]}Tags: #typescript • sql • postgres
-
DiscordPHP
An API to interact with the popular messaging app Discord
Warning This branch contains an experimental feature, do not use it in production! See the wiki page for more information on how to set it up.
Tags: #php • discord • team-reflex
-
tdlight-java
Complete Bot and Userbot Telegram library based on TDLib
Java versions: from Java 17 to Java 21+ (Java 8 to 16 is supported if you use the following dependency classifier:
jdk8)Operating systems: Linux, Windows, MacOS
CPU architectures:
- amd64 (Linux, Windows, MacOS)
- armhf (Linux)
- arm64 (Linux, MacOS)
- ppc64el (Linux)
- riscv64 (linux)
Tags: #java • telegram • tdlib
-
apple-emoji-linux
Brings Apple’s vibrant emojis to your Linux experience
Welcome to the world of colorful emojis on your Linux system! 🌈 This project brings Apple’s vibrant emojis to your Linux experience.
Tags: #python • apple • linux
-
rapidminer-studio
Outdated version of RapidMiner Studio 7.x - 9.7. See rapidminer-studio-modular for the latest version 9.8+
- Install RapidMiner Studio
- Have a look at our Getting Started Central
- You miss something? There might be an Extension for it
- Have questions? Check out our official community and documentation
Tags: #java
-
gitreflow
Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
Create and switch to new branch
nh-branchy-branch:$ git reflow start nh-branchy-branchCreate a pull request for your branch against
masteror a custombase-branch:$ git reflow reviewIf your code is approved, merge to
base-branchand delete the feature branch:$ git reflow deliver
Tags: #ruby • git • git-workflow
-
activerecord-cockroachdb-adapter
CockroachDB adapter for ActiveRecord.
CockroachDB adapter for ActiveRecord 5, 6, and 7. This is a lightweight extension of the PostgreSQL adapter that establishes compatibility with CockroachDB.
Tags: #ruby • cockroachdb • activerecord
-
scout-extended
Scout Extended: The Full Power of Algolia in Laravel
- Zero downtime reimports - it’s a breeze to import data in production.
- Implement site-wide search amongst multiple models with aggregators.
- Automatically improve the relevancy of your search results.
- Beautiful overview of your application indexes.
- A useful collection of macros, facades, and much more.
Tags: #php • algolia • laravel
subscribe via RSS