Tribonacci Created 2025-06-12 Updated 2025-07-16
Fibonacci sequence Created 2025-06-12 Updated 2025-07-16
Alpha School Created 2025-06-12 Updated 2025-07-16
The school's model is to offer two hours of academic learning each day using "AI tutors", while the rest of the day is dedicated to developing life skills
The founding lady has several other interesting schools e.g. gt.school:Pretty awesome.
Bibliography:
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-07-16
Rainbird Technologies Created 2025-06-12 Updated 2025-07-16
Literal Labs Created 2025-06-12 Updated 2025-07-26
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.0
body 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 | wc
The 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-07-16
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
Unlisted articles are being shown, click here to show only listed articles.