From 18ef41be215e7519cfd7412de1b9503aa31813f4 Mon Sep 17 00:00:00 2001 From: Maycon Paranhos Date: Tue, 28 Feb 2023 23:56:25 -0300 Subject: [PATCH] Added homepage to render my app --- README.md | 2 -- asset-manifest.json | 16 ++++++++-------- index.html | 2 +- robots.txt | 2 +- static/js/main.3478014f.js | 3 --- static/js/main.3478014f.js.map | 1 - static/js/main.90ff1d84.js | 3 +++ ....LICENSE.txt => main.90ff1d84.js.LICENSE.txt} | 0 static/js/main.90ff1d84.js.map | 1 + 9 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 README.md delete mode 100644 static/js/main.3478014f.js delete mode 100644 static/js/main.3478014f.js.map create mode 100644 static/js/main.90ff1d84.js rename static/js/{main.3478014f.js.LICENSE.txt => main.90ff1d84.js.LICENSE.txt} (100%) create mode 100644 static/js/main.90ff1d84.js.map diff --git a/README.md b/README.md deleted file mode 100644 index 4dbb821..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# calculator -This calculator is a React App that I built to practice my front-end and programming skills. My goal was to create one which really work very well. diff --git a/asset-manifest.json b/asset-manifest.json index e6b2bec..2a55b83 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,15 +1,15 @@ { "files": { - "main.css": "/static/css/main.6120410c.css", - "main.js": "/static/js/main.3478014f.js", - "static/js/787.02069ff7.chunk.js": "/static/js/787.02069ff7.chunk.js", - "index.html": "/index.html", - "main.6120410c.css.map": "/static/css/main.6120410c.css.map", - "main.3478014f.js.map": "/static/js/main.3478014f.js.map", - "787.02069ff7.chunk.js.map": "/static/js/787.02069ff7.chunk.js.map" + "main.css": "/calculator/static/css/main.6120410c.css", + "main.js": "/calculator/static/js/main.90ff1d84.js", + "static/js/787.02069ff7.chunk.js": "/calculator/static/js/787.02069ff7.chunk.js", + "index.html": "/calculator/index.html", + "main.6120410c.css.map": "/calculator/static/css/main.6120410c.css.map", + "main.90ff1d84.js.map": "/calculator/static/js/main.90ff1d84.js.map", + "787.02069ff7.chunk.js.map": "/calculator/static/js/787.02069ff7.chunk.js.map" }, "entrypoints": [ "static/css/main.6120410c.css", - "static/js/main.3478014f.js" + "static/js/main.90ff1d84.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index a1f0ab9..d9086f4 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +React App
\ No newline at end of file diff --git a/robots.txt b/robots.txt index 82e241a..e9e57dc 100644 --- a/robots.txt +++ b/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: /static/ +Disallow: diff --git a/static/js/main.3478014f.js b/static/js/main.3478014f.js deleted file mode 100644 index e988b1b..0000000 --- a/static/js/main.3478014f.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see main.3478014f.js.LICENSE.txt */ -!function(){var e={59:function(e,t){var n;!function(r){"use strict";var i=Math.cosh||function(e){return Math.abs(e)<1e-9?1-e:.5*(Math.exp(e)+Math.exp(-e))},a=Math.sinh||function(e){return Math.abs(e)<1e-9?e:.5*(Math.exp(e)-Math.exp(-e))},o=function(){throw SyntaxError("Invalid Param")};function u(e,t){var n=Math.abs(e),r=Math.abs(t);return 0===e?Math.log(r):0===t?Math.log(n):n<3e3&&r<3e3?.5*Math.log(e*e+t*t):(e/=2,t/=2,.5*Math.log(e*e+t*t)+Math.LN2)}var s=function(e,t){var n={re:0,im:0};if(void 0===e||null===e)n.re=n.im=0;else if(void 0!==t)n.re=e,n.im=t;else switch(typeof e){case"object":if("im"in e&&"re"in e)n.re=e.re,n.im=e.im;else if("abs"in e&&"arg"in e){if(!Number.isFinite(e.abs)&&Number.isFinite(e.arg))return l.INFINITY;n.re=e.abs*Math.cos(e.arg),n.im=e.abs*Math.sin(e.arg)}else if("r"in e&&"phi"in e){if(!Number.isFinite(e.r)&&Number.isFinite(e.phi))return l.INFINITY;n.re=e.r*Math.cos(e.phi),n.im=e.r*Math.sin(e.phi)}else 2===e.length?(n.re=e[0],n.im=e[1]):o();break;case"string":n.im=n.re=0;var r=e.match(/\d+\.?\d*e[+-]?\d+|\d+\.?\d*|\.\d+|./g),i=1,a=0;null===r&&o();for(var u=0;u0&&o();break;case"number":n.im=0,n.re=e;break;default:o()}return isNaN(n.re)||isNaN(n.im),n};function l(e,t){if(!(this instanceof l))return new l(e,t);var n=s(e,t);this.re=n.re,this.im=n.im}l.prototype={re:0,im:0,sign:function(){var e=this.abs();return new l(this.re/e,this.im/e)},add:function(e,t){var n=new l(e,t);return this.isInfinite()&&n.isInfinite()?l.NAN:this.isInfinite()||n.isInfinite()?l.INFINITY:new l(this.re+n.re,this.im+n.im)},sub:function(e,t){var n=new l(e,t);return this.isInfinite()&&n.isInfinite()?l.NAN:this.isInfinite()||n.isInfinite()?l.INFINITY:new l(this.re-n.re,this.im-n.im)},mul:function(e,t){var n=new l(e,t);return this.isInfinite()&&n.isZero()||this.isZero()&&n.isInfinite()?l.NAN:this.isInfinite()||n.isInfinite()?l.INFINITY:0===n.im&&0===this.im?new l(this.re*n.re,0):new l(this.re*n.re-this.im*n.im,this.re*n.im+this.im*n.re)},div:function(e,t){var n=new l(e,t);if(this.isZero()&&n.isZero()||this.isInfinite()&&n.isInfinite())return l.NAN;if(this.isInfinite()||n.isZero())return l.INFINITY;if(this.isZero()||n.isInfinite())return l.ZERO;e=this.re,t=this.im;var r,i,a=n.re,o=n.im;return 0===o?new l(e/a,t/a):Math.abs(a)0)return new l(Math.pow(e,n.re),0);if(0===e)switch((n.re%4+4)%4){case 0:return new l(Math.pow(t,n.re),0);case 1:return new l(0,Math.pow(t,n.re));case 2:return new l(-Math.pow(t,n.re),0);case 3:return new l(0,-Math.pow(t,n.re))}}if(0===e&&0===t&&n.re>0&&n.im>=0)return l.ZERO;var r=Math.atan2(t,e),i=u(e,t);return e=Math.exp(n.re*i-n.im*r),t=n.im*i+n.re*r,new l(e*Math.cos(t),e*Math.sin(t))},sqrt:function(){var e,t,n=this.re,r=this.im,i=this.abs();if(n>=0){if(0===r)return new l(Math.sqrt(n),0);e=.5*Math.sqrt(2*(i+n))}else e=Math.abs(r)/Math.sqrt(2*(i-n));return t=n<=0?.5*Math.sqrt(2*(i-n)):Math.abs(r)/Math.sqrt(2*(i+n)),new l(e,r<0?-t:t)},exp:function(){var e=Math.exp(this.re);return this.im,new l(e*Math.cos(this.im),e*Math.sin(this.im))},expm1:function(){var e=this.re,t=this.im;return new l(Math.expm1(e)*Math.cos(t)+function(e){var t=Math.PI/4;if(-t>e||e>t)return Math.cos(e)-1;var n=e*e;return n*(n*(n*(n*(n*(n*(n*(n/20922789888e3-1/87178291200)+1/479001600)-1/3628800)+1/40320)-1/720)+1/24)-.5)}(t),Math.exp(e)*Math.sin(t))},log:function(){var e=this.re,t=this.im;return new l(u(e,t),Math.atan2(t,e))},abs:function(){return function(e,t){var n=Math.abs(e),r=Math.abs(t);return n<3e3&&r<3e3?Math.sqrt(n*n+r*r):(n1&&0===t,r=1-e,i=1+e,a=r*r+t*t,o=0!==a?new l((i*r-t*t)/a,(t*r+i*t)/a):new l(-1!==e?e/0:0,0!==t?t/0:0),s=o.re;return o.re=u(o.re,o.im)/2,o.im=Math.atan2(o.im,s)/2,n&&(o.im=-o.im),o},acoth:function(){var e=this.re,t=this.im;if(0===e&&0===t)return new l(0,Math.PI/2);var n=e*e+t*t;return 0!==n?new l(e/n,-t/n).atanh():new l(0!==e?e/0:0,0!==t?-t/0:0).atanh()},acsch:function(){var e=this.re,t=this.im;if(0===t)return new l(0!==e?Math.log(e+Math.sqrt(e*e+1)):1/0,0);var n=e*e+t*t;return 0!==n?new l(e/n,-t/n).asinh():new l(0!==e?e/0:0,0!==t?-t/0:0).asinh()},asech:function(){var e=this.re,t=this.im;if(this.isZero())return l.INFINITY;var n=e*e+t*t;return 0!==n?new l(e/n,-t/n).acosh():new l(0!==e?e/0:0,0!==t?-t/0:0).acosh()},inverse:function(){if(this.isZero())return l.INFINITY;if(this.isInfinite())return l.ZERO;var e=this.re,t=this.im,n=e*e+t*t;return new l(e/n,-t/n)},conjugate:function(){return new l(this.re,-this.im)},neg:function(){return new l(-this.re,-this.im)},ceil:function(e){return e=Math.pow(10,e||0),new l(Math.ceil(this.re*e)/e,Math.ceil(this.im*e)/e)},floor:function(e){return e=Math.pow(10,e||0),new l(Math.floor(this.re*e)/e,Math.floor(this.im*e)/e)},round:function(e){return e=Math.pow(10,e||0),new l(Math.round(this.re*e)/e,Math.round(this.im*e)/e)},equals:function(e,t){var n=new l(e,t);return Math.abs(n.re-this.re)<=l.EPSILON&&Math.abs(n.im-this.im)<=l.EPSILON},clone:function(){return new l(this.re,this.im)},toString:function(){var e=this.re,t=this.im,n="";return this.isNaN()?"NaN":this.isInfinite()?"Infinity":(Math.abs(e)1&&void 0!==arguments[1]?arguments[1]:{},o=a.preserveFormatting,u=void 0!==o&&o,s=a.escapeMapFn,l=void 0===s?i:s,c=String(e),f="",p=l(t({},n),u?t({},r):{}),m=Object.keys(p),d=function(){var e=!1;m.forEach((function(t,n){e||c.length>=t.length&&c.slice(0,t.length)===t&&(f+=p[m[n]],c=c.slice(t.length,c.length),e=!0)})),e||(f+=c.slice(0,1),c=c.slice(1,c.length))};c;)d();return f}},547:function(e,t){var n;!function(r){"use strict";var i=2e3,a={s:1,n:0,d:1};function o(e,t){if(isNaN(e=parseInt(e,10)))throw f.InvalidParameter;return e*t}function u(e,t){if(0===t)throw f.DivisionByZero;var n=Object.create(f.prototype);n.s=e<0?-1:1;var r=c(e=e<0?-e:e,t);return n.n=e/r,n.d=t/r,n}function s(e){for(var t={},n=e,r=2,i=4;i<=n;){for(;n%r===0;)n/=r,t[r]=(t[r]||0)+1;i+=1+2*r++}return n!==e?n>1&&(t[n]=(t[n]||0)+1):t[e]=(t[e]||0)+1,t}var l=function(e,t){var n,r=0,i=1,u=1,s=0,l=0,c=0,p=1,m=1,d=0,h=1,v=1,g=1,y=1e7;if(void 0===e||null===e);else if(void 0!==t){if(u=(r=e)*(i=t),r%1!==0||i%1!==0)throw f.NonIntegerParameter}else switch(typeof e){case"object":if("d"in e&&"n"in e)r=e.n,i=e.d,"s"in e&&(r*=e.s);else{if(!(0 in e))throw f.InvalidParameter;r=e[0],1 in e&&(i=e[1])}u=r*i;break;case"number":if(e<0&&(u=e,e=-e),e%1===0)r=e;else if(e>0){for(e>=1&&(e/=m=Math.pow(10,Math.floor(1+Math.log(e)/Math.LN10)));h<=y&&g<=y;){if(e===(n=(d+v)/(h+g))){h+g<=y?(r=d+v,i=h+g):g>h?(r=v,i=g):(r=d,i=h);break}e>n?(d+=v,h+=g):(v+=d,g+=h),h>y?(r=v,i=g):(r=d,i=h)}r*=m}else(isNaN(e)||isNaN(t))&&(i=r=NaN);break;case"string":if(null===(h=e.match(/\d+|./g)))throw f.InvalidParameter;if("-"===h[d]?(u=-1,d++):"+"===h[d]&&d++,h.length===d+1?l=o(h[d++],u):"."===h[d+1]||"."===h[d]?("."!==h[d]&&(s=o(h[d++],u)),(++d+1===h.length||"("===h[d+1]&&")"===h[d+3]||"'"===h[d+1]&&"'"===h[d+3])&&(l=o(h[d],u),p=Math.pow(10,h[d].length),d++),("("===h[d]&&")"===h[d+2]||"'"===h[d]&&"'"===h[d+2])&&(c=o(h[d+1],u),m=Math.pow(10,h[d+1].length)-1,d+=3)):"/"===h[d+1]||":"===h[d+1]?(l=o(h[d],u),p=o(h[d+2],1),d+=3):"/"===h[d+3]&&" "===h[d+1]&&(s=o(h[d],u),l=o(h[d+2],u),p=o(h[d+4],1),d+=5),h.length<=d){u=r=c+(i=p*m)*s+m*l;break}default:throw f.InvalidParameter}if(0===i)throw f.DivisionByZero;a.s=u<0?-1:1,a.n=Math.abs(r),a.d=Math.abs(i)};function c(e,t){if(!e)return t;if(!t)return e;for(;;){if(!(e%=t))return t;if(!(t%=e))return e}}function f(e,t){if(l(e,t),!(this instanceof f))return u(a.s*a.n,a.d);e=c(a.d,a.n),this.s=a.s,this.n=a.n/e,this.d=a.d/e}f.DivisionByZero=new Error("Division by Zero"),f.InvalidParameter=new Error("Invalid argument"),f.NonIntegerParameter=new Error("Parameters must be integer"),f.prototype={s:1,n:0,d:1,abs:function(){return u(this.n,this.d)},neg:function(){return u(-this.s*this.n,this.d)},add:function(e,t){return l(e,t),u(this.s*this.n*a.d+a.s*this.d*a.n,this.d*a.d)},sub:function(e,t){return l(e,t),u(this.s*this.n*a.d-a.s*this.d*a.n,this.d*a.d)},mul:function(e,t){return l(e,t),u(this.s*a.s*this.n*a.n,this.d*a.d)},div:function(e,t){return l(e,t),u(this.s*a.s*this.n*a.d,this.d*a.n)},clone:function(){return u(this.s*this.n,this.d)},mod:function(e,t){if(isNaN(this.n)||isNaN(this.d))return new f(NaN);if(void 0===e)return u(this.s*this.n%this.d,1);if(l(e,t),0===a.n&&0===this.d)throw f.DivisionByZero;return u(this.s*(a.d*this.n)%(a.n*this.d),a.d*this.d)},gcd:function(e,t){return l(e,t),u(c(a.n,this.n)*c(a.d,this.d),a.d*this.d)},lcm:function(e,t){return l(e,t),0===a.n&&0===this.n?u(0,1):u(a.n*this.n,c(a.n,this.n)*c(a.d,this.d))},ceil:function(e){return e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d)?new f(NaN):u(Math.ceil(e*this.s*this.n/this.d),e)},floor:function(e){return e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d)?new f(NaN):u(Math.floor(e*this.s*this.n/this.d),e)},round:function(e){return e=Math.pow(10,e||0),isNaN(this.n)||isNaN(this.d)?new f(NaN):u(Math.round(e*this.s*this.n/this.d),e)},inverse:function(){return u(this.s*this.d,this.n)},pow:function(e,t){if(l(e,t),1===a.d)return a.s<0?u(Math.pow(this.s*this.d,a.n),Math.pow(this.n,a.n)):u(Math.pow(this.s*this.n,a.n),Math.pow(this.d,a.n));if(this.s<0)return null;var n=s(this.n),r=s(this.d),i=1,o=1;for(var c in n)if("1"!==c){if("0"===c){i=0;break}if(n[c]*=a.n,n[c]%a.d!==0)return null;n[c]/=a.d,i*=Math.pow(c,n[c])}for(var c in r)if("1"!==c){if(r[c]*=a.n,r[c]%a.d!==0)return null;r[c]/=a.d,o*=Math.pow(c,r[c])}return a.s<0?u(o,i):u(i,o)},equals:function(e,t){return l(e,t),this.s*this.n*a.d===a.s*a.n*this.d},compare:function(e,t){l(e,t);var n=this.s*this.n*a.d-a.s*a.n*this.d;return(0=0;a--)i=i.inverse().add(n[a]);if(i.sub(t).abs().valueOf()0&&(n+=t,n+=" ",r%=i),n+=r,n+="/",n+=i),n},toLatex:function(e){var t,n="",r=this.n,i=this.d;return this.s<0&&(n+="-"),1===i?n+=r:(e&&(t=Math.floor(r/i))>0&&(n+=t,r%=i),n+="\\frac{",n+=r,n+="}{",n+=i,n+="}"),n},toContinued:function(){var e,t=this.n,n=this.d,r=[];if(isNaN(t)||isNaN(n))return r;do{r.push(Math.floor(t/n)),e=t%n,t=n,n=e}while(1!==t);return r},toString:function(e){var t=this.n,n=this.d;if(isNaN(t)||isNaN(n))return"NaN";e=e||15;var r=function(e,t){for(;t%2===0;t/=2);for(;t%5===0;t/=5);if(1===t)return 0;for(var n=10%t,r=1;1!==n;r++)if(n=10*n%t,r>i)return 0;return r}(0,n),a=function(e,t,n){for(var r=1,i=function(e,t,n){for(var r=1;t>0;e=e*e%n,t>>=1)1&t&&(r=r*e%n);return r}(10,n,t),a=0;a<300;a++){if(r===i)return a;r=10*r%t,i=10*i%t}return 0}(0,n,r),o=this.s<0?"-":"";if(o+=t/n|0,t%=n,(t*=10)&&(o+="."),r){for(var u=a;u--;)o+=t/n|0,t%=n,t*=10;o+="(";for(u=r;u--;)o+=t/n|0,t%=n,t*=10;o+=")"}else for(u=e;t&&u--;)o+=t/n|0,t%=n,t*=10;return o}},void 0===(n=function(){return f}.apply(t,[]))||(e.exports=n)}()},921:function(e){e.exports=function e(t,n){"use strict";var r,i,a=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,o=/(^[ ]*|[ ]*$)/g,u=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,s=/^0x[0-9a-f]+$/i,l=/^0/,c=function(t){return e.insensitive&&(""+t).toLowerCase()||""+t},f=c(t).replace(o,"")||"",p=c(n).replace(o,"")||"",m=f.replace(a,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),d=p.replace(a,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),h=parseInt(f.match(s),16)||1!==m.length&&f.match(u)&&Date.parse(f),v=parseInt(p.match(s),16)||h&&p.match(u)&&Date.parse(p)||null;if(v){if(hv)return 1}for(var g=0,y=Math.max(m.length,d.length);gi)return 1}return 0}},888:function(e,t,n){"use strict";var r=n(47);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,o){if(o!==r){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},7:function(e,t,n){e.exports=n(888)()},47:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},463:function(e,t,n){"use strict";var r=n(791),i=n(296);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n