This week, Twitter upped their single-tweet character limit from 140 to 280, purportedly based on this interesting analysis of tweet lengths published on Twitter's engineering blog.
The gist of the analysis is this: English language tweets display a rough... (more…)
Read more »
This is a guide on how to make your first bot project using python. it is simple and easy to follow. This is a great project to learn python and have fun wit... (more…)
Read more »
Proxy re-encryption is a set of algorithms which allows an untrusted proxy to transform ciphertext from being encrypted under one key to… (more…)
Read more »
Clustering is a type of Unsupervised learning. This is very often used when you don’t have labeled data. K-Means Clustering is one of the popular clustering algorithm. The goal of this algorithm is to find groups(clusters) in the given data. In this post ... (more…)
Read more »
In the previous post I've described how to write a script
that's both valid Ruby and Python.
Then I came up with the idea of adding Perl on top if it. (more…)
Read more »