Skip to content

Instantly share code, notes, and snippets.

View ticotheps's full-sized avatar

Tico S. Thepsourinthone ticotheps

View GitHub Profile
@ticotheps
ticotheps / revised.py
Created January 26, 2016 13:34
HELP: Stage 2 Submit
# Name: Tico Thepsourinthone
# Coder Name: asian_cowboy AKA sweet_n_sour_yeehaw
# Stage 2 Submit: Code Your Own Quiz
fisherman_string = "Jesus Christ was conceived by the ____1____ Spirit and " \
"was born of the Virgin ____2____ in the town of " \
"____3____ . His lineage can be traced back to that " \
"of King ____4____ ."
@ticotheps
ticotheps / gist:2eb1300b2a5a1af7905361a36d638d97
Created June 12, 2018 23:13
Thinkful - Unit 2, Lesson 2, Assignment 3: String Drills
Drill #1: Wiseperson Generator = https://repl.it/@TicoThepsourint/Wiseperson-generator-drill
Drill #2: Shouter = https://repl.it/@TicoThepsourint/shouter-drill
Drill #3: Text Normalizer = https://repl.it/@TicoThepsourint/text-normalizer-drill
@ticotheps
ticotheps / gist:5d4ed561625eaf39ac931306f7ab0b67
Created June 13, 2018 22:33
Thinkful - Unit 2, Lesson 2, Assignment 5
Drill #1 - Area of a Rectangle: https://repl.it/@TicoThepsourint/area-of-a-rectangle-drill
Drill #2 - Temperature Conversion: https://repl.it/@TicoThepsourint/temperature-conversion-drill
Drill #3 - Is Divsible: https://repl.it/@TicoThepsourint/Is-divisible-drill
@ticotheps
ticotheps / gist:0f1dd7bb3d9c187b2cf96af466b92c52
Created June 15, 2018 23:51
Thinkful: Unit 2, Lesson 3, Assignment 3
Assignment #3 Logic Drills
Drill #1 - Traffic Lights Drill: https://repl.it/@TicoThepsourint/Traffic-lights-drill
Drill #2 - Error Alert: https://repl.it/@TicoThepsourint/Error-alert-drill-1
@ticotheps
ticotheps / gist:389d6efe9cca9cbfd4d585264923a400
Created June 17, 2018 01:45
Thinkful - Unit 2, Lesson 4, Assignment #2
Assignment #2 - Array Basics Drills
Drill #1 - Creating Arrays: https://repl.it/@TicoThepsourint/Creating-arrays-drill
Drill #2 - Adding Array Items: https://repl.it/@TicoThepsourint/Adding-array-items-drills
Drill #3 - Accessing Array Items: https://repl.it/@TicoThepsourint/Accessing-array-items-drill
Drill #4 - Array Length and Access: https://repl.it/@TicoThepsourint/Array-length-and-access-drill
@ticotheps
ticotheps / gist:7d5e6b75ab36e6a344305d28cfab2bac
Created June 25, 2018 18:06
Thinkful - Unit 2, Lesson 4, Assignment 4: Array Method Drills
Unit 2 - Programming in JavaScript
Lesson 4 - Arrays and Loops
Assignment 4: Array Method Drills
Drill #1 - Array Copying I: https://repl.it/@TicoThepsourint/Array-copying-I-drill
Drill #2 - Array Copying II: https://repl.it/@TicoThepsourint/Array-copying-II-drill
Drill #3 - Squares with Map: https://repl.it/@TicoThepsourint/Squares-with-map-drill
Drill #4 - Sort: https://repl.it/@TicoThepsourint/Sort-drill
Drill #5 - Filter: https://repl.it/@TicoThepsourint/Filter-drill
Drill #6 - Find: https://repl.it/@TicoThepsourint/Find-drill
@ticotheps
ticotheps / gist:a948166475072b83792ae8417e6d3702
Created June 25, 2018 21:49
Thinkful - Unit 2, Lesson 4, Assignment 6: Arrays and Loops Drills
Thinkful
Unit 2 - Programming in JavaScript
Lesson 4 - Arrays and Loops
Assignment 6: Arrays and Loops Drills
Drill #1 - Max/Min (without sort) Drill: https://repl.it/@TicoThepsourint/min-and-max-without-sort-drill
Drill #2 - Compute the Average: https://repl.it/@TicoThepsourint/average-drill
Drill #3 - Fizz Buzz: https://repl.it/@TicoThepsourint/fizzbuzz-drill-js
@ticotheps
ticotheps / gist:d80bf69989db4fb2614ecdb2c004a8f5
Created June 26, 2018 21:38
Thinkful - Unit 2, Lesson 5, Assignment 3: Challenge - In Your Own Words
Thinkful
Unit 2 - Programming in JavaScript
Lesson 5 - Scope and The Problem with Globals
Assignment 3 - Challenge: In Your Own Words
1) What is scope? Your explanation should include the idea of “global” vs. “local” scope.
The term “scope” can be described as the set of rules that govern whether or not a
variable can be referenced within different parts of your code or file. In JavaScript,
the two kinds of scope that we deal with as programmers are the “global scope” and the
@ticotheps
ticotheps / gist:c895cff9d00e9442fb81c919dd987422
Created July 5, 2018 09:31
Thinkful - Unit 2, Lesson 6, Assignment 2
Thinkful
Unit 2 - Programming in JavaScript
Lesson 6 - Objects
Assignment 2 - Object Drills 1
Drill #1: Object Creator - https://repl.it/@TicoThepsourint/Object-creator-drill
Drill #2: Object Updater - https://repl.it/@TicoThepsourint/Object-updater-drill
Drill #3: Self Reference - https://repl.it/@TicoThepsourint/Self-reference-drill
Drill #4: Deleting Keys - https://repl.it/@TicoThepsourint/Deleting-keys-drill
@ticotheps
ticotheps / gist:1a986e5365d37b56859fef0130490dd5
Created July 9, 2018 12:57
Thinkful - Unit 2, Lesson 6, Assignment 5
Thinkful
Unit 2 - Programming in JavaScript
Lesson 6 - Objects
Assignment 5 - Objects Drills 2
Drill #1: Make Student Reports - https://repl.it/@TicoThepsourint/Make-student-reports-drill
Drill #2: Enroll in Summer School - https://repl.it/@TicoThepsourint/Enroll-in-summer-school-drill
Drill #3: Find by ID - https://repl.it/@TicoThepsourint/find-by-id-drill
Drill #4: Validate Object Keys - https://repl.it/@TicoThepsourint/validate-object-keys-drill