Showing 17 open source projects for "java projects on linux"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    The Magic of CSS

    The Magic of CSS

    A CSS course to turn you into a magician

    Magic of CSS is an open source educational project by Adam Schwartz that explores advanced CSS concepts through practical lessons. It is structured as a series of chapters that cover topics like the box model, layouts, positioning, typography, and animations. The repository is designed to go beyond basic CSS tutorials, teaching how to harness the language for complex, responsive, and visually appealing designs. Each lesson is supported by examples and code that demonstrate real-world use...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Docco

    Docco

    Literate Programming can be Quick and Dirty

    Docco is a documentation generator by Jeremy Ashkenas that embraces the literate-programming style: it takes your source code and produces annotated HTML documentation that shows your comments side-by-side with your code. The idea is to read code like a book — commentary on one side, code on the other — which helps reviewers and learners understand intent and implementation simultaneously. It supports many languages (via configuration) and is intentionally quick and dirty, prioritizing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SLOC

    SLOC

    simple tool to count SLOC (source lines of code)

    sloc is a simple, fast tool for counting lines of code that’s designed to be used from both the command line and Node.js scripts. It tallies physical lines, source lines, comment lines, and blank lines, giving you a quick snapshot of code size across files or entire directories. The utility is language-aware through lightweight detectors and patterns, so it can ignore comments correctly and avoid counting generated or minified files if you configure it to. Output can be human-readable for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    xml2js

    xml2js

    XML to JavaScript object converter

    xml2js is a Node.js module that converts XML into JavaScript objects (and vice versa). It simplifies XML parsing by using pure JavaScript and supports both synchronous and asynchronous parsing. It’s a lightweight alternative to heavy DOM parsers. You can create one xml2js.Parser per file. That's the recommended one and is promised to always just work. You can call reset() on your parser object. You can hope everything goes well anyway. This behaviour is not guaranteed to work always, if ever.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    hubot-slack

    hubot-slack

    Slack Developer Kit for Hubot

    So you want to get started using Hubot and Slack? We’ve got you covered. Slack Developer Kit for Hubot is an adapter that connects your Hubot scripts to your Slack team, giving you and your fellow teammates a new best friend: your very own scriptable, pluggable bot. What is Hubot and when should I use it? In short, it makes developing ChatOps-style bots quicker and easier. It’s an application you host on a server that uses the Slack platform and behaves however you script it to. You will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Omelette

    Omelette

    Omelette is a simple, template based autocompletion tool for Node

    Omelette is a minimalist tool for adding shell autocompletion to Node.js and Deno command-line apps. Using a tagged-template DSL, it supports Bash, Zsh, and Fish. Developers define CLI structures, bind events to completion nodes, and call .init() to register completion scripts. It’s used by projects like Office 365 CLI and App Center, and is MIT‑licensed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Git Time Machine

    Git Time Machine

    Atom package that allows you to travel back in commit history

    git-time-machine is a user interface (often as an editor plugin or UI extension) that allows users to browse a file’s history visually, stepping back and forth through revisions in Git like a “time machine.” It shows changes to a file over time, lets users compare older states, and often provides diff and blame views to understand how the file evolved. Instead of just opening a commit log or diff, git-time-machine gives an interactive, incremental experience where you can slide through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Turbolinks Classic

    Turbolinks Classic

    Classic version of Turbolinks

    Turbolinks Classic is a now-deprecated JavaScript library (largely used in Rails projects) for speeding up navigation by intercepting link clicks and replacing only the <body> and page title instead of reloading the entire page. It avoids recompiling JS and CSS on each navigation, improving perceived performance. Turbolinks makes following links in your web application faster. Instead of letting the browser recompile the JavaScript and CSS between each page change, it keeps the current page...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CoffeeLint

    CoffeeLint

    Lint your CoffeeScript

    coffeelint is a linter for CoffeeScript code, analyzing style, syntax, potential errors, and code consistency issues. It scans CoffeeScript files for patterns such as missing semicolons, inconsistent indentation, unused variables, suspicious constructs, and bad practices, and reports warnings or errors. The tool is configurable via a ruleset file so projects can tailor which rules to enforce and which to allow or warn only. Because CoffeeScript’s syntax can mask subtle errors or ambiguity, a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 10
    Jekyll-Atom

    Jekyll-Atom

    A collection of tools and snippets for working with Jekyll in Atom

    Jekyll-Atom has a few settings that can be set through the Atom settings. A collection of snippets and tools for Jekyll in Atom. Build Command An array containing the default command to build a site, defaults to jekyll, build. Can be overridden in your projects _config.yml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tourist

    Tourist

    Simple, flexible tours for your app

    Tourist is a small library for building guided, step-by-step tours inside web applications, letting developers create interactive walk-throughs that highlight UI elements and explain workflows to end users. It provides a simple API for defining a sequence of steps, each tied to a DOM selector or screen area, with configurable titles, descriptions, next/previous controls, and optional callbacks for custom behavior. The library is designed to be flexible: steps can be triggered...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Dploy

    Dploy

    FTP/SFTP deployment tool built in node.js

    dploy is a deployment automation tool written in Node.js, designed to simplify pushing code and assets to servers. It uses configuration files to define environments and deploy rules, allowing developers to quickly push updates via FTP or SFTP. With a single command, dploy compares the local project with the remote server and uploads only the files that have changed, making deployments efficient and incremental. It is particularly helpful for small- to medium-sized web projects where complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bone.io

    Bone.io

    Realtime HTML5 Framework

    Bone.io is a real-time web framework that streamlines building event-driven apps over WebSockets, pairing a Node.js server with a lightweight client library. It organizes communication into channels and events, so the server can push data to the browser and the browser can send commands back without boilerplate. The framework focuses on mapping server-side logic to UI updates directly, which makes patterns like live dashboards, chat, and collaborative editing easier to implement. Abstracting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Badges

    Badges

    Readme Badges – Gotta catch 'em all

    Badges is a utility / site that generates small status badge images for open-source projects (for example, build status, coverage, downloads, version). It allows projects to easily embed dynamic badges in their README or documentation that reflect project metadata or external service metrics. The badges system supports different styles, icons, and dynamic links, making them visually consistent and informative. It abstracts the generation of badge SVGs so the end user doesn’t need to manually...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CoffeeScriptRedux

    CoffeeScriptRedux

    Rewrite of the CoffeeScript compiler with proper compiler design

    CoffeeScriptRedux is a rewritten version of the CoffeeScript compiler with emphasis on compiler design principles, robustness, and extensibility—designed to be "complete enough to use for nearly every project." Before transitioning from Jeremy's compiler, see the intentional deviations from jashkenas/coffee-script wiki page. Complete enough to use for nearly every project. Proper compiler design principles and a focus on robustness and extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jQuery Shapeshift

    jQuery Shapeshift

    A dynamic grid system with drag and drop functionality

    jQuery.shapeshift is a jQuery plugin that creates dynamic, Pinterest-style column grid layouts with drag-and-drop functionality and predictable indexing for each item. Rearrange items within a container or even drag items between multiple Shapeshift-enabled containers. Dragging elements around will physically change their index position within their parent container. When a page reloads, as long as the child elements are placed in the correct order, then the grid will look exactly the same....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CoffeeKup

    CoffeeKup

    Markup as CoffeeScript

    CoffeeKup is a concise templating engine written in CoffeeScript that aims to provide an expressive, readable way to generate HTML from templates inside Node.js applications. It emphasizes minimal, CoffeeScript-style syntax so template authors can write small, elegant templates that integrate naturally with CoffeeScript codebases. The engine supports common templating needs—embedding variables, simple control flow, partials/includes, and basic layout patterns—while focusing on clean, compact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next