All public logs
Jump to navigation
Jump to search
Combined display of all available logs of PeformIQ Upgrade. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 21:54, 16 October 2021 PeterHarding talk contribs created page Working with UIImage (Created page with "In the target view: <pre> var imageView : UIImageView imageView = UIImageView(frame:CGRectMake(0, 0, 100, 200)); imageView.image = UIImage(named:"image.png") self.vie...")
- 21:53, 16 October 2021 PeterHarding talk contribs created page Get EXIF Data from Image in Swift (Created page with " This seems to work: <pre> import ImageIO ... func getExif(_ uRLToTheImageFile: URL) { if let imageSource = CGImageSourceCreateWithURL(fileURL as CFURL, nil) { l...")
- 21:52, 16 October 2021 PeterHarding talk contribs created page Extending Swift Classes (Created page with " Here's one which show you how to extend a fundamental class in a way which adds new bits to the Xcode interface <pre> import UIKit @IBDesignable class CustomImageView: UIIm...")
- 21:50, 16 October 2021 PeterHarding talk contribs created page Mouse and Keyboard Event Handling in C Sharp (Created page with "=Links= * http://www.codeproject.com/Articles/28064/Global-Mouse-and-Keyboard-Library Has a couple of useful examples - a sample WinForms program to track events and a macro...")
- 21:45, 16 October 2021 PeterHarding talk contribs created page Editing Parsing WhitePages Search Results HTML (Created page with "= Searching WhitePages = The following Python script uses HTTPLib to search against whitepages.com.au (via a proxy). <pre> #!/usr/bin/env python # # #-------------------...")
- 21:38, 16 October 2021 PeterHarding talk contribs created page Accessing Form Data via JavaScript and the DOM (Created page with "== Tony Patton, TechRepublic == Accessing and manipulating the various elements on a Web page is a common endeavor that is easily accomplished with JavaScript and the HTML Do...")
- 21:38, 16 October 2021 PeterHarding talk contribs created page Website Examples (Created page with " * https://www.packtpub.com/web-development/ext-js-4-first-look Category:Internet Category:Web Development")
- 21:37, 16 October 2021 PeterHarding talk contribs created page Category:Kodak (Created page with "Kodak links, references, notes and resources...")
- 21:37, 16 October 2021 PeterHarding talk contribs created page Kodak Resources (Created page with " * http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=2714&pq-locale=en_US&_requestid=3863 * http://www.kodak.com/global/plugins/acrobat/en/consumer/dls/kias/KIAS_Technical_...")
- 21:33, 16 October 2021 PeterHarding talk contribs created page Resetting a Profile in VisualStudio (Created page with "=Method= Go to menu: Tools > Import and Export Settings Image:VS2005_ProfileReset_01.gif Select option and then Next: Image:VS2005_ProfileReset_02.gif Select Re...")
- 21:32, 16 October 2021 PeterHarding talk contribs created page Tool Sites (Created page with "=Links= * https://www.sitepoint.com/versioning =Source Code Management= * https://bitbucket.org/ * https://github.com/ =Management= ==Kanban== * http://www.kanbanize.com...")
- 21:31, 16 October 2021 PeterHarding talk contribs created page Basic Authentication in iOS (Created page with "=Objective-C= * http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch (Bit dated - 2010 - Objective-C rather than Swift; well written up and includes code...")
- 21:31, 16 October 2021 PeterHarding talk contribs created page IOS 10 Problems (Created page with "=Some Notes on Problems I've Encountered= ==iOS 10: “"[App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction== See - http...")
- 21:30, 16 October 2021 PeterHarding talk contribs created page Using WKWebView (Created page with " * http://stackoverflow.com/questions/37086605/disable-wkwebview-for-opening-links-to-redirect-to-apps-installed-on-my-iphone Category:IOS Category:Swift Category:W...")
- 21:28, 16 October 2021 PeterHarding talk contribs created page Tweeting with iOS (Created page with "Some links I found while attempting to get the CS193p Twitter exercise working: * https://forums.developer.apple.com/thread/8615 * https://developer.apple.com/reference/socia...")
- 21:27, 16 October 2021 PeterHarding talk contribs created page Adding a MenuStrip to C Sharp Programs (Created page with "Here is a shortcut: <pre> </pre> Category:C Sharp")
- 21:27, 16 October 2021 PeterHarding talk contribs created page Category:C Sharp (Created page with "C# notes, links, references and resources...")
- 21:25, 16 October 2021 PeterHarding talk contribs created page Getting Started with Auth0 (Created page with "=Some Links= * https://auth0.com/blog/angular-2-authentication/ * https://auth0.com/blog/creating-your-first-real-world-angular-2-app-from-authentication-to-calling-an-api-an...")
- 21:24, 16 October 2021 PeterHarding talk contribs created page Google Web Page Tester (Created page with " See - https://search.google.com/search-console/mobile-friendly?utm_source=psi&utm_medium=link&utm_campaign=psi-ux-banner&hl=en-US Category:WebDev Category:Google")
- 21:23, 16 October 2021 PeterHarding talk contribs created page FORTRAN (Created page with " * https://en.wikipedia.org/wiki/Fortran * [http://www.nag.co.uk/sc22wg5/ The official home of Fortran Standards] * http://fortranwiki.org/fortran/show/HomePage * http://www....")
- 21:22, 16 October 2021 PeterHarding talk contribs created page TeX Resources (Created page with " =Links= * https://en.wikipedia.org/wiki/TeX * http://www.ctan.org/tex-archive/systems/knuth/dist/tex/ * https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#tlportable...")
- 21:21, 16 October 2021 PeterHarding talk contribs created page DynamicDotNetTwain Links (Created page with " * http://www.dynamsoft.com/Products/.Net-TWAIN-Scanner-FAQ.aspx * http://stackoverflow.com/questions/26054319/capture-an-image-using-c-sharp * http://www.htmlgoodies.com/b...")
- 21:16, 16 October 2021 PeterHarding talk contribs created page Using Twitter API (Created page with " =References= * https://developer.apple.com/reference/social/slrequest * https://forums.developer.apple.com/thread/8615 * http://stackoverflow.com/questions/31280251/how-to-p...")
- 11:18, 12 September 2021 PeterHarding talk contribs created page Simplest Flask App (Created page with "Here is an example of a minimal Flask application <pre> </pre> Category:Flask")
- 15:53, 16 July 2021 PeterHarding talk contribs created page AWS Notes (Created page with " =Links= * https://digitalcloud.training/ecs-vs-ec2-vs-lambda/ * https://digitalcloud.training/amazon-s3-vs-ebs-vs-efs-comparing-aws-storage-services/ * https://digitalcloud....")
- 10:53, 8 July 2021 PeterHarding talk contribs created page React Notes (Created page with " * https://reactjs.org/docs/hooks-effect.html Category:React")
- 10:47, 8 July 2021 PeterHarding talk contribs created page Working with react-hook-form module (Created page with " +Links= * https://www.vcaa.vic.edu.au/Documents/exams/mathematics/2016/mm1_examrep16.pdf Category:React")
- 10:45, 8 July 2021 PeterHarding talk contribs created page Imaging AI (Created page with " =MyHeritage= * https://media-exp1.licdn.com/dms/image/C5622AQEo5xVrsqsSvQ/feedshare-shrink_2048_1536/0/1624933087410?e=1628121600&v=beta&t=MeRDB6nsAuPUwaV_2ug6jI7HYd2wTlV3Gs...")
- 10:43, 8 July 2021 PeterHarding talk contribs created page Category:Typescript (Created page with "Typescript links, references and notes...")
- 10:43, 8 July 2021 PeterHarding talk contribs created page React and Typescript (Created page with " =Links= * https://www.typescriptlang.org/play Category:React Category:Typescript")
- 10:41, 8 July 2021 PeterHarding talk contribs created page React Menus (Created page with "Implementing Nav menus in React. =Modules= * https://github.com/SUPPLYcom/react-mega-menu =Demos= ==Multi-Level Dropdown Menu with React== * https://fireship.io/lessons/d...")
- 09:54, 14 June 2021 PeterHarding talk contribs created page Working with SwiftUI (Created page with " * [https://developer.apple.com/documentation/swiftui/fruta_building_a_feature-rich_app_with_swiftui Fruta: Building a Feature-Rich App with SwiftUI] =AR= * [https://develop...")
- 16:27, 8 June 2021 PeterHarding talk contribs created page Category:Augmented Reality (Created page with "Category:Augmented Reality links, notes and references...")
- 16:26, 8 June 2021 PeterHarding talk contribs created page Getting Started with Augmented Reality (Created page with " =Links= * https://developer.apple.com/augmented-reality/quick-look/ * https://developer.apple.com/augmented-reality/arkit/ * https://www.udemy.com/topic/ARKit/ Categor...")
- 16:31, 7 June 2021 PeterHarding talk contribs created page Using React Hooks with Typescript (Created page with "OK here are some links: * https://react-redux.js.org/using-react-redux/usage-with-typescript * https://redux.js.org/recipes/usage-with-typescript * https://redux.js.org/recip...")
- 09:12, 28 April 2021 PeterHarding talk contribs created page Gatling Code Fragments (Created page with "=Approaches for Dynamic Feeder Assignment= From - https://stackoverflow.com/questions/24533162/gatling-dynamic-feed-selection Define data so: <pre> object Data { var gro...")
- 10:18, 15 April 2021 PeterHarding talk contribs created page Scala (Created page with "=Scala Notes= * https://en.wikipedia.org/wiki/Scala_(programming_language) Category:Scala")
- 09:55, 15 April 2021 PeterHarding talk contribs created page Gatling Notes (Created page with "=Links= * https://medium.com/@vl.gutov/gatling-custom-plugin-application-performance-testing-d652b1ef86d9 Category:Gatling Category:Scala")
- 08:35, 25 March 2021 PeterHarding talk contribs created page Category:MongoDB (Created page with "MongoDB notes, links and references...")
- 08:32, 25 March 2021 PeterHarding talk contribs created page MongoDB (Created page with "=Overview= = Links= * https://www.mongodb.com/ * https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/ * =Use with Python= * https://stackoverflow.com/qu...")
- 08:30, 25 March 2021 PeterHarding talk contribs created page Category:SPA (Created page with "Single Page App notes links and references...")
- 08:29, 25 March 2021 PeterHarding talk contribs created page React (Created page with "=Overview= =Links= * https://en.wikipedia.org/wiki/React_(JavaScript_library) * https://github.com/facebook/react * https://github.com/ReactTraining/react-router/tree/dev/...")
- 08:21, 25 March 2021 PeterHarding talk contribs created page Category:MQ (Created page with "MQ messaging notes, links and references...")
- 08:17, 25 March 2021 PeterHarding talk contribs created page MQ (Created page with "=Overview= =Links= * https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.pro.doc/q001020_.htm * https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8....")
- 08:14, 25 March 2021 PeterHarding talk contribs created page Category:Kafka (Created page with "Kafka notes, links and references...")
- 08:14, 25 March 2021 PeterHarding talk contribs created page Kafka (Created page with "=Overview= =Links= * https://kafka.apache.org/ * https://kafka-tutorials.confluent.io/ Category:Kafka")
- 08:10, 25 March 2021 PeterHarding talk contribs created page Category:Gatling (Created page with "Gatling notes, linmks and references...")
- 08:10, 25 March 2021 PeterHarding talk contribs created page Gatling (Created page with "=Overview= Category:Gatling")
- 08:10, 25 March 2021 PeterHarding talk contribs created page Docker (Created page with "=Docker= Category:Docker")
- 10:48, 14 November 2020 PeterHarding talk contribs created page Interesting React Examples (Created page with " * https://upmostly.com/tutorials/build-an-infinite-scroll-component-in-react-using-react-hooks Category:Examples Category:React Category:Javascript")