1,079 skills found · Page 1 of 36
graphile / WorkerHigh performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
imaurer / Awesome Llm JsonResource list for generating JSON using LLMs via function calling, tools, CFG. Libraries, Models, Notebooks, etc.
supabase / CliSupabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
awalterschulze / GoderiveDerives and generates mundane golang functions that you do not want to maintain yourself
HA6Bots / TikTok Compilation Video GeneratorA system of bots that collects clips automatically via custom made filters, lets you easily browse these clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once. This bot is split up into three separate programs. The server. The client. The video generator. These programs perform different functions that when combined creates a very powerful system for auto generating compilation videos.
Flangvik / SharpDllProxyRetrieves exported functions from a legitimate DLL and generates a proxy DLL source code/template for DLL proxy loading or sideloading
jmattheis / GoverterGenerate type-safe Go converters by defining function signatures.
davidfraser / Pyanpyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
ricardojoserf / TrickDumpDump lsass using only NTAPI functions creating 3 JSON and 1 ZIP file... and generate the MiniDump file later!
CyberSys / CreamInstallerAutomatically finds all installed Steam games and their respective Steamworks DLL locations on the user's computer, automatically parses SteamCMD and the Steam Store for those games' DLCs, then provides a very simple graphical interface utilizing the gathered information. The primary function of the program is to automatically generate and install CreamAPI for whichever games and DLCs the user selects, however through the use of the right-click context menu the user can also: automatically repair the Paradox Launcher, open the parsed SteamCMD AppInfo in Notepad, refresh the parsed SteamCMD AppInfo, open Root directories or Steamworks DLL directories in Explorer, or open SteamDB/Steam Store/Steam Community links in the default browser.
rhys-vdw / Ts Auto GuardGenerate type guard functions from TypeScript interfaces
lazywinadmin / LazyWinAdmin GUIPowerShell Script that generates a GUI/WinForms loaded with tons of functions
Flangvik / AMSI.failC# Azure Function with an HTTP trigger that generates obfuscated PowerShell snippets that break or disable AMSI for the current process.
rizerphe / Local Llm Function CallingA tool for generating function arguments and choosing what function to call with local LLMs
vedantroy / Typecheck.macroA easy (and fast) typescript validation library/macro. Automatically generate validation functions for Typescript types.
x2c3z4 / Kernel VisualizationGenerate callgraphs for Linux/Solaris/FreeBSD kernel function calls
sebh / TileableVolumeNoiseCollection of functions that can be used to generate tileable volume/3d noise. An exemple of volume noise functions that can be specifically used for clouds is also presented.
clojure / Math.combinatoricsEfficient, functional algorithms for generating lazy sequences for common combinatorial functions
e-johnstonn / FableForgeGenerate a picture book from a single prompt using OpenAI function calling, replicate, and Deep Lake
Juniper / LibxoThe libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.