Skip to content

Instantly share code, notes, and snippets.

View HarshCasper's full-sized avatar
🎯
Who Dares Wins!

Harsh Mishra HarshCasper

🎯
Who Dares Wins!
View GitHub Profile
<canvas id=q width=3000 height=3000 style=margin:-10>
<script>
for(m=Math.random,p=[],i=0;i<256;p[i++]=1);
setInterval('9Style="rgba(0,0,0,.05)"9Rect(0,0,3000,3000)9Style="#0F0";p.map(function(v,i){9Text(String.fromCharCode(3e4+m()*33),i*10,v);p[i]=v>758+m()*1e4?0:v+10})'.split(9).join(';q.getContext("2d").fill'),33)
</script>
@HarshCasper
HarshCasper / updated_matrix.html
Created October 11, 2019 07:48
Matrix Reloaded
<canvas id=q width=3000 height=3000 style=margin:-10>
<script>
var s = window.screen;
var width = q.width = s.width;
var height = q.height = s.height;
var letters = Array(256).join(1).split('');
var draw = function () {
q.getContext('2d').fillStyle='rgba(0,0,0,.05)';
@HarshCasper
HarshCasper / Hello-World.ipynb
Last active November 27, 2019 03:49
Untitled19.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HarshCasper
HarshCasper / AI_Poet.ipynb
Created January 12, 2020 16:11
Using LSTM Neural Networks to generate poetry.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HarshCasper
HarshCasper / mnist_tensorflow.ipynb
Created February 19, 2020 13:47
MNIST_Tensorflow.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HarshCasper
HarshCasper / numpy-array.ipynb
Created May 12, 2020 09:49
Numpy Array.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HarshCasper
HarshCasper / numpy-indexing-and-slicing.ipynb
Created May 12, 2020 09:49
Numpy Indexing and Slicing.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HarshCasper
HarshCasper / different-types-of-arrays.ipynb
Created May 12, 2020 09:50
Different Types of Arrays.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HarshCasper
HarshCasper / mathematical-operations-using-numpy.ipynb
Created May 12, 2020 09:50
Mathematical Operations using Numpy.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.