Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.12.164.78
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
sprintf-js /
demo /
Delete
Unzip
Name
Size
Permission
Date
Action
angular.html
690
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
<!doctype html> <html ng-app="app"> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.3/angular.min.js"></script> <script src="../src/sprintf.js"></script> <script src="../src/angular-sprintf.js"></script> </head> <body> <pre>{{ "%+010d"|sprintf:-123 }}</pre> <pre>{{ "%+010d"|vsprintf:[-123] }}</pre> <pre>{{ "%+010d"|fmt:-123 }}</pre> <pre>{{ "%+010d"|vfmt:[-123] }}</pre> <pre>{{ "I've got %2$d apples and %1$d oranges."|fmt:4:2 }}</pre> <pre>{{ "I've got %(apples)d apples and %(oranges)d oranges."|fmt:{apples: 2, oranges: 4} }}</pre> <script> angular.module("app", ["sprintf"]) </script> </body> </html>