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
let elsDom, els, y = 20 | |
let lst = (tagName) => { | |
let elsDom = document.getElementsByTagName("span"), res = [] | |
for(var i in elsDom) if (elsDom[i].innerHTML == tagName) res.push(elsDom[i]) | |
return res | |
}, next = () => { | |
setTimeout(() => { | |
y += 60 | |
window.scrollTo(0, y) | |
els = lst("Following") |
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
<h2>Snapster for Android</h2> | |
<div class="chronicle_pages_name">Snapster for Android is built using open source software:</div> | |
<div class="chronicle_pages_description"> | |
<ul> | |
<li>Android Support Library</li> | |
<li>Advanced RecyclerView</li> | |
<li>Picasso</li> | |
<li>OkHttp</li> | |
</ul> | |
<p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.</p> |
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
" BookmarkPut | |
vnoremap <silent> m y:call BookmarkPut()<CR> | |
function! BookmarkPut() | |
echo "bookmark: " | |
let c = getchar() | |
if !type(c) | |
let c = nr2char(c) | |
endif | |
if (match(c, '[a-zA-Z0-9]\C') != -1) | |
exec "normal! `".c."P" |
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
javascript: stManager.add(['../lib/salut.js']) |
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
http://maps.googleapis.com/maps/api/staticmap?center=37.7749300752,-122.41941269&zoom=11&size=120x70&sensor=false&language=ru&markers=size:tiny|color:0x333333|37.7749300752,-122.41941269 |
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
// STARTTLS Body | |
// test is below | |
function starttls(socket, sslcontext, cb, isServer) { | |
var pair = require('tls').createSecurePair(sslcontext, isServer); | |
var cleartext = pipe(pair, socket); | |
pair.on('secure', function() { | |
var verifyError = pair.ssl.verifyError(); |
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
with ( require( "fab" ) ) | |
( fab ) | |
( listen, 0xFAB ) | |
( /^\/hello/ ) | |
( tmpl ) | |
( "Hello, <%= this %>!" ) |
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
with ( require( "fab" ) ) | |
( fab ) | |
( listen, 0xFAB ) | |
( /^\/hello/ ) | |
( tmpl ) | |
( "Hello, <%= this %>!" ) |