- 132
- 650 780
Susan B.
United States
เข้าร่วมเมื่อ 12 ม.ค. 2022
To-the-point web development guides.
codewithsusan.com
codewithsusan.com
Run PsychoPy experiments online w/ GithubPages + OSF for free
How to self-host PsychoPy experiments for free on Github Pages and have the data sent to OSF.io.
NOTES: codewithsusan.com/notes/psychopy-github-pages-osf
=== CHAPTERS ===
00:00 Introduction
00:55 Access token between OSF and DataPipe
01:55 New project on OSF
02:33 New experiment in DataPipe
03:41 JavaScript code to save results
07:00 Build experiment for the web
08:32 Set up Github repository
09:18 Upload files to repository
10:29 Set up Github Pages
12:03 Test it
NOTES: codewithsusan.com/notes/psychopy-github-pages-osf
=== CHAPTERS ===
00:00 Introduction
00:55 Access token between OSF and DataPipe
01:55 New project on OSF
02:33 New experiment in DataPipe
03:41 JavaScript code to save results
07:00 Build experiment for the web
08:32 Set up Github repository
09:18 Upload files to repository
10:29 Set up Github Pages
12:03 Test it
มุมมอง: 307
วีดีโอ
Run PsychoPy online experiments on your own server
มุมมอง 2313 หลายเดือนก่อน
How to run and collect data from PsychoPy experiments on your own self-hosted server. Self-hosting experiments provides an alternative to using PsychoPy’s paid-for experiment hosting server, Pavlovia which might be prohibitive if research funding is not available or institutional restrictions don’t allow experiments to run on third-party servers. NOTES: codewithsusan.com/notes/psychopy-self-hos...
CodeIgniter + Laravel Herd: Local development (Mac)
มุมมอง 3743 หลายเดือนก่อน
Install and run CodeIgnitor locally on a Mac using local development environment Laravel Herd and DBngin (for MySQL database). NOTES: codewithsusan.com/notes/code-ignitor-on-laravel-herd RELATED VIDEOS th-cam.com/video/2J58Pc2ZOAQ/w-d-xo.html CHAPTERS 00:00 Introduction 00:55 Installation and command line check 02:20 Locate Herd paths 03:07 Install CodeIgnitor 04:56 Set up MySQL service on DBng...
DaVinci Resolve - Fix washed out exports (iPhone footage on Mac)
มุมมอง 1.8K4 หลายเดือนก่อน
Two quick fixes for washed out / desaturated iPhone footage when exporting from DaVinci Resolve on a Mac: Fix 1 - Change color profile of export Fix 2 - Apply Filmic LUT to individual clips Filmic LUT Pack: www.filmicpro.com/products/luts/ NOTES: codewithsusan.com/notes/davinci-fix-washed-out-exports CHAPTERS 00:00 Introduction 01:19 Setting change: Use Mac display color profiles for viewers 01...
PsychoPy - Builder View (lexical decision task) (#4)
มุมมอง 4015 หลายเดือนก่อน
In Part 4 of this series on building experiments with PsychoPy, we will built in Parts 2 and 3 of this series using just code, allowing you to compare/contrast the process of creating experiments in code vs using the Builder. NOTES: codewithsusan.com/notes/psychopy-4 SERIES PLAYLIST: th-cam.com/play/PLKPbe83DUccG2TLMtv9habm0CAHc0jUHN.html&si=GCdEgf9CcqF79t7o CHAPTERS 00:00 Introduction 00:32 Le...
PsychoPy - Coding experiments (lexical decision task continued) (#3)
มุมมอง 3625 หลายเดือนก่อน
In Part 3 of this series on building experiments with PsychoPy we add the following features to our lexical decision task: → Load conditions from external CSV file → Include pause between conditions → Record reaction time → Write results to external CSV file → Add exit screen NOTES: codewithsusan.com/notes/psychopy-3 SERIES PLAYLIST: th-cam.com/play/PLKPbe83DUccG2TLMtv9habm0CAHc0jUHN.html&si=GC...
PsychoPy - Coding experiments (lexical decision task) (#2)
มุมมอง 6635 หลายเดือนก่อน
This is Part 2 of a series on building experiments using PsychoPy where we'll zoom in on the Coder View and break down how to build experiments using Python code. Our example is a simple lexical decision task. The basic procedure of this experiment involves measuring how quickly people classify stimuli as words or nonwords. NOTES: codewithsusan.com/notes/psychopy-2 SERIES PLAYLIST: th-cam.com/p...
PsychoPy - Easy Introduction (#1)
มุมมอง 1.7K6 หลายเดือนก่อน
This is the first video in a series that covers building experiments using PsychoPy. In this first video, I cover installation and then explain the difference between the two main modes of designing experiments: 1. Using the Coder View where you write the entire experiment in Python code 2. Using the Builder View where you build an experiment using a visual interface As an example, I show a bas...
Migrate from Laragon to Laravel Herd
มุมมอง 8196 หลายเดือนก่อน
Steps for migrating a Laravel application and MySQL database from Laragon to Herd. Shows steps for installing an independent MySQL service to use with Herd. Uses HeidiSQL to import and export the databases. Covers details for accessing php and composer command line commands. Addresses "ambiguous class resolutions" warning when running composer update. NOTES: codewithsusan.com/notes/migrate-from...
Uninstall Laravel Herd on Windows
มุมมอง 8226 หลายเดือนก่อน
Completely uninstall Laravel Herd on Windows (including any of its configs and dependencies). Allows for a fresh slate re-install. NOTES: codewithsusan.com/notes/uninstall-laravel-herd-on-windows CHAPTERS 00:00 Introduction 00:15 Quit and uninstall Herd 00:56 Remove Herd related files
VSCode New Features Highlight
มุมมอง 5907 หลายเดือนก่อน
A highlight of three useful features added in the latest VSCode update. 1) Customize file tabs, 2) Add markers to mini-map, 3) Update extensions without restarting VSCode. NOTES codewithsusan.com/notes/vscode-new-features-highlight CHAPTERS 00:07 Custom editor labels 02:45 Markers in mini map 03:42 Extension update without program restart
Completely Uninstall VSCode on Windows
มุมมอง 11K7 หลายเดือนก่อน
To completely uninstall VSCode (Visual Studio Code) on Windows, you have to first uninstall the program then delete the following two directories to clear any files associated with VSCode: ~/APPDATA/Roaming/Code ~/.vscode If you do not follow the latter steps, you will find that if you reinstall VSCode it will still have some of your previous settings. NOTES codewithsusan.com/notes/completely-u...
MySQL with Laravel Herd on Windows (without upgrading to Pro)
มุมมอง 8K7 หลายเดือนก่อน
Manually install and use MySQL in conjunction with Laravel Herd on Windows as an alternative to paying for Herd’s Pro features which includes MySQL. Also includes details on using HeidiSQL to view your database tables. NOTES: codewithsusan.com/notes/mysql-with-laravel-herd-on-windows New to Laravel Herd on Windows? Start here: th-cam.com/video/dtXanyuAePM/w-d-xo.html Download MySQL: dev.mysql.c...
Laravel Herd just released for Windows - Easy PHP local develoment
มุมมอง 3.7K7 หลายเดือนก่อน
Laravel Herd is a fast PHP development environment that just launched a version for Windows. Herd sets you up with all the components you need to develop Laravel or even plain PHP applications including an Nginx web server, PHP, and Composer. Herd offers the ability to quickly generate new Laravel applications and make them easily accessible via local .test domains. You can also manage which ve...
Laravel Herd on Windows - Site not generated 404 [Bug Report]
มุมมอง 1.1K7 หลายเดือนก่อน
After installing Laravel Herd on Windows, I attempted to create a new site but the process failed. When loaded in the browser there's a Herd 404 error page and no site contents are found in my Herd directory. Context for the bug reported here: github.com/beyondcode/herd-community/issues/535 From the bug report I learned this is a known issue when Herd is started directly after completing the in...
Miniconda / Conda for Python - Environment and Package Management
มุมมอง 1.2K7 หลายเดือนก่อน
Miniconda / Conda for Python - Environment and Package Management
Git Bash - Simplest command line program for Windows
มุมมอง 4.3K8 หลายเดือนก่อน
Git Bash - Simplest command line program for Windows
PsychoPy - Manual install via Conda (PsychoPy in VSCode)
มุมมอง 1.3K8 หลายเดือนก่อน
PsychoPy - Manual install via Conda (PsychoPy in VSCode)
Getting started with Anaconda and Python on Windows
มุมมอง 24K8 หลายเดือนก่อน
Getting started with Anaconda and Python on Windows
Getting started with Anaconda and Python on a Mac
มุมมอง 8K8 หลายเดือนก่อน
Getting started with Anaconda and Python on a Mac
Run Laravel via a subdirectory on an Apache server
มุมมอง 7528 หลายเดือนก่อน
Run Laravel via a subdirectory on an Apache server
Run Laravel via a subdirectory on a Nginx server
มุมมอง 7408 หลายเดือนก่อน
Run Laravel via a subdirectory on a Nginx server
Multiple Laravel apps - single server, separate domains (Apache)
มุมมอง 1.2K8 หลายเดือนก่อน
Multiple Laravel apps - single server, separate domains (Apache)
Multiple Laravel apps - single server, separate domains (Nginx)
มุมมอง 1K8 หลายเดือนก่อน
Multiple Laravel apps - single server, separate domains (Nginx)
Setup PHP CS Fixer in VSCode (junstyle php-cs-fixer)
มุมมอง 2.3K9 หลายเดือนก่อน
Setup PHP CS Fixer in VSCode (junstyle php-cs-fixer)
8 development server options for Laravel
มุมมอง 6829 หลายเดือนก่อน
8 development server options for Laravel
Send emails in Laravel without a Mailable class
มุมมอง 3429 หลายเดือนก่อน
Send emails in Laravel without a Mailable class