Showing 53 open source projects for "simple backup script"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Mermaid

    Mermaid

    Diagram and flowchart generation from text similar to markdown

    Mermaid is a JavaScript-based diagram and flowchart generating tool that uses markdown-inspired text for fast and easy generation of diagrams and charts. Forget about using heavy tools to explain your code. Mermaid greatly simplifies documentation with its simple markdown-like script language, and offers a great range of diagram and chart options. The latest version of Mermaid comes with a number of bug fixes and enhancements, as well as a new diagram type, entity relationship diagrams. Its range of available diagrams include flowcharts, sequence diagrams, gantt diagrams and more, with new ones continuously being developed.
    Downloads: 104 This Week
    Last Update:
    See Project
  • 2
    CountUp.js

    CountUp.js

    Animates a numerical value by counting to it

    ...CountUp v2 is distributed as an ES6 module because it is the most standardized and most widely compatible module for browsers, though a UMD module is also included. To run module-enabled scripts locally, you'll need a simple local server setup, because otherwise you may see a CORS error when your browser tries to load the script as a module. CountUp is also wrapped as a UMD module in ./dist/countUp.umd.js and it exposes CountUp as a global variable on the window scope.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Amazon EC2 Metadata Mock

    Amazon EC2 Metadata Mock

    A tool to simulate Amazon EC2 instance metadata

    ...You can also use instance metadata to access user data that you specified when launching your instance. For example, you can specify parameters for configuring your instance, or include a simple script. You can build generic AMIs and use user data to modify the configuration files supplied at launch time. For example, if you run web servers for various small businesses, they can all use the same generic AMI and retrieve their content from the Amazon S3 bucket that you specify in the user data at launch. To add a new customer at any time, create a bucket for the customer, add their content, and launch your AMI with the unique bucket name provided to your code in the user data. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    qdgal

    Simple and lightweight photo gallery for PHP

    I created qdgal for my own personal use, because I needed a dead simple PHP gallery to show a few photos to family. There is plenty of such gallery softwares on the internet, but every one that I checked was too complicated, and I needed something *very* basic. No authentication, no user options, big text (to be used even by older people that are not that comfortable with a computer). I wrote a short script during a summer afternoon, and qdgal was born.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    ...In such cases, use the emoji.get('t-rex') syntax instead. To update the list or add custom emoji, clone this repository and put them into lib/emojifile.js. Then run npm run-script emojiparse in the project directory or node emojiparse in the lib directory. This should generate the new emoji.json file and output Done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    autoplot

    Simple Gnuplot automation and plot conversion tool.

    Autoplot is a simple Perl script to plot Gnuplot files with simple dependency checking and conversion of the plots to different formats using rsvg-convert. The Gnuplot scripts must plot to a SVG terminal and output the result to STDOUT for the script to work as intended. The script reads all .gnuplot files in the working directory and creates SVG plots from them in svg subdirectory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    imgi image hosting & sharing

    imgi image hosting & sharing

    Free image hosting & sharing script

    imgi Image Host is a free, simple and easy-to-use Image hosting script, which aims to make it easy to set up and maintain a photo/image hosting/sharing site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Vivus.js

    Vivus.js

    JavaScript library to make drawing animation on SVG

    ...To give more freedom, it's possible to override the animation of each path and/or the entire SVG. It works a bit like the CSS animation timing function. But instead of using a cubic-bezier function, it use a simple JavaScript function. It must accept a number as parameter (between 0 to 1), then return a number (also between 0 and 1). It's a hook.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TMagic

    TMagic

    Wrappers for ImageMagick in PHP

    A comprehensive PHP wrapper class for ImageMagick: * Capable of further development * Object-oriented * Simple to install and use * Platform independent * Performs at least as well as PHP Imagick Release 0.1 (alpha): 20-May-21 Currently all functions are under test. Please contact tmagic at skeptic dot de with any bugs. See also https://www.skeptic.de/SourceForge/TMagic/index.html for detailed documentation. Requires PHP >= 7.4, ImageMagick >= 6.9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    FidoCadJ

    FidoCadJ

    Simple and intuitive 2D vector drawing for electronics and not only.

    A multiplatform vector drawing program with a complete library of electronic symbols. Schematics and drawings are stored in a very compact text format. There is no netlist concept behind the drawings (so no simulation, and this is a choice) but this allows a great graphical flexibility and ease of use, making FidoCadJ the perfect tool for exchange sketches in forum and newsgroup discussions with a few clicks. Drawings can be exported in several graphic formats, such as pdf. Follow the...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 11
    Primitive Pictures

    Primitive Pictures

    Reproducing images with geometric primitives

    Primitive Pictures is an image processing command-line tool written in Go that reproduces images using geometric primitives (triangles, rectangles, ellipses, polygons, etc.). The core algorithm is iterative and “hill-climbing”: given a target image, it repeatedly finds the best single shape to add that will reduce the error between the current approximation and the target image, then draws that shape. Over time (e.g., adding 50-200 shapes) the output becomes an abstracted version of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VirtualDub2

    VirtualDub2

    An enhanced version of the original VirtualDub

    A streamlined video editor with simple frame-by-frame timeline. Free, open-source, portable. The default package is ready for use with many essential plugins included, and can be further extended with 3rd party codecs and filters. See Wiki for detailed description: https://sourceforge.net/p/vdfiltermod/wiki. Previous name of this project: VirtualDub FilterMod
    Leader badge
    Downloads: 1,122 This Week
    Last Update:
    See Project
  • 13
    DeadSimple Pixel Perfect Camera

    DeadSimple Pixel Perfect Camera

    An exceedingly easy-to-use pixel perfect orthographic camera script

    DeadSimple Pixel Perfect Camera is a Unity script that ensures crisp and clean pixel rendering for 2D games. It eliminates jitter and blur caused by scaling issues, making it ideal for developers working on retro-style pixel art games who need a plug-and-play solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Origami Editor 3D

    Origami Editor 3D

    Virtual paper folding program

    Origami Editor 3D is an advanced paper folding simulator. It uses a what-you-see-is-what-you-get interface and operates with a geometric abstraction of the Yoshizawa-Randlett system. Anything from a simple airplane to John Montroll's omega star can be folded in this editor. Origami files created with the program preserve the entire folding process, and they can be exported as folding diagrams in PDF, animated GIF files, or even as standalone Java programs displaying the origami in a 3D...
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 15
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IV:MP GUI Editor

    IV:MP GUI Editor

    Advanced script editor IDE for squirrel/pawn/lua and more

    IV:MP GUI Editor is powerful, simple, stable and easy-to-use IDE for editing Pawn, Squirrel, Lua and other type of script files, like PHP and many others. Included compliers for Squirrel, Pawn and Lua, and some cool features, like functions list with details (code completion) for IV:MP and other, syntax highlighting, encoding auto-detection, options and stability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CoverGen

    Generate CD/DVD PDF-printable covers !

    CoverGen is a simple PHP script that uses FPDF class to generate CD and DVD covers to print. Enjoy !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    splitPanorama

    Split Photo in more A4 sheets

    Simple script to cut panoramic pictures in more A4 sheets (either portrait or landscape) to be able to print large image. Requires: - ImageMagick - YAD Tested and written on FEDORA 17 XFCE and Thunar Intallation instructions on README.txt It is published in two versions: - Thunar custom action - standalone application Use the one you prefer and have fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SekkyoCode

    SekkyoCode

    PHP Text-to-Image Encoding

    This PHP script can encode text and convert it to image by 3 ways (v1/2/3). Content will be added soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    KiPhoto
    A simple version of a platform named KiPhoto developed with PHP and jQuery. The Platform not require database and is simple to personalize. Read a folder and create an album with thumbnails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A simple web gallery script in PHP. Its claim to fame is that it's implemented in a single file that requires no installation - it can simply be copied to a publicly accessible directory containing images on a PHP-enabled web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BaX
    The BaX-lib is a powerful, lightweight easy to use library for the creation of bitmaps in your C++ programs. The BaX-compiler is a simple script interpreter to achieve the same thing. It's easy, lightweight, fast, and completely written from scratch
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    One file gallery script. Creates a simple gallery list from folders in the same root as script. Automatically creates thumbnails at fist time and saves them for later use. This gallery uses Fancybox for viewing photos. Supports: jpg, png and subdirs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    pySlideMaker
    Due to many people is having a hard time making auto changing wallpapers in GNU/Linux specifically in Ubuntu here is a very very simple python script that generates a XML file that can be used as wallpaper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB