I hereby claim:
- I am sathyabhat on github.
- I am sathyabhat (https://keybase.io/sathyabhat) on keybase.
- I have a public key whose fingerprint is 5FCB F734 4552 EAD3 AC94 1F9F 153D 7E6D 960C 2D20
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| stairs = input("Paste your input") | |
| n = 0 | |
| position = 0 | |
| for s in stairs: | |
| position += 1 | |
| if s == '(': | |
| n += 1 | |
| elif s == ')': | |
| n -= 1 | |
| if n == -1: |
Bangalore, or Bengaluru as it is known now, has grown in stature from pensioner’s paradise to the IT capital of India. Whether you’re here for few hours or few days, there are lot of things to do, places to visit to experience Bangalore.
From the traditional South Indian idli/dosas to fast food, there are plenty of options for food lovers. Here’s some of the places to visit.
| items = document.getElementsByClassName('play-track'); | |
| for(i= 0; i<items.length;i++) {console.log('http://open.spotify.com/track/' + items[i].getAttribute('data-id'));} |
| // ==UserScript== | |
| // @name Copy User Links | |
| // @author Werner Robitza | |
| // @namespace | |
| // @description Adds a button for copying superping-ready user names of close voters | |
| // @include http://stackoverflow.com/* | |
| // @include http://meta.stackoverflow.com/* | |
| // @include http://superuser.com/* | |
| // @include http://serverfault.com/* | |
| // @include http://meta.superuser.com/* |
| callback( | |
| [ | |
| { "name": "No Product recco", "description": "Sorry, [webapps.se] doesn't do product recommendations."}, | |
| { "name": "Nothing but a URL (and isn't spam)", "description": "Whilst this may theoretically answer the question, <a href=\"http://meta.stackoverflow.com/q/8259\">it would be preferable</a> to include the essential parts of the answer here, and provide the link for reference."}, | |
| { "name": "Requests to OP for further information", "description": "This is really a comment, not an answer. With a bit more rep, <a href=\"http://$SITEURL$/privileges/comment\">you will be able to post comments</a>. For the moment I've added the comment for you, and I'm flagging this post for deletion."}, | |
| { "name": "OP using an answer for further information", "description": "Please use the <em>Post answer</em> button only for actual answers. You should modify your original question to add additional information."}, |
| ###keywords | |
| #pakvsind, #indvpak, #indvspak, daughters, rape, protest, politician, politics, shame, braveheart, #delhiProtests, greig, government, #DelhiRapists, cricket, Dhoni, obama, #cfc, #liverpool, #manutd, #mufc, liverpool, #vishwaroop, apple, ipad, bcci, #udrs, raw, #tamilbands, #afzalguru, #oppositefootballernames, Kejriwal, #AAP, #QuitAAP, Tharoor, Feku, Fekus, BJP, BDUTT, Gandhi, NaMo, Modi, KejriwalDharna, #UnitedWithAAP, #udrs, #tamilbands, #afzalguru, #oppositefootballernames, #indvspak, #ct, #iambesharam, football, cfc, moyes, feku, kejri, arsenal, #arsenal, afridi, IPL, IPL7, Robin, #PepsiIPL | |
| ###sources | |
| world community grid, unfollowers.me, ask.fm, fllwrs, justunfollow, youversion |
| // ==UserScript== | |
| // @name Stack Exchange Retag helper | |
| // @namespace Rob W | |
| // @author Rob W | |
| // @description Configurable helper to enable a quicker retagging of questions at Stack Overflow | |
| // @include http://*.superuser.com/questions/* | |
| // @include http://*.superuser.com/q/* | |
| // @include http://*.superuser.com/search?* | |
| // @include http://*.superuser.com/*/edit* | |
| // @version 2.2 |
| require 'twitter' | |
| def setup_twitter() | |
| Twitter.configure do |config| | |
| config.consumer_key = "" | |
| config.consumer_secret = "" | |
| config.oauth_token = "" | |
| config.oauth_token_secret = "" | |
| end | |
| twitter = Twitter::Client.new |
| // ==UserScript== | |
| // @name AutoReviewComments | |
| // @namespace benjol | |
| // @version 1.1.6 | |
| // @description Add pro-forma comments dialog for reviewing (pre-flag) | |
| // @include http://*stackoverflow.com/questions* | |
| // @include http://*stackoverflow.com/review* | |
| // @include http://*stackoverflow.com/admin/dashboard* | |
| // @include http://*serverfault.com/questions* | |
| // @include http://*serverfault.com/review* |