eng
competition

Text Practice Mode

600-Word Precision Speed Trial

created Jul 17th, 02:59 by Anshul Kumar


0


Rating

171 words
0 completed
00:00
while(true){ if(x==y){break;} x++; } // ++-->>><<<
value=compute_sum(42, error?0:data[index]);
try{execute();}catch(e){throw new Error("Boom!");}
"Focus","Discipline",[Precision],{Challenge},<Victory/>
__init__->__str__->__repr__==debug_mode:ON
for(int i=0;i<n;i++){arr[i]%=p; cout<<arr[i]<<" ";}  
if((a&&b)||(!c)){process();} else {rollback();}
socket.send(bytes(data,'utf-8')); await asyncFunction(); promise.then(cb).catch(err=>console.error(err));
json={"user":"Anshul","active":true,"keys":[1,2,3]};
regex=r"\w+@\w+\.\w{2,3}"; url="https://ex.com?q=1&v=2#top";
html="<div class='a'>Hello & Welcome!</div>"; xml="<tag attr='1'></tag>";
matrix=[[i*j for j in range(5)] for i in range(5)];
lambda x,y:x**2+y**2 if x>0 else None;
bitmask=0b1010_1100_1111; hexVal=0xDE_AD_BE_EF;
tuple=(1,2,"three",None); dictComp={k:v for k,v in zip(keys,values)};
flag=std::move(otherFlag); ptr++; *ptr='\0'; errno=EFAULT;
git pull && git commit -m "Focus test #42"; svn update; svn commit -m "Lock";
curl -X POST -H "Content-Type:application/json" -d '{"k":"v"}' http://localhost/api;
scp f.txt user@host:/tmp/; chmod 0755 script.sh && ./script.sh;
rm -rf /tmp/*; tar -czvf backup.tar.gz /var/log;
docker run -d -p 80:80 --name webapp nginx; kubectl apply -f deploy.yaml;
openssl genrsa -out key.pem 2048; openssl req -new -key key.pem -out csr.pem;
ffmpeg -i in.mp4 -vf "scale=1280:720" out.mp4; sed -i 's/foo/bar/g' file.txt;
awk '{print $1,$3}' data.csv>res.txt; jq '.users[]|select(.active)' users.json;
python -m http.server 8000; go build main.go; rustc main.rs && ./main;
javac Main.java && java Main; clang -Wall -O2 -shared -fPIC file.c;
perf record -g ./app; perf report; strace -e open,read -p${PID};

saving score / loading statistics ...