View dict_5.txt
This file contains 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
AAHED | |
AALII | |
AALST | |
AALTO | |
AAMSI | |
AAPSS | |
AARAU | |
AAREN | |
AARGH | |
AARON |
View fyfacebook.js
This file contains 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
// ==UserScript== | |
// @name Facebook Block Infinitescroll | |
// @namespace https://mackaber.me/ | |
// @version 0.1 | |
// @description Blocks Facebook to infinite scroll | |
// @author Mackaber | |
// @match https://m.facebook.com/ | |
// @grant none | |
// ==/UserScript== |
View Multi Objective Genetic Experiments.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View mexico_interest_dataset.json
This file contains 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
[ | |
{ | |
"raw_name": "Business and industry", | |
"name": "Business and industry", | |
"path": [ | |
"Interests" | |
], | |
"key": "Interests > Business and industry", | |
"parent": "Interests" | |
}, |
View reveal_secrets.js
This file contains 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 elements = document.querySelectorAll('*[style="display:none"]'); | |
elements.forEach(function(el){ | |
el.style.display = "block"; | |
}) |
View Pruebas.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View test
This file contains 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
def test | |
print "Test" | |
end |
View autopaint.js
This file contains 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
function postPixel(timeout) { | |
setTimeout(function() { | |
$.getJSON('https://www.reddit.com/api/me.json', function(response){ | |
var modhash = response.data.modhash; | |
$.ajax({ | |
url: "https://www.reddit.com/api/place/draw.json", | |
type: 'post', | |
data: { | |
x: 634, | |
y: 354, |
View parser.rb
This file contains 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
f = File.open("nuevos_campos.txt") | |
f.each_line do |line| | |
unless line == "\n" | |
text = line.chomp.split(",") | |
field_name = text[1].downcase.gsub(" ","_") | |
case text[2] | |
when "Select" | |
field_type = "numeric" | |
field_test = "`1`" |
View reddit_pwn.css
This file contains 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
/* THIS IS ONLY A PROOF OF CONCEPT PLEASE DON'T USE IT FOR EVIL, | |
I'M NOT RESPONSIBLE FOR YOUR ACTIONS, THIS IS ONLY FOR EDUCATION | |
PURPOSES ONLY!!!!*/ | |
.usertext-buttons button { | |
font-size: 0px; | |
right: 0px; | |
top: 33px; | |
width: 44px; | |
position: absolute; |
NewerOlder