Vivek

Results 10 issues of Vivek

Create a simple makefile Build with ``` --std=c++14 main.cpp seephit.cpp``` Add a rule for tests, leave that rule dummy for now

Use some scraping to extract SVG tag names from somewhere and add it to the array in tags.hpp (sorted)

Write a few files with valid and invalid HTML syntax, name them based on whats wrong in it Use the test.spt file as a reference, put it in tests folder

Implement a basic website that gets some external data and renders it through templates. Measure rendering performance against known libraries like flask or jinja and make pretty graphs.

# ## split10 This is a simple implementation that uses std::find() It uses a for loop with two variables: itStart - iterator start of a word itDelimiter - iterator to...

We have a HDL dialect that will get parsed. The parser has to generate some data structure that represents the network - somewhat like an AST of a language This...

The gate abstraction uses an int data type, but treats it like a bool Try building a multibit and gate that uses all bits of a data type. The inputs...

Something like this: ![9d](https://user-images.githubusercontent.com/149142/28865588-0872d1d8-778e-11e7-80f4-d7e38ed85405.png)