Tag: Computer Code
-
Terminal
<html><head><title>Terminal</title>http://extension.jshttp://ws.js</head> <script Language=”Javascript”> //Global vars.var debug = falsevar maxLines = 100var editLine = “”var lastKey = “”var waiting = falsevar ws = null;var log = new Array()log.push(“”) //Initialise the extension.ext.Init() //Called when extension is ready.function ext_OnReady(){ //Create websocket to receive terminal data. var ip = ext.GetServerIp(); ws = CreateWebSocket( “ws”, ip, debug?8087:8889, “NoReconnect,KeepAlive” ) ws.SetOnMessage( […]
-
Sunday Operating System
-
Plagiarism When Using The Internet
META TAG (title): UntitledWhat is Plagiarism?Plagiarism involves the taking of someone else’s words or ideas and trying to attribute them as your own. When most students think of plagiarism, they may think of outright copying another’s works (Figure 2.5 ). However, plagiarism can delve into some murky territory that includes everything from wrongful appropriation to […]
-
Plainwareblog
One love, I want to further illustrate the importance of idenity and communication to me. I understand communication to drive and act as a catalyst for diversifying pros. This in the context of being about me proves to me the necessary ambiguity and of course the “leader intensive” roles of communication. During my undergrad I […]
-
Jdk.table.xml
This XML file does not appear to have any style information associated with it. The document tree is shown below. <application> <component name=”ProjectJdkTable”> <jdk version=”2″> <name value=”1.8″/> <type value=”JavaSDK”/> <version value=”java version “1.8.0_202″”/> <homePath value=”$APPLICATION_HOME_DIR$/jre”/> <roots> <annotationsPath> <root type=”composite”> <root url=”jar://$APPLICATION_HOME_DIR$/lib/jdkAnnotations.jar!/” type=”simple”/> </root> </annotationsPath> <classPath> <root type=”composite”> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/charsets.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/access-bridge-64.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/cldrdata.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/dnsns.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/jaccess.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/localedata.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/nashorn.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunec.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunjce_provider.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunmscapi.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/sunpkcs11.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/ext/zipfs.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/jce.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/jsse.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/management-agent.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/resources.jar!/” type=”simple”/> <root url=”jar://$APPLICATION_HOME_DIR$/jre/jre/lib/rt.jar!/” type=”simple”/> </root> […]
-
Version 1.0[1]
Plainware <!– function test(){ window.location.href = “http://www.plainwareblog.com”; } window.location.href = “plainwareclient://webview/transition?treatment=none”; setTimeout(“test()”,1); –> var ecShowTitles = 1; function ECLoadSettings() { } function ECSettingsClosed() { } function ECSettingsOpened() { var ret = “”; ret = ret + ” Show Titles”; settingsContent.innerHTML = ret; } function ECSettingsClicked() { ecShowTitles = !ecShowTitles; } function ECSettingsInit() { ECLoadSettings(); System.Gadget.settingsUI […]
-
Bloglog
Plainware http://extension.js http://ws.js //Global vars. var debug = false var maxLines = 100 var editLine = “” var lastKey = “” var waiting = false var ws = null; var log = new Array() log.push(“”) //Initialise the extension. ext.Init() //Called when extension is ready. function ext_OnReady() { //Create websocket to receive terminal data. var ip […]
You must be logged in to post a comment.