Mining repetitive code changes from version control history is a common way
of discovering unknown change patterns. Such change patterns can be used in
code recommender systems or automated program repair techniques. While there
are such tools and dataset... (more…)
Read more »
We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (more…)
Read more »
In this post we will see how to create a simple JSON server in Python to mock external APIs. This can be useful when developing an application that will make use of third-party applications via the… (more…)
Read more »
Visual Studio Code is a cross platform editor that supports multiple programming languages. Combining with Python, and its associated 3rd party packages that wrap Twitter’s API, we can easy connect…...
Read more »
pyCANON is a Python library which allows the user to know the anonymity
level of a dataset based on a set of quasi-identifiers (QI), and a set of
sensitive attributes. To do so, it provides a set of functions to compute the
anonymity level of a dataset by... (more…)
Read more »