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 by
Ciro Santilli 37 Updated 2025-07-01 +Created 2025-06-12
Coding challenge website with automated check by
Ciro Santilli 37 Updated 2025-07-01 +Created 2025-06-12
CIA 2010 covert communication websites Adobe Dreamwaver JS functions by
Ciro Santilli 37 Updated 2025-07-01 +Created 2025-06-02
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:
Sample implementations:
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
Cracking the coding interview 6ed problem by
Ciro Santilli 37 Updated 2025-07-01 +Created 2025-05-26
- 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
vscode freezes or crashes when opening a large folder by
Ciro Santilli 37 Updated 2025-07-01 +Created 2025-05-26
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:
There are unlisted articles, also show them or only show them.