100+ results for 'IO::Pipe'
Not the results you expected?
cmd.rs (https://github.com/ffwff/hana.git) Rust · 249 lines
command.rb (https://github.com/oiegorov/expo_improved.git) Ruby · 130 lines
process.rs (https://github.com/Spotifyd/spotifyd.git) Rust · 169 lines
backtrace.rs (https://github.com/avr-rust/rust.git) Rust · 123 lines
chains-visual.rs (https://gitlab.com/rust-lang/rust) Rust · 158 lines
Pipe.pm (https://github.com/dougwilson/perl.git) Perl · 257 lines
lib.rs (https://github.com/google/rust-shell.git) Rust · 200 lines
backend.rs (https://github.com/matheuslessarodrigues/verco.git) Rust · 199 lines
Pipe.pm (https://github.com/avsm/src.git) Perl · 257 lines
open3.rb (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Ruby · 102 lines
main.rs (https://gitlab.com/guodman/mux-launcher) Rust · 294 lines
daemon.rs (https://github.com/kstep/rust-mpd.git) Rust · 140 lines
pipe.rs (https://gitlab.com/pranith/rust) Rust · 141 lines
DescriptorTest.cpp (https://code.google.com/p/linux-lighting/) C++ · 302 lines
procsrv.rs (https://gitlab.com/pranith/rust) Rust · 97 lines
42 let mut cmd = Command::new(prog);
43 cmd.args(args)
44 .stdin(Stdio::piped())
45 .stdout(Stdio::piped())
46 .stderr(Stdio::piped());
47 add_target_env(&mut cmd, lib_path, aux_path);
48 for (key, val) in env {
77 let mut cmd = Command::new(prog);
78 cmd.args(args)
79 .stdin(Stdio::piped())
80 .stdout(Stdio::piped())
81 .stderr(Stdio::piped());
82 add_target_env(&mut cmd, lib_path, aux_path);
83 for (key, val) in env {
notification_handler.rs (https://github.com/KillingSpark/rustysd.git) Rust · 277 lines
113 // need to collect all again. There might be a newly started service
114 let fd_to_srvc_id = collect_from_srvc(run_info.clone(), |map, srvc, id| {
115 if let Some(StdIo::Piped(r, _w)) = &srvc.stdout {
116 map.insert(*r, id);
117 }
182 // need to collect all again. There might be a newly started service
183 let fd_to_srvc_id = collect_from_srvc(run_info.clone(), |map, srvc, id| {
184 if let Some(StdIo::Piped(r, _w)) = &srvc.stderr {
185 map.insert(*r, id);
186 }
compiler.rs (https://github.com/hatoo/Accepted.git) Rust · 264 lines
125 let mut success = false;
127 if let Ok(cmd) = cmd.stderr(process::Stdio::piped()).output().await {
128 success = cmd.status.success();
129 }
145 let mut success = false;
147 if let Ok(rustc) = rustc.stderr(process::Stdio::piped()).output().await {
148 success = rustc.status.success();
149 let buf = rustc.stderr;
177 let mut success = false;
179 if let Ok(clang) = clang.stderr(process::Stdio::piped()).output().await {
180 success = clang.status.success();
181 let buf = clang.stderr;
test_syslog.rb (https://github.com/AsherBond/MondocosmOS-Dependencies.git) Ruby · 185 lines
dump_opcodes.rs (https://github.com/facebook/hhvm.git) Rust · 70 lines
pgp.rs (https://github.com/meli/meli.git) Rust · 179 lines
45 bytes_file.path.to_str().unwrap(),
46 ])
47 .stdin(Stdio::piped())
48 .stderr(Stdio::piped())
87 let sig_attachment = command
88 .stdin(Stdio::piped())
89 .stdout(Stdio::piped())
135 let stdout = command
136 .args(&["--decrypt"])
137 .stdin(Stdio::piped())
138 .stdout(Stdio::piped())
139 .stderr(Stdio::piped())
140 .spawn()
141 .and_then(|mut gpg| {
process.rb (https://github.com/janktrust/tmbundles4win.git) Ruby · 179 lines
Method.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 183 lines
1 # BioPerl module for Bio::Pipeline::Method
2 #
3 # You may distribute this module under the same terms as perl itself
8 =head1 NAME
10 Bio::Pipeline::Method
12 =head1 SYNOPSIS
14 use Bio::Pipeline::Method;
15 my $data_handler = Bio::Pipeline::Method->new(-dbid=>1,
69 # Let the code begin...
71 package Bio::Pipeline::Method;
72 use vars qw(@ISA);
73 use strict;
process.rs (https://github.com/makepad/makepad.github.io.git) Rust · 111 lines
Pipe.pm (https://netmf.svn.codeplex.com/svn) Perl · 240 lines
bot.rs (https://gitlab.com/Schmiddiii/ntd) Rust · 120 lines
openssl_test_key_gen.rs (https://github.com/stepancheg/rust-http2.git) Rust · 138 lines
command.rb (https://github.com/oiegorov/expo_improved.git) Ruby · 130 lines
collapse-vtune.rs (https://github.com/kylixs/flare-profiler.git) Rust · 130 lines
process.md (https://github.com/rustcc/RustPrimer.git) Markdown · 121 lines
mod.rs (https://gitlab.com/zachdaniel/rush) Rust · 335 lines
49 Spawn::BuiltIn(_) => (),
50 Spawn::Com(ref mut command) => {
51 command.stdin(Stdio::piped());
52 }
53 }
77 if let Some(ref mut next) = self.piped_to {
78 next.piped_input();
79 command.stdout(Stdio::piped());
80 } else if let Some(_) = self.file_out {
81 command.stdout(Stdio::piped());
84 if self.file_in.is_some() {
85 command.stdin(Stdio::piped());
86 }
pipe.rs (https://gitlab.com/skv-headless/test-submodules.git) Rust · 140 lines
syslog.rb (https://github.com/benlovell/ramaze.git) Ruby · 76 lines
MockEndpoint.h (https://code.google.com/p/linux-lighting/) C Header · 146 lines
Argument.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 235 lines
1 #
2 # BioPerl module for Bio::Pipeline::Argument
3 #
4 # You may distribute this module under the same terms as perl itself
9 =head1 NAME
11 Bio::Pipeline::Argument
13 =head1 SYNOPSIS
15 use Bio::Pipeline::Argument;
16 my $arg = new Bio::Pipeline::Argument(-dbID => $argument_id,
68 =cut
70 package Bio::Pipeline::Argument;
71 use vars qw(@ISA);
72 use strict;
Base.pm (https://github.com/suhailsherif/MySQL-5.1-.git) Perl · 222 lines
chains-visual.rs (https://gitlab.com/rust-lang/rust) Rust · 158 lines
test_syslog.rb (https://github.com/ehedberg/travis.git) Ruby · 194 lines
upgradedb.pl (https://github.com/dougc333/sfs_eventdrivenc--templatelibrary.git) Perl · 257 lines
ssh.rs (https://github.com/substantic/rain.git) Rust · 173 lines
k_sig_child.pm (https://github.com/rcaputo/poe-test-loops.git) Perl · 211 lines
right_popen.rb (https://github.com/gchpaco/right_popen.git) Ruby · 129 lines
PipedWriter.hpp (https://github.com/alicx/ph-open.git) C++ Header · 202 lines
126 java::io::PipedWriter::PipedWriter(local_ref< java::io::PipedReader > const &a0)
127 : object<java::io::PipedWriter>(
146 }
148 void java::io::PipedWriter::connect(local_ref< java::io::PipedReader > const &a0)
149 {
150 return call_method<
151 java::io::PipedWriter::J2CPP_CLASS_NAME,
152 java::io::PipedWriter::J2CPP_METHOD_NAME(3),
153 java::io::PipedWriter::J2CPP_METHOD_SIGNATURE(3),
154 void
155 >(get_jobject(), a0);
serialization_app_xml.cxx (https://repo.or.cz/LibreOffice.git) C++ · 126 lines
collapse-guess.rs (https://github.com/jonhoo/inferno.git) Rust · 157 lines
clipboard.rs (https://github.com/akiradeveloper/ijk.git) Rust · 162 lines
76 fn clipboard_copy(s: &str) -> bool {
77 if let Ok(mut p) = Command::new("pbcopy")
78 .stdin(process::Stdio::piped())
79 .spawn()
80 .or_else(|_| {
81 Command::new("win32yank")
82 .arg("-i")
83 .stdin(process::Stdio::piped())
84 .spawn()
85 })
87 Command::new("win32yank.exe")
88 .arg("-i")
89 .stdin(process::Stdio::piped())
90 .spawn()
91 })
test_cli.rs (https://github.com/mookid/diffr.git) Rust · 211 lines
Est2Genome.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 230 lines
1 # Pipeline module for Est2Genome Bio::Pipeline::Runnable::Est2Genome
2 #
3 # Based on the EnsEMBL module Bio::EnsEMBL::Pipeline::Runnable::Est2Genome
16 # =head1 NAME
17 #
18 # Bio::Pipeline::Runnable::Est2Genome
19 #
20 =head1 SYNOPSIS
22 my $runnable = Bio::Pipeline::Runnable::RunnableSkeleton->new();
23 $runnable->analysis($analysis);
24 $runnable->run;
62 =cut
64 package Bio::Pipeline::Runnable::Est2Genome;
65 use vars qw(@ISA);
66 use strict;
combined.rs (https://github.com/dbcrossbar/dbcrossbar.git) Rust · 160 lines
utils.rs (https://github.com/SubstratumNetwork/SubstratumNode.git) Rust · 107 lines
main.rs (https://github.com/meilisearch/MeiliES.git) Rust · 119 lines
main.rs (https://github.com/zserge/tinysh.git) Rust · 114 lines
DataMongerAdaptor.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 163 lines
14 =head1 NAME
16 Bio::Pipeline::SQL::DataMonger
18 =head1 SYNOPSIS
77 =cut
79 package Bio::Pipeline::SQL::DataMongerAdaptor;
81 use Bio::Pipeline::Node;
82 use Bio::Pipeline::Runnable::DataMonger;
83 use Bio::Root::Root;
84 use Bio::Pipeline::InputCreate;
85 use Bio::Pipeline::SQL::AnalysisAdaptor;
87 use vars qw(@ISA);
shell_pipe.rs (https://github.com/killercup/trpl-ebook.git) Rust · 69 lines
cargo.rs (https://github.com/microsoft/winrt-rs.git) Rust · 141 lines
Iterator.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 168 lines
1 #
2 # BioPerl module for Bio::Pipeline::Utils::Iterator
3 #
4 # Please direct questions and support issues to <bioperl-l@bioperl.org>
14 =head1 NAME
16 Bio::Pipeline::Utils::Iterator
18 =head1 SYNOPSIS
20 use Bio::Pipeline::Utils::Iterator;
21 use Bio::AlignIO;
23 my $itr = Bio::Pipeline::Utils::Iterator->new();
24 my $aio = Bio::AlignIO->new(-file=>$ARGV[0],-format=>"phylip");
pipe.rs (https://github.com/sonwow/rust.git) Rust · 136 lines
lib.rs (https://github.com/facebookexperimental/eden.git) Rust · 130 lines
pipeio.cc (https://github.com/h4ck3rm1k3/gw6c-debian.git) C++ · 202 lines
Tmhmm.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 199 lines
1 # Pipeline module for Tmhmm Bio::Pipeline::Runnable::Tmhmm
2 #
3 # Based on the EnsEMBL module Bio::EnsEMBL::Pipeline::Runnable::Protein::Tmhmm
14 =head1 NAME
16 Bio::Pipeline::Runnable::Tmhmm
18 =head1 SYNOPSIS
20 my $runnable = Bio::Pipeline::Runnable::Tmhmm->new();
21 $runnable->analysis($analysis);
22 $runnable->run;
75 =cut
77 package Bio::Pipeline::Runnable::Tmhmm;
78 use vars qw(@ISA);
79 use strict;
temp_base_path_works.rs (https://github.com/paritytech/substrate.git) Rust · 72 lines
rga-fzf.rs (https://github.com/phiresky/ripgrep-all.git) Rust · 64 lines
linux.rs (https://github.com/federico-terzi/espanso.git) Rust · 98 lines
serve_request.rs (https://github.com/svenstaro/miniserve.git) Rust · 124 lines
magic.rs (https://github.com/lunaryorn/mdcat.git) Rust · 111 lines
base.rb (https://github.com/toy/sdoc_all.git) Ruby · 217 lines
script.rs (https://github.com/BenSchZA/pier.git) Rust · 109 lines
cli.rs (https://github.com/lunaryorn/mdcat.git) Rust · 92 lines
fds-are-cloexec.rs (git://github.com/eholk/rust.git) Rust · 90 lines
gpg.rs (https://github.com/akheron/sala.git) Rust · 124 lines
heliotrope.rb (https://github.com/bdimcheff/heliotrope.git) Ruby · 42 lines
integration_test.rs (https://github.com/oreboot/oreboot.git) Rust · 151 lines
28 fn dts_to_dtb(dts: &str) -> std::vec::Vec<u8> {
29 let mut dtc = Command::new("dtc").arg("-O").arg("dtb").stdin(Stdio::piped()).stdout(Stdio::piped()).stderr(Stdio::piped()).spawn().unwrap();
30 dtc.stdin.as_mut().unwrap().write_all(dts.as_bytes()).unwrap();
31 let output = dtc.wait_with_output().unwrap();
popen.rb (https://github.com/elmer/babushka.git) Ruby · 38 lines
NodeAdaptor.pm (https://github.com/bioperl/bioperl-pipeline.git) Perl · 154 lines
pminst (git://pkgs.fedoraproject.org/perl-pmtools) Perl · 160 lines
85 IO::Poll
86 IO::Handle
87 IO::Pipe
88 IO::Seekable
89 IO::Dir
97 IO::Poll
98 IO::Handle
99 IO::Pipe
100 IO::Seekable
101 IO::Dir
114 /usr/lib/perl5/i386-linux/5.00404 IO::File
115 /usr/lib/perl5/i386-linux/5.00404 IO::Handle
116 /usr/lib/perl5/i386-linux/5.00404 IO::Pipe
117 /usr/lib/perl5/i386-linux/5.00404 IO::Seekable
118 /usr/lib/perl5/i386-linux/5.00404 IO::Select
parent.rs (https://github.com/kpcyrd/sn0int.git) Rust · 144 lines
process.rst (https://github.com/wdv4758h/notes.git) ReStructuredText · 179 lines
81 // 更改 stdin/stdout/stderr
82 .stdin(Stdio::null())
83 .stdout(Stdio::piped())
84 .stderr(Stdio::piped())
143 let child1 = Command::new("echo")
144 .arg("0123456789")
145 .stdout(Stdio::piped())
146 .spawn()
147 .expect("Failed to start echo process");
151 .arg("4567")
152 .stdin(Stdio::from(child1.stdout.expect("failed to open stdout")))
153 .stdout(Stdio::piped())
154 .spawn()
155 .expect("Failed to start sed process");
158 .arg("s/56/65/")
159 .stdin(Stdio::from(child2.stdout.expect("failed to open stdout")))
160 .stdout(Stdio::piped())
161 .output()
162 .expect("Failed to start sed process");
command.rs (https://github.com/tauri-apps/tauri.git) Rust · 171 lines
105 // call get_output with cat and the argument test/test.txt on the stdio.
106 let res = get_output(cmd, vec!["test/test.txt".to_string()], Stdio::piped());
108 // assert that the result is an Ok() type
127 // call get output with test/ as an argument on the stdio.
128 let res = get_output(cmd, vec!["test/".to_string()], Stdio::piped());
130 // assert that the result is an Error type.
159 // call spawn_relative_command with cat and the argument test/test.txt on the Stdio.
160 let res = spawn_relative_command(cmd, vec!["test/test.txt".to_string()], Stdio::piped());
162 // this fails because there is no cat binary in the relative parent folder of this current executing command.
libxul.rs (https://github.com/gimli-rs/cpp_demangle.git) Rust · 206 lines
reader.rs (https://github.com/timberio/vector.git) Rust · 123 lines
replaceAtQual.pl (https://github.com/stuartpyoung/agua.git) Perl · 125 lines
lib.rs (https://github.com/korken89/smlang-rs.git) Rust · 58 lines
dmg_bundle.rs (https://github.com/tauri-apps/tauri.git) Rust · 132 lines
program.cpp (https://github.com/dotnet/dotnet-api-docs.git) C++ · 160 lines
death.rs (https://gitlab.com/frewsxcv/cargo) Rust · 101 lines
server.rs (https://github.com/cargonauts-rs/cargonauts.git) Rust · 137 lines
subprocess.hpp (https://gitlab.com/huayuting/mesos) C++ Header · 171 lines
chroot.rs (https://github.com/pop-os/distinst.git) Rust · 100 lines
c.rs (https://github.com/adam-mcdaniel/oakc.git) Rust · 162 lines
test_syslog.rb (https://github.com/ryanmuller/folders2web.git) Ruby · 194 lines
subprocess.rs (https://github.com/librespot-org/librespot.git) Rust · 59 lines
procsrv.rs (https://github.com/nickdesaulniers/rust.git) Rust · 112 lines
57 let mut cmd = Command::new(prog);
58 cmd.args(args)
59 .stdin(Stdio::piped())
60 .stdout(Stdio::piped())
61 .stderr(Stdio::piped());
62 add_target_env(&mut cmd, lib_path, aux_path);
63 for (key, val) in env {
92 let mut cmd = Command::new(prog);
93 cmd.args(args)
94 .stdin(Stdio::piped())
95 .stdout(Stdio::piped())
96 .stderr(Stdio::piped());
97 add_target_env(&mut cmd, lib_path, aux_path);
98 for (key, val) in env {
background_process.rb (https://github.com/timcharper/background_process.git) Ruby · 116 lines
check-for-pkgconfig-packages (git://github.com/cliffmoon/effigy.git) Perl · 166 lines
latex.rs (https://github.com/latex-lsp/texlab.git) Rust · 113 lines
background.pl (https://github.com/jtarchie/sinatra-on-perl.git) Perl · 46 lines
mod.rs (https://github.com/tikv/tikv.git) Rust · 120 lines
appimage_bundle.rs (https://github.com/tauri-apps/tauri.git) Rust · 107 lines
registering.md (https://github.com/wycats/mio-book.git) Markdown · 27 lines
main.rs (https://github.com/denzp/cargo-wharf.git) Rust · 174 lines
repl.rs (https://github.com/lark-exploration/lark.git) Rust · 85 lines
open3.rb (https://github.com/panesofglass/ironrubyinaction.git) Ruby · 101 lines
macros.rs (https://github.com/nushell/nushell.git) Rust · 170 lines
49 .env("PATH", paths_joined)
50 .arg("--skip-plugins")
51 .stdout(Stdio::piped())
52 .stdin(Stdio::piped())
53 .stderr(Stdio::piped())
54 .spawn()
55 {
125 let mut process = match Command::new($crate::fs::executable_path())
126 .env("PATH", paths_joined)
127 .stdout(Stdio::piped())
128 .stdin(Stdio::piped())
129 .stderr(Stdio::piped())
130 .spawn()
131 {