Showing 282 open source projects for "size"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It 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
    jpSizer

    jpSizer

    jpSizer - php user window information

    jpSizer is javascript script that informs PHP about user window sizes. Thanks to what you can render your site in proper sizes of elements
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PhotoJShop

    PhotoJShop

    Photo editing JavaScript library

    PhotoJShop is a JavaScript library for photo editing using the canvas and kernel convolution matrixes, aiming to reproduce the most usual filters. A demo of its capabilities can be seen in Nuophoto, a project that uses this library for all the editing. The idea is to provide a simple library to developers that will allow quick integration of photo filters to their website. After including jQuery, include photojshop.jquery.js. Once loaded you simply need to call it on a valid element. You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Window Expander For Youtube
    The Window Expander for YouTube maximizes YouTube videos in the web browser eliminating all white space and other texts for Google Chrome. This is different then the fullscreen button in that it does not change the size of the actual browser window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ManageMoveSizeCopyClone

    Allows a developer to lock and unlock UI components in a QlikView file

    Lock down or unlock the ability to move/size and copy/clone in a whole document or group of documents that you select with a file selector UI. It is also scriptable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    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
  • 6
    Strum By Jdo

    Strum By Jdo

    A simple modal scale reference.

    A chrome extension that takes root note and mode as parameters and returns the modal scale in that key with the basic major, minor, diminished chords.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tryit Editor

    Tryit Editor

    A free, open source, and easy to use HTML editor

    WEBS TOOK TRYIT EDITOR DOWN, TRYING TO REUPLOAD TRYIT EDITOR TO ANOTHER HOSTING SERVICE. Tryit Editor is a lightweight HTML editor that uses CodeMirror to highlight code. It features an easy to use WYSIWYG interface, as well as many functions, such as saving to local disk. Features automatic updates of main script files. Code is released under MIT license. CodeMirror is copyright Marijn Haverbeke, and is released under a MIT-style license. Read the CodeMirror license at:...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    TeleKast

    TeleKast

    Open Source Teleprompter

    TeleKast is an open source teleprompter. Scripts are created and used to create content for the teleprompter. The scripts can also be used for doing feature stories and interviews. TeleKast is your means for creative communication.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    MISSy

    MISSy

    MISSy is a Management Information System for Schools

    MISSy is a Management Information System for Schools that allows them to centrally manage information related to staff and students. It is designed to be used by schools of any size or age groups. MISSy will have the folowing features: * Manage information about students * Allow for staff to view information about students * Allow for staff to complete registers * Allow viewing of subject reports for students * Integrate with a current LDAP / AD domain to ensure that details are kept constant across systems * Allow parents to log in to view and update information about their children / contact information * ... and many more to be planned! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    Codegroup

    Codegroup

    A Java application for transferring computer files in 5 letter groups

    Codegroup is a Java application that will allow one to convert binary (or text) computer files in to 5 letter codegroups for transmission over email, landline telephones, radioteletype or Morse Code. Codegroup has internal error correction & limited cryptography capabilities. Codegroup : ZZZZZ YBPIL AIAIG FMOPP CPAAA DGNGP GPGPA ADNJN ELJKO ELIMO GEOHF KIFGP IFBCB PKCPI YJMHE PHBHP PPOBH NCOHD AKLLL AGHFP DEGEF LKELC EAIJI ABAGP AHPPO IHHPH OHPDF YNFPB ALEPO KMPKP Once this...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tich

    Tich

    Manage your Academic Center, in the most simple way

    Tich is the tool you need, the education centers of small and medium size, and can be managed in a simple and uncomplicated manera. No need manuals or training, Tich is so simple, you can use the 100% training time in your business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    For arbitrary precision mathematics PHP offers the Binary Calculator which supports numbers of any size and precision, represented as strings. This project replicates this in JavaScript (bcadd, bccomp, bcdiv, bcmul, bcsub, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Another YouTube Downloader
    Cross browser userscript to download videos from YouTube in various formats and sizes available. Find size of videos before downloading (http://pradip.x10.mx/index.php/download-details/36/Helper) Check Readme.txt in Files section for installation instructions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    WordPress event calendar plugin

    WordPress event calendar plugin

    WordPress event calendar plugin

    ...You can see on WordPress calendar on WordPress plugin directory . This plugin have a lot of functionality and a lot of parameters to set such as font color , font size , calendar with and height on widget ... Download and manage your events quickly and without any problem .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Drawroom

    A multiuser web-site for drawing and conversation.

    This is a HTML5 and JS multi-user drawing application for webpages, the goal is to create a no-plugins needed place for users to sketch and converse. The home page is a demo of the latest version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    blutle

    Small wireless board to control tiny DIY toys over bluetooth

    Being powered with cell phone battery, this board can drive small toys - up to two DC motors, several input/output pins, discharge control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    UEditor

    UEditor

    UEditor

    ...UEditor not only covers almost all common functions of rich text editor, but also offers many innovative,practical operation modes which greatly enhance the user’s online editing experience. Considering the huge size caused by the powerful functions, we fine split the core code of UEditor,and provide visualization, self-customized separate-package download mode to help users reducing code size and improving the page loading speed as much as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Plugin for ChatZilla which monitors torrent IRC announce channels, downloads torrent files based on a user-defined filter, and then sends the torrent files to a local or remote torrent client. Supports several different private trackers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Where In the World Have You Been?
    ...Thus a patchwork is made to show the history of countries, states or provinces traveled. Added features allow users to download their maps, to blow them up to posters of any size printed with media of any standard size such as A4 or letter size paper; and to get permanent URLs of their made maps in order to come back and further annotate them at a later date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    myImageClock

    myImageClock

    Displays a new image every minute according to current time.

    ...Without it you will not be able to complete the installation. (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
  • 22

    Pure JavaScript Slideshow

    This is a slideshow plugin written in pure JavaScript.

    This is a slideshow plugin written in pure JavaScript, that doesn't use any other third-party plugins and believed to be cross-browser solution :) (tested in IE6+, Mozilla Firefox, Google Chrome). It works with unordered list (ul), that contains "li" of fixed and equal size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Contextual Scrolling Silverstripe Module

    Silverstripe module for contextual scrolling in long vertical pages

    * Installation - Unpack the files in a folder called contextualscroll - Run dev/build * Usage - At the CMS add a new page of "Contextual Scroll Holder" type - At the main tab you can set font-size, height, width, padding, margin-bottom and background-color for the children pages - Add pages below the the Contextual Scroll Holder - All pages are displayed once with the vertical contextual scroll bar showing their names
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Qatrix

    Easily building up high performance application with less code

    Qatrix is a new kind of JavaScript framework targeting on building up high performance and flexible web application with less and friendly code. It`s free and open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    FCKEditor plugins

    The plugins for FCKEditor you cant find online

    The idea with the project is to develop all those plugins for FCKEditor that cant usually be found on internet. Size doesn't matter!
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo