ashwalk33r
ashwalk33r
fix https://github.com/alexei/sprintf.js/issues/181 change regex matching precision in order to reflect C documentation: "if the period is specified without an explicit value for precision, 0 is assumed"
Why `pi` is hardcoded in https://github.com/alexei/sprintf.js/blob/master/test/test.js#L10 as `var pi = 3.141592653589793` where `Math.PI` exists which returns same number? Why to hardcode it?
`gulp test` throws ``` assert.js:386 throw err; ^ AssertionError [ERR_ASSERTION]: Task function must be specified at Gulp.set [as _setTask] (/mnt/c/Users/box/Desktop/untitled/repo/sprintf.js/node_modules/undertaker/lib/set-task.js:10:3) at Gulp.task (/mnt/c/Users/box/Desktop/untitled/repo/sprintf.js/node_modules/undertaker/lib/task.js:13:8) at Object. (/mnt/c/Users/box/Desktop/untitled/repo/sprintf.js/gulpfile.js:27:6) at Module._compile (internal/modules/cjs/loader.js:1151:30) at...
https://github.com/alexei/sprintf.js/blob/master/test/test.js Does not contain tests for specifiers: - a - A - E - F All other specifiers(as in http://www.cplusplus.com/reference/cstdio/printf/) are at least once occuring in tests. It does not...
/ZIP-Password-BruteForcer$ python ZIP-Password-BruteForcer.py File "ZIP-Password-BruteForcer.py", line 19 print banner ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(banner)?