Rainbird Technologies by Ciro Santilli 37 Updated +Created
MacArthur Foundation by Ciro Santilli 37 Updated +Created
YouTube video downloader by Ciro Santilli 37 Updated +Created
Odile Crick by Ciro Santilli 37 Updated +Created
HackerRank by Ciro Santilli 37 Updated +Created
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:
function MM_swapImgRestore() { //v3.0
function MM_preloadImages() { //v3.0
function MM_findObj(n, d) { //v4.01
function MM_swapImage() { //v3.0
and then repeated on a body onload. Here MM_ stands for MacroMedia, and is mentioned e.g. at:
Doing:
git grep MM_swapImage | sed -r 's/\/.*//' | sort -u | wc
on github.com/cirosantilli/cia-2010-websites-dump currently gives 64 hits out of 421 websites.
The same signatures are also found on the early websites from 2004 such as alljohnny.com.
Sup!? (P2FK client) by Ciro Santilli 37 Updated +Created
Video 1.
Sup!? Buying, Listing and Offers by EMBII
. Source.
Trie by Ciro Santilli 37 Updated +Created
Sample implementations:
Ubuntu 25.04 by Ciro Santilli 37 Updated +Created
C++ format by Ciro Santilli 37 Updated +Created
C++ standard library by Ciro Santilli 37 Updated +Created
vscode freezes or crashes when opening a large folder by Ciro Santilli 37 Updated +Created
The issue appears to be that the file watcher goes out of control.
The reproduction is very simple:
mkdir mytest
cd mytest
seq 1000000 | xargs touch
code --disable-extensions .
and now the editor GUI hangs and Ubuntu shows a popup:
The window is not responding
htop reveals a bunch of processes or threads of type:
/snap/code/194/usr/share/code/code
Cracking the coding interview 6ed by Ciro Santilli 37 Updated +Created
Cracking the coding interview edition by Ciro Santilli 37 Updated +Created
Cracking the coding interview by Ciro Santilli 37 Updated +Created
Software engineering interview by Ciro Santilli 37 Updated +Created

Unlisted articles are being shown, click here to show only listed articles.