
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Finger(er) is a finger server that returns the GitHub profile associated with the provided username. Quickly lookup GitHub user and organization information using a standard finger
command.
Syntax
finger zachflower@fingerer.zacharyflower.com
Response
+-[ User ]-------------------------------------------------------------------+
| |
| Username: zachflower Full Name: Zachary Flower |
| Website: http://zacharyflower.com Email: zach@zacharyflower.com |
| Location: Boulder, CO |
| |
+-[ Stats ]------------------------------------------------------------------+
| |
| Followers: 26 Following: 11 Repositories: 35 |
| |
+-[ Biography ]--------------------------------------------------------------+
| |
| Professional nerd, avid indoorsman, technical writer, contributor |
| @fixateio, lead developer @emersonstone |
| |
+----------------------------------------------------------------------------+
Member since Sat Jul 16 19:20:34 2011
Via Wikipedia:
The Name/Finger protocol, written by David Zimmerman, is based on Request for Comments document RFC 742 (December 1977) as an interface to the name and finger programs that provide status reports on a particular computer system or a particular person at network sites. The finger program was written in 1971 by Les Earnest who created the program to solve the need of users who wanted information on other users of the network. Information on who is logged-in was useful to check the availability of a person to meet. This was probably the earliest form of presence information for remote network users.
Prior to the finger program, the only way to get this information was with a who program that showed IDs and terminal line numbers (the server's internal number of the communication line, over which the user's terminal is connected) for logged-in users. Earnest named his program after the idea that people would run their fingers down the who list to find what they were looking for.
Add this line to your application's Gemfile:
gem 'fingerer'
And then execute:
bundle install
Or install it yourself as:
gem install fingerer
Usage: fingerer [options]
-d, --daemonize Run as a background process
-p, --port PORT Port to run on (default: 79)
-l, --listen IP IP to listen on (default: 0.0.0.0)
Note: Finger(er) must be run as root, as fingerd is expected to be listening on port 79.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Fingerer is open-sourced software licensed under the MIT license.
FAQs
Unknown package
We found that fingerer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.