Skip to content

Instantly share code, notes, and snippets.

View carpogoryanin's full-sized avatar
💭
May the Force be with you.

Andrey Denisov carpogoryanin

💭
May the Force be with you.
View GitHub Profile
@carpogoryanin
carpogoryanin / instagrabber.gs
Last active November 8, 2020 22:48
Instagrabber is a scraper of Instagram accounts information (by default: user name, followers, avatar) using Google Spreadsheet & Google Apps scripts.
// Instagrabber is scraper of Instagram accounts information (by default: user name, followers, avatar) using Google Spreadsheet & Google Apps scripts.
// Inspired by this article: https://alanyang.com/blog/instagram-analytics-with-google-sheets
// ===========================================================================================================
// THIS CODE USES YOUR INSTAGRAM SESSION ID. BE CAREFUL, DON'T SHARE THIS CODE WITH YOUR SESSION ID IN PUBLIC.
// ===========================================================================================================
// GET STARTED:
// 1. Create New Google Spreadsheet
@andywer
andywer / talk-proposal.md
Last active December 23, 2020 17:22
Reactive Conf 2017 ⚡️ Talk Proposal - Memory Leak Hunt 2017 Style

This is a proposal for lightning talk at Reactive Conf. Please 🌟 this gist to push the proposal!

Memory Leak Testing in 2017

Hi, I am Andy, creator of leakage - the node-powered memory leak testing library.

Instead of manual debugging it provides a structured approach to fix or even prevent memory leaks.

@imjasonh
imjasonh / markdown.css
Last active February 12, 2024 17:18
Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@addyosmani
addyosmani / README.md
Last active April 2, 2024 20:18 — forked from 140bytes/LICENSE.txt
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version

@cvrebert
cvrebert / survey.md
Last active July 5, 2022 16:20
Click and focus behavior across browsers & OSes

Test apparatus: http://jsfiddle.net/hRub4/

(Windows = Windows 8.1 desktop)

  • Windows Chrome 39
    • Button focuses on click and via keyboard tabbing
    • Anchor focuses on click and via keyboard tabbing
  • Windows Firefox 30.0
    • Button focuses on click and via keyboard tabbing
    • Anchor focuses on click and via keyboard tabbing
  • Windows Internet Explorer 11