Posts by Rafael Xavier Suarez • 91 points
7 posts
-
0
votes1
answer78
viewsQ: Webscrapping Soup + python export to txt and check with shell script
Greetings people, I’m here with a python code that brings me the milliseconds of the E-tax Note Sending ping from the E-tax portal in the NFC-e status portal as below : #!/usr/bin/env python # -*-…
-
1
votes2
answers323
viewsQ: Python-based web Scrapping does not provide complete html page information
Personal greetings, I’m trying to use python to get the information from the page http://www.nfce.se.gov.br/portal/painelMonitor.jsp , is a page from Faz where it has the ping status of NFC-e…
-
3
votes3
answers2628
viewsQ: script for printer installation automation
Good afternoon guys, I have in my environment a print server with a total of 63 printers installed and shared on the network, I would like a script for automating the installation of these printers…
-
2
votes1
answer2306
viewsQ: Script to check running process and finish or not
i have a process called monitor.exe and the same can not have 2 active processes because it is a print monitor that if you have 2 active processes the same will issue 2 duplicate tax notes, so I…
-
2
votes1
answer275
viewsQ: Script to identify 2 active services, take down the 2 and go up only 1
Next, I have a service here in my environment that runs on some machines, however this service can not be duplicated ( can not have 2 active services at the same time ) I wonder if it is possible to…
-
0
votes1
answer2013
viewsQ: Open link in another HTML browser
Good morning, everyone ! Next, I have a very simple HTML code, where I have an image linked to a link from a local application in the company (the application is web) or when I click on the image…
-
0
votes1
answer354
viewsQ: How to Dump in Mysql for the file to contain the date?
I would like to do a Dump in my Mysql database, but I need this Dump to create the.sql file with the date Dump was made, so that I have saved all previous backups by date.