1472 packages sorted by the number of stars

Search: Sort by: Category: Repository:
DB Browser for SQLite

DB Browser for SQLite 3 users starred this package

Description: DB Browser for SQLite is a high quality, visual, open source tool to
create, design, and edit database files compatible with SQLite.

It is for users and developers wanting to create databases, search, and edit
data. It uses a familiar spreadsheet-like interface, and you don't need to
learn complicated SQL commands.

Controls and wizards are available for users to:

  • Create and compact database files
  • Create, define, modify and delete tables
  • Create, define and delete indexes
  • Browse, edit, add and delete records
  • Search records
  • Import and export records as text
  • Import and export tables from/to CSV files
  • Import and export databases from/to SQL dump files
  • Issue SQL queries and inspect the results
  • Examine a log of all SQL commands issued by the application
Category: Development; License: GPLv3; Created by: kvmp246810
UltraStar Deluxe

UltraStar Deluxe 3 users starred this package

Description: karaoke

Category: Music; License: GPLv2; Created by: tim.lebedk...
Firefox ESR

Firefox ESR 3 users starred this package

Description: web browser

This package installs Firefox in English. You can add languages after the installation by navigating to https://addons.mozilla.org/de/firefox/language-tools/ .

kw: Mozilla

Category: Communications; License: Mozilla Firefox license 2.0; Created by: Z.Shahan
MiKTeX 64 bit

MiKTeX 64 bit 3 users starred this package

Description: implementation of TeX and related programs

Category: Text; License: MiKTeX license; Created by: tim.lebedk...
Krita

Krita end-of-life 3 users starred this package

Description: WARNING: a system restart can be required
WARNING: Windows Vista or higher is required
raster graphics editor.

Category: Photo; License: GPLv2; Created by: knockdownc...
KeePassXC

KeePassXC 3 users starred this package

Description: KeePassXC is a community fork of KeePassX, a native cross-platform port of KeePass Password Safe, with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.

Category: Security; License: GPLv2; Created by: piotrkakol...
Inkscape 64 bit

Inkscape 64 bit 3 users starred this package

Description: Vector graphics editor

Category: Productivity; License: GPLv2; Created by: igitur
Open Hardware Monitor

Open Hardware Monitor 3 users starred this package

Description: voltages, fan speeds, temperatures, load and clock speeds monitor

Category: Tools; License: MPL 2; Created by: knockdownc...
Open Broadcaster Software 64 bit

Open Broadcaster Software 64 bit 3 users starred this package

Description: Free, open source software for live streaming and recording

Open Broadcaster Software is free and open source software for video recording and live streaming. Supported features include:

  • Encoding using H264 (x264) and AAC.
  • Support for Intel Quick Sync Video (QSV) and NVENC.
  • Unlimited number of scenes and sources.
  • Live RTMP streaming to Twitch, YouTube, DailyMotion, Hitbox and more.
  • File output to MP4 or FLV.
  • GPU-based game capture for high performance game streaming.
  • DirectShow capture device support (webcams, capture cards, etc).
  • Windows 8 high speed monitor capture support.
  • Bilinear or lanczos3 resampling.

kw: obs, screen, cast, studio

Category: Video; License: GPLv2; Created by: tim.lebedk...
Mumble

Mumble 3 users starred this package

Description: voice chat software primarily intended for use while gaming

Category: Video; License: BSD license; Created by: tim.lebedk...
Core Utilities

Core Utilities end-of-life 3 users starred this package

Description: WARNING: this package is deprecated. Please use mingw-get or MinGW Installation Manager Setup Tool instead.

Basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system.

File utilities:

  • chgrp: Changes file group ownership.
  • chown: Changes file ownership.
  • chmod: Changes file permissions.
  • cp: Copies files.
  • dd: Copies and converts a file.
  • df: Shows disk free space on filesystems.
  • dir: Gives a brief directory listing.
  • dircolors: Setup program for the color output of GNU ls.
  • du: Shows disk usage on filesystems.
  • install: Copies file and sets its permissions.
  • ln: Creates file links.
  • ls: Lists directory contents.
  • mkdir: Creates directories.
  • mkfifo: Creates FIFOs (named pipes).
  • mknod: Creates special files.
  • mv: Moves files.
  • rm: Removes (deletes) files.
  • rmdir: Removes empty directories.
  • shred: Destroy data in files.
  • sync: Synchronizes filesystem buffers and disk.
  • touch: Changes file timestamps.
  • vdir: Long directory listing.

Text utilities:

  • cat: concatenates and prints files on the standard output
  • cksum: checksum and count the bytes in a file
  • comm: compares two sorted files line by line
  • csplit: splits a file into sections determined by context lines
  • cut: remove sections from each line of files
  • expand: convert tabs to spaces
  • fmt: simple optimal text formatter
  • fold: wrap each input line to fit in specified width
  • head: output the first part of files
  • join: join lines of two files on a common field
  • md5sum: compute and check MD5 messsage digest
  • nl: number lines of files
  • od: dump files in octal and other formats
  • paste: merge lines of files
  • ptx: produce a permuted index of file contents
  • pr: convert text files for printing
  • shasum: compute and check SHA1 message digest
  • sort: sort lines of text files
  • split: split a file into pieces
  • sum: checksum and count the blocks in a file
  • tac: concatenates and prints files in reverse
  • tail: outputs the last part of files
  • tr: translates or deletes characters
  • tsort: perform topological sort
  • unexpand: convert spaces to tabs
  • uniq: remove duplicate lines from a sorted file
  • wc: prints the number of bytes, words, and lines in files

Shell utilities:

  • [ - Check file types and compare values
  • basename - Removes the path prefix from a given pathname.
  • chroot - Changes the root directory.
  • date - Prints/sets the system date and time.
  • dirname - Removes the last level or filename from a given pathname.
  • echo - Prints a line of text.
  • env - Displays/modifies the environment.
  • expr - Evaluates expressions.
  • factor - Prints prime factors.
  • false - Returns an unsuccessful exit status.
  • groups - Print the groups that the user is a member of.
  • hostid - Print the numeric identifier for the current host
  • hostname - Print or set the machine name.
  • id - Print real/effective uid/gid.
  • logname - Print current login name.
  • nice - Modify scheduling priority.
  • nohup - Allows a command to continue running after logging out.
  • pathchk - Check file name portability.
  • pinky - Lightweight finger
  • printenv - Prints environment variables.
  • printf - Formats and prints data.
  • pwd - Print the current working directory.
  • seq - Print numeric sequences.
  • sleep - Suspends execution for a specified time.
  • stty - Print/change terminal settings.
  • su - Allows you to adopt the id of another user or superuser.
  • tee - Sends output to multiple files.
  • test - Evaluates an expression.
  • true - Returns a successful exit status.
  • tty - Print terminal name.
  • uname - Print system information.
  • users - Print current user names.
  • who - Print a list of all users currently logged in.
  • whoami - Print effective user id.
  • yes - Print a string repeatedly.
Category: Tools; License: GPLv2; Created by: tim.lebedk...
Paint.NET 64 bit

Paint.NET 64 bit 3 users starred this package

Description: WARNING: since 4.0.12 this package always installs the newest version of the software.

raster graphics editor

Category: Photo; License: Freeware; Created by: knockdownc...
MuPdf 64 bit

MuPdf 64 bit 3 users starred this package

Description: MuPDF is a lightweight PDF, XPS, and E-book viewer.

MuPDF consists of a software library, command line tools, and viewers for various platforms.

The renderer in MuPDF is tailored for high quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen.

The viewer is small, fast, yet complete. It supports many document formats, such as PDF, XPS, OpenXPS, CBZ, EPUB, and FictionBook 2. You can annotate PDF documents and fill out forms with the mobile viewers (this feature is coming soon to the desktop viewer as well).

The command line tools allow you to annotate, edit, and convert documents to other formats such as HTML, SVG, PDF, and CBZ. You can also write scripts to manipulate documents using Javascript.

The library is written modularly in portable C, so features can be added and removed by integrators if they so desire. We also have a Java library using JNI that works on both Oracle's Java and Android.

Category: Text; License: AGPLv3; Created by: krzysztofr...
Microsoft Small Basic

Microsoft Small Basic 3 users starred this package

Description: Microsoft Small Basic puts the fun back into computer programming. With a friendly development environment that is very easy to master, it eases both kids and adults into the world of programming.

Category: Development; License: Freeware; Created by: hdogan1974
MediaMonkey

MediaMonkey 3 users starred this package

Description: music collection

Category: Music; License: Freeware; Created by: a.rajaey
Media Player Classic - Black Edition 64 Bit

Media Player Classic - Black Edition 64 Bit 3 users starred this package

Description: Media Player Classic - BE is a free and open source audio and video player for Windows.
Media Player Classic - BE is based on the original “Media Player Classic” project (Gabest) and “Media Player Classic Home Cinema” project (Casimir666), contains additional features and bug fixes.

Category: Video; License: Freeware; Created by: hdogan1974
Malwarebytes

Malwarebytes 3 users starred this package

Description: Antivirus

Category: Security; License: unknown; Created by: tim.lebedk...
Internet Download Manager

Internet Download Manager 3 users starred this package

Description: Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.

Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, audio and video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.

Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.

Version 6.38 adds Windows 10 compatibility, adds IDM download panel for web-players. It also features complete Windows 8.1 (Windows 8, Windows 7 and Vista) support, page grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE 11 and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.

Category: Communications; License: BSD license; Created by: lucas.mizz...
ImageMagick 64 bit

ImageMagick 64 bit 3 users starred this package

Description: raster graphics editor used to batch process

Category: Photo; License: Apache License 2.0; Created by: knockdownc...
glogg

glogg 3 users starred this package

Description: browse and search through long or complex log files. glogg can be seen as a graphical, interactive combination of grep and less.

Category: Text; License: GPLv2; Created by: tim.lebedk...
GitHub

GitHub 3 users starred this package

Description: WARNING: this package always installs the newest version of the software
GitHub client

Category: Development; License: unknown; Created by: tim.lebedk...