searx
Privacy-respecting metasearch engine
Searx is an internet metasearch engine which aggregates results from more than
70 search services. Searx runs as a web service and provides a web interface
that allows the user to do a general search (aggregating results from google,
bing, yahoo) or search for files (piratebay, kickass, torrentz), images (bing,
deviantart, google images, flickr), IT (github, stackoverflow, Arch Linux
wiki), maps (OpenStreetMap, photon), music (youtube, spotify, soundcloud),
news (bing news, google news, reddit), science (arxiv, wolframalpha) social
media (digg, twitter) and videos (youtube, dailymotion, vimeo).
ucrpf1host
host program for Panowin F1 3D printer
ucrpf1host is a host program for a 3D printer called Panowin F1. It can also
be used on other 3D printers but beware that it might not work perfectly.
python3-intbitset
unordered sets with ultra fast operations
The ``intbitset`` library provides a set implementation to store sorted
unsigned integers either 32-bits integers (between ``0`` and
``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
with fast set operations implemented via bit vectors in a *Python C
extension* for speed and reduced memory usage.
wcc
Collection of tools to manipulate binaries and shared objects
This tool permits one to manipulate binaries and shared libraries to reuse
their API into an external usage, as a relocatable object that
can be linked to a new project, or through an interpreter (wsh)
to execute internal API directly.
r-cran-blob
GNU R S3 Class for Representing Vectors of Binary Data ('BLOBS')
R's raw vector is useful for storing a single binary object.
What if you want to put a vector of them in a data frame? The blob
package provides the blob object, a list of raw vectors, suitable for
use as a column in data frame.
php-fpdf
PHP class to generate PDF files
FPDF is a PHP class that allow generating PDF files with pure PHP,
that is to say without using the PDFlib library. FPDF provides
high-level functions and has the following main features: