Architecture and Services for Modeling Contagions on Large Networked Populations

Total Page:16

File Type:pdf, Size:1020Kb

Architecture and Services for Modeling Contagions on Large Networked Populations Providing High Performance Computing based Models as a Service: Architecture and Services for Modeling Contagions on Large Networked Populations Sherif Hanie El Meligy Abdelhamid Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science and Applications Chris J. Kuhlman, Co-Chair Madhav V. Marathe, Co-Chair Mohamed Kholief Chris North Sekharipuram S. Ravi Tuesday 15th November, 2016 Blacksburg, Virginia Keywords: Social Behavior, Contagions, Networks, Control of Contagion Processes, Graph Dynamical Systems, Modeling and Simulation, Open Science, Software Systems, Web Services Copyright 2016, Sherif E. Abdelhamid Providing High Performance Computing based Models as a Service: Architecture and Services for Modeling Contagions on Large Networked Populations Sherif E. Abdelhamid (ABSTRACT) Network science emerged as an interdisciplinary field over the last 20 years, and played a central role to address fundamental problems in other fields, e.g., epidemiology, public health, and transportation, and is now part of most university curriculums. Network dynamics is a major area within network science where researchers study different forms of processes in networked populations, such as the spread of emotions, influence, opinions, flu, ebola, and mass movements. These processes often referred to individually and collectively as contagions. Contagions are increasingly studied because of their economic, social, and political impacts. Yet, resources for studying network dynamics are largely dispersed and stand-alone. Furthermore, many researchers interested in the study of networks are not computer scientists. As a result, they do not have easy access to computing and data resources. Even with the presence of software or tools, it is challenging to install, build, and maintain software. These challenges create a barrier for researchers and domain scientists. The goal of this work is the design and implementation of a research framework for modeling contagions on large networked populations. The framework consists of various systems and services that provide support for researchers and domain scientists at different stages of their research workflow. Providing High Performance Computing based Models as a Service: Architecture and Services for Modeling Contagions on Large Networked Populations Sherif E. Abdelhamid (GENERAL AUDIENCE ABSTRACT) Network science is a field which studies complex networks. Network science emerged over the last 20 years as an interdisciplinary academic field which integrates data, tools, and theories from multiple disciplines, and use this integration to address fundamental problems in other fields, e.g., epidemiology, public health, and transportation, and is now part of most university curriculums. Network dynamics is a major area within network science where researchers study different forms of processes in networked populations, such as the spread of emotions, influence, opinions, flu, ebola, and mass movements. These processes often referred to individually and collectively as contagions. Contagions are increasingly studied because of their economic, social, and political impacts. To study contagions, researchers and domain scientists need both software and hardware that can collect, analyze, and manage large volumes of networked data. Furthermore, for non-computer scientists, it is more challenging to install, build, and maintain the software with the required hardware. These challenges create a barrier for researchers and domain scientists to conduct their experiments and replicate others’ work. The goal of this work is the design and implementation of various systems and services that provide support for researchers and domain scientists at different stages of their research workflow. Dedication I would like to dedicate my PhD dissertation to my lovely sons Yaseen and Yusuf for the joy they brought to my life. My wife Mona for her endless love, kindness, and support. My parents Eman and Hany, my brother Karim, and all my family in Egypt for encouraging and guiding me all the time. iv Acknowledgments I am very grateful to my advisor, Dr. Chris J. Kuhlman who helped me with my PhD research, taught me various professional skills, and was always motivating and encouraging. I thank My advisor, Prof. Madhav V. Marathe, who guided me throughout my research, and I am very grateful to him for providing such a stimu- lating and interactive environment at Network Dynamics and Simulation Science Laboratory (NDSSL). I would like to thank Prof. S. S. Ravi, Prof. Chris North, and Prof. Mohamed Kholief, as they worked closely with me on different aspects of my re- search, and provided their valuable advice and feedback. I would like to thank all my friends, colleagues, and NDSSL members for their friendship, advice, and support. At last but not the least, I would like to thank my parents, my wife, and all my family for their unconditional support and love. v Contents 1 Introduction1 1.1 Background . .1 1.2 Challenges for Domain Scientists . .2 1.3 Research Motivation and Objectives . .3 1.4 Graph Dynamical Systems Foundations . .4 1.4.1 GDS Overview . .4 1.4.2 Illustrative Examples . .8 1.5 Research Question, Solutions and Hypotheses . 11 1.6 Research Overview, Approach and Contributions . 12 1.6.1 GDSC . 13 1.6.2 EDISON . 14 1.6.3 MARS . 15 1.6.4 NEMO . 15 1.7 Document Structure . 16 2 Literature Review 17 2.1 GDSC Related Work . 17 2.2 EDISON Related Work . 19 2.3 MARS Related Work . 22 vi 2.4 NEMO Related Work . 24 2.5 Agent-based Modeling of Depression Related Work . 26 3 GDSC: Graph Dynamical Systems Calculator 29 3.1 Introduction . 29 3.1.1 Technical Challenges . 30 3.1.2 Contributions . 30 3.2 GDSC System Overview . 34 3.3 Web Application and System Features . 36 3.3.1 Analysis Inputs . 37 3.3.2 Analysis Log . 45 3.3.3 Auto Regression Testing . 47 3.4 Illustrative Case Study . 49 3.5 Limitations . 51 4 EDISON: A Web Application for Evaluation of Network-Based Social Dynam- ics 52 4.1 Introduction . 52 4.1.1 Technical Challenges . 53 4.1.2 Contributions . 53 4.2 Behavior Models . 55 4.2.1 Need For Web Application Functionality . 56 4.3 User Interface . 59 4.4 System Architecture . 63 4.4.1 Middleware . 64 4.4.2 Integration with MARS . 64 vii 4.4.3 InterSim Simulation Engine . 65 4.4.4 HPC Hardware Resources . 66 4.5 Illustrative Case Studies . 66 4.5.1 Networks and Simulations . 66 4.5.2 Simulation Results . 67 4.6 Usability . 76 4.7 Limitations . 76 5 MARS: Network Services and Their Compositions for Network Science 78 5.1 Introduction . 78 5.1.1 Technical Challenges . 79 5.1.2 Contributions . 80 5.2 MARS System Overview . 82 5.3 Network Services . 85 5.3.1 Network Storage Service, NStS . 85 5.3.2 Network Query Service, NQS, and Network Query Parsing Service, NQPS . 85 5.3.3 Network Query Search Service, NQSS . 87 5.3.4 Network Measure Service, NMS . 87 5.4 System Workflow Service . 89 5.4.1 Query Execution Workflow . 89 5.4.2 Query Validation Workflow . 90 5.5 Illustrative Case Study . 92 5.6 Performance Evaluation . 93 5.7 MARS Implementation . 98 5.8 Limitations . 98 viii 6 Understanding Contagion Dynamics in Networked Populations Through Data Exploration and Visualization 99 6.1 Introduction . 99 6.1.1 Contributions . 100 6.2 NEMO Overview . 101 6.2.1 Summary of User Features . 101 6.2.2 Additional Details . 102 6.3 Illustrative Case Study . 106 6.4 Limitations . 110 7 Agent-Based Modeling and Simulation of Depression and Its Impact on Students’ Success and Academic Retention 111 7.1 Overview . 111 7.2 Introduction . 112 7.2.1 Background . 112 7.2.2 Motivation for Agent-based Modeling of Depression . 113 7.2.3 Contributions . 114 7.3 Data and Methodology . 115 7.3.1 College Social Network . 115 7.3.2 Contagion (Behavioral) Model . 116 7.4 Simulation Results . 127 7.4.1 Effect of peer influence on the number of depressed students . 127 7.4.2 Effect of symptom influence on the number of depressed students 127 7.4.3 Students predisposed to depression . 128 7.5 Discussion . 130 7.6 Implications . 131 ix 7.7 Limitations . 131 8 A Survey on Research Practices and Usability Evaluation of EDISON System133 8.1 Introduction . 133 8.2 Study Design . 134 8.2.1 Mixed Methods Approach . 134 8.2.2 Study Participants . 134 8.3 Research Practices Survey . ..
Recommended publications
  • Lightweight Django USING REST, WEBSOCKETS & BACKBONE
    Lightweight Django USING REST, WEBSOCKETS & BACKBONE Julia Elman & Mark Lavin Lightweight Django LightweightDjango How can you take advantage of the Django framework to integrate complex “A great resource for client-side interactions and real-time features into your web applications? going beyond traditional Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, apps and learning how WebSockets, and client-side MVC frameworks such as Backbone.js into Django can power the new or existing projects. backend of single-page Learn how to make the most of Django’s decoupled design by choosing web applications.” the components you need to build the lightweight applications you want. —Aymeric Augustin Once you finish this book, you’ll know how to build single-page applications Django core developer, CTO, oscaro.com that respond to interactions in real time. If you’re familiar with Python and JavaScript, you’re good to go. “Such a good idea—I think this will lower the barrier ■ Learn a lightweight approach for starting a new Django project of entry for developers ■ Break reusable applications into smaller services that even more… the more communicate with one another I read, the more excited ■ Create a static, rapid prototyping site as a scaffold for websites and applications I am!” —Barbara Shaurette ■ Build a REST API with django-rest-framework Python Developer, Cox Media Group ■ Learn how to use Django with the Backbone.js MVC framework ■ Create a single-page web application on top of your REST API Lightweight ■ Integrate real-time features with WebSockets and the Tornado networking library ■ Use the book’s code-driven examples in your own projects Julia Elman, a frontend developer and tech education advocate, started learning Django in 2008 while working at World Online.
    [Show full text]
  • WEB2PY Enterprise Web Framework (2Nd Edition)
    WEB2PY Enterprise Web Framework / 2nd Ed. Massimo Di Pierro Copyright ©2009 by Massimo Di Pierro. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600, or on the web at www.copyright.com. Requests to the Copyright owner for permission should be addressed to: Massimo Di Pierro School of Computing DePaul University 243 S Wabash Ave Chicago, IL 60604 (USA) Email: [email protected] Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no representations or warranties with respect to the accuracy or completeness of the contents of this book and specifically disclaim any implied warranties of merchantability or fitness for a particular purpose. No warranty may be created ore extended by sales representatives or written sales materials. The advice and strategies contained herein may not be suitable for your situation. You should consult with a professional where appropriate. Neither the publisher nor author shall be liable for any loss of profit or any other commercial damages, including but not limited to special, incidental, consequential, or other damages. Library of Congress Cataloging-in-Publication Data: WEB2PY: Enterprise Web Framework Printed in the United States of America.
    [Show full text]
  • Technology Adoption in Input-Output Networks
    A Service of Leibniz-Informationszentrum econstor Wirtschaft Leibniz Information Centre Make Your Publications Visible. zbw for Economics Han, Xintong; Xu, Lei Working Paper Technology adoption in input-output networks Bank of Canada Staff Working Paper, No. 2019-51 Provided in Cooperation with: Bank of Canada, Ottawa Suggested Citation: Han, Xintong; Xu, Lei (2019) : Technology adoption in input-output networks, Bank of Canada Staff Working Paper, No. 2019-51, Bank of Canada, Ottawa This Version is available at: http://hdl.handle.net/10419/210791 Standard-Nutzungsbedingungen: Terms of use: Die Dokumente auf EconStor dürfen zu eigenen wissenschaftlichen Documents in EconStor may be saved and copied for your Zwecken und zum Privatgebrauch gespeichert und kopiert werden. personal and scholarly purposes. Sie dürfen die Dokumente nicht für öffentliche oder kommerzielle You are not to copy documents for public or commercial Zwecke vervielfältigen, öffentlich ausstellen, öffentlich zugänglich purposes, to exhibit the documents publicly, to make them machen, vertreiben oder anderweitig nutzen. publicly available on the internet, or to distribute or otherwise use the documents in public. Sofern die Verfasser die Dokumente unter Open-Content-Lizenzen (insbesondere CC-Lizenzen) zur Verfügung gestellt haben sollten, If the documents have been made available under an Open gelten abweichend von diesen Nutzungsbedingungen die in der dort Content Licence (especially Creative Commons Licences), you genannten Lizenz gewährten Nutzungsrechte. may exercise further usage rights as specified in the indicated licence. www.econstor.eu Staff Working Paper/Document de travail du personnel 2019-51 Technology Adoption in Input-Output Networks by Xintong Han and Lei Xu Bank of Canada staff working papers provide a forum for staff to publish work-in-progress research independently from the Bank’s Governing Council.
    [Show full text]
  • Introducing Python
    Introducing Python Bill Lubanovic Introducing Python by Bill Lubanovic Copyright © 2015 Bill Lubanovic. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/ institutional sales department: 800-998-9938 or [email protected]. Editors: Andy Oram and Allyson MacDonald Indexer: Judy McConville Production Editor: Nicole Shelby Cover Designer: Ellie Volckhausen Copyeditor: Octal Publishing Interior Designer: David Futato Proofreader: Sonia Saruba Illustrator: Rebecca Demarest November 2014: First Edition Revision History for the First Edition: 2014-11-07: First release 2015-02-20: Second release See http://oreilly.com/catalog/errata.csp?isbn=9781449359362 for release details. The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. Introducing Python, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While the publisher and the author have used good faith efforts to ensure that the information and instruc‐ tions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work.
    [Show full text]
  • Translate Toolkit Documentation Release 2.0.0
    Translate Toolkit Documentation Release 2.0.0 Translate.org.za Sep 01, 2017 Contents 1 User’s Guide 3 1.1 Features..................................................3 1.2 Installation................................................4 1.3 Converters................................................6 1.4 Tools................................................... 57 1.5 Scripts.................................................. 96 1.6 Use Cases................................................. 107 1.7 Translation Related File Formats..................................... 124 2 Developer’s Guide 155 2.1 Translate Styleguide........................................... 155 2.2 Documentation.............................................. 162 2.3 Building................................................. 165 2.4 Testing.................................................. 166 2.5 Command Line Functional Testing................................... 168 2.6 Contributing............................................... 170 2.7 Translate Toolkit Developers Guide................................... 172 2.8 Making a Translate Toolkit Release................................... 176 2.9 Deprecation of Features......................................... 181 3 Additional Notes 183 3.1 Release Notes.............................................. 183 3.2 Changelog................................................ 246 3.3 History of the Translate Toolkit..................................... 254 3.4 License.................................................. 256 4 API Reference 257 4.1
    [Show full text]
  • Confessions of an Online Stalker Acknowledgements
    CONFESSIONS OF AN ONLINE STALKER ACKNOWLEDGEMENTS The following text Confessions of an Online Stalker is my critical reflection on a 3-year research project titled Future Guides: From Information to Home carried out between 2010-2014 within the Norwegian Artistic Fellowship Programme, and around the Ber- gen Academy of Art and Design. A final exhibition of my artistic research,Your Revolu- tion Begins at Home, took place at the USF Gallery and Cinemateket in Bergen, Sep- tember 4-14, 2014. Throughout my artistic research project, I have been blessed with a succession of engaging discussion partners who have provided invaluable assistance in the development of my research. The generosity of their time and readiness to talk things through have helped me to develop and reflect on the artistic research methods used to carry out this work. The following texts take the form of a series of conversa- tions because the creation of the work takes place through a long process of discussion, debate, negotiation and reflection. As I refer to a statement made by Deleuze in my introduction, “Creation is all about mediators which means that you are always working in a group, within a dialogue.” Therefore, I would like to acknowledge the many inter- locutors who contributed throughout this long process. They are and in no particular order of importance: Ellen Røed, Frans Jacobi, Magnus Bärtås, Suzanna Milevska, Lina Selander, Marcos Garcia, Marta Peirano, Fré Sonneveld, Brendan Howell, Sadie Plant, Amanda Steggell, Jeremy Welsh, Pedro Gomez-Egaña, François
    [Show full text]
  • Book of Abstracts Ii Contents
    CHEP 2009 Saturday, 21 March 2009 - Friday, 27 March 2009 Prague Book of Abstracts ii Contents Site specific monitoring from multiple information systems – the HappyFace Project . 1 Advanced Data Extraction Infrastructure: Web Based System for Management of Time Series Data .......................................... 1 CMS Data Acquisition System Software ............................ 2 Monitoring the CMS Data Acquisition System ........................ 2 An Assessment of a Model for Error Processing in the CMS Data Acquisition System . 3 Control Oriented Ontology Language ............................. 4 FROG : The Fast & Realistic OpenGl Event Displayer .................... 4 Reliable online data-replication in LHCb ........................... 5 TMVA - The Toolkit for Multivariate Data Analysis ..................... 5 Migration of Monte Carlo Simulation of High Energy Atmospheric Showers to GRID In- frastructure ......................................... 5 Virtuality and Efficiency - Overcoming Past Antinomy in the Remote Collaboration Expe- rience ............................................ 6 High availability using virtualization ............................. 7 Indico Central - Events Organisation, Ergonomics and Collaboration Tools Integration . 7 Alternative Factory Model for Event Processing with Data on Demand .......... 8 Multi-threaded Event Reconstruction with JANA ...................... 8 A minimal xpath parser for accessing XML tags from C++ ................. 8 A Comparison of Data-Access Platforms for BaBar and ALICE analysis
    [Show full text]
  • IAU Catalyst, June 2021
    IAU Catalyst, June 2021 Information Bulletin Contents Editorial ............................................................................................................... 3 1 Executive Committee ....................................................................................... 6 2 IAU Divisions, Commissions & Working Groups .......................................... 8 3 News ................................................................................................................. 13 4 Scientific Meetings .......................................................................................... 16 5 IAU Offices ....................................................................................................... 18 6 Science Focus .................................................................................................. 24 7 IAU Publications .............................................................................................. 26 8 Cooperation with other Unions and Organisations ...................................... 28 9 IAU Timeline: Dates and Deadlines ................................................................ 31 2 IAU Catalyst, June 2021 Editorial My term as General Secretary has been most exciting, and has included notable events in the life of the Union, particularly the implementation of the IAU’s first global Strategic Plan (https:// www.iau.org/administration/about/strategic_plan/), which clearly states the IAU mission and goals for the decade 2020–2030. It also included the IAU’s centenary
    [Show full text]
  • Specialising Dynamic Techniques for Implementing the Ruby Programming Language
    SPECIALISING DYNAMIC TECHNIQUES FOR IMPLEMENTING THE RUBY PROGRAMMING LANGUAGE A thesis submitted to the University of Manchester for the degree of Doctor of Philosophy in the Faculty of Engineering and Physical Sciences 2015 By Chris Seaton School of Computer Science This published copy of the thesis contains a couple of minor typographical corrections from the version deposited in the University of Manchester Library. [email protected] chrisseaton.com/phd 2 Contents List of Listings7 List of Tables9 List of Figures 11 Abstract 15 Declaration 17 Copyright 19 Acknowledgements 21 1 Introduction 23 1.1 Dynamic Programming Languages.................. 23 1.2 Idiomatic Ruby............................ 25 1.3 Research Questions.......................... 27 1.4 Implementation Work......................... 27 1.5 Contributions............................. 28 1.6 Publications.............................. 29 1.7 Thesis Structure............................ 31 2 Characteristics of Dynamic Languages 35 2.1 Ruby.................................. 35 2.2 Ruby on Rails............................. 36 2.3 Case Study: Idiomatic Ruby..................... 37 2.4 Summary............................... 49 3 3 Implementation of Dynamic Languages 51 3.1 Foundational Techniques....................... 51 3.2 Applied Techniques.......................... 59 3.3 Implementations of Ruby....................... 65 3.4 Parallelism and Concurrency..................... 72 3.5 Summary............................... 73 4 Evaluation Methodology 75 4.1 Evaluation Philosophy
    [Show full text]
  • Stefano Meschiari Education W
    Stefano Meschiari education W. J. McDonald Fellow, University of Texas at Austin 2012 Doctor of Philosophy Astronomy & Astrophysics UT Austin, Department of Astronomy University of California, Santa Cruz H +1 (512) 471-3574 B [email protected] 2006 Master of Science (with highest honors) m http://stefano-meschiari.github.io Astronomy m http://www.save-point.io University of Bologna, Italy 2004 Bachelor of Science (with highest honors) research interests Astronomy • Extra-solar planet detection and dynamical modeling University of Bologna, Italy of radial velocity and transit data • N-body and hydrodynamical simulations applied to publications 17 refereed papers, 8 1st-author, h=12 proto-planetary disk evolution and planetary forma- Meschiari, S., Circumbinary Planet Formation in the Kepler- tion 16 System. II. A Toy Model for In-situ Planet Formation within • Data analysis through high-performance algorithms a Debris Belt, 2014, ApJ and citizen science Meschiari, S., Planet Formation in Circumbinary Configu- • Education and outreach through online engagement. rations: Turbulence Inhibits Planetesimal Accretion, 2012, ApJL work & research experience Meschiari, S., Circumbinary planet formation in the Kepler- 16 system. I. N-Body simulations, 2012, ApJ 2012-Present W. J. McDonald Postdoctoral Fellow Meschiari, S., et al., The Lick-Carnegie Survey: Four New University of Texas at Austin Exoplanet Candidates, 2011, ApJ Conduct research on planet formation in disturbed Meschiari, S. & Laughlin, G., Systemic: a testbed for charac- environments through numerical simulations, lead the terizing the detection of extrasolar planets. II. Full solutions development of the Systemic software for use in the data to the Transit Timing inverse problem, 2010, ApJ analysis pipeline of the Automated Planet Finder telescope Meschiari, S., Wolf, A.
    [Show full text]
  • Lista Ofrecida Por Mashe De Forobeta. Visita Mi Blog Como Agradecimiento :P Y Pon E Me Gusta En Forobeta!
    Lista ofrecida por mashe de forobeta. Visita mi blog como agradecimiento :P Y pon e Me Gusta en Forobeta! http://mashet.com/ Seguime en Twitter si queres tambien y avisame que sos de Forobeta y voy a evalu ar si te sigo o no.. >>@mashet NO ABUSEN Y SIGAN LOS CONSEJOS DEL THREAD! http://blog.newsarama.com/2009/04/09/supernaturalcrimefightinghasanewname anditssolomonstone/ http://htmlgiant.com/?p=7408 http://mootools.net/blog/2009/04/01/anewnameformootools/ http://freemovement.wordpress.com/2009/02/11/rlctochangename/ http://www.mattheaton.com/?p=14 http://www.webhostingsearch.com/blog/noavailabledomainnames068 http://findportablesolarpower.com/updatesandnews/worldresponsesearthhour2009 / http://www.neuescurriculum.org/nc/?p=12 http://www.ybointeractive.com/blog/2008/09/18/thewrongwaytochooseadomain name/ http://www.marcozehe.de/2008/02/29/easyariatip1usingariarequired/ http://www.universetoday.com/2009/03/16/europesclimatesatellitefailstoleave pad/ http://blogs.sjr.com/editor/index.php/2009/03/27/touchinganerveresponsesto acolumn/ http://blog.privcom.gc.ca/index.php/2008/03/18/yourcreativejuicesrequired/ http://www.taiaiake.com/27 http://www.deadmilkmen.com/2007/08/24/leaveusaloan/ http://www.techgadgets.in/household/2007/06/roboamassagingchairresponsesto yourvoice/ http://blog.swishzone.com/?p=1095 http://www.lorenzogil.com/blog/2009/01/18/mappinginheritancetoardbmswithst ormandlazrdelegates/ http://www.venganza.org/about/openletter/responses/ http://www.middleclassforum.org/?p=405 http://flavio.castelli.name/qjson_qt_json_library http://www.razorit.com/designers_central/howtochooseadomainnameforapree
    [Show full text]
  • Cherrypy Documentation Release 3.2.4
    CherryPy Documentation Release 3.2.4 CherryPy Team Jun 30, 2017 Contents 1 Foreword 1 1.1 Why CherryPy?.............................................1 1.2 Success Stories..............................................2 2 Installation 5 2.1 Requirements...............................................5 2.2 Supported python version........................................6 2.3 Installing.................................................6 2.4 Run it...................................................6 3 Tutorials 9 3.1 Tutorial 1: A basic web application................................... 10 3.2 Tutorial 2: Different URLs lead to different functions.......................... 10 3.3 Tutorial 3: My URLs have parameters.................................. 11 3.4 Tutorial 4: Submit this form....................................... 12 3.5 Tutorial 5: Track my end-user’s activity................................. 13 3.6 Tutorial 6: What about my javascripts, CSS and images?........................ 14 3.7 Tutorial 7: Give us a REST....................................... 15 3.8 Tutorial 8: Make it smoother with Ajax................................. 17 3.9 Tutorial 9: Data is all my life...................................... 19 3.10 Tutorial 10: Organize my code...................................... 22 4 Basics 23 4.1 The one-minute application example.................................. 24 4.2 Hosting one or more applications.................................... 25 4.3 Logging.................................................. 26 4.4 Configuring...............................................
    [Show full text]