Small scripts that helped me learn Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 4/3/2020 | |
- [ ] [pavdmyt/yaspin: A lightweight terminal spinner for Python with safe pipes and redirects <span class="emoji-outer emoji-sizer"><span class="emoji-inner" style="background: url(chrome-extension://gaoflciahikhligngeccdecgfjngejlh/emoji-data/sheet_apple_32.png);background-position:16.039952996474735% 46.00470035252644%;background-size:5418.75% 5418.75%" data-codepoints="1f381"></span></span>]([url) | |
- [ ] [Stop Hurting Your Pandas!]([url) | |
- [ ] [HBO makes Silicon Valley, dozens of shows and movies free to watch this month]([url) | |
- [ ] [Spotify finally starts showing proper, complete song lyrics synced with music (Update: New UI)]([url) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://css3.bradshawenterprises.com/cfimg/">Tutorial from here</a> | |
<br><br> | |
<div id="cf4a" class="shadow"> | |
<img src="https://www.writeguard.com//catalog/images/laser_3pg_qbooks-thumb.gif" alt="3 on a page check"> | |
<img src="https://www.writeguard.com//catalog/images/3page_ckbk1-thumb.gif" alt="Manual 3 on a page check"> | |
<img src="https://www.writeguard.com/catalog/images/new_checks_6_color_fan2.png" alt="Laser Checks"> | |
<img src="https://www.writeguard.com//catalog/images/brpk_dset-thumb.png" alt="Alpha File Labels"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": [ | |
"https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.min.js" | |
], | |
"styles": [] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Surfingkeys config. | |
* | |
* An extension that adds Vim-like bindings to your browser in order to extend | |
* it using JavaScript and a keyboard. | |
* | |
* @link https://git.io/surfingkeys | |
* @author Artem Medvedev <[email protected]> | |
* | |
* Created at : 2019-01-15 |
Collapsible markdown with <details>
<details>
<summary>Details</summary>
hidden, collapsable content...
</details>
Demo:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=chadboyce-20&marketplace=amazon®ion=US&placement=B01MRI8YFN&asins=B01MRI8YFN&linkId=12bee416377bc5f0640438419227ebd5&show_border=true&link_opens_in_new_window=true&price_color=333333&title_color=0066c0&bg_color=ffffff"> | |
</iframe> | |
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=chadboyce-20&marketplace=amazon®ion=US&placement=B07997QV4Z&asins=B07997QV4Z&linkId=e93e1aedfe4ae73a1014f669799459a6&show_border=true&link_opens_in_new_window=true&price_color=333333&title_color=0066c0&bg_color=ffffff"> | |
</iframe> | |
<iframe allo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SK Settings | |
const { | |
aceVimMap, | |
mapkey, | |
imap, | |
imapkey, | |
getClickableElements, | |
vmapkey, | |
map, |