Displaying 1 to 20 from 134 results

husky - :dog: Git hooks made easy

  •    Javascript

By default, husky expects your project's package.json and your .git directory to be at the same level. It can be configured to support monorepos or sub-directories.Check documentation for more.

github-todos - Git hook to convert your TODOs into Github issues

  •    Javascript

Github-Todos is a git hook to convert your TODOs into Github issues. You can read the full presentation from wiki for detailed information.

webhook - webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands

  •    Go

webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. webhook also allows you to specify rules which have to be satisfied in order for the hook to be triggered.For example, if you're using Github or Bitbucket, you can use webhook to set up a hook that runs a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project.

proxychains-ng - proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies

  •    C

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.




VirtualXposed - A simple app to use Xposed without root, unlock the bootloader or modify system image, etc

  •    Java

Usage for Commercial Purposes are not allowed!!! Please refer to VirtualApp's declaration. Download the latest APK from the release page, and install it on your Android device.

xHook - 🔥 A PLT hook library for Android native ELF (executable and shared libraries)

  •    C

xhook is a PLT (Procedure Linkage Table) hook library for Android native ELF (executable and shared libraries). xhook has been keeping optimized for stability and compatibility.

epic - Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 4.0~9.0

  •    Java

Epic is the continution of Dexposed on ART(Supporting 4.0~9.0). Dexposed is a powerful yet non-invasive runtime AOP (Aspect-oriented Programming) framework for Android app development, based on the work of open-source Xposed framework project.


HookZz - a hook framework for arm/arm64/ios/android

  •    C++

a hook framework for arm/arm64/ios/android

S-MVP - 🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理

  •    Java

🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理

storeon - 🌩 A tiny (173 bytes) event-based Redux-like state manager for React, Preact, Angular, and Svelte

  •    Javascript

A tiny event-based Redux-like state manager for React, Preact, Angular, and Svelte. Read more about Storeon features in our article.

swr - React Hooks library for remote data fetching

  •    TypeScript

SWR is a React Hooks library for remote data fetching. The name “SWR” is derived from stale-while-revalidate, a cache invalidation strategy popularized by HTTP RFC 5861. SWR first returns the data from cache (stale), then sends the fetch request (revalidate), and finally comes with the up-to-date data again.

Stinger - Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding

  •    Objective-C

STIdentifier is a identification of per hook in per class, which can be used to remove hook again. Stinger uses libffi to hook into messages, not Objective-C message forwarding. This will creat very little overhead compared to Aspects. It can be used in code called 1000 times per second.

react-swipeable - React swipe event handler hook

  •    TypeScript

Use the hook and set your swipe(d) handlers. Spread handlers onto the element you wish to track swipes on.

flutter_hooks - React hooks for Flutter

  •    Dart

Hooks are a new kind of object that manages a Widget life-cycles. They exist for one reason: increase the code sharing between widgets and as a complete replacement for StatefulWidget. All widgets that desire to use an AnimationController will have to reimplement almost all of this from scratch, which is of course undesired.

xhook - Easily intercept and modify XHR request and response

  •    Javascript

Modifying any property of the request object will modify the underlying XHR before it is sent.

YAHFA - Yet Another Hook Framework for ART

  •    Java

YAHFA is utilized by VirtualHook so that applications can be hooked without root permission. Please take a look at this article and this one for a detailed introduction.

scripthookvdotnet - An ASI plugin for Grand Theft Auto V, which allows running scripts written in any

  •    CSharp

This is an ASI plugin for Grand Theft Auto V, based on the C++ ScriptHook by Alexander Blade, which allows running scripts written in any .NET language in-game. Feel free to ask questions related to GTA V scripting or this project in the public Gitter chat room. The issues page should be primarily used for bug reports and enhancement ideas.

css-modules-require-hook - A require hook to compile CSS Modules in runtime

  •    Javascript

The require hook compiles CSS Modules in runtime. This is similar to Babel's babel/register. See the example: demo. A CSS Module is a CSS file in which all class names and animation names are scoped locally by default. Learn more in the article CSS Modules - Welcome to the Future by Glen Maddern.