Best of Data ScienceMay 2022

  1. 1
    Article
    Avatar of ghblogGitHub Blog·4y

    Math support in Markdown

    From today, you can use the $ and $$ delimiters natively in Markdown on GitHub to insert math expressions. This content is then rendered using the highly popular MathJax library. Mathematical expressions are key to information sharing amongst engineers, scientists, data scientists and mathematicians.

  2. 2
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Beautify GitHub Profile | CSS-Tricks

    Beautify is a tool that lets you create your own custom-made badges. The tool is available for iOS, Android, Windows, Mac and Linux. The site also has a number of other tools to make it easier for you to make your own. For more information on how to use the tool, visit the website.

  3. 3
    Article
    Avatar of hnHacker News·4y

    Ancient Earth

    Some elements of this visualization are not adjusted for time (eg. cloud and star positions). The locations are accurate to ~100 km. The coloring of the maps is based on elevation and bathymetry: dark blue = deep water, light blue = shallow water; dark green, green, tan, brown, white = ground in increasing order of elevation.

  4. 4
    Article
    Avatar of phProduct Hunt·4y

    Array Builder - A free tool to visualize the output of array operations

    Free tool to visualize the output of array operations. Can be used to write code inside map/reduce/filter blocks & see the results live in the adjacent column. It simplifies writing blocks of code & debugging chained operations. It's free to download and use.

  5. 5
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    5 Cool Computer Vision Projects

    Fire detection algorithms are important because they help prevent fires before they happen and even have the capacity to save lives. The basic idea of the proposed fire-detection is to adopt an RGB (red, green, blue) model-based chromatic and disorder measurement for extracting fire pixels and smoke pixels.