302 programs for "learning linux command line" with 2 filters applied:

  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • 1
    GCI is an interface to gcc. It adds some more preprocessor directives adding new functionalityies to gcc, from which it features a module system and the possibility to have source codes autospecify to gcc their compiling parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JetPAG is a recursive-descent parser and lexical analyzer generator focused on high efficiency, usability and readability of generated code. JetPAG generates fast recognizers and aids developers with useful tools for simplifying input interpretation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Que is a queue-based programming language, very different from other programming languages. Due to the nature of a queue, programs made in Que are automatically parallelized, meaning improved efficiency in multi-core environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    To some, the Java and C++ languages appear deceptively similar. The goal of this is project is to examine these two popular object-oriented languages and generate a Java to C++ translator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    BNF for Java is a BNF Compiler-Compiler, or Parser-Generator. It implements ISO Standard Backus-Naur Format, using Java. BNF allows you to create a syntax, or a complete language, to parse your data source. Your custom Java extensions generate output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    axdistcc is a small liveCD with the distcc, it makes possible an easy creation of a compilation farm. It uses as base system the Slackware Linux 11.0 and a modified linux-live scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FORTH-like language compiler for AVR ATMega
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PObjects is a C#-like language with integrated support for persistent objects and queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    {sets} is a lightweight constraint programming language. The uniqueness of {sets}, is that it uses ROBDD ( Reduced Ordered Binary Decision Diagrams ) to represent and solve constraints.
    Downloads: 0 This Week
    Last Update:
    See Project
  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 10
    OOC is an Oberon-2 development platform. It consists of an optimizing compiler, a number of related tools, a set of standard library modules, and a reference manual.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    The Ivory Programming Language: A modern language for systems programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An implementation of the Model-View-Controller (MVC) design pattern based on the Jakarta Struts Framework. Includes a core library (Horizon), a servlet container (Stratus), and a Server Pages Engine (Phase). Resembles the J2EE web container environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a set of tools to work with Java classes. It resembles certain Unix commands that work with ELF -- like ldd, nm, dump etc. and provide class disassembly capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The grinj is a complete suite with compiler, VM and IDE for the language "grinj". it can be used as-is or as basis for your own compiler-VM-IDE-suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JaCIL (pronounced "jackal") is a project to create a byte-code compiler to translate .NET assemblies to Java class files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Interested in a functional language but scared of S-expressions, monads, or other weird syntax? Try fuphyl! While still being functional, you can also program using procedural-style syntax or take advantage of object-orientation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    an IDE for creating, compiling, linking and downloading programs for 68HC11 platforms including the handyboard and MIT 6.270 board
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The saturn programming language, an optionally typed modern object-oriented programming language based on C, Java and smalltalk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kncc is a New C++ Compiler. Kncc bases on ParaLR parser generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Rev = Really Easy Validation - write your form validation code once in this simple and powerful language that generates code for JavaScript, Perl, PHP, and Java. With Rev you get server side and client side data validation with no duplicated code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A portable and retargetable lexer/parser generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A collection of tools to tokenize PBASIC source code and send it to a BASIC Stamp microcontroller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Z83 C Compiler is an optimizing cross compiler for a language very similar to C targeted toward the TI83+. The output from the compiler may be assembled with TASM (http://home.comcast.net/~tasm/) or ZASM (http://lpg.ticalc.org/prj_zasm/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jbytecode is a Java bytecode disassembler/assembler written in Python. Dissasembly code is aligned with Java bytecodes in the class file so modification and re-assembly is always possible, even when class is obfuscated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CCompilerSuite
    CCompilerSuite is a complete framework to compile a rich dialect of ANSI-C onto a RISC-like assembly, with a Virtual Machine as well. It provides for minimized tree creation, partial evaluation and semantic checks. Project is in C++ and fully extensible.
    Downloads: 0 This Week
    Last Update:
    See Project