🟢
I may be slow to respond.
Highlights
Pinned Loading
-
-
-
Simplest AJAX call with Raw JavaScript
Simplest AJAX call with Raw JavaScript 1window.onload = function(){
23var xhr;
45if(typeof XMLHttpRequest !== 'undefined') xhr = new XMLHttpRequest();
-
Displaying JSON values with JavaScri...
Displaying JSON values with JavaScript : Basics of JSON Template with JavaScript 1<!DOCTYPE html>
2<html>
3<head>
4<meta charset=utf-8 />
5<title>Displaying JSON values with JavaScript : Basics of JSON Templating with JavaScript</title>
-
Auto start and stop ssh tunnel, for ...
Auto start and stop ssh tunnel, for super fast remote editing with Vim 1"{{{ Start and stop ssh tunnel, Fast remote editing idea via http://www.erikzaadi.com/2013/03/07/fast-remote-editing-with-vim/
23function! StartSshTunnel(machine)
4let shellcmd = "ssh ".a:machine." -f -N -o ControlMaster=auto -o ControlPath=/tmp/%r@%h:%p"
5let tunnel=system(shellcmd)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.