Skip to content

Instantly share code, notes, and snippets.

View harshit98's full-sized avatar
🚀
At first if you don't succeed, 'sudo' it.

Harshit Prasad harshit98

🚀
At first if you don't succeed, 'sudo' it.
View GitHub Profile
@harshit98
harshit98 / builder_pattern.py
Created May 7, 2020 08:16
Builder Pattern - Pizza
# Pizza ingredients
class Dough:
name = None
class Toppings:
list_of_toppings = None
@harshit98
harshit98 / ResetMysql.md
Created May 27, 2019 07:00 — forked from asquare14/ResetMysql.md
Reset your MySQL password on MACOS
  • Stop the mysql service.

    $ brew services stop mysql

  • Kill all mysql processes

    $ pkill mysqld

  • This will delete ALL your existing database !

@harshit98
harshit98 / GSoC17_report.md
Last active November 24, 2017 10:16
Google Summer Of Code 2017 Work Product - Harshit Prasad - FOSSASIA