Save hundreds of developer hours with components built for SaaS applications.
The #1 Embedded Analytics Solution for SaaS Teams.
Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
Try Developer Playground
Secure remote access solution to your private network, in the cloud or on-prem.
Deliver secure remote access with OpenVPN.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
A shell script to convert any file or command output into a html table
Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain.
Usage Examples: (Type them on Terminal)
cd ~/Downloads/tabulate # location
chmod +x *.sh
cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html"
# or > "/var/www/html/marks.html"
-d specifies...
[ Please read https://sourceforge.net/p/darkbot/news/2014/01/darkbots-revitalization/ ]
Darkbot is a portable IRC chat robot written in the C language that can be taught responses to user inquiries, and even have conversations with them. Darkbot was originally created by Jason Hamilton as an aid for help channels on Intenet Relay Chat.
This tool was intended to be run under OpenWrt (so it's small and has no dependencies) but it can be also built/run under most other *nixes and Windows.
It's very easy to use, run it with -h or --help argument to see a brief howto.
I hope someone finds it useful.
C# Website system. This is going to be the "Newer" Internet, and even has a custom theme system. This is going to let users do "anything" that won't harm the client computer in any way.
mod_accounting is a simple Apache module that can record traffic statistics into a database (bytes in/out per http request).
NOTE: this project has been abandoned years ago. The code in the repository needs some fixing in order to be usable.
Also, it needs a security review, especially in the query building part: as it is, %h, %R and %e placeholders could lead to SQL injection.
If anyone wishes to maintain the project, just let me know.