text
stringlengths
1
22.8M
```go // Code generated by moq; DO NOT EDIT. // github.com/matryer/moq package two import ( "sync" "github.com/matryer/moq/pkg/moq/testpackages/imports/one" ) // Ensure, that goimportsMock does implement DoSomething. // If this is not the case, regenerate this file with moq. var _ DoSomething = &goimportsMock{} // goimportsMock is a mock implementation of DoSomething. // // func TestSomethingThatUsesDoSomething(t *testing.T) { // // // make and configure a mocked DoSomething // mockedDoSomething := &goimportsMock{ // AnotherFunc: func(thing one.Thing) error { // panic("mock out the Another method") // }, // DoFunc: func(thing one.Thing) error { // panic("mock out the Do method") // }, // } // // // use mockedDoSomething in code that requires DoSomething // // and then make assertions. // // } type goimportsMock struct { // AnotherFunc mocks the Another method. AnotherFunc func(thing one.Thing) error // DoFunc mocks the Do method. DoFunc func(thing one.Thing) error // calls tracks calls to the methods. calls struct { // Another holds details about calls to the Another method. Another []struct { // Thing is the thing argument value. Thing one.Thing } // Do holds details about calls to the Do method. Do []struct { // Thing is the thing argument value. Thing one.Thing } } lockAnother sync.RWMutex lockDo sync.RWMutex } // Another calls AnotherFunc. func (mock *goimportsMock) Another(thing one.Thing) error { if mock.AnotherFunc == nil { panic("goimportsMock.AnotherFunc: method is nil but DoSomething.Another was just called") } callInfo := struct { Thing one.Thing }{ Thing: thing, } mock.lockAnother.Lock() mock.calls.Another = append(mock.calls.Another, callInfo) mock.lockAnother.Unlock() return mock.AnotherFunc(thing) } // AnotherCalls gets all the calls that were made to Another. // Check the length with: // // len(mockedDoSomething.AnotherCalls()) func (mock *goimportsMock) AnotherCalls() []struct { Thing one.Thing } { var calls []struct { Thing one.Thing } mock.lockAnother.RLock() calls = mock.calls.Another mock.lockAnother.RUnlock() return calls } // Do calls DoFunc. func (mock *goimportsMock) Do(thing one.Thing) error { if mock.DoFunc == nil { panic("goimportsMock.DoFunc: method is nil but DoSomething.Do was just called") } callInfo := struct { Thing one.Thing }{ Thing: thing, } mock.lockDo.Lock() mock.calls.Do = append(mock.calls.Do, callInfo) mock.lockDo.Unlock() return mock.DoFunc(thing) } // DoCalls gets all the calls that were made to Do. // Check the length with: // // len(mockedDoSomething.DoCalls()) func (mock *goimportsMock) DoCalls() []struct { Thing one.Thing } { var calls []struct { Thing one.Thing } mock.lockDo.RLock() calls = mock.calls.Do mock.lockDo.RUnlock() return calls } ```
```php <?php return [ 'loggingin' => 'Iniciando sesin', 'signin_below' => 'Inicie sesin aqu:', 'welcome' => 'Bienvenido a Voyager. El administrador que le faltaba a Laravel', ]; ```
```smalltalk // The .NET Foundation licenses this file to you under the MIT license. namespace dotnet.Tests { public class GivenThatTheUserRequestsHelp : SdkTest { public GivenThatTheUserRequestsHelp(ITestOutputHelper log) : base(log) { } [Theory] [InlineData("-h")] [InlineData("add -h")] [InlineData("add package -h")] [InlineData("add reference -h")] [InlineData("build -h")] [InlineData("clean -h")] [InlineData("list -h")] [InlineData("msbuild -h")] [InlineData("new -h --debug:ephemeral-hive")] [InlineData("nuget -h")] [InlineData("pack -h")] [InlineData("publish -h")] [InlineData("remove -h")] [InlineData("restore -h")] [InlineData("run -h")] [InlineData("sln -h")] [InlineData("sln add -h")] [InlineData("sln list -h")] [InlineData("sln remove -h")] [InlineData("store -h")] [InlineData("test -h")] public void TheResponseIsNotAnError(string commandLine) { var result = new DotnetCommand(Log) .Execute(commandLine.Split()); result.ExitCode.Should().Be(0); } [Theory] [InlineData("faketool -h")] public void TheResponseIsAnError(string commandLine) { var result = new DotnetCommand(Log) .Execute(commandLine.Split()); result.ExitCode.Should().Be(1); } } } ```
```smalltalk using System.Collections.Generic; using DSharpPlus.Entities; using Newtonsoft.Json; namespace DSharpPlus.EventArgs; /// <summary> /// Fired when a modal is submitted. Note that this event is fired only if the modal is submitted by the user, and not if the modal is closed. /// </summary> public class ModalSubmittedEventArgs : InteractionCreatedEventArgs { /// <summary> /// A dictionary of submitted fields, keyed on the custom id of the input component. /// </summary> [JsonIgnore] public IReadOnlyDictionary<string, string> Values { get; } internal ModalSubmittedEventArgs(DiscordInteraction interaction) { this.Interaction = interaction; Dictionary<string, string> dict = []; foreach (DiscordActionRowComponent component in interaction.Data.components) { if (component.Components[0] is DiscordTextInputComponent input) { dict.Add(input.CustomId, input.Value); } } this.Values = dict; } } ```
Coralie Chacon (born 12 May 1985) is a French former artistic gymnast. She competed at the 2004 Summer Olympics. References 1985 births Living people French female artistic gymnasts Gymnasts at the 2004 Summer Olympics Olympic gymnasts for France Sportspeople from Nîmes 21st-century French women
Guru Dakshina is a 1983 Indian Malayalam-language family drama movie written and directed by Baby. The film stars Adoor Bhasi, T. G. Ravi, Sathish Menon and Sunanda in important roles. The film also has Mammootty, Ratheesh and Mohanlal in supporting roles. The songs of the movie were composed by K. J. Joy. The film was a remake of the Tamil film Engal Vathiyar released in 1980. Plot Kunjunni is the school teacher in a village. His daughter Lakshmi falls in love with Ragunath who is the son of Panchayat President, Keshavan Nair. Keshavan asks for a dowry of fifty thousand to be raised in a month for the marriage to happen. Kunjunni who is in utter poverty has no way to raise this huge amount. Kunjunni goes to see some of his old students who could help him raise this amount. He initially goes to Majeed who is presently a police inspector. He couldn't give Kunjunni more than two thousand as his wife need to undergo a surgery the next month. Kunjunni then goes to meet Prabhakaran, who is currently the Excise Minister of the State. He welcomes Kunjunni very warmly just to get more media attention. Even though he assures Kunjunni the help, he sends him back with hundred rupees. On the way back he meets his old student John who is presently a goon. Even though he gives the amount to Kunjunni he refuses it. Kunjunni returns to the village with all hopes in vain. Without the knowledge of Kunjunni, John threatens Keshavan and forces him for this marriage without accepting any dowry. Keshavan says about his change in plans to Kunjunni. Kunjunni very happily makes all arrangements for the marriage. Two days before the marriage, Keshavan gets information about John and gives the information to Majeed. He then goes to Kunjunni's house and says that the marriage won't happen until he raised the fifty thousand. On the day of the marriage Kunjunni asks Pappu to marry Lakshmi. Ragunath then comes there and asks forgiveness for all that his father did and said he would marry her. Knowing this Keshan too arrives there and demands for the dowry. Unbearable of all these pressure Lakshmi faints down to Nilavilakku and dies. Cast Adoor Bhasi as Kunjunni Mash Mammootty as John Ratheesh as Inspector Majeed Mohanlal as Excise Minister Prabhakaran T. G. Ravi as Keshavan Nair, the panchayat president Sathish Menon as Ragunath, Keshavan's son Sunanda as Lakshmi, Kunjunni's daughter Sukumari as Parvathy, Kunjunni's wife Kuthiravattam Pappu as Pappu Meena as Keshavan's wife Anuradha as Susheela Unni Mary as Reetha, John's wife C. I. Paul as Susheela's boss Santhakumari as the hostel warden Kozhikode Narayanan Nair as Madhavan (cameo appearance) Soundtrack The music was composed by K. J. Joy and the lyrics were written by Poovachal Khader. References External links 1983 films 1983 drama films 1980s Malayalam-language films Indian family films Indian drama films Films about Indian weddings Films directed by Baby (director) Films scored by K. J. Joy Malayalam remakes of Tamil films Films shot in Kerala
```xml import { css, html, LitElement } from 'lit'; import { customElement, property } from 'lit/decorators.js'; import { scrollableBase } from './styles/lit/base.css'; import './code-icon'; import './progress'; export interface WebviewPaneExpandedChangeEventDetail { expanded: boolean; } @customElement('webview-pane') export class WebviewPane extends LitElement { static override styles = [ scrollableBase, css` :host { display: flex; flex-direction: column; background-color: var(--vscode-sideBar-background); min-height: 23px; } * { box-sizing: border-box; } .header { flex: none; display: flex; background-color: var(--vscode-sideBarSectionHeader-background); color: var(--vscode-sideBarSectionHeader-foreground); border-top: 1px solid var(--vscode-sideBarSectionHeader-border); position: relative; } .header:focus-within { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } .label { appearance: none; display: flex; flex-direction: row; align-items: center; width: 100%; padding: 0; border: none; text-align: left; font-family: var(--font-family); font-size: 1.1rem; line-height: 2.2rem; height: 2.2rem; background: transparent; color: inherit; outline: none; text-overflow: ellipsis; user-select: none; } :host([collapsable]) .label { cursor: pointer; } .title { font-weight: bold; text-transform: uppercase; } :host(:not([collapsable])) .title { margin-left: 0.8rem; } .subtitle { margin-left: 1rem; opacity: 0.6; } .icon { font-weight: normal; margin: 0 0.2rem; } .content { flex: 1; overflow: auto; min-height: 0; /* scrollbar-gutter: stable; box-shadow: #000000 0 0.6rem 0.6rem -0.6rem inset; */ padding-top: 0.6rem; } :host([collapsable]:not([expanded])) .content, :host([collapsable][expanded='false']) .content { display: none; } slot[name='actions']::slotted(*) { flex: none; margin-left: auto; } `, ]; @property({ type: Boolean, reflect: true }) collapsable = false; @property({ type: Boolean, reflect: true }) expanded = false; @property({ type: Boolean, reflect: true }) loading = false; renderTitle() { if (!this.collapsable) { return html`<div class="label"> <span class="title"><slot name="title">Section</slot></span> <span class="subtitle"><slot name="subtitle"></slot></span> </div>`; } return html`<button type="button" class="label" aria-controls="content" aria-expanded=${this.expanded} @click="${this.toggleExpanded}" > <code-icon class="icon" icon=${this.expanded ? 'chevron-down' : 'chevron-right'}></code-icon ><span class="title"><slot name="title">Section</slot></span> <span class="subtitle"><slot name="subtitle"></slot></span> </button>`; } override render() { return html` <header class="header"> ${this.renderTitle()} <slot name="actions"></slot> <progress-indicator ?active="${this.loading}"></progress-indicator> </header> <div id="content" role="region" part="content" class="content scrollable"> <slot></slot> </div> `; } private toggleExpanded() { this.expanded = !this.expanded; this.dispatchEvent( new CustomEvent<WebviewPaneExpandedChangeEventDetail>('expanded-change', { detail: { expanded: this.expanded, }, bubbles: true, composed: true, }), ); } } declare global { interface HTMLElementTagNameMap { 'webview-pane': WebviewPane; } } ```
```php <?php /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the */ namespace Google\Service\PlayIntegrity\Resource; use Google\Service\PlayIntegrity\DecodeIntegrityTokenRequest; use Google\Service\PlayIntegrity\DecodeIntegrityTokenResponse; /** * The "v1" collection of methods. * Typical usage is: * <code> * $playintegrityService = new Google\Service\PlayIntegrity(...); * $v1 = $playintegrityService->v1; * </code> */ class V1 extends \Google\Service\Resource { /** * Decodes the integrity token and returns the token payload. * (v1.decodeIntegrityToken) * * @param string $packageName Package name of the app the attached integrity * token belongs to. * @param DecodeIntegrityTokenRequest $postBody * @param array $optParams Optional parameters. * @return DecodeIntegrityTokenResponse * @throws \Google\Service\Exception */ public function decodeIntegrityToken($packageName, DecodeIntegrityTokenRequest $postBody, $optParams = []) { $params = ['packageName' => $packageName, 'postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('decodeIntegrityToken', [$params], DecodeIntegrityTokenResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(V1::class, 'Google_Service_PlayIntegrity_Resource_V1'); ```
Katherin Oriana Echandia Zárate (born 14 August 2001) is a Venezuelan weightlifter. She won the bronze medal in the women's 45 kg event at the 2018 World Weightlifting Championships held in Ashgabat, Turkmenistan. She won two gold medals at the 2022 Bolivarian Games held in Valledupar, Colombia. Career Echandia won the gold medal in the girls' 44kg event at the 2018 Summer Youth Olympics held in Buenos Aires, Argentina. A month later, she won the bronze medal in the women's 45kg event at the 2018 World Weightlifting Championships in Ashgabat, Turkmenistan. Echandia also competed in the women's 49 kg event at the 2019 World Weightlifting Championships in Pattaya, Thailand. Echandia won the bronze medal in the women's 49kg event at the 2021 Junior Pan American Games held in Cali and Valle, Colombia. She won two gold medals at the 2022 Bolivarian Games held in Valledupar, Colombia. She won the gold medal in her event at the 2022 South American Games held in Asunción, Paraguay. Two months later, she competed in the women's 49kg event at the 2022 World Weightlifting Championships held in Bogotá, Colombia. Echandia competed in the women's 49kg event at the 2023 World Weightlifting Championships held in Riyadh, Saudi Arabia. Achievements References External links Living people 2001 births Venezuelan female weightlifters Weightlifters at the 2018 Summer Youth Olympics Medalists at the 2018 Summer Youth Olympics Youth Olympic gold medalists for Venezuela World Weightlifting Championships medalists South American Games gold medalists for Venezuela South American Games medalists in weightlifting Competitors at the 2022 South American Games Weightlifters at the 2023 Pan American Games Medalists at the 2023 Pan American Games Pan American Games silver medalists for Venezuela Pan American Games medalists in weightlifting 21st-century Venezuelan women
Erich Matthias Rößler (born 14 January 1955) is a German politician, member of the Christian Democratic Union (CDU). Since 1990, he has been a member of the Saxon Landtag. From 1994 to 2004 he served as minister of culture, later as minister of science and art in the government of Saxony. Since 2009 he has been "Landtagspräsident", the speaker of the Saxon parliament. Career Rößler was born in Dresden, the son of a master gardener from the village of Cossebaude (now a western district of Dresden). He attended Christenlehre (Christian education) and refused to become a member of the socialist youth organizations, but was accepted nonetheless to a high school in the Dresden (today Romain-Rolland-Gymnasium), graduating in 1973 with the excellent grade 1.0. Because of his political abstinence, he was denied to study ethnography. He did the minimum service (Grundwehrdienst) in the National People's Army and then studied mechanical engineering, graduating in 1979 with a diploma. He then worked as a research assistant at the University of Transport in Dresden. There he obtained his doctorate in 1983 with a dissertation Experimentelle Untersuchungen charakteristischer Strömungserscheinungen in einem speziellen geraden Gitter bei hochturbulenter Anströmung (Experimental investigations of characteristic flow phenomena in a special straight grate at highly turbulent flow). From 1985 to 1990, he was a development engineer and a senior researcher in the Kombinat Lokomotivbau/Elektrotechnische Werke in Hennigsdorf. From 1989, he also worked at the Academy of Sciences on topics of basic research. He is the holder of several patents and author of scientific publications. Political career In 1989, Rößler joined the opposition movement Democratic Awakening. He took over functions in the central party leadership in Berlin and was a science policy spokesman of the party. He also served on the group's state board of Saxony. In 1990, he was instrumental in forming the Ministry of Culture of the Free State of Saxony. He joined the CDU, which he represented in the parliament of Saxony. He was one of the initiators of the founding of the Hannah Arendt Institute for Research on Totalitarianism in Dresden, to explore totalitarian structures and their impact on individuals and society. From September 1994 to April 2002, Rößler was Saxon State Minister for Education, and was also the Chairman of the German Sportministerkonferenz (conference of sport ministers). From 18 April 2002 to 10 November 2004, he was Minister for Science and Art. On 16 September 2009, Rößler was nominated as successor of the retiring speaker of parliament Erich Iltgen and elected on 29 September with 82 votes out of 132. On 26 May 2005 he was awarded the Sächsische Verfassungsmedaille by Erich Iltgen for the "Mitgestaltung der Grundzüge der sächsischen Bildungspolitik" (participation in the founding structure of Saxon education policy). Since his election to as speaker of parliament, he has been a member of the Sächsischer Verdienstorden (Saxon Order of Merit). Rößler was a CDU delegate to the Federal Convention for the purpose of electing the President of Germany in 2017. Ahead of the Christian Democrats’ leadership election in 2018, he publicly endorsed Friedrich Merz to succeed Angela Merkel as the party’s chair. In June 2022, Rößler announced that he would not stand in the 2024 state elections but instead resign from active politics by the end of the parliamentary term. Personal life Rößler is married since 1979 and has two sons. References External links Official website Matthias Rößler at the Saxony Landtag website Christian Democratic Union of Germany politicians Government ministers of Germany Politicians from Dresden 1955 births Living people Members of the Landtag of Saxony Ministers of the Saxony State Government Recipients of the Order of Merit of the Free State of Saxony
```ruby # frozen_string_literal: true class BulkImportRowService def call(row) @account = row.bulk_import.account @data = row.data @type = row.bulk_import.type.to_sym case @type when :following, :blocking, :muting, :lists target_acct = @data['acct'] target_domain = domain(target_acct) @target_account = stoplight_wrapper(target_domain).run { ResolveAccountService.new.call(target_acct, { check_delivery_availability: true }) } return false if @target_account.nil? when :bookmarks target_uri = @data['uri'] target_domain = Addressable::URI.parse(target_uri).normalized_host @target_status = ActivityPub::TagManager.instance.uri_to_resource(target_uri, Status) return false if @target_status.nil? && ActivityPub::TagManager.instance.local_uri?(target_uri) @target_status ||= stoplight_wrapper(target_domain).run { ActivityPub::FetchRemoteStatusService.new.call(target_uri) } return false if @target_status.nil? end case @type when :following FollowService.new.call(@account, @target_account, reblogs: @data['show_reblogs'], notify: @data['notify'], languages: @data['languages']) when :blocking BlockService.new.call(@account, @target_account) when :muting MuteService.new.call(@account, @target_account, notifications: @data['hide_notifications']) when :bookmarks return false unless StatusPolicy.new(@account, @target_status).show? @account.bookmarks.find_or_create_by!(status: @target_status) when :lists list = @account.owned_lists.find_or_create_by!(title: @data['list_name']) FollowService.new.call(@account, @target_account) unless @account.id == @target_account.id list.accounts << @target_account end true rescue ActiveRecord::RecordNotFound false end def domain(uri) domain = uri.is_a?(Account) ? uri.domain : uri.split('@')[1] TagManager.instance.local_domain?(domain) ? nil : TagManager.instance.normalize_domain(domain) end def stoplight_wrapper(domain) if domain.present? Stoplight("source:#{domain}") .with_fallback { nil } .with_threshold(1) .with_cool_off_time(5.minutes.seconds) .with_error_handler { |error, handle| error.is_a?(HTTP::Error) || error.is_a?(OpenSSL::SSL::SSLError) ? handle.call(error) : raise(error) } else Stoplight('domain-blank') end end end ```
Kzyl-Tan () is a rural locality (a selo) in Aktyubinnsky Selsoviet of Volodarsky District, Astrakhan Oblast, Russia. The population was 141 as of 2010. There are 5 streets. Geography Kzyl-Tan is located on the Kornevaya River, 3 km south of Volodarsky (the district's administrative centre) by road. Volodarsky is the nearest rural locality. References Rural localities in Volodarsky District, Astrakhan Oblast
The 1993 Volvo International was a tennis tournament played on outdoor hard courts at the Cullman-Heyman Tennis Center in New Haven, Connecticut, United States and was part of the Championship Series of the 1993 ATP Tour. The tournament ran from August 16 through August 23, 1993. Kelly Jones and Rick Leach were the defending champions but only Jones competed that year with Paul Annacone. Annacone and Jones lost in the semifinals to Cyril Suk and Daniel Vacek. Suk and Vacek won in the final 7–5, 6–4 against Steve DeVries and David Macpherson. Seeds Champion seeds are indicated in bold text while text in italics indicates the round in which those seeds were eliminated. The top four seeded teams received byes into the second round. Draw Final Top half Bottom half References Doubles
```python """ Python 'utf-8-sig' Codec This work similar to UTF-8 with the following changes: * On encoding/writing a UTF-8 encoded BOM will be prepended/written as the first three bytes. * On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these bytes will be skipped. """ import codecs ### Codec APIs def encode(input, errors='strict'): return (codecs.BOM_UTF8 + codecs.utf_8_encode(input, errors)[0], len(input)) def decode(input, errors='strict'): prefix = 0 if input[:3] == codecs.BOM_UTF8: input = input[3:] prefix = 3 (output, consumed) = codecs.utf_8_decode(input, errors, True) return (output, consumed+prefix) class IncrementalEncoder(codecs.IncrementalEncoder): def __init__(self, errors='strict'): codecs.IncrementalEncoder.__init__(self, errors) self.first = 1 def encode(self, input, final=False): if self.first: self.first = 0 return codecs.BOM_UTF8 + codecs.utf_8_encode(input, self.errors)[0] else: return codecs.utf_8_encode(input, self.errors)[0] def reset(self): codecs.IncrementalEncoder.reset(self) self.first = 1 def getstate(self): return self.first def setstate(self, state): self.first = state class IncrementalDecoder(codecs.BufferedIncrementalDecoder): def __init__(self, errors='strict'): codecs.BufferedIncrementalDecoder.__init__(self, errors) self.first = True def _buffer_decode(self, input, errors, final): if self.first: if len(input) < 3: if codecs.BOM_UTF8.startswith(input): # not enough data to decide if this really is a BOM # => try again on the next call return (u"", 0) else: self.first = None else: self.first = None if input[:3] == codecs.BOM_UTF8: (output, consumed) = codecs.utf_8_decode(input[3:], errors, final) return (output, consumed+3) return codecs.utf_8_decode(input, errors, final) def reset(self): codecs.BufferedIncrementalDecoder.reset(self) self.first = True class StreamWriter(codecs.StreamWriter): def reset(self): codecs.StreamWriter.reset(self) try: del self.encode except AttributeError: pass def encode(self, input, errors='strict'): self.encode = codecs.utf_8_encode return encode(input, errors) class StreamReader(codecs.StreamReader): def reset(self): codecs.StreamReader.reset(self) try: del self.decode except AttributeError: pass def decode(self, input, errors='strict'): if len(input) < 3: if codecs.BOM_UTF8.startswith(input): # not enough data to decide if this is a BOM # => try again on the next call return (u"", 0) elif input[:3] == codecs.BOM_UTF8: self.decode = codecs.utf_8_decode (output, consumed) = codecs.utf_8_decode(input[3:],errors) return (output, consumed+3) # (else) no BOM present self.decode = codecs.utf_8_decode return codecs.utf_8_decode(input, errors) ### encodings module API def getregentry(): return codecs.CodecInfo( name='utf-8-sig', encode=encode, decode=decode, incrementalencoder=IncrementalEncoder, incrementaldecoder=IncrementalDecoder, streamreader=StreamReader, streamwriter=StreamWriter, ) ```
Golgin subfamily A member 1 is a protein that in humans is encoded by the GOLGA1 gene. The Golgi apparatus, which participates in glycosylation and transport of proteins and lipids in the secretory pathway, consists of a series of stacked cisternae (flattened membrane sacs). Interactions between the Golgi and microtubules are thought to be important for the reorganization of the Golgi after it fragments during mitosis. The golgins are a family of proteins, of which the protein encoded by this gene is a member, that are localized to the Golgi. This encoded protein is associated with Sjogren's syndrome. Interactions GOLGA1 has been shown to interact with ARL1. References Further reading
```java /* * * * 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. */ package com.yanzhenjie.andserver.error; /** * Created by Zhenjie Yan on 2018/7/10. */ public class InvalidMediaTypeException extends IllegalArgumentException { private String mMediaType; /** * Create a new InvalidMediaTypeException for the given media type. * * @param mediaType the offending media type. * @param message a detail message indicating the invalid part. */ public InvalidMediaTypeException(String mediaType, String message) { super("Invalid media type \"" + mediaType + "\": " + message); this.mMediaType = mediaType; } /** * Constructor that allows wrapping {@link InvalidMimeTypeException}. */ public InvalidMediaTypeException(InvalidMimeTypeException ex) { super(ex.getMessage(), ex); this.mMediaType = ex.getMimeType(); } /** * Return the offending media type. */ public String getMediaType() { return this.mMediaType; } } ```
The Oostzee was a Dutch coaster on which a serious toxic accident occurred on the Lower Elbe (Germany) in July 1989. History 1980 to 1989 The ship was built in 1980 at the Martin-Jansen shipyard in Leer/Ostfriesland, with the hull number 163 as the Oostzee for the Rotterdam shipping company Noordlijn, a subsidiary of the Haren-Emser shipping company Intersee Schiffahrtsgesellschaft. From 1981 to 1983 the ship was operated as Savonia under the management of Intersee and then sold by Noordlijn to the company "Noordzee" in Delfzijl, which operated it again in the following years under the management of Scheepvaartbedrijf Noordlijn, Emmen under the name Oostzee. Poison accident in 1989 In July 1989, the Oostzee was on a voyage from Rotterdam through the Kiel Canal to Leningrad. The cargo in the ship's hold included barbed wire, silica sand, zinc ingots and 3913 barrels containing about 850 tons of epichlorohydrin. On the voyage from Rotterdam to the Elbe, the freighter encountered bad weather, during which some of the dangerous goods barrels slipped. In the process, about 40 barrels leaked. At the time, Günter Hollmann, a member of the "Oostzee" crisis team, said that improper storage of the toxic barrels was to blame. Contrary to the regulations, the barrels had been placed directly on the floor of the ship and had not been stacked properly. On July 18, 1989, the ship arrived at the Kiel Canal, where it was prevented from continuing its voyage due to cargo damage that had already resulted in a chloroform-like odor on board. First the ship was referred to the Neuwerk roadstead and the crew was rescued. Consideration was given to taking the ship to the manufacturing company Dow Chemical in Bützfleth, to Hamburg or to Cuxhaven, which was rejected in each case due to the proximity to residential areas.Ultimately, the Oostzee was taken to the Elbe port in Brunsbüttel to discharge the damaged cargo. The corresponding work lasted for more than three weeks and resulted in a number of accidents due to a lack of protection against the extremely harmful epichlorohydrin and its compounds. As a result, numerous aid workers, police officers and sailors became ill and died of cancer. 1989 to 2009 After the accident, the ship was initially operated by Noordlijn and then sold in 1994 to the Nedlloyd subsidiary K.N.S.M.-Kroonburgh in Rotterdam, where it was operated as Louise Green by the shipping company General Shipping & Chartering Services (GenChart) until 1996. From January 1996, the ship was owned as Trinity Square by Gulfranger Shipping Company in Limassol and operated by Vertom Scheepvaart- und Handelsmaatschappij in Rotterdam. Further stations were from October/November 1998 as Sandy Cay for C. Rehder Schiffsmakler und Reederei in Limassol, from July 1999 as Nordica for Unisand Shipping Company in Limassol under management of N.C. Schiffahrtsbüro in Bremerhaven and chartering by Wilhelm Tietjen Befrachtungsgesellschaft in Hamburg, from October 2004 Lady Rea for Rea Maritime Corporation in Panama and finally from August 2006 as Evgeniy Vasilyev for Dream Hills Trading in Panama under management of DSL Shipping in Limassol. At the end of 2009, the freighter was finally taken out of service and sold for demolition. In December 2009, the freighter arrived at the last port for scrapping in China. Importance The Oostzee poison accident is still one of the best-known shipping accidents on the Elbe and attracted a great deal of media attention at the time due to the numerous mishaps during the handling process. At the time, the accident was the reason for the German Federal Ministry of Transport to build and convert existing units into so-called gas protection ships, which can be used in the event of chemical accidents at sea. The accident continues to be a case study that is mentioned again and again on the subject of the risks involved in transporting dangerous goods. Technology Superstructure and engine plant were located aft. The ship's propulsion system consisted of a six-cylinder, four-stroke diesel engine made by MWM, which delivered its power of up to 3000 hp to the fixed-pitch propeller via a gearbox. Two electro-hydraulic cranes were arranged on the port side. References External links Oostzee at Cedre Deutscher Bundestag - Kleine Anfrage Mehr Sicherheit beim Gefahrguttransport per Schiff (German) Björn Looström: „The OOSTZEE Case July/August 1989“ 1980 ships Ships built in Germany Maritime incidents in 1989 Shipwrecks of Germany Shipwrecks in the North Sea Wadden Sea
The Poland men's national under-18 ice hockey team is the men's national under-18 ice hockey team of Poland. The team is controlled by the Polish Ice Hockey Federation, a member of the International Ice Hockey Federation. The team represents Poland at the IIHF World U18 Championships. International competitions IIHF World U18 Championships External links Poland at IIHF.com Ice hockey in Poland National under-18 ice hockey teams Ice hockey
```objective-c // // // path_to_url // //////////////////////////////////////////////////////////////////////// /* ************************************************************************** */ /* ** ** */ /* ** This file is generated by a script. ** */ /* ** ** */ /* ** Do not edit it directly (unless it is within a CUSTOM CODE section)! ** */ /* ** Edit hdSchemaDefs.py instead to make changes. ** */ /* ** ** */ /* ************************************************************************** */ #ifndef PXR_IMAGING_HD_COLLECTION_SCHEMA_H #define PXR_IMAGING_HD_COLLECTION_SCHEMA_H /// \file #include "pxr/imaging/hd/api.h" #include "pxr/imaging/hd/schema.h" // --(BEGIN CUSTOM CODE: Includes)-- // --(END CUSTOM CODE: Includes)-- PXR_NAMESPACE_OPEN_SCOPE // --(BEGIN CUSTOM CODE: Declares)-- // --(END CUSTOM CODE: Declares)-- #define HD_COLLECTION_SCHEMA_TOKENS \ (collection) \ (membershipExpression) \ TF_DECLARE_PUBLIC_TOKENS(HdCollectionSchemaTokens, HD_API, HD_COLLECTION_SCHEMA_TOKENS); //your_sha256_hash------------- class HdCollectionSchema : public HdSchema { public: /// \name Schema retrieval /// @{ HdCollectionSchema(HdContainerDataSourceHandle container) : HdSchema(container) {} /// Retrieves a container data source with the schema's default name token /// "collection" from the parent container and constructs a /// HdCollectionSchema instance. /// Because the requested container data source may not exist, the result /// should be checked with IsDefined() or a bool comparison before use. HD_API static HdCollectionSchema GetFromParent( const HdContainerDataSourceHandle &fromParentContainer); /// @} // --(BEGIN CUSTOM CODE: Schema Methods)-- // --(END CUSTOM CODE: Schema Methods)-- /// \name Member accessor /// @{ HD_API HdPathExpressionDataSourceHandle GetMembershipExpression() const; /// @} /// \name Schema location /// @{ /// Returns a token where the container representing this schema is found in /// a container by default. HD_API static const TfToken &GetSchemaToken(); /// Returns an HdDataSourceLocator (relative to the prim-level data source) /// where the container representing this schema is found by default. HD_API static const HdDataSourceLocator &GetDefaultLocator(); /// @} /// \name Schema construction /// @{ /// \deprecated Use Builder instead. /// /// Builds a container data source which includes the provided child data /// sources. Parameters with nullptr values are excluded. This is a /// low-level interface. For cases in which it's desired to define /// the container with a sparse set of child fields, the Builder class /// is often more convenient and readable. HD_API static HdContainerDataSourceHandle BuildRetained( const HdPathExpressionDataSourceHandle &membershipExpression ); /// \class HdCollectionSchema::Builder /// /// Utility class for setting sparse sets of child data source fields to be /// filled as arguments into BuildRetained. Because all setter methods /// return a reference to the instance, this can be used in the "builder /// pattern" form. class Builder { public: HD_API Builder &SetMembershipExpression( const HdPathExpressionDataSourceHandle &membershipExpression); /// Returns a container data source containing the members set thus far. HD_API HdContainerDataSourceHandle Build(); private: HdPathExpressionDataSourceHandle _membershipExpression; }; /// @} }; PXR_NAMESPACE_CLOSE_SCOPE #endif ```
Gorgor District is one of five districts of the province Cajatambo in Peru. Geography Some of the highest mountains of the district are listed below: References
```java package com.beloo.widget.chipslayoutmanager.gravity; import com.beloo.widget.chipslayoutmanager.SpanLayoutChildGravity; public class CustomGravityResolver implements IChildGravityResolver { @SpanLayoutChildGravity private int gravity; public CustomGravityResolver(int gravity) { this.gravity = gravity; } @Override @SpanLayoutChildGravity public int getItemGravity(int position) { return gravity; } } ```
Toodsi is a village in Rõuge Parish, Võru County in Estonia. References Villages in Võru County
```javascript const LEVELS = [ 'debug', 'info', 'warn', 'error', 'silent' ]; const LEVEL_TO_CONSOLE_METHOD = new Map([ ['debug', 'log'], ['info', 'log'], ['warn', 'log'] ]); class Logger { static levels = LEVELS; static defaultLevel = 'info'; constructor(level = Logger.defaultLevel) { this.activeLevels = new Set(); this.setLogLevel(level); } setLogLevel(level) { const levelIndex = LEVELS.indexOf(level); if (levelIndex === -1) throw new Error(`Invalid log level "${level}". Use one of these: ${LEVELS.join(', ')}`); this.activeLevels.clear(); for (const [i, level] of LEVELS.entries()) { if (i >= levelIndex) this.activeLevels.add(level); } } _log(level, ...args) { console[LEVEL_TO_CONSOLE_METHOD.get(level) || level](...args); } }; LEVELS.forEach(level => { if (level === 'silent') return; Logger.prototype[level] = function (...args) { if (this.activeLevels.has(level)) this._log(level, ...args); }; }); module.exports = Logger; ```
```javascript Weak vs Strict equality operator Keywords in hash keys Precision Avoid using `with` Getting the *real* dimensions of an image ```
A Property adjustment order is a legal order in the United Kingdom. They give a "court wide powers to change or transfer ownership of property regardless of whether one spouse or civil partner is the legal owner or whether you are joint legal owners". References Link is not working English property law
Fragnes-La Loyère () is a commune in the Saône-et-Loire department of eastern France. The municipality was established on 1 January 2016 and consists of the former communes of Fragnes and La Loyère. See also Communes of the Saône-et-Loire department References Communes of Saône-et-Loire
Trechalea is a genus of spiders in the family Trechaleidae. The species of this genus are found in the New World from the United States south to Peru and Brazil. Taxonomy The genus was first erected by Carl L. Koch in 1848, and given the name Triclaria. However, this name was already in use for a genus of parrots, and in 1869, Tord T.T. Thorell proposed the replacement name Trechalea. The name is derived from the Greek , meaning "rough" or "savage". Species , the World Spider Catalog accepted the following species: Trechalea amazonica F. O. Pickard-Cambridge, 1903 – Trinidad, Colombia, Brazil Trechalea bucculenta (Simon, 1898) – Colombia, Brazil, Argentina, Bolivia Trechalea connexa (O. Pickard-Cambridge, 1898) – Mexico Trechalea extensa (O. Pickard-Cambridge, 1896) – Mexico to Panama Trechalea gertschi Carico & Minch, 1981 – USA, Mexico Trechalea longitarsis (C. L. Koch, 1847) (type species) – Colombia, Ecuador, Peru Trechalea macconnelli Pocock, 1900 – Ecuador, Peru, Brazil, Guyana, Suriname Trechalea paucispina Caporiacco, 1947 – Peru, Brazil, Guyana Trechalea tirimbina Silva & Lapinski, 2012 – Costa Rica References Araneomorphae genera Spiders of North America Spiders of South America
South Wayne Historic District may refer to: South Wayne Historic District (Fort Wayne, Indiana), listed on the National Register of Historic Places in Allen County, Indiana South Wayne Historic District (Wayne, Pennsylvania), listed on the National Register of Historic Places in Delaware County, Pennsylvania
```c++ // This must be as small as possible, because its contents are // injected into the msvcprt.lib and msvcprtd.lib import libraries. // Do not include or define anything else here. // In particular, basic_string must not be included here. #if (defined(_M_IX86) || defined(_M_X64)) && !defined(_M_CEE_PURE) #include <emmintrin.h> #include <immintrin.h> #include <intrin0.h> #include <isa_availability.h> #include <xmmintrin.h> extern "C" long __isa_enabled; template <class _BidIt> static void _Reverse_tail(_BidIt _First, _BidIt _Last) noexcept { for (; _First != _Last && _First != --_Last; ++_First) { const auto _Temp = *_First; *_First = *_Last; *_Last = _Temp; } } template <class _BidIt, class _OutIt> static void _Reverse_copy_tail(_BidIt _First, _BidIt _Last, _OutIt _Dest) noexcept { while (_First != _Last) { *_Dest++ = *--_Last; } } static size_t _Byte_length(const void* _First, const void* _Last) noexcept { return static_cast<const unsigned char*>(_Last) - static_cast<const unsigned char*>(_First); } static void _Advance_bytes(void*& _Target, ptrdiff_t _Offset) noexcept { _Target = static_cast<unsigned char*>(_Target) + _Offset; } static void _Advance_bytes(const void*& _Target, ptrdiff_t _Offset) noexcept { _Target = static_cast<const unsigned char*>(_Target) + _Offset; } extern "C" { __declspec(noalias) void __cdecl __std_swap_ranges_trivially_swappable_noalias( void* _First1, void* _Last1, void* _First2) noexcept { constexpr size_t _Mask_32 = ~((static_cast<size_t>(1) << 5) - 1); if (_Byte_length(_First1, _Last1) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const void* _Stop_at = _First1; _Advance_bytes(_Stop_at, _Byte_length(_First1, _Last1) & _Mask_32); do { const __m256i _Left = _mm256_loadu_si256(static_cast<__m256i*>(_First1)); const __m256i _Right = _mm256_loadu_si256(static_cast<__m256i*>(_First2)); _mm256_storeu_si256(static_cast<__m256i*>(_First1), _Right); _mm256_storeu_si256(static_cast<__m256i*>(_First2), _Left); _Advance_bytes(_First1, 32); _Advance_bytes(_First2, 32); } while (_First1 != _Stop_at); } constexpr size_t _Mask_16 = ~((static_cast<size_t>(1) << 4) - 1); if (_Byte_length(_First1, _Last1) >= 16 #ifdef _M_IX86 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE2) #endif // _M_IX86 ) { const void* _Stop_at = _First1; _Advance_bytes(_Stop_at, _Byte_length(_First1, _Last1) & _Mask_16); do { const __m128i _Left = _mm_loadu_si128(static_cast<__m128i*>(_First1)); const __m128i _Right = _mm_loadu_si128(static_cast<__m128i*>(_First2)); _mm_storeu_si128(static_cast<__m128i*>(_First1), _Right); _mm_storeu_si128(static_cast<__m128i*>(_First2), _Left); _Advance_bytes(_First1, 16); _Advance_bytes(_First2, 16); } while (_First1 != _Stop_at); } #if defined(_M_X64) // NOTE: UNALIGNED MEMORY ACCESSES constexpr size_t _Mask_8 = ~((static_cast<size_t>(1) << 3) - 1); if (_Byte_length(_First1, _Last1) >= 8) { const void* _Stop_at = _First1; _Advance_bytes(_Stop_at, _Byte_length(_First1, _Last1) & _Mask_8); do { const unsigned long long _Left = *static_cast<unsigned long long*>(_First1); const unsigned long long _Right = *static_cast<unsigned long long*>(_First2); *static_cast<unsigned long long*>(_First1) = _Right; *static_cast<unsigned long long*>(_First2) = _Left; _Advance_bytes(_First1, 8); _Advance_bytes(_First2, 8); } while (_First1 != _Stop_at); } #elif defined(_M_IX86) // NOTE: UNALIGNED MEMORY ACCESSES constexpr size_t _Mask_4 = ~((static_cast<size_t>(1) << 2) - 1); if (_Byte_length(_First1, _Last1) >= 4) { const void* _Stop_at = _First1; _Advance_bytes(_Stop_at, _Byte_length(_First1, _Last1) & _Mask_4); do { const unsigned long _Left = *static_cast<unsigned long*>(_First1); const unsigned long _Right = *static_cast<unsigned long*>(_First2); *static_cast<unsigned long*>(_First1) = _Right; *static_cast<unsigned long*>(_First2) = _Left; _Advance_bytes(_First1, 4); _Advance_bytes(_First2, 4); } while (_First1 != _Stop_at); } #else #error Unsupported architecture #endif auto _First1c = static_cast<unsigned char*>(_First1); auto _Last1c = static_cast<unsigned char*>(_Last1); auto _First2c = static_cast<unsigned char*>(_First2); for (; _First1c != _Last1c; ++_First1c, ++_First2c) { unsigned char _Ch = *_First1c; *_First1c = *_First2c; *_First2c = _Ch; } } // TRANSITION, ABI: __std_swap_ranges_trivially_swappable() is preserved for binary compatibility void* __cdecl __std_swap_ranges_trivially_swappable(void* _First1, void* _Last1, void* _First2) noexcept { __std_swap_ranges_trivially_swappable_noalias(_First1, _Last1, _First2); return static_cast<char*>(_First2) + (static_cast<char*>(_Last1) - static_cast<char*>(_First1)); } __declspec(noalias) void __cdecl __std_reverse_trivially_swappable_1(void* _First, void* _Last) noexcept { if (_Byte_length(_First, _Last) >= 64 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const __m256i _Reverse_char_lanes_avx = _mm256_set_epi8( // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 6 << 5); do { _Advance_bytes(_Last, -32); // vpermq to load left and right, and transpose the lanes const __m256i _Left = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<__m256i*>(_First)), 78); const __m256i _Right = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<__m256i*>(_Last)), 78); // transpose all the chars in the lanes const __m256i _Left_reversed = _mm256_shuffle_epi8(_Left, _Reverse_char_lanes_avx); const __m256i _Right_reversed = _mm256_shuffle_epi8(_Right, _Reverse_char_lanes_avx); _mm256_storeu_si256(static_cast<__m256i*>(_First), _Right_reversed); _mm256_storeu_si256(static_cast<__m256i*>(_Last), _Left_reversed); _Advance_bytes(_First, 32); } while (_First != _Stop_at); } if (_Byte_length(_First, _Last) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE42)) { const __m128i _Reverse_char_sse = _mm_set_epi8(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Left = _mm_loadu_si128(static_cast<__m128i*>(_First)); const __m128i _Right = _mm_loadu_si128(static_cast<__m128i*>(_Last)); const __m128i _Left_reversed = _mm_shuffle_epi8(_Left, _Reverse_char_sse); // SSSE3 const __m128i _Right_reversed = _mm_shuffle_epi8(_Right, _Reverse_char_sse); _mm_storeu_si128(static_cast<__m128i*>(_First), _Right_reversed); _mm_storeu_si128(static_cast<__m128i*>(_Last), _Left_reversed); _Advance_bytes(_First, 16); } while (_First != _Stop_at); } _Reverse_tail(static_cast<unsigned char*>(_First), static_cast<unsigned char*>(_Last)); } __declspec(noalias) void __cdecl __std_reverse_trivially_swappable_2(void* _First, void* _Last) noexcept { if (_Byte_length(_First, _Last) >= 64 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const __m256i _Reverse_short_lanes_avx = _mm256_set_epi8( // 1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14, // 1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14); const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 6 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Left = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<__m256i*>(_First)), 78); const __m256i _Right = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<__m256i*>(_Last)), 78); const __m256i _Left_reversed = _mm256_shuffle_epi8(_Left, _Reverse_short_lanes_avx); const __m256i _Right_reversed = _mm256_shuffle_epi8(_Right, _Reverse_short_lanes_avx); _mm256_storeu_si256(static_cast<__m256i*>(_First), _Right_reversed); _mm256_storeu_si256(static_cast<__m256i*>(_Last), _Left_reversed); _Advance_bytes(_First, 32); } while (_First != _Stop_at); } if (_Byte_length(_First, _Last) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE42)) { const __m128i _Reverse_short_sse = _mm_set_epi8(1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14); const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Left = _mm_loadu_si128(static_cast<__m128i*>(_First)); const __m128i _Right = _mm_loadu_si128(static_cast<__m128i*>(_Last)); const __m128i _Left_reversed = _mm_shuffle_epi8(_Left, _Reverse_short_sse); // SSSE3 const __m128i _Right_reversed = _mm_shuffle_epi8(_Right, _Reverse_short_sse); _mm_storeu_si128(static_cast<__m128i*>(_First), _Right_reversed); _mm_storeu_si128(static_cast<__m128i*>(_Last), _Left_reversed); _Advance_bytes(_First, 16); } while (_First != _Stop_at); } _Reverse_tail(static_cast<unsigned short*>(_First), static_cast<unsigned short*>(_Last)); } __declspec(noalias) void __cdecl __std_reverse_trivially_swappable_4(void* _First, void* _Last) noexcept { if (_Byte_length(_First, _Last) >= 64 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 6 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Left = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<__m256i*>(_First)), 78); const __m256i _Right = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<__m256i*>(_Last)), 78); const __m256i _Left_reversed = _mm256_shuffle_epi32(_Left, 27); const __m256i _Right_reversed = _mm256_shuffle_epi32(_Right, 27); _mm256_storeu_si256(static_cast<__m256i*>(_First), _Right_reversed); _mm256_storeu_si256(static_cast<__m256i*>(_Last), _Left_reversed); _Advance_bytes(_First, 32); } while (_First != _Stop_at); } if (_Byte_length(_First, _Last) >= 32 #ifdef _M_IX86 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE2) #endif // _M_IX86 ) { const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Left = _mm_loadu_si128(static_cast<__m128i*>(_First)); const __m128i _Right = _mm_loadu_si128(static_cast<__m128i*>(_Last)); const __m128i _Left_reversed = _mm_shuffle_epi32(_Left, 27); const __m128i _Right_reversed = _mm_shuffle_epi32(_Right, 27); _mm_storeu_si128(static_cast<__m128i*>(_First), _Right_reversed); _mm_storeu_si128(static_cast<__m128i*>(_Last), _Left_reversed); _Advance_bytes(_First, 16); } while (_First != _Stop_at); } _Reverse_tail(static_cast<unsigned long*>(_First), static_cast<unsigned long*>(_Last)); } __declspec(noalias) void __cdecl __std_reverse_trivially_swappable_8(void* _First, void* _Last) noexcept { if (_Byte_length(_First, _Last) >= 64 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 6 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Left = _mm256_loadu_si256(static_cast<__m256i*>(_First)); const __m256i _Right = _mm256_loadu_si256(static_cast<__m256i*>(_Last)); const __m256i _Left_reversed = _mm256_permute4x64_epi64(_Left, 27); const __m256i _Right_reversed = _mm256_permute4x64_epi64(_Right, 27); _mm256_storeu_si256(static_cast<__m256i*>(_First), _Right_reversed); _mm256_storeu_si256(static_cast<__m256i*>(_Last), _Left_reversed); _Advance_bytes(_First, 32); } while (_First != _Stop_at); } if (_Byte_length(_First, _Last) >= 32 #ifdef _M_IX86 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE2) #endif // _M_IX86 ) { const void* _Stop_at = _First; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Left = _mm_loadu_si128(static_cast<__m128i*>(_First)); const __m128i _Right = _mm_loadu_si128(static_cast<__m128i*>(_Last)); const __m128i _Left_reversed = _mm_shuffle_epi32(_Left, 78); const __m128i _Right_reversed = _mm_shuffle_epi32(_Right, 78); _mm_storeu_si128(static_cast<__m128i*>(_First), _Right_reversed); _mm_storeu_si128(static_cast<__m128i*>(_Last), _Left_reversed); _Advance_bytes(_First, 16); } while (_First != _Stop_at); } _Reverse_tail(static_cast<unsigned long long*>(_First), static_cast<unsigned long long*>(_Last)); } __declspec(noalias) void __cdecl __std_reverse_copy_trivially_copyable_1( const void* _First, const void* _Last, void* _Dest) noexcept { if (_Byte_length(_First, _Last) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const __m256i _Reverse_char_lanes_avx = _mm256_set_epi8( // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Block = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<const __m256i*>(_Last)), 78); const __m256i _Block_reversed = _mm256_shuffle_epi8(_Block, _Reverse_char_lanes_avx); _mm256_storeu_si256(static_cast<__m256i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 32); } while (_Dest != _Stop_at); } if (_Byte_length(_First, _Last) >= 16 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE42)) { const __m128i _Reverse_char_sse = _mm_set_epi8(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 4 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Block = _mm_loadu_si128(static_cast<const __m128i*>(_Last)); const __m128i _Block_reversed = _mm_shuffle_epi8(_Block, _Reverse_char_sse); // SSSE3 _mm_storeu_si128(static_cast<__m128i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 16); } while (_Dest != _Stop_at); } _Reverse_copy_tail(static_cast<const unsigned char*>(_First), static_cast<const unsigned char*>(_Last), static_cast<unsigned char*>(_Dest)); } __declspec(noalias) void __cdecl __std_reverse_copy_trivially_copyable_2( const void* _First, const void* _Last, void* _Dest) noexcept { if (_Byte_length(_First, _Last) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const __m256i _Reverse_short_lanes_avx = _mm256_set_epi8( // 1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14, // 1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14); const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Block = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<const __m256i*>(_Last)), 78); const __m256i _Block_reversed = _mm256_shuffle_epi8(_Block, _Reverse_short_lanes_avx); _mm256_storeu_si256(static_cast<__m256i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 32); } while (_Dest != _Stop_at); } if (_Byte_length(_First, _Last) >= 16 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE42)) { const __m128i _Reverse_short_sse = _mm_set_epi8(1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14); const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 4 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Block = _mm_loadu_si128(static_cast<const __m128i*>(_Last)); const __m128i _Block_reversed = _mm_shuffle_epi8(_Block, _Reverse_short_sse); // SSSE3 _mm_storeu_si128(static_cast<__m128i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 16); } while (_Dest != _Stop_at); } _Reverse_copy_tail(static_cast<const unsigned short*>(_First), static_cast<const unsigned short*>(_Last), static_cast<unsigned short*>(_Dest)); } __declspec(noalias) void __cdecl __std_reverse_copy_trivially_copyable_4( const void* _First, const void* _Last, void* _Dest) noexcept { if (_Byte_length(_First, _Last) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Block = _mm256_permute4x64_epi64(_mm256_loadu_si256(static_cast<const __m256i*>(_Last)), 78); const __m256i _Block_reversed = _mm256_shuffle_epi32(_Block, 27); _mm256_storeu_si256(static_cast<__m256i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 32); } while (_Dest != _Stop_at); } if (_Byte_length(_First, _Last) >= 16 #ifdef _M_IX86 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE2) #endif // _M_IX86 ) { const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 4 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Block = _mm_loadu_si128(static_cast<const __m128i*>(_Last)); const __m128i _Block_reversed = _mm_shuffle_epi32(_Block, 27); _mm_storeu_si128(static_cast<__m128i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 16); } while (_Dest != _Stop_at); } _Reverse_copy_tail(static_cast<const unsigned long*>(_First), static_cast<const unsigned long*>(_Last), static_cast<unsigned long*>(_Dest)); } __declspec(noalias) void __cdecl __std_reverse_copy_trivially_copyable_8( const void* _First, const void* _Last, void* _Dest) noexcept { if (_Byte_length(_First, _Last) >= 32 && _bittest(&__isa_enabled, __ISA_AVAILABLE_AVX2)) { const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 5 << 5); do { _Advance_bytes(_Last, -32); const __m256i _Block = _mm256_loadu_si256(static_cast<const __m256i*>(_Last)); const __m256i _Block_reversed = _mm256_permute4x64_epi64(_Block, 27); _mm256_storeu_si256(static_cast<__m256i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 32); } while (_Dest != _Stop_at); } if (_Byte_length(_First, _Last) >= 16 #ifdef _M_IX86 && _bittest(&__isa_enabled, __ISA_AVAILABLE_SSE2) #endif // _M_IX86 ) { const void* _Stop_at = _Dest; _Advance_bytes(_Stop_at, _Byte_length(_First, _Last) >> 4 << 4); do { _Advance_bytes(_Last, -16); const __m128i _Block = _mm_loadu_si128(static_cast<const __m128i*>(_Last)); const __m128i _Block_reversed = _mm_shuffle_epi32(_Block, 78); _mm_storeu_si128(static_cast<__m128i*>(_Dest), _Block_reversed); _Advance_bytes(_Dest, 16); } while (_Dest != _Stop_at); } _Reverse_copy_tail(static_cast<const unsigned long long*>(_First), static_cast<const unsigned long long*>(_Last), static_cast<unsigned long long*>(_Dest)); } } // extern "C" #endif // (defined(_M_IX86) || defined(_M_X64)) && !defined(_M_CEE_PURE) ```
```python # mypy: allow-untyped-defs import torch import torch.ao.nn.intrinsic as nni import torch.nn as nn import torch.nn.functional as F from torch.nn import init from torch.nn.parameter import Parameter from torch.nn.utils.fusion import fuse_linear_bn_weights __all__ = [ "LinearBn1d", ] class LinearBn1d(nn.modules.linear.Linear, nni._FusedModule): r""" A LinearBn1d module is a module fused from Linear and BatchNorm1d, attached with FakeQuantize modules for weight, used in quantization aware training. We combined the interface of :class:`torch.nn.Linear` and :class:torch.nn.BatchNorm1d`. Similar to :class:`torch.nn.Linear`, with FakeQuantize modules initialized to default. Attributes: freeze_bn: weight_fake_quant: fake quant module for weight """ def __init__( self, # Linear args in_features, out_features, bias=True, # BatchNorm1d args # num_features: out_features eps=1e-05, momentum=0.1, # affine: True # track_running_stats: True # Args for this module freeze_bn=False, qconfig=None, ): nn.modules.linear.Linear.__init__(self, in_features, out_features, bias) assert qconfig, "qconfig must be provided for QAT module" self.qconfig = qconfig self.freeze_bn = freeze_bn if self.training else True self.bn = nn.BatchNorm1d(out_features, eps, momentum, True, True) self.weight_fake_quant = self.qconfig.weight() if bias: self.bias = Parameter(torch.empty(out_features)) else: self.register_parameter("bias", None) self.reset_bn_parameters() # this needs to be called after reset_bn_parameters, # as they modify the same state if self.training: if freeze_bn: self.freeze_bn_stats() else: self.update_bn_stats() else: self.freeze_bn_stats() def reset_running_stats(self): self.bn.reset_running_stats() def reset_bn_parameters(self): self.bn.reset_running_stats() init.uniform_(self.bn.weight) init.zeros_(self.bn.bias) def reset_parameters(self): super().reset_parameters() def update_bn_stats(self): self.freeze_bn = False self.bn.training = True return self def freeze_bn_stats(self): self.freeze_bn = True self.bn.training = False return self def forward(self, input): assert self.bn.running_var is not None # Scale the linear weights by BN's running statistics to reduce # weight jitter, see path_to_url page 18 # for motivation. # # Instead of # # x1 = F.linear(x0, fq(w), b) # x2 = self.bn(x1) # # We have # # # scale the weight by previous batch's running statistics # scale_factor = bn.w / bn.running_std_from_prev_batch # # do the linear transformation without bias # x1_scaled = F.linear(x0, fq(w * scale_factor), 0) # # reverse the scaling and add original bias # x1_orig = x1_scaled / scale_factor + b # x2 = self.bn(x1_orig) running_std = torch.sqrt(self.bn.running_var + self.bn.eps) scale_factor = self.bn.weight / running_std weight_shape = [1] * len(self.weight.shape) weight_shape[0] = -1 bias_shape = [1] * len(self.weight.shape) bias_shape[1] = -1 scaled_weight = self.weight_fake_quant( self.weight * scale_factor.reshape(weight_shape) ) if self.bias is not None: zero_bias = torch.zeros_like(self.bias) else: zero_bias = torch.zeros(self.out_features, device=scaled_weight.device) linear_out = F.linear(input, scaled_weight, zero_bias) linear_out_orig = linear_out / scale_factor.reshape(bias_shape) if self.bias is not None: linear_out_orig = linear_out_orig + self.bias.reshape(bias_shape) bn_out = self.bn(linear_out_orig) return bn_out def train(self, mode=True): """ Batchnorm's training behavior is using the self.training flag. Prevent changing it if BN is frozen. This makes sure that calling `model.train()` on a model with a frozen BN will behave properly. """ self.training = mode if not self.freeze_bn: for module in self.children(): module.train(mode) return self @classmethod def from_float(cls, mod, use_precomputed_fake_quant=False): r"""Create a qat module from a float module or qparams_dict Args: `mod' a float module, either produced by torch.ao.quantization utilities or directly from user """ assert type(mod) == nni.LinearBn1d, ( "qat." + cls.__name__ + ".from_float only works for " + nni.LinearBn1d.__name__ ) assert hasattr(mod, "qconfig"), "Input float module must have qconfig defined" assert mod.qconfig, "Input float module must have a valid config" qconfig = mod.qconfig linear, bn = mod[0], mod[1] qat_linearbn = cls( linear.in_features, linear.out_features, linear.bias is not None, bn.eps, bn.momentum, False, qconfig, ) qat_linearbn.weight = linear.weight qat_linearbn.bias = linear.bias qat_linearbn.bn.weight = bn.weight qat_linearbn.bn.bias = bn.bias qat_linearbn.bn.running_mean = bn.running_mean qat_linearbn.bn.running_var = bn.running_var qat_linearbn.bn.num_batches_tracked = bn.num_batches_tracked return qat_linearbn def to_float(self): linear = torch.nn.Linear(self.in_features, self.out_features) assert self.bn.running_var is not None and self.bn.running_mean is not None linear.weight, linear.bias = fuse_linear_bn_weights( self.weight, self.bias, self.bn.running_mean, self.bn.running_var, self.bn.eps, self.bn.weight, self.bn.bias, ) return linear ```
Michael Kirk Douglas (born September 25, 1944) is an American actor and film producer. He has received numerous accolades, including two Academy Awards, five Golden Globe Awards, a Primetime Emmy Award, the Cecil B. DeMille Award, and the AFI Life Achievement Award. The elder son of Kirk Douglas and Diana Dill, Douglas received his Bachelor of Arts in drama from the University of California, Santa Barbara. His early acting roles included film, stage, and television productions. Douglas first achieved prominence for his performance in the ABC police procedural television series The Streets of San Francisco, for which he received three consecutive Emmy Award nominations. In 1975, Douglas produced One Flew Over the Cuckoo's Nest, having acquired the rights to the Ken Kesey novel from his father. The film received critical and popular acclaim, and won the Academy Award for Best Picture, earning Douglas his first Oscar as one of the film's producers. Douglas went on to produce films including The China Syndrome (1979) and Romancing the Stone (1984), for which he received the Golden Globe Award for Best Motion Picture – Musical or Comedy, and The Jewel of the Nile (1985). Douglas received critical acclaim for his portrayal of Gordon Gekko in Oliver Stone's Wall Street (1987), for which he won the Academy Award for Best Actor (a role he reprised in the sequel Wall Street: Money Never Sleeps in 2010). Other notable roles include in Fatal Attraction (1987), The War of the Roses (1989), Basic Instinct (1992), Falling Down (1993), The American President (1995), The Game (1997), Traffic (2000), and Wonder Boys (2000). In 2013, for his portrayal of Liberace in the HBO film Behind the Candelabra, he won the Primetime Emmy Award for Outstanding Lead Actor in a Miniseries or a Movie. Douglas starred as an aging acting coach in the Netflix comedy series The Kominsky Method (2018–2021), for which he won a Golden Globe Award for Best Actor – Television Series Musical or Comedy. He has portrayed Hank Pym in the Marvel Cinematic Universe, beginning with Ant-Man (2015). Douglas has received notice for his humanitarian and political activism. He sits on the board of the Nuclear Threat Initiative, is an honorary board member of the anti-war grant-making foundation Ploughshares Fund and he was appointed as a United Nations Messenger of Peace in 1998. He has been married to actress Catherine Zeta-Jones since 2000. Early life and education Douglas was born in New Brunswick, New Jersey, the first child of actors Kirk Douglas (1916–2020) and Diana Dill (1923–2015). His parents met at the American Academy of Dramatic Arts. His father was Jewish and was born Issur Danielovitch. Michael's paternal grandparents were emigrants from Chavusy in the Russian Empire (present-day Belarus). His mother was from Devonshire Parish, Bermuda, and had English, Irish, Scottish, Welsh, French, Belgian, and Dutch ancestry. Douglas's uncle was politician Sir Nicholas Bayard Dill, and Douglas's maternal grandfather, Lieutenant-Colonel Thomas Melville Dill, served as Attorney General of Bermuda, as a Member of the Parliament of Bermuda (MCP), and as commanding officer of the Bermuda Militia Artillery. His great-grandfather, Thomas Newbold Dill (1837–1910), was a merchant, an MCP for Devonshire Parish from 1868 to 1888, a member of the legislative council and an assistant justice from 1888, mayor of the City of Hamilton from 1891 to 1897, served on numerous committees and boards, and was a member of the Devonshire Church (Church of England) and Devonshire Parish vestries. Thomas Newbold Dill's father, another Thomas Melville Dill, was a sea captain who took the Bermudian-built barque Sir George F. Seymour from Bermuda to Ireland in thirteen days in March 1858, but lost his master's certificate after the wreck of the Bermudian-built Cedrine on the Isle of Wight while returning the last convict labourers from the Royal Naval Dockyard in Bermuda to Britain in 1863. The current (installed on 29 May 2013) Bishop of Bermuda, the Right Reverend Nicholas Dill, is a cousin of Michael Douglas. Douglas has a younger brother, Joel Douglas (born 1947), and two paternal half-brothers, Peter Douglas (born 1955) and Eric Douglas (1958–2004), from stepmother Anne Buydens. Douglas attended The Allen-Stevenson School in New York City, Eaglebrook School in Deerfield, Massachusetts, and The Choate Preparatory School (now Choate Rosemary Hall) in Wallingford, Connecticut. He received his B.A. in dramatic art from the University of California, Santa Barbara in 1968, where he was also the honorary president of the UCSB Alumni Association. He studied acting with Wynn Handman at The American Place Theatre in New York City. Career 1969–1979: Early years His first TV breakthrough role came with a 1969 CBS Playhouse special, The Experiment—and it was the only time he was billed as "M.K. Douglas". On November 24, 1969, Douglas formed his first independent film production company, Bigstick Productions, Limited. Michael Douglas started his film career in the late 1960s and early 1970s, appearing in little known films such as Hail, Hero!, Adam at 6 A.M., and Summertree. His performance in Hail, Hero! earned him a nomination for the Golden Globe Award for Most Promising Male Newcomer. His first significant role came in the TV series The Streets of San Francisco from 1972 to 1976, in which he starred alongside Karl Malden. Douglas later said that Malden became a "mentor" and someone he "admired and loved deeply". After Douglas left the show, he had a long association with his mentor until Malden's death on July 1, 2009. In 2004, Douglas presented Malden with the Monte Cristo Award of the Eugene O'Neill Theater Center in Waterford, Connecticut for the Lifetime Achievement Award. In late 1971, Douglas received from his father, Kirk Douglas, the rights to the novel One Flew Over the Cuckoo's Nest, which had been purchased by Bryna Productions in February 1962. Michael went on to produce the film of the same name with Saul Zaentz. Kirk Douglas hoped to portray McMurphy himself, having starred in an earlier stage version, but was deemed too old for the part by his son Michael. Kirk relented, and the lead role went instead to Jack Nicholson, who won the Academy Award for Best Actor. Douglas won the Award for Best Picture for producing the film. In December 1976, Michael and his brother Peter became head of their father's film production company, The Bryna Company, though Michael would depart by 1978 to focus exclusively on producing through his own Bigstick Productions. After leaving The Streets of San Francisco in 1976, Douglas played a hospital doctor in the medical thriller Coma (1978), and in 1979 he played the role of a troubled marathon runner in Running. In 1979, he both produced and starred in The China Syndrome, a dramatic film co-starring Jane Fonda and Jack Lemmon about a nuclear power plant accident (the Three Mile Island accident took place 12 days after the film's release). The film was considered "one of the most intelligent Hollywood films of the 1970s". In June 1979, Michael appointed Jack Brodsky Executive Vice-president of Bigstick Productions. 1980–2000: Success in Hollywood Douglas's acting career was propelled to fame when he produced and starred in the 1984 romantic adventure comedy Romancing the Stone. It also reintroduced Douglas as a capable leading man and gave director Robert Zemeckis his first box-office success. The film also starred Danny DeVito, a friend of Douglas since they had shared an apartment in the 1960s. It was followed a year later by a sequel, The Jewel of the Nile, which he also produced. Bigstick Productions was then partnered with Mercury Entertainment, a company backed by producer Michael Phillips in 1986 to produce independently financed features. In the 1980s, Douglas formed a new film production company, The Stone Group (later renamed Stonebridge Entertainment) with partner Rick Bieber. The year 1987 saw Douglas star in the thriller Fatal Attraction with Glenn Close. That same year he played tycoon Gordon Gekko in Oliver Stone's Wall Street for which he received an Academy Award as Best Actor. He reprised his role as Gekko in the sequel Wall Street: Money Never Sleeps in 2010, also directed by Stone. Douglas starred in the 1989 film The War of the Roses, which also starred Kathleen Turner and Danny DeVito. In 1989 he starred in Ridley Scott's international police crime drama Black Rain opposite Andy García and Kate Capshaw; the film was shot in Osaka, Japan. In 1992, Douglas had another successful starring role when he appeared alongside Sharon Stone in the film Basic Instinct. The movie was a box office hit, and sparked controversy over its depictions of bisexuality and lesbianism. In March 1994, Douglas announced that he had formed a new film production company, Douglas/Reuther Productions, in partnership with Steven Reuther. In 1994 Douglas and Demi Moore starred in the hit movie Disclosure focusing on the topic of sexual harassment with Douglas playing a man harassed by his new female boss. Other popular films he starred in during the decade were Falling Down, The American President, The Ghost and the Darkness, The Game (directed by David Fincher), and a remake of Alfred Hitchcock's classic – Dial M for Murder – titled A Perfect Murder. In 1998 Douglas received the Crystal Globe award for outstanding artistic contribution to world cinema at the Karlovy Vary International Film Festival. On November 19, 1997, Douglas formed his fourth film production company, Further Films. In 2000, Douglas starred in Steven Soderbergh's critically acclaimed film Traffic, opposite Benicio del Toro and future wife, Catherine Zeta-Jones. That same year he also received critical acclaim for his role in Wonder Boys, as a professor and novelist suffering from writer's block. He was nominated for a Golden Globe Award for Best Actor in a Drama and for the BAFTA Award for Best Actor in a Leading Role. 2001–present Douglas starred in Don't Say a Word (2001), filmed shortly before his marriage to Zeta-Jones. In 2003, he starred in It Runs in the Family, which featured three generations of his family (his parents, Kirk and Diana, as well as his own son, Cameron). The film, although a labor of love, was not successful, critically or at the box office. He then starred in and produced the action-thriller The Sentinel in 2006. During that time, he also guest starred on the episode "Fagel Attraction" of the television sitcom Will & Grace as a gay cop attracted to Will Truman (Eric McCormack); the performance earned Douglas an Emmy Award nomination for Outstanding Guest Actor in a Comedy Show. Douglas was approached for Basic Instinct 2, but he declined to participate in the project. In December 2007, Douglas began announcing the introduction to NBC Nightly News. Howard Reig, the previous announcer, had retired two years earlier. Douglas collaborated with Steven Soderbergh again on the 2013 film Behind the Candelabra, playing Liberace, opposite Matt Damon, centered on the pianist's life. His portrayal of Liberace received critical acclaim, which resulted in him receiving the Emmy Award for Outstanding Lead Actor in a Miniseries or a Movie at the 65th Primetime Emmy Awards. He also won SAG and Golden Globe Awards for the performance. He played Hank Pym in the films Ant-Man (2015), Ant-Man and the Wasp (2018), Avengers: Endgame (2019), and Ant-Man and the Wasp: Quantumania (2023) based on the Marvel Comics superhero of the same name. The Ant-Man films were directed by Peyton Reed and starred Paul Rudd. In 2018, he starred with Alan Arkin in The Kominsky Method, playing Sandy Kominsky, an aging acting coach. He received a Golden Globe Award for his performance. The same year, he starred in a Chinese film, Animal World, based on the Japanese manga series Kaiji. Douglas is on the board of selectors of the Jefferson Awards for Public Service. Acting style and reception According to film historian and critic David Thomson, Douglas was capable of playing characters who were "weak, culpable, morally indolent, compromised, and greedy for illicit sensation without losing that basic probity or potential for ethical character that we require of a hero". Critic and author Rob Edelman points out similarities in many of Douglas's roles, writing that in some of his leading films, he personified the "contemporary, Caucasian middle-to-upper-class American male who finds himself the brunt of female anger because of real or imagined sexual slights". These themes of male victimization are seen in films such as Fatal Attraction (1987) with Glenn Close, The War of the Roses (1989) with Kathleen Turner, Basic Instinct (1992) with Sharon Stone, Falling Down (1993), and Disclosure (1994) with Demi Moore. For his characters in films such as these, "any kind of sexual contact with someone other than his mate and the mother of his children is destined to come at a costly price." Edelman describes his characters as the "Everyman who must contend with, and be victimized by, these women and their raging, psychotic sexuality". Conversely, Douglas also played powerful characters with dominating personalities equally well: as Gordon Gekko, in the Wall Street franchise, he acted the role of a "greedy yuppie personification of the Me generation," convinced that "greed is good;" in Romancing the Stone and The Jewel of the Nile, he played an idealistic soldier of fortune; in The Star Chamber (1983), he was a court judge fed up with an inadequate legal system, leading him to become involved with a vigilante group; and in Black Rain (1989), he proved he could also play a Stallone-like action hero as a New York City cop. Having become recognized as both a successful producer and actor, he describes himself as "an actor first and a producer second". He has explained why he enjoys both functions: Personal life After the filming of Summertree in 1971, Douglas began dating actress Brenda Vaccaro, a relationship that lasted nearly six years. In March 1977, Douglas married Diandra Luker, the daughter of an Austrian diplomat. At the time, Douglas was 32 and Luker was 19. They had one son, Cameron, born in 1978. In 1995, Diandra filed for divorce and was awarded $45 million as part of the divorce settlement. In March 1999, Douglas began dating Welsh actress Catherine Zeta-Jones. The pair married on November 18, 2000. Zeta-Jones says that when they met in Deauville, France, Douglas said, "I want to father your children." They have two children, son Dylan Michael (born August 8, 2000) and daughter Carys Zeta (born April 20, 2003). The family has a coastal estate near Valldemossa, Mallorca. In August 2013, People claimed that Douglas and Zeta-Jones began living separately in May 2013, but did not take any legal action towards separation or divorce. A representative for Zeta-Jones subsequently confirmed that they "are taking some time apart to evaluate and work on their marriage". It was reported in November, that the couple had reconciled and Zeta-Jones moved back into their New York apartment. Douglas was born to a Jewish father and an Anglican (Church of England) mother. His cousin, the Right Reverend Nicholas Dill, is the bishop of the established Anglican Church of Bermuda. Douglas was not raised with a religious affiliation, but stated in January 2015, that he now identifies as a Reform Jew. His son, Dylan, had a Bar Mitzvah ceremony, and the Douglas family traveled to Jerusalem to mark the occasion. Douglas was the recipient of the 2015 Genesis Prize, a $1 million prize awarded by the Genesis Prize Foundation for Jewish achievement. He donated the prize money to activities designed to raise awareness about inclusion and diversity in Jewish life, and to finding innovative solutions to pressing global and community problems. Douglas is a US citizen by birth in the United States and has British citizenship with Bermudian Status through his mother's birth in Bermuda. Allegations of sexual misconduct In 2018, journalist and author Susan Braudy alleged on the U.S. TV program Today and in several interviews that, while Braudy was in her 40s and working for Douglas in 1989, Douglas regularly made degrading sexual comments about or to her. She stated this caused her to wear baggy clothing at work, and also recalled a one-on-one script meeting where Douglas allegedly undid his pants and fondled himself with her in the room. In a pre-emptive statement, Douglas admitted to using coarse language but categorically denied any other wrongdoing. Zeta-Jones, asked about the allegations while promoting Cocaine Godmother, did not address them directly but said that her husband was "110 percent behind" the #MeToo movement and that she was "very, very happy" with his statement. In the media In 1980, Douglas was involved in a serious skiing accident which sidelined his acting career for three years. On September 17, 1992, the same year Basic Instinct came out, he began a 30-day treatment for alcoholism and drug addiction at Sierra Tucson Center. In 1992, Douglas founded the short-lived Atlantic Records distributed label Third Stone Records. He founded the label with record producer Richard Rudolph, who became the company's president and CEO. Among the acts signed to Third Stone were Saigon Kick and Nona Gaye. In 1997, New York caddie James Parker sued Douglas for $25 million. Parker accused Douglas of hitting him in the groin with an errant golf ball, causing Parker great distress. The case was later settled out of court. In 2004, Douglas and Zeta-Jones took legal action against stalker Dawnette Knight, who was accused of sending violent letters to the couple that contained graphic threats on Zeta-Jones's life. Testifying, Zeta-Jones said the threats left her so shaken she feared a nervous breakdown. Knight claimed she was in love with Douglas and admitted to the offenses, which took place between October 2003 and May 2004. She was sentenced to three years in prison. Health It was announced on August 16, 2010, that Douglas was suffering from throat cancer (later revealed to have actually been tongue cancer), and would undergo chemotherapy and radiation treatment. He subsequently confirmed that the cancer was at stage IV, an advanced stage. Douglas credits the discovery of his cancer to the public Canadian health system since a doctor in Montreal, Quebec diagnosed the actor's medical condition after numerous American specialists failed to do so. Douglas has since participated in fundraisers for Montreal's Jewish General Hospital, where he was diagnosed, and the McGill University Health Centre with which the hospital is affiliated. Douglas attributed the cancer to stress, his previous alcohol abuse, and years of heavy smoking. In July 2011, Star magazine published photographs which appeared to show him smoking a cigarette while on holiday that month. A representative declined to comment on the photographs. In November 2010, Douglas's doctors put him on a weight-gain diet due to excessive weight loss that left him weak. On January 11, 2011, he said that the tumor was gone, though the illness and aggressive treatment had caused him to lose 32 pounds (14.5 kg). He said he would require monthly screenings because of a high chance of recurrence within three years. In June 2013, Douglas told The Guardian that his type of cancer is caused by the human papilloma virus transmitted by cunnilingus, leading some media to report this as well. His spokesman denied these reports and portrayed Douglas's conversation with The Guardian as general and not referring specifically to his own diagnosis. Although Douglas described the cancer as throat cancer, it was publicly speculated that he may actually have been diagnosed with oropharyngeal cancer. In October 2013, Douglas said he suffered from tongue cancer, not throat cancer. He announced it as throat cancer upon the advice of his physician, who felt it would be unwise to reveal that he had tongue cancer given its negative prognosis and potential for disfigurement, particularly because the announcement came immediately before Douglas's promotional tour for Wall Street: Money Never Sleeps. Activism Political activities Douglas and Zeta-Jones hosted the annual Nobel Peace Prize concert in Oslo, Norway, on December 11, 2003. They acted as co-masters of ceremony in the concert celebrating the award given to Iranian human rights activist Shirin Ebadi. In 2006, Douglas was awarded an honorary Doctor of Letters (D.Litt.) from the University of St. Andrews in Scotland. He is an advocate of nuclear disarmament, a supporter of the Nuclear Age Peace Foundation, sits on the board of the Nuclear Threat Initiative, and is an honorary board member of the anti-war grant-making foundation Ploughshares Fund. In 1998, he was appointed UN Messenger of Peace by Secretary-General Kofi Annan. He is a Democrat and has donated money to Barack Obama, Christopher Dodd, and Al Franken. He has been a major supporter of gun control since John Lennon was murdered in 1980. In 2006, he was a featured speaker in a public service campaign sponsored by a UN conference to focus attention on trade of illicit arms, especially of small arms and light weapons. Douglas made several appearances and offered his opinions: A few years earlier, in 2003, Douglas hosted a "powerful film" on child soldiers and the impact of combat on children in countries such as Sierra Leone. During the documentary film, Douglas interviewed children, and estimated that they were among 300,000 other children worldwide who have been conscripted or kidnapped and forced to fight. Of one such child he interviewed, Douglas stated, "After being kidnapped by a rebel group, he was tortured, drugged, and forced to commit atrocities." Douglas discussed his role as a Messenger Peace for the UN: In February 2012, following his return to the character of financial criminal Gordon Gekko, the Federal Bureau of Investigation released a public service announcement video of Douglas calling on viewers to report financial crime. In August 2014, Douglas was one of 200 public figures who were signatories to a letter to The Guardian opposing Scottish independence in the run-up to September's referendum on that issue. In June 2015, during a visit in Israel to receive the Genesis Prize, Douglas said the boycott movement against that country is an "ugly cancer". Humanitarian initiatives In 2009, Douglas joined the project Soldiers of Peace, a movie against all wars and for global peace. Douglas lent his support for the campaign to release Sakineh Mohammadi Ashtiani, the Iranian woman, who after having been convicted of committing adultery, was given a sentence of death by stoning. Acting credits and awards See also List of actors with Academy Award nominations List of actors with Hollywood Walk of Fame motion picture stars References Further reading External links 1944 births Living people 20th-century American male actors 21st-century American male actors AFI Life Achievement Award recipients American anti–nuclear weapons activists American film producers American gun control activists American humanitarians American male film actors American male television actors American people of Belarusian-Jewish descent American people of Belgian descent American people of Bermudian descent American people of Dutch descent American people of English descent American people of French descent American people of Irish descent American people of Scottish descent American people of Welsh descent American Reform Jews Best Actor Academy Award winners Best Drama Actor Golden Globe (film) winners Best Miniseries or Television Movie Actor Golden Globe winners Best Musical or Comedy Actor Golden Globe (television) winners Bryna Productions people Cecil B. DeMille Award Golden Globe winners César Honorary Award recipients Chevaliers of the Ordre des Arts et des Lettres Choate Rosemary Hall alumni David di Donatello winners Dill family Douglas family Film producers from New Jersey Filmmakers who won the Best Film BAFTA Award Golden Globe Award-winning producers Male actors from New Jersey New Jersey Democrats New Jersey Hall of Fame inductees Outstanding Performance by a Cast in a Motion Picture Screen Actors Guild Award winners Outstanding Performance by a Lead Actor in a Miniseries or Movie Primetime Emmy Award winners Outstanding Performance by a Male Actor in a Miniseries or Television Movie Screen Actors Guild Award winners People from New Brunswick, New Jersey Producers who won the Best Picture Academy Award United Nations Messengers of Peace University of California, Santa Barbara alumni
Maarten Swings (born 2 November 1988) is a Belgian speed skater (inline skating & ice) and multiple European and world Champion. Swings, his brother Bart Swings and Ferre Spruyt formed 'Team Stressless', the first Belgian professional top speed skating team. Inline speedskating Top results 2011 European Champion men's speed inline skating (on the road) 5 000 m relay race 2010 European Champion men's speed inline skating (on the road) 5 000 m relay race 2009 European Champion men's speed inline skating (on the road) 3 000 m relay race External links Maarten Swings at speedskatingresults.com 1988 births Living people Belgian male speed skaters Inline speed skaters People from Herent Sportspeople from Flemish Brabant
```javascript const acorn = require('acorn-dynamic-import').default; const ECMA_VERSION = 2017; const POSSIBLE_AST_OPTIONS = [ { ranges: true, locations: true, ecmaVersion: ECMA_VERSION, sourceType: 'module', plugins: { dynamicImport: true } }, { ranges: true, locations: true, ecmaVersion: ECMA_VERSION, sourceType: 'script', plugins: { dynamicImport: true } } ]; exports = module.exports = function ast(source) { let ast; const comments = []; for (let i = 0, len = POSSIBLE_AST_OPTIONS.length; i < len; i++) { if (!ast) { try { comments.length = 0; POSSIBLE_AST_OPTIONS[i].onComment = comments; ast = acorn.parse(source, POSSIBLE_AST_OPTIONS[i]); } catch (e) { // ignore the error } } } if (!ast) { ast = acorn.parse(source, { ranges: true, locations: true, ecmaVersion: ECMA_VERSION, sourceType: 'module', plugins: { dynamicImport: true }, onComment: comments }); } if (!ast || typeof ast !== 'object') { throw new Error(`Source could't be parsed`); } return ast; }; ```
```protocol buffer // Protocol Buffers - Google's data interchange format // path_to_url // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * 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. // * Neither the name of Google Inc. nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "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 THE COPYRIGHT // OWNER 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. syntax = "proto3"; package google.protobuf; option csharp_namespace = "Google.Protobuf.WellKnownTypes"; option go_package = "google.golang.org/protobuf/types/known/anypb"; option java_package = "com.google.protobuf"; option java_outer_classname = "AnyProto"; option java_multiple_files = true; option objc_class_prefix = "GPB"; // `Any` contains an arbitrary serialized protocol buffer message along with a // URL that describes the type of the serialized message. // // Protobuf library provides support to pack/unpack Any values in the form // of utility functions or additional generated methods of the Any type. // // Example 1: Pack and unpack a message in C++. // // Foo foo = ...; // Any any; // any.PackFrom(foo); // ... // if (any.UnpackTo(&foo)) { // ... // } // // Example 2: Pack and unpack a message in Java. // // Foo foo = ...; // Any any = Any.pack(foo); // ... // if (any.is(Foo.class)) { // foo = any.unpack(Foo.class); // } // // Example 3: Pack and unpack a message in Python. // // foo = Foo(...) // any = Any() // any.Pack(foo) // ... // if any.Is(Foo.DESCRIPTOR): // any.Unpack(foo) // ... // // Example 4: Pack and unpack a message in Go // // foo := &pb.Foo{...} // any, err := anypb.New(foo) // if err != nil { // ... // } // ... // foo := &pb.Foo{} // if err := any.UnmarshalTo(foo); err != nil { // ... // } // // The pack methods provided by protobuf library will by default use // 'type.googleapis.com/full.type.name' as the type URL and the unpack // methods only use the fully qualified type name after the last '/' // in the type URL, for example "foo.bar.com/x/y.z" will yield type // name "y.z". // // // JSON // ==== // The JSON representation of an `Any` value uses the regular // representation of the deserialized, embedded message, with an // additional field `@type` which contains the type URL. Example: // // package google.profile; // message Person { // string first_name = 1; // string last_name = 2; // } // // { // "@type": "type.googleapis.com/google.profile.Person", // "firstName": <string>, // "lastName": <string> // } // // If the embedded message type is well-known and has a custom JSON // representation, that representation will be embedded adding a field // `value` which holds the custom JSON in addition to the `@type` // field. Example (for message [google.protobuf.Duration][]): // // { // "@type": "type.googleapis.com/google.protobuf.Duration", // "value": "1.212s" // } // message Any { // A URL/resource name that uniquely identifies the type of the serialized // protocol buffer message. This string must contain at least // one "/" character. The last segment of the URL's path must represent // the fully qualified name of the type (as in // `path/google.protobuf.Duration`). The name should be in a canonical form // (e.g., leading "." is not accepted). // // In practice, teams usually precompile into the binary all types that they // expect it to use in the context of Any. However, for URLs which use the // scheme `http`, `https`, or no scheme, one can optionally set up a type // server that maps type URLs to message definitions as follows: // // * If no scheme is provided, `https` is assumed. // * An HTTP GET on the URL must yield a [google.protobuf.Type][] // value in binary format, or produce an error. // * Applications are allowed to cache lookup results based on the // URL, or have them precompiled into a binary to avoid any // lookup. Therefore, binary compatibility needs to be preserved // on changes to types. (Use versioned type names to manage // breaking changes.) // // Note: this functionality is not currently available in the official // protobuf release, and it is not used for type URLs beginning with // type.googleapis.com. // // Schemes other than `http`, `https` (or the empty scheme) might be // used with implementation specific semantics. // string type_url = 1; // Must be a valid serialized protocol buffer of the above specified type. bytes value = 2; } ```
```python import os import boto3 from botocore.stub import ANY import pytest from scenario_getting_started import do_scenario @pytest.mark.parametrize( "error_code, stop_on_method", [ (None, None), ("TestException", "stub_create_bucket"), ("TestException", "stub_put_object"), ("TestException", "stub_get_object"), ("TestException", "stub_copy_object"), ("TestException", "stub_list_objects"), ("TestException", "stub_delete_bucket"), ], ) def test_do_scenario( make_stubber, stub_runner, monkeypatch, error_code, stop_on_method ): s3_resource = boto3.resource("s3") s3_stubber = make_stubber(s3_resource.meta.client) upload_file = __file__ upload_key = os.path.basename(upload_file) want_to_download = "y" want_to_copy = "y" want_to_delete = "y" keys = [upload_file] test_content = b"Test object content." inputs = [ "non_existent_file.txt", upload_file, want_to_download, want_to_copy, want_to_delete, ] monkeypatch.setattr("builtins.input", lambda x: inputs.pop(0)) with stub_runner(error_code, stop_on_method) as runner: runner.add( s3_stubber.stub_create_bucket, ANY, s3_resource.meta.client.meta.region_name ) runner.add(s3_stubber.stub_put_object, ANY, upload_key, raise_and_continue=True) if want_to_download == "y": runner.add( s3_stubber.stub_head_object, ANY, upload_key, content_length=len(test_content), ) runner.add( s3_stubber.stub_get_object, ANY, upload_key, test_content, raise_and_continue=True, ) if want_to_copy == "y": copy_key = f"demo-folder/{upload_key}" keys.append(copy_key) runner.add( s3_stubber.stub_head_object, ANY, upload_key, content_length=len(test_content), ) runner.add( s3_stubber.stub_copy_object, ANY, upload_key, ANY, copy_key, raise_and_continue=True, ) runner.add(s3_stubber.stub_list_objects, ANY, keys, raise_and_continue=True) if want_to_delete == "y": runner.add(s3_stubber.stub_list_objects, ANY, keys) runner.add(s3_stubber.stub_delete_objects, ANY, keys) runner.add(s3_stubber.stub_delete_bucket, ANY, raise_and_continue=True) do_scenario(s3_resource) ```
Two separate but interlocking child pornography and prostitution rings operating out of fast food restaurants in Newfoundland said by police investigators to have abused "dozens" of girls were broken up in 2006. The investigation, named "Operation Rescue", was carried out jointly by the Royal Newfoundland Constabulary and the Newfoundland Child, Youth and Family Services Department. Newman case Shawn James Newman (32) of Mount Pearl, Newfoundland, was convicted and sentenced to eight years in prison. Newman was charged with having "made, printed, published or possessed child pornography for the purpose of publishing." After a series of appeals, Newman was ordered to report to Her Majesty's Penitentiary on June 20, 2009. That same day, he was found dead at his home of undisclosed causes. Shabak case In a separate case, Mehnad Mahmoud Shablak (32), of St. John's, Newfoundland, a Kuwaiti-Canadian, was charged with making and owning child pornography. Shabak met his victims at the Big Bite Pizza shop. At a trial, Shablak pled guilty to eight counts involving making and owning child pornography, six charges of making child pornography and two counts of owning it. Shablak admitted to paying six girls— who were all between 13 and 16 at the time— with money or drugs. On one occasion, he gave a girl some pizza and soda. Shablak was released following his trial with the judge ruling that the 11 months served in custody while awaiting trial was sufficient. The judge counselled him to pursue an occupation at sea, and he has not been heard from since. Aftermath Following the trial, a survivor of Shablak's abuse known as "Sarah" - whose identity had been concealed under the Criminal Code as she was a minor when the abuse took place — has begun a campaign to allow her identity to be revealed in public. The woman making her claims on CBC Radio show The Current claims she has nothing to be ashamed of and has the "right to be named". A feature story published by the Canadian Broadcasting Corporation explored the impact of Shabak's abuse of very young girls on his victims. References External links Survivors of child exploitation in St. John's pizza place share their stories, CBC video, 16 March 2018. 2006 crimes in Canada 2006 in Newfoundland and Labrador Child sexual abuse in Canada History of St. John's, Newfoundland and Labrador Incidents of violence against girls
Yuri Borienko (7 November 1932 – 10 February 1999) was a Russian wrestler and actor, known for his performance as Blofeld's henchman Grunther in the James Bond film On Her Majesty's Secret Service. Biography Borienko travelled to America in 1956, possibly beginning his wrestling career there. He returned to Britain in 1960, where the following year, he began to wrestle for independents and was signed up by Joint Promotions in 1962. His ring name was derived from Russian Cosmonaut Yuri Gagarin and another wrestler called Stanislaus Borienko. Up until the end of the decade, the wrestler could be seen touring regularly in the rings of Southern England, pitted against other heavyweights, disappearing at times to appear in television and movie productions. (Borienko and fellow wrestler Mike Marino were matched against American heavyweight Luther Lindsay.) Working as an actor, Borienko guested in episodes of British TV series including Adam Adamant Lives!, Z-Cars, The Troubleshooters, Department S, The Persuaders!, Jason King, The Protectors, Raffles, The Professionals and Strangers as well as a number of films (see below). After retiring from acting, Borienko and his family moved to Canada where he died in 1999 from leukaemia. His children include Jas Kadlubowski, businessman Stefan Kadlubowski (1963–2016) and makeup artist Nina Westbury. James Bond During his audition for the role of James Bond in On Her Majesty's Secret Service, George Lazenby was required to 'fight' Borienko as part of his screen test. During this, Lazenby punched the wrestler, giving him a broken and bloodied nose. This impressed the director Peter R. Hunt and producer Harry Saltzman, winning Lazenby the role of Bond. Borienko was given the role of Grunther as compensation. Filmography References External links 1932 births 1999 deaths Russian male actors
```go package file import ( "context" "strings" "testing" "github.com/coredns/coredns/plugin/pkg/dnstest" "github.com/coredns/coredns/plugin/test" "github.com/miekg/dns" ) var dsTestCases = []test.Case{ { Qname: "a.delegated.miek.nl.", Qtype: dns.TypeDS, Ns: []dns.RR{ test.NS("delegated.miek.nl. 1800 IN NS a.delegated.miek.nl."), test.NS("delegated.miek.nl. 1800 IN NS ns-ext.nlnetlabs.nl."), }, Extra: []dns.RR{ test.A("a.delegated.miek.nl. 1800 IN A 139.162.196.78"), test.AAAA("a.delegated.miek.nl. 1800 IN AAAA 2a01:7e00::f03c:91ff:fef1:6735"), }, }, { Qname: "_udp.delegated.miek.nl.", Qtype: dns.TypeDS, Ns: []dns.RR{ test.NS("delegated.miek.nl. 1800 IN NS a.delegated.miek.nl."), test.NS("delegated.miek.nl. 1800 IN NS ns-ext.nlnetlabs.nl."), }, Extra: []dns.RR{ test.A("a.delegated.miek.nl. 1800 IN A 139.162.196.78"), test.AAAA("a.delegated.miek.nl. 1800 IN AAAA 2a01:7e00::f03c:91ff:fef1:6735"), }, }, { // This works *here* because we skip the server routing for DS in core/dnsserver/server.go Qname: "_udp.miek.nl.", Qtype: dns.TypeDS, Rcode: dns.RcodeNameError, Ns: []dns.RR{ test.SOA("miek.nl. 1800 IN SOA linode.atoom.net. miek.miek.nl. 1282630057 14400 3600 604800 14400"), }, }, { Qname: "miek.nl.", Qtype: dns.TypeDS, Ns: []dns.RR{ test.SOA("miek.nl. 1800 IN SOA linode.atoom.net. miek.miek.nl. 1282630057 14400 3600 604800 14400"), }, }, } func TestLookupDS(t *testing.T) { zone, err := Parse(strings.NewReader(dbMiekNLDelegation), testzone, "stdin", 0) if err != nil { t.Fatalf("Expected no error when reading zone, got %q", err) } fm := File{Next: test.ErrorHandler(), Zones: Zones{Z: map[string]*Zone{testzone: zone}, Names: []string{testzone}}} ctx := context.TODO() for _, tc := range dsTestCases { m := tc.Msg() rec := dnstest.NewRecorder(&test.ResponseWriter{}) _, err := fm.ServeDNS(ctx, rec, m) if err != nil { t.Errorf("Expected no error, got %v", err) return } resp := rec.Msg if err := test.SortAndCheck(resp, tc); err != nil { t.Error(err) } } } ```
James Bell Forsyth (25 December 1802 – 1 April 1869), was a prominent Quebec merchant and author. In 1831, he built the Cataraqui Estate in Sillery, on Saint-Louis Road. Background Born at Kingston, Upper Canada, he was the second son of Joseph Forsyth (1764–1813) and his wife Alicia, daughter of Major James Robbins of the Royal Artillery. The Forsyths were an influential merchant family with strong commercial ties to England, Scotland and the colonies. Through his grandparents he was connected to the important London trading house of Phyn, Ellice & Co., a subsidiary of which was Forsyth, Richardson & Co., of Montreal, where two of his uncles, Thomas and John Forsyth, were partners; this firm prospered in the fur trade and expanded into other activities such as the agent and forwarding business. Another of his uncles, James Forsyth, was associated with Lloyd's of London. James Bell Forsyth's father, Joseph Forsyth, came to Canada, in 1784, as the agent for Forsyth, Richardson & Co., at Kingston, Ontario. Forsyth was educated there and in England. Business career In 1821, he went into partnership with The Hon. William Walker M.P., and together they succeeded Forsyth's father as the agents to Forsyth, Richardson & Co., in Kingston, Ontario. Family In 1828, he married Frances, the second daughter of Mathew Bell. His business partner, William Walker, also married one of Bell's daughters, and their brothers-in-law included Lt.-Colonel John George Irvine (son of James Irvine), a Quebec businessman and The Hon. Edward Greive M.P. James and Frances Forsyth were the grandparents of General Sir Henry Edward Burstall and The Hon. George Irvine. James Bell Forsyth died on 1 April 1869, of a heart attack, at the age of 66-years-old. He was buried on 5 April 1869, at Mount Hermon Cemetery, located at a short distance down Saint-Louis Road from his estate of Cataraqui. His son Joseph Bell Forsyth and son-in-law John Burstall were recorded in the parish register as having been present. References External links Marianopolis College: the Quebec History Encyclopedia - James Bell Forsyth Canadian merchants People from Kingston, Ontario People from Sainte-Foy–Sillery–Cap-Rouge 1869 deaths 1802 births Burials at Mount Hermon Cemetery
is a Japanese field hockey player for the Japanese national team. She participated at the 2018 Women's Hockey World Cup. References 1988 births Living people Japanese female field hockey players Field hockey players at the 2018 Asian Games Asian Games gold medalists for Japan Asian Games medalists in field hockey Medalists at the 2018 Asian Games
Bathelium boliviense is a species of corticolous (bark-dwelling) lichen in the family Trypetheliaceae. Found in Bolivia, it was formally described as a new species in 2016 by lichenologists Adam Flakus and André Aptroot. The type specimen was collected from the Plan de Manejo AISU in the Ríos Blanco y Negro Wildlife Reserve (Guarayos Province, Santa Cruz Department), at an altitude of ; there, it was found growing on bark in a lowland Amazon rainforest. It is only known to occur in similar habitats near the type locality, and in islands of Amazon forest located within Beni savanna. The lichen is somewhat similar to Bathelium lineare, but unlike that species, B. boliviense contains isohypocrellin in its pseudostromata. This lichen product is quite rare in the family Trypetheliaceae, known to occur only in another two Bolivian Bathelium species. References Trypetheliaceae Lichen species Lichens described in 2016 Lichens of Bolivia Taxa named by André Aptroot Taxa named by Adam Grzegorz Flakus
```yaml args: - description: A comma-separated list of devices. isArray: true name: devices required: true comment: Generates a single query or query list with which to query in ServiceNow. commonfields: id: GeneratePANWIoTDeviceTableQueryForServiceNow version: -1 dockerimage: demisto/python3:3.10.12.63474 enabled: true name: GeneratePANWIoTDeviceTableQueryForServiceNow outputs: - contextPath: PanwIot3rdParty.Query description: list of query runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - PANW IoT 3rd Party Integration - servicenow v2 timeout: 600ns type: python fromversion: 6.0.0 tests: - No tests (auto formatted) ```
Frankenstein Drag Queens from Planet 13 was an American horror punk band from North Carolina. The band was formed in 1996 by Wednesday 13, who recruited friends and former Maniac Spider Trash bandmates Seaweed and Sicko Zero. The band's history is riddled with a 'revolving door' lineup with 13 being the only member to have never been replaced. After breaking up in 2001 when Wednesday 13 left to perform vocals with the Murderdolls, the band reformed for a brief reunion in 2005, releasing a box set containing their entire library of recordings except for the track "Look Mom I Killed A Chicken" because Wednesday 13's master copy was "destroyed beyond repair". This track is exclusively available on the 197666 7-inch LP and the band-released "Chop Off My Hand" CD-R. The music of the Frankenstein Drag Queens was played in a punk rock style. Lyrically the band were inspired by horror B-movies and references in popular culture. As well as a large leaning towards punk, the band's live show and appearance took cues from glam rock acts such as Alice Cooper, New York Dolls and KISS. They were known to wear dresses and make-up on stage as part of their performance. Biography 1996 The band wrote their debut album The Late, Late, Late Show within two weeks of being together, and recorded it in two days. The album contained 11 tracks of nihilistic but trashy horror punk tracks. This would be the blueprint for their future recordings. Lyrically the album featured songs about killing Miss America, religion, and rape, and horror movie themes such as a song mentioning the Wolf Man. By the end of 1996, 13 fired Seaweed from the band and Rat Bastard took his place. Soon after, Sicko Zero quit the band, 13 lost contact with Rat Bastard, and the band folded. 1997–1998 The following year, in 1997, the Frankenstein Drag Queens from Planet 13 reformed. Seaweed returned to the lineup and brought a guitarist named Creepy and a drummer named Scabs with him. However, the latter two only remained with the band for two weeks. Abby Normal, previously of Maniac Spider Trash, and drummer R.S. Saidso joined the band. Along with 13, the 3 recorded and along with Saidso, 13 co-produced the Frankenstein Drag Queens cassette-released demo EP. This cassette was sent to record labels and sold at live shows with a free FDQ sticker. Syd replaced Abby Normal the same year on guitar and after a tour-related inter-band conflict R.S. Saidso played his final show New Year's Eve December 31, 1997. He had announced already it would be his last show with the Draq Queens. Saidso went on to record some demos under the name Dragster "66" with Abby Normal. Shortly after that he formed Electra-Kill in Paris, France, where he moved to vocals. In 1998 original drummer Sicko Zero rejoined and the band set to record their second album, Night of the Living Drag Queens. This album and the one previously recorded were released via the band's own label Uncle God Damn Records and were made available by mail order and at their gigs. After touring in support of the album, guitarist Sydney left the band. 13 then decided to keep the band a trio which ironically had returned to its original form with Wednesday 13 on guitar and vocals, Sicko Zero playing the drums, and Seaweed on bass guitar. 1999 The trio went into the studio and recorded their third album, Songs From the Recently Deceased. This was, in comparison to their previous recordings, a far more horror-themed album. Also during this time three 7-inch limited singles were released. The first, commonly referred to by fans as "Hello Horray", a split with the Spook, was released in both Germany and the USA. Each release featured a different front cover and the US edition came with a sticker. Also released the same year was 197666, limited to 500 copies and containing the rarely heard track "Hey Mom I Just Killed a Chicken". 2000 After playing in support of the Songs From the Recently Deceased album, the band secured a European record deal with People Like You Records (which is backed by Century Media Records). The company re-released digipack versions of both Night of the Living Drag Queens and Songs From the Recently Deceased. During this time keyboardist Ikky was brought into the band, but Sicko Zero was uncomfortable with this and he soon left for the second time. Viva Las Violence During 2001, Scabs the drummer, who replaced Zero the first time around in 1997, was brought into the band to replace him once more. Although the band still wore make-up during this period, they removed their wigs and began to adopt an image which would later be seen in the Murderdolls. The Frankenstein Drag Queens From Planet 13 recorded their fourth album, Viva Las Violence. This time the sound was more hard rock-centered, but with some shades of their Night of the Living Drag Queens album remaining. Seaweed recorded some tracks on the album but had left by the time it was released. A local young bassist named JaCkY Boi replaced him and finished the tracking. In support of the album, the band played many shows, and recorded some songs which would later appear on a Greatest Hits compilation. The band played their last show in Atlanta, Georgia during early 2002 and were disbanded by leader Wednesday 13. Wednesday 13 joins the Murderdolls 13 had been asked to join a band named the Rejects by two musicians from Des Moines, Iowa named Dizzy Draztik and Joey Jordison, the latter of which played in world-famous Slipknot. 13 felt that after six years and four albums, the Frankenstein Drag Queens were not garnering much success and wanted to try a new project. On November 2001 Wednesday 13 joined the Rejects as a bassist. By 2002, Draztik was out of the band, 13 was the frontman and they had a new name, the Murderdolls. 13 would use many Frankenstein Drag Queens From Planet 13 songs on the Murderdolls debut album Beyond the Valley of the Murderdolls. This would cause relationships to fray between 13 and former members of the Drag Queens, who had formed a new band themselves, the Graveyard Boulevard. With the Murderdolls, 13 toured the world and played several high key festival dates such as Summer Sonic Festival, Download Festival, and Rock am Ring, playing with world-famous bands like Iron Maiden, Queens of the Stone Age, Foo Fighters, and many more. After Murderdolls went on hiatus, Wednesday 13 put out a new song, "Your Mother Sucks Cocks in Hell", on a compilation album for Metal Sludge. He then released a greatest hits album under the name Wednesday 13's Frankenstein Drag Queens, featuring a few new songs. The frontman then decided to put the band to rest and began to record under the Wednesday 13 name. Frankenstein Drag Queens reformation Shortly after this, 13 and his former bandmates in the Graveyard Boulevard patched up old feuds (with the exception of Seaweed) and decided to bring the Frankenstein Drag Queens back as a part-time project. They officially reunited onstage in Greensboro, North Carolina on August 20, 2005. The lineup featured Wednesday 13, Abby Normal, and Sicko Zero. They released a 10th anniversary box set in May 2006 titled Little Box of Horrors. The box set features almost every song the band has ever recorded, with alternate versions of some songs, and a DVD which features footage from a 1998 concert. It was released on Restless Records. Members Former members Wednesday 13 – vocals, guitars (1996–2002, 2005) Sicko Zero – drums (1996, 1997–2000, 2005) Seaweed – bass (1996, 1997–2001) Rat Bastard – bass (1996) Scabs – drums (1997, 2001–2002) (died 2016) R.S. Saidso – drums (1997) Creepy – guitar (1997) Syd – guitar (1997–1998) Ikky – keyboards (2000), guitars (2001–2002) JaCkY Boi – bass (2001) It – bass (2001–2002) Abby Normal – bass (2005), guitar (1997) Discography Albums "The Late, Late, Late Show" – (1996) "Night of the Living Drag Queens" – (1998) "Songs from the Recently Deceased" – (2000) "Viva Las Violence" – (2001) EP "Frankenstein Drag Queens from Planet 13" – (1997) Singles "197666 / Hey Mom, I Just Killed a Chicken" – (2000) "Dawn of the Dead / Anti-You" - Split with The Nerds – (2000) "Hello Hooray / Kill Miss America" - Split with The Spook "Graverobbing U.S.A. / Rock n' Roll" "Chop Off My Hand / Hey Mom, I Just Killed a Chicken" "Love At First Fright / I Wanna Be Your Dog" Boxset and compilation "6 Years, 6 Feet Under the Influence" – (2004) "Little Box of Horrors" – (2006) Tribute appearances "Sweet F.A, A Tribute to Sweet" (featuring cover of "Fox on the Run") "Thinking of Alice, A Tribute to Alice Cooper" (featuring cover of "Levity Ball") External links Sydney's Twitter (former member, guitarist on Night of the Living Drag Queens) twitter.com/siksydney Wednesday 13's Official Website The Graveyard Boulevard (Abby Normal and Sicko Zero's current band) Sydney's Official website (former member, guitarist on Night of the Living Drag Queens) Look What The Zombies Dragged In From The Grave! (W13 fansite) Graveyard Topsite American punk rock groups Glam punk groups Horror punk groups Musical groups established in 1996 Musical groups from North Carolina
Karakyz is a village in the Quba Rayon of Azerbaijan. References Populated places in Quba District (Azerbaijan)
Lulworth is a rural residential locality in the local government area of George Town in the Launceston region of Tasmania. It is located about north of the town of Launceston. The 2016 census determined a population of 165 for the state suburb of Lulworth. History Lulworth was gazetted as a locality in 1964. Geography Bass Strait forms the northern boundary. Road infrastructure The C817 route (Tam O’Shanter Road) enters from the south-east and runs through to the village in the north-west, where it ends. References Localities of George Town Council Towns in Tasmania
```scss $balloon-bg: fade-out(#101010, 0.05) !default; $balloon-base-size: 12px !default; $balloon-arrow-size: 5px !default; $balloon-move: 4px !default; $balloon-text-color: #fff; ```
This is a list of mammals of Iowa. The list includes species native to the U.S. state of Iowa and introduced into the state. It also includes mammals currently extirpated in the state. This list does not include domesticated mammals. Opossums Family: Didelphidae Virginia opossum, Didelphis virginiana Shrews Family: Soricidae Northern short-tailed shrew, Blarina brevicauda North American least shrew, Cryptotis parva Cinereus shrew, Sorex cinereus American water shrew, Sorex palustris Moles Family: Talpidae Eastern mole, Scalopus aquaticus Bats Family: Vespertilionidae Big brown bat, Eptesicus fuscus Silver-haired bat, Lasionycteris noctivagans Eastern red bat, Lasiurus borealis Hoary bat, Lasiurus cinereus Little brown bat, Myotis lucifugus Northern myotis, Myotis septentrionalis Indiana bat, Myotis sodalis Evening bat, Nycticeius humeralis Tricolored bat, Perimyotis subflavus Lagomorphs Family: Leporidae White-tailed jackrabbit, Lepus townsendii Eastern cottontail, Sylvilagus floridanus Rodents Family: Castoridae American beaver, Castor canadensis Family: Cricetidae Southern red-backed vole, Clethrionomys gapperi Prairie vole, Microtus ochrogaster Woodland vole, Microtus pinetorum Eastern meadow vole, Microtus pennsylvanicus Muskrat, Ondatra zibethicus Northern grasshopper mouse, Onychomys leucogaster White-footed mouse, Peromyscus leucopus Eastern deer mouse, Peromyscus maniculatus Southern bog lemming, Synaptomys cooperi Western harvest mouse, Reithrodontomys megalotis Family: Erethizontidae North American porcupine, Erethizon dorsatum extirpated Family: Geomyidae Plains pocket gopher, Geomys bursariusFamily: Heteromyidae Plains pocket mouse, Perognathus flavescensFamily: Muridae House mouse, Mus musculus introduced Norway rat, Rattus norvegicus introduced Family: Zapodidae Meadow jumping mouse, Zapus hudsoniusFamily: Sciuridae Black-tailed prairie dog, Cynomys ludovicianus extirpated Groundhog, Marmota monax Thirteen-lined ground squirrel, Ictidomys tridecemlineatus Franklin's ground squirrel, Poliocitellus franklinii Eastern gray squirrel, Sciurus carolinensis Fox squirrel, Sciurus niger Eastern chipmunk, Tamias striatus American red squirrel, Tamiasciurus hudsonicusCarnivorans Family: Canidae Coyote, Canis latrans Gray wolf, Canis lupus extirpated Gray fox, Urocyon cinereoargenteus Swift fox, Vulpes velox Red fox, Vulpes vulpes Family: Ursidae American black bear, Ursus americanus Family: Procyonidae Raccoon, Procyon lotor Family: Mephitidae Striped skunk, Mephitis mephitis Eastern spotted skunk, Spilogale putoriusFamily: Felidae Canada lynx, Lynx canadensis extirpated Bobcat, Lynx rufus Cougar, Puma concolor extirpated Family: Mustelidae Wolverine, Gulo gulo extirpated North American river otter, Lontra canadensis American marten, Martes americana extirpated Least weasel, Mustela nivalis American ermine, Mustela richardsonii Long-tailed weasel, Neogale frenata American mink, Neogale vison Fisher, Pekania pennanti extirpated American badger, Taxidea taxusEven-toed ungulates Family: Antilocapridae Pronghorn, Antilocapra americana extirpated Family: Bovidae American bison, Bison bison extirpated Family: Cervidae Moose, Alces alces extirpated Elk, Cervus canadensis extirpated Mule deer, Odocoileus hemionus White-tailed deer, Odocoileus virginianius Caribou, Rangifer tarandus'' extirpated References Iowa Iowa
```forth *> \brief \b ZUPMTR * * =========== DOCUMENTATION =========== * * Online html documentation available at * path_to_url * *> \htmlonly *> Download ZUPMTR + dependencies *> <a href="path_to_url"> *> [TGZ]</a> *> <a href="path_to_url"> *> [ZIP]</a> *> <a href="path_to_url"> *> [TXT]</a> *> \endhtmlonly * * Definition: * =========== * * SUBROUTINE ZUPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, * INFO ) * * .. Scalar Arguments .. * CHARACTER SIDE, TRANS, UPLO * INTEGER INFO, LDC, M, N * .. * .. Array Arguments .. * COMPLEX*16 AP( * ), C( LDC, * ), TAU( * ), WORK( * ) * .. * * *> \par Purpose: * ============= *> *> \verbatim *> *> ZUPMTR overwrites the general complex M-by-N matrix C with *> *> SIDE = 'L' SIDE = 'R' *> TRANS = 'N': Q * C C * Q *> TRANS = 'C': Q**H * C C * Q**H *> *> where Q is a complex unitary matrix of order nq, with nq = m if *> SIDE = 'L' and nq = n if SIDE = 'R'. Q is defined as the product of *> nq-1 elementary reflectors, as returned by ZHPTRD using packed *> storage: *> *> if UPLO = 'U', Q = H(nq-1) . . . H(2) H(1); *> *> if UPLO = 'L', Q = H(1) H(2) . . . H(nq-1). *> \endverbatim * * Arguments: * ========== * *> \param[in] SIDE *> \verbatim *> SIDE is CHARACTER*1 *> = 'L': apply Q or Q**H from the Left; *> = 'R': apply Q or Q**H from the Right. *> \endverbatim *> *> \param[in] UPLO *> \verbatim *> UPLO is CHARACTER*1 *> = 'U': Upper triangular packed storage used in previous *> call to ZHPTRD; *> = 'L': Lower triangular packed storage used in previous *> call to ZHPTRD. *> \endverbatim *> *> \param[in] TRANS *> \verbatim *> TRANS is CHARACTER*1 *> = 'N': No transpose, apply Q; *> = 'C': Conjugate transpose, apply Q**H. *> \endverbatim *> *> \param[in] M *> \verbatim *> M is INTEGER *> The number of rows of the matrix C. M >= 0. *> \endverbatim *> *> \param[in] N *> \verbatim *> N is INTEGER *> The number of columns of the matrix C. N >= 0. *> \endverbatim *> *> \param[in] AP *> \verbatim *> AP is COMPLEX*16 array, dimension *> (M*(M+1)/2) if SIDE = 'L' *> (N*(N+1)/2) if SIDE = 'R' *> The vectors which define the elementary reflectors, as *> returned by ZHPTRD. AP is modified by the routine but *> restored on exit. *> \endverbatim *> *> \param[in] TAU *> \verbatim *> TAU is COMPLEX*16 array, dimension (M-1) if SIDE = 'L' *> or (N-1) if SIDE = 'R' *> TAU(i) must contain the scalar factor of the elementary *> reflector H(i), as returned by ZHPTRD. *> \endverbatim *> *> \param[in,out] C *> \verbatim *> C is COMPLEX*16 array, dimension (LDC,N) *> On entry, the M-by-N matrix C. *> On exit, C is overwritten by Q*C or Q**H*C or C*Q**H or C*Q. *> \endverbatim *> *> \param[in] LDC *> \verbatim *> LDC is INTEGER *> The leading dimension of the array C. LDC >= max(1,M). *> \endverbatim *> *> \param[out] WORK *> \verbatim *> WORK is COMPLEX*16 array, dimension *> (N) if SIDE = 'L' *> (M) if SIDE = 'R' *> \endverbatim *> *> \param[out] INFO *> \verbatim *> INFO is INTEGER *> = 0: successful exit *> < 0: if INFO = -i, the i-th argument had an illegal value *> \endverbatim * * Authors: * ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley *> \author Univ. of Colorado Denver *> \author NAG Ltd. * *> \ingroup upmtr * * ===================================================================== SUBROUTINE ZUPMTR( SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, $ WORK, $ INFO ) * * -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * * .. Scalar Arguments .. CHARACTER SIDE, TRANS, UPLO INTEGER INFO, LDC, M, N * .. * .. Array Arguments .. COMPLEX*16 AP( * ), C( LDC, * ), TAU( * ), WORK( * ) * .. * * ===================================================================== * * .. Parameters .. COMPLEX*16 ONE PARAMETER ( ONE = ( 1.0D+0, 0.0D+0 ) ) * .. * .. Local Scalars .. LOGICAL FORWRD, LEFT, NOTRAN, UPPER INTEGER I, I1, I2, I3, IC, II, JC, MI, NI, NQ COMPLEX*16 TAUI * .. * .. External Functions .. LOGICAL LSAME EXTERNAL LSAME * .. * .. External Subroutines .. EXTERNAL XERBLA, ZLARF1, ZLARF1F * .. * .. Intrinsic Functions .. INTRINSIC DCONJG, MAX * .. * .. Executable Statements .. * * Test the input arguments * INFO = 0 LEFT = LSAME( SIDE, 'L' ) NOTRAN = LSAME( TRANS, 'N' ) UPPER = LSAME( UPLO, 'U' ) * * NQ is the order of Q * IF( LEFT ) THEN NQ = M ELSE NQ = N END IF IF( .NOT.LEFT .AND. .NOT.LSAME( SIDE, 'R' ) ) THEN INFO = -1 ELSE IF( .NOT.UPPER .AND. .NOT.LSAME( UPLO, 'L' ) ) THEN INFO = -2 ELSE IF( .NOT.NOTRAN .AND. .NOT.LSAME( TRANS, 'C' ) ) THEN INFO = -3 ELSE IF( M.LT.0 ) THEN INFO = -4 ELSE IF( N.LT.0 ) THEN INFO = -5 ELSE IF( LDC.LT.MAX( 1, M ) ) THEN INFO = -9 END IF IF( INFO.NE.0 ) THEN CALL XERBLA( 'ZUPMTR', -INFO ) RETURN END IF * * Quick return if possible * IF( M.EQ.0 .OR. N.EQ.0 ) $ RETURN * IF( UPPER ) THEN * * Q was determined by a call to ZHPTRD with UPLO = 'U' * FORWRD = ( LEFT .AND. NOTRAN ) .OR. $ ( .NOT.LEFT .AND. .NOT.NOTRAN ) * IF( FORWRD ) THEN I1 = 1 I2 = NQ - 1 I3 = 1 II = 2 ELSE I1 = NQ - 1 I2 = 1 I3 = -1 II = NQ*( NQ+1 ) / 2 - 1 END IF * IF( LEFT ) THEN NI = N ELSE MI = M END IF * DO 10 I = I1, I2, I3 IF( LEFT ) THEN * * H(i) or H(i)**H is applied to C(1:i,1:n) * MI = I ELSE * * H(i) or H(i)**H is applied to C(1:m,1:i) * NI = I END IF * * Apply H(i) or H(i)**H * IF( NOTRAN ) THEN TAUI = TAU( I ) ELSE TAUI = DCONJG( TAU( I ) ) END IF CALL ZLARF1L( SIDE, MI, NI, AP( II-I+1 ), 1, TAUI, C, $ LDC, WORK ) * IF( FORWRD ) THEN II = II + I + 2 ELSE II = II - I - 1 END IF 10 CONTINUE ELSE * * Q was determined by a call to ZHPTRD with UPLO = 'L'. * FORWRD = ( LEFT .AND. .NOT.NOTRAN ) .OR. $ ( .NOT.LEFT .AND. NOTRAN ) * IF( FORWRD ) THEN I1 = 1 I2 = NQ - 1 I3 = 1 II = 2 ELSE I1 = NQ - 1 I2 = 1 I3 = -1 II = NQ*( NQ+1 ) / 2 - 1 END IF * IF( LEFT ) THEN NI = N JC = 1 ELSE MI = M IC = 1 END IF * DO 20 I = I1, I2, I3 IF( LEFT ) THEN * * H(i) or H(i)**H is applied to C(i+1:m,1:n) * MI = M - I IC = I + 1 ELSE * * H(i) or H(i)**H is applied to C(1:m,i+1:n) * NI = N - I JC = I + 1 END IF * * Apply H(i) or H(i)**H * IF( NOTRAN ) THEN TAUI = TAU( I ) ELSE TAUI = DCONJG( TAU( I ) ) END IF CALL ZLARF1F( SIDE, MI, NI, AP( II ), 1, TAUI, C( IC, $ JC ), LDC, WORK ) * IF( FORWRD ) THEN II = II + NQ - I + 1 ELSE II = II - NQ + I - 2 END IF 20 CONTINUE END IF RETURN * * End of ZUPMTR * END ```
The Lymington River drains part of the New Forest in Hampshire in southern England. Numerous headwaters to the west of Lyndhurst give rise to the river, including Highland Water, Bratley Water and Fletchers Water. From Brockenhurst the river runs southwards to the Solent at Lymington. Highland Water rises north of the Ocknell Inclosure () and flows for to Bolderford Bridge () where it meets Ober Water. From there, it is known as the Lymington River and flows for a further to (). History In 1731 a merchant navy captain, Captain Cross, constructed a causeway and bridge across the estuary to the north of Lymington. He built toll houses and charged travellers using his causeway, more than a mile south of the existing bridge at Boldre. This impedes the river and further silted up Lymington harbour, losing its minor shipping rapidly. Lymington Corporation pursued the matter in court and lost their case. In 1795 the mud building up in the estuary "has rendered it already very narrow; and will probably in a few years, so completely choke it up, as to make it unnavigable by any ships of considerable burden." The causeway was taken over by the regional rail firm who collected the tolls until, after nationalised rail, it was bought out by Hampshire County Council in 1955 – tolls paid down the price and ceased a few years later. Today silting in the harbour as a result of the structure (almost a dam) occurs, but is ameliorated a higher sea level and the scouring effects of the Isle of Wight ferries. Before the structure it is said the diurnal tide influenced flow up to Brockenhurst. Against the sea, the outer limit of the end of the estuary's mud at low tide is 550–650 metres closer to land than in 1895. Reedbeds The river's extensive reedbeds are a Site of Special Scientific Interest. Water quality The Environment Agency measure water quality of the river systems in England. Each is given an overall ecological status, which may be one of five levels: high, good, moderate, poor and bad. There are several components that are used to determine this, including biological status, which looks at the quantity and varieties of invertebrates, angiosperms and fish. Chemical status, which compares the concentrations of various chemicals against known safe concentrations, is rated good or fail. Water quality of the Lymington River in 2019: See also Lymington and Keyhaven Marshes Hurst Castle and Lymington River Estuary References External links Lymington Rivers of Hampshire Sites of Special Scientific Interest in Hampshire
```xml import * as React from 'react'; import { useRecordContext } from 'react-admin'; import { Customer } from '../types'; const AddressField = () => { const record = useRecordContext<Customer>(); return record ? ( <span> {record.address}, {record.city}, {record.stateAbbr} {record.zipcode} </span> ) : null; }; export default AddressField; ```
```yaml name: Brim description: Desktop application to efficiently search large packet captures and Zeek logs. website: path_to_url category: Utilities repository: path_to_url keywords: - zeek - pcap - wireshark - logs youtube_video_url: path_to_url screenshots: - imageUrl: 'path_to_url caption: 'Query generated zeek logs during ingest' - imageUrl: 'path_to_url caption: 'View detailed connection information and open connections in wireshark' ```
```shell CPU benchmark with `dd` Removing old kernels in Debian based systems Fixing `locale` issues in Debian systems Using `dd` To Create Disk Images Finding Open Files With `lsof` ```
```java /* * * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ package me.lucko.luckperms.nukkit.inject.server; import cn.nukkit.permission.Permission; import cn.nukkit.plugin.PluginManager; import com.google.common.collect.ForwardingMap; import com.google.common.collect.ImmutableMap; import me.lucko.luckperms.common.cache.Cache; import me.lucko.luckperms.nukkit.LPNukkitPlugin; import net.luckperms.api.util.Tristate; import org.checkerframework.checker.nullness.qual.NonNull; import java.util.Collections; import java.util.HashMap; import java.util.Locale; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * A replacement map for the 'defaultPerms' instance in Nukkit's SimplePluginManager. * * This instance allows LuckPerms to intercept calls to * {@link PluginManager#addPermission(Permission)}, specifically regarding * the default nature of the permission. * * Injected by {@link InjectorDefaultsMap}. */ public final class LuckPermsDefaultsMap { // the plugin final LPNukkitPlugin plugin; // the two values in the map private final Map<String, Permission> opSet = new DefaultPermissionSet(true); private final Map<String, Permission> nonOpSet = new DefaultPermissionSet(false); // fully resolved defaults (accounts for child permissions too) private final DefaultsCache opCache = new DefaultsCache(true); private final DefaultsCache nonOpCache = new DefaultsCache(false); public LuckPermsDefaultsMap(LPNukkitPlugin plugin, Map<Boolean, Map<String, Permission>> existingData) { this.plugin = plugin; this.opSet.putAll(existingData.getOrDefault(Boolean.TRUE, Collections.emptyMap())); this.nonOpSet.putAll(existingData.getOrDefault(Boolean.FALSE, Collections.emptyMap())); } public Map<String, Permission> getOpPermissions() { return this.opSet; } public Map<String, Permission> getNonOpPermissions() { return this.nonOpSet; } public Map<String, Permission> get(boolean op) { return op ? this.opSet : this.nonOpSet; } private DefaultsCache getCache(boolean op) { return op ? this.opCache : this.nonOpCache; } private void invalidate(boolean op) { getCache(op).invalidate(); this.plugin.getUserManager().invalidateAllPermissionCalculators(); this.plugin.getGroupManager().invalidateAllPermissionCalculators(); } /** * Queries whether a given permission should be granted by default. * * @param permission the permission to query * @param isOp if the player is op * @return a tristate result */ public Tristate lookupDefaultPermission(String permission, boolean isOp) { Map<String, Boolean> map = getCache(isOp).get(); return Tristate.of(map.get(permission)); } final class DefaultPermissionSet extends ForwardingMap<String, Permission> { final LuckPermsDefaultsMap parent = LuckPermsDefaultsMap.this; private final Map<String, Permission> delegate = new ConcurrentHashMap<>(); private final boolean op; DefaultPermissionSet(boolean op) { this.op = op; } @Override protected Map<String, Permission> delegate() { return this.delegate; } @Override public Permission put(@NonNull String key, @NonNull Permission value) { Permission ret = super.put(key, value); invalidate(this.op); return ret; } @Override public Permission putIfAbsent(String key, Permission value) { Permission ret = super.putIfAbsent(key, value); invalidate(this.op); return ret; } @Override public void putAll(@NonNull Map<? extends String, ? extends Permission> map) { super.putAll(map); invalidate(this.op); } @Override public Permission remove(@NonNull Object object) { Permission ret = super.remove(object); invalidate(this.op); return ret; } } private final class DefaultsCache extends Cache<Map<String, Boolean>> { private final boolean op; DefaultsCache(boolean op) { this.op = op; } @Override protected @NonNull Map<String, Boolean> supply() { Map<String, Boolean> builder = new HashMap<>(); for (Permission perm : LuckPermsDefaultsMap.this.get(this.op).values()) { String name = perm.getName().toLowerCase(Locale.ROOT); builder.put(name, true); for (Map.Entry<String, Boolean> child : LuckPermsDefaultsMap.this.plugin.getPermissionMap().getChildPermissions(name, true).entrySet()) { builder.putIfAbsent(child.getKey(), child.getValue()); } } return ImmutableMap.copyOf(builder); } } } ```
```c /* Auto-generated by generate-wrappers.py script. Do not modify */ #if defined(__i386__) || defined(__i686__) || defined(__x86_64__) #include <requantization/gemmlowp-sse4.c> #endif /* defined(__i386__) || defined(__i686__) || defined(__x86_64__) */ ```
```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, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ package org.apache.beam.runners.extensions.metrics; import static org.junit.Assert.assertEquals; import com.sun.net.httpserver.HttpServer; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.InetSocketAddress; import java.net.ServerSocket; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CountDownLatch; import org.apache.beam.sdk.metrics.MetricQueryResults; import org.apache.beam.sdk.metrics.MetricsOptions; import org.apache.beam.sdk.options.PipelineOptionsFactory; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; /** Test class for MetricsHttpSink. */ public class MetricsHttpSinkTest { private static int port; private static List<String> messages = new ArrayList<>(); private static HttpServer httpServer; private static CountDownLatch countDownLatch; @BeforeClass public static void beforeClass() throws IOException { // get free local port ServerSocket serverSocket = new ServerSocket(0); port = serverSocket.getLocalPort(); serverSocket.close(); httpServer = HttpServer.create(new InetSocketAddress(port), 0); httpServer .createContext("/") .setHandler( httpExchange -> { try (final BufferedReader in = new BufferedReader( new InputStreamReader( httpExchange.getRequestBody(), StandardCharsets.UTF_8))) { String line; while ((line = in.readLine()) != null) { messages.add(line); } } httpExchange.sendResponseHeaders(HttpURLConnection.HTTP_OK, 0L); httpExchange.close(); countDownLatch.countDown(); }); httpServer.start(); } @Before public void before() { messages.clear(); } @Test public void testWriteMetricsWithCommittedSupported() throws Exception { MetricQueryResults metricQueryResults = new CustomMetricQueryResults(true); MetricsOptions pipelineOptions = PipelineOptionsFactory.create().as(MetricsOptions.class); pipelineOptions.setMetricsHttpSinkUrl(String.format("path_to_url", port)); MetricsHttpSink metricsHttpSink = new MetricsHttpSink(pipelineOptions); countDownLatch = new CountDownLatch(1); metricsHttpSink.writeMetrics(metricQueryResults); countDownLatch.await(); String expected = "{\"counters\":[{\"attempted\":20,\"committed\":10,\"name\":{\"name\":\"n1\"," + "\"namespace\":\"ns1\"},\"step\":\"s1\"}],\"distributions\":[{\"attempted\":" + "{\"count\":4,\"max\":9,\"mean\":6.25,\"min\":3,\"sum\":25},\"committed\":" + "{\"count\":2,\"max\":8,\"mean\":5.0,\"min\":5,\"sum\":10},\"name\":{\"name\":\"n2\"," + "\"namespace\":\"ns1\"},\"step\":\"s2\"}],\"gauges\":[{\"attempted\":{\"timestamp\":" + "\"1970-01-05T00:04:22.800Z\",\"value\":120},\"committed\":{\"timestamp\":" + "\"1970-01-05T00:04:22.800Z\",\"value\":100},\"name\":{\"name\":\"n3\",\"namespace\":" + "\"ns1\"},\"step\":\"s3\"}],\"stringSets\":[{\"attempted\":{\"stringSet\":[\"cd" + "\"]},\"committed\":{\"stringSet\":[\"ab\"]},\"name\":{\"name\":\"n3\"," + "\"namespace\":\"ns1\"},\"step\":\"s3\"}]}"; assertEquals("Wrong number of messages sent to HTTP server", 1, messages.size()); assertEquals("Wrong messages sent to HTTP server", expected, messages.get(0)); } @Test public void testWriteMetricsWithCommittedUnSupported() throws Exception { MetricQueryResults metricQueryResults = new CustomMetricQueryResults(false); MetricsOptions pipelineOptions = PipelineOptionsFactory.create().as(MetricsOptions.class); pipelineOptions.setMetricsHttpSinkUrl(String.format("path_to_url", port)); MetricsHttpSink metricsHttpSink = new MetricsHttpSink(pipelineOptions); countDownLatch = new CountDownLatch(1); metricsHttpSink.writeMetrics(metricQueryResults); countDownLatch.await(); String expected = "{\"counters\":[{\"attempted\":20,\"name\":{\"name\":\"n1\"," + "\"namespace\":\"ns1\"},\"step\":\"s1\"}],\"distributions\":[{\"attempted\":" + "{\"count\":4,\"max\":9,\"mean\":6.25,\"min\":3,\"sum\":25},\"name\":{\"name\":\"n2\"" + ",\"namespace\":\"ns1\"},\"step\":\"s2\"}],\"gauges\":[{\"attempted\":{\"timestamp\":" + "\"1970-01-05T00:04:22.800Z\",\"value\":120},\"name\":{\"name\":\"n3\",\"namespace\":" + "\"ns1\"},\"step\":\"s3\"}],\"stringSets\":[{\"attempted\":{\"stringSet\":[\"cd\"]}," + "\"name\":{\"name\":\"n3\",\"namespace\":\"ns1\"},\"step\":\"s3\"}]}"; assertEquals("Wrong number of messages sent to HTTP server", 1, messages.size()); assertEquals("Wrong messages sent to HTTP server", expected, messages.get(0)); } @AfterClass public static void after() { httpServer.stop(0); } } ```
```xml <mxfile host="localhost" modified="2021-05-13T15:13:49.065Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36" etag="wSTZ0NLKJqQDPf-wjMNB" version="@DRAWIO-VERSION@" type="device"><diagram id="3228e29e-7158-1315-38df-8450db1d8a1d" name="Page-1">3VpdU+your_sha256_hashTnyEeSwxlObh+/ldlm8Ucxy1dnDmaPZ3h+5pwlCPqntjxtLUKNYV4uZ43T3nC1your_sha512_hashngZDtwnU2/your_sha512_hash+evLm36mkHhU5S1PVk/your_sha256_hash91VZfE93zk+o4TjRXW70jOrH9OH2d1qXlb544GpebhveXGbV+WTujSj6MAgWYsueI8hNAw1EenYG+/your_sha512_hash+DFW2fIO6+/your_sha256_hashy+QkNDBYDd0YrUdG8YDU5gHZOOuDJ3ZgrfPp+hDoWBAE/SBNPSNt3Wg0fqsQHa4e7h15wmgsB+s9K7awg/your_sha256_hashyour_sha256_hashgMVY1kDex6/mexqTl4zgbFurpq/GB3vq3CLLVhrocOE/your_sha256_hashXTkGA6GRqmAYLRYkUlNWrVwbEt2FpenjJmY4Lv+dDw9ULtUqQdvwLGa65UB4xoO2T4C+FlSOC9GBq8TIkkxHaN4Y4qCZx2naPBaQIzGZF6wQNq+xjbpYPKrDlunKYd43hwmIrnpB44pbZy2u6Nhoeqd+EVdXXxpAinbd54MjiB1S75FYQRgxGwQThErjeLjgpw2r6N/2/your_sha256_hashMjBEic0Br/XGrhbQpGw0uaElrLF37pFAK2wD+Remgw0E1g2zUoCXXscH/hQB3dGWDC1ptD14pcYlOKbs+your_sha256_hashyyLWwrQ/OvY0lfrgg3gR0gN3+eKznKZ9Ybr99hlO8wyour_sha512_hashlKQtaprI3/miLMuuPyB8J6WEgA1GrVRBIvlgO7rYIy6TtKlNc/9ndEzQT7MPvDH77yQhYjIuIEBg9BARO8rfX6chdXFgRbkTFUfaFV3voE9P9/9w8zx28A9NePEv</diagram></mxfile> ```
```java package com.eveningoutpost.dexdrip.models; import com.google.gson.Gson; import com.google.gson.GsonBuilder; class HistoricBg { public int quality; public int time; public double bg; } class OOPResults { double currentBg; int currentTime; int currentTrend; HistoricBg [] historicBg; long timestamp; String serialNumber; String toGson() { Gson gson = new GsonBuilder().create(); return gson.toJson(this); } } public class OOPResultsContainer { OOPResultsContainer() { oOPResultsArray = new OOPResults[0]; version = 1; } String toGson() { Gson gson = new GsonBuilder().create(); return gson.toJson(this); } int version; String Message; OOPResults[] oOPResultsArray; } ```
The Bund der Pfadfinderinnen und Pfadfinder (BdP) (German Association of Guides and Scouts) is the largest non-denominational, co-educational Scout and Guide association in Germany. Through its membership in the Ring deutscher Pfadfinder*innenverbände, it is part of the World Organization of the Scout Movement and the World Association of Girl Guides and Girl Scouts. Founded in 1976, the association serves about 30,000 members nationwide. Program BdP's working methods consist of weekly meetings, hikes, camps and other activities for its three age sections. These are organized by volunteer youth leaders. The program is based on nine pillars: Working in groups Peer education Co-Education Holistic development of physical, intellectual, social, emotional, and spiritual competencies International peace and understanding Adventure in nature Learning by doing Democracy and participation Shared traditions Sections The association is divided in three sections according to age: Erwachsene (adults) (26 years and up) do not constitute a target age section for BdP's programs. They are, however, recognized and welcome as support volunteer staff and leaders. Promises Cub Scouts Ich will ein guter Wölfling/Freund sein und unsere Regeln achten. Die Regeln lauten: Ein Wölfling hilft wo er kann und ein Wölfling nimmt Rücksicht auf andere. I will be a good Cub Scout/friend and follow our rules. The rules are: a Cub Scout helps wherever he/she can and a Cub Scout is considerate. Scout and Guide Promise Ich will (im Vertrauen auf Gottes Hilfe)nach den Regeln der Pfadfinderinnen und Pfadfindermit euch leben. (With confidence in God's help) I promise to live with you in accordance with the Guide and Scout Law. The religious formula is optional. Rangers and Rovers There is no prescribed promise for the oldest age sections. Rangers and Rovers are expected to come up with their own promise based on the Guide and Scout Law after a period of reflection. Guide and Scout Law Ich will hilfsbereit und rücksichtsvoll sein.I will be helpful and considerate. Ich will den Anderen achten.I will be respectful. Ich will zur Freundschaft aller Pfadfinderinnen und Pfadfinder beitragen.I will be a friend to all Guides and Scouts. Ich will aufrichtig und zuverlässig sein.I will be honest and trustworthy. Ich will kritisch sein und Verantwortung übernehmen.I will use my own judgement and assume responsibilities. Ich will Schwierigkeiten nicht ausweichen.I will not avoid difficulties. Ich will die Natur kennenlernen und helfen, sie zu erhalten.I will acquaint myself with nature and help to conserve it. Ich will mich beherrschen.I will become master of myself. Ich will dem Frieden dienen und mich für die Gemeinschaft einsetzen, in der ich lebe.I will serve peace and the community I live in. Principles The work within BdP is characterized by the founding principles of the Guide and Scout Movements (e.g. the Scout Promise and Scout Law) as well as by its emphasis on youth leadership and peer education. BdP is a recognized German charity and its activities are carried out by volunteer leaders only, with few exceptions for administrative personnel on national and district level. Political affiliations As a community youth organization, BdP is independent from political parties/organizations but promotes a comprehensive citizenship education through non-formal educational means on national, regional, and local level. In recognition of the organization's peace-building capacities, German Minister of Finance Wolfgang Schäuble donated €50,000 to BdP in 2015 in order to support international citizenship education through the Scout and Guide method. Funding As a community youth organization, BdP's funding consists of membership fees, donations and public grants. Co-education Since its inception in 1976, BdP has subscribed to a co-educational approach. Programs and structures are thus targeted towards mixed groups with few local exceptions. This is reflected in the organization's logo which unites the Guide movement's trefoil and the Scout movement's fleur-de-lis. BdP is furthermore a part of both the World Organization of the Scout Movement (WOSM) and the World Association of Girl Guides and Girl Scouts (WAGGGS) through its memberships in the Federation of German Scout Organizations (Ring deutscher Pfadfinderverbände) and the Federation of German Guide Organizations (Ring Deutscher Pfadfinderinnenverbände). BdP registers its male members with WOSM and its female members with both WOSM and WAGGGS. Uniform The formal BdP uniform consists of three elements: a dark-blue uniform shirt with BdP embroidered on the flap of the front pocket on the right. a Scout scarf in accordance with the age section of the individual: yellow for Cub Scouts, blue-yellow for Scouts and Guides, blue-yellow with the R/R badge sewn onto the corner for Rangers/Rovers; members who have successfully completed their Gilwell/Woodbadge training may wear their beads intertwined with their scarves. badges: the BdP logo on the left front pocket, the Germany/EU flag above the left front pocket, the world organization logo(s) on the left sleeve. BdP registers its male members with WOSM and its female members with both WOSM and WAGGGS. Thus male members may wear one world organization logo on their sleeves, whereas female members may wear both next to each other. Organizational structure As per its constitution, BdP is subdivided into districts (Landesverbände), which in turn consist of local troops (Stämme). Currently, BdP is subdivided into twelve districts which mostly adhere to the borders of the German Bundesländer. Notable exceptions are the merged districts of Berlin-Brandenburg, Rheinland-Pfalz/Saar, and Schleswig-Holstein/Hamburg. Mecklenburg-Vorpommern is covered by the latter; Dansk Spejderkorps Sydslesvig is associated with Schleswig-Holstein/Hamburg as well. The highest decision-making institution at each level is the members' or delegates' assembly. The organization's structures and processes are modeled on a representative democracy, meaning the delegates for each subsequently higher level are elected by the assembly of the level underneath. At national level, the delegates' assembly elects a board for a 3-year term. The board consists of a Chief Scout/Guide and a number of deputies. By request of the delegates, dual leadership is possible when the role is split among a woman and a man. The national board in turn appoints national commissioners for departments, e.g. the age sections, international affairs or citizenship education. Institutions National headquarters BdP is headquartered at Zentrum Pfadfinden in Immenhausen in Hessia. The center houses not only BdP's central administration but offers conferences and camp spaces. It is booked regularly by Scouts/Guides, other NGOs and businesses. Stiftung Pfadfinden In order to support BdP's work, a foundation - Stiftung Pfadfinden - was established in 1998. Member magazine The member magazine Pfade is published quarterly and distributed to members and outside stakeholders. It is supplemented by an online blog. See also Chrissy Pollithy Sources External links Scouting and Guiding in Germany World Organization of the Scout Movement member organizations World Association of Girl Guides and Girl Scouts member organizations Youth organizations established in 1976 1976 establishments in Germany
```go // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.20 package errgroup import "context" func withCancelCause(parent context.Context) (context.Context, func(error)) { return context.WithCancelCause(parent) } ```
A fuel cell bus is a bus that uses a hydrogen fuel cell as its power source for electrically driven wheels, sometimes augmented in a hybrid fashion with batteries or a supercapacitor. The only emission from the bus is water. Several cities around the world have trialled and tested fuel cell buses, with over 5,600 buses in use worldwide, the majority of which are in China. Background Owing to the greenhouse gas emissions and particulate pollution produced by diesel buses, transport operators have been moving towards greener and cleaner buses (such as hybrid electric buses and battery electric buses) since the early 2000s. However, battery electric buses lack range compared to diesel buses, take time to charge and have reduced energy storage in cold weather. Transport operators have therefore evaluated alternatives such as hydrogen fuel cell buses. Hydrogen fuel cells generate electricity by reacting hydrogen and oxygen in the presence of a catalyst, the by-product of which is water. This electricity is used as a power source for an electric motor, which drives the wheels of the bus. Some companies have proposed using the fuel cell as a range extender, combining it with a larger battery or a supercapacitor. Hydrogen has a higher energy density than lithium batteries, making it suitable for heavy vehicles such as buses and trucks. The provenance of hydrogen fuel varies - with green hydrogen (produced using renewable electricity) being significantly more environmentally friendly than brown hydrogen (produced by burning coal or lignite) or grey hydrogen (produced by steam heating natural gas). History Initial tests and trials From the late 1980s, concern regarding diesel emissions from buses led to experimentation regarding the use of fuel cells to power vehicles. Initial proof of concept work involved demonstrating that fuel cells could be packaged into a bus, and successfully power one. Between 1994 and 1995, the Georgetown Fuel Cell Bus Program (led by Georgetown University and the United States Department of Energy) demonstrated three buses powered by a phosphoric acid fuel cell from Fuji Electric. From the late 1990s, hydrogen-powered fuel-cell buses were trialled and experimented in a variety of cities. In 1998, Chicago and Vancouver began trials, using New Flyer Industries bus bodies and Ballard Power Systems hydrogen fuel cells. The three-year trial carried more than 200,000 passengers and travelled over . From 2000, Hino and Toyota collaborated on the development of FCHV-BUS, a hydrogen fuel cell bus. After initial trials by Toei Bus in 2003, a fleet of 8 FCHV-BUS buses were then used at Expo 2005 in Aichi, Japan. During the Expo, they carried one million visitors and travelled about 130,000 kilometres. The buses were subsequently used as airport shuttle buses. In the United States, the National Renewable Energy Laboratory (NERL) in the United States has been undertaking research work on hydrogen fuel cell buses since 2000, in collaboration with the Federal Transit Administration. AC Transit in the San Francisco Bay Area began trials of a hydrogen fuel cell bus in 2002. Clean Urban Transport for Europe From 2001, the European Union supported research project Clean Urban Transport for Europe (CUTE) began running hydrogen fuel cell powered buses in nine European cities, including London, Madrid and Hamburg. The project was supported by a consortium of transportation operators, hydrogen infrastructure and fuel cell developers, universities and city authorities. Three other cities - Reykjavík, Beijing and Perth - took part in similar demonstration projects, supported by the same consortium. The Fuel Cell Bus Club became a forum to share experiences and information between cities and researchers. All three projects used Mercedes-Benz Citaro buses, with hydrogen fuel cells from Ballard Power Systems. At the time they claimed to be the largest fleet of fuel cell buses in the world. The buses were estimated to cost US$1.2 million each and had a range of and carried around 70 passengers. Completed in 2007, the projects were deemed a success by researchers. However, the buses were criticised by some operators for their high cost of operation, with Madrid reporting that they were around ten times as costly to fuel. Dedicated Hydrogen filling stations were also required to be built. The buses in Beijing - the first fuel cell buses in China - were withdrawn after one year, as air pollution reduced the efficiency and operating life of the fuel cells. Further development In 2006, the Federal Transit Administration announced the National Fuel Cell Bus Technology Development Program. $49m in federal grants would be provided to transit agencies to help develop and test hydrogen fuel cell buses, to improve the potential commercialisation of them. In 2003, AC Transit introduced a Thor “ThunderPower” bus into trial service, with tests complete by October 2004. In 2006, five Van Hool buses powered by UTC Power fuel cells entered service. These were replaced in 2010 by other Van Hool hydrogen fuel cell buses. In 2009, BC Transit began operating fuel-cell buses in the town of Whistler in British Columbia, prior to the 2010 Winter Olympics. The fleet of 20 hydrogen fuel cell buses was the largest in the world at the time, with the project costing around $94m. Unlike previous projects, the hydrogen used was blue hydrogen, produced by Air Liquide in Quebec using hydroelectricity. Due to high operating costs, the program halted in 2015. In 2010, eight hydrogen buses were introduced into service in London, with a substantially larger range than the fuel cell buses used in the mid-2000s. At the time, this was the largest hydrogen bus fleet in Europe. Transport for London acknowledged the high cost of the buses and the high cost in fuelling them, but noted that they "[expected] the costs to drop dramatically" as they become commercially viable. In China, hydrogen fuel cell buses were used at Beijing 2008, Expo 2010 in Shanghai and the 2010 Asian Games in Guangzhou. These buses were developed by Higer Bus, with 3 deployed at Beijing 2008 and 196 at Expo 2010 in Shanghai. The first Brazilian hydrogen fuel cell bus prototype began operation in São Paulo in 2009. The hydrogen bus was manufactured in Caxias do Sul. The programme, called "Ônibus Brasileiro a Hidrogênio" (Brazilian Hydrogen Autobus), includes three additional buses. In March 2015, Europe's largest fleet of hydrogen fuel cell buses entered service in Aberdeen, Scotland. 10 Van Hool buses were used on a five-year trial. Large scale commercial introduction As of 2020, 5,648 hydrogen fuel cell buses are in use around the world, with 93.7% of them in China. Some early adopters of fuel cell buses have opted to focus on battery electric buses, with London having 950 battery electric buses, and 20 hydrogen fuel cell buses in their fleet as of 2023. In 2015, Toyota began testing their updated hydrogen fuel cell bus in Tokyo, the Toyota FC Bus. Developed in conjunction with Hino Motors, it utilised technology from the Toyota Mirai hydrogen fuel cell car, as well as from Hino's hybrid buses. In 2017, Toyota unveiled the Toyota Sora bus, with production beginning in March 2018. By 2020, over 100 Toyota Sora buses had been delivered, operating on the Tokyo BRT, JR Bus Kanto and Toei Bus. In 2018, Toyota announced that they would be supplying their hydrogen fuel cell technology to Portuguese bus manufacturer Caetano, for buses to be sold in Europe. The Caetano H2.City Gold has achieved numerous sales, such in Bielefeld, Cottbus, and Barcelona. Caetano has subsequently begun to brand the bus as a "Toyota", after Toyota became a majority shareholder. In China, the Feichi (Allenbus) company began manufacturing hydrogen fuel cell buses in Yunfu after licensing the fuel cell technology from Ballard. The hydrogen fuel cell is combined with a 36kWh Lithium-ion battery, which powers the electric motors. Over 300 Feichi buses are now in service in the city of Foshan in Guangdong province in China. Other manufacturers in China also began to produce hydrogen fuel cell buses. Zhongtong Bus began a research and development programme in 2014, and began producing buses in 2016. In 2018, Zhangjiakou ordered 74 hydrogen fuel cell buses in preparation for the Beijing 2022 Winter Olympics. During the Games, over 800 hydrogen fuel cell buses and coaches were used from manufacturers Foton, Yutong, Geely and Zhongtong Bus. Hydrogen fuel cell vehicles were chosen over battery electric vehicles due to the cold weather prevalent in Hebei Province. The substantial use of hydrogen was criticised, given that much of China's hydrogen is "black hydrogen", produced by burning coal. This meant that each kilo of hydrogen produced around 15–20 kg of CO2. Launched in 2017, the Hyundai entered commercial service in South Korea in December 2019. By June 2021, 108 buses were in service across South Korea. Trial operations of the ElecCity with Wiener Linien in Vienna, Austria were planned from November 2021, with further tests in Germany also announced. The ElecCity has a range of over , and a maximum output of 180 kW. The cities of Busan and Ulsan announced in 2022 that they planned to introduce over 620 buses by 2025. In 2019, Polish bus manufacturer Solaris Bus & Coach announced a hydrogen fuel cell bus on their popular Urbino 12 platform. This was subsequently tested by a range of major operators including RATP in Paris, and ordered by European bus operators including Connexxion, ÖBB Postbus, and MPK Poznań. In 2022, Solaris announced a hydrogen fuel cell version of their Urbino 18 articulated bus at InnoTrans 2022. In 2020, the city of Nanning in China announced they planned to replace their entire 7,000 battery electric bus fleet with better performing hydrogen fuel cell/battery hybrid buses. , the NERL was continuing work to evaluate fuel cell bus projects in the U.S., with 64 buses in service in California, Hawaii and Ohio. AC Transit has the largest fleet of hydrogen fuel cell buses in the United States, with 22 buses in service from Van Hool and New Flyer. This will allow a direct comparison between battery electric and hydrogen fuel cell buses, to guide future purchasing decisions in light of a desire for a zero emission bus fleet. AC Transit noted that they had the "most comprehensive zero-emission bus (ZEB) program in the United States", and had run of service with zero emission buses since 2000. In June 2021, the world's first hydrogen fuel cell double-decker bus (Wright StreetDeck Hydroliner) entered service with Metroline in London on route 7. These buses also entered service in Aberdeen, Scotland. The Hydroliner FCEV was developed as part of the European Union 'Joint Initiative for Hydrogen Vehicles across Europe' (JIVE). Other bus manufacturers continued to enter the hydrogen fuel cell market, with Iveco announcing a memorandum of understanding with Air Liquide to develop 'hydrogen mobility', and Alexander Dennis announcing a 'next generation' double decker bus. New manufacturers also planned to enter the market, such as Hyzon Motors. Other countries continued to investigate the potential of hydrogen fuel cell buses, with Moscow announcing a pilot of Kamaz buses in 2022. In May 2022, , the public transport operator for Cologne, Germany ordered up to 100 hydrogen fuel cell buses from Solaris and WrightBus. This followed the announcement of the 'National Hydrogen Strategy' in Germany, which made clear that hydrogen fuel cell buses were a feasible alternative for long-distance routes. Mercedes-Benz announced that their popular eCitaro bus would be made available with a range extender using a Toyota hydrogen fuel cell. This would increase the range of the bus to . In July 2022, Île-de-France Mobilités (IDFM) ordered 47 fuel cell buses for the Grand Paris region in France at a cost of €48m. Green hydrogen will be used, with the hydrogen produced at an incinerator in Creteil. The managing director of IDFM stated that they wished to send a signal with their first order that bus manufacturers should "improve the technology, bring it to maturity, produce it [commercially] and we will be there". In July 2022, over five hundred Foton AUV buses joined the Beijing Public Transport Group. Media reported that the buses have a range of around 600 km, and can be refilled in around 10 to 15 minutes. These buses had previously been used at the Beijing 2022 Winter Olympics. In August 2022, India's first domestically developed hydrogen fuel bus was unveiled in Pune. The bus was developed by KPIT Technologies and the Council of Scientific and Industrial Research. Comparison with battery electric buses Buses powered by hydrogen fuel cells have some similarities with battery electric buses, as well as key differences. Both types are zero-emission at the tailpipe, with hydrogen fuel cell buses producing water. However many sources of hydrogen, including those most commonly used, are not zero-emission. Both are propelled by electric motors, and both have been produced by a range of bus manufacturers. Both have upfront costs - such as electric chargers, or a hydrogen fuelling station. Unlike battery electric buses, hydrogen fuel cell buses can be refuelled in around 10 minutes, compared to an overnight charge for electric buses (or an energy intensive, high current fast charge of a battery). Hydrogen fuel cell buses have a greater range and longer run time than battery electric buses, with a range of around before refuelling - compared to around between charges for a battery electric bus. Hydrogen also has a higher energy storage density than batteries. Furthermore, as batteries are made larger to increase range - they become heavier, decreasing energy efficiency. Hydrogen fuel cell buses are less affected by temperature, with consistent power and range at extreme hot or cold temperatures. Operators of battery electric buses have reported shorter range in low temperatures, with Berliner Verkehrsbetriebe (BVG) reporting a 30% shorter range in cold weather (around ). The cost of fuelling Hydrogen buses is higher than battery buses. Costs of both battery electric buses and hydrogen fuel cell buses has fallen over time. Range extender Some manufacturers have used hydrogen fuel cells as a range extender for battery electric buses, allowing them to have greater range. For example, the Mercedes-Benz eCitaro has a range of as a battery electric model, with the eCitaro fuel cell bus having a range of thanks to a 60 kW Toyota fuel cell that recharges the battery. Costs Hydrogen fuel The cost of fuelling buses has varied substantially, due to the cost and availability of hydrogen. Some transit operators have been able to use hydrogen by-product from industrial processes (such as the production of Polyvinyl chloride) to lower the cost. Other transit operators have built small scale plants to produce hydrogen from natural gas, or have purchased it directly from industrial producers. In 2006, the National Renewable Energy Laboratory stated that the cost of hydrogen fuel was around $9 a kilogram, roughly comparing it to $2 a gallon for diesel. It further noted that the total cost per mile (including maintenance) was around $1 per mile for diesel and around $6.50 per mile for hydrogen. In Europe, the Clean Urban Transport for Europe (CUTE) project in the early 2000s reported fuelling costs around 10 times more than diesel. In 2021, reported that the cost of fuelling a hydrogen fuel cell bus is around 2.6 times higher than an equivalent diesel bus, with brown hydrogen predominately used in Japan. In January 2022, the city of Montpellier, France, cancelled a contract to procure 51 buses powered by hydrogen fuel cells, when it found that "the cost of operation for hydrogen [buses] is 6 times the cost of electricity". The city ordered battery electric buses instead. In 2021, reported that their hydrogen fuel cell buses cost around the same as their diesel buses to operate. London reported that the cost of hydrogen was around £6 per kilogram in 2023, roughly comparable with the cost of diesel fuel. Projections from the Hydrogen Council are that hydrogen produced from renewable energy at scale could cost around $1.4 to $2.3 per kilogram. Vehicles Costs of fuel cell buses has gradually fallen as technology has become more widespread and commercially viable. In 2007, the National Renewable Energy Laboratory stated that the purchase price of a hydrogen fuel cell bus was around $2–3m, a standard diesel bus was around $330,000 and a hybrid bus was around $480,000. in Cologne, Germany reported that the Phileas bus cost them €1.86m to purchase in 2011, a Van Hool A330 cost around €850,000 to purchase in 2014 and €590,000 to purchase in 2020, and that prices had fallen further - with new hydrogen fuel cell buses costing around €500,000 in 2023. In 2022, the Financial Times reported that the Japanese Toyota FC Sora cost ¥100m (€710,000) for a six-year lease, whereas a diesel bus costs around ¥24m (€170,000). Local authorities have subsidised the cost of the buses to get them into service. In the United States, it was reported in 2022 that a hydrogen bus cost around $1.2m to purchase, compared to $750,000 for a battery electric bus. The Globe and Mail noted that European produced fuel cell buses are cheaper as they are produced in larger quantities. Research groups such as H2Bus Consortium are working to lower the cost of hydrogen fuel cell buses to the level of diesel buses, with volume orders and mass production allowing manufacturers to take advantage of economies of scale. Other costs When compared to diesel buses, transit operators face additional upfront costs when moving to hydrogen fuel cell buses. This includes constructing hydrogen fuelling stations, as well as purchasing spare parts for new buses. Battery electric buses have similar upfront costs, requiring the installation of electric chargers and upgrades to the electrical grid to handle large numbers of electric buses being charged (often overnight). Vehicles , 5,648 hydrogen fuel cell buses are in use around the world, with 93.7% of them in China. A wide variety of companies are currently producing hydrogen fuel cell buses. Bus manufacturers usually work with a provider of hydrogen fuel cells to power the bus, such as Ballard Power Systems or Toyota. Vehicles include, but are not limited to: See also Fuel cell vehicle List of fuel cell vehicles List of buses References External links H2mobility.org Hydrogen buses worldwide [Dead Link] Toyota FCHV-BUS data sheet International Fuel Cell Bus Collaborative [Dead Link] Fuel cell buses Energy technology
```javascript /** * @license Apache-2.0 * * * * 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. */ 'use strict'; // MODULES // var bench = require( '@stdlib/bench' ); var uniform = require( '@stdlib/random/base/uniform' ).factory; var isnan = require( '@stdlib/math/base/assert/is-nan' ); var pow = require( '@stdlib/math/base/special/pow' ); var ndarray = require( '@stdlib/ndarray/ctor' ); var pkg = require( './../package.json' ).name; var abs = require( './fixtures/dispatcher.js' ); // VARIABLES // var rand = uniform( -100.0, 100.0 ); // FUNCTIONS // /** * Creates a benchmark function. * * @private * @param {PositiveInteger} len - array length * @returns {Function} benchmark function */ function createBenchmark( len ) { var buf; var sh; var st; var x; var i; buf = []; for ( i = 0; i < len*2; i++ ) { buf.push( rand() ); } sh = [ len/2, 2, 1 ]; st = [ 4, 1, 1 ]; x = ndarray( 'generic', buf, sh, st, 0, 'row-major' ); return benchmark; /** * Benchmark function. * * @private * @param {Benchmark} b - benchmark instance */ function benchmark( b ) { var y; var i; b.tic(); for ( i = 0; i < b.iterations; i++ ) { y = abs( x ); if ( isnan( y.data[ i%len ] ) ) { b.fail( 'should not return NaN' ); } } b.toc(); if ( isnan( y.data[ i%len ] ) ) { b.fail( 'should not return NaN' ); } b.pass( 'benchmark finished' ); b.end(); } } // MAIN // /** * Main execution sequence. * * @private */ function main() { var len; var min; var max; var f; var i; min = 1; // 10^min max = 6; // 10^max for ( i = min; i <= max; i++ ) { len = pow( 10, i ); f = createBenchmark( len ); bench( pkg+'::ndarray:contiguous=false,ndims=3,dtype=generic,len='+len, f ); } } main(); ```
"I Called Mama" is a song recorded by American country music artist Tim McGraw. It was released in May 2020 as the lead-off single to his sixteenth studio album Here on Earth, and is his first single since returning to Big Machine Records earlier in the year. Content "I Called Mama" was written by Marv Green, Lance Miller, and Jimmy Yeary. Released just before Mother's Day, the song is described as "a gently ebbing ballad led by acoustic guitar and washes of pedal steel [...] about not putting things off until it's too late", which leads to a phone call home to the narrator's mother. McGraw originally expected the song to just remain an album cut, but in the wake of the COVID-19 pandemic, he felt the song took on a new meaning: "There was a lot of carrying a lot of weight along with it, and as you listen to it and you think about the personal level, but that's something that's sort of existential in a way that speaks to things that are going on outside of what the song is saying, and to have a personal song that's something that big when you look at it from a different perspective when the world changed, it was hard to ignore. It was hard to not want to pay attention to the song being, for me, a sort of catharsis during this time". Music video The music video premiered on May 27, 2020, and is "a tribute to mothers everywhere" with clips of McGraw's fans and their mothers, as well as appearances by his own mother, Betty Trimble, and wife, Faith Hill. Chart performance "I Called Mama" debuted on Billboard Country Airplay at No. 20 for the chart dated May 11, 2020, his third top 20 debut on the chart. It also debuted at No. 99 on the Billboard Hot 100 for the chart dated July 11, 2020. Charts Weekly charts Year-end charts Certifications References 2020 singles 2020 songs Tim McGraw songs Songs written by Marv Green Songs written by Lance Miller Songs written by Jimmy Yeary Song recordings produced by Byron Gallimore Song recordings produced by Tim McGraw Big Machine Records singles Songs about mothers
```java /* * */ package io.debezium.pipeline.metrics; import io.debezium.pipeline.metrics.traits.SnapshotMetricsMXBean; /** * @author Randall Hauch, Jiri Pechanec */ public interface SnapshotChangeEventSourceMetricsMXBean extends ChangeEventSourceMetricsMXBean, SnapshotMetricsMXBean { } ```
Fort Early was on the Flint River, in the southwest corner of modern Crisp County, Georgia. It was named for Georgia governor Peter Early. It was, in 1814, no more than breastworks built by the Army on high ground overlooking the river, briefly occupied in preparation for a projected invasion by British forces, a threat which disappeared in 1815 with the end of the War of 1812. A log stockade was built by the Georgia militia in early 1818 and was an important supply depot and defensive point during the First Seminole War. General Andrew Jackson stopped at Fort Early in February 1818 as he marched south to relieve besieged Fort Scott. The fort was evacuated after the war and the site reclaimed by nature. There is a monument erected in 1916 by the Daughters of the American Revolution. References Early Early Early History of Georgia (U.S. state) Crisp County, Georgia Buildings and structures in Crisp County, Georgia Daughters of the American Revolution Native American history of Georgia (U.S. state)
"Cemetery" is a single by English singer-songwriter Charlie Simpson, from his debut studio album Young Pilgrim (2011). It was released on 31 October 2011 as a digital download in the United Kingdom. Music video A music video to accompany the release of "Cemetery" was first released on YouTube on 28 September 2011 at a length of three minutes and twenty-eight seconds. It was directed by Shane Davey. Contrary to news reports at the time, Charlie was not knocked unconscious in the making of the video. It was reported that during the sequence where the car hits the fruit stall, he was struck on the head by a pineapple, and knocked out. This was nothing more than a publicity stunt that emanated from his management team, apart from the fruit the only thing that was damaged during the making of the video was the car, which was ultimately returned to its former glory by agents engaged by the owner and the production company. Track listing Chart performance Release history References 2011 singles Charlie Simpson songs Songs written by Charlie Simpson 2011 songs
Michael Alan Lerner is a French-American screenwriter, director, and journalist. Early life and education Lerner was born in New York City. He attended Harvard University and graduated magna cum laude with a degree in History and Literature. Journalism Upon graduating, Lerner was hired by The New Republic magazine as a staff writer. He later joined Newsweek magazine. Lerner covered a variety of conflicts around the globe, including the war in Lebanon and the fall of apartheid in South Africa. His freelance work has appeared in the Los Angeles Times magazine, The New York Observer and GOOD Magazine. Film 1990s Lerner co-wrote (with Daphna Kastner) the 1997 film French Exit, starring Jonathan Silverman and Mädchen Amick. 2000s Lerner wrote and co-directed (with Ludi Boeken) the 2005 war thriller Deadlines, starring Anne Parillaud and Stephen Moyer, which fictionalized his experiences as a war correspondent in Beirut. The film won numerous festival awards, including Best International Film at the 2005 Santa Barbara Film Festival, Prix Tournage at the 2004 Avignon Film Festival and Best Film at the 2004 Geneva Film Festival. 2010s Lerner was hired to write the $16 million budget 2012 Russian war film August Eighth for director Dzhanic Fayziev. Lerner’s next film, co-written with Oren Moverman, was the 2014 drama Love & Mercy, a biopic about the life and times of Brian Wilson of The Beach Boys. The film stars Paul Dano, John Cusack, Elizabeth Banks, and Paul Giamatti. The film was produced by River Road Entertainment. Filmography Personal life Lerner is the son of the Broadway playwright and lyricist Alan Jay Lerner (of Lerner & Loewe) and French criminal attorney Micheline Muselli Pozzo Di Borgo. References External links Harvard University alumni American people of French descent American directors Journalists from New York City Living people Year of birth missing (living people) Screenwriters from New York City
```scala package streaming.core.datasource import java.util.concurrent.TimeUnit import org.apache.spark.sql.streaming.{DataStreamWriter, Trigger} import org.apache.spark.sql.{DataFrameWriter, Row} import streaming.dsl.ScriptSQLExec import tech.mlsql.dsl.adaptor.DslTool /** * 2019-03-20 WilliamZhu(allwefantasy@gmail.com) */ abstract class MLSQLBaseStreamSource extends MLSQLSource with MLSQLSink with MLSQLSourceInfo with MLSQLRegistry with DslTool { def rewriteConfig(config: Map[String, String]) = { config } override def save(batchWriter: DataFrameWriter[Row], config: DataSinkConfig): Any = { val oldDF = config.df.get var option = config.config if (option.contains("fileNum")) { option -= "fileNum" } val writer: DataStreamWriter[Row] = oldDF.writeStream val context = ScriptSQLExec.contextGetOrForTest() val owner = config.config.get("owner").getOrElse(context.owner) var path = resolvePath(config.path, owner) var pathIsDBAndTable = false val Array(db, table) = parseRef(aliasFormat, path, dbSplitter, (options: Map[String, String]) => { writer.options(options) pathIsDBAndTable = true }) if (pathIsDBAndTable) { path = table } require(option.contains("checkpointLocation"), "checkpointLocation is required") require(option.contains("duration"), "duration is required") require(option.contains("mode"), "mode is required") if (option.contains("partitionByCol")) { val cols = option("partitionByCol").split(",").filterNot(f => f.isEmpty) if (cols.size != 0) { writer.partitionBy(option("partitionByCol").split(","): _*) } option -= "partitionByCol" } val duration = option("duration").toInt option -= "duration" val mode = option("mode") option -= "mode" val format = config.config.getOrElse("implClass", fullFormat) //make sure the checkpointLocation is append PREFIX def rewriteOption = { val ckPath = option("checkpointLocation") option ++ Map("checkpointLocation" -> resourceRealPath(context.execListener, Option(context.owner), ckPath)) } if (!skipFormat) { writer.format(format) } writer.outputMode(mode).options(rewriteOption) val dbtable = if (option.contains("dbtable")) option("dbtable") else path if (dbtable != null && dbtable != "-") { writer.option("path", dbtable) } context.execListener.env().get("streamName") match { case Some(name) => writer.queryName(name) case None => } foreachBatchCallback(writer, option) writer.trigger(Trigger.ProcessingTime(duration, TimeUnit.SECONDS)).start() } def foreachBatchCallback(dataStreamWriter: DataStreamWriter[Row], options: Map[String, String]): Unit = { //do nothing by default } def skipFormat: Boolean = { false } override def register(): Unit = { DataSourceRegistry.register(MLSQLDataSourceKey(fullFormat, MLSQLSparkDataSourceType), this) DataSourceRegistry.register(MLSQLDataSourceKey(shortFormat, MLSQLSparkDataSourceType), this) } override def unRegister(): Unit = { DataSourceRegistry.unRegister(MLSQLDataSourceKey(fullFormat, MLSQLSparkDataSourceType)) DataSourceRegistry.unRegister(MLSQLDataSourceKey(shortFormat, MLSQLSparkDataSourceType)) } def resolvePath(path: String, owner: String) = { path } override def sourceInfo(config: DataAuthConfig): SourceInfo = { val Array(db, table) = config.path.split("\\.") match { case Array(db, table) => Array(db, table) case Array(table) => Array("", table) } SourceInfo(shortFormat, db, table) } } ```
Hélène de Gingins (née Tronchin; 15 May 1828 – 23 July 1905) was a Swiss salonnière, abolitionist, and feminist. She hosted political and religious salons in Geneva and was active in promoting children's welfare and fighting to end female prostitution. From 1891 to 1905, she served as the vice president of the International Abolitionist Federation. Biography Hélène Tronchin was born on 15 May 1828 in Geneva, the daughter of Colonel Armand Henri Louis Jacob Tronchin, a military officer and lay president of the Evangelical Society of Geneva. She grew up at Les Délices, her family's mansion that had previously been the home of Voltaire. In 1848, she married the Swiss nobleman Charles Wolfgang de Gingins, Seigneur de Gingins. Her husband's family owned La Sarraz Castle. De Gingins became a salonnière, hosting political and religious salons in her home in Geneva. Through her salons, she was introduced to the English social reformer Josephine Butler, who convinced her to join the Comité intercantonal de dames in 1876. Through this organization, de Gingins worked to end female prostitution and promote children's welfare. Later, she joined the Association of Friends of the Young Girl and l'Association du sou pour le relèvement moral, which financed relief work. From 1891 to 1905, she served as vice president of the International Abolitionist Federation. De Gingins died in Geneva on 23 July 1905. References 1828 births 1905 deaths Anti-prostitution feminists People from Geneva Swiss abolitionists Swiss evangelicals Swiss feminists Swiss nobility Swiss salon-holders Swiss suffragists Swiss women activists Swiss women's rights activists Hélène 20th-century Swiss women
Chartist Cave (or sometimes Chartist's or Chartists' Cave) is a culturally significant cave on Mynydd Llangynidr in southern Powys, Wales. The entrance is a broad arch formed of Twrch Sandstone ('Millstone Grit') which overlies the Carboniferous Limestone immediately beneath. The cave The cave is located at about north-northeast of the village of Trefil at an elevation of about , at OS grid reference SO 127152 (51.8286 degrees North, 3.2672 degrees West). The entrance to Chartist Cave is high on the moors near the summit of Mynydd Llangynidr. The arched entrance is formed by a Twrch Sandstone ('Millstone Grit') cap from beneath which the underlying limestone has been eroded. The cave is also known by two different names in Welsh: Ogof Fawr (the 'Big Cave') and earlier as Tylles Fawr (the 'Great Hole'). The more commonly used modern name derives from 1839 when Chartist rebels used the cave to stockpile weapons in advance of their march on Newport in November of that year. There is a plaque at the entrance commemorating the Chartists' actions. Digging by the Severn Valley Caving Club, in 1969 and 1970, led to the discovery of a passage dropping to a lower chamber with many passages leading off. The known length of the cave is but it is believed to form a part of a much more extensive cave system beneath the moors. In the cave were found a clay pipe, a flat perforated stone, and both animal and human bones. The stone may have been of considerable antiquity, but the human bones were thought to be between fifty and one hundred years old. The cave is included in the Mynydd Llangynidr Site of Special Scientific Interest designated in August 2012 by the Countryside Council for Wales on the basis of the karstic landscape found here. References External links guide to the cave images of the cave on Geograph website Caves of Powys Sites of Special Scientific Interest in Brecknock
```python # your_sha256_hash___________ # # Pyomo: Python Optimization Modeling Objects # National Technology and Engineering Solutions of Sandia, LLC # Under the terms of Contract DE-NA0003525 with National Technology and # Engineering Solutions of Sandia, LLC, the U.S. Government retains certain # rights in this software. # your_sha256_hash___________ # # Imports # from pyomo.core import * # # Setup # model = AbstractModel() model.PROD = Set() model.rate = Param(model.PROD, within=PositiveReals) model.avail = Param(within=NonNegativeReals) model.profit = Param(model.PROD) model.commit = Param(model.PROD, within=NonNegativeReals) model.market = Param(model.PROD, within=NonNegativeReals) def Make_bounds(model, i): return (model.commit[i], model.market[i]) model.Make = Var(model.PROD, bounds=Make_bounds) def Objective_rule(model): return sum_product(model.profit, model.Make) model.totalprofit = Objective(rule=Objective_rule, sense=maximize) def Time_rule(model): return sum_product(model.Make, denom=(model.rate)) < model.avail model.Time = Constraint(rule=Time_rule) ```
```xml <?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="fr_FR"> <context> <name>about_ui_tr</name> <message> <location filename="../../persepolis/gui/about_ui.py" line="294"/> <source>About Persepolis</source> <translation> propos de Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="237"/> <source>Persepolis Download Manager</source> <translation>Gestionnaire de tlchargement Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="240"/> <source>&lt;a href=path_to_url <comment>TRANSLATORS NOTE: YOU REALLY DON'T NEED TO TRANSLATE THIS PART!</comment> <translation>&lt;a href=path_to_url </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="244"/> <source>&lt;a href=path_to_url <comment>TRANSLATORS NOTE: YOU REALLY DON'T NEED TO TRANSLATE THIS PART!</comment> <translation>&lt;a href=path_to_url </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="248"/> <source>&lt;a href=path_to_url <comment>TRANSLATORS NOTE: YOU REALLY DON'T NEED TO TRANSLATE THIS PART!</comment> <translation>&lt;a href=path_to_url </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="295"/> <source>Developers</source> <translation>Dveloppeurs</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="298"/> <source>Translators</source> <translation>Traducteurs</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="299"/> <translation>Licence</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="302"/> <source>OK</source> <translation>OK</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="259"/> <source>Special thanks to:</source> <translation>Remerciement spciaux :</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="255"/> <source> AliReza AmirSamimi Mohammadreza Abdollahzadeh Sadegh Alirezaie Mostafa Asadi Jafar Akhondali Kia Hamedi H.Rostami Ehsan Titish MohammadAmin Vahedinia</source> <comment>TRANSLATORS NOTE: YOU REALLY DON'T NEED TO TRANSLATE THIS PART!</comment> <translation> AliReza AmirSamimi Mohammadreza Abdollahzadeh Sadegh Alirezaie Mostafa Asadi Jafar Akhondali Kia Hamedi H.Rostami Ehsan Titish MohammadAmin Vahedinia</translation> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="264"/> <source>Acknowledgments:</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="266"/> <source>&lt;a href=path_to_url project&lt;/a&gt;</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="268"/> <source>&lt;a href=path_to_url project&lt;/a&gt;</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="270"/> <source>&lt;a href=path_to_url project&lt;/a&gt;</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="274"/> <source>&lt;a href=path_to_url project&lt;/a&gt;</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="296"/> <source>Acknowledgments</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="272"/> <source>&lt;a href=path_to_url to http proxy project&lt;/a&gt;</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/about_ui.py" line="238"/> <source>Version 4.2.0</source> <comment>TRANSLATORS NOTE: YOU REALLY DON'T NEED TO TRANSLATE THIS PART!</comment> <translation type="unfinished"/> </message> </context> <context> <name>addlink_ui_tr</name> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="429"/> <source>Add to category: </source> <translation>Ajouter la catgorie :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="469"/> <source>Proxy</source> <translation>Proxy</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="436"/> <source>IP: </source> <translation>IP : </translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="438"/> <source>Port:</source> <translation>Port :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="448"/> <source>Change Download Folder</source> <translation>Changer le dossier de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="450"/> <source>Download Folder: </source> <translation>Dossier de tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="461"/> <source>Cancel</source> <translation>Annuler</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="462"/> <source>OK</source> <translation>OK</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="466"/> <source>Link</source> <translation>Lien</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="472"/> <source>More Options</source> <translation>Plus d&apos;options</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="475"/> <source>Advanced Options</source> <translation>Options avances</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="478"/> <source>Referrer: </source> <translation>Rfrence :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="480"/> <source>Header: </source> <translation>En-tte :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="482"/> <source>Load cookies: </source> <translation>Charger cookies :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="484"/> <source>User agent: </source> <translation>Agent utilisateur :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="425"/> <source>Add Download Link</source> <translation>Ajouter un lien de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="427"/> <source>Download link: </source> <translation>Lien de tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="431"/> <source>Change file name: </source> <translation>Changer le nom de fichier :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="433"/> <source>Detect System Proxy Settings</source> <translation>Dtecter les paramtres systme de proxy</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="435"/> <source>Proxy password: </source> <translation>Mot de passe du proxy :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="437"/> <source>Proxy username: </source> <translation>Nom d&apos;utilisateur du proxy :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="444"/> <source>Download username and password</source> <translation>Nom d&apos;utilisateur et mot de passe du tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="445"/> <source>Download username: </source> <translation>Nom d&apos;utilisateur du tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="446"/> <source>Download password: </source> <translation>Mot de passe du tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="314"/> <source>Remember this path</source> <translation>Se souvenir de ce chemin</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="452"/> <source>Start time</source> <translation>Heure de dbut</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="453"/> <source>End time</source> <translation>Heure de fin</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="455"/> <source>Limit speed</source> <translation>Limiter la vitesse</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="459"/> <source>Number of connections:</source> <translation>Nombre de connexions :</translation> </message> <message> <location filename="../../persepolis/gui/addlink_ui.py" line="464"/> <source>Download Later</source> <translation>Tlcharger plus tard</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="305"/> <source>HTTP</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="306"/> <source>HTTPS</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="307"/> <source>SOCKS5</source> <translation type="unfinished"/> </message> </context> <context> <name>after_download_src_ui_tr</name> <message> <location filename="../../persepolis/scripts/after_download.py" line="68"/> <source>&lt;b&gt;File name&lt;/b&gt;: </source> <translation>&lt;b&gt;Nom de fichier&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/after_download.py" line="76"/> <source>&lt;b&gt;Size&lt;/b&gt;: </source> <translation>&lt;b&gt;Taille&lt;/b&gt; : </translation> </message> </context> <context> <name>after_download_ui_tr</name> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="53"/> <source>Persepolis Download Manager</source> <translation>Gestionnaire de tlchargement Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="113"/> <source> Open File </source> <translation>Ouvrir fichier</translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="114"/> <source>Open Download Folder</source> <translation>Ouvrir le dossier de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="115"/> <source> OK </source> <translation> OK </translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="116"/> <source>Don&apos;t show this message again.</source> <translation>Ne plus afficher ce message.</translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="118"/> <source>&lt;b&gt;Download Completed!&lt;/b&gt;</source> <translation>&lt;b&gt;Tlchargement termin !&lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="119"/> <source>&lt;b&gt;Save as&lt;/b&gt;: </source> <translation>&lt;b&gt;Enregistrer sous&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/gui/after_download_ui.py" line="120"/> <source>&lt;b&gt;Link&lt;/b&gt;: </source> <translation>&lt;b&gt;Lien&lt;/b&gt; : </translation> </message> </context> <context> <name>log_window_ui_tr</name> <message> <location filename="../../persepolis/gui/log_window_ui.py" line="98"/> <source>Persepolis Log</source> <translation>Journaux de Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/log_window_ui.py" line="101"/> <source>Report Issue</source> <translation>Rapporter un problme</translation> </message> <message> <location filename="../../persepolis/gui/log_window_ui.py" line="99"/> <source>Close</source> <translation>Fermer</translation> </message> <message> <location filename="../../persepolis/gui/log_window_ui.py" line="100"/> <source>Copy Selected to Clipboard</source> <translation>Copier la slection vers le presse-papier</translation> </message> <message> <location filename="../../persepolis/gui/log_window_ui.py" line="102"/> <source>Refresh Log Messages</source> <translation>Rafrachir les messages des journaux</translation> </message> <message> <location filename="../../persepolis/gui/log_window_ui.py" line="103"/> <source>Clear Log Messages</source> <translation>Effacer les messages des journaux</translation> </message> </context> <context> <name>mainwindow_src_ui_tr</name> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1057"/> <source>Persepolis</source> <translation>Persepolis</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1016"/> <source>Queue Stopped!</source> <translation>File d&apos;attente arrte !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2224"/> <source>Persepolis is shutting down</source> <translation>Persepolis va arrter</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2224"/> <source>your system in 20 seconds</source> <translation>votre systme dans 20 secondes</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1057"/> <source>Queue completed!</source> <translation>File d&apos;attente termine !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3366"/> <source>Show main Window</source> <translation>Afficher la fentre principale</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1340"/> <source>Please Wait...</source> <translation>Veuillez patienter...</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1718"/> <source>Ready...</source> <translation>Prt...</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1731"/> <source>Aria2 didn&apos;t respond! be patient! Persepolis tries again in 2 seconds!</source> <translation>Aria2 n&apos;a pas rpondu ! Soyez patient ! Persepolis essaye nouveau dans 2 secondes !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1758"/> <source>Error...</source> <translation>Erreur...</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1759"/> <source>Persepolis can not connect to Aria2</source> <translation>Persepolis ne parvient pas se connecter Aria2</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1739"/> <source>Check your network &amp; Restart Persepolis</source> <translation>Vrifiez votre rseau et redmarrez Persepolis</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1759"/> <source>Restart Persepolis</source> <translation>Redmarrer Persepolis</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1765"/> <source>Reconnecting Aria2...</source> <translation>Reconnexion Aria2...</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1783"/> <source>Persepolis reconnected aria2 successfully</source> <translation>Persepolis s&apos;est reconnect Aria2 avec succs</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1963"/> <source>Error: </source> <translation>Erreur :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2060"/> <source>&lt;b&gt;Link&lt;/b&gt;: </source> <translation>&lt;b&gt;Lien&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2074"/> <source>&lt;b&gt;Downloaded&lt;/b&gt;: </source> <translation>&lt;b&gt;Tlchargs&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2082"/> <source>&lt;b&gt;Transfer rate&lt;/b&gt;: </source> <translation>&lt;b&gt;Taux de transfert&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2088"/> <source>&lt;b&gt;Estimated time left&lt;/b&gt;: </source> <translation>&lt;b&gt;Temps restant estim&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2094"/> <source>&lt;b&gt;Connections&lt;/b&gt;: </source> <translation>&lt;b&gt;Connexions&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2114"/> <source>&lt;b&gt;Status&lt;/b&gt;: </source> <translation>&lt;b&gt;Statut&lt;/b&gt; : </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2167"/> <source>Download Stopped</source> <translation>Tlchargement interrompu</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2188"/> <source>Error - </source> <translation>Erreur - </translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2243"/> <source>Download Complete</source> <translation>Tlchargement termin</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2703"/> <source>&lt;b&gt;&lt;center&gt;This link has been added before! Are you sure you want to add it again?&lt;/center&gt;&lt;/b&gt;</source> <translation>&lt;b&gt;&lt;center&gt;Ce lien a t ajout auparavant ! tes-vous sr que vous voulez l&apos;ajouter nouveau ?&lt;/center&gt;&lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5932"/> <source>Download Starts</source> <translation>Dbut du tlchargement</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2815"/> <source>Download Scheduled</source> <translation>Tlchargement plannifi</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="6115"/> <source>Operation was not successful.</source> <translation>L&apos;opration n&apos;a pas russi</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="6115"/> <source>Please resume the following category: </source> <translation>Veuillez reprendre le tlchargement de la catgorie suivante :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3016"/> <source>Aria2 disconnected!</source> <translation>Aria2 s&apos;est dconnect !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2977"/> <source>Persepolis is trying to connect!be patient!</source> <translation>Persepolis essaye de se connecter ! Soyez patient !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3021"/> <source>Aria2 did not respond!</source> <translation>Aria2 n&apos;a pas rpondu !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2870"/> <source>Try again!</source> <translation>Ressayer !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2923"/> <source>Aria2 did not respond</source> <translation>Aria2 n&apos;a pas rpondu</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2923"/> <source>Try again</source> <translation>Ressayer</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2996"/> <source>Please stop the following category: </source> <translation>Veuillez arrter la catgorie suivante :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3016"/> <source>Persepolis is trying to connect! be patient!</source> <translation>Persepolis essaye de se connecter ! Soyez patient !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3021"/> <source>Please try again.</source> <translation>Veuillez ressayer.</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3377"/> <source>Minimize to system tray</source> <translation>Rduire dans la zone de notification</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3837"/> <source>Not Found</source> <translation>Introuvable</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3784"/> <source>Operation was not successful!</source> <translation>L&apos;opration n&apos;a pas russi !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3573"/> <source>Operation was not successful! Please stop the following category first: </source> <translation>L&apos;opration n&apos;a pas russi ! Veuillez d&apos;abord arrter la catgorie suivante :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3624"/> <source>Please stop the following download first: </source> <translation>Veuillez d&apos;abord arrter le tlchargement suivant :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3684"/> <source>&lt;b&gt;&lt;center&gt;This operation will delete downloaded files from your hard disk&lt;br&gt;PERMANENTLY!&lt;/center&gt;&lt;/b&gt;</source> <translation>&lt;b&gt;&lt;center&gt;Cette opration va supprimer les fichiers tlchargs de votre disque dur &lt;br&gt;DFINITIVEMENT !&lt;/center&gt;&lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4883"/> <source>&lt;center&gt;Do you want to continue?&lt;/center&gt;</source> <translation>&lt;center&gt;Voulez-vous continuer ?&lt;/center&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3734"/> <source>Please stop the following category first: </source> <translation>Veuillez d&apos;abord arrter la catgorie suivante :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4357"/> <source>&lt;/b&gt;&quot; already exists!</source> <translation>&lt;/b&gt;&quot; existe dj !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4728"/> <source>Send selected downloads to</source> <translation>Envoyer les tlchargements slectionns vers</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4731"/> <source>Send to</source> <translation>Envoyer vers</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4857"/> <source>Sort by</source> <translation>Trier par</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4880"/> <source>&lt;b&gt;&lt;center&gt;This operation will remove all download items in this queue&lt;br&gt;from &quot;All Downloads&quot; list!&lt;/center&gt;&lt;/b&gt;</source> <translation>&lt;b&gt;&lt;center&gt;Cette opration va supprimer tous les lments de tlchargement dans cette file d&apos;attente&lt;br&gt;de la liste &quot;Tous les tlchargements&quot; !&lt;/center&gt;&lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="4905"/> <source>&lt;b&gt;Sorry! You can&apos;t remove default queue!&lt;/b&gt;</source> <translation>&lt;b&gt;Dsol ! Vous ne pouvez pas supprimer la file d&apos;attente par dfaut !&lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5126"/> <source>Some items didn&apos;t transferred successfully!</source> <translation>Certains lments ne se sont pas transfrs correctement !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5126"/> <source>Please stop download progress first.</source> <translation>Veuillez d&apos;abord arrter la progression du tlchargement.</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5156"/> <source>Hide options</source> <translation>Cacher les options</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5160"/> <source>Show options</source> <translation>Afficher les options</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5746"/> <source>Stop all downloads first!</source> <translation>Arrtez d&apos;abord tous les tlchargements !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1252"/> <source>Moving is</source> <translation>Le dplacement est</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1252"/> <source>finished!</source> <translation>termin !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3756"/> <source>Download is in progress by video finder!</source> <translation>Le tlchargement est en cours par l&apos;outil de recherche vido !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3756"/> <source>be patient!</source> <translation>soyez patients !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="3784"/> <source>Stop the following download first: </source> <translation>Arrter d&apos;abord le tlchargement suivant :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5794"/> <source>ffmpeg is not installed!</source> <translation>ffmpeg n&apos;est pas install !</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="6088"/> <source>Not enough free space in:</source> <translation>Pas assez d&apos;espace libre dans :</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="6094"/> <source>muxing error</source> <translation>erreur de multiplexage</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="6094"/> <source>an error occurred</source> <translation>une erreur est s&apos;est produite</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1814"/> <source>Please update Persepolis.</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="1963"/> <source>There is not enough disk space available at the download folder! Please choose another one or clear some space.</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="5789"/> <source>yt-dlp is not installed!</source> <translation type="unfinished"/> </message> </context> <context> <name>mainwindow_ui_tr</name> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="67"/> <source>File</source> <translation>Fichier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="68"/> <source>Edit</source> <translation>Modifier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="69"/> <source>View</source> <translation>Afficher</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="70"/> <source>Download</source> <translation>Tlcharger</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="71"/> <source>Queue</source> <translation>File d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="72"/> <source>Video Finder</source> <translation>Recherche de vidos</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="732"/> <source>Help</source> <translation>Aide</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="474"/> <source>Sort by</source> <translation>Trier par</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="479"/> <source>Persepolis Download Manager</source> <translation>Gestionnaire de tlchargement Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="411"/> <source>Category</source> <translation>Catgorie</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="512"/> <source>File Name</source> <translation>Nom de fichier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="410"/> <source>Status</source> <translation>Statut</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="410"/> <source>Size</source> <translation>Taille</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="410"/> <source>Downloaded</source> <translation>Tlchargs</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="410"/> <source>Percentage</source> <translation>Pourcentage</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="410"/> <source>Connections</source> <translation>Connexions</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="411"/> <source>Link</source> <translation>Lien</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="465"/> <source>&amp;File</source> <translation>&amp;Fichier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="466"/> <source>&amp;Edit</source> <translation>&amp;Modifier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="467"/> <source>&amp;View</source> <translation>&amp;Afficher</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="468"/> <source>&amp;Download</source> <translation>&amp;Tlcharger</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="469"/> <source>&amp;Queue</source> <translation>&amp;File d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="471"/> <source>&amp;Help</source> <translation>&amp;Aide</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="537"/> <source>Show/Hide system tray icon</source> <translation>Afficher/cacher l&apos;icne dans la zone de notification</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="563"/> <source>Add New Download Link</source> <translation>Ajouter un nouveau lien de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="586"/> <source>Resume Download</source> <translation>Reprendre le tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="592"/> <source>Pause Download</source> <translation>Mettre le tlchargement en pause</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="598"/> <source>Stop Download</source> <translation>Arrter le tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="598"/> <source>Stop/Cancel Download</source> <translation>Arrter/Annuler le tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="604"/> <source>Properties</source> <translation>Proprits</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="610"/> <source>Progress</source> <translation>Progression</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="633"/> <source>Exit</source> <translation>Quitter</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="641"/> <source>Clear all items in download list</source> <translation>Effacer tous les lments dans la liste de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="673"/> <source>Create new download queue</source> <translation>Crer une nouvelle file d&apos;attente de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="678"/> <source>Remove this queue</source> <translation>Supprimer cette file d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="683"/> <source>Start this queue</source> <translation>Dmarrer cette file d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="689"/> <source>Stop this queue</source> <translation>Arrter cette file d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="695"/> <source>Move currently selected items up by one row</source> <translation>Monter l&apos;lment actuellement slectionn d&apos;une ligne</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="704"/> <source>Move currently selected items down by one row</source> <translation>Descendre l&apos;lment actuellement slectionn d&apos;une ligne</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="712"/> <source>Preferences</source> <translation>Prfrences</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="717"/> <source>About</source> <translation> propos</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="722"/> <source>Report an issue</source> <translation>Rapporter un problme</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="745"/> <source>Start Time</source> <translation>Heure de dbut</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="747"/> <source>End Time</source> <translation>Heure de fin</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="749"/> <source>Download bottom of the list first</source> <translation>Tlcharger d&apos;abord le bas de la liste</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="752"/> <source>Limit Speed</source> <translation>Limiter la vitesse</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="765"/> <source>Apply</source> <translation>Appliquer</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="757"/> <source>After download</source> <translation>Aprs le tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="758"/> <source>Shut Down</source> <translation>Arrter</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="470"/> <source>V&amp;ideo Finder</source> <translation>&amp;Recherche de vidos</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2526"/> <source>&lt;b&gt;Video file status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du fichier vido : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2507"/> <source>&lt;b&gt;Audio file status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du fichier audio : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2582"/> <source>&lt;b&gt;Status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2585"/> <source>&lt;b&gt;Muxing status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du multiplexage : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2526"/> <source> downloaded</source> <translation>tlchargs</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2541"/> <source>Active</source> <translation>Actif</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2571"/> <source>Not Active</source> <translation>Inactif</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2561"/> <source>Started</source> <translation>Dmarr</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2564"/> <source>Error</source> <translation>Erreur</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2567"/> <source>Complete</source> <translation>Termin</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="411"/> <source>Transfer Rate</source> <translation>Taux de transfert</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="411"/> <source>Estimated Time Left</source> <translation>Temps restant estim</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="522"/> <source>First Try Date</source> <translation>Date de premier essai</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="527"/> <source>Last Try Date</source> <translation>Date de dernier essai</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="498"/> <source>Find Video Links...</source> <translation>Trouver des liens vido...</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="498"/> <source>Download video or audio from Youtube, Vimeo, etc.</source> <translation>Tlcharger des vidos ou de l&apos;audio depuis Youtube, Vimeo, etc.</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="507"/> <source>Stop All Active Downloads</source> <translation>Arrter tous les tlchargements actifs</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="517"/> <source>File Size</source> <translation>Taille du fichier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="532"/> <source>Download Status</source> <translation>Statut du tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="537"/> <source>Show System Tray Icon</source> <translation>Afficher l&apos;icne dans la zone de notification</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="543"/> <source>Show Menubar</source> <translation>Afficher la barre de menus</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="549"/> <source>Show Side Panel</source> <translation>Afficher le panneau latral</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="555"/> <source>Minimize to System Tray</source> <translation>Rduire dans la zone de notification</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="563"/> <source>Add New Download Link...</source> <translation>Ajouter un nouveau lien de tlchargement...</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="571"/> <source>Import Links from Text File...</source> <translation>Importer des liens depuis un fichier texte...</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="571"/> <source>Create a text file and put links in it, line by line!</source> <translation>Crez un fichier texte et mettez-y des liens, ligne par ligne !</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="616"/> <source>Open File...</source> <translation>Ouvrir fichier...</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="621"/> <source>Open Download Folder</source> <translation>Ouvrir le dossier de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="627"/> <source>Open Default Download Folder</source> <translation>Ouvrir le dossier de tlchargement par dfaut</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="641"/> <source>Clear Download List</source> <translation>Vider la liste des tlchargements</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="646"/> <source>Remove Selected Downloads from List</source> <translation>Supprimer les tlchargements slectionns de la liste</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="656"/> <source>Delete Selected Download Files</source> <translation>Supprimer les fichiers de tlchargement slectionns</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="666"/> <source>Move Selected Download Files to Another Folder...</source> <translation>Dplacer les fichiers de tlchargement slectionns vers un autre dossier...</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="666"/> <source>Move Selected Download Files to Another Folder</source> <translation>Dplacer les fichiers de tlchargement slectionns vers un autre dossier</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="673"/> <source>Create New Queue...</source> <translation>Crer une nouvelle file d&apos;attente...</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="678"/> <source>Remove Queue</source> <translation>Supprimer la file d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="683"/> <source>Start Queue</source> <translation>Dmarrer la file d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="689"/> <source>Stop Queue</source> <translation>Arrter la file d&apos;attente</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="695"/> <source>Move Selected Items Up</source> <translation>Monter les lments slectionns</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="704"/> <source>Move Selected Items Down</source> <translation>Descendre les lments slectionns</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="722"/> <source>Report an Issue</source> <translation>Rapporter un problme</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="727"/> <source>Show Log File</source> <translation>Afficher le fichier journal</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="744"/> <source>Hide Options</source> <translation>Cacher les options</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="760"/> <source>Keep System Awake!</source> <translation>Garder le systme veill !</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="761"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This option will prevent the system from going to sleep. It is necessary if your power manager is suspending the system automatically. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cette option empchera votre systme de se mettre en veille. Ceci est ncessaire si votre gestionnaire d&apos;alimentation met le systme en veille automatiquement. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="767"/> <source>Start Mixing</source> <translation>Dmarrer le multiplexage</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="769"/> <source>&lt;b&gt;Video File Status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du fichier vido : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="770"/> <source>&lt;b&gt;Audio File Status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du fichier audio : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="773"/> <source>&lt;b&gt;Mixing status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du multiplexage : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="580"/> <source>Import Links from Clipboard...</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/mainwindow_ui.py" line="580"/> <source>Import Links From Clipboard</source> <translation type="unfinished"/> </message> </context> <context> <name>progress_src_ui_tr</name> <message> <location filename="../../persepolis/scripts/progress.py" line="169"/> <source>Aria2 disconnected!</source> <translation>Aria2 s&apos;est dconnect !</translation> </message> <message> <location filename="../../persepolis/scripts/progress.py" line="169"/> <source>Persepolis is trying to connect! be patient!</source> <translation>Persepolis essaye de se connecter ! Soyez patient !</translation> </message> <message> <location filename="../../persepolis/scripts/progress.py" line="150"/> <source>Aria2 did not respond!</source> <translation>Aria2 n&apos;a pas rpondu !</translation> </message> <message> <location filename="../../persepolis/scripts/progress.py" line="131"/> <source>Please try again.</source> <translation>Veuillez ressayer.</translation> </message> <message> <location filename="../../persepolis/scripts/progress.py" line="150"/> <source>Try again!</source> <translation>Ressayer !</translation> </message> </context> <context> <name>progress_ui_tr</name> <message> <location filename="../../persepolis/gui/progress_ui.py" line="56"/> <source>Persepolis Download Manager</source> <translation>Gestionnaire de tlchargement Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="207"/> <source>Status: </source> <translation>Statut : </translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="208"/> <source>Downloaded:</source> <translation>Tlchargs :</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="209"/> <source>Transfer rate: </source> <translation>Taux de transfert :</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="210"/> <source>Estimated time left:</source> <translation>Temps restant estim :</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="211"/> <source>Number of connections: </source> <translation>Nombre de connexions :</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="212"/> <source>Download Information</source> <translation>Information de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="215"/> <source>After download</source> <translation>Aprs le tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="227"/> <source>Apply</source> <translation>Appliquer</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="220"/> <source>Shut Down</source> <translation>Arrter</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="222"/> <source>Download Options</source> <translation>Options de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="224"/> <source>Resume</source> <translation>Reprendre</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="225"/> <source>Pause</source> <translation>Mettre en pause</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="226"/> <source>Stop</source> <translation>Arrter</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="206"/> <source>Link: </source> <translation>Lien :</translation> </message> <message> <location filename="../../persepolis/gui/progress_ui.py" line="214"/> <source>Limit speed</source> <translation>Limiter la vitesse</translation> </message> </context> <context> <name>setting_src_ui_tr</name> <message> <location filename="../../persepolis/scripts/setting.py" line="1180"/> <source>&lt;b&gt;&lt;center&gt;Restart Persepolis Please!&lt;/center&gt;&lt;/b&gt;&lt;br&gt;&lt;center&gt;Some changes take effect after restarting Persepolis&lt;/center&gt;</source> <translation>&lt;b&gt;&lt;center&gt;Veuillez redmarrer Persepolis !&lt;/center&gt;&lt;/b&gt;&lt;br&gt;&lt;center&gt;Certains changements prendront effet aprs le redmarrage de Persepolis&lt;/center&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/setting.py" line="1182"/> <source>Restart Persepolis!</source> <translation>Redmarrer Persepolis !</translation> </message> <message> <location filename="../../persepolis/scripts/setting.py" line="448"/> <source>&lt;b&gt;&lt;center&gt;This shortcut has been used before! Use another one!&lt;/center&gt;&lt;/b&gt;</source> <translation>&lt;b&gt;&lt;center&gt;Ce raccourci a t utilis auparavant ! Utilisez-en un autre !&lt;/center&gt;&lt;/b&gt;</translation> </message> </context> <context> <name>setting_ui_tr</name> <message> <location filename="../../persepolis/gui/setting_ui.py" line="663"/> <source>Preferences</source> <translation>Prfrences</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="554"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set number of tries if download failed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Dfinir le nombre de tentatives si le tlchargement choue.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="553"/> <source>Number of tries: </source> <translation>Nombre de tentatives :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="560"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set the seconds to wait between retries. Download manager will retry downloads when the HTTP server returns a 503 response.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Dfinit le nombre de secondes de temporisation entre les tentatives. Le gestionnaire de tlchargement ressayera les tlchargements lorsque le serveur HTTP retourne une rponse 503.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="566"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set timeout in seconds. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Dfinir la temporisation en secondes. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="565"/> <source>Timeout (seconds): </source> <translation>Temporisation (secondes) :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="572"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Using multiple connections can help speed up your download.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Utiliser plusieurs connexion peut aider acclrer votre tlchargement.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="571"/> <source>Number of connections: </source> <translation>Nombre de connexions :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="575"/> <source>RPC port number: </source> <translation>Numro de port RPC :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="576"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt; Specify a port number for JSON-RPC/XML-RPC server to listen to. Possible Values: 1024 - 65535 Default: 6801 &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt; Spcifier un numero de port pour couter un serveur JSON-RPC/XML-RPC. Valeurs possibles : 1024 - 65535 Dfaut : 6801 &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="590"/> <source>Change Aria2 default path</source> <translation>Modifier le chemin par dfaut d&apos;aria2</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="602"/> <source>Change</source> <translation>Modifier</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="598"/> <source>Download Options</source> <translation>Options de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="613"/> <source>Volume: </source> <translation>Volume : </translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="615"/> <source>Notifications</source> <translation>Notifications</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="618"/> <source>Style: </source> <translation>Style :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="619"/> <source>Color scheme: </source> <translation>Thme de couleur :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="620"/> <source>Icons: </source> <translation>Icnes :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="624"/> <source>Notification type: </source> <translation>Type de notification : </translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="626"/> <source>Font: </source> <translation>Police :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="627"/> <source>Size: </source> <translation>Taille :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="648"/> <source>Run Persepolis at startup</source> <translation>Lancer Persepolis au dmarrage</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="650"/> <source>Keep system awake!</source> <translation>Garder le systme veill !</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="660"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Format HH:MM&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Format HH:MM&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="668"/> <source>File Name</source> <translation>Nom de fichier</translation> </message> <message> <location filename="../../persepolis/gui/video_finder_progress_ui.py" line="61"/> <source>Status</source> <translation>Statut</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="670"/> <source>Size</source> <translation>Taille</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="671"/> <source>Downloaded</source> <translation>Tlchargs</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="672"/> <source>Percentage</source> <translation>Pourcentage</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="673"/> <source>Connections</source> <translation>Connexions</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="678"/> <source>Category</source> <translation>Catgorie</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="684"/> <source>Video Finder Options</source> <translation>Option de la recherche de vidos</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="687"/> <source>Maximum number of links to capture:&lt;br/&gt;&lt;small&gt;(If browser sends multiple video links at a time)&lt;/small&gt;</source> <translation>Nombre maximum de lignes capturer :&lt;br/&gt;&lt;small&gt;(Si le navigateur envoie plusieurs liens vido en mme temps)&lt;/small&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="691"/> <source>Defaults</source> <translation>Par dfaut</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="692"/> <source>Cancel</source> <translation>Annuler</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="693"/> <source>OK</source> <translation>OK</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="80"/> <source>Press new keys</source> <translation>Appuyer sur de nouvelles touches</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="492"/> <source>Action</source> <translation>Action</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="493"/> <source>Shortcut</source> <translation>Raccourci</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="499"/> <source>Shortcuts</source> <translation>Raccourcis</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="502"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="629"/> <source>Hide main window if close button clicked.</source> <translation>Cacher la fentre principale si le bouton fermer est cliqu</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="631"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This feature may not work in your operating system.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cette fonctionnalit pourrait ne pas fonctionner dans votre systme d&apos;exploitation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="318"/> <source>Language: </source> <translation>Langue :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="503"/> <source>Minimize to System Tray</source> <translation>Rduire vers la zone de notification</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="504"/> <source>Remove Download Items</source> <translation>Retirer les lments tlchargs</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="505"/> <source>Delete Download Items</source> <translation>Supprimer les lments tlchargs</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="506"/> <source>Move Selected Items Up</source> <translation>Monter les lments slectionns</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="507"/> <source>Move Selected Items Down</source> <translation>Descendre les lments slectionns</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="508"/> <source>Add New Download Link</source> <translation>Ajouter un nouveau lien de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="509"/> <source>Add New Video Link</source> <translation>Ajouter un nouveau lien vido</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="510"/> <source>Import Links from Text File</source> <translation>Importer des liens depuis un fichier texte</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="559"/> <source>Wait period between retries (seconds): </source> <translation>Temps d&apos;attente entre les tentatives (secondes) :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="579"/> <source>Wait period between each download in queue:</source> <translation>Temps d&apos;attente entre chaque tlchargement d&apos;une file d&apos;attente :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="582"/> <source>Don&apos;t use certificate to verify the peers</source> <translation>Ne pas utiliser de certificats pour vrifier les pairs</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="583"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This option avoids SSL/TLS handshake failure. But use it at your own risk!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cette option vite les checs de handshake SSL/TLS. Utilisez-la vos risques et prils !&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="592"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Attention: Wrong path may cause problems! Do it carefully or don&apos;t change default setting!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Attention : un chemin incorrect peut causer des problmes ! Procdez avec prudence ou ne changez pas les paramtres par dfaut !&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="601"/> <source>Download folder: </source> <translation>Dossier de tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="604"/> <source>Create subfolders for Music,Videos, ... in default download folder</source> <translation>Crer des sous-dossiers pour Musique, Vidos, etc. dans le dossier de tlchargement par dfaut</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="607"/> <source>Save As</source> <translation>Enregistrer sous</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="610"/> <source>Enable Notification Sounds</source> <translation>Activer les sons de notification</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="622"/> <source>Toolbar icons size: </source> <translation>Taille des icnes de la barre d&apos;outils :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="634"/> <source>If browser is opened, start Persepolis in system tray</source> <translation> l&apos;ouverture du navigateur, dmarrer Persepolis dans la zone de notifications</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="637"/> <source>Enable system tray icon</source> <translation>Activer l&apos;icne dans la zone de notification.</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="640"/> <source>Show download complete dialog when download is finished</source> <translation>Afficher une fentre d&apos;annonce lorsque le tlchargement est termin</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="643"/> <source>Show menubar</source> <translation>Afficher la barre de menus</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="644"/> <source>Show side panel</source> <translation>Afficher le panneau latral</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="645"/> <source>Show download progress window</source> <translation>Afficher la fentre de progression des tlchargements</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="651"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This option will prevent the system from going to sleep. It is necessary if your power manager is suspending the system automatically. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cette option empchera votre systme de se mettre en veille. Ceci est ncessaire si votre gestionnaire d&apos;alimentation met le systme en veille automatiquement. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="667"/> <source>Show these columns:</source> <translation>Afficher ces colonnes :</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="674"/> <source>Transfer Rate</source> <translation>Taux de transfert</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="675"/> <source>Estimated Time Left</source> <translation>Temps restant estim</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="676"/> <source>First Try Date</source> <translation>Date de premier essai</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="677"/> <source>Last Try Date</source> <translation>Date de dernier essai</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="680"/> <source>Columns Customization</source> <translation>Personnalisation des colonnes</translation> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="586"/> <source>Remote time</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="587"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Retrieve timestamp of the remote file from the remote HTTP/FTP server and if it is available, apply it to the local file.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="655"/> <source>Check system clipboard for copied links</source> <translation type="unfinished"/> </message> <message> <location filename="../../persepolis/gui/setting_ui.py" line="656"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The program will automatically check the clipboard for copied links. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <translation type="unfinished"/> </message> </context> <context> <name>text_ui_tr</name> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="287"/> <source>Persepolis Download Manager</source> <translation>Gestionnaire de tlchargement Persepolis</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="289"/> <source>Links</source> <translation>Liens</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="294"/> <source>Select All</source> <translation>Tout slectionner</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="295"/> <source>Deselect All</source> <translation>Tout dslectionner</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="297"/> <source>Add to queue: </source> <translation>Ajouter la file d&apos;attente :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="299"/> <source>Proxy</source> <translation>Proxy</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="301"/> <source>IP:</source> <translation>IP :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="303"/> <source>Port:</source> <translation>Port :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="313"/> <source>Change Download Folder</source> <translation>Changer le dossier de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="321"/> <source>OK</source> <translation>OK</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="322"/> <source>Cancel</source> <translation>Annuler</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="291"/> <source>Download Options</source> <translation>Options de tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="300"/> <source>Proxy password: </source> <translation>Mot de passe du proxy :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="302"/> <source>Proxy username: </source> <translation>Nom d&apos;utilisateur du proxy :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="309"/> <source>Download username and password</source> <translation>Nom d&apos;utilisateur et mot de passe du tlchargement</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="310"/> <source>Download username: </source> <translation>Nom d&apos;utilisateur du tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="311"/> <source>Download password: </source> <translation>Mot de passe du tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="315"/> <source>Download folder: </source> <translation>Dossier de tlchargement :</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="317"/> <source>Limit speed</source> <translation>Limiter la vitesse</translation> </message> <message> <location filename="../../persepolis/gui/text_queue_ui.py" line="319"/> <source>Number of connections:</source> <translation>Nombre de connexions :</translation> </message> </context> <context> <name>video_finder_progress_ui_tr</name> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2027"/> <source>&lt;b&gt;Video file status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du fichier vido : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2041"/> <source>&lt;b&gt;Audio file status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du fichier audio : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/scripts/mainwindow.py" line="2051"/> <source>&lt;b&gt;Muxing status: &lt;/b&gt;</source> <translation>&lt;b&gt;Statut du multiplexage : &lt;/b&gt;</translation> </message> <message> <location filename="../../persepolis/gui/video_finder_progress_ui.py" line="58"/> <source>&lt;b&gt;Mixing status: &lt;/b&gt;</source> <translation type="unfinished"/> </message> </context> <context> <name>ytaddlink_src_ui_tr</name> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="172"/> <source>Video Finder</source> <translation>Recherche de vidos</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="247"/> <source>Fetch Media List</source> <translation>Rcuprer la liste des mdias</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="248"/> <source>Select a format</source> <translation>Slectionner un format</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="333"/> <source>Please enter a valid video link</source> <translation>Veuillez saisir un lien vido valide</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="354"/> <source>Fetching Media Info...</source> <translation>Rcupration des informations mdia...</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="250"/> <source>Video format:</source> <translation>Format vido :</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="251"/> <source>Audio format:</source> <translation>Format audio :</translation> </message> <message> <location filename="../../persepolis/scripts/video_finder_addlink.py" line="253"/> <source>Advanced options</source> <translation>Options avances</translation> </message> </context> </TS> ```
```xml export interface SerializedIcon { id: number location: string createdAt: string updatedAt: string } ```
Lowson is an English surname. Notable people with the surname include: Edmund Lowson, English footballer Thomas Lowson (c.1764–1856), the traditional founder of the town of Carnoustie, Angus, Scotland Otto Andreas Lowson Mörch (1828–1878), biologist, specifically a malacologist Sir Denys Lowson, 1st Baronet (1906–1975), Lord Mayor of London and first of the Lowson baronets Frank Lowson (1925–1984), English cricketer who played in seven Tests from 1951 to 1955 Jasmine Lowson (born 1972), British newsreader Surnames of English origin
```python # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/protobuf/internal/file_options_test.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database from google.protobuf import descriptor_pb2 # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='google/protobuf/internal/file_options_test.proto', package='google.protobuf.python.internal', syntax='proto2', serialized_pb=_b('\n0google/protobuf/internal/file_options_test.proto\x12\x1fgoogle.protobuf.python.internal\x1a google/protobuf/descriptor.proto\"\x1e\n\nFooOptions\x12\x10\n\x08\x66oo_name\x18\x01 \x01(\t:a\n\x0b\x66oo_options\x12\x1c.google.protobuf.FileOptions\x18\xac\xec\xb6\x39 \x01(\x0b\x32+.google.protobuf.python.internal.FooOptions') , dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,]) _sym_db.RegisterFileDescriptor(DESCRIPTOR) FOO_OPTIONS_FIELD_NUMBER = 120436268 foo_options = _descriptor.FieldDescriptor( name='foo_options', full_name='google.protobuf.python.internal.foo_options', index=0, number=120436268, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=True, extension_scope=None, options=None) _FOOOPTIONS = _descriptor.Descriptor( name='FooOptions', full_name='google.protobuf.python.internal.FooOptions', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='foo_name', full_name='google.protobuf.python.internal.FooOptions.foo_name', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto2', extension_ranges=[], oneofs=[ ], serialized_start=119, serialized_end=149, ) DESCRIPTOR.message_types_by_name['FooOptions'] = _FOOOPTIONS DESCRIPTOR.extensions_by_name['foo_options'] = foo_options FooOptions = _reflection.GeneratedProtocolMessageType('FooOptions', (_message.Message,), dict( DESCRIPTOR = _FOOOPTIONS, __module__ = 'google.protobuf.internal.file_options_test_pb2' # @@protoc_insertion_point(class_scope:google.protobuf.python.internal.FooOptions) )) _sym_db.RegisterMessage(FooOptions) foo_options.message_type = _FOOOPTIONS google_dot_protobuf_dot_descriptor__pb2.FileOptions.RegisterExtension(foo_options) # @@protoc_insertion_point(module_scope) ```
```smalltalk #if !__WATCHOS__ using System; using System.Threading; using CoreFoundation; using Foundation; using Network; using NUnit.Framework; using MonoTests.System.Net.Http; namespace MonoTouchFixtures.Network { [TestFixture] [Preserve (AllMembers = true)] public class NWEstablishmentReportTest { AutoResetEvent connectedEvent; // used to let us know when the connection was established so that we can access the Report AutoResetEvent reportEvent; // used to let us know when the connection was established and we got the report string host; NWConnection connection; NWEstablishmentReport report; void ConnectionStateHandler (NWConnectionState state, NWError error) { switch (state) { case NWConnectionState.Ready: connectedEvent.Set (); break; case NWConnectionState.Invalid: case NWConnectionState.Failed: Assert.Inconclusive ("Network connection could not be performed."); break; } } [OneTimeSetUp] public void Init () { TestRuntime.AssertXcodeVersion (11, 0); // connect so that we can later when the report and test with it connectedEvent = new AutoResetEvent (false); reportEvent = new AutoResetEvent (false); host = NetworkResources.MicrosoftUri.Host; // we create a connection which we are going to use to get the availabe // interfaces, that way we can later test protperties of the NWParameters class. using (var parameters = NWParameters.CreateUdp ()) using (var endpoint = NWEndpoint.Create (host, "80")) { using (var protocolStack = parameters.ProtocolStack) { var ipOptions = protocolStack.InternetProtocol; #if NET ipOptions.SetVersion (NWIPVersion.Version4); #else ipOptions.IPSetVersion (NWIPVersion.Version4); #endif } connection = new NWConnection (endpoint, parameters); connection.SetQueue (DispatchQueue.DefaultGlobalQueue); // important, else we will get blocked connection.SetStateChangeHandler (ConnectionStateHandler); connection.Start (); Assert.True (connectedEvent.WaitOne (20000), "Connection timed out."); connection.GetEstablishmentReport (DispatchQueue.DefaultGlobalQueue, (r) => { report = r; reportEvent.Set (); }); Assert.True (reportEvent.WaitOne (20000), "Connection timed out."); } } [OneTimeTearDown] public void Dispose () { report?.Dispose (); connection?.Dispose (); } [Test] public void TestUsedProxy () { TestRuntime.IgnoreInCI ("CI bots might have proxies setup and will mean that the test will fail."); Assert.IsFalse (report.UsedProxy, "Used proxy"); } [Test] public void TestProxyConfigured () { TestRuntime.IgnoreInCI ("CI bots might have proxies setup and will mean that the test will fail."); Assert.IsFalse (report.ProxyConfigured, "Proxy configured."); } [Test] public void TestPreviousAttemptCount () => Assert.AreNotEqual (uint.MaxValue, report.PreviousAttemptCount); [Test] public void TestDuration () => Assert.IsTrue (report.Duration > TimeSpan.MinValue); [Test] public void TestConnectionSetupTime () => Assert.IsTrue (report.ConnectionSetupTime > TimeSpan.MinValue); [Test] public void TestEnumerateResolutions () { var e = new AutoResetEvent (false); report.EnumerateResolutions ((source, duration, count, endpoint, preferred) => { Assert.IsTrue (duration > TimeSpan.MinValue, "Durantion"); Assert.AreNotEqual (0, count, "Count"); Assert.IsNotNull (endpoint, "endpoint"); Assert.IsNotNull (preferred, "preferred"); e.Set (); }); e.WaitOne (); } [Test] public void TestProxyEnpoint () { TestRuntime.IgnoreInCI ("CI bots might have proxies setup and will mean that the test will fail."); Assert.IsNull (report.ProxyEndpoint); } [Test] public void EnumerateResolutionReportsTest () { TestRuntime.AssertXcodeVersion (13, 0); } } } #endif ```
Tarbuck and All That! was a British television series aired in 1975. It was produced by Associated Television and starred Jimmy Tarbuck. All five episodes are believed to have been destroyed. References External links Tarbuck and All That! on IMDb 1975 British television series debuts 1975 British television series endings Lost television shows English-language television shows 1970s British television series
```c++ #include <iostream> #include <utility> #include <memory> #include "Engine.hpp" #include "ShaderCSGDisplay.hpp" #include <GL/glew.h> #include <opencsg/opencsg.h> // For compilers that support precompilation, includes "wx/wx.h". #include <wx/wxprec.h> #ifndef WX_PRECOMP #include <wx/wx.h> #endif #include <wx/slider.h> #include <wx/tglbtn.h> #include <wx/combobox.h> #include <wx/spinctrl.h> #include <wx/msgdlg.h> #include <wx/glcanvas.h> #include <wx/cmdline.h> #include "libslic3r/Model.hpp" #include "libslic3r/Format/3mf.hpp" #include "libslic3r/SLAPrint.hpp" #include "slic3r/GUI/Jobs/Job.hpp" #include "slic3r/GUI/ProgressStatusBar.hpp" using namespace Slic3r::GL; class Renderer { protected: wxGLCanvas *m_canvas; std::shared_ptr<wxGLContext> m_context; public: Renderer(wxGLCanvas *c): m_canvas{c} { auto ctx = new wxGLContext(m_canvas); if (!ctx || !ctx->IsOK()) { wxMessageBox("Could not create OpenGL context.", "Error", wxOK | wxICON_ERROR); return; } m_context.reset(ctx); } wxGLContext * context() { return m_context.get(); } const wxGLContext * context() const { return m_context.get(); } }; // Tell the CSGDisplay how to swap buffers and set the gl context. class OCSGRenderer: public Renderer, public Slic3r::GL::CSGDisplay { public: OCSGRenderer(wxGLCanvas *c): Renderer{c} {} void set_active(long w, long h) override { m_canvas->SetCurrent(*m_context); Slic3r::GL::Display::set_active(w, h); } void swap_buffers() override { m_canvas->SwapBuffers(); } }; // Tell the CSGDisplay how to swap buffers and set the gl context. class ShaderCSGRenderer : public Renderer, public Slic3r::GL::ShaderCSGDisplay { public: ShaderCSGRenderer(wxGLCanvas *c): Renderer{c} {} void set_active(long w, long h) override { m_canvas->SetCurrent(*m_context); Slic3r::GL::Display::set_active(w, h); } void swap_buffers() override { m_canvas->SwapBuffers(); } }; // The opengl rendering facility. Here we implement the rendering objects. class Canvas: public wxGLCanvas { // One display is active at a time, the OCSGRenderer by default. std::shared_ptr<Slic3r::GL::Display> m_display; public: template<class...Args> Canvas(Args &&...args): wxGLCanvas(std::forward<Args>(args)...) {} std::shared_ptr<Slic3r::GL::Display> get_display() const { return m_display; } void set_display(std::shared_ptr<Slic3r::GL::Display> d) { m_display = d; } }; // Enumerate possible mouse events, we will record them. enum EEvents { LCLK_U, RCLK_U, LCLK_D, RCLK_D, DDCLK, SCRL, MV }; struct Event { EEvents type; long a, b; Event(EEvents t, long x = 0, long y = 0) : type{t}, a{x}, b{y} {} }; // Create a special mouse input adapter, which can store (record) the received // mouse signals into a file and play back the stored events later. class RecorderMouseInput: public MouseInput { std::vector<Event> m_events; bool m_recording = false, m_playing = false; public: void left_click_down() override { if (m_recording) m_events.emplace_back(LCLK_D); if (!m_playing) MouseInput::left_click_down(); } void left_click_up() override { if (m_recording) m_events.emplace_back(LCLK_U); if (!m_playing) MouseInput::left_click_up(); } void right_click_down() override { if (m_recording) m_events.emplace_back(RCLK_D); if (!m_playing) MouseInput::right_click_down(); } void right_click_up() override { if (m_recording) m_events.emplace_back(RCLK_U); if (!m_playing) MouseInput::right_click_up(); } void double_click() override { if (m_recording) m_events.emplace_back(DDCLK); if (!m_playing) MouseInput::double_click(); } void scroll(long v, long d, WheelAxis wa) override { if (m_recording) m_events.emplace_back(SCRL, v, d); if (!m_playing) MouseInput::scroll(v, d, wa); } void move_to(long x, long y) override { if (m_recording) m_events.emplace_back(MV, x, y); if (!m_playing) MouseInput::move_to(x, y); } void save(std::ostream &stream) { for (const Event &evt : m_events) stream << evt.type << " " << evt.a << " " << evt.b << std::endl; } void load(std::istream &stream) { m_events.clear(); while (stream.good()) { int type; long a, b; stream >> type >> a >> b; m_events.emplace_back(EEvents(type), a, b); } } void record(bool r) { m_recording = r; if (r) m_events.clear(); } void play() { m_playing = true; for (const Event &evt : m_events) { switch (evt.type) { case LCLK_U: MouseInput::left_click_up(); break; case LCLK_D: MouseInput::left_click_down(); break; case RCLK_U: MouseInput::right_click_up(); break; case RCLK_D: MouseInput::right_click_down(); break; case DDCLK: MouseInput::double_click(); break; case SCRL: MouseInput::scroll(evt.a, evt.b, WheelAxis::waVertical); break; case MV: MouseInput::move_to(evt.a, evt.b); break; } wxTheApp->Yield(); if (!m_playing) break; } m_playing = false; } void stop() { m_playing = false; } bool is_playing() const { return m_playing; } }; // The top level frame of the application. class MyFrame: public wxFrame { // Instantiate the 3D engine. std::shared_ptr<Scene> m_scene; // Model std::shared_ptr<Canvas> m_canvas; // Views store std::shared_ptr<OCSGRenderer> m_ocsgdisplay; // View std::shared_ptr<ShaderCSGRenderer> m_shadercsg_display; // Another view std::shared_ptr<Controller> m_ctl; // Controller // Add a status bar with progress indication. std::shared_ptr<Slic3r::GUI::ProgressStatusBar> m_stbar; RecorderMouseInput m_mouse; // When loading a Model from 3mf and preparing it, we use a separate thread. class SLAJob: public Slic3r::GUI::Job { MyFrame *m_parent; std::unique_ptr<Slic3r::SLAPrint> m_print; std::string m_fname; public: SLAJob(MyFrame *frame, const std::string &fname) : Slic3r::GUI::Job{frame->m_stbar} , m_parent{frame} , m_fname{fname} {} // Runs in separate thread void process() override; const std::string & get_project_fname() const { return m_fname; } protected: // Runs in the UI thread. void finalize() override { m_parent->m_scene->set_print(std::move(m_print)); m_parent->m_stbar->set_status_text( wxString::Format("Model %s loaded.", m_fname)); } }; std::unique_ptr<SLAJob> m_ui_job; // To keep track of the running average of measured fps values. double m_fps_avg = 0.; // We need the record button across methods wxToggleButton *m_record_btn; wxComboBox * m_alg_select; wxComboBox * m_depth_select; wxComboBox * m_optimization_select; wxSpinCtrl * m_convexity_spin; wxToggleButton *m_csg_toggle; wxToggleButton *m_ms_toggle; wxStaticText *m_fpstext; CSGSettings m_csg_settings; void read_csg_settings(const wxCmdLineParser &parser); void set_renderer_algorithm(const wxString &alg); void activate_canvas_display(); public: MyFrame(const wxString & title, const wxPoint & pos, const wxSize & size, const wxCmdLineParser &parser); // Grab a 3mf and load (hollow it out) within the UI job. void load_model(const std::string &fname) { m_ui_job = std::make_unique<SLAJob>(this, fname); m_ui_job->start(); } // Load a previously stored mouse event log and play it back. void play_back_mouse(const std::string &events_fname) { std::fstream stream(events_fname, std::fstream::in); if (stream.good()) { std::string model_name; std::getline(stream, model_name); load_model(model_name); while (!m_ui_job->is_finalized()) wxTheApp->Yield();; int w, h; stream >> w >> h; SetSize(w, h); m_mouse.load(stream); if (m_record_btn) m_record_btn->Disable(); m_mouse.play(); } } Canvas * canvas() { return m_canvas.get(); } const Canvas * canvas() const { return m_canvas.get(); } // Bind the canvas mouse events to a class implementing MouseInput interface void bind_canvas_events(MouseInput &msinput); double get_fps_average() const { return m_fps_avg; } }; // Possible OpenCSG configuration values. Will be used on the command line and // on the UI widgets. static const std::vector<wxString> CSG_ALGS = {"Auto", "Goldfeather", "SCS", "EnricoShader"}; static const std::vector<wxString> CSG_DEPTH = {"Off", "OcclusionQuery", "On"}; static const std::vector<wxString> CSG_OPT = { "Default", "ForceOn", "On", "Off" }; inline long get_idx(const wxString &a, const std::vector<wxString> &v) { auto it = std::find(v.begin(), v.end(), a.ToStdString()); return it - v.begin(); }; class App : public wxApp { MyFrame *m_frame = nullptr; wxString m_fname; public: bool OnInit() override { wxCmdLineParser parser(argc, argv); parser.AddOption("p", "play", "play back file", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL); parser.AddOption("a", "algorithm", "OpenCSG algorithm [Auto|Goldfeather|SCS]", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL); parser.AddOption("d", "depth", "OpenCSG depth strategy [Off|OcclusionQuery|On]", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL); parser.AddOption("o", "optimization", "OpenCSG optimization strategy [Default|ForceOn|On|Off]", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL); parser.AddOption("c", "convexity", "OpenCSG convexity parameter for generic meshes", wxCMD_LINE_VAL_NUMBER, wxCMD_LINE_PARAM_OPTIONAL); parser.AddSwitch("", "disable-csg", "Disable csg rendering", wxCMD_LINE_PARAM_OPTIONAL); parser.Parse(); bool is_play = parser.Found("play", &m_fname); m_frame = new MyFrame("PrusaSlicer OpenCSG Demo", wxDefaultPosition, wxSize(1024, 768), parser); if (is_play) { Bind(wxEVT_IDLE, &App::Play, this); m_frame->Show( true ); } else m_frame->Show( true ); return true; } void Play(wxIdleEvent &) { Unbind(wxEVT_IDLE, &App::Play, this); m_frame->play_back_mouse(m_fname.ToStdString()); m_frame->Destroy(); } }; wxIMPLEMENT_APP(App); void MyFrame::read_csg_settings(const wxCmdLineParser &parser) { wxString alg; parser.Found("algorithm", &alg); wxString depth; parser.Found("depth", &depth); wxString opt; parser.Found("optimization", &opt); long convexity = 1; parser.Found("convexity", &convexity); bool csg_off = parser.Found("disable-csg"); if (auto a = get_idx(alg, CSG_ALGS) < OpenCSG::AlgorithmUnused) m_csg_settings.set_algo(OpenCSG::Algorithm(a)); if (auto a = get_idx(depth, CSG_DEPTH) < OpenCSG::DepthComplexityAlgorithmUnused) m_csg_settings.set_depth_algo(OpenCSG::DepthComplexityAlgorithm(a)); if (auto a = get_idx(opt, CSG_OPT) < OpenCSG::OptimizationUnused) m_csg_settings.set_optimization(OpenCSG::Optimization(a)); m_csg_settings.set_convexity(unsigned(convexity)); m_csg_settings.enable_csg(!csg_off); if (m_ocsgdisplay) m_ocsgdisplay->apply_csgsettings(m_csg_settings); } void MyFrame::set_renderer_algorithm(const wxString &alg) { long alg_idx = get_idx(alg, CSG_ALGS); if (alg_idx < 0 || alg_idx >= long(CSG_ALGS.size())) return; // If there is a valid display in place, save its camera. auto cam = m_canvas->get_display() ? m_canvas->get_display()->get_camera() : nullptr; if (alg == "EnricoShader") { m_alg_select->SetSelection(int(alg_idx)); m_depth_select->Disable(); m_optimization_select->Disable(); m_csg_toggle->Disable(); m_ocsgdisplay.reset(); canvas()->set_display(nullptr); m_shadercsg_display = std::make_shared<ShaderCSGRenderer>(canvas()); canvas()->set_display(m_shadercsg_display); } else { if (m_csg_settings.get_algo() > 0) m_depth_select->Enable(true); m_alg_select->SetSelection(m_csg_settings.get_algo()); m_depth_select->SetSelection(m_csg_settings.get_depth_algo()); m_optimization_select->SetSelection(m_csg_settings.get_optimization()); m_convexity_spin->SetValue(int(m_csg_settings.get_convexity())); m_csg_toggle->SetValue(m_csg_settings.is_enabled()); m_optimization_select->Enable(); m_csg_toggle->Enable(); m_shadercsg_display.reset(); canvas()->set_display(nullptr); m_ocsgdisplay = std::make_shared<OCSGRenderer>(canvas()); m_ocsgdisplay->apply_csgsettings(m_csg_settings); canvas()->set_display(m_ocsgdisplay); } if (cam) m_canvas->get_display()->set_camera(cam); m_ctl->remove_displays(); m_ctl->add_display(m_canvas->get_display()); m_canvas->get_display()->get_fps_counter().add_listener([this](double fps) { m_fpstext->SetLabel(wxString::Format("fps: %.2f", fps)); m_fps_avg = 0.9 * m_fps_avg + 0.1 * fps; }); if (IsShown()) { activate_canvas_display(); m_canvas->get_display()->on_scene_updated(*m_scene); } } void MyFrame::activate_canvas_display() { const wxSize ClientSize = m_canvas->GetClientSize(); m_canvas->get_display()->set_active(ClientSize.x, ClientSize.y); enable_multisampling(m_ms_toggle->GetValue()); m_canvas->Bind(wxEVT_PAINT, [this](wxPaintEvent &) { // This is required even though dc is not used otherwise. wxPaintDC dc(m_canvas.get()); const wxSize csize = m_canvas->GetClientSize(); m_canvas->get_display()->set_screen_size(csize.x, csize.y); m_canvas->get_display()->repaint(); }); m_canvas->Bind(wxEVT_SIZE, [this](wxSizeEvent &) { const wxSize csize = m_canvas->GetClientSize(); m_canvas->get_display()->set_screen_size(csize.x, csize.y); m_canvas->get_display()->repaint(); }); // Do the repaint continuously m_canvas->Bind(wxEVT_IDLE, [this](wxIdleEvent &evt) { m_canvas->get_display()->repaint(); evt.RequestMore(); }); bind_canvas_events(m_mouse); } MyFrame::MyFrame(const wxString &title, const wxPoint &pos, const wxSize &size, const wxCmdLineParser &parser): wxFrame(nullptr, wxID_ANY, title, pos, size) { wxMenu *menuFile = new wxMenu; menuFile->Append(wxID_OPEN); menuFile->Append(wxID_EXIT); wxMenuBar *menuBar = new wxMenuBar; menuBar->Append( menuFile, "&File" ); SetMenuBar( menuBar ); m_stbar = std::make_shared<Slic3r::GUI::ProgressStatusBar>(this); m_stbar->embed(this); SetStatusText( "Welcome to wxWidgets!" ); int attribList[] = {WX_GL_RGBA, WX_GL_DOUBLEBUFFER, // RGB channels each should be allocated with 8 bit depth. One // should almost certainly get these bit depths by default. WX_GL_MIN_RED, 8, WX_GL_MIN_GREEN, 8, WX_GL_MIN_BLUE, 8, // Requesting an 8 bit alpha channel. Interestingly, the NVIDIA // drivers would most likely work with some alpha plane, but // glReadPixels would not return the alpha channel on NVIDIA if // not requested when the GL context is created. WX_GL_MIN_ALPHA, 8, WX_GL_DEPTH_SIZE, 8, WX_GL_STENCIL_SIZE, 8, WX_GL_SAMPLE_BUFFERS, GL_TRUE, WX_GL_SAMPLES, 4, 0}; m_scene = std::make_shared<Scene>(); m_ctl = std::make_shared<Controller>(); m_ctl->set_scene(m_scene); m_canvas = std::make_shared<Canvas>(this, wxID_ANY, attribList, wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS | wxFULL_REPAINT_ON_RESIZE); read_csg_settings(parser); wxPanel *control_panel = new wxPanel(this); auto controlsizer = new wxBoxSizer(wxHORIZONTAL); auto slider_sizer = new wxBoxSizer(wxVERTICAL); auto console_sizer = new wxBoxSizer(wxVERTICAL); auto slider = new wxSlider(control_panel, wxID_ANY, 0, 0, 100, wxDefaultPosition, wxDefaultSize, wxSL_VERTICAL); slider_sizer->Add(slider, 1, wxEXPAND); m_ms_toggle = new wxToggleButton(control_panel, wxID_ANY, "Multisampling"); console_sizer->Add(m_ms_toggle, 0, wxALL | wxEXPAND, 5); m_csg_toggle = new wxToggleButton(control_panel, wxID_ANY, "CSG"); m_csg_toggle->SetValue(true); console_sizer->Add(m_csg_toggle, 0, wxALL | wxEXPAND, 5); auto add_combobox = [control_panel, console_sizer] (const wxString &label, const std::vector<wxString> &list) { auto widget = new wxComboBox(control_panel, wxID_ANY, list[0], wxDefaultPosition, wxDefaultSize, int(list.size()), list.data()); auto sz = new wxBoxSizer(wxHORIZONTAL); sz->Add(new wxStaticText(control_panel, wxID_ANY, label), 0, wxALL | wxALIGN_CENTER, 5); sz->Add(widget, 1, wxALL | wxEXPAND, 5); console_sizer->Add(sz, 0, wxEXPAND); return widget; }; auto add_spinctl = [control_panel, console_sizer] (const wxString &label, int initial, int min, int max) { auto widget = new wxSpinCtrl( control_panel, wxID_ANY, wxString::Format("%d", initial), wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, min, max, initial); auto sz = new wxBoxSizer(wxHORIZONTAL); sz->Add(new wxStaticText(control_panel, wxID_ANY, label), 0, wxALL | wxALIGN_CENTER, 5); sz->Add(widget, 1, wxALL | wxEXPAND, 5); console_sizer->Add(sz, 0, wxEXPAND); return widget; }; m_convexity_spin = add_spinctl("Convexity", CSGSettings::DEFAULT_CONVEXITY, 0, 100); m_alg_select = add_combobox("Algorithm", CSG_ALGS); m_depth_select = add_combobox("Depth Complexity", CSG_DEPTH); m_optimization_select = add_combobox("Optimization", CSG_OPT); m_fpstext = new wxStaticText(control_panel, wxID_ANY, ""); console_sizer->Add(m_fpstext, 0, wxALL, 5); m_record_btn = new wxToggleButton(control_panel, wxID_ANY, "Record"); console_sizer->Add(m_record_btn, 0, wxALL | wxEXPAND, 5); controlsizer->Add(slider_sizer, 0, wxEXPAND); controlsizer->Add(console_sizer, 1, wxEXPAND); control_panel->SetSizer(controlsizer); auto sizer = new wxBoxSizer(wxHORIZONTAL); sizer->Add(m_canvas.get(), 1, wxEXPAND); sizer->Add(control_panel, 0, wxEXPAND); SetSizer(sizer); wxString alg; if (!parser.Found("algorithm", &alg)) alg = "Auto"; set_renderer_algorithm(alg); Bind(wxEVT_CLOSE_WINDOW, [this](wxCloseEvent &evt){ if (m_canvas) RemoveChild(m_canvas.get()); m_canvas.reset(); if (!m_mouse.is_playing()) evt.Skip(); else m_mouse.stop(); }); Bind(wxEVT_MENU, [this](wxCommandEvent &) { wxFileDialog dlg(this, "Select project file", wxEmptyString, wxEmptyString, "*.3mf", wxFD_OPEN|wxFD_FILE_MUST_EXIST); if (dlg.ShowModal() == wxID_OK) load_model(dlg.GetPath().ToStdString()); }, wxID_OPEN); Bind(wxEVT_MENU, [this](wxCommandEvent &) { Close(true); }, wxID_EXIT); Bind(wxEVT_SHOW, [this](wxShowEvent &) { activate_canvas_display(); }); Bind(wxEVT_SLIDER, [this, slider](wxCommandEvent &) { m_ctl->move_clip_plane(double(slider->GetValue())); }); m_ms_toggle->Bind(wxEVT_TOGGLEBUTTON, [this](wxCommandEvent &){ enable_multisampling(m_ms_toggle->GetValue()); m_canvas->get_display()->repaint(); }); m_csg_toggle->Bind(wxEVT_TOGGLEBUTTON, [this](wxCommandEvent &){ CSGSettings stt = m_ocsgdisplay->get_csgsettings(); stt.enable_csg(m_csg_toggle->GetValue()); m_ocsgdisplay->apply_csgsettings(stt); }); m_alg_select->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent &) { wxString alg = m_alg_select->GetValue(); int sel = m_alg_select->GetSelection(); m_csg_settings.set_algo(sel); set_renderer_algorithm(alg); }); m_depth_select->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent &) { int sel = m_depth_select->GetSelection(); m_csg_settings.set_depth_algo(sel); if (m_ocsgdisplay) m_ocsgdisplay->apply_csgsettings(m_csg_settings); }); m_optimization_select->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent &) { int sel = m_optimization_select->GetSelection(); m_csg_settings.set_optimization(sel); if (m_ocsgdisplay) m_ocsgdisplay->apply_csgsettings(m_csg_settings); }); m_convexity_spin->Bind(wxEVT_SPINCTRL, [this](wxSpinEvent &) { int c = m_convexity_spin->GetValue(); if (c > 0) { m_csg_settings.set_convexity(unsigned(c)); if (m_ocsgdisplay) m_ocsgdisplay->apply_csgsettings(m_csg_settings); } }); m_record_btn->Bind(wxEVT_TOGGLEBUTTON, [this](wxCommandEvent &) { if (!m_ui_job) { m_stbar->set_status_text("No project loaded!"); return; } if (m_record_btn->GetValue()) { if (auto c = m_canvas->get_display()->get_camera()) reset(*c); m_ctl->on_scene_updated(*m_scene); m_mouse.record(true); } else { m_mouse.record(false); wxFileDialog dlg(this, "Select output file", wxEmptyString, wxEmptyString, "*.events", wxFD_SAVE|wxFD_OVERWRITE_PROMPT); if (dlg.ShowModal() == wxID_OK) { std::fstream stream(dlg.GetPath().ToStdString(), std::fstream::out); if (stream.good()) { stream << m_ui_job->get_project_fname() << "\n"; wxSize winsize = GetSize(); stream << winsize.x << " " << winsize.y << "\n"; m_mouse.save(stream); } } } }); } void MyFrame::bind_canvas_events(MouseInput &ms) { m_canvas->Bind(wxEVT_MOUSEWHEEL, [&ms](wxMouseEvent &evt) { ms.scroll(evt.GetWheelRotation(), evt.GetWheelDelta(), evt.GetWheelAxis() == wxMOUSE_WHEEL_VERTICAL ? Slic3r::GL::MouseInput::waVertical : Slic3r::GL::MouseInput::waHorizontal); }); m_canvas->Bind(wxEVT_MOTION, [&ms](wxMouseEvent &evt) { ms.move_to(evt.GetPosition().x, evt.GetPosition().y); }); m_canvas->Bind(wxEVT_RIGHT_DOWN, [&ms](wxMouseEvent & /*evt*/) { ms.right_click_down(); }); m_canvas->Bind(wxEVT_RIGHT_UP, [&ms](wxMouseEvent & /*evt*/) { ms.right_click_up(); }); m_canvas->Bind(wxEVT_LEFT_DOWN, [&ms](wxMouseEvent & /*evt*/) { ms.left_click_down(); }); m_canvas->Bind(wxEVT_LEFT_UP, [&ms](wxMouseEvent & /*evt*/) { ms.left_click_up(); }); ms.add_listener(m_ctl); } void MyFrame::SLAJob::process() { using SlStatus = Slic3r::PrintBase::SlicingStatus; Slic3r::DynamicPrintConfig cfg; auto model = Slic3r::Model::read_from_file(m_fname, &cfg); m_print = std::make_unique<Slic3r::SLAPrint>(); m_print->apply(model, cfg); Slic3r::PrintBase::TaskParams params; params.to_object_step = Slic3r::slaposHollowing; m_print->set_task(params); m_print->set_status_callback([this](const SlStatus &status) { update_status(status.percent, status.text); }); try { m_print->process(); } catch(std::exception &e) { update_status(0, wxString("Exception during processing: ") + e.what()); } } //int main() {} ```
Senator Redfield may refer to: Heman J. Redfield (1788–1877), New York State Senate James Redfield (Iowa soldier) (1824–1864), Iowa State Senate Pam Redfield (born 1948), Nebraska State Senate Timothy P. Redfield (1812–1888), Vermont State Senate
```yaml id: Domain extraction test version: -1 name: Domain extraction test description: Test extraction flow of domain indicator in XSOAR starttaskid: "0" tasks: "0": id: "0" taskid: c1380b27-e019-49bc-8aae-8bf8570e50c9 type: start task: id: c1380b27-e019-49bc-8aae-8bf8570e50c9 version: -1 name: "" iscommand: false brand: "" description: '' nexttasks: '#none#': - "9" separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 50 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "9": id: "9" taskid: 6418521e-4b72-4f8e-85f2-2cea269e66cb type: regular task: id: 6418521e-4b72-4f8e-85f2-2cea269e66cb version: -1 name: DeleteContext description: Delete field from context scriptName: DeleteContext type: regular iscommand: false brand: "" nexttasks: '#none#': - "19" scriptarguments: all: simple: "yes" separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 195 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "19": id: "19" taskid: 3204f3dc-398a-49f5-8dda-99d8b8bd3de5 type: title task: id: 3204f3dc-398a-49f5-8dda-99d8b8bd3de5 version: -1 name: Domain type: title iscommand: false brand: "" description: '' nexttasks: '#none#': - "20" separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 370 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "20": id: "20" taskid: 808e5d0f-e4f7-4613-80e0-44a281d88de6 type: regular task: id: 808e5d0f-e4f7-4613-80e0-44a281d88de6 version: -1 name: Set vaild domains description: Sets a value into the context with the given context key scriptName: Set type: regular iscommand: false brand: "" nexttasks: '#none#': - "21" scriptarguments: key: simple: valid_domains value: simple: "\"none.zip\",\n\"www.test.com\", \n\"test.com\", \n\"www.xn--t1e2s3t4.com\", \n\"test.com\", \n\"defang[.]com\", \n\".\"" separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 515 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "21": id: "21" taskid: 0b944dcb-d179-4ed2-8699-052237417f6f type: regular task: id: 0b944dcb-d179-4ed2-8699-052237417f6f version: -1 name: Print valid domains description: Prints text to war room (Markdown supported) scriptName: Print type: regular iscommand: false brand: "" nexttasks: '#none#': - "22" - "79" - "78" - "82" - "81" - "80" - "25" scriptarguments: execution-timeout: simple: "30" value: simple: ${valid_domains} reputationcalc: 2 separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 690 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "22": id: "22" taskid: 3cbb2bbc-9d51-43f8-8bcb-dd26826fb951 type: condition task: id: 3cbb2bbc-9d51-43f8-8bcb-dd26826fb951 version: -1 name: check auto extract - . type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: . continueonerrortype: "" view: |- { "position": { "x": 50, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "23": id: "23" taskid: 511c713a-9852-4916-8234-354c09a1d647 type: regular task: id: 511c713a-9852-4916-8234-354c09a1d647 version: -1 name: Set invalid domains description: Sets a value into the context with the given context key scriptName: Set type: regular iscommand: false brand: "" nexttasks: '#none#': - "24" scriptarguments: key: simple: invalid_domains value: simple: "\"test.notexist\", \n\"test[.com\"" separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 1040 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "24": id: "24" taskid: ec66e848-fe7c-453d-8784-0d4740a7368f type: regular task: id: ec66e848-fe7c-453d-8784-0d4740a7368f version: -1 name: Print invalid domains description: Prints text to war room (Markdown supported) scriptName: Print type: regular iscommand: false brand: "" nexttasks: '#none#': - "84" - "83" scriptarguments: value: simple: ${invalid_domains} reputationcalc: 2 separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 1215 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "25": id: "25" taskid: 086a81ca-0d63-4684-8b54-d05bd4f99f40 type: condition task: id: 086a81ca-0d63-4684-8b54-d05bd4f99f40 version: -1 name: check auto extract - none.zip type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: none.zip continueonerrortype: "" view: |- { "position": { "x": 480, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "77": id: "77" taskid: acec90ce-9367-43fd-86fe-9af543c40fa1 type: regular task: id: acec90ce-9367-43fd-86fe-9af543c40fa1 version: -1 name: DeleteContext description: Delete field from context scriptName: DeleteContext type: regular iscommand: false brand: "" scriptarguments: all: simple: "yes" separatecontext: false continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 1565 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "78": id: "78" taskid: b90a47a4-4614-4548-870a-71a1a6865d43 type: condition task: id: b90a47a4-4614-4548-870a-71a1a6865d43 version: -1 name: check auto extract - test.com type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: test.com continueonerrortype: "" view: |- { "position": { "x": 910, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "79": id: "79" taskid: 992549a0-1722-44bd-8092-eb7ae1aa2450 type: condition task: id: 992549a0-1722-44bd-8092-eb7ae1aa2450 version: -1 name: check auto extract - defang.com type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: defang.com continueonerrortype: "" view: |- { "position": { "x": 1340, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "80": id: "80" taskid: f66a49fd-494b-4ad4-83e5-8c08de3bf4e6 type: condition task: id: f66a49fd-494b-4ad4-83e5-8c08de3bf4e6 version: -1 name: check auto extract - www.test.com type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: www.test.com continueonerrortype: "" view: |- { "position": { "x": 1770, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "81": id: "81" taskid: 5b51e207-4f37-4049-8a33-e7ca11f06b4a type: condition task: id: 5b51e207-4f37-4049-8a33-e7ca11f06b4a version: -1 name: check auto extract - test.com type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: test.com continueonerrortype: "" view: |- { "position": { "x": 2200, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "82": id: "82" taskid: 34f766e8-dc90-48da-801a-5017a14d6ffb type: condition task: id: 34f766e8-dc90-48da-801a-5017a14d6ffb version: -1 name: check auto extract - www.xn--t1e2s3t4.com type: condition iscommand: false brand: "" nexttasks: "yes": - "23" separatecontext: false conditions: - label: "yes" condition: - - operator: containsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: www.xn--t1e2s3t4.com continueonerrortype: "" view: |- { "position": { "x": 2630, "y": 865 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "83": id: "83" taskid: 3e232c8e-00c5-435f-8c67-32c3b7748b77 type: condition task: id: 3e232c8e-00c5-435f-8c67-32c3b7748b77 version: -1 name: non extraction - test[.com type: condition iscommand: false brand: "" nexttasks: "yes": - "77" separatecontext: false conditions: - label: "yes" condition: - - operator: notContainsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: test[.com continueonerrortype: "" view: |- { "position": { "x": 1125, "y": 1390 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "84": id: "84" taskid: 1b4cf1c5-633e-496e-8fcf-5e576d72e0fd type: condition task: id: 1b4cf1c5-633e-496e-8fcf-5e576d72e0fd version: -1 name: non extraction - test.notexist type: condition iscommand: false brand: "" nexttasks: "yes": - "77" separatecontext: false conditions: - label: "yes" condition: - - operator: notContainsGeneral left: value: simple: ${Domain.Name} iscontext: true right: value: simple: test.notexist continueonerrortype: "" view: |- { "position": { "x": 1555, "y": 1390 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false view: |- { "linkLabelsPosition": {}, "paper": { "dimensions": { "height": 1610, "width": 2960, "x": 50, "y": 50 } } } inputs: [] outputs: [] sourceplaybookid: Indicators reputation-.json Test fromversion: 6.5.0 ```
```javascript /** * Graphology Noverlap Layout Default Settings * ============================================ */ module.exports = { gridSize: 20, margin: 5, expansion: 1.1, ratio: 1.0, speed: 3 }; ```
```html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>reverse_copy</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Range 2.0"> <link rel="up" href="../mutating.html" title="Mutating algorithms"> <link rel="prev" href="reverse.html" title="reverse"> <link rel="next" href="rotate.html" title="rotate"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="path_to_url">People</a></td> <td align="center"><a href="path_to_url">FAQ</a></td> <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="reverse.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mutating.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rotate.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="range.reference.algorithms.mutating.reverse_copy"></a><a class="link" href="reverse_copy.html" title="reverse_copy">reverse_copy</a> </h5></div></div></div> <h6> <a name="range.reference.algorithms.mutating.reverse_copy.h0"></a> <span class="phrase"><a name="range.reference.algorithms.mutating.reverse_copy.prototype"></a></span><a class="link" href="reverse_copy.html#range.reference.algorithms.mutating.reverse_copy.prototype">Prototype</a> </h6> <p> </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">BidirectionalRange</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">OutputIterator</span><span class="special">&gt;</span> <span class="identifier">OutputIterator</span> <span class="identifier">reverse_copy</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">BidirectionalRange</span><span class="special">&amp;</span> <span class="identifier">rng</span><span class="special">,</span> <span class="identifier">OutputIterator</span> <span class="identifier">out</span><span class="special">);</span> </pre> <p> </p> <h6> <a name="range.reference.algorithms.mutating.reverse_copy.h1"></a> <span class="phrase"><a name="range.reference.algorithms.mutating.reverse_copy.description"></a></span><a class="link" href="reverse_copy.html#range.reference.algorithms.mutating.reverse_copy.description">Description</a> </h6> <p> <code class="computeroutput"><span class="identifier">reverse_copy</span></code> copies the elements from <code class="computeroutput"><span class="identifier">rng</span></code> in reverse order to <code class="computeroutput"><span class="identifier">out</span></code>. Returns the output iterator one passed the last copied element. </p> <h6> <a name="range.reference.algorithms.mutating.reverse_copy.h2"></a> <span class="phrase"><a name="range.reference.algorithms.mutating.reverse_copy.definition"></a></span><a class="link" href="reverse_copy.html#range.reference.algorithms.mutating.reverse_copy.definition">Definition</a> </h6> <p> Defined in the header file <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">range</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">reverse_copy</span><span class="special">.</span><span class="identifier">hpp</span></code> </p> <h6> <a name="range.reference.algorithms.mutating.reverse_copy.h3"></a> <span class="phrase"><a name="range.reference.algorithms.mutating.reverse_copy.requirements"></a></span><a class="link" href="reverse_copy.html#range.reference.algorithms.mutating.reverse_copy.requirements">Requirements</a> </h6> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <code class="computeroutput"><span class="identifier">BidirectionalRange</span></code> is a model of the <a class="link" href="../../../concepts/bidirectional_range.html" title="Bidirectional Range">Bidirectional Range</a> Concept. </li> <li class="listitem"> <code class="computeroutput"><span class="identifier">BidirectionalRange</span></code> is mutable. </li> <li class="listitem"> <code class="computeroutput"><span class="identifier">OutputIterator</span></code> is a model of the <code class="computeroutput"><span class="identifier">OutputIteratorConcept</span></code>. </li> </ul></div> <h6> <a name="range.reference.algorithms.mutating.reverse_copy.h4"></a> <span class="phrase"><a name="range.reference.algorithms.mutating.reverse_copy.complexity"></a></span><a class="link" href="reverse_copy.html#range.reference.algorithms.mutating.reverse_copy.complexity">Complexity</a> </h6> <p> Linear. <code class="computeroutput"><span class="identifier">reverse_copy</span></code> makes <code class="computeroutput"><span class="identifier">distance</span><span class="special">(</span><span class="identifier">rng</span><span class="special">)</span></code> copies. </p> </div> <table xmlns:rev="path_to_url~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> Neil Groves<p> file LICENSE_1_0.txt or copy at <a href="path_to_url" target="_top">path_to_url </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="reverse.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mutating.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rotate.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html> ```
A Model's Confession is a 1918 American silent drama film directed by Ida May Park and starring Mary MacLaren, Kenneth Harlan and Gretchen Lederer. Cast Mary MacLaren as Iva Seldon Kenneth Harlan as Billy Ravensworth Edna Earle as Rita Challoner Herbert Prior as Bertrand Seldon Louis Willoughby as Clay Stewart Gretchen Lederer as Mrs. Stanley References Bibliography Cooper, Mark Garrett. Universal Women: Filmmaking and Institutional Change in Early Hollywood. University of Illinois Press, 2010. Goble, Alan. The Complete Index to Literary Sources in Film. Walter de Gruyter, 1999. External links 1918 films 1918 drama films 1910s English-language films American silent feature films Silent American drama films American black-and-white films Films directed by Ida May Park Universal Pictures films 1910s American films
Atrichopsis is a genus of mosses belonging to the family Polytrichaceae. The genus was first described by Jules Cardot. Species: Atrichopsis angulata (Cardot & Broth.) N.E.Bell & Hyvönen Atrichopsis australis (Hook.f. & Wilson) N.E.Bell & Hyvönen Atrichopsis bellii (Broth.) N.E.Bell & Hyvönen Atrichopsis capensis Schelpe & N.C.Fanshawe ex van Rooy, N.E.Bell & Hyvönen Atrichopsis compressa (Hook.f. & Wilson) G.L.Sm. Atrichopsis crispula (Hook.f. & Wilson) N.E.Bell & Hyvönen Atrichopsis erosa (Hampe) N.E.Bell & Hyvönen Atrichopsis laxifolia (Dixon) N.E.Bell & Hyvönen Atrichopsis mexicana (G.L.Sm.) N.E.Bell & Hyvönen Atrichopsis minima (Cardot) N.E.Bell & Hyvönen Atrichopsis tapes (Müll.Hal.) N.E.Bell & Hyvönen Atrichopsis tenuirostris (Hook.) N.E.Bell & Hyvönen Atrichopsis tetragona Schelpe & N.C.Fanshawe ex van Rooy, N.E.Bell & Hyvönen Atrichopsis trichodon (Hook.f. & Wilson) N.E.Bell & Hyvönen Atrichopsis tristaniensis (Dixon) N.E.Bell & Hyvönen References External links Polytrichaceae Moss genera
Tigrane is an opera by Johann Adolph Hasse to a libretto by an anonymous arranger following Francesco Silvani which had already been used Vivaldi for his own opera of the same name. The opera premiered 4 November 1729 at the Teatro San Bartolomeo, Naples. Recordings "Solca il mar" Max Emanuel Cenčić on Rokoko - Hasse arias Armonia Atenea George Petrou Decca 2014 "Solca il mar e nel periglio" Sonia Prina on Baroque Divas Armonia Atenea George Petrou Decca 2015 ( note: "Fra quest’ombre" Vivica Genaux is mislabeled on the recording as from Tigrane, but is actually from the opera Solimano.) References 1729 operas Operas by Johann Adolf Hasse Operas
```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 AppendNodeCommand_h #define AppendNodeCommand_h #include "core/editing/EditCommand.h" namespace blink { class AppendNodeCommand final : public SimpleEditCommand { public: static PassRefPtrWillBeRawPtr<AppendNodeCommand> create(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node> node) { return adoptRefWillBeNoop(new AppendNodeCommand(parent, node)); } DECLARE_VIRTUAL_TRACE(); private: AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node>); void doApply() override; void doUnapply() override; RefPtrWillBeMember<ContainerNode> m_parent; RefPtrWillBeMember<Node> m_node; }; } // namespace blink #endif // AppendNodeCommand_h ```
Čretež pri Krškem (; ) is a small settlement in the hills above the right bank of the Sava River west of the town of Krško in eastern Slovenia. The area is part of the traditional region of Lower Carniola. It is now included with the rest of the municipality in the Lower Sava Statistical Region. Name The name of the settlement was changed from Čretež to Čretež pri Krškem in 1953. In the past the German name was Tschretesch. References External links Čretež pri Krškem on Geopedia Populated places in the City Municipality of Krško
Mauricio Villardo Reis (born January 14, 1975) is best known as Mauricio Villardo. Professor Villardo is a Master Instructor and practitioner of Brazilian Jiu-Jitsu. He holds a sixth-degree black belt in Brazilian Jiu-Jitsu from Royler Gracie, the head instructor of Gracie Humaitá. Mauricio is also a former World Champion of the World Jiu-Jitsu Championship held by the International Brazilian Jiu-Jitsu Federation (IBJJF). Living close to the beautiful beaches in Brazil, Mauricio's hobby was surfing, but once he experienced Jiu-Jitsu, he fell in love with the sport. Mauricio's first experience with the martial arts was not Jiu-Jitsu. When he was seven, he began practicing Judo at Clube do Flamengo, in Rio de Janeiro. At the age of fifteen, Mauricio began to practice Muay Thai. A few months later, a friend invited him to visit a Brazilian Jiu-Jitsu academy, and for Mauricio, it began a lifelong journey studying the world's most effective fighting and self-defense system. Almost immediately after becoming a Jiu-Jitsu student, Mauricio began to compete at local and regional tournaments in Brazil. Later, he began to assist Professor Royler Gracie with classes, developing his passion for teaching. He won many major tournaments including the 1996 World Jiu-Jitsu Championship. In 1997, Mauricio accomplished a lifelong dream, receiving his black belt from the hands of his professor, Royler Gracie. In 2002 Mauricio moved to south Florida. Recognizing the opportunity to build a small business in the United States, he decided to continue teaching his style of Jiu-Jitsu in the Palm Beach County, Florida area. Since 2002, Mauricio has been developing and expanding Brazilian Jiu-Jitsu in the West Palm Beach area where he lives and operates an academy in Wellington. With an expanding academy, Professor Villardo has also continued his success in competition. In 2009 he won a silver medal at the IBJJF PAN Championships in California. He also won gold medals at the IBJJF 2009 and 2010 PAN No-Gi championships in New York City. Instructor lineage Mitsuo "Count Koma" Maeda → Carlos Gracie Sr. → Hélio Gracie → Royler Gracie See also Gracie Humaitá References External links The Mauricio Villardo Brazilian Jiu-Jitsu web site Academia Gracie Jiu-Jitsu Rilion Gracie Jiu-Jitsu Academy 1975 births Living people Brazilian practitioners of Brazilian jiu-jitsu People awarded a black belt in Brazilian jiu-jitsu Brazilian expatriate sportspeople in the United States Sportspeople from Rio de Janeiro (city) People from Wellington, Florida Sportspeople from Palm Beach County, Florida
```javascript ; (function() { ace.require(["ace/snippets/luapage"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { module.exports = m; } }); })(); ```
The Mexicaltzingo railway station is part of the Sistema de Tren Eléctrico Urbano in the Mexican state of Jalisco. Railway stations in Guadalajara Guadalajara light rail system Line 1 stations Railway stations located underground in Mexico Railway stations opened in 1989
```c++ // // main_https.cpp // web_server // created by changkun at changkun.de // path_to_url // #include <iostream> #include "server.https.hpp" #include "handler.hpp" using namespace Web; int main() { // HTTPS server runs in port 12345, enable 4 threads // Use certificates for security Server<HTTPS> server(12345, 4, "server.crt", "server.key"); std::cout << "Server starting at port: 12345" << std::endl; start_server<Server<HTTPS>>(server); return 0; } ```
A covered bridge is a timber-truss bridge with a roof, decking, and siding, which in most covered bridges create an almost complete enclosure. The purpose of the covering is to protect the wooden structural members from the weather. Uncovered wooden bridges typically have a lifespan of only 20 years because of the effects of rain and sun, but a covered bridge could last over 100 years. In the United States, only about 1 in 10 survived the 20th century. The relatively small number of surviving bridges is due to deliberate replacement, neglect, and the high cost of restoration. European and North American truss bridges Typically, covered bridges are structures with longitudinal timber-trusses which form the bridge's backbone. Some were built as railway bridges, using very heavy timbers and doubled up lattice work. In Canada and the U.S., numerous timber covered bridges were built in the late 1700s to the late 1800s, reminiscent of earlier designs in Germany and Switzerland. They tend to be in isolated places, making them vulnerable to vandalism and arson. Europe The oldest surviving truss bridge in the world is the Kapellbrücke in Switzerland, first built in the 1300s. Modern-style timber truss bridges were pioneered in Switzerland in the mid-1700s. Germany has 70 surviving historic wooden covered bridges. The Holzbrücke Bad Säckingen spans the river Rhine from Bad Säckingen, Germany, to Stein, Switzerland. It was first built before 1272, and has been destroyed and rebuilt many times. Switzerland has many timber covered bridges, including Kapellbrücke, Spreuer Bridge, and Neubrügg. The Ponte Coperto in Pavia is a stone and brick arch bridge over the Ticino River in Pavia, Italy. The previous bridge, dating from 1354 (itself a replacement for a Roman construction), was heavily damaged by Allied action in 1945. A debate on whether to fix or replace the bridge ended when the bridge partially collapsed in 1947, requiring new construction, which began in 1949. North America Most bridges were built to cross streams, and the majority had just a single span. Virtually all contained a single lane. A few two-lane bridges were built, having a third, central truss. Many different truss designs were used. One of the most popular designs was the Burr Truss, patented in 1817, which used an arch to bear the load, while the trusses kept the bridge rigid. Other designs included the King, Queen, Lattice, and Howe trusses. Early trusses were designed with only a rough understanding of the engineering dynamics at work. In 1847, American engineer Squire Whipple published the first correct analysis of the precise ways that a load is carried through the components of a truss, which enabled him to design stronger bridges with fewer materials. United States About 14,000 covered bridges have been built in the United States, mostly in the years 1825 to 1875. The first documented was the Permanent Bridge, completed in 1805 to span the Schuylkill River in Philadelphia. However, most other early examples of covered bridges do not appear until the 1820s. Extant bridges from that decade include New York's Hyde Hall Bridge and Pennsylvania's Hassenplug Bridge, both built in 1825, and the Haverhill–Bath Covered Bridge and the Roberts Covered Bridge, in New Hampshire and Ohio respectively, both built in 1829. The longest covered bridge ever built was constructed in 1814 in Lancaster County, Pennsylvania, and spanned over a mile in length, but was destroyed by ice and flooding in 1832. The longest, historical covered bridges remaining in the United States are the Cornish–Windsor Bridge, spanning the Connecticut River between New Hampshire and Vermont, and Medora Bridge, spanning the East Fork of the White River in Indiana. Both lay some claim to the superlative depending upon how the length is measured. In the mid-1800s, the development of cheaper wrought iron and cast iron led to metal rather than timber trusses. Metal structures did not need protection from the elements, so they no longer needed to be covered. The bridges also became obsolete because most were single-lane, had low width and height clearances, and could not support the heavy loads of modern traffic. , there were about 750 left, mostly in eastern and northern states. The 2021 World Guide to Covered Bridges lists 840 covered bridges it the U.S., although it states that only 670 of those were standing when the 1959 edition was published. The tallest (35 feet high), built in 1892, is the Felton Covered Bridge, just north of Santa Cruz, California. Canada Between 1969 and 2015, the number of surviving covered bridges in Canada declined from about 400 to under 200. In 1900, Quebec had an estimated 1,000 covered bridges. Relative to the rest of North America, Quebec was late in building covered bridges, with the busiest decade for construction being the 1930s. Initially, the designs were varied, but around 1905, the design was standardised to the Town québécois, a variant on the lattice truss patented by Ithiel Town in 1820. The designer is unknown. About 500 of these were built in the first half of the 1900s. They were often built by local settlers using local materials, according to standard plans. The last agricultural colony was founded in 1948, and the last bridge was built by the Ministry of Colonisation in 1958 in Lebel-sur-Quévillon. There are now 82 covered bridges in Quebec, Transports Québec including the Félix-Gabriel-Marchand Bridge, the province's longest covered bridge. In Quebec covered bridges were sometimes known as pont rouges (red bridges) because of their typical colour. Like Quebec, New Brunswick continued to build covered bridges into the 1950s, peaking at about 400 covered bridges. These mostly used the Howe, Town, and Burr trusses. Today, there are 58 covered bridges in New Brunswick, including the world's longest, the Hartland Bridge. Ontario has just one remaining covered bridge, the West Montrose Covered Bridge. Roofed bridges Roofed, rather than covered bridges, have existed for centuries in southern Europe and Asia. In these cases, the cover is to protect the users of the bridge rather than the structure. Examples include: The Pont de Rohan in Landerneau, France, and the Pont des Marchands in Narbonne are two of 45 inhabited bridges in Europe. A tubular bridge is a bridge built as a rigid box girder section within which the traffic is carried. Examples include the Britannia Bridge and the Conwy Railway Bridge in the United Kingdom. A skyway is a type of urban pedway consisting of an enclosed or covered footbridge between two buildings, designed to protect pedestrians from the weather. For example, the Bridge of Sighs in Cambridge, and Oxford's Bridge of Sighs and Logic Lane covered bridge. A jet bridge is an enclosed, moveable bridge which extends from an airport terminal gate to an airplane, allowing passengers to board and disembark without having to go outside. Some stone arch bridges are covered to protect pedestrians or as a decoration—as with the Italian Ponte Coperto and Rialto Bridge, and the Chùa Cầu (the Japanese Bridge; see Gallery below) in Vietnam. In China lángqiáo (廊桥) covered bridges are found in Guangxi, including the Chengyang Bridge and the Xijin Bridge. These are pier and girder bridges, not truss bridges. The Chùa Cầu bridge is found in Vietnam. In Europe there are also bridges built not strictly for transport, for example the Český Krumlov Castle Bridge in the Czech Republic, the Lovech Covered Bridge in Bulgaria, and the Ponte Vecchio in Italy. In fiction In addition to being practical, covered bridges were popular venues for a variety of social activities and are an enduring cultural icon; for example: The 1992 novel, The Bridges of Madison County, featured the Cedar Covered Bridge, which has since been burnt by arson in 2002, replaced with a replica, and burnt by arson again in 2017. The Edgar Allan Poe story "Never Bet the Devil Your Head" Plot points in the 1988 comedy films Beetlejuice and Funny Farm refer to them. The Diehls Covered Bridge in Pennsylvania is featured in the opening scenes of the 1980s anthology horror television series Tales from the Darkside, created by George A. Romero. The Joe Hill's novel NOS4A2 features a character that utilizes a covered bridge called the "Shorter Way" as a portal to travel instantly across vast distances. A covered bridge is also used as a portal between two worlds in John Carpenter's horror film In the Mouth of Madness (1994). A covered bridge is the focus of two mystery stories in the collection All But Impossible by Edward D. Hoch. Gallery Covered Roofed See also Architectural structure List of nonbuilding structure types List of bridges with buildings References External links Covered Bridge Map, an interactive map showing locations of covered bridges in the United States and Canada. However, the data is only current as of the archive date. Bridges by structural type
Roxy Ann Peak, also known as Roxy Ann Butte, is a mountain in the Western Cascade Range at the eastern edge of Medford, Oregon. Composed of several geologic layers, the majority of the peak is of volcanic origin and dates to the early Oligocene epoch. It is primarily covered by oak savanna and open grassland on its lower slopes, and mixed coniferous forest on its upper slopes and summit, stopping short of the summit. Despite the peak's relatively small topographic prominence of , it rises above Medford and is visible from most of the Rogue Valley. The mountain is Medford's most important viewshed, open space reserve, and recreational resource. The area was originally inhabited beginning 8,000 to 10,000 years ago by ancestral Native Americans. The Latgawa Native American tribe was present in the early 1850s when the sudden influx of non-indigenous settlers resulted in the Rogue River Wars. After the wars, the Latgawa were forced away from the region onto reservations. The peak was named in August 1853 by emigrants arriving from Missouri via the Oregon Trail. Roxy Ann Hutchinson Hughes Bowen was the (step)grandmother of the McKee-Bowen family. Her step-daughter Maryum Bowen and Maryum's husband John McKee settled on, and filed a Donation Land Claim for, 320 acres on the SW flank of the butte (today's Hillcrest Orchards and Roxy Ann Vineyards). In 1883, the city of Medford was established to the southwest of the mountain, and became incorporated two years later. After acquiring a large amount of land from the Lions Club and the federal government between 1930 and 1933, the city created the Prescott Park in 1937. The park protects much of the upper slopes and summit of the peak and remains largely undeveloped. The peak's southern foothills have some quickly expanding single-family residential subdivisions. Geology and soils Roxy Ann Peak is part of the old and deeply eroded Western Cascades, along with nearby Pilot Rock, Grizzly Peak, and Baldy. It is composed of several distinct geologic layers. The oldest layer, the 35 to 50-million-year-old Payne Cliffs Formation, forms the base of the peak and consists of sedimentary sandstone, shale, and conglomerates. Most of the rest of the mountain is made up of 30 to 35-million-year-old volcanic basalt, breccias, and agglomerates, known as the Roxy Formation. These rocks are some of the oldest in the Cascades. At the summit, younger basalt dikes and intrusions K–Ar dated to 30.82 ± 2 million years ago form a relatively erosion-resistant cap, likely contributing to the peak's isolation and familiar conical shape. Much of the lower slopes of Roxy Ann are covered by a layer of dense, sticky clay. Due to the clay's low shear strength, the soil is prone to creep, earthflows, and landslides. Several large subdivisions lie on top of these deposits, some of which are up to thick. The upper slopes and peak have shallow dark brown gravelly loam of the McMullin soil series, while deeper gravelly loam soils on lower slopes are assigned to the Tablerock series. The surrounding clays are mapped as Heppsie or Carney series. The peak stands above sea level with a topographic prominence of , and rises above the surrounding Rogue Valley. The unique rounded top, location, and height of the peak create a landmark distinguishable from as far away as Shady Cove, to the north, and the Siskiyou Summit, to the south. History Early history Humans have lived in the vicinity of Roxy Ann Peak for the past 8,000 to 10,000 years. The first inhabitants were semi-nomadic, most likely living off edible bulbs and large mammals such as mastodons and giant bison. Within the last millennium, the region became home to the Latgawa Native American tribe, who called the peak Al-wiya. They probably used the mountain for gathering acorns and hunting black-tailed deer and small birds, animals which are still abundant there. The first European Americans to visit the area were a group of fur trappers led by Peter Skene Ogden who traveled north through the Rogue Valley on February 14, 1827. The first non-indigenous settlers arrived a few decades later. The sudden increase in population created conflicts with the Latgawa, which ultimately led to the Rogue River Wars of 1855 and 1856. After the wars, the remaining Latgawa were forced hundreds of miles north to the Siletz Reservation on the central Oregon Coast. Early settlers named the peak Skinner Butte, after Alonzo A. Skinner, the Rogue Valley Indian agent between 1851 and 1853. The current name of the mountain originates from one of its first residents, Roxy Ann Bowen. Two couples—Roxy Ann and her husband John McKee and Stephen and Mary Taylor—claimed almost the entire peak in 1853, and by the late 1850s, it came to be known as Roxy Ann Peak. In October 1883, construction of the Oregon and California Railroad was begun through the center of the Rogue Valley, bypassing Jacksonville, the county seat. The railroad company also constructed a train depot halfway between Central Point and Phoenix, and platted 82 city blocks around it. The townsite was named Medford in December. In 1884, residents celebrated the town's first Independence Day by firing 38 cannon blasts—one for each U.S. state—from Roxy Ann Peak's summit. Medford grew quickly, and was incorporated on February 24, 1885. Beginning in the early 1900s, the mountain's foothills were predominantly used for pear orchards and lignite mining. Mining ceased at the onset of World War I, and many of the orchards were abandoned during the Great Depression, but some still remain. Prescott Park In 1929, the Lions Club purchased two sizable portions of land on the peak, and deeded to Medford for recreational use the following year. In 1931, the city acquired another via the Recreation and Public Purposes Act, and more in 1933. The park was dedicated in 1937 to George J. Prescott, a Lions Club leader and Medford police officer who was killed on duty on March 16, 1933. Starting in 1933, the Civilian Conservation Corps (CCC) made the first improvements to Prescott Park, including constructing of trails and a access road (Roxy Ann Road), creating several picnic areas and overlooks, and digging drainage ditches. The CCC stopped work in 1942, soon after the beginning of World War II. Park maintenance ceased due to municipal budget problems, and gasoline rationing caused the number of visitors to drop markedly. By 1956, the CCC's improvements had suffered $110,000 in damage. The trend of disrepair continued for several decades. During the late 1990s, the park experienced a surge in vandalism, littering, and wildfires caused by off-roading, and Roxy Ann Road became nearly impassable because of lack of maintenance. Medford police officers had to devote much of their time to patrolling the mountain, made difficult by the park's remote location. To alleviate these problems, the city regraded Roxy Ann Road in 1998, and installed two gates near the park entrance two years later. By 2006, vandalism had decreased by 70 percent. At , Prescott Park is Medford's largest park, covering much of the upper slopes and summit of Roxy Ann. It is two and a half times larger than the city's other parks combined. 21st century Prescott Park and Roxy Ann Peak's upper slopes remain relatively undeveloped, being outside of Medford's city limits and urban growth boundary. The summit of the peak is home to a radio tower built in 2007; the new tower replaced three of four existing towers. Roxy Ann Peak and nearby Baldy are the only two primary transmitter station sites in the Rogue Valley. Residential development of the mountain's southern foothills has been on the rise for several years, primarily in the form of single-family residences. Construction costs have continued to rise as well, in part because of a bill passed in 2003. Oregon House Bill 3375 required that new construction on slopes of 20 percent or greater with unstable soil undergo increased regulation and an extended approval process. The bill doubled the cost of new foundations to around $20,000 to $30,000, and the cost of retrofitting an existing structure approached $100,000. Roxy Ann Peak's southern foothills are also home to the RoxyAnn Winery, a Rogue Valley AVA winery founded in 2002. On the opposite side of the mountain is the first bioreactor landfill in Southern Oregon, the Dry Creek Landfill, which began a program in 2006 to generate power from collected methane. On September 21, 2009, a wildfire broke out on Roxy Ann Peak's western slopes and consumed approximately . It left 25,000 residents without electricity, forced the evacuation of over 100 homes, and cost over $1.3 million to fight, but no structures were damaged. Flora and fauna Roxy Ann Peak's high biodiversity is due to its wide range of elevations and its location between the Cascade, Klamath, and Eastern Cascade ecoregions. The lower slopes of the peak support chaparral, oak savanna, and open grassland. Scattered California black oak, Oregon white oak, and Pacific madrone trees grow in these areas, as do sclerophyllous shrubs such as birchleaf mountain mahogany, sticky whiteleaf manzanita, buckbrush, antelope bitterbrush, and Pacific poison oak. Common grasses include blue wildrye and prairie Junegrass. Wildflowers including Southern Oregon buttercup, common yarrow, and Tolmie star-tulip also grow in these regions. At higher elevations, the vegetation transitions to mixed coniferous forest, dominated by Douglas fir, ponderosa pine, incense cedar, western juniper, and Pacific madrone trees. Shrubs such as common snowberry, bearbrush, greenleaf manzanita, sticky whiteleaf manzanita, deerbrush, and Pacific poison oak make up the understory of the forest, along with herbaceous plants such as creeping snowberry and Idaho fescue. The peak is home to many species of birds, including blue-gray gnatcatchers, lazuli buntings, oak titmice, acorn woodpeckers, and California quail on the lower slopes, and mountain quail, mountain chickadees, and red-breasted nuthatches on the upper slopes. Wild turkeys and raptors such as Cooper's hawks, golden eagles, bald eagles, and prairie falcons are also common. A few species migrate to the peak in the winter, including ruby-crowned kinglets, yellow-rumped warblers, and golden-crowned sparrows. Mammals that inhabit the mountain include black-tailed deer, cougars, bobcats, skunks, raccoons, coyotes, bears, weasels, and squirrels. A large herd of Roosevelt elk frequent the peak's western foothills. The herd swelled to over 100 individuals in the mid-2000s, causing traffic problems and severe damage to local pear orchards, but shrank to about 40 members by 2009 after an Oregon Department of Fish and Wildlife relocation effort. Other common animals on the peak include western rattlesnakes and western blacklegged ticks. Recreation Roxy Ann Peak and Prescott Park serve as Medford's most important viewshed, open space reserve, and recreational resource. Popular recreational activities on the peak include picnicking and hiking, mountain biking, and horseback riding on the of designated trails in Prescott Park, which range in difficulty from moderate to steep. In August 2013, the city of Medford and the International Mountain Bicycling Association released a conceptual plan detailing future improvements to the park's trail system. The plan would add of new multi-use trails throughout the park, improve existing trails and trail signage, and add a new trailhead on the mountain's western slope, at an estimated cost of between $360,000 and $720,000. If approved, construction on the first phase could begin by 2015. A challenge course opened in Prescott Park in April 2012, operated by the Tigard-based company Synergo. The course has 15 elements—eight low and seven high—each formed by various combinations of ropes, wires, platforms, ladders, and swings. They range from above the ground. The peak and park can be accessed via Roxy Ann Road on the southern side of the mountain. There are two gates on the road; the first is near the base of the peak and is opened and closed on a set schedule, and the second is about one mile beyond it at the park boundary, and is closed to all unauthorized motor vehicles. One mile past the second gate, the road splits into a loop around the summit. Tower Road begins on the north side of the loop and ascends to the summit of the peak. The peak offers expansive views of the surrounding landscape, including the Rogue Valley, Mount Ashland, Mount McLoughlin, Pilot Rock, the Crater Lake rim, and even Mount Thielsen, to the north, and Mount Shasta, to the south. See also Upper and Lower Table Rock Notes and references Notes References Bibliography Books News articles Websites Other External links Mountains of Jackson County, Oregon Volcanoes of Oregon Medford, Oregon Civilian Conservation Corps in Oregon Volcanoes of the United States
The 1984–85 Danish 1. division season was the 28th season of ice hockey in Denmark. 14 teams participated in the league, and the Rødovre Mighty Bulls won the championship. Due to the league being reformed as the Eliteserien and the number of teams being reduced from 14 to seven for the following season, AaB Ishockey, IK Aalborg, KSF Copenhagen, Gladsaxe SF, Tårnfalkene, Skovbakken, and Rungsted IK were all relegated to the 2. division. Regular season Playoffs 1st-4th place 5th-8th place Relegation Vojens IK - Rungsted IK 3:2 External links Season on eliteprospects.com Dan 1984 in Danish sport 1985 in Danish sport
Ecotone may refer to: Ecotone, transition area between two adjacent ecological communities (ecosystems) Ecotone (Six Feet Under episode), the title of Episode 509 of Six Feet Under Ecotone, a literary magazine published by the University of North Carolina Wilmington
The Battle of Khankala was a failed attempt by the Chechen separatists to counterattack at the strategic position at Khankala from Grozny and Argun using armoured vehicles. Khankala is a former Soviet military base and airstrip at the eastern outskirts of Grozny, also overtaking the main Rostov-Baku highway and cutting direct access into the Chechen capital of Grozny from the town of Argun. It was captured by a column of Russian troops led by elements of the 104th Guards Airborne Division in a surprise south-east dash from the village of Tolstoy-Yurt. Reportedly, in the aftermath of the battle, the Chechen attackers were repelled by Russian paratroopers, losing six tanks and an armoured personnel carrier. Khankala Conflicts in 1994 1994 in Russia Khankala History of Grozny December 1994 events in Europe
```objective-c /* * 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 */ #import "WXDarkSchemeModule.h" #import "WXSDKInstance_private.h" @implementation WXDarkSchemeModule { WXModuleKeepAliveCallback _schemeChangedCallback; } @synthesize weexInstance; WX_EXPORT_METHOD_SYNC(@selector(getCurrentScheme)) WX_EXPORT_METHOD(@selector(registerSchemeChangeListener:)) WX_EXPORT_METHOD(@selector(unregisterSchemeChangeListener)) - (NSString*)getCurrentScheme { return [self.weexInstance isDarkScheme] ? @"dark" : @"light"; } - (void)registerSchemeChangeListener:(WXModuleKeepAliveCallback)callback { _schemeChangedCallback = callback; } - (void)onInstanceSchemeChanged { if (_schemeChangedCallback) { _schemeChangedCallback(@{@"instanceId": self.weexInstance.instanceId?:@"", @"scheme": self.weexInstance.schemeName?:@"light"}, YES); } } - (void)unregisterSchemeChangeListener { _schemeChangedCallback = nil; } @end ```
In for Treatment () is a 1979 Dutch drama film directed by Marja Kok and Erik van Zuylen. It was created by members of the Dutch theater group after two theater productions on the same theme of facing the prospect of death following a diagnosis remained in demand after hundreds of performances. The story is based on the experiences of the father of the lead actor Joop Admiraal. The film was selected as the Dutch entry for the Best Foreign Language Film at the 53rd Academy Awards, but was not accepted as a nominee. It won the Bronze Leopard and Prize of the Ecumenical Jury at the Locarno International Film Festival in 1980. Cast as De Bruin as Frank Marja Kok as Mrs. De Waal as Dr. Hageman Daria Mohr as Anja Vonk as nurse Gerard Thoolen as male nurse Herman Vinck as Frank's father as Mr. De Waal Olga Zuiderhoek as nurse See also List of submissions to the 53rd Academy Awards for Best Foreign Language Film List of Dutch submissions for the Academy Award for Best Foreign Language Film References External links 1979 films 1979 drama films Dutch drama films 1970s Dutch-language films
Punctelia riograndensis is a species of foliose lichen in the family Parmeliaceae. Found in Africa and South America, it was formally described as a new species by Norwegian lichenologist Bernt Lynge in 1914, as Parmelia riograndensis. The type specimen was collected in 1892 from Porto Alegre Municipality in Rio Grande do Sul State (Brazil) by Swedish lichenologist Gustav Malme. In 1982, Hildur Krog circumscribed the genus Punctelia to contain Parmelia species with rounded pseudocyphellae, and P.  riograndensis was one of the 22 species that she transferred to the new genus. The lichen has a greenish-gray thallus measuring wide, and which is closely attached (adnate) to its substrate (tree bark). The lobes that comprise the thallus are crowded, sometimes overlapping, and measure wide. Pseudocyphellae on the thallus surface are abundant. The medulla is white. The lower thallus surface is either white, or variegated with black and white. It does not have maculae, pustulae, soredia, nor isidia. Ascospores have an ellipsoid to ovoid shape with one or two slightly spiky tips, and measure 20.0–26.5 by 12.5–16.0 μm. The conidia have an unciform (hooklike) shape and are 4–7 by about 1 μm. The range of Punctelia riograndensis includes Africa and South America. In South America it has been recorded from Argentina, Brazil, and Uruguay. References riograndensis Lichen species Lichens described in 1914 Lichens of Africa Lichens of South America Taxa named by Bernt Arne Lynge
```c++ /******************************************************************************* * * * 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. *******************************************************************************/ #include "../graph.hpp" #include "../visitor.hpp" #include "transform.hpp" #include <ops/fusible/binary_elemwise.hpp> #include <ops/fusible/memory_movement.hpp> #include <ops/fusible/padding.hpp> #include <ops/fusible/shape_of_tensor.hpp> #include <ops/fusible/ternary_elemwise.hpp> #include <ops/graph_convolution.hpp> #include <ops/matmul.hpp> #include <algorithm> namespace dnnl { namespace impl { namespace graph { namespace gc { SC_MODULE(graph.eliminate_zero_shaped_tensors); static bool is_tensor_zero_shape(const graph_tensor_ptr &gt) { const sc_dims dims = gt->details_.get_plain_dims(); if (std::all_of( dims.begin(), dims.end(), [](sc_dim d) { return d != 0; })) { return false; } return true; } /* It's possible that the shape of some tensors contains zeros, for example, (4, 32, 0, 128). These tensors are actually empty in size. We need to eliminate them after infering shape and before other passes. */ SC_INTERNAL_API void eliminate_zero_shaped_tensors( sc_graph_t &graph, const context_ptr &ctx) { op_visitor_t vis = op_visitor_t::bfs(); vis.visit_graph(graph, [&](op_visitor_t *vis, const sc_op_ptr &op) { std::vector<bool> is_zero_shape(op->info_.inputs_.size(), false); for (size_t idx = 0; idx < op->info_.inputs_.size(); ++idx) { if (is_tensor_zero_shape(op->info_.inputs_[idx])) { is_zero_shape[idx] = true; } } if (std::all_of(is_zero_shape.begin(), is_zero_shape.end(), [](bool is_zero) { return !is_zero; })) { return; } if (op->isa<concat_op_t>() || op->isa<output_op>()) { graph_tensor_ptr input_left = nullptr; for (auto in_tsr_itr = op->info_.inputs_.begin(); in_tsr_itr != op->info_.inputs_.end();) { auto &in_tsr = *in_tsr_itr; if (!is_tensor_zero_shape(in_tsr)) { ++in_tsr_itr; continue; } if (op->info_.inputs_.size() == 1) { // we have 1 tensor left and it is a zero-shape tensor input_left = in_tsr; break; } SC_MODULE_INFO << "Disconnect input from concat or output op."; in_tsr->detach_use(op); // Since we will delete this input, the inputs after it should // modify their uses_ by decrease index by 1 for (auto latter_itr = in_tsr_itr + 1; latter_itr != op->info_.inputs_.end(); ++latter_itr) { auto &latter_uses = (*latter_itr)->uses_; for (auto &idx_op : latter_uses) { idx_op.first -= 1; } } in_tsr_itr = op->info_.inputs_.erase(in_tsr_itr); } if (input_left) { vis->update_state_for_visited(op); for (auto &out_tsr : op->get_outputs()) { auto uses = out_tsr->uses_; for (auto &idx_op : uses) { idx_op.second->replace_input(idx_op.first, input_left); } } op->remove(); } } else if (op->isa<padding_op_t>() || op->isa<shape_of_tensor_op_t>()) { COMPILE_ASSERT(0, "padding and shape op do not support zero-shape tensor " "input."); } else { vis->update_state_for_visited(op); if (!op->isa<binary_elementwise_op_impl_t>() && !op->isa<ops::matmul_op>() && !op->isa<select_op_t>()) { COMPILE_ASSERT(is_zero_shape[0], "Current op's first input must be a zero tensor."); } int64_t input_idx_left = -1; for (size_t i = 0; i < is_zero_shape.size(); ++i) { if (is_zero_shape[i]) { input_idx_left = i; break; } } COMPILE_ASSERT(input_idx_left >= 0, "The current op must have a zero-shape input."); int64_t visiting_idx = 0; for (auto in_tsr_itr = op->info_.inputs_.begin(); in_tsr_itr != op->info_.inputs_.end();) { if (visiting_idx == input_idx_left) { in_tsr_itr++; } else { (*in_tsr_itr)->detach_use(op); in_tsr_itr = op->info_.inputs_.erase(in_tsr_itr); } visiting_idx++; } COMPILE_ASSERT(op->info_.inputs_.size() == 1, "The zero-input op must have only 1 input left."); auto &input_left = op->info_.inputs_[0]; // replace_input may change the uses, we need to copy it for (const auto &output : op->info_.outputs_) { auto uses = output->uses_; for (auto &cld : uses) { cld.second->replace_input(cld.first, input_left); } } op->remove(); } }); graph.reset_op_ids(); } } // namespace gc } // namespace graph } // namespace impl } // namespace dnnl ```
Collier Range National Park is a national park in the Pilbara region of Western Australia, northeast of Perth. The nearest major town to the park is Newman located about north near Kumarina. The park is one of many in the Pilbara and was established in 1978. The ranges vary from low hills to high ridges with many cliffs. The vegetation found in the area is mostly spinifex and mulga with creeklines being surrounded by eucalypts. Mulga scrub and mulla mulla are found in dense scrubland in the northeastern plains with spinifex and sand dunes being found in the western end. The park is the home of the threatened Pilbara Pebble-Mound Mouse Pseudomys chapmani which is also found in the Millstream-Chichester National Park and the Karlamilyi National Park. The mulga habitat is a refuge for the critical weight range mammals such as Macrotis lagotis (greater bilby), Dasycercus cristicauda (mulgara) and dasyurids. The standard of management in the park is poor and is only visited occasionally by Department of Parks and Wildlife staff from Karratha. The park is baited for wild dogs but suffers damage from feral donkeys and wandering cattle. No fire management is in practice and weed problems are unknown. See also Protected areas of Western Australia References National parks of Western Australia Protected areas established in 1978 Western Australian mulga shrublands