A Pen by Kiril Tsarnakliyski on CodePen.
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
| from bs4 import BeautifulSoup as BS | |
| import requests | |
| class BaseCrawler(object): | |
| api_url = None | |
| default_headers = { | |
| 'Accept-Language' :'en-US,en,q=0.9,vi;q=0.8', |
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
| brew install --build-from-source task |
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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
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
| (function() { | |
| 'use strict'; | |
| require(['tech-store-models/store', 'tech-store-models/item'], function(Store, Item) { | |
| var store; | |
| try { | |
| var testStore = new Store([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]); | |
| console.error("Doesn't check if store name is string!"); | |
| } catch (err) { | |
| console.log("Checks if store name is string!"); | |
| } |
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
| ; Google search highlighted text | |
| #g:: | |
| Send, ^c | |
| Sleep 50 | |
| Run, http://www.google.com/search?q=%clipboard% | |
| Return | |
| ; Git Shell terminal | |
| ^+t:: | |
| Run, "C:\Users\Kiril\Desktop\Git Shell" |
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
| ######################### | |
| # Autoinstall script using chocolatey | |
| ######################### | |
| # Note: Net 4.0 must be installed prior to running this script | |
| # | |
| #Modify this line to change packages | |
| $items = @("GoogleChrome", "thunderbird", "skype", "vlc", "quicktime", "flashplayerplugin", "javaruntime", "DotNet4.5", "utorrent", "dropbox", "Teracopy", "7zip.install", "python", "eclipse-java-juno", "notepadplusplus.install", "git.install" ) | |
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
| setxkbmap -option caps:swapescape |
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
| - Assign keyboard shortcuts to open files/ run programs/ etc. | |
| - Whiteboard for collaboration | |
| - Calendar for Telerik Academy (+ other events) | |
| - Bookmarks / notes organizer |
NewerOlder