I hereby claim:
- I am royalharsh on github.
- I am hvardhan (https://keybase.io/hvardhan) on keybase.
- I have a public key ASDHOwAKshtXtPLuoKhcDUwthve4Ilj-S8WqIMAiK5Qghwo
To claim this, I am signing this object:
| import re | |
| import httplib | |
| import urllib, urllib2, cookielib | |
| def solve(n): | |
| sum = 0 | |
| i = 0 | |
| num = 2 | |
| while i < n: | |
| f = 0 |
I hereby claim:
To claim this, I am signing this object:
| /* https://www.shodan.io/host/128.104.222.95 */ | |
| ~/ssh_scan (master ✔) ᐅ ./bin/ssh_scan --suppress-update-status -t 128.104.222.95 | |
| I, [2016-10-22T16:32:56.293495 #31222] INFO -- : Started ssh_scan of 128.104.222.95 | |
| I, [2016-10-22T16:33:05.999246 #31222] INFO -- : Completed ssh_scan of 128.104.222.95 | |
| [ | |
| { | |
| "ssh_scan_version": "0.0.15", | |
| "ip": "128.104.222.95", | |
| "port": 22, | |
| "server_banner": "SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8", |
| // Request the permissions you need: | |
| // Here, thisActivity is the current activity | |
| if (ContextCompat.checkSelfPermission(thisActivity, | |
| Manifest.permission.READ_CONTACTS) | |
| != PackageManager.PERMISSION_GRANTED) { | |
| // Should we show an explanation? | |
| if (ActivityCompat.shouldShowRequestPermissionRationale(thisActivity, | |
| Manifest.permission.READ_CONTACTS)) { |
| def initialize(opts = {}) | |
| @db_type = if !opts || opts.empty? | |
| 'sqlite' | |
| else | |
| opts['database']['type'] | |
| end | |
| set_database | |
| end | |
| def self.from_config_file |
| def test_dsa | |
| p = 718821195410015244146859624870715296017125527913000 | |
| 434010387577240100831644441209194543573159763837454 | |
| 2374929457672178957081124632837356913990200866056699 | |
| q = 957032439192465935099784319494405376402293318491 | |
| g = 122928973717064636255205666162891733518376475981809 | |
| 749897454444301389338825906076467196186192907631719 | |
| 698166056821519884939865041993585844526937010746285 | |
| y = 123575618358346541478907331350272705707564117251418 | |
| 193873117202182514955196002970859605710210406339506 |
| module Surpassing where | |
| import Control.Monad | |
| import Data.List | |
| import Data.Char | |
| import Language.Haskell.Liquid.ProofCombinators | |
| {-@ type NonEmpty a = {v: [a] | 0 < len v} @-} | |
| {-@ msc :: Ord a => NonEmpty a -> Int @-} |
| # Example xorg.conf.d snippet that assigns the touchpad driver | |
| # to all touchpads. See xorg.conf.d(5) for more information on | |
| # InputClass. | |
| # DO NOT EDIT THIS FILE, your distribution will likely overwrite | |
| # it when updating. Copy (and rename) this file into | |
| # /etc/X11/xorg.conf.d first. | |
| # Additional options may be added in the form of | |
| # Option "OptionName" "value" | |
| # | |
| Section "InputClass" |
| # i3 config file (v4) | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
| # Set mod key (Mod1=<Alt>, Mod4=<Super>) | |
| set $mod Mod4 | |
| # set default desktop layout (default is tiling) | |
| # workspace_layout tabbed <stacking|tabbed> | |
| # Configure border style <normal|1pixel|pixel xx|none|pixel> |
| [bar/top] | |
| width = 100% | |
| height = 24 | |
| monitor = ${env:MONITOR:eDP1} | |
| background = #141021 | |
| foreground = #D6DAC2 | |
| fixed-center = true |