Sciweavers

2477 search results - page 218 / 496
» First-Order Interactive Programming
Sort
View
VLDB
2001
ACM
83views Database» more  VLDB 2001»
14 years 2 months ago
Visual Web Information Extraction with Lixto
We present new techniques for supervised wrapper generation and automated web information extraction, and a system called Lixto implementing these techniques. Our system can gener...
Robert Baumgartner, Sergio Flesca, Georg Gottlob
IWPC
2000
IEEE
14 years 2 months ago
Types and Concept Analysis for Legacy Systems
We combine type inference and concept analysis in order to gain insight into legacy software systems. Type inference for COBOL yields the types for variables and program parameter...
Tobias Kuipers, Leon Moonen
CP
2000
Springer
14 years 2 months ago
A Constraint-Based Framework for Prototyping Distributed Virtual Applications
Abstract. This paper describes the architecture and implementation of a constraint-based framework for rapid prototyping of distributed applications such as virtual simulations, co...
Vineet Gupta, Lalita Jategaonkar Jagadeesan, Radha...
SIGCSE
1999
ACM
119views Education» more  SIGCSE 1999»
14 years 2 months ago
Computer science and general education: Java, graphics, and the Web
We describe a Computer Science General Education course offered at Hope College. This course stressesproblem-solving. It uses traditional concepts of programming, but does it with...
Gordon Stegink, Jon Pater, Daron Vroon II
JAVA
1999
Springer
14 years 2 months ago
Fixing the Java Memory Model
The Java memory model described in Chapter 17 of the Java Language Specification gives constraints on how threads interact through memory. The Java memory model is hard to interp...
William Pugh