中文
相关论文

相关论文: WebScript -- A Scripting Language for the Web

200 篇论文

We introduce SmartControllerJS, a new JavaScript library for fast, cost-effective designing of web applications controlled via everyday smartphones. At its core, SmartControllerJS establishes a connection between two webpages, one page…

人机交互 · 计算机科学 2022-08-09 Emma Poliakova , Fraser Dempster , Abubakr Mahmood , Jonathan Grizou

Browser fingerprinting is the identification of a browser through the network traffic captured during communication between the browser and server. This can be done using the HTTP protocol, browser extensions, and other methods. This paper…

密码学与安全 · 计算机科学 2024-10-29 Sandhya Aneja , Nagender Aneja

Programming a parallel computing system that consists of several thousands or even up to a million message passing processing units may ask for a language that supports waiting for and sending messages over hardware channels. As programs…

分布式、并行与集群计算 · 计算机科学 2024-09-17 Oskar Schirmer

This demo paper describes a simple and practical approach to writing cross-platform casual games using the Kotlin programming language. A key aim is to make it much easier for researchers to demonstrate their AI playing a range of games.…

软件工程 · 计算机科学 2020-08-12 Simon M. Lucas

Internet as become the way of life in the fast growing digital life.Even with the increase in the internet speed, higher latency time is still a challenge. To reduce latency, caching and pre fetching techniques can be used. However, caching…

信息检索 · 计算机科学 2017-06-29 Jyotsna Parmar , Jyoti

The notion of complex systems is common to many domains, from Biology to Economy, Computer Science, Physics, etc. Often, these systems are made of sets of entities moving in an evolving environment. One of their major characteristics is the…

数学软件 · 计算机科学 2008-12-18 Yoann Pigné , Antoine Dutot , Frédéric Guinand , Damien Olivier

Developers are starting to write large and complex applications in TypeScript, a typed dialect of JavaScript. TypeScript applications integrate JavaScript libraries via typed descriptions of their APIs called declaration files.…

编程语言 · 计算机科学 2021-08-19 Fernando Cristiani , Peter Thiemann

This paper discusses the challenges of the Internet of Things programming. Sensing and data gathering from the various sources are often the key elements of applications for Smart Cities. So, the effective programming models for them are…

网络与互联网体系结构 · 计算机科学 2015-05-26 Manfred Sneps-Sneppe , Dmitry Namiot

We describe some progress towards a new common framework for model driven engineering, based on behavioral programming. The tool we have developed unifies almost all of the work done in behavioral programming so far, under a common set of…

软件工程 · 计算机科学 2018-06-05 Michael Bar-Sinai , Gera Weiss , Reut Shmuel

Ezhil is a Tamil programming language with support for imperative programming, with mixed use of Tamil and English identifiers and function-names. Ezhil programing system is targeted toward the K-12 (junior high-school) level Tamil speaking…

计算机与社会 · 计算机科学 2013-08-12 Muthiah Annamalai

The paper presents a flexible and efficient method to secure the access to a Web site implemented in PHP script language. The algorithm is based on the PHP session mechanism. The proposed method is a general one and offers the possibility…

密码学与安全 · 计算机科学 2018-03-28 Ioan Filip , Iosif Szeidert , Cristian Vasar

Interactive program verification is characterized by iterations of unfinished proof attempts. To support the process of constructing a complete proof, many interactive program verification systems offer a proof scripting language as a…

计算机科学中的逻辑 · 计算机科学 2018-04-13 Bernhard Beckert , Sarah Grebing , and Alexander Weigl

The World Wide Web currently evolves into a Web of Linked Data where content providers publish and link data as they have done with hypertext for the last 20 years. While the declarative query language SPARQL is the de facto for querying…

数据库 · 计算机科学 2012-04-09 Olaf Hartig

A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. Web services provide a standard means of interoperating between different software applications, running on a variety of…

软件工程 · 计算机科学 2012-07-17 M. SureshKumar , P. Varalakshmi

Lawyers should write in document markup language just like web developers, digital publishers, scientists, and almost everyone else

计算机与社会 · 计算机科学 2015-07-20 Matthew Roach

WebView is an essential component in Android and iOS. It enables applications to display content from on-line resources. It simplifies task of performing a network request, parsing the data and rendering it. WebView uses a number of APIs…

密码学与安全 · 计算机科学 2013-04-30 A B Bhavani

Computer science education has promised open access around the world, but access is largely determined by what human language you speak. As younger students learn computer science it is less appropriate to assume that they should learn…

计算与语言 · 计算机科学 2019-09-11 Chris Piech , Sami Abu-El-Haija

Interoperability is the ability of a programming language to work with systems based on different languages and paradigms. These days, many widely used high-level language impementations provide access to external functionalities. In this…

编程语言 · 计算机科学 2017-03-16 Manuel Mazzara

System programming languages are typically compiled in a linear pipeline process, which is a completely opaque and isolated to end-users. This limits the possibilities of performing meta-programming in the same language and environment, and…

编程语言 · 计算机科学 2023-09-28 Ronie Salgado

Here we present a work aimed on efficiently creating textual language dialects and supporting tools for them (e.g. compiler front-ends, IDE support, pretty-printers, etc.). A dialect is a language which may be described with a (relatively…

编程语言 · 计算机科学 2009-06-10 Andrey Breslav