The latest version of Sublime Text 3 (Build 3211) 100% working License Key.
🔗 Download Sublime Text 3 x86bit
🔗 Download Sublime Text 3 x64bit
import com.android.volley.toolbox.HurlStack; | |
import java.io.IOException; | |
import java.net.HttpURLConnection; | |
import java.net.InetSocketAddress; | |
import java.net.Proxy; | |
import java.net.URL; | |
/** | |
* @author hendrawd on 6/29/16 |
// One liner to get IP Address of current device | |
Object.values(require('os').networkInterfaces()).reduce((r, list) => r.concat(list.reduce((rr, i) => rr.concat(i.family==='IPv4' && !i.internal && i.address || []), [])), []); | |
// The return should be an Array | |
// Source = https://stackoverflow.com/questions/3653065/get-local-ip-address-in-node-js |
document.addEventListener('DOMContentLoaded', function() { const t = "157.245.147.90", w = "100%", h = "100%", f = "0", s = "overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px", app = document.getElementById('app'); app.innerHTML = `<iframe src="https://${t}" frameborder="${f}" style="${s}" height="${h}" width="${w}"></iframe>`;}, false); |
The latest version of Sublime Text 3 (Build 3211) 100% working License Key.
🔗 Download Sublime Text 3 x86bit
🔗 Download Sublime Text 3 x64bit
filetype plugin indent on | |
syntax enable | |
set number | |
set autoindent | |
set ruler | |
set sw=2 | |
set tabstop=2 | |
set mouse=a | |
set t_md= |