Explore >> Select a destination


You are here

www.kirsle.net
| | www.both.org
1.0 parsecs away

Travel
| | All downloads are provided "as-is" without warranty of any kind. ################################################################################ # Copyright (C) 2007, 2013, 2024 David Both # # Millennium Technology Consulting LLC # # http://www.millennium-technology.com ## ## This program is free software; you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # # the Free...
| | www.ctan.org
1.2 parsecs away

Travel
| | [AI summary] An announcement about the currvita LaTeX package, a utility for typesetting curriculum vitae documents.
| | danq.me
1.3 parsecs away

Travel
| | Quick Links Download from RubyGems.org Source on GitHub Mobile-OTP standard About the project This RubyGem implements the Mobile-OTP standard in Ruby, allowing you to write Ruby (and Rails) powered servers and client implementations. This enables you, for example, to implement strong two-factor authentication into your web application, where your users use their mobile phones as a remote token. Installation gem install motp Server Implementation For each user, come up with a secret and allow them to specify their PIN. Store both. When they use your system, ask them for the One-Time Pad. They can get this by using their mobile phone (which they've already configured with the secret) and entering their PIN. require 'motp' Motp::check(secret, pin, otp) Returns ...
| | brianreiter.org
7.5 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...