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
| test |
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
| console.log("Welcome to Deno!"); |
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
| @startuml | |
| title "HotStone" | |
| actor "User / Search Engine Bot" as User | |
| User -> Frontend : accesss a web page | |
| Frontend -> HotStone : pass URL of the web page |
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
| brew "git" | |
| brew "zsh" | |
| brew "zsh-completions" | |
| brew "ncdu" | |
| brew "go" | |
| brew "aria2" | |
| brew "htop" | |
| brew "dep" | |
| brew "fzf" | |
| brew "entr" |
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
| ;; -*- 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 |
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
| 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(); |
-
Download & unzip https://bitbucket.org/fahri_work/20140130_oracle_docker_builder/downloads/oracle_xe_builder.zip
-
Jika menggunakan proxy, pada file oracle_xe_builder/Dockerfile, uncomment & set proxy bagian # ENV http_proxy "http://0.0.0.0:8080/"
-
Host:
$ cd oracle_xe_builder
Asciidoctor is a native Ruby processor for converting AsciiDoc source files and strings into HTML 5, DocBook 4.5 and other formats.
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
| # 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 |
NewerOlder