1,079 skills found · Page 3 of 36
tomatophp / TomatoTomatoPHP is built to make it easy to develop web apps and API by generating files of CRUD operations and support helpers of tonnes of functions to make it easy to manage and use framework services.
LeviBorodenko / MotionblurGenerate authentic motion blur kernels (point spread functions) and apply them to images. Fast and Simple.
so1n / Protobuf To PydanticGenerate a pydantic.BaseModel with parameter verification function from the Python Message object(by the Protobuf file).
galacemiguel / Fluid SystemFluid System is a style props function transformer for generating fluid styles. 💦
kotify / Cloud Print UtilsAWS Lambda functions to generate pdf files and images
naiquevin / Sphinx Doc.elGenerate Sphinx friendly docstrings for Python functions in Emacs
tjhwangxiong / TCGAplotA number of functions were generated to perform pan-cancer DEG analysis, correlation analysis between gene expression and TMB, MSI, TIME, and promoter methylation. Methods for visualization were provided in order to easily perform integrative pan-cancer multi-omics analysis.
ijoshsmith / Equatable Code GeneratorA Swift utility function that generates Equatable protocol code for any object.
turtlegrammar / FaconneData Restructuring DSL in Clojure. You write declarative specifications for complicated data transformations and faconne generates the functions automatically. Published on Clojars and used in production code for years.
tylermorganwall / SkprGenerates and evaluates D, I, A, Alias, E, T, G, and custom optimal designs. Supports generation and evaluation of mixture and split/split-split/N-split plot designs. Includes parametric and Monte Carlo power evaluation functions. Provides a framework to evaluate power using functions provided in other packages or written by the user.
tanglebones / Pg Tuidgenerate_tuid function for postgres
thepudds / Fzgofzgo is a prototype of "make fuzzing a first class citizen" in the go command. Supports rich signatures & generating fuzz functions.
WoodyBuendia / HFSS MATLAB APIHFSS-MATLAB-API is a library toolbox to control Ansoft HFSS from MATLAB using the HFSS Scripting Interface. This tool provides a set of MATLAB functions to create 3D objects in HFSS by generating the required HFSS Scripts. Basically, anything that can be done in HFSS user interface and the 3D Modeler can be done with this library of functions. Once a script is generated in this manner, it can be run in HFSS to generate the 3D model, solve it and export the data. You create your entire design in MATLAB and basically use HFSS to solve it.
Consensys / Linea MonorepoThe principal Linea repository. This mainly includes the smart contracts covering Linea's core functions, the Prover in charge of generating ZK proofs, the Coordinator responsible for multiple orchestrations, and the Postman to execute bridge messages
mojocorp / ShaderGenShaderGen is a tool that automatically generates OpenGL Shading Language shaders that duplicate fixed function OpenGL behavior.
sbt / Sbt Boilerplatesbt plugin for generating scala.Tuple/Function related boilerplate code
SciML / RuntimeGeneratedFunctions.jlFunctions generated at runtime without world-age issues or overhead
perdugames / SoftNoise GDScript GDScript function set generating noise (value noise, perlin noise, opensimplex(2d, 3d and 4d)...).
hadipourh / KeeLoqC implementation of KeeLoq algorithm, equipped with a function to generate algebraic equations of KeeLoq over GF(2)
gomoku / Carbon GomokuGomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-max with cut offs, alpha-beta, transposition table, situation signatures, candidate generating, expert knowledge, further enhancements). Very heavly documented in author's native language (polish) - see Documentation_PL folder. Other tags: Tic Tac Toe, 5 in a Row, Go-Moku, Connect, Connect5, Connect6, Caro, Noughts and Crosses, AI, engine. Original author: Michał Czardybon Original website: http://mczard.republika.pl/gomoku.en.html Email: mczard@poczta.onet.pl Country: Poland Programming language: C++ IDE: Visual Studio 6.0 project (works also in 7.1) Year: 2002 (this project has over 13 years!) Notes: First time on any source code repository.