Showing 21 open source projects for "update"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    sigma.js

    sigma.js

    A JavaScript library dedicated to graph drawing

    Sigma is a JavaScript library dedicated to graph drawing. It makes easy to publish networks on Web pages, and allows developers to integrate network exploration in rich Web applications. Sigma provides a lot of built-in features, such as Canvas and WebGL renderers or mouse and touch support, to make networks manipulation on Web pages smooth and fast for the user. The default configuration of sigma deals with mouse and touch support, refreshing and rescaling when the container's size changes,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Memories

    Memories

    Build a full stack MERN application

    ...The app is called “Memories” and allows users to post interesting events from their lives (memories), providing a simple social media–style interface and back-end API to support create, read, update, delete of posts. 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    frame.js

    frame.js

    JavaScript Sequence Editor

    frame.js is a tiny utility for orchestrating frame-based animations with requestAnimationFrame while keeping code clean and predictable. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    React Native Vector Icons

    React Native Vector Icons

    Customizable Icons for React Native with full styling

    ...Upgrading this package often requires the font files linked to your projects to be updated as well. If the automatic linking works for you, running this again should update the fonts. You can either use one of the bundled icons supported or roll your own custom font. Since Icon builds on top of the Text component, most style properties will work as expected, you might find it useful to play around with background color, border width, border color, border radius, padding, margin, color, font size, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Sweet Home 3D

    Sweet Home 3D

    An interior design application to draw house plans & arrange furniture

    Download the full version at: https://www.sweethome3d.com/download.jsp?adid=sourceforge Sweet Home 3D is an interior design application that helps you to quickly draw the floor plan of your house, arrange furniture on it, and visit the results in 3D.
    Leader badge
    Downloads: 26,537 This Week
    Last Update:
    See Project
  • 6
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    ...There are some emojis that have "-" in their name, for example "t-rex" and refrencing them directly like this (emoji.t-rex) won't work. 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: 2 This Week
    Last Update:
    See Project
  • 7
    Frappe Charts

    Frappe Charts

    Simple, responsive, modern SVG Charts with zero dependencies

    GitHub-inspired simple and modern SVG charts for the web with zero dependencies. An axis chart is generally a 2D rendition of data, where a set of values corresponds to every point in a dataset. That's why, data is the most important component for a chart. A chart can have multiple datasets. In an axis chart, every dataset is represented individually. Frappe Charts are responsive, as they rerender all the data in the current available container width. In order to set the bar width, instead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    C3.js

    C3.js

    A D3-based reusable chart library

    ...C3 gives some classes to each element when generating, so you can define a custom style by the class and it's possible to extend the structure directly by D3. C3 provides a variety of APIs and callbacks to access the state of the chart. By using them, you can update the chart even after it's rendered. C3 enables deeper integration of charts into your application. Because of the dependence on D3, C3 supports only modern browsers D3 supports. For IE9 and IE10, polyfill is required because c3 uses MutationObserver, which is not supported in those versions. However, it's not required if charts always will be binded to the DOM specified by bindto because MutationObserver is not called in that case.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cropper

    Cropper

    jQuery image cropping plugin

    ...Developers can initialize Cropper on any <img> element and customize it with a comprehensive set of options like fixed aspect ratios, minimum crop box sizes, and preview panes that update in real time. The library emits events for actions such as “crop start,” “move,” and “crop end,” enabling seamless integration with form submissions or client-side image processing workflows. Because it supports touch gestures and mouse interactions, Cropper works well across desktop and mobile browsers without requiring any external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Imager.js

    Imager.js

    Responsive images while we wait for srcset to finish cooking

    Imager.js is an alternative solution to the issue of how to handle responsive image loading, created by developers at BBC News. There are many responsive image solutions in the wild, srcset, src-n, PictureFill and so on. They are either verbose or hard to debug (and to maintain/integrate). Some of them don't deal well with pixel density and suffer from double asset payload (meaning you end up downloading assets unnecessarily). We wanted something simple, which works and which is fast as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TV Show Manager Chrome App

    TV Show Manager Chrome App

    Easily manage your list of favourite TV Shows. Track upcoming shows.

    *INFO* Latest builds are available here: http://goo.gl/qx8mS0 TV Show Manager is a chrome app that can be used to track your favorite TV shows from the US tv channels. You can add your favorite shows and then get the details of each and every episode. You can track when the new episode of a show is coming and also get an overview of what will be happening in that particular episode. You can add as many shows as you want to the collection and find out detailed information about the and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    opendias
    NB: openDIAS is moving away from SF.net. Please visit the homepage link for the most update to date information, support and files. Document Imaging Archive System. Home document imaging, with OCR. Scan documents (with SANE) or import ODF documents, assign tags. Use openDIAS to store all our letters, bills, statements, etc in a convenient, safe and easily retrievable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    myImageClock

    myImageClock

    Displays a new image every minute according to current time.

    ...(Sorry about the size of the archive, hopefully it can be reduced for future versions.) Once all files from the latest mic_v1.0 Archive and the micStarterImages archive has been uplaoded, simply run the micInstall.php installer from your browser. UPDATE 05/2017: MIC Version 2 Now in Development via www.KnotAlone.com Website!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    War of Respect

    War of Respect

    War of Respect is an online turn-based MMORPG in 2D-anime style.

    ...If you like to buy extra features (Like 1 extra level) you have to pay with real money. Our team is currently busy with creating the setup so you have our client with the latest updates. If we decide to update your client again, our installer will help you through it. This project on SourceForge has been created, and is being maintained by Deji, CEO DarkWebby Entertainment. If you have any questions do not hesitate to email me at deji@darkwebby.com. War of Respect is created by DarkWebby Entertainment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Update your photography portfolio website without ever logging into a content management system or editing HTML. Your Phlite-powered site is based on your Flickr account, allowing seamless integration into your current workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GaliX ist a free PHP Gallery, which can be fully configured to meet the users wishes. Includes many Features like Auto-Thumbnails, Download Protection, Picture Watermark, Search Engine, Comment Functions, Statistic Page, Admin Menu, Auto-Update.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Flash-based Video player with User Interface in DHTML and JavaScript. Minimizes cost to update the UI; UI can reflect changes in other dynamic systems. Minimizes number of times you need to compile the SWF flash package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A collaboration web site for software engineers to find and contribute code. The goal is to have users of the system to be able to not only get code from the system but also be able to update and fix specific code segments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Design for people without knowledge in php or HTML Languages, PaPhP System help you to make Photo Album and share photos over the net. Look And Feel of the Album use CSS and JPG Pictures. Update is realised by just uploading your photos in a directory on
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB