This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once('recaptchalib.php'); | |
| // Get a key from https://www.google.com/recaptcha/admin/create | |
| $publickey = ""; | |
| $privatekey = ""; | |
| # the response from reCAPTCHA | |
| $resp = null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ### | |
| # | |
| # forked from https://gist.github.com/1264701/08f93534ba177f173b9382b53c419cd0de5b07ea | |
| # Copyright (c) 2011 Cake Development Corporation (http//cakedc.com) | |
| # | |
| # Ubuntu 12.10 based web server installation script | |
| # Run this by executing the following from a fresh install of Ubuntu 12.10 server: | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "This script will: | |
| 1) install all modules need to run web2py on Ubuntu/Debian | |
| 2) install web2py in /home/www-data/ | |
| 3) create a self signed sll certificate | |
| 4) setup web2py with mod_wsgi | |
| 5) overwrite /etc/apache2/sites-available/default | |
| 6) restart apache. | |
| You may want to read this script before running it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Copyright (c) 2011 ZURB, http://www.zurb.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app/controllers/api/users_controller.rb:10:in `index' | |
| /Users/amiterandole/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_model_serializers-f29e78f4c873/lib/action_controller/serialization.rb:14:in `initialize' | |
| /Users/amiterandole/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_model_serializers-f29e78f4c873/lib/action_controller/serialization.rb:14:in `new' | |
| /Users/amiterandole/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_model_serializers-f29e78f4c873/lib/action_controller/serialization.rb:14:in `_render_option_json' | |
| actionpack (4.1.5) lib/action_controller/metal/renderers.rb:39:in `block in _handle_render_options' | |
| /Users/amiterandole/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each_key' | |
| /Users/amiterandole/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each' | |
| actionpack (4.1.5) lib/action_controller/metal/renderers.rb:36:in `_handle_render_options' | |
| actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' | |
| actionpack (4.1.5) li |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pp request.env["omniauth.auth"] | |
| {"provider"=>"facebook", | |
| "uid"=>"278975188965788", | |
| "info"=> | |
| {"email"=>"jiptfti_adeagbostein_1412358537@tfbnw.net", | |
| "name"=>"Dick Ameeiibgeiij Adeagbostein", | |
| "first_name"=>"Dick", | |
| "last_name"=>"Adeagbostein", | |
| "image"=>"https://graph.facebook.com/278975188965788/picture", | |
| "urls"=> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* B:Secondary Navigation ---------------------------------------*/ | |
| .secondary-nav, .secondary-nav ul.dropdown { | |
| background-color:#d2315d; | |
| background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.82, #d2315d), color-stop(0.96, #a7274a)); | |
| background-image: -webkit-linear-gradient(bottom, #d2315d 82%, #a7274a 96%); | |
| background-image: -moz-linear-gradient(bottom, #d2315d 82%, #a7274a 96%); | |
| background-image: -ms-linear-gradient(bottom, #d2315d 82%, #a7274a 96%); | |
| background-image: -o-linear-gradient(bottom, #d2315d 82%, #a7274a 96%); | |
| background-image: linear-gradient(bottom, #d2315d 82%, #a7274a 96%); | |
| min-height:26px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #created by @nthgergo | |
| set :application, "APPLICATION_NAME" | |
| set :scm, :git | |
| set :repository, "GIT_URL" | |
| set :user, "ec2-user" | |
| set :ssh_options, { :forward_agent => true } | |
| default_run_options[:pty] = true | |
| set :use_sudo, false | |
| set :branch, "master" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| title = "Infinity Gauntlet" | |
| desc = "THE INFINITY GAUNTLET is a continuation of a story that originated in both the | |
| regular Silver Surfer series and the THANOS QUEST limited series. The gauntlet is perhaps the most powerful item in the Marvel Universe, as it bestows upon the wearer absolute control over time, space, power, the soul, the mind, and reality. Thanos obtains the gauntlet in order to finally win the hand of his love, Death, | |
| through the elimination of half the population of the entire universe." | |
| pub_date = "September 28, 2011" | |
| author = "Jim Starlin" | |
| illustrator = "George Perez" | |
| cost = 19.25 | |
| ===================================== |