Showing 168 open source projects for "uc browser for linux"

View related business solutions
  • Empower Your Workforce and Digitize Your Shop Floor Icon
    Empower Your Workforce and Digitize Your Shop Floor

    Benefits to Manufacturers

    Easily connect to most tools and equipment on the shop floor, enabling efficient data collection and boosting productivity with vital insights. Turn information into action to generate new ideas and better processes.
    Learn More
  • Multi-Entity Cloud Accounting Software for Growing Businesses Icon
    Multi-Entity Cloud Accounting Software for Growing Businesses

    Built for small to midsize businesses that have outgrown entry-level accounting or legacy ERP solutions.

    Built natively on the Microsoft Power Platform (Dynamics 365), Gravity delivers robust multi-entity financial management with seamless integration to Microsoft 365, Power BI, Teams + Copilot — no third-party add-ons required.
    Learn More
  • 1
    jquery-circle-progress

    jquery-circle-progress

    jQuery Plugin to draw animated circular progress bars

    jQuery Plugin to draw animated circular progress bars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    drawthe.net

    drawthe.net

    drawthe.net draws network diagrams dynamically from a text file

    drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created. Complex network diagrams typically involve specific place of icons, connections and labels using a tool like Visio or OmniGraffle using a mouse and constantly zooming in and out for single-pixel placement. The goal behind drawthe.net, was to be able to describe the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more, all that with a lightweight core (~7 KB) and intuitive interface. To get started, download the project. This project includes all of the tracking.js examples, source code dependencies you'll need to get started. Unzip the project somewhere on your local drive. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    musicco

    musicco

    musicco is a web player for your music library

    Project moved to https://github.com/micser/musicco musicco is a web player for your music library Host it on a NAS and start streaming your music from any browser. This is especially great on low-spec NAS that don't have enough power to host Squeezebox, Subsonic or an ITunes Server. Check out https://www.musicco.org for more information or try the demo at https://www.musicco.org/demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    Learn More
  • 5
    cool-ascii-faces

    cool-ascii-faces

    Get some cool ascii faces

    cool-ascii-faces is a playful and popular JavaScript repository that collects a large library of quirky, fun ASCII faces that developers can use in command line apps, scripts, chats, or log output. It serves as a simple utility to inject character and humor into otherwise dry terminal output, making it popular among programmers who enjoy expressive, meme-style text art. With nearly two thousand stars, the repository provides a broad catalogue of emotive and whimsical face strings that can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CatBlock

    CatBlock

    The continued maintenance of Michael Gundlach's CatBlock

    After the creator of AdBlock, Michael Gundlach, retired official support of the CatBlock project, and made it Open-Source under the GNU GPLv3, two people decided to continue maintenance, albeit unofficially. This is that project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    snabbt.js

    snabbt.js

    Fast animations with javascript and CSS transforms

    snabbt.js is a minimalistic javascript animation library. It focuses on moving things around. It will translate, rotate, scale, skew and resize your elements. By including matrix multiplication operations, transforms can be combined in any way you want. The end result is then set via CSS3 transform matrices. snabbt.js is built to be fast. It will only animate things that modern browsers can animate cheaply, transforms and opacity. The goal is to make a library that will let the user make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jsSID

    pure JavaScript SID soundchip emulator and player for Web Audio API

    A very lightweight (14kbyte, samplecycle-based) and fast SID emulator written entirely in pure JavaScript (from scratch) for the Web Audio API, supported by most major web-browsers. No need for Flash/Java or other plugins to play SID files directly in the browser by the visitors of the webpage... See it in action with an example playlist: http://hermit.sidrip.com/player.html NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PWN Reader Web

    PWN Reader Web

    Web based manag and comic reader with thumbnail supports

    A browser based manga reader that will let you browse your manga collection. It enable you to browse them as you browser in any of the online comics site. It uses python to generate list of the manga in the library and use jQuery to let you browse those in the browser
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 10

    NotesTyper

    Convert your text typing into music

    NotesTyper system converts text typing into music. You will need computer keyboard, microphone (notebook mic is ok) and Chrome or Firefox browser. NotesTyper has multiple operating modes and settings, which allow to produce different music from same text. Computer keyboards do no allow to input keypress velocity, but NotesTyper overcomes this restriction by processing microphone input level when you type. When generating music all nuances of your typing are taken into account: what keys were...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Nightingale

    Nightingale

    A community supported fork of the Songbird media player and library.

    Nightingale is a community created fork of the Songbird media player. It is developed by a proud community and we are equally proud to bring you the most extensible, feature-rich media experience on Windows, Mac, and Linux. See the official website at http://getnightingale.com for the source, builds, and information. On Sourceforge, we provide our releases, the binary deps for building, as well as builds for testing purposes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Lazy Load Remastered

    Lazy Load Remastered

    Vanilla JavaScript plugin for lazyloading images

    Lazy Load delays loading of images in long web pages. Images outside of viewport will not be loaded before user scrolls to them. This is opposite of image preloading. This is a modern vanilla JavaScript version of the original Lazy Load plugin. It uses Intersection Observer API to observe when the image enters the browsers viewport. Original code was inspired by YUI ImageLoader utility by Matt Mlinac. New version loans heavily from a blog post by Dean Hume. By default Lazy Load assumes the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    wallmount
    ...Milestone.1 is : showing RRD + news + weather Milestone.2 is : showing RRD + (news?)videos+ news + weather. Milestone.3 is : PHP-BackEnd interface with Database + showing RRD + Youtube videos+ news + weather. Milestone.4 is :A nice Linux install (RPM/DEP) for embeded systems(Rasberry pi/Beaglebone)+ showing RRD + Youtube videos+ news + weather. Install : unRAR the file and point your browser to the index.html file(edit it!). (change the view to 150% and remove the toolbar and you got a info system!) The graph are from our MUNIN-server. Munin :http://munin-monitoring.org/wiki/munin-graph
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WOW.js

    WOW.js

    Reveal CSS animation as you scroll down a page

    Reveal animations when you scroll. Easily customize animation settings like style, delay, length, offset, iterations, etc. By default, you can use it to trigger animate.css animations. But you can easily change the settings to your favorite animation library. Smaller than other JavaScript parallax plugins, like Scrollorama (they do fantastic things, but can be too heavy for simple needs). Super simple to install, and works with animate.css, so if you already use it, that will be very fast to...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    JAVIER

    JAvascript Voicexml InterpretER

    JAVIER is a JAvascript Voicexml InterpretER, designed (but not restricted) to run inside a web browser, its main engine has less than 1000 lines of code. It's maybe, the tiniest but (almost) FULL VoiceXML implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    YouTube Center

    YouTube Center

    Userscript designed to expand the functionality of YouTube

    YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto-selecting your preferred video quality and much more. YouTube Center is an extension for the browser that will enhance the experience on YouTube by adding tons of new and useful features. YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17

    STANTOR

    Scada for Home Automation

    Stantor is a SCADA for home automation/domotic project. It drives : k8061-K8055(USB), K8000(I2C), Arduino Mega and Uno, X10, 1-Wire, electricity meters, Webcam (motion), infrared remote controls. It uses WEB browser, smartphone, xHTML, SOAP, Websocket, HTML5 Apache, mySQL, PHP, javascript and Ajax. Stantor allows control of electrical equipments like boilers, shutters, lamps, pumps, etc...connected to the 220V/110 VAC. Gathering information of various kinds such as temperature, light,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mirrored Mockup Design

    Mirrored Mockup Design

    Easily design websites on the go. No coding necessary!

    There's many great tools out there for web design like Adobe Edge Animate, Google Web Designer, and Adobe Proto (Except discontinued for android), but these tools are only good for those users who are running Windows, Mac OS X, or the iOS platforms. I however couldn't find a decent website designer for Linux or Android so I decided to make my own as a fun experiment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Daisy Music Player

    Daisy Music Player

    Web based Music Player for large collections

    This is for music lovers. Besides managing your music collection and playing songs, it comes with a sophisticated database which allows you to store additional information about your collection. It makes use of Audio-Tags but goes beyond that scope by allowing the user to link individual songs and albums with artists and bands, or to file accompanying pictures and texts along. The player runs in web browser while the software is written in PHP, Javascript and HTML. It makes use of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MusiCat Streaming Server

    MusiCat Streaming Server

    MusiCat is a Web streaming server for your personal cloud

    MusiCat is a Web Streaming Server for your personal cloud. It's a PHP and Web 2.0 Software which allows you listening your local music files everywhere. MusiCat streams your music files to your Computers, Tablets or Smartphones. You need no additional software on your Devices, just a web browser. MusiCat enables you to stream your music over the Internet to your client. With a SSL encryption it streams your music encrypted and helps you to protect your privacy. MusiCat is fully...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Silex, live web creation

    Silex, live web creation

    Free online HTML website builder

    Silex is a free and open source website builder in the cloud. Create websites directly in the browser without writing code. It is suitable for professional designers to produce great websites without constraints.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    Movie Masher

    Movie Masher

    Browser-based online video editor and encoding API

    Version 3.x available here on SourceForge has been superseded by version 4.x available on Github. The later is a port to JavaScript, PHP and Ruby - all dependencies on Flash have been removed, as well as some of the functionality it provided. Version 3.x --------------- Extensible Flash and PHP online video editor with effects, transitions, titling, timeshifting and compositing. Client side ActionScript provides a robust GUI that interacts with PHP through simple XML protocols for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MyUI
    A cross browser set of client side web components implemented with JavaScript and CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Timeline thumbnails Flowplayer html5

    Timeline thumbnails Flowplayer html5

    Generates preview images for timeline from h264 mp4 on the fly

    Displays video preview images on your Flowplayer html5 timeline when the user hovers mouse over it. The big advantage of this plugin is that you don't need to pre generate these preview images and store them separately, it is done seamlessly on the fly for you. The mp4 meta data is loaded and parsed and then corresponding key frames are downloaded using byte-range requests and decoded in the browser so you do not need to deal with it. All major desktop browsers are supported, mobile devices...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
MongoDB Logo MongoDB