https://app.powerbi.com/view?r=eyJrIjoiZTYzMGQwN2ItNWZmZS00NTJhLTg0MjktMjM1OTgxNzFlNmJkIiwidCI6IjRmMmIyMjAzLWI5MWItNDNlMy1hOTRkLTdmNDI4OTFkYjNiZCIsImMiOjl9&pageName=f1c7891e4482bf839715
Funny and simple circuit simulator Circuit Simulator Applet (falstad.com)
By following this video toturial it is posible to have a dark theme. The video use a theme from github made by Jeff Thompson
Viasulisation in JavaScript, lot of nice and interesting graphs at https://d3js.org/
Today I have recived my micro:bit computer. A small single board computer made for education by BBC. micro:bit homepage where you also find the browser based programming software.
Vej og områdekort, http://cvf.vd.dk/cvf/mapui.jsp Den Offentlige Informationsserver, https://www.ois.dk/default.aspx Styrelsen for dataforsyning og effektivisering (det bedste til at se hvem der ejer jorden) : https://sdfekort.dk/spatialmap? Plandata (Erhvervsstyrelsen, her kan du se zonekort): http://kort.plandata.dk/spatialmap? Droneluftrum, et sted du altid skal kikke: https://www.droneluftrum.dk/ Dette kort har markeret afstande fra veje og beboelse og lavet et kort: www.geograf.com
DroneDeploy at https://www.dronedeploy.com/is a program where you can make an 3D model based on your DJI drone flight.
At https://www.annikken.com/ you find an Arduino version where you can produce a mobile app in the same programming enviroment as you program Arduino. They also produce an version you can programme in block programming langue so you don’t need any advance programming skils.
Fantastic video explaining Diffie-Hallman key exchange alogrithm used in asymetric gyptography in a simple way. https://www.youtube.com/watch?v=YEBfamv-_do Thanks to Khan academy for yet another lessions. This video explain the RSA algorithme https://www.youtube.com/watch?v=Z8M2BTscoD4 And her you find an example where the Euler Totient function is calculated in an other way https://www.youtube.com/watch?v=kYasb426Yjk For sysetric encryption I find this video wery good https://www.youtube.com/watch?v=jKkZ9-Ij6Hs
Here i list the help pages for the syntax or functionality in c# I have problems to remember, topic I have to google again and again. String formater, Standard Numeric Format Strings Lambda expressions, the “( x => (int)x * (int)x, number)” principle