26 projects for "red panda dev-c" with 1 filter applied:

  • Ship Agents Faster Icon
    Ship Agents Faster

    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
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    C.A.F.E.

    C.A.F.E.

    The "Third Way" for Home Assistant Automations

    CAFE (Complex Automation Flow Editor) for Home Assistant is an innovative automation authoring tool that provides a visual flow editor inside Home Assistant, offering a “third way” between manual YAML and external flow tools by transpiling visual flows directly into native Home Assistant automation YAML. It’s designed to give users the visual clarity of tools like Node-RED without the overhead of a separate execution engine, storing the logic as standard YAML that runs in the core automation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RedSun

    RedSun

    The Red Sun vulnerability repository

    RedSun is a proof-of-concept security project that demonstrates a critical privilege escalation vulnerability in Microsoft Defender by exploiting unintended file-handling behavior. The tool leverages how Defender processes files tagged with cloud metadata, where instead of removing malicious files, the antivirus may rewrite them to their original location. By carefully manipulating this process, the exploit enables attackers to overwrite protected system files and gain SYSTEM-level...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    ESP32-S2-Mini

    ESP32-S2-Mini

    Arduino ESP32-S2-Mini v1.00 Wemos | Firmware PS4 900x HOST Wifi AP

    Firmware para placa de desarrollo Arduino ESP32-S2 Mini v1.0.0 LOLIN-WIF WEMOS ESP32S2 Dev para Montar Servidor Host AP PlayStation 4 Herramienta web para instalar la última versión del Firmware: https://xdevgms.github.io/ Una vez instalado el firmware podrá conectar con la placa ESP32-S2 Mini vía Wifi WiFi SSID: PS4-Host-AP Password: password Página del administrador http://10.1.1.1/admin.html http://webkey.local/admin.html Nota Importante 1: En la sección configuración...
    Leader badge
    Downloads: 166 This Week
    Last Update:
    See Project
  • 4
    The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers common data structures with powerful algorithms, and hidden implementation. Available structures are lists, queues, stacks, hash tables, binary trees, binary search trees, red-black trees, 2D arrays, permutations, heaps and interval heaps. GDSL is free software distributed under the terms of the GNU General Public License.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    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.
    Try free now
  • 5

    ArdvtLedBoard

    Arduino Based Driver for Advatel Ledboard

    This is an Arduino Library for the Advatel TCD226R Ledboard (160 cols x 7 Rows Red Leds). This library allows several text transitions and includes a demo that supports both serial and SD Card input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bots de Servicios para una red ircuh con soporte bdd ircservices-4.3.3+Upworld-1.1+BDD (botshispanobdd-1.2.1) + services-bdd = euskalirc-services-bdd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Red Eclipse

    Red Eclipse

    A fun-filled new take on the casual first person arena shooter.

    This project has moved, to continue following our development please see http://redeclipse.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit finds and iteration. Is approx. 50-100% faster than red-black trees and up to 20% faster than O(1) hash tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    Pixelchase
    A very simple game programmed using the Allegro game library. Basically a 2 player tag, each player controlling a colored box or "pixel". The red pixel is the chaser, and the blue pixel is the runner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RGP: Red General de Posicionamiento (Project Number P022-06/E16 - Junta de Andalucía) -- General Network Positioning based on open software and hardware. This project is the development and test of the standard IEC-60870-5 application layer protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Simple mesh/scene viewer written on Ogre3D engine capable of showing anaglyph picture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a fully STL-compliant C++ map/set/multimap/multiset implementation for g++ using an AVL tree instead of a Red-Black tree (that is present in current libstdc++).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    spdict is a library of dictionary algorithms written in C++. It has support for sorted array, binary search tree, red-black tree, skip list, and balanced tree algorithms. Also include a cache class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sglib is a C library freely inspired by Standard Template Library (STL). It defines generic macros and functions for sorting arrays, manipulating lists, sorted lists, double linked lists, hashed containers, and red-black trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Holy War is an open source, fully-3D, real-time role-playing game created by Crazy Panda Games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spaceoff is a multiplayer space combat game. Players try to shoot each other in a 3-D world in space, in one of two teams -- red and blue. The aim of this project is to demonstrate the design of a low latency multiplayer game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project provides you with a .NET assembly/library which implements searchtrees (e.g. red black trees) and other complex data structures & algorithms and aims to make these comfortable to use for programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A PDF generation API written in C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Library of utility C++ functions and classes usable on embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    C++ template library for properties of objects which can be manipulated like normal member variables (widget.color = "red";). Supports binding properties with each other, so that when one property changes, other changes accordingly automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A custom designed clone of the old BBS game Legend Of The Red Dragon (L.O.R.D.), a text-based RPG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    <B><FONT SIZE=+2 COLOR=RED>IMPORTANT!!</FONT></B><BR> The SourceForge's address for MySQL Control Center has changed to: <A HREF="http://sourceforge.net/projects/mysqlcc">http://sourceforge.net/projects/mysqlcc</A><P> Please update your bookmarks!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Sleepy

    Sleepy - P2P File Sharing

    Un cliente para la red P2P Kai. A client for the Kai P2P Network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Nuevo juego basado en el clásico Pin Pon. Espectaculares y sencillos gráficos, torneos mundiales entre jugadores conectados en red. Desarrollado en C++ y librería SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo