Showing 752 open source projects for "source code butterfly"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1
    imgcook

    imgcook

    Generate pages from any sketch or images

    ... of imgcook are one-click restoration of design drafts and visual editing based on restoration. The restoration of Sketch / Photoshop design drafts starts with the installation of plugins. Export the JSON description of the design draft through the plug-in in the design draft and paste it into the imgcook visual editor. In the editor, you can edit the view, logic, etc. After generating the code, you can export the code to your local or your project file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Raquel Database System

    Raquel Database System

    RAQUEL : "Relational Algebra Query, Update and Executive Language"

    The project has 2 related sets of aims. As a language, RAQUEL is to : 1. be a pure relational algebra language (unlike SQL) as defined by Date & Darwen's "The Third Manifesto"; 2. incorporate a generalised extension of the ANSI-SPARC 3-layer DB architecture; 3. have the maximum ratio of functionality to conceptual complexity (as defined by Fred Brooks). As a DBMS, RAQUEL is to : 1. have an Open Architecture, enabling a variety of DBMS configurations of 'black box' code, each...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    C-squares

    C-squares

    Concise spatial query and representation system (c-squares)

    C-squares is an easily implemented method for storage, querying and display of spatial data locations, based on a hierarchical, grid-based representation of the Earth' surface. Source code for encoding, decoding, mapping, etc. is provided via this site. Additional support is available by contacting the system developer, Tony.Rees@marinespecies.org; see also the c-squares home page at http://www.cmar.csiro.au/csquares/ .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    pg_flame

    pg_flame

    A flamegraph generator for Postgres EXPLAIN ANALYZE output

    A flamegraph generator for Postgres EXPLAIN ANALYZE output. The pg_flame program reads a JSON query plan from standard input and writes the flamegraph HTML to standard output. Therefore you can pipe and direct input and output however you desire. Flamegraphs were invented by Brendan Gregg to visualize CPU consumption per code-path of profiled software. They are useful visualization tools in many types of performance investigations. Flamegraphs have been used to visualize Oracle database query...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    ... thanks to Wells Oliver for the code for downloading Retrosheet files. And the Chadwick project for its Retrosheet tools. https://sourceforge.net/projects/chadwick/?source=recommended
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Twitter-Post-Fetcher

    Twitter-Post-Fetcher

    Fetch your twitter posts without using the new Twitter 1.1 API

    Allows you to get your tweets displayed on your website using JavaScript, without using new Twitter 1.1 API. Recently I was quite frustrated to find out that the old API on Twitter was depreciated and the overhead in setting up a system to perform OAUTH just to get my already publicly available tweets was too damn high. Even worse I couldn't find any simple solutions for JavaScript. All code examples were server-side. So after much thinking, I invented the following solution. It makes use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Synchronous structure of Database Script

    Synchronous structure of Database Script

    In some cases, the two databases have a number of different tables, in different tables there are different columns, this code will help them blend together. Follow these steps: Step 1. Select the source database -> -> Load Tables -> Select Tables to exclude export ->Export current database -> .ini file. Step 2. Select the database to merge, upload the ini file in step 1. The code scans all tables of the source db and compares them to the target db 1. If the table in the source db...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    doT

    doT

    The fastest + concise javascript template engine for nodejs

    Created in search of the fastest and concise JavaScript templating function with emphasis on performance under V8 and nodejs. It shows great performance for both nodejs and browsers. doT.js is fast, small and has no dependencies. doT is a really solid piece of software engineering (I didn’t create it) that is rarely updated exactly for this reason. It took me years to grasp how it works even though it’s only 140 lines of code, it looks like magic. I used it in my other projects (e.g. ajv...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Object-Role Modeling (ORM) standard version 2, associated schemas and generation tools, and a reference implementation in the form of the Natural Object-Role Modeling Architect for Visual Studio (NORMA) product.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10
    TreasureBox

    TreasureBox

    Organizes and searches user-defined items and images in a MySQL DB.

    Treasure Box is a free standalone java application that documents, displays and searches user-defined items arranged in a hierarchy or tree structure. The system is similar to how a file management system organizes files and folders on your computer's storage devices. Items can be associated with zero, one or more images. All the data associated with an item as well as the names of the item images are stored in a MySQL database on the users PC. Other things I found useful to photograph...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    jdbc2csv.jar

    Command-line sql JDBC tool

    jdbc2csv is a small command-line tool written in JAVA and can be used on all platforms, for which JRE 8 or higher is available. To connect to a specific DBMS the tool uses its JDBC driver. The result of the executed 'select' query is displayed in CSV format ( different standards are supported ). When there is an error the tool stops with exit code 1 and the error message is output on stderr. jdbc2csv is created with a main purpose to be used in shell-scripts. Relatively easy to configurate...
    Leader badge
    Downloads: 113 This Week
    Last Update:
    See Project
  • 12
    Laravel-Translatable

    Laravel-Translatable

    A Laravel package for multilingual models

    If you want to store translations of your models into the database, this package is for you. This is a Laravel package for translatable models. Its goal is to remove the complexity in retrieving and storing multilingual model instances. With this package you write less code, as the translations are being fetched/saved when you fetch/save your instance. If the property fallback is enabled in the configuration, then translatable will return the translation of the fallback locale for the fields...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Shariff

    Shariff

    Shariff enables website users to share their favorite content

    Shariff enables website users to share their favorite content without compromising their privacy. Some social service providers like e.g. Facebook supply official sharing code snippets that quietly siphon personal data from all page visitors. Shariff enables visitors to see how popular your page is on Facebook and share your content with others without needless data leaks. Shariff (/ˈʃɛɹɪf/) is an open-source, low-maintenance, high-privacy solution maintained by German computer magazine c't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Patlac--Xml2cpp is a totally customizable code generator that generates classes (c++ for now) automatically from a xsd schema. Classes are described in google-ctemplate files and a xml options file allow precise definition of projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EPPlus

    EPPlus

    Create advanced Excel spreadsheets using .NET

    The code in this archive represents the final version of EPPlus under LGPL. There will be no more activity here. EPPlus will from version 5 switch license from LGPL to Polyform Noncommercial 1.0.0 license. With the new license EPPlus is still free to use in some cases, but will require a commercial license to be used in a commercial business. Create advanced Excel spreadsheets using .NET, without the need of interop. EPPlus is a .NET library that reads and writes Excel files using the Office...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    DRD Replicator

    DRD Replicator

    GUI for driving SymmetricDS throw API

    DRD Replicator is a dashboard for configuration and administration interfacing with SymmetricDS API, intended for easy drive SymmetricDS Engines. to begin with DRD Replicator, add the following line to the master engine's properties file: rest.api.enable=true to download Community Edition : https://github.com/corsotechnology/drd-replicator-sym/releases/download/v1.0ce/DRD-Replicartor-CE-v1.0.7z For Source code, to commit bugs : https://github.com/corsotechnology/drd...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    deltasql

    deltasql

    Version Control for your Database

    deltasql is an advanced Database Schema Version Control. It allows a team to commonly develop a data model on the fly, while the source code is growing. Sync algo supports branches and tags. Works for postgreSQL, Oracle, mySQL, MariaDB, Microsoft SQL Server or any SQL-like db.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    react-imgpro

    react-imgpro

    Image Processing Component for React

    react-imgpro is an image-processing component for React. This component process an image with filters supplied as props and returns a base64 image. I was working on a project last month which involved a lot of image processing and I'd to rely on third party libraries. But before using them directly, I'd to learn different concepts in gl (shaders) and then try to implement them in React. The difficult part was not learning but it was the verbosity, boilerplate code and redundancy introduced...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Moqui Ecosystem
    The Moqui Ecosystem is a series of open source components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications. Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast. The business artifacts later includes a universal data model (mantle-udm), service library (mantle-usl), reusable screens...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    w3tec

    w3tec

    A delightful way to building a RESTful API with NodeJs & TypeScript

    Our main goal with this project is a feature complete server application. We like you to be focused on your business and not spending hours in project configuration. Beautiful Code thanks to the awesome annotations of the libraries from pleerock. Easy API Testing with included e2e testing. Dependency Injection done with the nice framework from TypeDI. Simplified Database Query with the ORM TypeORM. Clear Structure with different layers such as controllers, services, repositories, models...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Plant app

    A ruby-activeRecord-MySQL application which stores data about plants

    A ruby-activeRecord-MySQL application which stores data about plants using the Sinatra ruby framework. Code should work on 2.0.0 ruby version though modern versions should be supported too. (Up to 2.4.6) Also, database supposed to have Hungarian information hence application supports UTF-8. The dummy plant is also written in Hungarian text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    OPC2MongoDB

    Free tool to read data from OPC sources and save to a MongoDB database

    ...://www.linkedin.com/in/ricardo-olsen/. Source code: https://github.com/riclolsen/OPC2MongoDB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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: 0 This Week
    Last Update:
    See Project
  • 24
    VertrigoServ WAMP

    VertrigoServ WAMP

    Complete WAMP Server - PHP Apache MySQL for Windows.

    VertrigoServ is a complete free WAMP server allowing PHP development for Windows. It installs Apache 2.4, PHP, MySQL and PhpMyAdmin, both installing and setting up the environment. An uninstaller allows you to remove Vertrigo from hard disc. Vertrigo is a freeware compilation of free software (under GPL, Apache License). Main aplication has closed source code. For license details please take a look at every single component terms and conditions.
    Leader badge
    Downloads: 234 This Week
    Last Update:
    See Project
  • 25
    DBLX

    DBLX

    DBLX3 Relational Database System

    DBLX 3.3 is available! DBLX is a multi-user, client-server relational database. DBLX uses standard SQL and has many types of clients, and client API's. DBLX has a REST server to allow direct access from web applications. The design goals of DBLX are to produce a very fast database which can be used with standard ANSI sql. DBLX source code is available in C# and Java. DBLX includes the server component, a command-line client, as well as client APIs. DBLX is well-documented so that you...
    Downloads: 5 This Week
    Last Update:
    See Project