Skip to content

Instantly share code, notes, and snippets.

View ryosuke-hujisawa's full-sized avatar
🎯
Focusing

Ryosuke Sakai ryosuke-hujisawa

🎯
Focusing
View GitHub Profile
@muhammadawaisshaikh
muhammadawaisshaikh / chat.js
Created February 3, 2020 11:30
chat component built with react material-ui
import React from 'react';
import { makeStyles } from '@material-ui/core/styles';
import Paper from '@material-ui/core/Paper';
import Grid from '@material-ui/core/Grid';
import Box from '@material-ui/core/Box';
import Divider from '@material-ui/core/Divider';
import TextField from '@material-ui/core/TextField';
import Typography from '@material-ui/core/Typography';
import List from '@material-ui/core/List';
import ListItem from '@material-ui/core/ListItem';
@ryosuke-hujisawa
ryosuke-hujisawa / firebase_github_auth.html
Last active August 9, 2018 11:44
How to use auth on firebase with GitHub ?
<!DOCTYPE html>
<html>
<!--
Please use http or https
Please register your url to firebase
@dalegaspi
dalegaspi / brew_symlink_error_sierra.md
Last active January 4, 2024 22:32
Homebrew Symlink errors in Mac OSX High Sierra
@mteece
mteece / timezone.md
Last active July 29, 2022 22:12
List of NSTimeZone Abbreviations and Names (iOS 9.3.1)

NSTimeZone - Timezone Abbreviations ADT = "America/Halifax"; AKDT = "America/Juneau"; AKST = "America/Juneau"; ART = "America/Argentina/Buenos_Aires"; AST = "America/Halifax"; BDT = "Asia/Dhaka"; BRST = "America/Sao_Paulo"; BRT = "America/Sao_Paulo"; BST = "Europe/London";