Skip to content

Instantly share code, notes, and snippets.

View thejohncotton's full-sized avatar

John Cotton thejohncotton

View GitHub Profile

Advent of Code 2022 day 3 for TDD

How to use this livebook

Get started on the Advent Of Code challenges using TDD. We at Binary Noggin have already setup the failing tests for you. If you want to submit answers and get credit, you will need to create an account on the advent of code website.

Happy Coding!

Problem Statement, and part 1

@thejohncotton
thejohncotton / advent_of_code_2022_day_two_tdd_elixir_binary_noggin.livemd
Created December 2, 2022 21:18
Advent of Code 2022 Day 2 Livebook for TDD

Advent of Code 2022 day 2 for TDD

How to use this livebook

Get started on the Advent Of Code challenges using TDD. We at Binary Noggin have already setup the failing tests for you. If you want to submit answers and get credit, you will need to create an account on the advent of code website.

Happy Coding!

Problem Statement, and part 1

@thejohncotton
thejohncotton / advent_of_code_2022_day_one_tdd_elixir_binary_noggin.livemd
Last active December 4, 2022 16:41
Advent of Code 2022 Day 1 Livebook for TDD

Advent of Code 2022 day 1 for TDD

How to use this livebook

Get started on the Advent Of Code challenges using TDD. We at Binary Noggin have already setup the failing tests for you. If you want to submit answers and get credit, you will need to create an account on the advent of code website.

Happy Coding!

Problem Statement, and part 1

@thejohncotton
thejohncotton / processes.livemd
Last active October 7, 2022 14:09
Processes Livebook

OTP exercises

Mix.install([{:httpoison, "~> 1.8.2"}, {:jason, "~> 1.4.0"}, {:kino, "~> 0.7.0"}])
import IEx.Helpers
@thejohncotton
thejohncotton / samplerboxgui.py
Created March 28, 2018 20:11
GUI for samplerbox
from guizero import App, Combo, Text, CheckBox, ButtonGroup, PushButton, info
def do_booking():
info("Booking", "Thank You For Booking!")
# print(film_choice.value)
# print(vip_seat.value)
# print (row_choice.value)
def set_sample_label():
print("set sample_name to file name")