Skip to content

Instantly share code, notes, and snippets.

test
console.log("Welcome to Deno!");
@startuml
title "HotStone"
actor "User / Search Engine Bot" as User
User -> Frontend : accesss a web page
Frontend -> HotStone : pass URL of the web page
@fahrinh
fahrinh / Brewfile
Last active October 7, 2019 02:07
brew bundle -vv
brew "git"
brew "zsh"
brew "zsh-completions"
brew "ncdu"
brew "go"
brew "aria2"
brew "htop"
brew "dep"
brew "fzf"
brew "entr"
@fahrinh
fahrinh / .spacemacs.el
Created December 5, 2017 08:50
.spacemacs 2017-12-05
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
We couldn’t find that file to show.
import org.joda.time.DateTime;
import org.pentaho.di.core.KettleEnvironment;
import org.pentaho.di.core.util.EnvUtil;
import org.pentaho.di.trans.Trans;
import org.pentaho.di.trans.TransMeta;
public class App {
public static void main(String[] args) throws Exception {
KettleEnvironment.init();
@fahrinh
fahrinh / tes.adoc
Last active December 27, 2015 23:49

Asciidoctor

Asciidoctor is a native Ruby processor for converting AsciiDoc source files and strings into HTML 5, DocBook 4.5 and other formats.

Installation

You can install the Asciidoctor RubyGem using the gem command:

@fahrinh
fahrinh / category_list.rb
Created November 15, 2011 11:20 — forked from nistude/category_list.rb
A category list tag for jekyll
# place this file in your plugins directory and add the tag to your sidebar
#$ cat source/_includes/custom/asides/categories.html
#<section>
# <h1>Categories</h1>
# <ul id="categories">
# {% category_list %}
# </ul>
#</section>
module Jekyll