The present disclosure relates to modification of information on a file. In particular, the present disclosure relates to modification of address information on a file.
Embedding a document file, such as a file in a portable document format (.pdf), in software applications and websites has proven to be an effective technique for sharing information with users of the software applications and visitors of the websites. However, when the information in the embedded document file becomes obsolete, the document file may need to be regenerated. If the information shared by the document file is similar, but not identical depending on target users and/or target subjects/objects of interests, the document file may need to be generated for each user/subject/object. Such regeneration of the document file or each generation of the document file for each user/subject/object using document creation/modification software is cumbersome and time consuming. Thus, more effective and efficient document modification and/or updating methods and tools are desired.
Various embodiments of the present disclosure will be explained below in detail with reference to the accompanying drawings. The following detailed description refers to the accompanying drawings that show, by way of illustration, specific aspects and embodiments of the disclosure. The detailed description includes sufficient detail to enable those skilled in the art to practice the embodiments of the disclosure. Other embodiments may be utilized, and structural, logical, and electrical changes may be made without departing from the scope of the present disclosure. The various embodiments disclosed herein are not necessary mutually exclusive, as some disclosed embodiments can be combined with one or more other disclosed embodiments to form new embodiments. Thus, the following more detailed description of the embodiments of the systems, methods, and apparatuses is not intended to limit the scope of the disclosure, but is merely representative of possible embodiments of the disclosure. In some cases, well-known structures, materials, or operations are not shown or described in detail.
The present disclosure provides various embodiments of replacing file location information in a document file. According to various embodiments, a portion of a file location information, such as a path, a combination of a path and a portion of a file name in a document file or a data file may be updated. For example, updating from an old path to a new path, updating a temporary path and a temporary file name to an actual path, or updating to a path name and a file name specific to a category or specific to a user may be performed. Without activating an application that accesses a complex file, such as a portable document file with a file extension .pdf, the file location information may be updated throughout the complex file, and/or across complex files.
The processor 104 may include hardware for executing instructions, such as those stored in the program memory 114 of the storage 112. The program memory 114 may include executable instructions that may be executed by the processor 104. In some embodiments, the executable instructions stored in the program memory 114 may include executable instructions for receiving path_2116, executable instructions for reading text data in file 118, executable instructions for detecting a file location identifier including path_1120, and executable instructions for replacing path_1120 with path_2122. In some embodiments, the executable instructions stored in the program memory 114 may be implemented as a file including a script code that executes file editing commands.
The processor 104 may perform replacement of path in a link in a file stored in the storage 112 from an old path PATH_1 to a new path PATH_2. For example, the file stored in the storage 112 may be a document file 128 or a data sheet 126. In some embodiments, the document file 128 may be a word format file with a file extension, such as .doc, .docx, .dot, a portable document file with a file extension .pdf, etc. In some embodiments, the data sheet 126 may have a file extension .xls. However, the file may be any file that includes text strings. In
The path in the link is replaced with the new path PATH_2 that is a path indicative of a file location on the server 130b. After the replacement, the document file 128 may include a link to a target document file 132b and the data sheet 126 may include a link to a target data file 134b on the server 130b. In some embodiments, the server 130b may be a new server where these target data and document files are transferred to. In some embodiments, the server 130b may be a real server and the new path PATH_2 may be an actual path. In some embodiments, the new path PATH_2 may be provided from another application in the system 102. In some embodiments, the new path PATH_2 may be provided from another application on another computer that updates a path as a part of updating a system, which may be communicated via one of the communication devices 108. In some embodiments, the new path PATH_2 may be provided by an operator that may manually enter the new path PATH_2 using one of the user interface devices 106.
The processor 104 may perform the executable instructions for reading text data in file 118 on the system 102. The processor 104 may open the file in step 206. For example, the file may be the document file 128 or the data sheet 126. The file may include data, including a text portion and a binary portion. The processor 104 may extract the text portion of the data in step 208. In some embodiments, the processor 104 may parse data in the file, interpret metadata in the parsed data, and extract text strings per the executable instructions for reading text data in file 118.
The processor 104 may perform the executable instructions for detecting a file location identifier including path_1120 in step 210. In some embodiments, the processor 104 may further parse the extracted text strings and detect the file location identifier. For example, “I” signals that a tag follows after “/”. Once the processor 104 detects “I” in the document file 128, then the processor 104 may detect a tag “URI” for a uniform resource identifier (URI) after “/”. The tag “URI” may signal that a URI follows. After detecting the URI, the processor 104 may detect inside parentheses “(” and “)” as the file location identifier. In some embodiments, the file location identifier may include an application-layer protocol, such as “http://” indicative of the Hypertext Transfer Protocol (HTTP). A text string following the application-layer protocol may indicate a path and a file name of a target file. By using the file location identifier, a location of the old target file either inside or outside the system 102 may be addressed.
The processor 104 may perform the executable instructions for replacing path_1120 with path_2122 in step 212. For example, the processor 104 may replace the path 302 “t!” with a new path 306 “sparkymotors.com/2023/.” Then the document file 128 now includes an updated file location identifier that is a new URI, “http://sparkymotors.com/2023/TDE10.pdf” to identify a target file on a new server. After replacing the path 302 with the new path 306, the processor 104 may close the file in step 214.
The scope of replacement may not be limited to a path. A combination of a path and a file name can be replaced.
The processor 104 may perform the executable instructions for replacing the first portion 308 of the file location identifier with a new first portion 312. For example, the processor 104 may replace the first portion 308 “p!” with the new first portion 312 “server/invoice.detail.php?token=d8fe-wk8f&item=.” Then the document file 128 now includes an updated file location identifier that is a new URI, “http://server/invoice.detail.php?token=d8fe-wk8f&item=A120,” to identify a target file on a new server.
The method 200 of modifying information in a document file has been described above. However, a scope of modifying information may not be limited to a single file. For example, a script describing the method 200 may access multiple files and perform the method 200 to replace file location information across the multiple files. Thus, file location changes common to several items within a single file or across multiple files may be performed by executing the script without having the application to access the multiple files.
The processor 404 may include hardware for executing instructions, such as those stored in the program memory 414 of the storage 412. The program memory 414 may include executable instructions that may be executed by the processor 404. In some embodiments, the executable instructions stored in the program memory 414 may include executable instructions for receiving path_2 or path_3416, executable instructions for reading text data in file 418, executable instructions for detecting a file location identifier including path_1420, and executable instructions for replacing path_1420 with path_2 or path_3422. In some embodiments, the executable instructions stored in the program memory 414 may be implemented as a file including a script code that executes file editing commands.
The processor 404 may perform replacement of path in a link in a file 426 stored in the data storage 424 from an old path PATH_1 to a new path PATH_2 or another new path PATH_3. For example, the file 426 stored in the data storage 424 may be a document file, a data sheet, etc. The file 426 may be any file that includes text strings. In
The path in the link is replaced with either the new path PATH_2 or PATH_3. The new path PATH_2 or PATH_3 may be an actual path or a permanent path. In some embodiments, the new paths PATH_2 and PATH_3 in
In some embodiments, the new paths PATH_2 and PATH_3 may be assigned based on an identifier of the user.
In step 506, the processor 404 may determine what category has been entered by the user. If the category is A, then the processor 404 may proceed to perform step 508a. If the category is B, then the processor 404 may proceed to perform step 508b.
The processor 404 may create a path name based on the category. For example, if the category is “A,” a text string “coolmotors.com/2024/trucks/” may be created in step 508a as a new path 306 of
The processor 404 may perform the executable instructions for replacing the path 302 of the file location identifier with a new path 306. For example, the processor 404 may replace the path 302 “t!” with the new path 306 “coolmotors.com/2024/trucks/,” if the identifier is “A.” Then the file 426 now includes an updated file location identifier that is a new URI, “http://coolmotors.com/2024/trucks/TDE10.pdf.” Thus, the file 426 accessed by the user choosing the category “A” will have access to a document file indicated by the new URI. For example, the processor 404 may replace the path 602 “pc!” with a new path 606 “coolmotors.com/2024/cars/,” if the identifier is “B” while keeping a file name 604, “4DE35.pdf.” Then the file 426 now includes an updated file location identifier that is a new URI, “http://coolmotors.com/2024/cars/4DE35.pdf.” Thus, the file 426 accessed by the user choosing the category “B” will have access to a document file indicated by the new URI, different from the document file accessed by the user who chooses the category “A.”
In some embodiments, the new paths PATH_2 and PATH_3 may be assigned based on an identifier of the user.
In step 706, the processor 404 may create a path name based on the identifier of the user. For example, if the identifier of the user is “d8fe-wk8f,” a text string “server/invoice.detail.php?token=d8fe-wk8f&item=” may be created in step 706 as a new first portion 312 of
The processor 404 may perform the executable instructions for replacing the first portion 308 of the file location identifier with a new first portion 312. For example, the processor 404 may replace the first portion 308 “p!” with the new first portion 312 “server/invoice.detail.php?token=d8fe-wk8f&item=,” if the identifier is “d8fe-wk8f.” Then the file 426 now includes an updated file location identifier that is a new URI, “http://server/invoice.detail.php?token=d8fe-wk8f&item=A120.” Thus, the file 426 accessed by the user with the identifier “d8fe-wk8f” will have access to an item indicated by the new URI. For example, the processor 404 may replace the first portion 308 “p!” with the new first portion 312 “server/invoice.detail.php?token=9gk1-9wh4&item=,” if the identifier is “9gk1-9wh4.” Then the file 426 now includes an updated file location identifier that is a new URI, “http://server/invoice.detail.php?token=9gk1-9wh4&item=A120.” Thus, the file 426 accessed by the user with the identifier “9gk1-9wh4” will have access to an item indicated by the new URI, different from the item accessed by the user having the identifier “d8fe-wk8f.”
The processor 804 may include hardware for executing instructions, such as those stored in program memory 814 of the storage 812. The program memory 814 may include executable instructions that may be executed by the processor 804. In some embodiments, the executable instructions stored in the program memory 814 may include executable instructions for receiving path_new 816, executable instructions for reading text data in file 818, executable instructions for detecting a file location identifier including path_old 820 and executable instructions for replacing path_old 820 with path_new 822. In some embodiments, the executable instructions stored in the program memory 814 may be implemented as a file including a script code that executes file editing commands.
The processor 804 may perform replacement of path in a link in a file 826 stored in the data storage 824 from an old path PATH_1 to a new path PATH_2. For example, the file 826 stored in the data storage 824 may be a document file, a data sheet, etc. The file 826 may be any file that includes text strings. In
The path in the link is replaced with the new path PATH_2 that is a path indicative of a file location on a server 828b. After the replacement, the file 826 may include a link to a new target file 830b on the server 828b. In some embodiments, the server 828b may be a current server that is newer than the server 828a that stores files that are up-to-date.
In step 906, the processor 804 or another processor outside the system 802 may obtain a new path name responsive to the notification of the change to a new path. In step 908, the processor 804 or the other processor outside the system 802 may provide a new path name as “PATH_2” to a process described as the method 200. In some embodiments, step 908 may be performed by modifying a path in a script including the executable instructions for receiving path_new 816.
As described above, file location information in a document file may be replaced. A portion of file location information, such as a path, a combination of a path and a portion of a file name in a document file or a data sheet may be updated. Without activating an application that accesses a complex file including text data and binary data, such as a word document file, a portable document file, or a data sheet, the file location information may be updated throughout the complex file, and/or across complex files. Thus, updating from an old path to a new path, updating a temporary path and a temporary file name to an actual path, or updating to a path name and a file name specific to a category or specific to a user may be performed throughout the document file or the data sheet, or multiple files.
From the foregoing it will be appreciated that, although specific embodiments of the disclosure have been described herein for purposes of illustration, various modifications may be made without deviating from the spirit and scope of the disclosure. Accordingly, the scope of the disclosure should not be limited to any of the specific embodiments described herein.
Number | Name | Date | Kind |
---|---|---|---|
3792445 | Bucks et al. | Feb 1974 | A |
4258421 | Juhasz et al. | Mar 1981 | A |
4992940 | Dworkin | Feb 1991 | A |
5003476 | Abe | Mar 1991 | A |
5034889 | Abe | Jul 1991 | A |
5058044 | Stewart et al. | Oct 1991 | A |
5421015 | Khoyi et al. | May 1995 | A |
5442553 | Parrillo | Aug 1995 | A |
5452446 | Johnson | Sep 1995 | A |
5521815 | Rose, Jr. | May 1996 | A |
5649186 | Ferguson | Jul 1997 | A |
5694595 | Jacobs et al. | Dec 1997 | A |
5729452 | Smith et al. | Mar 1998 | A |
5764943 | Wechsler | Jun 1998 | A |
5787177 | Leppek | Jul 1998 | A |
5790785 | Klug et al. | Aug 1998 | A |
5835712 | Dufresne | Nov 1998 | A |
5845299 | Arora et al. | Dec 1998 | A |
5862346 | Kley et al. | Jan 1999 | A |
5911145 | Arora et al. | Jun 1999 | A |
5956720 | Fernandez et al. | Sep 1999 | A |
5974149 | Leppek | Oct 1999 | A |
5974418 | Blinn et al. | Oct 1999 | A |
5974428 | Gerard et al. | Oct 1999 | A |
5978776 | Seretti et al. | Nov 1999 | A |
5987506 | Carter et al. | Nov 1999 | A |
6003635 | Bantz et al. | Dec 1999 | A |
6006201 | Berent et al. | Dec 1999 | A |
6009410 | Lemole et al. | Dec 1999 | A |
6018748 | Smith | Jan 2000 | A |
6021416 | Dauerer et al. | Feb 2000 | A |
6021426 | Douglis et al. | Feb 2000 | A |
6026433 | D'Arlach et al. | Feb 2000 | A |
6041310 | Green et al. | Mar 2000 | A |
6041344 | Bodamer et al. | Mar 2000 | A |
6055541 | Solecki et al. | Apr 2000 | A |
6061698 | Chadha et al. | May 2000 | A |
6067559 | Allard et al. | May 2000 | A |
6070164 | Vagnozzi | May 2000 | A |
6134532 | Lazarus et al. | Oct 2000 | A |
6151609 | Truong | Nov 2000 | A |
6178432 | Cook et al. | Jan 2001 | B1 |
6181994 | Colson et al. | Jan 2001 | B1 |
6185614 | Cuomo et al. | Feb 2001 | B1 |
6189104 | Leppek | Feb 2001 | B1 |
6216129 | Eldering | Apr 2001 | B1 |
6219667 | Lu et al. | Apr 2001 | B1 |
6236994 | Schwartz et al. | May 2001 | B1 |
6240365 | Bunn | May 2001 | B1 |
6263268 | Nathanson | Jul 2001 | B1 |
6285932 | De Bellefeuille et al. | Sep 2001 | B1 |
6289382 | Bowman-Amuah | Sep 2001 | B1 |
6295061 | Park et al. | Sep 2001 | B1 |
6330499 | Chou et al. | Dec 2001 | B1 |
6343302 | Graham | Jan 2002 | B1 |
6353824 | Boguraev et al. | Mar 2002 | B1 |
6356822 | Diaz et al. | Mar 2002 | B1 |
6374241 | Lamburt et al. | Apr 2002 | B1 |
6397226 | Sage | May 2002 | B1 |
6397336 | Leppek | May 2002 | B2 |
6401103 | Ho et al. | Jun 2002 | B1 |
6421733 | Tso et al. | Jul 2002 | B1 |
6473849 | Keller et al. | Oct 2002 | B1 |
6496855 | Hunt et al. | Dec 2002 | B1 |
6505106 | Lawrence et al. | Jan 2003 | B1 |
6505205 | Kothuri et al. | Jan 2003 | B1 |
6519617 | Wanderski et al. | Feb 2003 | B1 |
6529948 | Bowman-Amuah | Mar 2003 | B1 |
6535879 | Behera | Mar 2003 | B1 |
6539370 | Chang et al. | Mar 2003 | B1 |
6546216 | Mizoguchi et al. | Apr 2003 | B2 |
6553373 | Boguraev et al. | Apr 2003 | B2 |
6556904 | Larson et al. | Apr 2003 | B1 |
6564216 | Waters | May 2003 | B2 |
6571253 | Thompson et al. | May 2003 | B1 |
6581061 | Graham | Jun 2003 | B2 |
6583794 | Wattenberg | Jun 2003 | B1 |
6594664 | Estrada et al. | Jul 2003 | B1 |
6606525 | Muthuswamy et al. | Aug 2003 | B1 |
6629148 | Ahmed et al. | Sep 2003 | B1 |
6640244 | Bowman-Amuah et al. | Oct 2003 | B1 |
6643663 | Dabney et al. | Nov 2003 | B1 |
6654726 | Hanzek | Nov 2003 | B1 |
6674805 | Kovacevic et al. | Jan 2004 | B1 |
6678706 | Fishel | Jan 2004 | B1 |
6697825 | Underwood et al. | Feb 2004 | B1 |
6701232 | Yamaki | Mar 2004 | B2 |
6721747 | Lipkin | Apr 2004 | B2 |
6728685 | Ahluwalia | Apr 2004 | B1 |
6738750 | Stone et al. | May 2004 | B2 |
6744735 | Nakaguro | Jun 2004 | B1 |
6748305 | Klausner et al. | Jun 2004 | B1 |
6785864 | Te et al. | Aug 2004 | B1 |
6795819 | Wheeler et al. | Sep 2004 | B2 |
6823258 | Ukai et al. | Nov 2004 | B2 |
6823359 | Heidingsfeld | Nov 2004 | B1 |
6826594 | Pettersen | Nov 2004 | B1 |
6847988 | Toyouchi et al. | Jan 2005 | B2 |
6850823 | Eun et al. | Feb 2005 | B2 |
6871216 | Miller et al. | Mar 2005 | B2 |
6901430 | Smith | Mar 2005 | B1 |
6894601 | Grunden et al. | May 2005 | B1 |
6917941 | Wight et al. | Jul 2005 | B2 |
6922674 | Nelson | Jul 2005 | B1 |
6941203 | Chen | Sep 2005 | B2 |
6944677 | Zhao | Sep 2005 | B1 |
6954731 | Montague et al. | Oct 2005 | B1 |
6963854 | Boyd et al. | Nov 2005 | B1 |
6965806 | Eryurek et al. | Nov 2005 | B2 |
6965968 | Touboul | Nov 2005 | B1 |
6978273 | Bonneau et al. | Dec 2005 | B1 |
6981028 | Rawat et al. | Dec 2005 | B1 |
6990629 | Heaney et al. | Jan 2006 | B1 |
6993421 | Pillar | Jan 2006 | B2 |
7000184 | Matveyenko et al. | Feb 2006 | B2 |
7003476 | Samra et al. | Feb 2006 | B1 |
7010495 | Samra et al. | Mar 2006 | B1 |
7028072 | Kliger et al. | Apr 2006 | B1 |
7031554 | Wane | Apr 2006 | B2 |
7039704 | Davis et al. | May 2006 | B2 |
7047318 | Svedloff | May 2006 | B1 |
7062343 | Ogushi et al. | Jun 2006 | B2 |
7062506 | Taylor et al. | Jun 2006 | B2 |
7072943 | Landesmann | Jul 2006 | B2 |
7092803 | Kapolka et al. | Aug 2006 | B2 |
7107268 | Zawadzki et al. | Sep 2006 | B1 |
7124116 | Huyler | Oct 2006 | B2 |
7152207 | Underwood et al. | Dec 2006 | B1 |
7155491 | Schultz et al. | Dec 2006 | B1 |
7171418 | Blessin | Jan 2007 | B2 |
7184866 | Squires et al. | Feb 2007 | B2 |
7197764 | Cichowlas | Mar 2007 | B2 |
7219234 | Ashland et al. | May 2007 | B1 |
7240125 | Fleming | Jul 2007 | B2 |
7246263 | Skingle | Jul 2007 | B2 |
7281029 | Rawat | Oct 2007 | B2 |
7287000 | Boyd et al. | Oct 2007 | B2 |
7322007 | Schowtka et al. | Jan 2008 | B2 |
7386786 | Davis et al. | Jun 2008 | B2 |
7401289 | Lachhwani et al. | Jul 2008 | B2 |
7406429 | Salonen | Jul 2008 | B2 |
7433891 | Haber et al. | Oct 2008 | B2 |
7457693 | Olsen et al. | Nov 2008 | B2 |
7477968 | Lowrey | Jan 2009 | B1 |
7480551 | Lowrey et al. | Jan 2009 | B1 |
7496543 | Bamford et al. | Feb 2009 | B1 |
7502672 | Kolls | Mar 2009 | B1 |
7536641 | Rosenstein et al. | May 2009 | B2 |
7548985 | Guigui | Jun 2009 | B2 |
7587504 | Adams et al. | Sep 2009 | B2 |
7590476 | Shumate | Sep 2009 | B2 |
7593925 | Cadiz et al. | Sep 2009 | B2 |
7593999 | Nathanson | Sep 2009 | B2 |
7613627 | Doyle et al. | Nov 2009 | B2 |
7620484 | Chen | Nov 2009 | B1 |
7624342 | Matveyenko et al. | Nov 2009 | B2 |
7657594 | Banga et al. | Feb 2010 | B2 |
7664667 | Ruppelt et al. | Feb 2010 | B1 |
7739007 | Logsdon | Jun 2010 | B2 |
7747680 | Ravikumar et al. | Jun 2010 | B2 |
7778841 | Bayer et al. | Aug 2010 | B1 |
7801945 | Geddes et al. | Sep 2010 | B1 |
7818380 | Tamura et al. | Oct 2010 | B2 |
7861309 | Spearman et al. | Dec 2010 | B2 |
7865409 | Monaghan | Jan 2011 | B1 |
7870253 | Muilenburg et al. | Jan 2011 | B2 |
7899701 | Odom | Mar 2011 | B1 |
7908051 | Oesterling | Mar 2011 | B2 |
7979506 | Cole | Jul 2011 | B2 |
8010423 | Bodin et al. | Aug 2011 | B2 |
8019501 | Breed | Sep 2011 | B2 |
8036788 | Breed | Oct 2011 | B2 |
8051159 | Muilenburg et al. | Nov 2011 | B2 |
8055544 | Ullman et al. | Nov 2011 | B2 |
8060274 | Boss et al. | Nov 2011 | B2 |
8095403 | Price | Jan 2012 | B2 |
8099308 | Uyeki | Jan 2012 | B2 |
8135804 | Uyeki | Mar 2012 | B2 |
8145379 | Schwinke | Mar 2012 | B2 |
8190322 | Lin et al. | May 2012 | B2 |
8209259 | Graham, Jr. et al. | Jun 2012 | B2 |
8212667 | Petite et al. | Jul 2012 | B2 |
8271473 | Berg | Sep 2012 | B2 |
8271547 | Taylor et al. | Sep 2012 | B2 |
8275717 | Ullman et al. | Sep 2012 | B2 |
8285439 | Hodges | Oct 2012 | B2 |
8296007 | Swaminathan et al. | Oct 2012 | B2 |
8311905 | Campbell et al. | Nov 2012 | B1 |
8355950 | Colson et al. | Jan 2013 | B2 |
8407664 | Moosmann et al. | Mar 2013 | B2 |
8428815 | Van Engelshoven et al. | Apr 2013 | B2 |
8438310 | Muilenburg et al. | May 2013 | B2 |
8448057 | Sugnet | May 2013 | B1 |
8521654 | Ford et al. | Aug 2013 | B2 |
8538894 | Ullman et al. | Sep 2013 | B2 |
8645193 | Swinson et al. | Feb 2014 | B2 |
8676638 | Blair et al. | Mar 2014 | B1 |
8725341 | Ogasawara | May 2014 | B2 |
8745641 | Coker | Jun 2014 | B1 |
8849689 | Jagannathan et al. | Sep 2014 | B1 |
8886389 | Edwards et al. | Nov 2014 | B2 |
8924071 | Stanek et al. | Dec 2014 | B2 |
8954222 | Costantino | Feb 2015 | B2 |
8996230 | Lorenz et al. | Mar 2015 | B2 |
8996235 | Singh et al. | Mar 2015 | B2 |
9014908 | Chen et al. | Apr 2015 | B2 |
9015059 | Sims et al. | Apr 2015 | B2 |
9026304 | Olsen, III et al. | May 2015 | B2 |
9047722 | Kurnik et al. | Jun 2015 | B2 |
9122716 | Naganathan et al. | Sep 2015 | B1 |
9165413 | Jones et al. | Oct 2015 | B2 |
9183681 | Fish | Nov 2015 | B2 |
9325650 | Yalavarty et al. | Apr 2016 | B2 |
9349223 | Palmer | May 2016 | B1 |
9384597 | Koch et al. | Jul 2016 | B2 |
9455969 | Cabrera et al. | Sep 2016 | B1 |
9477936 | Lawson et al. | Oct 2016 | B2 |
9577866 | Rogers et al. | Feb 2017 | B2 |
9596287 | Rybak et al. | Mar 2017 | B2 |
9619945 | Adderly et al. | Apr 2017 | B2 |
9659495 | Modica et al. | May 2017 | B2 |
9706008 | Rajan et al. | Jul 2017 | B2 |
9715665 | Schondorf et al. | Jul 2017 | B2 |
9754304 | Taira et al. | Sep 2017 | B2 |
9778045 | Bang | Oct 2017 | B2 |
9836714 | Lander et al. | Dec 2017 | B2 |
9983982 | Kumar et al. | Mar 2018 | B1 |
10032139 | Adderly et al. | Jul 2018 | B2 |
10083411 | Kinsey et al. | Sep 2018 | B2 |
10169607 | Sheth et al. | Jan 2019 | B1 |
10229394 | Davis et al. | Mar 2019 | B1 |
10448120 | Bursztyn et al. | Oct 2019 | B1 |
10475256 | Chowdhury et al. | Nov 2019 | B2 |
10509696 | Gilderman et al. | Dec 2019 | B1 |
10541938 | Timmerman et al. | Jan 2020 | B1 |
10552871 | Chadwick | Feb 2020 | B1 |
10657707 | Leise | May 2020 | B1 |
11080105 | Birkett et al. | Aug 2021 | B1 |
11117253 | Oleynik | Sep 2021 | B2 |
11190608 | Amar et al. | Nov 2021 | B2 |
11392855 | Murakonda et al. | Jul 2022 | B1 |
11468089 | Bales et al. | Oct 2022 | B1 |
20010005831 | Lewin et al. | Jun 2001 | A1 |
20010014868 | Herz et al. | Aug 2001 | A1 |
20010037332 | Miller et al. | Nov 2001 | A1 |
20010039594 | Park et al. | Nov 2001 | A1 |
20010054049 | Maeda et al. | Dec 2001 | A1 |
20020023111 | Arora et al. | Feb 2002 | A1 |
20020024537 | Jones et al. | Feb 2002 | A1 |
20020026359 | Long et al. | Feb 2002 | A1 |
20020032626 | Dewolf et al. | Mar 2002 | A1 |
20020032701 | Gao et al. | Mar 2002 | A1 |
20020042738 | Srinivasan et al. | Apr 2002 | A1 |
20020046245 | Hillar et al. | Apr 2002 | A1 |
20020049831 | Platner et al. | Apr 2002 | A1 |
20020052778 | Murphy et al. | May 2002 | A1 |
20020059260 | Jas | May 2002 | A1 |
20020065698 | Schick et al. | May 2002 | A1 |
20020065739 | Florance et al. | May 2002 | A1 |
20020069110 | Sonnenberg | Jun 2002 | A1 |
20020073080 | Lipkin | Jun 2002 | A1 |
20020082978 | Ghouri et al. | Jun 2002 | A1 |
20020091755 | Narin | Jul 2002 | A1 |
20020107739 | Schlee | Aug 2002 | A1 |
20020111727 | Vanstory et al. | Aug 2002 | A1 |
20020111844 | Vanstory et al. | Aug 2002 | A1 |
20020116197 | Erten | Aug 2002 | A1 |
20020116418 | Lachhwani et al. | Aug 2002 | A1 |
20020123359 | Wei et al. | Sep 2002 | A1 |
20020124053 | Adams et al. | Sep 2002 | A1 |
20020128728 | Murakami et al. | Sep 2002 | A1 |
20020129054 | Ferguson et al. | Sep 2002 | A1 |
20020133273 | Lowrey et al. | Sep 2002 | A1 |
20020138331 | Hosea et al. | Sep 2002 | A1 |
20020143646 | Boyden et al. | Oct 2002 | A1 |
20020154146 | Rodriquez et al. | Oct 2002 | A1 |
20020169851 | Weathersby et al. | Nov 2002 | A1 |
20020173885 | Lowrey et al. | Nov 2002 | A1 |
20020188869 | Patrick | Dec 2002 | A1 |
20020196273 | Krause | Dec 2002 | A1 |
20020198761 | Ryan et al. | Dec 2002 | A1 |
20020198878 | Baxter et al. | Dec 2002 | A1 |
20030014443 | Bernstein et al. | Jan 2003 | A1 |
20030023632 | Ries et al. | Jan 2003 | A1 |
20030033378 | Needham et al. | Feb 2003 | A1 |
20030036832 | Kokes et al. | Feb 2003 | A1 |
20030036964 | Boyden et al. | Feb 2003 | A1 |
20030037263 | Kamat et al. | Feb 2003 | A1 |
20030046179 | Anabtawi et al. | Mar 2003 | A1 |
20030051022 | Sogabe et al. | Mar 2003 | A1 |
20030055666 | Roddy et al. | Mar 2003 | A1 |
20030061263 | Riddle | Mar 2003 | A1 |
20030065532 | Takaoka | Apr 2003 | A1 |
20030065583 | Takaoka | Apr 2003 | A1 |
20030069785 | Lohse | Apr 2003 | A1 |
20030069790 | Kane | Apr 2003 | A1 |
20030074392 | Campbell et al. | Apr 2003 | A1 |
20030095038 | Dix | May 2003 | A1 |
20030101262 | Godwin | May 2003 | A1 |
20030115292 | Griffin et al. | Jun 2003 | A1 |
20030120502 | Robb et al. | Jun 2003 | A1 |
20030145310 | Thames et al. | Jul 2003 | A1 |
20030177050 | Crampton et al. | Sep 2003 | A1 |
20030177175 | Worley et al. | Sep 2003 | A1 |
20030225853 | Wang et al. | Dec 2003 | A1 |
20030229623 | Chang et al. | Dec 2003 | A1 |
20030233246 | Snapp et al. | Dec 2003 | A1 |
20040012631 | Skorski | Jan 2004 | A1 |
20040039646 | Hacker | Feb 2004 | A1 |
20040041818 | White et al. | Mar 2004 | A1 |
20040073546 | Forster et al. | Apr 2004 | A1 |
20040073564 | Haber et al. | Apr 2004 | A1 |
20040088228 | Mercer et al. | May 2004 | A1 |
20040093243 | Bodin et al. | May 2004 | A1 |
20040117046 | Colle et al. | Jun 2004 | A1 |
20040122735 | Meshkin et al. | Jun 2004 | A1 |
20040128320 | Grove et al. | Jul 2004 | A1 |
20040139203 | Graham, Jr. et al. | Jul 2004 | A1 |
20040148342 | Cotte | Jul 2004 | A1 |
20040156020 | Edwards | Aug 2004 | A1 |
20040163047 | Nagahara et al. | Aug 2004 | A1 |
20040181464 | Vanker et al. | Sep 2004 | A1 |
20040199413 | Hauser et al. | Oct 2004 | A1 |
20040220863 | Porter et al. | Nov 2004 | A1 |
20040225664 | Casement | Nov 2004 | A1 |
20040230897 | Latzel | Nov 2004 | A1 |
20040255233 | Croney et al. | Dec 2004 | A1 |
20040267263 | May | Dec 2004 | A1 |
20040268225 | Walsh et al. | Dec 2004 | A1 |
20040268232 | Tunning | Dec 2004 | A1 |
20050015491 | Koeppel | Jan 2005 | A1 |
20050021197 | Zimmerman et al. | Jan 2005 | A1 |
20050027611 | Wharton | Feb 2005 | A1 |
20050043614 | Huizenga et al. | Feb 2005 | A1 |
20050065804 | Worsham et al. | Mar 2005 | A1 |
20050096963 | Myr et al. | May 2005 | A1 |
20050108112 | Ellenson et al. | May 2005 | A1 |
20050114270 | Hind et al. | May 2005 | A1 |
20050114764 | Gudenkauf et al. | May 2005 | A1 |
20050108637 | Sahota et al. | Jun 2005 | A1 |
20050149398 | McKay | Jul 2005 | A1 |
20050171836 | Leacy | Aug 2005 | A1 |
20050176482 | Raisinghani et al. | Aug 2005 | A1 |
20050187834 | Painter et al. | Aug 2005 | A1 |
20050198121 | Daniels et al. | Sep 2005 | A1 |
20050228736 | Norman et al. | Oct 2005 | A1 |
20050256755 | Chand et al. | Nov 2005 | A1 |
20050267774 | Merritt et al. | Dec 2005 | A1 |
20050268282 | Laird | Dec 2005 | A1 |
20050289020 | Bruns et al. | Dec 2005 | A1 |
20050289599 | Matsuura et al. | Dec 2005 | A1 |
20060004725 | Abraido-Fandino | Jan 2006 | A1 |
20060031811 | Ernst et al. | Feb 2006 | A1 |
20060059253 | Goodman et al. | Mar 2006 | A1 |
20060064637 | Rechterman et al. | Mar 2006 | A1 |
20060123330 | Horiuchi et al. | Jun 2006 | A1 |
20060129423 | Sheinson et al. | Jun 2006 | A1 |
20060129982 | Doyle | Jun 2006 | A1 |
20060136105 | Larson | Jun 2006 | A1 |
20060161841 | Horiuchi et al. | Jul 2006 | A1 |
20060200751 | Underwood et al. | Sep 2006 | A1 |
20060224447 | Koningstein | Oct 2006 | A1 |
20060248205 | Randle et al. | Nov 2006 | A1 |
20060248442 | Rosenstein et al. | Nov 2006 | A1 |
20060265355 | Taylor | Nov 2006 | A1 |
20060271844 | Suklikar | Nov 2006 | A1 |
20060277588 | Harrington et al. | Dec 2006 | A1 |
20060282328 | Gerace et al. | Dec 2006 | A1 |
20060282547 | Hasha et al. | Dec 2006 | A1 |
20070005446 | Fusz et al. | Jan 2007 | A1 |
20070016486 | Stone et al. | Jan 2007 | A1 |
20070027754 | Collins et al. | Feb 2007 | A1 |
20070033087 | Combs et al. | Feb 2007 | A1 |
20070033520 | Kimzey et al. | Feb 2007 | A1 |
20070053513 | Hoffberg | Mar 2007 | A1 |
20070100519 | Engel | May 2007 | A1 |
20070150368 | Arora et al. | Jun 2007 | A1 |
20070209011 | Padmanabhuni et al. | Sep 2007 | A1 |
20070226540 | Konieczny | Sep 2007 | A1 |
20070250229 | Wu | Oct 2007 | A1 |
20070250327 | Hedy | Oct 2007 | A1 |
20070250840 | Coker et al. | Oct 2007 | A1 |
20070271154 | Broudy et al. | Nov 2007 | A1 |
20070271330 | Mattox et al. | Nov 2007 | A1 |
20070271389 | Joshi et al. | Nov 2007 | A1 |
20070282711 | Ullman et al. | Dec 2007 | A1 |
20070282712 | Ullman et al. | Dec 2007 | A1 |
20070282713 | Ullman et al. | Dec 2007 | A1 |
20070288413 | Mizuno et al. | Dec 2007 | A1 |
20070294192 | Tellefsen | Dec 2007 | A1 |
20070299940 | Gbadegesin et al. | Dec 2007 | A1 |
20080010561 | Bay et al. | Jan 2008 | A1 |
20080015921 | Libman | Jan 2008 | A1 |
20080015929 | Koeppel et al. | Jan 2008 | A1 |
20080027827 | Eglen et al. | Jan 2008 | A1 |
20080119983 | Inbarajan et al. | May 2008 | A1 |
20080172632 | Stambaugh | Jul 2008 | A1 |
20080189143 | Wurster | Aug 2008 | A1 |
20080195435 | Bentley et al. | Aug 2008 | A1 |
20080195932 | Oikawa et al. | Aug 2008 | A1 |
20080201163 | Barker et al. | Aug 2008 | A1 |
20080255925 | Vailaya et al. | Oct 2008 | A1 |
20090012887 | Taub et al. | Jan 2009 | A1 |
20090024918 | Silverbrook et al. | Jan 2009 | A1 |
20090043780 | Hentrich, Jr. et al. | Feb 2009 | A1 |
20090070435 | Abhyanker | Mar 2009 | A1 |
20090089134 | Uyeki | Apr 2009 | A1 |
20090106036 | Tamura et al. | Apr 2009 | A1 |
20090112687 | Blair et al. | Apr 2009 | A1 |
20090138329 | Wanker | May 2009 | A1 |
20090182232 | Zhang et al. | Jul 2009 | A1 |
20090187513 | Noy et al. | Jul 2009 | A1 |
20090187939 | Lajoie | Jul 2009 | A1 |
20090198507 | Rhodus | Aug 2009 | A1 |
20090204454 | Lagudi | Aug 2009 | A1 |
20090204655 | Wendelberger | Aug 2009 | A1 |
20090222532 | Finlaw | Sep 2009 | A1 |
20090265607 | Raz et al. | Oct 2009 | A1 |
20090313035 | Esser et al. | Dec 2009 | A1 |
20100011415 | Cortes et al. | Jan 2010 | A1 |
20100023393 | Costy et al. | Jan 2010 | A1 |
20100070343 | Taira et al. | Mar 2010 | A1 |
20100082778 | Muilenburg et al. | Apr 2010 | A1 |
20100082780 | Muilenburg et al. | Apr 2010 | A1 |
20100088158 | Pollack | Apr 2010 | A1 |
20100100259 | Geiter | Apr 2010 | A1 |
20100100506 | Marot | Apr 2010 | A1 |
20100131363 | Sievert et al. | May 2010 | A1 |
20100235219 | Merrick et al. | Sep 2010 | A1 |
20100235231 | Jewer | Sep 2010 | A1 |
20100293030 | Wu | Nov 2010 | A1 |
20100312608 | Shan et al. | Dec 2010 | A1 |
20100318408 | Sankaran et al. | Dec 2010 | A1 |
20100324777 | Tominaga et al. | Dec 2010 | A1 |
20110010432 | Uyeki | Jan 2011 | A1 |
20110015989 | Tidwell et al. | Jan 2011 | A1 |
20110022525 | Swinson et al. | Jan 2011 | A1 |
20110082804 | Swinson et al. | Apr 2011 | A1 |
20110145064 | Anderson et al. | Jun 2011 | A1 |
20110161167 | Jallapuram | Jun 2011 | A1 |
20110191264 | Inghelbrecht et al. | Aug 2011 | A1 |
20110196762 | Dupont | Aug 2011 | A1 |
20110224864 | Gellatly et al. | Sep 2011 | A1 |
20110231055 | Knight et al. | Sep 2011 | A1 |
20110288937 | Manoogian, III | Nov 2011 | A1 |
20110307296 | Hall et al. | Dec 2011 | A1 |
20110307411 | Bolivar et al. | Dec 2011 | A1 |
20120066010 | Williams et al. | Mar 2012 | A1 |
20120089474 | Xiao et al. | Apr 2012 | A1 |
20120095804 | Calabrese et al. | Apr 2012 | A1 |
20120116868 | Chin et al. | May 2012 | A1 |
20120158211 | Chen et al. | Jun 2012 | A1 |
20120209714 | Douglas et al. | Aug 2012 | A1 |
20120221125 | Bell | Aug 2012 | A1 |
20120265648 | Jerome et al. | Oct 2012 | A1 |
20120268294 | Michaelis et al. | Oct 2012 | A1 |
20120278886 | Luna | Nov 2012 | A1 |
20120284113 | Pollak | Nov 2012 | A1 |
20120316981 | Hoover et al. | Dec 2012 | A1 |
20130046432 | Edwards et al. | Feb 2013 | A1 |
20130080196 | Schroeder et al. | Mar 2013 | A1 |
20130080305 | Virag et al. | Mar 2013 | A1 |
20130151334 | Berkhin et al. | Jun 2013 | A1 |
20130151468 | Wu et al. | Jun 2013 | A1 |
20130191445 | Gayman et al. | Jul 2013 | A1 |
20130204484 | Ricci | Aug 2013 | A1 |
20130226699 | Long | Aug 2013 | A1 |
20130317864 | Tofte et al. | Nov 2013 | A1 |
20130325541 | Capriotti et al. | Dec 2013 | A1 |
20130332023 | Bertosa et al. | Dec 2013 | A1 |
20140012659 | Yan | Jan 2014 | A1 |
20140026037 | Garb et al. | Jan 2014 | A1 |
20140052327 | Hosein et al. | Feb 2014 | A1 |
20140081675 | Ives et al. | Mar 2014 | A1 |
20140088866 | Knapp et al. | Mar 2014 | A1 |
20140094992 | Lambert et al. | Apr 2014 | A1 |
20140122178 | Knight | May 2014 | A1 |
20140136278 | Carvalho | May 2014 | A1 |
20140229207 | Swamy et al. | Aug 2014 | A1 |
20140229391 | East et al. | Aug 2014 | A1 |
20140244110 | Tharaldson et al. | Aug 2014 | A1 |
20140277906 | Lowrey et al. | Sep 2014 | A1 |
20140278805 | Thompson | Sep 2014 | A1 |
20140316825 | Van Dijk et al. | Oct 2014 | A1 |
20140324275 | Stanek et al. | Oct 2014 | A1 |
20140324536 | Cotton | Oct 2014 | A1 |
20140331301 | Subramani et al. | Nov 2014 | A1 |
20140337163 | Whisnant | Nov 2014 | A1 |
20140337825 | Challa et al. | Nov 2014 | A1 |
20140379530 | Kim et al. | Dec 2014 | A1 |
20140379817 | Logue et al. | Dec 2014 | A1 |
20150057875 | McGinnis et al. | Feb 2015 | A1 |
20150058151 | Sims et al. | Feb 2015 | A1 |
20150066781 | Johnson et al. | Mar 2015 | A1 |
20150066933 | Kolodziej et al. | Mar 2015 | A1 |
20150100199 | Kurnik et al. | Apr 2015 | A1 |
20150142256 | Jones | May 2015 | A1 |
20150142535 | Payne et al. | May 2015 | A1 |
20150207701 | Faaborg | Jul 2015 | A1 |
20150227894 | Mapes, Jr. et al. | Aug 2015 | A1 |
20150248761 | Dong et al. | Sep 2015 | A1 |
20150254591 | Raskind | Sep 2015 | A1 |
20150268059 | Borghesani et al. | Sep 2015 | A1 |
20150268975 | Du et al. | Sep 2015 | A1 |
20150278886 | Fusz | Oct 2015 | A1 |
20150286475 | Vangelov et al. | Oct 2015 | A1 |
20150286979 | Ming et al. | Oct 2015 | A1 |
20150290795 | Oleynik | Oct 2015 | A1 |
20150334165 | Arling et al. | Nov 2015 | A1 |
20160004516 | Ivanov et al. | Jan 2016 | A1 |
20160059412 | Oleynik | Mar 2016 | A1 |
20160071054 | Kakarala et al. | Mar 2016 | A1 |
20160092944 | Taylor et al. | Mar 2016 | A1 |
20160132935 | Shen et al. | May 2016 | A1 |
20160140609 | Demir | May 2016 | A1 |
20160140620 | Pinkowish et al. | May 2016 | A1 |
20160140622 | Wang et al. | May 2016 | A1 |
20160148439 | Akselrod et al. | May 2016 | A1 |
20160162817 | Grimaldi et al. | Jun 2016 | A1 |
20160180358 | Battista | Jun 2016 | A1 |
20160180378 | Toshida et al. | Jun 2016 | A1 |
20160180418 | Jaeger | Jun 2016 | A1 |
20160267503 | Zakai-Or et al. | Sep 2016 | A1 |
20160275533 | Smith et al. | Sep 2016 | A1 |
20160277510 | Du et al. | Sep 2016 | A1 |
20160307174 | Marcelle et al. | Oct 2016 | A1 |
20160335727 | Jimenez | Nov 2016 | A1 |
20160337278 | Peruri et al. | Nov 2016 | A1 |
20160357599 | Glatfelter | Dec 2016 | A1 |
20160371641 | Wilson et al. | Dec 2016 | A1 |
20170034547 | Jain et al. | Feb 2017 | A1 |
20170039785 | Richter et al. | Feb 2017 | A1 |
20170053460 | Hauser et al. | Feb 2017 | A1 |
20170060929 | Chesla et al. | Mar 2017 | A1 |
20170064038 | Chen | Mar 2017 | A1 |
20170093700 | Gilley et al. | Mar 2017 | A1 |
20170124525 | Johnson et al. | May 2017 | A1 |
20170126848 | George et al. | May 2017 | A1 |
20170206465 | Jin et al. | Jul 2017 | A1 |
20170262894 | Kirti et al. | Sep 2017 | A1 |
20170293894 | Taliwal et al. | Oct 2017 | A1 |
20170308844 | Kelley | Oct 2017 | A1 |
20170308864 | Kelley | Oct 2017 | A1 |
20170308865 | Kelley | Oct 2017 | A1 |
20170316459 | Strauss et al. | Nov 2017 | A1 |
20170337573 | Toprak | Nov 2017 | A1 |
20170352054 | Ma et al. | Dec 2017 | A1 |
20170359216 | Naiden et al. | Dec 2017 | A1 |
20170364733 | Estrada et al. | Dec 2017 | A1 |
20180067932 | Paterson | Mar 2018 | A1 |
20180173806 | Forstmann | Jun 2018 | A1 |
20180300124 | Malladi et al. | Oct 2018 | A1 |
20190028360 | Douglas et al. | Jan 2019 | A1 |
20190073641 | Utke | Mar 2019 | A1 |
20190114330 | Xu | Apr 2019 | A1 |
20190213426 | Chen et al. | Jul 2019 | A1 |
20190294878 | Endras et al. | Sep 2019 | A1 |
20200050879 | Zaman et al. | Feb 2020 | A1 |
20200066067 | Herman et al. | Feb 2020 | A1 |
20200118365 | Wang et al. | Apr 2020 | A1 |
20200327371 | Sharma et al. | Oct 2020 | A1 |
20210072976 | Chintagunta et al. | Mar 2021 | A1 |
20210090694 | Colley et al. | Mar 2021 | A1 |
20210157562 | Sethi et al. | May 2021 | A1 |
20210184780 | Yang et al. | Jun 2021 | A1 |
20210224975 | Ranca et al. | Jul 2021 | A1 |
20210240657 | Kumar | Aug 2021 | A1 |
20210256616 | Hayard et al. | Aug 2021 | A1 |
20210303644 | Shear | Sep 2021 | A1 |
20210359940 | Shen et al. | Nov 2021 | A1 |
20220020086 | Kuchenbecker et al. | Jan 2022 | A1 |
20220028928 | Seo et al. | Jan 2022 | A1 |
20220208319 | Ansari et al. | Jun 2022 | A1 |
20220237084 | Bhagi | Jul 2022 | A1 |
20220293107 | Leaman et al. | Sep 2022 | A1 |
20220300735 | Kelly et al. | Sep 2022 | A1 |
20230214892 | Christian et al. | Jul 2023 | A1 |
Number | Date | Country |
---|---|---|
2494350 | May 2004 | CA |
0461888 | Mar 1995 | EP |
2007002759 | Jan 2007 | WO |
Entry |
---|
xTime.com Web Pages, ,Jan. 8, 2015 ,1 page. |
xTimes Newsletter, vol. 7 ,2013 ,4 pages. |
Aloisio, Giovanni et al., Web-based access to the Grid using the Grid Resource Broker portal, Google ,2002 , pp. 1145-1160. |
Chadwick,D.W et al., Understanding X.500—The Directory, Available at <http://sec.cs.kent.ac.uk/x500book/>. Entire work cited., 1996. |
Hogue, et al., Thresher: Automating the Unwrapping of Semantic Content from the World Wide Web, ACM ,2005, pp. 86-95. |
Housel, Barron C. et al.,WebExpress: A client/intercept based system for optimizing Web browsing in a wireless environment, Google , 1998 ,pp. 419-431. |
Internet Archive Wayback Machine, archive of LDAP Browser.com—FAQ. Archived Dec. 11, 2000. Available at <http://web.archive.org/web/200012110152/http://www.ldapbrowser.com/faq/faq.php3?sID=fe4ae66f023d86909f35e974f3a1ce>. |
Internet Archive Wayback Machine, archive of LDAP Browser.com—Product Info. Archived Dec. 11, 2000. Available at <http://web.archive.org/web/200012110541/http://www.ldapbrowser.com/prodinfo/prodinfo.php3?sID=fe4ae66f2fo23d86909f35e974f3a1ce>. |
Internet Archive: Democracy Now, http://www.archive.org/audio/collection.php?collection=democracy_now, printed May 12, 2004, 2 pgs. |
Java 2 Platform, Enterprise Edition (J2EE) Overview, printed Mar. 6, 2010, 3 pgs. |
Java version history—Wikipedia, the free encyclopedia, printed Mar. 6, 2010, 9 pgs. |
Permissions in the Java™ 2 SDK, printed Mar. 6, 2010, 45 pgs. |
An Appointment with Destiny—The Time for Web-Enabled Scheduling has Arrived, Link Fall ,2007 ,2 pages. |
IBM Tivoli Access Manager Base Administration Guide, Version 5.1. International Business Machines Corporation. Entire book enclosed and cited. ,2003 ,402 pgs. |
NetFormx Offers Advanced Network Discovery Software, PR Newswire. Retrieved from http://www.highbeam.com/doc/1G1-54102907.html>. ,Mar. 15, 1999. |
Openbay Announces First-of-its-Kind Connected Car Repair Service, openbay.com ,Mar. 31, 2015 , 14 pages. |
Service Advisor, Automotive Dealership Institute ,2007 ,26 pages. |
Bedell,Doug et al., Dallas Morning News, “I Know Someone Who Knows Kevin Bacon”. Oct. 27, 1998. 4 pgs. |
Chatterjee,Pallab et al., On-board diagnostics not just for racing anymore, EDN.com ,May 6, 2013 ,7 pages. |
Chen,Deren et al., Business to Business Standard and Supply Chain System Framework in Virtual Enterprises, Computer Supported Cooperative Work in Design, The Sixth International Conference on 2001 ,pp. 472-476. |
Clemens Grelck, et al., A Multithread Compiler Backend for High-Level Array Programming, ,2003. |
CNY Business Journal, et al., Frank La Voila named Southern Tier Small-Business Person of 1999, ,Jun. 11, 1999 ,2 pages. |
Croswell,Wayne et al., Service Shop Optimiztion, Modern Tire Retailer ,May 21, 2013 ,7 pages. |
Davis,Peter T. et al.,Sams Teach Yourself Microsoft Windows NT Server 4 in 21 Days, Sams® Publishing, ISBN: 0-672-31555-6 , 1999, printed Dec. 21, 2008 , 15 pages. |
Derfler,Frank J. et al., How Networks Work: Millennium Edition, Que, A Division of Macmillan Computer Publishing, ISBN: 0-7897-2445-6 ,2000 ,9 pages. |
Drawbaugh,Ben et al., Automatic Link Review: an expensive way to learn better driving habits, Endgadget.com , Nov. 26, 2013 ,14 pages. |
Emmanuel,Daniel et al., Basics to Creating an Appointment System for Automotive Service Customers, Automotiveservicemanagement.com ,2006 ,9 pages. |
Hu,Bo et al., A Platform based Distributed Service Framework for Large-scale Cloud Ecosystem Development, IEEE Computer Society ,2015 ,8 pages. |
Interconnection, et al., In Roget's II The New Thesaurus. Boston, MA: Houghton Mifflin http://www.credoreference.com/entry/hmrogets/interconnection ,2003, Retrieved Jul. 16, 2009 , 1 page. |
Jenkins,Will et al., Real-time vehicle performance monitoring with data intergrity, A Thesis Submitted to the Faculty of Mississippi State University ,Oct. 2006 ,57 pages. |
Johns,Pamela et al., Competitive intelligence in service marketing, Marketing Intelligence & Planning, vol. 28, No. 5 ,2010 ,pp. 551-570. |
Lavrinc,Damon et al., First Android-powered infotainment system coming to 2012 Saab 9-3, Autoblog.com ,Mar. 2, 2011 ,8 pages. |
Lee,Adam J. et al., Searching for Open Windows and Unlocked Doors: Port Scanning in Large-Scale Commodity Clusters, Cluster Computing and the Grid, 2005. IEEE International Symposium on vol. 1 ,2005 ,pp. 146-151. |
Michener,J.R. et al., Managing System and Active-Content Integrity, Computer; vol. 33, Issue: 7 ,2000 ,pp. 108-110. |
Milic-Frayling,Natasa et al., SmartView: Enhanced Document Viewer for Mobile Devices, Google ,Nov. 15, 2002 ,11 pages. |
Needham,Charlie et al., Google Now Taking Appointments for Auto Repair Shops, Autoshopsolutions.com , Aug. 25, 2015 ,6 pages. |
Open Bank Project, et al., https://www.openbankproject.com/, retrieved Nov. 23, 2020 ,10 pages. |
openbay.com Web Pages, et al., Openbay.com, retrieved from archive.org May 14, 2019 ,Apr. 2015 ,6 pages. |
openbay.com Web Pages, et al., Openbay.com, retrieved from archive.org on May 14, 2019 ,Feb. 2014 ,2 pages. |
openbay.com Web Pages, et al., Openbay.com, retrieved from archive.org, May 14, 2019 ,Mar. 2015 ,11 pages. |
Number | Date | Country | |
---|---|---|---|
20240070117 A1 | Feb 2024 | US |