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
//hack for type racer | |
var harsh = document.getElementsByTagName('span'); | |
for(var i = 0;i<15;i++) | |
{ | |
var a = harsh[i].className; | |
var b = harsh[i+1].className; | |
typeof(a) | |
if(a === "lblUsername" && b!="lblUsername") | |
break; | |
} |
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 session starts ============================================================================================ | |
platform linux -- Python 3.6.3, pytest-3.1.3, py-1.5.2, pluggy-0.4.0 | |
rootdir: /home/bhartiya/coala, inifile: setup.cfg | |
plugins: xdist-1.22.1, timeout-1.2.1, reqs-0.0.7, reorder-0.1.0, mock-1.7.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 | |
timeout: 35.0s method: signal | |
collected 903 items | |
requirements.txt . | |
test-requirements.txt . | |
coalib/bearlib/__init__.py .. |
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
[1m============================= test session starts ==============================[0m | |
platform linux -- Python 3.6.3, pytest-3.1.3, py-1.5.2, pluggy-0.4.0 | |
rootdir: /home/bhartiya/coala-bears, inifile: setup.cfg | |
plugins: xdist-1.22.1, timeout-1.2.1, reqs-0.0.7, reorder-0.1.0, mock-1.7.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 | |
timeout: 35.0s method: signal | |
collected 798 items | |
tests/coalaBearTest.py . | |
tests/generate_packageTest.py ............ | |
tests/apertium/ApertiumLintBearTest.py .. |
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 session starts ========================================== | |
platform linux -- Python 3.6.3, pytest-3.1.3, py-1.5.2, pluggy-0.4.0 | |
rootdir: /home/bhartiya/coala, inifile: setup.cfg | |
plugins: xdist-1.22.1, timeout-1.2.1, reqs-0.0.7, reorder-0.1.0, mock-1.7.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 | |
timeout: 35.0s method: signal | |
collected 914 items | |
requirements.txt . | |
test-requirements.txt . | |
coalib/bearlib/__init__.py .. |
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
[WARNING][10:06:21] bears setting has already been defined in section all.html. The previous setting will be overridden. | |
[DEBUG][10:06:21] Platform Linux -- Python 3.4.6, coalib 0.11.0 | |
Executing section all... | |
[DEBUG][10:06:21] Files that will be checked: | |
/home/travis/build/harshhx17/CheckThisOut/app/views/templates/post.twig | |
/home/travis/build/harshhx17/CheckThisOut/app/views/templates/signup.twig | |
/home/travis/build/harshhx17/CheckThisOut/app/views/templates/profile.twig | |
/home/travis/build/harshhx17/CheckThisOut/app/controllers/login_controller.php | |
/home/travis/build/harshhx17/CheckThisOut/app/views/templates/login.twig | |
/home/travis/build/harshhx17/CheckThisOut/app/views/loader.php |
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 numpy as np | |
import tensorflow as tf | |
from scipy.misc import imread, imresize | |
from vgg16 import vgg16 | |
import math | |
import matplotlib.pyplot as plt | |
from utils import * | |
import h5py | |
def model(X_train, Y_train, learning_rate=0.009, X=None, Y=None, weights=None, sess=None, num_epochs=10, minibatch_size=5, print_cost=True): |
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
https://github.com/aframevr/aframe/blob/master/docs/components/camera.md | |
https://gis.stackexchange.com/questions/18202/seeking-point-cloud-lidar-data | |
https://www.sciencebase.gov/catalog/item/5827510be4b01fad86fc2172 | |
https://github.com/faridcher/faridcher.github.io/blob/master/uploads/SE/LiDar%20Sources.csv | |
https://github.com/mayognaise/aframe-mouse-cursor-component | |
https://github.com/eggyknap/lg-potree-2/blob/master/docs/converting.md |