Skip to content

Instantly share code, notes, and snippets.

View dmarynych's full-sized avatar

Dima Marynych dmarynych

  • Very Good Security
  • Kyiv, Ukraine
View GitHub Profile
@gregology
gregology / README.md
Last active September 5, 2019 14:05
Load averages of *nix server running dashing.

Setup

Put the loadavg1min.rb to jobs/loadavg1min.rb.

Add the code from loadavg1min.erb to the desired dashboard.

Preview

@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 7, 2024 19:32
A badass list of frontend development resources I collected over time.
@nkbt
nkbt / .eslintrc.js
Last active May 11, 2024 13:03
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],
"ecmaFeatures": {