Abdominal Hernia Appendicitis Breast Disorders Cholelethiasis or Cholecystitis Gastrointestinal Hemorrhage
Languages:
English Spanish
Description:
Dr. Robbins graduated from the Tulane University School of Medicine in 1988. He works in Royal Oak, MI and specializes in General Surgery. Dr. Robbins is affiliated with William Beaumont Hospital.
Greenville Health System University Medical GroupUniversity Medical Group CRS 60 Bear Dr, Greenville, SC 29605 (864)5221600 (phone), (864)5221618 (fax)
Education:
Medical School Tulane University School of Medicine Graduated: 1978
Procedures:
Destruction of Lesions on the Anus Hemorrhoid Procedures Colonoscopy Proctosigmoidoscopy Sigmoidoscopy
Conditions:
Anal Fissure Anal or Rectal Abscess Benign Polyps of the Colon Malignant Neoplasm of Colon Rectal, Abdomen, Small Intestines, or Colon Cancer
Languages:
English
Description:
Dr. Robbins graduated from the Tulane University School of Medicine in 1978. He works in Greenville, SC and specializes in Colon & Rectal Surgery. Dr. Robbins is affiliated with Greenville Memorial Hospital.
Medical School University of Tennessee College of Medicine at Memphis Graduated: 1969
Procedures:
Circumcision Cystoscopy Cystourethroscopy Kidney Stone Lithotripsy Prostate Biopsy Transurethral Resection of Prostate Urinary Flow Tests Vasectomy
Conditions:
Benign Prostatic Hypertrophy Bladder Cancer Calculus of the Urinary System Erectile Dysfunction (ED) Kidney Cancer
Languages:
English
Description:
Dr. Robbins III graduated from the University of Tennessee College of Medicine at Memphis in 1969. He works in Greenwood, MS and specializes in Urology. Dr. Robbins III is affiliated with Greenwood Leflore Hospital.
Dr. Robbins graduated from the Lake Erie College of Osteopathic Medicine, Erie Campus in 2008. He works in Magna, UT and specializes in Family Medicine. Dr. Robbins is affiliated with Intermountain Medical Center and Jordan Valley Medical Center-West Valley Campus.
Dr. Robbins graduated from the University of Iowa Carver College of Medicine in 2009. He works in Gilbert, AZ and specializes in Internal Medicine and Hospitalist. Dr. Robbins is affiliated with Banner Gateway Medical Center.
James L Robbins DMD Oral & Maxillofacial Surgery LLC 200 E State St STE 103, Media, PA 19063 (610)5657200 (phone), (610)5653770 (fax)
Procedures:
Periodontics
Conditions:
Tempromandibular Joint Disorders (TMJ)
Languages:
English
Description:
Dr. Robbins works in Media, PA and specializes in Oral & Maxillofacial Surgery. Dr. Robbins is affiliated with Crozer Chester Medical Center, Riddle Hospital and Thomas Jefferson University Hospital.
Newton Medical Group 180 Grand Ave STE 100, Oakland, CA 94612 (510)2084700 (phone), (510)2084710 (fax)
Newton Medical Group 2200 County Ctr Dr STE E, Santa Rosa, CA 95403 (707)5274172 (phone), (707)5274174 (fax)
Newton Medical Group 1111 Howe Ave STE 240, Sacramento, CA 95825 (916)7369716 (phone), (916)7369724 (fax)
Education:
Medical School Baylor College of Medicine Graduated: 1961
Languages:
English Spanish
Description:
Dr. Robbins graduated from the Baylor College of Medicine in 1961. He works in Oakland, CA and 2 other locations and specializes in Psychiatry and Neurology. Dr. Robbins is affiliated with Dignity Health Mercy General Hospital.
Report of the Trial of Castner Hanway for Treason, in the Resistance of the Execution of the Fugitive Slave Law of September 1850: Before Judges Grier and Kane, in the Circuit Court of the United Stat
Stacey Alan Barnes - Round Rock TX James C. Colson - Austin TX James Patrick Robbins - Austin TX
Assignee:
International Business Machines Corporation - Armonk NY
International Classification:
H04M 342
US Classification:
37921501, 379 8819, 37914208
Abstract:
Selective filtering of an incoming telephone call is provided wherein a caller ID information of a third party wishing to converse with a first party already engaged in conversation with a second party is retrieved. The priority level associated with the third party is then determined and compared to a priority level associated with the second party. In the event that the third party has a higher priority level than the second party, the first party is alerted to the occurrence of the incoming call. Alternatively, if the third party has a lower priority level than the second party, the incoming call to an alternate destination.
Bentley J. Hargrave - DeLand FL, US James P. Robbins - Austin TX, US
Assignee:
International Business Machines Corporation - Armonk NY
International Classification:
G06F 9/44 G06F 9/46
US Classification:
717166, 717120, 717175, 718102, 719332
Abstract:
Provided is a method for managing sets of OSGi bundles in a manner that enables a developer to control the order in which bundles are activated, both within and among OSGi start levels. Also provided is a method for eliminating multiple instances of the OSGi class loaders that are typically generated for each bundle. A bundle consolidator tool is provided that combines multiple bundles in a set of bundles into a master bundle that appears to the OSGi framework to be a single bundle. An activator method enables the developer to specify the order in which individual bundles are initiated and terminated. In addition, a single class loader thread is employed to activate the individual bundles. The bundle consolidator tool also analyzes the target bundles for name space collisions and, in the event a collision is detected, the tool is programmed to modify byte codes to eliminate the collision.
System And Method For Embedded Java Memory Footprint Performance Improvement
Janet Dmitrovich - Round Rock TX, US Philip Lee Langdale - Austin TX, US James Patrick Robbins - Austin TX, US William J. Tracey - Round Rock TX, US
Assignee:
International Business Machines Corporation - Armonk NY
International Classification:
G06F 9/45
US Classification:
717148, 717140, 717151, 717153
Abstract:
A system and method are provided to allow demand loading and discarding of Java executable image (JXE) files. The virtual machine allocates an address space for a requested JXE program. The read-only portion of the JXE file is memory mapped from its nonvolatile location to the allocated memory space using read-only mapping and the read/write section of the JXE file are loaded into memory. When a page of the JXE program is needed, a page fault occurs if the read-only portion has not been loaded into memory. The operating system's page fault handler retrieves the needed page(s) from the nonvolatile storage location based upon the mapping data that resulted from the previously performed memory mapping. Because the read-only section of the JXE file is memory mapped using read-only mapping, the operating system's paging process is free to discard previously loaded memory pages that contain read-only portions of the JXE file.
System And Method For Embedded Java Memory Footprint Performance Improvement
Janet Dmitrovich - Round Rock TX, US Philip Langdale - Austin TX, US James Robbins - Austin TX, US William Tracey - Round Rock TX, US
Assignee:
International Business Machines Corporation - Armonk NY
International Classification:
G06F007/00
US Classification:
707104100
Abstract:
A system and method are provided to allow demand loading and discarding of Java executable image (JXE) files. The virtual machine allocates an address space for a requested JXE program. The read-only portion of the JXE file is memory mapped from its nonvolatile location to the allocated memory space using read-only mapping and the read/write section of the JXE file are loaded into memory. When a page of the JXE program is needed, a page fault occurs if the read-only portion has not been loaded into memory. The operating system's page fault handler retrieves the needed page(s) from the nonvolatile storage location based upon the mapping data that resulted from the previously performed memory mapping. Because the read-only section of the JXE file is memory mapped using read-only mapping, the operating system's paging process is free to discard previously loaded memory pages that contain read-only portions of the JXE file.
System And Method For Jit Memory Footprint Improvement For Embedded Java Devices
Philip Langdale - Austin TX, US Mikael Orn - Phoenix AZ, US James Robbins - Austin TX, US William Tracey - Round Rock TX, US
Assignee:
International Business Machines Corporation - Armonk NY
International Classification:
G06F009/45
US Classification:
717148000
Abstract:
A system and method for reclaiming memory occupied by compiled code resulting from a Just-in-Time (JIT) compiler is provided. An address space used to store code resulting from a JIT compiler is memory mapped using a special filesystem. A map is maintained identify method name and corresponding JIT pages. When the memory manager needs more space, it requests that the special filesystem write the data from memory back to nonvolatile storage. The special filesystem acts as if the data was written. When the code is subsequently called, a page fault and an invalid operation exception occur and are handled. The data in the map is used to recompile the method to the same address space and the faulting instruction is re-executed.
Method For Enabling A Trusted Dialog For Collection Of Sensitive Data
The present invention is a method for enabling a trusted dialog for collection of sensitive data, including the steps of: storing a personal security token specified by a user; receiving an input dialog request from an application; determining whether the application is a signed application; and, if a determination is made that the application is a signed application, accessing the personal security token and allowing the input dialog to be displayed with the personal security token and signed application identification. The personal security token may be at least one of an audible recording or a set of vibratory motions.
Disaster Recovery Practice Mode For Application Virtualization Infrastructure
- Armonk NY, US Hugh E. Hockett - Raleigh NC, US Scott C. Moonen - Fuquay Varina NC, US James P. Robbins - Austin TX, US
International Classification:
G06F 11/22 G06F 11/263 G06F 3/06
Abstract:
Automatically managing an entire life-cycle of a practice failover. The system uses a virtualization management system that hosts one or more business applications which has capability and authority to manage both the application hosting infrastructure as well as the storage infrastructure that is used by the applications in a disaster recovery configuration. The set of applications is replicated along with an application platform together with the applications.
Disaster Recovery Practice Mode For Application Virtualization Infrastructure
- Armonk NY, US Hugh E. Hockett - Raleigh NC, US Scott C. Moonen - Fuquay Varina NC, US James P. Robbins - Austin TX, US
International Classification:
G06F 11/22 G06F 11/263 G06F 3/06
Abstract:
Automatically managing an entire life-cycle of a practice failover. The system uses a virtualization management system that hosts one or more business applications which has capability and authority to manage both the application hosting infrastructure as well as the storage infrastructure that is used by the applications in a disaster recovery configuration. The set of applications is replicated along with an application platform together with the applications.
This feels like a very serious breakdown, with little obvious room left for dialogue until the major powers find new space for compromise, the BBC's diplomatic correspondent, James Robbins, reports from New York.
Date: Sep 22, 2016
Category: World
Source: Google
Iran's recent actions raise uncertainty for nuclear deal
If the sanctions are lifted immediately that would be a great mistake the Iranians sense that they have a pretty strong hand in trying to get these things lifted immediately, said James Robbins, senior fellow at the American Foreign Policy Council.
James Robbins, interim director of the New Mexico Veterans Affairs medical center, told congressional staffers during last week's briefing he only learned of the practice recently, according to Lujan Grisham's office.
Authorities say 77-year-old James Robbins died in the fire, which was reported about 3 a.m. Saturday in St. Mary's. That's about 100 miles northeast of Pittsburgh. Robbins' 69-year-old wife, Joan, was able to escape the flames.
In a March 21 column, commentary writer James Robbins stated: "Of all the strained relationships in the Middle East, the partnership with Israel is the most important and potentially the most easily repaired. (President) Obama is not popular in the country."
The BBC's James Robbins, in Rome, says the ceremony will certainly be magnificent but perhaps more modest than in the past, with the Pope's profile more that of a global parish priest than a papal monarch.
Over the weekend, he will meet the world's media at a special papal audience, an opportunity perhaps to set out some of his global vision, says the BBC's diplomatic correspondent, James Robbins, in Rome.
Date: Mar 14, 2013
Source: Google
Nigeria deaths: UK hostage actions inexplicable - Italy president
The BBC's diplomatic correspondent James Robbins said the Italian government tended to be in favour of negotiating in hostage situations, while Britain was absolutely against formal government negotiations.