Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>
<form>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>
<button id="myBtn">click</button>
</div>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
</html>
<html>
<head>
</head>
<body>
<button id="start_button">Start</button>
<button id="destroy_button">Destroy</button>
<script src="assets/scripts/myleak.js" type="text/javascript">
</script>
</body>
</html>
var Leaker = function() {};
Leaker.prototype = {
init: function(name){
this._interval = null;
this.start();
this.name = name;
},
start: function() {
var self = this;
this._interval = setInterval(function() {
#!/usr/bin/env perl
use strict;
use warnings;
use Devel::StackTrace::WithLexicals;
use Devel::StackTrace::AsHTML;
my $trace = Devel::StackTrace::WithLexicals->new;
my $html = $trace->as_html;
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://example2.com/main.css" type="text/css">
<script type="text/javascript" src="http://example2.com/alert.js"></script>
<title>Welcome to nginx!</title>
</head>
<body>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stddef.h>
#include <sys/socket.h>
#include <sys/un.h>
#include "error.h"
#define SOCK_PATH "/tmp/hello.socket"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stddef.h>
#include <sys/socket.h>
#include <sys/un.h>
#include "error.h"
#define SOCK_PATH "/tmp/hello.socket"