Skip to content

Instantly share code, notes, and snippets.

View Fabs's full-sized avatar
🇯🇵

Fabricio de Sousa Nascimento Fabs

🇯🇵
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fabs on github.
  • I am saburo (https://keybase.io/saburo) on keybase.
  • I have a public key ASCK9wbNjwrOyI7FXVwYZfyqF4HIezQ-gxpkvr1BsFH-6wo

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.3
;; Package-Version: 20180129.2234
;; Keywords: hash table, hash map, hash
;; Package-Requires: ((dash "2.12.0"))
@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 / 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:

(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)
;; -*- 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
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==",
@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

@Fabs
Fabs / genesis_public_key
Created February 21, 2018 13:08
genesis_public_key
047d597ced740da70383774042b699bc8abe8466bcb5aec69446504c95762d7fa774b853ffe95623700ea43f3cf27ad260a697c4957293be4197f0680a08677b83;gabrielhpugliese
/* 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;