Showing 33 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Feroot AI automates website security with 24/7 monitoring Icon
    Feroot AI automates website security with 24/7 monitoring

    Trusted by enterprises, healthcare providers, retailers, SaaS platforms, payment service providers, and public sector organizations.

    Feroot unifies JavaScript behavior analysis, web compliance scanning, third-party script monitoring, consent enforcement, and data privacy posture management to stop Magecart, formjacking, and unauthorized tracking.
    Learn More
  • Create custom docs, forms, apps, e-signatures, and surveys with Titan. Icon
    Create custom docs, forms, apps, e-signatures, and surveys with Titan.

    Powerful no-code digital experiences for Salesforce

    Create custom docs, forms, apps, e-signatures, and surveys with Titan’s full-suite of enterprise applications designed to integrate seamlessly with Salesforce data across your entire organization. #1 on the Salesforce appexchange
    Learn More
  • 1
    Nostalgic Photo DataBase (platform)

    Nostalgic Photo DataBase (platform)

    Active repository of jpeg-photos with tags suitable for personal needs

    NPDB offers a comprehensive platform for creating and maintaining a database of both old, digitized images and new snapshots captured by smartphones. This versatile system allows users to organize and search through their collection using customizable tags, catering to images of any vintage. One of NPDB's key features is its flexible tagging system, which allows users to categorize their images using an arbitrary set of tags tailored to their preferences. This intuitive approach streamlines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Nuke

    Nuke

    Image loading system

    ...Fast LRU memory cache, native HTTP disk cache, and custom aggressive LRU disk cache. Customize image pipeline using built-in Alamofire, Gifu, FLAnimatedImage, WebP plugins or create your own. Enable progressive decoding with a single line of code. Nuke supports progressive JPEG out of the box, and WebP via a plugin built by the community. Automatically prefetch images ahead of time using either Preheat or native table and collection view prefetching APIs.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    flag-icons

    flag-icons

    A curated collection of all country flags in SVG

    A curated collection of all country flags in SVG, plus the CSS for easier integration. For using the flags inline with text add the classes .fi and .fi-xx (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty <span>. If you want to have a squared version flag then add the class fis as well. You could also apply this to any element, but in that case you'll have to use the fib instead of fi and you're set. This means that the flag is just going to appear in the middle of an element, so you will have to set manually the correct size of 4 by 3 ratio or if it's squared add also the flag-icon-squared class. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SearchPhotos

    Search descriptions in photo exiv information or text files

    ...First attempt is with python-whoosh And the result of the experiments is this project. On Archlinux python-whoosh is 4 Mb and this program ".pyz" is only 44 kb. Compare to docfetcher (java) of 50 Mb ! That is actually a very nice program: it can index many different files, fast, reliable and not to big. By the way: speed is not an issue. Generating an index takes a few minutes, but that's only done once. Updating the index is faster. Search words and presenting the result is very quick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • IT Asset Management (ITAM) Software Icon
    IT Asset Management (ITAM) Software

    Supercharge Your IT Assets, the Easy Way

    EZO AssetSonar is a comprehensive IT asset management platform that provides real-time visibility into your entire digital infrastructure. Track and optimize hardware, software, and license management to reduce risks, control IT spend, and improve compliance.
    Learn More
  • 5
    fileaxy

    fileaxy

    Fileaxy does file sync, de-duplication, image matching & bulk preview

    ...Optionally integrates with ImageMagick, GraphicsMagick, FFmpeg, and Mac Sips file decoding with a simple button click. Fileaxy opens NO network connections and will NOT request passwords. Fileaxy uses NO 3rd party libraries or code. Read/write wear to SSDs and mechanical drives is minimized where possible. Runs with Java 8+ [https://adoptopenjdk.net] on Mac, Windows, and Linux distros. My goal is to have Fileaxy manage 2 million available and unavailable files and their relationships live in the UI. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pnglib

    pnglib

    a free library to read and display PNG images.

    ...She can decompress apng(Animated PNG) now, There are some demo file 01.png, 04.png ... 32.png in root folder. She is small(12k for vc6, 32bit code; 21k for bc4, 32bit code; 27k for tc2, 16bit code) and beautiful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BSW Gallery
    This is a very simple photo gallery which is written in PHP code it is very easy to setup just read the file readme.txt then follow the instruction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EasyImageSizer

    EasyImageSizer

    Batch Images Converter

    This Project has a new name now: https://lenna.app Program to batch compress, resize and rename Images. Additional you can reduce filesize by reducing quality. Find source code on https://github.com/FalseCAM/EasyImageSizer3. OpenSuse packages here: https://build.opensuse.org/package/show?package=easyimagesizer3&project=home%3AFalseCAM and Ubuntu packages here: https://launchpad.net/~dhor/+archive/myway/+packages
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Mathematically produced patterns

    Mathematically produced patterns

    It creates hundreds of pictures which are based on the Mandelbrot

    ...Random sounds are a combination of sine waves with harmonics, following random numbers, a separate experiment which happened to run in the same program. The complete source code is also here as one single ASM file, ready for assembly with the 'flat assembler'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
    Learn More
  • 10
    lazysizes

    lazysizes

    High performance and SEO friendly lazy loader for images

    High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration. It may become also your number one tool to integrate responsive images. It can automatically calculate the sizes attribute for your responsive images, it allows you to share media queries for your media attributes with your CSS, helping to separate layout (CSS) from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Picasso

    Picasso

    A powerful image downloading and caching library for Android

    Images add much-needed context and visual flair to Android applications. Picasso allows for hassle-free image loading in your application—often in one line of code! Many common pitfalls of image loading on Android are handled automatically by Picasso: Handling ImageView recycling and download cancelation in an adapter. Complex image transformations with minimal memory use. Automatic memory and disk caching. Adapter re-use is automatically detected and the previous download canceled. Transform images to better fit into layouts and to reduce memory size. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    nik4nix

    nik4nix

    Nik plugins on Ubuntu standalone or with Picasa3

    Main idea here is that you can use Nik Plugins stand-alone without officially supported 3rd party host application (Lightroom, Photoshop, Spark, Portfolio). On Windows or Linux. Source code can be compiled natively for Linux or for Windows with Lazarus IDE. The program is dedicated to Ubuntu users, where you can install Nik Collection using wine. On Ubuntu you can either use native Linux version, or native Windows version running via wine. In fact, currently the latter is recommended, because there are some UI glitches related to gtk widgetset if you compile for Linux - the UI looks better in native Windows version (this can be fixed in the future). ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Guetzli

    Guetzli

    Perceptual JPEG encoder

    ...Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer. Get a copy of the source code, either by cloning this repository, or by downloading an archive and unpacking it. Install libpng. If using your operating system package manager, install development versions of the packages if the distinction exists. Run make and expect the binary to be created in bin/Release/guetzli. Note that Guetzli is designed to work on high quality images. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FlorinA

    FlorinA

    Free Grid Gallery Responsive

    Grid gallery jquery, Photoswipe gallery, Gallery on the Google Map, Google Maps Spiderfy, Image editor Logo, Image resize, Batch multiple image editing. Easy and free, no adware no spyware, with Florina you can build your gallery and see your images in google map, without writing code , only a few clicks!!! You need imagemagick http://www.imagemagick.org/script/binary-releases.php See the Demo http://www.nextechnics.com/florina/ Thx to ExifTool by Phil Harvey Thx to ImageMagick Team You can support the Florina Project by a Donation https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=vUy11NPC5dKyTglS3vrI2AMxey_Ju8Uv5TrUcNLKYmjEaUbH8_vBv8-ifVy&dispatch=5885d80a13c0db1f8e263663d3faee8d6625bf1e8bd269586d425cc639e26c6a Thx Francesco Gerratana https://www.virustotal.com/it/file/d1cfff16711996f97142a992329684655daa36ad43daf106726153830ee1ad28/analysis/1461243196/ MD5 9ac61ecbb9f01feef75050d476f4f585 SHA1 b326eacad9eba496960b77c1d94c54db7bfa8415 SHA256 d1cfff
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    InstaMaterial

    InstaMaterial

    Implementation of Instagram with Material Design

    Current source code contains UI elements from Design Support Library. A beautiful and smooth application which works on almost all available devices. InstaMaterial project supports all systems versions, starting from 4.0 Ice Cream Sandwich. Thanks to this our app can work on more than 90% of all Android devices (according to the presented statistics).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dragon Picture Collector

    Dragon Picture Collector

    A dragon picture collection program

    //Goto "Files" for the latest (binary and source code) release because the standard download button sucks... The Dragon Picture Collector is an open source dragon picture collection program. This is a program for the dragons. Dragon Picture Collector is an Otherkin Productions (http://otherkinprod.furfactory.de/) product.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Image Organizer

    Image Organizer

    Organize image files into folders

    ...Image Organizer helps you sort image files into folders, with an easy drag-and-drop or keyboard controlled system. Written in C#, using WPF and shows an implementation of MVVM with a few attached behaviors to keep the code behind truly clean.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    webgallery

    webgallery

    webgallery is a gallery for desktop,laptops etc as we have on andriod.

    The whole software is available. YOUR REVIEW will be helpful. Our Mission:" To create ,as a Community , the Web gallery (offline) for desktop that will run on all major browsers . . Creating Git repo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    serotonin

    serotonin

    Serotonin is an easy to use image filters application.

    Serotonin is an easy to use image filters application for Windows 8 (and lower). It is a fork/replacement of SBIP [https://code.google.com/p/sbip/] and licensed under GPL v3. === Filter Overview === * Binarizazion and Threshold image * Canny edge detection * Color segmentation * Congrap contour detection * Convolution (Laplace, Blurring) * Exponentiate color channels * Gaussian Blurring * Grayscale image * Image sketching * Invert image * Meanshift * Oil painting * Rotate color channels * Sepia image * Sobel edge detection * Split color space channels * Unsharp masking (USM) Program icon is lend out from Wikipedia (https://en.wikipedia.org/wiki/File:Serotonin-3D.png), thanks to Ben Mills for his great job in making illustrations of the Serotonin molecule.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    ...The cartoons/animations have smaller file size: An hour-long, DVD quality cartoon only has several Megabytes. The cartoon can be played by most web browsers. The source code is a typical web call interface for the API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Weblery
    NOTE: Weblery has moved to GitHub. The code and versions available on SourceForge are outdated. https://github.com/kjw3/weblery/ Weblery is a simple php based web photo gallery. It is driven by the directory structure of the gallery. All that is needed is to include the weblery.php file into your website. Make adding a photo gallery to your website as easy as it should be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    code image

    put a code for image

    the application let you to put a code for pictures,for easler the acces to him.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Thumbnail me
    ...Thumbnail me is coded in C++ and uses the Qt 4.8.0 library. This software is actually available on Windows Xp / 2k3 / 2k8 / Vista / 7 x86/x64 and Linux x86/x64. Source Code : 3.5 (Never released) : https://github.com/kwent/thumbnailme 3.0 (Current version) : http://sourceforge.net/projects/thumbnailme/files/Sources/thumbnailme_3.0_Windows_Sources.zip/download Source Documentation : http://www.thumbnailme.com/doc
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 24
    Small Firefox button that allow you share entire Flickr set to Livejournal account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A web-based database application that allows webmasters to centrally store their images and videos to be served on their website(s). It allows user to simply copy and paste code snippets to embed images and videos into their web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB