99 skills found · Page 1 of 4
speedskater / Babel Plugin RewireA babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
rishabh1b / RealTimePathPlanningSampling based rewiring approaches to solve motion planning problems for a robot with dynamic obstacles
ViciousSquid / DosidicusTransparent cognitive sandbox: Raise digital squids - watch brains grow & rewire themselves through Hebbian learning & Neurogenesis
cdharris / React App Rewire Hot LoaderAdds the react-hot-loader to your create-react-app via react-app-rewired
oklas / React App Alias:label: Alias and multiple src directory for craco or rewired create-react-app
withspectrum / React App Rewire Styled ComponentsAdd the styled-components Babel plugin to your create-react-app app via react-app-rewired
kommander / Oc Plugin Vault TecA RobCo terminal personality that rewires your coding agent into a cheerful Vault-Tec Overseer -- bugs are containment breaches, deploys are surface excursions, and nuclear optimism is mandatory.
wendongbi / DHGRCode implementation of the paper accepted by IEEE TKDE2024: "Make Heterophilic Graphs Better Fit GNN: A Graph Rewiring Approach"
luo-group / SPURSProtein stability prediction using rewired protein generative models
i-like-robots / RewireifyRewireify is a port of Rewire for Browserify that adds setter and getter methods to each module so that their behaviour can be modified for better unit testing.
lwd-technology / React App Rewire TypescriptAdd ts-loader to a react-app-rewired config.
ellisalicante / GraphRewiring TutorialThis repository holds code and other relevant files for the Learning on Graphs 2022 (LoG) tutorial "Graph Rewiring: From Theory to Applications in Fairness"
tonyhb / Redux Boilerplatereact-app-rewired, kea, recompose, emotion, flow, eslint, prettier
osdevisnot / React App Rewire ContribA collection of rewires for react-app-rewired
Orange-Panda / Rewired GlyphsAn expansion for Guavaman's Rewired Unity Asset that provides a simple to use API for showing input icons to the player at runtime based on their input method and bindings.
dyb881 / React Appcreate-react-app + react-app-rewired 进行二次配置:按需加载、less-loader、启用 eslint 配置、特殊自定义配置
Yanqi-Chen / Gradient RewiringTo appear in the 30th International Joint Conference on Artificial Intelligence (IJCAI 2021).
tadatuta / Rewire EntryRewire to change entry points of create-react-app
rjerue / Craco Babel LoaderRewire babel-loader loader in your create-react-app project using CRACO.
evilsocket / SoftWireSoftWire is a class library written in object-oriented C++ for compiling assembly code. It can be used in projects to generate x86 machine code at run-time as an alternative to self-modifying code. Scripting languages might also benefit by using SoftWire as a JIT-compiler back-end. It also allows to eliminate jumps for variables which are temporarily constant during run-time, like for efficient graphics processing by constructing an optimised pipeline. Because of its possibility for 'instruction rewiring' by run-time conditional compilation, I named it "SoftWire". It is targeted only at developers with a good knowledge of C++ and x86 assembly. Project originally by Nicolas Capens, new implementation by Simone Margaritelli aka evilsocket