Code Monkey home page Code Monkey logo

cheerfuldrill's Introduction

cheerfuldrill's People

Contributors

lewismoten avatar

Watchers

 avatar  avatar

cheerfuldrill's Issues

Data Tweak / Fix / Massage

Create an app that can run rules to refine the data that was extracted from text files pages. Rules such as - remove "Mr." "Dr." and other prefixes from names.

Identify unique records by key

Some records may be located in multiple places. Add support for a way to keep track of this so that the same data is not parsed multiple times.

Fix cross-thread issue copying extractors

Given at least one extractor exists
When starting to exctract
Then exception is thrown.

System.InvalidOperationException was unhandled by user code
HResult=-2146233079
Message=Cross-thread operation not valid: Control 'listView1' accessed from a thread other than the thread it was created on.
Source=System.Windows.Forms
StackTrace:
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.ListView.ListViewNativeItemCollection.DisplayIndexToID(Int32 displayIndex)
at System.Windows.Forms.ListView.ListViewNativeItemCollection.get_Item(Int32 displayIndex)
at System.Windows.Forms.ListView.ListViewNativeItemCollection.CopyTo(Array dest, Int32 index)
at System.Windows.Forms.ListView.ListViewNativeItemCollection.GetEnumerator()
at System.Windows.Forms.ListView.ListViewItemCollection.GetEnumerator()
at System.Linq.Enumerable.d__b11.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
at System.Linq.Enumerable.d__b11.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
at System.Linq.Enumerable.d__b11.MoveNext() at System.Collections.Generic.List1.InsertRange(Int32 index, IEnumerable1 collection) at System.Collections.Generic.List1.AddRange(IEnumerable1 collection) at LewisMoten.Spiders.CheerfulDrill.UI.Form1.Shake(IProgress1 progress, IEnumerable`1 extractors) in c:\Users\Lewis Moten\Documents\GitHub\CheerfulDrill\LewisMoten.Spiders.CheerfulDrill.UI\Form1.cs:line 88
at LewisMoten.Spiders.CheerfulDrill.UI.Form1.<>c__DisplayClass1.b__0() in c:\Users\Lewis Moten\Documents\GitHub\CheerfulDrill\LewisMoten.Spiders.CheerfulDrill.UI\Form1.cs:line 76
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
InnerException:

Change GUI to use MVP

Setup MVP to permit separation of logic from presentation, and allow for more testing.

Console app

Create a console app to run data parsing via command line.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.