Showing 403 open source projects for "syntax"

View related business solutions
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    XAOP

    XAOP

    A lghtweight AOP(Android) application framework

    A lightweight AOP (Android) application framework, including the most practical AOP applications. It is better to act than to be excited, so hurry up and click on the user manual to experience it! In order to facilitate the quick integration of the X series framework library, I provide an empty shell template for your reference. Supports quick click slices @SingleClick, and supports setting the time interval of quick clicks. Supports dynamic application for permission slices @Permission, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    EditBox

    EditBox

    EditBox is the Eclipse plugin for source code background highlighting.

    EditBox is the Eclipse plugin for source code background highlighting. While most of plugins highlight the syntax of the source code, EditBox highlights the selected block of the code by changing its background color and drawing border around it.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    XSLT syntax highlighting

    XSLT syntax highlighting

    Java based XSLT Processor extension for syntax highlighting

    Please note that project moved to GitHub: https://github.com/xmlark/xslthl This is an implementation of syntax highlighting as an extension module for XSLT processors (Xalan, Saxon), so if you have e.g. article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 4
    EJE (Everyone's Java Editor)

    EJE (Everyone's Java Editor)

    Learn Java the easy way!

    EJE is a simple Java editor, perfect to learn Java, without learning a complex development tool. EJE is multi-platform (written in Java), light- weight, user-friendly and have several useful basic features. A good help to start with Java! Supports the study of the Java for Aliens book (www.javaforaliens.com), or other my books (Italian Language) like www.nuovojava.it. You don't need to install the JDK anymore (the runtime is embedded). See the video "How to create the "Hello World App in 20...
    Downloads: 13 This Week
    Last Update:
    See Project
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 5
    Muon SSH Terminal/SFTP client

    Muon SSH Terminal/SFTP client

    Graphical SFTP client and terminal emulator with helpful utilities

    Easy and fun way to work with remote servers over SSH. This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name. Muon is a graphical SSH client. It has an enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer, and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    TreeForm Syntax Tree Drawing Software

    Syntax Tree Drawing Software (Linguistics)

    TreeForm Syntax tree drawing software is a Linguistic Syntax/Semantics tree drawing editor. Designed for graphical n-ary tree drawing. Mac users can install the software through the new package, but must give authority through "System Preferences" > "Security & Privacy". Windows and Linux users can run the software through the JAR file directly. All users must have Java 8 or higher installed. https://java.com/en/download/
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 7
    ksqlDB

    ksqlDB

    The database purpose-built for stream processing applications

    Build applications that respond immediately to events. Craft materialized views over streams. Receive real-time push updates, or pull current state on demand. Seamlessly leverage your existing Apache Kafka® infrastructure to deploy stream-processing workloads and bring powerful new capabilities to your applications. Use a familiar, lightweight syntax to pack a powerful punch. Capture, process, and serve queries using only SQL. No other languages or services are required. ksqlDB enables you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    MssCF

    MssCF

    Mark Stephen Sobkow's Code Factory

    ... of the junior programmer on large database integration projects, whose primary task is to follow the templates provided by the application architect and senior systems analysts. If you can provide a template, it is usually possible to define rules to produce code following the template. The rules themselves use a General Expansion Language (GEL) XML syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JCppEdit v4.0

    JCppEdit v4.0

    Best IDE for Beginners

    JCppEdit is a free as well as "best IDE for Beginners" and is your one-stop IDE for all your coding needs. Whether you need to finish your Java project or submit your first HTML web page or perhaps have a need to code in C language while executing a java program into a Java IDE, JCppEdit will help you achieve your goals easily. Exploring your project and detecting an error in your code is much easier. You will not waste time detecting errors before compiling codes because you will get a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 10
    Genyris Scripting Language
    Inspired by the Semantic Web, Genyris presents a new programming paradigm. Objects can belong to multiple classes independant from construction. Indentation reduces parentheses yet retains the power of Lisp. External Java libraries can be imported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    FIJI ForthIsh Java Interpreter

    FIJI ForthIsh Java Interpreter

    Java interpreter with Forth-like syntax, use it for testing java libs

    FIJI the ForthIsh Java Interpreter is an interactive environment with a procedural syntax similar to the Forth programming language. FIJI can load, introspect, and execute Java classes and methods. FIJI's main use is for unit and component testing of Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    Libinstrument is a complete and easy way to do custom function instrumentation for C/C++. The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    snowflake

    snowflake

    A modern graphical SSH client

    https://github.com/subhra74/snowflake Snowflake is a graphical SSH client. It has a file browser, terminal emulator, resource/process manager, disk space analyzer, text editor, log viewer and lots of other helpful tools, which makes it easy to work with remote servers. It runs on Linux and Windows. Snowflake has been tested with Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX
    Downloads: 29 This Week
    Last Update:
    See Project
  • 14
    Galen Framework

    Galen Framework

    Layout and functional testing framework for websites

    Automated testing of the look and feel of your responsive websites. Layout testing seemed always a complex task. Galen Framework offers a simple solution: test the location of objects relative to each other on the page. Using a special syntax and comprehensive rules you can describe any layout you can imagine. Galen Framework runs well in Selenium Grid. You can set up your tests to run in a cloud-like HeadSpin, LambdaTest, Sauce Labs, or BrowserStack so that you can even test your responsive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    java-shortkeys

    A shortkeys manager written in java

    A shortkeys manager Compared to other similar keyboard hook tools, this one is simple to use. There is no need to record commands keystroke, since a simple syntax allows to write these in a file. This shorkeys file can also handle unicode data allowing complex characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Javaluator

    Javaluator

    A java infix evaluator based on "Shunting Yard" algorithm.

    .... - Localizable: Define localized names for functions or constants. - Syntax check - Small footprint: 26kB, no additionnal library required. - Fully documented Please visit the project site to learn more : http://javaluator.fathzer.com If you use Javaluator in your product, we will be happy to add a link to your product in the Javaluator web site. Send an email to javaluator@fathzer.com. If you think Javaluator is valuable, vote up below.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    JByteMod-Beta

    JByteMod-Beta

    Java bytecode editor

    JByteMod is a multifunctional bytecode editor with syntax highlighting and live decompiling and method graphing.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 18
    Open Teradata Viewer
    A database administration tool, suitable as front-end for your Teradata relational database. Used to easily query, update and administer your database, create reports and synchronize data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    KittyORM

    KittyORM

    KittyORM is an ORM library designed for use with Android and SQLite.

    KittyORM is an Object-Relational Mapping library designed for use with Android and SQLite. It implements Data Mapper pattern design and its main purpose is to simplify interaction with SQLite database in Android applications. Written in Java 7 it supports devices from API level 9 Android. Main features we want to achieve with KittyORM are: * simple and clear API; * high flexibility of working with model POJO files via database mappers that grants you an ability to focus on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ChunJun

    ChunJun

    A data integration framework

    ChunJun is a distributed integration framework, and currently is based on Apache Flink. It was initially known as FlinkX and renamed ChunJun on February 22, 2022. It can realize data synchronization and calculation between various heterogeneous data sources. ChunJun has been deployed and running stably in thousands of companies so far. Based on the real-time computing engine--Flink, and supports JSON template and SQL script configuration tasks. The SQL script is compatible with Flink SQL syntax...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Koopa (COBOL) Parser Generator
    This project has moved to GitHub ! The version here at SourceForge will remain for historic purpose. Koopa is a parser generator, made for COBOL. It can handle source files in isolation (no preprocessing required) and doesn't mind the presence of CICS/SQL fragments. The grammar is easily extensible in a way which minimizes the impact on the overall code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    ROS Code

    ROS Code

    This is the official SourceForge Mirror of the ROS Code GitHub repo

    This project acts as a mirror for the ROS Code GitHub repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jNPad

    jNPad

    jNPad's an simple text editor written in Java.

    jNPad's an simple text editor written in Java. It is designed to be easy to use, highly customizable and flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MultiText Editor

    The text editor written in Java.

    MultiText Editor is the program for text editing. Supports many syntax formats. Has the check spelling for 9 languages. Install Java 1.6 from distributive firstly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    SVEditor
    SVEditor is an Eclipse-based IDE (Integrated Development Environment) for SystemVerilog and Verilog files. It features syntax coloring, content assist, source indent and auto-indent, and structure display.
    Downloads: 6 This Week
    Last Update:
    See Project