Skip to content

Comments

<=>(other)#68

Open
usernamealreadyis wants to merge 253 commits intoGistIcon:kupret.inc-5from
xccvv:master
Open

<=>(other)#68
usernamealreadyis wants to merge 253 commits intoGistIcon:kupret.inc-5from
xccvv:master

Conversation

@usernamealreadyis
Copy link
Contributor

<=>(other)

class RDoc::Alias

Represent an alias, which is an old_name/new_name pair associated with a particular context

Merge pull request #42 from GistIcon/revert-2-usernamealreadyis-patch-2
Merge pull request #9 from GistIcon/gh-pages
Set the name which is used in verification of hostname. If SSL_verifycn_scheme is set and no SSL_verifycn_name is given it will try to use SSL_hostname or PeerHost and PeerAddr settings and fail if no name can be determined. If SSL_verifycn_scheme is not set it will use a default scheme and warn if it cannot determine a hostname, but it will not fail.

Using PeerHost or PeerAddr works only if you create the connection directly with IO::Socket::SSL->new, if an IO::Socket::INET object is upgraded with start_SSL the name has to be given in SSL_verifycn_name or SSL_hostname.
Merge pull request #40 from GistIcon/master
When we use Java to write something to a file, we can do it in the following two ways. One uses FileOutputStream, the other uses FileWriter.

Using FileOutputStream:


.....
File fout = new File(file_location_string);
FileOutputStream fos = new FileOutputStream(fout);
BufferedWriter out = new BufferedWriter(new OutputStreamWriter(fos));
out.write("something");
.....
Merge pull request GistIcon#183 from xccvv/master
Merge pull request #43 from xccvv/master
Merge pull request GistIcon#182 from xccvv/gh-pages
If you cannot merge a pull request automatically here, you have the option of checking it out via command line to resolve conflicts and perform a manual merge.
Merge pull request #48 from GistIcon/master
Merge pull request GistIcon#190 from GistIcon/gh-pages
Merge pull request GistIcon#197 from GistIcon/master
    /**
     * Encode bytes to base16 chars. 
     *  
     * @param src Bytes to encode. 
     * @param upper Use upper or lowercase chars. 
     *  
     * @return Encoded chars. 
     */
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants