Harvard Street Neighborhood Health Center 632 Blue Hl Ave, Boston, MA 02121 (617)8253400 (phone), (617)2654193 (fax)
Education:
Medical School University of Massachusetts Medical School Graduated: 1990
Conditions:
Fractures, Dislocations, Derangement, and Sprains Overweight and Obesity
Languages:
English Spanish
Description:
Dr. Zimmerman graduated from the University of Massachusetts Medical School in 1990. He works in Dorchester, MA and specializes in Internal Medicine and Pediatrics. Dr. Zimmerman is affiliated with Beth Israel Deaconess Medical Center West Campus, Boston Childrens Hospital, Boston Medical Center and Steward Carney Hospital.
Name / Title
Company / Classification
Phones & Addresses
Christopher Zimmerman
GLADSTONE SOLUTIONS, LLC
Christopher Zimmerman
CLERMONT PRODUCTIONS LLC
Us Patents
Method And System For Adding Application Defined Properties And Application Defined Property Sheet Pages
Christopher A. Zimmerman - Bellevue WA Christopher Lee Fraley - Woodinville WA John E. Elsbree - Redmond WA
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G09G 500
US Classification:
345777, 345762, 717 3
Abstract:
A method and system for adding application defined properties and application defined property sheet pages are provided. The application defined properties may be added to a list of system defined properties. Once added, the application defined properties may be displayed and edited. In addition, a user may select several object, display the properties common to all of the objects in a list, and edit the common properties. Moreover, application defined property sheet pages may be added to a set of system defined property sheet pages. A user may then display and edit the application defined property sheet pages. Also, a user may select several objects, display the properties common to all of the objects on a per-property browsing list, and edit the common properties. In addition, a user may select several objects, display the property sheet pages common to all of the objects, and edit the properties on these property sheet pages. Furthermore a user may switch between viewing a property in a list of properties and viewing a property on a property sheet page.
Per-Property Browser Having Property Browsing List With Drop List Button
Christopher A. Zimmerman - Bellevue WA, US Christopher Lee Fraley - Woodinville WA, US John E. Elsbree - Redmond WA, US
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G06F 3/048
US Classification:
715777, 715843
Abstract:
A method and system for adding application defined properties and application defined property sheet pages are provided. The application defined properties may be added to a list of system defined properties. Once added, the application defined properties may be displayed and edited. In addition, a user may select several objects, display the properties common to all of the objects in a list, and edit the common properties. Moreover, application defined property sheet pages may be added to a set of system defined property sheet pages. A user may then display and edit the application defined property sheet pages. Also, a user may select several objects, display the properties common to all of the objects on a per-property browsing list, and edit the common properties. In addition, a user may select several objects, display the property sheet pages common to all of the objects, and edit the properties on these property sheet pages. Furthermore a user may switch between viewing a property in a list of properties and viewing a property on a property sheet page.
Method And System For Dynamically Generating Object Connections
David S. Stutz - Redmond WA, US Christopher A. Zimmerman - Bellevue WA, US
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G06F 9/44
US Classification:
719315
Abstract:
A method and system for dynamically generating object connections is provided. In a preferred embodiment, a connection can be generated between a source object and a sink object using a connection point object. A source object has connection point objects where each connection point object corresponds to a particular interface. A sink object implements one or more notification interfaces for connecting to a source object. A connection point object of a source object can connect to multiple notification interfaces, which belong to one or more sink objects. A connection point object keeps track of pointers to the notification interfaces to which it has been connected. In order to generate a connection, a sink object requests from a sauce object a connection point object corresponding to a particular interface. The source object determines whether it supports such a connection point object, and if so returns a pointer to the connection point interface of the determined connection point object. The sink object then requests to be connected to the connection point object using the returned connection point interface pointer and passes a reference to a notification interface of the sink object corresponding to the particular interface.
Sony Computer Entertainment America Inc. - Foster City CA
International Classification:
A63F 13/00
US Classification:
463 25, 463 33
Abstract:
Methods and apparatus for selection of a target for attachment. In one implementation, a method of selecting a target for attachment by a moving character in a video game, wherein the character has a position and a velocity, includes: selecting one of a plurality of attachable objects as a candidate object, wherein each attachable object is of an object type from among one or more object types; determining if the candidate object is available according to the current position of the character and the object type of the candidate object; and if the candidate object is available, determining a cost for the candidate object according to the position and velocity of the character and the object type of the candidate object, wherein the cost represents an acceleration to attach the character to the candidate object.
Christopher A. Zimmerman - Bellevue WA Christopher L. Fraley - Woodinville WA
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G06F 946
US Classification:
709315
Abstract:
The present invention provides a control architecture that enables the sharing of controls between many containers. That is, the present invention provides for developing a control in such a manner that it may be used on dissimilar containers without modification. Thus, the control architecture of the present invention is a container independent control architecture that allows for the sharing of code. Since the container independent control architecture of the present invention provides for code sharing, the time required for developing controls and containers is reduced by the present invention. The present invention is utilized by splitting the functionality performed by a control into container dependent functionality and container independent functionality. After splitting the functionality, the present invention embodies the container independent functionality into a control and the container dependent functionality into an extended control. The present invention then combines the extended control and the control so as to appear as a single entity to the container.
Method And System For Dynamically Generating Object Connections
David S. Stutz - Redmond WA Christopher A. Zimmerman - Bellevue WA
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G06F 944
US Classification:
395700
Abstract:
A method and system for dynamically generating object connections is provided. In a preferred embodiment, a connection can be generated between a source object and a sink object using a connection point object. A source object has connection point objects where each connection point object corresponds to a particular interface. A sink object implements one or more notification interfaces for connecting to a source object. A connection point object of a source object can connect to multiple notification interfaces, which belong to one or more sink objects. A connection point object keeps track of pointers to the notification interfaces to which it has been connected. In order to generate a connection, a sink object requests from a source object a connection point object corresponding to a particular interface. The source object determines whether it supports such a connection point object, and if so returns a pointer to the connection point interface of the determined connection point object. The sink object then requests to be connected to the connection point object using the returned connection point interface pointer and passes a reference to a notification interface of the sink object corresponding to the particular interface.
Christopher Lee Fraley - Woodinville WA Christopher Alan Zimmerman - Bellevue WA
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G06F 930
US Classification:
709322
Abstract:
An object interface control system that provides a mechanism for identifying the functionality available at an interface separately from the interface itself. A COM implementation provides a new function call named QueryService which is similar to the existing QueryInterface function call. Services are defined which include a set of functionality. The set of functionality for a service is expressed through a family of interfaces. When requesting a pointer to a function using the QueryService call, one specifies the service name and the interface name. Different services may utilize the same interface. Different services may utilize the same interface through which each service provides different functionality. A QueryService function call may return a pointer to an interface on the same object to which the call was placed or it may return a pointer to an interface on a different object. Object identity is not assumed with the QueryService function call and hence queries for services can be easily delegated.
Method And System For Adding Application Defined Properties And Application Defined Property Sheet Pages
Christopher A. Zimmerman - Bellevue WA Christopher Lee Fraley - Woodinville WA John E. Elsbree - Redmond WA
Assignee:
Microsoft Corporation - Redmond WA
International Classification:
G06F 1300
US Classification:
345346
Abstract:
A method and system for adding application defined properties and application defined property sheet pages are provided. The application defined properties may be added to a list of system defined properties. Once added, the application defined properties may be displayed and edited. In addition, a user may select several objects, display the properties common to all of the objects in a list, and edit the common properties. Moreover, application defined property sheet pages may be added to a set of system defined property sheet pages. A user may then display and edit the application defined property sheet pages. Also, a user may select several objects, display the properties common to all of the objects on a per-property browsing list, and edit the common properties. In addition, a user may select several objects, display the property sheet pages common to all of the objects, and edit the properties on these property sheet pages. Furthermore a user may switch between viewing a property in a list of properties and viewing a property on a property sheet page.
Quantcast
Vice President of Engineering
Quantcast Aug 2018 - Jun 2019
Director of Engineering
Quantcast Mar 2016 - Aug 2018
Head of Engineering
Quantcast Jan 2013 - Mar 2016
Senior Engineering Manager
Quantcast Sep 2011 - Jan 2013
Engineering Manager
Education:
The George Washington University
Skills:
Software Engineering Large Scale Systems Scalability Distributed Systems Cloud Computing Big Data Bash High Performance Computing Software Development Hadoop Linux Python Perl Shell Scripting C++ Search Mobile Applications System Architecture Object Oriented Design Solaris Cat Herding
Sunset Park Elementary School Miami FL 1970-1977, Parents Cooperative School Jeddah Saudi Arabia 1976-1980, Maur Hill Preparatory Atchison KS 1980-1983
Community:
Gary Perez, Jeffrey Latz, Tom Clark, Angela Pratt
News
COVID wave washes over California. Some officials urge residents to mask up
"The current percent of COVID-19 positivity is higher than at any point last winter," according to Dr. Christopher Zimmerman of the Orange County Health Care Agencys Communicable Disease Control Division and Dr. Regina Chinsio-Kwong, the countys health officer.
Christopher Zimmerman, chairman of the Arlington County Board, said commuters should be concerned about any plan that might encourage solo driving. The special circumstance on I-95/395 is that the corridor is a national model for carpooling.
Date: Feb 05, 2011
Category: U.S.
Source: Google
Flickr
Googleplus
Christopher Zimmerman
Work:
Quantcast - Senior Engineer Six Apart Yahoo! Overture AltaVista
Christopher Zimmerman
Education:
Kansas State University - Music Education
About:
I am a Junior at Kansas State University. I am currently majoring in Music Education. For my EPortfolio please click on this link: Chris Zimmerman's Website
Tagline:
Let's see how this goes.
Bragging Rights:
Went on a date once. . . once.
Christopher Zimmerman
Christopher Zimmerman
Christopher Zimmerman
Christopher Zimmerman
Christopher Zimmerman
Christopher Zimmerman
Youtube
Christopher Zimmerman conducts excerpts from ...
Gustav Mahler / Symphony No.3 in D-Minor - excerpts The Hartt Symphony...
Category:
Music
Uploaded:
12 Sep, 2009
Duration:
9m 9s
Meeting Chris Zimmerman on Angel's Wings
A memorial video for Staff Sergeant Christopher Zimmerman who was kill...
Category:
People & Blogs
Uploaded:
07 Nov, 2006
Duration:
4m 58s
Chris Zimmerman at FSU
during fall 2008 orientation
Category:
Comedy
Uploaded:
15 Dec, 2008
Duration:
36s
Metro Board member Christopher Zimmerman on N...
Metro Board member Christopher Zimmerman speaks about the relaunch of ...
Category:
Travel & Events
Uploaded:
01 Jul, 2009
Duration:
1m 36s
CLE - Fairfax Symphony Nov 2010
November 1, 2010 - Maestro Christopher Zimmerman, conductor of the Fai...
Category:
Nonprofits & Activism
Uploaded:
17 Nov, 2010
Duration:
4m 30s
Christopher Zimmerman portrait_00021.w...
Texas Fallen Soldiers Project Portrait Presentation SSgt Christopher Z...