Skip to content

Instantly share code, notes, and snippets.

View susanBuck's full-sized avatar

Susan Buck susanBuck

View GitHub Profile
@susanBuck
susanBuck / employee_survey.csv
Created March 12, 2025 16:09
employee_survey.csv
We can't make this file beautiful and searchable because it's too large.
Emp ID,satisfaction_level,last_evaluation,number_project,average_montly_hours,time_spend_company,Work_accident,promotion_last_5years,dept,salary
1,0.38,0.53,2,157,3,0,0,sales,low
2,0.8,0.86,5,262,6,0,0,sales,medium
3,0.11,0.88,7,272,4,0,0,sales,medium
4,0.72,0.87,5,223,5,0,0,sales,low
5,0.37,0.52,2,159,3,0,0,sales,low
6,0.41,0.5,2,153,3,0,0,sales,low
7,0.1,0.77,6,247,4,0,0,sales,low
8,0.92,0.85,5,259,5,0,0,sales,low
9,0.89,1,5,224,5,0,0,sales,low
## Basic text formatting
**This text is bold - it must be important**
_This text is italicized; you should probably pay attention to it..._
[Click this link to learn about jsPsych...](https://www.jspsych.org)
Lists are created using asterisks or plus signs:
+ Item 1
@susanBuck
susanBuck / consent-screen
Created November 5, 2024 01:52
Consent Screen
@susanBuck
susanBuck / template.html
Created September 9, 2024 17:32
HTML template
<!doctype html>
<html lang='en'>
<head>
<title></title>
<meta charset='utf-8'>
<link href=data: , rel=icon>
</head>
<body>
</body>
@susanBuck
susanBuck / conditions
Last active August 7, 2024 18:01
Example EST conditions array
[
{
"block": "practice",
"trials": [
{
"word": "crumb",
"color": "red",
"isNeutral": true
},
{
@susanBuck
susanBuck / conditions
Last active August 5, 2024 18:25
Example IAT conditions array
[
{
"categories": [
"family",
"career"
],
"trial": [
{
"word": "resume",
"category": "career"
@susanBuck
susanBuck / iat-conditions.js
Last active November 11, 2024 16:00
iat.conditions.js
// Modify the following `blocksA`, `blocksB`, and `words` arrays with appropriate values for your experiment
let blocksA = [
['men', 'women'],
['family', 'career']
];
let blocksB = [
['family or men', 'career or women'],
['family or women', 'career or men']
];
@susanBuck
susanBuck / ShopifyController.php
Created May 29, 2024 16:39
Examples for Jason
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use PHPShopify\ShopifySDK;
class ShopifyController extends Controller
{
/**
@susanBuck
susanBuck / weekX.md
Last active October 15, 2024 03:34
Outside Resources Log

Outside Resources Log - Week X

AI Prompts

As a bulleted list, record any questions/prompts you put into an AI program this week to help with material in this course. You do not have to include the AI response, just your prompt. If you did not use AI this week, simply note "None". Remove these instructions in your submission.

Outside Sites

As a bulleted list, record any outside sites you referenced this week. You should exclude any resources/links that were provided in the course material. If you did not use any outside sites this week, simply note "None". Remove these instructions in your submission.