OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-04-28 19:18:38 +00:00
parent 5585b82973
commit feb912633a
7 changed files with 47 additions and 11 deletions

View File

@@ -1,7 +1,12 @@
created: 20221110145611678
modified: 20230206111552174
creator: Octt
modified: 20230428191647381
modifier: Octt
tags: Development Internet $:/i18n:en
title: JavaScript:en
title: JavaScript
''JavaScript'', or "JS", is an high-level programming language. It constitutes a core technology of the Web, sitting optionally alongside HTML and CSS. In recent years, it has gotten more and more popular even for desktop app and backend development.
''JavaScript'', or "JS", is an high-level programming language. It constitutes a core technology of the Web, sitting optionally alongside HTML and CSS. In recent years, it has gotten more and more popular even for desktop app and backend development.
<<^wikipediaframe JavaScript>>
* [[Ecma International TC39|https://tc39.es/]] - Committee maintaining JS specifications

View File

@@ -0,0 +1,25 @@
created: 20230428183805649
creator: Octt
modified: 20230428190437451
modifier: Octt
tags:
title: Math
<<^wikipediaframe Math>>
!!! ''Utilities''
* [[Microsoft Math Solver|https://math.microsoft.com/en]] - Search engine for math solutions, guides, examples
!!!! ''Geometry''
* [[GeoGebra|https://www.geogebra.org/]] - //Graphing Calculator Suite// - <<[ "[[Git|https://github.com/geogebra]]">>
* [[Desmos|https://www.desmos.com/]] - Another calculator suite
!!!! ''Calculus''
* [[Cymath|https://www.cymath.com/]] - Minimal Web CAS, works better than others
* [[Photomath|https://photomath.com/]] - Mobile offline CAS app (badly programmed, requires Google Play Services on Android)
* [[Symbolab|https://www.symbolab.com/]] - Web CAS, free version is limited
* [[Wolfram Alpha|https://www.wolframalpha.com/]] - //Computational intelligence//
** [[Wolfree Alpha|https://wolfreealpha.gitlab.io/input/]] - Hacked Wolfram Alpha webapp to show all data without Pro - <<[ "[[Mirrors|http://web.archive.org/web/20230315050344/https://wolfreealpha.gitlab.io/mirror/]]">> - <<[ "[[Git|https://git.disroot.org/wolfree/wolfree-dockerfile]]">>

View File

@@ -1,6 +1,6 @@
created: 20230221204801305
creator: Octt
modified: 20230425100156329
modified: 20230428191549029
modifier: Octt
tags:
title: Web/Development
@@ -46,6 +46,12 @@ title: Web/Development
: ~~[[node-minify|https://github.com/srod/node-minify]] - //Light Node.js module and CLI app that compress javascript, css and html files//~~
: [[UglifyJS|https://lisperator.net/uglifyjs/]] - //JavaScript parser / mangler / compressor / beautifier// - <<[ "[[Git|https://github.com/mishoo/UglifyJS]]">>
!!!!! ''Polyfills''
These are for adding newer APIs to older browsers when making a webapp that uses them.
* [[ECMAScript Shims|https://github.com/es-shims]] - Collection of compliant shims
* [[core-js|https://github.com/zloirock/core-js]] - Pure JS Standard Library reimplementation
* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] - //An HTML5 saveAs() FileSaver implementation//
* [[srcdoc-polyfill|https://github.com/jugglinmike/srcdoc-polyfill]] - //A shim for the iFrame "srcdoc" attribute//