This is a page!

This is a page!

ATBS

CM

CTCI

daily log 11.19.20

1 minute read

How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!

daily log 11.12.20

2 minute read

Goals for today: No side chatter Say time/space complexity Break the problem down into smaller problems and solve those first

DIR

EHD

LS

daily log 11.19.20

1 minute read

How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!

PE

PROJECT_RecipeScraper

TIL

UEL

UJS

UMJS

UMRE

UMRE: Solo Project Attempt

less than 1 minute read

npx create-react-app umre-movies cd umre-movies rm public/favicon.ico public/logo192.png public/logo512.png rm src/App.test.js src/logo.svg src/serviceWorker...

UMS

URN

daily log 11.13.20

less than 1 minute read

BEFORE DESTRUCTURING ```javascript import React from “react”; import { Text, StyleSheet, View, Button, TouchableOpacity } from “react-native”;

UWD

daily log 11.19.20

1 minute read

How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!

YIR

atom

bash

dailylog 8-03-20

less than 1 minute read

Remove files recursively in non-empty directory WARNING: DANGEROUS!

beautifulsoup

binarysearch

chrome

chromeextensions

dailylog

dailylog 02-02-21

1 minute read

```python FROM HERE https://leetcode.com/problems/longest-valid-parentheses/discuss/1030761/ … Python-Simple-Solutions-or-DP-and-Stack-One-pass import unitte...

daily log 11.19.20

1 minute read

How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!

daily log 11.13.20

less than 1 minute read

BEFORE DESTRUCTURING ```javascript import React from “react”; import { Text, StyleSheet, View, Button, TouchableOpacity } from “react-native”;

daily log 11.12.20

2 minute read

Goals for today: No side chatter Say time/space complexity Break the problem down into smaller problems and solve those first

daily log 10.21.20

less than 1 minute read

How to pretty print all the supervisors into a nice column

dailylog 10-16-20

less than 1 minute read

class Solution(object): def flipAndInvertImage(self, A): """ :type A: List[List[int]] :rtype: List[List[int]] """ ...

daily log 10.13.20

less than 1 minute read

Recursion for Beginners: A Beginner’s Guide to Recursion

daily log 10.10.20

less than 1 minute read

```python for point in points: x_start = point[0] x_end = point[1]

daily log 10.07.20

2 minute read

```python Definition for singly-linked list. class ListNode(object): def init(self, val=0, next=None): self.val = val self.next = next class Solution(object)...

daily log 10.03.20

less than 1 minute read

```python class Solution(object): def findPairs(self, nums, k): “”” :type nums: List[int] :type k: int :rtype: int ...

dailylog 9.29.20

less than 1 minute read

<link rel="stylesheet" href="css/styles.css" />

daily log 9.09.20

less than 1 minute read

```javascript function sinkDown(array) { // console.log(array) let root_idx = 0; let left_idx; let right_idx; while (right_idx < array.lengt...

daily log 9.04.20

less than 1 minute read

More data science today!! I definitely need to get better about automating things…

daily log 9.03.20

less than 1 minute read

Most of what I learned today had to do with data science and plotting, but I keep realizing that these worlds intersect A LOT more than I ever expected!!

dailylog 8-03-20

less than 1 minute read

Remove files recursively in non-empty directory WARNING: DANGEROUS!

dailylog 7-23-20

less than 1 minute read

https://marketplace.visualstudio.com/items?itemName=satokaz.vscode-markdown-header-coloring

dailylog 7-15-20

less than 1 minute read

How I eventually “solved” the local host / grabbing from api issue

dailylog 6-13-20

less than 1 minute read

Post computer wipe Currently testing pushing

dailylog 5-11-20

less than 1 minute read

PRACTICE: Interleaving Iteration in Python

daily log 1-4-20

less than 1 minute read

https://developer.chrome.com/extensions/contentSecurityPolicy https://support.google.com/chrome/thread/2437675?hl=en

debates

ehd

express

tab party 01.31.21

less than 1 minute read

TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.

extensions

firecode

daily log 10.13.20

less than 1 minute read

Recursion for Beginners: A Beginner’s Guide to Recursion

git

tab party 01.31.21

less than 1 minute read

TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.

github

hackerrank

heaps

heroku

hooks

howto

imperfect-foods

interview-prep

interviewprep

dailylog 02-02-21

1 minute read

```python FROM HERE https://leetcode.com/problems/longest-valid-parentheses/discuss/1030761/ … Python-Simple-Solutions-or-DP-and-Stack-One-pass import unitte...

javascript

jekyll

js_algos_and_ds

JS ALGOS & DS: Section 4

less than 1 minute read

```javascript // ORIGINAL function charCount(str){ var results = {}; for (var i = 0; i < str.length; i++) { var char = str[i]; if(...

leetcode

dailylog 02-02-21

1 minute read

```python FROM HERE https://leetcode.com/problems/longest-valid-parentheses/discuss/1030761/ … Python-Simple-Solutions-or-DP-and-Stack-One-pass import unitte...

dailylog 10-16-20

less than 1 minute read

class Solution(object): def flipAndInvertImage(self, A): """ :type A: List[List[int]] :rtype: List[List[int]] """ ...

daily log 10.10.20

less than 1 minute read

```python for point in points: x_start = point[0] x_end = point[1]

daily log 10.07.20

2 minute read

```python Definition for singly-linked list. class ListNode(object): def init(self, val=0, next=None): self.val = val self.next = next class Solution(object)...

daily log 10.03.20

less than 1 minute read

```python class Solution(object): def findPairs(self, nums, k): “”” :type nums: List[int] :type k: int :rtype: int ...

Leetcode 9.29.20

1 minute read

```python Definition for singly-linked list. class ListNode(object): def init(self, val=0, next=None): self.val = val self.next = next class Solution(object)...

lettuceshop

liquid

ls

math

mock

daily log 11.12.20

2 minute read

Goals for today: No side chatter Say time/space complexity Break the problem down into smaller problems and solve those first

movies

UMRE: Solo Project Attempt

less than 1 minute read

npx create-react-app umre-movies cd umre-movies rm public/favicon.ico public/logo192.png public/logo512.png rm src/App.test.js src/logo.svg src/serviceWorker...

onehourapp

portfolio

python

questions

ramblings

react

tab party 01.31.21

less than 1 minute read

TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.

dailylog 7-15-20

less than 1 minute read

How I eventually “solved” the local host / grabbing from api issue

UMRE: Solo Project Attempt

less than 1 minute read

npx create-react-app umre-movies cd umre-movies rm public/favicon.ico public/logo192.png public/logo512.png rm src/App.test.js src/logo.svg src/serviceWorker...

react-router-dom

rebase

tab party 01.31.21

less than 1 minute read

TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.

reddit

regex

routing

starting

stripe

tabparty

tab party 01.31.21

less than 1 minute read

TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.

tabs

TAB PARTY 10-21-20

less than 1 minute read

Can we scrape linked in to get the job history and job description of our members?

todo

tomorrowtodo

udemy

ujs

dailylog 4-16-20

less than 1 minute read

THINGS I DID TODAY: UJS: Attempted fib again to see if it would solidify. UJS: Attempted reverse() recursively UWD: Finished Section 15, Command Line ...

umre

dailylog 7-15-20

less than 1 minute read

How I eventually “solved” the local host / grabbing from api issue

uwd

dailylog 6-13-20

less than 1 minute read

Post computer wipe Currently testing pushing

uwd-kentcdodds

viz

vscode

tab party 01.31.21

less than 1 minute read

TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.

webdev