I hereby claim:
- I am da1nerd on github.
- I am da1nerd (https://keybase.io/da1nerd) on keybase.
- I have a public key ASAfZvmuCdaFdeZ_jRF8Rlqp5qU_4MHLZsOIZ3bVcLsE8go
To claim this, I am signing this object:
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; |
File primaryBackupDir = new File(AppContext.getPublicDirectory(), "backups/"); | |
String[] dirNames = primaryBackupDir.list(); | |
if(dirNames != null && dirNames.length > 0) { | |
// TODO: perform backup restore | |
} |
-- --- | |
-- Table 'translation_note' | |
-- | |
-- --- | |
DROP TABLE IF EXISTS `translation_note`; | |
CREATE TABLE `translation_note` ( | |
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, | |
`slug` TEXT NOT NULL, |
/** | |
* A utility for reading nested objects without pulling your hair out. | |
* | |
* Supported objects: List, Map, JSONObject, JSONArray | |
* | |
*/ | |
public class ObjectReader implements Iterable<ObjectReader> { | |
private final Object map; | |
/** |
#!/bin/bash | |
ELECTRON_REPO="https://github.com/electron/electron" | |
BRANCH="" | |
VARIANT=Release | |
APP_NAME=test-app | |
# git cache | |
export GIT_CACHE_PATH="${HOME}/.git_cache" | |
mkdir -p "${GIT_CACHE_PATH}" |
echo off | |
set ELECTRONITE_REPO="https://github.com/unfoldingWord-dev/electronite" | |
set working_dir=%cd% | |
set GIT_CACHE_PATH=%userprofile%\.git_cache | |
set SCCACHE_BUCKET=electronjs-sccache | |
set SCCACHE_TWO_TIER=true | |
set DEPOT_TOOLS_WIN_TOOLCHAIN=0 | |
rem TODO: configure environment variables. |
#!/bin/bash | |
set -e | |
ELECTRONITE_REPO="https://github.com/unfoldingWord-dev/electronite" | |
COMMAND=$1 | |
# Configure environment variables and paths | |
export GIT_CACHE_PATH="${HOME}/.git_cache" | |
mkdir -p "${GIT_CACHE_PATH}" | |
export SCCACHE_BUCKET="electronjs-sccache" |
#!/usr/bin/env bash | |
BASE_DIR=~/git | |
set -e | |
echo "this tool will clone a Github repo into your ~/git folder" | |
if [[ $# -lt 1 ]] | |
then |
I hereby claim:
To claim this, I am signing this object: