Search Results for "open source assembly software source code" - Page 5

Showing 178 open source projects for "open source assembly software source code"

View related business solutions
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    alphaOS

    alphaOS

    Lightweight, portable and flexible operating system

    alphaOS is a simple and minimalistic Linux distribution for the x86-64 architecture, built using Linux Live Kit set of scripts developed by Tomáš Matějíček, the developer of the popular Slax Linux distribution. But, unlike Slax, alphaOS is based on Arch Linux and uses pacman as the default package manager. This operating system features highly configurable and lightweight Openbox window manager. Modular by design, alphaOS makes it easy to add desired functionality.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    FlingOS

    FlingOS

    An educational operating system written in C#

    FlingOS is an educational operating system and framework aimed at teaching students and developers how operating systems work, using C# and a bit of C++ and assembly. It allows developers to build kernels in a managed, high-level language and understand the entire bootstrapping and runtime process from scratch. FlingOS is particularly focused on making OS development more accessible by bridging the gap between high-level languages and low-level hardware programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Kestrel

    Kestrel

    Kestrel is an experimental kernel runs on i386

    Kestrel is a kernel that not Unix or Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KMUX is a complete Linux/FOSS solution for the small and medium sized buissiness (SBS-System). It uses Debian and Linux-VServer as the main components. With KMUX one has a terminal, mail, directory, file, print and groupware-server and stateless clients
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    justbrowsing

    justbrowsing

    Just Browsing - when all you need is a web browser.

    ...Perfect for guests, user privacy in mind with a lock screen and browsing history is always erased on power off. Blog: http://justbrowsingcd.tumblr.com Contact info: http://justbrowsing.info/support Free and Open Source Software (FOSS): https://github.com/justbrowsing/justbrowsing Based on Arch Linux
    Downloads: 28 This Week
    Last Update:
    See Project
  • 6

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kankin Linux

    Kankin Linux

    Distribuição baseada no Funtoo Linux para arquitetura ARM

    O Kankin Linux é uma distribuição Stage4 do Funtoo Linux compilado para para uso em hardwares opensource com arquitetura ARM, * Preparada pra compilação distribuída * Sistema de ebuilds Portage, contendo todas as possibilidades de um sistema PORTS based, que só um sistema (Fu|Ge)ntoo faz por vc. :)))))))) * Primeira distribuição Linux Brasileira com releases para hardware opensource com processadores ARM * Suporte a redes DTN (Delay-Tolerant Networking) * Ferramentas da...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AquariusOS

    AquariusOS

    An open source OS written in assembly.

    An open source OS. It is 32-Bit and when possible 64 and 128-Bit. We are working on a complete rewrite. After which we will work on our UI. ATTENTION!: After AquariusOS 0.0.4 AquariusOS will be based off of aqua-next. 0.0.5 with an aqua-next base will hopefully be released BEFORE 2016.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    AliyaLinux

    AliyaLinux

    An elegant Debian Testing based Linux distribution for newcomers

    AliyaLinux is an elegant Debian Testing based live Linux distribution easy to use for newcomers to Linux from Windows environment. AliyaLinux has all necessary applications preinstalled for you to deal with daily tasks without having to look for additional software. When you need more applications, games or tools, you can install them through Synaptic Package Manager and PlayOnLinux. AliyaLinux is a live distribution. You burn it to a dvd or to a usb stick from Linux or...
    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

    Devel Live CD

    Live CD to compile programs

    Devel Live CD includes a minimal toolchain from Fedora that makes it possible to compile the Linux kernel and other software. This CD has been created to compile programs for 4MLinux. There is no dependency tracking in 4MLinux, so this may be a useful tool for all the developers who are interested in building fully customized Linux operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    How to Make a Computer Operating System

    How to Make a Computer Operating System

    How to Make a Computer Operating System in C++

    A practical guide and GitHub-hosted project by Samy Pesse that walks you through building a very simple UNIX-based operating system in C++, designed to boot, launch a userland shell, and remain extensible. It’s more than a proof of concept—it’s meant to be functional and educational. All the system source code will be stored in the src directory. Each step will contain links to the different related files. This course is open to contributions, feel free to signal errors with issues or directly correct the errors with pull-requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RestartParty Linux aim to create a purely livecd distribution based on knoppix with all the tools and software you need to repair linux, backup file and solve every software pc-related problem.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Matrix0s

    Matrix0s

    New Generation Smart GRID-Decentralized Operating System

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chrubix

    Chrubix

    Secure Linux distributions for Chromebooks

    (1) Software that generates a customized, secure Linux distribution (Debian, ArchLinux, Kali, ...) for your Chromebook. (2) Images for download, to save you the trouble. (3) More to come...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Galsoft Linux

    Galsoft Linux

    Galsoft Linux

    The target of Galsolft Linux project is to create a custom GNU/Linux distribution lightweight, fast,versatile and easy to use with Galician Language as default language. We promote open source and free software. O obxectivo do proxecto Galsolft é crear unha distribución GNU / Linux personalizada lixeira, rápida, versátil e doada de usar co galego como lingua por defecto. Promovemos software libre e de código aberto. We need volunters to help us in the creation of new Galsoft Linux 1.2 version. Prease enter our group: https://groups.google.com/forum/#!...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FROST operating system
    NOTICE: This project has been moved to https://github.com/thrimbor/frost The sourceforge project will not get updated anymore! FROST is a free operating system written in FreeBASIC and Assembly with the goal to create a small and stable system. It uses GRUB 2 as its bootloader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LaimEditor

    LaimEditor

    The new multi-platform text editor with syntax highlighting

    LaimEditor is new multi-platform portable text editor with syntax highlighting for many popular programming languages. It is writen on Java and can be launched on most computers with Java installed. Supported languages: C, C++, C#, CSS, Delphi, Fortran, HTML, Java, JavaScript, Latex, Perl, PHP, Python, XML, Windows batch, Unix shell It is planned to support more languages in future. Also it is planned to add compilers for languages like Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LCD TFT 240 320 hx8347a SSD1289 sdcard

    LCD TFT 240 320 hx8347a SSD1289 sdcard

    Lcd TFT 320*240 with touchscreen and SdCard

    Sample code for hx8347-A and SSD1289 for 8bits MCU ( begin with Freescale MCU 9s08aw60 with codewarrior V10.x and now Coldfire V1) , print text , draw line , box , circle, scrolling, get coordinates of touchpanel , read BMP file and FATlite drivers from Freescale revised ( FAT16 ). Tested on 9s08aw60 demoboard : http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S08AW60E&fr=g New release with Coldfire V1 Flexis MCF51AC256A (32bits) pins to pins compatible with 9s08aw60
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ElymOs

    ElymOs

    Linux OS from ubuntu, customisable for everyone, social and media

    Ubuntu based GNU/Linux system, use Gnome Shell. Easy for learn Linux and programming. All software of everyday use. Wine and Virtual Machine for use other OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    JetCube

    A XUbuntu Based Distro

    A XUbuntu based distro, fully customized and based on 13.04! Get it now and experience the power of a Jet!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Portable Linux

    Portable Linux

    Portable Ubuntu Linux for Scientific Computing

    Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Fuduntu
    Punny Name Serious Distro! Optimized for portable computers. Fuduntu includes the latest stable kernel, Chromium, Integrated Adobe Flash and Fluendo MP3 codecs, Thunderbird, Pidgin, and VLC. **** Notice: End Of Life / Support.**** Please be aware that this project has ended and users of this software do not receive any updates or support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    PACS VM

    PACS VM

    ISO - Customized version of dcm4chee 2.17.3 for MySQL.

    1. Add JBoss Application Server 4.2.3.GA for JDK 6. 2. Cleanup for Windows and deprecated files. 3. Off CONSOLE records - http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=4787
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Open Vsecurity

    video surveillance software

    this project aim to have a very simple and effective software for the video surveillance. this software support multiple camera( Ip camera and Web Camera) rendering, with the capability to detect motion and recording video.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Bluebian

    A sleeker Raspbian

    Bluebian is an OS for the Raspberry Pi single board computer based off of Raspbian that is meant to provide a sleeker interface and less of the annoying software that comes prepackaged with Raspbian. User: pi Password: toor -- For the love of Chtulhu CHANGE THE PASSWORD WM: XFCE To expand the rootfs, change the settings easily, or change the CPU clock(Yes I know it is a setting) run raspi-config in the terminal. Please post reviews with feedback and suggestions.
    Downloads: 0 This Week
    Last Update:
    See Project