Posts by lynx_74 • 181 points
3 posts
-
8
votes12
answers79762
viewsA: Formatting Brazilian currency in Javascript
Because the Sorack function has two bugs: one of Nan when deleting all numbers with Backspace, and the other when typing only one number, which appears integer instead of decimal. So I made this…
javascriptanswered lynx_74 181 -
0
votes2
answers732
viewsA: How to capture a line from a file and then overwrite?
You can rewrite part of the text of a particular file, without having to write the entire file, using the fseek, but the number of bytes (sentence size) must be equal. Using fseek to position the…
-
0
votes4
answers2752
viewsA: No access permission for Apache 2.4.6
Try a chmod a+rw index.html in your apache root directory and note the error log by the command tail -f /var/log/apache2/error.log and log in if you can’t.…