Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- extended-abstractNovember 2017
Make and connect: enabling people to connect through their things
- Margot Brereton,
- Min Zhen Chai,
- Alessandro Soro,
- Aloha Hufana Ambe,
- Daniel Johnson,
- Peta Wyeth,
- Paul Roe,
- Yvonne Rogers
OzCHI '17: Proceedings of the 29th Australian Conference on Computer-Human InteractionPages 612–616https://doi.org/10.1145/3152771.3156182Staying connected is vital to maintaining good relationships, yet feelings of disconnection or isolation distance, time differences, or simply busy lives. Everyday interactions, family rituals and habits are often lost, in spite of the pervasiveness of ...
- research-articleJuly 2015
CCLS: An Efficient Local Search Algorithm for Weighted Maximum Satisfiability
IEEE Transactions on Computers (ITCO), Volume 64, Issue 7Pages 1830–1843https://doi.org/10.1109/TC.2014.2346196The maximum satisfiability (MAX-SAT) problem, especially the weighted version, has extensive applications. Weighted MAX-SAT instances encoded from real-world applications may be very large, which calls for efficient approximate methods, mainly stochastic ...
- research-articleApril 2014
Emerging sites of HCI innovation: hackerspaces, hardware startups & incubators
CHI '14: Proceedings of the SIGCHI Conference on Human Factors in Computing SystemsPages 439–448https://doi.org/10.1145/2556288.2557132In this paper, we discuss how a flourishing scene of DIY makers is turning visions of tangible and ubiquitous computing into products. Drawing on long-term multi-sited ethnographic research and active participation in DIY making, we provide insights ...
- articleJanuary 2014
Make, Buy, or Ally? Choice of and Payoff from Announcements of Alternate Strategies for Innovations
Firms constantly grapple with the question of whether to make, buy, or ally for innovations. The literature has not, to our knowledge, analyzed the choice of and payoff from these alternate routes to innovation for the same firm. To address this issue, ...
- ArticleNovember 2002
Language-specific make technology for the Java programming language
OOPSLA '02: Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applicationsPages 373–385https://doi.org/10.1145/582419.582453Keeping the code of a Java application consistent (code is consistent if all of the project classes can be recompiled together without errors) prevents late linking errors, and thus may significantly improve development turnaround time. In this paper we ...
Also Published in:
ACM SIGPLAN Notices: Volume 37 Issue 11 - ArticleJuly 2002
Safeness of Make-Based Incremental Recompilation
FME '02: Proceedings of the International Symposium of Formal Methods Europe on Formal Methods - Getting IT RightPages 126–145The make program is widely used in large software projects to reduce compilation time. make skips source files that would have compiled to the same result as in the previous build. (Or so it is hoped.) The crucial issue of safeness of omitting a brute-...