Showing 249 open source projects for "delphi code source"

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
  • 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
    dotenv Kotlin

    dotenv Kotlin

    Dotenv is a module that loads environment variables from a .env file

    Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables. However it is not always practical to set environment variables on development machines or continuous integration servers where multiple projects are run. Dotenv loads variables from a .env file into ENV when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Color LS

    Color LS

    A Ruby gem that beautifies the terminal's ls command

    A Ruby script that colorizes the ls output with color and icons. You can overwrite the existing icons and colors mapping by copying the yaml files. You may also use a color hex code as long as it is quoted within the YAML file and prefaced with a # symbol. A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Chalk

    Chalk

    Terminal string styling done right

    ... override it by setting the level property. You should however only do this in your own code as it applies globally to all Chalk consumers. Detect whether the terminal supports color. Used internally and handled for you, but exposed for convenience. chalkStderr contains a separate instance configured with color support detected for stderr stream instead of stdout. Override rules from supportsColor apply to this too. supportsColorStderr is exposed for convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Understrap WordPress Theme Framework

    Understrap WordPress Theme Framework

    The renowned open-source WordPress starter theme

    Fully designed, beautifully implemented themes for quick site builds. The premier starter theme for custom WordPress development. Parent and Child Theme. Free and Open-Source. Train your team to become Understrap experts in record time. Start with simple, powerful theme code based on Underscores, the best-practices starter theme from Automattic, the creators of WordPress. Add beautiful, flexible styles, components, grids and responsive design with Bootstrap, the industry standard for mobile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    Styled Components

    Styled Components

    Visual primitives for the component age

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress. Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components. It also removes the mapping between components and styles, using components as a low-level styling construct could not be easier! Alternatively, you may use style objects. This allows for easy porting of CSS from inline...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Material Dashboard 2 React

    Material Dashboard 2 React

    React version of Material Dashboard by Creative Tim

    ... individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using MUI styled() API and sx prop. You will save a lot of time going from prototyping to full-functional code because all elements are implemented.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Gloria

    Gloria

    Gloria is a static website generator, based on NodeJS

    ... websites without depending on Ruby. Because of its ease of use, extensibility, and support for md files, is also great for creating websites out of documentation that lives in a source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ScrollTrigger

    ScrollTrigger

    Let your page react to scroll changes

    The most basic usage of ScrollTrigger is to trigger classes based on the current scroll position. E.g. when an element enters the viewport, fade it in. You can add custom offsets per element, or set offsets on the viewport (e.g. always trigger after the element reaches 20% of the viewport) When using the callbacks ScrollTrigger becomes really powerful. You can run custom code when an element enters/becomes visible, and even return Promises to halt the trigger if the callback fails. This makes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Susy

    Susy

    Responsive layout toolkit for Sass

    ... instead. To add Susy to the Sass task, edit your Gruntfile.js at the root level of your project and look for the Sass-related rules. Add require: 'susy' inside the options object. Susy is also available in the CodeKit editor, with 10% of your purchase going to Black Girls Code when you follow the link from our site. You can also still access Susy2 documentation if necessary.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    X11 Designer

    X11 Designer

    Create basic GUI windows for minimal Linux distros

    X11 Designer tool is used to design desktop independent basic GUI windows. A C code template source file is automatically generated after having performed a simple graphical editing. This is a simple way to create applications requiring only Xlib.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Mermaid.js to SVG Converter

    Mermaid.js to SVG Converter

    Visualize the diagrams of your projects

    ... not supposed to change. This standalone offline web app will convert that mermaid.js code into a visual SVG image so that YOU as a human will be able to understand what the AI think about the structure of your projects so you can see it and fix any misconceptions until the diagram is correct for your project. (Source code is included in the html itself. Open it in a web browser to use.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    CODERU

    A code quality tool to enforce structural quality

    CODERU is a java code quality tool to enforce good structure in respect to packages and therefore modules dependencies. CODERU is an achronym and stands for Common Dependency Rules. The CODERU-rules rely on reserved package names and the allowed dependency rules between them expressed in a general way. Unlike other tools forcing you to define allowed or disallowed individual package dependencies CODERU is based on a fixed set of general rules. The dependencies between packages need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Yabadabbadoo for Haiku

    Yabadabbadoo for Haiku

    An alternative IDE for the yab programming language

    ... to work in QuickBasic. Debugging, on the other hand, becomes a little more tricky than in the official IDE. Yabadabbadoo suggests that you reserve workspace 4 for its own use and for best results demands a minimum resolution of 1024 x 768 on that workspace. Source code is included. In Yabadabbadoo format, of course.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    jekyllDecent

    jekyllDecent

    Blog Template for Jekyll

    This is a blog template for a static site generator named Jekyll based on a Ghost template named Decent. Installation instructions, features, previews and more can be found in the GitHub generated blog. This blog is automatically generated out of the source code in the gh-pages branch. If you like to see the theme in production have a look at jwillmer.de.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Catppuccin

    Catppuccin

    Soothing pastel theme for the high-spirited

    Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more! In addition, this repository tracks the development of the actual color palette, the project's documentation, organization-wide assets, resources and code samples for maintainers/developers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Cerberus

    Cerberus

    Patterns for responsive HTML email templates and newsletters

    Coding regular emails is hard enough by itself. Making them responsive shouldn’t add to the headache. A few simple, but solid patterns are all that’s needed to optimize emails for small screens. It’s just a few responsive email patterns that go a long way. The code blocks are compartmentalized so they may be used, removed, combined, and nested to build an email. Each template contains code comments and has good support among popular email clients. Cerberus is a small collection layout patterns...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    nef

    nef

    Steroids for Xcode Playgrounds

    ... Playground Books from Swift packages and Markdown files from nef Playground. Integrates Playgrounds with Carbon to export code snippets, and Jekyll to create a microsite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Unified Code Generation

    Unified Code Generation

    Open-source code generator for Simulink/Stateflow

    This project provides an open-source framework for the generation of high quality source code which is suitable for safety-critical applications and certification (e.g DO-178B). Currently a Simulink and Stateflow front-end and a C-language back-end are included. Some of the strengths of UCGN: - Clearly readable source-code - Separation of functionality and parameters ("tunable parameters") - Robust data storage (compile-time static structures in favor of pointer run-time constructs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TestButton

    TestButton

    Button appearance tester

    A Test button is free software that helps display the appearance of button status. * It has different options for customizing button appearances * It is used for shows from the button (two to five) statuses as limited ( normal, click, disabled hover, selected) * it has a fully virtual test status of a button * it has a full option of controlling the appearance of the status button * The source code is included in the setup file for (MSVC) and has been tested with a fully working against...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    The Primer theme

    The Primer theme

    Primer is a Jekyll theme for GitHub Pages

    Primer is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like, or even use it today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Clarity Design System

    Clarity Design System

    A scalable, accessible, customizable, open source design system

    Clarity is a scalable, customizable, open source design system bolstered by the people that build with it, the people we build it for, and the community that makes us who we are. Our toolkit is Figma. Every component, pattern, and guideline we ship is rooted in real customer interactions. As a result, you can rely on Clarity for 30+ components and over 200 icons so you can focus on product-specific user problems. The first folx that built Clarity from scratch were a scrappy team of developers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ExpandableLayout

    ExpandableLayout

    An expandable layout that shows a two-level layout with an indicator

    An expandable layout that shows a two-level layout with an indicator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Hitchens

    Hitchens

    An inarguably well-designed Jekyll theme

    An inarguably well-designed Jekyll theme by Pat Dryburgh. Undoubtably one of the great minds of our time, Christopher Hitchens challenged his readers to think deeply on topics of politics, religion, war, and science. This Jekyll theme's design is inspired by the trade paperback version his book, Arguably, and is dedicated to his memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    White Paper

    White Paper

    Simple, elegant and clean jekyll theme

    White Paper is a theme for Jekyll. It is made to keep content in focus and is best for writers/developers who also like to share code with their essays. jekyll-compose gem is now installed with jekyll so now creating a new post is easy. This theme uses grunt to concat & minify the css for best performance. In order to prepare the CSS build. Run grunt It will create a main.min.css file in the css folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    React Sketch.app

    React Sketch.app

    Render React components to Sketch

    Managing the assets of design systems in Sketch is complex, error-prone and time consuming. Sketch is scriptable, but the API often changes. React provides the perfect wrapper to build reusable documents in a way already familiar to JavaScript developers. Manage design systems— react-sketchapp was built for Airbnb’s design system; this is the easiest way to manage Sketch assets in a large design system. Use real components for designs— Implement your designs in code as React components...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.