User contributions for PeterHarding
Jump to navigation
Jump to search
- 05:39, 17 October 2021 diff hist +536 C-Sharp Image Processing current
- 21:57, 16 October 2021 diff hist +80 N Node.js Notes Created page with " * http://news.rednode.cn/item/547d4c952defd64551072619 * Category:Node.js" current
- 21:56, 16 October 2021 diff hist +860 N Swift Extensions Created page with "These often provide a succinct way of cleanly extending existing classes. =PHAsset= From - http://stackoverflow.com/questions/27854937/ios8-photos-framework-how-to-get-the-..." current
- 21:55, 16 October 2021 diff hist +410 N Swift FAQ Created page with "=How do I do this in Swift 3?= == In draw() Related Methods== ===CGPointMake()=== Use of unresolved identifier 'CGPointMake' Use: <pre> CGPoint(x: 2.0, y:2.0) </pre> ==..." current
- 21:54, 16 October 2021 diff hist +318 N Swift Types Created page with " =Converting Arrays= <pre> if latitudeAll.count > 0 { let double = NSNumberFormatter().numberFromString(latitudeAll[0])?.doubleValue } </pre> if you want to convert a Do..." current
- 21:54, 16 October 2021 diff hist +242 N 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..." current
- 21:53, 16 October 2021 diff hist +515 N 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..." current
- 21:52, 16 October 2021 diff hist +702 N 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..." current
- 21:50, 16 October 2021 diff hist +377 N 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..." current
- 21:45, 16 October 2021 diff hist +13,993 N 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 # # #-------------------..." current
- 21:38, 16 October 2021 diff hist +8,938 N 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..." current
- 21:38, 16 October 2021 diff hist +115 N Website Examples Created page with " * https://www.packtpub.com/web-development/ext-js-4-first-look Category:Internet Category:Web Development" current
- 21:37, 16 October 2021 diff hist +47 N Category:Kodak Created page with "Kodak links, references, notes and resources..." current
- 21:37, 16 October 2021 diff hist +234 N 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_..." current
- 21:33, 16 October 2021 diff hist +334 N 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..." current
- 21:32, 16 October 2021 diff hist +228 N 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..." current
- 21:31, 16 October 2021 diff hist +460 N 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..." current
- 21:31, 16 October 2021 diff hist +4,272 N 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..." current
- 21:30, 16 October 2021 diff hist +182 N 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..." current
- 21:29, 16 October 2021 diff hist +333 Docker Notes current
- 21:28, 16 October 2021 diff hist +599 N 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..." current
- 21:27, 16 October 2021 diff hist +57 N Adding a MenuStrip to C Sharp Programs Created page with "Here is a shortcut: <pre> </pre> Category:C Sharp" current
- 21:27, 16 October 2021 diff hist +44 N Category:C Sharp Created page with "C# notes, links, references and resources..." current
- 21:26, 16 October 2021 diff hist +21 Using Timers in Dot.NET current
- 21:25, 16 October 2021 diff hist +321 N 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..." current
- 21:24, 16 October 2021 diff hist +171 N 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" current
- 21:23, 16 October 2021 diff hist +672 N 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...." current
- 21:22, 16 October 2021 diff hist +1,832 N 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..." current
- 21:21, 16 October 2021 diff hist +877 N 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..." current
- 21:19, 16 October 2021 diff hist +263 Cheat Sheets current
- 21:18, 16 October 2021 diff hist +79 Cheat Sheets
- 21:16, 16 October 2021 diff hist +767 N 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..." current
- 11:18, 12 September 2021 diff hist +83 N Simplest Flask App Created page with "Here is an example of a minimal Flask application <pre> </pre> Category:Flask" current
- 15:53, 16 July 2021 diff hist +242 N 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...." current
- 11:37, 8 July 2021 diff hist +73 React Notes
- 11:35, 8 July 2021 diff hist +174 React Notes
- 11:34, 8 July 2021 diff hist +140 React Notes
- 11:21, 8 July 2021 diff hist +68 React Notes
- 11:15, 8 July 2021 diff hist +65 React and Typescript current
- 11:00, 8 July 2021 diff hist +73 React and Typescript
- 10:55, 8 July 2021 diff hist +58 React and Typescript
- 10:54, 8 July 2021 diff hist +61 React and Typescript
- 10:53, 8 July 2021 diff hist +66 N React Notes Created page with " * https://reactjs.org/docs/hooks-effect.html Category:React"
- 10:52, 8 July 2021 diff hist +52 React and Typescript
- 10:51, 8 July 2021 diff hist +104 React and Typescript
- 10:48, 8 July 2021 diff hist +59 React and Typescript
- 10:47, 8 July 2021 diff hist +110 N 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" current
- 10:45, 8 July 2021 diff hist +225 N 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..." current
- 10:43, 8 July 2021 diff hist +41 N Category:Typescript Created page with "Typescript links, references and notes..." current
- 10:43, 8 July 2021 diff hist +91 N React and Typescript Created page with " =Links= * https://www.typescriptlang.org/play Category:React Category:Typescript"