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ørste tal til primtal faktorisering af Kresten den 29/08/20 | |
// 0th; 1st; 2nd; 3rd; 4th; 5th; 6th; 7th | |
// tæller; 0; dividend; 0; divisor; 0; 0; 0 | |
+ // tæller = 1 | |
>> // dividend | |
++++ +++ // 2nd = stdin |
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 Video was paused killer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Kills the "Video paused. Continue?" box that pops up every once in awhile | |
// @author Nett18 - github.com/kres0345 | |
// @match https://www.youtube.com/watch?v=* | |
// @grant none | |
// ==/UserScript== |
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
alert(0) |
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
`sudo nano /etc/apt/sources.list` | |
add: | |
` | |
deb http://http.kali.org/kali kali-rolling main contrib non-free | |
# For source package access, uncomment the following line | |
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free | |
` | |
Enter command after: |
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
alert("XSS"); | |
console.log("XSS"); |