Showing 200 open source projects for "cc"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    ...To Donation Please click hare: https://www.paypal.com/cgi-bin/webscr?business=anymix.services@yahoo.in&cmd=_xclick&item_name=Donate%20For%20Anymix%20Media%20Server&amount=20&cc=USD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    MossNet 2

    A smaller, faster replacement to the Internet.

    ...A domain names syntax is as shown: net://type.domainname.tld/page.html Currently the types are as follows: site files network "site" is an actual site page, "files" is a download, "network" is a network host, "mossnet" a file of the MossNet infrastructure. The TLDs are: biz org ent name moss cc*country-code* faq pub "biz" is for business entities, "org" for non-profits, "ent" as a replacement for ".net", "name" for personal sites and blogs, "moss" for Moss Corporation sites, "cc*country-code* for country-specific domains, "faq" for q and a sites, and "pub" for user-based sites (YouTube and Facebook would be here).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Portable aeabi

    C portable ARM aeabi

    ...It may be used by computer languages as a quick path to have a compatible aeabi library. It is not supposed to be as fast as assembler. This project started as a laboratory to provide standalone aeabi for TCC (Tiny CC - http://savannah.nongnu.org/projects/tinycc) but may be used in any software requiring its own aeabi library. GCC provides a much better implementation but requires gcc shared lib.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Schooner browser

    Schooner browser

    A simple, lightweight browser for Windows.

    ...Just download the "Schooner.zip" file and run "setup.exe". You can access the code by going to "Files" and then opening the "VB project" folder. Don't open "Code". Schooner is completly public domain, liscensed under CC 0. If you feel it has helped you, please rate and review it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    eledSQL

    eledSQL

    Erlangen Learning Environment for Databases and SQL

    ...eledSQL was created as part of a bachelor equivalent thesis at the FAU Erlangen-Nuremberg, Didactics of Informatics. Currently available in English and German, but with support for language files. eledSQL is provided under the Creative Commons License CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) Some of the icons are part of the RRZE Icon Set (http://rrze-icon-set.berlios.de/) and are licensed under the appropriate license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    FalconMailer

    Send emails quickly and efficiently.

    FalconMailer is a Java-based Mail API that can send emails quickly and efficiently. The API is easy to use and is much faster than the JavaMail. FalconMailer uses SSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Open Hardware EDF jet based around the F-15. All of the parts (well most of the parts) of this model can be cut via CNC or by hand. The documentation is released under the CC BY-SA V3.0 license. If you would like to contribute, or just to show off your work and possible modifications, the best way is to start a build thread in the forums. Together we can make a well documented, high quality design that an intermediate modeller could build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    openBmap

    openBmap

    a free and open map of wireless communicating objects

    openBmap collects data and provides open maps and statistics of all communicating objects: cellular antennas, wifi hotspots. All softwares from back-end to client are open-source under AGPL v3 license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Gooper1 Building Creator

    Gooper1 Building Creator

    A revolutionary building creator for Skyscraper.

    ...G1BC is currently in early development. The development team (gooper1 and elevescalators) are aiming for a beta release date in mid- to late-2012. G1BC is licensed under the CC BY-NC-SA license, the deed of which can be found at http://j.mp/ccbyncsa3.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    fw2csv

    Convert data file from fixed width format table to CSV

    ...This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ValaToWindows

    Vala compiled binaries for Windows

    Vala compiled binaries for Windows (Vala to Windows or Vala on Windows) Instructions for using valac: Set the environment variable CC to "gcc", and run valac in MinGW.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    easyNRG

    A simple MATLAB implementation of Wilsons NRG-method

    ...For example: it is not considered, that only matrix elements between states, whos occupation number differs by one and S_z differs by 1/2. There is only implicit parallelisation implemented by vectorizing the time consuming parts of the code. This code is licensed under the CC BY-SA 3.0 license (http://creativecommons.org/licenses/by-sa/3.0/, http://creativecommons.org/licenses/by-sa/3.0/legalcode)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CC-XJC is a JAXB 2.0 XJC plugin for adding a copy constructor to schema derived classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    rumpf-kit-sampled-sounds

    free (cc-by) sampled percussion sounds

    free (cc-by) sampled percussion sounds. format: flac, 48000Hz, 24bit for use with linuxsampler, hydrogen drum machine and similar tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Apsal'ara @ Singular Rogue CC

    Full duty Rogue CustomClass for HB

    Full duty Rogue CustomClass for HB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHP-framework. MVC. CRUD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flexible currency converter is JAVA library which allows easy currency conversion between different currencies. It's named flexible because easy can be implemented new parser for different exchnage rate feed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Revisuic
    Software to review the vocabulary between the two languages ​​chosen and managed by the user. Currently, only two types of exercises: - Table - Word by word. Licence CC BY-NC-SA 3.0. New print screens available here => http://revisuic.sourceforge.net/printScreens/ps.php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Prop is a pattern matching language based on C++. It implements algebraic datatypes, pattern matching and rewriting, and generates C++ code as output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A specialized web-framework for developing applications intended for use in contact centers. It aims at creation of agent desktop and building reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Terra Tenebrae is a free (as freedom) multi-Players RPG game engine based on client/server technology. The assets used are in licenses CC0, CC-by, CC-by-sa or GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Hızlı FTP Kontrol (Fast FTP Control), FTP'nize Hızlı Bir Şekilde Bağlanıp, Yükeleme, İndirme Ve Sil'me Ve Hada Bir Çok İşlemi Hızlı Bir Şekilde Yapabilirisiniz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Very Simple IDE for CC++ comes with g++ and tiny c compiler
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB