A Pen by Joris van Raaij on CodePen.
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
SIZE=500 | |
EMAIL="[email protected]" | |
curl "http://www.gravatar.com/avatar/$(echo -n ${EMAIL} | md5sum | awk '{print $1}')?s=${SIZE}" > gravatar.png |
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
;;; prettier-js.el --- utility functions to format reason code | |
;; Copyright (c) 2014 The go-mode Authors. All rights reserved. | |
;; Portions Copyright (c) 2015-present, Facebook, Inc. All rights reserved. | |
;; Redistribution and use in source and binary forms, with or without | |
;; modification, are permitted provided that the following conditions are | |
;; met: | |
;; * Redistributions of source code must retain the above copyright |
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
// ---- | |
// Sass (v3.4.21) | |
// Compass (v1.0.3) | |
// ---- | |
$bemSeparators: (element: '__', modifier: '--', pseudo: ':') !default | |
// Return nest-in-state element if block has modifier class. | |
@function _nestInState($parent) | |
$parent: str-slice(inspect($parent), 0) // To string. |
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
(defn request-flow | |
[{:keys [method | |
route | |
params | |
allow-empty-string | |
hide-auth-header | |
on-success | |
on-failure | |
url-host]}] | |
(let [request-id (keyword (str "request-flow/" (gensym "id-"))) |
Составил мини-список.
Включил более релевантные для day-to-day work, скорее всего будут интересны.
https://www.youtube.com/playlist?list=PL92ve5R9GdCF49woRnZKCotvFjU68Q-Ks
- презентация от K Lars Lohn'a достаточно философская но прекрасная, одна из лучших, если не лучшая.
Топ-2 перезентаций от создателя языка Clojure
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
-- This is the configuration file for the 'cabal' command line tool. | |
-- | |
-- The available configuration options are listed below. | |
-- Some of them have default values listed. | |
-- | |
-- Lines (like this one) beginning with '--' are comments. | |
-- Be careful with spaces and indentation because they are | |
-- used to indicate layout for nested sections. | |
-- | |
-- This config file was generated using the following versions |
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
ddddddd |
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
;; Assign typescript-mode to .tsx files | |
(add-to-list 'auto-mode-alist '("\\.tsx\\'" . typescript-mode)) | |
(require 'mmm-mode) | |
(setq mmm-global-mode t) | |
(setq mmm-submode-decoration-level 0) ;; Turn off background highlight | |
;; Add css mode for CSS in JS blocks | |
(mmm-add-classes | |
'((mmm-styled-mode |
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
### Keybase proof | |
I hereby claim: | |
* I am troglotit on github. | |
* I am troglotit12 (https://keybase.io/troglotit12) on keybase. | |
* I have a public key ASDe91iAX2W801pcpg5awMuVVh1KzqLcShPcQ3U_yeJ8mAo | |
To claim this, I am signing this object: |
OlderNewer