Showing 1391 open source projects for "data structures c"

View related business solutions
  • 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
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    Sisolo is a simple solar logger, meant to run on small embedded devices, like routers. Currently it targets OpenWrt, uses Yasdi to interface with SMA inverters and Curl to store logs on an ftp server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    timexdr is a Linux userspace utility that can download data from the Timex Data Recorder device. This device records heart rate monitor (HRM) and/or position data (GPS) transmitted from Timex Bodylink HRM and GPS sensors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SINGHAL mutual exclusion in FreeBSD

    SINGHAL mutual exclusion in FreeBSD

    Design and Implementation of the Singhal token based mutual exclusion

    [ Design and Implementation of the Singhal token based mutual exclusion algorithm in kernel-space of FreeBSD ] | Data & Network Security Lab (DNSL) | Room 501, Floor 5, | Department of Computer Engineering | Sharif University of Technology | Azadi Ave., Tehran, Iran Vahid Khodabakhshi <vkhodabakhshi@ce.sharif.edu> Vahid Ranjbar <vranjbar@ce.sharif.edu> Also see the Acknowledgement file Please send bugs to our e-mail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Vitamin is a software for visualizing network traffic in IP based networks. It works as a distributed system. Several slaves capture the network traffic on several computers in a network. The master visualizes the information he receives from the slaves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    Tellu inventory management software collects hardware/software data automatically from network, and stores data in MySQL database. Data is easily accessed by comprehensive UI, which can be also used to store devices, services, passwords, files, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ziprecv is a free and opensource zip recovery utility that extracts files from a zip archive sequentially. It can extract even incomplete zip files and archives with a corrupted index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vermont (VERsatile MONitoring Tool) is a network monitoring toolkit featuring a PSAMP probe, an IPFIX collector and aggregator, a library for exporting IPFIX/PSAMP data, and a SQL-based graphical network analyzer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a front end for the traffic logger vnStat. It generates HTML output with tables and svg-graphs to visualize traffic data. It requires an web server with CGI support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simmon is SIMple MONitor of network. Dedicated daemon running on router collects traffic data, which is read by gui client. Daemon is fast and light C code build on top of libpcap, and client written in Java Swing can be run on any Java capable platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 10
    Nss-registry is an nss module for linux with glibc 2.1 and above. It provides the getpw*, getsp* and getgr* functions allowing user data to be stored in "The Linux Registry" ( http://registry.sf.net ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    OSWAL lets you keep an eye on your systems from afar without logging in. It displays system information (load, uptime etc.) in an XHTML page. OSWAL is modularised and can be customised to fetch its data from almost anywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lockboxes are an experimental high performance inter-process communication (IPC) mechanism with access control. A lockbox can be used to share data, an open file handle, and state flags, with access control defining which users, groups or processes may ha
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Open Source Security Suite Verschlüssselung mit Blowfish/Twofish/ AES. Datenlöschung mit Guttmann (Default)/Pseudorandom Data/US DoD 5220-22.M Methode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nast is a packet sniffer and a LAN analyzer. It sniff packets and save data in files, checks NIC in promisc mode,build LAN hosts list, find a gw,performs a port scanning, catchs daemon banner etc... It also provides a GTK/ncurses interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The goal of Xplico is to extract the applications data from an Internet traffic capture. For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), and so on. NFAT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    ...rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun! Made by Biyong SUN Songjiang, Shanghai, China. Email: sunbiyong@163.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MetFS is a filesystem in userspace that is FUSE based, encrypted, dynamic sized (increase when new data added, decrease when data removed), single file when it's unmounted and very fast. MetFS 's proved to be running on Linux and FreeBSD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DaDiSi

    Data Distribution Simulator - DaDiSi

    Dadisi is an API to create and test data distribution policies in a (simulated) storage environment. With it you can create a virtual storage architecture and fill it with "data" that will be placed according to your description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    sharprobin

    A c# pure RRD tools impl

    A c# pure RRD tools impl all RRD tools functions http://oss.oetiker.ch/rrdtool/ pure c# implement,mean than can run without extenal RRD tools full compatible with jrobin http://jrobin.org The project on codeplexhttp://sharprobin.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GXGPRS offers an easy way to send data using GPRS connection. General Packet Radio Service (GPRS) enabled networks offer always-on, high capacity, Internet based content and packet based data services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    "Open Source Tripwire® has now moved to https://github.com/Tripwire/tripwire-open-source. Open Source Tripwire® software is a security and data integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems. The project is based on code originally contributed by Tripwire, Inc. in 2000. "
    Downloads: 20 This Week
    Last Update:
    See Project
  • 23

    nss_db

    Berkeley DB NSS module

    A fork of nss_db, modified to work on Solaris as well as Linux. This provides an alternative location for storing configuration information used by the Name Service Switch libraries, and may be used to supplement user, group and other information in a Berkeley DB. The Berkeley DB NSS module provides an alternative means for storing configuration information traditionally kept in several plain-text files in /etc (e.g. /etc/passwd). The module uses the Berkeley DB Library to store this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    nwEPC is a free and open source framework software implementation of SAE/EPC Serving Gateway or SGW and Packet Data Network Gateway or PGW, which is sometimes referred as SAE-Gateway as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    IOMeterCLI

    IOMeter Command Line Interface

    IOMeterCLI is an IOMeter Add On, basicly to support two functions: command line interface for automation; saving runtime performance data to log file.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo