KPD eval code - JavaScript example
Please note that the following eval code has been found to contain errors or code omission, and; May not function as directed/stated/described.
/*array data*/
var json_code = ["Extension","Objects","RealWidth","RealDepth","RealHeight","RealHeightFrom","RealPosX","RealPosY","RealRotation","Scale","Top","Left","Width","Depth","Height","HeightFrom","FixX","FixY","Show","Hide","Fixed","RotateBy","Comments","AddOns","FillColour","LineColour","BmpFile"];
var json_reduce = ["_e","_o","_W","_D","_H","_HF","_X","_Y","_R","_S","_t","_l","_w","_d","_h","_hf","_x","_y","__S","__H","_F","_r","_c","_a","_f","_L","_b"];
var json_known = ["C:\\\\Program Files\\\\Kitchen\\\\Objects\\\\Bitmaps\\\\STD\\\\","[width][ewidth]","[depth][edepth]","[height][eheight]","[heightfrom][eheightfrom]","[width]","[ewidth]","[depth]","[edepth]","[height]","[eheight]","[heightfrom]","[eheightfrom]","[cwidth\][ecwidth]","[cdepth][ecdepth]","[cheight][echeight]","[cheightfrom][echeightfrom]","[cwidth]","[ecwidth]","[cdepth]","[ecdepth]","[cheight]","[echeight]","[cheightfrom]","[echeightfrom]"];
var json_shorten = ["","W()","D()","H()","F()","W('","')","D('","')","H('","')","F('","')","w()","d()","h()","f()","w('","')","d('","')","h('","')","f('","')"];
var json_draw = ["(Fmovex+B1)-P2","(Fmovey+P1)+B2","Fmovex-P2","Fmovey+B2","Fmovex+B1","Fmovey+P1","MoveToDEF","LineToDEF","MoveTo","Fmovex","Fmovey","LineTo"];
var json_pack = ["BP","PB","FP","FB","fb","fp","mt","lt","MT","FX","FY","LT"];
/*function helper*/
cswap = function (ndata,tochange,reduce){ var jsonmax = tochange.length; var count = 0; var max = 50; var amok = false; for( var json_count = 0; json_count < jsonmax; json_count++){ do{ try{ ndata = ndata + reduce[json_count] + " = function(){ return \"" + tochange[json_count] + "\"; }\r\n"; }catch(e){ amok=false; /*UNSUPPORTED BROWSER*/ }
count++; if(count==max){amok=false}; }while(amok==true); count = 0; amok = true; }
return ndata; }
/*global values*/
var _0 = ''; var _1 = 0; var _5 = 0; var _2 = 0; var _6 = 0; var _3 = 0; var _7 = 0; var _4 = 0; var _8 = 0;
reduceKPD = function(){
/*KPD placeholders - inline un-reduce*/
try{ eval ( cswap("",json_code, json_reduce) ); }catch(e){}
try{ eval ( cswap("",json_draw, json_pack) ); }catch(e){}
}
evalKPDinit = function(){
try{
/*KPD values - inline un-shorten */
E = function(_0){ var donothing = true; alert(_0); }
/* was json encoder - get.cgi - rewritten in reverse to decode for javascript 2013 */
W = function (widtheq){ widtheq = widtheq.replace(/\[width\]/,""); widtheq = widtheq.replace(/\[ewidth\]/,""); try{ if(widtheq=="0"||widtheq==""||widtheq=="undefined"||widtheq==null){widtheq = "+0";} }catch(e){widtheq = "+0";}
return mathstime(userWidth, widtheq); }
D = function (deptheq){ deptheq = deptheq.replace(/\[depth\]/,""); deptheq = deptheq.replace(/\[edepth\]/,""); try{ if(deptheq=="0"||deptheq==""||deptheq=="undefined"||deptheq==null){deptheq = "+0";} }catch(e){deptheq = "+0";}
return mathstime(userDepth, deptheq); }
H = function (heighteq){ heighteq = heighteq.replace(/\[height\]/,""); heighteq = heighteq.replace(/\[eheight\]/,""); try{ if(heighteq=="0"||heighteq==""||heighteq=="undefined"||heighteq==null){heighteq = "+0";} }catch(e){heighteq = "+0";}
return mathstime(userHeight, heighteq); }
F = function (heightfromeq){ heightfromeq = heightfromeq.replace(/\[heightfrom\]/,""); heightfromeq = heightfromeq.replace(/\[eheightfrom\]/,""); try{ if(heightfromeq=="0"||heightfromeq==""||heightfromeq=="undefined"||heightfromeq==null){heightfromeq = "+0";} }catch(e){heightfromeq = "+0";}
return mathstime(userHeightFrom, heightfromeq); }
w = function (widtheq){ widtheq = widtheq.replace(/\[cwidth\]/,""); widtheq = widtheq.replace(/\[ecwidth\]/,""); try{ if(widtheq=="0"||widtheq==""||widtheq=="undefined"||widtheq==null){widtheq = "+0";} }catch(e){widtheq = "+0";}
return mathstime(cpuWidth, widtheq); }
d = function (deptheq){ deptheq = deptheq.replace(/\[cdepth\]/,""); deptheq = deptheq.replace(/\[ecdepth\]/,""); try{ if(deptheq=="0"||deptheq==""||deptheq=="undefined"||deptheq==null){deptheq = "+0";} }catch(e){deptheq = "+0";}
return mathstime(cpuDepth, deptheq); }
h = function (heighteq){ heighteq = heighteq.replace(/\[cheight\]/,""); heighteq = heighteq.replace(/\[echeight\]/,""); try{ if(heighteq=="0"||heighteq==""||heighteq=="undefined"||heighteq==null){heighteq = "+0";} }catch(e){heighteq = "+0";}
return mathstime(cpuHeight, heighteq); }
f = function (heightfromeq){ heightfromeq = heightfromeq.replace(/\[cheightfrom\]/,""); heightfromeq = heightfromeq.replace(/\[echeightfrom\]/,""); try{ if(heightfromeq=="0"||heightfromeq==""||heightfromeq=="undefined"||heightfromeq==null){heightfromeq = "+0";} }catch(e){heightfromeq = "+0";}
return mathstime(cpuHeightFrom, heightfromeq); }
/* sub mathstime - get.cgi - rewritten for javascript 2013 */
mathstime = function(mt0,mt1){ try{ mt0 = mt0 - 0.0001; mt0 = mt0 + 0.0001; try{if (mt1=="") { mt1 = 0; }}catch(e){ mt1 = 0; }
if (mt1.match(/\-/)) { mt1 = mt1.replace(/\-/,""); mt1 = mt1 - 0.0001; mt1 = mt1 + 0.0001; mt1 = mt0 - mt1; }
if (mt1.match(/\+/)) { mt1 = mt1.replace(/\+/,""); mt1 = mt1 - 0.0001; mt1 = mt1 + 0.0001; mt1 = mt0 + mt1; }
if (mt1.match(/\*/)) { mt1 = mt1.replace(/\*/,""); mt1 = ceil(mt0 * mt1); }
if (mt0 != 0 && mt1.match(/\\/)) { mt1 = mt1.replace(/\\/,""); mt1 = ceil(mt0 / mt1); }
if (mt0 != 0 && mt1.match(/\//)) { mt1 = mt1.replace(/\//,""); mt1 = ceil(mt0 / mt1); }
return mt1; }catch(e){return 0;} }
/*KPD shape values - read only strings*/
BP = function(){ try{ return "(Fmovex+B1)-P2"; }catch(e){E(e);} }
PB = function(){ try{ return "(Fmovey+P1)+B2"; }catch(e){E(e);} }
FP = function(){ try{ return "Fmovex-P2"; }catch(e){E(e);} }
FB = function(){ try{ return "Fmovey+B2"; }catch(e){E(e);} }
fb = function(){ try{ return "Fmovex+B1"; }catch(e){E(e);} }
fp = function(){ try{ return "Fmovey+P1"; }catch(e){E(e);} }
mt = function(){ try{ return "MoveToDEF"; }catch(e){E(e);} }
lt = function(){ try{ return "LineToDEF"; }catch(e){E(e);} }
MT = function(){ try{ return "MoveTo"; }catch(e){E(e);} }
FX = function(){ try{ return "Fmovex"; }catch(e){E(e);} }
FY = function(){ try{ return "Fmovey"; }catch(e){E(e);} }
LT = function(){ try{ return "LineTo"; }catch(e){E(e);} }
}catch(e){ alert('can not init uncompress system'); }
}
reduceKPD();
evalKPDinit();
KPD transfer - NS example
gz and other methods for data compression may be enacted using standard web server and file system protocols.
More value swapping, Base64 encoding, and white space removal could be performed if desired but could lead to loss of output structure,
depending on data comformance to processing.
The suggest transfer format is that using HTTP protocols as it enables cache services by default,
if the host is configured to do so.
BC2DI.KPD - KitCAD transfer
The following examples provide known KPD transfer methods (or from
SDK for KitCAD2).
KitCAD v5 2.27
- [zip] http://www.kitchenpages.net/library/i3/kp227/v5iupdate.php?r=bc2di.kpd&k=81519201192038514161751931513&i=1
The following examples provide known KPD i3 KGC transfer methods (or from SDK for KitCAD i3).
KitCAD i3 KGC
- [zip] http://www.kitchenpages.net/library/i3/kp227/i3iupdate.php?r=bc2di.kpd&k=81519201192038514161751931513&i=1
- [txt/gz] http://www.kitchenpages.com/library/i3/Objects/get.cgi?r=bc2di.kpd&k=81519201192038514161751931513&i=1
- [json/gz] http://www.kitchenpages.com/library/i3/Objects/get.cgi?r=bc2di.json&j=1&k=81519201192038514161751931513&i=1
KitCAD i3 KGC rX - SDK KPX
The following examples provide known KPX generation form KitCAD i3 KGC.
- [php/zip] [Download] http://www.kitchenpages.com/library/i3/compress/i3libsys-http-localhost-get-svr.zip for usage with XAMPP; Use in /htdocs/library/i3/
- [php/zip] [Download] http://www.kitchenpages.com/library/i3/compress/i3libsys-phpdesktop.zip for usage with PhpDesktop; Use in /www/library/i3/
- [php/exe] [Download] http://www.kitchenpages.com/library/i3/compress/i3libsys-i3imgsys_phpdesktop-msie-1.14-php-5.4.33.zip ; 17Meg (Working Example; with Library system)
The following examples provide known KPX transfer methods.
KitCAD i3 KGC rX
See i3libsys-http-localhost-get-svr.zip
above for an example.
- [application/javascript] http://www.kitchenpages.com/library/i3/81519201192038514161751931513.js
KitCAD i3 KGC rX graphics
See i3libsys-i3imgsys_phpdesktop-msie-1.14-php-5.4.33.zip
above for a working example.
- [application/javascript] http://www.kitchenpages.com/library/i3/81519201192038514161751931513_.js
KPX examples
The Javascript file of 81519201192038514161751931513.js
contains KPD, QUOTE and VRML information
The Javascript file of 81519201192038514161751931513_.js
contains encoded graphic information
KPX back to KitCAD i3 KGC example
The user entered KPX Object Item can be decoded back into the original KitCAD i3 KGC (online) format;
The decompressor example will reverse KPD KPX encoding.
KitCAD i3 KGC size and rotation calculator converters
The user entered size calculated to pixels; See Size calculator converter, and Rotation calculator converter.
Submit files for KitCAD i3 KGC rX online
At this time - because of processing and coding requirements, only offline processing is possible.
To submit KitCAD i3 KGC rX KPX files create an Email with the subject of KITCAD and attach the files for submission.
Senders Email address will be used to generate end user file name when uploaded online.
(See website contact page for current To: Email address information)
Submitted files will be reviewed and permitting compliance with site requirements then should be available online until account request for removal/alteration
.