Showing 46 open source projects for "i-conized"

View related business solutions
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 1
    Windows File Manager

    Windows File Manager

    Original Windows file manager (winfile) with enhancements

    The Windows File Manager lives again and runs as a native x86 and x64 desktop app on all currently supported version of Windows, including Windows 10. I welcome your thoughts, comments and suggestions. There are two primary versions of the source code in the master branch, original_plus tag, which refers to the source for WinFile as of Windows NT4 with minimal changes so that it compiles with Visual Studio and runs on current Windows. And current master, which contains my personal changes...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    PyGlossary

    PyGlossary

    A tool for converting dictionary files aka glossaries

    A tool for converting dictionary files aka glossaries. The primary purpose is to be able to use our offline glossaries in any Open Source dictionary we like on any OS/device. There are countless formats, and my time is limited, so I implement formats that seem more useful for myself, or for Open Source community. Also diversity of languages is taken into account. Pull requests are welcome.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Yazi

    Yazi

    Blazing fast terminal file manager written in Rust, based on async I/O

    Blazing fast terminal file manager written in Rust, based on async I/O. All I/O operations are asynchronous, CPU tasks are spread across multiple threads, making the most of available resources. Provides real-time progress updates, task cancellation, and internal task priority assignments. Also integrated with Überzug++, covering almost all terminals. Combined with the pre-caching mechanism, greatly accelerates image and normal file loading. Provides real-time progress updates, task...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GCSF

    GCSF

    a FUSE file system based on Google Drive

    GCSF is a virtual filesystem that allows users to mount their Google Drive account locally and interact with it as a regular disk partition. Update (April 2019): I am currently still using and maintaining this project but I have very little time to dedicate to it. As such, it might take a while before I get around to fixing known bugs / implementing feature requests / responding to open issues. Thank you for understanding and for expressing sustained interest in this project. GCSF requires...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 5

    Photexo

    Photo exif organiser

    Digital photos from camera and mobile phones all have filenames. I want my photos in standard directories and subdirectories and have standard names. This program makes it easy: Take a bunch of photos put them in directories, where main directory is yyyy and subdirectorys mm/dd rename photos to i yymmdd_hhmmss Command line example: >photexo.py copy magic indir outdir copy: copy files. magic: use exif to detec camera model. indir: a directory with digital...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mini Inventory Control System

    Mini Inventory Control System

    It is a simple inventory control software

    What can I do with this software? You can manage your inventory and don’t need internet connection or SQL Server (Just Office installed on your PC). You can manage incoming products, outgoing products and the current quantity in your inventory. Also, you can record the location of the product, the price of every item and who put it into the system. Requirements - You must have Microsoft Office 2010 or newer installed on your computer - Windows 7 64 Bits or newer - (OPTIONAL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    generic-auto-updater

    generic-auto-updater

    A robust, user-friendly, clean and efficient Auto-Updater

    After finishing a stable beta version of the "Auto-Updater" to be used by a specific company, I decided to duplicate the repository and making a few tweaks in the copy to turn it public (and generic) in order for it to be used by anyone. And thus, the first version of the "Generic Auto-Updater" was born! - A robust, user-friendly, clean and efficient Auto-Updater for anyone who wishes to maintain their client's users always updated based on some server directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    lguicd

    Utility to change directory when in gnome-terminal via a dialog

    lguicd is a utility that lets you change directory while in gnome-terminal running the bash shell via a GTK dialog. I wrote it myself. It is Free and Open Source software. At the moment there is only a version available for Ubuntu 17.04 64 bit standard flavor (Unity).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 10

    DuplicateFileCheck

    Duplicate file check / failed .jpg detect, optional unique file copy

    I recovered a hard disk which left me with a bunch of files (mostly .jpg files), some of which were duplicate. All the files were stored in a single directory, I needed a method to quickly identify duplicate files and confirm if the .jpg files could be opened. The DuplicateFileCheck application was created to simplify this process. You can select to either search the top-level directory or all sub directories (default action). All the files are enumerated with an md5 hash created, after...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    (UNSAFE!) TVirus

    Destroy and PC Instantly!

    Some weird old project that I made when I was in the alies of "Jilk". This is only up so I can test it on a vm further on in time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    corrupt

    This program corrupts a unix stream at a specified error rate

    This program intentionally corrupts a unix stream at a specified error rate. It is for systematic analysis on the effects of data corruption. I wrote it to simulate bit-rot in file archives so I could test RAID and archive strategies for data recovery. A few short bash scripts are included so you can instantly enjoy text, image, audio, and video corruption. Just drop in your own data files called test.jpg, test.mp3, and test.mp4 and run the scripts. Usage format is: corrupt [OPTION...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JarOMine

    JarOMine

    Quickly Search THOUSANDS of Archives!

    If you have ever tried to locate files, classes, and resources buried amongst an ever shifting locus of ZIP and / or JAR files, we feel your pain! After spending far too much time searching hundreds of archives for moving targets, I decided to write JarOMine. Originally designed for locating Java classes, JarOMine works equally well with ZIP archives, too.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Winfilesmagnet

    Winfilesmagnet

    Sort files into subfolders by date by Type, Directory to CSV report.

    ... without any adware. Winfilesmagnet is portable. Why Winfilesmagnet? Because I wrote it for myself , and I decided to share it! You can make a donation if FileMagnet was useful to you, I might decide to add other functions to the program. http://www.nextechnics.com/winfilesmagnet/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Camera Photo Dumper

    Camera Photo Dumper

    A simple to use, lightweight, versatile photo dumper.

    Have you ever thought 'I wish I don't have to go deep inside my file system to find where I put my photos from the camera...'? Well, the product that you need is RIGHT HERE! Introducing the Camera Photo Dumper. A small program that sits on the camera's file system and you can configure it to run every time you plug it in. The program is 441 kB (452,224 bytes) plus the configuration file which is ONLY 606 BYTES!!!! It's extremely versatile, it's easy to use and IT'S OPEN SOURCE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    batch-file-extension-renamer

    batch-file-extension-renamer

    A simple application that renames files from one extension to another

    As a PHP developer I often find myself presented with a website where all the files are with a .html extension and I either have to manually rename all of the files or mess around with a shell. This tiny but powerful app takes away all that hassle.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    XBMC Media Move

    XBMC Media Move

    XBMC Media Move: Media file automated dispatcher for XBMC Media Center

    XBMC Media Move is a powerful tool designed to fill the gap between softwares like µTorrent and XBMC Media Center (Kodi) by dispatching media files (video/music/photo/etc...) automatically upon arrival. Please note that even if this software could be used in a context of illegal multimedia consumption, I do not encourage to do so! Note: XBMC Media Move is provided with already pre-configured settings; so it can be installed and used right away (following a standard use) or manually adjusted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Super CSV

    A fast, programmer-friendly, free CSV library for Java

    Super CSV is a fast, programmer-friendly, open-source library for reading and writing CSV files with Java. PLEASE NOTE: As of January 2015 we have now moved to GitHub (https://github.com/super-csv/super-csv). This SourceForge page will remain, but with limited functionality (please go to GitHub to report issues and for project downloads). It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    dndf

    dndf

    Perform a drag'n'drop of file handler given full file path as text.

    dndf is a Drag'n'Drop utility. Perform a drag'n'drop of one (or more) file handler given a text corresponding to the full file path. In the standalone mode there is a text-area where you can usually drag'n'drop (or copy-paste) the "full file path" text, from any other program (notepad, browser). In the called mode you can execute it by your local web server or similar and pass the path through arguments. Why dndf.exe? 1. I develop some programs web-based to manage (index/search) my local...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SortOf

    SortOf simply takes that stuffed and cluttered folder and sorts it out

    SortOf has the key features of being able to scan a folder for files, checks the extensions, builds a folder structure & sorts the files out. Simple as that. Please give feedback of any sort because I just want to improve & if you're feeling generous, please donate by visiting my website! Note: Please install .Net framework 4 if you don't already have it installed on your PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    Simple GUI based lightweight duplicate file finder and remover. Configurable file search and preview (via external tools) option for file data. No command-line interface available! This is basically a reimplementation of dupfinder as: it doesn't compile on my computer, the executable won't work either, the projects seems dead and I didn't wanna work through the original code. So Look'n'Feel should be somewhat the same, though some changes have been made. Algorithm is simple and suitable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Dupless - a duplicate file solution

    extract unique file sets from sets with duplicates

    Do you have lots of files? I do, particularly image files. There are lots of duplicates and I want to extract a unique set from the larger set. That is what dupless does. Written in Java, using sqlite, it is some simple code that solves the duplicate file problem. All of the code is contained in the .jar file, both source and binary. Currently it writes scripts for use on Linux or Windows. See the Wiki or the README.txt in the .jar file for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GDuplicateFinder

    GDuplicateFinder

    GDuplicateFinder - A FREE Groovy way to find file duplicates!

    ... duplicates you always wanted to dispose in an easy and friendly way. Looking for translators to translate the app! If you'd like to help me, please create a GitHub Issue here (https://github.com/guicamest/GDuplicate-Finder/issues) mentioning the language so that I get notified. Thanks in advance <3 If you want to help me continue improving this app, donate some money through paypal! https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=fezuqqg9t6j6y
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24

    umlaute

    This script corrects vowel mutation (Umlaut) errors in filenames

    I have written this short script to correct vowel mutation (Umlaut) errors in filenames. This errors typically occur when you copy files to a system with UTF-8 charset from a system using another charset. One typical case is when a Windows-Client transfers files via FTP on a server using UTF-8. Such errors can't be corrected using convmv.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Personal Document Manager DMS
    Personal Document Manager is a tool for storing, indexing and finding documents. In short: a simple, small Document Management System. Userguide at Project Webpage. Currently I am looking for people willing to join the project. Needed are: - Java developers. - Testers - Help writers Especially developers working on windows would be needet to synchronise some window management things which are different on UX based systems and Windows. And of course.... working alone...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next