Communication device to be used as a digital sign and a method of configuring the communication device to be used as a digital sign
    21.
    发明授权
    Communication device to be used as a digital sign and a method of configuring the communication device to be used as a digital sign 有权
    要用作数字符号的通信设备以及配置要用作数字符号的通信设备的方法

    公开(公告)号:US09342318B2

    公开(公告)日:2016-05-17

    申请号:US13427890

    申请日:2012-03-23

    Applicant: Clas Sivertsen

    Inventor: Clas Sivertsen

    Abstract: Technologies are described herein for configuring a communication device to be used as a digital sign. Connection to a remote portal may occur through a transceiver of the communication device. Digital content is received from the remote portal and stored in a memory of the communication device. A digital sign mode of the communication device is activated in response to receiving a first instruction from the remote portal. In the digital sign mode, a ringing function of the communication device may be disabled. A digital content present mode of the communication device is activated in response to receiving a second instruction from the remote portal. In the digital content present mode, the digital content may be presented via at least one of a screen and a speaker of the communication device.

    Abstract translation: 这里描述了用于配置要用作数字符号的通信设备的技术。 通过通信设备的收发器可以连接到远程门户。 数字内容从远程门户接收并存储在通信设备的存储器中。 响应于从远程门户接收到第一指令,激活通信设备的数字签名模式。 在数字符号模式中,可以禁用通信设备的振铃功能。 响应于从远程门户接收到第二指令,激活通信设备的数字内容呈现模式。 在数字内容呈现模式中,数字内容可以经由通信设备的屏幕和扬声器中的至少一个呈现。

    OBJECT-ORIENTED PROGRAMMING SYSTEM AND LIBRARY
    23.
    发明申请
    OBJECT-ORIENTED PROGRAMMING SYSTEM AND LIBRARY 有权
    面向对象的编程系统和图书馆

    公开(公告)号:US20160070579A1

    公开(公告)日:2016-03-10

    申请号:US14843916

    申请日:2015-09-02

    CPC classification number: G06F9/4488 G06F8/315

    Abstract: The described technology is directed towards an object-oriented programming (OOP) system and library that maps conventional object-oriented concepts such as class hierarchies, interfaces, and static methods and properties onto a prototypal object system such as JavaScript®. Various functions of the OOP system are called to create a class-like structure that is instantiated into an object instance upon request. The OOP system allows for use of a wrapper pattern to wrap selected objects with added functionality such as validation and tracing, and to provide enhanced functionality with respect to properties, such as to call a function associated with a property when the property's value changes, and/or to lazily generate property values only when accessed.

    Abstract translation: 所描述的技术针对面向对象编程(OOP)系统和库,将传统的面向对象的概念(如类层次结构,接口和静态方法和属性)映射到原型对象系统(如JavaScript®)上。 调用OOP系统的各种功能来创建根据请求实例化为对象实例的类似类的结构。 OOP系统允许使用包装图案来包装所选择的对象,其具有诸如验证和跟踪的附加功能,并且提供关于属性的增强功能,例如当属性的值改变时调用与属性相关联的功能;以及 /或只有在访问时才能延迟生成属性值。

    FACTORY IDENTIFICATION SYSTEM
    24.
    发明申请
    FACTORY IDENTIFICATION SYSTEM 有权
    工厂鉴定系统

    公开(公告)号:US20160070545A1

    公开(公告)日:2016-03-10

    申请号:US14841632

    申请日:2015-08-31

    CPC classification number: G06F8/315 G06F8/38 G06F9/4488 G06F9/449

    Abstract: The described technology is directed towards a factory identification system, in which a factory object is provided with a factory identifier (ID) that specifies information regarding a desired object that is more specific than specifying an interface. Additional construction parameters such as an object ID may be provided to further describe the desired object. Also described are object caching and reuse, and tagging the object with information that may be preserved and later used to recreate an object.

    Abstract translation: 所描述的技术针对工厂识别系统,其中工厂对象被提供有工厂标识符(ID),其指定关于比指定接口更具体的期望对象的信息。 可以提供诸如对象ID的附加构造参数以进一步描述所需对象。 还描述了对象缓存和重用,并使用可能被保留并且稍后用于重新创建对象的信息标记对象。

    Method and apparatus for enabling layered property definition in traditional and cloud computing environments
    25.
    发明授权
    Method and apparatus for enabling layered property definition in traditional and cloud computing environments 有权
    在传统和云计算环境中实现分层属性定义的方法和装置

    公开(公告)号:US09268533B2

    公开(公告)日:2016-02-23

    申请号:US13753994

    申请日:2013-01-30

    CPC classification number: G06F8/20 G06F8/24 G06F9/4488

    Abstract: In developing custom programming, particularly for clients or tenants of a cloud computing environment, following pointers from a candidate, existing object of interest vertically to obtain inherited attributes and horizontally to obtain encapsulated properties and presenting such attributes and properties to a software developer for editing and inclusion in custom object-oriented programming facilitates and expedites accommodation of requirements of model based design for potential or existing tenants or clients of a cloud computing environment.

    Abstract translation: 在开发自定义编程时,特别是对于云计算环境的客户或租户,从候选者的下一个指针,垂直的现有对象垂直获取继承的属性并水平地获得封装的属性,并将这些属性和属性呈现给软件开发者进行编辑和 纳入定制的面向对象编程有助于并加快对云计算环境的潜在或现有租户或客户端的基于模型的设计的需求。

    Manual Refinement of Specialized Classes
    26.
    发明申请
    Manual Refinement of Specialized Classes 有权
    手工细化专业课

    公开(公告)号:US20150301808A1

    公开(公告)日:2015-10-22

    申请号:US14692593

    申请日:2015-04-21

    Abstract: While a runtime specializer may always be able to generate an automated specialized version of a generic class, in some cases an alternate form of user control over specialization may allow the use of automated specialization while also adding (or overriding) specialization-specific method implementations. In general, the set of members of a generic class may not change when the class is specialized. In other words, the same members may exist in the auto-specialized version as in the generic version. However, manual refinement of specialized classes may allow a developer to hand specialize a particular (possibly a better) representation and/or implementation of one or more methods of the specialized class.

    Abstract translation: 虽然运行时专家可能总是能够生成通用类的自动专用版本,但在某些情况下,用户控制专用化的替代形式可能允许使用自动化专业化,同时还添加(或覆盖)专门化的方法实现。 一般来说,通用类的成员集合在类是专门的时候可能不会改变。 换句话说,在通用版本中,相同的成员可能存在于自动专用版本中。 然而,专门的类的手动改进可以允许开发者专门化专门化(可能更好地)表示和/或实现专门类的一个或多个方法。

    Monadic evaluation of injected query compositions
    27.
    发明授权
    Monadic evaluation of injected query compositions 有权
    注入查询组合的单体评估

    公开(公告)号:US09075672B2

    公开(公告)日:2015-07-07

    申请号:US13279245

    申请日:2011-10-21

    Abstract: Embodiments enable the evaluation of injected queries within a monad. One or more operators with closures are received from a first process. The operators with closures represent one or more functions to be applied by a second process. The second process evaluates the received operators with closures to apply the functions within the monad. During evaluation, the second process converts the closures to simply typed closures. Further, the second process binds the converted closures within the monad to restrict execution of the functions. In some embodiments, the queries (e.g., sequences of one or more operators with closures) are composed using a set of query operators from the language integrated query (LINQ) framework encoded in uniform resource locators (URLs) in the representational state transfer (REST) style.

    Abstract translation: 实施例能够评估在monad内注入的查询。 从第一个进程接收到一个或多个具有关闭的运算符。 具有关闭的操作符代表要由第二进程应用的一个或多个功能。 第二个过程使用关闭来评估接收到的运算符,以便在monad中应用这些函数。 在评估期间,第二个过程将闭包转换为简单类型的闭包。 此外,第二过程绑定monad中的转换闭包以限制函数的执行。 在一些实施例中,使用来自在表示状态转移(REST)中的统一资源定位符(URL)中编码的语言集成查询(LINQ)框架的一组查询运算符来组合查询(例如,具有闭包的一个或多个运算符的序列) )风格。

    Service-Abstracting Query Interface
    28.
    发明申请
    Service-Abstracting Query Interface 审中-公开
    服务抽象查询界面

    公开(公告)号:US20150161199A1

    公开(公告)日:2015-06-11

    申请号:US14103698

    申请日:2013-12-11

    Applicant: Facebook, Inc.

    Inventor: Ronen Pinko

    CPC classification number: H04L67/306 G06F9/4488 G06F17/30864 H04L67/327

    Abstract: In one embodiment, at run-time, a query engine may receive a request to populate properties of an application class with data. The query engine may use reflection to inspect the application class and identify at least one platform interface providing properties of the application class. The query engine may then generate a query for a specific service associated with the platform interface. The query engine may then retrieve data from the service. After receiving a response from the service, the query engine may use reflection to bind the retrieved data to properties of the application class and return the application class in response to the request. The query engine may have previously analyzed a schema identifying data types provided by the service and generated, based on the schema, platform classes and platform interfaces.

    Abstract translation: 在一个实施例中,在运行时,查询引擎可以接收用数据填充应用类的属性的请求。 查询引擎可以使用反射来检查应用程序类,并识别提供应用程序类属性的至少一个平台接口。 然后,查询引擎可以生成与平台接口相关联的特定服务的查询。 然后,查询引擎可以从服务中检索数据。 在从服务收到响应之后,查询引擎可以使用反射来将检索到的数据绑定到应用程序类的属性,并响应于请求返回应用程序类。 查询引擎可能先前已经分析了由服务提供的标识数据类型的模式,并基于模式,平台类和平台接口生成。

    COMPUTING DEVICE FOR STATE TRANSITIONS OF RECURSIVE STATE MACHINES AND A COMPUTER-IMPLEMENTED METHOD FOR THE DEFINITION, DESIGN AND DEPLOYMENT OF DOMAIN RECURSIVE STATE MACHINES FOR COMPUTING DEVICES OF THAT TYPE
    29.
    发明申请
    COMPUTING DEVICE FOR STATE TRANSITIONS OF RECURSIVE STATE MACHINES AND A COMPUTER-IMPLEMENTED METHOD FOR THE DEFINITION, DESIGN AND DEPLOYMENT OF DOMAIN RECURSIVE STATE MACHINES FOR COMPUTING DEVICES OF THAT TYPE 有权
    用于状态状态机的状态转换的计算装置和用于计算这种类型的装置的域恢复状态机的定义,设计和部署的计算机实现方法

    公开(公告)号:US20150160988A1

    公开(公告)日:2015-06-11

    申请号:US14407927

    申请日:2013-06-04

    CPC classification number: G06F9/542 G06F7/00 G06F9/4488 G06N5/025

    Abstract: A computing device for state transitions of recursive state machines and a computer-implemented method for the definition, design and deployment of domain recursive state machines for computing devices of that type; such devices are intended for the simulation of large systems involving human and automated components, particularly the type generally called “Enterprise Applications”; such devices are also applicable to a much wider range of fields, such as cognitive modelling or robotics. The commonality between the computing device and the computer-implemented method is the Subject Predicate Object Protocol (SPOP) which is used to capture instructions by the computer-implemented method for the definition, design and deployment of recursive state machines and also is the protocol used by the computing device for state transitions of recursive state machines to communicate inbound and outbound events based on the captured instructions.

    Abstract translation: 用于递归状态机的状态转换的计算设备和用于计算这种类型的计算设备的域递归状态机的定义,设计和部署的计算机实现的方法; 这种设备旨在模拟涉及人类和自动化组件的大型系统,特别是通常称为“企业应用”的类型; 这样的设备也适用于更广泛的领域,例如认知建模或机器人。 计算设备与计算机实现的方法之间的通用性是主题谓词对象协议(SPOP),用于通过计算机实现的方法捕获指令,用于定义,设计和部署递归状态机,并且还使用了协议 由计算设备用于递归状态机的状态转换,以基于所捕获的指令来传送入站和出站事件。

    Object replacement method, system and computer program product
    30.
    发明授权
    Object replacement method, system and computer program product 有权
    对象更换方法,系统和计算机程序产品

    公开(公告)号:US09052923B2

    公开(公告)日:2015-06-09

    申请号:US13487652

    申请日:2012-06-04

    Applicant: Ehab El-Kersh

    Inventor: Ehab El-Kersh

    CPC classification number: G06F9/4428 G06F9/4488

    Abstract: Replacing an object in an object oriented model in a computer system, by interrogating the model to retrieve information defining the relationships between the object to be replaced and other components of the model is described. These relationship definitions are then used to configure the replacement object within the model so as to assume corresponding relationships with the other components. There may be established as a part of the model functions to detect changes to the relationships between objects belonging to the model, and recording the changes in a registry. This registry is then interrogated to retrieve relationship definitions necessary to replace an object.

    Abstract translation: 描述了在计算机系统中的面向对象模型中的对象,通过询问模型来检索定义待替换对象与模型的其他组件之间的关系的信息。 然后使用这些关系定义来配置模型中的替换对象,以便与其他组件呈现对应的关系。 可能会建立模型功能的一部分来检测属于模型的对象之间的关系的更改,并将注册表中的更改记录下来。 然后询问此注册表以检索替换对象所需的关系定义。

Patent Agency Ranking