Showing 287 open source projects for "script-api.jar"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 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
  • 1

    blenderpython

    Blender Python user external scripts

    Blender Python users contributed external scripts repo/collection. Please check svn for files. Addons are almost kept up to date with current Blender svn for bugs please contact the script owner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TurboSphere

    TurboSphere

    TurboSphere is an easy to learn and powerful JS based game engine.

    ...TurboSphere uses Google V8 for JavaScript execution and SDL for graphics, audio, input and most other game related functions. It includes a map engine intended for top-down, zelda like games. Other, script based map engines are possible, and several have been implemented for TurboSphere's predecessor, Sphere (like the Majestic Map Engine (http://spheredev.org/smforums/index.php?topic=4496.0)). TurboSphere is largely compatible with the Sphere RPG engine, the main API change is the replacement of object creating functions with proper JavaScript constructors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    If you have a large Number of Folders with Pictures, this script will resize the pictures to a smaller value and put them to a html webpage. So for every folder there is finally a html webpage with a preview of the pics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MathJax for SVG

    MathJax support for MathML content embedded in SVG documents

    MathJax4SVG.js script provides support for MathJax in SVG documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 5
    COWON A3 Images Preparation Script
    Batch script for images (manga/comics) preparation to be comfortably viewed on COWON A3 PMP. It also can be used in conjunction with xps2img (http://xps2img.sf.net) to do PDF conversion for reading on A3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Xris Malden Pictures

    Perl scripts for image manipulations based on its EXIF metadata

    Script Perl pour manipuler des images sur la base de leur métadonnées EXIF ... très utile pour les fichiers images bruts (raw) et en particuliers pour les appareils Nikon (utilisation de la métadonnée ShutterCount d'un appareil Nikon pour le renommage des fichiers) Pré-requis : quelques modules Perl Image::ExifTool, File::Basename and FileHandle 2 applications Mac OS X sont disponibles pour lesquelles les pré-requis sont inclus --- Perl scripts for image manipulations based on its EXIF metadata ... particularly for raw and Nikon raw images requirements : Perl modules Image::ExifTool, File::Basename and FileHandle Mac OS X applications include these requirements
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Bash / Nautilus script to convert cbr/cbz files to pdf. Support iRex iLiad and Sony Reader format. (High CPU and memory usage while running). And more scripts like dir2pdf, MangaHalf, ComicHalf and Rotatepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The new project description is a real time vrml javascript planetary system modeller. And example of a such a modeller can be found at www.int3d.com called Pharus3d. I have the project submitted to RentACoder.com. Also I have a php script stored here an
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    convertToMP4

    Easily convert to MP4 with H264 and without all the codec hassle

    Convert existing media data (movies or images) to an mp4 movie, with the high performane h264 codec. Usually it takes quite a lot to get the video running as you wish. As convertion engine, Mencoder will be used. This script is intended to ease the creation of videos. It is suitable for the beginner or the lazy advanced people. It will not suite the professional wanting to have full control over all codec parameters. Consider donating to this project: https://sourceforge.net/projects/converttomp4/files/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 10

    Optical Mark Recognition MySQL and PHP

    Optical Mark recognition with MySQL database and PHP scripts

    ...The PHP scripts were very much dependent on scanned page size and resolution. I have written the OMR page format and PHP scripts which are more flexible in nature. This script used horizontal and vertical guides to identify area to be analysed for MCQ answer checking and also identify and correct tilt. It is tailor made for A4 page size, but resolution can be varied with little impect on results. The answer page and scripts can be modified easily with little change in major functions of the library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    SWF Creator

    SWF Creator

    SWF editor with support for action script.

    This is a opensource SWF editor with support for action script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cwg - cli web gallery
    cwg is GNU Bash script. I wrote it with one thing in my mind: simplicity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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
  • 14
    scrimage

    scrimage

    A unique python-based image editor

    A unique python-based image editor with low-level control. It will be able to apply fairly complex mathematical operations to individual pixels based on the contents of a script or user input at a command line. It will then be able to apply those changes to the image for a unique effect.
    Downloads: 0 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. This is an open-source project, currently is in active development status. More info can be found in forum topic: http://forum.iv-multiplayer.com/index.php/topic,4680.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PHP Images Hosting Script

    PHP Images Hosting Script

    Powerfull Open Source Php Images Hosting Script

    Php Images Hosting Script is the number one and most used image hosting script, make your own images hosting business easy and fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    raffaello

    Send photos to your local photo retailer

    You can select photo from your archive, made small changes like black&white or sepia, choose the print format and send them to your local photo retailer. Directly and without intermediaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    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
  • 20
    PhotoFrame is a PHP5 script that automatically creates a clean Web interface (using frames) from a directory full of JPEG, PNG and GIF images. It creates thumbnails automatically and can use JPEG comments if it finds them. Features web administration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JazImageResizer

    A simple Python Image resizer

    A simple Python Image resizer Requires python2.7 and Python Image Library (PIL) Includes a bat script that you can drag all your images on to, which will then be resized to the size in the bat script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    Python Script to process a wave file and transform to movement (key frames) on Blender 2.5. Input: sound file (.wav) Output: Key frames direct into the selected object Work to meshes and bones (location, scale or rotation in any axis)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    K.L.'s Tanx
    This is a 3D puzzle game with fantastic design. The prototype idea is from Family Computer game 'Tank', so Tanx means Tank's extended version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Booklet 2012

    Booklet 2012

    Print 8 pages on one sheet of paper.

    This php script will organize png images for you, auto-rotate them and export as 4-pages-per-page png image files so you can print them out double-sided and then produce a booklet by binding on one edge and cutting the top edges. For a 320-page book, all you need is 40 sheets of paper and decent quality scanned images. Please only use with material you are legally allowed to reproduce.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo