Skip to content

Instantly share code, notes, and snippets.

View JohnPhamous's full-sized avatar
πŸš€
Hopefully not blowing anything up

John Pham JohnPhamous

πŸš€
Hopefully not blowing anything up
View GitHub Profile
<template>
<v-container>
<v-layout row wrap>
<v-flex xs12 md8 offset-md2>
<v-tabs
dark
>
<v-tabs-bar>
<v-tabs-slider></v-tabs-slider>
<v-tabs-item key="money" href="#tab-0">

AVR Programming on Linux/Mac OS

Dependencies for Mac

Mac users will need to install Homebrew. Homebrew is a package manager for MacOS.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

You will then need to install avr-libc from the avr repository.

#!/bin/bash
labName=$1
labFolders=$(ls -1 $labName)
folderPattern='\/\w*'
for folder in $labName/*
do
if [ -d "$folder" ];
then

Who?

1st years to grad students from universities, community colleges, and bootcamps

When?

February 10 9AM - 9PM

Where?

UC Riverside, ACM Clubroom (Chung 127) Online access will be given to those who request it

from socket import *
client = socket(AF_INET, SOCK_STREAM)
print('Socket Created')
from socket import *
from thread import *
host = ''
port = 3983
s = socket(AF_INET, SOCK_STREAM)
s.bind((host, port))
s.listen(10)
import React, { Component } from "react";
export default class titles extends Component {
state = {
tiles: []
};
populateTiles = () => {
console.log("Get data");
const newData = [
class titles extends Component {
state = {
youtube: [], // store only youtube
articles: []
};
populateTiles = () => {
console.log("Get data");
const newData = [
{
C# 1 hr 45 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ 80.0%
XML 13 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 10.1%
Other 7 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 5.3%
TypeScript 4 mins β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 3.6%
JSON 0 secs β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.6%
@JohnPhamous
JohnPhamous / flag.5.gif
Created May 7, 2019 17:33
Gist for flag.5.gif. Generated by `crop-github-images-cli`.
Placeholder for flag.5.gif.