Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
A fork of the ptpd Precision Time Protocol (PTP) server/client intended to comply with the IEEE 1588-2008 (Version 2) specification, be actively maintained and improved, and focused on operation on Linux or other related Unix variants.
Linux Alarm Clock provides the user with the ability to get reminded of birthdays, important dates and get woken up in the morning. It plays your favourite mp3 or the default audio file. Runs specifically in the Linux shell and has an optional GUI.
BSmapper - Sequence mapper for bisulfite sequencing reads for DNA methylation studies. Can handle Sanger and 454 reads for mapping to whole genomes or target regions.
BCU SDK is a C based, high level development system for creating programs for EIB/KNX BCU devices. It includes the GNU toolchain for the m68hc05 architecture (m68hc05-gcc, m68hc05-gdb, newlib). Bus access is possible using multiple methods.
Tunnel all your your shell commands/tools through HTTP, Socks4 or Socks5 proxies. Different proxy types can be mixed in the same chain and supports authentication for HTTP and Socks5. It works by hooking all the calls to connect().
Smarc is a fast and high quality audio rate converter. It allows conversion between any sample rate, and has been optimized for standard audio rates. Smarc is available as a command line program, or as a C library.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
MikroConf is a commandline administration interface for Linux-based embedded systems (linux/uclibc/busybox), which can be easily extended with new administration modules using the Tcl programming language.
Gelide is a configurable frontend which let you manage any kind of emulated system (arcade, console, PC, etc) letting you to catalog and launch any game from any existing emulator under GNU/Linux.
https://github.com/a2o/snoopy
Snoopy development has been migrated to github. Please follow the link "Snoopy Logger Web Site" below.
Snoopy is designed to aid a sysadmin by providing a log of commands executed. Snoopy is completely transparent to the user and applications. It is linked into programs to provide a wrapper around calls to execve(). Logging is done via syslog.
The SCSI Bus Analyzer Solution (scsitrace) is a Linux device driver that can be enabled on-the-fly to capture protocol traces trafficking across SCSI-based storage devices.
A suite of tools for Computer Science faculty members to help provided automated feedback to students as well as assist with the management of those assignments. Support is primarily for RAPTOR assignments, but Processing is supported as well.
A tool that determines the winner of a vote through many different systems. Amongth the supported systems are: Borda count, Instant-runoff voting, Condorcet method, Ranked pairs, Cloneproof schwartz sequential droping / beatpath winner.
Homepages for my projects: userinfo, pwmd, libpwmd, cboard, ncast, ezxradio and bubblegum. There are also code snippets, both VIM and EPIC scripts and more.
You can turn your USB sticks and even your removable hard disks into a portable safe and securely carry your all sensitive data or work. The USBK protects your privacy. www.usb-k.com
Renames your moviefiles. Rename the files to foldername, delete all subfolders, add CD(x) if more than one moviefile, do the same with sub, idx, srt files and delete picture files, sfv, info, dll. At other fileendings, the folder will be untouched.
thttpd-ng, standing for tiny/throttling/turbo HTTP daemon next generation, is a fast, light weight, portable web server, based on the famous thttpd project and designed to serve static content efficiently or simple CGI programs,.
tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz