Skip to content

Instantly share code, notes, and snippets.

View Fabs's full-sized avatar
🇯🇵

Fabricio de Sousa Nascimento Fabs

🇯🇵
View GitHub Profile
@Fabs
Fabs / template
Last active August 29, 2015 13:57
AS [persona]
I WOULD LIKE [something]
SO [value]
Scenario 0:
- GIVEN THAT [pre_requisites]
- WHEN I [action]
- THEN I [result of the new feature]
/* original palette digital school */
/* first-color */
$dark-orange: #f36f21;
$first-color: $dark-orange;
.first-color-tx{
color:$dark-orange;
}
.first-color-bg{
background-color:$dark-orange;
@Fabs
Fabs / genesis_public_key
Created February 21, 2018 13:08
genesis_public_key
047d597ced740da70383774042b699bc8abe8466bcb5aec69446504c95762d7fa774b853ffe95623700ea43f3cf27ad260a697c4957293be4197f0680a08677b83;gabrielhpugliese
@Fabs
Fabs / example.md
Last active June 26, 2018 13:33
Template

SCOPE

Refactor the menu in the shape of DCOS-37612.

HOW TO TEST

Checkout, run against the cluster and test that all menu items are the same. Check this new format for reviews, see if you need more info.

WHAT WAS TAKEN OUT OF SCOPE

This file has been truncated, but you can view the full file.
{
"name": "dcos-ui",
"version": "1.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@babel/code-frame": {
"version": "7.0.0-beta.42",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz",
"integrity": "sha512-L8i94FLSyaLQpRfDo/qqSm8Ndb44zMtXParXo0MebJICG1zoCCL4+GkzUOlB4BNTRSXXQdb3feam/qw7bKPipQ==",
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
;; This setq-default sexp is an exhaustive list of all the supported
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
(require 'thingatpt)
(defun browse-ghc-extension ()
(interactive)
(let* ((extension (downcase (thing-at-point 'symbol)))
(url (concat "https://limperg.de/ghc-extensions#" extension)))
(browse-url url)
(with-current-buffer (url-retrieve-synchronously url)
(let* ((html (libxml-parse-html-region (point-min) (point-max))))
(message "%s" html)
@Fabs
Fabs / keybase.md
Created November 25, 2018 21:22
keybase.md

Keybase proof

I hereby claim:

  • I am fabs on github.
  • I am fabu (https://keybase.io/fabu) on keybase.
  • I have a public key ASAbr4OA2lfssAy9RG6SWG_U84xswFAlXQzl6hrYI8lHrgo

To claim this, I am signing this object:

@Fabs
Fabs / ht.el
Created December 13, 2018 09:12
;;; ht.el --- The missing hash table library for Emacs
;; Copyright (C) 2013 Wilfred Hughes
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; Version: 2.0
;; Keywords: hash table, hash map, hash
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@Fabs
Fabs / ht.el
Created December 13, 2018 09:12
;;; ht.el --- The missing hash table library for Emacs
;; Copyright (C) 2013 Wilfred Hughes
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; Version: 2.3
;; Package-Version: 20180129.2234
;; Keywords: hash table, hash map, hash
;; Package-Requires: ((dash "2.12.0"))