Functional problem with array as input Created 2025-06-12 Updated 2025-07-16
Integer sequence Created 2025-06-12 Updated 2025-07-16
Symbolica Created 2025-06-12 Updated 2025-10-14
Rainbird Technologies Created 2025-06-12 Updated 2025-07-16
Literal Labs Created 2025-06-12 Updated 2025-12-13
MacArthur Foundation Created 2025-06-12 Updated 2025-07-16
YouTube video downloader Created 2025-06-12 Updated 2025-07-16
Odile Crick Created 2025-06-12 Updated 2025-07-16
HackerRank Created 2025-06-12 Updated 2025-07-16
Coding challenge website with automated check Created 2025-06-12 Updated 2025-07-16
CIA 2010 covert communication websites Adobe Dreamwaver JS functions Created 2025-06-02 Updated 2025-07-16
Many of the files appear to contain JavaScript functions in a format generated by Adobe Dreamweaver, making it almost certain that at least some of the websites were developed in that editor. This was first pointed out by Reddit user sq00q. Also note that the username spells "boobs" upside down in leet.
For example, starwarsweb.net contains the four following functions, first commented out which is funny and has some version comments:and then repeated on a
function MM_swapImgRestore() { //v3.0
function MM_preloadImages() { //v3.0
function MM_findObj(n, d) { //v4.01
function MM_swapImage() { //v3.0body onload. Here MM_ stands for MacroMedia, and is mentioned e.g. at:Doing:on github.com/cirosantilli/cia-2010-websites-dump currently gives 64 hits out of 421 websites.
git grep MM_swapImage | sed -r 's/\/.*//' | sort -u | wcThe approximate version history is:
Sup!? (P2FK client) Created 2025-06-02 Updated 2025-07-16
Trie Created 2025-05-29 Updated 2025-07-16
Sample implementations:
Ubuntu 25.04 Created 2025-05-26 Updated 2025-11-30
C++ format print containers Created 2025-05-26 Updated 2025-07-16
By Ciro Santilli:By others:
- stackoverflow.com/questions/1430757/convert-a-vectorint-to-a-string/79637760#79637760
- stackoverflow.com/questions/14070940/how-can-i-print-out-c-map-values/79637777#79637777
- stackoverflow.com/questions/2793232/c-print-out-objects-from-set/79637784#79637784
- stackoverflow.com/questions/61338240/how-to-print-the-content-of-a-nested-stdunordered-map/79637792#79637792
C++ format Created 2025-05-26 Updated 2025-07-16
Cracking the coding interview 6ed problem Created 2025-05-26 Updated 2025-07-16
- 1.2 Check permutation: cpp/string_is_permutation.cpp
- 1.5 One away: cpp/one_away.cpp
- 4.1 Route Between Nodes: cpp/directed_graph_size.cpp
- 4.7 Build Order: cpp/topological_sort.cpp
- 16.10 Living People: cpp/max_interval_overlaps.cpp
- 16.25 LRU Cache: cpp/lru_cache.cpp
C++ standard library Created 2025-05-26 Updated 2025-07-16
vscode freezes or crashes when opening a large folder Created 2025-05-26 Updated 2025-07-16
The issue appears to be that the file watcher goes out of control.
The reproduction is very simple:and now the editor GUI hangs and Ubuntu shows a popup:
mkdir mytest
cd mytest
seq 1000000 | xargs touch
code --disable-extensions .The window is not responding
Infinite duplicate pool:
Cracking the coding interview 6ed Created 2025-05-26 Updated 2025-07-16
There are unlisted articles, also show them or only show them.