Showing 75 open source projects for "jp1.x"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    pdfmake

    pdfmake

    Client/server side PDF printing in pure JavaScript

    Print PDFs directly in the browser or delegate it to your NodeJS backend. Use the same document definition in both cases. Forget about manual x, y calculations. Declare document structure and let pdfmake do the rest. Use paragraphs, columns, lists, tables, canvas, etc. Declare your own styles, use custom fonts, build a DSL and extend the framework. Provides a set of options to disable font layout cache and to control when pages are flushed to the output file. Pdfmake is runnable in browser (client-side) and in Node.js (server-side). ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Scribus

    Scribus

    Powerful desktop publishing software

    Scribus is an Open Source program that brings professional page layout to Linux, BSD UNIX, Solaris, OpenIndiana, GNU/Hurd, Mac OS X, OS/2 Warp 4, eComStation, and Windows desktops with a combination of press-ready output and new approaches to page design. Underneath a modern and user-friendly interface, Scribus supports professional publishing features, such as color separations, CMYK and spot colors, ICC color management, and versatile PDF creation.
    Leader badge
    Downloads: 17,399 This Week
    Last Update:
    See Project
  • 3
    A very high quality package of printer drivers for CUPS on Linux and other POSIX-compliant operating systems. This project also maintains an enhanced Print plug-in for GIMP 2.x from the same code base.
    Leader badge
    Downloads: 2,631 This Week
    Last Update:
    See Project
  • 4
    HP Linux Imaging and Printing

    HP Linux Imaging and Printing

    Hewlett-Packard's Linux imaging and printing software

    The Hewlett-Packard Linux Imaging and Printing Project provides a unified single and multi-function connectivity solution for Linux. For support and help, please visit https://launchpad.net/hplip
    Leader badge
    Downloads: 5,876 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Culmus
    A collection of scalable Hebrew fonts for GNU/Linux.
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 6
    Chordii

    Chordii

    Easy lead sheets from text input

    ChordPro creates elegant, stafless lead sheets for musicians needing only chords and lyrics. It processes plain text input in ChordPro format and it is a rewrite of the old though still popular Chord/Chordii programs.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 7
    PDF Maker for Vtiger CRM

    PDF Maker for Vtiger CRM

    Advanced PDF Generator for Vtiger CRM with Ai

    ...Key benefits: • CKEditor template editor • Dynamic fields and conditions • Multi language support • Custom layouts and branding • Automatic PDF generation • Email integration • Barcode and QR code support • Built in AI Assistant for improving PDF templates Compatible with Vtiger CRM 7.x and 8.x. PDF Maker is a paid commercial extension for Vtiger CRM Open Source. It is provided under a monthly or yearly subscription license. One license can be activated on up to two domains, with a maximum of two active installations. More information: https://it-solutions4you.com/vtiger-extensions/pdf-maker/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Barbecue is a Java library that enables the creation of barcodes in a variety of standard formats that can be displayed as Swing/AWT components, included in printed output, generated as EPS and SVG and displayed in a web application.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    A Cocoa browser for the TeX Catalogue Online, with direct display of CTAN content and local package documentation if available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    GtkLP

    GtkLP

    graphical Frontend to CUPS

    GtkLP is a graphical Frontend to CUPS. It is intended to be easy to use, small and it should compile on many UniX-Systems.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    Support for the HP JetReady 4.x protocol printer family (Color Laserjet 3500/3550/3600) under linux and other unix-like systems. This effort is not endorsed by nor affiliated with HP.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    duplex

    Two-sided printing for printers that don't support it in hardware

    Duplex (two-sided) printing emulation utility scripts for printers that do not support duplex in hardware. Print multiple jobs in batches, reinserting the pages only once. Duplex print from applications and scripts. Save time, paper, space, and trees. Works from the command line and from the desktop. This software runs under Linux and UNIX like systems. It is not designed for use with Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Raspbian WebServer

    Raspbian WebServer

    Raspberry Web Server OS Raspbian Stretch / 9

    ...100% (parted) quit sudo resize2fs after finish For editing Swap Memory size : sudo nano /etc/dphys-swapfile change : CONF_SWAPSIZE=100 to : CONF_SWAPSIZE=1000 (for 1Gb swap memory) ctrl + x (for save) sudo reboot For make speed server Boot : wget zram.sh https://sourceforge.net/projects/raspbian-9-webserver/files/zram.sh sudo chmod +x zram.sh sudo ./zram.sh sudo sed -i 's#^exit 0$#sudo /home/pi/zram.sh#' /etc/rc.local; echo exit 0 | sudo tee -a /etc/rc.local Rasbian SSH: Username : pi Password : raspberry Webmin (Administrator Web Server): (https://localhost:10000) Username : pi Password : raspberry Phpmyadmin : (http://localhost/phpmyadmin) Username : root Password : raspberry
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Leave A Trace Tools

    Tools for reading the track data of the project "Leave a Trace"

    The art project "Leave a Trace" (LAT) records an displays people movement in real time. It is installed as a permanent exhibition within the Charité in Berlin, Germany. Please find more Details about LAT here: https://leave-a-trace.charite.de/action This sourceforge project provides python tools to read the raw XML data produced by LAT. The data reading module works with python2 and python3. LAT XML Data can be downloaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Pentaho Reporting
    Java class library for generating reports. XML-based templates provide flexible reporting and printing functionality using data from multiple sources and supports output to display devices, printers, PDF, Excel, HTML, XHTML, PlainText, XML and CSV files.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 16
    FontForge – An Outline Font Editor
    NOTE: FontForge has moved to fontforge.github.io, newer binaries and sources are available at github.com/fontforge. FontForge allows you to edit outline and bitmap fonts. You may create new ones or modify old ones. It is also a format converter and can interconvert between PostScript (ascii & binary Type1, some Type3, some Type0), TrueType, OpenType (Type2), CID, SVG
    Downloads: 43 This Week
    Last Update:
    See Project
  • 17
    PortableLatex is LaTeX without installation; you download and use it straight away, without changing a byte of your system. Plus a complete suite of apps to comfortably edit, view, compile and handle latex or tex projects, glued by some scripting.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    A small GTK2 (gtk+ until 0.6.9) frontend to cdlabelgen. Makes CD cover creation fast and easy. Requires python-gtk2 python-glade2 cdlabelgen and optionally python-cddb python-id3
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    CUPS drivers and software for Panasonic KP-X series dot-matrix printers. The goal is to minimize use of 3rd party filters while allowing full control of graphical printing and replicating the original control software functions on Unix-like OS's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PPR is a spooler for PostScript printers. It supports PPD files, and provides operator alerts, job result messages, and error recovery. It is integrated with Netatalk, CAP60, Samba, and Ghostscript. It has command line and web interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Set of cross-platform c++ frameworks including database API, XML support, abstracted database backends, report-writer, forms interface and graphing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Ekushey

    Bangla Computing and Localization Project

    Bangla Computing and Localization Project for the Bangla speaking people.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 24
    This project provides a LINUX CUPS package (incl. PPD-file) for the EPSON AcuLaser C900. It is built around the avasys pipsplus driver. The project supports i386 and 32-bit compatible x86_64 LINUX systems (deb/rpm/tgz/gentoo/slack).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DoubleType is a type designer (font editor) that builds TrueType font files. Thanks to Java, it runs on Windows, Linux, & Mac. Glyphs are stored in XML based file to aid teamwork. Efficient glyph design by combining existing glyphs and modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Auth0 Logo