Skip to content

Instantly share code, notes, and snippets.

View shtefcs's full-sized avatar
🏠
Building the Most powerful Web Automation tool

Stefan Smiljkovic shtefcs

🏠
Building the Most powerful Web Automation tool
View GitHub Profile
@shtefcs
shtefcs / gist:98ee6d6e8e306c82c2e321daa15a3d53
Created November 8, 2019 06:29
List of African Countries
Algeria
Angola
Benin
Botswana
Burkina Faso
Burundi
Cabo Verde
Cameroon
Central African Republic (CAR)
Chad
@shtefcs
shtefcs / gist:f5ac9469f6f00448984db65c2cbdc6a7
Last active November 8, 2019 04:12
vibrate on mobile phone button
<script>
document.getElementById('vibrate111222333').addEventListener('click', function (event) {
event.target.innerText = 'Vibrating'
navigator.vibrate(1000);
});
</script>
Hi Stefan,
Thanks very much for your video.
The tags would be custom based on the page. This is an example page:
https://scts5.stageclip.com/clip/samuel-skip-creative-writing-and-english-language-communication/
The proposed Open Graph tags would be something similar to:
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut
Delaware
Florida
Georgia
@shtefcs
shtefcs / gist:231195652d0e85a82dd9ed87f0697481
Created September 12, 2018 06:08
Onextrapixel dead links
https://quirky.com/products/9-Scratch-n-Scroll-Mousepad
http://www.gadgetepoint.co.uk/503.php
https://www.wacom.com/en-us/404
https://www.anythinggraphic.net/03/2010/freelancer-graphic-designer-subscription-must-haves/
@shtefcs
shtefcs / gist:43981a4eff8880540e38ccbddcebcfdd
Created September 12, 2018 05:51
Nuttifox dead links
http://www.firebox.com/product/4942/Pebble-Smartstick-Charger
https://www.firebox.com/Fcking-Strong-Coffee/p6515
https://www.foldable.me/
http://shop.stadtbedarf.de/epages/61194434.sf/en_GB/?ObjectPath=/Shops/61194434/Products/balKonzept/SubProducts/balKonzept-gelborange
http://www.thinkofthe.com/product.php?name=walls-notebook
https://jawbone.com/speakers/jambox
http://www.firebox.com/product/5609/MaKey-MaKey
http://www.firebox.com/product/6256/Shark-with-Frickin-Laser-Beam
### Keybase proof
I hereby claim:
* I am shtefcs on github.
* I am kinderjaje (https://keybase.io/kinderjaje) on keybase.
* I have a public key whose fingerprint is CF5B 8245 121C E56D B7D8 48BE B03C F242 C718 E2F6
To claim this, I am signing this object:
npm ERR! git clone --template=C:\Users\shtefcs\AppData\Roaming\npm-cache\_git-re
motes\_templates --mirror git@github.com:xolvio/cucumber-js.git C:\Users\shtefcs
\AppData\Roaming\npm-cache\_git-remotes\git-github-com-xolvio-cucumber-js-git-v0
-9-4-chimp-3-743e0f86: Cloning into bare repository 'C:\Users\shtefcs\AppData\Ro
aming\npm-cache\_git-remotes\git-github-com-xolvio-cucumber-js-git-v0-9-4-chimp-
3-743e0f86'...
npm ERR! git clone --template=C:\Users\shtefcs\AppData\Roaming\npm-cache\_git-re
motes\_templates --mirror git@github.com:xolvio/cucumber-js.git C:\Users\shtefcs
\AppData\Roaming\npm-cache\_git-remotes\git-github-com-xolvio-cucumber-js-git-v0
-9-4-chimp-3-743e0f86: error: cannot spawn ssh: No such file or directory
=> Started proxy.
=> Meteor 1.1.0.1: official Windows support, new package version constraint
solver.
This release is being downloaded in the background. Update your app to
Meteor 1.1.0.1 by running 'meteor update'.
=> Started MongoDB.
@shtefcs
shtefcs / designer.html
Last active August 29, 2015 14:10
designer
<link href="../paper-tabs/paper-tabs.html" rel="import">
<link href="../paper-tabs/paper-tab.html" rel="import">
<link href="../paper-input/paper-input.html" rel="import">
<link href="../paper-radio-button/paper-radio-button.html" rel="import">
<link href="../paper-slider/paper-slider.html" rel="import">
<link href="../paper-radio-group/paper-radio-group.html" rel="import">
<link href="../topeka-elements/topeka-resources.html" rel="import">
<link href="../topeka-elements/topeka-profile.html" rel="import">
<polymer-element name="my-element">