Posts by RoDoX • 73 points
3 posts
-
2
votes1
answer1118
viewsQ: Convert . raw file to . mp3 file or other audio format
I have an app that makes audio recordings and stores them on a server. I need these files to be converted from the . raw extension to any audio format, preferably the extension. mp3, to be…
-
2
votes1
answer3610
viewsQ: Monetary mask for Jtextfield
I have a field JTextField which must receive a monetary value from the user. I would like to add a mask to this field so that it format the inserted values as follows: 9.999,99.
-
2
votes3
answers2193
viewsQ: How to Mount a Dynamic Checkbox
I have a: <select name="snh_predio" id="snh_predio"></select> Which is automatically loaded. When this is changed: $("#snh_predio").change(function() { }); I want you to print a list of…