#
hook
Here are 710 public repositories matching this topic...
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.
-
Updated
Sep 5, 2020 - C
A plugin framework on android,Run any third-party apk without installation, modification or repackage
-
Updated
Aug 13, 2020 - Java
demos to help understand plugin framwork
-
Updated
Aug 27, 2018 - Java
hook
ios
cpu
monitor
fps
memory
perfomance
mach-o
startup-time
power-consumption
traffic-monitoring
freezing
runloop
cadisplaylink
cfnetwork
nsurlprotocol
fishhook
network-monitor
nsurlsessiontaskmetrics
-
Updated
Oct 13, 2018
react
hooks
hook
thread
web-worker
typescript-library
background
web-workers
web-worker-react
useworker
-
Updated
Sep 1, 2020 - JavaScript
a lightweight, multi-platform, multi-architecture hook framework.
-
Updated
Sep 6, 2020 - C++
React component that monitors when an element enters or leaves the browser viewport.
react
hooks
hook
performance
monitor
scrolling
visibility
viewport
lazy-loading
intersectionobserver
intersectionobserver-api
-
Updated
Sep 2, 2020 - TypeScript
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
-
Updated
Sep 6, 2020 - Dart
A library that lets you use reflection without any restriction above Android P
-
Updated
Jul 27, 2020 - C++
merrywhether
commented
Jun 25, 2020
Describe the bug
Swipes originating from coordinates with x = 0 (left edge) or y = 0 (top edge) will not be captured. I only found this by writing tests against my usage of this library as I believe this behavior is really hard to replicate in real world use cases. It's caused by a improper falsy check on this line:
https://github.com/FormidableLabs/react-swipeable/blob/master/src/index.js#L
5
Protect the objective-c application(保护App不闪退)
-
Updated
Sep 5, 2020 - Objective-C
Simple hook tool to change Win32 program font.
-
Updated
Aug 19, 2020 - C++
-
Updated
Jul 16, 2020 - JavaScript
Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. It is 20+ times faster than the Aspects, from message-sending to Aspect-oriented code ends.
-
Updated
Jul 13, 2020 - Objective-C
react
hook
performance
typescript
monitor
scrolling
animations
visibility
viewport
lazy-loading
impressions
intersection-observer
inview
scroll-direction
-
Updated
Sep 5, 2020 - TypeScript
react
hook
performance
typescript
animation
ux
motion
transition
interaction
web-animations-api
web-animations
waapi
use-web-animations
playback-control
-
Updated
Sep 5, 2020 - TypeScript
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game.
-
Updated
Sep 5, 2020 - C#
利用Hook技术对APP进行虚拟定位,可修改微信、QQ、以及一些打卡APP等软件,随意切换手机所处位置!
-
Updated
Feb 6, 2018 - Java
react
hook
autocomplete
typescript
geocoding
google-maps
places
google-places
google-maps-api
google-place-autocomplete
google-places-api
geocoding-api
places-autocomplete
use-places-autocomplete
-
Updated
Sep 5, 2020 - TypeScript
Improve this page
Add a description, image, and links to the hook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hook topic, visit your repo's landing page and select "manage topics."
A bit of context, we introduced
swrtwo weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)We found out that
swrwas causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp