Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
qBittorrent is a BitTorrent client programmed in C++/Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
It aims to be a good alternative to all other BitTorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.
qBittorrent Enhanced is a bittorrent client based on qBittorrent with the following features:
Auto Ban Xunlei, QQ, Baidu, Xfplay, DLBT and Offline downloader
Auto Ban Unknown Peer from China Option (Default: OFF)
Auto Update Public Trackers List (Default: OFF)
Auto Ban BitTorrent Media Player Peer Option (Default: OFF)
Peer whitelist/blacklist
rTorrent is a BitTorrent client with an ncurses interface. It supports full encryption, DHT, PEX, and Magnet Links. It can also be controlled via XML-RPC over SCGI.
libtorrent-rasterbar is a feature-complete C++ BitTorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops.
Deluge contains the common features to BitTorrent clients such as Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits. Deluge heavily utilises the libtorrent library. It is designed to run as both a normal standalone desktop application and as a client-server.
Transmission is a BitTorrent client that comes with graphical, textual, and Web user interfaces. Transmission also has a daemon for unattended operations. It supports local peer discovery, full encryption, DHT, µTP, PEX and Magnet Links.
Aria2 is a lightweight, multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
Xiphos is a Bible study tool using GTK. It uses Sword to display bibles, commentaries, dictionaries, and other texts and images. Xiphos includes features such as searching, biblesync, bookmarks, parallel study, and original language study.
The SWORD Project is a free Bible software project used to create Bible software, with support for multiple texts and languages.
Science, Programming, Art and Radioelectronics Club (SPARC) is a book that explains how to combine the topics mentioned in the title to build projects. The book can be used to teach programming classes in colleges and to organize workshops in hackerspaces or other community-driven spaces. Currently the book is available in Russian and English.
In 2002, Sam Williams wrote Free as in Freedom, a biography of Richard M. Stallman. In its epilogue, Williams expressed hope that choosing to distribute his book under the GNU Free Documentation License would enable and encourage others to share corrections and their own perspectives through modifications to his work. Free as in Freedom (2.0) is Stallman's revision of the original biography. While preserving Williams's viewpoint, it includes factual corrections and extensive new commentary by Stallman, as well as new prefaces by both authors written for the occasion. It is a rare kind of biography, where the reader has the benefit of both the biographer's original words and the subject's response.
Structure and Interpretation of Computer Programs (SICP) is a textbook aiming to teach the principles of computer programming.
Using Scheme, a dialect of the Lisp programming language, the book explains core computer science concepts such as abstraction in programming, metalinguistic abstraction, recursion, interpreters, and modular programming.
The Boost.Sync library provides mutexes, semaphores, locks and events and other thread related facilities. Boost.Sync originated from Boost.Thread.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
Mdds (multi-dimensional data structure) provides a collection of multi-dimensional data structures and indexing algorithms for C++. It includes flat segment trees, segment trees, rectangle sets, point quad trees, multi-type vectors and multi-type matrices.
A collection of libraries intended to be widely useful, and usable across a broad spectrum of applications.
The Boost.Signals2 library is an implementation of a managed signals and slots system.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
This is a 32-bit build of U-Boot.
This package only contains the file u-boot.bin.
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
This U-Boot variant is for the Technologic Systems TS-7970 revision C board, which includes a quad core Freescale i.MX6 CPU and 2 GiB of RAM clocked at 1000MHz. The binary U-Boot image to flash is the libexec/u-boot.imx file. It can be used with the zImage and the imx6q-ts7970.dtb files provided by the linux-libre-arm-generic image.
To flash this bootloader, write it to an SD card, then using the U-Boot serial console:
mmc dev 0 load mmc 0:1 $loadaddr /boot/u-boot.imx sf probe sf erase 0 0x80000 sf write $loadaddr 0x400 $filesize
The factory values of U-Boot must also be reset so that it boots using a zImage instead of the default uImage:
run clearenv reset
For more information, refer to https://docs.embeddedts.com/TS-7970#Update_U-Boot.