Tag Archives: web
Web – Save your web pages as eBook .
Web – Find the Plus Codes address.
Plus Codes are like street addresses for people or places that don’t have one. Instead of addresses with street names and numbers, Plus Codes are based on latitude and longitude and displayed as numbers and letters. With a Plus Code, people can receive deliveries, access emergency, and social services, or just help other people find… Read More »
Web – Google Book A.P.I. and codepen.
The tool website called codepen.io is a very useful tool in which you can test HTML, CSS, and JavaScript source code with the related libraries. In this short tutorial, I show you I translated a simple example from Google Books A.P.I. in the codepen.io web interface. The basic example of the source code from the… Read More »
Web – About Google’s possibilities – part 002.
Web – The downdetector online tool and android application.
This website is a good tool for reporting and detects when technology fails. This online tool is available in many countries and has an android application on Google Play. Downdetector collects status reports from a series of sources, including Twitter and reports submitted on our websites and mobile apps. Our system validates and analyzes these… Read More »
C# – First steps with C# and .NET – part 020 .
The tutorial for today is about a math problem named happy number. I used my repl.it account to test it. The algorithm of this program is simple: To find out if a number is happy, replace the number by the sum of the squares of its digits. Repeat the process until either the number equals… Read More »
Web – Google Developer Profile.
Google is coming up with a new feature called Google Developer Profile. They inform us about this option as follows: Google Developer Profile, is a way to learn about Google technologies and unlock achievements. Your profile captures your achievements with badges and saves your progress as you complete pathways, which include codelabs and videos. Currently,… Read More »