Skip to content

Instantly share code, notes, and snippets.

View sdoro's full-sized avatar

Sandro Doro sdoro

View GitHub Profile
@sdoro
sdoro / index.html
Last active January 14, 2018 15:13
Set Attribute
<a id="myLink" href="http:www.bing.com">Go to my favorite site</a>
@sdoro
sdoro / index.html
Created January 14, 2018 14:24
onclick
<p id="myParagraph">Good Morning!</p>
@sdoro
sdoro / index.html
Last active January 14, 2018 15:13
onmouseover
<h1 id="heading">Just a normal heading</h1>
<p>Followed by some normal paragraph text</p>
@sdoro
sdoro / index.html
Last active January 14, 2018 15:13
Moving Elements
<ul id="yours">
<li>First</li>
<li>Second</li>
<li>Third</li>
<li>Fourth</li>
</ul>
<ul id="mine">
<li>First</li>
<li>Second</li>
@sdoro
sdoro / form-validation.markdown
Created January 14, 2018 15:36
Form validation
{
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
@sdoro
sdoro / yt-downloader
Created August 31, 2018 08:45
remember command to download YT downloader
youtube-dl --ignore-errors -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 YT-URL