Skip to content

Instantly share code, notes, and snippets.

View bear-jordan's full-sized avatar

Bear Jordan bear-jordan

View GitHub Profile
@bear-jordan
bear-jordan / test.csv
Last active October 15, 2024 01:04
cool_test
sepal_length sepal_width petal_length petal_width species
5.1 3.5 1.4 0.2 BEAR
4.9 3.0 1.4 0.2 setosa
4.7 3.2 1.3 0.2 setosa
4.6 3.1 1.5 0.2 setosa
5.0 3.6 1.4 0.2 setosa
5.4 3.9 1.7 0.4 setosa
4.6 3.4 1.4 0.3 setosa
5.0 3.4 1.5 0.2 setosa
4.4 2.9 1.4 0.2 setosa
@bear-jordan
bear-jordan / clip-vhs.sh
Created June 22, 2024 17:46
Script to clip vhs webm to specified length
#!/bin/bash
# This script increases the playback speed of a web so that the total clip time
# is a user-specified number of seconds.
#
# Args:
# - input_file: path to input webm
# - output_duration_sec: how long the output should be in seconds
# - output_file: path to output webm
#
using DataFrames
using CSV
using Chain
using Dates
# Read in Data
filename = "data/chip_dataset.csv"
filepath = joinpath(@__DIR__, filename)
raw_data = CSV.read(filepath, DataFrame)
let pi = 3.14
console.log(pi)