Floating bicycle gear indicator
    1.
    发明授权
    Floating bicycle gear indicator 失效
    浮动自行车齿轮指示器

    公开(公告)号:US06394021B1

    公开(公告)日:2002-05-28

    申请号:US09681055

    申请日:2000-12-13

    IPC分类号: B62K2112

    摘要: A gear indicator for a bicycle that includes first and second control cables connected to first and second shift actuators, respectively. The gear indicator includes a housing mounted onto the control cables. The housing is spaced apart from the shift actuators and is not attached to the handlebars. First and second pulleys are disposed in the housing and are rotatable by a displacement of the first and second control cables, respectively. First and second gear display elements are movable in response to the rotation of the first and second pulleys. The first and second display elements indicate the currently selected gears of the bicycle.

    摘要翻译: 一种用于自行车的齿轮指示器,其包括分别连接到第一和第二换档致动器的第一和第二控制缆索。 齿轮指示器包括安装在控制电缆上的壳体。 壳体与换档致动器间隔开,并且不附接到把手。 第一和第二滑轮设置在壳体中并且可以分别通过第一和第二控制电缆的位移而旋转。 第一和第二齿轮显示元件可响应于第一和第二滑轮的旋转而运动。 第一和第二显示元件指示自行车当前选择的档位。

    INCREMENTAL DATA STORAGE METHOD, APPARATUS, INTERFACE, AND SYSTEM
    2.
    发明申请
    INCREMENTAL DATA STORAGE METHOD, APPARATUS, INTERFACE, AND SYSTEM 有权
    增量数据存储方法,设备,界面和系统

    公开(公告)号:US20070156794A1

    公开(公告)日:2007-07-05

    申请号:US11619151

    申请日:2007-01-02

    IPC分类号: G06F17/30

    摘要: An interface for managing incremental data storage includes a write function that appends an entry to an incremental log, a read function that retrieves a most recent log entry corresponding to a block address, and a snapshot function that automatically partitions the incremental log into an additional volume. The interface may also include a policy assignment function that associates specified policies with explicitly or implicitly specified resources, a read entry function that retrieves sequential entries from the incremental log, and a compact volume function. The provided functions and associated apparatus, method, and system, facilitate management of incremental data including snapshot, remote copy, data compaction, policy management, data restoration, and other operations on data storage devices and systems.

    摘要翻译: 用于管理增量数据存储的界面包括将一个条目附加到增量日志的写入功能,检索对应于块地址的最新日志条目的读取功能,以及将增量日志自动分区到附加卷的快照功能 。 接口还可以包括将指定的策略与显式或隐含指定资源相关联的策略分配功能,从增量日志中检索顺序条目的读取条目功能以及紧凑卷功能。 提供的功能和相关的设备,方法和系统,便于对数据存储设备和系统的增量数据进行管理,包括快照,远程复制,数据压缩,策略管理,数据恢复和其他操作。

    Fluid containment assembly for use in hydroblast cleaning
    3.
    发明申请
    Fluid containment assembly for use in hydroblast cleaning 有权
    用于水力清洗的流体容纳组件

    公开(公告)号:US20060266390A1

    公开(公告)日:2006-11-30

    申请号:US11141146

    申请日:2005-05-31

    申请人: John Lake

    发明人: John Lake

    IPC分类号: B08B3/02

    摘要: An assembly for use in the collection and disposal of water and debris during the hydroblast cleaning of a heat exchanger including a containment shield having an end portion and an annular portion mounted adjacent one end of the heat exchanger such that the annular portion circumscribes the area between the end of the heat exchanger and the end portion of the shield and a flexible waterproof shroud disposed about the containment shield for collecting water and debris generated during the hydroblast cleaning and directing same to a collection location. Optionally, an energy absorbent element can be mounted adjacent said one end of the heat exchanger. A portable washing and back spray collection station is optionally positioned about the upstream end of the heat exchanger.

    摘要翻译: 一种用于在热交换器的水热清洗期间收集和处置水和碎屑的组件,其包括具有端部的容纳屏蔽件和邻近热交换器的一端安装的环形部分,使得环形部分限定 热交换器的端部和屏蔽件的端部以及围绕容纳屏蔽设置的柔性防水罩,用于收集在喷砂清洗过程中产生的水和碎屑,并将其引导到收集位置。 可选地,能量吸收元件可以安装在热交换器的所述一端附近。 便携式洗涤和反向喷雾收集站可选地围绕热交换器的上游端定位。

    Determining software complexity
    4.
    发明申请
    Determining software complexity 失效
    确定软件复杂性

    公开(公告)号:US20050210440A1

    公开(公告)日:2005-09-22

    申请号:US10801369

    申请日:2004-03-16

    申请人: John Lake

    发明人: John Lake

    IPC分类号: G06F9/44

    摘要: Methods, apparatus, and computer program products for determining software complexity. A plurality of versions of a software module whose complexity is to be determined are compressed. Lengths of the compressed versions are compared, one with another, to provide complexity metrics.

    摘要翻译: 用于确定软件复杂性的方法,设备和计算机程序产品。 压缩要复制的软件模块的多个版本。 将压缩版本的长度与另一个进行比较,以提供复杂性度量。

    System and method for reducing memory leaks in virtual machine programs
    5.
    发明申请
    System and method for reducing memory leaks in virtual machine programs 失效
    减少虚拟机程序中内存泄漏的系统和方法

    公开(公告)号:US20050004884A1

    公开(公告)日:2005-01-06

    申请号:US10612802

    申请日:2003-07-02

    申请人: John Lake

    发明人: John Lake

    IPC分类号: G06F9/45 G06F12/02 G06F17/30

    摘要: A system and method is provided for reducing memory leaks in virtual machine programs, such as those encountered in programs running in the Java Virtual Machine (JVM) environment. A compiler, such as a Java Just-In-Time (JIT) compiler, is used to identify the last use of an variable and, subsequent to the program statement where the last use occurs, insert a nullification statement. The nullification statement nullifies the variable so that it no longer references an object stored in a garbage collected heap. Variables in a program are identified in the activation records of the program. The nullification statement, when executed, severs the link between the program and the objects stored in the garbage-collected heap so that the program is no longer seen as a “root” for the object, often enabling the garbage collector to reclaim memory occupied by the object sooner.

    摘要翻译: 提供了一种系统和方法,用于减少虚拟机程序中的内存泄漏,例如在Java虚拟机(JVM)环境中运行的程序中遇到的漏洞。 编译器(例如Java Just-In-Time(JIT)编译器)用于识别变量的最后使用,并且在最后一次使用的程序语句之后插入无效语句。 无效语句使变量无效,使其不再引用存储在垃圾回收堆中的对象。 程序中的变量在程序的激活记录中被识别。 无效语句在执行时会切断程序与存储在垃圾收集堆中的对象之间的链接,以使程序不再被视为对象的“根”,通常使垃圾回收器能够回收由 对象更早

    System and method for providing trickle resource discovery
    6.
    发明申请
    System and method for providing trickle resource discovery 失效
    提供涓流资源发现的系统和方法

    公开(公告)号:US20070168554A1

    公开(公告)日:2007-07-19

    申请号:US11325139

    申请日:2006-01-03

    IPC分类号: G06F15/16

    摘要: A method, apparatus, and computer-usable medium for retrieving a first entry from a collection of trickle confirmation entries (associated with a first collection of resources that require configuration confirmation) from a trickle confirmation queue. A first resource among the first collection of resources associated with the first entry from the collection of trickle confirmation entries is queried for a potential change in configuration of the first resource. If a potential change in configuration is detected, the first entry from the collection of trickle confirmation entries is inserted on a trickle update queue. A first entry from a collection of trickle update entries (associated with a second collection of resources that require configuration update) is retrieved from the trickle update queue. Configuration information regarding a first resource associated with the first entry from the collection of trickle update entries is updated.

    摘要翻译: 一种用于从涓流确认队列中从涓流确认条目(与需要配置确认的资源的第一集合相关联)的集合中检索第一条目的方法,装置和计算机可用介质。 查询与第一个资源相关联的第一个资源集合中的第一个资源,以查找第一个资源配置的潜在变化。 如果检测到配置的潜在变化,则从涓流确认条目的收集中的第一个条目插入到涓流更新队列中。 从涓流更新队列中检索从涓流更新条目(与需要配置更新的资源的第二个集合相关联)的集合中的第一个条目。 关于从涓流更新条目的集合中与第一条目相关联的第一资源的配置信息被更新。

    Apparatus and method to implement data management protocols using a projector
    7.
    发明申请
    Apparatus and method to implement data management protocols using a projector 审中-公开
    使用投影机实现数据管理协议的装置和方法

    公开(公告)号:US20060168661A1

    公开(公告)日:2006-07-27

    申请号:US11043508

    申请日:2005-01-25

    IPC分类号: H04N7/16 G06F17/30 G03B23/02

    摘要: A method is disclosed to implement data management protocols using a projector. The method provides first information comprising data and metadata to the projector, where that metadata comprises data management protocols for said first information. The method then determines by the projector if the data management protocols designate a time interval. If the data management protocols designate a time interval, then the method determines, by the projector, that time interval, the current time, and if the current time is within the time interval. If the current time is not within the time interval, then the method does not permit presentation of the first information using the projector. Alternatively, if the current time is within the time interval, then the method permits presentation of the first information using the projector.

    摘要翻译: 公开了一种实现使用投影仪的数据管理协议的方法。 该方法向投影仪提供包括数据和元数据的第一信息,其中元数据包括用于所述第一信息的数据管理协议。 然后,该方法由投影仪确定数据管理协议是否指定时间间隔。 如果数据管理协议指定时间间隔,则该方法由投影机确定该时间间隔,当前时间,以及当前时间是否在时间间隔内。 如果当前时间不在时间间隔内,则该方法不允许使用投影仪呈现第一信息。 或者,如果当前时间在时间​​间隔内,则该方法允许使用投影仪呈现第一信息。

    Method, system, and computer program product for detecting memory management anti-patterns
    8.
    发明申请
    Method, system, and computer program product for detecting memory management anti-patterns 失效
    方法,系统和计算机程序产品,用于检测内存管理反模式

    公开(公告)号:US20060080364A1

    公开(公告)日:2006-04-13

    申请号:US10960184

    申请日:2004-10-07

    申请人: John Lake

    发明人: John Lake

    IPC分类号: G06F17/30

    摘要: The present invention provides a method, system, and computer program product for detecting memory management anti-patterns. The method comprises: periodically generating census data for at least one object type in a heap; collecting the periodically generated census data for each object type into a time series; analyzing each time series; and classifying each time series into one of a plurality of different categories based on the analysis.

    摘要翻译: 本发明提供一种用于检测存储器管理反模式的方法,系统和计算机程序产品。 该方法包括:定期生成堆中至少一个对象类型的普查数据; 将每个对象类型的定期生成的人口普查数据收集到时间序列中; 分析每个时间序列; 并且基于分析将每个时间序列分类为多个不同类别中的一个。

    System and method for automatic population of instant messenger lists
    9.
    发明申请
    System and method for automatic population of instant messenger lists 失效
    即时通讯录列表的自动种群的系统和方法

    公开(公告)号:US20050080859A1

    公开(公告)日:2005-04-14

    申请号:US10684986

    申请日:2003-10-14

    申请人: John Lake

    发明人: John Lake

    IPC分类号: G06F15/16 H04L12/58 H04L29/08

    摘要: A system and method that automatically adds contacts to a user's instant messaging buddy list is provided. The contacts are added based upon existing database (i.e., directory) information as well as meeting information extracted from the user's calendar. The list of calendar contacts is included with the user's calendar. This list is used to automatically populate the user's buddy list. In one embodiment, a buddy list “group” is initialized for calendar entries. Contacts are also added to a user's buddy list through database queries. The group of contacts resulting from the query are then added to the user's buddy list. Contacts added to the user's buddy list through the user's calendar or through database queries can be made permanent or temporary. Temporary contacts are automatically removed after a specified period of time.

    摘要翻译: 提供了一种自动将联系人添加到用户的即时通讯好友列表的系统和方法。 基于现有数据库(即目录)信息以及从用户日历提取的会议信息来添加联系人。 日历联系人列表包含在用户的日历中。 此列表用于自动填充用户的好友列表。 在一个实施例中,为日历条目初始化好友列表“组”。 联系人也通过数据库查询添加到用户的好友列表。 然后将该查询产生的联系人组添加到用户的好友列表中。 通过用户日历或通过数据库查询添加到用户的好友列表中的联系人可以被永久或临时添加。 临时联络人在指定的时间内自动删除。