Skip to content

Instantly share code, notes, and snippets.

View sskanishk's full-sized avatar
🏠
working from bali

Kanish Malviya sskanishk

🏠
working from bali
View GitHub Profile
@sskanishk
sskanishk / CopyToClipbaord.js
Last active May 27, 2021 09:02
Code Snippet Code to Clipboard button functionality on code snippet.
// it is written for below structure
<pre>
<code>
----some----code----
</code>
<pre>
function CopyToClipboard(params) {
@sskanishk
sskanishk / Readme.md
Last active September 7, 2022 02:39
Setup MySQL in AWS Cloud9

Open EC2 Cloud9

$ sudo service mysqld start

$ /usr/libexec/mysql55/mysql_secure_installation

comment - if first time Set root password? [Y/n] $ Y

Remove anonymous users? [Y/n] $ Y

@sskanishk
sskanishk / gist:badbf24b1b3086cf70f0cd60020ca4b6
Last active July 6, 2019 07:07
Tables and plots are the most common outputs when doing data analysis, but Jupyter notebooks can render many more types of outputs such as sound, animation, video, etc. Yes, almost anything that can be shown in a modern web browser. This also makes it possible to include interactive widgets directly in the notebook! For example, this (slightly c…
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.