Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Brainf*** compiler is a compiler for the esotheric Brainf*** language. One day it will run on many different platforms and generate optimized machine code. Currently works unter GNU/Linux (i386) and MS Win32.
Etherboot is Open Sourcecode for creating boot ROMs for network booting x86 platforms. It is also a coordination point for information about free software related to network booting. This is an auxiliary site for http://sourceforge.net/projects/etherboot
Pmcma is a tool aimed at automating the most time consuming taskes of exploitation. It for instance determine why an application is triggering a segmentention fault, evaluate if the faulting instruction can be used to write to memory or execute arbitrary code, and list all the function pointers potentially called from a given point in time by an application.
Pmcma is a totally new kind of debugger, which allows for easy experimentation with a process in memory by forcing it to fork. The...
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
An open-source collection of materials for lectures, tutorials, labs, and software for a variety of primarily Computer Science courses. The materials include various course notes, presentation slides, sourcecode samples, etc.
Open Source Rapid Fire mod for the PS3 SixAxis controller. This is meant to run on the PIC12F683 micro controller. This code was initially created and developed by Hyper999.
This is a port of Basic to NASM (B2Nasm) for visual basic.net. Basic to NASM is capable of file handling, output to and input from the console, arithmetic, and variable creation. A good starting point for native compiler creators.
An open source COBOL compiler for the PC x86-32 platform.
Generates GNU assembler and requires GCC to produce a binary.
Supports Linux, BSD and MinGW 32 bit platforms.
FakeNES is a highly portable, Open Source NES and Famicom emulator. It runs on all modern operating systems and has an actively maintained DOS port for enthusiasts. Support for phones and other mobile platforms is under development.
The majority of the project is entirely original code released under the zlib/libpng license. Contributed and third-party code is included under GNU licenses.
This is a tool collection for Legacy BIOS Engineer.
Inclued, I2C Read, Write tools, Super I/O Tools, HDD Tools, PCI Scan Tools, NMI Int Hooker, INT 15h hooker, INT 13 Hooker, Keyboard scan code reader, FWH/LPC BIOS ROM programmer/eraser.
Code to brute force the 32-bit key used to RC4 encrypt .pwl files.
PROJECT HAS MOVED TO GITHUB:
https://github.com/alex-georgiou/rc4-32.asm
Code to brute force the 32-bit key used to RC4 encrypt .pwl files. Assembles to a 992 byte .COM file using the Intel Architecture Assembler v1.0 Copyright (c) 1998 augusto at dcc.ufmg.br.
http://web.archive.org/web/19981205090800/http://www.dcc.ufmg.br/~augusto/project/iasm.zip
Metamorph is a metamorphic / polymorphic dynamic encoder which encrypts an executable by completely rewriting it whilst retaining its original function
Fossa is a runtime CUDA memory extender for Linux. With fossa, users can run CUDA applications that require more than the available amount of GPU memory. Fossa is targeted toward command line driven applications.
Visual Boy Advanced Emulator for Windows. This will allow instructors to teach the GBA software/hardware and home brew developers to build run their code.
libNT is a Number Theory Library which is based on a BigInteger Class. It will contain several algorithms for solving Number Theory Problems. Written in the IDE Code::Blocks
A tool that helps develope the course of cognitive thought processes through software. This tool will look at the raw hex code of any input. It establishes pattern recognition over a mesured time incrament that in itself is at a different pace.
Digital Signal Processing Block Diagram Compiler - user extendable to all DSP's, but presently supports only the TI C2000 family. Rich support for fixed point arithmetic, both saturated and unsaturated. Block diagram entry is via TinyCAD (included).
PrimOS is a 32bit multi-task OS, which is still under development.
PrimOS is just a simple 32bit, multi-tasked operating system, which I wrote for fun.
So far this project provide no "official" releases,for it is too simple so far. To run it, you need to get the sourcecode and fetch the "kernel.sys" file, use it as a floppy image and run it on a VM.
PrimOS是一个写着玩的,简单的,32位的,支持多任务的⋯⋯
- -|| 操作系统⋯⋯
目前还没有正式发行版本,因为目前为止功能实在是太简单了。非要运行它得的童鞋可以去下载源代码,找到其中“kernel.sys”,然后把这个文件当做一个软盘镜像,塞到一个虚拟机的“软驱”里⋯⋯
In this project, we develop the branch instruction tracing function and its analysis tool. The main aim of this project is to implement this function without change of Linux Kernel sourcecode by using the function of Pentium 4, without recompile.