Search

James M Corey

age ~56

from Bothell, WA

Also known as:
  • James A Corey
  • James Mcorey
  • James Core
Phone and address:
21815 44Th Dr SE, Bothell, WA 98021

James Corey Phones & Addresses

  • 21815 44Th Dr SE, Bothell, WA 98021
  • Lynnwood, WA
  • Freehold, NJ
  • Beaverton, OR
  • Albuquerque, NM
  • Snohomish, WA

Isbn (Books And Publications)

Politics in America

view source

Author
James W. Corey

ISBN #
0132583690

License Records

James Corey

License #:
G300090T - Expired
Category:
Drinking Water Operator
Issued Date:
Jul 8, 1996
Expiration Date:
Jul 8, 2002
Type:
TO Class 3-Grandfathered
Name / Title
Company / Classification
Phones & Addresses
James Corey
Owner
Coreys Maintenance & Lawn
Lawn/Garden Services
4950 Knute Anderson Rd NW, Silverdale, WA 98383
James R. Corey
MM
Potomac Partners Management Consulting, LLC
Prof. Consulting/Electronic Commerce

Us Patents

  • Database System With Database Engine And Separate Distributed Storage Service

    view source
  • US Patent:
    20200327114, Oct 15, 2020
  • Filed:
    Jun 26, 2020
  • Appl. No.:
    16/914075
  • Inventors:
    - Seattle WA, US
    Neal Fachan - Seattle WA, US
    Samuel James McKelvie - Seattle WA, US
    Laurion Darrell Burchall - Seattle WA, US
    Christopher Richard Newcombe - Kirkland WA, US
    Pradeep Jnana Madhavarapu - Mountain View CA, US
    Benjamin Tobler - Seattle WA, US
    James McClellan Corey - Bothell WA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    G06F 16/23
    G06F 11/14
  • Abstract:
    A database system may include a database service and a separate distributed storage service. The database service (or a database engine head node thereof) may be responsible for query parsing, optimization, and execution, transactionality, and consistency, while the storage service may be responsible for generating data pages from redo log records and for durability of those data pages. For example, in response to a write request directed to a particular data page, the database engine head node may generate a redo log record and send it, but not the data page, to a storage service node. The storage service node may store the redo log record and return a write acknowledgement to the database service prior to applying the redo log record. The server node may apply the redo log record and other redo log records to a previously stored version of the data page to create a current version.
  • Memory-Based On-Demand Data Page Generation

    view source
  • US Patent:
    20180067662, Mar 8, 2018
  • Filed:
    Nov 13, 2017
  • Appl. No.:
    15/811583
  • Inventors:
    - Seattle WA, US
    James McCllelan Corey - Seattle WA, US
    Mustafa Abrar - Issaquah WA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    G06F 3/06
    G06F 17/30
  • Abstract:
    A data store maintaining data may implement memory-based on-demand data page generation. Log records may be maintained in system memory according to a version threshold for data pages of data stored in persistent storage. When a request for a version of a particular data page is received that is within the version threshold, the data page may be obtained from persistent storage and log records associated with the data page may be applied to the data page to generate the requested version of the data page. The version threshold for the data pages may change, and log records in system memory may be identified for coalesce operations. The coalesce operations may be efficiently performed (e.g., in the background), updating the data pages in persistent storage to include the changes of the identified log records and space in system memory for the identified log records may be reclaimed.
  • Variable Data Replication For Storage Implementing Data Backup

    view source
  • US Patent:
    20180046552, Feb 15, 2018
  • Filed:
    Oct 9, 2017
  • Appl. No.:
    15/728271
  • Inventors:
    - Seattle WA, US
    Anurag Windlass Gupta - Atherton CA, US
    Yan Valerie Leshinsky - Kirkland WA, US
    Samuel James McKelvie - Seattle WA, US
    James McClellan Corey - Bothell WA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    G06F 11/14
    G06F 17/30
  • Abstract:
    A log-structured data store implementing data backup may implement variable data replication. Write requests may be received at different storage nodes maintaining respective replicas of a portion of a log for data maintained in the log-structured data store. Log records indicating the write requests may be stored in the respective replicas of the log portions at the different storage nodes. The log records may be sent to a backup data store to be durability persisted as part of an archived version of the log. At some of the storage nodes, in response to determining that the log records have been durably persisted in the backup data store, storage space for the log records may be reclaimed. In other remaining storage nodes, the log records may be retained and made accessible for servicing read requests.
  • Hybrid Quorum Policies For Durable Consensus In Distributed Systems

    view source
  • US Patent:
    20170331883, Nov 16, 2017
  • Filed:
    Jul 31, 2017
  • Appl. No.:
    15/665080
  • Inventors:
    - Seattle WA, US
    Anurag Windlass Gupta - Atherton CA, US
    Pradeep Jnana Madhavarapu - Mountain View CA, US
    James McClellan Corey - Bothell WA, US
    Yan Valerie Leshinsky - Kirkland WA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    H04L 29/08
    H04L 29/06
  • Abstract:
    Hybrid quorum policies may be implemented for access requests to state maintained in a distributed system. An update to state maintained in a distributed system may be sent to multiple nodes in the distributed system maintain the state in order to satisfy a hybrid quorum policy for updating the state in the distributed system. The hybrid quorum policy may include individual quorum policies for multiple quorum sets including nodes of the distributed system. Acknowledgments received from nodes in the distributed system indicating that the update is performed may be evaluated according to the individual quorum policies to determine whether the hybrid quorum policy is satisfied. If the hybrid quorum policy is satisfied, then the update to the state may be considered durable.
  • Log-Structured Distributed Storage Using A Single Log Sequence Number Space

    view source
  • US Patent:
    20170132091, May 11, 2017
  • Filed:
    Jan 23, 2017
  • Appl. No.:
    15/413331
  • Inventors:
    - Seattle WA, US
    James McClellan Corey - Seattle WA, US
    Pradeep Jnana Madhavarapu - Mountain View CA, US
    Anurag Windlass Gupta - Atherton CA, US
    Benjamin Tobler - San Jose CA, US
    Samuel James McKelvie - Seattle WA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    G06F 11/14
    G06F 3/06
  • Abstract:
    A distributed database system may implement log-structured distributed storage using a single log sequence number space. A log for a data volume may be maintained in a log-structured distributed storage system. The log may be segmented across multiple protection groups according to a partitioning of user data for the data volume. Updates to the log may be assigned a log sequence number from a log sequence number space for the data volume. A protection group may be determined for an update according to which partition of user data space the update pertains. Metadata to be included with the log record may indicate a previous log sequence number of a log record maintained at the protection group. The log record may be sent to the protection group and identified as committed based on acknowledgments received from storage nodes implementing the protection group.
  • Database System With Database Engine And Separate Distributed Storage Service

    view source
  • US Patent:
    20170083565, Mar 23, 2017
  • Filed:
    Dec 5, 2016
  • Appl. No.:
    15/369681
  • Inventors:
    - Seattle WA, US
    NEAL FACHAN - SEATTLE WA, US
    SAMUEL JAMES MCKELVIE - SEATTLE WA, US
    LAURION DARRELL BURCHALL - SEATTLE WA, US
    CHRISTOPHER RICHARD NEWCOMBE - KIRKLAND WA, US
    PRADEEP JNANA MADHAVARAPU - MOUNTAIN VIEW CA, US
    BENJAMIN TOBLER - SEATTLE WA, US
    JAMES MCCLELLAN COREY - BOTHELL WA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    G06F 17/30
    G06F 11/14
  • Abstract:
    A database system may include a database service and a separate distributed storage service. The database service (or a database engine head node thereof) may be responsible for query parsing, optimization, and execution, transactionality, and consistency, while the storage service may be responsible for generating data pages from redo log records and for durability of those data pages. For example, in response to a write request directed to a particular data page, the database engine head node may generate a redo log record and send it, but not the data page, to a storage service node. The storage service node may store the redo log record and return a write acknowledgement to the database service prior to applying the redo log record. The server node may apply the redo log record and other redo log records to a previously stored version of the data page to create a current version.
  • Self-Describing Data Blocks Stored With Atomic Write

    view source
  • US Patent:
    20170031749, Feb 2, 2017
  • Filed:
    Oct 10, 2016
  • Appl. No.:
    15/289907
  • Inventors:
    - Seattle WA, US
    JAMES MCCLELLAN COREY - SEATTLE WA, US
    YAN VALERIE LESHINSKY - KIRKLAND WA, US
    PRADEEP JNANA MADHAVARAPU - MOUNTAIN VIEW CA, US
    SAMUEL JAMES MCKELVIE - SEATTLE WA, US
  • International Classification:
    G06F 11/07
    G06F 3/06
  • Abstract:
    Self-describing data blocks of a minimum atomic write size may be stored for a data store. Data may be received for storage in a data block of a plurality of data blocks at a persistent storage device that are equivalent to a minimum atomic write size for the persistent storage device. Metadata may be generated for the data that includes an error detection code which is generated for the data and the metadata together. The data and the metadata are sent to the persistent storage to device to store together in the data block. An individual atomic write operation may write together the data and the metadata in the data block. When accessed, the error detection code is applicable to detect errors. The metadata may also be applicable to determine whether the data is stored for a currently assigned purpose or a previously assigned purpose of the data block.
  • Efficient Garbage Collection For A Log-Structured Data Store

    view source
  • US Patent:
    20170024315, Jan 26, 2017
  • Filed:
    Oct 3, 2016
  • Appl. No.:
    15/284414
  • Inventors:
    - Seattle WA, US
    JAMES MCCLELLAN COREY - SEATTLE WA, US
    SAMUEL JAMES MCKELVIE - SEATTLE WA, US
    OSCAR RICARDO MOLL THOMAE - SEATTLE WA, US
    PRADEEP JNANA MADHAVARAPU - MOUNTAIN VIEW CA, US
  • Assignee:
    Amazon Technologies, Inc. - Seattle WA
  • International Classification:
    G06F 12/02
    G06F 17/30
  • Abstract:
    A log-structured data store may implement efficient garbage collection. Log records may be maintained in data blocks according to a log record sequence. Based, at least in part, on a log reclamation point, the log records may be evaluated to identify data blocks to reclaim that have log records in the log sequence prior to the log reclamation point. New versions of data pages updated by log records in the identified data blocks may be generated and stored in base page storage for the log structured data store. The identified data blocks may then be reclaimed for storing new data.

Lawyers & Attorneys

James Corey Photo 1

James Corey

Resumes

James Corey Photo 2

James Corey Greenville, NC

view source
Work:
SPIRIT AEROSYSTEMS

Apr 2012 to 2000
Inspector (A350) / Calibration Tech / Composite Material Investigation
HONEYWELL AEROSPACE
Rocky Mount, NC
May 2011 to Mar 2012
Mechanical Inspector / Incoming
TYCO ELECTRONICS
VARINA, NC, US
Sep 2010 to May 2011
Manufacturing Assoc. / Metering Technician
PAS USA, INC
Washington, NC
Jan 2010 to Aug 2010
Quality Technician
AMERICAN INCOME LIFE
Greenville, NC
2009 to 2010
Outside Sales
CANADIAN STANDARDS ASSOCIATION (CSA)
Broomall, PA
2006 to 2008
CSA Field Representative
UNDERWRITERS LABORATORIES INC. (UL)
Woodbridge, NJ
2000 to 2006
UL Field Representative
OMEGA ENGINEERING
Bridgeport, NJ
1998 to 2000
Quality Control Inspector
EMR SCHLUMBERGER
Princeton Junction, NJ
1996 to 1998
HANDOVER, MD
KULICKE & SOFFA IND
Willow Grove, PA
1995 to 1996
Product Process Specialist
CABOT MEDICAL
Langhorne, PA
1994 to 1995
Engineering lab Technician
CENTRAL SPRINKLER CORP
Lansdale, PA
1993 to 1994
QC Inspector / Calibration Tech
RETS Education Center (CHI Institute)
Broomall, PA
1991 to 1993
FULL TIME STUDENT
SKF AEROSPACE
Philadelphia, PA
1978 to 1991
QUALITY CONTROL GAGE ROOM INSPECTOR
Education:
NEW RIVER KINEMATICS (NRK) Institute
Williamsburg, VA
Nov 2014
Certificate
PITT COMMUNITY COLLEGE
Greenville, NC
2010
Certificate in Technology Course
JOHN QUICK SCHOOL
Raleigh, NC
2009
Insuranc Licenses in Sales
RETS Educational Ctr. (CHI Institute)
Broomall, PA
1991 to 1993
Associates in Electronic Engineering Technologies
DREXEL UNIVERSITY
1988
Business and Admin
James Corey Photo 3

James Corey Jackson, NJ

view source
Work:
RanDan Enterprise

Jun 2004 to Present
Seasonal Manager
St. Aloysius Church Carnival

2008 to 2012
Volunteer
New Jersey State Police
Sea Girt, NJ
Jun 2011 to Aug 2011
Internship
Ruby Tuesday
Ledgewood, NJ
Jan 2011 to Apr 2011
Server
Centenary College

2011 to 2011
Executive Member of the Council of Student Athletes
Centenary College

2009 to 2010
Centenary Student Government Vice President
Centenary College

2009 to 2009
Volunteer for Halloween Bash
Centenary College

2008 to 2009
Centenary Student Government Senator
Centenary College

2008 to 2008
Centenary Freshman Coordinator of Student Government
Education:
Centenary College
Hackettstown, NJ
2012
Bachelor of Arts in Criminal Justice and Minor in Business Management
Jackson Memorial High School
Jackson, NJ
2008
High School Diploma
James Corey Photo 4

James Corey

view source
Work:
City of Phoenix Police Department

1995 to Present
Detective Violent Crimes Bureau
City of Phoenix Police Department

1988 to Present
Arizona Foundation for Resource Education

Sep 2008 to Nov 2008
Consultant
Doctoral Candidate, Northern Arizona University

2003 to 2008
City of Phoenix Police Department

1988 to 1995
Police Officer
Western Savings & Loan Association

1985 to 1988
Assistant Branch Manager
Security Savings & Loan Association

1982 to 1985
Business Development Officer
Education:
Northern Arizona University
2008
Doctor of Education in Educational Leadership
Northern Arizona University
1999
Master of Education
Arizona State University
1983
Bachelor of Science in Physical Education

Myspace

James Corey Photo 5

James Corey

view source
Locality:
RUNNING SPRINGS, California
Gender:
Male
Birthday:
1946
James Corey Photo 6

james corey

view source
Locality:
New York, New York
Gender:
Male
Birthday:
1941
James Corey Photo 7

James Corey

view source
Locality:
Las Vegas, Nevada
Gender:
Male
Birthday:
1944
James Corey Photo 8

James Corey

view source
Locality:
TARBORO, North Carolina
Gender:
Male
Birthday:
1951
James Corey Photo 9

James Corey

view source
Locality:
BFE, Idaho
Gender:
Male
Birthday:
1929

Googleplus

James Corey Photo 10

James “N'” Corey

Tagline:
I right various scripts and screenplays as a hobby. I hope to have a job in some form of journalism. I hope to become a freelance writer as well.
Bragging Rights:
Surviving high school, applied to LSUS where I plan to major in journalism.
James Corey Photo 11

James Corey

Education:
Objetivo
James Corey Photo 12

James Corey

Tagline:
Loving Ann Arbor and Go Blue!
James Corey Photo 13

James Corey

James Corey Photo 14

James Corey

James Corey Photo 15

James Corey

James Corey Photo 16

James Corey

James Corey Photo 17

James Corey

Flickr

Plaxo

James Corey Photo 26

Corey James

view source
CanadaFilm Maker, Producer, Writer, Actor. at TIME KNOWS... I'm a film maker, writer, artist in several different mediums, actor and in my spare time a web designer. I'm a good guy who is family oriented and likes... I'm a film maker, writer, artist in several different mediums, actor and in my spare time a web designer. I'm a good guy who is family oriented and likes spending time with them and friends.
James Corey Photo 27

Corey James

view source
New York

Classmates

James Corey Photo 28

James McCoy (Corey)

view source
Schools:
Rock Point High School Burlington VT 1972-1976
Community:
Kimberly Bevins, Jody Taylor, Gene Fredette, Heidi Leroux, Jessie Beck
James Corey Photo 29

James Corey

view source
Schools:
Franklin Township High School Wanamaker IN 1963-1967
Community:
Laura Rush, Sharon Conover
James Corey Photo 30

James Corey

view source
Schools:
Clements High School Sugar Land TX 1983-1987
Community:
Jeff Reitmayer, John Gordon, Lena Smith, Kavan Yen
James Corey Photo 31

James Corey

view source
Schools:
Mt. Sterling High School Mt. Sterling KY 1952-1956
Community:
David Malone, Mary Brown, Dollie Deaton
James Corey Photo 32

James Corey

view source
Schools:
Skaneateles High School Skaneateles NY 1983-1987
Community:
Allen Stewart, Mary Groom
James Corey Photo 33

James Corey (Jim Corey)

view source
Schools:
Skaneateles High School Skaneateles NY 1961-1965
Community:
Allen Stewart, Mary Groom
James Corey Photo 34

James Corey

view source
Schools:
Fountain Central High School Veedersburg IN 1998-2002
Community:
Linda Carpenter, Mark Byers, Debbie Willett
James Corey Photo 35

James Corey

view source
Schools:
Homer L. Ferguson High School Newport News VA 1983-1987
Community:
Kevin Ledbetter, Ronald Fox

Youtube

james & corey dance-off xD

the legends that are mr james graham and mr corey jones having a dance...

  • Category:
    People & Blogs
  • Uploaded:
    08 Feb, 2009
  • Duration:
    2m 25s

BRAND NEW "10Things" YOU SHOULDN'T SAY OR DO ...

After a year, Dave and I decided to make another 10 things you shouldn...

  • Category:
    Education
  • Uploaded:
    21 Mar, 2010
  • Duration:
    3m 42s

Corey Taylor + Ronnie James Dio backstage at ...

Great interview with as Corey and Ronnie do only interview together EV...

  • Category:
    Music
  • Uploaded:
    15 Apr, 2010
  • Duration:
    4m

Right Foot Forward - Transworld Skateboarding

www.x-tremevideo... Transworld SKATEboarding proudly presents their 2...

  • Category:
    Sports
  • Uploaded:
    19 Aug, 2009
  • Duration:
    1m 56s

ESPN Presents - The Kobe Show (57 dunks from ...

Kobe - In My Life: youtube.com The Kobe Bryant Show - Highlights of 57...

  • Category:
    Sports
  • Uploaded:
    27 Aug, 2006
  • Duration:
    6m 10s

SLIPKNOT TO USE GRAMMY IN BATHROOM?

Slipknot have finally won their first grammy for Best Metal Performanc...

  • Category:
    News & Politics
  • Uploaded:
    03 May, 2007
  • Duration:
    2m 4s

Facebook

James Corey Photo 36

James Corey

view source
James Corey Photo 37

James Corey

view source
James Corey Photo 38

Brent James Corey James

view source
James Corey Photo 39

James Corey

view source
James Corey Photo 40

James Corey

view source
James Corey Photo 41

James Daniel Corey

view source
James Corey Photo 42

James Corey Smith

view source
James Corey Photo 43

James Corey

view source

Get Report for James M Corey from Bothell, WA, age ~56
Control profile