The #1 Embedded Analytics Solution for SaaS Teams.
Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.
Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
Try Developer Playground
Free CRM Software With Something for Everyone
216,000+ customers in over 135 countries grow their businesses with HubSpot
Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
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...
The indexer is one php file which automatically creates and displays a thumbnail index of pictures and directories. It provides image browsing in low or high quality modes. Imagemagick's 'convert' tool is used for image resizing. No database required.
WideImage is an object-oriented PHP image library, written in PHP5. It uses GD2 and promotes ease of use and extensibility. It supports all common image transformations, such as resize, watermark, crop, draw text, ...
A Perl script that uses ImageMagick's "convert" to make thumbnails for images contained in a directory (recursively). It then generates HTML (or PHP) code for e/a image file and a Menu that links all images. Usefull for CD photo albums and for Websites
Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.
Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
vec2web is a small tool to convert vector drawings (currently DXF) to graphics which can be used on the web (currently PNG, GIF, JPEG and SWF). However, vec2web can also convert DXF drawings to XBM, XPM, PNM, MNG and BMP. PS / EPS support is planned.