Inventors list |
Assignees list |
Classification tree browser |
Top 100 Inventors |
Top 100 Assignees |
Vickers, US
Alexander Vickers, Irvine, TX US
| Patent application number | Description | Published |
|---|---|---|
| 20130055758 | REMOTELY ACTIVATED VIBRATING BODY PIERCING JEWELRY - A vibrating body jewelry item to be attached to either a pierced and unpierced body part of the user. Including a housing having a first and second section designed to create a cavity therein, with a power source, positioned within the cavity; a vibrating motor unit, coupled to the power source, and positioned within the cavity; and a control device, positioned within the cavity, coupled to the vibrating motor unit to control thereof, and coupled to the power source to receive power therefrom, having a signal receiving unit to receive control signals to turn on and off the vibrating motor unit. Wherein there is an attachment device, designed to couple the housing to the user. There is also an actuating device, remote from the housing, designed to send a signal to the signal receiving unit to activate and deactivate the vibrating motor. | 03-07-2013 |
| 20130060081 | SEGMENTED MASSAGE SYSTEM - A massage device with a first and second section, a vibration isolation device, positioned between the first and second section, designed to dampen vibrations occurring in the first section from fully impacting the second section. There is also a first and second vibrator motor positioned in the first and second section respectively, designed to be independently operated from each other. There is a first and second lubrication port, located in the first and second section respectively. There is a lubrication pump module located in the massage device, designed to independently provide lubrication to the first and second lubrication port. | 03-07-2013 |
Arthur Vickers, Redmond, WA US
| Patent application number | Description | Published |
|---|---|---|
| 20120330878 | CONVENTIONS FOR INFERRING DATA MODELS - A programming environment may use a set of conventions that may infer database objects from memory objects or memory objects from database objects. The inferred objects may be referenced and used in the programming environment after being created by the set of conventions. The set of conventions may be added to or modified to create different results that are inferred by the conventions. Some conventions may be dependent on other conventions, and the dependencies may be modified by reordering the conventions or otherwise redefining the dependencies. In some embodiments, a versioning system may manage different versions of the convention sets for various upgrade scenarios. | 12-27-2012 |
| 20130019225 | Incremental Inferences for Developing Data ModelsAANM PETERS; AndrewAACI SammamishAAST WAAACO USAAGP PETERS; Andrew Sammamish WA USAANM VICKERS; ArthurAACI RedmondAAST WAAACO USAAGP VICKERS; Arthur Redmond WA USAANM VEGA; DiegoAACI SammamishAAST WAAACO USAAGP VEGA; Diego Sammamish WA USAANM MILLER; RowanAACI KirklandAAST WAAACO USAAGP MILLER; Rowan Kirkland WA USAANM DERSTADT; JeffAACI SammamishAAST WAAACO USAAGP DERSTADT; Jeff Sammamish WA US - An application programming interface may alter the inferences made by a set of conventions that may infer database objects from memory objects in an application. The changes or overrides to the inferences may be applied when the application is executed and may cause the database objects to be created or organized in a different manner than when the original inferences were used. A configuration database may store the inferences and overrides, and may be referenced when the conventions are applied. The configuration database may be incrementally updated so that any changes or overrides are persisted to the next version of an application. | 01-17-2013 |
Arthur John Cerdic Vickers, Redmond, WA US
| Patent application number | Description | Published |
|---|---|---|
| 20120331013 | Object-Relational Mapped Database Initialization - A balance is provided between automation of repetitive database creation and configuration efforts, on the one hand, and flexibility to depart from prior configurations, on the other hand, to assist developers with aspects of database initialization. An application domain includes data context instances, database connections, object models mapped by an object-relational mapper, and database initializers. Upon the first attempted runtime use of a particular database connection—data context instance—object model combination, a database initializer is invoked. Initializers may check to see if the database exists, (re)generate a database and schema based on the object model, determine whether the database is compatible with the current object model, delete the database and its schema, seed data, modify database indexes, and/or migrate an existing database, for example. A custom initializer can run developer-supplied code as desired to place the database in a known state for use by the application. | 12-27-2012 |
| 20120331484 | Fluent API Patterns for Managing Object Persistence - Fluent API Patterns promote balance in managing object persistence. Code which obtains an object-relational mapper session contains API Patterns that manipulate persistence ignorant objects using calls to a fluent interface. When the developer's code executes, it may manipulate an object state, a property state, and/or a persistent relationship of the persistence ignorant object. The code may implement API Patterns such as find-change-save, current-value-original-value, nested-property, incremental-graph-load, incremental-graph-filtered-load, property-modification, dictionary, and/or other API Patterns. Additional examples of API Patterns include an API Pattern to read current, original, and database values for all properties of an entity; an API Pattern to set current and/or original values from another object; and an API Pattern to create a cloned object containing current, original, and/or database values. In any or all of these situations, the API Pattern calls to the fluent interface may be written in a strongly typed language. | 12-27-2012 |
| 20130018902 | TRANSLATING PROGRAMMING LANGUAGE PATTERNS INTO DATABASE SCHEMA PATTERNSAANM Vickers; Arthur John CerdicAACI RedmondAAST WAAACO USAAGP Vickers; Arthur John Cerdic Redmond WA USAANM Vega; Diego BernardoAACI SammamishAAST WAAACO USAAGP Vega; Diego Bernardo Sammamish WA USAANM Miller; Rowan LaurenceAACI KirklandAAST WAAACO USAAGP Miller; Rowan Laurence Kirkland WA USAANM Peters; Andrew JohnAACI SammamishAAST WAAACO USAAGP Peters; Andrew John Sammamish WA USAANM Laverty; Timothy A.AACI SeattleAAST WAAACO USAAGP Laverty; Timothy A. Seattle WA USAANM Derstadt; Jeffrey MichaelAACI SammamishAAST WAAACO USAAGP Derstadt; Jeffrey Michael Sammamish WA US - Techniques are described herein that are capable of translating programming language patterns into database schema patterns. Examples of a programming language pattern include but are not limited to a source code pattern, an intermediate language code pattern, metadata associated with a source code pattern, metadata associated with an intermediate language code pattern, or any combination thereof. The programming language patterns may define objects that are included in an object model. Database schema patterns that define a database are automatically (e.g., inferentially) created based on respective programming language patterns that define objects of an object model. The programming language patterns are automatically mapped to the respective database schema patterns. | 01-17-2013 |
Arthur John Cerdic Vickers, Issaquah, WA US
| Patent application number | Description | Published |
|---|---|---|
| 20100228761 | MAPPING FROM OBJECTS TO DATA MODEL - Aspects of the subject matter described herein relate to mapping from application objects to an abstract data model. In aspects, a mapper receives registrations that indicate behavior (e.g., how objects are constructed, modified, or examined) of application objects. The behavior may be specified using user-supplied expressions. The mapper aggregates this data and uses it to map application requests for data access into one or more operations that operate on the abstract data model. A data access layer may then translate the operations into actions to access data corresponding to the requests from a store. If appropriate, data obtained from the store may then be inserted into application objects as indicated by the registrations. | 09-09-2010 |
| 20120158764 | MAPPING FROM OBJECTS TO DATA MODEL - Aspects of the subject matter described herein relate to mapping from application objects to an abstract data model. In aspects, a mapper receives registrations that indicate behavior (e.g., how objects are constructed, modified, or examined) of application objects. The behavior may be specified using user-supplied expressions. The mapper aggregates this data and uses it to map application requests for data access into one or more operations that operate on the abstract data model. A data access layer may then translate the operations into actions to access data corresponding to the requests from a store. If appropriate, data obtained from the store may then be inserted into application objects as indicated by the registrations. | 06-21-2012 |
James Vickers, Media, PA US
| Patent application number | Description | Published |
|---|---|---|
| 20090267360 | PAWL ASSEMBLY - The present invention is directed to a pawl assembly that can be installed to the output shaft of a latch mechanism more easily, and in some embodiments without the use of tools, as compared to prior art pawls. | 10-29-2009 |
Jessica Holland Vickers, Jacksonville, FL US
| Patent application number | Description | Published |
|---|---|---|
| 20120279499 | Negative Pressure Intubation Device - This device is designed to be an alternative to the traditional conscious intubation with a cooperative patient. It harnesses the negative pressure created during inhalation and utilizes it to advance a guidewire into the trachea, which then allows for endotracheal intubation. The negative pressure created during a deep inhalation will force air through a hollow delivery tube and carry a Sail-tipped wire through the vocal cords and into the trachea. Once the wire has been deployed, a syringe is attached and air is inflated into the expandible polymer sail. This will expand the sail into a balloon shape, create traction against the walls of the trachea and secure the guide-wire. An endotracheal tube may then be advanced blindly, using the wire as a guide to correct tracheal position and the NPI device removed. | 11-08-2012 |
Julian A. Vickers, Chicago, IL US
| Patent application number | Description | Published |
|---|---|---|
| 20090188839 | Removal of Peroxide Impurities from Naphtha Stream - A method and apparatus for removing peroxides from an exposed naphtha stream is shown and described. The process includes the catalytic reactive oxygen stripping of peroxides thereby generating hydrocarbons and oxygen. Numerous conventional catalysts may be employed. The catalytic stripping reaction can be carried out at substantially lower temperatures than conventional reboiled oxygen strippers thereby resulting in substantial energy savings. Further, the disclosed reactor vessels are substantially smaller and less expensive to build than conventional oxygen stripper columns. The disclosed energy efficient reactive oxygen stripping process and equipment is intended to be utilized upstream of a naphtha hydrotreating unit. | 07-30-2009 |
Lee M. Vickers, Huntersville, NC US
| Patent application number | Description | Published |
|---|---|---|
| 20110008524 | Soft Chew Confectionary With High Fiber And Sugar Content And Method For Making Same - The confectionary product described herein has an enhanced solids and fiber content and the method described herein permits higher loading of fiber, sweetener and other solids in a soft chewy confectionary product. In another aspect, the product and method contemplate high loading fiber, solids and sweetener where the sweetener masks poor tasting active ingredients, such a vitamins and minerals. | 01-13-2011 |
Michael A. Vickers, Lebanon, MO US
| Patent application number | Description | Published |
|---|---|---|
| 20110121508 | AUXILIARY FEED CONVEYOR - Apparatus is disclosed for feeding sheets of paper printed by a printer to a sheet processing device, such as a print on demand (POD) book publishing system. The printer has a sheet discharge through which each sheet printed by the printer is discharged or ejected one sheet at a time. The printer heats the sheets to an elevated temperature as the sheets are printed, and the sheets printed by the printer and discharged from the printer carry a static electricity charge. The sheet processing device has a sheet infeed located at a location (height) different from the printer sheet discharge. The apparatus has a sheet conveyor that has an inlet, an outlet, and a conveyor path between the conveyor inlet and the conveyor outlet for conveying the sheets from the printer sheet discharge to the sheet processing device sheet infeed. The sheets are accumulated in a stack within the sheet processing device. The apparatus has at least one fan that blows air on each the sheet as the sheet is conveyed along the conveyor path so as to at least partially cool the sheet, and the apparatus has a static electricity eliminator located along the conveyor path for at least partially eliminating the static electricity from the sheets as they are conveyed from the printer to the sheet processing device such that as the sheets are accumulated in the stack they are sufficiently cooled and have sufficient static electricity removed therefrom so that the sheets may be uniformly stacked one on the other in the stack. | 05-26-2011 |
Michael T. Vickers, Charlotte, NC US
| Patent application number | Description | Published |
|---|---|---|
| 20090039172 | SPRAYER DOCKING STATION AND MONITORING SYSTEM - The improved sprayer system of the present invention utilizes a docking drogue and probe assembly to quickly and easily allow refilling of the sprayer tanks with a material from an enlarged nurse tank. The coupling of the drogue and probe allows for fluid communication, as well as electronic transmission of material data to a processor in the prime mover. This processor software also receives input regarding field data and crop data, as well as feedback data from the sprayer regarding the material application. A GPS system on the prime mover allows for tracking the spraying operation, while a time stamp in the processor software tracks the timing of the spraying operation. This system thus allows for accurate accountability and traceability for the use of materials during the spraying operation. | 02-12-2009 |
Robert Jason Vickers, Dayton, OH US
| Patent application number | Description | Published |
|---|---|---|
| 20080292604 | Canine probiotic lactobacilli - According to the invention there is provided a strain of lactic acid bacteria of the genus | 11-27-2008 |
| 20090010893 | Canine probiotic Bifidobacteria globosum - According to the invention there is provided a strain of lactic acid bacteria of the species | 01-08-2009 |
| 20090092585 | Canine probiotic bifidobacteria pseudolongum - According to the invention there is provided a strain of lactic acid bacteria of the species | 04-09-2009 |
| 20090136455 | Canine probiotic bifidobacteria pseudolongum - According to the invention there is provided a strain of lactic acid bacteria of the species | 05-28-2009 |
| 20090148409 | CANINE PROBIOTIC BIFIDOBACTERIA GLOBOSUM - According to the invention there is provided a strain of lactic acid bacteria of the species | 06-11-2009 |
| 20090148410 | CANINE PROBIOTIC BIFIDOBACTERIA PSEUDOLONGUM - According to the invention there is provided a strain of lactic acid bacteria of the species Bifidobacteria | 06-11-2009 |
| 20090169515 | Canine probiotic bifidobacteria globosum - According to the invention there is provided a strain of lactic acid bacteria of the species Bifidobacteria | 07-02-2009 |
| 20110189146 | Methods of Use of Probiotic Lactobacilli for Companion Animals - According to the present invention there are provided methods of use in companion animals of probiotic bacteria of the genus | 08-04-2011 |
Scott Vickers, Hernando, MS US
| Patent application number | Description | Published |
|---|---|---|
| 20090142385 | COMPOSITIONS FOR TREATING BONE DEFECTS - In certain described embodiments, implantable medical materials comprise a scaffolding material, a liquid organic binder, and entrapped calcium-containing particles. The medical materials can incorporate an osteoinductive factor such as a protein. The scaffolding material can bind the factor. In additional described embodiments, implantable medical materials include an osteoconductive scaffolding material, an incorporated osteoinductive factor, and a biodegradable barrier material effective to delay release of the factor from the scaffolding material. The scaffolding material can bind the factor. Also described a methods for preparing and implanting the described medical materials. | 06-04-2009 |
Scott Mitchell Vickers, Hernando, MS US
| Patent application number | Description | Published |
|---|---|---|
| 20110028393 | FLOWABLE PASTE AND PUTTY BONE VOID FILLER - The present invention provides a composition that may be used as an implant or a bone graft substitute or extender for filling voids and/or promoting fusion of osseous tissues. The implant may comprise ceramic granules such as calcium phosphate granules and one or more polysaccharide excipients, and may be in the form of a putty or flowable paste. Optionally, the implant may also comprise a growth factor such as a bone morphogenetic protein. | 02-03-2011 |
Selwyn M. Vickers, St. Paul, MN US
| Patent application number | Description | Published |
|---|---|---|
| 20120238529 | TRIPTOLIDE PRODRUGS - The invention provides compounds of formula (I): or a salt thereof. The invention also provides pharmaceutical compositions comprising a compound of formula I, processes for preparing compounds of formula I, intermediates useful for preparing compounds of formula I and therapeutic methods using the compounds of formula I. | 09-20-2012 |
