I hereby claim:
- I am vojd on github.
- I am vojd (https://keybase.io/vojd) on keybase.
- I have a public key whose fingerprint is D196 72AC 9A55 4A10 4E93 2D8F 439C 3226 1D02 4B5B
To claim this, I am signing this object:
| (function(){ | |
| 'use strict'; | |
| describe('Auth services test', function(){ | |
| var AuthInterceptor, AuthService, $httpProvider, $q, $window, $location; | |
| var $httpBackend; | |
| beforeEach( function () { | |
| /** |
I hereby claim:
To claim this, I am signing this object:
| # Original https://gist.github.com/Sigmus/9253068 | |
| source = require 'vinyl-source-stream' | |
| gulp = require 'gulp' | |
| gutil = require 'gulp-util' | |
| browserify = require 'browserify' | |
| reactify = require 'reactify' | |
| watchify = require 'watchify' | |
| notify = require 'gulp-notify' |
| # Note: ~/.ssh/environment should not be used, as it | |
| # already has a different purpose in SSH. | |
| env=~/.ssh/agent.env | |
| # Note: Don't bother checking SSH_AGENT_PID. It's not used | |
| # by SSH itself, and it might even be incorrect | |
| # (for example, when using agent-forwarding over SSH). | |
| agent_is_running() { |
| Id CommandLine | |
| -- ----------- | |
| 1 Invoke-Expression '. ''C:\Users\matter\Downloads\cmder\vendor\conemu-maximus5\..\profile.ps1''' | |
| 2 man Invoke-Elevated | |
| 3 Invoke-Elevated { gci } | |
| 4 Invoke-Elevated { gci }☺♂ | |
| 5 install-module invoke-elevatedcommand | |
| 6 install-module psreadline | |
| 7 Set-PSReadlineOption -EditMode Emacs |
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Thu Mar 28 18:51:00 2013 | |
| UNFINISHED AND BUGGY | |
| Python/SciPy implementation of the filters described in | |
| "Cookbook formulae for audio EQ biquad filter coefficients" | |
| by Robert Bristow-Johnson | |
| http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt |
| source /usr/local/etc/bash_completion.d/git-completion.bash | |
| source /usr/local/etc/bash_completion.d/git-prompt.sh | |
| GIT_PS1_SHOWDIRTYSTATE=true | |
| GREEN="\[$(tput setaf 2)\]" | |
| RESET="\[$(tput sgr0)\]" | |
| export PS1="\[\033[38;5;39m\]\u\[$(tput sgr0)\]\[\033[38;5;104m\]@\[$(tput sgr0)\]\[\033[38;5;176m\]\w\[$(tput sgr0)\]\[\033[38;5;96m\]:\[$(tput sgr0)\]\[\033[38;5;97m\] \[$(tput sgr0)\] \w\$(__git_ps1 \" ${GREEN}(%s)${RESET} \")\$ " |
| layout (triangles) in; | |
| layout (triangle_strip, max_vertices = 4) out; | |
| /** | |
| * Simple pass-through Geometry Shader | |
| * Assumes vertices are passed in as GL_TRIANGLES | |
| * Change accordingly. If things doesn't work, make sure max_vertices is set to at least the number of vertices you're spitting out | |
| */ | |
| void main() { | |
| # Fetch GLFW | |
| wget https://github.com/glfw/glfw/archive/master.zip | |
| unzip master | |
| cd glfw-master/ | |
| # Configure build | |
| export MACOSX_DEPLOYMENT_TARGET=10.14 | |
| cmake -D GLFW_NATIVE_API=1 -D CMAKE_OSX_ARCHITECTURES="x86_64" -D BUILD_SHARED_LIBS=ON -D CMAKE_C_COMPILER=clang . | |
| # Build |
| sudo add-apt-repository ppa:deadsnakes/ppa | |
| sudo apt install python3.7 |