tonirmv
tonirmv
--- title: GitHub Community Guidelines redirect_from: - /community-guidelines/ - /articles/github-community-guidelines versions: free-pro-team: '*' --- Millions of developers host millions of projects on GitHub — both open and closed source —...
From 1b87b581fadb2fd69a6b05c8828ccffabb5eeee8 Mon Sep 17 00:00:00 2001 From: tonirmv Date: Wed, 9 Dec 2020 13:57:18 -0700 Subject: [PATCH] # Security Policy ## Supported Versions Use this section to tell people...
> package eu.chainfire.libsuperuser; > > import java.io.IOException; > import java.io.InputStream; > import java.io.UnsupportedEncodingException; > > public class MarkerInputStream extends InputStream { > private static final String EXCEPTION_EOF = "EOF encountered,...
package eu.chainfire.libsuperuser; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; public class MarkerInputStream extends InputStream { private static final String EXCEPTION_EOF = "EOF encountered, shell probably died"; private final StreamGobbler gobbler; private...
