Skip to content

Instantly share code, notes, and snippets.

View snbk97's full-sized avatar
👽

Sayan Bhowmik snbk97

👽
View GitHub Profile
@snbk97
snbk97 / serial.txt
Created February 16, 2022 16:01 — forked from rufoa/patch.sh
sublime merge 2 build 2068 linux
----- BEGIN LICENSE -----
TEAM RUFIO
Unlimited User License
E52D-666666
487EE6F0309908F702DDD52AFCD99A6A
6EE14CF8A2D42271B4FC0991BBF93ADC
FAA9075C436B3796669194A2F36CAAEF
B251155329EC2E434FD28B4A21BE68CC
955D306EE9ED843C5E98B1577D02DEAA
1F4E872AE6495CD5E3B1DA55D5ACD2B2
@snbk97
snbk97 / Procrastination Daemons.txt
Last active May 30, 2018 17:24 — forked from muhammad-ahsan/Procrastination Daemons
How To Stop Procrastinating | Cure Procrastination Forever | Dan Lok
LINK: https://youtu.be/tilA5Y-MUB4
The Perfectionist (I should do it perfectly)
The Lazy Bastard (Weather is not good today)
The Comparer (Others are better so better not try)
The Futurist (What will happen in future)
The Idiot (I don't know)
The Dumb Listener (My friend advised to take medicine instead of exercise)
The Hooper (Switcher)
The Shit Maker (Everything is dirty)
@snbk97
snbk97 / adapter.py
Created June 19, 2017 17:56 — forked from pazdera/adapter.py
Example of `adapter' design pattern in Python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Example of `adapter' design pattern
# Copyright (C) 2011 Radek Pazdera
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@snbk97
snbk97 / adapter.cpp
Created June 19, 2017 17:56 — forked from pazdera/adapter.cpp
Example of `adapter' design pattern in C++
/*
* Example of `adapter' design pattern
* Copyright (C) 2011 Radek Pazdera
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
@snbk97
snbk97 / gist:61bfe48eccbed0b02d24bef950f2a7f2
Created June 19, 2017 17:54 — forked from pazdera/gist:1098119
Singleton example in C++
/*
* Example of a singleton design pattern.
* Copyright (C) 2011 Radek Pazdera
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,