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 eval('echo "PHP Code\n";'); __halt_compiler(); ?> | |
print ((("b" + "0" == 0) and eval('"Perl Code\n"')) or (0 and "Ruby Code\n" or "Python Code")); | |
__DATA__ = 1 | |
""""" | |
__END__ | |
===== This is comment of all. ===== |
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
#include <stdio.h> | |
int fib(int n) { | |
if (n <= 1) { | |
return n; | |
} | |
return fib(n - 1) + fib(n - 2); | |
} | |
int main(){ |
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
javascript:(function(){var u='https://ajax.googleapis.com/ajax/libs/',d=document,s=d.createElement('script'),s2=s.cloneNode();s.src=u+'jquery/1.7.2/jquery.min.js';s2.src=u+'jqueryui/1.8.18/jquery-ui.min.js';d.head.appendChild(s);d.head.appendChild(s2)})(); |
NewerOlder