Posts by LCarvalho • 214 points
8 posts
-
-1
votes1
answer41
viewsQ: Is the animation done through some "animated gif" or is it another kind of feature?
I was studying some sites and came across the site of the cafe pestle (https://www.pilao.com.br/). If we hover over the menu it makes a very interesting animation. In the case of the image, the…
-
0
votes2
answers38
viewsA: Secret Word Preview Does Not Update - Hangman Game
Code containing the information from Murilo Sitonio #Jogo da forca #Funções def cls(): import os os.system("cls") def check_letra(letra): for letras in palavra: if letra == letras: return True def…
-
1
votes2
answers38
viewsQ: Secret Word Preview Does Not Update - Hangman Game
I’m testing the following code: #Jogo da forca #Funções def cls(): import os os.system("cls") def check_letra(letra): for letras in palavra: if letra == letras: return True def palavra(): p_N = True…
-
1
votes1
answer3637
viewsA: Align table in latex?
Centering is the smallest problem. Your table is too wide for your page, ie 3016,77289pt too big. Your \textwidth available in your document is 345.0pt, so you would need almost 10 more pages to…
-
1
votes0
answers90
viewsQ: Integrating mathematical calculus programs with Tex files
I usually work with software called Wolfram Mathematica. With this software I run mathematical calculations and get your results. Use also applications that compile Tex files, but are only to…
-
1
votes1
answer65
viewsQ: Free access to materials by subscribing to Youtube
I joined the following website: Velosofy.com In this site the interested in downloading something you want should click a button to subscribe to the Youtube channel to have access to the material.…
-
1
votes1
answer43
viewsA: Importing DXF and Manipulating Files with Mathematica
ReplaceList[MeshPrimitives[#, 2] & /@ meshes, {___, {a : Polygon[{___, ap : Repeated[_, {3}], ___}]}, ___, {b : Polygon[{___, bp : Repeated[_, {3}], ___}]}, ___} :> Module[{err, trans}, {err,…
-
2
votes1
answer43
viewsQ: Importing DXF and Manipulating Files with Mathematica
I have five DXF files with various geometric figures. Are squares with a different geometric shape in each DXF file ... Four DXF files have a square with a different geometric shape on one side, as…