create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| moved to: https://github.com/miunau/blender-secondlife-camera-addon |
| /** | |
| * @author mrdoob / http://mrdoob.com/ | |
| */ | |
| function WebAudio( context ) { | |
| if ( context === undefined ) { | |
| context = WebAudio.context; |
| // | |
| // Reading a FLAC header in pure JS by miunau (@miuott) | |
| // There might be better ways of doing this, please let me know! | |
| // | |
| // Assuming an ad-hoc file object as input here: | |
| // | |
| // { | |
| // arrayBuffer: read with FileReader.readAsArrayBuffer | |
| // sampleRate: ?, | |
| // numberOfChannels: ?, |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"