Open
Conversation
< script src
Merge pull request #42 from GistIcon/revert-2-usernamealreadyis-patch-2
Merge pull request #44 from GistIcon/master
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.
Update README.md
Kupret.inc 3
Update README.md
Create Listeners
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");
.....
commit::#33
mention::done
Merge pull request GistIcon#183 from xccvv/master
Merge pull request #43 from xccvv/master
commit:marge
Merge pull request GistIcon#182 from xccvv/gh-pages
76.patch
Merge pull request #48 from GistIcon/master
Merge pull request GistIcon#190 from GistIcon/gh-pages
Merge pull request GistIcon#197 from GistIcon/master
Base16.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
<=>(other)
class RDoc::Alias
Represent an alias, which is an old_name/new_name pair associated with a particular context