Posts by Ewerton • 153 points
4 posts
-
0
votes1
answer22
viewsA: problem with php command prompt, php code -S 0.0.0.0:8080 does not work on the server(wamp),already tried everything I searched, pórem gives error 404
Is missing the index.php at the root of your project. But you can see the content of your page by accessing: http://localhost:8080/fashion.html…
-
0
votes1
answer39
viewsA: How does Audiocontext work?
Before the HTML5 element, Flash or other plug-in was required. Although audio on the Web no longer requires a plug-in, the audio tag brings some significant limitations for implementing more complex…
-
0
votes2
answers299
viewsA: How to pass a variable from one Javascript file to another?
To solve this mistake: Uncaught SyntaxError: Unexpected token 'export'. one of the solutions would be: <script type="module" src="nome-do-seu-modulo.js"></script>…
-
1
votes1
answer182
viewsA: Error installing chatterbot with Pip
Try to install this version: pip install chatterbot==1.0.4 Source: https://github.com/gunthercox/ChatterBot/issues/1854#issuecomment-612394091…