Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

329
LINES

< > BotCompany Repo | #1027610 // Cruddie standalone [old]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (20104L/121K).

java.lang.RuntimeException: Unknown token 2: <: 
Warning: session_start(): open(/var/lib/php/sessions/sess_r5kp7ga1hcofase5u6pa1g9imo, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
{"1000658":"print function (=System.out.println + logging in memory)","1000869":"randomID","1000997":"loadSnippet and dependencies (with (hopefully) better caching, current)","1000998":"md5 - MD5 checksum as hex string","1001042":"saveTextFile (function)","1001049":"loadTextFile (function)","1001116":"sleepSeconds","1001266":"getProgramDir","1001462":"userDir - userHome as File","1001496":"class Matches","1001695":"litmap - skips null values","1002108":"empty - extended synonym of isEmpty","1002346":"secretProgramFile","1002423":"tag - make HTML tag - synonym of htag","1002441":"p - make HTML p tag","1003010":"botLink - link to a bot","1003047":"collect - extended synonym of collectField","1003087":"htextinput - make HTML text input field. htextinput(name, [value,] autofocus := true, ...)","1003100":"htitle - HTML tag with htmlencode","1003126":"hjavascript - make <script> tag for JavaScript (or link script)","1003128":"jsQuote - synonym of javascriptQuote","1003217":"hmobilefix - fix fonts for mobile browsers","1003221":"hhtml - <html> tag","1003222":"hhead - <head> tag","1003223":"hbody - <body> tag","1003239":"map - call function on list (takes function name, Runnable or function object with \"get\" method) \/ now also works on maps","1003340":"startsWith - now also for lists","1003505":"targetBlank - synonym of hrefBlank","1003524":"filter","1003647":"jtabs - make JTabbedPane","1003800":"endsWith","1004093":"toMS - seconds to milliseconds","1004219":"Pair - value pair; sorted by a, then b","1005292":"uniq - synonym of uniqueConcept","1005588":"nu - nuObject with values","1005990":"printVars - print a bunch of vars","1007579":"hdiv - synonym of div - make HTML <div>","1007768":"faster eq function (if you never compare a BigInt to an Int or Long), LIVE","1007901":"serveText - for sub-bots or direct servers","1010384":"hsnippetimg - HTML <img> tag with snippet image","1011624":"small - synonym of hsmall - HTML <small> tag","1012632":"n2 - n2(3, \"item\") => \"3 items\". Also n2(1234) = \"1,234\"","1013038":"joinWithBR - join HTML code with <br> (and newline)","1014011":"hSpeechRecognition - HTML continues speech recognition using Google","1014146":"myLink - synonym of myRelativeRawLink - link to myself (sub bot), \"raw\" page version","1016866":"dm_mod - synonym of dm_getModule","1018597":"hjs - synonym of hjavascript","1019275":"DynPrintLogAndEnabled","1020139":"dm_call - call function in a module. should also work from a non-module if moduleOrID is a direct reference","1020747":"beforeSlash (or nothing)","1020890":"list (for concepts)","1023261":"googleDecensor","1023265":"trimLoadTextFile - synonym of loadTextFile_trim","1023557":"hhead_title","1025994":"appendSlash - synonym of addSlash","1026878":"dm_cpuTemperature - TODO: returns null first time when module wasn't loaded","1027567":"CRUD class [Swing, wrapped around SimpleCRUD for OS modules]","1027611":"dm_restartOnFieldChange - synonym of dm_reloadOnFieldChange","1027626":"hsnippetimage - synonym of hsnippetimg","1027629":"WebChatBot [LIVE]","1027633":"serveWithContentType","1027636":"hLoadJQuery2 - synonym of loadJQuery2","1027639":"hJsMakeCookie","1027643":"dm_makeModuleWithParams_systemQ - make if not there yet, set fields. safer version running in system q","1027672":"forwardSwappableFunctionToObject","1027686":"vmBus_countResponses","1027687":"countDirsInDir - doesn't recurse","1027692":"hOnBottom - HTML center horizontally, put on bottom of page","1027700":"hVAD - voice activity detector in JavaScript","1027732":"ServeHttp_CookieHandler","1027735":"appendParamsToURL - synonym of appendQueryToURL","1028045":"serverSocketFactory_botCompanyEtc [LIVE]","1028248":"serveHttp_clientIP","1028680":"replaceDollarVars - does not use a tokenizer","1028681":"hjs_setTitleStatus","1028682":"lineBreaksToSpaces - synonym of newLinesToSpaces_trim","1028683":"unicode_cloud","1028686":"unicode_ear","1028692":"hjs_humWithFade"} at main.fail(m1008705.java:1589) at main$jsonDecode_Y.fail_base(m1008705.java:14008) at main$jsonDecode_Y.fail(m1008705.java:14006) at main$jsonDecode_Y.parseExpr(m1008705.java:14058) at main$jsonDecode_Y.parse(m1008705.java:14012) at main.jsonDecode(m1008705.java:13990) at main.jsonDecodeMap(m1008705.java:12844) at main.getSnippetTitles(m1008705.java:10820) at main$JavaXHyperlinker.codeToHTML(m1008705.java:6209) at main.html2(m1008705.java:85) at main.html(m1008705.java:67) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.callOpt_withVarargs(m1008705.java:4387) at main.callOpt(m1008705.java:3326) at main.callHtmlMethod2(m1008705.java:11404) at main$MyHTTPD$1.get(m1008705.java:7337) at main$MyHTTPD$1.get(m1008705.java:1) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.safeCallF(m1008705.java:642) at main.callF(m1008705.java:611) at main$MyHTTPD.serve(m1008705.java:7373) at main$NanoHTTPD.serve_2(m1008705.java:9572) at main$NanoHTTPD.serve(m1008705.java:9553) at main$NanoHTTPD$HTTPSession.execute(m1008705.java:8453) at main$NanoHTTPD$ClientHandler.run(m1008705.java:7829) at java.base/java.lang.Thread.run(Thread.java:833) </pre></div> <p><a href="/getraw.php?id=1027610">download</a>  <a href="show-snippet.php?id=1027610&lineNumbers=1">show line numbers</a>  <a href="/dexcompile.php?id=1027610&debug=1">debug dex</a>  <a target="_blank" href="old-transpilations.php?id=1027610">old transpilations</a>   </p><p>Travelled to 8 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, unoaxrwscvea, vouqrxazstgt, xrpafgyirdlv</p> <p>No comments. <a href="#" onClick="commentDiv.style.display = 'inline'; return false">add comment</a></p> <div id="commentDiv" style="display: none"> <form action="show-snippet.php" method="POST"> Your comment:<br> <textarea rows="4" name="comment" style="width: 600px"></textarea><br> Please log in to comment OR answer this question: What's the first name of the guy running this site (6 letters)? <br><input type="text" name="check" value=""><br> <input type="hidden" name="id" value="1027610"> <input type="submit" value="Add"> </form> </div> <table border="1"> <tr> <td valign="top">Snippet ID:</td> <td valign="top"><b>#1027610</b></td> </tr> <tr> <td valign="top">Snippet name:</td> <td valign="top">Cruddie standalone [old]</td> </tr> <tr> <td valign="top">Eternal ID of this version:</td> <td valign="top">#1027610/178</td> </tr> <tr> <td valign="top">Text MD5:</td> <td valign="top" align="right">aab0aa4749c01d848b16a1b4b2ea4651</td> </tr> <tr> <td valign="top">Transpilation MD5:</td> <td valign="top" align="right">70782cf6eaf3ef70656f86346fc01912</td> </tr> <tr> <td valign="top">Author:</td> <td valign="bottom">stefan</td> </tr> <tr> <td valign="top">Category:</td> <td valign="bottom">javax</td> </tr> <tr> <td valign="top">Type:</td> <td valign="top">JavaX source code (Dynamic Module)</td> </tr> <tr> <td valign="top">Public (visible to everyone):</td> <td valign="top" align=right>Yes</td> </tr> <tr> <td valign="top">Archived (hidden from active list):</td> <td valign="top" align=right>No</td> </tr> <tr> <td valign="top">Created/modified:</td> <td valign="top" align="right">2020-07-14 18:47:31</td> </tr> <tr> <td valign="top">Source code size:</td> <td valign="top" align="right">12241 bytes / 329 lines</td> </tr> <tr> <td valign="top">Pitched / IR pitched:</td> <td valign="top" align="right">No / No</td> </tr> <tr> <td valign="top">Views / Downloads:</td> <td valign="top" align="right">1084 / 13106</td> </tr> <tr> <td valign="top">Version history:</td> <td valign="top" align="right"><a href="versions.php?id=1027610">177 change(s)</a></td> </tr> <a name="refs"> <tr> <td valign="top">Referenced in:</td> <td valign="top"><a href="https://code.botcompany.de/1027647">#1027647 - Cruddie [backup with speech recognition on bottom]</a><br><a href="https://code.botcompany.de/1027648">#1027648 - Cruddie v2 [moving speech recognition button in chat popup, not really working]</a><br><a href="https://code.botcompany.de/1027649">#1027649 - Cruddie v2.1 [just putting the button in the popup]</a><br><a href="https://code.botcompany.de/1027650">#1027650 - Cruddie 2.2 [putting everything in one script]</a><br><a href="https://code.botcompany.de/1027689">#1027689 - Cruddie [backup before awesomplete]</a><br><a href="https://code.botcompany.de/1027691">#1027691 - Cruddie [adding awesomplete, old]</a><br><a href="https://code.botcompany.de/1027705">#1027705 - Cruddie [backup before "all public" notice]</a><br><a href="https://code.botcompany.de/1027715">#1027715 - Test HttpFromFileSystem</a><br><a href="https://code.botcompany.de/1027734">#1027734 - Cruddie [backup before changing cookie handling]</a><br><a href="https://code.botcompany.de/1028679">#1028679 - Cruddie Spike [with VAT magic for Chrome]</a><br><a href="https://code.botcompany.de/1028961">#1028961 - cruddie.botcompany.de [LIVE]</a><br></td></td> </tr> </table> </body></html>