User contributions for PeterHarding
Jump to navigation
Jump to search
- 11:57, 3 June 2016 diff hist +10 Reset NTFS ACLs
- 11:57, 3 June 2016 diff hist +3,969 Reset NTFS ACLs
- 11:56, 3 June 2016 diff hist +35 Reset NTFS ACLs
- 11:55, 3 June 2016 diff hist +27 Reset NTFS ACLs
- 11:54, 3 June 2016 diff hist +222 Reset NTFS ACLs
- 11:53, 3 June 2016 diff hist +60 Reset NTFS ACLs
- 11:51, 3 June 2016 diff hist +5 Reset NTFS ACLs
- 11:51, 3 June 2016 diff hist +425 N Reset NTFS ACLs Created page with " NTFS is a much more fine-grained than Unix. The following commands take ownership and reset the ACLs to default. Also, if the drive permissions themselves are mangled,..."
- 11:33, 21 May 2016 diff hist +3 Category:Threads current
- 11:32, 21 May 2016 diff hist +74 N Category:Threads Created page with "Links, Notes and Resource on Threads and their use. (Posix or otherwise)"
- 11:31, 21 May 2016 diff hist +21 CSharp Threading Notes current
- 11:31, 21 May 2016 diff hist +140 N CSharp Threading Notes Created page with " =Links= * http://www.albahari.com/threading/ * http://www.albahari.info/threading/threading.pdf Category:C Sharp Category:Threads"
- 11:29, 21 May 2016 diff hist +1,884 N Python - Using NTLM Created page with " =Some Info= From - http://stackoverflow.com/questions/2916396/smtp-through-exchange-using-integrated-windows-authentication-ntlm-using-pytho <pre> from smtplib import SMTPE..." current
- 19:04, 20 April 2016 diff hist +398 N NodeJS and Angular Stuff Created page with " <pre> $ npm install -g typescript C:\Users\aasdev\AppData\Roaming\npm\tsc -> C:\Users\aasdev\AppData\Roaming\npm\node_modules\typescript\bin\tsc C:\Users\aasdev\AppData\Roami..." current
- 15:57, 20 April 2016 diff hist +8 Python - pip
- 15:56, 20 April 2016 diff hist +2,933 N Python - pip Created page with "=Notes= <pre> $ pip install stormpath-config Collecting stormpath-config Could not find a version that satisfies the requirement stormpath-config (from versions: ) No match..."
- 18:30, 23 February 2016 diff hist +28,295 Python - xlwt current
- 18:25, 23 February 2016 diff hist +55 N Python - xlwt Created page with "=Using Excel Modules with Python= Category:Python"
- 18:24, 23 February 2016 diff hist +1,044 N Installing Python pymssql Module Created page with "=Problems= ==Cygwin== Looked like it installed OK. <pre> $ pip install pymssql Collecting pymssql Downloading pymssql-2.1.2.tar.gz (898kB) 100% |███████..."
- 18:20, 23 February 2016 diff hist +922 Installing Python pip on cygwin
- 18:04, 23 February 2016 diff hist +3,980 N Installing Python Modules on Windows Created page with "=Windows Only Installations= I have stup Windows Python as follows: 32 bit version - C:\Apps\Python27_32 64 bit version - C:\Apps\Python27_64 So now set up pip and other co..." current
- 17:13, 24 January 2016 diff hist +75 Programming Languages current
- 17:13, 24 January 2016 diff hist +416 N Programming Languages Created page with "=TIOBE Index, January 2016= TIOBE’s latest report assesses the popularity of programming languages using the number of skilled engineers and search engine rankings. The res..."
- 10:21, 23 January 2016 diff hist +80 Java Web Client current
- 10:21, 23 January 2016 diff hist +11 Java Web Client
- 10:20, 23 January 2016 diff hist +45 N Java Web Client Created page with "=Possibilities= * Unirest Category:Java"
- 10:19, 23 January 2016 diff hist +88 TIBCO current
- 10:18, 23 January 2016 diff hist +136 TIBCO
- 10:16, 23 January 2016 diff hist +24 TIBCO
- 10:16, 23 January 2016 diff hist +2 TIBCO
- 10:15, 23 January 2016 diff hist −58 TIBCO
- 10:13, 23 January 2016 diff hist +72 TIBCO
- 10:11, 23 January 2016 diff hist +1 TIBCO
- 10:11, 23 January 2016 diff hist −17 TIBCO
- 10:09, 23 January 2016 diff hist +11 A Really Useful Service current
- 10:09, 23 January 2016 diff hist +9 A Really Useful Service
- 10:07, 23 January 2016 diff hist +54 N Category:UNIX Tools Created page with "Links, references, and resources related to UNIX Tools" current
- 10:06, 23 January 2016 diff hist −1 A Really Useful Service
- 10:06, 23 January 2016 diff hist +742 N A Really Useful Service Created page with "=Site= http://httpbin.org/ HTTP Request & Response Service hosted in HTTP, HTTPS & EU flavors by Runscope =Examples= <pre> wget http://httpbin.org/get?xxxx=1 { "args":..."
- 15:53, 21 January 2016 diff hist +210 N Loading DLLs in LoadRunnner Created page with "=Example= <pre> vuser_init() { // lr_message(">>>> About to load DLL"); lr_load_dll("sqlite3.dll"); // lr_message(">>>> sqlite3.dll *loaded*"); return 0; } // vuser_i..." current
- 15:52, 21 January 2016 diff hist +74 N LoadRunner C Sharp Created page with "=Examples= <pre> </pre> Category:LoadRunner Category:CSharp" current
- 15:51, 21 January 2016 diff hist +511 N Using DataServer with Java Virtual Users Created page with "=Data Server= With C programs you can use the <pre>lr_load_dll()</pre> call to load the 'dcl.dll' DLL which contains the metod to interact with the DataServer. I implemented..." current
- 13:46, 21 January 2016 diff hist +1 Python RTE →Overview current
- 15:53, 20 January 2016 diff hist +1,035 N LoadRunner - Java - Read a File Created page with " <pre> String[] lines = new String[100]; String requestFile = "Request.xml"; FileReader fr = null; BufferedReader reader = null; try { fr = new FileReader(requestFi..." current
- 17:47, 14 January 2016 diff hist +471 N Java 1.7 Snippets Created page with " =Using an Iterator to Read a File= <pre> try { lines = Files.readAllLines(Paths.get("Request.xml"), StandardCharsets.UTF_8); } catch (Exception e) { System.out.println("Co..." current
- 13:48, 17 December 2015 diff hist +38 N Category:Sed Created page with "sed links, references and resources..." current
- 13:48, 17 December 2015 diff hist −1 SED Hints current
- 13:48, 17 December 2015 diff hist +69 SED Hints
- 13:47, 17 December 2015 diff hist +8,396 N SED Hints Created page with " <pre> ------------------------------------------------------------------------------- Also see regex.hints for hints and tips of matching regular expressions And sed 1 lin..."
- 21:59, 13 October 2015 diff hist +103 PowerShell Notes