node-validate-npm-package-name
Checks if a string is a valid npm package name
This module can determine if a string is valid to be used a npm module name.
This module will show conformance to old naming rules and new naming rules
separately.
libipset13t64
library for IP sets
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
administered by the ipset(8) utility. Depending on the type, currently an
IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
MAC addresses in a way which ensures lightning speed when matching an
entry against a set.
gcc-8-plugin-dev-sh4-linux-gnu
Files for GNU GCC plugin development.
libdata-phrasebook-perl
perl implementation of the phrasebook paradigm
The phrasebook pattern is a technique to separate expressions in one language
(e.g. SQL) from the main code that is written in another (e.g. Perl). The
translations are kept in a separate file - the phrasebook.
python3-whois
Python module for retrieving WHOIS information
This Python wrapper for the "whois" command has a simple interface to access
parsed WHOIS data for a given domain.
libjs-angularjs
lets you write client-side web applications as if you had a smarter browser
It lets you use good old HTML (or HAML, Jade and friends) as your template
language and lets you extend HTML's syntax to express your application's
components clearly and succinctly. It automatically synchronizes data from
your UI (view) with your JavaScript objects (model) through 2-way data
binding. To help you structure your application better and make it easy to
test, AngularJS teaches the browser how to do dependency injection and
inversion of control. It also helps with server-side communication, taming
async callbacks with promises and deferreds; and make client-side navigation
and deeplinking with hashbang urls or HTML5 pushState a piece of cake.