git ls-files '*.js' '*.jsx' '*.ts' '*.tsx' | xargs -I {} sh -c 'awk "{print FILENAME \":\" FNR \":\" \$0}" {}' > all_js_files_dump.txt && code all_js_files_dump.txt
git ls-files '*.js' '*.jsx' '*.ts' '*.tsx' | xargs -I {} sh -c 'awk "{print FILENAME \":\" FNR \":\" \$0}" {}' > fe_js_files_dump.txt && code fe_js_files_dump.txt && explorer .
git ls-files '*.js' '*.jsx' '*.ts' '*.tsx' | xargs -I {} sh -c 'awk "{print FILENAME \":\" FNR \":\" \$0}" {}' > be_js_files_dump.txt && code be_js_files_dump.txt && explorer .
awk 'BEGIN {print "Directory Listing:"; system("git ls-files \"*.js\" \"*.jsx\" | grep -v \".test\\.\" | grep -v \"^test-\""); print "\nFiles:"} FNR==1 {print "\nFile: " FILENAME} {print FNR ": " $0}' $(git ls-files '*.js' '*.jsx' | grep -v '.test\.' | grep -v '^test-') > be_js_files_dump.txt && code be_js_files_dump.txt && explorer .
# BE without test files
A Pen by Andraž Kos on CodePen.
https://searx.space/#help-csp-grade
name,domain https://search.demoniak.ch/search?q=gigabrain&language=en&safesearch=0&theme=simple
https://searx.tiekoetter.com/search?q=gigabrain&language=en&safesearch=0&theme=simple
https://searx.rhscz.eu/search?q=gigabrain&language=en&safesearch=0&theme=simple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Guest can browse plays, see all info, but has no profile and cannot see performance prices | |
Anonymous user | |
login -> Logged in user | |
List of performances | |
Logged in user | |
logout -> Anonymous user | |
Welcome view | |
Type of profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main view | |
Logged out | |
login -> Logged in | |
Please log in | |
Logged in | |
logout -> Logged out | |
home -> Welcome | |
Welcome | |
next -> Second page | |
Second page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Search Bar* | |
Inactive* | |
focused -> Active | |
Active | |
typed -> Text Entry | |
canceled -> Inactive | |
cleared -> Empty |