Michael D Gurevich

age ~46

from Pleasant Ridge, MI

Michael Gurevich Phones & Addresses

  • 12 Hanover Rd, Pleasant Rdg, MI 48069
  • Pleasant Ridge, MI
  • Marco Island, FL
  • San Francisco, CA
  • 1430 Gordon St, Redwood City, CA 94061 • 6505561237
  • 1454 Regent St, Redwood City, CA 94061 • 6505561237
  • Auburn Hills, MI

Work

  • Position:
    Building and Grounds Cleaning and Maintenance Occupations

Education

  • Degree:
    High school graduate or higher

Us Patents

  • Method And Apparatus For Data Item Movement Between Disparate Sources And Hierarchical, Object-Oriented Representation

    view source
  • US Patent:
    7111016, Sep 19, 2006
  • Filed:
    Nov 18, 2002
  • Appl. No.:
    10/299456
  • Inventors:
    Michael N. Gurevich - Walnut Creek CA, US
  • Assignee:
    Bank of America Corporation - Charlotte NC
  • International Classification:
    G06F 7/00
  • US Classification:
    707103R, 707 1, 705 1
  • Abstract:
    Data moves between multiple, disparate data sources and the object-oriented computer programs that process the data. A data access server is interposed between the object-oriented programs and the data sources, and acts as an intermediary. The intermediary server receives requests for data access from object-oriented computer programs, correlates each request to one or more interactions with one or more data sources, performs each required interaction, consolidates the results of the interactions, and presents a singular response to the requesting computer program. The consolidated response from the intermediary server contains data items requested by the computer program, information regarding the hierarchical topology that relates the data items, and an indication of the possible object types that might embody the data items. The application program receives the consolidated response and builds an object hierarchy to embody the data items and to interface them to the rest of the application program. The class of an object used to embody data items is selected at execution time from a list of possible candidates.
  • Methods And Apparatus For Message Oriented Invocation

    view source
  • US Patent:
    7900209, Mar 1, 2011
  • Filed:
    Apr 11, 2006
  • Appl. No.:
    11/403135
  • Inventors:
    Michael N. Gurevich - Walnut Creek CA, US
  • Assignee:
    Inventigo, LLC - Walnut Creek CA
  • International Classification:
    G06F 13/00
  • US Classification:
    719313, 719330
  • Abstract:
    The invention relates to data processing apparatus and methods for method oriented invocation (MOI) of data processing service modules. MOI Adapters and methods interface compound messages with service modules that process them, advantageously reducing memory and processing time utilization. Compound messages may be progressively parsed and processed, identifying the constituent information items needed by a service module and invoking the service module when all needed information items are available, without using resources to maintain and process superfluous message data. Multiple service modules may be addressed by a single MOI Adapter.
  • Method And Apparatus For Data Item Movement Between Disparate Sources And Hierarchical, Object-Oriented Representation

    view source
  • US Patent:
    7917538, Mar 29, 2011
  • Filed:
    Sep 14, 2006
  • Appl. No.:
    11/522028
  • Inventors:
    Michael N. Gurevich - Walnut Creek CA, US
  • Assignee:
    Bank of America Corporation - Charlotte NC
  • International Classification:
    G06F 7/00
    G06F 17/30
  • US Classification:
    707802
  • Abstract:
    Data moves between multiple, disparate data sources and the object-oriented computer programs that process the data. A data access server is interposed between the object-oriented programs and the data sources, and acts as an intermediary. The intermediary server receives requests for data access from object-oriented computer programs, correlates each request to one or more interactions with one or more data sources, performs each required interaction, consolidates the results of the interactions, and presents a singular response to the requesting computer program. The consolidated response from the intermediary server contains data items requested by the computer program, information regarding the hierarchical topology that relates the data items, and an indication of the possible object types that might embody the data items. The application program receives the consolidated response and builds an object hierarchy to embody the data items and to interface them to the rest of the application program. The class of an object used to embody data items is selected at execution time from a list of possible candidates.
  • Methods And Apparatus For Message Oriented Invocation

    view source
  • US Patent:
    8156506, Apr 10, 2012
  • Filed:
    Feb 28, 2011
  • Appl. No.:
    13/037004
  • Inventors:
    Michael N. Gurevich - Walnut Creek CA, US
  • Assignee:
    Inventigo, LLC - Walnut Creek CA
  • International Classification:
    G06F 13/00
  • US Classification:
    719313, 719330
  • Abstract:
    The invention relates to data processing apparatus and methods for method oriented invocation (MOI) of data processing service modules. MOI Adapters and methods interface compound messages with service modules that process them, advantageously reducing memory and processing time utilization. Compound messages may be progressively parsed and processed, identifying the constituent information items needed by a service module and invoking the service module when all needed information items are available, without using resources to maintain and process superfluous message data. Multiple service modules may be addressed by a single MOI Adapter.
  • Method And Apparatus For Secure Authentication And Sensitive Data Management

    view source
  • US Patent:
    20020178370, Nov 28, 2002
  • Filed:
    Dec 29, 2000
  • Appl. No.:
    09/751596
  • Inventors:
    Michael Gurevich - Walnut Creek CA, US
    Vit Kantor - Arlington Heights IL, US
  • International Classification:
    H04L009/00
  • US Classification:
    713/189000, 713/184000, 380/277000
  • Abstract:
    A method and apparatus for improved data management are described. In one embodiment, the method comprises generating a first key component, generating an encryption key using the first key component, a token key and a personal identification number (PIN), encrypting data using the encryption key, and sending the data encrypted with the encryption key to a server along with the first key component.
  • Computer Programming Object Externalization

    view source
  • US Patent:
    20050005264, Jan 6, 2005
  • Filed:
    Jul 29, 2004
  • Appl. No.:
    10/903650
  • Inventors:
    Michael Gurevich - Walnut Creek CA, US
    Aram Airapetian - Walnut Creek CA, US
  • International Classification:
    G06F009/44
  • US Classification:
    717116000, 717120000, 717108000
  • Abstract:
    Methods and apparatus are disclosed to facilitate and conduct the programming and implementation of object-oriented computer programs with improved object externalization and internalization. Program code allows an instance of a user-defined class to be viewed by other program elements as a block of memory containing one or more data items. The data items are the attributes of the object instance. An attribute map effectively describes the object instance by indicating, for example, the location of a particular attribute within the memory block. The attribute map may also directly or indirectly indicate, for example, the size of the attribute, the type of the attribute, and whether the attribute is rudimentary or aggregate in composition. Other program code, external to the object, uses a pointer to the object and the attribute map to externalize the object, i.e., transform the representation of an object to a secondary format. The secondary format may be used to convey the object outside the bounds of the program that contains it. Program code practicing the present invention makes a user-defined object more resilient to technology change. Because specific information about the external format used to represent the object is not integral to the object, a change in external format does not require a change to the object, and a class declaration (header) file for an object, together with its implementation file in executable form, can be made externalizable and internalizable to virtually an unlimited number of external formats.
  • Methods And Apparatus For Portable Object-Oriented Components

    view source
  • US Patent:
    20060010421, Jan 12, 2006
  • Filed:
    Sep 9, 2005
  • Appl. No.:
    11/222655
  • Inventors:
    Michael Gurevich - Walnut Creek CA, US
    Alexey Solofnenko - Concord CA, US
  • International Classification:
    G06F 9/44
  • US Classification:
    717107000
  • Abstract:
    Methods and apparatus are disclosed to facilitate and conduct the programming and implementation of object-oriented computer programs with improved object portability. In one embodiment, a portable component is created that has a pure object for performing desired data processing goals, such as accessing customer account information. The pure object is developed independently of a component system with which it may be deployed. The portable component also has a descriptor block for providing a description of the pure object's capabilities at execution time. The portable component is coupled at runtime with a technology adapter that mediates between the portable component and a particular component system so that the technology-independent portable component can be exercised by requests made to the particular component system. Elements disclosed for providing improved portability of programming objects may be individually, or in combination, provided to system developers and users by various means and methods. For example, the program code representation of a technology adapter may be provided on a transportable storage media such as CD ROM. Program code practicing the present invention makes a user-defined object more resilient to technology change. Because specific information about the component system for deploying the object is not integral to the object itself, a change to the component system does not necessitate a change to the object. Moreover, the same object can be deployed in multiple, disparate component systems simultaneously.
  • Methods And Apparatus For Message Oriented Invocation

    view source
  • US Patent:
    20060090155, Apr 27, 2006
  • Filed:
    Oct 12, 2005
  • Appl. No.:
    11/250059
  • Inventors:
    Michael Gurevich - Walnut Creek CA, US
  • International Classification:
    G06F 9/45
  • US Classification:
    717136000
  • Abstract:
    The invention relates to data processing systems and methods facilitating the creation of computer code files for making MOI Adapters that advantageously interface compound messages with service modules that process them. An MOI Controller Compiler utilizes multiple input data sources, correlates their contents as needed, and produces the computer code file. Data sources accessed by the MOI Controller Compiler provide information about the construction and content of a compound message, the interface for a service module, and possibly information about correspondences between components of the message and interface. The multiple input data sources may derive from a unified input file.
Name / Title
Company / Classification
Phones & Addresses
Michael Gurevich
Inventigo LLC
Software Development
1422 Whitecliff Way, Walnut Creek, CA 94596
Michael Gurevich
Sylvia USA LLC
Services
1405 Huntington Ave, South San Francisco, CA 94080
28015 Smyth Dr, Santa Clarita, CA 91355
2333 Ticonderoga Dr, San Mateo, CA 94402
Michael Gurevich
MIKES CELLULAR LLC
Michael Gurevich
President
AMBERWOOD CONCORD HOMEOWNERS' ASSOCIATION
3180 Crow Cyn Pl #100, San Ramon, CA 94583
PO Box 70008, Oakland, CA 94612
Michael A. Gurevich
Manager, President, Principal
Semax Transportation
Transportation Services · Taxi Service
640 Cesar Chavez, San Francisco, CA 94124
4152856945
Michael Gurevich
Forum - Millennium, LLC
28015 Smyth Dr, Santa Clarita, CA 91355
3297 Mt Diablo Blvd, Lafayette, CA 94549
PO Box 651, Belmont, CA 94002

Resumes

Michael Gurevich Photo 1

Michael Gurevich

view source
Michael Gurevich Photo 2

Michael Gurevich

view source
Michael Gurevich Photo 3

Michael Gurevich

view source
Michael Gurevich Photo 4

Michael Gurevich

view source
Location:
United States
Michael Gurevich Photo 5

Michael Gurevich

view source

Medicine Doctors

Michael Gurevich Photo 6

Michael I. Gurevich

view source
Specialties:
Psychiatry
Work:
Holistic MD
997 Gln Cv Ave, Glen Head, NY 11545
5166749489 (phone)
Education:
Medical School
Vilnius Univ, Med Fac, Vilnius, Lithuania (see 616 02)
Graduated: 1974
Conditions:
Anxiety Phobic Disorders
Bipolar Disorder
Depressive Disorders
Languages:
English
Russian
Description:
Dr. Gurevich graduated from the Vilnius Univ, Med Fac, Vilnius, Lithuania (see 616 02) in 1974. He works in Glen Head, NY and specializes in Psychiatry.

Googleplus

Michael Gurevich Photo 7

Michael Gurevich

Education:
State University of New York at Stony Brook - Biology (Neuro), Brandeis University - Neuroscience
Michael Gurevich Photo 8

Michael Gurevich

Tagline:
It is better to be truthful and good than to not.
Michael Gurevich Photo 9

Michael Gurevich

Michael Gurevich Photo 10

Michael Gurevich

Michael Gurevich Photo 11

Michael Gurevich

Michael Gurevich Photo 12

Michael Gurevich

Michael Gurevich Photo 13

Michael Gurevich

Michael Gurevich Photo 14

Michael Gurevich

Work:
Ilys - Software Architect

Youtube

Michelle Gurevich - First Six Months of Love

From the album New Decadence Follow: iTunes: .

  • Duration:
    4m 40s

Michelle Gurevich - Exciting Times [Full Album]

(test)

  • Duration:
    39m 50s

Michelle Gurevich - Lovers are Strangers

Follow: Spotify: .

  • Duration:
    5m 12s

Michelle Gurevich - Feel More

Desire doesn't change Not your status, not your age Only after a storm...

  • Duration:
    6m 28s

Michelle Gurevich - Fatalist Love

From the album Exciting Times. Shot by Lisa Bregneager and Robin Thoms...

  • Duration:
    4m 39s

Michelle Gurevich - Here's the Part

Lyrics: No one will ever know The life we shared The greatest romance ...

  • Duration:
    4m 29s

Myspace

Michael Gurevich Photo 15

michael Gurevich

view source
Locality:
Israel
Gender:
Male
Birthday:
1944
Michael Gurevich Photo 16

Michael Gurevich

view source
Gender:
Male
Birthday:
1955
Michael Gurevich Photo 17

Michael Gurevich

view source
Locality:
Holon, Israel
Gender:
Male
Birthday:
1955

Flickr

Classmates

Michael Gurevich Photo 26

Bryant College, Smithfiel...

view source
Graduates:
Michael Gurevich (1992-1996),
Kim Ross (1989-1993),
Amy McLaughlin (1996-1999),
Karl Almond (1984-1990)

Facebook

Michael Gurevich Photo 27

Michael Gurevich

view source
Michael Gurevich Photo 28

Michael Gurevich

view source
Michael Gurevich Photo 29

Michael Gurevich

view source
Michael Gurevich Photo 30

Michael Gurevich

view source
Michael Gurevich Photo 31

Michael Gurevich

view source
Michael Gurevich Photo 32

Michael Gurevich

view source
Michael Gurevich Photo 33

Michael Gurevich

view source
Michael Gurevich Photo 34

Michael Gurevich

view source

Get Report for Michael D Gurevich from Pleasant Ridge, MI, age ~46
Control profile