This work is licensed under a Creative Commons Attribution 4.0 International License. Use it to ground design choices in named patterns, trade-offs and examples.
logo]: https://github.com/rohan-paul/rohan-paul/blob/master/assets/png. Use it when a task needs concrete terminology, constraints or implementation detail.
Hey Guys, here is a list of 350+ Free TryHackMe rooms to start learning hacking. I have arranged and compiled it according to different topics so that you can start hacking right away. Use it to make implementation decisions and avoid common dead ends.
Multiparty computation (MPC) allows several parties to jointly compute on secrets without revealing them. This list is designed to be a central place where everyone can find open-source software designed for MPC as well as introductory material to this topic. The list format is i. Use it as a repeatable review, validation or hardening pass.
PremSQL is an open-source library designed to help developers create secure, fully local Text-to-SQL solutions using small language models. It provides all the essential tools to build and deploy end-to-end Text-to-SQL pipelines with customizable components, making it ideal for s. Use it to build a structured path from fundamentals to hands-on practice.
Plus ACID compliance, point-in-time recovery, JOINs, and all of the other great features of Postgres. Use it to make implementation decisions and avoid common dead ends.
Awesome-LLM-Eval: a curated list of tools, datasets/benchmark, demos, leaderboard, papers, docs and models, mainly for Evaluation on Large Language Models and exploring the boundaries and limits of Generative AI. Use it to build a structured path from fundamentals to hands-on practice.
In my opinion, Linux network programming, especially socket programming, isn’t that difficult. However, learning this topic on your own can be challenging because many online resources are unclear, and sample codes often only cover the basics. You might find yourself unsure of wh. Use it to ground design choices in named patterns, trade-offs and examples.
This is a collection of pointers to datasets/tasks/benchmarks pertaining to the intersection of machine learning and law. Use it to navigate the topic and choose relevant methods, papers or tools.
Collection of post-quantum cryptographic algorithms for the ARM Cortex-M4. Use it to navigate the topic and choose relevant methods, papers or tools.
A developer tool for inspecting Model Context Protocol (MCP) servers. It ships as a single package, @modelcontextprotocol/inspector, that provides three ways to inspect a server:. Use it to ground design choices in named patterns, trade-offs and examples.
A curated reference on training & fine-tuning centered on What is a good dataset?. Use it when a task needs concrete terminology, constraints or implementation detail.
eBPF is a technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading kernel modules. By making the Linux kernel programmable, infrastructure software can leverage existing layers, making them more intelligent and feature-rich wit. Use it as a repeatable review, validation or hardening pass.
A guide for getting started with Self Hosting devices including software and hardware that will make you a better and more efficient Self Hosting. Use it to make implementation decisions and avoid common dead ends.
Digital Forensics is the process of recovering and preserving material found on digital devices during the course of criminal investigations. Digital forensics tools include hardware and software tools used by law enforcement to collect and preserve digital evidence and support o. Use it to build a structured path from fundamentals to hands-on practice.
We are excited to announce the release of RD-Agent 📢, a powerful tool that supports automated factor mining and model optimization in quant investment R&D. Use it to navigate the topic and choose relevant methods, papers or tools.
MarkItDown is a lightweight Python utility for converting various files to Markdown for use with LLMs and related text analysis pipelines. To this end, it is most comparable to textract, but with a focus on preserving important document structure and content as Markdown (includin. Use it to build a structured path from fundamentals to hands-on practice.
Policy enforcement, identity, sandboxing, and SRE for autonomous AI agents. One pip install, any framework. Use it as a repeatable review, validation or hardening pass.
The official repository which contains the code and pre-trained models for our paper TAPEX: Table Pre-training via Learning a Neural SQL Executor. Use it to navigate the topic and choose relevant methods, papers or tools.
let allows you to create declarations which are bound to any block, called block scoping. Instead of using var, which provides function scope, it is recommended to use block scoped variables (let or const) in ES6. Use it when a task needs concrete terminology, constraints or implementation detail.