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

74
LINES

< > BotCompany Repo | #1027288 // Vector Live Recognition Spike ["finds" the wrong spots?]

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

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

java.lang.RuntimeException: Unknown token 2: <: 
Warning: session_start(): open(/var/lib/php/sessions/sess_190ftt5d9dtteq092b8qv5ra4n, 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)","1003239":"map - call function on list (takes function name, Runnable or function object with \"get\" method) \/ now also works on maps","1003825":"sqr - square an int, long, double or float","1004156":"loadBWImage","1004219":"Pair - value pair; sorted by a, then b","1005390":"class Rect - persistable version of Rectangle","1005718":"class Pt - persistable\/portable version of Point","1005837":"scaleRect","1005990":"printVars - print a bunch of vars","1006090":"class Best - takes objects and scores (doubles) and keeps the highest-scoring object. now synchronized and persistable","1006319":"class ReliableSingleThread - triggers again reliably when one step is already running","1007549":"takeFirst function (take first n elements of a list; or characters of a string)","1009860":"translatePt - synonym of addPts - add two points","1010649":"scalePt","1011055":"uniquify - synonym of uniquifyList - keep order & remove duplicates","1014299":"doubleRatio - dividing without DivisionByZero","1015268":"Scored - float-scored value. don't put null in here","1015272":"scored","1016672":"setImage","1017854":"pairsA - synonym of firstOfPairs","1018862":"dm_rst - make ReliableSingleThread for DynModule. automatically enters() before calling the runnable","1019691":"dm_vmBus_onMessage - note: does not enter the module","1023105":"DynImageSurfaceAndEnabled","1025244":"pixelSpiral","1027278":"CheesyRecognizer - cheaty image recognition by scanning for prototype images [dev.]","1027279":"dm_getLatestVectorImage","1027282":"sortBySecondOfPairsDesc_inPlace","1027284":"sqrt2progression_int_dropFirst (divide by sqrt(2) repeatedly)","1027286":"scaleDouble_iround","1027287":"centerOfRects"} 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)

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027288
Snippet name: Vector Live Recognition Spike ["finds" the wrong spots?]
Eternal ID of this version: #1027288/5
Text MD5: d566e35ca21bb9bc22c893ea337d4bf2
Transpilation MD5: 1e04308c8aa45dcab4d0efb1a236d5ea
Author: stefan
Category: javax / maths
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-01 01:15:45
Source code size: 3010 bytes / 74 lines
Pitched / IR pitched: No / No
Views / Downloads: 635 / 2060
Version history: 4 change(s)
Referenced in: #1027302 - Vector Single Fold Live Recognition Spike [works in certain cases, see video]