STRING TRIMMERS

Brand Owner (click to sort) Address Description
GRASS HOG BLACK & DECKER CORPORATION, THE MR-045 701 E. Joppa Road Towson MD 21286 string trimmers, namely, power-operated grass trimmers;GRASS HOG;GRASS;
GRASS HOG BLACK & DECKER CORPORATION, THE MR-045 701 E. Joppa Road Towson MD 21286 string trimmers, namely, power-operated grass trimmers;GRASS;
HP WCI OUTDOOR PRODUCTS, INC. 18013 CLEVELAND PARKWAY SUITE 100 CLEVELAND OH 441350920 string trimmers;
LOG HOG BLACK & DECKER CORPORATION, THE MR-045 701 E. Joppa Road Towson MD 21286 STRING TRIMMERS;
NOAH Nafziger, Dean 42 Willow Way Archbold OH 43502 string trimmers, and lawn mowers and attachments therefore;
NOAH GETS AROUND Nafziger, Dean 42 Willow Way Archbold OH 43502 string trimmers, and lawn mowers and attachments therefor;
NOAH MOWING SYSTEM Nafziger, Dean 42 Willow Way Archbold OH 43502 string trimmers, and lawn mowers and attachments therefor;Color is not claimed as a feature of the mark.;MOWING SYSTEM;
POULAN PRO HUSQVARNA HOLDING AB SE-561 82 HUSKVARNA Sweden STRING TRIMMERS, CHAIN SAWS, BLOWERS FOR CLEARING LEAVES AND OTHER DEBRIS;POULAN PROFESSIONAL;
POULAN PRO Aktiebolaget Electrolux S:t Göransgatan 143 Stockholm SE-10545 Sweden String trimmers, chain saws, blowers for clearing leaves and other debris;
 

Where the owner name is not linked, that owner no longer owns the brand

   
Technical Examples
  1. One embodiment of the present invention provides a system for implementing a string object defined in a programming language. Upon receiving characters to be embedded in the string object, the system allocates space for the string object that includes a header, which is appended to a character array of the string object. Next, the system copies the characters into the character array of the string object. The system also initializes the header by initializing a class pointer in the header to point to a class for the string object, and by initializing a length field in the header to specify a length for the string object. In this way, the string object remains compatible with previous implementations of the string object that use a character array that is separate from the string object.