Skip to content

Instantly share code, notes, and snippets.

@juniorjp
juniorjp / privacy-policy.md
Created January 19, 2026 19:18
Roguelike Warriors Privacy Policy

Privacy Policy

This privacy policy applies to the Roguelike Warriors app (hereby referred to as "Application") for mobile devices that was created by Reginaldo Junior (hereby referred to as "Service Provider") as an Ad Supported service. This service is intended for use "AS IS".

What information does the Application obtain and how is it used?

The Application does not obtain any information when you download and use it. Registration is not required to use the Application.

Does the Application collect precise real time location information of the device?

@juniorjp
juniorjp / gist:9056643
Created February 17, 2014 18:53
Instantly invite all your friends to your facebook page
inputs = document.querySelectorAll("label.uiButton input");
for(var i=0; i<inputs.length;i++) { inputs[i].onclick(); }
# Nginx+Unicorn best-practices congifuration guide. Now with SPDY!
# We use latest stable nginx with fresh **openssl**, **zlib** and **pcre** dependencies.
# Some extra handy modules to use: --with-http_stub_status_module --with-http_gzip_static_module
#
# Deployment structure
#
# SERVER:
# /etc/init.d/nginx (1. nginx)
# /home/app/public_html/app_production/current (Capistrano directory)
#