<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Cheatsheets on Home</title><link>https://danielmititelu.github.io/cheatsheets/</link><description>Recent content in Cheatsheets on Home</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 19 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://danielmititelu.github.io/cheatsheets/index.xml" rel="self" type="application/rss+xml"/><item><title>Electronics</title><link>https://danielmititelu.github.io/cheatsheets/electronics/</link><pubDate>Sat, 19 Nov 2022 00:00:00 +0000</pubDate><guid>https://danielmititelu.github.io/cheatsheets/electronics/</guid><description>Electricity is the flow of electrons from the negative side, from a baterry for example, to the positive side of the baterry. The negative side is called anode and has a surplus of electrons and the positive side is called cathode and has a deficit of electrons.
Electric Current Symbol is I from the french phrase intensité du courant, (current intensity) and it is measured in Amps(A). Electric Current is the amount of electrons that flows through a conductor at the rate of 1 Coulomb (6.</description></item><item><title>Fusion 360</title><link>https://danielmititelu.github.io/cheatsheets/fusion360/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://danielmititelu.github.io/cheatsheets/fusion360/</guid><description>Display component colors Inspect -&amp;gt; Display component colors
Right click on component -&amp;gt; Cycle component color</description></item><item><title>Linux commands cheat sheet</title><link>https://danielmititelu.github.io/cheatsheets/linux-commands/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://danielmititelu.github.io/cheatsheets/linux-commands/</guid><description>Find ip address hostname -I Find port listeners sudo netstat -pna | grep 80</description></item><item><title>Svelte cheat sheet</title><link>https://danielmititelu.github.io/cheatsheets/svelte/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://danielmititelu.github.io/cheatsheets/svelte/</guid><description>&amp;lt;script lang=&amp;#34;ts&amp;#34;&amp;gt; export let componentProp; export { className as class }; let className = &amp;#34;&amp;#34;; let x = 7; let array = [1, 2, 3, 4]; &amp;lt;/script&amp;gt; &amp;lt;div class:disabled class=&amp;#34;{className ? className : &amp;#39;&amp;#39;}&amp;#34;&amp;gt; &amp;lt;div&amp;gt;Component property: {componentProp}&amp;lt;/div&amp;gt; &amp;lt;!-- component children --&amp;gt; &amp;lt;slot /&amp;gt; {#if x &amp;gt; 10} &amp;lt;p&amp;gt;{x} is greater than 10&amp;lt;/p&amp;gt; {:else if x &amp;lt; 5&amp;gt;} &amp;lt;p&amp;gt;{x} is less than 5&amp;lt;/p&amp;gt; {:else} &amp;lt;p&amp;gt;{x} is between 5 and 10&amp;lt;/p&amp;gt; {/if} {#each array as elem} &amp;lt;div&amp;gt;{elem}&amp;lt;/div&amp;gt; {/each} &amp;lt;/div&amp;gt; &amp;lt;style&amp;gt; .</description></item><item><title>Visual Studio code cheat sheet</title><link>https://danielmititelu.github.io/cheatsheets/vscode/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://danielmititelu.github.io/cheatsheets/vscode/</guid><description>Focus explorer ctrl + shift + e cmd + shift + e Hide sidebar ctrl + b cmd + b Show terminal ctrl + ` cmd + `</description></item></channel></rss>