Posts by Paulo Rezende • 149 points
7 posts
-
0
votes0
answers20
viewsQ: Make a Table of Contents Affix inside each Accordion Bootstrap on the same page
I am developing a page that has several Accordions with a large amount of text inserted inside each and, thinking about the usability and ease of use of the page, I thought I would try to add a…
-
2
votes1
answer220
viewsQ: How to authenticate to a Firewall web page via Powershell/Selenium?
I developed several Powershell scripts to automate the configuration of machines I work on, speeding up and avoiding the heavy work of manually setting up a giant number of stations. Basically they…
-
0
votes1
answer2444
viewsQ: List installed print server printers from a remote station
I work in a company that has the following structure: Each city of my state has a headquarters with a server that is also print server, in it are the printers of this headquarters. I use the psexec…
-
2
votes1
answer7854
viewsQ: How to insert a line in a Dataframe Pandas in the middle of other lines?
I have an output of sensor data that has the following desired structure: --- Beginning --- $LAGM,Colar03,Yellow,32262,-31226,-5120,-104,40,190,1662.00,1670.00,236.00,MGAL…
-
2
votes2
answers841
viewsQ: Google Maps API and Google Indoor Maps
Good afternoon. I work with Network Design and Structured Cabling and developed an application for fiber optic mapping with the Google Maps API, which you can see in the following URL:…
-
1
votes2
answers20732
viewsA: Static search list using Javascript instead of PHP
Thanks to everyone for the information! With the content passed, I was able to create the following structure: <table id="lista"> <thead> <tr>…
-
7
votes2
answers20732
viewsQ: Static search list using Javascript instead of PHP
In my work, I created pages as a static phone book to facilitate the search for them, but since there are many names, I would like to create a search field, but it is not possible to do this without…