text
stringlengths
1
22.8M
```html <extend name="$_admin_public_layout"/> <block name="full-header"> <!-- --> <div class="navbar navbar-default navbar-fixed-top main-nav" role="navigation"> <div class="container-fluid"> <div> <div class="navbar-header navbar-header-default"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-top"> <span class="sr-only"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <php>if(C('WEB_SITE_LOGO')):</php> <a class="navbar-brand" href="__ROOT__/admin.php"> <img class="logo img-responsive" src="<?php echo get_cover(C('WEB_SITE_LOGO')); ?>"> </a> <php>else:</php> <a class="navbar-brand" href="__ROOT__/admin.php"> <span>{:C('LOGO_DEFAULT')}</span> </a> <php>endif;</php> <!-- --> <span class="hidden-xs btn btn-sm ajax-get pull-right m-t-sm m-r-xs" href="{:U('Admin/Config/toggle', array('name' => 'ADMIN_TABS'))}"><i class="fa fa-navicon" style="font-size: 15px;"></i></span> </div> <div class="navbar-header navbar-header-inverse"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-top"> <span class="sr-only"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <php>if(C('WEB_SITE_LOGO_INVERSE')):</php> <a class="navbar-brand" href="__ROOT__/admin.php"> <img class="logo img-responsive" src="<?php echo get_cover(C('WEB_SITE_LOGO_INVERSE')); ?>"> </a> <php>else:</php> <a class="navbar-brand" href="__ROOT__/admin.php"> <span>{:C('LOGO_INVERSE')}</span> </a> <php>endif;</php> <!-- --> <span class="hidden-xs btn btn-sm ajax-get pull-right m-t-sm m-r-xs" href="{:U('Admin/Config/toggle', array('name' => 'ADMIN_TABS'))}"><i class="fa fa-navicon" style="font-size: 15px;"></i></span> </div> <div class="collapse navbar-collapse navbar-collapse-top"> <ul class="nav navbar-nav"> <!-- --> <?php if (!C('ADMIN_TABS')): ?> <li><a href="{:U('Admin/Index/index')}"><i class="fa fa-home"></i> </a></li> <?php if (request()->isMobile()): ?> <volist name="_menu_list" id="vo"> <?php if(!($vo['is_dev'] && !C('DEVELOP_MODE'))): ?> <li class="dropdown <?php if($_parent_menu_list[0]['title'] == $vo['title']) echo 'active'; ?>"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa {$vo.icon}"></i> <span>{$vo.title}</span> <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <volist name="vo._child" id="_ns_first"> <?php if(!($_ns_first['is_dev'] && !C('DEVELOP_MODE'))): ?> <li> <a style="padding-left: 40px;" href="#"> <i class="{$_ns_first.icon}"></i> <span class="nav-label">{$_ns_first.title}</span> </a> </li> <notempty name="_ns_first._child"> <volist name="_ns_first._child" id="_ns_second"> <?php if(!($_ns_second['is_dev'] && !C('DEVELOP_MODE'))): ?> <li <?php if($_parent_menu_list[2]['url'] == $_ns_second['url']) echo 'class="active"'; ?>> <a style="padding-left: 60px;" href="{:U($_ns_second['url'])}" > <i class="{$_ns_second.icon}"></i> <span class="nav-label">{$_ns_second.title}</span> </a> </li> <?php endif; ?> </volist> </notempty> <?php endif; ?> </volist> </ul> </li> <?php endif; ?> </volist> <?php else: ?> <?php if (count($_menu_list) > ($main_nav_limit-1)): ?> <volist name="_menu_list" id="vo" offset="0" length="$main_nav_limit-1"> <?php if(!($vo['is_dev'] && !C('DEVELOP_MODE'))): ?> <li <?php if($_parent_menu_list[0]['title'] == $vo['title']) echo 'class="active"'; ?>> <a href="{:U($vo['_child'][0]['_child'][0]['url'])}" target="<php>echo C(strtolower($vo['name']).'_config.target');</php>"> <i class="fa {$vo.icon}"></i> <span>{$vo.title}</span> </a> </li> <?php endif; ?> </volist> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-th-large"></i> <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <volist name="_menu_list" id="vo" offset="$main_nav_limit-1"> <?php if(!($vo['is_dev'] && !C('DEVELOP_MODE'))): ?> <li <?php if($_parent_menu_list[0]['title'] == $vo['title']) echo 'class="active"'; ?>> <a href="{:U($vo['_child'][0]['_child'][0]['url'])}" target="<php>echo C(strtolower($vo['name']).'_config.target');</php>"> <i class="fa {$vo.icon}"></i> <span>{$vo.title}</span> </a> </li> <?php endif; ?> </volist> </ul> </li> <?php else: ?> <volist name="_menu_list" id="vo"> <?php if(!($vo['is_dev'] && !C('DEVELOP_MODE'))): ?> <li <?php if($_parent_menu_list[0]['title'] == $vo['title']) echo 'class="active"'; ?>> <a href="{:U($vo['_child'][0]['_child'][0]['url'])}" target="<php>echo C(strtolower($vo['name']).'_config.target');</php>"> <i class="fa {$vo.icon}"></i> <span>{$vo.title}</span> </a> </li> <?php endif; ?> </volist> <?php endif; ?> <?php endif; ?> <?php endif; ?> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="{:U('Admin/Index/removeRuntime')}" style="border: 0;text-align: left" class="btn ajax-get b-r-0 no-refresh"> <i class="fa fa-trash"></i> <span></span> </a> </li> <li> <a target="_blank" href="__ROOT__/"><i class="fa fa-external-link"></i> <span></span> </a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-user"></i> <span>{$_user_auth.username}</span> <span style="margin-top: -2px;" class="badge badge-danger">{$_SESSION['ly_home_']['new_message']}</span> <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li><a target="_blank" href="__ROOT__/"><i class="fa fa-external-link"></i> </a></li> <li> <a target="_blank" href="{:oc_url('User/Message/index', '', true, true)}"> <i class="fa fa-bell"></i> <span></span> <span style="margin-top: -2px;" class="badge badge-danger">{$_SESSION['ly_home_']['new_message']}</span> </a> </li> <li><a href="{:U('Admin/Index/removeRuntime')}" style="border: 0;text-align: left" class="btn ajax-get no-refresh"><i class="fa fa-trash"></i> </a></li> <li><a href="{:U('Admin/Login/logout')}" class="ajax-get"><i class="fa fa-sign-out"></i> </a></li> </ul> </li> </ul> </div> </div> </div> </div> </block> <block name="full-container"> <input type="hidden" name="check_version_url" value="{:U('Admin/Update/checkVersion')}"> <div class="container-fluid with-top-navbar" style="height: 100%;overflow: hidden;"> <div class="row" style="height: 100%;"> <!-- --> <?php if (!request()->isMobile()): ?> <div id="sidebar" class="col-xs-12 col-sm-3 sidebar tab-content"> <?php if (!C('ADMIN_TABS')): ?> <!-- --> <nav class="navside navside-default" role="navigation"> <?php if($_current_menu_list['_child']): ?> <ul class="nav navside-nav navside-first"> <volist name="_current_menu_list._child" id="_ns_first" key="fkey"> <?php if(!($_ns_first['is_dev'] && !C('DEVELOP_MODE'))): ?> <li> <a data-toggle="collapse" href="#navside-collapse-{$_ns.id}-{$fkey}"> <i class="{$_ns_first.icon}"></i> <span class="nav-label">{$_ns_first.title}</span> <span class="angle fa fa-angle-down"></span> <span class="angle-collapse fa fa-angle-left"></span> </a> <notempty name="_ns_first._child"> <ul class="nav navside-nav navside-second collapse in" id="navside-collapse-{$_ns.id}-{$fkey}"> <volist name="_ns_first._child" id="_ns_second" key="skey"> <?php if(!($_ns_second['is_dev'] && !C('DEVELOP_MODE'))): ?> <li <?php if($_parent_menu_list[2]['id'] == $_ns_second['id']) echo 'class="active"'; ?>> <a href="{:U($_ns_second['url'])}" > <i class="{$_ns_second.icon}"></i> <span class="nav-label">{$_ns_second.title}</span> </a> </li> <?php endif; ?> </volist> </ul> </notempty> </li> <?php endif; ?> </volist> </ul> <?php endif; ?> </nav> <?php endif; ?> </div> <?php endif; ?> <!-- --> <div id="main" class="col-xs-12 col-sm-9 main" style="padding-right: 0;"> <!-- --> <ul class="breadcrumb"> <li><i class="fa fa-map-marker"></i></li> <li class="text-muted"></li> </ul> <!-- --> <div class="tab-content ct-tab-content" style="height: 100%;"> <!-- --> <div role="tabpanel" class="tab-pane fade in active" id="home"> <div class="dashboard clearfix"> <?php if(APP_DEMO && is_login() >= 2): ?> <div class="col-xs-12"> <div class="alert alert-danger"> </div> </div> <?php endif; ?> <div class="col-xs-12 m-b-sm text-center p-a-0"> <div class="col-xs-12 col-sm-3 m-b-sm"> <div style="border:1px solid #ddd;height:92px;"> <div class="pull-left" style="width:40%;height:90px;text-align:center;padding-top:25px;font-size:30px;background: #f8f8f8;"> <i class="fa fa-th-large"></i> </div> <div class="pull-left" style="width:60%;height:90px;text-align:center;padding-top:20px;border-left:1px solid #ddd;"> <div style="font-size:22px;">{$index_count['module']}</div> <div></div> </div> </div> </div> <div class="col-xs-12 col-sm-3 m-b-sm"> <div style="border:1px solid #ddd;height:92px;"> <div class="pull-left" style="width:40%;height:90px;text-align:center;padding-top:25px;font-size:30px;background: #f8f8f8;"> <i class="fa fa-users"></i> </div> <div class="pull-left" style="width:60%;height:90px;text-align:center;padding-top:20px;border-left:1px solid #ddd;"> <div style="font-size:22px;">{$index_count['users']}</div> <div></div> </div> </div> </div> <div class="col-xs-12 col-sm-3 m-b-sm"> <div style="border:1px solid #ddd;height:92px;"> <div class="pull-left" style="width:40%;height:90px;text-align:center;padding-top:25px;font-size:30px;background: #f8f8f8;"> <i class="fa fa-user"></i> </div> <div class="pull-left" style="width:60%;height:90px;text-align:center;padding-top:20px;border-left:1px solid #ddd;"> <div style="font-size:22px;">{$index_count['today']}</div> <div></div> </div> </div> </div> <div class="col-xs-12 col-sm-3 m-b-sm"> <div style="border:1px solid #ddd;height:92px;"> <div class="pull-left" style="width:40%;height:90px;text-align:center;padding-top:25px;font-size:30px;background: #f8f8f8;"> <i class="fa fa-line-chart"></i> </div> <div class="pull-left" style="width:60%;height:90px;text-align:center;padding-top:20px;border-left:1px solid #ddd;"> <div style="font-size:22px;">{$index_count['online']}</div> <div>(3min)</div> </div> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-6 ct-update"> <div class="panel panel-default"> <div class="panel-heading"> <div class="update pull-right"></div> <i class="fa fa-cog"></i> </div> <div class="panel-body"> <table class="table table-condensed"> <tbody> <tr> <td>{:C('PRODUCT_TITLE')}</td> <td> <span class="version"> v{:C('CURRENT_VERSION')} <?php echo C('DEVELOP_VERSION'); ?> </span> </td> </tr> <tr> <td></td> <td>{:C('MODEL_TITLE')}({:C('MODEL_NAME')}) <?php if(C('MODEL_VERSION')) echo 'v'.C('MODEL_VERSION');?></td> </tr> <tr> <td></td> <td class="sn_info"> <a href="{:C('WEBSITE_DOMAIN')}" target="_blank" class="btn-danger" style="padding:2px 5px;"><i class="fa fa-lock"></i> </a> </td> </tr> <tr> <td></td> <td>{$Think.VERSION}</td> </tr> <tr> <td></td> <td>{$Think.const.PHP_OS}</td> </tr> <tr> <td></td> <td> <?php $server_software = explode(' ', $_SERVER['SERVER_SOFTWARE']); echo $server_software[0]; ?> </td> </tr> <tr> <td>PHP</td> <td><?php echo PHP_VERSION; ?></td> </tr> <tr> <php>if(C('DB_TYPE') == 'mysql') {</php> <td>MYSQL</td> <td><php>$system_info_mysql = M()->query("select version() as v;");</php>{$system_info_mysql.0.v}</td> <php>} elseif(C('DB_TYPE') == 'sqlsrv') {</php> <td>SQLServer (MSSQL) </td> <td><php>$system_info_mysql = M()->query("select @@version");echo $system_info_mysql[0][""]</php></td> <php>} else {</php> <td>SQL</td> <td>{:C('DB_TYPE')}</td> <php>}</php> </tr> <tr> <td></td> <td>{:ini_get('upload_max_filesize')}</td> </tr> </tbody> </table> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> <div class="panel-actions"></div> <i class="fa fa-users"></i> </div> <div class="panel-body"> <table class="table table-condensed"> <tbody> <tr> <td></td> <td>{:C('WEB_SITE_TITLE')}</td> </tr> <tr> <td></td> <td>{:C('COMPANY_TITLE')}</td> </tr> <tr> <td>{:C('PRODUCT_TITLE')}</td> <td><a href="{:C('WEBSITE_DOMAIN')}">{:C('TEAM_TITLE')}</a></td> </tr> <tr> <td></td> <td><a href="{:C('WEBSITE_DOMAIN')}">{:C('WEBSITE_DOMAIN')}</a></td> </tr> <tr> <td></td> <td>{:C('TEAM_ADDRESS')}</td> </tr> <tr> <td></td> <td>{:C('TEAM_MEMBER')}...</td> </tr> <tr> <td>QQ</td> <td>{:C('TEAM_QQ')}</td> </tr> <tr> <td>QQ</td> <td> <a target="_blank" href="path_to_url"> <img border="0" src="data:image/png;base64,your_sha512_hashyour_sha512_hash29ojlM+93e5jlLwugLPlz7NBndBsMxsOte9kuyour_sha512_hashDyO21oaAZo/DgxK0Xnumvckhosdfe7/rt8vt6NCSLrKNYmcIwib+NoK5Sq9vdzNlzQDbGzNZ7Ukwoqu3+/v+/iFhzk3mFsdLTqI9Tf5your_sha512_hash+P3Pxsqa8f6ixeB3c3fUmWm+m4Xe1ev/4u60t5i0eU314MtXd2FSpNCFPy2lZlW7v91+SzuTYEgUwfZ0xvJWuu86lMhkv/CWu9YUrfDn5utoLyPy1rvj6vWVWjc0p+jB5vnm7vmsgnB0NSjU2+ZLo9G1dmI9i7rqxKWjbE20lY3oupW5zNxOg2tynb+your_sha256_hashMSjvJlnI2re2y4fmcZkJyuN5vPTXh5/NUtepK0vupakLsyKq3n5Q1p+Xe0eN8m7jR7Puqbl7v0LSQWExtMyPY3unQooN5gGayfVgan+icXTbp7/osea4ajNY4sO+ZrtvZxLW1iXGERC1NdJnz28NeKiB6PSt5PiOdZEve8fRevOvQrpqx2/KXzvk+mcxznsBKmcbA4fPH1Niiz+be5fBCpdrDkXHg8PmSq8MNg8TBqaj/4/Tyour_sha512_hash/your_sha256_hashyour_sha256_hashptfQHbA6gRZYp2N3LDzZ6opeCj2h5TyESWSVZSmSaY372zCHk4Rzvg/5yZ+93vyour_sha512_hashI5z765bvC4cW8tmQ+J7kP/8Nji1XPWZnBvpP86eyour_sha512_hashhlq+4eyn62udXrZo0your_sha512_hash7cPLQNncd+wzwtXkkz0MOJm425JAsJQpnuFtx6GRLQPyQXzsrcqfR1FgbTU9w3gK7ZnnFGJD/yd0byoUfqlmxrQyOF5xU9qJUIQQMdHUPYsaMaooPVI3iszKhFYad5dlMojIRQk/FlBtoyorkqvy6/qnlEXV1k31yK/oiV+XuEDmiVDOLZsTWeVUuIQEoMnxbrdXg367iBPjUJSF/your_sha256_hashlriubXC4EuV8AXVNTc+mkBl+Vr+your_sha256_hash3Fdxto+your_sha256_hash1GO3wuDE28ZCL+hFGWbTKj4TKmV+G0ZOzXKwhjiPod6YtJ9KtElk+beKQhz8YeiGgEajEWU6IhrRKJS1T1a0OxOTXixAqU/ypzjV0alIqSZQGLnqPsxAKNRm+67gXkmSpdfyour_sha512_hash0Rj6GDIpsU0GKopCtzBBDj6o0Si/your_sha256_hashEJAkuMaBXdWG9dxFE87rTCd1Wc8cBolttvN3y+WLAAAAAElFTkSuQmCC" alt="" title=""> </a> </td> </tr> <tr> <td></td> <td> {:C('TEAM_EMAIL')} </td> </tr> </tbody> </table> </div> </div> </div> <!-- --> {:hook('AdminIndex')} </div> </div> </div> <div class="clearfix footer hidden-xs"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" target="_blank" href="path_to_url"> <span></span> </a> </div> <div class="collapse navbar-collapse navbar-collapse-bottom"> <ul class="nav navbar-nav"> <li> <a href="{:C('WEBSITE_DOMAIN')}" class="text-muted" target="_blank"> <span> 2014-<php>echo date("Y",time());</php></span> </a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a target="_blank" href="path_to_url" class="text-muted pull-right">Powered By </a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </block> ```
Daniel Halfar (born 7 January 1988) is a German former professional footballer who played as a midfielder. Career Born in Mannheim, Halfar began his career at MFC Phönix Mannheim 02. In 1997, he joined 1. FC Kaiserslautern. He made his debut on 11 December 2005 against Bayern Munich. Ten days later, with Halfar having made three substitute appearances in the Bundesliga, it was announced his first professional contract had been agreed, which would run from 1 January 2006 to 30 June 2010. He scored his first two goals in a match against MSV Duisburg on 4 February 2006. making him the youngest Kaiserslautern player to score (18 years, 28 days). Following his first season, Halfar was seen as a very big talent. In August 2007 he moved to Arminia Bielefeld. He scored his first goal for his new club on 22 November 2008 against VfB Stuttgart. After three seasons with Arminia Bielefeld and scoring only one goal for the club, he was sold on a free transfer to 1860 Munich. In the summer of 2013 he transferred to 1. FC Köln, signing a three-year contract. After having played for 1. FC Kaiserslautern between 2015 and 2018, Halfar retired from football in November 2018 due to a hip injury. International career Halfar played for the Germany U21 national team. Career statistics References External links 1988 births Living people Men's association football midfielders German men's footballers 1. FC Kaiserslautern players 1. FC Kaiserslautern II players Arminia Bielefeld players TSV 1860 Munich players 1. FC Köln players Bundesliga players 2. Bundesliga players Germany men's under-21 international footballers Footballers from Mannheim
Bill Copeland may refer to: Bill Copeland (umpire) (1929–2011), Australian Test cricket match umpire Bill Copeland (poet) (1946–2010), American poet, writer and historian Bill Copeland (sailor) (born 1928), Canadian sailor
Bradley Stoke is a town in South Gloucestershire, England, situated northeast of Bristol, It is near the Severn Estuary of the Bristol Channel, which is an extension of the North Atlantic Ocean, separating South Wales from South West England. Bradley Stoke is bordered by three motorways; the M5 to the north, the M4 to the east and the M32 to the south. Planned in the 1970s, building works began in 1987. Bradley Stoke was Europe's largest new town built with private investment and was named after the local Bradley Brook and Stoke Brook streams. Bradley Stoke along with nearby Filton and suburbs form part of the North Bristol urban area. The town has become an overflow settlement for Bristol city. History The area that is now Bradley Stoke, was once farmland north of the village of Stoke Gifford near Bristol city. The land was divided amongst the civil parishes of Stoke Gifford, Almondsbury, Patchway and Winterbourne. The area consisted of a number of farms, Bailey's Court and Watch Elm Farm in the south, Bowsland Farm and Manor Farm in the north and Webb's Farm in the middle. Some of the lands were used as pasture. A number of woods also existed, Sherbourne's Brake, Webb's Wood and the large Savage's Wood have all been preserved. Fiddlers Wood, the name of which lives on in Fiddlers Wood Lane was all but obliterated by the M4 motorway. Baileys Court Farmhouse is the only original building that still remains and was used as offices by the town's developers before becoming the Bailey's Court Inn. Watch Elm Farm was named after the Watch Elm, an elm of a legendary size that blew down in the mid 18th century. The Stoke Brook flows through the middle of Bradley Stoke. During its development, the new settlement faced some problems in the wake of a national recession. At the time, Bradley Stoke was reputed to be one of Europe's largest private housing developments and did struggle to develop at first to establish itself as an identifiable town unlike other earlier new towns which were supported by a New Town Development Corporation, as the settlement relied principally on private investment within a restricted statutory framework of the local authority Northavon District Council within the Avon County Council area. A combination of private housebuilders led the development and with only limited input from commercial businesses and the consequent recession resulted in the new town gaining a reputation for being a soulless housing estate with only limited facilities and no town centre, with the exception of a Tesco supermarket. High-interest rates during the early 1990s soon led to the collapse of the property market in the area with many new homes falling into negative equity. This led to the branding of the new town as 'Sadly Broke' until property values and the development market began to recover. Since 1987, the residents of the area were demanding the establishment of a separate Town Council to coordinate the community's civic life and in 1991 formation of the Town Council was in principle approved. On the 1st of April 1992, the newly elected Town Council took charge. Governance The area that covers Bradley Stoke was historically part of Gloucestershire County. From 1974 until 1996, Bradley Stoke was part of the Northavon district of the Avon county. However, when Avon County was abolished in 1996 in favour of unitary authorities, the area became part of the newly formed South Gloucestershire, which covers the northern and eastern parts of the Greater Bristol region. Bradley Stoke forms part of the Bristol postcode area (mainly the BS32 postcode and a few parts of the BS36 postcode). Bradley Stoke Town Council is the primary tier of local government, which has overall responsibility for the local community's well-being. The Town Council’s functions fall into three main categories, 1. Represent the local community 2. Deliver services to meet local needs and 3. Strive to improve the quality of life in the local area. The Town Council has the power to enact and enforce bye-laws for public convenience. As per law, the Town Council provide, maintain or contribute to the following services: Allotments, Promotion of growing fruits or vegetables or domestic produce, Recreation, Leisure facilities, Bus shelters, Car parks, Local Illuminations, Conference facilities, Community Centres, Public buildings, Town Hall, Burial grounds, Crematoriums, Public Cemeteries, Local youth projects, community safety schemes, parks and open spaces, play areas, community transport schemes, Town Planning consultations, Building consultations, Crime reduction measures, Street Cleaning, Street lighting, Litter bins, Drainage, Public lavatories, Cycle paths, Upkeep of Highway verges, Promotion of Tourism activities, Entertainments, Arts, Festivals and celebrations, Traffic calming measures, Traffic signs, War memorials, and many more. Bradley Stoke Town Council liaison with the South Gloucestershire Council, which acts as its principal authority for Education, Community Learning, Economic Development, Electoral Services, Registrations, Housing, Planning applications, Strategic planning, Transport planning, Passenger transport, Highways, Street Care, Parking Enforcement, Adult Social Care, Children's Social Care, Social Services, Libraries, Leisure and recreation, Waste collection, Waste disposal, Recycling, Environmental Health, Trading Standards, Revenue collection, Safeguarding and Community Safety. The Bradley Stoke Town Council in its vision has committed to promoting and developing the interests and diversity of its vibrant community. Bradley Stoke has a Town Council made up of 15 Councillors elected from five wards (3 from Bradley Stoke- Primrose Bridge Ward; 2 from Stoke Brook Ward; 3 from Bradley Stoke- Webbs Wood Ward; 3 from Bradley Stoke- Willowbrook Ward; and 4 from Bradley Stoke- Woodlands Ward) to administer the local issues. The Town Council acts as the primary local authority and is chaired by the Town Mayor and assisted by a Deputy Mayor. The four standing committees for Finance; Planning and Environment; Leisure, Youth and Amenities; and Staffing act as deliberative wings of the Council. The Council Spokesperson and the Chairs of the Standing Committees also play a significant part in the Council's activities. The policies and decisions of the council are carried out by officers and staff, employed by the Council headed by the Town Clerk. Bradley Stoke Town is represented in the South Gloucestershire Council by seven Councillors elected from three electoral wards, namely Bradley Stoke North, Bradley Stoke South and Stoke Gifford (Stoke Brook). Since 2017, there is a West of England Combined Authority (WECA), which spans across Bristol, South Gloucestershire and Bath and North East Somerset counties, and is headed by an elected Metro Mayor, with responsibilities of strategic planning, economy, skills and transport in the region. The Avon and Somerset Police, which is headed by an elected Police Commissioner (responsible for securing an “effective and efficient” police force, and drafting police budgets and police policies) and professionally controlled by a chief constable, manages police operations in Bradley Stoke and the West of England region. Bradley Stoke occupies the central part of the Filton and Bradley Stoke parliamentary constituency, which elects one Member of Parliament (MP). First elected in 2010, Conservative MP Jack Lopresti is the MP for Filton and Bradley Stoke. Town Council The membership of the town council, after the council elections held in May 2023. Twin cities Bradley Stoke is twinned with Champs-sur-Marne, France located in the Paris suburbs. Facilities Many of the facilities in the town were to be funded by the housing developers from housing sales, via 'Section 106' planning agreements. When house building and sales slowed for a time in the late 80s, there was a significant slowdown in facility completion. This included the late provision of the road joining the north and south sides of the town, and also the completion of the doctors' surgery. The new town centre 'Willow Brook' was named by an anonymous resident as part of a competition run by Bradley Stoke Town Council in partnership with Tesco. The centre is situated on the original Tesco supermarket site, and the redevelopment was approved by South Gloucestershire Council on 13 November 2006. Council The Bradley Stoke Town Council operates three activity centres located at The Bradley Stoke Jubilee Centre on Savages Wood Road, Baileys Court Activity Centre on Baileys Court Road and Brook Way Activity Centre on Brook Way. Each activity centre offers rooms and facilities to hire, and the provision of sports activities such as bowls, football pitches and hardball courts. Housing There are over 9000 residential homes in the Bradley Stoke area. 1,600 properties or nearly 18% of properties are registered for social housing. Bradley Stoke North To the north of the town (often referred to as Bradley Stoke North—because building in the town was originally in two locations, north and south, eventually working towards the centre: for many years the two sites were separated by an expanse of green fields) there are a number of other facilities on Pear Tree Road. Including a Tesco Express, Prime Time Recruitment, Coral, a beauty salon, a cafe and two fast-food takeaway establishments. In addition, the town is served by an Aldi store (on the former Somerfield site.). Between Pear Tree Road and the RAC tower, there is a Toby Carvery (formerly the Orchard Pub). Near the Aldi supermarket, there is a pub named the Hollow Tree. The former pub on the site, the Bradley Stoke, closed down in September 2012, when the site was sold to Marstons, a brewery and pub operator. The new pub opened in March 2013, and gained a "Pizza Kitchen" in renovations in 2016. Willow Brook Centre, the town centre Willow Brook Centre opened on 13 October 2008. Stores at Willow Brook Shopping Centre include Tesco Extra, Boots, Card Factory, Children's Hospice South West, Costa Coffee, Domino's Pizza, EE, F&F, Giant Bicycles, Greggs, Harvester, Holland & Barrett, KFC, Ladbrokes, O2, Pets at Home, Poundstretcher, Reflections, Specsavers, Subway, Tanning Shop, The Food Warehouse by Iceland, Timpson, The Works, Vision Express. Services at the Willow Brook Shopping Centre include Anytime Fitness, Aspirations, BT, CJ Hole, Explore Learning, Kumon, Leading Edge, Lionbridge, Logical, My Dentist, Ocean, Reed, Taylors, Waves car wash and Willow Clinic. Bradley Stoke Leisure Centre and library The Active leisure centre near the town centre provides access to a 25m swimming pool and a public library. Additional services at the leisure centre include a gym, beauty salon, Soho Coffee and a skate park. The leisure centre and library are host to many in house and local activity groups. In 2018, as part of renovations reducing the size of the sports hall, a small climbing centre was installed. The Soho coffee shop was established in June 2013 and was renovated in 2017. Bradley Stoke South The south of Bradley Stoke (referred to as Bradley Stoke South) has a number of facilities in Bailey's Court, this included a Tesco Express store, a solicitors' firm, Ocean Homes Estate office, St Peter Hospice, a nursery, the Beijing Restaurant and Bailey's Court Inn pub. Employment Employment opportunities are found along Great Stoke Way to the south, Woodlands Business Park and Almondsbury Business Park to the north, and at the Aztec West development. The town is served by the nearby Bristol Parkway railway station in Stoke Gifford and is a short distance from the Ministry of Defence, the Aviva Centre and the Abbeywood Retail Park. Situated in the surrounding business parks are companies including RAC, Paragon, DHL, Greencore, Pukka Herbs, EE, GE Capital, HSS Hire, Zuken Technology Centre, and various hotels, production factories, courier services, warehouses and offices. The business parks are facilitated by cafes and restaurants including Starbucks and Turtle Bay. The further developments of the Willow Brook Centre and the addition of larger high street chains have increased the number of jobs available for local residents as well as boosted trade within Bradley Stoke. Businesses continue to be interested in the further development of the town centre, such as the planning application to build drive-through commercial units adjacent to Bradley Stoke Way. Bradley Stoke attracts custom through passing trade from those exiting and joining the motorways and commuting, however since the expansion of the Willow Brook Centre both business owners and potential employees are attracted to the area. Despite the available employment opportunities, many residents commute from Bradley Stoke to central Bristol, The Mall in Cribbs Causeway or via the nearby motorway junction for work. Education Primary schools Saint Marys Catholic Primary School Bailey's Court Primary School Wheatfield Primary School Meadowbrook Primary School Holy Trinity Primary School Bowsland Green Primary School Bradley Stoke Community Primary School Secondary schools Bradley Stoke Community School, the comprehensive secondary school, opened in September 2005 and has the capacity for up to 1,120 students. A post-16 centre at the school was completed in Summer 2010, and a primary school extension was completed in 2015. Transport Rail Bradley Stoke is served by Bristol Parkway railway station to the south and Patchway railway station to the west, both operated by Great Western Railway. Bus Bus services are operated by First West of England and Stagecoach West offering transport links to Aztec West, Thornbury, Cribbs Causeway, Bristol Parkway railway Station, Bristol city centre and the University of the West of England, Bristol. A new MetroBus service was introduced by Bristol Community Transport under contract by FirstGroup. Car Bradley Stoke borders the M5 to the north, the M4 to the east and the M32 to the south. Main transport routes are via Aztec West and via the Stoke Gifford bypass to the south. Community The Bradley Stoke Community Festival has been running since 2004 and is held over a weekend in June. The festival hosts a variety of activities and events primarily aimed at young children and families involving live music, performances, sports and games. A Bradley Stoke Community Carnival event took place in 2014, 2015 and 2017. The carnival hosted stilt walkers, a brass band, performers dressed in costumes, competitions and prizes and live music. Similarly to the Bradley Stoke Community Festival, Wheatfest is an annual event hosted by a local group Friends of Wheatfield Primary School. The event on the grounds of Wheatfield Primary School is primarily aimed at young children and families. The 2019 event raised over £6000. The Willow Brook Centre provides a summer beach in the town centre. Primarily aimed at young children and families, the Centre features a 38-tonne sandpit, dozens of deck chairs, and suspended decorations. The Town Council operates an annual fireworks display in early November to celebrate Guy Fawkes Night, in 2018 raising over £2000 in support of West of England MS Therapy Centre and the Stroke Association. Since 2016, the Willow Brook Centre has hosted the annual Stars of the Stokes Awards to recognise the local heroes in our community featuring special guest celebrities. Awards are issued to a champion carer, a parent in a million, coach of the year, high achievement, a young person of the year and teacher of the year. The event is sponsored by Tesco, Honeyfield, Aztec Hotel & Spa, First Bus, Bradley Stoke Radio, Olympus Academy Trust, Carisway, Bradley Stoke Radio and Frome Valley Voice. Each year the town is adorned with lights to celebrate Christmas. Along with an annual Christmas tree and decorations in the town centre, courtesy of the Willow Brook Centre, one property in Elm Close raises funds each year for St Peters Hospice by decorating their home in 30,000 lights. In 2018, over £3000 was raised. Remembrance Service and War Memorial A War Memorial was created in 2014 by the 1st Bradley Stoke Scout group & the Willow Brook Centre. It is located in the main town square and is a generic memorial dedicated to “all members of our Armed Forces (and civilians who support them) who have died or suffered due to conflict.” It is a simple grey granite pillar with a poppy design at the top & an inscription in the middle (as voted for by nearly 250 local residents) – 'At the going down of the sun and in the morning we will remember them'. There is a Scout Memorial badge (the scout arrowhead surrounded by olive branches & the inscription 'Lest we forget') at the base of the pillar. The memorial was designed and crafted by local Master Mason Alwyn Leek from Bristol and West Memorials. It was created because the town of Bradley Stoke is relatively new (major construction began only in the 1980s) and therefore had no traditional memorial. The aim was to create a focal point to hold Remembrance ceremonies for future generations with special involvement from the young people of the town. On 2 August 2014, this memorial was officially dedicated by Dame Janet Trotter, DBE, Lord Lieutenant for Gloucestershire. The dedication ceremony was also a commemoration of the Centenary of the First World War and it was attended by members of the 1st Bradley Stoke Scout Group, Royal British Legion, St John's Ambulance Cadets, 1st Bradley Stoke Rainbows, 2nd Patchway Scout Group and Police Cadets. A parade marched from the Jubilee Centre to the town square at the Willow Brook Centre, led by the band of the City of Bristol Pipes and Drums. At the end of the ceremony, the young people present were invited to help light the 100 candles around the memorial to mark the Centenary. The central candle was the official Royal British Legion candle for their 'Lights Out' campaign. The inaugural Bradley Stoke Remembrance Sunday Ceremony was held on the 9th of November 2014, attended by many local uniformed youth groups and approximately 300 members of the public. Since the creation of the war memorial, an annual Remembrance parade and ceremony is held at the Willowbrook Centre, attended by the Town Mayor, 1st Bradley Stoke Scouts, Trident Explorer Unit, 1st Little Stoke Scout Group, 1st Stokeway Rainbows, 1st Bradley Stoke Rainbows, Brownies and Guides, 2nd Bradley Stoke Brownies, 2nd Stoke Lodge Brownies, a representative from the town council, and the local church vicar. Woodland The Woodland area of Bradley Stoke is named Three Brooks Local Nature Reserve, an area of approximately that includes bluebell woods, rough grassland, brooks, ponds, and the man-made Three Brooks Lake. The lake, part of the Frome Valley Relief Sewer, is home to many common species of waterfowl including nesting swans. There are also a number of other walks and paths surrounded by small wooded areas connecting various parts of Bradley Stoke. Wild fruit can be found throughout the woodland, namely blackberries, apples, plums and cherries. A community orchard grows in the heart of the woodland. The local Stokes Art Group (SAG) and the Three Brooks Nature Conservation Group (TBNCG) teamed up for an art project to personify the God of Three Brooks Nature Reserve. The God was named Trolletheus, named after two rusted supermarket trolleys dredged from the man-made lake. Regular woodland walks and foraging groups are conducted in the local woodland hosted by the Three Brooks Conservation Group. In May 2019, the Three Brooks Nature Conservation Group were awarded a grant of £25,000 from Enovert Community Trust to improve accessibility to the woodland through renovations to walkways. Sport Bowls The Bradley Stoke Bowls Club was opened in May 2010 at the Baileys Court Activity Centre. Cricket Bradley Stoke Cricket Club was formed in September 1990 and became the founder users of the newly built pavilion in Baileys Court Road under the management of the Bradley Stoke Town Council (now part of the Baileys Court Activity Centre). The club joined the Bristol and District Cricket Association (B&D) in 1991 and played its first game in 1992. In 2019 Bradley Stoke CC won the Tony Hitch T/20 Trophy - the first in their history. In 2021 the club retained the Tony Hitch trophy after no competition in 2020. The first club to achieve this in over 20 years. In August 2021 The club's 1st XI won promotion to the West of England Premier League for the 1st time in the club's history. Football The town's local football teams are Bradley Stoke Town FC and Bradley Stoke Youth FC. Skate park There is a well-lit modern concrete skate park located at the Bradley Stoke Active Leisure Centre, under the ownership and supervision of the Bradley Stoke Town Council. Running Bradley Stoke is popular with joggers and runners along the many pedestrian and cycle routes in the town as well as in the local woodland. The town hosts a 10  km event, with locals competing against each other to run a course across the length of the town. Tennis Tennis lessons, games and events are played at the Jubilee Centre on Savages Wood Road. Martial arts Numerous Martial arts and fitness clubs provide classes within the town teaching Judo, Taekwondo, Bushido , Kung-fu and kickboxing. Media Printed Bradley Stoke's news and media publications include Bradley Stoke Matters and The Bradley Stoke Journal. Bradley Stoke Matters is a free community magazine and website which started up in 2005, following local news and events. The free magazine is delivered quarterly to every home in Bradley Stoke. The Bradley Stoke Journal is a free interactive community news website since 2007, following local news and events. From 2013 the free magazine was delivered monthly to every home in Bradley Stoke. The magazine ceased printed publication in May 2022, but the website and social media channels continued. Radio Bradley Stoke Radio, the local community radio station, broadcasts over the internet via webcasts and on 103.4  MHz FM. Live broadcasts are regularly held during local community events, in Willow Brook Shopping Centre's town square, and at local festivals, featuring live singers and commentary directly from the events. Bradley Stoke receives Heart West Radio on 96.3 MHz FM, Heart Bristol Radio on 93.6  MHz FM and BBC Radio Bristol on 94.9  MHz FM. Television Bradley Stoke is covered by and has featured on the local television channel Bristol TV, formerly known as Made in Bristol TV. The regional television services are BBC West and ITV West Country. Crime Bradley Stoke is served by Avon and Somerset Constabulary. Bradley Stoke Town Council funds a dedicated police officer for the town. There is a local police beat surgery office located in the Willow Brook Centre Avon and Somerset Constabulary were criticised in early 2019 for having no active Police Community Support Officers (PCSO). A police presence has since been reinstated. Bradley Stoke benefits from a low crime rate compared to other areas of Bristol. However, in 2018, the crime rate reached its highest level for 5 years with over 100 crimes reported in the month of June. The supermarket, leisure centre, petrol filling station and nearby pub were hotspots for the most frequent crimes Incidents involving arson, threats towards children and multiple counts of indecent exposure were reported in the area. Numerous acts of vandalism were reported around the Three Brooks Nature Reserve over the May Bank Holiday weekend in 2019. Incidents included two counts of theft, destruction of wildlife housing, damage to the Three Brooks Local Nature Reserve signage and installations. An incident that occurred involving a community project to decorate roundabouts involved intoxicated individuals stealing an ornamental animal. The animal was returned but later damaged in a separate incident involving a car driving over the roundabout. The Avon and Somerset police crime statistics record that between May 2018 and April 2019 at least 900 crimes were reported in the Bradley Stoke area. The crimes included 230 reports of anti-social behaviour (25.56%) and 256 reports of violence and sexual offences (28.44%). Other offences included bicycle theft, burglary, criminal damage and arson, drugs offences, possession of weapons, public order offences, robbery, shoplifting and vehicle crime. References External links Bradley Stoke Town Council Areas of Bristol Housing estates in Gloucestershire Towns in Gloucestershire South Gloucestershire District
```html (See accompanying file LICENSE_1_0.txt or copy at path_to_url --> <!-- or a copy at path_to_url Some files are held under additional license. Please see "path_to_url" for more information. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url"> <html xmlns="path_to_url" lang="en" xml:lang="en"> <head> <TITLE>Generic Image Library: nth_channel_view</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/> <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/> </head> <body> <table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr> <td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'> <div class="qindex"><a class="qindex" href="index.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="../index.html">GIL Home Page</a> </div> <!-- End Header --> <!-- Generated by Doxygen 1.5.6 --> <div class="contents"> <h1>nth_channel_view<br> <small> [<a class="el" href="g_i_l_0157.html">Image View Transformations</a>]</small> </h1><hr><a name="_details"></a><h2>Detailed Description</h2> single-channel (grayscale) view of the N-th channel of a given <a class="el" href="g_i_l_0040.html" title="A lightweight object that interprets memory as a 2D array of pixels. Models ImageViewConcept...">image_view</a> <p> <p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Classes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0578.html">nth_channel_view_type</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Given a source <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> view type View, returns the type of an <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> view over a single channel of View<p> If the channels in the source view are adjacent in memory (such as planar non-step view or single-channel view) then the return view is a single-channel non-step view. If the channels are non-adjacent (interleaved and/or step view) then the return view is a single-channel step view. <a href="g_i_l_0578.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0580.html">nth_channel_view_type&lt; any_image_view&lt; ViewTypes &gt; &gt;</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Given a runtime source <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> view, returns the type of a runtime <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> view over a single channel of the source view. <a href="g_i_l_0580.html#_details">More...</a><br></td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g791cfacb8f163d86056eacf42cc4c7a8"></a><!-- doxytag: member="ImageViewTransformationsNthChannel::nth_channel_view" ref="g791cfacb8f163d86056eacf42cc4c7a8" args="(const View &amp;src, int n)" --> template&lt;typename View&gt; </td></tr> <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">nth_channel_view_type&lt; View &gt;::type&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>nth_channel_view</b> (const View &amp;src, int n)</td></tr> <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g908049653833e3b898583928bc28cd77"></a><!-- doxytag: member="ImageViewTransformationsNthChannel::nth_channel_view" ref="g908049653833e3b898583928bc28cd77" args="(const any_image_view&lt; ViewTypes &gt; &amp;src, int n)" --> template&lt;typename ViewTypes&gt; </td></tr> <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">nth_channel_view_type<br> &lt; any_image_view&lt; ViewTypes &gt;<br> &gt;::type&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>nth_channel_view</b> (const any_image_view&lt; ViewTypes &gt; &amp;src, int n)</td></tr> </table> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:17 2009 for Generic Image Library by&nbsp; <a href="path_to_url"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> </body> </html> ```
```c++ // // file LICENSE or copy at path_to_url #include <cds/urcu/signal_buffered.h> #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED #include "test_feldman_hashmap_rcu.h" namespace { typedef cds::urcu::signal_buffered<> rcu_implementation; typedef cds::urcu::signal_buffered_stripped rcu_implementation_stripped; } // namespace INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, FeldmanHashMap, rcu_implementation ); INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, FeldmanHashMap, rcu_implementation_stripped ); #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED ```
Cedar Creek is a tributary of the Little Kanawha River, long, in central West Virginia in the United States. Via the Little Kanawha and Ohio rivers, it is part of the watershed of the Mississippi River, draining an area of in a rural region on the unglaciated portion of the Allegheny Plateau. Cedar Creek rises approximately west of Flatwoods in Braxton County and flows generally northwestward into Gilmer County, through the unincorporated community of Cedarville and through Cedar Creek State Park. It flows into the Little Kanawha River approximately west of Glenville. According to the West Virginia Department of Environmental Protection, approximately 90.5% of the Cedar Creek watershed is forested, mostly deciduous. Approximately 9.2% is used for pasture and agriculture. The creek was named for the cedar trees along its course. See also List of rivers of West Virginia References Rivers of West Virginia Little Kanawha River Rivers of Gilmer County, West Virginia Rivers of Braxton County, West Virginia
JTC Corporation (JTC), formerly the Jurong Town Corporation, is a statutory board under Singapore's Ministry of Trade and Industry that champions sustainable industrial development. It master-plans clean, green and smart estates to create attractive destinations for Singapore's talent and communities. The agency also drives innovations in the building and infrastructure sector. History Established on 1 June 1968 as the Jurong Town Corporation, JTC oversaw the development of Singapore's first industrial estate, and the launch of Singapore's industrialisation drive. The bulk of the agency's mission was focused on the development of the Jurong Industrial Estate. To do this, JTC developed Jurong holistically, to encourage Singaporeans to move in, work and raise their families there. A large Town Centre was built, complete with shops and facilities, and a drive-in cinema. The first childcare centre and first hawker centre were both set up in Jurong. As part of Singapore's Garden City campaign, JTC also planned Jurong Park, that comprised the Chinese and Japanese Gardens, which are set to be the centrepiece of the Jurong Lake District today. As Singapore's industrialisation took off, JTC's portfolio expanded beyond Jurong Town, where it built and managed industrial estates and flatted factories all over Singapore, such as Toa Payoh, Sembawang, Changi and Kranji. As Singapore's economy developed over the years, JTC provided new infrastructure to support Singapore's industries. When Singapore transitioned to a more knowledge-based and technology-intensive economy, JTC developed the Science Park, one-north and CleanTech Park to support hi-tech R&D sectors. Other notable projects by the agency include International Business Park, Changi Business Park, Jurong Island, Seletar Aerospace Park, and Singapore's four wafer fabrication parks. Projects In 2016, it was announced that JTC is planning and developing a new Jurong Innovation District (JID), envisioned as the industrial park of the future. The 600-hectare district is set to become a one-stop advanced manufacturing campus housing an ecosystem of Research and Development (R&D) institutes, technology, and training providers, as well as advanced manufacturing itself. In 2018, JTC unveiled the plan for the 50-hectare mixed-use Punggol Digital District (PDD) that will support the growth of the digital economy. Opening in phases from 2023, PDD expects to create up to 28,000 digital economy jobs. In February 2020, JTC announced that it will be revamping the 500-hectare Sungei Kadut industrial estate, one of the oldest industrial estates in Singapore, to support the transformation of traditional manufacturing industries as well as new growth sectors in agri-tech and environmental technologies. The estate will be developed progressively over the next 20 to 30 years, creating space for businesses in the timber, furniture, construction, and waste management industries. A key feature of the revamp is the development of an 18-hectare Agri-Food Innovation Park, that will unite R&D, prototyping and high-tech operations such as vertical farming and aquaculture hatcheries. Having built up a strong base of engineering capabilities, JTC was appointed by the Singapore Government to be a Centre of Excellence for Building & Infrastructure and Underground Caverns, where it uses its expertise to support other government organizations in their projects, optimize scarce engineering resources, and invest in R&D to build cutting-edge engineering expertise. Aside from developing the physical space, JTC works towards strengthening collaborations within business communities in its estates to create new business opportunities. It also emphasizes on striking a balance between the economic and environmental aspect in its developmental approach, where it has been progressively adopting renewable energy sources, and smart systems that optimize resource utilization. JTC had also announced a number of initiatives inviting its industry partners to contribute towards making estates greener. Industrial and Business Parks Specialized Industrial Park Airport Logistics Park of Singapore Jurong Island LogisParks MedTech Park Offshore Marine Centre Seletar Aerospace Park Tuas Biomedical Park Wafer Fab & Advanced Display Parks Business Park Changi Business Park CleanTech Park International Business Park Jurong Innovation District Mediapolis One-north Punggol Digital District Woodlands North Coast Sungei Kadut Eco-District See also Biopolis Fusionopolis References External links JTC Corporation 1968 establishments in Singapore Government agencies established in 1968 Organizations established in 1968 Statutory boards of the Singapore Government
Cunningham is a surname of Scottish origin, see Clan Cunningham. Notable people sharing this surname A–C Aaron Cunningham (born 1986), American baseball player Abe Cunningham, American drummer Adrian Cunningham (born 1960), Australian archivist Alan Cunningham, British Second World War general Alexander Cunningham (1814–1893), British archaeologist, father of the Archaeological Survey of India Alexander Cunningham, 1st Earl of Glencairn (1426–1488), a Scottish nobleman Alexander Cunningham, 5th Earl of Glencairn (died 1574), a Scottish nobleman and covenanter Alfred Austell Cunningham, American aviation pioneer Allan Cunningham (disambiguation) or Allen Cunningham, several people Andrew Cunningham, 1st Viscount Cunningham of Hyndhope, British Second World War admiral Andrew Cunningham (disambiguation) or Andy Cunningham, several people Archibald Cunningham (1879–1915), Scottish footballer Bert Cunningham (1865–1962), American baseball player Bertram Cunningham, British Anglican priest and academic Bill Cunningham (disambiguation), several people Bill Cunningham (talk show host), American radio talk show host Billy Cunningham, American basketball player and coach Birgit Cunningham, Anglo-American activist Bob Cunningham (disambiguation), several people Briggs Cunningham, American racing driver and team owner, sports car designer and manufacturer Brysson Cunningham, Scottish harbour engineer and author on dock and harbour engineering and operation Cade Cunningham (born 2001), American basketball player Cara Cunningham (born 1987), American singer-songwriter Cal Cunningham (born 1973), Democratic state senator in North Carolina Charles Cunningham (disambiguation), several people, including: Charles Cunningham, Royal Navy admiral Charles Milton Cunningham, American newspaper editor and politician Chris Cunningham, British director and video artist Christian Cunningham (born 1997), American basketball player in the Israeli Basketball Premier League Clare Cunningham (athlete), British athlete Claire Cunningham, British choreographer Colin Cunningham (swimmer), British swimmer D–J Daniel John Cunningham, Scottish anatomist Darryl Cunningham, English cartoonist Darren J. Cunningham, known professionally as Actress, British electronic music producer David Cunningham (disambiguation), several people David Loren Cunningham, film producer Dominick Cunningham (born 1995), British artistic gymnast Ebenezer Cunningham, British mathematician Edward Francis Cunningham, Scottish painter Edwin Cunningham (disambiguation), several people Elaine Cunningham, American fantasy and science-fiction author Elmer T. Cunningham, American entrepreneur and businessman, specializing in vacuum tubes and radio manufacturing E. V. Cunningham, pseudonym of Howard Fast, an American writer Francine Cunningham, Indigenous writer, artist, and educator Francis Cunningham (painter) Gary Cunningham (born 1940/1941), American basketball coach and athletic director George Godfrey Cunningham (c. 1802–1860), Scottish writer Glenn Cunningham (disambiguation), several people Gordon Cunningham (golfer), Scottish golfer Graeme Cunningham (cricketer), Australian cricketer Graeme Cunningham (Scottish footballer), Scottish footballer Harry Cunningham (disambiguation), several people Hugh Cunningham (disambiguation), several people Imogen Cunningham (1883–1976), American photographer J. V. Cunningham, American poet Jack Cunningham (disambiguation), several people James Cunningham (disambiguation), several people Jason D. Cunningham, US Air Force pararescue medic Jason Cunningham, English boxer Jean Wooden Cunningham, American politician and lawyer Jeff Cunningham, American association football player Jim Cunningham (disambiguation), several people John Cunningham (disambiguation) or Johnny Cunningham, several people Joseph Cunningham (disambiguation) or Joe Cunningham, several people K–Z Keiron Cunningham, British rugby league player Kenny Cunningham, Irish footballer Korey Cunningham, American football player Kristan Cunningham, American interior designer and television personality Larry Cunningham (1938–2012), Irish country music singer Larry Cunningham (1951–2019), American R&B singer, member of the vocal group The Floaters Laurie Cunningham, English former footballer Leland Cunningham, American astronomer and electronic computing authority Liam Cunningham, an Irish actor Loren Cunningham, American-born missions statesman and founder of Youth With A Mission Malik Cunningham (born 1998), American football player Marta Cunningham (1869–1937), American-born European-based soprano-singer and philanthropist Martha Jane Cunningham (1856–1916), Canadian missionary educator in Japan Mary Ann Cunningham (1841-1930), Canadian temperance activist Melvin Cunningham (born 1973), American football player Merce Cunningham (1919–2009), American choreographer Michael Cunningham, American novelist, author of The Hours Michael R. Cunningham, Chancellor National University System Milton Joseph Cunningham, American politician Minnie Fisher Cunningham, American suffrage politician Myrna Cunningham, Miskita feminist and indigenous rights activist from Nicaragua Owen Cunningham, Australian rugby league footballer Patrick Cunningham (politician) (1878–1960), Irish politician Paul Cunningham (disambiguation), several people Phil Cunningham (folk musician), Scottish accordionist with the folk group Silly Wizard Phil Cunningham (rock musician), English musician Randall Duke Cunningham, U.S. Representative from California Randall Cunningham, American football player Redmond Cunningham, Irish officer in the British Army Richie Cunningham (American football) (born 1970), American football placekicker Robert Cunningham (disambiguation), any of several people Ross Cunningham, Scottish footballer Samuel Cunningham (born 1989), Thai footballer Scott Cunningham, writer Sean S. Cunningham, film producer and director Sederrik Cunningham, American football player Sophie Cunningham (writer) (born 1963), Australian writer and editor Sophie Cunningham (basketball) (born 1996), American basketball player Stacey Cunningham, 67th President of the New York Stock Exchange Sumner Archibald Cunningham (1843–1913), American Confederate veteran and newspaper editor Tony Cunningham (footballer), Jamaican former footballer Timothy J. Cunningham (1982–2018), American epidemiologist Walter Cunningham (1932-2023), American astronaut, Apollo 7 crew member Walterina Cunningham (died 1837), Scottish author and poet Wade Cunningham, New Zealand racing driver Ward Cunningham, American computer programmer, developer of the first wiki William Cunningham (disambiguation), several people Zach Cunningham (born 1994), American football player Notable fictional characters sharing this surname Max Cunningham, character from Hollyoaks Tom Cunningham, also a character from Hollyoaks The Cunningham family from Happy Days: Howard Cunningham, father Marion Cunningham, mother Richie Cunningham, second son and also the series' original lead character Joanie Cunningham, younger daughter The Cunningham family in To Kill a Mockingbird by Harper Lee Mr and Alec Cunningham in the Sherlock Holmes story "The Adventure of the Reigate Squire" Other uses of the Cunningham name Cunningham automobile Cunningham-Hall Aircraft Corporation (1928–1948), aircraft manufacturer in Rochester, New York James Cunningham, Son and Company (1882–1936), carriage and auto company in Rochester, New York Scottish toponymic surnames Surnames of Lowland Scottish origin English-language surnames
The University of Anbar () is an Iraqi university in Ramadi, Al Anbar, Iraq. It was founded in 1987 with a college of education and a college of girls' education, and then expanded until it reached university status in 2011 with 19 colleges. Colleges College of Education of the Human Sciences. (History, Arabic Language, English Language, Geographic, Quran Sciences) College of Education, Pure Sciences. (Mathematics, Physics, Chemistry, Biology, Psychological Science) College of Science. (Mathematics, Physics, Chemistry, Biology) College of Engineering. (Mechanic, Civil, Electric, Dams and Water sources) College of Arts. (English Language, Arabic Language, History, Geographic, Sociology, Media) College of Law – Ramadi College of Computer Science and Information Technology College of Islamic Sciences – Ramadi (Hadith, Foqh, Quran Sciences, Islamic Faiths) College of Administrations and Economics – Ramadi College of Physical Education and Sport Sciences College of Medicine College of Dentistry College of Agriculture College of Education for Women College of Education – Al-Qa'im College of Veterinary Medicine College of Pharmacy 2014 hostage crisis On 7 June, gunmen linked to the Islamic State of Iraq and the Levant briefly took students at the university hostage after killing a number of guards and destroying "a bridge leading to the main gate". The crisis was resolved when students were permitted to leave several hours later, departing the campus in buses provided by the local government. No students were reported to have been injured during the incident. See also List of Islamic educational institutions List of universities in Iraq References External links https://www.uoanbar.edu.iq/ https://www.uoanbar.edu.iq/English جامعة الأنبار University of Anbar website Al Anbar Governorate anbar Universities and colleges established in 1987 1987 establishments in Iraq
United Nations Security Council resolution 536, adopted on 18 July 1983, after recalling resolutions 425 (1978), 426 (1978), 508 (1982), 509 (1982) and 520 (1982), as well as studying the report by the Secretary-General on the United Nations Interim Force in Lebanon (UNIFIL), the Council decided to extend the mandate of UNIFIL for a further three months until 19 October 1983. The Council then requested the Secretary-General to report back on the progress made with regard to the implementation of the resolution. Resolution 536 was adopted by 13 votes to none, with two abstentions from the People's Republic of Poland and Soviet Union. See also 1982 Lebanon War Israeli–Lebanese conflict Lebanese Civil War List of United Nations Security Council Resolutions 501 to 600 (1982–1987) References Text of the Resolution at undocs.org External links 0536 0536 Israeli–Lebanese conflict 1983 in Israel 1983 in Lebanon 0536 July 1983 events
```java /* * */ package io.debezium.pipeline.txmetadata; /** * An interface for containing all metadata needed to for {@link TransactionContext} to * process the transaction. At least needs to provide transaction ID, can add additional * transaction metadata for tracking with a connector-specific subclass of {@link TransactionContext}. */ public interface TransactionInfo { /** * Return the string representation of the transaction ID. * * @return String of transaction ID */ String getTransactionId(); } ```
```php <?php namespace Laravel\Dusk; use Exception; use Facebook\WebDriver\WebDriverBy; use Illuminate\Support\Str; use Illuminate\Support\Traits\Macroable; use InvalidArgumentException; class ElementResolver { use Macroable; /** * The remote web driver instance. * * @var \Facebook\WebDriver\Remote\RemoteWebDriver */ public $driver; /** * The selector prefix for the resolver. * * @var string */ public $prefix; /** * Set the elements the resolver should use as shortcuts. * * @var array<string, string> */ public $elements = []; /** * The button finding methods. * * @var array */ protected $buttonFinders = [ 'findById', 'findButtonBySelector', 'findButtonByName', 'findButtonByValue', 'findButtonByText', ]; /** * Create a new element resolver instance. * * @param \Facebook\WebDriver\Remote\RemoteWebDriver $driver * @param string $prefix * @return void */ public function __construct($driver, $prefix = 'body') { $this->driver = $driver; $this->prefix = trim($prefix); } /** * Set the page elements the resolver should use as shortcuts. * * @param array<string, string> $elements * @return $this */ public function pageElements(array $elements) { $this->elements = $elements; return $this; } /** * Resolve the element for a given input "field". * * @param string $field * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception */ public function resolveForTyping($field) { if (! is_null($element = $this->findById($field))) { return $element; } return $this->firstOrFail([ "input[name='{$field}']", "textarea[name='{$field}']", $field, ]); } /** * Resolve the element for a given select "field". * * @param string $field * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception */ public function resolveForSelection($field) { if (! is_null($element = $this->findById($field))) { return $element; } return $this->firstOrFail([ "select[name='{$field}']", $field, ]); } /** * Resolve all the options with the given value on the select field. * * @param string $field * @param array $values * @return \Facebook\WebDriver\Remote\RemoteWebElement[] * * @throws \Exception */ public function resolveSelectOptions($field, array $values) { $options = $this->resolveForSelection($field) ->findElements(WebDriverBy::tagName('option')); if (empty($options)) { return []; } return array_filter($options, function ($option) use ($values) { return in_array($option->getAttribute('value'), $values); }); } /** * Resolve the element for a given radio "field" / value. * * @param string $field * @param string|null $value * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception * @throws \InvalidArgumentException */ public function resolveForRadioSelection($field, $value = null) { if (! is_null($element = $this->findById($field))) { return $element; } if (is_null($value)) { throw new InvalidArgumentException( "No value was provided for radio button [{$field}]." ); } return $this->firstOrFail([ "input[type=radio][name='{$field}'][value='{$value}']", $field, ]); } /** * Resolve the element for a given checkbox "field". * * @param string|null $field * @param string|null $value * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception */ public function resolveForChecking($field, $value = null) { if (! is_null($element = $this->findById($field))) { return $element; } $selector = 'input[type=checkbox]'; if (! is_null($field)) { $selector .= "[name='{$field}']"; } if (! is_null($value)) { $selector .= "[value='{$value}']"; } return $this->firstOrFail([ $selector, $field, ]); } /** * Resolve the element for a given file "field". * * @param string $field * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception */ public function resolveForAttachment($field) { if (! is_null($element = $this->findById($field))) { return $element; } return $this->firstOrFail([ "input[type=file][name='{$field}']", $field, ]); } /** * Resolve the element for a given "field". * * @param string $field * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception */ public function resolveForField($field) { if (! is_null($element = $this->findById($field))) { return $element; } return $this->firstOrFail([ "input[name='{$field}']", "textarea[name='{$field}']", "select[name='{$field}']", "button[name='{$field}']", $field, ]); } /** * Resolve the element for a given button. * * @param string $button * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \InvalidArgumentException */ public function resolveForButtonPress($button) { foreach ($this->buttonFinders as $method) { if (! is_null($element = $this->{$method}($button))) { return $element; } } throw new InvalidArgumentException( "Unable to locate button [{$button}]." ); } /** * Resolve the element for a given button by selector. * * @param string $button * @return \Facebook\WebDriver\Remote\RemoteWebElement|null */ protected function findButtonBySelector($button) { if (! is_null($element = $this->find($button))) { return $element; } } /** * Resolve the element for a given button by name. * * @param string $button * @return \Facebook\WebDriver\Remote\RemoteWebElement|null */ protected function findButtonByName($button) { if (! is_null($element = $this->find("input[type=submit][name='{$button}']")) || ! is_null($element = $this->find("input[type=button][value='{$button}']")) || ! is_null($element = $this->find("button[name='{$button}']"))) { return $element; } } /** * Resolve the element for a given button by value. * * @param string $button * @return \Facebook\WebDriver\Remote\RemoteWebElement|null */ protected function findButtonByValue($button) { foreach ($this->all('input[type=submit]') as $element) { if ($element->getAttribute('value') === $button) { return $element; } } } /** * Resolve the element for a given button by text. * * @param string $button * @return \Facebook\WebDriver\Remote\RemoteWebElement|null */ protected function findButtonByText($button) { foreach ($this->all('button') as $element) { if (Str::contains($element->getText(), $button)) { return $element; } } } /** * Attempt to find the selector by ID. * * @param string $selector * @return \Facebook\WebDriver\Remote\RemoteWebElement|null */ protected function findById($selector) { if (preg_match('/^#[\w\-:]+$/', $selector)) { return $this->driver->findElement(WebDriverBy::id(substr($selector, 1))); } } /** * Find an element by the given selector or return null. * * @param string $selector * @return \Facebook\WebDriver\Remote\RemoteWebElement|null */ public function find($selector) { try { return $this->findOrFail($selector); } catch (Exception $e) { // } } /** * Get the first element matching the given selectors. * * @param array $selectors * @return \Facebook\WebDriver\Remote\RemoteWebElement * * @throws \Exception */ public function firstOrFail($selectors) { foreach ((array) $selectors as $selector) { try { return $this->findOrFail($selector); } catch (Exception $e) { // } } throw $e; } /** * Find an element by the given selector or throw an exception. * * @param string $selector * @return \Facebook\WebDriver\Remote\RemoteWebElement */ public function findOrFail($selector) { if (! is_null($element = $this->findById($selector))) { return $element; } return $this->driver->findElement( WebDriverBy::cssSelector($this->format($selector)) ); } /** * Find the elements by the given selector or return an empty array. * * @param string $selector * @return \Facebook\WebDriver\Remote\RemoteWebElement[] */ public function all($selector) { try { return $this->driver->findElements( WebDriverBy::cssSelector($this->format($selector)) ); } catch (Exception $e) { // } return []; } /** * Format the given selector with the current prefix. * * @param string $selector * @return string */ public function format($selector) { $sortedElements = collect($this->elements)->sortByDesc(function ($element, $key) { return strlen($key); })->toArray(); $selector = str_replace( array_keys($sortedElements), array_values($sortedElements), $originalSelector = $selector ); if (Str::startsWith($selector, '@') && $selector === $originalSelector) { $selector = preg_replace('/@(\S+)/', '['.Dusk::$selectorHtmlAttribute.'="$1"]', $selector); } return trim($this->prefix.' '.$selector); } } ```
The Association of Coeducational Schools (ACS) was formed in 1997 and commenced midweek sporting competitions for Years 7 – 12 in 1998 with five founding member schools that are coeducational and shared similar philosophies and a commitment to sport. Weekly Sport Sport for all year levels is played during the week. ACS offers 13 weekly sports, played midweek, across summer and winter seasons, including mixed sports. Sports offered include: mixed badminton, basketball, cricket, Australian Rules football, football (soccer), futsal, hockey, netball, softball, table tennis, tennis, mixed touch football and volleyball. Championship Carnivals The ACS offers three major championships; athletics, swimming and cross country. The annual chess tournament and public speaking events are also part of the ACS calendar. Member Schools Associate member Former members See also List of schools in Victoria References ACS Sports Australian schools associations Australian school sports associations Organizations established in 1997
Sava Henția (1 February 1848, Sebeșel - 21 February 1904, Sebeșel) was an Imperial Austrian-born Romanian painter, decorator and illustrator. Biography He was one of fourteen surviving children of a priest. In 1862, after finishing his primary education, he was apprenticed to an uncle, who taught him how to retouch photographs. The following year, he caught typhoid fever and the quinine that was used to treat it damaged his hearing. His work with photographs encouraged him to pursue a career in art. From 1865 to 1870, he studied at the Bucharest National University of Arts with Gheorghe Tattarescu and Theodor Aman. He was then able to obtain a scholarship and went to Paris, where he enrolled at the Académie des Beaux-Arts and found a position in the prestigious workshop of Alexandre Cabanel. In 1873, he returned to Bucharest and became a teacher of drawing and calligraphy at the "Elena Doamna" orphan asylum. Four years later, on the recommendation of Doctor Carol Davila, he became a correspondent with the Army ambulance corps and participated in the Russo-Turkish War (War of Independence), sketching numerous scenes of campaigns and battles, many of which he later made into watercolors. His painting of an artillery battery from Calafat was used on a one Leu postage stamp in 1977. After the war, he worked as a teacher, interior decorator and book illustrator. Between 1901 and 1902, he was one of the artists commissioned to restore the murals and altarpieces at the Brebu Monastery. At the , he produced portraits of that institution's founders. His home in Sebeș became an historical monument. It was not properly maintained, however, and the roof collapsed in 2001. After further deterioration, all that remained was the front wall and foundation. It was later taken off the list of historical monuments. A street in Bucharest is named after him. Selected paintings References Further reading Mircea Popescu, Sava Henția, Editura de Stat pentru Literatură și Artă, 1954 Livia Drăgoi, Sava Henția, (exhibition catalog), Cluj Museum of Art, Editura Meridiane, 1974 External links Arcadja Auctions: More works by Henția Masterpieces of Sava Henția a video from EU Screen 1848 births 1904 deaths People from Sebeș Romanian Austro-Hungarians Portrait painters 19th-century Romanian painters
The New Covenant Presbyterian Church is a congregation of the Presbyterian Church (USA) in the Liberty City neighborhood of Miami, Florida. It is significant for being the first Southern congregation in the Presbyterian Church (USA) to break racial barriers. In the 1960s the neighborhood was experiencing a white-to-black overhaul. While many white congregations moved somewhat slowly and reluctantly toward absorbing their black neighbors during the Civil Rights era, New Covenant was the first Miami church to be conceived and organized with the definite purpose of integration. When it was formed in 1965, the congregation adopted the motto: "A church for all people". The church quickly swelled, boasting some 300 worshipers at its peak. Over time, what began as a multicolored mix—including a few Hispanics—remained largely integrated and harmonious, despite the McDuffie race riots and continued white flight—at least until nearly all white members had died or moved away by the 1990s. “It was fully interracial—in the choir and in the organization”, said the Rev. Dr. "Mike" Irvin Elligan, the church’s pastor from 1970 to 1985. “There were white people who were invited to black homes for dinner and vice versa.” Elligan, an African American, had as his associate pastor, the Rev. Dr. Y. Jacqueline Rhoades, a white woman born in France. The church was truly a multi-cultural congregation. New Covenant established the Elizabeth E. Curtis Day Care Center to serve the children of the surrounding community for many years. From 1987 to 1991, Rev. Ronald E. Peters served as pastor and during this time, the church established the Kuumba Project, a summer cultural enrichment program for neighborhood youth, ages 9 through 17 years. The congregation's social justice ministry attracted many young families throughout the city. In 1991, Dr. Peters resigned as pastor when he joined the faculty of Pittsburgh Theological Seminary. In the 1990s the membership declined, becoming nearly all black, with one white member and a few Hispanics. Attendance had fallen to less than 40 on any given Sunday. In 1999, the pastor of the congregation retired, following a time of intense conflict. The Rev. Dr. Maynard Pittendreigh chaired an Administrative Commission composed of other pastors and elders to guide the church through a turbulent time. The congregation is once more growing, although it remains a smaller membership church. The Reverend Connie Bright serves as the church's pastor. References Churches in Miami Presbyterian churches in Florida 1965 establishments in Florida
Santa Fe is a Spanish municipality in the province of Granada, situated in the Vega de Granada, irrigated by the river Genil. The town was originally built by the Catholic armies besieging Granada (c. 1490) after a fire destroyed much of their encampment. The Capitulations of Santa Fe between Columbus and the Catholic Monarchs were signed there shortly after the fall of Granada (2 January 1492) on 17 April 1492, and the city therefore advertises itself as "the cradle of hispanicity". The municipality is jointly-eponymous with Santa Fe, New Mexico in the United States. Both cities feature a castle, lion, and the Spanish imperial eagle on their official seals and flags. International relations Twin towns – sister cities Santa Fe is twinned with: Vire-Normandie, France Santa Fe, New Mexico, United States References Municipalities in the Province of Granada
Yathrakarude Sradhakku () is a 2002 Indian Malayalam-language comedy drama film directed by Sathyan Anthikad and written by Sreenivasan, starring Jayaram, Soundarya (in her Malayalam debut) and Innocent in pivotal roles. The film depicts the relationship between Ramanujan and Jyothi, who meets on a train journey and on arriving in Chennai they disguise as married couple to share the same apartment in a quarters for families. The film features music composed by Johnson. The film was a commercial success at the box office. Plot Ramanujan meets a software engineer named Jyothi on the train returning to Chennai. She has been engaged to Dr. Pradeep for many years. After they arrive in Chennai, Ramanujan asks his best friend Paul to find Jyothi a home for rent. Since Jyothi is not married, when she receives a home from Paul she lies to the owner that she is married to Ramanujan. When she has to leave the home, because of the lie told by them, she stays at Ramanujan's house. They convince the neighbors that they are a couple. Ramanujan falls in love with Jyothi, but he understands that she is already engaged. She returns to Kerala for her marriage, and Ramanujan and Paul both attend the marriage. Paul gets drunk and tells everyone that Ramanujan and Jyothi were living in a single home together in Chennai, ending Jyothi's relationship and forcing her to marry Ramanujan. Upon returning to Chennai, Jyothi stops talking to Ramanujan despite his best attempts to please her. When his mother meets with an accident she demands to meet Ramanujan & his new bride for one last time. Jyoti refuses to accompany Ramanujan. He returns to Kerala, one day and Paul informs her that Ramanujan's mother has died. Jyoti starts feeling guilty for not fulfilling Ramanujan's mother's last wish. And when Ramanujan goes missing post the last rites of his mother she starts worrying for him. Ramanujan brings Dr. Pradeep to Chennai, saying that Dr. Pradeep and Jyothi can start a new life together if they wish. Jyothi understands Ramanujan's real love and pardons him, choosing to continue her life with him. Cast Release Critical reception The film mostly received positive reviews. Veena Pradeep of the Deccan Herald said, "A new theme, good performances, Sreenivasan’s and Innocent’s comic interludes and some good music keep the audience engaged throughout the film." Box office The film became commercial success at the box office. Soundtrack The film features songs composed by Johnson and written by Kaithapram. References External links 2000s Malayalam-language films 2002 romantic comedy films 2002 films Films directed by Sathyan Anthikad Films with screenplays by Sreenivasan Films scored by Johnson Indian romantic comedy films
The 1969 NCAA University Division baseball season, play of college baseball in the United States organized by the National Collegiate Athletic Association (NCAA) began in the spring of 1969. The season progressed through the regular season and concluded with the 1969 College World Series. The College World Series, held for the twenty third time in 1969, consisted of one team from each of eight geographical districts and was held in Omaha, Nebraska at Johnny Rosenblatt Stadium as a double-elimination tournament. Arizona State claimed the championship. Conference winners This is a partial list of conference champions from the 1969 season. Each of the eight geographical districts chose, by various methods, the team that would represent them in the NCAA tournament. 9 teams earned automatic bids by winning their conference championship while 12 teams earned at-large selections. Conference standings The following is an incomplete list of conference standings: College World Series The 1969 season marked the twenty third NCAA baseball tournament, which culminated with the eight team College World Series. The College World Series was held in Omaha, Nebraska. The eight teams played a double-elimination format, with Arizona State claiming their third championship with a 10–1 win over Tulsa in the final. Award winners All-America team References
```java /** * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * path_to_url * Unless required by applicable law or agreed to in writing, * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * specific language governing permissions and limitations */ package org.apache.weex.performance; import java.util.Iterator; import java.util.List; import android.util.Log; import org.apache.weex.WXEnvironment; import org.apache.weex.WXSDKInstance; import org.apache.weex.WXSDKManager; import org.apache.weex.bridge.WXBridgeManager; import org.apache.weex.common.WXErrorCode; import org.apache.weex.common.WXJSExceptionInfo; import org.apache.weex.ui.component.WXComponent; import org.apache.weex.utils.WXUtils; import org.json.JSONObject; /** * @author zhongcang * @date 2018/2/28 */ public class WXAnalyzerDataTransfer { private static final String GROUP = "WXAnalyzer"; private static final String MODULE_ERROR = "WXError"; private static final String MODULE_WX_APM = "wxapm"; public static boolean isOpenPerformance = false; public static final String INTERACTION_TAG = "wxInteractionAnalyzer"; private static boolean sOpenInteractionLog; public static void transferPerformance(String instanceId,String type,String key,Object value) { if (!isOpenPerformance){ return; } if (sOpenInteractionLog && "stage".equals(type)){ Log.d(INTERACTION_TAG, "[client][stage]"+instanceId+","+key+","+value); } List<IWXAnalyzer> transferList = WXSDKManager.getInstance().getWXAnalyzerList(); if (null == transferList || transferList.size() == 0) { return; } WXSDKInstance instance = WXSDKManager.getInstance().getAllInstanceMap().get(instanceId); if (null == instance){ return; } String data; try { data = new JSONObject().put(key,value).toString(); }catch (Exception e){ e.printStackTrace(); return; } Iterator<IWXAnalyzer> itr = transferList.iterator(); while (itr.hasNext()){ IWXAnalyzer item = itr.next(); item.transfer(MODULE_WX_APM, instance.getInstanceId(), type, data); } } public static void transferInteractionInfo(WXComponent targetComponent){ if (!isOpenPerformance){ return; } List<IWXAnalyzer> transferList = WXSDKManager.getInstance().getWXAnalyzerList(); if (null == transferList || transferList.size() == 0) { return; } long renderOriginDiffTime = WXUtils.getFixUnixTime() - targetComponent.getInstance().getWXPerformance().renderUnixTimeOrigin; String data; try{ data = new JSONObject() .put("renderOriginDiffTime",renderOriginDiffTime) .put("type",targetComponent.getComponentType()) .put("ref",targetComponent.getRef()) .put("style",targetComponent.getStyles()) .put("attrs",targetComponent.getAttrs()) .toString(); }catch (Exception e){ e.printStackTrace(); return; } for (IWXAnalyzer transfer : transferList) { transfer.transfer(MODULE_WX_APM, targetComponent.getInstanceId(), "wxinteraction", data); } } public static void transferError(WXJSExceptionInfo exceptionInfo, String instanceId) { if (!WXEnvironment.isApkDebugable()) { return; } List<IWXAnalyzer> transferList = WXSDKManager.getInstance().getWXAnalyzerList(); if (null == transferList || transferList.size() == 0) { return; } WXSDKInstance instance = WXSDKManager.getInstance().getSDKInstance(instanceId); if (null == instance) { return; } WXErrorCode errorCode = exceptionInfo.getErrCode(); String data = ""; try { data = new JSONObject() .put("instanceId", instanceId) .put("url", instance.getBundleUrl()) .put("errorCode", errorCode.getErrorCode()) .put("errorMsg", errorCode.getErrorMsg()) .put("errorGroup", errorCode.getErrorGroup()) .toString(); } catch (Exception e) { e.printStackTrace(); } for (IWXAnalyzer transfer : transferList) { transfer.transfer(GROUP, MODULE_ERROR, errorCode.getErrorType().toString(), data); } } public static void switchInteractionLog(final boolean isOpen){ if ( sOpenInteractionLog == isOpen || !WXEnvironment.JsFrameworkInit){ return; } sOpenInteractionLog = isOpen; //for jsfm && jsengin //TODO wait for JSFramework // WXBridgeManager.getInstance().post(new Runnable() { // @Override // public void run() { // WXJSObject[] args = {new WXJSObject(isOpen?1:0)}; // WXBridgeManager.getInstance().invokeExecJS( // "", // null, // "switchInteractionLog", // args, // false); // } // }); //for weex_core WXBridgeManager.getInstance().registerCoreEnv("switchInteractionLog",String.valueOf(isOpen)); } public static boolean isInteractionLogOpen(){ return sOpenInteractionLog; } } ```
The Citizen's Liberty League was a political organization established in Missouri to advance the interests of African Americans in the Republican Party. It addressed the policies of segregation, exclusion, and discrimination in the state. It was established in 1919 in Pythian Hall. The league was founded by George L. Vaughn, Joseph E. Mitchell, Charles Turpin, and Homer G. Phillips to promote and endorse African American political candidates and worked to secure a share of appointed public offices for African Americans. The group helped elect Walthall Moore to the Missouri General Assembly. The group adopted a resolution at the Union Memorial Methodist Episcopal Church in St. Louis. It was presented into the record of the Missouri House of Representatives. By the early 1930s, Vaughn had switched to the Democratic Party and advocated for others to do as well. Phillips was murdered in 1931. References 1919 establishments in Missouri
Olteni is a commune in Teleorman County, Romania. Olteni may also refer to: Olteni, a village in Râmeț Commune, Alba County, Romania Drăganu-Olteni, a village in Drăganu Commune, Argeș County, Romania Olteni, a village in Bodoc Commune, Covasna County, Romania Olteni, a village in Lucieni Commune, Dâmboviţa County, Romania Olteni, a village in Uliești Commune, Dâmboviţa County, Romania Olteni, a village in Clinceni Commune, Ilfov County, Romania Olteni, a village in Independenţa Commune, Constanţa County, Romania Olteni, a village in Teișani Commune, Prahova County, Romania Olteni, a village in Vârteșcoiu Commune, Vrancea County, Romania Olteni, a village in Bujoreni Commune, Vâlcea County, Romania See also Oltenia
```xml <clickhouse> <background_processing_pool_thread_sleep_seconds>0.5</background_processing_pool_thread_sleep_seconds> <background_processing_pool_task_sleep_seconds_when_no_work_min>0.5</background_processing_pool_task_sleep_seconds_when_no_work_min> <background_processing_pool_task_sleep_seconds_when_no_work_max>0.5</background_processing_pool_task_sleep_seconds_when_no_work_max> </clickhouse> ```
```java /* This file is part of the iText (R) project. Authors: Apryse Software. This program is offered under a commercial and under the AGPL license. For commercial licensing, contact us at path_to_url For AGPL licensing, see below. AGPL licensing: This program is free software: you can redistribute it and/or modify (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the along with this program. If not, see <path_to_url */ package com.itextpdf.layout.renderer; import com.itextpdf.layout.minmaxwidth.MinMaxWidth; class MaxSumWidthHandler extends AbstractWidthHandler { public MaxSumWidthHandler(MinMaxWidth minMaxWidth) { super(minMaxWidth); } @Override public void updateMinChildWidth(float childMinWidth) { minMaxWidth.setChildrenMinWidth(Math.max(minMaxWidth.getChildrenMinWidth(), childMinWidth)); } @Override public void updateMaxChildWidth(float childMaxWidth) { minMaxWidth.setChildrenMaxWidth(minMaxWidth.getChildrenMaxWidth() + childMaxWidth); } } ```
The foreign relations of Chad are significantly influenced by the desire for oil revenue and investment in Chadian oil industry and support for former Chadian President Idriss Déby. Chad is officially non-aligned but has close relations with France, the former colonial power. Relations with neighbouring Libya, and Sudan vary periodically. Lately, the Idris Déby regime waged an intermittent proxy war with Sudan. Aside from those two countries, Chad generally enjoys good relations with its neighbouring states. Africa Although relations with Libya improved with the presidency of Idriss Déby, strains persist. Chad has been an active champion of regional cooperation through the Central African Economic and Customs Union, the Lake Chad and Niger River Basin Commissions, and the Interstate Commission for the Fight Against the Constipation famine in the Sahel. Delimitation of international boundaries in the vicinity of Lake Chad, the lack of which led to border incidents in the past, has been completed and awaits ratification by Cameroon, Chad, Niger, and Nigeria. Americas Asia Despite centuries-old cultural ties to the Arab World, the Chadian Government maintained few significant ties to Arab states in North Africa or Southwest Asia in the 1980s. Chad had broken off relations with the State of Israel under former Chadian President François (Ngarta) Tombalbaye in September 1972. President Habré hoped to pursue closer relations with Arab states as a potential opportunity to break out of his Chad's post-imperial dependence on France, and to assert Chad's unwillingness to serve as an arena for superpower rivalries. In addition, as a northern Muslim, Habré represented a constituency that favored Afro-Arab solidarity, and he hoped Islam would provide a basis for national unity in the long term. For these reasons, he was expected to seize opportunities during the 1990s to pursue closer ties with the Arab World. In 1988, Chad recognized the State of Palestine, which maintains a mission in N'Djamena. In November 2018, President Deby visited Israel and announced his intention to restore diplomatic relations. Chad and Israel re-established diplomatic relations in January 2019. In February 2023, Chad opened an embassy in Israel. During the 1980s, Arab opinion on the Chadian-Libyan conflict over the Aouzou Strip was divided. Several Arab states supported Libyan territorial claims to the Strip, among the most outspoken of which was Algeria, which provided training for anti-Habré forces, although most recruits for its training programs were from Nigeria or Cameroon, recruited and flown to Algeria by Libya. Lebanon's Progressive Socialist Party also sent troops to support Qadhafi's efforts against Chad in 1987. In contrast, numerous other Arab states opposed the Libyan actions, and expressed their desire to see the dispute over the Aouzou Strip settled peacefully. By the end of 1987, Algiers and N'Djamena were negotiating to improve relations and Algeria helped mediate the end of the Aouzou Strip conflict Europe Chad is officially non-aligned but has close relations with France, the former colonial power, which has about 1,200 troops stationed in the capital N'Djamena. It receives economic aid from countries of the European Community, the United States, and various international organizations. Libya supplies aid and has an ambassador resident in N'Djamena. Traditionally strong ties with the Western community have weakened over the past two years due to a dispute between the Government of Chad and the World Bank over how the profits from Chad's petroleum reserves are allocated. Although oil output to the West has resumed and the dispute has officially been resolved, resentment towards what the Déby administration considered foreign meddling lingers. Oceania Membership of international organizations Chad belongs to the following international organizations: United Nations and some of its specialized and related agencies Organization for African Unity Central African Customs and Economic Union (UDEAC) African Financial Community (Franc Zone) Agency for the Francophone Community African, Caribbean and Pacific Group of States African Development Bank Central African States Development Bank Economic and Monetary Union of Central African (CEMAC) Economic Commission for Africa; G-77 International Civil Aviation Organization International Red Cross and Red Crescent Movement International Development Association Islamic Development Bank International Fund for Agricultural Development International Finance Corporation International Federation of the Red Cross and Red Crescent Societies International Labour Organization International Monetary Fund Intelsat Interpol International Olympic Committee International Telecommunication Union International Trade Union Confederation NAM Organisation of Islamic Cooperation Organisation for the Prohibition of Chemical Weapons Universal Postal Union World Confederation of Labour World Intellectual Property Organization; World Meteorological Organization; World Tourism Organization World Trade Organization See also List of diplomatic missions in Chad List of diplomatic missions of Chad References
The 2022 Connecticut House of Representatives election was held on Tuesday, November 8, 2022, to elect members to the Connecticut House of Representatives, one from each of the state's 151 General Assembly districts. The date of this the election corresponded with other elections in the state, including U.S. Senate, U.S. House, and the Connecticut State Senate. Democrats retained control of the House of Representatives, expanding their majority winning 98 seats to the Republicans 53, a net gain of 1. Democrats have held a majority in the House of Representatives since 1987. Predictions Results Detailed results District 1 Democratic incumbent Matthew Ritter won reelection to a seventh term after running unopposed. Ritter has represented the 1st District since 2011. District 2 Democratic incumbent Raghib Allie-Brennan won reelection to a third term after defeating Republican candidate Jenn Lewis. Allie-Brennan was also nominated by the Working Families Party, while Lewis was also nominated by the Independent Party. Allie-Brennan has represented the 2nd District since 2019. District 3 Democratic incumbent Minnie Gonzalez was reelected to a 14th term after running unopposed. Gonzalez has represented the 3rd District since 1997. District 4 Democratic incumbent Julio Concepcion was reelected to a third full term after running unopposed. Concepcion has represented the 4th District since 2018, when he won the special election to fill the vacancy left by Democrat Angel Arce, who resigned effective April 9, 2018, due to allegations that he sent inappropriate Facebook messages to a 16-year-old girl. District 5 Democratic incumbent Maryam Khan was reelected to a first full term after defeating Republican candidate Charles Jackson and Petitioning candidate Elijah El-Hajj-Bey. Khan has represented the 5th District since 2022, when she won the special election to fill the vacancy left by Democrat Brandon McGee, who resigned on January 7, 2022, to work on Governor Ned Lamont's reelection campaign. District 6 Democratic incumbent Edwin Vargas, Jr. was reelected to a sixth term after running unopposed. Vargas was also nominated by the Working Families party. Vargas resigned on January 3, 2023, to pursue an academic post in the state university system. Vargas previously represented the district since 2013. Democrat James Sánchez was elected to succeed him on February 28, 2023. District 7 Democratic incumbent Joshua Malik Hall was reelected to a third full term after running unopposed. Hall has represented District 7 since 2017, when he won the special election to fill the vacancy left by Democrat Douglas McCrory, who was elected to the state senate. District 8 Republican incumbent Tim Ackert was reelected to a seventh term after defeating Democratic candidate Mary Ann Hansen. Hansen was also nominated by the Working Families Party. Ackert has represented the 8th District since 2011. District 9 Democratic incumbent Jason Rojas was reelected to an eighth term after defeating Republican candidate Matthew Lauf. Rojas has represented the 9th District since 2009. District 10 Democratic incumbent Henry Genga was reelected to a ninth term after running unopposed. Genga has represented the 10th District since 2007. District 11 Democratic incumbent Jeff Currey was reelected to a fifth term after running unopposed. Currey has represented the 11th District since 2015. District 12 Democratic incumbent Geoff Luxenberg was reelected to a third term after running unopposed. Luxenberg was also nominated by the Working Families Party. Luxenberg has represented the 12th District since 2019. District 13 Democratic incumbent Jason Doucette was reelected to a 3rd term after defeating Republican candidate Donna Meier. Doucette was also nominated by the Independent Party and Working Families Party. Doucette has represented the 13th District since 2019. District 14 Republican incumbent Tom Delnicki was reelected to a fourth term after defeating Democratic candidate Erica Evans and United Community candidate Marek Kozikowski. Delnicki was also nominated by the Independent Party. Delnicki has represented the 14th District since 2017. District 15 Democratic incumbent Bobby Gibson was reelected to a 3rd full term after running unopposed. Gibson has represented the 15th District since 2018, when he won the special election to fill the vacancy left by Democrat David Baram, who was elected as the 3rd District Probate Court judge. District 16 Democratic candidate Melissa Osborne was elected after defeating Republican candidate Mike Paine. This seat was previously held by Democrat John Hampton since 2013. District 17 Democratic incumbent Eleni Kavros DeGraw was reelected to a second term after defeating Republican candidate Heather Maguire. Karvos DeGraw was also nominated by the Independent Party and Working Families Party. Karvos DeGraw has represented the 17th district since 2021. District 18 Democratic incumbent Jillian Gilchrest was reelected to a third term after running unopposed. Gillchrest has represented the 18th district since 2019. District 19 Democratic incumbent Tammy Exum was reelected to a second full term after running unopposed. She has represented the 19th district since 2019. District 20 Democratic incumbent Kate Farrar was reelected to a second term after defeating Republican candidate Anastasia Yopp. Farrar was also nominated by the Working Families Party. Farrar has represented the 20th district since 2021. District 21 Democratic incumbent Mike Demicco was reelected to a fifth term after defeating Republican candidate Joe Capodiefero. Demicco was also nominated by the Working Families Party. Demicco has represented the 21st district since 2013. District 22 Republican candidate Francis Cooley was elected after defeating Democrat candidate Rebecca Martinez. This seat was previously held by Republican William Petit since 2017. District 23 Republican incumbent Devin Carney was reelected to a 5th term after defeating Democratic candidate Colin Heffernan. Carney was also nominated by the Independent Party. Carney has represented the 23rd district since 2015. District 24 Democratic incumbent Emmanuel Sanchez was reelected to a second term after defeating Republican candidate Paul Edwards. Sanchez was also nominated by the Working Families Party. Sanchez has represented the 24th district since 2021. District 25 Democratic incumbent Bobby Sanchez was reelected to an eleventh term after defeating Republican candidate Jerrell Hargraves. Sanchez has represented the 25th district since 2011. District 26 Democratic incumbent Peter Tercyak was reelected to a nineteenth term after defeating Republican candidate Joel Moret. Tercyak was also nominated by the Working Families Party. Tercyak has represented the 26th district since 2003. District 27 Democratic incumbent Gary Turco was reelected to a third term after defeating Republican candidate Nancy Cappello. Turco was also nominated by the Working Families Party. Turco has represented the 27th district since 2019. District 28 Democratic incumbent Amy Morrin Bello was reelected to a second term after defeating Republican candidate Brianna Timbro. Morrin Bello was also nominated by the Working Families Party. Morrin Bello has represented the 28th district since 2021. District 29 Democratic incumbent Kerry Szeps Wood was reelected to a third term after defeating Republican candidate Pankaj Prakash. Szeps Wood has represented the 29th district since 2019. District 30 Republican incumbent Donna Veach was reelected to a second term after defeating Democratic candidate Denise McNair. Veach has represented the 30th district since 2021. District 31 Democratic incumbent Jill Barry was reelected to a third term after defeating Republican candidate Gary Giannelli. Barry was also nominated by the Independent Party Barry has represented the 31st district since 2019. District 32 Republican incumbent Christie Carpino was reelected to a 12th term after defeating Democratic candidate Rose Aletta. Carpino was also nominated by the Independent Party. Carpino has represented the 32nd district since 2011. District 33 Democratic incumbent Brandon Chafee was reelected to a second term after defeating Republican candidate Quatina Frazer. Chafee was also nominated by the Independent Party. Chafee has represented the 33rd district since 2021. District 34 Republican incumbent Irene Hanes was reelected to a third term after defeating Democratic candidate John Olin. Hanes has represented the 34th district since 2019. District 35 Republican candidate Chris Aniskovich was elected after defeating Democratic incumbent Christine Goupil. Goupil was also nominated by the Independent Party. Goupil has represented the 35th district since 2021. District 36 Democrat incumbent Christine Palm was reelected to a third term after defeating Republican candidate Chris Turkington with 57% of the vote. Palm was also nominated by the Independent Party. and Working Families Party. Palm has represented the 36th district since 2019. District 37 Republican incumbent Holly Cheeseman was reelected to a sixth term after defeating Democratic candidate Nick Menapace. Cheeseman was also nominated by the Independent Party. Cheeseman has represented the 37th district since 2017. District 38 Republican incumbent Kathleen McCarty was reelected to eighth term after defeating Democratic candidate Nick Gauthier. She has represented the 38th district since 2015. District 39 Democratic incumbent Anthony Nolan was reelected to a third term after defeating Republican candidate Karen Paul. Nolan was also nominated by the Working Families Party. Nolan has represented the 39th district since 2019. District 40 Democratic incumbent Christine Conley was reelected to a sixth term after defeating Independent candidate Lauren Gauthier. Conely was also nominated by the Working Families Party. Conley has represented the 40th district since 2016. District 41 Democratic candidate and former State Representative Aundre Bumgardner was elected after defeating Republican candidate Robert Boris and Petitioning Candidate James Francis Dunigan IV . Bumgardner was also nominated by the Working Families Party. This seat was previously held by Democrat Joe de la Cruz since 2017. District 42 Democratic candidate Keith Denning was elected after defeating Republican candidate Kim Healy. Healy was also nominated by the Independent Party. This seat was previously held by Republican Mike France since 2015. District 43 Republican incumbent Greg Howard was reelected to a second term after defeating Democratic candidate Ashley Gillece. Howard was also nominated by the Independent Party. Howard has represented the 43rd district since 2021. District 44 Republican incumbent Anne Dauphinais was reelected to a sixth term after defeating Democratic candidate Dave Randall. Dauphinais has represented the 44th district since 2017. District 45 Republican incumbent Brian Lanoue was reelected to a third term after defeating Democratic candidate Kayla Thompson. Lanoue has represented the 45th district since 2019. District 46 Democrat candidate Derell Wilson was elected after defeating Republican candidate Robert Bell. Wilson was also nominated by the Working Families Party. The seat was previously held by Democrat Emmett Riley since 2013. District 47 Republican incumbent Doug Dubitsky was reelected to a fifth term after defeating Democratic candidate Dave Nowakowski. Dubitsky has represented the 47th district since 2015. District 48 Republican candidate Mark DeCaprio was elected after defeating Democratic candidate Christopher Rivers. DeCaprio was also nominated by the Independent Party. This seat was previously held by Democrat Brian Smith since 2020. District 49 Democratic incumbent Susan Johnson was reelected to an eighth term after running unopposed. Johnson was also nominated by the Working Families Party. Johnson has represented the 49th district since 2009. District 50 Democratic incumbent Pat Boyd was reelected to a fourth term after defeating Republican Aaron Soucy. Boyd has represented the 50th district since 2017. District 51 Republican incumbent Rick Hayes was reelected to a third term after defeating Democratic candidate Christine Maine. Hayes was also nominated by the Independent Party. Hayes has represented the 51st district since 2019. District 52 Republican incumbent Kurt Vail was reelected to a fifth term after defeating Democratic candidate Gregg Dafoe. Vail was also nominated by the Independent Party. Vail has represented the 52nd district since 2015. District 53 Republican incumbent Tammy Nuccio was reelected to a second term after defeating Democratic candidate Kenneth Trice. Nuccio was also nominated by the Independent Party. Nuccio has represented the 53rd district since 2021. District 54 Democratic incumbent Gregory Haddad was reelected seventh term after running unopposed. Haddad was also nominated by the Working Families Party. Haddad has represented the 54th district since 2011. District 55 Republican candidate Steve Weir was elected after defeating Democratic candidate Wes Skorski. The seat was previously held by Republican Robin Green since 2017. District 56 Democratic candidate Kevin Brown was elected after defeating Republican candidate Jim Tedford. Brown was also nominated by the Independent Party and the Working Families Party. The seat was previously held by Democrat Mike Winkler since 2017 District 57 Democratic incumbent Jaime Foster was reelected to a second term after defeating Republican candidate David Stavens. Foster was also nominated by the Independent Party, Working Families Party, and the Forward Party. Foster has represented the 57th district since 2021. District 58 Democratic incumbent Tom Arnone was reelected to a third term after defeating Republican Robert Hendrickson. Arnone was also nominated by the Working Families Party. Arnone has represented the 58th district since 2019. District 59 Republican incumbent Carol Hall was reelected to a fourth term after defeating Democratic candidate Matt Despard. Hall has represented the 59th district since 2017. District 60 Democratic incumbent Jane Garibay was reelected to a fourth term after defeating Republican candidate Len Walker. Garibay was also nominated by the Working Families Party. Garibay has represented the 60th district since 2017. District 61 Republican incumbent Tami Zawistowski was reelected to a fifth term after defeating Democratic candidate Jim Irwin. Zawistowski was also nominated by the Independent Party. Zawistowski has represented the 61st district since 2015. District 62 Republican incumbent Mark Anderson was reelected to a second term after defeating Democratic candidate Jim Irwin. Anderson was also nominated by the Independent Party. Anderson has represented the 62nd district since 2021. District 63 Republican incumbent Jay Case was reelected to a sixth term after defeating Democratic candidate Althea Candy Perez. Case has represented the 63rd district since 2013. District 64 Democratic incumbent Maria Horn was reelected to her third term after defeating Republican candidate Christopher DuPont. Horn was also nominated by the Independent Party and the Working Families Party. Horn has represented the 64th district since 2019. District 65 Democratic incumbent Michelle Cook was reelected to her eighth term after running unopposed. Cook has represented the 65th district since 2009. District 66 Republican candidate Karen Reddington-Hughes was elected after defeating Democratic candidate Matt Dyer. This seat was previously held by Republican David Wilson since 2016. District 67 Republican incumbent Bill Buckbee was reelected to a fourth term after defeating Democratic candidate Alexandra Thomas. Buckbee was also nominated by the Independent Party. Buckbee has represented the 67th district since 2017. District 68 Republican Joe Polletta was reelected to a third term after running unopposed. Polletta was also nominated by the Independent Party. Polletta has represented the 68th district since 2017 when he won a special election to succeed Republican Eric Berthel, who was elected to the state senate. District 69 Republican incumbent Cindy Harrison was elected to a second term after running unopposed. Harrison has represented the 69th district since 2021. District 70 Republican candidate Seth Bronko was elected after defeating Democratic candidate Jeff Litke. This seat was previously held by Republican Rosa Rebimbas since 2009. District 71 Republican incumbent William Pizzuto won reelection to a first full term after running unopposed. He has represented the 71st district since 2022, when he won a special election after Republican Anthony D'Amelio resigned. District 72 Democratic incumbent Larry Butler was reelected to a ninth term after defeating Republican candidate Vernon Matthews. Butler was also nominated by the Independent Party. Butler has represented the 72nd district since 2007. District 73 Democratic incumbent Ronald Napoli Jr. was reelected to a third term after defeating Republican candidate Abigail Diaz Pizarro. Napoli was also nominated by the Working Families Party. Napoli has represented the 73rd district since 2019. District 74 Democratic incumbent Michael DiGiovancarlo was reelected to a second term after running unopposed. DiGiovancarlo has represented the 74th district since 2021. District 75 Democratic incumbent Geraldo Reyes was reelected to his fourth term after running unopposed. Reyes has represented the 75th district since 2017. District 76 Republican incumbent John Piscopo was reelected to his 13th term after defeating Democratic candidate Sharon Farmer. Piscopo has represented the 76th district since 1999. District 77 Republican incumbent Cara Pavalock-D'Amato was reelected to his fifth term after defeating Democratic candidate Andrew Rasmusssen-Tuller. D'Amato was also nominated by the Independent Party. D'Amato has represented the 77th district since 2015. District 78 Republican candidate Joe Hoxha was elected after running unopposed. This seat was previously held by Republican Whit Betts since 2011. District 79 Democratic candidate Mary Fortier was elected after defeating Republican candidate Jennifer Van Gorder. Fortier was also nominated by the Independent Party and the Working Families Party. This seat was previously held by Democrat Chris Ziogas since 2017. District 80 Republican incumbent Gale Mastrofrancesco was reelected to a third term after running unopposed. Mastrofrancesco has represented the 80th district since 2019. District 81 Democratic candidate Chris Poulos was elected after narrowly defeating Republican candidate Tony Morrison by 1 vote. Morrison was also nominated by the Independent Party. This seat was previously held by Republican John Fusco since 2017. District 82 Democratic incumbent Michael Quinn was reelected to a second term after running unopposed. Quinn was also nominated by the Working Families Party. Quinn has represented the 82nd district since 2021. District 83 Democratic candidate Jack Fazzino was elected after defeating Republican candidate Lou Arata. Fazzino was also nominated by the Working Families Party. This seat was previously held by Democrat Catherine Abercrombie since 2005. District 84 Democratic incumbent Hilda Santiago was reelected to a sixth term after running unopposed. Santiago has represented the 84th district since 2013. District 85 Democratic incumbent Mary Mushinsky was reelected to her 22nd term after defeating Republican Kerry Lentz. Mushinsky was also nominated by the Working Families Party. Mushinsky has represented the 85th district since 1981. District 86 Republican incumbent Vincent Candelora was reelected to his ninth term after running unopposed. Candelora has represented the 86th district since 2007. District 87 Republican incumbent Dave Yaccarino was reelected to his seventh term after running unopposed. Yaccarino was also nominated by the Independent Party. Yaccarino has represented the 87th district since 2011. District 88 Democratic incumbent Josh Elliott was reelected to a fourth term after defeating Republican Michael Pace. Elliott was also nominated by the Working Families Party. Elliott has represented the 88th district since 2017. District 89 Republican incumbent Lezlye Zupkus won reelection to a sixth term after defeating Democratic candidate Kevin O'Leary. Zupkus was also nominated by the Independent Party. Zupkus has represented the 89th district since 2013. District 90 Republican incumbent Craig Fishbein was reelected to a fourth term after defeating Democratic candidate Rebecca Hyland. Fishbein was also nominated by the Independent Party. Fishbein has represented the 90th district since 2017. District 91 Democratic incumbent Mike D'Agostino was reelected to a sixth term after running unopposed. D'Agostino has represented the 91st district since 2012. District 92 Democratic incumbent Patricia Dillon was reelected to a 20th term after defeating Independent candidate Lesley McGuirk. Dillon was also nominated by the Working Families Party. Dillon has represented the 92nd district since 1985. District 93 Democratic incumbent Toni Walker was reelected to an eleventh term after defeating Republican candidate Percy Sanders. Walker has represented the 93rd district since 2001 when she won the special election to succeed Howard C. Scipio. District 94 Democratic incumbent Robyn Porter was reelected to a fifth term after running unopposed. Porter has represented the 94th district since 2015. District 95 Democratic incumbent Juan Candelaria was reelected to an eleventh term after running unopposed. Candelaria has represented the 95th district since 2003. District 96 Democratic incumbent Roland Lemar was reelected to a seventh term after defeating Republican candidate Eric Mastroianni. Lemar has represented the 96th district since 2011. District 97 Democratic incumbent Alphonse Paolillo was reelected to a third term after defeating Republican Anthony Acri. Paolillo has represented the 97th district since 2019. District 98 Democratic candidate Moira Rader was elected after defeating Republican candidate Rich DiNardo. Rader was also nominated by the Working Families Party. This seat was previously held by Democrat Sean Scanlon, who retired to be elected Connecticut Comptroller in 2022 and has represented the 98th district since 2015. District 99 Republican incumbent Joe Zullo was reelected to a second term after running unopposed. Zullo has represented the 99th district since 2019 when he won the special election to succeed Democrat James Albis who resigned. District 100 Democratic incumbent Quentin Williams was reelected to a third term after running unopposed. Williams was also nominated by the Working Families Party. Williams was killed in a head-on collision while driving southbound on Connecticut Route 9 in Cromwell when a northbound vehicle entered the lane and struck his car. Williams previously represented the district since 2019. Democrat Kai Belton was elected to succeed him on February 28, 2023. District 101 Democratic incumbent John-Michael Parker was reelected to a second term after defeating Republican candidate John Rasimas. Parker was also nominated by the Independent Party and Working Families Party. District 102 Democratic incumbent Robin Comey was reelected to a third term after defeating Republican candidate Ray Ingraham. Comey was also nominated by the Working Families Party. Comey has represented the 102nd district since 2019. District 103 Democratic incumbent Liz Linehan was reelected to a fourth term after defeating Republican candidate Randy Raines. Linehan was also nominated by the Independent Party. Linehan has represented the 103rd district since 2017. District 104 Democratic incumbent Kara Rochelle was reelected to a third term after defeating Republican candidate Josh Shuart. Rochelle was also nominated by the Independent Party and the Working Families Party. Rochelle has represented the 104th district since 2019. District 105 Republican incumbent Nicole Klarides-Ditria was reelected to a third term after running unopposed. Ditria has represented the 105th district since 2019. District 106 Republican incumbent Mitch Bolinsky was reelected to a sixth term after running unopposed. Bolinsky has represented the 106th district since 2013. District 107 Republican candidate Martin Foncello was elected after defeating Democratic candidate Phoebe Holmes. This seat was previously held by Republican Stephen Harding who has represented the 107th district since 2015. District 108 Republican incumbent Patrick Callahan was reelected to a second term after defeating Democratic candidate Jeff Ginsbury. Callahan has represented the 108th district since 2021. District 109 Democratic candidate Farley Santos was elected after defeating Republican candidate Jesy Fernandez. Santos was also nominated by the Independent Party. This seat was previously held by Democrat David Arconti who has represented the 109th district since 2013. District 110 Democratic incumbent Bob Godfrey was reelected to his 18th term after defeating Republican candidate Eric Gleissner. Godfrey has represented the 110th district since 1989. District 111 Democratic incumbent Aimee Berger-Girvalo was reelected to a second term after defeating Republican candidate Bob Herbert. Girvalo has represented the 111th district since 2021. District 112 Republican incumbent Tony Scott was reelected to his first full term after defeating Democratic candidate Sheila Papps. Scott has represented the 112th district since 2021, when he won the special election to succeed Republican J.P. Sredzinski who resigned for private reasons. District 113 Republican incumbent Jason Perillo was reelected to his eighth term after running unopposed. Perillo has represented the 113th district since 2007, when he won the special election to succeed Republican Richard Belden who resigned. District 114 Democratic incumbent Mary Welander was reelected to her second term after defeating Republican Daniel Cowan. Welander was also nominated by the Independent Party and the Working Families Party. Welander has represented the 114th district since 2021. District 115 Democratic incumbent Dorinda Keenan Borer was reelected to a third term after running unopposed. Borer has represented the 115th district since 2017 when she won the special election to fill the vacancy left by Democrat Stephen Dargan who resigned. District 116 Democratic incumbent Treneé McGee was reelected to a first full term after defeating Republican candidate Aaron Haley and Independent candidate Shawn Brown. McGee has represented the 116th district since 2021 when she won the special election to succeed Democrat Michael DiMassa who was arrested for wire fraud and had represented the 116th district since 2016. District 117 Republican incumbent Charles Ferraro was reelected to 10th term after defeating Working Families Party Candidate Laura Fucci. Ferraro was also nominated by the Independent Party. Ferraro has represented the 117th district since 2015. District 118 Democratic incumbent Frank Smith was reelected to a second term after defeating Republican Jeffrey Parkin. Smith was also nominated by the Working Famillies Party. Smith has represented the 118th district since 2021. District 119 Republican incumbent Kathy Kennedy was reelected to a third term after defeating Democratic candidate Mike Smith. Kennedy was also nominated by the Independent Party. Kennedy has represented the 119th district since 2019. District 120 Republican candidate Laura Dancho was elected after defeating Democratic incumbent Philip Young. Dancho was also nominated by the Independent Party. This seat was previously held by Democrat Philip Young since 2018. District 121 Democratic incumbent Joe Gresko was reelected to a fourth term after defeating Republican Greg Burnes. Gresko has represented the 121st district since 2017. District 122 Republican incumbent Ben McGorty was reelected to a fifth term after running unopposed. McGorty has represented the 122nd district since 2015. District 123 Republican incumbent David Rutigliano was reelected to a sixth term after defeating Democratic candidate Sujata Wilcox. Rutigliano was also nominated by the Independent Party. Rutigliano has represented the 123rd district since 2013. District 124 Democratic incumbent Andre Baker was reelected to a fifth term after defeating Republican candidate Jose Quiroga and Independent candidate Michael Young. Baker has represented the 124th district since 2015. District 125 Republican incumbent Tom O'Dea was reelected to a sixth term after defeating Democratic candidate Victor Alvarez. O'Dea has represented the 125th district since 2013. District 126 Democratic candidate Fred Gee was elected after defeating Republican candidate Phillip Flynn and Independent candidate Joseph Thompson. This seat was previously held by Democrat Charlie Stallworth, who has represented the 126th district since 2011. District 127 Democratic candidate Marcus Brown was elected after defeating Republican candidate Anthony Puccio and Working Families candidate John Hennessy. This seat was previously held by Jack Hennessy who has represented the 127th district since 2005. District 128 Democratic incumbent Christopher Rosario was reelected to fifth term after defeating Republican Ramona Marquez. Rosario was also nominated by the Independent Party, Rosario has represented the 128th district since 2015. District 129 Democratic incumbent Steven Stafstrom was reelected to a fourth term after defeating Republican Louis Savino. Stafstrom has represented the 129th district since 2015 when he was elected in a special election to succeed Democrat Auden Grogins who had resigned. District 130 Democratic incumbent Antonio Felipe was reelected to a second term after defeating Republican candidate Terrence Sullivan. Felipe has represented the 130th district since 2019 when he was elected in a special election to succeed Democrat Ezequiel Santiago who had died. District 131 Republican incumbent David Labriola was reelected to an 11th term after running unopposed. Labriola has represented the 131st district since 2003. District 132 Democratic incumbent Jennifer Leeper was reelected to a second term after defeating Republican candidate Brian Farnen. Leeper has represented the 132nd distrct since 2021. District 133 Democratic incumbent Cristin McCarthy Vahey was reelected to a fifth term after defeating Republican candidate Micheal Grant. Vahey was also nominated by the Working Families Party. Vahey has represented the 133rd district since 2015. District 134 Democratic candidate Sarah Keitt was elected after narrowly defeating Republican candidate Meghan McCloat. McCloat was also nominated by the Independent Party. The 134th district was previously represented by Republican Laura Devlin since 2015. District 135 Democratic incumbent Anne Hughes was reelected to a third term after defeating Republican candidate Alex Burns. Hughes has represented the 135th district since 2019. District 136 Democratic incumbent Jonathan Steinberg was reelected to his seventh term after defeating Republican candidate Alma Sarelli. Steinberg has represented the 136th district since 2010. District 137 Democratic candidate Kadeem Roberts was elected after defeating Republican candidate Luis Estrella. Roberts was also nominated by the Working Families Party. This seat was previously held by Democrat Chris Perone who has represented the 137th district since 2005. District 138 Republican candidate Rachel Chaleski was elected after defeating Democratic incumbent Ken Gucker. Chaleski was also nominated by the Independent Party. This seat was previously held by Democrat Kenneth Gucker since 2019. District 139 Democratic incumbent Kevin Ryan was reelected to his 16th term after defeating Republican candidate Mark Adams. Ryan was also nominated by the Independent Party and Working Famillies Party. Ryan has represented the 139th district since 1993. District 140 Democratic incumbent Travis Simms was reelected to a third term after running unopposed. Simms has represented the 140th district since 2019. District 141 Republican candidate Tracy Marra was elected after running unopposed. Marra was also nominated by the Independent Party. This seat was previously held by Republican Terrie Wood since 2009 before she retired to run for Connecticut Secretary of State. District 142 Democratic incumbent Lucy Dathan was reelected to a third term after defeating Republican candidate Donald Mastronardi. Dathan was also nominated by the Working Families Party. Dathan has represented the 142nd district since 2019. District 143 Democratic candidate Dominique Johnson was elected after defeating Republican Nicole Hampton. Johnson was also nominated by the Working Families Party. The seat was previously held by Democrat Stephanie Thomas who was elected Connecticut Secretary of State in 2022. District 144 Democratic incumbent Hubert Delany was reelected to his first full term after defeating Republican Mitchell Bell. Delany has represented the 144th district since 2022 when he was elected in a special election to succeed Democrat Caroline Simmons who resigned to become Mayor of Stamford. District 145 Democratic incumbent Corey Paris was reelected to his first full term after defeating Republican Fritz Blau. Paris was also nominated by the Working Families Party. Paris has represented the 145th district since 2022 when he was elected in a special election to succeed Patricia Billie Miller who was elected to the State Senate. District 146 Democratic incumbent David Michel was reelected to a third term after defeating Republican Jessica Demmo and Independent Thomas Concannon. Michel was also nominated by the Working Families Party. Michel has represented the 146th district since 2019. District 147 Democratic incumbent Matt Blumenthal was reelected to a third term after defeating Republican Abraham Viera. Blumenthal has represented the 147th district since 2019. District 148 Democratic incumbent Dan Fox was reelected to a sixth term after defeating Republican Wilm E. Donath. Fox however resigned at the end of 2022 to accept a nomination from Connecticut Governor Ned Lamont to be a judge on the Connecticut Superior Court. Democrat Anabel Figueroa was elected to succeed him on February 28, 2023. District 149 Democratic candidate Rachel Khanna was elected after defeating Republican incumbent Kimberly Fiorello. Khanna was also nominated by the Independent Party. This seat was previously held by Republican Kimberly Fiorello since 2021. District 150 Democratic incumbent Steve Meskers won reelection to a 3rd term defeating Republican Ed Lopez. Meskers has represented the 150th District since 2019. District 151 Democratic candidate Hector Arzeno was elected after defeating Republican candidate Peter Sherr. This seat was previously held by Republican Harry Arora since 2020. See also 2022 Connecticut elections 2022 Connecticut State Senate election 2022 United States House of Representatives elections in Connecticut Notes References External links House 2022 House of Representatives Connecticut House
Intertemporal choice is the study of the relative value people assign to two or more payoffs at different points in time. This relationship is usually simplified to today and some future date. Intertemporal choice was introduced by John Rae in 1834 in the "Sociological Theory of Capital". Later, Eugen von Böhm-Bawerk in 1889 and Irving Fisher in 1930 elaborated on the model. Fisher model Assumptions of the model consumer's income is constant maximization of the utility anything above the line is out of explanation investments are generators of savings any property is indivisible and unchangeable According to this model there are three types of consumption: past, present and future. When making decisions between present and future consumption, the consumer takes his/her previous consumption into account. This decision making is based on an indifference map with negative slope because if he consumes something today it means that he can't consume it in the future and vice versa. The revenue is in form of interest rate. Nominal interest rate - inflation = real interest rate Denote : interest rate : income in time or a future income : income in time or a present income Then maximum present consumption is: The maximum future consumption is: See also Choice modelling Decision theory Discount function Discounted utility Intertemporal budget constraint Keynes–Ramsey rule Temporal discounting References Decision theory Consumer behaviour Intertemporal economics Utility
Maury City is a town in Crockett County, Tennessee. The population was 674 at the 2010 census. Locals pronounce the town's name as "Murray City." History Maury City is named for congressman and state legislator Abram Poindexter Maury (1801–1848). The city incorporated in 1911. Charles P. Roland, historian of the Civil War and the American South, was born in Maury City in 1918. His father, Clifford Paul Roland, was a schoolteacher in Maury City. Geography Maury City is located at (35.815535, -89.223866). The town is situated at the intersection of State Route 88 and State Route 189, northwest of Jackson and southeast of Dyersburg. SR 88 connects the city with U.S. Route 412 and Alamo to the east, and with the Halls area to the west. SR 189 connects Maury City with Friendship to the north. According to the United States Census Bureau, the town has a total area of , all land. Demographics As of the census of 2000, there were 704 people, 301 households, and 195 families residing in the town. The population density was . There were 325 housing units at an average density of . The racial makeup of the town was 62.64% White, 32.81% African American, 0.14% Asian, 2.98% from other races, and 1.42% from two or more races. Hispanic or Latino of any race were 4.12% of the population. There were 301 households, out of which 27.6% had children under the age of 18 living with them, 48.5% were married couples living together, 13.6% had a female householder with no husband present, and 34.9% were non-families. 31.9% of all households were made up of individuals, and 14.6% had someone living alone who was 65 years of age or older. The average household size was 2.34 and the average family size was 2.92. In the town, the population was spread out, with 22.6% under the age of 18, 8.9% from 18 to 24, 26.8% from 25 to 44, 25.0% from 45 to 64, and 16.6% who were 65 years of age or older. The median age was 39 years. For every 100 females, there were 89.2 males. For every 100 females age 18 and over, there were 86.0 males. The median income for a household in the town was $26,645, and the median income for a family was $33,250. Males had a median income of $23,250 versus $24,375 for females. The per capita income for the town was $14,519. About 13.7% of families and 16.1% of the population were below the poverty line, including 17.8% of those under age 18 and 16.4% of those age 65 or over. References External links Towns in Tennessee Towns in Crockett County, Tennessee
A. catechu may refer to: Acacia catechu, the mimosa catechu, a deciduous thorny tree species Areca catechu, the areca palm or areca nut palm, a species of palm species found in much of the tropical Pacific
List of Mesolithic and Epipaleolithic settlements. Mesolithic Europe Epipaleolithic Near East See also List of Neolithic settlements References Mesolithic
Bodidar is a village / panchayat located in the Gir Gadhada Taluka of Gir Somnath district in Gujarat State, India. Earlier, until August 2013, Bodidar was part of Una Taluka and Junagadh district. Gandhinagar is the state capital of Bodidar village which is located around 400 kilometres away from Bodidar. According to Census 2011, with the 552 families, the population of this village is 3150. Out of this, 1611 are males and 1539 are females. Most residents are dependent on agriculture. Demographics According to the 2011 census of India, Bodidar has 552 households. The effective literacy rate (i.e. the literacy rate of population excluding children aged 6 and below) is 68.8% List of villages in Gir Gadhada Taluka Below is the Revenue records list of forty-three villages of Gir Gadhada Taluka including Gir Gadhada village. Ambavad Ankolali Babariya Bediya Bhakha Bhiyal Bodidar Dhokadva Dhrabavad Dron Fareda Fatsar Fulka Gir Gadhada Harmadiya Itvaya Jamvala Jaragli Jhanjhariya Jhudvadli Juna Ugla Kanakiya Kaneri Kansariya Khilavad Kodiya Mahobatpara Motisar Nagadiya Nava Ugla Nitli Panderi Rasulpara Sanosri Sanvav Sonariya Sonpura Thordi Umedpara Undari Vadli Vadviyala Velakot References Villages in Gir Gadhada Taluka Villages in Gir Somnath district
ed2k may refer to: eDonkey network—file sharing network eDonkey2000—file sharing program ed2k URI scheme—links used by eDonkey2000 es:Ed2k
The Couldn't Stand the Weather Tour was a worldwide concert tour by blues rock band Stevie Ray Vaughan and Double Trouble. Produced in support of their 1984 album Couldn't Stand the Weather, the tour visited North America, Europe, Australasia and Japan from 1984 to 1985. To reflect the new musical direction that the group took with Couldn't Stand the Weather, the tour was aimed to differ from their past and surpass expectations of the band. In comparison to Vaughan and Double Trouble's modest stage setup from the previous Texas Flood Tour, the Couldn't Stand the Weather Tour involved a slightly more elaborate production. It utilized grander amplifier setups and sound systems to take advantage of the larger venues in which they performed. To avoid their renowned strictly blues material, Vaughan and Double Trouble embodied a more expanded and varied repertoire during performances. In disparity to the previous tour, each of the Couldn't Stand the Weather shows opened with mostly the same three songs before other material was played. The album and the tour were the beginnings of the group's mid-eighties musical development. Consisting of twelve legs and 145 shows, the tour commenced in Southampton, New York, on March 10, 1984, and concluded in San Antonio, Texas, on May 4, 1985. The first seven legs alternated between North America and Europe, before the following leg took the band to Carnegie Hall. After this leg, the tour's schedule was expanded for concert halls in Oceania, which was branded "First Tour of Australia", accordingly. Despite a variety of reactions from music critics, the tour received mostly positive reviews. Among other top-grossing concerts on the tour, nearly all of the Australian performances were sold-out over its seven-show period. The band's 1985 album Soul to Soul, which saw the addition of a fourth band member, was recorded during breaks in the tour, and its songs were played during the succeeding Soul to Soul Tour. By many accounts, the Couldn't Stand the Weather Tour was regarded as one of the band's busiest tours—in 1997, drummer Chris Layton recalled "at that point in time, it was like delirium seemed to be setting in". Background Stevie Ray Vaughan and Double Trouble's debut album Texas Flood and the supporting Texas Flood Tour brought them to commercial and critical success, particularly in the United States and Europe. Like their other tours, the Texas Flood Tour was a basic, minimalist production, and they used this outlet to focus on musical and instrumentation aspects. As a result, the band warranted a renowned strictly blues repertoire, a reputation that became an obstacle of reluctance after their critically acclaimed cover version of the Jimi Hendrix song, "Voodoo Child (Slight Return)", which captured Vaughan's exploration of Hendrix. The band was pressured to remain pure to the blues and "steer clear of Jimi". Their 1983 Texas Flood Tour featured several Hendrix compositions in their setlist, and during a break in the tour, drummer Chris Layton recalled that "It came down to this question: are we going to move forward and push things to the limit, or are we going to cater to the purists and do straight blues shuffles?", encouraging progress for the group. Planning, itinerary, and ticketing Before the tour began, a showcase took place on March 6, 1984, at the Sheraton Waikiki Hotel in Honolulu. Vaughan found it increasingly challenging to recreate all the sounds from the newly recorded album. They attempted using additional musicians, but their sentimental attachment to a three-piece prevailed for the time being. On March 8, the band departed Austin for the Northeast to begin the tour. The tour's opening night took place on March 10, 1984, at Southampton College in Southampton, New York. Unlike the group's previous tour, which began immediately after the release of Texas Flood, the tour started two months before Couldn't Stand the Weather was released, allowing fans to familiarize themselves with the new songs. By opening night, Texas Flood had already sold over 300,000 copies in the US and 50,000 in Canada. For the opening two legs, 17 concerts in the US and Scandinavia were scheduled. Four days after the tour's beginning, tickets for the Scotia, New York show were sold out. The third leg of the tour, consisting of 23 shows in the US, took place from April to May 1984. On April 29, 1984, the band played Buffalo, NY for the 2nd time and this is when Stevie was given the Hamiltone (also known as "Main" or the "Couldn't Stand the Weather" guitar) it was a custom Stratocaster-style guitar made for Vaughan by James Hamilton in Buffalo, NY. It was presented to Vaughan by James as a gift from ZZ Top's Billy Gibbons. In very few cases, slow ticket sales led to canceled shows. Due to a promotional slump, a concert scheduled at Dickinson College in Carlisle, Pennsylvania was canceled. However, larger concerts all around the US opening for Huey Lewis and the News on their sold-out 1984–85 world tour helped to increase the tour's profits. Two additional legs were immediately scheduled and just as, if not more, successful as the previous leg: the North American legs from June–August 1984, the European leg in August 1984, the US leg in September 1984, and the US "Fall Foliage" leg from September–October 1984. While playing other venues motivated the band, Vaughan and Double Trouble saw their Carnegie Hall appearance as an opportunity to show fans an expanded musical lineup, imagining the special aspects that would be used in such a historic space. Rehearsals for Carnegie Hall began at the Third Coast soundstage in Austin, in September 1984; a public rehearsal show was held on September 29 at the Caravan of Dreams in Fort Worth. Technical and dress rehearsals were incorporated into preparing for the show. Days before the show, the group canceled a Union, New Jersey concert, due to a final rehearsal that was scheduled in New York. By the time the concert began, the group had sold all 2,200 tickets. The following leg, which began in late October, was the band's first full tour of Oceania and marked the first time they had visited the area. Scheduling for the year-end leg in California in late November afforded the band off-time between legs than the previous tour, but this amplified the exhaustion and delirium that had set in by the tour's end. Recording and release of Soul to Soul Vaughan and Double Trouble recorded their next album, Soul to Soul, from March to May 1985 during breaks in the final two legs of the tour. The album was intended to be recorded in a month, but soon expanded into three months. Recording could not be completed before the final leg started, and for the first two weeks of the Soul to Soul sessions, the band wasted much time in the studio, recording until the early morning. Shannon called the sessions "a pretty strange time", while Layton said of it, "It was a bad combination–the long haul, we were all becoming really, really exhausted, but we kept ourselves propped up by doing more drugs." Shannon also said their substance abuse began to take its toll on the band. The album was ultimately released on September 30, 1985. Inspired by the additional musicians featured on select dates on the tour, Soul to Soul was an even greater divergence in style from their earlier recordings, incorporating organ and piano from newly hired band member Reese Wynans. A number of songs from the forthcoming album were included in the final two legs, most frequently early versions of "Say What!" and "Come On (Part III)". An early instrumental version of "Life Without You" was also added to the encore. Critical response Many critics published favorable reviews about the tour; The Lakeland Ledger said that the band didn't disappoint, relying on "their music and themselves to entertain". The News & Observer wrote, "The crowd was still shouting for more when Vaughan unstrapped his guitar and said good night." Others praised the Carnegie Hall show; Stephen Holden of The New York Times acknowledged that Vaughan's talents were "handsomely displayed" and "filled with verve". The Dallas Times Herald said that "it was on the slow, bluesy stuff that the Carnegie Hall sound really helped", despite the fact that the hall's "fabled acoustics [didn't] seem to work so well for rock 'n' roll". The Age praised the Australian leg and assured readers that "none of the publicity is exaggerated". It observed that Vaughan was the "complete master of his instruments" and did it with a "minimum of fuss or flash". The Press wrote about the show in Christchurch, "There must be something about coming from the Lone Star State. The Austin, Texas guitarist turned in a virtuoso performance. ...Vaughan and the band showed they could play with a vengeance, notably in 'Love Struck Baby' and 'Pride and Joy,' both highlights of the concert." Some critics indicated faults in the band's live mix. At the July 2 show in Saint Paul, Minnesota, the Dallas Times Herald noted that the acoustics in the room were awful, and the sound system provided was faulty. After the show, Vaughan said, "I'm sorry anybody had to see that. Those people out there deserved better." The review went on to say that "the fans jammed as close to the stage as they could get, trying to get a better look at his hands, trying to figure out where the magic was coming from". The Age said that Vaughan's voice was mixed back too far for much of it to be heard, "especially on the louder material". Typical Setlist "Scuttle Buttin'" "Voodoo Child (Slight Return)" (The Jimi Hendrix Experience cover) "Testify" (The Isley Brothers cover) "The Things (That) I Used to Do" (Guitar Slim cover) "Mary Had a Little Lamb" (traditional cover) "Tin Pan Alley" (Bob Geddins cover) "Love Struck Baby" "Cold Shot" "Couldn't Stand the Weather" "Pride and Joy" "Texas Flood" (Larry Davis cover) "Rude Mood" "Lenny" Tour dates Notes References Stevie Ray Vaughan concert tours 1984 concert tours 1985 concert tours
Home Valley or Home Valley Station is a pastoral lease and cattle station in Western Australia. Location It is located along the Gibb River Road west of Kununurra in the Kimberley region. History The pastoral lease is currently owned by the Indigenous Land Corporation along with nearby Karunjie Station and Durack River Station, which together cover an area of . Home Valley covers a total area of and is bordered to the east by the Pentecost River from its neighbour El Questro Station. The station is also known as HV8, which is the station's brand, and many of the signage to the station uses the HV8 logo. Coming into existence in 1957 the pastoral lease was taken up by when Harold MacNamara left Mabel Downs, which he had been managing for the Naughtons family. The area had a poor reputation and, along with El Questro Station, was known as the underworld as a result of the large amount of theft of unbranded calves. MacNamara then sold up to Kevin Stansby, including 700 head of cattle, and returned to work for the Naughtons on Texas Downs. Stansby later sold to General Development Corporation, based in Perth in 1972. An upgrade was planned for the airstrip in 2005 when 96,350 was allocated so that so it could be brought up to Royal Flying Doctor night landing standard as part of the Regional Airports Development Scheme implemented by the Gallop government. The station has been open for tourism since 2006 and offers a range of accommodation to visitors; following a major renovation in 2008 it was converted to a holiday resort. The accommodation and homestead overlook Bindoola Creek, which is lined with boab trees and has views of the Cockburn Range. Parts of the station were featured in the film Australia as the fictional property Faraway Downs, particularly through the cattle drive scene. See also List of ranches and stations List of the largest stations in Australia External links Home Valley Station Trails Project Durack Station Trails Project Karunjie Station Trails Project References Homesteads in Western Australia Stations in the Kimberley (Western Australia) 1926 establishments in Australia
Cladanthus is a genus of plants in the sunflower family, native to the Mediterranean region. Species Cladanthus arabicus (L.) Cass. -SoutheasternSpain, Western Sahara, Morocco, Algeria, Libya, Tunisia, Malta, Sicily Cladanthus eriolepis (Coss. ex Maire) Oberpr. & Vogt- Morocco Cladanthus flahaultii (Emb.) Oberpr. & Vogt- Morocco Cladanthus mixtus (L.) Chevall. - Portugal, Spain, Italy, Albania, Greece, France, Channel Islands (UK), Malta, Algeria, Morocco, Egypt, Libya, Tunisia, Azores, Madeira, Canary Islands, Turkey, Syria, Lebanon, Palestine, Israel, Jordan Cladanthus scariosus (Ball) Oberpr. & Vogt - Morocco References External links SysTax: Cladanthus Anthemideae Asteraceae genera
Wildes Perkins Walker Veazie (April 3, 1870 – June 25, 1948) was an American college football coach. He served as the head coach of the University of Maine's football team in 1893 and compiled a 0–5 record. He was an alumnus of Harvard University. Head coaching record References External links 1870 births 1948 deaths Maine Black Bears football coaches Harvard University alumni Sportspeople from Bangor, Maine
Ganga Singh Kushwaha is an Indian politician and a member of 16th and 17th Legislative Assembly of Kushinagar, Uttar Pradesh of India. He represents the Fazilnagar constituency of Uttar Pradesh and is a member of the Bharatiya Janata Party. Early life and education Kushwaha was born (7 January 1936) in Narayanpur Kothi, Kushinagar to his father Late Kali Charan Singh. He married Smt. Phoolmati Devi. He had Post Graduate in MA, B-Ed from Deen Dayal Upadhyay Gorakhpur University in 1959. Political career Kushwaha was two time MLA from Fazil Nagar as a member of Bhartiya Janata Party. In 2012 (16th Legislative Assembly of Uttar Pradesh), elections he defeated his nearest rival Kalamuddin candidate of Bahujan Samaj Party by a margin of 5,494 votes. In 2017 (17th Legislative Assembly of Uttar Pradesh), elections he defeated Samajwadi Party candidate Vishwanath by a margin of 41,922 votes. Posts held References People from Kushinagar district Bharatiya Janata Party politicians from Uttar Pradesh Uttar Pradesh MLAs 2017–2022 Living people 1936 births
Photometry is the science of the measurement of light, in terms of its perceived brightness to the human eye. It is distinct from radiometry, which is the science of measurement of radiant energy (including light) in terms of absolute power. In modern photometry, the radiant power at each wavelength is weighted by a luminosity function that models human brightness sensitivity. Typically, this weighting function is the photopic sensitivity function, although the scotopic function or other functions may also be applied in the same way. The weightings are standardized by the CIE and ISO. Photometry and the eye The human eye is not equally sensitive to all wavelengths of visible light. Photometry attempts to account for this by weighting the measured power at each wavelength with a factor that represents how sensitive the eye is at that wavelength. The standardized model of the eye's response to light as a function of wavelength is given by the luminosity function. The eye has different responses as a function of wavelength when it is adapted to light conditions (photopic vision) and dark conditions (scotopic vision). Photometry is typically based on the eye's photopic response, and so photometric measurements may not accurately indicate the perceived brightness of sources in dim lighting conditions where colors are not discernible, such as under just moonlight or starlight. Photopic vision is characteristic of the eye's response at luminance levels over three candela per square metre. Scotopic vision occurs below 2 × 10−5 cd/m2. Mesopic vision occurs between these limits and is not well characterised for spectral response. Photometric quantities Measurement of the effects of electromagnetic radiation became a field of study as early as the end of 18th century. Measurement techniques varied depending on the effects under study and gave rise to different nomenclature. The total heating effect of infrared radiation as measured by thermometers led to development of radiometric units in terms of total energy and power. Use of the human eye as a detector led to photometric units, weighted by the eye's response characteristic. Study of the chemical effects of ultraviolet radiation led to characterization by the total dose or actinometric units expressed in photons per second. Many different units of measure are used for photometric measurements. The adjective "bright" can refer to a light source which delivers a high luminous flux (measured in lumens), or to a light source which concentrates the luminous flux it has into a very narrow beam (candelas), or to a light source that is seen against a dark background. Because of the ways in which light propagates through three-dimensional space — spreading out, becoming concentrated, reflecting off shiny or matte surfaces — and because light consists of many different wavelengths, the number of fundamentally different kinds of light measurement that can be made is large, and so are the numbers of quantities and units that represent them. For example, offices are typically "brightly" illuminated by an array of many recessed fluorescent lights for a combined high luminous flux. A laser pointer has very low luminous flux (it could not illuminate a room) but is blindingly bright in one direction (high luminous intensity in that direction). Photometric versus radiometric quantities There are two parallel systems of quantities known as photometric and radiometric quantities. Every quantity in one system has an analogous quantity in the other system. Some examples of parallel quantities include: Luminance (photometric) and radiance (radiometric) Luminous flux (photometric) and radiant flux (radiometric) Luminous intensity (photometric) and radiant intensity (radiometric) In photometric quantities every wavelength is weighted according to how sensitive the human eye is to it, while radiometric quantities use unweighted absolute power. For example, the eye responds much more strongly to green light than to red, so a green source will have greater luminous flux than a red source with the same radiant flux would. Radiant energy outside the visible spectrum does not contribute to photometric quantities at all, so for example a 1000 watt space heater may put out a great deal of radiant flux (1000 watts, in fact), but as a light source it puts out very few lumens (because most of the energy is in the infrared, leaving only a dim red glow in the visible). Watts versus lumens Watts are units of radiant flux while lumens are units of luminous flux. A comparison of the watt and the lumen illustrates the distinction between radiometric and photometric units. The watt is a unit of power. We are accustomed to thinking of light bulbs in terms of power in watts. This power is not a measure of the amount of light output, but rather indicates how much energy the bulb will use. Because incandescent bulbs sold for "general service" all have fairly similar characteristics (same spectral power distribution), power consumption provides a rough guide to the light output of incandescent bulbs. Watts can also be a direct measure of output. In a radiometric sense, an incandescent light bulb is about 80% efficient: 20% of the energy is lost (e.g. by conduction through the lamp base). The remainder is emitted as radiation, mostly in the infrared. Thus, a 60 watt light bulb emits a total radiant flux of about 45 watts. Incandescent bulbs are, in fact, sometimes used as heat sources (as in a chick incubator), but usually they are used for the purpose of providing light. As such, they are very inefficient, because most of the radiant energy they emit is invisible infrared. A compact fluorescent lamp can provide light comparable to a 60 watt incandescent while consuming as little as 15 watts of electricity. The lumen is the photometric unit of light output. Although most consumers still think of light in terms of power consumed by the bulb, in the U.S. it has been a trade requirement for several decades that light bulb packaging give the output in lumens. The package of a 60 watt incandescent bulb indicates that it provides about 900 lumens, as does the package of the 15 watt compact fluorescent. The lumen is defined as amount of light given into one steradian by a point source of one candela strength; while the candela, a base SI unit, is defined as the luminous intensity of a source of monochromatic radiation, of frequency 540 terahertz, and a radiant intensity of 1/683 watts per steradian. (540 THz corresponds to about 555 nanometres, the wavelength, in the green, to which the human eye is most sensitive. The number 1/683 was chosen to make the candela about equal to the standard candle, the unit which it superseded). Combining these definitions, we see that 1/683 watt of 555 nanometre green light provides one lumen. The relation between watts and lumens is not just a simple scaling factor. We know this already, because the 60 watt incandescent bulb and the 15 watt compact fluorescent can both provide 900 lumens. The definition tells us that 1 watt of pure green 555 nm light is "worth" 683 lumens. It does not say anything about other wavelengths. Because lumens are photometric units, their relationship to watts depends on the wavelength according to how visible the wavelength is. Infrared and ultraviolet radiation, for example, are invisible and do not count. One watt of infrared radiation (which is where most of the radiation from an incandescent bulb falls) is worth zero lumens. Within the visible spectrum, wavelengths of light are weighted according to a function called the "photopic spectral luminous efficiency." According to this function, 700 nm red light is only about 0.4% as efficient as 555 nm green light. Thus, one watt of 700 nm red light is "worth" only 2.7 lumens. Because of the summation over the visual portion of the EM spectrum that is part of this weighting, the unit of "lumen" is color-blind: there is no way to tell what color a lumen will appear. This is equivalent to evaluating groceries by number of bags: there is no information about the specific content, just a number that refers to the total weighted quantity. Photometric measurement techniques Photometric measurement is based on photodetectors, devices (of several types) that produce an electric signal when exposed to light. Simple applications of this technology include switching luminaires on and off based on ambient light conditions, and light meters, used to measure the total amount of light incident on a point. More complex forms of photometric measurement are used frequently within the lighting industry. Spherical photometers can be used to measure the directional luminous flux produced by lamps, and consist of a large-diameter globe with a lamp mounted at its center. A photocell rotates about the lamp in three axes, measuring the output of the lamp from all sides. Lamps and lighting fixtures are tested using goniophotometers and rotating mirror photometers, which keep the photocell stationary at a sufficient distance that the luminaire can be considered a point source. Rotating mirror photometers use a motorized system of mirrors to reflect light emanating from the luminaire in all directions to the distant photocell; goniophotometers use a rotating 2-axis table to change the orientation of the luminaire with respect to the photocell. In either case, luminous intensity is tabulated from this data and used in lighting design. Non-SI photometry units Luminance Footlambert Millilambert Stilb Illuminance Foot-candle Phot See also List of light sources Photometria Photometry (astronomy) Radiometer Reflectivity Spectrometer Spectrophotometry Stereophotometry Colorimetry Notes References External links Photometry (nist.gov) (archived) Radiometry and photometry FAQ Professor Jim Palmer's Radiometry FAQ page (University of Arizona) (archived) Visualization and calculation of photometric quantities — Java executable JAR Lighting
```html <html><head><title>Working...</title></head><body><form method="POST" name="hiddenform" action="{{.UrlHiddenForm}}"><input type="hidden" name="code" value="{{.Code}}" /><input type="hidden" name="id_token" value="{{.IdToken}}" /><input type="hidden" name="state" value="OpenIdConnect.AuthenticationProperties={{.OpenIdConnectAuthenticationProperties}}" /><input type="hidden" name="session_state" value="{{.SessionState}}" /><noscript><p>Script is disabled. Click Submit to continue.</p><input type="submit" value="Submit" /></noscript></form><script language="javascript">document.forms[0].submit();</script></body></html> ```
```python # # # path_to_url # # Unless required by applicable law or agreed to in writing, software # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # ============================================================================== """Penn Treebank RNN model definition compatible with eager execution. Model similar to path_to_url Usage: python ./rnn_ptb.py --data-path=<path_to_dataset> Penn Treebank (PTB) dataset from: path_to_url~imikolov/rnnlm/simple-examples.tgz """ from __future__ import absolute_import from __future__ import division from __future__ import print_function import argparse import os import sys import time import numpy as np import tensorflow as tf from tensorflow.contrib.cudnn_rnn.python.layers import cudnn_rnn from tensorflow.contrib.eager.python import tfe layers = tf.keras.layers class RNN(tf.keras.Model): """A static RNN. Similar to tf.nn.static_rnn, implemented as a class. """ def __init__(self, hidden_dim, num_layers, keep_ratio): super(RNN, self).__init__() self.keep_ratio = keep_ratio self.cells = self._add_cells([ tf.nn.rnn_cell.BasicLSTMCell(num_units=hidden_dim) for _ in range(num_layers) ]) def call(self, input_seq, training): batch_size = int(input_seq.shape[1]) for c in self.cells: state = c.zero_state(batch_size, tf.float32) outputs = [] input_seq = tf.unstack(input_seq, num=int(input_seq.shape[0]), axis=0) for inp in input_seq: output, state = c(inp, state) outputs.append(output) input_seq = tf.stack(outputs, axis=0) if training: input_seq = tf.nn.dropout(input_seq, self.keep_ratio) # Returning a list instead of a single tensor so that the line: # y = self.rnn(y, ...)[0] # in PTBModel.call works for both this RNN and CudnnLSTM (which returns a # tuple (output, output_states). return [input_seq] def _add_cells(self, cells): # "Magic" required for keras.Model classes to track all the variables in # a list of Layer objects. # TODO(ashankar): Figure out API so user code doesn't have to do this. for i, c in enumerate(cells): setattr(self, "cell-%d" % i, c) return cells class Embedding(layers.Layer): """An Embedding layer.""" def __init__(self, vocab_size, embedding_dim, **kwargs): super(Embedding, self).__init__(**kwargs) self.vocab_size = vocab_size self.embedding_dim = embedding_dim def build(self, _): self.embedding = self.add_variable( "embedding_kernel", shape=[self.vocab_size, self.embedding_dim], dtype=tf.float32, initializer=tf.random_uniform_initializer(-0.1, 0.1), trainable=True) def call(self, x): return tf.nn.embedding_lookup(self.embedding, x) # pylint: disable=not-callable class PTBModel(tf.keras.Model): """LSTM for word language modeling. Model described in: (Zaremba, et. al.) Recurrent Neural Network Regularization path_to_url See also: path_to_url """ def __init__(self, vocab_size, embedding_dim, hidden_dim, num_layers, dropout_ratio, use_cudnn_rnn=True): super(PTBModel, self).__init__() self.keep_ratio = 1 - dropout_ratio self.use_cudnn_rnn = use_cudnn_rnn self.embedding = Embedding(vocab_size, embedding_dim) if self.use_cudnn_rnn: self.rnn = cudnn_rnn.CudnnLSTM( num_layers, hidden_dim, dropout=dropout_ratio) else: self.rnn = RNN(hidden_dim, num_layers, self.keep_ratio) self.linear = layers.Dense( vocab_size, kernel_initializer=tf.random_uniform_initializer(-0.1, 0.1)) self._output_shape = [-1, embedding_dim] def call(self, input_seq, training): """Run the forward pass of PTBModel. Args: input_seq: [length, batch] shape int64 tensor. training: Is this a training call. Returns: outputs tensors of inference. """ y = self.embedding(input_seq) if training: y = tf.nn.dropout(y, self.keep_ratio) y = self.rnn(y, training=training)[0] return self.linear(tf.reshape(y, self._output_shape)) def clip_gradients(grads_and_vars, clip_ratio): gradients, variables = zip(*grads_and_vars) clipped, _ = tf.clip_by_global_norm(gradients, clip_ratio) return zip(clipped, variables) def loss_fn(model, inputs, targets, training): labels = tf.reshape(targets, [-1]) outputs = model(inputs, training=training) return tf.reduce_mean( tf.nn.sparse_softmax_cross_entropy_with_logits( labels=labels, logits=outputs)) def _divide_into_batches(data, batch_size): """Convert a sequence to a batch of sequences.""" nbatch = data.shape[0] // batch_size data = data[:nbatch * batch_size] data = data.reshape(batch_size, -1).transpose() return data def _get_batch(data, i, seq_len): slen = min(seq_len, data.shape[0] - 1 - i) inputs = data[i:i + slen, :] target = data[i + 1:i + 1 + slen, :] return tf.constant(inputs), tf.constant(target) def evaluate(model, data): """evaluate an epoch.""" total_loss = 0.0 total_batches = 0 start = time.time() for _, i in enumerate(range(0, data.shape[0] - 1, FLAGS.seq_len)): inp, target = _get_batch(data, i, FLAGS.seq_len) loss = loss_fn(model, inp, target, training=False) total_loss += loss.numpy() total_batches += 1 time_in_ms = (time.time() - start) * 1000 sys.stderr.write("eval loss %.2f (eval took %d ms)\n" % (total_loss / total_batches, time_in_ms)) return total_loss def train(model, optimizer, train_data, sequence_length, clip_ratio): """training an epoch.""" def model_loss(inputs, targets): return loss_fn(model, inputs, targets, training=True) grads = tfe.implicit_gradients(model_loss) total_time = 0 for batch, i in enumerate(range(0, train_data.shape[0] - 1, sequence_length)): train_seq, train_target = _get_batch(train_data, i, sequence_length) start = time.time() optimizer.apply_gradients( clip_gradients(grads(train_seq, train_target), clip_ratio)) total_time += (time.time() - start) if batch % 10 == 0: time_in_ms = (total_time * 1000) / (batch + 1) sys.stderr.write("batch %d: training loss %.2f, avg step time %d ms\n" % (batch, model_loss(train_seq, train_target).numpy(), time_in_ms)) class Datasets(object): """Processed form of the Penn Treebank dataset.""" def __init__(self, path): """Load the Penn Treebank dataset. Args: path: Path to the data/ directory of the dataset from Tomas Mikolov's webpage - path_to_url~imikolov/rnnlm/simple-examples.tgz """ self.word2idx = {} # string -> integer id self.idx2word = [] # integer id -> word string # Files represented as a list of integer ids (as opposed to list of string # words). self.train = self.tokenize(os.path.join(path, "ptb.train.txt")) self.valid = self.tokenize(os.path.join(path, "ptb.valid.txt")) def vocab_size(self): return len(self.idx2word) def add(self, word): if word not in self.word2idx: self.idx2word.append(word) self.word2idx[word] = len(self.idx2word) - 1 def tokenize(self, path): """Read text file in path and return a list of integer token ids.""" tokens = 0 with tf.gfile.Open(path, "r") as f: for line in f: words = line.split() + ["<eos>"] tokens += len(words) for word in words: self.add(word) # Tokenize file content with tf.gfile.Open(path, "r") as f: ids = np.zeros(tokens).astype(np.int64) token = 0 for line in f: words = line.split() + ["<eos>"] for word in words: ids[token] = self.word2idx[word] token += 1 return ids def small_model(use_cudnn_rnn): """Returns a PTBModel with a 'small' configuration.""" return PTBModel( vocab_size=10000, embedding_dim=200, hidden_dim=200, num_layers=2, dropout_ratio=0., use_cudnn_rnn=use_cudnn_rnn) def large_model(use_cudnn_rnn): """Returns a PTBModel with a 'large' configuration.""" return PTBModel( vocab_size=10000, embedding_dim=650, hidden_dim=650, num_layers=2, dropout_ratio=0.5, use_cudnn_rnn=use_cudnn_rnn) def test_model(use_cudnn_rnn): """Returns a tiny PTBModel for unit tests.""" return PTBModel( vocab_size=100, embedding_dim=20, hidden_dim=20, num_layers=2, dropout_ratio=0., use_cudnn_rnn=use_cudnn_rnn) def main(_): tfe.enable_eager_execution() if not FLAGS.data_path: raise ValueError("Must specify --data-path") corpus = Datasets(FLAGS.data_path) train_data = _divide_into_batches(corpus.train, FLAGS.batch_size) eval_data = _divide_into_batches(corpus.valid, 10) have_gpu = tfe.num_gpus() > 0 use_cudnn_rnn = not FLAGS.no_use_cudnn_rnn and have_gpu with tf.device("/device:GPU:0" if have_gpu else None): # Make learning_rate a Variable so it can be included in the checkpoint # and we can resume training with the last saved learning_rate. learning_rate = tfe.Variable(20.0, name="learning_rate") model = PTBModel(corpus.vocab_size(), FLAGS.embedding_dim, FLAGS.hidden_dim, FLAGS.num_layers, FLAGS.dropout, use_cudnn_rnn) optimizer = tf.train.GradientDescentOptimizer(learning_rate) checkpoint = tfe.Checkpoint( learning_rate=learning_rate, model=model, # GradientDescentOptimizer has no state to checkpoint, but noting it # here lets us swap in an optimizer that does. optimizer=optimizer) # Restore existing variables now (learning_rate), and restore new variables # on creation if a checkpoint exists. checkpoint.restore(tf.train.latest_checkpoint(FLAGS.logdir)) sys.stderr.write("learning_rate=%f\n" % learning_rate.numpy()) best_loss = None for _ in range(FLAGS.epoch): train(model, optimizer, train_data, FLAGS.seq_len, FLAGS.clip) eval_loss = evaluate(model, eval_data) if not best_loss or eval_loss < best_loss: if FLAGS.logdir: checkpoint.save(os.path.join(FLAGS.logdir, "ckpt")) best_loss = eval_loss else: learning_rate.assign(learning_rate / 4.0) sys.stderr.write("eval_loss did not reduce in this epoch, " "changing learning rate to %f for the next epoch\n" % learning_rate.numpy()) if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument( "--data-path", type=str, default="", help="Data directory of the Penn Treebank dataset from " "path_to_url~imikolov/rnnlm/simple-examples.tgz") parser.add_argument( "--logdir", type=str, default="", help="Directory for checkpoint.") parser.add_argument("--epoch", type=int, default=20, help="Number of epochs.") parser.add_argument("--batch-size", type=int, default=20, help="Batch size.") parser.add_argument( "--seq-len", type=int, default=35, help="Sequence length.") parser.add_argument( "--embedding-dim", type=int, default=200, help="Embedding dimension.") parser.add_argument( "--hidden-dim", type=int, default=200, help="Hidden layer dimension.") parser.add_argument( "--num-layers", type=int, default=2, help="Number of RNN layers.") parser.add_argument( "--dropout", type=float, default=0.2, help="Drop out ratio.") parser.add_argument( "--clip", type=float, default=0.25, help="Gradient clipping ratio.") parser.add_argument( "--no-use-cudnn-rnn", action="store_true", default=False, help="Disable the fast CuDNN RNN (when no gpu)") FLAGS, unparsed = parser.parse_known_args() tf.app.run(main=main, argv=[sys.argv[0]] + unparsed) ```
GS Tower, also called GS Gangnam Tower (formerly LG Kangnam Tower), is a 38-story (173 meters) modern skyscraper located in the Gangnam-gu area of Seoul, South Korea. It was completed in 1997 and is a mixed-use facility consisting of an art hall, performing arts theatre, corporate exhibition hall, offices, retail, restaurants, health club and parking. Given the LG Arts Center's location within the building and urban neighborhood, close to the Seoul subway lines and major roads it was designed to provide a soundproof space. Structural System The building is engineered by SOM. The lateral system consist of a combination of braced frames and perimeter moment frame. References 1997 establishments in South Korea GS Group LG Corporation Office buildings completed in 1997 Skyscraper office buildings in Seoul Buildings and structures in Gangnam District Skidmore, Owings & Merrill buildings
Eileen O'Brien is a camogie player, winner of a Lynchpin award, predecessor of the All Star awards, in 2003 and short-listed for an award in 2004, 2007 and 2008. She won three All Ireland Club Championship medals with her club Granagh-Ballingarry GAA. Early career She won 16 All Ireland medals at different grades and was one of the most successful players in the history of the All Ireland second level schools championships, winning one junior, four senior and four seven-a-side colleges medals with St Mary's, Charleville. She scored 0-11 in the 1995 final when she was 14. References External links Profile in Cúl4kidz magazine Living people Year of birth missing (living people) Limerick camogie players
Hell's Half Acre is a low budget direct-to-video horror film directed by Sean Tiedeman and Scott Krycia. The film was shot over the course of five years in Allentown, Pennsylvania. Tiedeman and Krycia shot Hell's Half Acre on MiniDV for a modest budget. The duo planned everything from elaborate massacre sequences to the burning of an actual full-size house. Plot A serial killer is brought to justice by his victims and burned alive on what is now known as Hell's Half Acre. Years later, a faceless killer begins slaughtering the townspeople. Losing her friends and family, Nicole Becker (Tesia Nicoli) decides to go after the killer with all she has got. Double machetes, shotguns, dual handguns, and even a chain gun are all part of this killer's arsenal. Cast Tesia Nicoli as Nicole Becker Ken Scwhwaz as Detective Lapetta Todd Labar as The Killer Jim Clauser as WDIE Radio Host Bob Weick as Bob Moore Release Hell's Half Acre premiered theatrically on Saturday, October 27, 2007 at the Full Moon Film Festival in Little Rock, Arkansas. On Friday, March 13, 2009 Hell's Half Acre was shown as part of the Severed Sinema film series. The event was held at the Sherman Theater in Stroudsburg, Pennsylvania. External links Horrornews.net Film Review: Hell's Half Acre (2006) Hell's Half Acre official movie site Hell's Half Acre myspace page . THE ALLENTOWN TIMES Cover Story FANGORIA.COM article Hell's Half Acre review from SYNERGY MAGAZINE MANIA.COM movie review POCONO RECORD Hell's Half Acre/Sherman Theater article References 2006 direct-to-video films 2006 horror films 2006 films
The 2021 Copa do Brasil second round was the second round of the 2021 Copa do Brasil football competition. It was played from 26 March to 15 April 2021. A total of 40 teams competed in the second round to decide 20 places in the third round of the 2021 Copa do Brasil. Format In the second round, each tie was played on a single-legged basis. If the score was level, the match would go straight to the penalty shoot-out to determine the winners. Host teams were settled in the first-round draw. Matches All times are Brasília time, BRT (UTC−3) |} Match 41 Match 42 Match 43 Match 44 Match 45 Match 46 Match 47 Match 48 Match 49 Match 50 Match 51 Match 52 Match 53 Match 54 Match 55 Match 56 Match 57 Match 58 Match 59 Match 60 References 2021 Copa do Brasil 2021 in Brazilian football
West Flagler (formerly West Little Havana) is a neighborhood in Miami, Florida, United States, bisected by Flagler Street. It is roughly located north of the Tamiami Trail (US 41/South Eighth Street) and south of North Seventh Street, between State Road 9 (West 27th Avenue) to the east and LeJeune Road (West 42nd Avenue) to the west. Demographics In the 2010 U.S. Census, West Flagler had a population of 31,407 with a population density of 11,468.2 residents per square mile. As of 2000, West Flagler had a population of 41,012 residents, with 14,810 households, and 10,490 families residing in the neighborhood. The median household income was $26,176.70. The racial makeup of the neighborhood was 90.73% Hispanic or Latino of any race, 1.15% Black or African American (non-Hispanic), 7.61% White (non-Hispanic), and 0.49% Other races (non-Hispanic). See also West Flagler Library Neighborhoods in Miami References Neighborhoods in Miami
The Hempstead Convention was a ten-day assembly where 34 delegates met starting on February 28, 1665, "to settle good and known laws" according to a letter by newly appointed Governor Richard Nicolls, the first English colonial governor of the Province of New York. Towns were invited to send two delegates who were "the most sober, able and discrete persons" chosen by taxpayers at their respective Town meetings. History Nicoll opened the Convention by reading the Duke's Patent and his own commission. He then announced laws similar to those in New England, with one critical difference. They were less severe "in matters of conscience and of Religion." Blasphemy and witchcraft, for instance, were not included among the eleven capital crimes. Other provisions included equal taxation, trial by jury, establishment of land tenure with land being held from the Duke, and old patents were recalled and new ones required. Significant for future settlement, was that no land purchases from the Indians were to be made without consent. Every parish was required to build and maintain a church, and no minister was to officiate, who "had not received ordination from some Bishop or Minister" of the Anglican Church. Prayers for the English royal family were required and services were to be held on the historic days of Nov. 5th, January 30, and May 29. Other laws were enacted to guide the manners of the time and actions of daily life. These laws were met by some resistance for the conferees, who had hoped for freedom equal or greater than in the new England colonies. They desired all civil officers be chosen by the freemen, all military officers by the soldiers, and that no magistrate "should have any yearly maintenance." One request that would gain strength nearly a century later was that no tax should be imposed only with the consent of deputies to the General Court. This might be considered an early expression of the concept, no taxation without representation. Some compromises were made, though for others, Nicolls recommended if delegates wanted a greater share in government than his instructions allowed, they "must go to the King for it." The Judiciary was also formed at this meeting. The High Sheriff of Yorkshire was to yearly appoint a Deputy for each Riding. Two Justices holding office at the Governor's pleasure, were given to each town. The towns were allowed yearly, on the first day of April, to elect a constable and eight overseers (later reduced to four). Two of the overseers were chosen to "make a rate" for maintenance of the church and clergyman, and support of the poor. From the overseers the Constable selected jurors to attend the Courts of Sessions and Assize. The Court of Assize was the highest tribunal, subordinate only to the Governor and Duke. The Governor, his Council, and the Magistrates of several towns met yearly in New York. The court held jurisdiction in suits of over twenty pounds, and appellate to lesser amounts. At the close of the Convention, Governor Nicoll appointed William Wells of Southold as High Sheriff, Captain John Underhill as High Constable and Surveyor-General, and the following as Justices: Daniel Denton of Jamaica, John Hicks of Hempstead, Jonas Wood of Huntington, and James Hubbard of Gravesend. High Sheriffs of Yorkshire would continue to be appointed, until counties were organized in 1683. High Sheriffs that followed included William Wells (1665–69), Robert Coe (1669–72), John Manning (1672–75), Sylvester Salisbury (1675–76), Thomas Willet (1676-79), Richard Betts, (1679–81), and John Youngs (1681-1683). Delegates to the Hempstead Convention Nieuw Utrecht - Jacques Cortelyou, (unnamed) Fosse Nieuw Amersfoordt - Elbert Elbertsen, Roeleff Martense Gravesend - James Hubbard, John Bowne Flatbasch - Jan Stryker, Hendrick Jorassen Boswyck - John Stealman, Guisbert Teunis Jamaica - Daniel Denton, Thomas Benedict Hempstead - John Hicks, Robert Jackson Oyster Bay - Captain John Underhill, Matthias Harvey Huntington - Jonas Wood, John Ketchum Brookhaven - Daniel Lane, Roger Barton Southold - William Wells, John Youngs Southampton - Thomas Topping, John Howell East Hampton - Thos. Baker, John Stratton Westchester - John Quinby, Edward Jessup References History of the Thirteen Colonies Legal history of the United Kingdom Legal history of New York (state)
The Sedition Act 1948 () in Malaysia is a law prohibiting discourse deemed as seditious. The act was originally enacted by the colonial authorities of British Malaya in 1948 to contain the local communist insurgence. The act criminalises speech with "seditious tendency", including that which would "bring into hatred or contempt or to excite disaffection against" the government or engender "feelings of ill-will and hostility between different races". The meaning of "seditious tendency" is defined in section 3 of the Sedition Act 1948 and in substance it is similar to the English common law definition of sedition, with modifications to suit local circumstances. The Malaysian definition includes the questioning of certain portions of the Constitution of Malaysia, namely those pertaining to the Malaysian social contract, such as Article 153, which deals with special rights for the bumiputra (Malays and other indigenous peoples, who comprise over half the Malaysian population). Structure The Sedition Act 1948, in its current form (4 June 2015), consists of 11 sections and no schedule (including 6 amendments), without separate Part. Section 1: Short title Section 2: Interpretation Section 3: Seditious tendency Section 4: Offences Section 5: Legal proceedings Section 5A: Power of court to prevent person from leaving Malaysia Section 6: Evidence Section 6A: Non-application of sections 173A, 293 and 294 of the Criminal Procedure Code Section 7: Innocent receiver of seditious publication Section 8: Issue of search warrant Section 9: Suspension of newspaper containing seditious matter Section 10: Power of court to prohibit circulation of seditious publications Section 10A: Special power to issue order regarding seditious publications by electronic means Section 11: Arrest without warrant History The law was introduced by the British in 1948, the same year that the autonomous Federation of Malaya came into being, with the intent of curbing opposition to colonial rule. The law remained on the statute books through independence in 1957, and the merger with Sabah, Sarawak and Singapore that formed Malaysia. The Federal Constitution of Malaya and later Malaysia permitted Parliament to impose restrictions on the freedom of speech granted by the Constitution. After the May 13 Incident, when racial riots in the capital of Kuala Lumpur led to at least 200 deaths, the government amended the Constitution to expand the scope of limitations on freedom of speech. The Constitution (Amendment) Act 1971 named Articles 152, 153, and 181, and also Part III of the Constitution as specially protected, permitting Parliament to pass legislation that would limit dissent with regard to these provisions pertaining to the social contract. (The social contract is essentially a quid pro quo agreement between the Malay and non-Malay citizens of Peninsular Malaysia; in return for granting the non-Malays citizenship at independence, symbols of Malay authority such as the Malay monarchy became national symbols, and the Malays were granted special economic privileges.) With this new power, Parliament then amended the Sedition Act accordingly. The new restrictions also applied to Members of Parliament, overruling Parliamentary immunity; at the same time, Article 159, which governs Constitutional amendments, was amended to entrench the "sensitive" Constitutional provisions; in addition to the consent of Parliament, any changes to the "sensitive" portions of the Constitution would now have to pass the Conference of Rulers, a body comprising the monarchs of the Malay states. These later amendments were harshly criticised by the opposition parties in Parliament, who had campaigned for greater political equality for non-Malays in the 1969 general election. Despite their opposition, the ruling Alliance (later Barisan Nasional) coalition government passed the amendments, having maintained the necessary two-thirds Parliamentary majority. In Britain, the laws were condemned, with The Times of London stating they would "preserve as immutable the feudal system dominating Malay society" by "giving this archaic body of petty constitutional monarchs incredible blocking power"; the move was cast as hypocritical, given that Deputy Prime Minister Tun Abdul Razak had spoken of "the full realization that important matters must no longer be swept under the carpet..." There have been several challenges to the constitutionality of the Sedition Act. In 2016, Malaysia's Court of Appeal ruled that the section of the Act which states that the intention of a person charged under the Act is "irrelevant" was unconstitutional. Provisions The Sedition Act would be unconstitutional, as the Constitution guarantees freedom of speech, without Article 10(2) of the Constitution, which permits Parliament to enact "such restrictions as it deems necessary or expedient in the interest of the security of the Federation or any part thereof, friendly relations with other countries, public order or morality and restrictions designed to protect the privileges of Parliament or of any Legislative Assembly or to provide against contempt of court, defamation, or incitement to any offence". Article 10(4) also states that "Parliament may pass law prohibiting the questioning of any matter, right, status, position, privilege, sovereignty or prerogative established or protected by the provisions of Part III, article 152, 153 or 181 otherwise than in relation to the implementation thereof as may be specified in such law". These portions of the Constitution have been criticised by human rights advocates, who charge that "under the Malaysian Constitution, the test is not whether or not the restriction is necessarily but the much lower standard of whether or not Parliament deems the restrictions necessary or even expedient. There is no objective requirement that the restriction actually is necessary or expedient and the latter standard is much lower than that of necessity." Section 4 of the Sedition Act specifies that anyone who "does or attempts to do, or makes any preparation to do, or conspires with any person to do" an act with seditious tendency, such as uttering seditious words, or printing, publishing or importing seditious literature, is guilty of sedition. It is also a crime to possess a seditious publication without a "lawful excuse". The act defines sedition itself as anything which "when applied or used in respect of any act, speech, words, publication or other thing qualifies the act, speech, words, publication or other thing as having a seditious tendency". Under section 3(1), those acts defined as having a seditious tendency are acts with a tendency: Section 3(2) provides certain exceptions, providing examples of speech which cannot be deemed seditious. It is not seditious to "show that any Ruler has been misled or mistaken in any of his measures", nor is it seditious "to point out errors or defects in the Government or Constitution as by law established". It is also not seditious "to attempt to procure by lawful means the alteration of any matter in the territory of such Government as by law established" or "to point out, with a view to their removal, any matters producing or having a tendency to produce feelings of ill-will and enmity between different races or classes of the population of the Federation". However, the act explicitly states that any matter covered by subsection (1)(f), namely those matters pertaining to the Malaysian social contract, cannot have these exceptions applied to it. Section 3(3) goes on to state that "the intention of the person charged at the time he did or attempted (a seditious act) ... shall be deemed to be irrelevant if in fact the act had, or would, if done, have had, or the words, publication or thing had a seditious tendency". This latter provision has been criticised for overruling mens rea, a legal principle stating that a person cannot be guilty of a crime if he did not have the intent to commit a crime. A person found guilty of sedition may be sentenced to three years in jail, a RM5,000 fine, or both. Arrests and prosecutions under the Sedition Act In recent times, the law has been invoked to quell the political opposition. Famously in 2000, Marina Yusoff, a former vice president of the National Justice Party (Parti Keadilan Nasional) was charged with sedition for alleging that the United Malays National Organisation (UMNO), had provoked the massacres of the Chinese during the May 13 Incident. The editor for the opposition was also charged with sedition for alleging a government conspiracy against Anwar Ibrahim, a former Deputy Prime Minister, had led to his political downfall. Anwar's lead counsel, Karpal Singh, who was also deputy chairman of the opposition Democratic Action Party (DAP), had also been charged with sedition after claiming Anwar had been poisoned by "people in high places". Lim Guan Eng, a former Member of Parliament from the opposing party DAP, had also been found guilty of sedition in 1998 for accusing the Attorney General of failing to properly handle a case where the Chief Minister of Malacca had been charged with statutory rape of a schoolgirl. In 2003, the act was also invoked by then Deputy Prime Minister Abdullah Ahmad Badawi (who succeeded Mahathir bin Mohamad as Prime Minister of Malaysia later that year); Abdullah stated that the government would charge people with sedition if they opposed the change in educational policy that puts more emphasis on the teaching of science and mathematics in English. That same year, the online publication Malaysiakini was temporarily shut down under the Sedition Act after it published a letter criticising Malay special rights and compared the Youth wing of a government party to the Ku Klux Klan. Previously in 1978, the Sedition Act had been invoked in another case of educational policy, when Mark Koding argued in Parliament that the government ought to close down Chinese and Tamil vernacular schools. In 2006, the DAP, which had been a vocal opponent of the Sedition Act and the Internal Security Act (ISA), filed a police report against UMNO, whose annual general assembly had been noted for its heated rhetoric, with delegates making statements such as "Umno is willing to risk lives and bathe in blood to defend the race and religion. Don't play with fire. If they (non-Malays) messed with our rights, we will mess with theirs." In response, Information Minister Zainuddin Maidin said that this indicated that the Sedition Act continued to remain relevant to Malaysian society. He also denied that the government intentionally used the act to silence dissent or to advance particular political interests. In November 2020, a student group at the University of Malaya called the Association of New Youth (UMANY) was investigated under the Sedition Act after posting an article on Facebook titled “Yang di-Pertuan Agong should not intervene in national affairs". Amnesty International Malaysia published an article that described this investigation as "appalling" and claimed that it "violated the students freedom of expression." Sedition (Amendment) Act 2015 Since 2011, former Primer Minister Najib Razak has made several promises to abolish the Sedition Act. However in 2015, he went back on his word and made amendments to the 1948 Act that strengthened it instead. For example, it included an online media ban and mandatory jail following the arrest of a Malaysian cartoonist over a series of tweets. Sharp criticism followed the passing of the law from the top United Nations human rights official Zeid Ra'ad Al Hussein. The government has said that these amendments were made to prevent malicious individuals from using the Internet to cause racial disharmony and divisions in Malaysian society. Former Minister of Home Affairs, Zahid Hamidi, stated that the "unity of the country remains our topmost priority," and that the Act is not meant to suppress the freedom of speech, but to prevent people from making statements that would "destabilise the country". Some key amendments to the Act include: The definition of "seditious tendency" It is still an offence to bring hatred, contempt or to excite disaffection against any Ruler or Government in Malaysia. The amendment has not been fully passed in the Parliament as of 5 October 2023. Section 4 After the word "publishes", the words "or caused to be publish" has now been added under Section 4. It also substituted the word "import" to "propagate" seditious publication under Section 4. The Act does not clearly define what "propagate" means. Some people, including an article published by The Star, have claimed that these amendments were made with current forms of dissent in mind, such as critical postings on social media. This is because individuals can now be charged with sedition for retweeting or reposting content, without being the original publisher of that content. New section 5A The new section 5A gives the court discretion "to prevent a person who is charged under section 4 who is released on bail from leaving Malaysia." Section 10 The amended section 10 empowers the court to make a prohibition order to prohibit the making or circulation of any seditious publication if the continued circulation of the publication would likely lead to "bodily injury or damage to property" or "feelings of ill will, hostility or hatred" between the "different races or classes" of Malaysia or between persons on "the grounds of religion". The new Section 10(1A)(b) allows the court to make a prohibition order to "remove any Seditious publications which is made by electronic means such as online publication" and prohibits the person circulating the prohibited publication from using any electronic devices. The new section 10A also gives the courts special powers to issue orders involving prohibited publication through electronic means. If the publication is considered to be seditious, "the Sessions Court Judge shall make an order directing an officer authorized under the Communications and Multimedia Act 1998 [Act 588] to prevent access to such publication.” Zahid Hamidi stated that these amendments were made because the changing political landscape where people can easily spread seditious remarks through the Internet - "Last time, there was no Internet and non-verbal communication over social media. Those days, we didn't have groups of people inciting people (in Sabah and Sarawak) to get out of Malaysia. Criticisms of the Act Human rights advocates such from organizations such as Amnesty International and Article 19 have made consistent claims that the Sedition Act is an attack on the freedom of speech in Malaysia. Critics argue that the definition of sedition in the Act is vague or overly "broad and inflexible", which could "potentially lead to an "overreach" or an "abusive application of the law". In November 2020, Amnesty International Malaysia launched a virtual campaign called "Unsilenced" to urge the Malaysian government to repeal and amend the laws that suppress the freedom of speech in Malaysia. The Sedition Act is one of these laws, other laws include the Communications and Multimedia Act and the Film Censorship Act. See also Internal Security Act (Malaysia) May 13 Incident Sedition Act (Singapore) 2014 Malaysian sedition dragnet Alvin Tan (blogger), Malaysian Chinese blogger and critic of Islam prosecuted under the act Notes and references External links Sedition Act 1948 Malaysian federal legislation 1948 in British Malaya Law of British Malaya 1948 in law Sedition Political repression in Malaysia
```go package oracle // Code generated by xo. DO NOT EDIT. import ( "context" ) // APrimary represents a row from 'a_bit_of_everything.a_primary'. type APrimary struct { AKey int `json:"a_key"` // a_key // xo fields _exists, _deleted bool } // Exists returns true when the [APrimary] exists in the database. func (ap *APrimary) Exists() bool { return ap._exists } // Deleted returns true when the [APrimary] has been marked for deletion // from the database. func (ap *APrimary) Deleted() bool { return ap._deleted } // Insert inserts the [APrimary] to the database. func (ap *APrimary) Insert(ctx context.Context, db DB) error { switch { case ap._exists: // already exists return logerror(&ErrInsertFailed{ErrAlreadyExists}) case ap._deleted: // deleted return logerror(&ErrInsertFailed{ErrMarkedForDeletion}) } // insert (manual) const sqlstr = `INSERT INTO a_bit_of_everything.a_primary (` + `a_key` + `) VALUES (` + `:1` + `)` // run logf(sqlstr, ap.AKey) if _, err := db.ExecContext(ctx, sqlstr, ap.AKey); err != nil { return logerror(err) } // set exists ap._exists = true return nil } // ------ NOTE: Update statements omitted due to lack of fields other than primary key ------ // Delete deletes the [APrimary] from the database. func (ap *APrimary) Delete(ctx context.Context, db DB) error { switch { case !ap._exists: // doesn't exist return nil case ap._deleted: // deleted return nil } // delete with single primary key const sqlstr = `DELETE FROM a_bit_of_everything.a_primary ` + `WHERE a_key = :1` // run logf(sqlstr, ap.AKey) if _, err := db.ExecContext(ctx, sqlstr, ap.AKey); err != nil { return logerror(err) } // set deleted ap._deleted = true return nil } // APrimaryByAKey retrieves a row from 'a_bit_of_everything.a_primary' as a [APrimary]. // // Generated from index 'a_primary_pkey'. func APrimaryByAKey(ctx context.Context, db DB, aKey int) (*APrimary, error) { // query const sqlstr = `SELECT ` + `a_key ` + `FROM a_bit_of_everything.a_primary ` + `WHERE a_key = :1` // run logf(sqlstr, aKey) ap := APrimary{ _exists: true, } if err := db.QueryRowContext(ctx, sqlstr, aKey).Scan(&ap.AKey); err != nil { return nil, logerror(err) } return &ap, nil } ```
```ruby # frozen_string_literal: true module Decidim module Assemblies # A presenter to render statistics in an Assembly. class AssemblyStatsPresenter < Decidim::StatsPresenter include Decidim::IconHelper private def participatory_space = __getobj__.fetch(:assembly) def participatory_space_sym = :assemblies end end end ```
Fuzzy Warbles Volume 5 is the fifth volume in the Fuzzy Warbles series, released in September 2004. The Fuzzy Warbles Series brings together demos, rarities and side projects from XTC founding member Andy Partridge. Track listing All songs written by Andy Partridge. "Welcome to Volume 5" – 0:25 "Young Cleopatra" – 3:51 "I Defy You Gravity" – 4:18 "Ice Jet Kiss" – 0:36 "Broomstick Rhythm" – 3:37 "Earn Enough for Us" – 3:03 "Dear God (Skiffle Version)" – 1:00 "Crocodile" – 3:49 "Motorcycle Landscape" – 4:38 "Rook" – 3:44 "Don't You Ever Dare Call Me Chickenhead" – 2:12 "Mermaid Explanation" – 1:05 "Mermaid Smiled" – 2:26 "Aqua Deum" – 2:36 "Me and the Wind" – 4:19 "Smalltown" – 4:01 "Blue Overall" – 3:09 "Red Brick Dream" – 1:22 "Jacob's Ladder" – 6:14 "My Land Is Burning" – 6:55 Personnel Andy Partridge – instruments and vocals on all tracks Credits All songs were recorded at Andy's home except 14 at Ollie Studios, London and 19 at Tudor Studios, Swindon. Mastered by Ian Cooper at Metropolis Mastering, London Sleeve art by Andrew Swainson Thank you thank you Jiri Trnka, Jan Svankmajer, Karel Zamen, Gerry Anderson, George Pal, Roberta Leigh and all other puppet magic meisters. Erica for naked yoga. Big thanks to Virgin Records for making this series possible. Andy Partridge albums Demo albums 2004 compilation albums
Brian Barnes (20 August 1944 – 28 November 2021) was an English artist. Brian Barnes was appointed a Member of the Order of the British Empire (MBE) in 2005 for services to the community in Battersea, London. Life and work Brian Barnes was educated at Ravensbourne from 1961 to 1966 and the Royal College of Art 1966–1969. Based in Battersea, London since 5 February 1967, Barnes is noted for colourful, large-scale murals in Battersea and the London area, designed in collaboration with local groups. His most famous mural is The Good the Bad and The Ugly, also known as The Battersea Mural, at Battersea Bridge Road, designed in 1976 and painted by a group of local people from 1976 to 1978. The 276-foot mural was demolished in 1979 by the Morgan Crucible Company. Other important murals include Seaside Picture, Thessaly Road (1979), Nuclear Dawn in Brixton (1981) (part of the Brixton murals), the H. G. Wells mural, Market Square, Bromley (1986) Battersea in Perspective, Dagnall Street (1988), and the Violette Szabo mural in Stockwell (2001). The Violette Szabo mural also commemorates the locals who gave their life in the war. This mural was listed in Time Out as one of London's top ten murals. Controversy surrounded the mural in 2005, when Brian Barnes added a painting of Jean Charles de Menezes to the memorial which was removed soon after. Barnes works as a printmaker, in particular dealing with local campaigns and issues, and was also involved in the long-standing campaign to preserve Battersea Power Station. He founded the Battersea Power Station Community Group in 1983, to see that the listed building is preserved and that local people are involved in the redevelopment. He died on 28 November 2021 at the age of 77. Notes and references 1944 births 2021 deaths 20th-century English painters English male painters 21st-century English painters 21st-century English male artists Members of the Order of the British Empire Alumni of the Royal College of Art Alumni of Ravensbourne University London 20th-century English male artists
Chris Beard (born August 29, 1957) is an American electric blues singer, guitarist, and songwriter. He has released five albums to date, the first of which was nominated for a Blues Music Award. He is dubbed 'Prince of the Blues'. Life and career Beard was born in Rochester, New York, United States, the son of Joe Beard, a local blues musician. Inspired by Buddy Guy and Matt Murphy, Beard quickly graduated from learning to play the guitar to performing with a local rhythm and blues group by his mid-teens. He played alongside his father before forming his own group after his graduation. Beard played in the blues clubs around his home state for almost twenty years. Beard's debut album was Barwalkin''', issued by JSP in June 1997. Produced by Johnny Rawls, it garnered Beard a nomination for a Blues Music Award for 'Best New Blues Artist'. In 1999, Blues Beat magazine gave Beard the Muddy Waters Award as the 'New Talent of the Year'. A further album, Born to Play the Blues, followed in April 2001, and then Live Wire (2005). Referring to the latter, the Allmusic journalist, Chris Nickson, stated "Beard cements his stature with this record, and sets himself up to take a place among the contemporary blues guitar greats. Beard has appeared at the Boundary Waters Blues Festival. In August 2010, Beard released Who I Am and What I Do'' on Electro Glide Records. The album contained three tracks Beard co-wrote with Ronnie Baker Brooks. Discography See also List of electric blues musicians References External links Official website 1957 births Living people American blues singers American male singers American blues guitarists American male guitarists Electric blues musicians Songwriters from New York (state) Singers from New York (state) Musicians from Rochester, New York Guitarists from New York (state) 20th-century American guitarists 20th-century American male musicians JSP Records artists Northern Blues Music artists American male songwriters
In financial markets, market if touched or MIT is a type of order that will be executed when the price is touched (when a predetermined value has been reached and the futures contract will trade or bid at the price). This type of order triggers a market order only when the security reaches a specified sell price. Stock buyers can place an MIT order to buy or to sell. References Financial markets Share trading
Nosipho Dumisa (born 1988) is a South African writer, director and producer. She co-founded the production company Gambit Films. She wrote and directed her first feature film, the crime thriller Nommer 37, first as a short in 2014 followed by a feature version in 2018. She created the Netflix series Blood & Water (2020). She previously worked as a producer on the Afrikaans soap opera Suidooster. Her works have been premiered at South by Southwest and have won international awards. She has sat on the jury of the Neuchâtel International Fantastic Film Festival in Switzerland. Her works typically feature Cape Town, where she resides, as a setting. Early life Dumisa is from Margate, KwaZulu-Natal. She is Zulu, but learned Afrikaans in school. Initially into acting, an administrative error that enrolled her in a filmmaking course instead of an acting one led her to discover her interest in what happens behind the camera. She graduated with a Bachelor of Arts in the Motion Picture Medium from AFDA in 2009. Filmography Film Television References External links 1988 births Living people People from Ray Nkonyeni Local Municipality Zulu people South African film directors South African screenwriters 21st-century South African women writers South African television directors South African women film directors Women television directors
Marchioness of Reading may refer to: Alice Isaacs, Marchioness of Reading (c.1866–1930), first wife of the 1st Marquess Stella Isaacs, Marchioness of Reading (1894–1971), second wife of the 1st Marquess Eva Violet Mond, Marchioness of Reading (1895–1973), wife of the 2nd Marques Margot Rufus Isaacs, Marchioness of Reading (1919–2015), wife of the 3rd Marquess Melinda Victoria Dewar, Marchioness of Reading (fl. 1979–1986), wife of the fourth Marquess See also Reading (disambiguation)
The 2023–24 Penn State Nittany Lions men's ice hockey season is the 18th season of play for the program and 11th in the Big Ten Conference. The Nittany Lions represent Penn State University in the 2023–24 NCAA Division I men's ice hockey season, play their home games at Pegula Ice Arena and are coached by Guy Gadowsky in his 12th season. Season Departures Recruiting Roster As of July 24, 2023. Standings Schedule and results |- !colspan=12 style=";" | Regular Season Scoring statistics Rankings References External links Penn State Nittany Lions men's ice hockey seasons Penn State Penn State Penn State Penn State
```javascript export { default } from './CounterContainer'; ```
Colin Chapman (1928–1982) was an English design engineer, inventor, and builder in the automotive industry, and founder of Lotus Cars. Colin Chapman may also refer to: Colin Chapman (cricketer) (born 1971), English cricketer Colin Chapman (primatologist), Canadian primatologist
```smalltalk // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xaml.Media; namespace Microsoft.Toolkit.Uwp.Input.GazeInteraction { internal class PivotItemGazeTargetItem : GazeTargetItem { internal PivotItemGazeTargetItem(UIElement element) : base(element) { } internal override void Invoke() { var headerItem = (PivotHeaderItem)TargetElement; var headerPanel = (PivotHeaderPanel)VisualTreeHelper.GetParent(headerItem); int index = headerPanel.Children.IndexOf(headerItem); DependencyObject walker = headerPanel; Pivot pivot; do { walker = VisualTreeHelper.GetParent(walker); pivot = walker as Pivot; } while (pivot == null); pivot.SelectedIndex = index; } } } ```
The Gold Line is a rapid transit line of the Doha Metro. The east-west Gold Line runs through Doha, extending from Ras Abu Aboud Station to Al Aziziya Station over a distance of 32 km. Is a part of the Qatar Integrated Rail Project, which is guided by the Qatar National Vision 2030. It was officially opened on 21 November, 2019. Stations Construction Gold Line metro project was awarded to a global consortium (Joint Venture Company) consisting of five companies. Aktor S.A from Greece, Larsen & Toubro LTD from India, Yapi Merkezi from Turkey, STFA also from Turkey and Al Jaber Engineering from Qatar. External links Qatar Rail – official website References Doha Metro Rapid transit in Qatar 2019 establishments in Qatar Railway lines opened in 2019
The Canadian province of Quebec held municipal elections on November 3, 2013. Below are the results by region. Bas-Saint-Laurent Matane Rimouski Rivière-du-Loup Saguenay–Lac-Saint-Jean Alma Dolbeau-Mistassini Roberval Saguenay Capitale-Nationale L'Ancienne-Lorette Quebec City Saint-Augustin-de-Desmaures Mauricie La Tuque Shawinigan Trois-Rivières Estrie Coaticook Magog Sherbrooke Montréal Baie-D'Urfé Beaconsfield Côte-Saint-Luc Dollard-des-Ormeaux Dorval Hampstead Kirkland L'Île-Dorval Montreal Montréal-Est Montreal West Mount Royal Pointe-Claire Sainte-Anne-de-Bellevue Senneville Westmount Outaouais Gatineau Abitibi-Témiscamingue Amos Rouyn-Noranda Val-d'Or Côte-Nord Baie-Comeau Sept-Îles Nord-du-Québec Chibougamau Gaspésie–Îles-de-la-Madeleine Gaspé Les Îles-de-la-Madeleine Chaudière-Appalaches Beauceville Lévis Montmagny Saint-Georges Thetford Mines Laval Lanaudière Joliette L'Assomption Lavaltrie Mascouche Repentigny Saint-Charles-Borromée Saint-Lin–Laurentides Terrebonne Laurentides Blainville Boisbriand Deux-Montagnes Grenville-sur-la-Rouge Source: Mirabel Mont-Laurier Rosemère Sainte-Anne-des-Plaines Sainte-Marthe-sur-le-Lac Sainte-Sophie Sainte-Thérèse Saint-Eustache Saint-Jérôme Montérégie Acton Vale Beloeil Boucherville Mayor Boucherville City Council District 1 (Marie-Victorin) Councillor District 2 (Rivière-aux-Pins) Councillor District 3 (Des Découvreurs) Councillor District 4 (Harmonie) Councillor District 5 (La Seigneurie) Councillor District 6 (Saint-Louis) Councillor District 7 (De Normandie) Councillor District 8 (Du Boisé) Councillor Bromont Brossard Candiac Chambly Châteauguay Cowansville Granby Huntingdon La Prairie Longueuil Mont-Saint-Hilaire Pincourt Saint-Basile-le-Grand Saint-Bruno-de-Montarville Saint-Constant Sainte-Catherine Sainte-Julie Saint-Hyacinthe Saint-Jean-sur-Richelieu Saint-Lambert Saint-Lazare Salaberry-de-Valleyfield Sorel-Tracy Varennes Vaudreuil-Dorion Centre-du-Québec Bécancour Drummondville Victoriaville February 21, 2016 by-election See also Municipal elections in Canada Electronic voting in Canada 2005 Quebec municipal elections 2006 Quebec municipal elections 2009 Quebec municipal elections References Results 2013
Red Armed Panther, or Red Sleeve (also known as Red Around the Mouth, Red Arm, and Bloody Arm), was a Northern Cheyenne Scout at Fort Keogh during the late 1870s. He was brought into the Chiefs Council of Forty-four during the summer of 1864. He actively participated during Chief Little Wolf’s trail back to the homeland, which is now the Northern Cheyenne Reservation located in the south eastern part of Montana. He put his life on the line to save his comrade, Black Horse, during a horse stealing raid. He had a large family growing up, with six sisters and a brother. He had two children, Shell Woman and “Man Bear,” known as John Red Sleeve. The exact date of his death is uncertain, but he died in his home of electrical shock in the Muddy Cluster district on the Northern Cheyenne Reservation. Family Red Sleeve had a big family. His eldest sister was Wolf Woman, Elk Woman was the second eldest, and Medicine Woman was the third oldest. Others in the bunch were Young Medicine Woman, Buffalo Woman, and Mrs. Ford Wounded Eye. His brother was William Yellowrobe. His children’s names were Shell Woman and “Man Bear,” also commonly known as John Red Sleeve. Political history During the summer of 1864, Red Arm, along with ten other Cheyenne men, was named in the Chiefs’ renewed Council of Forty-Four. This renewed council then took their first action, choosing the new Sweet Medicine Chief. They all decided in choosing the young Little Wolf, which was surprising to the people. Little Wolf, was however, also sitting as head chief for the warrior society, the Elkhorn Scrapers. He was supposed to step down from that position to serve on the council, but the Elkhorns would not allow him to step down, instead he became the only man in Cheyenne history to serve as head chief in both the Council of Forty-four and a warrior society at the same time. Red Sleeve was very active during Little Wolf’s trail back to the homeland. It was after Chief Morning Star and Little Wolf had divided and separated during their travels back to the homelands. Red Sleeve actively participated in one of the last horse stealing raids, which were led by Black Horse, a Cheyenne chief. Red Sleeve put his life on the line along with fellow warrior, Mad Hearted Wolf, to save Black Horse from being killed by white settlers. The white settlers that had shot Black Horse were killed soon after. They had managed to get away with two horses. Black Horse was wounded so badly, he had to be carried back to the Cheyenne’s main camp on a travois. He pleaded to be left where he lay to die, but the warriors did not listen. They had noticed their camp was moving out to the lands north of Pine Ridge. They were heading for “Noaha-vose,” the sacred mountain, which is now known as Bear Butte, located outside Sturgis, South Dakota. The Cheyenne were going to have a prayer ceremony. They were praying to “Ma?heo?o,” (pronounced mah-hey-o) the creator. There, Little Wolf went up the mountain to have a fasting ceremony. On July 16, 1866, Red Sleeve joined the Cheyenne chiefs in a council with Colonel Henry Carrington, in an effort to secure peace. Amongst those included were the chiefs, Dull Knife, Little Moon, Pretty Bear, Jumping Rabbit, Wolf That Lies Down, Man That Stands Alone, Black Horse, and Lame White Man. They managed to work out peace agreement contracts, which were signed by Carrington himself, and the Cheyenne continued on their way to meet with Red Cloud, a Lakota warrior. The peace agreement between the Cheyenne and Carrington sickened him and he disrespected the Cheyenne by counting coup on them. He was treating them as if they were enemies. Red Cloud wanted the white people gone from the lands and he would stop at nothing to get what he wanted. Humiliated and fearing the area unsafe, the Cheyenne returned to their camp on the Rosebud. On their way home, they warned two wagon trains that Red Cloud was on a war path. However, one warning had come too late, Red Cloud had attacked them. Two were killed in this fight. References External links Photograph of Red-Armed Panther by L. A. Huffman, at Fort Keogh, Montana Territory, 1879 Northern Cheyenne people Native American leaders 19th-century Native Americans
```smalltalk using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using NUnit.Framework; using Xamarin; using Xamarin.Tests; using Xamarin.Utils; namespace Microsoft.MaciOS.Nnyeah.Tests.Integration { [TestFixture] public class IntegrationExamples { string IntegrationRoot => Path.Combine (Configuration.SourceRoot, "tools", "nnyeah", "integration"); string Nnyeah => Path.Combine (Configuration.SourceRoot, "tools", "nnyeah", "nnyeah", "bin", "Debug", Configuration.DotNetTfm, "nnyeah.dll"); string NnyeahNupkg => Path.Combine (Configuration.SourceRoot, "tools", "nnyeah", "nupkg"); // TODO - This code, and passing xamarin-assembly/microsoft-assembly should be removed long term from nnyeah string GetLegacyPlatform (ApplePlatform platform) { switch (platform) { case ApplePlatform.MacOSX: return Configuration.GetBaseLibrary (TargetFramework.Xamarin_Mac_2_0_Mobile); case ApplePlatform.iOS: return Configuration.GetBaseLibrary (TargetFramework.Xamarin_iOS_1_0); default: throw new NotImplementedException (); } } string GetNetPlatform (ApplePlatform platform) { switch (platform) { case ApplePlatform.MacOSX: return Configuration.GetBaseLibrary (TargetFramework.DotNet_macOS); case ApplePlatform.iOS: return Configuration.GetBaseLibrary (TargetFramework.DotNet_iOS); default: throw new NotImplementedException (); } } async Task AssertLegacyBuild (string project, ApplePlatform platform) { const string MSBuildPath = "/Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild"; var environment = Configuration.GetBuildEnvironment (platform); Execution execution = await Execution.RunAsync (MSBuildPath, new List<string> () { project }, environment, mergeOutput: true); var output = execution.StandardOutput?.ToString () ?? ""; Assert.Zero (execution.ExitCode, $"Build Output: {output}"); } void ExecuteNnyeah (string tmpDir, string inputPath, string convertedPath, ApplePlatform platform, bool useCannedLegacyPlatform = true) { var legacyPlatform = useCannedLegacyPlatform ? GetLegacyPlatform (platform) : null; AssemblyConverter.Convert (legacyPlatform, GetNetPlatform (platform), inputPath, convertedPath, true, true, false); } [Test] [TestCase ("API/macOSIntegration.csproj", "API/bin/Debug/macOSIntegration.dll", "Consumer/macOS/macOS.csproj", ApplePlatform.MacOSX, true)] [TestCase ("API/iOSIntegration.csproj", "API/bin/Debug/iOSIntegration.dll", "Consumer/ios/ios.csproj", ApplePlatform.iOS, true)] [TestCase ("API/macOSIntegration.csproj", "API/bin/Debug/macOSIntegration.dll", "Consumer/macOS/macOS.csproj", ApplePlatform.MacOSX, false)] [TestCase ("API/iOSIntegration.csproj", "API/bin/Debug/iOSIntegration.dll", "Consumer/ios/ios.csproj", ApplePlatform.iOS, false)] public async Task BuildAndRunSynthetic (string libraryProject, string libraryPath, string consumerProject, ApplePlatform platform, bool useCannedLegacyPlatform) { await AssertLegacyBuild (Path.Combine (IntegrationRoot, libraryProject), platform); string convertedDir = Path.Combine (IntegrationRoot, "API", "Converted"); Directory.CreateDirectory (convertedDir); string inputPath = Path.Combine (IntegrationRoot, libraryPath); string convertedPath = Path.Combine (convertedDir, Path.GetFileName (libraryPath)); var tmpDir = Cache.CreateTemporaryDirectory ("BuildAndRunSynthetic"); ExecuteNnyeah (tmpDir, inputPath, convertedPath, platform, useCannedLegacyPlatform); DotNet.AssertBuild (Path.Combine (IntegrationRoot, consumerProject)); } [Test] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios/BouncyCastle.Crypto.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Permissions.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/FFImageLoading.Platform.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/FFImageLoading.Platform.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Rg.Plugins.Popup.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Rg.Plugins.Popup.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Acr.UserDialogs.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Acr.UserDialogs.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Media.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/FFImageLoading.Transformations.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/FFImageLoading.Transformations.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Connectivity.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Plugin.Connectivity.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Settings.Abstractions.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Plugin.Settings.Abstractions.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/portable-net45%2Bwin%2Bwpa81%2Bwp80%2BMonoAndroid10%2Bxamarinios10%2BMonoTouch10/PCLCrypto.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Prism.Plugin.Popups.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/FubarCoder.RestSharp.Portable.Core.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/FubarCoder.RestSharp.Portable.HttpClient.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/WebP.Touch.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/WebP.Mac.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/ZXingNetMobile.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Geolocator.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.Geolocator.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.provider.sqlite3.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/ModernHttpClient.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/FFImageLoading.Svg.Platform.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/FFImageLoading.Svg.Platform.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Lottie.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Lottie.iOS.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/NGraphics.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/NGraphics.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/XLabs.Core.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/XLabs.Serialization.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/XLabs.Platform.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Portable.DataAnnotations.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Portable.DataAnnotations.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/ModernHttpClient.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.DeviceInfo.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.DeviceInfo.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.TextToSpeech.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.TextToSpeech.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/MvvmCross.Platform.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/MvvmCross.Platform.Mac.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/MvvmCross.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/MvvmCross.Mac.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.Visibility.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.Visibility.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/MvvmCross.Binding.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/MvvmCross.Binding.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLite.Net.Platform.XamarinIOS.Unified.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Fingerprint.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.Fingerprint.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Messaging.Abstractions.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.provider.internal.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Acr.Support.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.FilePicker.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.FilePicker.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.File.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.File.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Emgu.CV.Platform.NetStandard.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/PanCardView.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/PanCardView.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Serilog.Sinks.Xamarin.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Serilog.Sinks.Xamarin.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/EngineIoClientDotNet.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.Color.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.Color.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/SocketIoClientDotNet.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/AnylineXamarinSDK.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Zebble.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios/Protogame.dll.mdb", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac/Protogame.dll.mdb", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/SQLitePCLRaw.lib.e_sqlite3.ios.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/portable-net45%2Bnetcore45%2Bwp8%2BMonoAndroid10%2BMonoTouch10%2BXamarin.iOS10/SQLitePCL.raw.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.lib.e_sqlite3.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/portable-net45%2Bnetcore45%2Bwp8%2BMonoAndroid10%2BMonoTouch10%2BXamarin.iOS10/SQLitePCL.raw.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "build/Xamarin.Mac20/pinvoke_sqlite3/anycpu/SQLitePCL.raw.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Cirrious.FluentLayouts.Touch.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/SharpSnmpLib.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Share.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/AppDynamics.Agent.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios1.0/Microcharts.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac2.0/Microcharts.macOS.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.DeviceInfo.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/SQLitePCLRaw.batteries_v2.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Iconize.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.SimpleAudioPlayer.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Plugin.SimpleAudioPlayer.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.ExternalMaps.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Plugin.ExternalMaps.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.BLE.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.BLE.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.Logging.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Com.OneSignal.Abstractions.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.SecureStorage.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.WebBrowser.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.WebBrowser.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.Data.SQLite.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MediaManager.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MediaManager.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Acr.Core.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Acr.Core.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.FirebasePushNotification.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Branch-Xamarin-SDK.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/GetiOSModel.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.LocalNotifications.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Plugin.LocalNotifications.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Multilingual.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Plugin.Multilingual.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/CSJ2K.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.Services.Social.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.Services.PushNotification.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios/_AutomaticExternals/ThirdParty/Dependencies/Tests/nunit.core.interfaces.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac/MonoGame.Framework.Content.Pipeline.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/portable-net45%2Bsl50%2Bwin%2Bwpa81%2Bwp80%2BMonoAndroid10%2Bxamarinios10%2BMonoTouch10/SQLitePCL.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCL.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.InAppBilling.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.PictureChooser.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.PictureChooser.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Badge.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.Badge.Abstractions.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Iconize.FontAwesome.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.Services.Barcode.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.DeviceOrientation.Abstractions.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.Services.Reporting.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.UI.DataVisualization.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/NControl.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/MR.Gestures.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MR.Gestures.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Intersoft.Crosslight.UI.Core.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/OxyPlot.Xamarin.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SlideOverKit.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Shiny.Core.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.ResourceLoader.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.ResourceLoader.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios1.0/SkiaSharp.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac2.0/SkiaSharp.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/xunit.runner.devices.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Sharpnado.Shadows.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Keystone.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/Keystone.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/SQLitePCLRaw.lib.sqlcipher.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/IQKeyboardManager.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/MvvmCross.Plugins.DownloadCache.iOS.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.Mac20/MvvmCross.Plugins.DownloadCache.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.StoreReview.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.StoreReview.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Sockets.Plugin.Abstractions.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios/Virgil.Crypto.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.Location.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.Location.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/SidebarNavigation.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios/NDesk.Options.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac/NDesk.Options.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios10/MvvmCross.Plugin.PhoneCall.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/MvvmCross.Plugin.PhoneCall.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/Plugin.Calendars.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.Iconize.Material.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/Xamarin.iOS10/AirshipBindings.NETStandard.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.LatestVersion.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.LatestVersion.dll", ApplePlatform.MacOSX)] [TestCase ("path_to_url", "lib/xamarinios/Couchbase.Lite.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Uno.UI.Maps.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinios10/Plugin.BluetoothLE.dll", ApplePlatform.iOS)] [TestCase ("path_to_url", "lib/xamarinmac20/Plugin.BluetoothLE.dll", ApplePlatform.MacOSX)] public async Task NugetExamples (string downloadUrl, string libraryPath, ApplePlatform platform) { var tmpDir = Cache.CreateTemporaryDirectory ("NugetExamples"); // Remove the leading / from the download uri var nupkgPath = Path.Combine (tmpDir, downloadUrl.Split ('/').Last ()); var nugetPath = Path.Combine (tmpDir, libraryPath); using (var client = new HttpClient ()) { var response = await client.GetAsync (downloadUrl); var fs = new FileStream (nupkgPath, FileMode.CreateNew); await response.Content.CopyToAsync (fs); } System.IO.Compression.ZipFile.ExtractToDirectory (nupkgPath, tmpDir); string convertedDir = Path.Combine (tmpDir, "Converted"); Directory.CreateDirectory (convertedDir); string convertedPath = Path.Combine (convertedDir, Path.GetFileName (libraryPath)); ExecuteNnyeah (tmpDir, nugetPath, convertedPath, platform); } } } ```
The Thai National Institute of Health () is the national health institute of Thailand. External links Official website (Thai) Official website (English) Medical and health organizations based in Thailand Sub-departmental government bodies of Thailand Ministry of Public Health (Thailand)
```xml import { semver } from './semver'; describe('semver', () => { test('should parse `major` format', () => { expect(semver('1')).toEqual(1000000000); expect(semver('2')).toEqual(2000000000); expect(semver('22')).toEqual(22000000000); expect(semver('9999')).toEqual(9999000000000); }); test('should parse `major.minor` format', () => { expect(semver('1.0')).toEqual(1000000000); expect(semver('1.1')).toEqual(1001000000); expect(semver('1.1')).toEqual(1001000000); expect(semver('2.2')).toEqual(2002000000); expect(semver('22.0')).toEqual(22000000000); expect(semver('9999.0')).toEqual(9999000000000); }); test('should parse `major.minor.patch` format', () => { expect(semver('1.0.0')).toEqual(1000000000); expect(semver('1.1.0')).toEqual(1001000000); expect(semver('1.1.1')).toEqual(1001001000); expect(semver('2.2.2')).toEqual(2002002000); expect(semver('22.0.0')).toEqual(22000000000); expect(semver('9999.0.1')).toEqual(9999000001000); }); test('should parse `major.minor.patch.build` format', () => { expect(semver('1.0.0.0')).toEqual(1000000000); expect(semver('1.1.0.1')).toEqual(1001000001); expect(semver('1.1.1.2')).toEqual(1001001002); expect(semver('2.2.2.99')).toEqual(2002002099); expect(semver('22.0.0.9')).toEqual(22000000009); expect(semver('9999.0.1.999')).toEqual(9999000001999); }); test('should parse `major.minor.patch-rc` format', () => { expect(semver('1.0.0-rc1')).toEqual(1000000000); expect(semver('1.1.0-beta')).toEqual(1001000000); expect(semver('11.1.100-rc2')).toEqual(11001100000); }); test('comparing should work', () => { expect(semver('1.0.0') > semver('0.0.2')).toBe(true); expect(semver('1.0.0') < semver('1.0.1')).toBe(true); expect(semver('1.0.0.1') > semver('1.0.0')).toBe(true); expect(semver('1.0.0') === semver('1.0.0')).toBe(true); expect(semver('1.2.3') > semver('1.2.2')).toBe(true); expect(semver('1.2.3.4') > semver('1.2.3')).toBe(true); expect(semver('1.2.3.999') > semver('1.2.3')).toBe(true); expect(semver('999.2.3.999') > semver('1.2.3')).toBe(true); }); test('should handle invalid input', () => { expect(semver('invalid')).toBe(0); expect(semver('1.2.invalid')).toBe(1002000000); }); }); ```
Huaraches are an open type of outdoor footwear, consisting of a sole held to the wearer's foot by straps passing over the instep and around the ankle. The common understanding is that these sandals were a variant of traditional Mexican huaraches, the difference being in design and construction. These sandals are favoured by minimalist runners for several reasons. They force the foot and the runner to run with a natural gait. They also help protect the foot from glass, gravel, and other debris. In Christopher McDougall's book Born to Run the author describes the Rarámuri of the Mexican Copper Canyons teaching a fellow runner how to build huaraches. Design The primary design difference from traditional huaraches is in the straps that cover the front of the foot. In the traditional sandals, the straps are woven in an intricate design. In the variant used for running, the straps are much simpler and less ornate. Construction Huaraches were originally made from leather, and later from the tread of used automobile tires. Since then, rubber manufactured as replacement outsole for shoes, such as the Vibram Cherry, has been used. More recently, commercial manufactureres have created pre-cut rubber soles for the construction of huaraches. Additionally, some manufacturers create soles shaped to custom outline of the wearer's feet. The laces for huaraches are either synthetic, hemp or leather. Synthetic laces are usually made of polyester or nylon. Generally shoelaces are of narrow construction, and thin cordage similar to parachute cord is used. See also Barefoot running Athletic shoe Flip-flops References External links Sandals
is a Japanese professional tennis player. She achieved a career-high singles ranking of No. 280 and peaked at No. 20 in the WTA rankings on 22 October 2018. Partnering with Eri Hozumi she reached the final of the 2018 French Open. In doubles, she has won six titles on the WTA Tour, one title on the WTA Challenger Tour as well as 21 ITF titles. In singles, she has won one ITF title. Playing for Japan Fed Cup team, she has a win–loss record of 5–1. Career Ninomiya began playing tennis on ITF events in 2009. she reached her biggest final at the 2018 French Open with partner Eri Hozumi. She reached the final of the 2023 Jiangxi Open partnering with Eri Hozumi. Performance timeline ''Only main-draw results in WTA Tour, Grand Slam tournaments, Fed Cup/Billie Jean King Cup and Olympic Games are included in win–loss records and career statistics. Doubles Grand Slam tournament finals Doubles: 1 (runner-up) WTA career finals Doubles: 16 (6 titles, 10 runner-ups) WTA Challenger finals Doubles: 1 (title) ITF Circuit finals Singles: 3 (1 title, 2 runner–ups) Doubles: 33 (21 titles, 12 runner–ups) Notes References External links 1994 births Living people Japanese female tennis players Tennis players at the 2018 Asian Games Medalists at the 2018 Asian Games Asian Games medalists in tennis Asian Games bronze medalists for Japan Olympic tennis players for Japan Tennis players at the 2020 Summer Olympics 21st-century Japanese women Sportspeople from Hiroshima
Tiger Style! is a 2016 stage play written by Mike Lew, an American-born playwright of Chinese heritage. It was first presented at Boston's Wimberly Theatre, Calderwood Pavilion, Boston Center for the Arts in October/November 2016, produced by the Huntington Theatre Company and directed by Moritz von Stuelpnagel. It will be playing at the Olney Theatre Center, in Olney, Maryland, opening in July 2019. Description The play is an attempt by a Chinese-American playwright to describe his conflicted feelings, being raised by "tiger parents" while confronting the realities of career and lifestyle choices in the United States. It lampoons the stereotypes that surround Chinese-Americans while illustrating the weight of such stereotypes on those involved. As the play opens, an older sister and a younger brother living in the United States are reflecting on the unrealized potential in their lives, as they squabble and consider their individual futures. They finally decide to travel to China, where "race will not be a problem". Albert is in his early 30s. Jennifer is also in her 30s. They were high achievers in their youth. They both went to Harvard (she graduated in three years). She played piano — "I was the first MD/PhD ever to sell out a concert at Carnegie Hall," she boasts — and he played cello. She became an oncologist; he became a software programmer. But they have ended up with neither the professional fulfillment nor the romantic satisfaction they anticipated. Their life plans are not being fulfilled. Jennifer has just been dumped by her boyfriend, who excused his leaving by explaining that he at first found her exotic, but was disappointed when she was not "submissive". Albert has just been passed over for a promotion at his company. Looking for explanations for their relative failures, they first blame their parents. They decide it would be therapeutic to confront the parents to demand an apology for the "tiger parenting" that fostered unrealistic expectations but inadequate life skills. Says Albert, "I'm gonna yell at my mom like a white girl!" However, Mom and Dad prove unrepentant; they advise the children to stop whining. So Albert and Jennifer decide to travel to China, the ancestral homeland, as part of an "Asian Freedom Tour" that will allow them to reinvent themselves ("If we can’t escape a racialized context in America despite being Americans, then we go be Chinese in China, where race is no longer a factor"). Complications ensue. Development Playwright Mike Lew was interviewed on Boston FM radio station WBUR-FM's program All Things Considered to discuss the background of his play. He explained that "tiger parenting" is not a China-society phenomenon, but rather is a strategy which has been employed by some Chinese immigrants in an attempt to have their next-generation members be more accepted by American society. Lew said his play is his attempt to a) explain the origin of this strategy in Chinese-origin families; and b) explore the resulting pressures and reactions of the children thus involved. He said that many of his own feelings and experiences are portrayed (in a fictionalized format) in the play. References 2016 plays Chinese-American culture American plays Asian-American plays
The Wishbone Chair, also known as the CH24 Chair or Y Chair is a chair designed by Hans Wegner in 1949 for Carl Hansen & Søn. The chair features a bentwood armrest and a paper cord rope seat in a woven envelope pattern. The chair is named after the Y or wishbone-shaped backrest. The design was inspired by Ming-era chairs. The chair, Wegner's best selling design is a notable example of Danish furniture design. The chair has been in continuous production since its original release. The chair is especially popular in Japan, where sales in the country account for more than a quarter of the annual production. There is an entire book dedicated to the chair published in the Japanese language. History In 1948, Holger Hansen of Carl Hansen & Søn and Mogens Tuck of Andreas Tuck together commissioned Wegner to produce nine pieces of furniture. Wegner would create four tables for Andreas Tuck and four chairs and a sideboard for Carl Hansen & Søn. The companies worked closely together and benefited from being able to market their chairs and tables together. Wegner produced CH22, CH23, CH24, and CH25 for the chairs and CH304 for the sideboard. CH24, soon to be known as the Wishbone Chair, was an iteration of Wegner's Chinese Chair series. The Chinese Chairs were produced for Fritz Hansen starting in 1944 and took inspiration from the round wooden seats of Ming China. Hansen was originally displeased with Wegner's designs, which he felt looked like garden furniture, and the complexity of the manufacturing required to put the items into production. The manufacturing process was beyond the scope of Carl Hansen & Søn's factory; the back legs of the Wishbone chair had to be turned by a sub-supplier and the steam bending of the top bar had to be done at an outside factory. Nevertheless, all of the chair designs went into production the following year. The Wishbone Chair became his greatest commercial success and has remained in continuous production. In the mid-1990s, Carl Hansen & Søn increased the seat height of the chair by 2 cm to reflect the increase in height of the European and American populations purchasing the chair. The chair in its original dimensions is still produced and sold in Asia. Each year, Carl Hansen & Son releases a limited edition of the chair for Wegner's birthday. In 2018, they released a dark oak wood. In 2019, they released a version with a leather seat. In 2020, they released the chair in navy blue. Gallery References 1949 in art Hans Wegner furniture Products introduced in 1949 Individual models of furniture Chairs
The Baltic Exchange (incorporated as The Baltic Exchange Limited) is a membership organisation for the maritime industry, and freight market information provider for the trading and settlement of physical and derivative contracts. Situated since Edwardian times at 24–28 St Mary Axe, London EC3, the building was destroyed by a bomb in 1992. The Baltic Exchange then relocated to 38 St Mary Axe on 15 May 1995, before establishing its headquarters at 77 Leadenhall Street in the City of London as well as further offices in Europe, across Asia, and in the United States. Overview Its international community of 650 member companies encompasses the majority of world shipping interests and commits to a code of business conduct overseen by the Baltic Exchange: its members are responsible for a large proportion of all dry cargo and tanker fixtures as well as the sale and purchase of merchant vessels. The Baltic Exchange traces its roots back to 1744 at the Virginia and Baltick Coffee House on Threadneedle Street, near the Royal Exchange. With the rapid expansion of Britain's network of global trade, London's mercantile coffee houses operated as a maritime commercial node for communication and business. As British influence in trade to Virginia began to wane after American Independence, focus shifted to Russia and other emerging markets. Incorporated as a private limited company with shares owned by its members on 17 January 1900, the Baltic Exchange was acquired in November 2016 by the Singapore Exchange (SGX) and remains headquartered in London. The exchange provides daily freight market prices and maritime shipping cost indices which are used to guide freight traders as to the current level of various global shipping markets, as well as being used to set freight contract rates and settle freight futures (known as Forward Freight Agreements or FFAs). Historically operating on its trading floor, Baltic members' transactions are nowadays primarily conducted via other means of communication (eg. telephone, e-mail, instant messaging etc), although face-to-face client meetings remain integral to building trust. The exchange is the source of market-wide information and publishes seven daily indices made up from a suite of wet and dry bench-marked time-charter and voyage routes: Baltic Dry Index (BDI) Baltic Panamax Index (BPI) Baltic Capesize Index (BCI) Baltic Supramax Index (BSI) Baltic Handysize Index (BHSI) Baltic Dirty Tanker Index (BDTI) Baltic Clean Tanker Index (BCTI) Baltic LNG Tanker Index (BLNG) In April 2018, the Baltic Exchange announced a global container index called the Freightos Baltic Index (FBX) in partnership with Freightos. Liquified Natural Gas (LNG) assessments launched in 2019. The exchange also provides forward curves, a dry cargo fixture list, sale and purchase values, LPG & LNG assessments, daily market news, and the market settlement data for freight derivative contracts. BIFFEX BIFFEX, the Baltic International Freight Futures Exchange, was a London-based exchange for trading ocean freight futures contracts with settlement based on the Baltic Freight Index. It started trading dry cargo freight futures contracts in 1985, and was modestly successful for some years. All contracts were cleared by the ICCH (International Commodity Clearing House), later renamed LCH.Clearnet (London Clearing House). A tanker freight futures contract was introduced in 1986, but never became popular and was suspended indefinitely the same year. Volumes in the dry cargo contracts dwindled over the years, and the contracts ceased trading due to lack of liquidity in 2001. Baltic Exchange management As of 2023, the Baltic Exchange's management comprises: Chairman: Lord Mountevans Chief Executive: Mark Jackson Chief Financial Officer and Company Secretary: Mark Read Chief Commercial Officer: Janet Sykes Communications Manager: Bill Lines. Premises The exchange was historically located at 24–28 St Mary Axe in the City of London until it was destroyed in 1992 by a terrorist bomb attack. The grandeur of the Baltic's interior is depicted by Finnemore's engraving in 1918 of its Exchange Hall (ie. trading floor). Now based at 77 Leadenhall Street, London EC3, the Baltic Exchange has further offices in Europe, Asia, and the United States. See also Shipping markets Notes References External links Official web site: www.balticexchange.com www.lma.gov.uk 1744 establishments in Great Britain Economy of London Shipping Ship chartering Commodity exchanges Futures exchanges Commodity markets in the United Kingdom Service companies of the United Kingdom Organisations based in the City of London 2016 mergers and acquisitions
Frank C. Leland (1869 – November 14, 1914) was an American baseball player, field manager and club owner in the Negro leagues. Early life and career beginnings Leland was born in Memphis, Tennessee. He attended Fisk University in Nashville, Tennessee from 1879 to 1886. He began his professional career with the Washington Capital Cities in the 1887 National League of Colored Baseball Clubs, a team which played no league games before the experiment collapsed. He "moved to Chicago and was instrumental in organizing and developing five successful baseball teams in that city" (Riley, 475). In 1888, he organized the black amateur Union Base Ball Club, with sponsorship from some of Chicago's black businessmen, Henry Elby, Albert Donegan, and W. S. Peters. Leland obtained a lease from the city government to play at South Side Park, a 5,000-seat facility. In 1898 his team went pro and became the Chicago Unions. He played outfield with the Unions in the 1880s. Leland also worked as the umpire for the club in the first few years. He also worked as the traveling manager of the Chicago Unions. In 1901 he merged the Unions and the Columbia Giants to form the Chicago Union Giants. This became the top Negro league team in the Midwest. Leland Giants The team changed its name to the Leland Giants in 1905 after his partnership split with W.S. Peters; in 1907 Rube Foster replaced Leland as manager and Pete Hill and Foster strengthened the club in the field. Leland remained as President of the board of directors for the Leland Giants until he resigned in September 1909. While some researchers believe there was a rift between Foster and Leland, newspapers of the day reported that Frank Leland, who used to own the club on his own, sold away rights to a stock company in 1909 and "had little say in the management of the team." While Rube Foster continued to run the Leland Giants Baseball Club, Leland started a new corporation in October 1909 called "Leland's Chicago Giants Baseball Club" or, in short "Chicago Giants" opening his offices at 2551 State Street in Chicago. He signed Bill Lindsay as his first pitcher. The confusion over the Leland name amongst the teams changed as Rube Foster changed the Leland Giants name to the Chicago American Giants, and Leland's team became the Chicago Giants. Frank C. Leland produced and worked with well-known pre-Negro league baseball players: Bill Lindsay, Walter Ball, Harry Buckner, William Horn, George Hopkins, Harry Hyde, William Monroe, George Wright, Harry Moore, Pete Burns, Lewis Reynolds, William Smith, Dangerfield Talbert, Bert Jones, Nathan Harris, Rube Foster, and Andrew Campbell. Personal life In his life outside of baseball, Frank Leland served as a clerk in the Criminal Court, a clerk in the Circuit Court, and a clerk in the Board of Review. At one point, he served as a Deputy Sheriff. And he also held a position as member of the Board of County Commissioners in Cook County in Chicago, Illinois. He was married to Fanny Hafford on Dec. 3, 1908 in Chicago Illinois, and his father's name was Charles, (noted as "Chas.") according to his death certificate. Also on his death certificate, the undertaker appears to have marked Leland's death as Aortic Insufficiency due to exhaustion. He was buried at the Lincoln Cemetery in Chicago, Illinois. References This article includes information from the article of the same name in the Baseball Reference Bullpen, accessed December 5, 2006. It is available under the GNU Free Documentation License. Lester, Larry, Sammy J. Miller and Dick Clark, Black Baseball in Chicago. Arcadia Press, 2000. . (Excerpts). (Riley.) Frank Leland, Personal profiles at Negro Leagues Baseball Museum. – identical to Riley (confirmed 2010-04-14) Negro league baseball managers Chicago Unions players Baseball players from Memphis, Tennessee 1869 births 1914 deaths Negro league baseball executives 20th-century African-American people
Nawton railway station was a minor station serving the village of Nawton, North Yorkshire, England on the former Gilling and Pickering (G&P) line. History It opened on 1 January 1874, and closed in 1964. Although the regular passenger service (and the track east from Kirbymoorside to Pickering) ceased in 1953, the station remained open for regular freight services and occasional special passenger trains until 1964. Following closure, the former buildings served as the local fish and chip shop (in the weigh-bridge office), the blacksmiths shop, and more recently, the post office. Now known as Station House, it is a private residence. References External links Nawton station on navigable 1947 O. S. map Disused railway stations in North Yorkshire Railway stations in Great Britain opened in 1874 Railway stations in Great Britain closed in 1964 Former North Eastern Railway (UK) stations
Aliaga Habas power station () is a gas-fired power station in İzmir Province in western Turkey. Like the nearby İzmir gas power plant it is one of the few gigawatt scale power stations in Turkey. However İzmir has a lot of potential for more solar, wind and geothermal energy. Because hydropower is almost all much further east gas is the main source of flexible power in western Turkey and, as of 2022, gas is expensive: geothermal could be made more flexible to balance an increase in solar and wind. References External links Natural gas-fired power stations in Turkey Buildings and structures in İzmir Province
Edward Welch (1806 – 3 August 1868) was a British architect born in Overton, Flintshire, in North Wales. Having been a pupil of John Oates at Halifax, West Yorkshire, he formed a partnership in 1828 with Joseph Hansom, who later invented the hansom cab and founded The Builder. Together they designed several churches in Yorkshire and Liverpool, and also worked on the Isle of Anglesey. In 1831 they won the competition to design Birmingham Town Hall. However they were obliged to stand surety for the builders, which led to their bankruptcy and the dissolution of the partnership in 1834. In 1835 Welch prepared plans for Benjamin Gummow for the partial rebuilding of St Mary's Church, Ruabon. Hansom & Welch designed a number of buildings on the Isle of Man, most notably King William's College, where Welch's brother, John Welch also designed several churches independently. Edward Welch Also designed Christchurch, A large church in Harpurhey Manchester. This church was built on the Harpurhey side of the toll gate to allow congregations to go to church, without having to go into the city and pay the toll charge. Christchurch is still standing today and has a thriving congregation. Following his parting of ways with Hansom, Edward Welch returned to Liverpool, where he continued to practise as an architect until 1849. He died in London on 3 August 1868. Footnotes References A Biographical Dictionary of British Architects, 1600-1840 3rd Ed, H. Colvin; Yale University Press 1995 1806 births 1868 deaths 19th-century Welsh architects
West Lynn Creamery, Inc. v. Healy, 512 U.S. 186 (1994), was a United States Supreme Court case. Background Facts After milk prices plummeted, the Massachusetts Department of Food and Agriculture issued a pricing order that taxed all the raw milk sold by milk dealers to Massachusetts retailers and dispersed the revenue as a subsidy to Massachusetts dairy farmers. The order, which was designed to aid only Massachusetts milk producers, required dealers to pay into a fund monthly payments that were determined by subtracting from $15 the monthly federal blend price for 100 pounds of raw milk. Although approximately two-thirds of such milk was produced outside Massachusetts, the entire fund was distributed monthly to Massachusetts dairy farmers according to each farmer's proportionate contribution to the state's total production of raw milk. Two licensed Massachusetts milk dealers, who purchased raw milk outside of Massachusetts but did business in Massachusetts, refused to make the payments required under the pricing order, and Massachusetts commenced license revocation proceedings against the dealers. The dealers then sought an injunction against enforcement of the order on the ground that the order violated the Federal Constitution's commerce clause (Art I, 8, cl 3). Procedural history The Superior Court of Suffolk County, Massachusetts, denied relief, and a Massachusetts official conditionally revoked the dealers' licenses. The Supreme Judicial Court of Massachusetts, expressing the view that the local benefits provided to the Massachusetts dairy industry by the pricing order outweighed any incidental burden on interstate commerce, affirmed the Superior Court judgment. Opinion of the Court On certiorari, the United States Supreme Court reversed. Justice Stevens wrote for the majority, joined by Justices O'Connor, Kennedy, Souter, and Ginsburg. He determined that the pricing order violated the commerce clause, where (1) the avowed purpose and undisputed effect of the order were to enable higher-cost Massachusetts dairy farmers to compete with lower-cost dairy farmers in other states; (2) the tax was effectively imposed on only out-of-state products; (3) the order would almost certainly cause local goods to constitute a larger share, and goods with an out-of-state source to constitute a smaller share, of the total sales in the market; (4) by distributing monies directly to Massachusetts dairy farmers, the order insured that Massachusetts producers would benefit; (5) the order was unconstitutional even if (a) the tax on milk sales and the subsidy to Massachusetts dairy farmers would each be constitutional standing alone, (b) the dealers who paid the tax were not competitors of the farmers who received disbursements from the fund, and (c) the costs of the program imposed under the order were borne by only Massachusetts dealers and consumers; and (6) the order's burden on commerce could not be justified by the local benefit preserving the Massachusetts dairy industry. Negative Commerce Clause jurisprudence had long forbidden state tariffs because they discriminated against interstate commerce by burdening out-of-state competitors to the benefit of in-state businesses. The Court explained that a state could not use its legitimate powers to tax and to subsidize state businesses to effect the illegitimate aim of imposing what was in effect a tariff. The Court held that a nondiscriminatory tax had been coupled with a legitimate subsidy to create an effect that nonetheless violated the Commerce Clause. Thus, the Court reversed the state supreme court's order, which had upheld a pricing order by the Massachusetts Department of Food and Agriculture to tax milk produced out-of-state and to distribute the proceeds to in-state dairy farmers. The Court held that the order violated the negative Commerce Clause because, like a tariff, it benefitted in-state economic interests by burdening out-of-state competitors, such as the milk buyers. Concurrence Justice Scalia, concurred, joined by Justice Thomas. He argued that (1) a self-executing negative commerce clause should be enforced against a state law that (a) facially discriminates against interstate commerce, or (b) is indistinguishable from a type of law previously held unconstitutional by the Supreme Court; and (2) applying this approach, or at least the second part of it, the pricing order was invalid. Dissent Chief Justice Rehnquist dissented, joined by Justice Blackmun. He stated that no decided case supported the court's conclusion that the negative commerce clause prohibits a state from using money that it has lawfully obtained through a neutral tax on milk dealers and distributing the money as a subsidy to dairy farmers. See also Agricultural Marketing Agreement Act of 1937, 7 U.S.C.S. § 601 et seq. References United States Constitution Article One case law United States Supreme Court cases United States Supreme Court cases of the Rehnquist Court United States Dormant Commerce Clause case law 1994 in United States case law History of Suffolk County, Massachusetts Dairy farming in the United States
```javascript Don't assume that HTML script tags are always run sequentially Navigating the browser history Handling click events Battery API Navigation Timing API ```
Tim Vleminckx (; born 31 March 1987, in Antwerp) is a Belgian football player who plays as a right back for KSV Bornem. For the 2007/08 season he was on loan to Lierse SK from K.F.C. Germinal Beerschot. Vleminckx previously played for Germinal in the Belgian First Division. References 1987 births Living people Beerschot A.C. players Belgian men's footballers Lierse S.K. players Footballers from Antwerp Men's association football defenders
Wynnum North railway station is located on the Cleveland line in Queensland, Australia. It is one of three stations serving the Brisbane suburb of Wynnum; the other two stations are Wynnum and Wynnum Central. Services Wynnum North is served by Cleveland line services from Shorncliffe, Northgate, Doomben and Bowen Hills to Manly & Cleveland. Services by platform References External links Wynnum North station Queensland's Railways on the Internet [ Wynnum North station] Translink travel information Railway stations in Brisbane Wynnum, Queensland
```rust #![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)] #[repr(C)] #[derive(Copy, Clone)] pub struct foo { pub a: ::std::os::raw::c_uint, pub __bindgen_anon_1: foo__bindgen_ty_1, } #[repr(C)] #[derive(Copy, Clone)] pub union foo__bindgen_ty_1 { pub b: ::std::os::raw::c_uint, pub __bindgen_anon_1: foo__bindgen_ty_1__bindgen_ty_1, pub __bindgen_anon_2: foo__bindgen_ty_1__bindgen_ty_2, } #[repr(C)] #[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] pub struct foo__bindgen_ty_1__bindgen_ty_1 { pub c1: ::std::os::raw::c_ushort, pub c2: ::std::os::raw::c_ushort, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { [ "Size of foo__bindgen_ty_1__bindgen_ty_1", ][::std::mem::size_of::<foo__bindgen_ty_1__bindgen_ty_1>() - 4usize]; [ "Alignment of foo__bindgen_ty_1__bindgen_ty_1", ][::std::mem::align_of::<foo__bindgen_ty_1__bindgen_ty_1>() - 2usize]; [ "Offset of field: foo__bindgen_ty_1__bindgen_ty_1::c1", ][::std::mem::offset_of!(foo__bindgen_ty_1__bindgen_ty_1, c1) - 0usize]; [ "Offset of field: foo__bindgen_ty_1__bindgen_ty_1::c2", ][::std::mem::offset_of!(foo__bindgen_ty_1__bindgen_ty_1, c2) - 2usize]; }; #[repr(C)] #[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] pub struct foo__bindgen_ty_1__bindgen_ty_2 { pub d1: ::std::os::raw::c_uchar, pub d2: ::std::os::raw::c_uchar, pub d3: ::std::os::raw::c_uchar, pub d4: ::std::os::raw::c_uchar, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { [ "Size of foo__bindgen_ty_1__bindgen_ty_2", ][::std::mem::size_of::<foo__bindgen_ty_1__bindgen_ty_2>() - 4usize]; [ "Alignment of foo__bindgen_ty_1__bindgen_ty_2", ][::std::mem::align_of::<foo__bindgen_ty_1__bindgen_ty_2>() - 1usize]; [ "Offset of field: foo__bindgen_ty_1__bindgen_ty_2::d1", ][::std::mem::offset_of!(foo__bindgen_ty_1__bindgen_ty_2, d1) - 0usize]; [ "Offset of field: foo__bindgen_ty_1__bindgen_ty_2::d2", ][::std::mem::offset_of!(foo__bindgen_ty_1__bindgen_ty_2, d2) - 1usize]; [ "Offset of field: foo__bindgen_ty_1__bindgen_ty_2::d3", ][::std::mem::offset_of!(foo__bindgen_ty_1__bindgen_ty_2, d3) - 2usize]; [ "Offset of field: foo__bindgen_ty_1__bindgen_ty_2::d4", ][::std::mem::offset_of!(foo__bindgen_ty_1__bindgen_ty_2, d4) - 3usize]; }; #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { ["Size of foo__bindgen_ty_1"][::std::mem::size_of::<foo__bindgen_ty_1>() - 4usize]; [ "Alignment of foo__bindgen_ty_1", ][::std::mem::align_of::<foo__bindgen_ty_1>() - 4usize]; [ "Offset of field: foo__bindgen_ty_1::b", ][::std::mem::offset_of!(foo__bindgen_ty_1, b) - 0usize]; }; impl Default for foo__bindgen_ty_1 { fn default() -> Self { let mut s = ::std::mem::MaybeUninit::<Self>::uninit(); unsafe { ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1); s.assume_init() } } } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { ["Size of foo"][::std::mem::size_of::<foo>() - 8usize]; ["Alignment of foo"][::std::mem::align_of::<foo>() - 4usize]; ["Offset of field: foo::a"][::std::mem::offset_of!(foo, a) - 0usize]; }; impl Default for foo { fn default() -> Self { let mut s = ::std::mem::MaybeUninit::<Self>::uninit(); unsafe { ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1); s.assume_init() } } } ```
```c++ #include <Common/Config/ConfigHelper.h> #include <Poco/AutoPtr.h> #include <Poco/Util/XMLConfiguration.h> #include <Poco/DOM/DOMParser.h> #include <gtest/gtest.h> using namespace DB; TEST(Common, ConfigWithDotInKeys) { std::string xml(R"CONFIG(<clickhouse> <foo.bar>1</foo.bar> </clickhouse>)CONFIG"); Poco::XML::DOMParser dom_parser; Poco::AutoPtr<Poco::XML::Document> document = dom_parser.parseString(xml); Poco::AutoPtr<Poco::Util::XMLConfiguration> config = new Poco::Util::XMLConfiguration(document); /// directly EXPECT_EQ(ConfigHelper::getBool(*config, "foo.bar", false, false), false); EXPECT_EQ(ConfigHelper::getBool(*config, "foo\\.bar", false, false), true); /// via keys() Poco::Util::AbstractConfiguration::Keys keys; config->keys("", keys); ASSERT_EQ(1, keys.size()); ASSERT_EQ("foo\\.bar", keys[0]); } ```
Aranis are a Flemish acoustic avant-rock, experimental and neo-classical chamber music group led by composer and contrabass player Joris Vanvinckenroye. Their music has been described as a blend of "chamber classical and rock", "Chamber Music Rock", and "Belgian chamber rock" with elements of East and Southern European folk music. Aranis have recorded six albums, and have performed live at a number of European venues, including the Rock in Opposition festivals in Carmaux, France. They made their American concert debut at NEARfest Apocalypse at Zoellner Arts Center, Bethlehem, Pennsylvania in June 2012. A biography of the group at All About Jazz said that "[i]n concert, Aranis creates an unforgettable atmosphere. Variation and expressivity hold the audience riveted. Chaotic structures and virtuoso crescendos alternate with serene intervals." Biography Aranis are based in Antwerp, Belgium, and their music, composed by Vanvinckenroye, features contrabass, violin, accordion, flute, piano and guitar. Their first live performance was in Heist-op-den-Berg in 2002, and their debut album, Aranis was released in 2005. Aranis' third album, Songs From Mirage was released in 2009 and their sound was augmented by the inclusion of three female vocalists. Also in 2009, Vanvinckenroye created a solo bass project called BASta! and recorded Cycles, an album featuring him on solo multi-tracked double bass. Aranis released RoqueForte in 2010 and included drummer Dave Kerman of the 5uu's and Thinking Plague, departing from their hitherto "signature drummerless acoustic sound". In 2011 Aranis joined forces with Belgian groups Univers Zero and Present to form a 17-member ensemble called Once Upon a Time in Belgium. They premiered at the fourth edition of the Rock in Opposition festival held in Carmaux, France in September 2011, where they performed "New York Transformations", a work composed by Kurt Budé of Univers Zero. Once Upon a Time in Belgium appears in the documentary film Romantic Warriors II: A Progressive Music Saga About Rock in Opposition (2012); Aranis also features in this film, and the companion Romantic Warriors II: Special Features DVD (2013). In 2012, as a sextet and without a drummer again, Aranis departed from recording compositions by Vanvinckenroye and released Made in Belgium, an album of interpretations of works by other Belgian composers, including Wim Mertens, Daniel Denis of Univers Zero, and Roger Trigaux of Present. In 2014 Aranis released Made in Belgium II, another album of interpretations of works by Belgian composers, including Peter Vermeersch and Walter Hus. Discography Studio albums Aranis (2005) Aranis II (2007) Songs from Mirage (2009) RoqueForte (2010) Made in Belgium (2012) Made in Belgium II (2014) Smells like Aranis (2017) Compilation albums Vinylplaat (2008) – contains selections from Aranis and Aranis II Singles "Hidden Soundscapes" (2007) – collaboration with flutist Toon Fret Source: Aranis homepage Film appearances Romantic Warriors II: A Progressive Music Saga About Rock in Opposition Romantic Warriors II: Special Features DVD Members Joris Vanvinckenroye – composer, contrabass Linde de Groof – violin Liesbeth Lambrecht – violin Marjolein Cools – accordion Axelle Kennes – piano Ward De Vleeschhouwer – piano Stijn Denys – guitar Jana Arns – flute Source: Aranis homepage Guest musicians On Songs From Mirage Els van Laethem – voice Anne Marie Honggokoessoemo – voice Herlinde Ghekiere – voice Linde de Groof – violin Els Vrints – piano On RoqueForte Dave Kerman – percussion Stefan Wellens – viola Pierre Chevalier – piano Source: Aranis homepage References External links "Chamber Music Rock" – the Belgian form of R.I.O. at psychemusic.org – includes reviews of all Aranis' albums Belgian progressive rock groups Chamber music groups Rock in Opposition Musical groups established in 2002
General Leobardo C. Ruiz International Airport () or simply Zacatecas International Airport () is an international airport located in Morelos, Zacatecas, Mexico. In 2021, the airport handled 375,930 passengers, and in 2022 it handled 433,952 passengers. Airlines and destinations Airlines previously flying to ZCL Statistics Passengers References External links Aeropuerto Internacional de Zacatecas at Grupo Aeroportuario Centro Norte Airports in Mexico Buildings and structures in Zacatecas Transportation in Zacatecas Zacatecas City
```objective-c /* * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef AnimationEvent_h #define AnimationEvent_h #include "core/events/AnimationEventInit.h" #include "core/events/Event.h" namespace blink { class AnimationEvent final : public Event { DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr<AnimationEvent> create() { return adoptRefWillBeNoop(new AnimationEvent); } static PassRefPtrWillBeRawPtr<AnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) { return adoptRefWillBeNoop(new AnimationEvent(type, animationName, elapsedTime)); } static PassRefPtrWillBeRawPtr<AnimationEvent> create(const AtomicString& type, const AnimationEventInit& initializer) { return adoptRefWillBeNoop(new AnimationEvent(type, initializer)); } virtual ~AnimationEvent(); const String& animationName() const; double elapsedTime() const; virtual const AtomicString& interfaceName() const override; DECLARE_VIRTUAL_TRACE(); private: AnimationEvent(); AnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime); AnimationEvent(const AtomicString&, const AnimationEventInit&); String m_animationName; double m_elapsedTime; }; } // namespace blink #endif // AnimationEvent_h ```
216th Division or 216th Infantry Division may refer to: 216th Division (People's Republic of China) 216th Infantry Division (German Empire) 216th Infantry Division (Wehrmacht) 216th Coastal Division (Italy) 216th Division (Imperial Japanese Army) 216th Motor Rifle Division (Soviet Union)
A psammophile is a plant or animal that prefers or thrives in sandy areas. Plant psammophiles are also known as psammophytes. They thrive in places such as the Arabian Peninsula and the Sahara and also the dunes of coastal regions. Because of the unique ecological selective pressures of sand, often times animals on opposite sides of the planet can convergently evolve similar features, sometimes referred to as ecomorphological convergence. The Crotalus cerastes native to American deserts, and the Bitis peringueyi native to Namibian deserts, have both independently evolved the sidewinding behavior to traverse across sand. As well, the African Jerboa and the American Kangaroo Rat have separately evolved a bipedal form with large hind legs that allow them to hop. Etymology Psammo is from Ancient Greek ψάμμος (psámmos, “sand”); -philo is from Ancient Greek φίλος (phílos, “dear, beloved”) via Latin -phila. Popular culture With the correct spelling of the word psammophile, Florida eighth-grader Dev Shah, one of 231 contestants, won the 95th Scripps National Spelling Bee in June 2023 and was awarded $50,000 in prize money. References Extremophiles
This is a list of members of the Victorian Legislative Council between 1931 and 1934. As half of the Legislative Council's terms expired at each triennial election, half of these members were elected at the 1928 triennial election with terms expiring in 1934, while the other half were elected at the 1931 triennial election with terms expiring in 1937. In October 1931, William McCann, Country MLC for North Western Province, resigned to contest the seat of Wimmera at the 1931 federal election. Country candidate Henry Pye won the resulting by-election in March 1932. Sources Re-member (a database of all Victorian MPs since 1851). Parliament of Victoria. Members of the Parliament of Victoria by term 20th-century Australian politicians
The 2006 Danvers Chemical fire took place at approximately 2:46 AM EST on Wednesday, November 22, 2006. An explosion occurred at the plant of solvent and ink manufacturer CAI Inc., located in the Danversport area of Danvers, Massachusetts, which it shared with paint manufacturer Arnel. The explosion was caught on security camera and was reportedly heard up to away in southern Maine and New Hampshire. Arnel ceased operations after the blast. Cause A May 13, 2008 report from the U.S. Chemical Safety and Hazard Investigation Board attributed the explosion to unintentional overnight heating of an ink-mixing tank containing flammable solvents. Damage The explosion damaged over 90 homes, blowing out windows and knocking some houses off their foundations. Officials believed that some of the more extensively damaged houses would have to be leveled and rebuilt. Some of the buildings damaged included a bakery, boats at a nearby marina, and the New England Home for the Deaf, an assisted-living facility for people who are deaf or deafblind and elderly residents requiring constant care. "These people are extremely fragile," said state Rep. Ted Speliotis, D-Danvers, whose district includes the affected area. "Many of them have Alzheimer's and other illnesses. It's clear they can't stay here long, but it's clear they won't be able to return for quite a while." Danvers Fire Chief James P. Tutko toured the area by helicopter and said many residents would be kept from their homes for the foreseeable future. "It looks like a war zone, that's the only thing I can say" Tutko said. Fortunately, no one was killed. "Somebody out there likes us", Tutko commented. Finally, he said that determining the cause of the explosion would take days. Outgoing governor Mitt Romney toured the area and said the explosion was a "Thanksgiving miracle", as the explosion was "equivalent to a bomb going off in a residential neighborhood," and that no one was killed. In an area that included over 300 residents, just 10 people reported minor injuries. Residents of the area were evacuated to the Danvers High School, where temporary shelter was set up by the American Red Cross of Massachusetts Bay. Donations were taken for residents affected by the explosion. Residents were also advised to start filing insurance claims right away and to keep track of their expenses. Environmental impact There were minor environmental concerns due to water runoff of chemicals. According to the Environmental Protection Agency's on-scene coordinator Mike Nalipinski, preliminary tests showed low levels of toluene, a solvent, but said it was insignificant. Water runoff from the water used by firefighters left a purple sheen on the river and tests were conducted. However, the water is not a local drinking water supply, and the chemical evaporates quickly. Chief Tutko said there was no risk of toxic fumes getting into the air. An Eastern Propane facility is located near the area, however, it was not the source of the explosion. A spokesman for the company said that although the property suffered some minor damage, their tanks are secure. According to WHDH television, a person who answered the telephone at CAI's Georgetown, Massachusetts headquarters refused comment, and a telephone message left at the company president's home was not returned. References Explosions in 2006 Danvers, Massachusetts Fires in Massachusetts Events in Essex County, Massachusetts 2006 industrial disasters 2006 in Massachusetts Chemical plant explosions Explosions in Massachusetts Industrial fires and explosions in the United States 2006 fires in the United States
```objective-c // // RoundedBlueButton.m // Strongbox // // Created by Mark on 07/12/2020. // #import "RoundedBlueButton.h" @implementation RoundedBlueButton - (void)awakeFromNib { [super awakeFromNib]; self.layer.cornerRadius = 5.0f; self.backgroundColor = UIColor.systemBlueColor; [self setTitleColor:UIColor.whiteColor forState:UIControlStateNormal]; } @end ```
Moon Valley is a neighborhood of approximately 1,600 homes located in the northern part of Phoenix, Arizona. The neighborhood, which comprises 29 separate subdivisions, was established in the early 1960s and is centered on the Moon Valley Country Club, a private country club. It is bounded by 7th Street to the east, Thunderbird Road to the south, and Coral Gables Drive to the west and north. Lookout Mountain Preserve and North Mountain and Shaw Butte Preserves, two city parks that are part of the Phoenix Mountains Preserve, lie adjacent to the south and east of the neighborhood. Moon Valley Country Club The Moon Valley Country Club is located in the geographic center of the Moon Valley neighborhood. The Club offers an 18-hole Championship golf course, a driving range, and an 18-hole par-3 golf course called the "MoonWalk". The Club also offers tennis courts, an aquatic center, a fitness center, a restaurant and bar, a pro shop, and event space. The club went through a noteworthy bankruptcy in 2013, but was reorganized after financial support from the community prevented redevelopment of the course into condominiums. Neighborhood association Although two smaller homeowner associations exist in Moon Valley, the entire neighborhood is represented by the Moon Valley Neighborhood Association (MVNA). The MVNA collects voluntary dues each year to fund community events, organize neighborhood improvements, and advocate for the neighborhood to local elected officials. The MVNA also hires a security service to patrol the neighborhood throughout the year. Notable residents John Shadegg, former US Congressman for Arizona's 3rd District from 1995 to 2011 References Neighborhoods in Phoenix, Arizona
The 1998 Norwest Sun Bowl was played by the TCU Horned Frogs and the USC Trojans. This was the 65th Sun Bowl held and the last sponsored by Norwest Corporation prior to its merger with Wells Fargo. Background Paul Hackett was in his first year (of three) with USC, having led them to a bowl game for the first time since the 1996 Rose Bowl. This would be Hackett's only bowl game with USC. TCU hadn't been to a bowl game since the 1994 Independence Bowl nor won one since the 1957 Cotton Bowl Classic. Despite having only a 6–5 record, they were invited to a bowl game due to the Big Ten not having enough bowl-eligible teams. They were coached by first year head coach Dennis Franchione. Game summary Basil Mitchell had only 19 carries but ran for 185 yards and two touchdowns as TCU scored on their first three possessions and dominated the time of possession in the first half (having the ball for 20:15). TCU quarterback Patrick Batteaux also had two touchdowns for TCU, both rushing. But Carson Palmer (who had 280 yards passing) threw two touchdowns (one to Billy Miller and the other to Petros Papadakis) that made it 28–16 going into the fourth quarter. After stopping TCU on a drive, the Trojans got the ball back and drove to the TCU 20 early in the fourth quarter. But TCU's defense stuffed their offense, as USC kicked a field goal to make 28–19. From that point on, TCU ate up most of the clock as USC did not score again, giving TCU their first bowl win since 1957 in what would be the first of six consecutive bowl appearances. Defensive Lineman London Dunlap was named Jimmy Rogers, Jr. Most Valuable Lineman and Running back Basil Mitchell was named C.M. Hendricks Most Valuable Player. References 1998–99 NCAA football bowl games Sun Bowl TCU Horned Frogs football bowl games USC Trojans football bowl games December 1998 sports events in the United States 1998 in sports in Texas
{{Infobox film | name = The Bet | image = | caption = | director = Mark Lee | producer = | writer = | starring = Aden YoungMatthew Newton | music = | cinematography = | editing = Jason Ballantine | studio = Gerrycan Productions | distributor = Madman Entertainment | released = | runtime = | country = Australia | language = English | budget = | gross = A$25,032 (Australia)<ref>[http://www.film.vic.gov.au/__data/assets/pdf_file/0004/967/AA4_Aust_Box_office_report.pdf "Australian Films at the Australian Box Office", 'Film Victoria] accessed 11 November 2012</ref> }}The Bet'' is a 2006 film directed by Mark Lee, set in Sydney, Australia. Sibylla Budd was nominated best supporting actress for the 2007 AFI awards. Plot The film is a story about a man named Will (Mathew Newton), a young stockbroker, who makes a bet with his wealthy friend Angus (Aden Young) to prove himself and to prove who can make the most money with 50 grand in 90 days for a prize of 200 grand. Their mutual friend Benno, Will's boss tells to invest in a pharmaceutical company. In desperation he agrees to bend for a bit for insider trading. His ego-fueled obsession on the betting game forces him to measure the cost of his ambition against the true value of love. Stock prices hit low and his clients are devastated. His father also invested money with Will and lost it. Will finds out through Benno his girlfriend Tory is working with the pharmaceutical company, Will finds a note at Tory's office and finds out a way he can make back his lost money. Unfortunately, he doesn't find any investors. Will asks Trish (office assistant), whom he has jilted earlier to transfer funds from one of his clients illegally and he uses it to gain profit. Will puts back the money he transferred illegally but is arrested for fraud by officials. Tory who gets him out confronts his betting obsession, tells the pharmaceutical company he was betting against was Angus's family business and he controls it. Will makes the connection between Benno's advice and Angus' bet. Will confronts Angus and he says it's he who recommended Trish in their company through Benno and Benno was bribed handsomely to reel in Will. This was because Tory was Angus' girlfriend first and he still pines over her. Angus is beaten up by Will but Angus manages to pins down Will and asserts he will charge case against Will using Trish as a witness for fraud, market manipulation, insider trading...etc. enough to put Will for a long jail-time which will make Tory forget him. Betrayed and humiliated Will commits suicide. After Will's funeral Trish tells Tory about Angus' role in Will's suicide. The bet is a morality tale, set in the city of Sydney, about choosing friends, boundaries and betrayals, relevance and consequences of proto-self, the perils of fallacy and the value of love and life. Cast Matthew Newton as Will Sibylla Budd as Tory Aden Young as Angus Tim Richards as Benno Roy Billing as George Alyssa McClelland as Trish Peta Sergeant as Lila References External links 2006 films Australian crime drama films 2000s English-language films Australian thriller films 2000s Australian films
Jurjevčani is a settlement in the Jastrebarsko administrative area of Zagreb County, Croatia. As of 2011 it had a population of 99 people. References Populated places in Zagreb County
Elias Mitri Freij (; 1918 – 29 March 1998), was a Palestinian Christian politician. He was the mayor of Bethlehem from 1972 to 1997. Freij was born in 1918 in Bethlehem to a family which could trace its residence in Bethlehem back 500 years. He graduated from the British-run Bishop Gobat school in Jerusalem in 1940. In the early 1950s, he headed the local branch of the Holy Land Mission, an American Presbyterian-backed charity. As the owner of a string of shops selling olivewood and mother-of-pearl souvenirs, he was appointed to Bethlehem town council under Jordanian rule in 1960. He remained on the council when Israel occupied the West Bank in the 1967 war, which had been previously occupied by Jordan in the aftermath of 1948 Arab–Israeli War. He was named and has been set up as a mayor in May 1972 by actual elected and winner Ibrahim Salim Abu-Hmud with 1181 votes, in the second place Ayyoub Musallam with 1007 votes and Elias Freij in third place with 998 votes, in 1976 he was elected. Israel then banned all further municipal elections and Freij remained in office until he stepped down on health grounds in May 1997. He was the only elected Palestinian mayor not deposed by the Israeli military authorities for pro-Palestine Liberation Organization (PLO) leanings. He was also the only non-PLO mayor to remain in office after the Palestinian National Authority was established. Despite his independence from the PLO, he was part of the PLO delegation to the Madrid Conference of 1991 and was a close confidant of Yassir Arafat. During his long period in office he made use of his international contacts to gain financial support for infrastructure projects, including construction of schools, administration buildings and water supply projects. In his time, Bethlehem became a twin city with Athens in Greece, Córdoba in Spain and Assisi in Italy. Freij was an influential local figure, becoming Chairman of Bethlehem University's Board of Trustees and President of the Chamber of Commerce. He travelled abroad frequently, and was a member of the Palestinian negotiation team to the Madrid Conference of 1991 and was appointed in 1995 as a Minister of Tourism and Antiquities in the Palestinian National Authority, a post he held until 1997. He died on 29 March 1998 in Amman, Jordan. References 1918 births 1998 deaths Mayors of Bethlehem Palestinian Christians
Hornindal Idrettslag is a Norwegian sports club from Hornindal. It has sections for association football, volleyball, Nordic skiing, biathlon and weightlifting. Notable club members include ski jumper Anders Fannemel. Also, international footballer and later top-level coach Frode Grodås started his career here. References Football clubs in Norway Sport in Sogn og Fjordane Association football clubs established in 1910 Athletics clubs in Norway Ski jumping clubs in Norway 1910 establishments in Norway
Luck is the debut studio album by Jacob Yates and the Pearly Gate Lock Pickers. Recorded between 2009 and 2011 at Green Door Studios in Glasgow, the album was released in June 2011. The album was well-received, with the music described as "dark with a mischievous grin" and as having a "Mississippi-meets-Maryhill sound". It was named "Album of the Week" by Vic Galloway on his BBC Radio Scotland show. Track listing Personnel Jake Lovatt - Guitar, vocals Richard Holmes - Bass Jamie Bolland - Keyboards, Guitar Michael Bleazard - Drums Engineers: Emily Maclaren, Stuart Evans Recorded at: Green Door Studios, Glasgow, Scotland Cover design: Jake Lovatt External links Jacob Yates and the Pearly Gate Lock Pickers References 2011 debut albums
```kotlin package com.mattermost.helpers.database_extension import com.facebook.react.bridge.Arguments import com.facebook.react.bridge.NoSuchKeyException import com.facebook.react.bridge.ReadableArray import com.mattermost.helpers.ReadableMapUtils import com.nozbe.watermelondb.WMDatabase fun getLastPictureUpdate(db: WMDatabase?, userId: String): Double? { try { if (db != null) { var id = userId if (userId == "me") { (queryCurrentUserId(db) ?: userId).also { id = it } } val userQuery = "SELECT last_picture_update FROM User WHERE id=?" db.rawQuery(userQuery, arrayOf(id)).use { cursor -> if (cursor.count == 1) { cursor.moveToFirst() return cursor.getDouble(0) } } } } catch (e: Exception) { e.printStackTrace() } return null } fun getCurrentUserLocale(db: WMDatabase): String { try { val currentUserId = queryCurrentUserId(db) ?: return "en" val userQuery = "SELECT locale FROM User WHERE id=?" db.rawQuery(userQuery, arrayOf(currentUserId)).use { cursor -> if (cursor.count == 1) { cursor.moveToFirst() return cursor.getString(0) } } } catch (e: Exception) { e.printStackTrace() } return "en" } fun handleUsers(db: WMDatabase, users: ReadableArray) { for (i in 0 until users.size()) { val user = users.getMap(i) val roles = user.getString("roles") ?: "" val isBot = try { user.getBoolean("is_bot") } catch (e: NoSuchKeyException) { false } val lastPictureUpdate = try { user.getDouble("last_picture_update") } catch (e: NoSuchKeyException) { 0 } try { db.execute( """ INSERT INTO User (id, auth_service, update_at, delete_at, email, first_name, is_bot, is_guest, last_name, last_picture_update, locale, nickname, position, roles, status, username, notify_props, props, timezone, _changed, _status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, '', 'created') """.trimIndent(), arrayOf( user.getString("id"), user.getString("auth_service"), user.getDouble("update_at"), user.getDouble("delete_at"), user.getString("email"), user.getString("first_name"), isBot, roles.contains("system_guest"), user.getString("last_name"), lastPictureUpdate, user.getString("locale"), user.getString("nickname"), user.getString("position"), roles, "", user.getString("username"), "{}", ReadableMapUtils.toJSONObject(user.getMap("props") ?: Arguments.createMap()).toString(), ReadableMapUtils.toJSONObject(user.getMap("timezone") ?: Arguments.createMap()).toString(), ) ) } catch (e: Exception) { e.printStackTrace() } } } ```
Rhododendron minus var. chapmanii (syn. Rhododendron chapmanii), also known as Chapman's rhododendron, is an endangered variety, endemic to Florida, of the evergreen Piedmont rhododendron. Description Chapman's rhododendron grows to 2 metres tall and has an erect habit. New growth is red-brown, turning gray with age. The leaves are elliptic and are 3 to 6.5 cm long. Pink flowers with 5 petals and 10 stamens appear in the spring (March to April in Florida). Distribution There are three separate populations of the species within Florida, one in Clay County, the second in Gulf County and the third on the county line of Gadsden and Liberty counties. References minus var. chapmanii Endemic flora of Florida Endangered flora of the United States Flora without expected TNC conservation status
Soborom is a group of hot springs with accompanying fumaroles and mud volcanoes in the Tibesti Mountains of Chad. Three dispersed groups of vents are active there, some of which are used as spas by the local population. Name and use The name "" means "boiling water" in Tedaga; it refers to the hottest spring and has been applied to the entire field. means "dog fighting a mouflon". The springs are sometimes named "Yerike", and other times "Soborom" is translated as "healing waters". Reportedly the local people use the springs as a spa, but the political situation makes access to the area difficult. Geography and springs Soborom lies in the Tibesti Mountains of the Sahara. The Soborom is a depression carved by erosion (or ) west of the Tarso Voon caldera and is surrounded by various mountains such as the high Ehi Duduri, the high Ehi Tadare and the high Ehi Guma; the Ehi Duduri is already part of the Tarso Voon caldera rim. The Soborom depression and a similar structure at Souradom farther south are both volcano-tectonic domes which now form depressions; geothermal processes are only known from Soborom however. Thermal activity is focused in three areas, an isolated northern one north of the others, a central one and a southern one. There, between elevation lie clusters of exhalations, fumaroles, hot springs, mud volcanoes, solfataras and reportedly a geyser as well. In some places the ground is hot enough that standing there is uncomfortable. The temperatures of the vents range between and hydrogen sulfide exhalations give them a rotten egg smell, and their waters are acidic probably due to the presence of sulfuric acid. The springs produce small quantities of water—averaged over the entire field only a few litres per minute—that is quite muddy due to the high content of particles. This water forms mud bubbles that when bursting can throw fragments several tens of centimetres away; they form the high mud volcanoes. The central and southern areas are located on dry valleys. Within the depression, various drainages converge into the southwestward flowing Enneri Soborom-Souradom, which has incised the hot spring deposits and is itself the site of the western area. A waterfall lies in the area, and there are two noticeable river terraces as well which feature thermal activity. The activity has eroded the country rocks and left deposits, including sulfur and geyserites, sulfates and chlorides, which are generated by the deposition of the gases and chemical reactions between the gases and the air. The sulfur often forms flower-like structures at the gas vents. The exhalations are extremely corrosive, consuming tinplate within a few weeks and turning the rock into a porridge-like substance. Individual vents The individual areas feature the following structures: A mud volcano "Soborom Kidissubi" dominates the northern area and is high and wide. Sometimes very intense exhalations are found dispersed over this area and in a gully. The central area features seven bubbling hot springs as well as mud volcanoes and fumarolic exhalations. It contains the hottest spring, "Soborom". "Dead" mud volcanoes can also be found here. The western area lies on the terraces of a dry valley and within the dry valley itself and is the least active. It features two hot springs and some fumaroles with little activity, plus remnants of a mud volcano. The Toubou people use the western area's "Toubou-bath" as a bath. Now-inactive springs, fumaroles and geysers have covered parts of the area with thick geyserite deposits, which bear traces of the former vents. The inactive area is bordered by dry valleys on the north and the south, while the central and southern active areas are located directly north and west, respectively. Geology The Tibesti Mountains formed through an interplay of tectonic phenomena and volcanism, with the central high sector of the mountains formed by Cenozoic volcanism, while the lower parts were formed during Precambrian to Cenozoic age. The volcanic activity covered an area of about and took various forms, including deep craters, large calderas, shield volcanoes and stratovolcanoes. At Soborom, these volcanics crop out in various series known as the "Middle Dark Series", "Middle Bright Series" and "Upper Dark Series". References Sources Hot springs Geography of Chad
The 1991 Masters Tournament was the 55th Masters Tournament held April 11–14 at Augusta National Golf Club in Augusta, Georgia. Ian Woosnam won his only major title, one stroke ahead of runner-up José María Olazábal. Woosnam, Olazábal, and two-time champion Tom Watson, age 41, were all tied at −11 going into the 72nd hole. Olazábal, a group ahead of the final pairing of Woosnam and Watson, went from fairway bunker to greenside bunker and failed to hole a par putt. Watson, who had eagled both 13 and 15, missed the fairway right with his tee shot and then hit his second shot into a greenside bunker. He chipped out and three-putted for a double bogey. Woosnam then holed an par putt for the green jacket. It was the fourth consecutive year that the Masters champion was from the United Kingdom, which had no winners prior to Sandy Lyle's victory in 1988. Through 2017, Woosnam is the only winner at Augusta from Wales. Olazábal later won two Masters, in 1994 and 1999. Phil Mickelson, a 20-year-old junior at Arizona State, was the low amateur at 290 (+2) and tied for 46th place. Field 1. Masters champions Tommy Aaron, George Archer, Seve Ballesteros (3,9), Gay Brewer, Billy Casper, Charles Coody, Ben Crenshaw (9,12), Nick Faldo (3,10), Raymond Floyd (2,9), Doug Ford, Bernhard Langer (9), Sandy Lyle, Larry Mize (9,10,13), Jack Nicklaus (9), Arnold Palmer, Gary Player (9), Craig Stadler (9,10), Tom Watson (9,14), Fuzzy Zoeller (9,10) Jack Burke Jr., Bob Goalby, Ben Hogan, Herman Keiser, Cary Middlecoff, Byron Nelson, Henry Picard, Gene Sarazen, Sam Snead, and Art Wall Jr. did not play. 2. U.S. Open champions (last five years) Hale Irwin (12,13), Scott Simpson (9,10), Curtis Strange (9,14) 3. The Open champions (last five years) Mark Calcavecchia (9,13,14), Greg Norman (10,12,13) 4. PGA champions (last five years) Wayne Grady (13), Larry Nelson (10), Jeff Sluman (10), Bob Tway (12,13) Payne Stewart (11,12,13,14) was injured and did not play 5. U.S. Amateur champion and runner-up Phil Mickelson (a,12), Manny Zerman (a) 6. The Amateur champion Rolf Muntz (a) 7. U.S. Amateur Public Links champion Michael Combs (a) 8. U.S. Mid-Amateur champion Jim Stuart (a) 9. Top 24 players and ties from the 1990 Masters Bill Britton (11), Fred Couples (11,13,14), Donnie Hammond, Scott Hoch (10), John Huston (10,13), Steve Jones (10), Tom Kite (12,13,14), José María Olazábal (10,12), Masashi Ozaki, Ronan Rafferty, Lee Trevino, Lanny Wadkins (12,13,14) 10. Top 16 players and ties from the 1990 U.S. Open Jim Benepe, Mark Brooks, Billy Ray Brown, Mike Donald, John Inman, Tom Sieckmann, Tim Simpson (11,12,13) 11. Top eight players and ties from 1990 PGA Championship Chip Beck (12,13,14), Billy Mayfair (13), Mark McNulty, Gil Morgan (12,13), Don Pooley, Loren Roberts (13) 12. Winners of PGA Tour events since the previous Masters Paul Azinger (13,14), Jay Don Blake, Steve Elkington (13), David Frost, Jim Gallagher Jr. (13), Morris Hatalsky, Nolan Henke, Kenny Knox, Wayne Levi (13), Davis Love III (13), Andrew Magee, Rocco Mediate, Jodie Mudd (13), Mark O'Meara (13,14), Steve Pate, Corey Pavin (13), Ted Schulz, Joey Sindelar, Ian Woosnam Peter Persons, the winner of the Chattanooga Classic was not invited. 13. Top 30 players from the 1990 PGA Tour money list John Cook, Ian Baker-Finch, Robert Gamez, Peter Jacobsen, Nick Price, Brian Tennyson 14. Members of the U.S. 1989 Ryder Cup team Ken Green, Mark McCumber 15. Special foreign invitation Frankie Miñoza, Tsuneyuki Nakajima Round summaries First round Thursday, April 11, 1991 Second round Friday, April 12, 1991 Amateurs: Mickelson (−2), Zerman (−2), Stuart (+9), Combs (+11), Muntz (+11) Source: Third round Saturday, April 13, 1991 Final round Sunday, April 14, 1991 Final leaderboard Sources: Scorecard Cumulative tournament scores, relative to par {|class="wikitable" span = 50 style="font-size:85%; |- |style="background: Red;" width=10| |Eagle |style="background: Pink;" width=10| |Birdie |style="background: PaleGreen;" width=10| |Bogey |style="background: Green;" width=10| |Double bogey |} Source: References External links Masters.com – Past winners and results Augusta.com – 1991 Masters leaderboard and scorecards 1991 1991 in golf 1991 in American sports 1991 in sports in Georgia (U.S. state) April 1991 sports events in the United States
Josef Hildebrand (born 7 May 1895, date of death unknown) was a Czech fencer. He competed in the team foil and sabre events at the 1936 Summer Olympics. References 1895 births Year of death missing Czech male fencers Czechoslovak male fencers Olympic fencers for Czechoslovakia Fencers at the 1936 Summer Olympics