Archive for August 2017

Common Probability Distributions: The Data Scientist’s Crib Sheet

Posted on August 31, 2017. Filed under: Uncategorized | Tags: , |

Common Probability Distributions: The Data Scientist’s Crib Sheet Data scientists have hundreds of probability distributions from which to choose. Where to start?

Read Full Post | Make a Comment ( Comments Off on Common Probability Distributions: The Data Scientist’s Crib Sheet )

Git bisect and Perl

Posted on August 9, 2017. Filed under: Uncategorized | Tags: , , , , , |

Git bisect and Perl git bisect run treats certain exit values specially: 125 means the code cannot be tested, and 128 or higher will abort the bisect process. If Perl throws an exception it exits with 255 (instead of 0 for a pass and 1 for a test fail), aborting the bisect altogether. To fix […]

Read Full Post | Make a Comment ( Comments Off on Git bisect and Perl )

Time synchronization between Ubuntu and VirtualBox

Posted on August 8, 2017. Filed under: Uncategorized | Tags: , , , |

rem VirtualBox: How to sync host and guest time? rem https://superuser.com/questions/463106/virtualbox-how-to-sync-host-and-guest-time rem all times in ms REM ALL THE %VM% STUFF IS UNTESTED REM ALL THE %VM% STUFF IS UNTESTED REM ALL THE %VM% STUFF IS UNTESTED set VM=”Ubuntu 16.04.2″ REM ALL THE %VM% STUFF IS UNTESTED REM ALL THE %VM% STUFF IS UNTESTED REM […]

Read Full Post | Make a Comment ( Comments Off on Time synchronization between Ubuntu and VirtualBox )

git-refresh

Posted on August 4, 2017. Filed under: Uncategorized | Tags: , , , , |

At @taustation, we use a tool called git-refresh and for months have had a perfectly clean git history. Because I'm sick of this … [messy subway map] — (((CurtisOvidPoe))) (@OvidPerl) August 4, 2017 git-refresh From comments in the above: # Regardless of the branch you are on, this code: # – stashes changes (if any) […]

Read Full Post | Make a Comment ( Comments Off on git-refresh )

Liked it here?
Why not try sites on the blogroll...