Skip to content

Instantly share code, notes, and snippets.

View jincongho's full-sized avatar

Jin Cong Ho jincongho

View GitHub Profile
@jincongho
jincongho / Conversion.c
Created October 24, 2018 00:11
Prefix, Infix, Postfix Expression Processor
/**
* Prefix, Infix, Postfix Expression Processor
*
* Functions:
* 1. Convert between prefix (Normal Polish Notation), expression, postfix (Reverse Polish Notation)
* 2. Evaluate value of any expression format, support *float*
* 3. Show detailed error message and *location* of invalid elements in expressions
*. 4. Read from files containing multiple expressions
*
* In place error reporting:
@jincongho
jincongho / designer.html
Created November 16, 2014 00:43
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>