Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.
Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
Learn More
Simplify Purchasing For Your Business
Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.
Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
script to ease managing package upgrades in openSUSE
OpenSUSE package manager zypper lacks a way to see packages' version statuses in brief. It's also not possible to ignore package/RPM versions when checking or choosing packages to upgrade (eg. from version 1.2.3-1.2 to 1.2.4-1.2). With pkg_version-zypper.rb script you can first see a nice list of package statuses and ignore packages' minor versions (eg. from version 1.2.3-1.2 to 1.2.3-1.3) when upgrading your software.
In daily usage basis, this enables to avoid re-installing tens and...
Prastava (hindi for "suggestion") - a generic open source recommendationsystem built entirely in ruby. This system gives recommendations to users on the basis of their past likings (ratings of items) and an item file(for content based similarity).
This is a recommendationsystem built in ruby which is able to generate recommendations for user inputted data (a text file and a ratings matrix). It works on a hybrid model of collaborative filtering and content based filtering.