I hereby claim:
- I am cooperpellaton on github.
- I am cooper (https://keybase.io/cooper) on keybase.
- I have a public key whose fingerprint is 3EC8 A3D0 B57C 0BB3 AB4E 5DD5 CF62 8B47 FAF1 B38B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Verifying that +cooperp is my blockchain ID. https://onename.com/cooperp |
from pytube import YouTube | |
import sys | |
import os | |
def get_video(): | |
yt_url = sys.argv = raw_input("Enter the video you want to download: ") | |
to_download = YouTube(yt_url) | |
print(to_download.filename) | |
print(to_download.get_videos()) |
#!/usr/bin/env python2 | |
# -*- coding: utf-8 -*- | |
""" | |
This experiment was created using PsychoPy2 Experiment Builder (v1.84.2), | |
on Fri Mar 2 18:33:49 2018 | |
If you publish work using this script please cite the PsychoPy publications: | |
Peirce, JW (2007) PsychoPy - Psychophysics software in Python. | |
Journal of Neuroscience Methods, 162(1-2), 8-13. | |
Peirce, JW (2009) Generating stimuli for neuroscience using PsychoPy. | |
Frontiers in Neuroinformatics, 2:10. doi: 10.3389/neuro.11.010.2008 |
<?xml version="1.0" ?> | |
<PsychoPy2experiment encoding="utf-8" version="1.84.2"> | |
<Settings> | |
<Param name="Monitor" updates="None" val="testMonitor" valType="str"/> | |
<Param name="color" updates="None" val="$[0,0,0]" valType="str"/> | |
<Param name="colorSpace" updates="None" val="rgb" valType="str"/> | |
<Param name="Experiment info" updates="None" val="{u'session': u'001', u'participant': u''}" valType="code"/> | |
<Param name="Units" updates="None" val="use prefs" valType="str"/> | |
<Param name="JS libs" updates="None" val="packaged" valType="str"/> | |
<Param name="Save excel file" updates="None" val="False" valType="bool"/> |
# List of packages to be installed. | |
$Packages = 'firefox', 'vlc', '7zip', 'vscode', ` | |
'everything', 'sharex', 'scansnapmanager', 'steam', 'discord', ` | |
'Revo.Uninstaller', 'battle.net' | |
# Packages that won't be installed and the user will be reminded of. | |
$Extras = "Windows Store apps, Oculus, AMD/Radeon Drivers" | |
# Get the ID and security principal of the current user account | |
$myWindowsID = [System.Security.Principal.WindowsIdentity]::GetCurrent() | |
$myWindowsPrincipal = new-object System.Security.Principal.WindowsPrincipal($myWindowsID) |
tap "eddieantonio/eddieantonio" | |
tap "github/gh" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-drivers" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
tap "instrumenta/instrumenta" | |
tap "mongodb/brew" | |
tap "nektos/tap" |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
"""Script for generating codings for participants. | |
This handles the coding of participants in FHAage | |
as variables from the master sheet (run_sheet) and | |
their invidivual trial runs. | |
""" | |
__author__ = "Cooper Pellaton" | |
__copyright__ = "Copyright 2019, Georgia Tech, CABI" |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
"""Script for generating codings for participants. | |
This handles the coding of participants in FHAage | |
as variables from the master sheet (run_sheet) and | |
their invidivual trial runs. | |
""" | |
__author__ = "Cooper Pellaton" | |
__copyright__ = "Copyright 2019, Georgia Tech, CABI" |