Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" - Page 2

Showing 85 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • Automate Proposals with AI in Microsoft Word. Icon
    Automate Proposals with AI in Microsoft Word.

    Streamline proposal creation with the smartest AI, the best content, seamless integration with Microsoft Word, and unmatched efficiency.

    Automate your best practices, processes, and standards to guide your proposal writers, sales teams, and subject experts. And don’t worry, it’s so easy to use they will use it. We would love the opportunity to help you quantify the impact your business can expect from investing in Expedience Software. Click here to request a Return on Investment (ROI) calculation. In this 15-minute session, we will ask 20 simple questions to assess and grade your current proposal quality and scalability. Manual proposal processes are likely costing you far more than you realize. These models waste time and kill the productivity of proposal writers, sales team members, senior staff, and subject experts.
    Learn More
  • Track time for payroll, billing and productivity Icon
    Track time for payroll, billing and productivity

    Flexible time and billing software that enables teams to easily track time and expenses for payroll, projects, and client billing.

    Because time is money, and we understand how challenging it can be to keep track of employee hours. The constant reminder to log timesheets so your business can increase billables, run an accurate payroll and remove the guesswork from project estimates – we get it.
    Learn More
  • 1
    OpenOrienteering

    OpenOrienteering

    Former project page

    See https://www.openorienteering.org/apps/mapper/
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    Caleido

    Caleido

    Java app to create imersive and impressive recursive drawings

    Caleidoscope like application. Just click on the screen to create beautiful drawings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The purpose of this application is to be able to batch rename digital camera images. The rename process make use of the emebedded meta data in each file. The structure of the new name is defined by a template which make use of meta data variables
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AlDraw
    AlDraw is a program for creating geometrical constructions. Examples of pictures made with it are at https://picasaweb.google.com/apstrinka/Constructions?authuser=0&feat=directlink
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise Job Scheduling Software Icon
    Enterprise Job Scheduling Software

    Unify Enterprise Job Scheduling for Scale, Visibility, and Control

    Managing your sprawling data center and cloud with disparate native schedulers creates chaos. Achieve unparalleled control and efficiency over your entire IT environment with JAMS job orchestration tools. JAMS provides the singular, centralized platform required to overcome the complexities of disparate native schedulers. Automate, secure, and govern all your workloads, eliminating fragmented control, compliance risks, and operational bottlenecks. JAMS streamlines operations and ensures audit-ready history, transforming your enterprise automation with confidence and precision.
    Learn More
  • 5
    CrypPic
    CrypPic is a free software application based on Java 8 which can be used to encrypt and manipulate the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Stereo Dandifier

    Stereo Dandifier

    Presenting a tool to create printable cards for stereoscopic viewing.

    With the advent of modern 3D capable cameras and the resurgence of interest in all things stereo, this tool is intended to bridge the old and the new by enabling the printing of antique style stereo cards from modern, digital images for stereoscopic viewing. So we can all party like it's 1899!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Debrief is an Open Source Java application used for viewing maritime vessel tracks in 2 and 3 dimensions. Tracks are read in using a number of flat-file ASCII formats, including AUTEC (RAO), PMRF and AFWTF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MassGeotagger

    MassGeotagger

    MassGeotagger lets you to geotag sets of JPG Photos with GPX logs

    MassGeotagger lets you select a photo, a photo folder or a folder tree and update the latitude and longitude coordinates in the EXIF data of the selected photos. To get the GPS coordinates, the method of choice is to select one or several GPX files and set the difference of time between APN time saved in EXIF data and GPS time. However other strategies to match JPG and GPS coordinates are available : by selecting one of the GPX waypoint, by selecting a point on the map or by user input. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9

    DJVUMan

    GUI for manipulating djvu files

    GUI for manipulating djvu files. Can combine some files, insert some files into existing djvu file, delete pages from djvu file. Has preview window. Based on utility djvm.exe from DjVuLibre package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Optimize every aspect of hiring with Greenhouse Recruiting Icon
    Optimize every aspect of hiring with Greenhouse Recruiting

    Hire for what’s next.

    What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
    Learn More
  • 10

    DJVUEd

    GUI for editing djvu files metadata

    GUI for editing djvu files metadata. Can help avoid some mistakes during editing annotations, oulines, hidden text and naming pages. Based on djvused program from DjVuLibre package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Easy Equations

    Easy Equations

    Hand Written Equation Creator

    Easy Equations is a utility using which one can write the mathematical equations. The focus of this utility is to provide user friendly access to write mathematical equations which is helpful for students, lecturers, mathematicians and Research persons who prefer using mathematical equations in a document, PowerPoint or web sites. Works on Windows as well as Linux platforms. Software Requirements: JDK 7 or higher. Linux Platform with kernel version 2.7 or higher.(for Linux users).python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Jagent
    Jagent is a suite for manipulating Creatures 3 and Docking Station agents. It consists of a sprite tool (Edos) and a PRAY tool (Monk). It requires Java (http://java.com/)
    Downloads: 8 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
    Tilemaster - Paint and manage tile sets
    Tilemaster is a tool to create, edit and manage tilesets for (C)RPGs and other types of computer games. Tilemaster supports tile metadata and includes a simple tile/sprite editor as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PovClipse is an eclipse editor plugin for Povray (Persistence of Vision Raytracer) scene- and include files. It features syntax highlighting, code folding, code assist, outline view as well as running Povray or MegaPOV using render configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CrypPic ME
    CrypPic is a free software application based on Java Micro Edition which can be used to encrypt and manipulate the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Picasa MultiFileRename

    Rename mulitple files within Picasa

    Picasa lacks of a serious multi file rename function. This project helps you with a Button for Picasa that will offer this missing function. Select the files you want to rename and simply click on the Rename Button. A Dialog let you choose all the details for renaming files. Limitation: Picasa transfers each file with full pathname into the clipboard it depends on the directory structure how many files can be renamed at once. Installation: Just unpack the zip to the Google\Picasa3\buttons folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Its a mobile phone application to edit in the mobile photos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Picasa can tag your pictures with faces and geo coordinates. faces2pictures writes the face and geo tags into the files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PDM Editor
    Product Data Model editor for Product Based Workflow Design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Image Inpainting
    Image Inpainting is the art of filling in missing data in an image. The purpose of inpainting is to reconstruct missing regions in a visually plausible manner so that it seems reasonable to the human eye.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Java library for loading, editing, analyzing and saving pixel image files. Java 1.1 or higher is required. Various file formats are supported, demo applications for the command line and the AWT GUI toolkit are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java based, Penrose Tiling tool. Colorful, easy to use, custom tiles, what more could you want!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A handy tool for splitting jpeg image files into multiple jpeg files. Designed for splitting large maps for easier printing on A4 papers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    The aim of this project is to read meta data from pictures such as JPG. But, instead of other freeware all meta data will be described into Spring files (XML files).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB