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.
curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, file transfer resume, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy tunneling, and so on.
This package provides a free and easy-to-use client-side C++ URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP; in particular it supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and more!
trurl is a command line tool that parses and manipulates URLs, designed to help shell script authors everywhere.
It is similar in spirit to tr. Here, tr stands for translate or transpose.
Provided a set of HTTP request headers, h2c outputs how to invoke curl to obtain exactly that HTTP request.
Whether you're looking for a job or trying to help a friend to find one, CVAssistant is a tool for you. It helps you by preparing resumes and cover letters and organizing your job application process. It:
Stores all your skills and experiences.
Creates resumes tailored for each job you apply.
Creates cover letters summarized to match each job advertisement.
Keeps a history of job applications so you are ready when you receive a phone call.
Writes resumes in your language. All languages are supported!
Blacksmith is an implementation of Rowhammer fuzzer that crafts novel non-uniform Rowhammer access patterns based on the concepts of frequency, phase, and amplitude. It is able to bypass recent TRRin-DRAM mitigations effectively and as such can trigger bit flips.
This tool lets you search for ROP gadgets in binaries. Some facilities are included for automatically generating chains of gadgets to execute system calls.
Gallia is an extendable pentesting framework with the focus on the automotive domain. The scope of the toolchain is conducting penetration tests from a single ECU up to whole cars.
Pwntools is a capture-the-flag (CTF) framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible.
SASL (Simple Authentication Security Layer) is an Internet standards-track method for remote computers to authenticate. The Cyrus SASL library makes supporting various SASL mechanisms easy for both client and server writers.
The cyrus-sasl-xoauth2 plugin adds support for XOAUTH2 authentication to Cyrus SASL. Install this package with the isync package to enable fetching mail from IMAP servers advertising XOAUTH2 support.
Darwin's cctools are a set of tools somewhat similar in purpose to GNU Binutils, but for Mach-O files targeting Darwin. The suite includes install_name_tool, dyldinfo, and other specialized tools in addition to standard utilities like ld and as. This package provides portable versions of the tools.
GDL (GNU Data Language) is an incremental compiler compatible with IDL (Interactive Data Language) and to some extent with PV-WAVE. Together with its library routines it serves as a tool for data analysis and visualization in such disciplines as astronomy, geosciences and medical imaging.
MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
pgcli is a command line interface for PostgreSQL with autocompletion and syntax highlighting.
Sparql-query is a command-line tool for accessing SPARQL endpoints over HTTP. It has been intentionally designed to feel similar to tools for interrogating SQL databases. For example, you can enter a query over several lines, using a semi-colon at the end of a line to indicate the end of your query. It also supports readline so that you can more easily recall and edit previous queries, even across sessions. It can be used non-interactively, for example from a shell script.
Cassandra Cluster Manager is a development tool for testing local Cassandra clusters. It creates, launches and removes Cassandra clusters on localhost.
This package provides an Emacs major mode rec-mode for working with GNU Recutils text-based, human-editable databases. It supports editing, navigation, and querying of recutils database files including field and record folding.
QDBM is a library of routines for managing a database. The database is a simple data file containing key-value pairs. Every key and value is serial bytes with variable length. Binary data as well as character strings can be used as a key or a value. There is no concept of data tables or data types. Records are organized in a hash table or B+ tree.
Memcached is an in-memory key-value store. It has a small and generic API, and was originally intended for use with dynamic web applications.
PyMySQL is a pure-Python MySQL client library, based on PEP 249. Most public APIs are compatible with mysqlclient and MySQLdb.
python-lmdb or py-lmdb is a Python binding for the Lightning Memory-Mapped Database (LMDB), a high-performance key-value store.
SQL::Tokenizer is a tokenizer for SQL queries. It does not claim to be a parser or query verifier. It just creates sane tokens from a valid SQL query.
Sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.