This file contains 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
[core] | |
longpaths = true | |
autocrlf = true | |
excludesfile = c:/Users/bektchiev/.gitignore_global | |
editor = 'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -nosession -noPlugin | |
[branch] | |
autosetuprebase = always | |
[push] | |
default = current |
This file contains 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
///<reference path="../.d.ts"/> | |
"use strict"; | |
var os_1 = require("os"); | |
var semver = require("semver"); | |
var path = require("path"); | |
var clui = require("clui"); | |
var DoctorService = (function () { | |
function DoctorService($analyticsService, $androidToolsInfo, $hostInfo, $logger, $progressIndicator, $sysInfo, $childProcess, $config, $npm, $opener, $prompter, $fs) { | |
this.$analyticsService = $analyticsService; | |
this.$androidToolsInfo = $androidToolsInfo; |
This file contains 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
# Original from @alexnad here https://gist.github.com/alexnad/b71515e82d175b39b325 | |
import unittest | |
from os import path, makedirs | |
import solution | |
import shutil | |
CLASSES_FILE = """ | |
This file contains 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
[alias] | |
dw = diff -w | |
co = checkout | |
st = status | |
br = branch | |
pish = push | |
cob = checkout -b | |
bclean = "!f() { git branch --merged ${1-origin/master} | grep -v " ${1-master}$" | xargs -r git branch -d; }; f" | |
l = log --pretty=oneline --abbrev-commit | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(cyan)%an%Creset' --abbrev-commit --date=relative |
This file contains 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
Processing /home/kerezov/everything/newmasters/bert/apex | |
Running setup.py (path:/tmp/pip-oxtfvsds-build/setup.py) egg_info for package from file:///home/kerezov/everything/newmasters/bert/apex | |
Running command python setup.py egg_info | |
torch.__version__ = 1.0.1.post2 | |
running egg_info | |
creating pip-egg-info/apex.egg-info | |
writing pip-egg-info/apex.egg-info/PKG-INFO | |
writing dependency_links to pip-egg-info/apex.egg-info/dependency_links.txt | |
writing top-level names to pip-egg-info/apex.egg-info/top_level.txt | |
writing manifest file 'pip-egg-info/apex.egg-info/SOURCES.txt' |
This file contains 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
Processing /home/kerezov/everything/newmasters/bert/apex | |
Running setup.py (path:/tmp/pip-prl51dex-build/setup.py) egg_info for package from file:///home/kerezov/everything/newmasters/bert/apex | |
Running command python setup.py egg_info | |
torch.__version__ = 1.0.1.post2 | |
running egg_info | |
creating pip-egg-info/apex.egg-info | |
writing pip-egg-info/apex.egg-info/PKG-INFO | |
writing dependency_links to pip-egg-info/apex.egg-info/dependency_links.txt | |
writing top-level names to pip-egg-info/apex.egg-info/top_level.txt | |
writing manifest file 'pip-egg-info/apex.egg-info/SOURCES.txt' |
This file contains 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
Processing /home/kerezov/everything/newmasters/bert/apex | |
Running setup.py (path:/tmp/pip-6qg33by1-build/setup.py) egg_info for package from file:///home/kerezov/everything/newmasters/bert/apex | |
Running command python setup.py egg_info | |
torch.__version__ = 1.0.1.post2 | |
running egg_info | |
creating pip-egg-info/apex.egg-info | |
writing pip-egg-info/apex.egg-info/PKG-INFO | |
writing dependency_links to pip-egg-info/apex.egg-info/dependency_links.txt | |
writing top-level names to pip-egg-info/apex.egg-info/top_level.txt | |
writing manifest file 'pip-egg-info/apex.egg-info/SOURCES.txt' |