Skip to content

Instantly share code, notes, and snippets.

View machikoyasuda's full-sized avatar
🦺
beep

machiko machikoyasuda

🦺
beep
View GitHub Profile
@machikoyasuda
machikoyasuda / gist:5886153
Last active December 19, 2015 02:49
wdi-la
baxterross
tehpeh
1. Anthro101
2. boovius
3. ceospf
4. darkstiffler
5. ekubokirs
6. enddynayn
7. jnewman12
@machikoyasuda
machikoyasuda / A-Pen-by-Machiko-Yasuda.markdown
Created August 29, 2013 01:09
A Pen by Machiko Yasuda.
@machikoyasuda
machikoyasuda / week7.html
Last active August 29, 2015 14:14
week7.html
<!doctype html>
<html lang="en">
<form action="http://ga.kameronzach.com/fewd-12/week-7/forms/email-api/" method="POST">
<input type="hidden" name="key" value="82b598c143888002128d54e8c51cd5aa">
Email Address: <br><input id="userEmail" name="userEmail" type="text" size="37"><br>
Email From: <br><input id="sendEmailTo" name="sendEmailTo" type="text" size="37"><br>
Full name: <br><input id="userName" name="userName" type="text" size="37"><br>
Subject: <br><input id="userSubject" name="userSubject" type="text" size="37"><br>
Phone number: <br><input id="userPhone" name="userPhone" type="tel" size="37"><br>
@machikoyasuda
machikoyasuda / gist:a567cdd9652aca167e7d
Created June 26, 2015 21:43
LA-historic-restaurants.json
[
{
"description": "Traditional cafe, with bar attached. Opened in 1887 at another location. Rebuilt in 1952.",
"address": "25861 Railroad Ave, Santa Clarita, CA 91355.",
"link": "http://www.scvhistory.com/scvhistory/sauguscafe.htm",
"name": "The Saugus Cafe",
"year": "1905"
},
{
"description": "Known for their cocktails and French dip sandwiches, which they claim to have invented.",
@machikoyasuda
machikoyasuda / open-source-journalism.md
Last active October 21, 2016 01:54
open source projects that started in/around journalism

Projects

@machikoyasuda
machikoyasuda / vocabulary.md
Created September 20, 2016 17:13
Japanese/English programming/tech vocabulary

----- Tech -----

拡張現実【かくちょうげんじつ】 augmented reality, AR

投資家【とうしか】 investor

静的【せいてき】 static

@machikoyasuda
machikoyasuda / index.html
Created November 6, 2017 22:08
Reaction Commerce: React Guide // source https://jsbin.com/liwagi
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Reaction Commerce: React Guide</title>
</head>
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<body>

diff

 var remark = require('remark');
 var report = require('vfile-reporter');

 remark()
+  .use(require('remark-preset-lint-recommended'))
   .process('_Emphasis_ and **importance**', function (err, file) {
 console.error(report(err || file));
@machikoyasuda
machikoyasuda / ready-for-development-design-checklist.md
Created October 1, 2018 23:19
Ready for Development checklist

Ready for development checklist:

Once design mocks include these cases and scenarios, the Development team will be ready to start writing a ticket and working on the code for it:

[ ] UI States: The mock should include what the various UI states look like, including: [ ] Active [ ] Complete [ ] Incomplete (ex. Validating data) [ ] Blank/Empty data state (ex. No credit cards found) [ ] Disabled