Skip to content

Instantly share code, notes, and snippets.

View leonardosantos's full-sized avatar

Leonardo Santos leonardosantos

  • inoa.com.br
  • Rio de Janeiro, Brasil
View GitHub Profile
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Python(ish)</title>
<link rel="stylesheet" type="text/css" media="all" href="http://www.skulpt.org/static/codemirror.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.skulpt.org/static/solarized.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.skulpt.org/static/main.css"/>
<style>
.CodeMirror{
height: auto !important;
<html ng-app="doge">
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
angular
.module("doge", [])
.controller("Ctrl", function($scope){
$scope.url = "http://dogr.io/veryrestazero"+(location.pathname || "/")+".png"
});
</script>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Markdown for restazero</title>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
var pathname = location.pathname;
<!DOCTYPE html>
<html lang="en" ng-app="gamethemesongs">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Game Theme Songs">
<meta name="author" content="GameThemeSongs">
<title>GameThemeSongs</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/restazero/loading-bar.min.css" rel="stylesheet">