Skip to content

Instantly share code, notes, and snippets.

View thai-ng's full-sized avatar

Thai Nguyen thai-ng

View GitHub Profile
#include <opencv2/core.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/opencv.hpp>
#include <array>
#include <string_view>
#include <utility>
using namespace std::string_view_literals;
<!DOCTYPE html>
<html>
<head>
<title>Typewriter Monkeys Feedback</title>
</head>
<body>
<h1>Feedback plx</h1>
<form action="forms.php" method="POST">
<label for="ID">Student ID:</label>
<input type="text" autofocus required name="ID" />
@thai-ng
thai-ng / api.tsx
Created March 6, 2018 03:19
template typescript
import * as React from 'react';
import './App.css';
const baseURL = 'http://www.sfu.ca/bin/wcm/course-outlines';
interface MyProps {}
interface Data {
text: string;
value: number;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
namespace NetCoreConsolePlayground
{
class Entity
{
public Vector3 Postion;
public Quaternion Rotation;