Imagine one guy got infected by a virus and you want to detect potential infections by direct contact. We have an array that represents the city where he lives and subarrays that represent the houses where he went. We are gonna use numbers (people identification) for our example.
Updated version using Set properly thanks to japanfever
Samsung loading screen animation
/in CSS3, JavaScript/by GénesisSpeech about Web Technologies in Tech Talent South organized by UXMeet
/in Recognition/by GénesisYou can read a short introduction written on Medium: From undefined to something.js
JavaScript Even in the Soup
/in Design/by GénesisA soup meal with really cool tools for JavaScript. Who knows how this will change tomorrow xD
Get infected parameters starting from a specific carrier
/in JavaScript/by GénesisImagine one guy got infected by a virus and you want to detect potential infections by direct contact. We have an array that represents the city where he lives and subarrays that represent the houses where he went. We are gonna use numbers (people identification) for our example.
Updated version using Set properly thanks to japanfever
Simple local development environment for web apps
/in Tooling/by Génesischromium-browser --disable-web-security --user-data-dir=/tmp/something
in your terminal to allow all origins (temporary ignore CORS mechanism )Note: Use Chromium without security just with your own code for testing and development, do not browse with it and beware about using third-party software in your code.