Showing 13 open source projects for "example"

View related business solutions
  • $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
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    AnduinOS

    AnduinOS

    AnduinOS is a custom Ubuntu-based Linux distribution

    ...It’s well suited for people who want to understand how to bootstrap and maintain a bespoke, code-driven desktop environment rather than relying on distro defaults. Over time it can serve as a living example of infrastructure-as-code principles applied to a personal OS setup.
    Downloads: 99 This Week
    Last Update:
    See Project
  • 2
    Windows 95 in Electron

    Windows 95 in Electron

    Windows 95 in Electron. Runs on macOS, Linux, and Windows

    ...Beyond being a playful trip down memory lane, the project demonstrates how emulation can be packaged using modern frameworks & how legacy operating systems can be encapsulated as distributable desktop experiences. It’s become an example of how software preservation and creative programming can intersect, inspiring others to bring historic systems to life.
    Downloads: 73 This Week
    Last Update:
    See Project
  • 3

    4MLinux

    Mini Linux Distribution

    4MLinux is a miniature Linux distribution focusing on four capabilities: maintenance (by using it as a system rescue live CD), multimedia (for example, for playing video DVDs), miniserver (using the inetd daemon), and mystery (meaning small Linux games).
    Leader badge
    Downloads: 1,328 This Week
    Last Update:
    See Project
  • 4
    NuTyX GNU/Linux

    NuTyX GNU/Linux

    NuTyX is a very flexible, complete GNU / Linux distribution

    NuTyX is a very flexible, complete GNU / Linux distribution for advanced or motivated users. Numerous concepts of the distribution are original and therefore exist only on NuTyX. For example, it has its own CARDS package manager. You can choose to use the ports system, compile and install your packages from their sources, they will be integrated natively in the system, their management will be transparent. In addition to the traditional ISOs available, an installation script can install NuTyX from another distribution.
    Downloads: 388 This Week
    Last Update:
    See Project
  • 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
  • 5
    Dennix

    Dennix

    Dennix is a unix-like hobbyist operating system written from scratch

    ...Dennix includes a basic windowing system, dynamic linker, and terminal interface, and supports ELF binaries, memory management, and multitasking. As a hobbyist OS, it offers an impressive amount of functionality and polish, making it a notable example in the field of self-built systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Pearl GNOME 7.1

    Pearl GNOME 7.1

    A Smooth Clean Out of Box GNOME Desktop by Pearl Linux

    ...All the Pearl Linux standard software is pre-installed minus compiz by default on the 32 bit version only which comes on all other Pearl releases including OBS-Studio for both 64 and yes 32 bit for obs-studio as well. SPECIAL BONUS FOR OBS-STUDIO USERS. 64 BIT VERSION COMES WITH PRE-INSTALLED LINUX BROWSER SOURCE (for adding youtube chat to feed for example)This software includes new themes and icons, Pearl Featured Software and more from the Pearl Repository. New Updated 64 bit version with Nemo as default file manager plus many more tweaks made to the earlier 7.1 PearlGNOME version. See README file for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AndEX Nougat/Marshmallow/Lollipop

    AndEX Nougat/Marshmallow/Lollipop

    Android-x86 7.1.2/6.0.1/5.1.1 with GAPPS

    I have compiled three Android-x86 systems (Nougat 7.1.2, Marshmallow 6.0.1 and Lollipop 5.1.1), which can run live or be installed on almost all laptops (and some Desktop computers). INSTALL the systems to HARD DRIVE Say for example that you have a laptop with Windows 10 installed as the only operating system. If you just create one extra partition of about 5 GB you can install Nougat/Marshmallow/Lollipop on this extra partition and then “dual-boot”. I.e. decide whether you want to start Windows or Android-x86 Marshmallow/Lollipop. Grub will be installed as boot handler/loader during the installation of Android Marshmallow/Lollipop. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Operative System ports, drivers and example projects for Zolertia manufactured wsn hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AVR32 Ecos

    Ecos for AVR32 targets

    ...To compile ecos source codes Atmel tool chain for AVR32 devices is needed and can be downloaded from Atmel web site. Ecos-3.0 – ecos + AVR32UC3C port source files. Hellow_Examples – example project in Atmel studio 6.2 with, ADC test, LED and push buttons test, internal FLASH test, external SPI Atmel Data FLASH test, AST wallclock test and USB tests for AT32UC3C-EK board. This project contains all necessary ecos headers and library to be compiled and linked in Atmel studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Theme-ix

    Theme-ix

    Themed Linux re-spins for the masses

    Theme-ix is the code name for any ISOs produced for general distribution by RichJack as part of the Linuxthemer project. They are re-spins offered up as an example of some of the work I have done theming Linux on various base systems. Xbluebuntu - is the first release and is a light-weight clone of Xubuntu on a Debian testing base. Chromixium - is the second release and is a clone of ChromeOS based on Ubuntu 14.04 LTS. Please see the dedicated Sourceforge page: https://sourceforge.net/projects/chromixium The Wiki is now up and running with the first guides: How to install Theme-ix How to connect your WiFi.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Cultix

    Cultix

    A fast Debian-based Linux distribution for VampireFreaks community

    ...It contains heavily customized Debian Squeeze configs, as well as some manually rebuilt software (Midori, Vala - from official sources) and some components written specially for this distribution (for example, VampireFreaks Sanctuary Radio tray applet, written in Python). This page is the primary download page. For all the news, see the main distribution website. NOTE (1.07.2012): the RC2 that contains critical update preventing login problems on some hardware will be released within 18 hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ubuntu Multimedia Center is a Ubuntu derived system thats built for viewing multimedia and for playing games. Currently at RC1 we have yet to decide what media center style to use for example should we go for elisa or linuxmce. but it's your decision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo