export ACD_LOCAL=$HOME/.cache/Amazon-Cloud-Drive
# To use this file later
export ENCFS6_CONFIG=$ACD_LOCAL/encfs6.xml
mkdir -p \
<?php | |
class KeyError extends Exception {}; | |
function filter_tree($tree, $fields) { | |
if (empty($fields)) | |
{ | |
return $tree; | |
} | |
$result = array(); |
import System.Taffybar | |
import System.Taffybar.Systray | |
import System.Taffybar.TaffyPager | |
import System.Taffybar.SimpleClock | |
import System.Taffybar.Widgets.PollingGraph | |
import System.Taffybar.Widgets.PollingBar | |
import System.Taffybar.Weather | |
import System.Taffybar.FreedesktopNotifications | |
import System.Taffybar.Battery | |
import System.Information.CPU |
<?php namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
trait RestControllerTrait | |
{ | |
public function index() | |
{ | |
$m = self::MODEL; | |
return $this->listResponse($m::all()); |
;;; ox-confluence-en.el --- Enhanced Confluence Wiki Back-End for Org Export Engine | |
;; Copyright (C) 2015, Correl Roush | |
;; Author: Correl Roush <[email protected]> | |
;; Keywords: outlines, confluence, wiki | |
;; This file is not part of GNU Emacs. | |
;; This program is free software: you can redistribute it and/or modify |