Showing 30 open source projects for "separation"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Django Material

    Django Material

    Material Design for Django

    Material Design for Django. Django web framework solves only technical problems related to the client-server interaction on top of the stateless HTTP protocol. Model-View-Template separation pattern helps to maintain simple CRUD based logic. Viewflow is the library that offers an additional layer of django web framework, allows explicitly specify people's workflow and extracts collaboration logic from django views. Strong python/html code separation. Easy redefinition of particular fields rendering. Complex form layout support. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    frame.js

    frame.js

    JavaScript Sequence Editor

    ...It abstracts the boilerplate of setting up a render loop, tracking elapsed time, and updating callbacks at the right cadence. By providing a simple lifecycle—start, stop, tick—it encourages separation between state updates and rendering, which is essential for smooth visuals. The library aims to be unobtrusive: you can drop it into demos or prototypes without adopting a large framework. Because it centralizes timing, it becomes easier to coordinate multiple animated elements or throttle work on low-power devices. For creative coding, micro-games, and UI flourishes, it offers just enough structure to keep animation code tidy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Blur my Shell

    Blur my Shell

    Extension that adds a blur look to different parts of the GNOME Shell

    Adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview. If you use Ubuntu, you may want to change the radius of the corner effect for Dash-to-Dock in preferences, else you may see unpleasantly mixed radii in your dock.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    JsAction

    JsAction

    JsAction is a small event delegation library

    JSAction is a JavaScript framework developed by Google that provides a structured, event-driven architecture for managing user interactions in large-scale web applications. It simplifies event handling by declaratively binding actions to DOM elements through HTML attributes, enabling clean separation between markup and behavior. JSAction helps improve performance, maintainability, and reliability by minimizing the use of inline scripts and global event listeners. It is especially useful in complex front-end environments where efficient event delegation and well-defined interaction flows are crucial.
    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
    Memories

    Memories

    Build a full stack MERN application

    ...The repository is tied to a video tutorial series that covers the project from start to finish, ideal for developers learning full-stack workflows. The codebase is split into client and server folders for separation of concerns, and uses common patterns like REST APIs, React state management, and MongoDB models. While fairly standard as a “starter” full-stack project, it provides a clean, end-to-end example of building and deploying a modern web application with MERN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    stylus

    stylus

    Expressive, robust, feature-rich CSS language built for nodejs

    ...Whitespace is significant, so we substitute { and } with an indent, and an outdent. Stylus, just like CSS, allows you to define properties for several selectors at once through comma separation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bonita

    Bonita

    A DPA process-based application platform with a workflow engine

    Bonitasoft fully supports digital operations and IT modernization with Bonita, an open-source and extensible platform for automation and optimization of business processes. The Bonita platform accelerates development and production with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing information systems, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization. Learn more at www.bonitasoft.com
    Leader badge
    Downloads: 124 This Week
    Last Update:
    See Project
  • 8
    ChatGPT UI

    ChatGPT UI

    A ChatGPT web client that supports multiple users, and databases

    A ChatGPT web client that supports multiple users, multiple database connections for persistent data storage, supports i18n. Provides Docker images and quick deployment scripts. Support gpt-4 model. You can select the model in the "Model Parameters" of the front-end. The GPT-4 model requires whitelist access from OpenAI. Added web search capability to generate more relevant and up-to-date answers from ChatGPT! This feature is off by default, you can turn it on in `Chat->Settings` in the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Nord Vim

    Nord Vim

    An arctic, north-bluish clean and elegant Vim theme

    ...It includes integration highlights for common plugins and Treesitter groups so that statuslines, file explorers, and LSP diagnostics look cohesive. Nord prioritizes clarity over flash, using contrast and hue separation to keep code readable in long sessions. The result is a calm, professional look that many developers adopt across editors, terminals, and UIs for a unified workspace.
    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
    react-pxq

    react-pxq

    Implement modern front-end architecture with idiomatic React patterns

    ...Routing is used to separate feature areas, while shared UI primitives keep styling and behavior consistent across screens. The code emphasizes ES6+ conventions, async flows, and clean separation of concerns to keep maintenance approachable. It also spotlights responsive layout techniques and interaction states that make the app feel polished on mobile and desktop. For learners transitioning from tutorials to full apps, this repo offers a practical, readable example of a React project that’s structured for growth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Chartist.js

    Chartist.js

    Simple responsive charts

    You may think that this is just yet an other charting library. But Chartist.js is the product of a community that was disappointed about the abilities provided by other charting libraries. Of course there are hundreds of other great charting libraries but after using them there were always tweaks you would have wished for that were not included. Are you planning to use Chartist to create a nice Dashboard or Admin UI? Don't loose any time and kickstart your development using the awesome...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PHP Framework - Smart.Framework

    PHP Framework - Smart.Framework

    The next-generation PHP Framework Middleware + MVC

    Smart.Framework - A High Performance PHP / Javascript Framework for Web Projects Clean Code Full Decoupled Libraries Independent Packages (based on plugins) Great Architecture (a hybrid between Multi-Tier and Middleware, combined with clean code separation as MVC). So, it is a very light and fast PHP / Javascript web framework. The paradox is that it have more built-in features than the well-known frameworks like Zend Framework 2 or Symfony 2 but is 2x ... 9x faster in the terms of requests / second, so it can serve many million users per day. Easy coding != Performance The primary goal of Smart.Framework is to provide a very fast and responsive web framework. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FATCALC-ImageJ is an ImageJ macro (fully automated) for unsupervised fat segmentation in magnetic resonance imaging. It was developed for GE T1 2-points Dixon sequences (fat only image). FATCALC independently evaluates the volumes of visceral adipose tissue (VAT) and subcutaneous adipose tissue (SAT).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GEneric Medical Survey TRACKER is written in PHP, using Zend Framework. GemsTracker is a tool for tracking fixed sequences of surveys asked to groups of individuals or organizations. GemsTracker is not a tool for building and administrating surveys. For that specialized survey software packages are used by GemsTracker, with LimeSurvey as the first among equals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mock.js

    Mock.js

    A simulation data generator

    Mock.js is a simulation data generator to help the front-end to develop and prototype separate from the back-end progress and reduce some monotony particularly while writing automated tests. Generate random data and intercept Ajax requests. Let the front-end siege division develop independently of the back-end. Through random data, various scenarios are simulated. Without modifying the existing code, you can intercept Ajax requests and return simulated response data. An intuitive interface....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flight

    Flight

    A component-based, event-driven JavaScript framework from Twitter

    Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications. By way of example, we've included a simple email client demo (browse the source) built over the Flight framework. There's also a flight implementation over on the todoMVC site. Flight uses jQuery and requires a module loader with support for AMD, like WebPack or Require.js. Please read the Flight documentation for installation instructions. Flight is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Hippo CMS

    Hippo CMS

    Hippo CMS is a Java based, Open Source Web Content Management platform

    Hippo CMS is a Java based, Open Source Web Content Management platform. Hippo CMS uses a clean, modular architecture with an emphasis on the separation of the content from the presentation logic. This enables content editors to create content once, and then publish it to regular web sites, mobile sites, Facebook, REST APIs, digital magazines, mobile apps, and so on. Under the hood, Hippo CMS supports many open standards such as JCR and REST to simplify development and integrations with existing systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaScript Thick Client

    JavaScript Thick Client

    Create a web browser "Thick Client" using JavaScript.

    JavaScript Thick Client (jstc) was created as a way to create web based programs that have to send large amounts of data. This system communicats with an application server via AJAX calls and JSON objects. Jstc encourages separation of the DOM and web form data by storing that data in the jstc.dataObject and viewing that object from a jstc.form. Jstc also has many pre-made validation and utility functions to shorten the web development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ...Core features are as follows: Database separate read and write speed memcached buffering speed HTML static pages acceleration Images watermarked image server separation image support CDN DNS round robin mirror server Multi-language support multi-currency support Orders report statistical analysis, product price concessions deal Page layout can be flexibly configured, multi-server load balanced layout Safety reliability, all the details of the optimization process Demo Reception: http://www.hecart.com/ Demo backstage account: demo Demo backstage Password: demo Demo Background: http://admin.hecart.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WIComponents

    WIComponents

    UI components for apache wicket

    The „wicket components“ project is a component library for the apache wicket web-framework. Referring to classic component libraries for desktop applications ( like Microsoft Foundation Classes, QT Library or wxWindows) the wicket components provide graphical user interface components for wicket web-applications. Based upon this library it'll be easy to create complex user interfaces for data processing applications and it is a perfect start to migrate old desktop applications to modern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XUL4Java is a XML UI Framework built upon Java, that lets you build feature rich, cross platform applications across Hetrogenous Architecture, building rich client, desktop , web and mobile application. 'Created For Once And For Ever '
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Printing through a web based form. Written in PHP with a MySQL backend. AD(ldap) integrated for authentication and management of queue's. Linux and Windows versions will be available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a web framework, based on XML and XSL technology. Support for the incremental development with plug-in, support plug and play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Yet Another Java Framework is a modern, component-based framework for rapid Web programming in Java with strong separation of presentation, logic and business/database layers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SvgUP is an open source platform for building interactive Web applications based on SVG components and other web standards like JavaScript, CSS, RDF and DTD. SvgUP allows the separation of concerns by dividing the applications into modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next