REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.54 KB
Close
/home/byroehnu/easepay.easetack.com/node_modules/pg-int8/index.js
Text
Base64
'use strict'; // selected so (BASE - 1) * 0x100000000 + 0xffffffff is a safe integer var BASE = 1000000; function readInt8(buffer) { var high = buffer.readInt32BE(0); var low = buffer.readUInt32BE(4); var sign = ''; if (high < 0) { high = ~high + (low === 0); low = (~low + 1) >>> 0; sign = '-'; } var result = ''; var carry; var t; var digits; var pad; var l; var i; { carry = high % BASE; high = high / BASE >>> 0; t = 0x100000000 * carry + low; low = t / BASE >>> 0; digits = '' + (t - BASE * low); if (low === 0 && high === 0) { return sign + digits + result; } pad = ''; l = 6 - digits.length; for (i = 0; i < l; i++) { pad += '0'; } result = pad + digits + result; } { carry = high % BASE; high = high / BASE >>> 0; t = 0x100000000 * carry + low; low = t / BASE >>> 0; digits = '' + (t - BASE * low); if (low === 0 && high === 0) { return sign + digits + result; } pad = ''; l = 6 - digits.length; for (i = 0; i < l; i++) { pad += '0'; } result = pad + digits + result; } { carry = high % BASE; high = high / BASE >>> 0; t = 0x100000000 * carry + low; low = t / BASE >>> 0; digits = '' + (t - BASE * low); if (low === 0 && high === 0) { return sign + digits + result; } pad = ''; l = 6 - digits.length; for (i = 0; i < l; i++) { pad += '0'; } result = pad + digits + result; } { carry = high % BASE; t = 0x100000000 * carry + low; digits = '' + t % BASE; return sign + digits + result; } } module.exports = readInt8;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
1.54 KB
lrw-r--r--
2026-02-03 15:06:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
750 B
lrw-r--r--
2026-02-03 15:06:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
475 B
lrw-r--r--
2026-02-03 15:06:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
389 B
lrw-r--r--
2026-02-03 15:06:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).