With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
BoldTrail Real Estate CRM
A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.
BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
A Windows console app to delay a specified number of seconds and exit if a key is pressed. Handy for automation batch files. For example:
:start
batdelay 10
if ERRORLEVEL 1 goto :EOF
...do something
goto start
"bash the Database" is a loadable builtin command for the GNU bash shell which allows scripted access to relational databases using SQL commands similar to those used in embedded SQL programs. Originally written for DB2, support has been added for databa
Unix utility to help to create XML files from shell scripts.
Simple Unix utility to help to create XML files from shell scripts. It encapsulates what comes from the pipe.
Ex.: $> echo hi | tagx label
<label> hi </label>
Elevate a programm to run it with administrative security level. sudo for windows 7 elevates the security level if you are in the administrator group. Simple UAC elevation.
This is a project containing a simple Unix Shell using the C Programming Language that will have features such as an implementation of command line history and more.
Total Network Visibility for Network Engineers and IT Managers
Network monitoring and troubleshooting is hard. TotalView makes it easy.
This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
yume is a menu system with user-variable shell commands. For example, yume -bu date ls -ex -do 'ls -al' 'cal -3' makes a menu with 3 fixed buttons and 2 editable ones that can execute when the mouse cursor crosses them. yume3 is Gtk-based.
Single User Mode Lock (SUMLock) is a program to lock down the root user's terminal in Single User Mode (-s) on Mac OSX. Currently it does this by way of a password which is hardcoded into the program at the time of compilation.
scponly is an alternative 'shell' (of sorts) for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution priviledges.
Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file and/or to syslog. It's main purpose is the auditing of users who need a shell with root privileges. They start rootsh through the sudo mechanism.
The xml-coreutils are simple shell command line tools which operate directly on XML files in a way which is analogous to the classical unix shell commands.
win-bash is port of the GNU bash for Microsoft Windows NT based systems. It is independent from the cygwin library and any other non-standard DLL and does not need any registry variables. win-bash is based on bash_nt from Mountain Math Software.
The active development of the project has been discontinued, mainly because of the old age of the code. There are more modern and more bug free alternatives today, which we recommend to use.
Dustin's Super Awesome SHell (or DSASH) is my personal side project to keep my programming skills up to par. It is a unix shell that I will write to (eventually) compliant to the POSIX shell standard.
A simple UNIX shell supporting piping, variables, and backgrounding. Created for CS470 at UK to explore process creation in UNIX-style operating systems.
SoupToNuts is a repository of technical articles and example software covering Postfix, OpenSSH, C and C++, Live Linux CD, MySQL, SQLite, Berkeley DB, Bash and System Administration.
transpose is a fast and efficient command-line tool that transposes (the rows become the columns, the columns become the rows) or reshapes a matrix in plain text. Inputs and outputs can be files or streams.