Skip to content

Commit

Permalink
Deleted HTML tags in generation of files by the integer factorization…
Browse files Browse the repository at this point in the history
… calculator
  • Loading branch information
alpertron committed Feb 23, 2024
1 parent 2e73ad4 commit 524d3b9
Show file tree
Hide file tree
Showing 27 changed files with 469 additions and 455 deletions.
2 changes: 1 addition & 1 deletion CONTFRAC.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ If <var>b</var> is negative, the result is not a real number, so it cannot be re
<h2>Source code</h2>
<p>You can download the source of the current program and the old continued fraction applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion CUAD.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ input:disabled {color: #808080; background-color: #606060}
<h2>Código fuente</h2>
<p>Puedes bajar el código fuente de esta aplicación y del viejo applet de ecuaciones cuadráticas enteras desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="result" aria-live="polite"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion CUADMOD.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ input:disabled {color: #808080; background-color: #606060}
<h2>Código fuente</h2>
<p>Puedes bajar el código fuente de esta aplicación y del viejo applet de ecuaciones cuadráticas modulares desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="result" aria-live="polite"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion ECM.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ The line to type is: <code>x=1;x=x+1;x&lt;10000;x;sumdigits(x, 10)==sumdigits(co
<p>You can download the source of the current program and the old factorization applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion ECMC.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ La línea a escribir es: <code>x=1;x=x+1;x&lt;10000;x;sumdigits(x, 10)==sumdigit
<p>Puedes bajar el código fuente de esta aplicación y del viejo applet de factorización desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion EULAM.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Cualquier número en la línea diagonal menor que 41<sup>2</sup> = 1681 debe ser
Las diagonales cuyos números no se pueden dividir por primos pequeños tienen mayor cantidad de números primos, porque la mayoría de los números compuestos son divisibles por primos pequeños.</p>
<h2>Código fuente</h2>
<p>Puede bajar el código fuente de esta aplicación y del viejo applet de visualización de la espiral de Ulam desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
</article></main>
<div id="cannotShow"><p>No se puede mostrar la espiral cuando el valor del centro es menor que el valor inicial.</p></div>
Expand Down
2 changes: 1 addition & 1 deletion FACTPOL.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ En caso contrario, solo se muestran funciones trigonométricas.</p>
<p>Puede bajar el código fuente del programa actual y del viejo applet de factorización de polinomios <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="result" aria-live="polite" class="pad"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion FCUBES.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ The line to type is: <code>x=3;x=n(x);c&lt;=100;x-1</code>.</p>
<h2>Source code</h2>
<p>You can download the source of the current program and the old sum of four cubes applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion FRACCONT.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Si <var>b</var> es negativo, el resultado no es un número real, así que no se
<h2>Código fuente</h2>
<p>Se puede bajar el código fuente de este programa y el del viejo applet de fracciones continuas desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion FSQUARES.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The line to type is: <code>x=3;x=n(x);c&lt;=100;x-1</code>.</p>
<h2>Source code</h2>
<p>You can download the source of the current program and the old sum of four squares applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion GAUSIANO.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Si <var>p</var> = <var>m</var><sup>2</sup> + <var>n</var><sup>2</sup>, entonces
<h2>Código fuente</h2>
<p>Puedes bajar el código fuente del programa actual y del viejo applet de factorización de enteros gaussianos desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion GAUSSIAN.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ If <var>p</var> = <var>m</var><sup>2</sup> + <var>n</var><sup>2</sup>, then you
<h2>Source code</h2>
<p>You can download the source of the current program and the old sum polynomial factorization applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion GAUSSPR.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ For example: 79 + 43<var>i</var> = (1+<var>i</var>) (2-<var>i</var>) (28+5<var>i
<p>You can also see the position <var>a</var> + <var>b</var><var>i</var> in the complex plane of any point of the graph by moving the cursor to that point.</p>
<p>Move the center by typing a new complex number in both input boxes (up to 9 digits each) and press the return key.</p>
<p>There is an unsolved mathematical problem named <em>Gaussian moat</em> regarding the graphical representation of Gaussian primes. It asks whether there is a path from zero to infinity with steps of bounded size. Nobuyuki Tsuchimura shown in 2004 that it is not possible to reach the distance 80015782 from the origin if the steps have length 6 or smaller.</p>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
<h2>Source code</h2>
<p>You can download the source of the current program and the old Ulam spiral visualization applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the
<a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
Expand Down
2 changes: 1 addition & 1 deletion POLFACT.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Otherwise, only trigonometric functions are shown.</p>
<p>You can download the source of the current program and the old sum polynomial factorization applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="result" aria-live="polite" class="pad"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion PRGAUSS.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Por ejemplo: 79 + 43<var>i</var> = (1+<var>i</var>) (2-<var>i</var>) (28+5<var>i
<p>También puede ver la posición <var>a</var> + <var>b</var><var>i</var> en el plano complejo de cualquier punto en el gráfico moviendo el cursor hasta ese punto.</p>
<p>Cambie el centro escribiendo un nuevo número complejo en ambas cajas de entrada (hasta 9 dígitos cada uno) y presione la tecla Enter.</p>
<p>Existe un problema matemático sin resolver llamado <em>foso gaussiano</em> referido a esta representación gráfica de los primos gaussianos. Suponiendo que los números compuestos son agua y los primos, piedras que sobresalen, se pretende saber si es posible unir el origen 0+0i con el infinito por cualquier camino si la longitud del salto entre las piedras está limitada. Nobuyuki Tsuchimura demostró en el año 2004 que no es posible alcanzar la distancia 80015782 desde el origen si los pasos tienen longitud 6 o menor.</p>
<p>Escrito por Dario Alpern. Modificado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Modificado el 22 de febrero de 2024.</p>
<h2>Código fuente</h2>
<p>Puede bajar el código fuente de esta aplicación y del viejo applet de visualización de primos gaussianos desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion QUAD.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ input:disabled {color: #808080; background-color: #606060}
<h2>Source code</h2>
<p>You can download the source of the current program and the old quadratic integer equation applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="result" aria-live="polite"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion QUADMOD.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ input:disabled {color: #808080; background-color: #606060}
<h2>Source code</h2>
<p>You can download the source of the current program and the old quadratic modular equation applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="result" aria-live="polite"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion SUMCUAD.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ La línea a escribir es: <code>x=3;x=n(x);c&lt;=100;x-1</code>.</p>
<h2>Código fuente</h2>
<p>Se puede bajar el código fuente de este programa y el del viejo applet de suma de cuatro cuadrados desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion SUMCUBOS.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ La línea a escribir es: <code>x=3;x=n(x);c&lt;=100;x-1</code>.</p>
<h2>Código fuente</h2>
<p>Se puede bajar el código fuente de este programa y el del viejo applet de suma de cuatro cubos desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion TCUADCUB.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ La línea a escribir es: <code>x=3;x=n(x);c&lt;=100;x-1</code>.</p>
<h2>Código fuente</h2>
<p>Se puede bajar el código fuente de este programa desde <a href="https://github.com/alpertron/calculators">GitHub</a>. El código fuente está escrito en lenguaje C, por lo que es necesario <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> para generar JavaScript.</p>
</div>
<p>Escrito por Dario Alpern. Actualizado el 16 de febrero de 2024.</p>
<p>Escrito por Dario Alpern. Actualizado el 22 de febrero de 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion TSQCUBES.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ The line to type is: <code>x=3;x=n(x);c&lt;=100;x-1</code>.</p>
<h2>Source code</h2>
<p>You can download the source of the this program from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the <a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
</div>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
</div>
<div id="helphelp"></div>
<div id="result" aria-live="polite"></div>
Expand Down
2 changes: 1 addition & 1 deletion ULAM.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ This is because the values that take the polynomial 4t<sup>2</sup>&nbsp;+&nbsp;2
Any number in the diagonal line less than 41<sup>2</sup> = 1681 must be prime, because it is not multiple of any prime less than its square root.</p>
<p>The numbers shown at the right of the polynomial are the primes less than 100 that cannot divide any value of the polynomial.
The diagonals whose numbers cannot be divided by small prime numbers have more prime numbers in them, because most composite numbers are multiples of small prime numbers.</p>
<p>Written by Dario Alpern. Last updated 16 February 2024.</p>
<p>Written by Dario Alpern. Last updated 22 February 2024.</p>
<h2>Source code</h2>
<p>You can download the source of the current program and the old Ulam spiral visualization applet from <a href="https://github.com/alpertron/calculators">GitHub</a>. Notice that the source code is in C language and you need the
<a href="https://emscripten.org/docs/getting_started/downloads.html">Emscripten</a> environment in order to generate JavaScript.</p>
Expand Down
Loading

0 comments on commit 524d3b9

Please sign in to comment.