Code of Federal Regulations GPO Access
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
공개sw 솔루션 목록(2015.12.30)
OS/DBMS/WEB/WAS 공개SW 솔루션 목록(2015.12.30) 순번 분류 솔루션명 라이선스 기술지원 홈페이지 제품개요 1 DBMS C-JDBC LGPL community http://c-jdbc.ow2.org/ 데이터베이스 클러스터 2 DBMS DB4 오브젝트(db4o) GPL & dOCL prof/community http://www.db4o.com 객체지향 메모리 데이터베이스 엔진 GPL v2, GPL v3, 3 DBMS Drizzle community http://www.drizzle.org/ MySQL 6.0에서 파생된 RDBMS BSD 4 DBMS H2 EPL, MPL community http://www.h2database.com/ 자바기반 RDBMS HSQLDB 5 DBMS (Hyper Structured Query BSD community http://www.hsqldb.org 경량의 Java 기반 관계형 데이터베이스 Language Database) 데이터 웨어하우스, OLAP서버, BI 시스템 운용을 목적으 6 DBMS LucidDB GPL v2, LGPL v2 community http://luciddb.sourceforge.net 로 개발된 오픈소스 DBMS GPL v3, AGPL v3, 7 DBMS Neo4j community http://www.neo4j.org 그래프 데이터베이스 commercial AGPL v3, 8 DBMS VoltDB Proprietary prof/community http://voltdb.com/ 인메모리기반 RDBMS License 오픈소스 관계형 데이터베이스 관리 시스템. 9 DBMS 마리아DB(MariaDB) GPLv2, LGPL prof/community https://mariadb.org/ MySQL과 동일한 소스 코드를 기반 세계에서 가장 널리 사용되고 있는 대표적인 10 DBMS 마이에스큐엘(MySQL) GPL v2 prof/community http://www.mysql.com 관계형 데이터베이스 ※ prof : Professional Support(전문업체 기술지원) ※ community : Community Support(커뮤니티 기술지원) OS/DBMS/WEB/WAS 공개SW 솔루션 목록(2015.12.30) 순번 분류 솔루션명 라이선스 기술지원 홈페이지 제품개요 IBM에서 기증한 cloudscape 소스 기반으로 11 DBMS 아파치 더비(Apache Derby) Apache v2 community http://db.apache.org/derby/ 개발된 Java 기반의 관계형 데이터베이스 Berkeley 오라클 버클리 DB Database License http://www.oracle.com/kr/products/database/ 슬리피캣을 인수한 오라클에서 제공하는 12 DBMS prof/community (Oracle Berkeley DB) or berkeley-db/index.html 고성능 임베디드 데이터베이스 Sleepycat License GPL or Postgresql 데이터베이스의 기반으로 상용화된 13 DBMS 잉그레스(Ingres) prof/community -
TITLE Pages 160518
Cover Page The handle http://hdl.handle.net/1887/64500 holds various files of this Leiden University dissertation. Author: Young, R.C. Title: La Cetra Cornuta : the horned lyre of the Christian World Issue Date: 2018-06-13 La Cetra Cornuta : the Horned Lyre of the Christian World Proefschrift ter verkrijging van de graad van Doctor aan de Universiteit Leiden op gezag van Rector Magnificus prof.mr. C.J.J.M. Stolker, volgens besluit van het College voor Promoties te verdedigen op 13 juni 2018 klokke 15.00 uur door Robert Crawford Young Born in New York (USA) in 1952 Promotores Prof. dr. h.c. Ton Koopman Universiteit Leiden Prof. Frans de Ruiter Universiteit Leiden Prof. dr. Dinko Fabris Universita Basilicata, Potenza; Conservatorio di Musica ‘San Pietro a Majella’ di Napoli Promotiecommissie Prof.dr. Henk Borgdorff Universiteit Leiden Dr. Camilla Cavicchi Centre d’études supérieures de la Renaissance Centre National de la Recherche Scientifique Université de Tours Prof.dr. Victor Coelho School of Music, Boston University Dr. Paul van Heck Universiteit Leiden Prof.dr. Martin Kirnbauer Universität Basel en Schola Cantorum Basiliensis Dr. Jed Wentz Universiteit Leiden Disclaimer: The author has made every effort to trace the copyright and owners of the illustrations reproduced in this dissertation. Please contact the author if anyone has rights which have not been acknowledged. TABLE OF CONTENTS Acknowledgements vii Foreword ix Glossary xi Introduction xix (DE INVENTIONE / Heritage, Idea and Form) 1 1. Inventing a Christian Cithara 2 1.1 Defining -
Deviceside Software Update Strategies for Automotive Grade Linux
Deviceside Software Update Strategies for Automotive Grade Linux Konsulko Group, sponsored by ATS Advanced Telematic Systems GmbH Overview This whitepaper explores the area of software update strategies for devices running Automotive Grade Linux. The starting point is understanding several key use cases for updating software in an AGL1 system. Several open source deviceside software update mechanisms are compared with a focus on their ability to meet the stated use cases. Finally, recommendations are made for an approach that can be implemented for inclusion in AGL. Use Cases and Requirements The topic of software update on any computing device is very broad and can only be examined properly by narrowing the scope of the system, operating conditions, and the policies established for executing a software update. The following sections describe the use cases considered when evaluating the various mechanisms that could be employed in an AGL software update strategy. System Description AGL systems include both IVI2 and ADAS3 devices that run Linux on at least one processor in the system. The complete IVI or ADAS system is not necessarily limited to a single processing node, but is normally part of a larger network that includes a number of ECU4 nodes throughout the automobile. Due to this distributed architecture it is often necessary to update software on 1 Automotive Grade Linux (https://www.automotivelinux.org/aglspecification) 2 InVehicle Infotainment 3 Advanced Driver Assistance System 4 Electronic Control Unit Copyright 2016 Konsulko Group and ATS Advanced Telematic Systems GmbH CC BYSA 3.0 US (https://creativecommons.org/licenses/bysa/3.0/us/) the ECUs as well as the node running AGL. -
Python Language
Python Language #python Table of Contents About 1 Chapter 1: Getting started with Python Language 2 Remarks 2 Versions 3 Python 3.x 3 Python 2.x 3 Examples 4 Getting Started 4 Verify if Python is installed 4 Hello, World in Python using IDLE 5 Hello World Python file 5 Launch an interactive Python shell 6 Other Online Shells 7 Run commands as a string 7 Shells and Beyond 8 Creating variables and assigning values 8 User Input 12 IDLE - Python GUI 13 Troubleshooting 14 Datatypes 15 Built-in Types 15 Booleans 15 Numbers 15 Strings 16 Sequences and collections 16 Built-in constants 17 Testing the type of variables 18 Converting between datatypes 18 Explicit string type at definition of literals 19 Mutable and Immutable Data Types 19 Built in Modules and Functions 20 Block Indentation 24 Spaces vs. Tabs 25 Collection Types 25 Help Utility 30 Creating a module 31 String function - str() and repr() 32 repr() 33 str() 33 Installing external modules using pip 34 Finding / installing a package 34 Upgrading installed packages 34 Upgrading pip 35 Installation of Python 2.7.x and 3.x 35 Chapter 2: *args and **kwargs 38 Remarks 38 h11 38 h12 38 h13 38 Examples 39 Using *args when writing functions 39 Using **kwargs when writing functions 39 Using *args when calling functions 40 Using **kwargs when calling functions 41 Using *args when calling functions 41 Keyword-only and Keyword-required arguments 42 Populating kwarg values with a dictionary 42 **kwargs and default values 42 Chapter 3: 2to3 tool 43 Syntax 43 Parameters 43 Remarks 44 Examples 44 Basic -
An Analysis of Python's Topics, Trends, and Technologies Through Mining Stack Overflow Discussions
1 An Analysis of Python’s Topics, Trends, and Technologies Through Mining Stack Overflow Discussions Hamed Tahmooresi, Abbas Heydarnoori, and Alireza Aghamohammadi F Abstract—Python is a popular, widely used, and general-purpose pro- (LDA) [3] to categorize discussions in specific areas such gramming language. In spite of its ever-growing community, researchers as web programming [4], mobile application development [5], have not performed much analysis on Python’s topics, trends, and tech- security [6], and blockchain [7]. However, none of them has nologies which provides insights for developers about Python commu- focused on Python. In this study, we shed light on the nity trends and main issues. In this article, we examine the main topics Python’s main areas of discussion through mining 2 461 876 related to this language being discussed by developers on one of the most popular Q&A websites, Stack Overflow, as well as temporal trends posts, from August 2008 to January 2019, using LDA based through mining 2 461 876 posts. To be more useful for the software topic modeling . We also analyze the temporal trends of engineers, we study what Python provides as the alternative to popular the extracted topics to find out how the developers’ interest technologies offered by common programming languages like Java. is changing over the time. After explaining the topics and Our results indicate that discussions about Python standard features, trends of Python, we investigate the technologies offered web programming, and scientific programming 1 are the most popular by Python, which are not properly revealed by the topic areas in the Python community. -
Comparison of Web Server Software from Wikipedia, the Free Encyclopedia
Create account Log in Article Talk Read Edit ViewM ohrisetory Search Comparison of web server software From Wikipedia, the free encyclopedia Main page This article is a comparison of web server software. Contents Featured content Contents [hide] Current events 1 Overview Random article 2 Features Donate to Wikipedia 3 Operating system support Wikimedia Shop 4 See also Interaction 5 References Help 6 External links About Wikipedia Community portal Recent changes Overview [edit] Contact page Tools Server Developed by Software license Last stable version Latest release date What links here AOLserver NaviSoft Mozilla 4.5.2 2012-09-19 Related changes Apache HTTP Server Apache Software Foundation Apache 2.4.10 2014-07-21 Upload file Special pages Apache Tomcat Apache Software Foundation Apache 7.0.53 2014-03-30 Permanent link Boa Paul Phillips GPL 0.94.13 2002-07-30 Page information Caudium The Caudium Group GPL 1.4.18 2012-02-24 Wikidata item Cite this page Cherokee HTTP Server Álvaro López Ortega GPL 1.2.103 2013-04-21 Hiawatha HTTP Server Hugo Leisink GPLv2 9.6 2014-06-01 Print/export Create a book HFS Rejetto GPL 2.2f 2009-02-17 Download as PDF IBM HTTP Server IBM Non-free proprietary 8.5.5 2013-06-14 Printable version Internet Information Services Microsoft Non-free proprietary 8.5 2013-09-09 Languages Jetty Eclipse Foundation Apache 9.1.4 2014-04-01 Čeština Jexus Bing Liu Non-free proprietary 5.5.2 2014-04-27 Galego Nederlands lighttpd Jan Kneschke (Incremental) BSD variant 1.4.35 2014-03-12 Português LiteSpeed Web Server LiteSpeed Technologies Non-free proprietary 4.2.3 2013-05-22 Русский Mongoose Cesanta Software GPLv2 / commercial 5.5 2014-10-28 中文 Edit links Monkey HTTP Server Monkey Software LGPLv2 1.5.1 2014-06-10 NaviServer Various Mozilla 1.1 4.99.6 2014-06-29 NCSA HTTPd Robert McCool Non-free proprietary 1.5.2a 1996 Nginx NGINX, Inc. -
Pweb Peer-To-Peer Web Hosting Communication System and Dynamic Web Hosting
pWeb Peer-to-Peer Web Hosting Communication System and Dynamic Web Hosting Alexander Pokluda1, Abdalla Aartail2, Md. Faizul Bari1, Reaz Ahmed1, and Raouf Boutaba1 1David R. Cheriton School of Computer Science University of Waterloo [apokluda | mfbari | r5ahmed | rboutaba]@uwaterloo.ca 2American University of Beirut [email protected] University of Waterloo Technical Report: CS-2013-15∗ ∗This report is a modified version of an internal technical report produced for Orange Labs, the project's sponsor. The original technical report was submitted to Orange Labs in August 2013. Abstract During the main phase of this project we identified and provided solution for the major challenges related to peer-to-peer (P2P) web hosting. More specifically, our solutions for naming, availability, ranking, indexing and dynamic web-hosting have been provided in previous reports. In this report we present a more concrete view of the pWeb infrastructure and address the issues related to a real-life deployment of the system. First we provide an overview of the light-weight P2P communication protocol between pWeb clients for signaling and media streaming in Part I. In Part II we provide an architectural overview of pWeb system and show the mapping of the abstract components in pWeb architec- ture to real life devices and technologies. In order to make pWeb compatible with the existing Web technology we have developed a DNS gateway. In Part II Section 3, we provide the design and implementation of this DNS gateway. For efficient indexing and fast discovery of end-user devices and multimedia content, we have developed a cloud-based solution for crawling, indexing and searching. -
~········R.~·~~~ Fiber-Head Connector ______Grating Region
111111 1111111111111111111111111111111111111111111111111111111111111 US007507891B2 (12) United States Patent (10) Patent No.: US 7,507,891 B2 Lau et al. (45) Date of Patent: Mar. 24,2009 (54) FIBER BRAGG GRATING TUNER 4,563,931 A * 111986 Siebeneiker et al. .......... 841724 4,688,460 A * 8/1987 McCoy........................ 841724 (75) Inventors: Kin Tak Lau, Kowloon (HK); Pou Man 4,715,671 A * 12/1987 Miesak ....................... 398/141 Lam, Kowloon (HK) 4,815,353 A * 3/1989 Christian ..................... 841724 5,012,086 A * 4/1991 Barnard ................... 250/222.1 (73) Assignee: The Hong Kong Polytechnic 5,214,232 A * 5/1993 Iijima et al. ................... 841724 5,381,492 A * 111995 Dooleyet al. ................. 385112 University, Kowloon (HK) 5,410,404 A * 4/1995 Kersey et al. ............... 356/478 5,684,592 A * 1111997 Mitchell et al. ............. 356/493 ( *) Notice: Subject to any disclaimer, the term of this 5,848,204 A * 12/1998 Wanser ........................ 385112 patent is extended or adjusted under 35 5,892,582 A * 4/1999 Bao et al. ................... 356/519 U.S.c. 154(b) by 7 days. 6,201,912 Bl * 3/2001 Kempen et al. ............... 385/37 6,274,801 Bl * 8/2001 Wardley.. ... ... ..... ... ... ... 841731 (21) Appl. No.: 11/723,555 6,411,748 Bl * 6/2002 Foltzer .......................... 38517 6,797,872 Bl 9/2004 Catalano et al. (22) Filed: Mar. 21, 2007 6,984,819 B2 * 112006 Ogawa .................. 250/227.21 7,002,672 B2 2/2006 Tsuda (65) Prior Publication Data 7,015,390 Bl * 3/2006 Rogers . ... ... ... ..... ... ... ... 841723 7,027,136 B2 4/2006 Tsai et al. -
STONE FAB CATALOG 2020-V1 Your Stone, Tile and Concrete Tool Supply Experts Since 1971
STONE FAB CATALOG 2020-V1 Your stone, tile and concrete tool supply experts since 1971 C • Less risk of damaging tools • Increase tools life • Quicker set up • Better accuracy • Increase productivity • Increase parameters • Overall better quality © Grabo Nemo Portable Aardwolf Thin Material ® Electric Vacuum Cup Diarex VB Core Drills Slab Gripper Alpha AIR-830/850 see page 166 see page 78 & 81 see page 156 see page 231 STONE FAB CATALOG, 2020-V1 WWW.GRANQUARTZ.CA Dear valued customers, It’s just now been a year since we’ve implemented our new Enterprise Resource Planning (ERP) System. Despite the amount of preparation involved in this transition, it was a rough period to adapt to our new system and still offer the same level of service. Even after the change of system, we faced many unpredictable issues necessitating quick and efficient decisions altering the processes that were previously agreed on. Throughout all these challenges, our team worked together to ensure that we continued to offer the best possible service to you. We thank you for your patience and understanding as we sorted out those issues. Now that we have a solid foundation, we plan to work on numerous other projects that will connect with our ERP database to offer better and quicker solutions to you. During the previous year we have begun offering what we call the “Zoller service” for calibrating CNC tools so that you can save hours when you set up new tools or redressed tools on your CNC machine. If you haven’t heard of this service please ask your local sales and service representative or our customer service agents for more information. -
Traditional Armenian Instrumental Music That Was Lacking Has Finally Arrived!
GERARD MADILIAN TRADITIONAL ARMENIAN INSTRUMENTAL MUSIC Jan. 2020 GERARD MADILIAN TRADITIONAL ARMENIAN INSTRUMENTAL MUSIC 1 2 FOREWORD Transmitted from generation to generation, and moving away from its rural origins to perpetuate itself in an urban context, Armenian traditional music has not lost its original strength. History has buried many secrets along the way, but we will try to gather together this heritage through the work of passionate musicologists. This work is neither a manual nor an encyclopedia, but instead presents a synthesis of knowledge acquired over time. It is dedicated to all those who wish to discover or better understand this unusual musical universe. Armenian words transcribed into English (phonetic of Eastern Armenian) will be indicated with a capital first letter and will remain in the singular. The author 3 4 PREFACE The long-awaited book on traditional Armenian instrumental music that was lacking has finally arrived! As my long-time friend Gerard Madilian wrote in his foreword: "History has buried many secrets along the way." It was thus urgent to share the fruits of this research with the general public, and that is why this work was deliberately written in French and translated into English, to make it widely available to as many people as possible. This book is a digest including the essential elements needed to form an opinion in this area. The specialized website www.armentrad.org was in fact selected by the author for this purpose of dissemination. I have shared the same passion with Gerard for many years, having myself practiced the Tar within the Sayat Nova ensemble, which was a traditional Armenian ensemble founded in Paris in 1965. -
SOPHOS IPS Signature Update Release Notes
SOPHOS IPS Signature Update Release Notes Version : 9.16.41 Release Date : 31st October 2019 IPS Signature Update Release Information Upgrade Applicable on IPS Signature Release Version 9.16.40 CR250i, CR300i, CR500i-4P, CR500i-6P, CR500i-8P, CR500ia, CR500ia-RP, CR500ia1F, CR500ia10F, CR750ia, CR750ia1F, CR750ia10F, CR1000i-11P, CR1000i-12P, CR1000ia, CR1000ia10F, CR1500i-11P, CR1500i-12P, CR1500ia, CR1500ia10F Sophos Appliance Models CR25iNG, CR25iNG-6P, CR35iNG, CR50iNG, CR100iNG, CR200iNG/XP, CR300iNG/XP, CR500iNG- XP, CR750iNG-XP, CR2500iNG, CR25wiNG, CR25wiNG-6P, CR35wiNG, CRiV1C, CRiV2C, CRiV4C, CRiV8C, CRiV12C, XG85 to XG450, SG105 to SG650 Upgrade Information Upgrade type: Automatic Compatibility Annotations: None Introduction The Release Note document for IPS Signature Database Version 9.16.41 includes support for the new signatures. The following sections describe the release in detail. New IPS Signatures The Sophos Intrusion Prevention System shields the network from known attacks by matching the network traffic against the signatures in the IPS Signature Database. These signatures are developed to significantly increase detection performance and reduce the false alarms. Report false positives at [email protected], along with the application details. October 2019 Page 2 of 27 IPS Signature Update This IPS Release includes Two Hundred and Fifteen(215) signatures to address One Hundred and Eighty One(181) vulnerabilities. New signatures are added for the following vulnerabilities: Name CVE–ID Category Severity BROWSER-IE Microsoft -
Duev, R., Gusla
This offprint is supplied for personal, non-commercial use only, originally published in Živa Antika 61(2011). Copyright © Society for Classical Studies "Živa Antika" Skopje TABLE DES MATIÈRES – СОДРЖИНА Наде Проева: Историскиот метод на проф. Пјер Карлие, микенолог и историчар на IV век ст.е. ................................. 5–14 Miroslav Vasilev: The military-political campaign of Sitalces against Perdiccas II and the Chalcidians (431–429 BC) ...................... 15–38 Krzysztof T. Witczak: On the Lydian word for ‘kite’ ........................... 39–42 Миодраг М. Тодоровиќ: И.-е. корен *g’hwel-‘она што е криво, совиено, косо’ и неговата застапеност во микенските лични имиња ......................................................................... 43–48 Ratko Duev: Gusla: the origin and beyond .......................................... 49–59 Elwira Kaczyńska: La localizzazione di Metimna cretese ................... 61–68 Vojislav Sarakinski: Notes on the Disarray in Thessaly ...................... 69–82 Sanja Pilipović, Vladimir Petrović: Deux monuments honorifique de Timacum Minus (IMS III/2 23 et 36) ....................................... 83–99 Michał Bzinkowski: Names of the abode of the dead in modern Greek folk songs ............................................................................... 101–115 Aleksandra Nikoloska: Pagan monotheism and the cult of Zeus Hypsistos ................................................................................ 117–127 Dragana Grbić: Augustan conquest of the Balkans in the light of triumphal