Posts by Rodrigo Hackz Exploitz • 103 points
15 posts
-
-1
votes1
answer2007
viewsQ: How to create a dynamic select using Javascript?
How can I call a dynamic select using javascript only? (I can’t wear jQuery) When selecting the option São Paulo (state), would show me the select with the cities of São paulo and so with Santa…
-
-1
votes1
answer181
viewsQ: Remove all HTML attributes
I have a file of approximately 60000 lines and need to remove all attributes from the HTML file. Do you know the name of an application, Notepad plugin or any way to carry out this process in an…
-
0
votes1
answer760
viewsQ: Kanban with Bootstrap
Good morning to all! I need to ride a Kanban, preferably with Bootstrap. Do you know any project (opensource) to download it and implement?
-
0
votes2
answers193
viewsQ: Find string in html code
I need help with the following: _Add several files ( extension .htm ), approx 20 files. _Analyze and find in the 20 files a string determined in the HTML code ( maximum string length is 20…
-
0
votes2
answers16136
viewsQ: Print a Javascript variable in Input html
<script> function Sumar() { var n7 = document.getElementById('txtN7').value; /*Fator tempo*/ var n8 = n7.replace(',','.'); var cem = (n8)/4; /*Calculo de fator*/ var n1 =…
-
-1
votes1
answer389
viewsQ: How to perform a crud with firebase?
I read an article about Firebase, I thought it was wonderful what in theory you can accomplish. I would like your help because I want to create a CRUD, only I have always used Mysql. For the little…
firebaseasked Rodrigo Hackz Exploitz 103 -
0
votes2
answers139
viewsQ: Sort equal rows
I have 4 columns in excel: A,B,C,D right? Only that I need to order to make a comparison because all the information is disorganized I explain myself: Original Archive in . CSV (Disorganized…
-
1
votes2
answers617
viewsQ: How to organize JSON content
night! I need your help on the following question: I have 2 files . json, but when opening in Notepad++ I realize that the content is disorganized. Example: Arquivo1.json { "xxx.yyy.E-mail":…
-
1
votes2
answers53
viewsQ: Apache problem - 2 domains
good afternoon... I’m trying to set up 2 domains on 1 server: _Debian Linux _Apache2 I created the following file: pclinx.conf , then applied a2ensite , enabled and restarted apache2.…
-
0
votes0
answers57
viewsQ: Problem with Apache2 subdomain
I need to configure Debian Linux apache for my subdomain. I have already restarted the Apache server. The subdomain is configured to server IP type A record. Arquivo:…
-
2
votes3
answers2214
viewsQ: Crontab Linux run PHP Script at a frequency of less than 1 minute
Please, I need to run crontab so that it runs every 1 second, you should run a . php script on the Debian Linux server. root /usr/bin/php5 -q /var/www/cloudns.php when executing manual, it performs…
-
1
votes1
answer33
viewsQ: Do not view Dominio my site
built a homemade server ( debian Linux + no-ip+ apache + mysql + wordpress + clud dns ). my problem is that : it accesses www.prensanuble.cl BUT when I try to access any link of the site ceases to…
-
0
votes1
answer800
viewsQ: Free access to the Tomcat management screen
I have installed Netbeans 8.1 in this installation, I took advantage of installing Tomcat 8.0.27. However I am not able to access the management screen, because it asks the password. I tried several…
-
0
votes1
answer581
viewsQ: How to separate Text Code
Hi person good afternoon all right? I have a question I’d like to know if you can assist me, please: I have a file . txt , which contains more than 1000 lines, I need to separate the code from the…
excelasked Rodrigo Hackz Exploitz 103 -
4
votes1
answer1780
viewsQ: 'Copy text' button in C#
I’m new to C#, and wanted to create a button that when clicked, it will copy the text described in that same button. If I didn’t make myself clear, imagine button has a text inserted in it (eg:…