Skip to content

Instantly share code, notes, and snippets.

View rsax's full-sized avatar

Ramiro Sandoval rsax

View GitHub Profile
@plentz
plentz / nginx.conf
Last active October 22, 2025 16:10
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@fieldOfView
fieldOfView / WebGL360Video.html
Created March 7, 2013 07:57
Simple WebGL/GLSL video panorama viewer
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Simple WebGL/GLSL video panorama viewer</title>
<style>
body {
background-color: #000000;
@fieldOfView
fieldOfView / EquirectangularViewer.pbk
Last active November 4, 2017 16:43
Equirectangular viewer Pixel Bender filter
/**
* Equirectangular viewer
* Last update: 6 March 2013
*
* Changelog:
* 1.0 - Initial release
*
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*