Skip to content

Instantly share code, notes, and snippets.

@lunayach
lunayach / cheatsheet.cpp
Created August 15, 2018 17:27 — forked from satwikkansal/cheatsheet.cpp
C++ STL cheatsheet for competitive progrmming
/*
This a header file that includes every standard library.
You can use it to save time.
NOTE: This header file may not be recognized by compilers
other than gcc.
*/
#include <bits/stdc++.h>
/*
//Use this if the above header file doesn't work.
@lunayach
lunayach / PC-Prep-Kit-Final-Report-GSoC18.md
Last active August 14, 2018 13:31
Final Report for GSoC'18 (Systers, PC-Prep-Kit)

About

An app that teaches about various aspects of Malaria. This would be achieved using Gamification and ChatBot. Teaches about,

  • What is Malaria?
  • How it is caused?
  • How to prevent it?
  • How to treat it?

Tech Stack

  • Angular 6