Skip to content

Instantly share code, notes, and snippets.

View mrmlnc's full-sized avatar
👨‍🏭
Working on something.

Denis Malinochkin mrmlnc

👨‍🏭
Working on something.
View GitHub Profile
@bcoe
bcoe / npm-top.md
Last active June 16, 2024 08:40
npm-top.md

npm Users By Downloads (git.io/npm-top)


npm users sorted by the monthly downloads of their modules, for the range May 6, 2018 until Jun 6, 2018.

Metrics are calculated using top-npm-users.

# User Downloads
@jerkovicl
jerkovicl / VSCodeShortcuts.md
Last active March 8, 2016 08:34
VS Code tips & tricks
  • Code completion: just start typing and you will be offered anything that matches the syntax of the file’s language. (If not, press Ctrl + Space)
  • Go to definition: quickly find any definition with “F12″ (depending on language). If you press Ctrl and hover over a an object, you can get a preview of its declaration so that you will not need to jump anywhere.
  • Multiple selection and cursors: select all occurrences of any word with “Alt + Left Click.” You can add a cursor at the end of each line with “Ctrl + Shift + L,” allowing you to edit all occurrences of an object or symbol at once.
  • Peek editor: you must not switch context; you can have a “sneak-peek” with “Ctrl + Shift + f10.”
  • Format code: format your document with Shift+Alt+F
  • Command file args: open file code mynewfile.js, open folders code c:\myfolder1 c:\myfolder2 c:\myapp\program.cs, start new editor session code -n (--new-window)
  • Shift+Alt+Left Shift+Alt+Right shrink/expand s
@imjasonh
imjasonh / markdown.css
Last active May 24, 2024 22:56
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;
}
anonymous
anonymous / config.json
Created January 18, 2015 15:23
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "#546e7a",
"@brand-success": "#5cb85c",
anonymous
anonymous / config.json
Created January 18, 2015 13:27
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "#546e7a",
"@brand-success": "#5cb85c",
@kevincennis
kevincennis / v8.md
Last active July 3, 2024 18:15
V8 Installation and d8 shell usage

Installing V8 on a Mac

Prerequisites

  • Install Xcode (Avaliable on the Mac App Store)
  • Install Xcode Command Line Tools (Preferences > Downloads)
  • Install depot_tools
    • $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
    • $ nano ~/.zshrc
    • Add path=('/path/to/depot_tools' $path)
@kevinSuttle
kevinSuttle / meta-tags.md
Last active July 10, 2024 09:39 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags