Skip to content

Instantly share code, notes, and snippets.

View rohitwtbs's full-sized avatar
😍
I will create a mark before leaving.

rohit kumar rohitwtbs

😍
I will create a mark before leaving.
View GitHub Profile
@rohitwtbs
rohitwtbs / sshKeyGen.py
Created September 8, 2022 06:05 — forked from hugobarzano/sshKeyGen.py
Python script that uses ssh-keygen and ssh-copy-id to create SSH keys
'''
Author: Brian Oliver II
Instagram: bolo_ne3
License:
MIT License
Copyright (c) 2016 Brian Oliver II
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@rohitwtbs
rohitwtbs / Javascript OO Cheat Sheet
Created October 2, 2018 06:33
Javascript OO Cheat Sheet
/***********************************************************************************************************************
***********************************************************************************************************************
* CONTENTS:
* Native Object
* Object Literal
* Basic Object
* Psuedo-Class
* Self Executing/Invoking Structure
* Lazy Function
* Module Pattern