Skip to content
View FraserTooth's full-sized avatar
πŸ‘Ή
MVP MVP MVP
πŸ‘Ή
MVP MVP MVP
Block or Report

Block or report FraserTooth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FraserTooth/README.md
import React, { useState } from 'react';
const Fraser = () => {
  const from = 'Glasgow, Scotland';
  const [lives, setLives] = useState('Tokyo, Japan');
  const [likes, setLikes] = useState(['πŸ§€', '🍻', '🐢', 'πŸ‘¨β€πŸ’»']);
  return (
    <div>
      <h1>Hello πŸ‘‹ I'm Fraser from {from} and I currently live in {lives}</h1>
      <ul>
      {likes.map((thing) => <li>thing</li>)}
      </ul>
      <button onClick={() => console.log("Hello!")}>Say Hello</button>
    </div>
  );
}

Pinned

  1. japan_grid_carbon_api japan_grid_carbon_api Public

    API and Backend to Calculate the Current Carbon Intensity of the Japanese Grid...roughly

    Python 7 1

  2. japan_grid_carbon_api_website japan_grid_carbon_api_website Public

    Web App for the Japan Grid Carbon API

    TypeScript 4 4

  3. echonet_interface echonet_interface Public

    Python Script to interface with a Japanese Smart Meter's Echonet protocol via a B Route USB

    Python 1

  4. alwyn alwyn Public

    Developer and User Friendly Flowchart Development Environment.

    JavaScript 4

  5. go_examine go_examine Public

    An API for highlighting problematic phrases in news articles to train users to spot fake news.

    Go 1

  6. preference_optimization preference_optimization Public

    Given a top N list of preferences between lists A & B and X maximum matches, maximise...something.

    TypeScript 1