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
Byte-compile anyway? (y or n) y | |
- Byte-compiling your config (may take a while)... | |
> Cleaning .elc files | |
- No elc files to clean | |
✓ Compiled init.el | |
Cannot determine Magit’s version (error "/home/emiller/.emacs.d/.local/straight/repos/magit/lisp/magit.el" repo t static elpa dirname) | |
✓ Compiled modules/config/literate/init.el | |
Compiling your literate config... |
This file has been truncated, but you can view the full file.
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
;; -*- lexical-binding:t; byte-compile-dynamic-docstrings: t; -*- | |
;; This file is autogenerated by `doom-reload-package-autoloads', DO NOT EDIT !! | |
(setq load-path (quote ("/home/emiller/.emacs.d/.local/straight/build/ace-link" "/home/emiller/.emacs.d/.local/straight/build/elfeed-org" "/home/emiller/.emacs.d/.local/straight/build/auctex/" "/home/emiller/.emacs.d/.local/straight/build/ess/obsolete/" "/home/emiller/.emacs.d/.local/straight/build/ess/" "/home/emiller/.emacs.d/.local/straight/build/helm-core" "/home/emiller/.emacs.d/.local/straight/build/so-long" "/home/emiller/.emacs.d/.local/straight/build/tablist" "/home/emiller/.emacs.d/.local/straight/build/ob-async" "/home/emiller/.emacs.d/.local/straight/build/rainbow-mode" "/home/emiller/.emacs.d/.local/straight/build/pcre2el" "/home/emiller/.emacs.d/.local/straight/build/flyspell-correct-ivy" "/home/emiller/.emacs.d/.local/straight/build/makefile-executor" "/home/emiller/.emacs.d/.local/straight/build/company-prescient" "/home/emiller/.emacs.d/.local/str |
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
// Whatever it is to make a web3 call mock to RSA contract | |
let ethbs; | |
//////////// | |
// Step 1 // | |
//////////// | |
let aKeyId = ethbs.createKey(nodeId, 1, keyName, signature, keyInstance); | |
let CreationEvent = [nodeAAddress, keyId, stepNumber]; //Step number would be 1 | |
//////////// |
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
// Whatever it is to make a web3 call mock to RSA contract | |
let ethbs; | |
//////////// | |
// Step 1 // | |
//////////// | |
let aKeyId = ethbs.createKey(nodeId, 1, keyName, signature, keyInstance); | |
let CreationEvent = [nodeAAddress, keyId, stepNumber]; //Step number would be 1 | |
//////////// |
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
[ | |
{ | |
"constant": true, | |
"inputs": [ | |
{ | |
"name": "", | |
"type": "uint256" | |
} | |
], | |
"name": "Keys", |
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
rule alignHistones_hg18: | |
input: | |
sample=["data/2018-11-13/GM_{unit}.fastq"] | |
output: | |
"results/2018-11-13/GM_{unit}_hg18.bam" | |
log: | |
"logs/bowtie2/{unit}.log" | |
params: | |
index="data/2018-06-24/genome", | |
extra="" |
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
pragma solidity ^0.4.19; | |
contract Hackathoncontract { | |
// store balances of bounty suppliers/providers | |
address public owner; //The 3IE.IO account | |
mapping (bytes32 => uint) public bounty_map; | |
mapping (bytes32 => uint) public payout_map; | |
mapping (bytes32 => uint) public minimum_rep_map; |
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
{ | |
"contractName": "MakeRebalance", | |
"abi": [ | |
{ | |
"constant": false, | |
"inputs": [ | |
{ | |
"name": "_coin", | |
"type": "string" | |
}, |
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
2018-10-02T14:58:34.962883+00:00 app[web.1]: | |
2018-10-02T14:58:34.962873+00:00 app[web.1]: | |
2018-10-02T14:58:34.962838+00:00 app[web.1]: Line 55: 'fileBuffer' is assigned a value but never used no-unused-vars | |
2018-10-02T14:58:34.962849+00:00 app[web.1]: Line 3: 'Route' is defined but never used no-unused-vars | |
2018-10-02T14:58:34.962875+00:00 app[web.1]: ./src/index.js | |
2018-10-02T14:58:34.962886+00:00 app[web.1]: Search for the keywords to learn more about each warning. | |
2018-10-02T14:58:34.962877+00:00 app[web.1]: Line 6: 'Web3Provider' is defined but never used no-unused-vars | |
2018-10-02T14:58:34.962854+00:00 app[web.1]: ./src/components/constants/Header.js | |
2018-10-02T14:58:34.962851+00:00 app[web.1]: Line 3: 'Switch' is defined but never used no-unused-vars | |
2018-10-02T14:58:34.962888+00:00 app[web.1]: To ignore, add // eslint-disable-next-line to the line before. |
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
/* Copyright 2015-2017 Jack Humbert | |
* | |
* 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 | |
* the Free Software Foundation, either version 2 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |