You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for t,_,c in __import__('os').walk('.'):fs+=[t+'/'+fl for fl in c if ((fl.endswith("cpp") or fl.endswith(".h") or fl.endswith('.hpp')) and not fl.startswith("CMake"))]
for a,b in sorted([(f,g(f))for f in fs if'init'not in f],key=lambda i:i[1])[::-1]:p(a[2:],' '*(len(max(fs,key=len))-len(a)+11),b,' '*(4-len(str(b)))+'lines of code')