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 SkipVought 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: *

  1. jbrearley

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

    Yes, there will be some similarities.
  2. 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...
  3. 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...
  4. jbrearley

    Powershell test of applications on PC image

    NB: Initial post of files were truncated, please use web links below for complete files. 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...
  5. 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...
  6. jbrearley

    Sample Python multiprocessing.connection server

    Here is the corresponding client code: # Updated by John Brearley, Jan 2013 # multiprocessing.connection client program # 2013/1/13 poll bug submitted http://bugs.python.org/issue16955 import multiprocessing.connection,re,sys # Get command line parameters, if any, for desired host & port...
  7. 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...
  8. jbrearley

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

    Thanks, see: http://www.tek-tips.com/faqs.cfm?fid=7626
  9. jbrearley

    Sample script for TCL socket load distribution across many CPUs / hosts

    Here is a demo script for others to reuse / learn from. The server process hands out work assignments to multiple children process to do load balancing across multiple CPUs / hosts. The children process in this sample script dont do any real work, but occasionally create an error to demonstrate...
  10. 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