New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 06:50, 17 October 2021 Interesting Website Examples (hist | edit) [135 bytes] PeterHarding (talk | contribs) (Created page with " * http://archives.newyorker.com/?i=1994-04-11#folio=CV1 * http://www.newyorker.com/jigsaw Category:Examples Category:InfoInfo")
- 06:49, 17 October 2021 Java File IO (hist | edit) [2,081 bytes] PeterHarding (talk | contribs) (Created page with " Some examples from - http://stackoverflow.com/questions/326390/how-to-create-a-java-string-from-the-contents-of-a-file <pre> private String readFile( String file ) throws IO...")
- 06:45, 17 October 2021 REST in iOS (hist | edit) [153 bytes] PeterHarding (talk | contribs) (Created page with " * https://www.youtube.com/watch?v=KDgI-sFW7wQ REST API In Swift 3 And Xcode 8 Using URLSession And JSONSerialization Category:IOS Category:REST")
- 06:45, 17 October 2021 Working With NIB Files (hist | edit) [196 bytes] PeterHarding (talk | contribs) (Created page with " To access from a playground place the '.nib' file in the Resources directory. To generate a '.nib' file from a '.xib' file: <pre> ibtool input.xib --compile output.nib </pr...")
- 06:44, 17 October 2021 Visual FoxPro Resources (hist | edit) [129 bytes] PeterHarding (talk | contribs) (Created page with " * http://members.iinet.net.au/~angus/foxpro/ * http://atrey.karlin.mff.cuni.cz/~honza/interests.html Category:Visual FoxPro")
- 06:39, 17 October 2021 TeX Mathematics (hist | edit) [4,570 bytes] PeterHarding (talk | contribs) (Created page with " The classic Mathematics into Type, by Ellen Swanson (the AMS has made a PDF copy available [ftp://ftp.ams.org/pub/author-info/documentation/howto/mit-2.pdf here]), gives a go...")
- 06:39, 17 October 2021 C-Sharp - FolderDialog Issues (hist | edit) [6,417 bytes] PeterHarding (talk | contribs) (Created page with " The Browser Folder Dialog in ASP.NET 1.1 allows you to select a folder. There is a property, RootFolder, that allows you to select what folder is the root in the dialog. Th...")
- 06:38, 17 October 2021 USB Programming Notes (hist | edit) [194 bytes] PeterHarding (talk | contribs) (Created page with " * http://stackoverflow.com/questions/28940754/how-to-get-signals-from-a-scanner-connected-over-usb * http://www.florian-leitner.de/index.php/projects/usb-hid-driver-library/...")
- 06:37, 17 October 2021 Programming USB HID Devices (hist | edit) [415 bytes] PeterHarding (talk | contribs) (Created page with "=USB HID development in C#= * http://www.florian-leitner.de/index.php/projects/usb-hid-driver-library/ * http://www.florian-leitner.de/index.php/category/csharp/#usb-stuff *...")
- 06:36, 17 October 2021 DynamsoftDotNetTwain FAQ (hist | edit) [6,550 bytes] PeterHarding (talk | contribs) (Created page with " Programming Questions 1. How can I acquire black-white images? <pre> Twain1.OpenSource(); Twain1.IfShowUI = false; Twain1.IfDisableSourceAfterAcquire = true; Twain1.PixelTy...")
- 06:35, 17 October 2021 Angular Courses (hist | edit) [1,325 bytes] PeterHarding (talk | contribs) (Created page with "=Observations= The problem with the courses available is that, because of the rapid evolution of Angular, course material date quickly as they use approaches and components w...")
- 06:34, 17 October 2021 Angular Exercises (hist | edit) [143 bytes] PeterHarding (talk | contribs) (Created page with " * http://stackoverflow.com/questions/35340062/angular2-multiselect-checkboxes-only-latest-selected-values-is-getting-sub Category:Angular")
- 06:33, 17 October 2021 Angular Stuff (hist | edit) [4,493 bytes] PeterHarding (talk | contribs) (Created page with "=Misc Documentation= ==Angular2 Links== * http://juristr.com/blog/2016/06/ng2-getting-started-for-beginners/ * http://blog.thoughtram.io/angular/2016/06/14/routing-in-angula...")
- 06:32, 17 October 2021 Mucking around with ng-cli (hist | edit) [1,839 bytes] PeterHarding (talk | contribs) (Created page with " <pre> C:\src\Angular\plh01>cd tstr C:\src\Angular\plh01\tstr>npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents): npm WARN not...")
- 06:31, 17 October 2021 Angular Notes - Old (hist | edit) [999 bytes] PeterHarding (talk | contribs) (Created page with "=Getting across Angular= Angular2 -> Angular ==Links== Here where various source code lives: * https://github.com/angular ===Using the CLI=== * https://cli.angular.io/...")
- 06:30, 17 October 2021 Angular - Implementing a Tab Component (hist | edit) [113 bytes] PeterHarding (talk | contribs) (Created page with " * http://juristr.com/blog/2016/02/learning-ng2-creating-tab-component/ Category:Angular Category:WebDev")
- 06:29, 17 October 2021 Angular Router (hist | edit) [119 bytes] PeterHarding (talk | contribs) (Created page with " * https://medium.com/@blacksonic86/upgrading-to-the-new-angular-2-router-255605d9da26#.hx54qzv4y Category:Angular")
- 06:29, 17 October 2021 Angular Experiments (hist | edit) [1,962 bytes] PeterHarding (talk | contribs) (Created page with "Here is another go at implementing a simple Auth0 authenticated app <pre> > ng new Routes > cd Routes > npm install font-awesome --save > npm install auth0-lock --save > npm...")
- 06:28, 17 October 2021 Telerik Notes (hist | edit) [72 bytes] PeterHarding (talk | contribs) (Created page with " * https://github.com/DynamsoftRD?tab=repositories Category:Telerik")
- 06:27, 17 October 2021 Handling Scanner Button Actions (hist | edit) [1,629 bytes] PeterHarding (talk | contribs) (Created page with "I want to be able to respond programatically to the button on my Canon DR-M160 scanner. Here is the results of the initial research conducted. * http://scanbuttond.sourcefor...")
- 06:26, 17 October 2021 Online Barcode Generators (hist | edit) [94 bytes] PeterHarding (talk | contribs) (Created page with " * http://barcode.tec-it.com/ * http://www.qrcode-monkey.com/ QR Codes Category:Barcodes")
- 06:25, 17 October 2021 Barcode Generators (hist | edit) [85 bytes] PeterHarding (talk | contribs) (Created page with " * http://barcode.tec-it.com/ * http://www.qrcode-monkey.com/ Category:Barcodes")
- 06:24, 17 October 2021 Interesting Barcode Documents (hist | edit) [244 bytes] PeterHarding (talk | contribs) (Created page with "=Documents= * http://www.tec-it.com/download/PDF/Barcode_Reference_EN.pdf =Articles= * http://twainscanning.com/can-your-mobile-read-this-barcode/ * http://twainscanning.c...")
- 06:24, 17 October 2021 QR Code Links (hist | edit) [262 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://twainscanning.com/can-your-mobile-read-this-barcode/ * http://www.qrcode-monkey.com/ * http://www.zazzle.com/aileron_code_autosticker_car_bumper_sticker-1281...")
- 06:23, 17 October 2021 Barcode References (hist | edit) [1,448 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://en.wikipedia.org/wiki/Barcode * https://github.com/bwipp/postscriptbarcode Barcode Writer in Pure PostScript * https://github.com/metafloor/bwip-js Barcode...")
- 06:21, 17 October 2021 Configure Snort to Log Packets to MySQL (hist | edit) [2,780 bytes] PeterHarding (talk | contribs) (Created page with "Vincent Danen, TechRepublic Last week, we looked at setting up Snort (http://cgi.cnet.com.au/link/?id=22018), a Network Intrusion Detection System. Now we will look at conf...")
- 06:19, 17 October 2021 Add Meaning to Web Pages with Microformats (hist | edit) [6,446 bytes] PeterHarding (talk | contribs) (Created page with "Article by Tony Patton, TechRepublic One thing that makes the Web so interesting is that it's constantly changing, as new technologies and techniques are introduced on an alm...")
- 06:18, 17 October 2021 Moving to CSS-based Layouts with the YUI Library (hist | edit) [8,771 bytes] PeterHarding (talk | contribs) (Created page with "<i>by Tony Patton, TechRepublic</i> While initiating a recent project to make substantial changes to an existing Web application, it was decided to dump the table-based layou...")
- 06:13, 17 October 2021 CSharp Musings (hist | edit) [740 bytes] PeterHarding (talk | contribs) (Created page with " * [https://msdn.microsoft.com/en-us/library/6hws6h2t.aspx Developing Custom Windows Forms Controls with the .NET Framework] * [http://www.codeplex.com/wikipage?ProjectName=Cu...")
- 06:11, 17 October 2021 Getting Started with TWAIN (hist | edit) [86 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://twain.org/ =Notes= Category:TWAIN Category:Image Scanning")
- 06:10, 17 October 2021 Commercial Image Processing Products (hist | edit) [71 bytes] PeterHarding (talk | contribs) (Created page with " * Atalasoft * DynamSoft * GdPicture.NET Category:Image Processing")
- 06:08, 17 October 2021 Image Processing (hist | edit) [40 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= Category:Image Processing")
- 06:08, 17 October 2021 Imaging References (hist | edit) [1,480 bytes] PeterHarding (talk | contribs) (Created page with "=Misc Links= * http://www.adobe.com/devnet/pdf/pdf_reference.html * http://partners.adobe.com/public/developer/tiff/index.html * http://partners.adobe.com/public/developer/e...")
- 06:07, 17 October 2021 Misc Imaging Links (hist | edit) [350 bytes] PeterHarding (talk | contribs) (Created page with " * http://windows.podnova.com/trends/dynamsoft_.net_twain_torrent.html * http://www.codequora.com/questions/100284/how-do-i-check-if-the-scanner-is-plugged-in-c-net-twain * h...")
- 06:06, 17 October 2021 Kodak Imaging Links (hist | edit) [236 bytes] PeterHarding (talk | contribs) (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_...")
- 06:03, 17 October 2021 Microsoft VisualStudio (hist | edit) [201 bytes] PeterHarding (talk | contribs) (Created page with "= Overview = ... = Links = For more details see: * [http://en.wikipedia.org/wiki/Visual_Studio Wikipedia entry on Visual Studio] Category:IDE Category:Development...")
- 05:59, 17 October 2021 Document Management Links (hist | edit) [201 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.doclib.net/ * http://www.doclib.net/news-archive/1-latest/226-pics-doclib-document-management-application-leverages-dynamsoft-sdk.html Category:Document Manag...")
- 05:58, 17 October 2021 Curses Notes (hist | edit) [377 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://github.com/jmcb/python-pdcurses * http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html * http://sourceforge.net/projects/pyunicurses/ * http://so...")
- 05:56, 17 October 2021 WinForm Notes (hist | edit) [356 bytes] PeterHarding (talk | contribs) (Created page with " =Resizing Controls= * http://stackoverflow.com/questions/15131779/resize-controls-with-form-resize * http://www.codeguru.com/csharp/csharp/cs_misc/designtechniques/article.p...")
- 05:44, 17 October 2021 C Sharp (hist | edit) [86 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= =Links= Category:C Sharp Category:Dot.NET Category:Microsoft")
- 05:43, 17 October 2021 Working with Config Files in C Sharp (hist | edit) [107 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * http://www.codeproject.com/KB/cs/readwritexmlini.aspx Category:C Sharp Category:Dot.NET")
- 21:57, 16 October 2021 Node.js Notes (hist | edit) [80 bytes] PeterHarding (talk | contribs) (Created page with " * http://news.rednode.cn/item/547d4c952defd64551072619 * Category:Node.js")
- 21:56, 16 October 2021 Swift Extensions (hist | edit) [860 bytes] PeterHarding (talk | contribs) (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-...")
- 21:55, 16 October 2021 Swift FAQ (hist | edit) [410 bytes] PeterHarding (talk | contribs) (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> ==...")
- 21:54, 16 October 2021 Swift Types (hist | edit) [318 bytes] PeterHarding (talk | contribs) (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...")
- 21:54, 16 October 2021 Working with UIImage (hist | edit) [242 bytes] PeterHarding (talk | contribs) (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 Get EXIF Data from Image in Swift (hist | edit) [515 bytes] PeterHarding (talk | contribs) (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 Extending Swift Classes (hist | edit) [702 bytes] PeterHarding (talk | contribs) (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 Mouse and Keyboard Event Handling in C Sharp (hist | edit) [377 bytes] PeterHarding (talk | contribs) (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 Editing Parsing WhitePages Search Results HTML (hist | edit) [13,993 bytes] PeterHarding (talk | contribs) (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 # # #-------------------...")