Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jbrearley
  • Content: Threads
  • Order by date
  1. jbrearley

    web_downloader.py python tool for downloading entire/portions of a website

    Here is a robust utility web_downloader.py that will recursively walk down a directory of the specified website or the entire website. https://files.engineering.com/getfile.aspx?folder=0cf8e3e4-03fe-45f9-942e-3a2ad51d0da4&file=web_downloader.py Options supported: python web_downloader.py -h...
  2. jbrearley

    Powershell test of apps on PC image

    Synopsis ======== - test-apps.ps1 is used to verify applications are correctly installed on a refurbished PC with a new RPK image before the PC is deployed to the end customer - tests cover network link, web browsers, notepad, wordpad, MS Office, Open Office, etc - missing / inoperative...
  3. jbrearley

    Powershell test of applications on PC image

    Synopsis ======== - test-apps.ps1 is used to verify applications are correctly installed on a refurbished PC with a new RPK image before the PC is deployed to the end customer - tests cover network link, web browsers, notepad, wordpad, MS Office, Open Office, etc - missing / inoperative drivers...
  4. jbrearley

    Sample Python multiprocessing.connection server

    For those of you learning multiprocessing and multiprocessing.connection modules, here is a sample server that launches parallel children processes, echoes messages and will stress the CPUs on demand. BTW, you MUST use the multiprocessing.connection.Client to connect with the server. Raw...
  5. jbrearley

    Where can I post example TCL code for a scoket based load distribution demo script

    Can someone please point me to where I am allowed to post sample tcl code for others to reuse / learn from?

Part and Inventory Search

Back
Top