Search

Steven T Hobbs

age ~61

from Manchester, NH

Also known as:
  • Steven Thomas Hobbs
  • Stevent T Hobbs
  • Steve T Hobbs
  • Steve N Hobbs
  • Steven T Getz
Phone and address:
40 Holly St, Manchester, NH 03102
(603)6248294

Steven Hobbs Phones & Addresses

  • 40 Holly St, Manchester, NH 03102 • (603)6248294
  • Goffstown, NH
  • Derry, NH

Work

  • Company:
    Velcro usa - Manchester, NH
    Jul 1992
  • Position:
    Logistical cell operations

Education

  • School / High School:
    SOUTHERN NEW HAMPSHIRE UNIVERSITY- Manchester, NH
    2004
  • Specialities:
    BACHELOR OF SCIENCE in Business Administration, Magna Cum Laude

Skills

Knowledge of Microsoft Office programs; ... • fellow employees • supervisors • and customers; ability to relate to cowo...

Ranks

  • Licence:
    Virginia - Authorized to practice law
  • Date:
    1988

Industries

Accounting

Wikipedia References

Steven Hobbs Photo 1

Steven Hobbs (Murderer)

Us Patents

  • Insertion Of Prefetch Instructions Into Computer Program Code

    view source
  • US Patent:
    6675374, Jan 6, 2004
  • Filed:
    Oct 12, 1999
  • Appl. No.:
    09/416436
  • Inventors:
    John Samuel Pieper - Mont Vernon NH
    Steven Orodon Hobbs - Westford MA
    Stephen Corridon Root - Westboro MA
  • Assignee:
    Hewlett-Packard Development Company, L.P. - Houston TX
  • International Classification:
    G06F 945
  • US Classification:
    717141, 717131, 717142, 717154, 712235, 712237
  • Abstract:
    A technique is provided for inserting memory prefetch instructions only at appropriate locations in program code. The instructions are inserted into the program code such that, when the code is executed, the speed and efficiency of execution of the code may be improved, cache conflicts arising from execution of the prefetch instruction may be substantially eliminated, and the number of simultaneously-executing memory prefetch operations may be limited to prevent stalling and/or overtaxing of the processor executing the code.
  • Optimizing Compiler Using Templates Corresponding To Portions Of An Intermediate Language Graph To Determine An Order Of Evaluation And To Allocate Lifetimes To Temporary Names For Variables

    view source
  • US Patent:
    56131178, Mar 18, 1997
  • Filed:
    Apr 20, 1994
  • Appl. No.:
    8/231441
  • Inventors:
    Caroline S. Davidson - Hollis NH
    Richard B. Grove - Westford MA
    Steven O. Hobbs - Westford MA
  • Assignee:
    Digital Equipment Corporation - Maynard MA
  • International Classification:
    G06F 300
    G06F 500
  • US Classification:
    395708
  • Abstract:
    A compiler framework uses a generic "shell" and a generic back end (where the code generator is target-specific). The generic back end provides the functions of optimization, register and memory allocation, and code generation. The code generation function of the back end may be targeted for any of a number of computer architectures. A front end is tailored for each different source language, such as Cobol, Fortran, Pascal, C, C++, etc. The front end scans and parses the source code modules, and generates from them an intermediate language representation of the source code programs expressed in the source code. The intermediate language represents any of the source code languages in a universal manner, so the interface between the front end and back end is of a standard format, and need not be rewritten for each language-specific front end. A feature is a method for doing code generation using code templates in a multipass manner. The selection and application of code templates occurs at four different times during the compilation process: (1) A pattern select phase does a pattern match in a context pass to select the best code templates; (2) Tasks of the context pass use context actions of the selected templates to analyze the evaluation order to expressions and to allocate temporary names; (3) A bind pass uses the binding actions of the selected templates to allocate template names; (4) Finally, a code pass uses code generation actions of the selected templates to guide the generation of object code.
  • Compiler Back End Calling Predetermined Front End Routines That Use Effect And Dependency Indicators To Provide Information To The Compiler To Determine The Validity Of An Optimization

    view source
  • US Patent:
    54936756, Feb 20, 1996
  • Filed:
    May 26, 1994
  • Appl. No.:
    8/249670
  • Inventors:
    Robert N. Faiman - Wilton NH
    David S. Blickstein - Hudsoon NH
    Steven O. Hobbs - Westford MA
  • Assignee:
    Digital Equipment Corporation - Maynard MA
  • International Classification:
    G06F 300
    G06F 500
  • US Classification:
    395700
  • Abstract:
    A compiler framework uses a generic "shell" and a generic back end (where the code generator is target-specific). The generic back end provides the functions of optimization, register and memory allocation, and code generation. The code generation function of the back end may be targeted for any of a number of computer architectures. A front end is tailored for each different source language, such as Cobol, Fortran, Pascal, C, C++, etc. The front end scans and parses the source code modules, and generates from them an intermediate language representation of the source code programs expressed in the source code. The intermediate language represents any of the source code languages in a universal manner, so the interface between the front end and back end is of a standard format, and need not be rewritten for each language-specific front end. A feature is a mechanism for representing effects and dependencies in the interface between front end and back end. An element has an effect if it writes to memory, and has a dependency if it reads from a location which some other node may write to.
  • Software Mechanism For Accurately Handling Exceptions Generated By Instructions Scheduled Speculatively Due To Branch Elimination

    view source
  • US Patent:
    56279817, May 6, 1997
  • Filed:
    Jul 1, 1994
  • Appl. No.:
    8/270192
  • Inventors:
    Michael C. Adler - Lexington MA
    Steven O. Hobbs - Westford MA
    Paul G. Lowney - Concord MA
  • Assignee:
    Digital Equipment Corporation - Maynard MA
  • International Classification:
    G06F 938
  • US Classification:
    395582
  • Abstract:
    Methods for handling exceptions caused by speculatively scheduled instructions or predicated instructions executed within a computer program are described. The method for speculatively scheduled instructions includes checking at a commit point of a speculatively scheduled instruction, a semaphore associated with the speculatively scheduled instruction and branching to an error handling routine if the semaphore is set. A set semaphore indicates that an exception occurred when the speculatively scheduled instruction was executed. For a predicated instruction the method includes checking a predicate of an eliminated branch and a semaphore associated with the speculative instruction at a commit point of the speculative instruction and branching to an error handling routine if the semaphore indicates that an exception occurred when said speculative instruction was executed, and the predicate is true, which indicates that said speculative instruction was properly executed.
  • Software Mechanism For Accurately Handling Exceptions Generated By Instructions Scheduled Speculatively Due To Branch Elimination

    view source
  • US Patent:
    59238631, Jul 13, 1999
  • Filed:
    Oct 25, 1995
  • Appl. No.:
    8/548114
  • Inventors:
    Michael C. Adler - Lexington MA
    Steven O. Hobbs - Westford MA
    Paul Geoffrey Lowney - Concord MA
  • Assignee:
    Digital Equipment Corporation - Maynard MA
  • International Classification:
    G06F 938
  • US Classification:
    395392
  • Abstract:
    Methods for handling exceptions caused by speculatively scheduled instructions or predicated instructions executed within a computer program are described. The method for speculatively scheduled instructions includes checking at a commit point of a speculatively scheduled instruction, a semaphore associated with the speculatively scheduled instruction and branching to an error handling routine if the semaphore is set. A set semaphore indicates that an exception occurred when the speculatively scheduled instruction was executed. For a predicated instruction the method includes checking a predicate of an eliminated branch and a semaphore associated with the speculative instruction at a commit point of the speculative instruction and branching to an error handling routine if the semaphore indicates that an exception occurred when said speculative instruction was executed, and the predicate is true, which indicates that said speculative instruction was properly executed.
  • Software Mechanism For Accurately Handling Exceptions Generated By Speculatively Scheduled Instructions

    view source
  • US Patent:
    56340230, May 27, 1997
  • Filed:
    Jul 1, 1994
  • Appl. No.:
    8/270184
  • Inventors:
    Michael C. Adler - Lexington MA
    Steven O. Hobbs - Westford MA
    Paul G. Lowney - Concord MA
  • Assignee:
    Digital Equipment Corporation - Maynard MA
  • International Classification:
    G06F 930
    G06F 1516
  • US Classification:
    395591
  • Abstract:
    Methods for handling exceptions caused by speculatively scheduled instructions or predicated instructions executed within a computer program are described. The method for speculatively scheduled instructions includes checking at a commit point of a speculatively scheduled instruction, a semaphore associated with the speculatively scheduled instruction and branching to an error handling routine in the semaphore is set. A set semaphore indicates that an exception occurred when the speculatively scheduled instruction was executed. For a predicated instruction the method includes checking a predicate of a eliminated branch and a semaphore associated with the speculative instruction at a commit point of the speculative instruction and branching to an error handing routine if the semaphore indicates that an exception occurred when the speculative instruction was executed, and the predicate is true, which indicates that the speculative instruction was properly executed.
  • Reporting Delayed Coprocessor Exceptions To Code Threads Having Caused The Exceptions By Saving And Restoring Exception State During Code Thread Switching

    view source
  • US Patent:
    51971380, Mar 23, 1993
  • Filed:
    Dec 26, 1989
  • Appl. No.:
    7/457144
  • Inventors:
    Steven O. Hobbs - Westford MA
    Hai Huang - Nashua NH
  • Assignee:
    Digital Equipment Corporation - Maynard MA
  • International Classification:
    G06F 900
    G06F 946
    G06F 1516
    G06F 15347
  • US Classification:
    395375
  • Abstract:
    Save-Exception-State and Restore-Exception-State primitives are defined in the operating system and are used to confine the reporting of delayed asynchronous coprocessor exceptions to the respective code threads that generate the exceptions. The Save-Exception-State primitive saves the coprocessor exception state pertinent to the currently executed code thread, and the Restore-Exception-State primitive restores a selected one of the exception states having been saved. The Save-Exception-State primitive synchronizes the coprocessor, disables use of the coprocessor, saves any pending coprocessor exception state into memory, and clears the coprocessor exception state information from the coprocessor or a "thread descriptor" area of memory allocated to the current code thread. The Restore-Exception-State primitive synchronizes the coprocessor, disables use of the coprocessor, reports any pending exceptions in the coprocessor, and restores the saved exception state into a respective code thread descriptor in memory allocated to the code thread having generated the saved exception state information. The restored exception state is reported by a "Coprocessor-Disabled" exception handler that checks for any exceptions pending in the coprocessor or thread descriptor, when necessary stores the coprocessor state information from the process which last executed a coprocessor instruction, when necessary retrieves the coprocessor state information for the current process, reports any pending exceptions, and reenables use of the coprocessor.

Lawyers & Attorneys

Steven Hobbs Photo 2

Steven Henry Hobbs - Lawyer

view source
Licenses:
Virginia - Authorized to practice law 1988
Steven Hobbs Photo 3

Steven Hobbs - Lawyer

view source
ISLN:
1000974438
Admitted:
2020
Steven Hobbs Photo 4

Steven Hobbs - Lawyer

view source
Specialties:
Corporate Law
Mergers and Acquisitions
Securities
ISLN:
906452439
Admitted:
1984
University:
Cornell University, B.A., 1980
Law School:
Georgetown University Law School, J.D., 1983
Name / Title
Company / Classification
Phones & Addresses
Steven John Hobbs
SECRETARY
Oyster Marine Limited
SALE OF BOATS OF ALL KIDS AND DESCRIPTIONS PAR VALUE OF AUTHORIZED SHARES IS 1 GBP PAR
Steven J. Hobbs
Founder
Concord Geotech Services, LLC
Engineering Services Whol Industrial Equipment
17 Ffrost Dr, Durham, NH 03824
Steven G. Hobbs
RACE MARKETING ENTERPRISES INC

Resumes

Steven Hobbs Photo 5

Accounting Manager At Icat

view source
Position:
Accounting Manager at iCat
Location:
Boulder, Colorado
Industry:
Accounting
Work:
iCat since Jul 2010
Accounting Manager

Local Insight Media Jun 2008 - Jul 2010
Accounting Manager

QBE Mar 1999 - Feb 2008
Senior Financial Accountant
Education:
Macquarie University 1998 - 2000
B Commerce, Accounting
Steven Hobbs Photo 6

Steven Hobbs Manchester, NH

view source
Work:
VELCRO USA
Manchester, NH
Jul 1992 to Dec 2013
LOGISTICAL CELL OPERATIONS
VELCRO USA
Manchester, NH
PS LINE TEAM MEMBER
Education:
SOUTHERN NEW HAMPSHIRE UNIVERSITY
Manchester, NH
2004
BACHELOR OF SCIENCE in Business Administration, Magna Cum Laude
HESSER COLLEGE
Manchester, NH
2000
ASSOCIATES DEGREE in Business Administration
Skills:
Knowledge of Microsoft Office programs; communication skills with public, fellow employees, supervisors, and customers; ability to relate to coworkers in a close environment; excellent written communication skills; commitment to continued training and learning; and willingness to take instruction and responsibility. Previous fork lift certification.

Classmates

Steven Hobbs Photo 7

Steven Hobbs

view source
Schools:
Symsonia High School Symsonia KY 1976-1980
Community:
Theresa Keeling, Jerry Bill
Steven Hobbs Photo 8

Steven Hobbs

view source
Schools:
Nichols Elementary School Bakersfield CA 1966-1972, Chipman Junior High School Bakersfield CA 1973-1974, Highland High School Bakersfield CA 1974-1978
Community:
Suzan Wilson, Sheryl Graab
Steven Hobbs Photo 9

Steven Hobbs

view source
Schools:
Dublin High School Dublin CA 1976-1980
Community:
James Castillo, Jennifer Ross, Robyn Hardman
Steven Hobbs Photo 10

Steven Hobbs

view source
Schools:
De La Salle High School Minneapolis MN 1966-1970
Community:
John Wolinski, Chris Sager, Terrence Johnson, Patricia Erickson
Steven Hobbs Photo 11

Steven Hobbs

view source
Schools:
Conval Regional High School Peterborough NH 1990-1994
Community:
Amy Laber, Jerry Ambroze
Steven Hobbs Photo 12

Steven Hobbs

view source
Schools:
Red Lion Christian Academy Bear DE 1977-1981
Steven Hobbs Photo 13

Steven Hobbs

view source
Schools:
Meadowdale High School Dayton OH 1969-1973
Community:
Damon Stewart, Patricia Brannen, Fran Gensler
Steven Hobbs Photo 14

Steven Hobbs

view source
Schools:
Hillsborough High School Hillsborough NJ 1993-1997
Community:
Billy Tacky, Kelsey Cunningham, Jim Godfrey

Facebook

Steven Hobbs Photo 15

Steven Hobbs

view source
Steven Hobbs Photo 16

Steven Mathew Hobbs

view source
Steven Hobbs Photo 17

Steven Hobbs

view source
Steven Hobbs Photo 18

Steven Hobbs

view source
Steven Hobbs Photo 19

Steven Duane Hobbs

view source
Steven Hobbs Photo 20

Steven Hobbs

view source
Steven Hobbs Photo 21

Steven Alexander Hobbs

view source
Steven Hobbs Photo 22

Steven Hobbs

view source

Youtube

Steven Alexander Hobbs sentenced to two life-...

A former security guard accused of preying on sex workers in east Harr...

  • Duration:
    2m 5s

Incumbent Secretary of State Steve Hobbs talk...

Either incumbent Steve Hobbs or Nonpartisan challenger Julie Anderson ...

  • Duration:
    3m 55s

Convicted serial killer Steven Hobbs listens ...

Hobbs pleaded guilty to the murders of Patricia Pyatt and Sara Sanford...

  • Duration:
    24s

Full Debate for Washington Secretary of State...

Washington voters will soon decide whether to elect their first Democr...

  • Duration:
    54m 11s

Suspected serial killer in court

Suspected serial killer Steven Alexander Hobbs was in court Wednesday,...

  • Duration:
    2m 43s

Sen. Steve Hobbs leading in race for Washingt...

Sen. Steve Hobbs is attempting to hang on to the office for the remain...

  • Duration:
    1m 53s

Myspace

Steven Hobbs Photo 23

Steven Hobbs

view source
Locality:
Spencer, Indiana
Gender:
Male
Birthday:
1944
Steven Hobbs Photo 24

Steven Hobbs

view source
Locality:
MOORESVILLE, NORTH CAROLINA
Gender:
Male
Birthday:
1948
Steven Hobbs Photo 25

Steven Hobbs

view source
Locality:
Podlaskie, Poland
Gender:
Male
Birthday:
1944
Steven Hobbs Photo 26

Steven Hobbs

view source
Locality:
Chicago, Illinois
Gender:
Male
Birthday:
1930
Steven Hobbs Photo 27

Steven Hobbs

view source
Locality:
where i live, Tennessee
Gender:
Male
Birthday:
1952
Steven Hobbs Photo 28

steven hobbs

view source
Locality:
GOLDEN ROASTY, Queensland
Gender:
Male
Birthday:
1948

Googleplus

Steven Hobbs Photo 29

Steven Hobbs

Education:
Benowa - TROLLIN
Tagline:
CLASSIC! HOW YE GOIN!
Steven Hobbs Photo 30

Steven Hobbs (Killki101)

Steven Hobbs Photo 31

Steven Hobbs

Tagline:
Really?
Steven Hobbs Photo 32

Steven Hobbs

Steven Hobbs Photo 33

Steven Hobbs

Steven Hobbs Photo 34

Steven Hobbs

Steven Hobbs Photo 35

Steven Hobbs

Steven Hobbs Photo 36

Steven Hobbs

Flickr

News

Giant Crater Is Next Mars Rover Landing Site

view source
  • Images: 1) Gale Craters topography with an oval representing the region Curiosity might land. (NASA) 2) The Curiosity rover, formerly called the Mars Science Laboratory or MSL. (NASA/JPL-Caltech) 3) Illustration of Gale Crater. (Steven Hobbs)
  • Date: Jul 22, 2011
  • Category: Sci/Tech
  • Source: Google

Plaxo

Steven Hobbs Photo 45

steven hobbs

view source
Director at Hobbs Plumbing & Heating Ltd

Get Report for Steven T Hobbs from Manchester, NH, age ~61
Control profile