text
stringlengths
1
22.8M
Achí () is one of the 46 municipalities of the Bolívar department in the Caribbean Region of Colombia. It is crossed by the Cauca River and borders the Sucre department in the so-called Momposina Depression. The municipality of Achí is bordered by the municipality of Magangué to the north; the municipalities of Pinillos and Tiquisio to the east; the municipalities of Montecristo and San Jacinto del Cauca to the south; and the Sucre Department to the west with the municipalities of Majagual and Guaranda. Its economy is based on agriculture, livestock, and fishing. The origins of Achí lie in the old town of Ojolargo, located where the present-day village of Mao is, some 6 km from what is now Achí. Ojolargo was founded on September 24, 1770, and in 1779 had 471 inhabitants. However, this village was short-lived as its inhabitants fled from a cholera epidemic that swept through in 1814 and began settling instead in Achí, where they found an abundance of the tropical fruit that bears the name of Achí. In 1815 the mayor of Majagual, Estanislao Huertas Lorenzana, ordered the transfer of the inhabitants of Ojolargo to the new village of Achi. In 1817 the formation of the town was completed, becoming part of the Canton of Majagual. On March 6, 1869, the village is destroyed by an earthquake. In 1934 Achí breaks away from the municipality of Majagual, thus becoming a new municipality, with its first mayor being Pedro Barragén Constantino. The municipalities of Montecristo, Bolívar and San Jacinto del Cauca segregate from Achí in 1994 and 1997, respectively. References Achí official website Camara comercio de Magangué - Achí Secretaria de Educacion de Bolivar - Achí Municipalities of Bolívar Department
United Nations Security Council Resolution 182, adopted on December 4, 1963, after the Republic of South Africa refused to co-operate with Resolution 181, the Council again requested South Africa comply with previous resolutions and that all States comply with resolution 181. The Council then requested the Secretary-General establish a small group of experts to examine ways of resolving the situation in South Africa and that he report back to the Council no later than June 1, 1964. The resolution was adopted unanimously by all 11 members of the Council. See also List of United Nations Security Council Resolutions 101 to 200 (1953–1965) South Africa under apartheid References Text of the Resolution at undocs.org External links 0182 1963 in South Africa 0182 December 1963 events
Leslie Appleton (born 28 September 1947) is an Australian former cricketer. He played eight first-class matches for Tasmania between 1969 and 1974. See also List of Tasmanian representative cricketers References External links 1947 births Living people Australian cricketers Tasmania cricketers Cricketers from Hobart
```yaml # # # 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. --- apiVersion: batch/v1 kind: Job metadata: name: label-sync spec: backoffLimit: 2 template: metadata: labels: name: label-sync spec: restartPolicy: Never # path_to_url containers: - name: label-sync image: gcr.io/k8s-staging-test-infra/label_sync:v20240801-a5d9345e59 args: - --config=/etc/config/labels.yaml - --confirm=true - --orgs=kubernetes,kubernetes-client,kubernetes-csi,kubernetes-sigs - --token=/etc/github/oauth volumeMounts: - name: oauth mountPath: /etc/github readOnly: true - name: config mountPath: /etc/config readOnly: true volumes: - name: oauth secret: secretName: oauth-token - name: config configMap: name: label-config ```
Independence Township is a township in Palo Alto County, Iowa, USA. References Palo Alto County, Iowa Townships in Iowa
```xml <xs:schema xmlns:xs="path_to_url" xmlns:ua="path_to_url" xmlns:tns="path_to_url" targetNamespace="path_to_url" elementFormDefault="qualified" > <xs:annotation> <xs:appinfo> <ua:Model ModelUri="path_to_url" Version="1.0.0" PublicationDate="2023-10-09T08:51:24.5237088Z" /> </xs:appinfo> </xs:annotation> <xs:import namespace="path_to_url" /> <xs:complexType name="ScalarStructureDataType"> <xs:sequence> <xs:element name="BooleanValue" type="xs:boolean" minOccurs="0" /> <xs:element name="SByteValue" type="xs:byte" minOccurs="0" /> <xs:element name="ByteValue" type="xs:unsignedByte" minOccurs="0" /> <xs:element name="Int16Value" type="xs:short" minOccurs="0" /> <xs:element name="UInt16Value" type="xs:unsignedShort" minOccurs="0" /> <xs:element name="Int32Value" type="xs:int" minOccurs="0" /> <xs:element name="UInt32Value" type="xs:unsignedInt" minOccurs="0" /> <xs:element name="Int64Value" type="xs:long" minOccurs="0" /> <xs:element name="UInt64Value" type="xs:unsignedLong" minOccurs="0" /> <xs:element name="FloatValue" type="xs:float" minOccurs="0" /> <xs:element name="DoubleValue" type="xs:double" minOccurs="0" /> <xs:element name="StringValue" type="xs:string" minOccurs="0" nillable="true" /> <xs:element name="DateTimeValue" type="xs:dateTime" minOccurs="0" /> <xs:element name="GuidValue" type="ua:Guid" minOccurs="0" /> <xs:element name="ByteStringValue" type="xs:base64Binary" minOccurs="0" nillable="true" /> <xs:element name="XmlElementValue" minOccurs="0" nillable="true"> <xs:complexType> <xs:sequence> <xs:any minOccurs="0" processContents="lax" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="NodeIdValue" type="ua:NodeId" minOccurs="0" nillable="true" /> <xs:element name="ExpandedNodeIdValue" type="ua:ExpandedNodeId" minOccurs="0" nillable="true" /> <xs:element name="QualifiedNameValue" type="ua:QualifiedName" minOccurs="0" nillable="true" /> <xs:element name="LocalizedTextValue" type="ua:LocalizedText" minOccurs="0" nillable="true" /> <xs:element name="StatusCodeValue" type="ua:StatusCode" minOccurs="0" /> <xs:element name="VariantValue" type="ua:Variant" minOccurs="0" /> <xs:element name="EnumerationValue" type="xs:int" minOccurs="0" /> <xs:element name="StructureValue" type="ua:ExtensionObject" minOccurs="0" nillable="true" /> <xs:element name="NumberValue" type="ua:Variant" minOccurs="0" /> <xs:element name="IntegerValue" type="ua:Variant" minOccurs="0" /> <xs:element name="UIntegerValue" type="ua:Variant" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:element name="ScalarStructureDataType" type="tns:ScalarStructureDataType" /> <xs:complexType name="ListOfScalarStructureDataType"> <xs:sequence> <xs:element name="ScalarStructureDataType" type="tns:ScalarStructureDataType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfScalarStructureDataType" type="tns:ListOfScalarStructureDataType" nillable="true"></xs:element> <xs:complexType name="ArrayValueDataType"> <xs:sequence> <xs:element name="BooleanValue" type="ua:ListOfBoolean" minOccurs="0" nillable="true" /> <xs:element name="SByteValue" type="ua:ListOfSByte" minOccurs="0" nillable="true" /> <xs:element name="ByteValue" type="ua:ListOfByte" minOccurs="0" nillable="true" /> <xs:element name="Int16Value" type="ua:ListOfInt16" minOccurs="0" nillable="true" /> <xs:element name="UInt16Value" type="ua:ListOfUInt16" minOccurs="0" nillable="true" /> <xs:element name="Int32Value" type="ua:ListOfInt32" minOccurs="0" nillable="true" /> <xs:element name="UInt32Value" type="ua:ListOfUInt32" minOccurs="0" nillable="true" /> <xs:element name="Int64Value" type="ua:ListOfInt64" minOccurs="0" nillable="true" /> <xs:element name="UInt64Value" type="ua:ListOfUInt64" minOccurs="0" nillable="true" /> <xs:element name="FloatValue" type="ua:ListOfFloat" minOccurs="0" nillable="true" /> <xs:element name="DoubleValue" type="ua:ListOfDouble" minOccurs="0" nillable="true" /> <xs:element name="StringValue" type="ua:ListOfString" minOccurs="0" nillable="true" /> <xs:element name="DateTimeValue" type="ua:ListOfDateTime" minOccurs="0" nillable="true" /> <xs:element name="GuidValue" type="ua:ListOfGuid" minOccurs="0" nillable="true" /> <xs:element name="ByteStringValue" type="ua:ListOfByteString" minOccurs="0" nillable="true" /> <xs:element name="XmlElementValue" type="ua:ListOfXmlElement" minOccurs="0" nillable="true" /> <xs:element name="NodeIdValue" type="ua:ListOfNodeId" minOccurs="0" nillable="true" /> <xs:element name="ExpandedNodeIdValue" type="ua:ListOfExpandedNodeId" minOccurs="0" nillable="true" /> <xs:element name="QualifiedNameValue" type="ua:ListOfQualifiedName" minOccurs="0" nillable="true" /> <xs:element name="LocalizedTextValue" type="ua:ListOfLocalizedText" minOccurs="0" nillable="true" /> <xs:element name="StatusCodeValue" type="ua:ListOfStatusCode" minOccurs="0" nillable="true" /> <xs:element name="VariantValue" type="ua:ListOfVariant" minOccurs="0" nillable="true" /> <xs:element name="EnumerationValue" type="ua:ListOfInt32" minOccurs="0" nillable="true" /> <xs:element name="StructureValue" type="ua:ListOfExtensionObject" minOccurs="0" nillable="true" /> <xs:element name="NumberValue" type="ua:ListOfVariant" minOccurs="0" nillable="true" /> <xs:element name="IntegerValue" type="ua:ListOfVariant" minOccurs="0" nillable="true" /> <xs:element name="UIntegerValue" type="ua:ListOfVariant" minOccurs="0" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayValueDataType" type="tns:ArrayValueDataType" /> <xs:complexType name="ListOfArrayValueDataType"> <xs:sequence> <xs:element name="ArrayValueDataType" type="tns:ArrayValueDataType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfArrayValueDataType" type="tns:ListOfArrayValueDataType" nillable="true"></xs:element> <xs:element name="BooleanDataType" type="xs:boolean" /> <xs:element name="SByteDataType" type="xs:byte" /> <xs:element name="ByteDataType" type="xs:unsignedByte" /> <xs:element name="Int16DataType" type="xs:short" /> <xs:element name="UInt16DataType" type="xs:unsignedShort" /> <xs:element name="Int32DataType" type="xs:int" /> <xs:element name="UInt32DataType" type="xs:unsignedInt" /> <xs:element name="Int64DataType" type="xs:long" /> <xs:element name="UInt64DataType" type="xs:unsignedLong" /> <xs:element name="FloatDataType" type="xs:float" /> <xs:element name="DoubleDataType" type="xs:double" /> <xs:element name="StringDataType" type="xs:string" /> <xs:element name="DateTimeDataType" type="xs:dateTime" /> <xs:element name="GuidDataType" type="ua:Guid" /> <xs:element name="ByteStringDataType" type="xs:base64Binary" /> <xs:element name="XmlElementDataType" type="ua:XmlElement" /> <xs:element name="NodeIdDataType" type="ua:NodeId" /> <xs:element name="ExpandedNodeIdDataType" type="ua:ExpandedNodeId" /> <xs:element name="QualifiedNameDataType" type="ua:QualifiedName" /> <xs:element name="LocalizedTextDataType" type="ua:LocalizedText" /> <xs:element name="StatusCodeDataType" type="ua:StatusCode" /> <xs:element name="VariantDataType" type="ua:Variant" /> <xs:complexType name="UserScalarValueDataType"> <xs:sequence> <xs:element name="BooleanDataType" type="xs:boolean" minOccurs="0" /> <xs:element name="SByteDataType" type="xs:byte" minOccurs="0" /> <xs:element name="ByteDataType" type="xs:unsignedByte" minOccurs="0" /> <xs:element name="Int16DataType" type="xs:short" minOccurs="0" /> <xs:element name="UInt16DataType" type="xs:unsignedShort" minOccurs="0" /> <xs:element name="Int32DataType" type="xs:int" minOccurs="0" /> <xs:element name="UInt32DataType" type="xs:unsignedInt" minOccurs="0" /> <xs:element name="Int64DataType" type="xs:long" minOccurs="0" /> <xs:element name="UInt64DataType" type="xs:unsignedLong" minOccurs="0" /> <xs:element name="FloatDataType" type="xs:float" minOccurs="0" /> <xs:element name="DoubleDataType" type="xs:double" minOccurs="0" /> <xs:element name="StringDataType" type="xs:string" minOccurs="0" nillable="true" /> <xs:element name="DateTimeDataType" type="xs:dateTime" minOccurs="0" /> <xs:element name="GuidDataType" type="ua:Guid" minOccurs="0" /> <xs:element name="ByteStringDataType" type="xs:base64Binary" minOccurs="0" nillable="true" /> <xs:element name="XmlElementDataType" minOccurs="0" nillable="true"> <xs:complexType> <xs:sequence> <xs:any minOccurs="0" processContents="lax" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="NodeIdDataType" type="ua:NodeId" minOccurs="0" nillable="true" /> <xs:element name="ExpandedNodeIdDataType" type="ua:ExpandedNodeId" minOccurs="0" nillable="true" /> <xs:element name="QualifiedNameDataType" type="ua:QualifiedName" minOccurs="0" nillable="true" /> <xs:element name="LocalizedTextDataType" type="ua:LocalizedText" minOccurs="0" nillable="true" /> <xs:element name="StatusCodeDataType" type="ua:StatusCode" minOccurs="0" /> <xs:element name="VariantDataType" type="ua:Variant" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:element name="UserScalarValueDataType" type="tns:UserScalarValueDataType" /> <xs:complexType name="ListOfUserScalarValueDataType"> <xs:sequence> <xs:element name="UserScalarValueDataType" type="tns:UserScalarValueDataType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfUserScalarValueDataType" type="tns:ListOfUserScalarValueDataType" nillable="true"></xs:element> <xs:complexType name="UserArrayValueDataType"> <xs:sequence> <xs:element name="BooleanDataType" type="ua:ListOfBoolean" minOccurs="0" nillable="true" /> <xs:element name="SByteDataType" type="ua:ListOfSByte" minOccurs="0" nillable="true" /> <xs:element name="ByteDataType" type="tns:ListOfByteDataType" minOccurs="0" nillable="true" /> <xs:element name="Int16DataType" type="ua:ListOfInt16" minOccurs="0" nillable="true" /> <xs:element name="UInt16DataType" type="ua:ListOfUInt16" minOccurs="0" nillable="true" /> <xs:element name="Int32DataType" type="ua:ListOfInt32" minOccurs="0" nillable="true" /> <xs:element name="UInt32DataType" type="ua:ListOfUInt32" minOccurs="0" nillable="true" /> <xs:element name="Int64DataType" type="ua:ListOfInt64" minOccurs="0" nillable="true" /> <xs:element name="UInt64DataType" type="ua:ListOfUInt64" minOccurs="0" nillable="true" /> <xs:element name="FloatDataType" type="ua:ListOfFloat" minOccurs="0" nillable="true" /> <xs:element name="DoubleDataType" type="ua:ListOfDouble" minOccurs="0" nillable="true" /> <xs:element name="StringDataType" type="ua:ListOfString" minOccurs="0" nillable="true" /> <xs:element name="DateTimeDataType" type="ua:ListOfDateTime" minOccurs="0" nillable="true" /> <xs:element name="GuidDataType" type="ua:ListOfGuid" minOccurs="0" nillable="true" /> <xs:element name="ByteStringDataType" type="ua:ListOfByteString" minOccurs="0" nillable="true" /> <xs:element name="XmlElementDataType" type="ua:ListOfXmlElement" minOccurs="0" nillable="true" /> <xs:element name="NodeIdDataType" type="ua:ListOfNodeId" minOccurs="0" nillable="true" /> <xs:element name="ExpandedNodeIdDataType" type="ua:ListOfExpandedNodeId" minOccurs="0" nillable="true" /> <xs:element name="QualifiedNameDataType" type="ua:ListOfQualifiedName" minOccurs="0" nillable="true" /> <xs:element name="LocalizedTextDataType" type="ua:ListOfLocalizedText" minOccurs="0" nillable="true" /> <xs:element name="StatusCodeDataType" type="ua:ListOfStatusCode" minOccurs="0" nillable="true" /> <xs:element name="VariantDataType" type="ua:ListOfVariant" minOccurs="0" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="UserArrayValueDataType" type="tns:UserArrayValueDataType" /> <xs:complexType name="ListOfUserArrayValueDataType"> <xs:sequence> <xs:element name="UserArrayValueDataType" type="tns:UserArrayValueDataType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfUserArrayValueDataType" type="tns:ListOfUserArrayValueDataType" nillable="true"></xs:element> <xs:complexType name="Vector"> <xs:sequence> <xs:element name="X" type="xs:double" minOccurs="0" /> <xs:element name="Y" type="xs:double" minOccurs="0" /> <xs:element name="Z" type="xs:double" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:element name="Vector" type="tns:Vector" /> <xs:complexType name="ListOfVector"> <xs:sequence> <xs:element name="Vector" type="tns:Vector" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfVector" type="tns:ListOfVector" nillable="true"></xs:element> <xs:complexType name="VectorUnion"> <xs:sequence> <xs:element name="SwitchField" type="xs:unsignedInt" minOccurs="0" /> <xs:choice> <xs:element name="X" type="xs:double" minOccurs="0" /> <xs:element name="Y" type="xs:double" minOccurs="0" /> <xs:element name="Z" type="xs:double" minOccurs="0" /> </xs:choice> </xs:sequence> </xs:complexType> <xs:element name="VectorUnion" type="tns:VectorUnion" /> <xs:complexType name="ListOfVectorUnion"> <xs:sequence> <xs:element name="VectorUnion" type="tns:VectorUnion" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfVectorUnion" type="tns:ListOfVectorUnion" nillable="true"></xs:element> <xs:complexType name="VectorWithOptionalFields"> <xs:sequence> <xs:element name="X" type="xs:double" minOccurs="0" /> <xs:element name="Y" type="xs:double" minOccurs="0" /> <xs:element name="Z" type="xs:double" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:element name="VectorWithOptionalFields" type="tns:VectorWithOptionalFields" /> <xs:complexType name="ListOfVectorWithOptionalFields"> <xs:sequence> <xs:element name="VectorWithOptionalFields" type="tns:VectorWithOptionalFields" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfVectorWithOptionalFields" type="tns:ListOfVectorWithOptionalFields" nillable="true"></xs:element> <xs:complexType name="MultipleVectors"> <xs:sequence> <xs:element name="Vector" type="tns:Vector" minOccurs="0" nillable="true" /> <xs:element name="VectorUnion" type="tns:VectorUnion" minOccurs="0" nillable="true" /> <xs:element name="VectorWithOptionalFields" type="tns:VectorWithOptionalFields" minOccurs="0" nillable="true" /> <xs:element name="VectorArray" type="tns:ListOfVector" minOccurs="0" nillable="true" /> <xs:element name="VectorUnionArray" type="tns:ListOfVectorUnion" minOccurs="0" nillable="true" /> <xs:element name="VectorWithOptionalFieldsArray" type="tns:ListOfVectorWithOptionalFields" minOccurs="0" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="MultipleVectors" type="tns:MultipleVectors" /> <xs:complexType name="ListOfMultipleVectors"> <xs:sequence> <xs:element name="MultipleVectors" type="tns:MultipleVectors" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfMultipleVectors" type="tns:ListOfMultipleVectors" nillable="true"></xs:element> <xs:complexType name="WorkOrderStatusType"> <xs:sequence> <xs:element name="Actor" type="xs:string" minOccurs="0" nillable="true" /> <xs:element name="Timestamp" type="xs:dateTime" minOccurs="0" /> <xs:element name="Comment" type="ua:LocalizedText" minOccurs="0" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="WorkOrderStatusType" type="tns:WorkOrderStatusType" /> <xs:complexType name="ListOfWorkOrderStatusType"> <xs:sequence> <xs:element name="WorkOrderStatusType" type="tns:WorkOrderStatusType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfWorkOrderStatusType" type="tns:ListOfWorkOrderStatusType" nillable="true"></xs:element> <xs:complexType name="WorkOrderType"> <xs:sequence> <xs:element name="ID" type="ua:Guid" minOccurs="0" /> <xs:element name="AssetID" type="xs:string" minOccurs="0" nillable="true" /> <xs:element name="StartTime" type="xs:dateTime" minOccurs="0" /> <xs:element name="StatusComments" type="tns:ListOfWorkOrderStatusType" minOccurs="0" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="WorkOrderType" type="tns:WorkOrderType" /> <xs:complexType name="ListOfWorkOrderType"> <xs:sequence> <xs:element name="WorkOrderType" type="tns:WorkOrderType" minOccurs="0" maxOccurs="unbounded" nillable="true" /> </xs:sequence> </xs:complexType> <xs:element name="ListOfWorkOrderType" type="tns:ListOfWorkOrderType" nillable="true"></xs:element> </xs:schema> ```
The ESC Youth League (also European Youth League) is a shooting competition for national teams composed of shooters between 14 and 18 years of age. It was created by the European Shooting Confederation in preparation for the 2010 Youth Olympic Games, and has its premiere season in 2009. There are two classes: 10 metre air rifle (40 shots) and 10 metre air pistol (40 shots). In both competitions, a team comprises three shooters, regardless of gender, for each match although the teams are free to switch shooters between matches. League format For the competition, Europe is divided into three regions: Eastern, Northern and Western. In each of the regions, all federations who want to participate administer a preliminary 40-shot round for their own teams and submit the results to the ESC. The preliminary rounds may also be held by several federations in cooperation, often in conjunction with other major international competitions; in either case, they are supervised by an appointed ISSF judge. The top five teams in each region compete in the regional qualification group, which is a round-robin tournament where the teams pair up their shooters according to previous results in a manner similar to that of the German Bundesliga. Shooters who win each pair scores one point for their team. Any ties after 40 shots are broken by a shot-by-shot shootoff. The final ranking is based on the number of won matches, and if there is a tie by the number of individual points won. The teams finishing first and second in their regional groups qualify for the ESC Youth League Finals, where the six teams are divided into two groups of three teams each for a new round-robin. The group winners advance to the final, carried out after the group runners-up have matched up for the bronze medal. Winners 10 metre air rifle 10 metre air pistol External links Official website ISSF shooting competitions Shooting sports in Europe by country
André du Pisani (born 15 January 1949) is a Namibian political scientist, author of several books, articles and journals, he has written several conference papers for SADC, the Namibian government and several ministries, he is a professor at the University of Namibia Department of Political Science. Du Pisani has been a professor at the university since 1998. Education The Windhoek native earned his bachelor's degree from Stellenbosch University in South Africa in 1971 and an honours in politics from Stellenbosch in 1972. He later earned a master's degree in politics from Stellenbosch in 1975. From 1975 to 1976, du Pisani was a research student at the London School of Economics. In 1988, he earned his Ph.D. in politics from the University of Cape Town. From 1995–96, he did post-doctoral research through the Global Security Fellows Initiative at the University of Cambridge in the United Kingdom. Bibliography References 1949 births Living people White Namibian people Namibian political scientists Namibian people of South African descent People from Windhoek Stellenbosch University alumni Alumni of the London School of Economics University of Cape Town alumni Academics of the University of Cambridge Academic staff of the University of Namibia
F.C. Arad (), Moadon Kaduregel Arad, lit. Football Club Arad (or in short , Mem Kaf Arad, lit. F.C. Arad) was an Israeli football club based in Arad. The club last played in the Liga Gimel South division. History The club was founded in 2012, with the purpose of building a new club, which is based on local players from Arad. F.C. Arad joined Liga Gimel South division and played their first match on 28 September 2012, where they were beaten 1–2 by F.C. Rishon LeZion. After finished their first season at the bottom of their division, and the following season as second bottom, the club's activity was ceased at the summer of 2014, due to financial problems and lack of support from the municipality of Arad. However, after local rivals, Hapoel Arad, were dissolved during the 2014–15 season, and a new mayor was elected in Arad, the club was re-established at the summer of 2015, supported by the municipality. References External links Football Club Arad The Israel Football Association Arad Association football clubs established in 2012 Association football clubs disestablished in 2022 2012 establishments in Israel 2022 disestablishments in Israel
The law on the secularization of monastic estates in Romania was proposed in December 1863 by Domnitor Alexandru Ioan Cuza and approved by the Parliament of Romania. By its terms, the Romanian United Principalities (as the state was then known) confiscated the large estates owned by the Eastern Orthodox Church in Romania (which was in strict obedience to the Greek Orthodox Church at the time). One of the measures ensuring secularism and the separation of church and state, it was also designed to provide an arable land reserve for land reform, without raising the issue of boyar estates. Probably more than a quarter of Romania's farmland was controlled by untaxed Eastern Orthodox "Dedicated Monasteries", which supported Greek and other foreign monks in shrines such as Mount Athos and Jerusalem. These estates, which were mostly formed under Phanariote reigns in Wallachia and Moldavia respectively, had a low productivity and were also a substantial drain on state revenues. The measure was unpopular among both Liberal and Conservative groupings, but it had both popular support and the support of Romania's suzerain, the Ottoman Empire. On December 23, the Ottoman Empire requested the intervention of the "guaranteeing powers" (the United Kingdom, the French Empire, Italy, the Austrian Empire, Prussia, and the Russian Empire — all had been overseeing Romania ever since the 1856 Treaty of Paris) to influence the country in passing the bill. However, Prime Minister Mihail Kogălniceanu did not wait for their intervention, and on December 25, 1863, he introduced the bill into Parliament, which voted 93 to 3 in favor. In August 1863, Cuza offered 82 million gold Romanian leu as compensation to the Greek Orthodox Church, but Sophronius III, the Patriarch of Constantinople, refused to negotiate; after several years, the Romanian government withdrew its offer and no compensation was ever paid. State revenues thereby increased without adding any domestic tax burden. References Footnotes Sources Keith Hitchins, The Romanians, 1774-1866, pp. 313-314. Oxford University Press, USA (1996). 1863 in law 1863 in Romania Legal history of Romania Romanian Orthodox Church Secularism in Romania History of Christianity in Romania
WRDZ (1300 kHz) is a commercial AM radio station licensed to La Grange, Illinois, and serving the Chicago metropolitan area. The station, which began broadcasting in 1950, is owned and operated by Walter Kotaba's Polnet Communications. It simulcasts a Polish language radio format with co-owned WNVR 1030 AM in Vernon Hills, Illinois. By day, WRDZ is powered at 4,500 watts. At night, it reduces power to 4,000 watts. Programming is also heard on two FM translators, W276BM at 103.1 MHz in Tinley Park and W284DA at 104.7 MHz in Chicago. History Early years The station's original call sign was WTAQ, with the letters meaning "Western Towns Along the Q." The "Q" referred to the Chicago, Burlington and Quincy Railroad, which ran through the center of the station's coverage area. WTAQ first went on the air on October 11, 1950. The station was originally owned by La Grange Broadcasting Co. The station initially ran 500 watts and operated during daytime hours only. WTAQ was a brokered time station and was branded "Chicago's Personality Station". The heart of this format was weekend ethnic polka programs, serving the large Eastern European population around Chicago. "Lil Wally" Jagiello, Uncle Henry Cukierka, Chet Schafer, Chet Gulinski, Eddie Blazonczyk, Johnny Hyzny, Eddie Korosa, Eddie Arenz, Art Schlaman, Jim Marwood, John Psczola, and many other polka shows made their home there. In June 1984, William Wardle and Ralph Faucher purchased the station for $1,640,000. Radio Fiesta and La Mexicana In 1985, Lotus Communications Corporation purchased the station for $3,000,000, and it became a full-time Spanish language station. The station adopted a Spanish language adult contemporary format as "Radio Fiesta". In the late 1980s, the station's branding was changed to "La Mexicana", and the station broadcast a música norteña format. The station's "La Mexicana" format was simulcast with several other stations Lotus Communications owned. During the station's period as a Spanish language station, it carried the Spanish-language broadcasts of the Chicago White Sox. Radio Disney In July 1998, ABC Radio bought WTAQ 1300 and sister station WTAU 1500 in Zion, Illinois, and their Radio Disney network began to air on the stations. WTAQ and WTAU's call signs were later changed to WRDZ and WDDZ (this allowed the original callholders in Green Bay, Wisconsin to resume using the WTAQ calls). In January 2000, WDDZ went off the air and remained silent until early 2001. In the spring of 2002, the station returned to the air, once again simulcasting WRDZ with Radio Disney. The simulcast ended after the station was sold to Multicultural Broadcasting of Chicago in the summer of 2002. On August 13, 2014, Disney put WRDZ and twenty-two other Radio Disney stations up for sale, with the exception of KDIS (now KWVE) in Los Angeles, in order to focus more on digital distribution of the Radio Disney network. Disney originally planned to temporarily shut down the station on September 26, 2014. However, the station remained on the air and continued carrying Radio Disney until it was sold. Polish programming On July 30, 2015, Radio Disney Chicago filed an application to sell WRDZ to Polnet Communications. The agreed purchase price for the station is $3,450,000. Polnet is the owner of WEEF, WKTA, WNVR and WPJX (former Radio Disney O&O and former satellite of WRDZ). The station went silent on October 30, 2015. The sale was completed on December 2, 2015. The station returned to the air with a Polish language format branded "Polskie Radio", simulcasting WNVR 1030 AM. Translators WRDZ is also heard on FM translators at 104.7 MHz in Chicago, and 103.1 in Park Forest. In a complaint filed with the Federal Communications Commission in 2017, 104.7 WCFL claims that its signal has been subjected to co-channel interference from translator W284DA, which relays WRDZ. See also List of radio stations in Illinois References External links WRDZ's official website Radio stations established in 1950 1950 establishments in Illinois Polish-language radio stations in the United States RDZ Former subsidiaries of The Walt Disney Company
Lycée Corneille may refer to: Lycée Corneille (La Celle-Saint-Cloud) Lycée Corneille (Rouen)
SPRY4-IT1 is a long non-coding RNA which is located within an intron of the SPRY4 gene. Its expression is upregulated in melanoma cells, where it is expressed in the cytoplasm. Removal of its expression by RNAi causes defects in cell-growth and differentiation and increased rates of apoptosis, suggesting that it may have a role in melanoma development. See also Long noncoding RNA References Non-coding RNA
Minarets High School is the first high school built in the Chawanakee Unified School District. The school's official first year of operation was in August 2008 with 27 9th graders in the Pilot Program. The school moved onto the new campus in September 2009 with 135 9th and 10th graders. In the fall of 2010, there were 290 9th, 10th and 11th graders. The school colors are purple and gold, and the mascot is a Mustang. Minarets is a 21st Century High School, a one-to-one laptop and project-based school. All students are issued MacBooks and may also bring a laptop of any type, if they wish. Minarets has two primary Career Pathways - Ag and Natural Resources, as well as Arts, Media and Entertainment. Minarets achieved WASC accreditation in July 2010. Minarets students scored very well on the 2009/10 California state testing. Highlights included 75% of all 9th graders scoring Proficient or Advanced in English, while also getting an API of 772 (second highest in Madera County). On the CAHSEE in the spring of 2010, the 10th graders enjoyed a 90% pass rate on the California High School Exit Exam (CAHSEE). Minarets Media students have had winning videos in the following contests: 2010 International Student Media Festival (2), 2010 California Media Festival (2), 2008 and 2009 Fresno ROP Skills Challenge (5 total), and many nominees in the Slick Rock Student film festival (Minarets has had freshman and sophomores competing against the best Juniors and Seniors in the Valley at Slick Rock). Minarets Media Students also produce a weekly TV show, a weekly school wide digital signage service and documents Minarets sports. Minarets Media students also do community service films for groups like: The Power of One, SkiJamin, The Kingsburg Historical Society among others. Advanced Media students recently produced the A/V segment for the Get Reel Film Festival, which featured a Wirecast-based, two camera live video and presentation that was an aggregate 18 gigabyte, 2 hour production. Minarets High School also has a tremendous Ag and FFA Program with 400 current FFA members. Students can participate in FFA through many of their science classes. Minarets students have almost swept awards at our two county fairs, while also competing well at the state and national level in Parli Pro. Minarets High School received a Golden Bell Award from the California School Board Association in the fall of 2011. Their 21st Century High School Program was recognized for Invigorating High School. Additionally, Minarets has two Apple Distinguished Educators (Jon Corippo and Patrick Wilson), two Central Valley Computer Using Educators Teachers of the Year (Jon Corippo in 2009-2010 and Jamie Smith in 2011–2012), the CVCUE and CUE Site Administrator of the Year in 2010 (Michael Niehoff), etc. References Educational institutions established in 2008 High schools in Madera County, California Public high schools in California 2008 establishments in California
Pseudonympha is a genus of butterflies from the subfamily Satyrinae in the family Nymphalidae. Species Pseudonympha arnoldi van Son, 1941 Pseudonympha cyclops van Son, 1955 Pseudonympha gaika Riley, 1938 Pseudonympha hippia (Cramer, [1779]) Pseudonympha loxophthalma Vári, 1971 Pseudonympha machacha Riley, 1938 Pseudonympha magoides van Son, 1955 Pseudonympha magus (Fabricius, 1793) Pseudonympha narycia Wallengren, 1857 Pseudonympha paludis Riley, 1938 Pseudonympha paragaika Vári, 1971 Pseudonympha penningtoni Riley, 1938 Pseudonympha poetula Trimen, 1891 Pseudonympha southeyi Pennington, 1953 Pseudonympha swanepoeli van Son, 1955 Pseudonympha trimenii Butler, 1868 Pseudonympha varii van Son, 1955 References Satyrini Butterfly genera Taxa named by Hans Daniel Johan Wallengren
```java // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // // path_to_url // // Unless required by applicable law or agreed to in writing, // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // specific language governing permissions and limitations package org.apache.impala.catalog; import java.util.Arrays; import java.util.List; import java.util.Set; import org.apache.impala.catalog.HdfsPartition.FileDescriptor; import org.apache.impala.common.ImpalaRuntimeException; import org.apache.impala.util.IcebergSchemaConverter; import org.apache.iceberg.types.Types.NestedField; /** * Iceberg equality delete table is created on the fly during planning. It belongs to an * actual Iceberg table (referred to as 'baseTable_'), but has a schema that corresponds * to the file schema of equality delete files. Therefore with the help of it we can * do an ANTI JOIN between data files and equality delete files. */ public class IcebergEqualityDeleteTable extends IcebergDeleteTable { public IcebergEqualityDeleteTable(FeIcebergTable baseTable, String name, Set<FileDescriptor> deleteFiles, List<Integer> equalityIds, long deleteRecordsCount) throws ImpalaRuntimeException { super(baseTable, name, deleteFiles, deleteRecordsCount); int columnPos = 0; for (Integer eqId : equalityIds) { ++columnPos; NestedField field = baseTable.getIcebergSchema().findField(eqId); Type colType = IcebergSchemaConverter.toImpalaType(field.type()); if (colType.isComplexType()) { throw new ImpalaRuntimeException( "Equality ID for nested types isn't supported: '" + field.name() + "'"); } else if (colType.isFloatingPointType()) { throw new ImpalaRuntimeException( "Equality ID for floating point types isn't supported: '" + field.name() + "'"); } Column equalityCol = new IcebergColumn(field.name(), colType, field.doc(), columnPos, field.fieldId(), INVALID_MAP_KEY_ID, INVALID_MAP_VALUE_ID, field.isOptional()); addColumn(equalityCol); } } @Override public List<VirtualColumn> getVirtualColumns() { return Arrays.asList(VirtualColumn.ICEBERG_DATA_SEQUENCE_NUMBER); } } ```
Ivanovci Đakovački is a village in Croatia. It is administratively located in the Town of Đakovo. According to the 2011 census, the village has a population of 508. Before 2011, the village was called Ivanovci Gorjanski. References Populated places in Osijek-Baranja County
```go // // 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 storage import ( "fmt" "time" xtime "github.com/m3db/m3/src/x/time" ) // forwardIndexDice is a die roll that adds a chance for incoming index writes // arriving near a block boundary to be duplicated and written to the next block // index, adding jitter and smoothing index load so that block boundaries do not // cause a huge influx of new documents that all need to be indexed at once. type forwardIndexDice struct { enabled bool blockSize time.Duration forwardIndexThreshold time.Duration forwardIndexDice dice } func newForwardIndexDice( opts Options, ) (forwardIndexDice, error) { var ( indexOpts = opts.IndexOptions() seriesOpts = opts.SeriesOptions() probability = indexOpts.ForwardIndexProbability() ) // NB: if not enabled, return a no-op forward index dice. if probability == 0 { return forwardIndexDice{}, nil } var ( threshold = indexOpts.ForwardIndexThreshold() retention = seriesOpts.RetentionOptions() bufferFuture = retention.BufferFuture() blockSize = retention.BlockSize() forwardIndexThreshold time.Duration ) if threshold < 0 || threshold > 1 { return forwardIndexDice{}, fmt.Errorf("invalid forward write threshold %f", threshold) } bufferFragment := float64(bufferFuture) * threshold forwardIndexThreshold = blockSize - time.Duration(bufferFragment) dice, err := newDice(probability) if err != nil { return forwardIndexDice{}, fmt.Errorf("cannot create forward write dice: %s", err) } return forwardIndexDice{ enabled: true, blockSize: blockSize, forwardIndexThreshold: forwardIndexThreshold, forwardIndexDice: dice, }, nil } // roll decides if a timestamp is eligible for forward index writes. func (o *forwardIndexDice) roll(timestamp xtime.UnixNano) bool { if !o.enabled { return false } threshold := timestamp.Truncate(o.blockSize).Add(o.forwardIndexThreshold) if !timestamp.Before(threshold) { return o.forwardIndexDice.Roll() } return false } ```
The Royal Wind Music is a Dutch recorder consort. Founded by Paul Leenhouts in 1997, The Royal Wind Music is a consort of thirteen former students of the Amsterdam Conservatoire. They use a large range of Renaissance recorders by Adriana Breukink and Bob Marvin, from a 15 cm sopranino to a sub-contrabass. They have performed throughout Europe and the United States, including the Boston Early Music Festival. Since 2010 they have performed without a conductor. With the goal of bringing Renaissance music to life, they perform arrangements of music originally composed for other instruments from the period 1520-1640 and have become one of the leading examples of the recorder orchestra movement. In 2006 they won the Noorderkerk prize at the Vriendenkrans concours, jointly organized by the Concertgebouw Amsterdam and the Concertgebouw Orchestra. In 2012 they organized the a four-day festival and competition Open Recorder Days Amsterdam, as well as a second festival in 2015. Recorded music They record for Lindoro, including: Sweete Musicke of Sundrie Kindes (2015) En Er Mundo (2014) Angeli, Zingare & Patori (2013) A Noble Noyse of Musicke (2013) Del Canto Figurado (2012) The Flute-Heaven of the Gods (2009) Alla dolce ombra (2002) References Musical groups established in 1997 Early music groups Dutch recorder players Dutch musical groups
```go package procfs import ( "bytes" "fmt" "io/ioutil" "os" ) // Originally, this USER_HZ value was dynamically retrieved via a sysconf call // which required cgo. However, that caused a lot of problems regarding // cross-compilation. Alternatives such as running a binary to determine the // value, or trying to derive it in some other way were all problematic. After // much research it was determined that USER_HZ is actually hardcoded to 100 on // all Go-supported platforms as of the time of this writing. This is why we // decided to hardcode it here as well. It is not impossible that there could // be systems with exceptions, but they should be very exotic edge cases, and // in that case, the worst outcome will be two misreported metrics. // // See also the following discussions: // // - path_to_url // - path_to_url // - path_to_url const userHZ = 100 // ProcStat provides status information about the process, // read from /proc/[pid]/stat. type ProcStat struct { // The process ID. PID int // The filename of the executable. Comm string // The process state. State string // The PID of the parent of this process. PPID int // The process group ID of the process. PGRP int // The session ID of the process. Session int // The controlling terminal of the process. TTY int // The ID of the foreground process group of the controlling terminal of // the process. TPGID int // The kernel flags word of the process. Flags uint // The number of minor faults the process has made which have not required // loading a memory page from disk. MinFlt uint // The number of minor faults that the process's waited-for children have // made. CMinFlt uint // The number of major faults the process has made which have required // loading a memory page from disk. MajFlt uint // The number of major faults that the process's waited-for children have // made. CMajFlt uint // Amount of time that this process has been scheduled in user mode, // measured in clock ticks. UTime uint // Amount of time that this process has been scheduled in kernel mode, // measured in clock ticks. STime uint // Amount of time that this process's waited-for children have been // scheduled in user mode, measured in clock ticks. CUTime uint // Amount of time that this process's waited-for children have been // scheduled in kernel mode, measured in clock ticks. CSTime uint // For processes running a real-time scheduling policy, this is the negated // scheduling priority, minus one. Priority int // The nice value, a value in the range 19 (low priority) to -20 (high // priority). Nice int // Number of threads in this process. NumThreads int // The time the process started after system boot, the value is expressed // in clock ticks. Starttime uint64 // Virtual memory size in bytes. VSize int // Resident set size in pages. RSS int fs FS } // NewStat returns the current status information of the process. func (p Proc) NewStat() (ProcStat, error) { f, err := os.Open(p.path("stat")) if err != nil { return ProcStat{}, err } defer f.Close() data, err := ioutil.ReadAll(f) if err != nil { return ProcStat{}, err } var ( ignore int s = ProcStat{PID: p.PID, fs: p.fs} l = bytes.Index(data, []byte("(")) r = bytes.LastIndex(data, []byte(")")) ) if l < 0 || r < 0 { return ProcStat{}, fmt.Errorf( "unexpected format, couldn't extract comm: %s", data, ) } s.Comm = string(data[l+1 : r]) _, err = fmt.Fscan( bytes.NewBuffer(data[r+2:]), &s.State, &s.PPID, &s.PGRP, &s.Session, &s.TTY, &s.TPGID, &s.Flags, &s.MinFlt, &s.CMinFlt, &s.MajFlt, &s.CMajFlt, &s.UTime, &s.STime, &s.CUTime, &s.CSTime, &s.Priority, &s.Nice, &s.NumThreads, &ignore, &s.Starttime, &s.VSize, &s.RSS, ) if err != nil { return ProcStat{}, err } return s, nil } // VirtualMemory returns the virtual memory size in bytes. func (s ProcStat) VirtualMemory() int { return s.VSize } // ResidentMemory returns the resident memory size in bytes. func (s ProcStat) ResidentMemory() int { return s.RSS * os.Getpagesize() } // StartTime returns the unix timestamp of the process in seconds. func (s ProcStat) StartTime() (float64, error) { stat, err := s.fs.NewStat() if err != nil { return 0, err } return float64(stat.BootTime) + (float64(s.Starttime) / userHZ), nil } // CPUTime returns the total CPU user and system time in seconds. func (s ProcStat) CPUTime() float64 { return float64(s.UTime+s.STime) / userHZ } ```
was a province of Japan which consisted of a peninsula in the southeastern part of modern Mie Prefecture. Its abbreviated name was . Shima bordered on Ise Province to the west, and on Ise Bay on the north, east and south. It roughly coincides with the modern municipalities of Shima and Toba. Shima is classified as one of the provinces of the Tōkaidō, and was the smallest of all provinces. Under the Engishiki classification system, Shima was ranked as an "inferior country" (下国) and a "near country" (近国), in terms of its distance from the capital. History Shima was an autonomous district of Ise Province, noted as a prosperous fishing region, and during the Nara period governors of the district were responsible for providing annual gifts of fish and abalone to the Emperor. It was separated from Ise Province during the late 7th or early 8th centuries. During the Asuka period and Nara period it was dominated by the Takahashi clan. As the arable land area of Shima Province was very small, portions of the rice lands of Ise Province, as well as Mikawa Province and Owari Province were considered as part of the taxable revenues of Shima Province for the purpose of upkeep of its provincial capital, shrines and temples. The exact location of the provincial capital is not known, but is traditionally believed to have been in Ago, currently part of the city of Shima where the ruins of the Kokubun-ji of Shima Province have been discovered. The Ichinomiya of the province is the , one of the subsidiary shrines within the Ise Grand Shrine complex. During the Kamakura period Shima came under the control of Hōjō clan, followed by the Kitabatake clan for much of the Muromachi period, although the Kuki clan, originally pirates in Ise Bay based at Toba Castle dominated much of the coastal areas by the end of the Sengoku period. Ohama Kagetaka was also a pirate operating in the Ise Bay area of Shima Province during the 16th century. With the establishment of the Tokugawa shogunate, Kuki Moritaka was confirmed as daimyō of Toba, initially with revenues of 35,000 koku, growing to 55,000 koku under his son Kuki Hisataka, who was transferred to Sanda Domain in Settsu Province. The Kuki were replaced by the tozama Naitō clan, which ruled Toba to 1680. The domain then reverted to tenryō status under the direct control of the Shogunate for one year. It then came under the control of the Doi clan (1681–1691), Ogyu-Matsudaira clan (1691–1710), Itakura clan (1710–1717), and Toda-Matsudaira clan (1717–1725) before finally coming under the Inagaki clan (1725–1871), where it remained until the Meiji Restoration. During the Boshin War, Inagaki Nagayuki remained loyal to the Shogunate, and as a result was fined heavily by the Meiji government and forced into retirement. His son, Inagaki Nagahiro became domain governor, and after the abolition of the han system in July 1871, Toba Domain became "Toba Prefecture", which merged with the short lived "Watarai Prefecture" of former Ise Province in November 1871, which later became part of Mie Prefecture. Historical districts Mie Prefecture Ago District (英虞郡) - merged with Tōshi District to become Shima District (志摩郡) on March 29, 1896 Tōshi District (答志郡) - merged with Ago District to become Shima District on March 29, 1896 Bakumatsu period domains Notes References Nussbaum, Louis-Frédéric and Käthe Roth. (2005). Japan encyclopedia. Cambridge: Harvard University Press. ; OCLC 58053128 Papinot, Edmond. (1910). Historical and Geographic Dictionary of Japan. Tokyo: Librarie Sansaisha. OCLC 77691250 External links Murdoch's map of provinces, 1903 History of Mie Prefecture Former provinces of Japan 1871 disestablishments in Japan States and territories disestablished in 1871
```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 io.pravega.client.connection.impl; import io.pravega.shared.protocol.netty.PravegaNodeUri; import io.pravega.shared.protocol.netty.ReplyProcessor; import java.util.concurrent.CompletableFuture; import java.util.concurrent.ScheduledExecutorService; /** * This represents a ConnectionPool that manages the actual network connections to different SegmentStore instances. */ public interface ConnectionPool extends AutoCloseable { /** * This is used to create a {@link ClientConnection} on an existing Connection pool. The Connection pool implementation * decides if a new connection needs to be established to the PravegaNode or an existing connection can be reused to establish * the connection. * @param flow Flow * @param uri The Pravega Node Uri. * @param rp ReplyProcessor instance. * @return An instance of client connection. */ CompletableFuture<ClientConnection> getClientConnection(Flow flow, PravegaNodeUri uri, ReplyProcessor rp); /** * This is used to create a {@link ClientConnection} where flows are disabled. This implies that only one ClientConnection * can exist on the underlying connection. * * @param uri The Pravega Node Uri. * @param rp ReplyProcessor instance. * @return An instance of client connection. */ CompletableFuture<ClientConnection> getClientConnection(PravegaNodeUri uri, ReplyProcessor rp); /** * This is used to create a {@link ClientConnection} on an existing Connection pool. The Connection pool implementation * decides if a new connection needs to be established to the PravegaNode or an existing connection can be reused to establish * the connection. * @param flow Flow * @param uri The Pravega Node Uri. * @param rp ReplyProcessor instance. * @param connection instance of client connection. */ void getClientConnection(Flow flow, PravegaNodeUri uri, ReplyProcessor rp, CompletableFuture<ClientConnection> connection); @Override void close(); /** * Returns the client internal thread pool executor. */ ScheduledExecutorService getInternalExecutor(); } ```
```javascript /** * @license */ import * as collect from '../../../scripts/i18n/collect-strings.js'; /** @typedef {collect.CtcMessage & Required<Pick<collect.CtcMessage, 'placeholders'>>} CtcWithPlaceholders */ /** @param {string} justUIStrings */ function evalJustUIStrings(justUIStrings) { return Function(`'use strict'; ${justUIStrings} return UIStrings;`)(); } describe('parseUIStrings', () => { it('collects description', () => { const justUIStrings = `const UIStrings = { /** Description for Hello World. */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World', description: 'Description for Hello World.', examples: {}, }, }); }); it('errors when no description present', () => { const justUIStrings = `const UIStrings = { exampleString: 'Hello World', /** ^ no description for this one. */ };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Missing description comment for message "Hello World"/); }); it('errors when description is blank', () => { const justUIStrings = `const UIStrings = { /** */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Missing description comment for message "Hello World"/); }); it('errors when @description is blank', () => { const justUIStrings = `const UIStrings = { /** * @description */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Empty @description for message "Hello World"/); }); it('collects complex description', () => { const justUIStrings = `const UIStrings = { /** * @description Tagged description for Hello World. */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World', description: 'Tagged description for Hello World.', examples: {}, }, }); }); it('collects complex multi-line description', () => { const justUIStrings = `const UIStrings = { /** * @description Tagged description for Hello World, * which is a long, indented(!) description */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World', description: 'Tagged description for Hello World, which is a long, indented(!) description', examples: {}, }, }); }); it('collects multi-line description', () => { const justUIStrings = `const UIStrings = { /** * Tagged description for Hello World, * which is a long description, that wraps. */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World', description: 'Tagged description for Hello World, which is a long description, that wraps.', examples: {}, }, }); }); it('collects complex description with example', () => { const justUIStrings = `const UIStrings = { /** * @description Tagged description for Hello World. * @example {Variable example.} variable */ exampleString: 'Hello World {variable}', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World {variable}', description: 'Tagged description for Hello World.', examples: { variable: 'Variable example.', }, }, }); }); it('collects complex multi-line description with example', () => { const justUIStrings = `const UIStrings = { /** * @description Tagged description for Hello World, * which is a long, indented(!) {word} * @example {description} word */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World', description: 'Tagged description for Hello World, which is a long, indented(!) {word}', examples: { word: 'description', }, }, }); }); it('collects complex description with multiple examples', () => { const justUIStrings = `const UIStrings = { /** * @description Tagged description for Hello World. * @example {Variable example.} variable * @example {Variable2 example.} variable2 */ exampleString: 'Hello World {variable} {variable2}', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World {variable} {variable2}', description: 'Tagged description for Hello World.', examples: { variable: 'Variable example.', variable2: 'Variable2 example.', }, }, }); }); it('does not throw when no example for ICU', () => { const justUIStrings = `const UIStrings = { /** * @description Tagged description for Hello World. */ exampleString: 'Hello World {variable}', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World {variable}', description: 'Tagged description for Hello World.', examples: {}, }, }); }); it('throws when @example is blank', () => { const justUIStrings = `const UIStrings = { /** * @description Some description. * @example */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Incorrectly formatted @example: ""/); }); it('throws when @example is missing a placeholder name', () => { const justUIStrings = `const UIStrings = { /** * @description Some description. * @example {missingPlaceholdername} */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Incorrectly formatted @example: "{missingPlaceholdername}"/); }); it('throws when @example is missing an exampleValue', () => { const justUIStrings = `const UIStrings = { /** * @description Some description. * @example placeholderName */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Incorrectly formatted @example/); }); it('throws when an unexpected jsdoc tag is found', () => { const justUIStrings = `const UIStrings = { /** * @description Some description. * @tutorial For some reason */ exampleString: 'Hello World', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); expect(() => collect.parseUIStrings(justUIStrings, liveUIStrings)) .toThrow(/Unexpected tagName "@tutorial"/); }); it('parses UIStrings with multiple mixed-jsdoced messages', () => { const justUIStrings = `const UIStrings = { /** * @description A description for Hello World. * @example {variable value} variable */ exampleString: 'Hello World {variable}', /** * A description without an tag and * across multiple lines. */ exampleString2: 'Just a plain string', /** * @description Tagged description for Hello World. * @example {50} count * @example {none of your beeswax} variables */ exampleString3: 'A string with {count, number, milliseconds} of {variables}.', };`; const liveUIStrings = evalJustUIStrings(justUIStrings); const res = collect.parseUIStrings(justUIStrings, liveUIStrings); expect(res).toEqual({ exampleString: { message: 'Hello World {variable}', description: 'A description for Hello World.', examples: { variable: 'variable value', }, }, exampleString2: { message: 'Just a plain string', description: 'A description without an tag and across multiple lines.', examples: {}, }, exampleString3: { message: 'A string with {count, number, milliseconds} of {variables}.', description: 'Tagged description for Hello World.', examples: { count: '50', variables: 'none of your beeswax', }, }, }); }); }); describe('#_lhlValidityChecks', () => { /* eslint-disable max-len */ it('errors when using non-supported custom-formatted ICU format', () => { const message = 'Hello World took {var, badFormat, milliseconds}.'; expect(() => collect.convertMessageToCtc(message)).toThrow( /\[INVALID_ARGUMENT_TYPE\] Did not find the expected syntax in message: Hello World took {var, badFormat, milliseconds}.$/); }); it('errors when there is content outside of a plural argument', () => { const message = 'We found {count, plural, =1 {1 request} other {# requests}}'; expect(() => collect.convertMessageToCtc(message)).toThrow( /Content cannot appear outside plural or select ICU messages.*=1 {1 request} other {# requests}}'\)$/); }); it('errors when there is content outside of a select argument', () => { const message = '{user_gender, select, female {They} male {They} other {They}} were trying to block the main thread'; expect(() => collect.convertMessageToCtc(message)).toThrow( /Content cannot appear outside plural or select ICU messages.*were trying to block the main thread'\)$/); }); it('errors when there is whitespace outside of a plural argument', () => { const message = '{count, plural, =1 {1 request} other {# requests}} '; expect(() => collect.convertMessageToCtc(message)).toThrow( /Content cannot appear outside plural or select ICU messages.*=1 {1 request} other {# requests}} {2}'\)$/); }); it('errors when there another argument outside of a plural argument', () => { const message = '{count, plural, =1 {1 request} other {# requests}}{count, plural, =1 {1 request} other {# requests}}'; expect(() => collect.convertMessageToCtc(message)).toThrow( /Content cannot appear outside plural or select ICU messages.*=1 {1 request} other {# requests}}'\)$/); }); it('errors when there is content outside of a plural argument', () => { const message = 'We found {count, plural, =1 {1 request} other {# requests}}'; expect(() => collect.convertMessageToCtc(message)).toThrow( /Content cannot appear outside plural or select ICU messages.*=1 {1 request} other {# requests}}'\)$/); }); it('errors when there is content outside of nested plural arguments', () => { const message = `{user_gender, select, female {Ms. {name} received {count, plural, =1 {one award.} other {# awards.}}} male {Mr. {name} received {count, plural, =1 {one award.} other {# awards.}}} other {{name} received {count, plural, =1 {one award.} other {# awards.}}} }`; expect(() => collect.convertMessageToCtc(message, {name: 'Elbert'})).toThrow( /Content cannot appear outside plural or select ICU messages.*\(message: '{user_gender, select/); }); /* eslint-enable max-len */ }); describe('Convert Message to Placeholder', () => { it('passthroughs a basic message unchanged', () => { const message = 'Hello World.'; const res = collect.convertMessageToCtc(message); expect(res).toEqual({message, placeholders: {}}); }); it('passthroughs an ICU plural unchanged', () => { const message = '{var, select, male{Hello Mr. Programmer.} ' + 'female{Hello Ms. Programmer} other{Hello Programmer.}}'; const res = collect.convertMessageToCtc(message); expect(res).toEqual({message, placeholders: {}}); }); // TODO(exterkamp): more strict parsing for this case it.skip('passthroughs an ICU plural, with commas (Complex ICU parsing test), unchanged', () => { const message = '{var, select, male{Hello, Mr, Programmer.} ' + 'female{Hello, Ms, Programmer} other{Hello, Programmer.}}'; const res = collect.convertMessageToCtc(message); expect(res).toEqual({message, placeholders: {}}); }); it('converts code block to placeholder', () => { const message = 'Hello `World`.'; const res = collect.convertMessageToCtc(message); const expectation = 'Hello $MARKDOWN_SNIPPET_0$.'; expect(res.message).toBe(expectation); expect(res.placeholders).toEqual({ MARKDOWN_SNIPPET_0: { content: '`World`', example: 'World', }, }); }); it('numbers code blocks in increasing order', () => { const message = '`Hello` `World`.'; const res = collect.convertMessageToCtc(message); const expectation = '$MARKDOWN_SNIPPET_0$ $MARKDOWN_SNIPPET_1$.'; expect(res.message).toBe(expectation); expect(res.placeholders).toEqual({ MARKDOWN_SNIPPET_0: { content: '`Hello`', example: 'Hello', }, MARKDOWN_SNIPPET_1: { content: '`World`', example: 'World', }, }); }); it('errors when open backtick', () => { const message = '`Hello World.'; expect(() => collect.convertMessageToCtc(message)) .toThrow(/Open backtick in message "`Hello World\."/); }); it('allows other markdown in code block', () => { const message = 'Hello World `[Link](path_to_url`.'; const res = collect.convertMessageToCtc(message); const expectation = 'Hello World $MARKDOWN_SNIPPET_0$.'; expect(res.message).toBe(expectation); expect(res.placeholders).toEqual({ MARKDOWN_SNIPPET_0: { content: '`[Link](path_to_url`', example: '[Link](path_to_url }, }); }); it('converts links to placeholders', () => { const message = 'Hello [World](path_to_url const res = collect.convertMessageToCtc(message); const expectation = 'Hello $LINK_START_0$World$LINK_END_0$.'; expect(res.message).toBe(expectation); expect(res.placeholders).toEqual({ LINK_START_0: { content: '[', }, LINK_END_0: { content: '](path_to_url }, }); }); describe('catches common link markdown mistakes', () => { it('throws on spaces between link text and href blocks', () => { const message = 'Hello [World] (path_to_url expect(() => collect.convertMessageToCtc(message)) .toThrow(/Bad Link spacing in message "Hello \[World\] \(https:\/\/google\.com\/\)\."/); }); it('throws on empty link text', () => { const message = '[](path_to_url expect(() => collect.convertMessageToCtc(message)) .toThrow(/markdown link text missing in message "\[\]\(https:\/\/example\.com\/\)\."/); }); }); it('converts custom-formatted ICU to placholders', () => { const message = 'Hello World took {timeInMs, number, milliseconds} ms, ' + '{timeInSec, number, seconds} s, used {bytes, number, bytes} KB, ' + '{perc, number, percent} of {percEx, number, extendedPercent}.'; const res = collect.convertMessageToCtc(message); const expectation = 'Hello World took $CUSTOM_ICU_0$ ms, ' + '$CUSTOM_ICU_1$ s, used $CUSTOM_ICU_2$ KB, ' + '$CUSTOM_ICU_3$ of $CUSTOM_ICU_4$.'; expect(res.message).toBe(expectation); expect(res.placeholders).toEqual({ CUSTOM_ICU_0: { content: '{timeInMs, number, milliseconds}', example: '499', }, CUSTOM_ICU_1: { content: '{timeInSec, number, seconds}', example: '2.4', }, CUSTOM_ICU_2: { content: '{bytes, number, bytes}', example: '499', }, CUSTOM_ICU_3: { content: '{perc, number, percent}', example: '54.6%', }, CUSTOM_ICU_4: { content: '{percEx, number, extendedPercent}', example: '37.92%', }, }); }); it('replaces within ICU plural', () => { const message = '{var, select, male{time: {timeInSec, number, seconds}} ' + 'female{time: {timeInSec, number, seconds}} other{time: {timeInSec, number, seconds}}}'; const expectation = '{var, select, male{time: $CUSTOM_ICU_0$} ' + 'female{time: $CUSTOM_ICU_1$} other{time: $CUSTOM_ICU_2$}}'; const res = collect.convertMessageToCtc(message); expect(res.message).toEqual(expectation); expect(res.placeholders).toEqual({ CUSTOM_ICU_0: { content: '{timeInSec, number, seconds}', example: '2.4', }, CUSTOM_ICU_1: { content: '{timeInSec, number, seconds}', example: '2.4', }, CUSTOM_ICU_2: { content: '{timeInSec, number, seconds}', example: '2.4', }, }); }); it('errors when using non-supported custom-formatted ICU type', () => { const message = 'Hello World took {var, number, global_int}.'; expect(() => collect.convertMessageToCtc(message)).toThrow( /Unsupported custom-formatted ICU type var "global_int" in message "Hello World took "/); }); it('converts direct ICU with examples to placeholders', () => { const message = 'Hello {name}.'; const res = collect.convertMessageToCtc(message, {name: 'Mary'}); const expectation = 'Hello $ICU_0$.'; expect(res.message).toBe(expectation); expect(res.placeholders).toEqual({ ICU_0: { content: '{name}', example: 'Mary', }, }); }); it('errors when example given without variable', () => { const message = 'Hello name.'; expect(() => collect.convertMessageToCtc(message, {name: 'Mary'})) // eslint-disable-next-line max-len .toThrow(/Example 'name' provided, but has no corresponding ICU replacement in message "Hello name."/); }); it('errors when direct ICU has no examples', () => { const message = 'Hello {name}.'; expect(() => collect.convertMessageToCtc(message)).toThrow( /Variable 'name' is missing @example comment in message "Hello {name}\."/); }); it('throws when message contains double dollar', () => { const message = 'Hello World$$'; expect(() => collect.convertMessageToCtc(message)). toThrow(/Ctc messages cannot contain double dollar: Hello World\$\$/); }); it('throws when message contains double dollar, less obvious edition', () => { const message = 'Hello ${name}'; expect(() => collect.convertMessageToCtc(message, {name: 'Mary'})). toThrow(/Ctc messages cannot contain double dollar: Hello \$\$ICU_0\$/); }); it('pass when double dollar is part of a message', () => { const message = '$$'; expect(() => collect.convertMessageToCtc(message)).toThrow(); const message2 = '$ICU_0$$ICU_1$'; expect(() => collect.convertMessageToCtc(message2)).not.toThrow(); const message3 = '$ICU_0$$'; expect(() => collect.convertMessageToCtc(message3)).not.toThrow(); }); }); describe('collisions', () => { /** * @template {unknown} T * @param {T} input * @return {T} */ function deepClone(input) { return JSON.parse(JSON.stringify(input)); } /** @return {Record<'first'|'second'|'third', CtcWithPlaceholders>} */ function getStrings() { const ctcMessage = { message: 'Need absolute URL ($ICU_0$)', description: 'Explanatory message.', placeholders: { ICU_0: { content: '{url}', example: 'path_to_url }, }, }; return { first: deepClone(ctcMessage), second: deepClone(ctcMessage), third: deepClone(ctcMessage), }; } it('finds no collisions with three unique ctc messages', () => { const originalStrings = getStrings(); originalStrings.first.message += '1'; originalStrings.second.message += '2'; originalStrings.third.message += '3'; const testStrings = deepClone(originalStrings); collect.resolveMessageCollisions(testStrings); expect(testStrings).toEqual(originalStrings); // No meanings added. expect(Object.values(testStrings).filter(str => str.meaning)).toHaveLength(0); }); it('finds only allowed collisions and takes no actions for three identical ctc messages', () => { const originalStrings = getStrings(); const testStrings = deepClone(originalStrings); collect.resolveMessageCollisions(testStrings); expect(testStrings).toEqual(originalStrings); // No meanings added. expect(Object.values(testStrings).filter(str => str.meaning)).toHaveLength(0); }); it('uses meaning to disambiguate collisions with different descriptions', () => { const testStrings = getStrings(); testStrings.first.description += '1'; testStrings.second.description += '2'; testStrings.third.description += '3'; const expectedStrings = deepClone(testStrings); expectedStrings.first.meaning = expectedStrings.first.description; expectedStrings.second.meaning = expectedStrings.second.description; expectedStrings.third.meaning = expectedStrings.third.description; collect.resolveMessageCollisions(testStrings); expect(testStrings).toEqual(expectedStrings); }); it('all collisions with different descriptions get a meaning', () => { const testStrings = getStrings(); testStrings.third.description += '3'; const expectedStrings = deepClone(testStrings); expectedStrings.first.meaning = expectedStrings.first.description; expectedStrings.second.meaning = expectedStrings.second.description; // Even though `third` has a unique description, still gets a `meaning`. expectedStrings.third.meaning = expectedStrings.third.description; collect.resolveMessageCollisions(testStrings); expect(testStrings).toEqual(expectedStrings); }); it('only alters and returns fixed collisions', () => { const testStrings = getStrings(); // `first` will not collide. testStrings.first.message += '1'; testStrings.third.description += '3'; const expectedStrings = deepClone(testStrings); expectedStrings.second.meaning = expectedStrings.second.description; expectedStrings.third.meaning = expectedStrings.third.description; collect.resolveMessageCollisions(testStrings); expect(testStrings).toEqual(expectedStrings); }); describe('placeholders', () => { it('throws if collisions have different placeholder tokens', () => { const testStrings = getStrings(); testStrings.first.message.replace('ICU_0', 'SOMETHING_ELSE'); testStrings.first.placeholders = {SOMETHING_ELSE: testStrings.first.placeholders.ICU_0}; expect(() => collect.resolveMessageCollisions(testStrings)) .toThrow(/collision: .* differ in `placeholders`.*key: first\nkey: second\nkey: third/s); }); it('throws if collisions have different placeholder content', () => { const testStrings = getStrings(); testStrings.first.placeholders.ICU_0.content = 'something else'; expect(() => collect.resolveMessageCollisions(testStrings)) .toThrow(/collision: .* differ in `placeholders`.*key: first\nkey: second\nkey: third/s); }); it('throws if collisions have different placeholder example', () => { const testStrings = getStrings(); testStrings.first.placeholders.ICU_0.example = 'notaurl'; expect(() => collect.resolveMessageCollisions(testStrings)) .toThrow(/collision: .* differ in `placeholders`.*key: first\nkey: second\nkey: third/s); }); it('throws only for unfixed collisions with different placeholders', () => { const testStrings = getStrings(); // `second` will not collide. testStrings.second.message += '2'; // `first` and `third` collide and have different placeholders. testStrings.first.placeholders.ICU_0.content = 'different'; expect(() => collect.resolveMessageCollisions(testStrings)) .toThrow(/collision: .* differ in `placeholders`.*key: first\nkey: third/s); }); it('does not throw if different placeholders are unique per description', () => { const testStrings = getStrings(); // Non-matching placeholder, would cause error. testStrings.first.placeholders.ICU_0.content = 'something else'; // But description is also different, so can be fixed with meaning. testStrings.first.description += '1'; const expectedStrings = deepClone(testStrings); expectedStrings.first.meaning = expectedStrings.first.description; expectedStrings.second.meaning = expectedStrings.second.description; expectedStrings.third.meaning = expectedStrings.third.description; collect.resolveMessageCollisions(testStrings); expect(testStrings).toEqual(expectedStrings); }); }); }); describe('PseudoLocalizer', () => { it('adds cute hats to strings', () => { const strings = { hello: { message: 'world', description: 'yah', }, }; const res = collect.createPsuedoLocaleStrings(strings); expect(res).toEqual({ hello: { message: 'world', description: 'yah', }, }); }); it('does not pseudolocalize ICU messages', () => { const strings = { hello: { message: '{world}', description: 'nah', }, }; const res = collect.createPsuedoLocaleStrings(strings); expect(res).toEqual({ hello: { message: '{world}', description: 'nah', }, }); }); it('does not pseudolocalize ordinal ICU message control markers', () => { const strings = { hello: { message: '{num_worlds, plural, =1{world} other{worlds}}', description: 'yay', }, }; const res = collect.createPsuedoLocaleStrings(strings); expect(res).toEqual({ hello: { message: '{num_worlds, plural, =1{world} other{worlds}}', description: 'yay', }, }); }); it('does not pseudolocalize placeholders', () => { const strings = { hello: { message: 'Hello $MARKDOWN_SNIPPET_0$', description: 'yay', placeholders: { MARKDOWN_SNIPPET_0: { content: '`World`', example: 'World', }, }, }, }; const res = collect.createPsuedoLocaleStrings(strings); expect(res).toEqual({ hello: { message: 'Hello $MARKDOWN_SNIPPET_0$', description: 'yay', placeholders: { MARKDOWN_SNIPPET_0: { content: '`World`', example: 'World', }, }, }, }); }); }); ```
The Bình mai Massacre was a massacre allegedly perpetrated by South Korean forces on 9 October 1966 of 29-168 civilians in Bình Tai village of Bình Định Province in South Vietnam. Investigation The South Korean newspaper, The Hankyoreh, investigated war crimes in Vietnam and this massacre had first came to light from a testimony by an officer whom had overseen the killing. Colonel Kim Ki-tae, former commander of the Seventh Company, 2nd Marine Division, testified in The Hankyoreh on 9 October 1966 about the event. Colonel Kim had reported he oversaw the murder of 29 men who were 'probably just farmers' alongside other civilians, and confirmed by the Hankyoreh's onsite investigation of events. South Korean troops set fire to the villagers' homes and shot the villagers who fled the burning buildings. The raid had been ordered as a punitive action by the Division Headquarters as retaliation for the killing of a ROKA Infantry Soryeong (Major) and a ROK Marine Artillery Jungsa (First Sergeant) three days before by sniper fire. The testimony by Colonel Kim had prompted other Korean veterans to testify about mass-killings. The massacre was discussed by the People's Tribunal on War Crimes by South Korean Troops during the Vietnam War in 2018. See also Military history of South Korea during the Vietnam War Phong Nhị and Phong Nhất massacre Hà My massacre Mỹ Lai Massacre Bình Hòa massacre War Remnants Museum References Massacres in Vietnam Southeast (Vietnam) Massacres committed by South Korea 1966 in Vietnam October 1966 events in Asia Massacres in 1966 Military history of South Korea during the Vietnam War History of Bình Định province
```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 INC. AND ITS 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 APPLE INC. OR ITS 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. */ #pragma once namespace JSC { class JSCell; class VM; // An Auxiliary barrier is a barrier that does not try to reason about the value being stored into // it, other than interpreting a falsy value as not needing a barrier. It's OK to use this for either // JSCells or any other kind of data, so long as it responds to operator!(). template<typename T> class AuxiliaryBarrier { public: AuxiliaryBarrier(): m_value() { } template<typename U> AuxiliaryBarrier(VM&, JSCell*, U&&); void clear() { m_value = T(); } template<typename U> void set(VM&, JSCell*, U&&); const T& get() const { return m_value; } T* slot() { return &m_value; } explicit operator bool() const { return !!m_value; } template<typename U> void setWithoutBarrier(U&& value) { m_value = std::forward<U>(value); } private: T m_value; }; } // namespace JSC ```
Jean-Michel Roddaz (29 February 1948, Chambéry) is a French academic and historian, a specialist of ancient Rome, particularly of the Republican and Augustan periods. Biography Roddaz became an agrégé d'histoire in 1972 then a doctor (Essai sur les sources du Principat augustéen under the direction of Robert Etienne, 1976). He was assistant of ancient history at the University of Pau between 1974 and 1979. He has an habilitation to direct research (Marcus Agrippa, 1984) after he was a residing member of the École française de Rome between 1979 and 1981. He was a lecturer and professor at the University of Pau from 1982 to 1988 and then became Professor of Ancient History at the Bordeaux Montaigne University in 1988. He participated in the work Histoire Romaine, Tome I. Des Origines à Auguste (2000) under the direction of François Hinard and in collaboration with Dominique Briquel and Giovanni Brizzi, writing the last two chapters (Les chemins vers la dictature and L'héritage), from Julius Caesar's consulate in the year -59 BC to the suicides of Mark Antony and Cleopatra in -30 BC, leading the way for the Empire to Octavian, the future Augustus. Works 1984: Marcus Agrippa, BEFAR, n° 252, Rome, read online. 1991: Édition commentée des livres L-LI de l'Histoire romaine de Dion Cassius, CUF, Paris, (in collaboration with M.-L. Freyburger) 1993: Les Racines de l’Aquitaine, Bordeaux, (in collaboration with L. Maurin and J.-P. Bost). 1994: Édition commentée des livres LXVIII-XLIX de lHistoire romaine de Dion Cassius, CUF, Paris, (in collaboration with M.-L. Freyburger) 2000: Histoire Romaine, Tome I. Des Origines à Auguste, Fayard, Paris, (under the direction of François Hinard ). 2004: Guide archéologique d’Aquitaine (in collab.), Bordeaux 2014: Hérode, Le roi architecte (in collaboration with J.-C. Golvin), Actes Sud, Arles References External links Roddaz (Jean-Michel). Marcus Agrippa. (compte rendu) on Persée Marcus Agrippa (monographie) on Persée Réponse de Jean-Michel Roddaz etc. on Sauvons l'université.com 20th-century French historians 21st-century French historians French scholars of Roman history Writers from Chambéry 1948 births Living people
Connor Clark Barron (born 29 August 2002) is a Scottish professional footballer who plays as a midfielder for Scottish Premiership side Aberdeen. He has also played for Brechin City and Kelty Hearts on loan. Career On 22 January 2022 Barron made his senior debut for Aberdeen, coming on as a half-time substitute in a 3–0 Scottish Cup victory against Edinburgh City. Two weeks earlier, he had signed a contract committing him to the Dons until 2024. He has also represented Scotland at the under-16, under-17 and under-21 levels. References 2002 births Living people Scottish men's footballers Aberdeen F.C. players Scottish Professional Football League players Men's association football midfielders Kelty Hearts F.C. players Brechin City F.C. players Scotland men's under-21 international footballers Scotland men's youth international footballers Footballers from Aberdeenshire People from Kintore, Aberdeenshire
Men's football tournament at 2010 South Asian Games from 29 January to 8 February in Bangladesh. Fixtures and results Group A Group B Semi finals Third place play-off Final Winner References External links RSSSF 2010 South Asian Games 2010 South Asian Games - Men's tournament
The Nigerian Safety Investigation Bureau (NSIB), formerly the Accident Investigation Bureau (AIB), investigates aircraft accidents and incidents in Nigeria. It is headquartered on the grounds of Nnamdi Azikiwe International Airport in Abuja. The agency reports to the President of Nigeria through the Federal Minister of Aviation. The agency's Commissioner, who is also the Chief Executive Officer, is Engr. Akin Olateru. In September 2020 the Federal Executive Council approved the establishment of AIB Training School in Nigeria. History Previously the Ministry of Aviation Civil Aviation Department investigated aircraft accidents. In 1989, the Federal Civil Aviation Authority (FCAA) was formed, and the Civil Aviation Department of the MOA became the FCAA Department of Safety Services. During the same year the Accident Investigation Bureau (AIB), subordinate to the Ministry of Aviation, was established, and the FCAA no longer had accident investigation responsibilities. The name of the bureau was later changed to the Accident Investigation and Prevention Bureau. As part of the Civil Aviation Act of 2006, the AIB became an autonomous agency and renamed Accident Investigation Bureau. References External links Nigerian Safety Investigation Bureau Government of Nigeria Aviation organizations based in Nigeria Nigeria 2006 establishments in Nigeria Government agencies established in 2006 Organizations based in Lagos Rail accident investigators
Par (, meaning creek or harbour) is a village and fishing port with a harbour on the south coast of Cornwall, England, United Kingdom. The village is situated in the civil parish of Tywardreath and Par, although West Par and the docks lie in the parish of St Blaise. Par is approximately east of St Austell. Par has a population of around 1,600 (in 2012). It became developed in the second quarter of the 19th century when the harbour was developed, to serve copper mines and other mineral sites in and surrounding the Luxulyan Valley; china clay later became the dominant traffic as copper working declined, and the harbour and the china clay dries remain as distinctive features of the industrial heritage; however the mineral activity is much reduced. Par Harbour and the beach at Par Sands are south of the village, and the latter includes a large static caravan holiday park; another small beach is at Spit Point west of the harbour. Between these two beaches the South West Coast Path takes an inland diversion through the village. Par lies in a triangle of streets which form a one-way traffic system. There is a variety of shops, a post office, a public house and other businesses. Churches The Anglican church of St Mary the Virgin at Biscovey was completed in 1849. It was built mainly from the local reddish coloured Biscovey slates. The parish of Par was formed out of parts of St Blazey and Tywardreath parishes in 1846. In the churchyard is an inscribed cross shaft removed from the highroad in 1896. This stone is a sepulchral monument to a son of Ullicus erected by Alroron. The church was the first to be designed by the notable architect G. E. Street. The design is an original and subtle adaptation of the Early English style. The chancel, nave and south aisle are well proportioned and the steeple is placed at the west end of the south aisle. The church is a Grade II* listed building. The Church of the Good Shepherd at Par Green was designed by E. H. Sedding and built of granite with Polyphant stone dressings in 1896. It is in the Early English style; the sanctuary was embellished by Stephen Dykes Bower in 1948. Par Harbour and Canal Joseph Treffry Before 1800 the village was a small group of houses below the cliff overlooking the mouth of the River Par; the river was crossed by a ferry. During the first years of the nineteenth century small scale workings of china stone, china clay, copper and granite were developed. Joseph Austen, born 1782, was an important Fowey businessman; he later changed his name to Joseph Treffry, and as that name is much better known it is used here. He acquired an interest on many mines and pits, and he re-opened the dormant Lanescot copper mine on the hill overlooking Par, and developed it further. With adjacent workings it became the rich and highly productive Fowey Consols mine. Treffry sought to build a tramway connection to Fowey Harbour from his workings, but was unable to acquire the necessary land, and instead he decided to develop a harbour at Par. He purchased the ferry and replaced it with a bridge in 1824, and started improvement of the harbour in 1829; it was completed in 1840. Par Canal To bring the copper ore to Par, Treffry built a canal from Pontsmill to Par by canalising the river; he constructed a tramway on an inclined plane from Fowey Consols down to Pontsmill, so that Par harbour became a key location in the transport chain. The harbour development led to the expansion of Par, and the community was detached from the parish of St Blaise (later St Blazey) in the mid 19th century. Treffry later built a new tramway up the Luxulyan Valley to Molinnis, and extended it down from Pontsmill to Par, by-passing the canal; this further developed the importance of Par. However copper was exported to Swansea for smelting and coal for powering mine engines were imported from there; this involved a difficult sea passage around Land's End, and Treffry announced his intention to continue his tramway to Newquay, on the north coast of Cornwall. This was not achieved in his lifetime. China clay In the fourth quarter of the nineteenth century, the importance of copper working had seriously diminished, due to exhaustion and the availability of cheaper supplies of the mineral elsewhere in the world. At the same time, china clay (kaolinite) became ever more important, and industrialisation of the extraction and processing work took place. This mineral became the dominant outward traffic at Par, and clay dries were erected in the vicinity (at Par Moors and elsewhere), together with further expansion of the harbour. The opening of the Cornwall Railway from Plymouth in 1859 encouraged further expansion of Par north-eastwards towards Tywardreath. The boundaries between the three settlements are now somewhat indistinct. In 1858 15,154 tons of china clay were shipped out of Par. By 1885 86,325 tons were being handled at Par, but by this time Fowey had a railway connection and handled 114,403 tons. In 1987 Par handled 700,000 tons, by 2002 the port served 284 vessels per year which were loaded with of china clay, and 107 vessels loaded with of secondary aggregates for the building trade. The harbour developed a range of industrial facilities including a lead smelter with a high chimney known as Par Stack. This was used as a navigation aid by shipping until it was demolished in 1907. Present-day Harbour A breakwater encloses of water which is tidal with only depth of water and, unlike nearby Fowey, it cannot accommodate large ocean-going ships. The harbour is operated by the French mineral extraction company Imerys. Today china clay is piped to the harbour in slurry form; most is dried in large sheds before exporting either from Par or Fowey, the two being linked by a private road. One berth at Par can also load clay slurry into coasting vessels. The harbour also has a rail link that is used to carry away dried clay loaded in rail vans. A major reduction in china clay operations, announced on 4 July 2006, included proposals to close Par to commercial shipping and to close some of the clay dryers. The closures took effect in 2007. There were plans to re-develop the docks as part of the St Austell and Clay Country Eco-town. This would include a new marina and 500–700 homes. Railways The first railway in Par was the southwards extension of Treffry Tramways, a horse-operated mineral railway that connected Molinnis and pits and quarries in the Luxulyan Valley with Par. This opened in 1855, replacing the canal. The Cornwall Railway opened from Plymouth to Truro on 4 May 1859 when Par railway station was opened to the north-east of Par, giving the village a connection to London Paddington. This involved the building of Par Viaduct to cross the old tramway. A siding was opened down to the harbour from the west end of the viaduct on 13 February 1860. The Cornwall Railway was built to the broad gauge of but Treffry's line was to the , so that through running was not possible. The Cornwall Railway line was converted to standard gauge on 21 May 1892, from which time ordinary interworking became possible. Treffry's tramway was taken over by the Cornwall Minerals Railway (CMR). It was upgraded for locomotive operation and extended to form a link throughout to Newquay and Fowey. It reopened in this form on 1 June 1874; passenger operation started in 1876. Par harbour continued in importance in the 20th century; the restricted railway facilities on the site led to dedicated shunting locomotives, such as Bagnall 0-4-0ST "Alfred" and "Judy", being built specially for the work. The railway line from Par to Fowey closed on 1 July 1968, and was converted to a private haul road linking the two harbours; it is now owned by Imerys. Par railway station is still open on the Cornish Main Line from Plymouth to Penzance. It is the junction for the Atlantic Coast Line local passenger train service to Newquay. Today it is served by Great Western Railway services from London Paddington to Penzance as well as the Newquay line, while CrossCountry services operate north to Manchester and Glasgow. Cornish wrestling Cornish wrestling tournaments took place in the following locations all around Par Green over the last 200 years: A field at the back of Par Green Field at the back of the Welcome Home Inn which was a field behind the old foundry Field behind the Par Green Post Office See also Par Coastal Gun Battery References Further reading John Keast OBE, The King of Mid-Cornwall: the Life of Joseph Thomas Treffry (1782–1850), Truran, 1983, External links Cornwall Record Office Catalogue for Par Geograph – photos of Par and surrounding area Populated coastal places in Cornwall Ports and harbours of Cornwall Beaches of Cornwall Ports and harbours of the English Channel Industrial archaeological sites in Cornwall St Blazey
```c /* $OpenBSD: ssl_packet.c,v 1.16 2024/06/28 13:37:49 jsing Exp $ */ /* * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "bytestring.h" #include "ssl_local.h" static int ssl_is_sslv3_handshake(CBS *header) { uint16_t record_version; uint8_t record_type; CBS cbs; CBS_dup(header, &cbs); if (!CBS_get_u8(&cbs, &record_type) || !CBS_get_u16(&cbs, &record_version)) return 0; if (record_type != SSL3_RT_HANDSHAKE) return 0; if ((record_version >> 8) != SSL3_VERSION_MAJOR) return 0; return 1; } /* * Potentially do legacy processing on the first packet received by a TLS * server. We return 1 if we want SSLv3/TLS record processing to continue * normally, otherwise we must set an SSLerr and return -1. */ int ssl_server_legacy_first_packet(SSL *s) { const char *data; CBS header; if (SSL_is_dtls(s)) return 1; CBS_init(&header, s->packet, SSL3_RT_HEADER_LENGTH); if (ssl_is_sslv3_handshake(&header) == 1) return 1; /* Only continue if this is not a version locked method. */ if (s->method->min_tls_version == s->method->max_tls_version) return 1; /* Ensure that we have SSL3_RT_HEADER_LENGTH (5 bytes) of the packet. */ if (CBS_len(&header) != SSL3_RT_HEADER_LENGTH) { SSLerror(s, ERR_R_INTERNAL_ERROR); return -1; } data = (const char *)CBS_data(&header); /* Is this a cleartext protocol? */ if (strncmp("GET ", data, 4) == 0 || strncmp("POST ", data, 5) == 0 || strncmp("HEAD ", data, 5) == 0 || strncmp("PUT ", data, 4) == 0) { SSLerror(s, SSL_R_HTTP_REQUEST); return -1; } if (strncmp("CONNE", data, 5) == 0) { SSLerror(s, SSL_R_HTTPS_PROXY_REQUEST); return -1; } SSLerror(s, SSL_R_UNKNOWN_PROTOCOL); return -1; } ```
Paul David Heaton (born 9 May 1962) is an English singer-songwriter. He was the frontman of the Housemartins, who had success with the singles "Happy Hour" and the UK number one "Caravan of Love" in 1986 before disbanding in 1988. He then formed The Beautiful South, whose debut single and album were released in 1989 to commercial success. They had a series of hits throughout the 1990s, including the number-one single "A Little Time". They disbanded in 2007. He subsequently pursued a solo career, which produced three albums, and in 2014 he released What Have We Become?, a collaboration with former Beautiful South vocalist Jacqui Abbott. As of 2022, he has recorded four more albums with her: Wisdom, Laughter and Lines in 2015, Crooked Calypso in 2017, Manchester Calling in 2020 and N.K-Pop in 2022. British newspaper The Guardian has described Heaton as "one of our finest songwriters: his music reveals an exuberant ear for melody, his lyrics a keen eye and a brilliant wit". AllMusic said: "The warm, mellifluous voice of Paul Heaton often masks the jagged satirical content of his lyrics." Early life Paul David Heaton was born in Bromborough, Cheshire (now Merseyside) on 9 May 1962 to parents Doris and Horace Heaton. Heaton has two older brothers Mark Heaton and Adrian Heaton. At the age of four his family relocated to Sheffield. While living in Sheffield, Heaton became interested in football, and while his elder brothers elected to watch Sheffield Wednesday, Heaton chose to support Sheffield United. After moving to Sheffield, Heaton's father took a job in management and Heaton described his childhood as being "fairly middle class, although you wouldn't know it given the schools I went to and the friends I had". After a childhood in Sheffield, Heaton moved to Chipstead, Surrey during his adolescent years, an early life Heaton described as "bred in Sheffield, fed in Surrey". Whilst in Surrey he, with his brother Adrian, formed their first band "Tools Down" with friends John Box and Stuart Mair. After leaving Surrey, Heaton spent time hitch-hiking around Europe before moving to Hull in 1983, where he formed the Housemartins. Heaton also lived in Leeds for a year. Throughout his childhood, Heaton's main interest was football, and he regularly attended Sheffield United games. Heaton played over 700 competitive games at junior and amateur level, often insisting on driving back from gigs on a Friday or Saturday night to attend his Saturday and Sunday matches. The Housemartins Heaton, then billing himself as P.d. Heaton, formed the Housemartins in the early 1980s. This band featured Stan Cullimore on guitar, Ted Key on bass and Hugh Whitaker on drums. Shortly afterwards Key left the band and was replaced with Norman Cook. The Housemartins released a number of singles and two studio albums, London 0 Hull 4 and The People Who Grinned Themselves to Death. Their most popular hit was an a cappella cover version of "Caravan of Love" (originally by Isley-Jasper-Isley), which reached number 1 on 16 December 1986, their only number 1 hit in the UK. For the second album Hugh Whitaker was replaced with Dave Hemingway on drums. Shortly afterwards the Housemartins split up. The Housemartins' lyrics were a mixture of Marxist politics and Christianity (the inner sleeve of London 0 Hull 4 contained the mantra "Take Jesus – Take Marx – Take Hope"). The Beautiful South In 1988, Heaton formed the Beautiful South. The initial lineup consisted of Heaton, Dave Rotheray on lead guitar, former Housemartins roadie Sean Welch on bass, David Stead on drums and Housemartins former drummer Dave Hemingway, now in the role of joint lead singer and frontman. The writing partnership of Heaton and Rotheray proved very successful. The Beautiful South released two top ten singles, "Song for Whoever" and "You Keep It All In"; the latter featured Irish singer Briana Corrigan on vocals. In 1989, the band released an album, Welcome to the Beautiful South. The band's biggest success to date is the single "A Little Time", released in 1990; it reached number 1 on the UK chart. The band went on to release eight more albums, including two (1996's Blue Is the Colour and 1998's Quench) that reached the number 1 on the UK Albums Chart, as well as releasing the best-of compilation Carry on up the Charts, which also reached number 1 and achieved platinum status, before the band split up. After a band meeting on 30 January 2007, they decided to split. They released a statement on 31 January, in which their reasons for splitting were "musical similarities". On an interview with BBC Breakfast in July 2008, Heaton clarified this by saying that the Beautiful South had made similar-sounding albums for the past ten years. Solo albums In 2001, Heaton released a solo album using the persona of Biscuit Boy (a.k.a. Crackerman). This double name, including the parenthetical a.k.a., was the official project name on all early releases. The solo album, called Fat Chance, was not a commercial success, peaking at number 95 for one week on the UK albums chart. Also, "Mitch", the lone single credited to Biscuit Boy (a.k.a. Crackerman), reached only number 75 in the UK Singles Chart. In an attempt to relaunch the album, Mercury Records re-issued Fat Chance in 2002. The album featured new artwork, and was now credited to Paul Heaton. However, this record charted even lower in the album chart, hitting number 168. "The Perfect Couple", a single pulled from this re-release also did poorly, peaking at number 102 in the UK. Heaton subsequently rejoined the Beautiful South from 2002 to 2007. With the 2007 dissolution of the Beautiful South, Heaton formed a new band, The Sound of Paul Heaton. Heaton's second solo album, The Cross-Eyed Rambler, was released on 7 July 2008, preceded by the single "Mermaids and Slaves" on 30 June, and he toured in support of it throughout July. The album charted at number 43. Heaton released his third solo album, Acid Country, in September 2010. The 8th In 2011, the Manchester International Festival endorsed the writing by Heaton of an anthology of songs based on the 7 deadly sins, to be called The 8th. The song was broken down into a section for each sin, which was to be performed by a different artist. The singers for the original piece were: Wayne Gidden, Aaron Wright, King Creosote, Simon Aldred, Cherry Ghost, Jacqui Abbott, Yvonne Shelton and Mike Greaves. The individual sections were incorporated with a narration written by Che Walker and performed by Reg E. Cathey. The 8th debuted in July 2011 at the Festival Pavilion Theatre in Manchester's Albert Square. Six further performances took place in the summer of 2012. Accompanying Heaton on the 2012 tour were Gareth Paisey of Los Campesinos!, Cherry Ghost, Wayne Gidden, Christian Madden of The Earlies, Yvonne Shelton, Mike Greaves, Aaron Wright, Simon Aldred, and Steve Menzies. Along with the live shows in July 2012, a recording of The 8th was released on a CD/DVD format, including tracks by Simon Aldred of Cherry Ghost, Aaron Wright, Mike Greaves, Yvonne Shelton, Jacqui Abbott and Heaton himself. Paul Heaton and Jacqui Abbott Heaton reunited with former Beautiful South vocalist Jacqui Abbott in 2013 to record new material. What Have We Become? was released on 19 May 2014. The album reached number 3 in the UK Albums Chart. The album contained 12 new songs (the deluxe version an additional four new songs). The majority of the songs were written by Heaton and his current songwriting partner Jonny Lexus, with "D.I.Y", "When it Was Ours" and "You're Gonna Miss Me" written by Heaton only. On working with Abbott again, Heaton said: "Working with Jacqui again was like going into your garage and discovering a beautiful, covered up Rolls-Royce that hadn't been started in years. Jacqui is one of the best singers I've worked with and is also part of my past. It was only a matter of time before I asked her." On Sunday 29 June 2014 they appeared live on BBC Two at Glastonbury Festival performing acoustic versions of second single "Moulding of a Fool" and a cover version of Kenny Rogers & Dolly Parton's "Islands in the Stream". During the summer of 2014 Paul and Jacqui performed at a series of festivals across the UK and Ireland including Glastonbury Festival, Latitude Festival, V Festival and Festival N°6. On 11 November 2014, BBC Radio 2 broadcast a world premiere of "Real Hope", featuring the Grimethorpe Colliery Band, from the deluxe edition of What Have We Become?. Heaton and Abbott's next two albums together, Wisdom, Laughter and Lines (2015) and Crooked Calypso (2017), both reached the UK top 10, and their fourth, Manchester Calling (2020), became their first UK Number 1 album for over twenty years. They followed this up with a further UK Number 1 album, N.K-Pop in 2022 and a UK & Ireland arena tour, which included a night at the London O2 Arena. During the tour in December 2022, Abbott took ill which forced Heaton to continue the tour solo, before adding guest singers for the Ireland shows in early 2023 and his subsequent summer festival appearances. The Last King of Pop On 16 November 2018, a career-spanning collection of Heaton's music titled The Last King Of Pop was released on the Virgin EMI label. It featured 23 of the songs written by Heaton throughout his career in the Housemartins, The Beautiful South, his solo years, and his collaboration with Jacqui Abbott. The track listing included the Housemartins' 1985 debut single "Flag Day", The Beautiful South's "Don't Marry Her", "Rotterdam" and "Perfect 10" through to 2017's Heaton & Abbott single "I Gotta Praise" + a 2018 re-record by Paul and Jacqui of the Beautiful South song "A Little Time", and a brand new song, entitled "7' Singles". The album reached Number 10 in the UK Charts and was certified Gold on 11 January 2019. To coincide with the album release, Heaton and Abbott performed three shows at Sheffield City Hall, Blackpool Empress Ballroom and London's Royal Albert Hall, performing the album in full. Following the success of the shows, it was announced that Heaton and Abbott would perform The Last King Of Pop at an outdoor headline show at Stockport County's Edgeley Park on 21 June 2019. All 15,000 tickets sold out and a second night was announced to take place on 20 June 2019. Richard Hawley was announced as special guest at both shows. A television documentary covering Paul Heaton's life and career was broadcast on Wednesday 12 December 2018 on Channel 4. The documentary included archived material and interviews with many key figures from throughout Heaton's life. Personal life Heaton lives in Manchester with his wife and three children. Heaton has on occasions referred to the Beautiful South as having a heavy drinking culture. Many songs by the Beautiful South, such as "Woman in the Wall", "Liars' Bar", "I May Be Ugly", "The Slide", "Look What I Found in My Beer" and "Old Red Eyes Is Back", have referred to alcoholism or drink-fuelled violence. In December 2011, Heaton purchased the lease of The Kings Arms public house, Bloom Street in Salford, Greater Manchester. He sold the pub in December 2015. He is a keen collector and has a diverse range of collections including football memorabilia, crisp packets, beer mats, postcards and comics. Other appearances During the 1990s, Heaton regularly appeared on Football Italia, Channel 4's coverage of Italian Serie A football as a pre-match guest and was frequently introduced by host James Richardson as an 'Italian football expert'. Heaton appeared on BBC One talking head programme Why We Love the Royle Family, along with Noel Gallagher, in his capacity as a fan of the television sitcom The Royle Family. In May 2012, Heaton set off on his 50:50 cycle tour of British and Irish pubs, promoting his latest album, British pubs, and cycling. He covered – for each year of his life. In 2022, unable to do another cycling tour, he sent money to 60 pubs across the UK and Ireland to enable them to give free pints to celebrate his 60th birthday. In February 2023, Heaton and his crisp packet collection appeared on the Channel 4 documentary Grayson Perry's Full English, with Heaton donating a display of Murphy’s Crisps flavours to Perry's exhibition of Englishness. Discography The Housemartins London 0 Hull 4 The People Who Grinned Themselves to Death Now That's What I Call Quite Good The Beautiful South Welcome to the Beautiful South Choke 0898 Beautiful South Miaow Blue Is the Colour Quench Painting It Red Gaze Golddiggas, Headnodders and Pholk Songs Superbi Compilations Carry on up the Charts (1994) Carry on up the Charts (1994) - 2CD Limited Edition Solid Bronze (2001) Gold (2006) Soup (2007) The BBC Sessions (2007) - 2-CD Set Live at the BBC (2011) - 3CD+DVD Set Paul Heaton (solo artist) Studio albums Fat Chance (2001) as Biscuit Boy (AKA Crackerman) The Cross Eyed Rambler (2008) Acid Country (2010) Paul Heaton Presents the 8th (2012) What Have We Become? (2014) with Jacqui Abbott Wisdom, Laughter and Lines (2015) with Jacqui Abbott Crooked Calypso (2017) with Jacqui Abbott Manchester Calling (2020) with Jacqui Abbott N.K-Pop (2022) with Jacqui Abbott References 1962 births Living people English male singers English male songwriters English male singer-songwriters English singer-songwriters English socialists English pop rock singers People from Bromborough The Housemartins members Go! Discs Records artists Mercury Records artists Proper Records artists Deltiologists English republicans
Peter John de Savary (11 July 1944 – 30 October 2022) was a British businessman. The bulk of his business career was spent in the shipping, oil and property sectors. He once owned or managed 13 shipyards around the globe and had global oil-trading and refuelling businesses. He was the Chairman of Millwall F.C. De Savary was very secretive about his wealth but in 1997, The Independent reported his fortune as £24 million, in the 1999 Sunday Times Rich List, he was placed in 971st place with an estimated fortune of £21 million and in 2002 £34 million. He was not listed in the top thousand places in subsequent editions. Biography Early life De Savary was the son of a French-born Essex farmer, and was educated in Britain at Charterhouse, Godalming, from which he was expelled at the age of 16. He then moved to Canada where his mother and stepfather lived; he did gardening, baby-sitting and children's private tuition. At the age of 18, with his wife Marcia, he moved back to the UK to work for his father. During a visit to Canada in 1969 he took over a small import-export agency, Afrex, that did business in Africa. On a subsequent flight to Nigeria he met the brother of the President of Nigeria with whom he went into business supplying wheat, flour, steel, cement and other goods to Nigeria and other African countries making him a millionaire by the age of 30. De Savary purchased a part-ownership in a Kuwait-registered oil company called Artoc. With others he also started a bank in Nassau, Bahamas. The bank specialised in investing in property, shipping, oil refineries and coal mining in South America. The bank was not very successful and in 1980 lost $64 million. De Savary negotiated a deal with the Italian financier Roberto Calvi for Calvi to buy a 20% share in Artoc but Calvi was found hanged under Blackfriars Bridge in London in 1984 and de Savary left Artoc. Clubs and property His first venture into hospitality was the St. James' Clubs in the late 1970s, in Los Angeles, London, Paris and Antigua, which he sold in the late 1980s to finance the £4m purchase of Skibo Castle. De Savary built up a large business empire in the 1980s, with property interests including Land's End and John o' Groats. However, in the early 1990s economic downturn his empire collapsed – he sold both Land's End and John o' Groats in 1991 for an undisclosed sum to the businessman Graham Ferguson Lacey, and his holding company Placeton went bankrupt in 1994 with debts of £200 million by one source and £715 million by another. In 1997, he bought Vernon Court, a 14,000-square-foot in Newport RI. He planned to develop it into a members-only hotel similar to his Skibo Castle in Scotland. However, due to objection by neighbours the plans were dropped and the mansion was sold the following year. 2000s His business activities since 2000 concentrated on property development and hotels, with a number of major country house hotels incorporating golf courses. De Savary saw a niche for the affluent: leisure properties that were small enough to make guests feel as though they were on their own private estate, but equipped with all the facilities of the world's great hotels. His first such development was The Carnegie Club at Skibo Castle in Scotland, the venue for Madonna and Guy Ritchie's wedding. This was sold in 2003 to Ellis Short. Through his wife Lana's company, Havana West, other similar developments have included: the Cherokee Plantation in South Carolina; Stapleford Park and Bovey Castle, both in England; and Carnegie Abbey in Rhode Island. Each is a private club with golf courses and other amenities — clay pigeon shooting, falconry, horse riding, tennis — depending on what fits with the club's local environment. Again with Lana's Havana West company he founded the Abaco Club at Winding Bay in Abaco, Bahamas, building a golf course at the location. He bought four properties in Grenada in the Caribbean, where he developed a marina and resort village. In late 2009, de Savary purchased a former YMCA located in Newport, RI, that had been converted into Vanderbilt Hall hotel. He added a small collection of American Illustration artworks to the property from the American Illustrators Gallery, New York, including a piece by Howard Chandler Christy titled "Jeanie with the Light Brown Hair". The painting depicts Stephen Foster composing the song of the same name. Other artists on display included Bradshaw Crandell, Constantin Alajalov, Helen Dryden, John Lagatta, George Hughes, Thomas Webb, Rico Tomaso, Carl Burger and Rolf Armstrong. The property was sold to Grace Hotels in 2010, then to Auberge Resorts Collection in 2018. Yachting De Savary led the British sailing team in its challenge for the America's Cup in 1983 but his contender, Victory 83, was beaten by Australia II in the final heat. In 1992 de Savary withdrew from the race as he could not raise the £2 million necessary to compete. De Savary used the motor yacht Kalizma (formerly home to Elizabeth Taylor and Richard Burton during filming in London, named for their children) as a support vessel for the America's Cup races, but has since sold the ship. He also once owned the luxury yacht MY Land's End. In 1988 he founded Pendennis Shipyard in Falmouth, Cornwall, which builds and restores luxury yachts. He was responsible for the development of the new housing complex called Port Pendennis, also in Falmouth, which adjoins the shipyard there. He was also a sponsor of the Grenada Sailing Festival. De Savary raced for many years in the Bucket Regatta in Newport, Rhode Island, and St Barts in the Caribbean. He was awarded the trophy "Spirit of the Bucket" in 2010. He was a member of the Royal Thames Yacht Club and the New York Yacht Club. Football In November 2005, he succeeded Theo Paphitis as chairman of Millwall Holdings plc and as chairman of Millwall F.C. Stewart Till succeeded him on 3 May 2006 as the football club chairman, and de Savary remained as chairman of Millwall Holdings plc until October 2006. In March 2011, de Savary was linked with a deal to purchase the financially stricken League One club Plymouth Argyle F.C. However, de Savary denied any interest in buying the club, which was eventually purchased by Plymouth City Council the following October. Political activity In 1997 De Savary stood as a Referendum Party candidate for Falmouth and Camborne. He came fourth receiving 3,534 (6.6%) votes. Personal life and death De Savary was married three times. He had five daughters, two from his first marriage ( Lisa, who worked in public relations in 1997 and as a photographer in 2010 and who provided him with two grandsons and a granddaughter and Nicola, who studied medicine at King's College London, is a doctor and mother to three more grandsons, Jack, Henry and Walter Moore). His second wife was his personal assistant Alice Simms to whom he was only married for a year. His third wife was Lana Paton, from Charleston, South Carolina. He had three daughters by Lana (Tara, Amber and Savannah). Amber was a dressage rider who represented her country more than 20 times at dressage. In December 1987, after departing from St. Barthélemy in the Caribbean with his pilot, a nanny, his pregnant wife and his three daughters, their plane went into a stall, plunged into the Caribbean and landed upside down. The pilot died, and one of de Savary's daughters had to be revived on the beach. De Savary said, "At that point, my philosophy on life changed a little. When you genuinely look death in the eye, you know that nothing's going with you, and life is but a thread. It's a pretty tenuous thing we're hanging on to. So, what is the point of making money? I concluded it certainly isn't for accumulating it. That's the most stupid thing I ever heard of. So, there can be only one point, and that's to spend it. Now, I'm not ridiculously wasteful, but I may be slightly extravagant. As Andrew Carnegie said, 'to die rich is to die disgraced'." De Savary died in London from a heart attack on 30 October 2022, at the age of 78. References External links Official website MY Land's End "De Savary sets Premiership target", BBC Sport, 30 November 2005 Port Louis Grenada Mount Cinnamon Grenada Vanderbilt Hall, Newport RI 1944 births 2022 deaths People educated at Charterhouse School English businesspeople English football chairmen and investors English people of French descent Referendum Party politicians British expatriates in Nigeria Millwall F.C. directors and chairmen People from Burnham-on-Crouch
La Petite Décharge is a tributary of La Grosse Décharge, flowing in the unorganized territory of Lac-Ministuk, in the Le Fjord-du-Saguenay Regional County Municipality, in the administrative region of Saguenay–Lac-Saint-Jean, in the province of Quebec, in Canada. The course of "La Petite Décharge" crosses the northern part of the zec Mars-Moulin. This small valley is served by the "Chemin de la Consol Paper" and the "Chemin des Lac des Maltais". A few other secondary forest roads serve "La Petite Décharge" valley, especially for forestry and recreational tourism activities. Forestry is the main economic activity in this valley; recreational tourism, second. The surface of "La Petite Décharge" is usually frozen from the beginning of December to the end of March, however the safe circulation on the ice is generally done from mid-December to mid-March. Geography The main watersheds neighboring "La Petite Décharge" are: north side: Lac des Maltais, Gauthier River, Paradis brook, rivière du Moulin, Saguenay River; east side: rivière à Mars, Lake Como, Bras du Coco, Bras Rocheux, Bras d'Hamel, Ha! Ha! River; south side: rivière du Moulin, Bras de Jacob, Bras Henriette, west side: rivière du Moulin, Pères lake, Bras Henriette. The Little Landfill rises at the confluence of two streams (altitude: ) in forest and mountainous areas. This source is located at: north-east of the course of the rivière du Moulin; south-east of the village of Laterrière; south-west of the confluence of the Petite Décharge and la Grosse Décharge; south-east of the Portage-des-Roches dam, erected at the head of the Chicoutimi River; south-east of the confluence of the rivière du Moulin and the Saguenay River in the Chicoutimi sector of the city of Saguenay. From its source, La Petite Décharge flows over with a drop of entirely in the forest zone, according to the following segments: towards the northeast by collecting the discharge (coming from the northwest) of the "Grand lac à Foin" and the "Petit lac à Foin", up to a bend of the river, corresponding to a small lake; towards the north while continuing to cross a small lake (length: ; altitude: ), until at the outlet (coming from the east) of a stream; towards the east by crossing on a small lake (length: ; altitude: ), then north curving northeast, to a stream (coming from the south); towards the north-east, forming a large curve towards the west, up to a stream (coming from the south); towards the northeast, in particular by crossing a small lake (length: ; altitude: ), by collecting a stream (coming from the east), then bending towards the east, to a stream (coming from the south); north-east, to its mouth. The Little Discharge emties on the south bank of the Grosse Décharge. This confluence is located at: west of the rivière à Mars course; southwest of the course of the Ha! Ha! River; south-east of Bagotville Airport terminal; northeast of the course of the rivière du Moulin; south-west of the confluence of the Mars river and the Baie des Ha! Ha!; south-east of downtown Saguenay. From the mouth of the "Petite Décharge", the current successively follows the course of the Grosse Décharge on to the east, the course of the rivière à Mars on north and northeast, crosses Baie des Ha! Ha! on towards the northeast, then the course of the Saguenay River on in the east until Tadoussac where it merges with the Saint Lawrence Estuary. Toponymy The toponym "La Petite Décharge" was formalized on June 29, 1983, at the Place Names Bank of the Commission de toponymie du Québec. See also Le Fjord-du-Saguenay Regional County Municipality Lac-Ministuk, a TNO Zec Mars-Moulin, a ZEC La Grosse Décharge (Mars River tributary) Rivière à Mars Baie des Ha! Ha! Saguenay River List of rivers of Quebec Notes and references Rivers of Saguenay–Lac-Saint-Jean Le Fjord-du-Saguenay Regional County Municipality
Aphaenops jeanneli is a species of beetle in the subfamily Trechinae. It was described by Abeille de Perrin in 1905. References jeanneli Beetles described in 1905 Taxa named by Elzéar Abeille de Perrin
Dong is a state constituency in Pahang, Malaysia, that has been represented in the Pahang State Legislative Assembly. Demographics History Polling districts According to the federal gazette issued on 31 October 2022, the Dong constituency is divided into 11 polling districts. Representation history Election results References Pahang state constituencies
Leonhard Helmschrott (born 5 June 1921 (Unterthürheim); died 28 October 2011 (Berlin) was a German journalist and politician. He was a founding member of the National Committee for a Free Germany (NKFD / Nationalkomitee Freies Deutschland). Between 1948 and 1989 he was the chief editor of the Bauernecho (Farmer's Echo). Life Early life, military service Helmschrott was born the son of a small farmer in a small hamlet on the western edge of Bavaria, not too far from Augsburg. He left school in 1935 and worked on the family farm. In February 1941 he was drafted into the army. He was sent to the eastern front where in September 1942, having already reached the rank of corporal, he was taken prisoner of war. He promptly agreed to cooperate with his Red army captors and was very soon agitating with fly-leaflets (to be dropped from light planes flying over German lines) and loud speakers in trenches on the Soviet-German frontline. However, he was soon taken away from the fighting, and helping with the Anti-fascist programme at the Krasnogorsk prison camp (Prison camp 27). Between February and July 1943 Helsmschrott was sent to the Antifascist school at Krasnogorsk, and it was here that he participated in the conference that founded the Soviet-based National Committee for a Free Germany (NKFD / Nationalkomitee Freies Deutschland). Helmschrott was elected a founder member. In the ensuring months and years he also produced the newspaper and contributed to the NKFD's "Free Germany" radio station. Arrival in East Germany After the war Helschrott left the prison camp at the end of November 1945, and on 8 December 1945, along with other prisoners of war including Luitpold Steidle and Matthäus Klein, was flown on a flight organised by the NKFD from Moscow to Berlin to be greeted by Walter Ulbricht, head of the nation building team that had itself arrived in Berlin from Moscow at the end of April 1945. Before the end of 1945 Helsmchrott had joined the Communist party (KPD). This, following the forced merger in what was becoming the Germany Democratic Republic (East Germany) of the KPD and the SPD left him, in 1946, a member of the new country's ruling Socialist Unity Party of Germany (SED). Newspaper editor, Karl Marx Party Academy He became editor of the KPD newspaper "Volkszeitung" ("Peoples' Newspaper") which was later renamed "LandesZeitung" ("Country Newspaper"), now a paper of the new SED (party), in Mecklenburg. In 1947 and 1948 he worked as a freelance journalist. In 1948 Helsmchrott was sent to the Karl Marx Party Academy. Political career While he was still studying at the Academy Helmschrott was mandated by the SED (party) to participation in the establishment of the Democratic Farmers' Party of Germany (DBD / Demokratische Bauernpartei Deutschlands), a response to concern that the SED was failing attract popular support in the countryside. He immediately became a member of the new party's executive committee and, importantly, editor in chief of the party newspaper, Bauernecho (Farmer's Echo). He retained this editorship till 1989, and during the intervening 41 years was responsible for more than 6,000 editions of the newspaper which appeared three times per week. In 1949 Helsmchrott was elected to the national Volkskammer ("Peoples' parliament") for the DBD (party), and from 1963 till 1986 he was chairman of the party's 52 member group. From 1958 he belonged to the parliamentary national defence committee of which, in 1986, he became deputy chairman. He generated headlines in West Germany in 1963 with a declaration that a right to Conscientious objection against military service was unthinkable in the German Democratic Republic. Between 1971 and 1976 he was deputy chairman of the East German Interparliamentary Group. After completing a correspondence course with the Karl Marx University at Leipzig, in 1962 Helmschrott received a Diploma in Journalism. Between 1986 and 1990 he was a member of the State Council of East Germany. Fall of the Berlin Wall The Berlin Wall fell on 9 November 1989, and on 15 November 1989, reacting to events more quickly than many party colleagues, Helmschrott had at his own request been replaced both at the "Bauern Echo" and from his political positions as Presidium member and in the party secretariat. That left the presidency of the DBD (Democratic Farmers' Party), and he resigned from this in January 1990. In June 1990 the DBD merged with the CDU (Christian Democratic Union) which would itself merge with its West German counterpart in October of the same year. For the first time since his return from Moscow in 1945 Leonhard Helmschrott was not a member of any political party. Awards 1970 Patriotic Order of Merit (gold) 1975 Star of People's Friendship 1981 Patriotic Order of Merit (clasp) Publication Sag nicht, ich kann nichts tun. Erinnerungen. edition ost, Berlin 2011. References 1921 births 2011 deaths People from Dillingen (district) Communist Party of Germany politicians Socialist Unity Party of Germany members Democratic Farmers' Party of Germany politicians Members of the State Council of East Germany Members of the Provisional Volkskammer Members of the 1st Volkskammer Members of the 2nd Volkskammer Members of the 3rd Volkskammer Members of the 4th Volkskammer Members of the 5th Volkskammer Members of the 6th Volkskammer Members of the 7th Volkskammer Members of the 8th Volkskammer Members of the 9th Volkskammer German journalists German male journalists German male writers National Committee for a Free Germany members Recipients of the Patriotic Order of Merit (honor clasp)
Sonchus marginatus, synonym Dendroseris marginata, is a species of flowering plant in the family Asteraceae. It is endemic to the Juan Fernández Islands of Chile. It is threatened by habitat loss. References marginatus Endemic flora of the Juan Fernández Islands Critically endangered plants Taxonomy articles created by Polbot
```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\Aiplatform; class your_sha256_hashc extends \Google\Collection { protected $collection_key = 'values'; /** * @var string */ public $defaultValue; /** * @var string[] */ public $values; /** * @param string */ public function setDefaultValue($defaultValue) { $this->defaultValue = $defaultValue; } /** * @return string */ public function getDefaultValue() { return $this->defaultValue; } /** * @param string[] */ public function setValues($values) { $this->values = $values; } /** * @return string[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(your_sha256_hashc::class, your_sha256_hashterSpecCategoricalValueSpec'); ```
Sound Relief was a multi-venue rock music concert held on 14 March 2009, which was announced by the Premier of Victoria, John Brumby on 24 February 2009. The event was organised by Michael Gudinski, Michael Chugg, Amanda Pelman, Joe Segreto & Tom Lang of IMC/Homebake Festival and Mark Pope to raise funds for those affected by the February 2009 Victorian bushfires. The event was held simultaneously at the Melbourne Cricket Ground and the Sydney Cricket Ground. All the proceeds from the Melbourne Concert and half of the proceeds of the Sydney Concert went to the Red Cross Victorian Bushfire Appeal. The other half of the Sydney proceeds went to the Queensland Premier's Disaster Relief Appeal to help flood victims. A special presentation was held midway through the concerts, with a satellite link between the two venues. At this time, Kylie Minogue, at the Melbourne event, performed "I Still Call Australia Home" and Australian actress Toni Collette introducing Princes William and Harry who sent their support via satellite. The Princes' speech at Sound Relief was their first ever to the nation and as such, made Australian Constitutional history. Jet and Wolfmother flew interstate to play at both concerts. Hunters & Collectors reunited for the first time in over 10 years for the concert. The finale of the show was Midnight Oil who had reformed to perform on the Melbourne stage at the MCG. Lead singer Peter Garrett, was then also Australia's Minister for Environment and the Arts. Some members of Crowded House made a surprise appearance with Liam Finn to perform three of their hits. Kings of Leon chose not to perform their popular No. 1 hit, Sex on Fire, out of respect for the bushfire victims. Footage was released on DVD on 9 October. It contains partial 9-hour footage of the concert but every artist who performed at the event is represented. The DVD debuted at No. 2 in the Australian ARIA Top 40 DVDs, has been certified 5× Platinum. The Concerts Melbourne Cricket Ground The line-up for the Melbourne concert featured: Jet – "Rip it Up", "Are You Gonna Be My Girl", "Get Me Outta Here", "Look What You've Done" (12:10 pm) Gabriella Cilmi – "Got No Place to Go", "Sweet About Me", "Don't Wanna Go To Bed Now", "Save the Lies", "Whole Lotta Love" (12:55 pm) Kings of Leon – "Crawl", "Revelry", "On Call", "Use Somebody" (1:40 pm) Paul Kelly – "Dumb Things", "To Her Door", "God Told Me To", "Leaps and Bounds", "How to Make Gravy", "Meet me in the Middle of the Air" (2:20 pm) Augie March – "Lupus", "Pennywhistle", "Brundisium", "There Is No Such Place", "This Train Will Be Taking No Passengers", "One Crowded Hour" (3:05 pm) Bliss N Eso with Paris Wells – "Up Jumped The Boogie", "Eye of the Storm", "Bullet and a Target", "Remember Me", "Party at my Place", "Field of Dreams", "The Sea is Rising" (3:50 pm) Kasey Chambers & Shane Nicholson with Troy Cassar-Daley – "Rattlin Bones", "Monkey on a Wire", "The Captain", "The House That Never Was" (4:35 pm) Liam Finn special appearance by Crowded House – "Second Chance", "Lead Balloon", "Don't Dream It's Over", "Weather With You", "Better Be Home Soon" (5:30 pm) Jack Johnson – "Sitting Waiting Wishing" "Flake" "Banana Pancakes", "Times Like These", "Better Together" (6:20 pm) Wolfmother – "Back Round", "Dimension", "Woman", "White Unicorn", "Joker and the Thief" (7:00 pm) Kylie Minogue – "I Still Call Australia Home" (a cappella) (7:50 pm) Hunters & Collectors – "When the River Runs Dry", "Do You See What I See", "Blind Eye", "Say Goodbye", "Holy Grail", "Throw Your Arms Around Me", "The Slab" (encore) (8:00 pm) Split Enz – "Shark Attack", "Poor Boy", "I Got You", "Message to My Girl", "Dirty Creature", "Pioneer", "Six Months in a Leaky Boat", "History Never Repeats", "I See Red" (8:55 pm) Midnight Oil – "Redneck Wonderland", "Read About It", "Blue Sky Mine" (incorrectly listed as "Blue Sky Mining" on the DVD banner), "Advance Australia Fair" (instrumental), "One Country", "Beds Are Burning", "King of the Mountain", "The Dead Heart", "Power and the Passion", "Best of Both Worlds", "Sometimes" (encore) (9:50) A number of celebrities shared the MC duties between performances, including music industry icon Molly Meldrum, music producer and event co-organiser Michael Gudinski, Victorian premier John Brumby, skateboarder Tony Hawk and announcers from a range of radio stations, including Dave Hughes, Ed Kavalee, Hamish & Andy and Red Symons. During Split Enz's performance of "I See Red", Red Symons walked across the stage, so vocalist Tim Finn literally did "see Red" The MCG concert sold out quickly, with over 80,000 tickets sold. That makes the Melbourne event the largest paid concert event in Australian history. Sydney Cricket Ground The line-up for the Sydney concert featured: Coldplay – "Life in Technicolor", "Yellow", "Lost!", "Clocks", "Viva La Vida", "You're the Voice" (featuring John Farnham), "Fix You" Hoodoo Gurus – "Tojo", "The Right Time", "Like Wow – Wipeout", "What's My Scene", "Come Anytime" Little Birdy – "Come on Come On", "Six Months in a Leaky Boat", "Brother", "Beautiful To Me" Architecture in Helsinki – "Hold Music", "Do The Whirlwind", "Heart It Races", "That Beep" You Am I – "Frightfully Moderne", "It Ain't Funny How We Don't Talk Anymore", "Gunslingers", "How Much is Enough", "Berlin Chair", "Thank God I've Hit The Bottom", "The Piano up the Tree" Josh Pyke – "Lines on Palms", "The Summer", "Make You Happy", "Don't Wanna Let You Down", "Middle of the Hill", "Memories And Dust" Marcia Hines – "Fire and Rain" Taylor Swift – "You Belong with Me", "Our Song", "Love Story", "Change" Eskimo Joe – "Sarah", "Inshalla", "Foreign Land", "London Bombs", "From the Sea", "Black Fingernails, Red Wine" Jet – "Rip It Up", "Are You Gonna Be My Girl", "She's A Genius", "Shine On", "Put Your Money Where Your Mouth Is", "Cold Hard Bitch" The Presets – "Talk Like That", "Yippiyo-Ay", "Are You The One?", "This Boy's in Love", "Kicking And Screaming", "My People" Icehouse – "We Can Get Together", "Crazy", "Electric Blue", "Can't Help Myself", "Great Southern Land" Barry Gibb with Olivia Newton-John – "To Love Somebody", "Jive Talkin'", "Words", "Islands in the Stream", "I Honestly Love You", "How Can You Mend a Broken Heart", "Guilty", "You Should Be Dancing", "Spicks and Specks" Coldplay singer Chris Martin historically ran into the crowd towards the end of their song "Fix You" and did not make it back for the end of the song, but the crowd continued to sing anyway. Once he made it back to the stage he then repeated the end of the song, but was so exhausted that he let the crowd sing the final line. He was then unwell after the performance and spent the afternoon vomiting, still managing to play a second show that night. Eskimo Joe, Wolfmother and Jet all premiered new songs that had not been released yet. Eskimo Joe sung "Foreign Land" and "Inshalla", Wolfmother sang "Back Round" and Jet sang "She's A Genius". Little Birdy sang "Six Months in a Leaky Boat" in Sydney and Split Enz would sing it at Melbourne later that night. While Jet and Wolfmother played most of their songs at both concerts, this was the only song to be played at both concerts by two separate artists. Australian actress Toni Collette introduced Princes William and Harry who sent their support via satellite. The Presets performed parts of their song during the middle of a lightning storm. Media coverage On television, the Sydney concert was broadcast on XYZnetworks-owned pay TV music channel Max, with the Melbourne concert was broadcast on sister channel Channel V. On radio, Triple J produced a feed syndicated to commercial radio networks for free, with acts from both concerts produced by the station's live music team. Aside from the station itself, the feed was aired on the Triple M, Nova and Vega networks. Certifications The DVD was released in 2009 and was certified 5× Platinum in Australia by December 2009. References External links 2009 in music ARIA Award-winning albums Benefit concerts in Australia Rock festivals in Australia Music festivals established in 2009 Music festivals in Melbourne Music festivals in New South Wales Festivals in Sydney
Coimbatore District was one of the districts of the erstwhile Madras Presidency of British India. It covered the areas of the present-day districts of Coimbatore, Erode and Tirupur and the Kollegal taluk of present-day Karnataka. It covered a total area of and was sub-divided into 10 taluks. The administrative headquarters was Coimbatore city. Most of Coimbatore's inhabitants were Tamil-speaking but there were also large numbers of Malayalam, Telugu and Kannada speaking people. History Coimbatore was a part of the ancient Chera kingdom during the Sangam Age. After the Chera kingdom fell, the region was ruled by the Western Gangas and the Hoysalas. Coimbatore came under Muslim rule in the 13th century AD and was a province of the Vijayanagar Empire. After the fall of the Vijayanagar Empire, Coimbatore was ruled by the Madurai Nayaks till 17th century. A series of wars between the Kingdoms of Kingdom of Mysore of Madurai Nayak dynasty resulted in the region coming under the control of Mysore kings till the defeat of Tipu Sultan in the Third Mysore War in 1792, Coimbatore became a part of British India. The district was founded in 1805. In 1868 Nilgiri District was segregated. The Avinashi taluk was formed when Karur was separated from the district and merged with Trichinopoly District. In 1927 and 1929 other readjustments were made. In 1956 the Kollegal taluk was transferred to Mysore State. In 1975 and 1979 some sub-taluks were promoted to taluks, including Satyamangalam, Perundurai and Mettupalayam, so that Coimbatore district ended up with 12 taluks, but before the end of 1979 the six taluks of Bhavani, Gopichettipalaiyam, Satyamangalam, Erode, Perundurai and Dharapuram, were segregated to form Erode district. The remaining six taluks became nine after two new ones were established and a further one was bifurcated. Taluks Coimbatore district was sub-divided into 10 taluks: Bhavani (Area: ; Headquarters: Bhavani) Coimbatore (Area: ; Headquarters: Coimbatore) Dharapuram (Area: ; Headquarters: Dharapuram) Erode (Area: ; Headquarters: Erode) Karur (Area: ; Headquarters: Karur) Kollegal (Area: ; Headquarters: Kollegal) Palladam (Area: ; Headquarters: Palladam) Pollachi (Area: ; Headquarters: Pollachi) Satyamangalam (Area: ; Headquarters: Gobichettipalayam) Udamalpet (Area: ; Headquarters: Udamalpet) Administration Coimbatore district was divided into 4 sub-divisions: Coimbatore sub-division: Coimbatore and Sathyamangalam taluks Erode sub-division: Bhavani, Dharapuram, Erode and Karur taluks Kollegal sub-division: Kollegal taluk Pollachi sub-division: Pollachi, Palladam and Udumalpet See also History of Coimbatore References Districts of the Madras Presidency Coimbatore district 1805 establishments in British India
```forth *> \brief \b CERRRQ * * =========== DOCUMENTATION =========== * * Online html documentation available at * path_to_url * * Definition: * =========== * * SUBROUTINE CERRRQ( PATH, NUNIT ) * * .. Scalar Arguments .. * CHARACTER*3 PATH * INTEGER NUNIT * .. * * *> \par Purpose: * ============= *> *> \verbatim *> *> CERRRQ tests the error exits for the COMPLEX routines *> that use the RQ decomposition of a general matrix. *> \endverbatim * * Arguments: * ========== * *> \param[in] PATH *> \verbatim *> PATH is CHARACTER*3 *> The LAPACK path name for the routines to be tested. *> \endverbatim *> *> \param[in] NUNIT *> \verbatim *> NUNIT is INTEGER *> The unit number for output. *> \endverbatim * * Authors: * ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley *> \author Univ. of Colorado Denver *> \author NAG Ltd. * *> \ingroup complex_lin * * ===================================================================== SUBROUTINE CERRRQ( PATH, NUNIT ) * * -- LAPACK test 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*3 PATH INTEGER NUNIT * .. * * ===================================================================== * * .. Parameters .. INTEGER NMAX PARAMETER ( NMAX = 2 ) * .. * .. Local Scalars .. INTEGER I, INFO, J * .. * .. Local Arrays .. COMPLEX A( NMAX, NMAX ), AF( NMAX, NMAX ), B( NMAX ), $ W( NMAX ), X( NMAX ) * .. * .. External Subroutines .. EXTERNAL ALAESM, CGERQ2, CGERQF, CGERQS, CHKXER, CUNGR2, $ CUNGRQ, CUNMR2, CUNMRQ * .. * .. Scalars in Common .. LOGICAL LERR, OK CHARACTER*32 SRNAMT INTEGER INFOT, NOUT * .. * .. Common blocks .. COMMON / INFOC / INFOT, NOUT, OK, LERR COMMON / SRNAMC / SRNAMT * .. * .. Intrinsic Functions .. INTRINSIC CMPLX, REAL * .. * .. Executable Statements .. * NOUT = NUNIT WRITE( NOUT, FMT = * ) * * Set the variables to innocuous values. * DO 20 J = 1, NMAX DO 10 I = 1, NMAX A( I, J ) = CMPLX( 1. / REAL( I+J ), -1. / REAL( I+J ) ) AF( I, J ) = CMPLX( 1. / REAL( I+J ), -1. / REAL( I+J ) ) 10 CONTINUE B( J ) = 0. W( J ) = 0. X( J ) = 0. 20 CONTINUE OK = .TRUE. * * Error exits for RQ factorization * * CGERQF * SRNAMT = 'CGERQF' INFOT = 1 CALL CGERQF( -1, 0, A, 1, B, W, 1, INFO ) CALL CHKXER( 'CGERQF', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CGERQF( 0, -1, A, 1, B, W, 1, INFO ) CALL CHKXER( 'CGERQF', INFOT, NOUT, LERR, OK ) INFOT = 4 CALL CGERQF( 2, 1, A, 1, B, W, 2, INFO ) CALL CHKXER( 'CGERQF', INFOT, NOUT, LERR, OK ) INFOT = 7 CALL CGERQF( 2, 1, A, 2, B, W, 1, INFO ) CALL CHKXER( 'CGERQF', INFOT, NOUT, LERR, OK ) * * CGERQ2 * SRNAMT = 'CGERQ2' INFOT = 1 CALL CGERQ2( -1, 0, A, 1, B, W, INFO ) CALL CHKXER( 'CGERQ2', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CGERQ2( 0, -1, A, 1, B, W, INFO ) CALL CHKXER( 'CGERQ2', INFOT, NOUT, LERR, OK ) INFOT = 4 CALL CGERQ2( 2, 1, A, 1, B, W, INFO ) CALL CHKXER( 'CGERQ2', INFOT, NOUT, LERR, OK ) * * CGERQS * SRNAMT = 'CGERQS' INFOT = 1 CALL CGERQS( -1, 0, 0, A, 1, X, B, 1, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CGERQS( 0, -1, 0, A, 1, X, B, 1, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CGERQS( 2, 1, 0, A, 2, X, B, 1, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CGERQS( 0, 0, -1, A, 1, X, B, 1, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CGERQS( 2, 2, 0, A, 1, X, B, 2, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) INFOT = 8 CALL CGERQS( 2, 2, 0, A, 2, X, B, 1, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) INFOT = 10 CALL CGERQS( 1, 1, 2, A, 1, X, B, 1, W, 1, INFO ) CALL CHKXER( 'CGERQS', INFOT, NOUT, LERR, OK ) * * CUNGRQ * SRNAMT = 'CUNGRQ' INFOT = 1 CALL CUNGRQ( -1, 0, 0, A, 1, X, W, 1, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CUNGRQ( 0, -1, 0, A, 1, X, W, 1, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CUNGRQ( 2, 1, 0, A, 2, X, W, 2, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CUNGRQ( 0, 0, -1, A, 1, X, W, 1, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CUNGRQ( 1, 2, 2, A, 1, X, W, 1, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNGRQ( 2, 2, 0, A, 1, X, W, 2, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) INFOT = 8 CALL CUNGRQ( 2, 2, 0, A, 2, X, W, 1, INFO ) CALL CHKXER( 'CUNGRQ', INFOT, NOUT, LERR, OK ) * * CUNGR2 * SRNAMT = 'CUNGR2' INFOT = 1 CALL CUNGR2( -1, 0, 0, A, 1, X, W, INFO ) CALL CHKXER( 'CUNGR2', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CUNGR2( 0, -1, 0, A, 1, X, W, INFO ) CALL CHKXER( 'CUNGR2', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CUNGR2( 2, 1, 0, A, 2, X, W, INFO ) CALL CHKXER( 'CUNGR2', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CUNGR2( 0, 0, -1, A, 1, X, W, INFO ) CALL CHKXER( 'CUNGR2', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CUNGR2( 1, 2, 2, A, 2, X, W, INFO ) CALL CHKXER( 'CUNGR2', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNGR2( 2, 2, 0, A, 1, X, W, INFO ) CALL CHKXER( 'CUNGR2', INFOT, NOUT, LERR, OK ) * * CUNMRQ * SRNAMT = 'CUNMRQ' INFOT = 1 CALL CUNMRQ( '/', 'N', 0, 0, 0, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CUNMRQ( 'L', '/', 0, 0, 0, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CUNMRQ( 'L', 'N', -1, 0, 0, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 4 CALL CUNMRQ( 'L', 'N', 0, -1, 0, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNMRQ( 'L', 'N', 0, 0, -1, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNMRQ( 'L', 'N', 0, 1, 1, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNMRQ( 'R', 'N', 1, 0, 1, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 7 CALL CUNMRQ( 'L', 'N', 2, 1, 2, A, 1, X, AF, 2, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 7 CALL CUNMRQ( 'R', 'N', 1, 2, 2, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 10 CALL CUNMRQ( 'L', 'N', 2, 1, 0, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 12 CALL CUNMRQ( 'L', 'N', 1, 2, 0, A, 1, X, AF, 1, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) INFOT = 12 CALL CUNMRQ( 'R', 'N', 2, 1, 0, A, 1, X, AF, 2, W, 1, INFO ) CALL CHKXER( 'CUNMRQ', INFOT, NOUT, LERR, OK ) * * CUNMR2 * SRNAMT = 'CUNMR2' INFOT = 1 CALL CUNMR2( '/', 'N', 0, 0, 0, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 2 CALL CUNMR2( 'L', '/', 0, 0, 0, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 3 CALL CUNMR2( 'L', 'N', -1, 0, 0, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 4 CALL CUNMR2( 'L', 'N', 0, -1, 0, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNMR2( 'L', 'N', 0, 0, -1, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNMR2( 'L', 'N', 0, 1, 1, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 5 CALL CUNMR2( 'R', 'N', 1, 0, 1, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 7 CALL CUNMR2( 'L', 'N', 2, 1, 2, A, 1, X, AF, 2, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 7 CALL CUNMR2( 'R', 'N', 1, 2, 2, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) INFOT = 10 CALL CUNMR2( 'L', 'N', 2, 1, 0, A, 1, X, AF, 1, W, INFO ) CALL CHKXER( 'CUNMR2', INFOT, NOUT, LERR, OK ) * * Print a summary line. * CALL ALAESM( PATH, OK, NOUT ) * RETURN * * End of CERRRQ * END ```
John Fox Potter nicknamed "Bowie Knife Potter" (May 11, 1817May 18, 1899) was a nineteenth-century politician, lawyer and judge from Wisconsin who served in the Wisconsin State Assembly and the U.S. House of Representatives. Early and family life Born in Augusta in Massachusetts' District of Maine, Potter attended common schools and Phillips Exeter Academy. He married Frances Elizabeth Lewis Fox Potter (1818–1863) of Portland, Maine. Her father George Fox (1791–1864) and unmarried sisters would move to Wisconsin and farm alongside the Potters. Their son John Kendall Potter (1853–1864) barely survived his mother. However, their children Rebecca (1841–1908), Alfred (1843–1915) and Frances (1847–after 1900) did survive and have children. Career Admitted to the Wisconsin bar in 1837, Potter began his legal practice in East Troy. He served as a judge in Walworth County from 1842 to 1846. A Whig, Potter was elected a member of the Wisconsin State Assembly, and served a term (1856–1857). He was a delegate to the 1852 Whig National Convention and 1856 Whig National Convention. With the demise of the Whig party, Potter became a Republican and became a delegate to the Republican National Convention in 1860 and 1864. Member of Congress Wisconsin voters elected Potter to the United States House of Representatives in 1856 and he won re-election twice. Thus, Potter served in the 35th through the 37th Congresses (1857 to 1863). Potter received his nickname in 1860, as a result of an aborted duel with Virginia Congressman Roger A. Pryor after Illinois Congressman (and abolitionist) Owen Lovejoy's remarks concerning the 1837 murder of his brother Elijah Lovejoy. Pryor had edited Potter's follow-up remarks to eliminate a mention of the Republican Party, to which Potter had objected, then Pryor challenged Potter to a duel, but his seconds objected when Potter chose bowie knives as the prospective weapon, decrying his selection of weapon as "vulgar, barbarous, and inhuman." The incident received considerable press, and Potter's friends afterward often accompanied him when on Washington's streets, lest he be accosted again to test his mettle. Potter served as chairman of the Committee on Revolutionary Pensions from 1859 to 1861 and of the Committee on Public Lands from 1861 to 1863. In this latter role, his committee handled the Homestead Act of 1862. He was considered one of the "Radical Republicans" due to his support for African-American civil rights and the belief that not only should slavery not be allowed to expand, but that it should be banned in states where it currently existed. In 1861, Potter was one of the participants in the Peace Conference of 1861, which failed to avert the American Civil War. He was defeated in his race for reelection in 1862 by fellow Maine-born lawyer James S. Brown, a Democrat who had been Milwaukee prosecutor and mayor, and who would be defeated the following year by a Republican general. During the campaign, his son Alfred C. Potter had enlisted in the 28th Wisconsin Infantry Regiment in August 1862 as a sergeant, but would be mustered out the following April, and began receiving a pension in 1896. Later career After Potter's congressional term ended in early 1863, he declined appointment as governor of Dakota Territory, and his wife died in May 1863 in Washington, D.C., leaving Potter a widower with a ten year old son. The Lincoln administration then appointed Potter as Consul General of the United States in the British-controlled Province of Canada from 1863 to 1866. Thus Potter resided in what was then the Canadian capital of Montreal, Lower Canada. In 1866, Potter returned to East Troy, Wisconsin, where he resumed his legal practice. Death and legacy Potter died at his home on May 18, 1899. He was interred beside his wife in the family plot at Oak Ridge Cemetery in East Troy. The Wisconsin Historical Society received his knife. References External links 1817 births 1899 deaths 19th-century American diplomats Republican Party members of the Wisconsin State Assembly Politicians from Augusta, Maine People of Wisconsin in the American Civil War Phillips Exeter Academy alumni Wisconsin lawyers Wisconsin state court judges Wisconsin Whigs Republican Party members of the United States House of Representatives from Wisconsin 19th-century American politicians People from East Troy, Wisconsin 19th-century American judges 19th-century American lawyers Radical Republicans
Equatorial Guinea first participated at the Olympic Games in 1984, and has sent athletes to compete in every Summer Olympic Games since then. The nation has never participated in the Winter Olympic Games. As of 2016, no athlete from Equatorial Guinea has ever won an Olympic medal. The nation's most famous Olympic athlete is Eric Moussambani, who achieved some international notoriety for his exceptionally slow performance in swimming at the 2000 Summer Olympics. The National Olympic Committee for Equatorial Guinea was created in 1980 and recognized by the International Olympic Committee in 1984. Medal tables Medals by Summer Games See also List of flag bearers for Equatorial Guinea at the Olympics :Category:Olympic competitors for Equatorial Guinea External links
Oona Anne Hathaway (born 1972) is an American professor and lawyer. She is the founder and director of the Center for Global Legal Challenges at Yale Law School. She is also a professor of international and area studies at the MacMillan Center for International and Area Studies and a faculty member at the Jackson School of Global Affairs. Biography Hathaway was born and raised in Portland, Oregon. While in high school, she participated in the We the People and Mock Trial programs as a student at Lincoln High School, where she was also student body president. She received her B.A. summa cum laude from Harvard University in 1994 and her J.D. from Yale Law School, where in 1997 she was editor-in-chief of the Yale Law Journal. After graduation, Hathaway clerked for Justice Sandra Day O'Connor of the U.S. Supreme Court during the 1998 Term, and for D.C. Circuit Judge Patricia Wald. Following her clerkships, Hathaway held fellowships at Harvard University's Carr Center for Human Rights Policy and Center for the Ethics and the Professions. She was an associate professor at Boston University School of Law and served as Professor of Law at UC Berkeley School of Law. She is currently the Gerard C. and Bernice Latrobe Smith Professor of International Law, counselor to the dean at Yale Law School Professor of International Law and Area Studies at the Yale University MacMillan Center, Professor of the Yale University Department of Political Science, Director of the Yale Law School Center for Global Legal Challenges, and an Executive Editor at Just Security. From 2009 to 2013, 2010 to 2014, 2013 to 2017, and 2016 to 2020, the last period in which a study was done, Hathaway was one of the ten most cited international law scholars. She was both the only woman in the top 10 and also youngest person on both lists. She is also among the top 10 most cited legal scholars in any field born in 1970 or after. She has published widely and been quoted in the media as an expert on treaties and constitutional law. In 2014–15, she served as the special counsel to the general counsel at the U.S. Department of Defense, a position for which she received the Office of the Secretary of Defense Award for Excellence. Her book with Scott J. Shapiro, The Internationalists: How a Radical Plan to Outlaw War Remade the World, was published by Simon & Schuster in September 2017 and was launched at an event organized in Washington, D.C., by New America and moderated by its vice president, Peter Bergen. The Internationalists received wide acclaim by The New Yorker, The Financial Times, and The Economist, among others. Personal life Hathaway is married to Jacob S. Hacker, professor of political science at Yale University. They have two children. Bibliography Articles Hathaway, Oona (2021). "National Security Lawyering in the Post-War Era: Can Law Constrain Power?". UCLA Law Review. 68 – via Social Science Research Network. Hathaway, Oona; Strauch, Paul; Walton, Beatrice; Weinberg, Zoe (2019). "What is a War Crime". The Yale Journal of International Law. 44: 54–113 – via digitalcommons.law.yale.edu. Hathaway, Oona; Chertoff, Emily; Domínguez, Lara; Manfredi, Zachary; Tzeng, Peter (2017). "Ensuring Responsibility: Common Article 1 and State Responsibility for Non-State Actors" (PDF). Texas Law Review. 95: 540–590 – via Texas Law Review. Hathaway, Oona; Brower, Julia; Liss, Ryan; Thomas, Tina; Victor, Jacob (2014). "Consent-Based Humanitarian Intervention: Giving Sovereign Responsibility Back to the Sovereign". Cornell International Law Journal. 46: 499–568 – via digitalcommons.law.yale.edu. Hathaway, Oona (August 2007). "Why Do Countries Commit to Human Rights Treaties?". Yale Law & Economics Research Paper No. 356 – via Social Science Research Network. Hathaway, Oona (2005). "Between Power and Principle: An Integrated Theory of International Law". University of Chicago Law Review. 71 – via Social Science Research Network. Books Published in the UK as Critical response Menand, Louis (September 11, 2017). "What Happens When War Is Outlawed". The New Yorker. Aldous, Richard (September 25, 2017). "Gentlemen, Let's Not Fight". The Wall Street Journal. Shermer, Michael (December 1, 2017). "Can We Agree to Outlaw War—Again?". Scientific American. See also List of law clerks of the Supreme Court of the United States (Seat 8) References External links Center for Global Legal Challenges. Yale Law School. Social Science Research Network page 1972 births Living people Boston University faculty Harvard University alumni Law clerks of the Supreme Court of the United States Lincoln High School (Portland, Oregon) alumni UC Berkeley School of Law faculty Yale Law School alumni Yale Law School faculty International law scholars American scholars of constitutional law
```smalltalk using System.Collections.Generic; using System.ComponentModel; using UIKit; using RectangleF = CoreGraphics.CGRect; namespace Xamarin.Forms.Platform.iOS { public class TableViewRenderer : ViewRenderer<TableView, UITableView> { const int DefaultRowHeight = 44; KeyboardInsetTracker _insetTracker; UIView _originalBackgroundView; RectangleF _previousFrame; [Internals.Preserve(Conditional = true)] public TableViewRenderer() { } public override SizeRequest GetDesiredSize(double widthConstraint, double heightConstraint) { return Control.GetSizeRequest(widthConstraint, heightConstraint, DefaultRowHeight, DefaultRowHeight); } public override void LayoutSubviews() { _insetTracker?.OnLayoutSubviews(); base.LayoutSubviews(); if (_previousFrame != Frame) { _previousFrame = Frame; _insetTracker?.UpdateInsets(); } } protected override void Dispose(bool disposing) { if (disposing && _insetTracker != null) { _insetTracker.Dispose(); _insetTracker = null; var viewsToLookAt = new Stack<UIView>(Subviews); while (viewsToLookAt.Count > 0) { var view = viewsToLookAt.Pop(); var viewCellRenderer = view as ViewCellRenderer.ViewTableCell; if (viewCellRenderer != null) viewCellRenderer.Dispose(); else { foreach (var child in view.Subviews) viewsToLookAt.Push(child); } } } base.Dispose(disposing); } protected override void OnElementChanged(ElementChangedEventArgs<TableView> e) { if (e.NewElement != null) { var style = UITableViewStyle.Plain; if (e.NewElement.Intent != TableIntent.Data) style = UITableViewStyle.Grouped; if (Control == null || Control.Style != style) { if (Control != null) { _insetTracker.Dispose(); Control.Dispose(); } var tv = new UITableView(RectangleF.Empty, style); _originalBackgroundView = tv.BackgroundView; SetNativeControl(tv); if (Forms.IsiOS9OrNewer) tv.CellLayoutMarginsFollowReadableWidth = false; _insetTracker = new KeyboardInsetTracker(tv, () => Control.Window, insets => Control.ContentInset = Control.ScrollIndicatorInsets = insets, point => { var offset = Control.ContentOffset; offset.Y += point.Y; Control.SetContentOffset(offset, true); }, this); } SetSource(); UpdateRowHeight(); UpdateEstimatedRowHeight(); UpdateBackgroundView(); } base.OnElementChanged(e); } protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e) { base.OnElementPropertyChanged(sender, e); if (e.PropertyName == TableView.RowHeightProperty.PropertyName) UpdateRowHeight(); else if (e.PropertyName == TableView.HasUnevenRowsProperty.PropertyName) SetSource(); else if (e.PropertyName == VisualElement.BackgroundColorProperty.PropertyName || e.PropertyName == VisualElement.BackgroundProperty.PropertyName) UpdateBackgroundView(); } protected override void UpdateNativeWidget() { if (Element.Opacity < 1) { if (!Control.Layer.ShouldRasterize) { Control.Layer.RasterizationScale = UIScreen.MainScreen.Scale; Control.Layer.ShouldRasterize = true; } } else Control.Layer.ShouldRasterize = false; base.UpdateNativeWidget(); } public override void TraitCollectionDidChange(UITraitCollection previousTraitCollection) { base.TraitCollectionDidChange(previousTraitCollection); // Make sure the cells adhere to changes UI theme if (Forms.IsiOS13OrNewer && previousTraitCollection?.UserInterfaceStyle != TraitCollection.UserInterfaceStyle) Control.ReloadData(); } void SetSource() { var modeledView = Element; Control.Source = modeledView.HasUnevenRows ? new UnEvenTableViewModelRenderer(modeledView) : new TableViewModelRenderer(modeledView); } void UpdateBackgroundView() { Control.BackgroundView = Element.BackgroundColor == Color.Default ? _originalBackgroundView : null; Control.BackgroundView.UpdateBackground(Element.Background); } void UpdateRowHeight() { var rowHeight = Element.RowHeight; if (Element.HasUnevenRows && rowHeight == -1) { Control.RowHeight = UITableView.AutomaticDimension; } else Control.RowHeight = rowHeight <= 0 ? DefaultRowHeight : rowHeight; } void UpdateEstimatedRowHeight() { var rowHeight = Element.RowHeight; if (Element.HasUnevenRows && rowHeight == -1) { Control.EstimatedRowHeight = DefaultRowHeight; } else { Control.EstimatedRowHeight = 0; } } } } ```
The Tianjin Juilliard School () is a branch of the Juilliard School located in Binhai, Tianjin, China. It is the first institution in China which offers a U.S.-accredited Master of Music degree. History In 2012, the Juilliard School signed an agreement with , , and the Tianjin Conservatory of Music, to build a school in the Yujiapu Financial District of Binhai in Tianjin. The school was to be managed by Juilliard. On September 28, 2015 during a trip from the First Lady of China Peng Liyuan, the dean of the Juilliard School, Joseph W. Polisi, announced that the school will build a research institute in Tianjin in 2018. In July 2016, the architectural design plan of the Tianjin Juilliard School was finalized by Diller Scofidio + Renfro. The Tianjin Juilliard School site project started construction on February 28, 2017. Due to many delays including the National Games of China, multiple construction projects in the area, as well as the COVID-19 pandemic, construction was finally completed in October 2020. The complex includes a 690-seat concert hall, a 299-seat recital hall, and a 225-seat black-box theater. After a year of the pre-college division operating from the Tianjin Conservatory, the Tianjin Juilliard School started operating in the fall of 2020 with its first class of 39 students from 11 countries. On October 26, 2021, the Tianjin Juilliard School held a campus inauguration ceremony of its landmark campus with Peng Liyuan expressing her continued support. On May 20, 2022, the first class graduated from the school. Programs Graduate Studies The Graduate Studies program offers Masters of Music degrees in orchestral studies, chamber music, and collaborative piano. Pre-formed groups for the chamber music program have the chance to take part in the Tianjin Juilliard Chamber Music Fellowship Program which features professional and personal benefits including financial rewards and performance opportunities in China and New York. Pre-College The Pre-College division opened in 2019 while based in the Tianjin Conservatory and is made for students aged 8-18. Classes take place from 8:30am to 6:00pm on Saturdays during the school year which includes core classes of private lessons, chamber music, ear training, music theory, chorus, and English for music, major-specific courses including orchestra, studio class, and courses specific to pianists, composers, percussionists, and reed instrumentalists, and elective courses including lessons on a secondary instrument, conducting, and group composition. Other The school also provides public education and continuing education programs. The Public Education Program consists of the Music Development Program meant for serious students and Music Discovery which serves as an introductory course. The Continuing Education program consists of English for Professional Musicianship and the Professional Development Program which is centered around pedagogy. Notable people Teachers References External links Official website Juilliard School 2019 establishments in China Music schools in China Educational institutions established in 2019 Universities and colleges in Tianjin
Coombabah is a suburb in the City of Gold Coast, Queensland, Australia. In the , Coombabah had a population of 10,388 people. Geography Surrounding Coombabah is Paradise Point and Hope Island to the north, Arundel to the south, Runaway Bay and Biggera Waters to the east and Helensvale to the west and the Coombabah State High School. The minor arterial road servicing Coombabah is Oxley Drive. History The suburb takes its name from Coombabah Lake and Coombabah Creek, which in turn are named using Bundjalung language, Ngaraangbal dialect words meaning place of the wood grubs, from the word goombo meaning teredo worm, which was a deliberately cultivated food source by the Indigenous people. Coombabah Provisional School opened circa July 1887 as a special school for the children of parents who were employed in Public Works in the area. The school was moved to Acrobat Creek and re-opened on 10 Jan 1889 as Acrobat Creek Provisional School for the children of workers building railways in the area. It closed in September 1890. In August 1920, another Coombabah Provisional School opened as a half-time provisional school in conjunction with Pine Ridge Provisional School (meaning the schools shared the teacher). closed on April-24. In JUly 1922 it closed due to low student number, but later that year re-opened as a full-time previsional school (having its own teacher). It closed permanently in April 1924. Coombabah State School opened on 27 January 1981. Coombabah State High School opened on 28 January 1986. In the , Coombabah had a population of 9,303. It grew to 9,774 by the . In the , Coombabah recorded a population of 9,774 people, 54.1% female and 45.9% male. The median age of the Coombabah population was 45 years, 8 years above the national median of 37. 61.6% of people living in Coombabah were born in Australia. The other top responses for country of birth were New Zealand 10.6%, England 8.8%, Scotland 1.2%, South Africa 1.1%, Philippines 1%. 87% of people spoke only English at home; the next most common languages were 0.5% Tagalog, 0.5% French, 0.5% Japanese, 0.5% Italian, 0.5% Mandarin. In the , Coombabah had a population of 10,388 people. Coombabah Conservation Area Sometimes called Coombabah Lake, the Coombabah Lakelands is one of only five sites in Queensland included in the Ramsar international convention for significant wetlands. The conservation area is surrounded by homes, roads and businesses. The land was bought by Council in the 1980s as a buffer zone for a sewerage plant. In 1994 that Council declared the Coombabah Lakeland Conservation Area. The integrity of the conservation and animal habitat is overseen by several Authorities. There are ten kilometres worth of dirt tracks, gravel and boardwalks for access by the public. For marine habitat the area is a protected fish habitat under the Queensland Fisheries Act and a protected marine conservation and habitat zone under the Moreton Bay Marine Park Zoning plan. Guided bush walks day and night are run by the council's Natural Areas Management Unit. Three is a carpark on Rain Tree Glen for access to tracks. Birds Griffith University's Healthy Rivers Institute conduct ongoing research in the area. Over 150 bird species use the area, so conservation of the wetlands aims to ensure migratory birds can use the area, and will continue to come. Coombabah is also part of migratory bird agreements with China and Japan. The threatened migratory eastern curlew rests at Coombabah on its way to Russia or north-eastern China breeding grounds. A bird hide is accessed off Shelter Road. Brisbane/Gold Coast branch of Bird Observation and Conservation Australia organise guided bird watching visits. Education Coombabah State School is a government primary (Prep-6) school for boys and girls at 164-172 Oxley Drive (). In 2017, the school had an enrolment of 734 students with 53 teachers (46 full-time equivalent) and 25 non-teaching staff (17 full-time equivalent). It includes a special education program. Coombabah State High School is a government secondary (7-12) school for boys and girls at Pine Ridge Road (). In 2017, the school had an enrolment of 1100 students with 92 teachers (88 full-time equivalent) and 41 non-teaching staff (32 full-time equivalent). It includes a special education program. Notable residents Ugly Dave Gray, television personality. Taine Tuaupiki, rugby league player. References Sources Allen, J. Grammar, Vocabulary and Notes of the Wangerriburra Tribe. Gresty, J.A., The Numinbah Valley; its geography, history and Aboriginal associations. Steele, J.G., Aboriginal Pathways in Southeast Queensland and the Richmond River, p. 63. Hanlon, W.E., The Early Settlers of the Logan and Albert Districts. External links Suburbs of the Gold Coast, Queensland
Kul Sorkh (, also Romanized as Kūl Sorkh) is a village in Shalal and Dasht-e Gol Rural District, in the Central District of Andika County, Khuzestan Province, Iran. At the 2006 census, its population was 27, in 4 families. References Populated places in Andika County
The siege of Temesvár (today: Timișoara, Romania) was a siege during the Hungarian Revolution of 1848 between the Austrian Empire and Hungarian Revolutionary Army. The Hungarians unsuccessfully tried to capture the Timișoara Fortress. The siege ended with the Battle of Temesvár. References Sources Temesvár története Dr. Csikány Tamás: Várharcok az 1848/49-es magyar szabadságharcban Temesvár az erdélyi közérdekű adatbázisban History of Timișoara Temesvar 1849 Temmesvar 1849 1849 in Hungary
```objective-c #import "GPUImageColorInvertFilter.h" #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE NSString *const kGPUImageInvertFragmentShaderString = SHADER_STRING ( varying highp vec2 textureCoordinate; uniform sampler2D inputImageTexture; void main() { lowp vec4 textureColor = texture2D(inputImageTexture, textureCoordinate); gl_FragColor = vec4((1.0 - textureColor.rgb), textureColor.w); } ); #else NSString *const kGPUImageInvertFragmentShaderString = SHADER_STRING ( varying vec2 textureCoordinate; uniform sampler2D inputImageTexture; void main() { vec4 textureColor = texture2D(inputImageTexture, textureCoordinate); gl_FragColor = vec4((1.0 - textureColor.rgb), textureColor.w); } ); #endif @implementation GPUImageColorInvertFilter - (id)init; { if (!(self = [super initWithFragmentShaderFromString:kGPUImageInvertFragmentShaderString])) { return nil; } return self; } @end ```
Carla Jan Walker (January 31, 1957 – February 19, 1974) was an American homicide victim abducted from a bowling alley parking lot in Fort Worth, Texas on February 17, 1974. Her body was found three days later in a drainage ditch just 30 minutes south of Fort Worth. Case history Kidnapping and murder On the evening of February 17, 1974, Walker was sitting with her boyfriend, Rodney McCoy, in his car in the parking lot of Brunswick Ridglea Bowl after attending a dance at Western Hills High School. The car door suddenly swung open and the two were assaulted by an unknown assailant, who dropped the magazine from his gun during the attack. McCoy was pistol-whipped and rendered unconscious. His last memory of the incident is Walker being grabbed and taken by the unknown male, whom he described as a white man, about 5 feet 10 inches tall, as she screamed for help. Walker was nowhere to be seen after McCoy regained consciousness. McCoy immediately went to Walker's house to inform her parents following the incident. The police were called and searched the area where she had been abducted. Her purse and the magazine were the only items recovered in the parking lot. On February 20, 1974, her body was found in a culvert in Lake Benbrook. The autopsy revealed that Walker had been alive for 2 days following her abduction, and she had been beaten, tortured, raped, and strangled to death. Toxicology reports also showed she had been injected with morphine. The police had several suspects in mind during the initial investigation and were able to obtain samples of bodily fluids from the crime scene; Walker's dress and other clothing were also preserved. However, adequate technology to use such samples to identify the killer did not exist in the 1970s. A mysterious letter by a person claiming to know the killer was among the few pieces of evidence received and released by the police department. Police investigations The murder remained a cold case for 46 years until September 2020, when DNA evidence recovered from Walker's clothing was sent to Othram Inc., who specialize in degraded DNA samples; the Oxygen network paid for the testing. Leads from Othram and a follow-up investigation by Detectives Wagner and Bennett led to the identification of 77-year old Glen Samuel McCurley as a suspect in the crime; McCurley had been interviewed by police shortly after the murder, as he had purchased a .22 Ruger pistol that used the same magazine as the one dropped in the parking lot of Brunswick Ridglea Bowl, but claimed the gun had been stolen from his truck. He agreed to take a polygraph test, and after he passed it, he was eliminated as a suspect. In 2020, police obtained DNA samples from the trash receptacle outside his home. After confirming that the sample matched the suspect's DNA, investigators interviewed McCurley, who agreed to provide a cheek swab. The matching of the samples were enough to arrest and charge him with the crime. McCurley went on trial in August 2021. The evidence presented in court included the .22 Ruger pistol McCurley had claimed was stolen in 1974, which had been found concealed inside his home. On the third day of the trial, McCurley changed his plea to guilty and was sentenced to life in prison.Until 2022, he didn't admit to killing Walker, telling reporter Skip Hollandsworth that he pled guilty because, “I’d had enough hounding." Investigators believe McCurley may have been involved in the rapes and murders of several other young women in the Fort Worth area in the 1970s and 1980s, although he has not been charged with any additional crimes. McCurley was imprisoned in Gib Lewis Unit and would have been eligible for parole on March 21, 2029, but died on 15 July 2023. See also Fort Worth Missing Trio - Unsolved case from the same year and city Disappearance of Michaela Garecht - Previously thirty-two-year-old unsolved case List of solved missing person cases Murder of Reyna Marroquín - Previously thirty-year-old unsolved case References 1970s missing person cases 1974 in Texas 1974 murders in the United States Child abuse resulting in death Child sexual abuse in the United States Deaths by person in Texas February 1974 events in the United States Female murder victims Formerly missing people History of women in Texas Incidents of violence against girls Kidnapped American children Missing person cases in Texas Child murder in the United States Violence against women in the United States
```python """Tests for cleverhans.experimental.certification.nn.""" # pylint: disable=missing-docstring from __future__ import absolute_import from __future__ import division from __future__ import print_function import unittest import numpy as np import tensorflow as tf from cleverhans.experimental.certification import nn class NeuralNetworkTest(unittest.TestCase): def test_init(self): # Function to test initialization of NeuralNetParams object. # Valid params net_weights = [[[2, 2], [3, 3], [4, 4]], [1, 1, 1]] net_biases = [ np.transpose(np.matrix([0, 0, 0])), np.transpose(np.matrix([0, 0])), ] net_layer_types = ["ff_relu", "ff"] nn_params1 = nn.NeuralNetwork(net_weights, net_biases, net_layer_types) self.assertIsNotNone(nn_params1) # Invalid params : list length net_biases = [0] with self.assertRaises(ValueError): nn.NeuralNetwork(net_weights, net_biases, net_layer_types) # Invalid params: layer types with self.assertRaises(ValueError): net_layer_types = ["ff_relu", "ff_relu"] nn.NeuralNetwork(net_weights, net_biases, net_layer_types) def test_forward_pass(self): # Function to test forward pass of nn_params. net_weights = [[[2, 2], [3, 3], [4, 4]], [1, 1, 1]] net_biases = [ np.transpose(np.matrix([0, 0, 0])), np.transpose(np.matrix([0, 0])), ] net_layer_types = ["ff_relu", "ff"] nn_params = nn.NeuralNetwork(net_weights, net_biases, net_layer_types) input_vector = tf.random_uniform(shape=(2, 1), dtype=tf.float32) output_vector = nn_params.forward_pass(input_vector, 0) self.assertEqual(output_vector.shape.as_list(), [3, 1]) output_vector_2 = nn_params.forward_pass(input_vector, 0, is_abs=True) self.assertEqual(output_vector_2.shape.as_list(), [3, 1]) input_vector_trans = tf.random_uniform(shape=(3, 1), dtype=tf.float32) output_vector_3 = nn_params.forward_pass( input_vector_trans, 0, is_transpose=True ) self.assertEqual(output_vector_3.shape.as_list(), [2, 1]) if __name__ == "__main__": unittest.main() ```
```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 */ /*! * \file unary.cc * \brief Relax unary arithmetic operators. */ #include "unary.h" #include <utility> namespace tvm { namespace relax { StructInfo InferStructInfoUnaryCheck(const Call& call, const BlockBuilder& ctx) { return InferStructInfoUnary<false>( call, ctx, [](const TensorStructInfo& input_sinfo) { return DataType::Bool(); }); } /***************** Arithmetic operators *****************/ RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(abs, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(acos, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(acosh, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(asin, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(asinh, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(atan, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(atanh, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(bitwise_not, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(ceil, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(cos, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(cosh, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(exp, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(floor, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(log, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(logical_not, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(negative, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(round, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(rsqrt, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(sigmoid, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(sign, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(sin, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(sinh, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(square, /*require_float_dtype=*/false); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(sqrt, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(tan, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(tanh, /*require_float_dtype=*/true); RELAX_REGISTER_UNARY_ARITH_OP_AND_IMPL(erf, /*require_float_dtype=*/true); // relax.clip TVM_REGISTER_OP("relax.clip") .set_num_inputs(3) .add_argument("x", "Tensor", "The input tensor.") .add_argument("min", "PrimValue", "The lower-bound of the range to be clipped to") .add_argument("max", "PrimValue", "The upper-bound of the range to be clipped to") .set_attr<FInferStructInfo>("FInferStructInfo", ReturnStructInfoFromArg<0>) .set_attr<Bool>("FPurity", Bool(true)); Expr clip(Expr x, Expr min, Expr max) { CHECK(min->IsInstance<PrimValueNode>()) << "The argument `min` of relax.clip is expected to be a PrimValue, but got " << min->GetTypeKey(); CHECK(max->IsInstance<PrimValueNode>()) << "The argument `max` of relax.clip is expected to be a PrimValue, but got " << max->GetTypeKey(); static const Op& op = Op::Get("relax.clip"); return Call(op, {std::move(x), std::move(min), std::move(max)}); } TVM_REGISTER_GLOBAL("relax.op.clip").set_body_typed(clip); /***************** Check operators *****************/ RELAX_REGISTER_UNARY_CHECK_OP_AND_IMPL(isfinite); RELAX_REGISTER_UNARY_CHECK_OP_AND_IMPL(isinf); RELAX_REGISTER_UNARY_CHECK_OP_AND_IMPL(isnan); } // namespace relax } // namespace tvm ```
```objective-c /* Public domain. */ #ifndef _DRM_GEM_TTM_HELPER_H_ #define _DRM_GEM_TTM_HELPER_H_ #include <drm/drm_gem.h> struct iosys_map; int drm_gem_ttm_mmap(struct drm_gem_object *, vm_prot_t, voff_t, vsize_t); int drm_gem_ttm_vmap(struct drm_gem_object *, struct iosys_map *); void drm_gem_ttm_vunmap(struct drm_gem_object *, struct iosys_map *); #endif ```
Mzymta (, , lit. 'the place (-ҭа) of the river Мӡым", , Mezmytha) is a river in Western Caucasus, Russia, flowing through Mostovsky District and the city of Sochi (Adlersky City District) of Krasnodar Krai, Russia. Mzymta is the largest river in Russia emptying into the Black Sea. It is long with a watershed of . All the venues of the 2014 Winter Olympics were in the Mzymta Valley. Geography The source of the Mzymta is in Lake Verkhny Kardyvach in Western Caucasus, at the height of . The upper course of the river is located within the Caucasus Zapovednik. The Mzymta flows in a narrow valley through Lake Kardyvach and forms several waterfalls, the biggest of which is Izumrudny (Emerald), . Downstream of Lake Kardyvach, the river flows west and enters Sochi National Park. The banks are covered with beech forests and chestnuts, and also ancient Ubykh gardens with wild pear, walnut and chestnut. In Esto-Sadok and Krasnaya Polyana the Mzymta flows through the first urban area, where some of the events of the 2014 Winter Olympics took place. Downstream it turns south. The Mzymta comes through Akhshtyr and Dzykhra gorges, popular tourist attractions. Mzymta enters the Black Sea in Adler, where the rest of the Winter Olympics took place. At the mouth, there is a big talus train, dividing into branches across the floodplains. Mzymta carries out to sea large amounts of silt. Mineral springs are also found in the catchment basin. The river is fed by spring tides and rain freshets. Mzymta is a floatable river, and the popular attraction is rafting. Krasnopolyanskaya hydroelectric power station has a reservoir with a daily streamflow regulation. Average intensity of flow Krasnaya Polyana: Kepsh: (max ) Major inflows Pslukh Pudziko Chvizhepse Inhabited localities Estosadok Krasnaya Polyana Chvizhepse Kepsha Monastyr Galitsyno Kazachy Brod Vysokoye Moldovka Adler References Rivers of Krasnodar Krai Sochi Tributaries of the Black Sea
Veeranpuzha വീരന്‍പൂഴ is a lake in Kochi, Kerala, India. It is the northern extension of Vembanad Lake. From Kochi Azhi to Munambam Azhi, the Vembanad lake is popularly known as "Veeranpuzha". In the early 1980s there were regular ferry services from Munambam to Ernakulam. The area has large paddy fields devoid of human habitation. Non-availability of fresh water is a reason for lack of dense human settlements. Veeranpuzha was also known as Kadakkarakkayal കടക്കരക്കായല്‍ Pokkali cultivation The saline tolerant Pokkali rice is cultivated in the fields gathered around the banks of Veeranpuzha. Pokkali uses a cyclic organic cultivation method. As the salinity level of the water in the fields is low, the rice cultivation starts in June and harvesting starts in November. After the harvesting ends, from November to April, the salinity level gets high in the water. At this time, prawn farming starts in the fields. There are openings in the sluice gates from the lake to the field. Through these openings, the prawn seedlings swim into the field from the sea and the lake after the rice harvest and consume the stem remains of the harvested crop. Recently, many Pokkali farmers of Veeranpuzha are leaving farming and migrating to other industries as farming has become unattractive and unprofitable. Local tourism Many local tourists visit Veeranpuzha mainly for angling during rainy season. Some water-front tourism festivals are being organized in recent times mainly to attract foreign tourists. References Lakes of Kerala
Chen Zifan (; born 17 September 1995) is a Chinese professional snooker player who, in 2023, received a five-year ban from professional competition after committing match-fixing offences. In December 2022, Chen was suspended from the professional tour amid a match-fixing investigation. In January 2023, he was charged with fixing matches on the tour. In June 2023, he was banned from professional competition until 20 December 2027. Career Chen Zifan started to play snooker aged 10, helped by his uncle, who ran a club in Xi'an. At first, his parents were reluctant, but after showing great talent, they allowed him to quit mainstream school at the age of 11 to concentrate on snooker. In 2008, Chen won third place in Chinese National Junior Championship. Coached by former professional Liu Song, he began playing in minor-ranking Asian Players Tour Championship events. In 2012 he reached the last 64 in the Event 1 in Zhangjiagang where he lost 4–2 to Michael White. In 2013, he won the China Youth Championship, beating Lu Ning. His strong results in junior tournaments earned him a wildcard appearance at the World Open. There he defeated Sanderson Lam before losing 5–0 to Judd Trump in the last 64. He was also a wildcard at the China Open, where he was defeated 5–2 by compatriot Yu Delu. He also qualified for the 2016 International Championship, defeating professional Tian Pengfei 6–3, and only narrowly losing in the first round to 6–5 to Liang Wenbo. He moved to Shenzhen, where he was coached by Roger Leighton at the Wiraka Academy. Between 2014 and 2017, Chen came very close to professional qualification. He finished 5th on the Asian Order of Merit in 2014-15 and 3rd in the Chinese amateur rankings in 2015-16 - in both cases just one place short of qualification. He also had an unsuccessful attempt at the 2016 Q School. Chen described these near-misses as 'very painful'. Chen Zifan finally turned professional for the 2017–18 season after defeating Ben Jones 4–1 in the final round of the second event of the 2017 Q School. 2017/2018 season Chen's first match as a professional resulted in a 4–2 win over Ross Muir to qualify for the Riga Masters. However, a VISA problem meant he was unable to travel to the main competition. He followed this with a 5–3 win over Dominic Dale in the China Championship. His best wins of the season were against Barry Hawkins and Shaun Murphy. Chen's first World Championship was a major disappointment. After the first session he trailed 9–0 against Noppon Saengkham. On resumption he won a respotted black to avoid the whitewash, punched the table in relief, and was warned by the referee. Saengkham won the match 10–1. Chen finished the season ranked 105. 2018/2019 season Chen's second season was a disaster. He won only 3 of his 20 matches, including 2 against amateurs. But he again beat Barry Hawkins (in the Northern Ireland Open). He finished the season ranked 101 and was relegated from the tour. Chen came through the second event of the 2019 Q School dropping only 3 frames in his six matches to earn a new two-year card on the World Snooker Tour for the 2019–20 and 2020–21 seasons. 2019/2020 season At the Riga Masters Chen reached the last-16 for the first time by beating Andres Petrov and Ben Woollaston. He then lost to Yan Bingtao. With the COVID-19 outbreak, the snooker season was suspended and Chen returned to China. Facing a multitude of travel and administrative hurdles, Chen did not return until the start of the next season, missing the World Championship. He finished the season ranked 105. 2020/2021 season Chen's best performance was a run to the 3rd round of the UK Championship, after 6-5 victories over Yuan Sijun and Yan Bingtao. He then lost 6–1 to Anthony McGill, but the ranking points gained played a major part in his tour survival. The following week at the Scottish Open he lost 4–0 to Mark King without potting a single ball. At the World Championship, he needed a win to ensure professional survival via the 1-year list. This he achieved by beating Mitchell Mann 6–5, once again punching the table. He then lost 6–1 to Stuart Bingham. Chen finished the season ranked 76. Personal life During the season, Chen Zifan lives in Sheffield where he practices at the Victoria Snooker Academy, managed by Victoria Shi. Performance and rankings timeline References External links Chen Zifan at CueTracker.net: Snooker Results and Statistic Database Chen Zifan at Snooker.org 1992 births Sportspeople from Xi'an Living people Chinese snooker players 21st-century Chinese people
Kenneth D. Alford is an American non-fiction writer who specializes in books about the looting of art by German and Allied forces during World War II. He has also written about lost treasures from the Civil War. He was born in Raleigh NC. He has two brothers. He married Edda Alford after meeting her while stationed in Germany. Before retiring, Alford was in the United States Army. He was stationed in Germany where he learned computer coding using punch cards. When honorably discharged he returned to the States and moved to Virginia. His day job was writing codes for banks. He played a large part in fixing the Y 2 K bank coding. Selected publications Spoils of World War II. Birch Lane Press, 1995. Nazi Millionaires: The Cold War Winners. Greenhill Books, 2002. Nazi Plunder. Da Capo Press, 2003. (with Theodore P. Savas) Civil War Museum Treasures: Outstanding Artifacts and the Stories Behind Them. McFarland, Jefferson, 2008. Allied Looting in World War II: Thefts of Art, Manuscripts, Stamps and Jewelry in Europe. McFarland, Jefferson, 2011. Hermann Goring and the Nazi Art Collection: The Looting of Europe's Art Treasures and Their Dispersal After World War II. McFarland, Jefferson, 2012. Sacking Aladdin’s Cave: Plundering Göring’s Nazi War Trophies. Schiffer, Atglen, 2013. (With Thomas M. Johnson and Mike F. Morris) References Year of birth missing (living people) Living people American non-fiction writers American bankers Art and cultural repatriation after World War II
The Matchmaking of Anna () is a 1972 Greek drama film directed by Pantelis Voulgaris. Cast Anna Vagena - Anna Vlasopoulou Smaro Veaki - Anna's mistress Kostas Rigopoulos - Thodoros Manolopoulos Stavros Kalaroglou - Kosmas Raptis Alekos Oudinotis - Kostis Efstathiou Aliki Zografou - Elisavet Maria Martika - Kaiti Manolopoulou Eirini Emirza - Vaso Mika Flora - Haroula Giorgos Garoufallou - Giorgos Giorgos Morton - uncle Loula Christara - Leni Vlasopoulou Athina Lambropoulou - Tania Kostas Ziogas - waiter References External links 1972 drama films 1972 films Greek drama films 1970s Greek films 1970s Greek-language films
Augusto Bracet (Rio de Janeiro, 14 August 1881 – Rio de Janeiro, 1960) was a Brazilian painter, drawer and professor. Biography Graduated from the (ENBA). Was a pupil of the painters Zeferino da Costa, Daniel Bérard, Rodolpho Amoêdo, and Baptista da Costa. Bracet dedicated himself to landscapes, the human figure and occasionally to historical themes. In 1911, he won the Foreign Travel Prize and moved to Italy and France, studying with Morelli and Louis Billoul. He returned to Brazil in 1914, and in 1926 was made acting professor of painting in the and became a permanent professor the next year. Was acting director of the School between 1938 and 1945 and permanent director from 1945 to 1948. Main works A traição de Judas (The treason of Judas) Lindóia (First hearing of Independence Anthem) References BRAGA, Teodoro. Artistas pintores no Brasil. São Paulo: São Paulo Edit., 1942. PONTUAL, Roberto. Dicionário das artes plásticas no Brasil. Rio de Janeiro: Civilização Brasileira, 1969. BRACET, Augusto. 100 anos de Augusto Bracet from 1981 with 55 pages. NEISTEIN, José. A Arte no Brasil: dos primórdios ao século vinte, uma bibliografia seleta from 1997 with 535 pages. LOUZADA, Júlio. Artes plásticas Brasil from 1986 with 60 pages. 1881 births 1960 deaths Academic staff of the Federal University of Rio de Janeiro Brazilian painters
494001–494100 |-bgcolor=#d6d6d6 | 494001 || || — || January 30, 2011 || Haleakala || Pan-STARRS || — || align=right | 2.6 km || |-id=002 bgcolor=#E9E9E9 | 494002 || || — || September 11, 2010 || Mount Lemmon || Mount Lemmon Survey || (5) || align=right data-sort-value="0.91" | 910 m || |-id=003 bgcolor=#d6d6d6 | 494003 || || — || October 5, 2004 || Kitt Peak || Spacewatch || KOR || align=right | 1.3 km || |-id=004 bgcolor=#d6d6d6 | 494004 || || — || April 2, 2011 || Mount Lemmon || Mount Lemmon Survey || VER || align=right | 2.4 km || |-id=005 bgcolor=#E9E9E9 | 494005 || || — || February 14, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.2 km || |-id=006 bgcolor=#fefefe | 494006 || || — || November 26, 2003 || Kitt Peak || Spacewatch || V || align=right data-sort-value="0.58" | 580 m || |-id=007 bgcolor=#fefefe | 494007 || || — || December 15, 2004 || Kitt Peak || Spacewatch || V || align=right data-sort-value="0.72" | 720 m || |-id=008 bgcolor=#E9E9E9 | 494008 || || — || January 19, 2008 || Mount Lemmon || Mount Lemmon Survey || MAR || align=right | 2.2 km || |-id=009 bgcolor=#d6d6d6 | 494009 || || — || February 27, 2010 || WISE || WISE || — || align=right | 3.8 km || |-id=010 bgcolor=#d6d6d6 | 494010 || || — || April 8, 2010 || WISE || WISE || EUP || align=right | 4.2 km || |-id=011 bgcolor=#E9E9E9 | 494011 || || — || December 8, 2005 || Kitt Peak || Spacewatch || HOF || align=right | 3.0 km || |-id=012 bgcolor=#d6d6d6 | 494012 || || — || September 20, 2014 || Haleakala || Pan-STARRS || 7:4 || align=right | 4.6 km || |-id=013 bgcolor=#d6d6d6 | 494013 || || — || April 9, 2010 || WISE || WISE || — || align=right | 5.4 km || |-id=014 bgcolor=#d6d6d6 | 494014 || || — || December 10, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |-id=015 bgcolor=#d6d6d6 | 494015 || || — || October 28, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=016 bgcolor=#d6d6d6 | 494016 || || — || September 21, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=017 bgcolor=#d6d6d6 | 494017 || || — || March 11, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=018 bgcolor=#d6d6d6 | 494018 || || — || March 13, 2011 || Catalina || CSS || — || align=right | 2.9 km || |-id=019 bgcolor=#d6d6d6 | 494019 || || — || March 15, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |-id=020 bgcolor=#d6d6d6 | 494020 || || — || November 19, 2003 || Kitt Peak || Spacewatch || — || align=right | 3.9 km || |-id=021 bgcolor=#d6d6d6 | 494021 || || — || October 16, 2009 || Catalina || CSS || — || align=right | 2.6 km || |-id=022 bgcolor=#d6d6d6 | 494022 || || — || May 1, 2000 || Kitt Peak || Spacewatch || — || align=right | 3.5 km || |-id=023 bgcolor=#d6d6d6 | 494023 || || — || September 27, 2013 || Haleakala || Pan-STARRS || — || align=right | 2.8 km || |-id=024 bgcolor=#d6d6d6 | 494024 || || — || March 13, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.4 km || |-id=025 bgcolor=#d6d6d6 | 494025 || || — || April 1, 2010 || WISE || WISE || — || align=right | 3.9 km || |-id=026 bgcolor=#E9E9E9 | 494026 || || — || March 16, 2012 || Mount Lemmon || Mount Lemmon Survey || GEF || align=right | 2.2 km || |-id=027 bgcolor=#E9E9E9 | 494027 || || — || April 7, 2013 || Kitt Peak || Spacewatch || — || align=right | 1.3 km || |-id=028 bgcolor=#d6d6d6 | 494028 || || — || October 21, 1995 || Kitt Peak || Spacewatch || — || align=right | 1.9 km || |-id=029 bgcolor=#E9E9E9 | 494029 || || — || September 30, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.4 km || |-id=030 bgcolor=#E9E9E9 | 494030 || || — || October 13, 2010 || Mount Lemmon || Mount Lemmon Survey || NEM || align=right | 2.2 km || |-id=031 bgcolor=#E9E9E9 | 494031 || || — || December 15, 2006 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=032 bgcolor=#E9E9E9 | 494032 || || — || January 30, 2012 || Kitt Peak || Spacewatch || — || align=right | 1.9 km || |-id=033 bgcolor=#d6d6d6 | 494033 || || — || November 18, 2003 || Kitt Peak || Spacewatch || — || align=right | 3.3 km || |-id=034 bgcolor=#d6d6d6 | 494034 || || — || October 27, 2014 || Haleakala || Pan-STARRS || — || align=right | 3.2 km || |-id=035 bgcolor=#d6d6d6 | 494035 || || — || November 6, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.1 km || |-id=036 bgcolor=#d6d6d6 | 494036 || || — || September 27, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.2 km || |-id=037 bgcolor=#d6d6d6 | 494037 || || — || December 18, 2004 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 2.1 km || |-id=038 bgcolor=#E9E9E9 | 494038 || || — || November 1, 2005 || Mount Lemmon || Mount Lemmon Survey || AGN || align=right | 1.6 km || |-id=039 bgcolor=#E9E9E9 | 494039 || || — || October 23, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.5 km || |-id=040 bgcolor=#d6d6d6 | 494040 || || — || March 15, 2010 || WISE || WISE || — || align=right | 3.2 km || |-id=041 bgcolor=#d6d6d6 | 494041 || || — || July 1, 2013 || Haleakala || Pan-STARRS || — || align=right | 2.7 km || |-id=042 bgcolor=#E9E9E9 | 494042 || || — || September 28, 2000 || Kitt Peak || Spacewatch || AST || align=right | 2.0 km || |-id=043 bgcolor=#d6d6d6 | 494043 || || — || April 27, 2012 || Kitt Peak || Spacewatch || — || align=right | 3.4 km || |-id=044 bgcolor=#d6d6d6 | 494044 || || — || July 18, 2013 || Haleakala || Pan-STARRS || — || align=right | 3.1 km || |-id=045 bgcolor=#d6d6d6 | 494045 || || — || August 26, 2013 || Haleakala || Pan-STARRS || — || align=right | 2.5 km || |-id=046 bgcolor=#d6d6d6 | 494046 || || — || January 14, 2011 || Kitt Peak || Spacewatch || KOR || align=right | 1.1 km || |-id=047 bgcolor=#d6d6d6 | 494047 || || — || March 23, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=048 bgcolor=#d6d6d6 | 494048 || || — || October 22, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.8 km || |-id=049 bgcolor=#E9E9E9 | 494049 || || — || October 30, 2005 || Mount Lemmon || Mount Lemmon Survey || HOF || align=right | 2.7 km || |-id=050 bgcolor=#E9E9E9 | 494050 || || — || December 15, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.0 km || |-id=051 bgcolor=#E9E9E9 | 494051 || || — || November 3, 2010 || Kitt Peak || Spacewatch || MRX || align=right data-sort-value="0.88" | 880 m || |-id=052 bgcolor=#d6d6d6 | 494052 || || — || December 18, 2009 || Kitt Peak || Spacewatch || — || align=right | 3.0 km || |-id=053 bgcolor=#d6d6d6 | 494053 || || — || March 26, 2011 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.0 km || |-id=054 bgcolor=#fefefe | 494054 || || — || November 9, 1999 || Socorro || LINEAR || MAS || align=right data-sort-value="0.83" | 830 m || |-id=055 bgcolor=#E9E9E9 | 494055 || || — || November 1, 2005 || Mount Lemmon || Mount Lemmon Survey || AGN || align=right | 1.3 km || |-id=056 bgcolor=#E9E9E9 | 494056 || || — || December 13, 2006 || Kitt Peak || Spacewatch || WIT || align=right data-sort-value="0.97" | 970 m || |-id=057 bgcolor=#d6d6d6 | 494057 || || — || January 30, 2011 || Haleakala || Pan-STARRS || — || align=right | 1.9 km || |-id=058 bgcolor=#d6d6d6 | 494058 || || — || March 10, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=059 bgcolor=#d6d6d6 | 494059 || || — || February 12, 2010 || WISE || WISE || — || align=right | 2.3 km || |-id=060 bgcolor=#d6d6d6 | 494060 || || — || October 28, 2014 || Haleakala || Pan-STARRS || — || align=right | 2.9 km || |-id=061 bgcolor=#d6d6d6 | 494061 || || — || February 10, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=062 bgcolor=#d6d6d6 | 494062 || || — || August 7, 2008 || Kitt Peak || Spacewatch || — || align=right | 2.5 km || |-id=063 bgcolor=#E9E9E9 | 494063 || || — || October 25, 2005 || Kitt Peak || Spacewatch || HOF || align=right | 2.4 km || |-id=064 bgcolor=#fefefe | 494064 || || — || March 2, 2009 || Kitt Peak || Spacewatch || V || align=right data-sort-value="0.69" | 690 m || |-id=065 bgcolor=#d6d6d6 | 494065 || || — || September 5, 1999 || Kitt Peak || Spacewatch || KOR KAR || align=right | 1.3 km || |-id=066 bgcolor=#d6d6d6 | 494066 || || — || July 15, 2013 || Haleakala || Pan-STARRS || — || align=right | 3.0 km || |-id=067 bgcolor=#E9E9E9 | 494067 || || — || March 27, 2012 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=068 bgcolor=#E9E9E9 | 494068 || || — || September 22, 2006 || Catalina || CSS || — || align=right | 1.2 km || |-id=069 bgcolor=#d6d6d6 | 494069 || || — || September 16, 2014 || Haleakala || Pan-STARRS || — || align=right | 2.7 km || |-id=070 bgcolor=#d6d6d6 | 494070 || || — || April 7, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.9 km || |-id=071 bgcolor=#d6d6d6 | 494071 || || — || December 16, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=072 bgcolor=#d6d6d6 | 494072 || || — || April 2, 2010 || WISE || WISE || URS || align=right | 3.4 km || |-id=073 bgcolor=#E9E9E9 | 494073 || || — || February 16, 2012 || Haleakala || Pan-STARRS || — || align=right | 2.0 km || |-id=074 bgcolor=#d6d6d6 | 494074 || || — || January 7, 2010 || Kitt Peak || Spacewatch || — || align=right | 3.9 km || |-id=075 bgcolor=#d6d6d6 | 494075 || || — || September 3, 2013 || Haleakala || Pan-STARRS || 7:4 || align=right | 3.5 km || |-id=076 bgcolor=#d6d6d6 | 494076 || || — || October 1, 2008 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=077 bgcolor=#E9E9E9 | 494077 || || — || August 18, 2009 || Kitt Peak || Spacewatch || AGN || align=right | 2.2 km || |-id=078 bgcolor=#d6d6d6 | 494078 || || — || February 9, 2005 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=079 bgcolor=#d6d6d6 | 494079 || || — || December 18, 2009 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=080 bgcolor=#fefefe | 494080 || || — || October 11, 1977 || Palomar || PLS || — || align=right data-sort-value="0.72" | 720 m || |-id=081 bgcolor=#d6d6d6 | 494081 || || — || February 1, 2005 || Kitt Peak || Spacewatch || TIR || align=right | 2.7 km || |-id=082 bgcolor=#d6d6d6 | 494082 || || — || August 15, 2013 || Haleakala || Pan-STARRS || — || align=right | 2.3 km || |-id=083 bgcolor=#E9E9E9 | 494083 || || — || February 17, 2007 || Kitt Peak || Spacewatch || WIT || align=right | 1.9 km || |-id=084 bgcolor=#d6d6d6 | 494084 || || — || March 9, 2005 || Mount Lemmon || Mount Lemmon Survey || HYG || align=right | 2.2 km || |-id=085 bgcolor=#d6d6d6 | 494085 || || — || February 7, 1999 || Kitt Peak || Spacewatch || — || align=right | 3.4 km || |-id=086 bgcolor=#d6d6d6 | 494086 || || — || February 24, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=087 bgcolor=#d6d6d6 | 494087 || || — || September 3, 2007 || Catalina || CSS || — || align=right | 4.6 km || |-id=088 bgcolor=#d6d6d6 | 494088 || || — || October 12, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |-id=089 bgcolor=#E9E9E9 | 494089 || || — || October 28, 2005 || Mount Lemmon || Mount Lemmon Survey || HOF || align=right | 2.9 km || |-id=090 bgcolor=#d6d6d6 | 494090 || || — || October 9, 2008 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.9 km || |-id=091 bgcolor=#d6d6d6 | 494091 || || — || October 10, 2004 || Kitt Peak || Spacewatch || KOR KAR || align=right | 1.4 km || |-id=092 bgcolor=#d6d6d6 | 494092 || || — || February 26, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=093 bgcolor=#d6d6d6 | 494093 || || — || September 21, 2003 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=094 bgcolor=#d6d6d6 | 494094 || || — || March 12, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=095 bgcolor=#d6d6d6 | 494095 || || — || January 15, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=096 bgcolor=#d6d6d6 | 494096 || || — || November 11, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.9 km || |-id=097 bgcolor=#d6d6d6 | 494097 || || — || January 26, 2006 || Kitt Peak || Spacewatch || TEL || align=right | 1.6 km || |-id=098 bgcolor=#d6d6d6 | 494098 || || — || February 9, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.2 km || |-id=099 bgcolor=#d6d6d6 | 494099 || || — || November 18, 2003 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=100 bgcolor=#d6d6d6 | 494100 || || — || October 4, 1999 || Kitt Peak || Spacewatch || KOR || align=right | 1.2 km || |} 494101–494200 |-bgcolor=#d6d6d6 | 494101 || || — || February 25, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.3 km || |-id=102 bgcolor=#E9E9E9 | 494102 || || — || November 25, 2005 || Mount Lemmon || Mount Lemmon Survey || AST || align=right | 1.6 km || |-id=103 bgcolor=#d6d6d6 | 494103 || || — || January 21, 2006 || Kitt Peak || Spacewatch || KOR || align=right | 1.2 km || |-id=104 bgcolor=#d6d6d6 | 494104 || || — || January 26, 2006 || Mount Lemmon || Mount Lemmon Survey || KOR || align=right | 1.2 km || |-id=105 bgcolor=#E9E9E9 | 494105 || || — || January 26, 2007 || Kitt Peak || Spacewatch || AGN || align=right | 1.2 km || |-id=106 bgcolor=#d6d6d6 | 494106 || || — || December 13, 2004 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=107 bgcolor=#E9E9E9 | 494107 || || — || October 28, 2005 || Kitt Peak || Spacewatch || — || align=right | 1.9 km || |-id=108 bgcolor=#d6d6d6 | 494108 || || — || November 8, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.2 km || |-id=109 bgcolor=#fefefe | 494109 || || — || September 5, 2007 || Catalina || CSS || V || align=right data-sort-value="0.77" | 770 m || |-id=110 bgcolor=#d6d6d6 | 494110 || || — || March 2, 2011 || Kitt Peak || Spacewatch || (1298) || align=right | 3.2 km || |-id=111 bgcolor=#d6d6d6 | 494111 || || — || January 19, 1994 || Kitt Peak || Spacewatch || EOS || align=right | 2.4 km || |-id=112 bgcolor=#d6d6d6 | 494112 || || — || October 23, 2014 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.1 km || |-id=113 bgcolor=#d6d6d6 | 494113 || || — || September 27, 2003 || Kitt Peak || Spacewatch || — || align=right | 2.9 km || |-id=114 bgcolor=#E9E9E9 | 494114 || || — || March 1, 2012 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right | 1.2 km || |-id=115 bgcolor=#d6d6d6 | 494115 || || — || September 22, 2014 || Haleakala || Pan-STARRS || ALA || align=right | 3.1 km || |-id=116 bgcolor=#d6d6d6 | 494116 || || — || July 29, 2009 || Kitt Peak || Spacewatch || — || align=right | 2.9 km || |-id=117 bgcolor=#d6d6d6 | 494117 || || — || May 6, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.6 km || |-id=118 bgcolor=#d6d6d6 | 494118 || || — || July 29, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=119 bgcolor=#d6d6d6 | 494119 || || — || August 26, 2013 || Haleakala || Pan-STARRS || — || align=right | 3.1 km || |-id=120 bgcolor=#d6d6d6 | 494120 || || — || September 10, 2013 || Haleakala || Pan-STARRS || EOS || align=right | 2.3 km || |-id=121 bgcolor=#d6d6d6 | 494121 || || — || August 23, 2014 || Haleakala || Pan-STARRS || TIR || align=right | 3.0 km || |-id=122 bgcolor=#d6d6d6 | 494122 || || — || January 30, 2011 || Haleakala || Pan-STARRS || — || align=right | 2.4 km || |-id=123 bgcolor=#E9E9E9 | 494123 || || — || October 17, 2010 || Catalina || CSS || — || align=right | 1.5 km || |-id=124 bgcolor=#d6d6d6 | 494124 || || — || May 16, 2012 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.3 km || |-id=125 bgcolor=#d6d6d6 | 494125 || || — || January 30, 2006 || Kitt Peak || Spacewatch || — || align=right | 1.8 km || |-id=126 bgcolor=#d6d6d6 | 494126 || || — || October 23, 2003 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=127 bgcolor=#fefefe | 494127 || || — || December 19, 2004 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.75" | 750 m || |-id=128 bgcolor=#E9E9E9 | 494128 || || — || January 12, 2002 || Kitt Peak || Spacewatch || HOF || align=right | 3.2 km || |-id=129 bgcolor=#d6d6d6 | 494129 || || — || March 4, 2005 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 3.2 km || |-id=130 bgcolor=#d6d6d6 | 494130 || || — || February 4, 2011 || Haleakala || Pan-STARRS || EOS || align=right | 1.9 km || |-id=131 bgcolor=#d6d6d6 | 494131 || || — || December 12, 2004 || Kitt Peak || Spacewatch || — || align=right | 2.5 km || |-id=132 bgcolor=#d6d6d6 | 494132 || || — || January 28, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.8 km || |-id=133 bgcolor=#d6d6d6 | 494133 || || — || November 17, 2014 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=134 bgcolor=#d6d6d6 | 494134 || || — || May 15, 2012 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.7 km || |-id=135 bgcolor=#d6d6d6 | 494135 || || — || April 19, 2006 || Kitt Peak || Spacewatch || EOS || align=right | 2.9 km || |-id=136 bgcolor=#d6d6d6 | 494136 || || — || May 19, 2012 || Haleakala || Pan-STARRS || EOS || align=right | 1.3 km || |-id=137 bgcolor=#E9E9E9 | 494137 || || — || January 9, 2002 || Socorro || LINEAR || GEF || align=right | 1.4 km || |-id=138 bgcolor=#d6d6d6 | 494138 || || — || June 14, 2012 || Mount Lemmon || Mount Lemmon Survey || 7:4 || align=right | 3.5 km || |-id=139 bgcolor=#d6d6d6 | 494139 || || — || March 13, 2010 || WISE || WISE || GEF EOS || align=right | 4.1 km || |-id=140 bgcolor=#d6d6d6 | 494140 || || — || November 19, 2003 || Kitt Peak || Spacewatch || THM || align=right | 2.5 km || |-id=141 bgcolor=#d6d6d6 | 494141 || || — || October 25, 2014 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.9 km || |-id=142 bgcolor=#d6d6d6 | 494142 || || — || November 21, 2014 || Haleakala || Pan-STARRS || — || align=right | 3.0 km || |-id=143 bgcolor=#E9E9E9 | 494143 || || — || February 8, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.4 km || |-id=144 bgcolor=#d6d6d6 | 494144 || || — || June 21, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.5 km || |-id=145 bgcolor=#d6d6d6 | 494145 || || — || February 21, 2006 || Mount Lemmon || Mount Lemmon Survey || KOR || align=right | 1.4 km || |-id=146 bgcolor=#d6d6d6 | 494146 || || — || March 8, 2005 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 1.8 km || |-id=147 bgcolor=#d6d6d6 | 494147 || || — || October 6, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.2 km || |-id=148 bgcolor=#d6d6d6 | 494148 || || — || May 21, 2006 || Kitt Peak || Spacewatch || — || align=right | 3.9 km || |-id=149 bgcolor=#d6d6d6 | 494149 || || — || September 22, 2009 || Kitt Peak || Spacewatch || KOR || align=right | 1.3 km || |-id=150 bgcolor=#d6d6d6 | 494150 || || — || April 2, 2010 || WISE || WISE || LUT || align=right | 3.6 km || |-id=151 bgcolor=#d6d6d6 | 494151 || || — || November 2, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.9 km || |-id=152 bgcolor=#d6d6d6 | 494152 || || — || February 28, 2006 || Catalina || CSS || — || align=right | 3.6 km || |-id=153 bgcolor=#d6d6d6 | 494153 || || — || May 27, 2010 || WISE || WISE || — || align=right | 4.9 km || |-id=154 bgcolor=#fefefe | 494154 || || — || May 4, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.74" | 740 m || |-id=155 bgcolor=#E9E9E9 | 494155 || || — || December 13, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=156 bgcolor=#d6d6d6 | 494156 || || — || October 25, 2014 || Haleakala || Pan-STARRS || HYG || align=right | 2.4 km || |-id=157 bgcolor=#E9E9E9 | 494157 || || — || February 26, 2012 || Haleakala || Pan-STARRS || — || align=right | 1.2 km || |-id=158 bgcolor=#C7FF8F | 494158 || || — || January 16, 2013 || Haleakala || Pan-STARRS || centaur || align=right | 12 km || |-id=159 bgcolor=#d6d6d6 | 494159 || || — || August 15, 2013 || Haleakala || Pan-STARRS || — || align=right | 3.1 km || |-id=160 bgcolor=#d6d6d6 | 494160 || || — || April 17, 2010 || WISE || WISE || — || align=right | 3.9 km || |-id=161 bgcolor=#d6d6d6 | 494161 || || — || November 20, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=162 bgcolor=#d6d6d6 | 494162 || || — || September 6, 2013 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=163 bgcolor=#d6d6d6 | 494163 || || — || December 21, 2014 || Haleakala || Pan-STARRS || 3:2 || align=right | 3.4 km || |-id=164 bgcolor=#d6d6d6 | 494164 || || — || October 8, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.3 km || |-id=165 bgcolor=#E9E9E9 | 494165 || || — || December 30, 2005 || Kitt Peak || Spacewatch || — || align=right | 1.6 km || |-id=166 bgcolor=#fefefe | 494166 || || — || April 20, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.65" | 650 m || |-id=167 bgcolor=#d6d6d6 | 494167 || || — || September 18, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.4 km || |-id=168 bgcolor=#E9E9E9 | 494168 || || — || April 1, 2008 || Kitt Peak || Spacewatch || — || align=right | 1.0 km || |-id=169 bgcolor=#d6d6d6 | 494169 || || — || November 5, 2007 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 2.5 km || |-id=170 bgcolor=#d6d6d6 | 494170 || || — || September 28, 2008 || Mount Lemmon || Mount Lemmon Survey || KOR KAR || align=right | 1.3 km || |-id=171 bgcolor=#d6d6d6 | 494171 || || — || October 11, 2007 || Kitt Peak || Spacewatch || HYG || align=right | 3.0 km || |-id=172 bgcolor=#fefefe | 494172 || || — || September 19, 2003 || Kitt Peak || Spacewatch || (2076) || align=right | 1.1 km || |-id=173 bgcolor=#fefefe | 494173 || || — || January 29, 1995 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.67" | 670 m || |-id=174 bgcolor=#E9E9E9 | 494174 || || — || February 6, 2007 || Kitt Peak || Spacewatch || — || align=right | 1.2 km || |-id=175 bgcolor=#d6d6d6 | 494175 || || — || September 18, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.9 km || |-id=176 bgcolor=#fefefe | 494176 || || — || January 21, 2012 || Haleakala || Pan-STARRS || — || align=right data-sort-value="0.76" | 760 m || |-id=177 bgcolor=#d6d6d6 | 494177 || || — || September 23, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.2 km || |-id=178 bgcolor=#d6d6d6 | 494178 || || — || April 5, 2010 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.8 km || |-id=179 bgcolor=#E9E9E9 | 494179 || || — || October 5, 2005 || Catalina || CSS || — || align=right | 1.5 km || |-id=180 bgcolor=#d6d6d6 | 494180 || || — || March 3, 2006 || Kitt Peak || Spacewatch || — || align=right | 3.2 km || |-id=181 bgcolor=#d6d6d6 | 494181 || || — || March 11, 2005 || Kitt Peak || Spacewatch || THM || align=right | 2.9 km || |-id=182 bgcolor=#d6d6d6 | 494182 || || — || February 15, 2010 || Catalina || CSS || — || align=right | 2.8 km || |-id=183 bgcolor=#d6d6d6 | 494183 || || — || May 18, 2010 || WISE || WISE || — || align=right | 2.9 km || |-id=184 bgcolor=#d6d6d6 | 494184 || || — || October 30, 2008 || Kitt Peak || Spacewatch || EOS || align=right | 2.4 km || |-id=185 bgcolor=#E9E9E9 | 494185 || || — || April 29, 2003 || Socorro || LINEAR || — || align=right | 1.6 km || |-id=186 bgcolor=#E9E9E9 | 494186 || || — || March 9, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=187 bgcolor=#d6d6d6 | 494187 || || — || October 3, 1999 || Kitt Peak || Spacewatch || KOR || align=right | 1.4 km || |-id=188 bgcolor=#fefefe | 494188 || || — || May 17, 2001 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.88" | 880 m || |-id=189 bgcolor=#d6d6d6 | 494189 || || — || October 23, 2003 || Kitt Peak || Spacewatch || — || align=right | 2.5 km || |-id=190 bgcolor=#d6d6d6 | 494190 || || — || March 9, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.9 km || |-id=191 bgcolor=#E9E9E9 | 494191 || || — || October 3, 2013 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |-id=192 bgcolor=#E9E9E9 | 494192 || || — || September 29, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.89" | 890 m || |-id=193 bgcolor=#d6d6d6 | 494193 || || — || February 14, 2010 || Mount Lemmon || Mount Lemmon Survey || KOR || align=right | 1.6 km || |-id=194 bgcolor=#d6d6d6 | 494194 || || — || May 13, 2010 || WISE || WISE || — || align=right | 3.7 km || |-id=195 bgcolor=#d6d6d6 | 494195 || || — || October 11, 2012 || Haleakala || Pan-STARRS || — || align=right | 2.2 km || |-id=196 bgcolor=#fefefe | 494196 || || — || May 1, 2006 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.64" | 640 m || |-id=197 bgcolor=#d6d6d6 | 494197 || || — || October 25, 2013 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=198 bgcolor=#E9E9E9 | 494198 || || — || February 6, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.87" | 870 m || |-id=199 bgcolor=#fefefe | 494199 || || — || April 11, 2005 || Mount Lemmon || Mount Lemmon Survey || NYS || align=right data-sort-value="0.65" | 650 m || |-id=200 bgcolor=#d6d6d6 | 494200 || || — || April 2, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |} 494201–494300 |-bgcolor=#E9E9E9 | 494201 || || — || December 20, 2009 || Kitt Peak || Spacewatch || MRX || align=right | 1.2 km || |-id=202 bgcolor=#fefefe | 494202 || || — || February 26, 2001 || Cima Ekar || ADAS || — || align=right data-sort-value="0.87" | 870 m || |-id=203 bgcolor=#fefefe | 494203 || || — || February 27, 2006 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.71" | 710 m || |-id=204 bgcolor=#d6d6d6 | 494204 || || — || April 5, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |-id=205 bgcolor=#d6d6d6 | 494205 || || — || October 28, 2008 || Kitt Peak || Spacewatch || EOS || align=right | 1.8 km || |-id=206 bgcolor=#E9E9E9 | 494206 || || — || December 9, 2006 || Kitt Peak || Spacewatch || — || align=right | 1.00 km || |-id=207 bgcolor=#d6d6d6 | 494207 || || — || February 1, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=208 bgcolor=#E9E9E9 | 494208 || || — || February 2, 2006 || Kitt Peak || Spacewatch || HOF || align=right | 2.0 km || |-id=209 bgcolor=#d6d6d6 | 494209 || || — || November 5, 2007 || Kitt Peak || Spacewatch || — || align=right | 3.4 km || |-id=210 bgcolor=#E9E9E9 | 494210 || || — || November 9, 2009 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.71" | 710 m || |-id=211 bgcolor=#E9E9E9 | 494211 || || — || October 12, 2013 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.6 km || |-id=212 bgcolor=#d6d6d6 | 494212 || || — || December 2, 2008 || Kitt Peak || Spacewatch || HYG || align=right | 2.4 km || |-id=213 bgcolor=#fefefe | 494213 || || — || January 1, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.85" | 850 m || |-id=214 bgcolor=#d6d6d6 | 494214 || || — || November 6, 2013 || Haleakala || Pan-STARRS || — || align=right | 3.3 km || |-id=215 bgcolor=#fefefe | 494215 || || — || July 22, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.76" | 760 m || |-id=216 bgcolor=#d6d6d6 | 494216 || || — || September 20, 2001 || Socorro || LINEAR || — || align=right | 2.7 km || |-id=217 bgcolor=#d6d6d6 | 494217 || || — || February 17, 2004 || Kitt Peak || Spacewatch || — || align=right | 2.8 km || |-id=218 bgcolor=#E9E9E9 | 494218 || || — || July 18, 2013 || Haleakala || Pan-STARRS || EUN || align=right | 1.3 km || |-id=219 bgcolor=#C7FF8F | 494219 || || — || September 23, 2012 || Mount Lemmon || Mount Lemmon Survey || Tj (2.43) || align=right | 13 km || |-id=220 bgcolor=#d6d6d6 | 494220 || || — || October 24, 2011 || Haleakala || Pan-STARRS || THB || align=right | 1.6 km || |-id=221 bgcolor=#E9E9E9 | 494221 || || — || February 14, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.2 km || |-id=222 bgcolor=#E9E9E9 | 494222 || || — || February 10, 2014 || Haleakala || Pan-STARRS || — || align=right | 1.3 km || |-id=223 bgcolor=#E9E9E9 | 494223 || || — || December 14, 2013 || Mount Lemmon || Mount Lemmon Survey || (5) || align=right data-sort-value="0.92" | 920 m || |-id=224 bgcolor=#fefefe | 494224 || || — || December 16, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.1 km || |-id=225 bgcolor=#d6d6d6 | 494225 || || — || August 22, 2011 || La Sagra || OAM Obs. || EOS || align=right | 2.3 km || |-id=226 bgcolor=#d6d6d6 | 494226 || || — || May 15, 2008 || Mount Lemmon || Mount Lemmon Survey || (6124)3:2 || align=right | 5.7 km || |-id=227 bgcolor=#d6d6d6 | 494227 || || — || July 3, 2005 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 2.0 km || |-id=228 bgcolor=#E9E9E9 | 494228 || || — || December 4, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.90" | 900 m || |-id=229 bgcolor=#d6d6d6 | 494229 || || — || October 16, 2009 || Mount Lemmon || Mount Lemmon Survey || SHU3:2 || align=right | 5.3 km || |-id=230 bgcolor=#d6d6d6 | 494230 || || — || March 2, 2009 || Kitt Peak || Spacewatch || — || align=right | 2.5 km || |-id=231 bgcolor=#FA8072 | 494231 || || — || December 29, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.5 km || |-id=232 bgcolor=#fefefe | 494232 || || — || April 3, 2011 || Haleakala || Pan-STARRS || NYS || align=right data-sort-value="0.82" | 820 m || |-id=233 bgcolor=#E9E9E9 | 494233 || || — || September 22, 2003 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=234 bgcolor=#d6d6d6 | 494234 || || — || October 9, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=235 bgcolor=#d6d6d6 | 494235 || || — || November 25, 2000 || Kitt Peak || Spacewatch || HYG || align=right | 2.4 km || |-id=236 bgcolor=#E9E9E9 | 494236 || || — || April 4, 2010 || Kitt Peak || Spacewatch || HOF || align=right | 2.0 km || |-id=237 bgcolor=#E9E9E9 | 494237 || || — || September 14, 2004 || Anderson Mesa || LONEOS || — || align=right | 1.0 km || |-id=238 bgcolor=#d6d6d6 | 494238 || || — || December 18, 2007 || Kitt Peak || Spacewatch || EOS || align=right | 2.0 km || |-id=239 bgcolor=#d6d6d6 | 494239 || || — || January 14, 2008 || Kitt Peak || Spacewatch || — || align=right | 4.1 km || |-id=240 bgcolor=#d6d6d6 | 494240 || || — || October 6, 2012 || Kitt Peak || Spacewatch || — || align=right | 2.0 km || |-id=241 bgcolor=#E9E9E9 | 494241 || || — || October 6, 2012 || Haleakala || Pan-STARRS || GEF || align=right | 2.4 km || |-id=242 bgcolor=#d6d6d6 | 494242 || || — || January 10, 2008 || Desert Eagle || W. K. Y. Yeung || EOS || align=right | 2.1 km || |-id=243 bgcolor=#d6d6d6 | 494243 || || — || November 7, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |-id=244 bgcolor=#d6d6d6 | 494244 || || — || November 5, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=245 bgcolor=#d6d6d6 | 494245 || || — || October 30, 1999 || Kitt Peak || Spacewatch || THB || align=right | 3.4 km || |-id=246 bgcolor=#fefefe | 494246 || || — || January 12, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.86" | 860 m || |-id=247 bgcolor=#E9E9E9 | 494247 || || — || September 24, 2008 || Kitt Peak || Spacewatch || — || align=right | 1.1 km || |-id=248 bgcolor=#d6d6d6 | 494248 || || — || July 25, 2006 || Mount Lemmon || Mount Lemmon Survey || LAU || align=right | 2.0 km || |-id=249 bgcolor=#E9E9E9 | 494249 || || — || September 25, 2012 || Catalina || CSS || — || align=right data-sort-value="0.77" | 770 m || |-id=250 bgcolor=#d6d6d6 | 494250 || || — || October 1, 2011 || Kitt Peak || Spacewatch || EOS || align=right | 2.6 km || |-id=251 bgcolor=#E9E9E9 | 494251 || || — || November 30, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.83" | 830 m || |-id=252 bgcolor=#E9E9E9 | 494252 || || — || September 20, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.4 km || |-id=253 bgcolor=#d6d6d6 | 494253 || || — || August 31, 2011 || Haleakala || Pan-STARRS || — || align=right | 2.3 km || |-id=254 bgcolor=#E9E9E9 | 494254 || || — || April 14, 2010 || Mount Lemmon || Mount Lemmon Survey || WIT || align=right | 1.9 km || |-id=255 bgcolor=#fefefe | 494255 || || — || January 24, 2014 || Haleakala || Pan-STARRS || NYS || align=right data-sort-value="0.49" | 490 m || |-id=256 bgcolor=#d6d6d6 | 494256 || || — || September 12, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.5 km || |-id=257 bgcolor=#E9E9E9 | 494257 || || — || August 24, 2012 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.70" | 700 m || |-id=258 bgcolor=#fefefe | 494258 || || — || November 28, 2005 || Kitt Peak || Spacewatch || V || align=right data-sort-value="0.62" | 620 m || |-id=259 bgcolor=#fefefe | 494259 || || — || February 9, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.65" | 650 m || |-id=260 bgcolor=#E9E9E9 | 494260 || || — || March 18, 2010 || Mount Lemmon || Mount Lemmon Survey || WIT || align=right | 2.2 km || |-id=261 bgcolor=#d6d6d6 | 494261 || || — || May 4, 2005 || Mount Lemmon || Mount Lemmon Survey || KOR || align=right | 1.3 km || |-id=262 bgcolor=#d6d6d6 | 494262 || || — || October 7, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=263 bgcolor=#d6d6d6 | 494263 || || — || September 1, 2005 || Kitt Peak || Spacewatch || HYG || align=right | 2.4 km || |-id=264 bgcolor=#fefefe | 494264 || || — || November 26, 2003 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.67" | 670 m || |-id=265 bgcolor=#d6d6d6 | 494265 || || — || November 21, 2006 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.9 km || |-id=266 bgcolor=#d6d6d6 | 494266 || || — || November 1, 2006 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.1 km || |-id=267 bgcolor=#d6d6d6 | 494267 || || — || October 11, 2007 || Kitt Peak || Spacewatch || — || align=right | 4.2 km || |-id=268 bgcolor=#d6d6d6 | 494268 || || — || November 4, 2012 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=269 bgcolor=#d6d6d6 | 494269 || || — || October 19, 2006 || Kitt Peak || Spacewatch || HYG || align=right | 2.8 km || |-id=270 bgcolor=#d6d6d6 | 494270 || || — || August 31, 2011 || Haleakala || Pan-STARRS || — || align=right | 2.2 km || |-id=271 bgcolor=#E9E9E9 | 494271 || || — || November 19, 2008 || Mount Lemmon || Mount Lemmon Survey || critical || align=right | 1.0 km || |-id=272 bgcolor=#fefefe | 494272 || || — || July 30, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.75" | 750 m || |-id=273 bgcolor=#E9E9E9 | 494273 || || — || October 8, 2007 || Catalina || CSS || — || align=right | 2.0 km || |-id=274 bgcolor=#E9E9E9 | 494274 || || — || September 28, 2003 || Kitt Peak || Spacewatch || EUN || align=right | 1.2 km || |-id=275 bgcolor=#E9E9E9 | 494275 || || — || November 7, 2012 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.77" | 770 m || |-id=276 bgcolor=#d6d6d6 | 494276 || || — || March 26, 2003 || Campo Imperatore || CINEOS || HYG || align=right | 4.1 km || |-id=277 bgcolor=#E9E9E9 | 494277 || || — || October 28, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.0 km || |-id=278 bgcolor=#d6d6d6 | 494278 || || — || October 2, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=279 bgcolor=#d6d6d6 | 494279 || || — || October 12, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=280 bgcolor=#E9E9E9 | 494280 || || — || April 6, 2010 || Mount Lemmon || Mount Lemmon Survey || HOF || align=right | 1.8 km || |-id=281 bgcolor=#d6d6d6 | 494281 || || — || November 14, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=282 bgcolor=#d6d6d6 | 494282 || || — || August 29, 2005 || Kitt Peak || Spacewatch || — || align=right | 3.0 km || |-id=283 bgcolor=#fefefe | 494283 || || — || August 28, 1995 || Kitt Peak || Spacewatch || V || align=right data-sort-value="0.40" | 400 m || |-id=284 bgcolor=#fefefe | 494284 || || — || November 18, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.63" | 630 m || |-id=285 bgcolor=#E9E9E9 | 494285 || || — || October 28, 2008 || Kitt Peak || Spacewatch || — || align=right | 1.2 km || |-id=286 bgcolor=#fefefe | 494286 || || — || March 29, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.68" | 680 m || |-id=287 bgcolor=#E9E9E9 | 494287 || || — || September 10, 2007 || Kitt Peak || Spacewatch || AGN || align=right | 1.0 km || |-id=288 bgcolor=#d6d6d6 | 494288 || || — || November 5, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=289 bgcolor=#d6d6d6 | 494289 || || — || January 10, 2008 || Catalina || CSS || — || align=right | 2.8 km || |-id=290 bgcolor=#fefefe | 494290 || || — || November 27, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.83" | 830 m || |-id=291 bgcolor=#fefefe | 494291 || || — || May 10, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.1 km || |-id=292 bgcolor=#E9E9E9 | 494292 || || — || December 30, 2008 || Kitt Peak || Spacewatch || HOF || align=right | 2.3 km || |-id=293 bgcolor=#d6d6d6 | 494293 || || — || August 31, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 1.8 km || |-id=294 bgcolor=#d6d6d6 | 494294 || || — || November 4, 2005 || Mount Lemmon || Mount Lemmon Survey || HYGfast? || align=right | 2.7 km || |-id=295 bgcolor=#fefefe | 494295 || || — || March 28, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.65" | 650 m || |-id=296 bgcolor=#E9E9E9 | 494296 || || — || October 14, 2012 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.70" | 700 m || |-id=297 bgcolor=#d6d6d6 | 494297 || || — || October 3, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.5 km || |-id=298 bgcolor=#E9E9E9 | 494298 || || — || October 15, 2012 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.79" | 790 m || |-id=299 bgcolor=#E9E9E9 | 494299 || || — || December 25, 2005 || Kitt Peak || Spacewatch || — || align=right | 1.1 km || |-id=300 bgcolor=#fefefe | 494300 || || — || November 9, 2009 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |} 494301–494400 |-bgcolor=#E9E9E9 | 494301 || || — || June 15, 2010 || WISE || WISE || — || align=right | 2.7 km || |-id=302 bgcolor=#E9E9E9 | 494302 || || — || September 17, 2003 || Kitt Peak || Spacewatch || EUN || align=right | 1.0 km || |-id=303 bgcolor=#fefefe | 494303 || || — || September 29, 2005 || Anderson Mesa || LONEOS || — || align=right data-sort-value="0.96" | 960 m || |-id=304 bgcolor=#fefefe | 494304 || || — || August 6, 2012 || Haleakala || Pan-STARRS || — || align=right data-sort-value="0.87" | 870 m || |-id=305 bgcolor=#fefefe | 494305 || || — || October 1, 2005 || Catalina || CSS || NYS || align=right data-sort-value="0.54" | 540 m || |-id=306 bgcolor=#fefefe | 494306 || || — || August 31, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.59" | 590 m || |-id=307 bgcolor=#d6d6d6 | 494307 || || — || October 25, 2005 || Kitt Peak || Spacewatch || THM || align=right | 2.4 km || |-id=308 bgcolor=#E9E9E9 | 494308 || || — || October 26, 2008 || Mount Lemmon || Mount Lemmon Survey || (5) || align=right data-sort-value="0.63" | 630 m || |-id=309 bgcolor=#E9E9E9 | 494309 || || — || February 25, 2006 || Kitt Peak || Spacewatch || — || align=right | 1.6 km || |-id=310 bgcolor=#fefefe | 494310 || || — || July 8, 2008 || La Sagra || OAM Obs. || — || align=right data-sort-value="0.86" | 860 m || |-id=311 bgcolor=#E9E9E9 | 494311 || || — || July 31, 2011 || Haleakala || Pan-STARRS || — || align=right | 1.7 km || |-id=312 bgcolor=#fefefe | 494312 || || — || April 25, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.1 km || |-id=313 bgcolor=#E9E9E9 | 494313 || || — || March 18, 2010 || Kitt Peak || Spacewatch || AGN || align=right | 2.3 km || |-id=314 bgcolor=#E9E9E9 | 494314 || || — || November 15, 2003 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |-id=315 bgcolor=#d6d6d6 | 494315 || || — || August 31, 2000 || Socorro || LINEAR || — || align=right | 3.4 km || |-id=316 bgcolor=#E9E9E9 | 494316 || || — || April 22, 2007 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.84" | 840 m || |-id=317 bgcolor=#d6d6d6 | 494317 || || — || October 27, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=318 bgcolor=#fefefe | 494318 || || — || September 30, 2005 || Catalina || CSS || — || align=right | 1.1 km || |-id=319 bgcolor=#d6d6d6 | 494319 || || — || October 21, 2011 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=320 bgcolor=#E9E9E9 | 494320 || || — || May 22, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.2 km || |-id=321 bgcolor=#E9E9E9 | 494321 || || — || October 8, 2007 || Kitt Peak || Spacewatch || DOR || align=right | 2.9 km || |-id=322 bgcolor=#fefefe | 494322 || || — || September 24, 2005 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.65" | 650 m || |-id=323 bgcolor=#d6d6d6 | 494323 || || — || March 11, 1996 || Kitt Peak || Spacewatch || — || align=right | 3.3 km || |-id=324 bgcolor=#d6d6d6 | 494324 || || — || September 29, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.6 km || |-id=325 bgcolor=#d6d6d6 | 494325 || || — || October 27, 2000 || Socorro || LINEAR || — || align=right | 3.3 km || |-id=326 bgcolor=#d6d6d6 | 494326 || || — || October 25, 2011 || Haleakala || Pan-STARRS || — || align=right | 2.3 km || |-id=327 bgcolor=#E9E9E9 | 494327 || || — || August 28, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=328 bgcolor=#d6d6d6 | 494328 || || — || September 22, 2011 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=329 bgcolor=#d6d6d6 | 494329 || || — || November 16, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.8 km || |-id=330 bgcolor=#d6d6d6 | 494330 || || — || February 12, 2008 || Kitt Peak || Spacewatch || — || align=right | 2.4 km || |-id=331 bgcolor=#d6d6d6 | 494331 || || — || November 17, 2006 || Kitt Peak || Spacewatch || EOS || align=right | 4.6 km || |-id=332 bgcolor=#fefefe | 494332 || || — || September 20, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.73" | 730 m || |-id=333 bgcolor=#E9E9E9 | 494333 || || — || December 11, 2012 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.8 km || |-id=334 bgcolor=#fefefe | 494334 || || — || October 23, 2005 || Catalina || CSS || — || align=right data-sort-value="0.98" | 980 m || |-id=335 bgcolor=#d6d6d6 | 494335 || || — || December 11, 2006 || Kitt Peak || Spacewatch || EOS || align=right | 3.3 km || |-id=336 bgcolor=#d6d6d6 | 494336 || || — || August 29, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 1.6 km || |-id=337 bgcolor=#E9E9E9 | 494337 || || — || April 25, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.0 km || |-id=338 bgcolor=#fefefe | 494338 || || — || January 13, 2010 || Mount Lemmon || Mount Lemmon Survey || V || align=right data-sort-value="0.61" | 610 m || |-id=339 bgcolor=#E9E9E9 | 494339 || || — || September 10, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.9 km || |-id=340 bgcolor=#d6d6d6 | 494340 || || — || September 24, 2000 || Kitt Peak || Spacewatch || — || align=right | 1.9 km || |-id=341 bgcolor=#d6d6d6 | 494341 || || — || March 27, 2014 || Haleakala || Pan-STARRS || — || align=right | 2.7 km || |-id=342 bgcolor=#d6d6d6 | 494342 || || — || September 23, 2011 || Kitt Peak || Spacewatch || NAE || align=right | 2.5 km || |-id=343 bgcolor=#E9E9E9 | 494343 || || — || September 12, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.3 km || |-id=344 bgcolor=#E9E9E9 | 494344 || || — || April 2, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.7 km || |-id=345 bgcolor=#d6d6d6 | 494345 || || — || November 22, 2006 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.6 km || |-id=346 bgcolor=#E9E9E9 | 494346 || || — || October 10, 2004 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.84" | 840 m || |-id=347 bgcolor=#fefefe | 494347 || || — || August 13, 2012 || Haleakala || Pan-STARRS || NYS || align=right data-sort-value="0.62" | 620 m || |-id=348 bgcolor=#E9E9E9 | 494348 || || — || September 22, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.2 km || |-id=349 bgcolor=#E9E9E9 | 494349 || || — || November 5, 1999 || Socorro || LINEAR || BAR || align=right | 1.8 km || |-id=350 bgcolor=#E9E9E9 | 494350 || || — || December 28, 1998 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=351 bgcolor=#d6d6d6 | 494351 || || — || October 7, 2005 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.6 km || |-id=352 bgcolor=#E9E9E9 | 494352 || || — || October 14, 1998 || Kitt Peak || Spacewatch || — || align=right | 1.8 km || |-id=353 bgcolor=#E9E9E9 | 494353 || || — || September 29, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.4 km || |-id=354 bgcolor=#E9E9E9 | 494354 || || — || October 6, 1999 || Socorro || LINEAR || — || align=right | 1.4 km || |-id=355 bgcolor=#d6d6d6 | 494355 || || — || February 17, 2013 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=356 bgcolor=#d6d6d6 | 494356 || || — || October 29, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.9 km || |-id=357 bgcolor=#E9E9E9 | 494357 || || — || January 20, 2009 || Catalina || CSS || — || align=right data-sort-value="0.93" | 930 m || |-id=358 bgcolor=#d6d6d6 | 494358 || || — || September 28, 2006 || Kitt Peak || Spacewatch || KOR || align=right | 1.5 km || |-id=359 bgcolor=#d6d6d6 | 494359 || || — || September 25, 2005 || Catalina || CSS || EOS || align=right | 2.1 km || |-id=360 bgcolor=#d6d6d6 | 494360 || || — || November 17, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=361 bgcolor=#d6d6d6 | 494361 || || — || October 24, 2011 || Haleakala || Pan-STARRS || EOS || align=right | 1.7 km || |-id=362 bgcolor=#d6d6d6 | 494362 || || — || December 26, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.7 km || |-id=363 bgcolor=#fefefe | 494363 || || — || April 4, 2008 || Catalina || CSS || — || align=right | 1.1 km || |-id=364 bgcolor=#E9E9E9 | 494364 || || — || October 22, 2012 || Haleakala || Pan-STARRS || — || align=right data-sort-value="0.72" | 720 m || |-id=365 bgcolor=#d6d6d6 | 494365 || || — || March 9, 2008 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.7 km || |-id=366 bgcolor=#fefefe | 494366 || || — || March 10, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.65" | 650 m || |-id=367 bgcolor=#d6d6d6 | 494367 || || — || March 29, 2009 || Kitt Peak || Spacewatch || — || align=right | 1.9 km || |-id=368 bgcolor=#E9E9E9 | 494368 || || — || November 12, 1999 || Socorro || LINEAR || — || align=right data-sort-value="0.96" | 960 m || |-id=369 bgcolor=#fefefe | 494369 || || — || September 28, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.66" | 660 m || |-id=370 bgcolor=#E9E9E9 | 494370 || || — || October 17, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.5 km || |-id=371 bgcolor=#E9E9E9 | 494371 || || — || January 1, 2009 || XuYi || PMO NEO || — || align=right | 1.5 km || |-id=372 bgcolor=#d6d6d6 | 494372 || || — || September 30, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.3 km || |-id=373 bgcolor=#d6d6d6 | 494373 || || — || March 6, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.8 km || |-id=374 bgcolor=#d6d6d6 | 494374 || || — || December 27, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=375 bgcolor=#d6d6d6 | 494375 || || — || September 15, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.0 km || |-id=376 bgcolor=#d6d6d6 | 494376 || || — || September 29, 2005 || Kitt Peak || Spacewatch || — || align=right | 3.3 km || |-id=377 bgcolor=#E9E9E9 | 494377 || || — || December 29, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.3 km || |-id=378 bgcolor=#E9E9E9 | 494378 || || — || October 18, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=379 bgcolor=#fefefe | 494379 || || — || October 26, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.82" | 820 m || |-id=380 bgcolor=#d6d6d6 | 494380 || || — || September 10, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=381 bgcolor=#fefefe | 494381 || || — || December 12, 1998 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.65" | 650 m || |-id=382 bgcolor=#d6d6d6 | 494382 || || — || November 6, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=383 bgcolor=#fefefe | 494383 || || — || October 20, 2006 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.79" | 790 m || |-id=384 bgcolor=#d6d6d6 | 494384 || || — || August 31, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 1.5 km || |-id=385 bgcolor=#d6d6d6 | 494385 || || — || November 19, 2006 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=386 bgcolor=#d6d6d6 | 494386 || || — || October 13, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=387 bgcolor=#d6d6d6 | 494387 || || — || September 27, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |-id=388 bgcolor=#fefefe | 494388 || || — || November 8, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.70" | 700 m || |-id=389 bgcolor=#E9E9E9 | 494389 || || — || December 16, 1995 || Kitt Peak || Spacewatch || critical || align=right | 1.2 km || |-id=390 bgcolor=#d6d6d6 | 494390 || || — || October 30, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=391 bgcolor=#E9E9E9 | 494391 || || — || April 5, 2014 || Haleakala || Pan-STARRS || ADE || align=right | 1.5 km || |-id=392 bgcolor=#E9E9E9 | 494392 || || — || May 12, 2010 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.86" | 860 m || |-id=393 bgcolor=#E9E9E9 | 494393 || || — || May 13, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=394 bgcolor=#fefefe | 494394 || || — || September 17, 2006 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.47" | 470 m || |-id=395 bgcolor=#fefefe | 494395 || || — || August 21, 2004 || Siding Spring || SSS || — || align=right data-sort-value="0.90" | 900 m || |-id=396 bgcolor=#d6d6d6 | 494396 || || — || December 18, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.2 km || |-id=397 bgcolor=#E9E9E9 | 494397 || || — || August 20, 2011 || Haleakala || Pan-STARRS || — || align=right | 1.9 km || |-id=398 bgcolor=#E9E9E9 | 494398 || || — || September 12, 1994 || Kitt Peak || Spacewatch || — || align=right | 1.6 km || |-id=399 bgcolor=#d6d6d6 | 494399 || || — || March 1, 2008 || Kitt Peak || Spacewatch || EOS || align=right | 1.8 km || |-id=400 bgcolor=#d6d6d6 | 494400 || || — || April 11, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |} 494401–494500 |-bgcolor=#fefefe | 494401 || || — || September 30, 2009 || Mount Lemmon || Mount Lemmon Survey || V || align=right data-sort-value="0.62" | 620 m || |-id=402 bgcolor=#d6d6d6 | 494402 || || — || July 5, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 1.7 km || |-id=403 bgcolor=#d6d6d6 | 494403 || || — || December 26, 2011 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.5 km || |-id=404 bgcolor=#d6d6d6 | 494404 || || — || November 12, 2005 || Kitt Peak || Spacewatch || URS || align=right | 3.3 km || |-id=405 bgcolor=#E9E9E9 | 494405 || || — || November 6, 2008 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.89" | 890 m || |-id=406 bgcolor=#d6d6d6 | 494406 || || — || October 10, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 2.4 km || |-id=407 bgcolor=#fefefe | 494407 || || — || November 26, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.90" | 900 m || |-id=408 bgcolor=#d6d6d6 | 494408 || || — || October 22, 2005 || Catalina || CSS || — || align=right | 3.0 km || |-id=409 bgcolor=#fefefe | 494409 || || — || April 19, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.90" | 900 m || |-id=410 bgcolor=#fefefe | 494410 || || — || March 26, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.84" | 840 m || |-id=411 bgcolor=#E9E9E9 | 494411 || || — || October 22, 2012 || Haleakala || Pan-STARRS || MAR || align=right data-sort-value="0.97" | 970 m || |-id=412 bgcolor=#E9E9E9 | 494412 || || — || September 28, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.3 km || |-id=413 bgcolor=#d6d6d6 | 494413 || || — || September 23, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.4 km || |-id=414 bgcolor=#fefefe | 494414 || || — || December 25, 2005 || Kitt Peak || Spacewatch || MAS || align=right data-sort-value="0.55" | 550 m || |-id=415 bgcolor=#d6d6d6 | 494415 || || — || October 18, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.1 km || |-id=416 bgcolor=#E9E9E9 | 494416 || || — || April 10, 2010 || Mount Lemmon || Mount Lemmon Survey || DOR || align=right | 2.2 km || |-id=417 bgcolor=#d6d6d6 | 494417 || || — || November 28, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.4 km || |-id=418 bgcolor=#d6d6d6 | 494418 || || — || October 30, 2011 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=419 bgcolor=#E9E9E9 | 494419 || || — || May 22, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.78" | 780 m || |-id=420 bgcolor=#fefefe | 494420 || || — || December 10, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.70" | 700 m || |-id=421 bgcolor=#d6d6d6 | 494421 || || — || September 30, 2005 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 3.1 km || |-id=422 bgcolor=#fefefe | 494422 || || — || September 20, 2001 || Socorro || LINEAR || — || align=right data-sort-value="0.60" | 600 m || |-id=423 bgcolor=#d6d6d6 | 494423 || || — || September 30, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=424 bgcolor=#d6d6d6 | 494424 || || — || September 17, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.1 km || |-id=425 bgcolor=#E9E9E9 | 494425 || || — || November 18, 2003 || Kitt Peak || Spacewatch || EUN || align=right data-sort-value="0.90" | 900 m || |-id=426 bgcolor=#E9E9E9 | 494426 || || — || February 13, 2004 || Kitt Peak || Spacewatch || — || align=right | 2.0 km || |-id=427 bgcolor=#fefefe | 494427 || || — || October 18, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.54" | 540 m || |-id=428 bgcolor=#E9E9E9 | 494428 || || — || November 7, 2012 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.70" | 700 m || |-id=429 bgcolor=#E9E9E9 | 494429 || || — || October 17, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.9 km || |-id=430 bgcolor=#d6d6d6 | 494430 || || — || October 11, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=431 bgcolor=#E9E9E9 | 494431 || || — || October 20, 2003 || Kitt Peak || Spacewatch || EUN || align=right | 1.0 km || |-id=432 bgcolor=#fefefe | 494432 || || — || April 3, 2008 || Mount Lemmon || Mount Lemmon Survey || V || align=right data-sort-value="0.49" | 490 m || |-id=433 bgcolor=#d6d6d6 | 494433 || || — || September 15, 2010 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.4 km || |-id=434 bgcolor=#d6d6d6 | 494434 || || — || April 20, 2009 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.2 km || |-id=435 bgcolor=#d6d6d6 | 494435 || || — || April 18, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |-id=436 bgcolor=#d6d6d6 | 494436 || || — || September 29, 1994 || Kitt Peak || Spacewatch || — || align=right | 2.0 km || |-id=437 bgcolor=#d6d6d6 | 494437 || || — || October 20, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.2 km || |-id=438 bgcolor=#E9E9E9 | 494438 || || — || September 28, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.7 km || |-id=439 bgcolor=#fefefe | 494439 || || — || August 31, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.78" | 780 m || |-id=440 bgcolor=#E9E9E9 | 494440 || || — || January 1, 2009 || Kitt Peak || Spacewatch || — || align=right | 1.3 km || |-id=441 bgcolor=#fefefe | 494441 || || — || June 29, 2005 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.55" | 550 m || |-id=442 bgcolor=#fefefe | 494442 || || — || March 11, 2007 || Mount Lemmon || Mount Lemmon Survey || NYS || align=right data-sort-value="0.79" | 790 m || |-id=443 bgcolor=#d6d6d6 | 494443 || || — || November 15, 2011 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.5 km || |-id=444 bgcolor=#E9E9E9 | 494444 || || — || June 7, 2011 || Kitt Peak || Spacewatch || — || align=right | 1.3 km || |-id=445 bgcolor=#d6d6d6 | 494445 || || — || March 12, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.2 km || |-id=446 bgcolor=#d6d6d6 | 494446 || || — || January 17, 2007 || Kitt Peak || Spacewatch || THM || align=right | 1.8 km || |-id=447 bgcolor=#E9E9E9 | 494447 || || — || October 8, 2012 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.70" | 700 m || |-id=448 bgcolor=#d6d6d6 | 494448 || || — || September 16, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=449 bgcolor=#d6d6d6 | 494449 || || — || June 25, 2010 || WISE || WISE || — || align=right | 2.8 km || |-id=450 bgcolor=#E9E9E9 | 494450 || || — || September 6, 1997 || Caussols || ODAS || HNA || align=right | 1.5 km || |-id=451 bgcolor=#d6d6d6 | 494451 || || — || November 2, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.9 km || |-id=452 bgcolor=#fefefe | 494452 || || — || February 19, 2012 || Catalina || CSS || H || align=right data-sort-value="0.57" | 570 m || |-id=453 bgcolor=#d6d6d6 | 494453 || || — || September 15, 2010 || Mount Lemmon || Mount Lemmon Survey || VER EOS || align=right | 2.4 km || |-id=454 bgcolor=#d6d6d6 | 494454 || || — || December 17, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.9 km || |-id=455 bgcolor=#E9E9E9 | 494455 || || — || October 24, 2007 || Mount Lemmon || Mount Lemmon Survey || AGN || align=right | 1.2 km || |-id=456 bgcolor=#d6d6d6 | 494456 || || — || December 11, 2006 || Kitt Peak || Spacewatch || EOS || align=right | 1.7 km || |-id=457 bgcolor=#fefefe | 494457 || || — || April 29, 2003 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.89" | 890 m || |-id=458 bgcolor=#d6d6d6 | 494458 || || — || October 12, 2005 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=459 bgcolor=#E9E9E9 | 494459 || || — || October 21, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.1 km || |-id=460 bgcolor=#d6d6d6 | 494460 || || — || November 24, 2011 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 1.9 km || |-id=461 bgcolor=#E9E9E9 | 494461 || || — || December 4, 2008 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.75" | 750 m || |-id=462 bgcolor=#E9E9E9 | 494462 || || — || September 20, 1995 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.94" | 940 m || |-id=463 bgcolor=#E9E9E9 | 494463 || || — || October 15, 2012 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right | 1.2 km || |-id=464 bgcolor=#E9E9E9 | 494464 || || — || November 6, 2012 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right | 1.1 km || |-id=465 bgcolor=#fefefe | 494465 || || — || April 2, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.86" | 860 m || |-id=466 bgcolor=#fefefe | 494466 || || — || September 29, 1994 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.65" | 650 m || |-id=467 bgcolor=#E9E9E9 | 494467 || || — || April 3, 2009 || Mount Lemmon || Mount Lemmon Survey || HOF || align=right | 2.0 km || |-id=468 bgcolor=#fefefe | 494468 || || — || March 8, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.65" | 650 m || |-id=469 bgcolor=#d6d6d6 | 494469 || || — || November 22, 2005 || Kitt Peak || Spacewatch || THM || align=right | 1.8 km || |-id=470 bgcolor=#d6d6d6 | 494470 || || — || September 19, 2006 || Catalina || CSS || — || align=right | 3.5 km || |-id=471 bgcolor=#fefefe | 494471 || || — || October 24, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.70" | 700 m || |-id=472 bgcolor=#fefefe | 494472 || || — || October 3, 1997 || Caussols || ODAS || — || align=right data-sort-value="0.75" | 750 m || |-id=473 bgcolor=#fefefe | 494473 || || — || November 17, 2006 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.73" | 730 m || |-id=474 bgcolor=#E9E9E9 | 494474 || || — || October 25, 2008 || Kitt Peak || Spacewatch || — || align=right | 1.2 km || |-id=475 bgcolor=#d6d6d6 | 494475 || || — || October 21, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.2 km || |-id=476 bgcolor=#E9E9E9 | 494476 || || — || October 18, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.2 km || |-id=477 bgcolor=#d6d6d6 | 494477 || || — || July 5, 2010 || Kitt Peak || Spacewatch || — || align=right | 2.8 km || |-id=478 bgcolor=#E9E9E9 | 494478 || || — || November 19, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.3 km || |-id=479 bgcolor=#fefefe | 494479 || || — || November 12, 2009 || La Sagra || OAM Obs. || — || align=right data-sort-value="0.74" | 740 m || |-id=480 bgcolor=#fefefe | 494480 || || — || February 4, 2010 || WISE || WISE || — || align=right | 1.3 km || |-id=481 bgcolor=#fefefe | 494481 || || — || November 25, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.66" | 660 m || |-id=482 bgcolor=#d6d6d6 | 494482 || || — || September 18, 2010 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.1 km || |-id=483 bgcolor=#E9E9E9 | 494483 || || — || January 17, 2013 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right | 1.1 km || |-id=484 bgcolor=#d6d6d6 | 494484 || || — || May 22, 2010 || WISE || WISE || EUP || align=right | 2.6 km || |-id=485 bgcolor=#d6d6d6 | 494485 || || — || August 28, 2005 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=486 bgcolor=#d6d6d6 | 494486 || || — || April 5, 2014 || Haleakala || Pan-STARRS || — || align=right | 2.4 km || |-id=487 bgcolor=#d6d6d6 | 494487 || || — || July 21, 2010 || WISE || WISE || — || align=right | 2.7 km || |-id=488 bgcolor=#E9E9E9 | 494488 || || — || November 5, 2012 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.83" | 830 m || |-id=489 bgcolor=#E9E9E9 | 494489 || || — || September 10, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.5 km || |-id=490 bgcolor=#E9E9E9 | 494490 || || — || December 22, 1998 || Kitt Peak || Spacewatch || WIT || align=right | 2.9 km || |-id=491 bgcolor=#E9E9E9 | 494491 || || — || March 17, 2005 || Mount Lemmon || Mount Lemmon Survey || AGN || align=right | 1.5 km || |-id=492 bgcolor=#d6d6d6 | 494492 || || — || September 30, 2011 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=493 bgcolor=#E9E9E9 | 494493 || || — || January 3, 2013 || Catalina || CSS || — || align=right | 1.5 km || |-id=494 bgcolor=#d6d6d6 | 494494 || || — || October 27, 2006 || Mount Lemmon || Mount Lemmon Survey || NAE || align=right | 3.0 km || |-id=495 bgcolor=#E9E9E9 | 494495 || || — || December 8, 2012 || Catalina || CSS || — || align=right data-sort-value="0.92" | 920 m || |-id=496 bgcolor=#E9E9E9 | 494496 || || — || November 5, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=497 bgcolor=#E9E9E9 | 494497 || || — || November 8, 2008 || Mount Lemmon || Mount Lemmon Survey || (5) || align=right data-sort-value="0.98" | 980 m || |-id=498 bgcolor=#d6d6d6 | 494498 || || — || October 5, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 2.7 km || |-id=499 bgcolor=#fefefe | 494499 || || — || October 29, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.70" | 700 m || |-id=500 bgcolor=#E9E9E9 | 494500 || || — || October 29, 2003 || Kitt Peak || Spacewatch || MIS || align=right | 1.0 km || |} 494501–494600 |-bgcolor=#d6d6d6 | 494501 || || — || January 12, 2008 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=502 bgcolor=#E9E9E9 | 494502 || || — || December 6, 2012 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.1 km || |-id=503 bgcolor=#fefefe | 494503 || || — || September 15, 2012 || Catalina || CSS || NYS || align=right data-sort-value="0.54" | 540 m || |-id=504 bgcolor=#fefefe | 494504 || || — || April 4, 2008 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.62" | 620 m || |-id=505 bgcolor=#E9E9E9 | 494505 || || — || July 5, 2011 || Haleakala || Pan-STARRS || — || align=right | 1.5 km || |-id=506 bgcolor=#E9E9E9 | 494506 || || — || November 23, 2012 || Catalina || CSS || — || align=right | 1.2 km || |-id=507 bgcolor=#E9E9E9 | 494507 || || — || January 4, 2013 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.2 km || |-id=508 bgcolor=#fefefe | 494508 || || — || November 30, 2003 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.65" | 650 m || |-id=509 bgcolor=#E9E9E9 | 494509 || || — || October 21, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=510 bgcolor=#d6d6d6 | 494510 || || — || December 26, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.6 km || |-id=511 bgcolor=#d6d6d6 | 494511 || || — || October 25, 2011 || Haleakala || Pan-STARRS || — || align=right | 3.2 km || |-id=512 bgcolor=#E9E9E9 | 494512 || || — || December 29, 2003 || Anderson Mesa || LONEOS || — || align=right | 1.3 km || |-id=513 bgcolor=#fefefe | 494513 || || — || March 3, 2006 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.69" | 690 m || |-id=514 bgcolor=#fefefe | 494514 || || — || February 21, 2006 || Catalina || CSS || H || align=right data-sort-value="0.85" | 850 m || |-id=515 bgcolor=#d6d6d6 | 494515 || || — || January 7, 2000 || Socorro || LINEAR || — || align=right | 4.7 km || |-id=516 bgcolor=#fefefe | 494516 || || — || February 2, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.2 km || |-id=517 bgcolor=#fefefe | 494517 || || — || August 9, 2008 || La Sagra || OAM Obs. || — || align=right | 1.2 km || |-id=518 bgcolor=#fefefe | 494518 || || — || December 28, 2011 || Catalina || CSS || H || align=right data-sort-value="0.82" | 820 m || |-id=519 bgcolor=#fefefe | 494519 || || — || January 4, 2003 || Socorro || LINEAR || — || align=right | 1.6 km || |-id=520 bgcolor=#E9E9E9 | 494520 || || — || October 9, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.1 km || |-id=521 bgcolor=#d6d6d6 | 494521 || || — || August 17, 2009 || Kitt Peak || Spacewatch || ELF || align=right | 3.7 km || |-id=522 bgcolor=#E9E9E9 | 494522 || || — || July 16, 2007 || Siding Spring || SSS || — || align=right | 1.6 km || |-id=523 bgcolor=#d6d6d6 | 494523 || || — || October 15, 2004 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.9 km || |-id=524 bgcolor=#E9E9E9 | 494524 || || — || February 2, 2009 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right | 1.2 km || |-id=525 bgcolor=#d6d6d6 | 494525 || || — || September 23, 2009 || Mount Lemmon || Mount Lemmon Survey || EUP || align=right | 4.6 km || |-id=526 bgcolor=#d6d6d6 | 494526 || || — || August 28, 2014 || Haleakala || Pan-STARRS || — || align=right | 3.4 km || |-id=527 bgcolor=#fefefe | 494527 || || — || October 10, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.98" | 980 m || |-id=528 bgcolor=#d6d6d6 | 494528 || || — || January 7, 2000 || Socorro || LINEAR || Tj (2.94) || align=right | 3.8 km || |-id=529 bgcolor=#fefefe | 494529 || || — || January 8, 2010 || Kitt Peak || Spacewatch || critical || align=right data-sort-value="0.71" | 710 m || |-id=530 bgcolor=#E9E9E9 | 494530 || || — || February 16, 2004 || Kitt Peak || Spacewatch || HNS || align=right | 2.2 km || |-id=531 bgcolor=#fefefe | 494531 || || — || October 1, 2005 || Mount Lemmon || Mount Lemmon Survey || V || align=right data-sort-value="0.62" | 620 m || |-id=532 bgcolor=#fefefe | 494532 || || — || October 25, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.87" | 870 m || |-id=533 bgcolor=#fefefe | 494533 || || — || November 16, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.67" | 670 m || |-id=534 bgcolor=#fefefe | 494534 || || — || January 7, 2010 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.86" | 860 m || |-id=535 bgcolor=#E9E9E9 | 494535 || || — || November 7, 2007 || Mount Lemmon || Mount Lemmon Survey || HNS || align=right | 2.2 km || |-id=536 bgcolor=#d6d6d6 | 494536 || || — || January 23, 2006 || Kitt Peak || Spacewatch || — || align=right | 3.5 km || |-id=537 bgcolor=#E9E9E9 | 494537 || || — || May 2, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.8 km || |-id=538 bgcolor=#E9E9E9 | 494538 || || — || October 15, 2007 || Catalina || CSS || — || align=right | 1.8 km || |-id=539 bgcolor=#fefefe | 494539 || || — || December 7, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.92" | 920 m || |-id=540 bgcolor=#E9E9E9 | 494540 || || — || February 1, 2009 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.90" | 900 m || |-id=541 bgcolor=#fefefe | 494541 || || — || March 12, 2007 || Catalina || CSS || — || align=right | 1.1 km || |-id=542 bgcolor=#fefefe | 494542 || || — || January 23, 2006 || Kitt Peak || Spacewatch || MAS || align=right data-sort-value="0.51" | 510 m || |-id=543 bgcolor=#E9E9E9 | 494543 || || — || November 2, 2007 || Kitt Peak || Spacewatch || — || align=right | 1.4 km || |-id=544 bgcolor=#fefefe | 494544 || || — || October 7, 2012 || Haleakala || Pan-STARRS || — || align=right data-sort-value="0.73" | 730 m || |-id=545 bgcolor=#FA8072 | 494545 || || — || October 16, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.99" | 990 m || |-id=546 bgcolor=#d6d6d6 | 494546 || || — || September 7, 2004 || Kitt Peak || Spacewatch || — || align=right | 3.0 km || |-id=547 bgcolor=#d6d6d6 | 494547 || || — || April 21, 2012 || Haleakala || Pan-STARRS || — || align=right | 3.5 km || |-id=548 bgcolor=#fefefe | 494548 || || — || January 5, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.97" | 970 m || |-id=549 bgcolor=#fefefe | 494549 || || — || December 14, 1999 || Socorro || LINEAR || H || align=right data-sort-value="0.99" | 990 m || |-id=550 bgcolor=#fefefe | 494550 || || — || March 14, 2012 || Haleakala || Pan-STARRS || H || align=right data-sort-value="0.76" | 760 m || |-id=551 bgcolor=#E9E9E9 | 494551 || || — || August 27, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.6 km || |-id=552 bgcolor=#d6d6d6 | 494552 || || — || January 28, 2006 || Catalina || CSS || EUP || align=right | 4.4 km || |-id=553 bgcolor=#E9E9E9 | 494553 || || — || July 25, 2015 || Haleakala || Pan-STARRS || JUN || align=right data-sort-value="0.94" | 940 m || |-id=554 bgcolor=#d6d6d6 | 494554 || || — || December 14, 2004 || Socorro || LINEAR || — || align=right | 3.2 km || |-id=555 bgcolor=#fefefe | 494555 || || — || October 25, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.98" | 980 m || |-id=556 bgcolor=#fefefe | 494556 || || — || March 16, 2004 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.94" | 940 m || |-id=557 bgcolor=#E9E9E9 | 494557 || || — || January 31, 2008 || Catalina || CSS || — || align=right | 2.6 km || |-id=558 bgcolor=#d6d6d6 | 494558 || || — || October 26, 2009 || Kitt Peak || Spacewatch || — || align=right | 4.2 km || |-id=559 bgcolor=#fefefe | 494559 || || — || March 15, 2007 || Catalina || CSS || — || align=right data-sort-value="0.95" | 950 m || |-id=560 bgcolor=#E9E9E9 | 494560 || || — || November 2, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.3 km || |-id=561 bgcolor=#d6d6d6 | 494561 || || — || September 17, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.0 km || |-id=562 bgcolor=#E9E9E9 | 494562 || || — || January 28, 2004 || Socorro || LINEAR || JUN || align=right | 1.1 km || |-id=563 bgcolor=#E9E9E9 | 494563 || || — || March 5, 2013 || Haleakala || Pan-STARRS || — || align=right | 2.3 km || |-id=564 bgcolor=#fefefe | 494564 || || — || May 1, 2003 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.90" | 900 m || |-id=565 bgcolor=#d6d6d6 | 494565 || || — || December 15, 2004 || Kitt Peak || Spacewatch || THM || align=right | 3.1 km || |-id=566 bgcolor=#E9E9E9 | 494566 || || — || January 26, 2003 || Kitt Peak || Spacewatch || — || align=right | 3.4 km || |-id=567 bgcolor=#E9E9E9 | 494567 || || — || August 29, 2006 || Catalina || CSS || — || align=right | 1.9 km || |-id=568 bgcolor=#fefefe | 494568 || || — || March 6, 2003 || Anderson Mesa || LONEOS || — || align=right data-sort-value="0.67" | 670 m || |-id=569 bgcolor=#E9E9E9 | 494569 || || — || September 13, 2007 || Kitt Peak || Spacewatch || (5) || align=right data-sort-value="0.78" | 780 m || |-id=570 bgcolor=#E9E9E9 | 494570 || || — || November 20, 2007 || Mount Lemmon || Mount Lemmon Survey || KON || align=right | 2.4 km || |-id=571 bgcolor=#fefefe | 494571 || || — || January 22, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.93" | 930 m || |-id=572 bgcolor=#d6d6d6 | 494572 || || — || February 27, 2006 || Mount Lemmon || Mount Lemmon Survey || Tj (2.92) || align=right | 4.5 km || |-id=573 bgcolor=#E9E9E9 | 494573 || || — || August 28, 2011 || Haleakala || Pan-STARRS || — || align=right | 1.1 km || |-id=574 bgcolor=#fefefe | 494574 || || — || February 2, 2006 || Kitt Peak || Spacewatch || — || align=right | 1.5 km || |-id=575 bgcolor=#d6d6d6 | 494575 || || — || February 29, 2008 || Kitt Peak || Spacewatch || KOR KAR || align=right | 1.6 km || |-id=576 bgcolor=#fefefe | 494576 || || — || January 28, 2006 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.61" | 610 m || |-id=577 bgcolor=#d6d6d6 | 494577 || || — || November 3, 2011 || Catalina || CSS || — || align=right | 3.4 km || |-id=578 bgcolor=#fefefe | 494578 || || — || December 19, 2009 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.82" | 820 m || |-id=579 bgcolor=#E9E9E9 | 494579 || || — || March 26, 2004 || Kitt Peak || Spacewatch || — || align=right | 2.2 km || |-id=580 bgcolor=#fefefe | 494580 || || — || October 7, 2008 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.64" | 640 m || |-id=581 bgcolor=#fefefe | 494581 || || — || January 8, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.82" | 820 m || |-id=582 bgcolor=#fefefe | 494582 || || — || January 17, 2013 || Haleakala || Pan-STARRS || — || align=right | 1.0 km || |-id=583 bgcolor=#fefefe | 494583 || || — || October 3, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.82" | 820 m || |-id=584 bgcolor=#d6d6d6 | 494584 || || — || January 27, 2006 || Catalina || CSS || — || align=right | 3.3 km || |-id=585 bgcolor=#fefefe | 494585 || || — || November 30, 2005 || Mount Lemmon || Mount Lemmon Survey || V || align=right data-sort-value="0.74" | 740 m || |-id=586 bgcolor=#fefefe | 494586 || || — || October 27, 2005 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.59" | 590 m || |-id=587 bgcolor=#E9E9E9 | 494587 || || — || November 17, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.7 km || |-id=588 bgcolor=#E9E9E9 | 494588 || || — || August 21, 2006 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=589 bgcolor=#fefefe | 494589 || || — || February 2, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.87" | 870 m || |-id=590 bgcolor=#fefefe | 494590 || || — || February 18, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.72" | 720 m || |-id=591 bgcolor=#E9E9E9 | 494591 || || — || September 18, 2003 || Kitt Peak || Spacewatch || — || align=right | 1.1 km || |-id=592 bgcolor=#d6d6d6 | 494592 || || — || July 30, 2008 || Kitt Peak || Spacewatch || — || align=right | 3.8 km || |-id=593 bgcolor=#fefefe | 494593 || || — || October 31, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.81" | 810 m || |-id=594 bgcolor=#d6d6d6 | 494594 || || — || April 4, 2008 || Mount Lemmon || Mount Lemmon Survey || BRA || align=right | 1.6 km || |-id=595 bgcolor=#E9E9E9 | 494595 || || — || July 28, 2011 || Siding Spring || SSS || — || align=right | 1.3 km || |-id=596 bgcolor=#fefefe | 494596 || || — || October 3, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.98" | 980 m || |-id=597 bgcolor=#d6d6d6 | 494597 || || — || March 13, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |-id=598 bgcolor=#d6d6d6 | 494598 || || — || December 5, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 4.2 km || |-id=599 bgcolor=#E9E9E9 | 494599 || || — || September 5, 2010 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right | 1.5 km || |-id=600 bgcolor=#d6d6d6 | 494600 || || — || December 26, 2011 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.9 km || |} 494601–494700 |-bgcolor=#E9E9E9 | 494601 || || — || December 30, 2008 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.88" | 880 m || |-id=602 bgcolor=#E9E9E9 | 494602 || || — || October 4, 2006 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.5 km || |-id=603 bgcolor=#E9E9E9 | 494603 || || — || February 13, 2009 || Catalina || CSS || MAR || align=right | 1.3 km || |-id=604 bgcolor=#fefefe | 494604 || || — || December 15, 2004 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.95" | 950 m || |-id=605 bgcolor=#d6d6d6 | 494605 || || — || October 8, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.6 km || |-id=606 bgcolor=#E9E9E9 | 494606 || || — || December 31, 1999 || Kitt Peak || Spacewatch || HNS || align=right | 2.6 km || |-id=607 bgcolor=#E9E9E9 | 494607 || || — || December 18, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.6 km || |-id=608 bgcolor=#d6d6d6 | 494608 || || — || September 11, 2004 || Kitt Peak || Spacewatch || — || align=right | 2.8 km || |-id=609 bgcolor=#E9E9E9 | 494609 || || — || November 11, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.8 km || |-id=610 bgcolor=#d6d6d6 | 494610 || || — || April 20, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.9 km || |-id=611 bgcolor=#E9E9E9 | 494611 || || — || August 31, 1998 || Kitt Peak || Spacewatch || JUN || align=right data-sort-value="0.80" | 800 m || |-id=612 bgcolor=#d6d6d6 | 494612 || || — || October 10, 1996 || Kitt Peak || Spacewatch || YAK || align=right | 2.3 km || |-id=613 bgcolor=#E9E9E9 | 494613 || || — || October 23, 2006 || Mount Lemmon || Mount Lemmon Survey || HOF || align=right | 2.3 km || |-id=614 bgcolor=#E9E9E9 | 494614 || || — || August 27, 2011 || Haleakala || Pan-STARRS || — || align=right data-sort-value="0.86" | 860 m || |-id=615 bgcolor=#d6d6d6 | 494615 || || — || June 19, 2013 || Haleakala || Pan-STARRS || ARM || align=right | 3.1 km || |-id=616 bgcolor=#d6d6d6 | 494616 || || — || March 10, 2007 || Kitt Peak || Spacewatch || — || align=right | 2.4 km || |-id=617 bgcolor=#fefefe | 494617 || || — || November 2, 2008 || Mount Lemmon || Mount Lemmon Survey || V || align=right data-sort-value="0.58" | 580 m || |-id=618 bgcolor=#fefefe | 494618 || || — || February 1, 2009 || Catalina || CSS || H || align=right data-sort-value="0.62" | 620 m || |-id=619 bgcolor=#fefefe | 494619 || || — || December 6, 2005 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.1 km || |-id=620 bgcolor=#fefefe | 494620 || || — || January 22, 2004 || Socorro || LINEAR || — || align=right data-sort-value="0.71" | 710 m || |-id=621 bgcolor=#d6d6d6 | 494621 || || — || November 12, 2010 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.8 km || |-id=622 bgcolor=#E9E9E9 | 494622 || || — || January 30, 2004 || Anderson Mesa || LONEOS || — || align=right | 1.6 km || |-id=623 bgcolor=#fefefe | 494623 || || — || May 7, 2006 || Kitt Peak || Spacewatch || — || align=right | 1.1 km || |-id=624 bgcolor=#E9E9E9 | 494624 || || — || February 9, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 2.3 km || |-id=625 bgcolor=#d6d6d6 | 494625 || || — || December 25, 2005 || Kitt Peak || Spacewatch || — || align=right | 2.3 km || |-id=626 bgcolor=#d6d6d6 | 494626 || || — || July 25, 2015 || Haleakala || Pan-STARRS || — || align=right | 2.5 km || |-id=627 bgcolor=#E9E9E9 | 494627 || || — || January 19, 2013 || Mount Lemmon || Mount Lemmon Survey || EUN || align=right data-sort-value="0.83" | 830 m || |-id=628 bgcolor=#d6d6d6 | 494628 || || — || September 28, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 3.2 km || |-id=629 bgcolor=#fefefe | 494629 || || — || February 2, 2006 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.85" | 850 m || |-id=630 bgcolor=#fefefe | 494630 || || — || January 17, 2007 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.52" | 520 m || |-id=631 bgcolor=#E9E9E9 | 494631 || || — || October 10, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.90" | 900 m || |-id=632 bgcolor=#fefefe | 494632 || || — || March 26, 2007 || Mount Lemmon || Mount Lemmon Survey || — || align=right data-sort-value="0.78" | 780 m || |-id=633 bgcolor=#E9E9E9 | 494633 || || — || February 12, 2008 || Mount Lemmon || Mount Lemmon Survey || — || align=right | 1.6 km || |-id=634 bgcolor=#E9E9E9 | 494634 || || — || January 10, 2008 || Kitt Peak || Spacewatch || — || align=right | 1.7 km || |-id=635 bgcolor=#d6d6d6 | 494635 || || — || January 20, 2010 || WISE || WISE || — || align=right | 2.6 km || |-id=636 bgcolor=#d6d6d6 | 494636 || || — || April 5, 2010 || WISE || WISE || 7:4 || align=right | 5.2 km || |-id=637 bgcolor=#d6d6d6 | 494637 || || — || November 10, 2004 || Kitt Peak || Spacewatch || — || align=right | 4.8 km || |-id=638 bgcolor=#fefefe | 494638 || || — || November 10, 2004 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.99" | 990 m || |-id=639 bgcolor=#d6d6d6 | 494639 || || — || January 23, 2006 || Kitt Peak || Spacewatch || — || align=right | 3.1 km || |-id=640 bgcolor=#fefefe | 494640 || || — || September 2, 2008 || Kitt Peak || Spacewatch || — || align=right data-sort-value="0.86" | 860 m || |-id=641 bgcolor=#fefefe | 494641 || || — || August 22, 2004 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.48" | 480 m || |-id=642 bgcolor=#d6d6d6 | 494642 || || — || February 25, 2006 || Kitt Peak || Spacewatch || EUP || align=right | 4.3 km || |-id=643 bgcolor=#d6d6d6 | 494643 || || — || August 27, 2009 || Kitt Peak || Spacewatch || — || align=right | 3.2 km || |-id=644 bgcolor=#E9E9E9 | 494644 || || — || March 14, 2004 || Kitt Peak || Spacewatch || — || align=right | 1.2 km || |-id=645 bgcolor=#E9E9E9 | 494645 || || — || March 14, 2004 || Kitt Peak || Spacewatch || EUN || align=right | 1.3 km || |-id=646 bgcolor=#fefefe | 494646 || || — || October 10, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.2 km || |-id=647 bgcolor=#fefefe | 494647 || || — || October 26, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.96" | 960 m || |-id=648 bgcolor=#E9E9E9 | 494648 || || — || March 5, 1994 || Kitt Peak || Spacewatch || || align=right | 2.6 km || |-id=649 bgcolor=#fefefe | 494649 || || — || December 15, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.86" | 860 m || |-id=650 bgcolor=#fefefe | 494650 || || — || February 20, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.82" | 820 m || |-id=651 bgcolor=#fefefe | 494651 || || — || April 14, 2002 || Socorro || LINEAR || || align=right | 1.1 km || |-id=652 bgcolor=#d6d6d6 | 494652 || || — || January 11, 1999 || Kitt Peak || Spacewatch || || align=right | 2.9 km || |-id=653 bgcolor=#fefefe | 494653 || || — || December 24, 2005 || Kitt Peak || Spacewatch || || align=right | 2.1 km || |-id=654 bgcolor=#fefefe | 494654 || || — || September 20, 1995 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.67" | 670 m || |-id=655 bgcolor=#C2FFFF | 494655 || || — || November 15, 1998 || Kitt Peak || Spacewatch || L4006 || align=right | 10 km || |-id=656 bgcolor=#d6d6d6 | 494656 || || — || February 1, 2000 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=657 bgcolor=#E9E9E9 | 494657 || || — || October 1, 2000 || Socorro || LINEAR || CLO || align=right | 2.2 km || |-id=658 bgcolor=#FFC2E0 | 494658 || || — || October 25, 2000 || Socorro || LINEAR || APOPHAmooncritical || align=right data-sort-value="0.30" | 300 m || |-id=659 bgcolor=#fefefe | 494659 || || — || December 21, 2000 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.70" | 700 m || |-id=660 bgcolor=#FA8072 | 494660 || || — || September 12, 2001 || Socorro || LINEAR || H || align=right data-sort-value="0.81" | 810 m || |-id=661 bgcolor=#FA8072 | 494661 || || — || September 10, 2001 || Socorro || LINEAR || || align=right | 1.5 km || |-id=662 bgcolor=#E9E9E9 | 494662 || || — || September 12, 2001 || Socorro || LINEAR || || align=right | 1.0 km || |-id=663 bgcolor=#fefefe | 494663 || || — || August 24, 2001 || Anderson Mesa || LONEOS || || align=right data-sort-value="0.74" | 740 m || |-id=664 bgcolor=#E9E9E9 | 494664 || || — || August 19, 2001 || Socorro || LINEAR || || align=right | 2.5 km || |-id=665 bgcolor=#E9E9E9 | 494665 || || — || October 14, 2001 || Socorro || LINEAR || || align=right | 1.0 km || |-id=666 bgcolor=#E9E9E9 | 494666 || || — || October 16, 2001 || Socorro || LINEAR || || align=right | 1.1 km || |-id=667 bgcolor=#B88A00 | 494667 || || — || August 24, 2001 || Socorro || LINEAR || unusual || align=right | 3.9 km || |-id=668 bgcolor=#fefefe | 494668 || || — || December 9, 2001 || Socorro || LINEAR || H || align=right data-sort-value="0.87" | 870 m || |-id=669 bgcolor=#E9E9E9 | 494669 || || — || December 19, 2001 || Socorro || LINEAR || || align=right | 2.6 km || |-id=670 bgcolor=#FA8072 | 494670 || || — || June 18, 2002 || Socorro || LINEAR || || align=right data-sort-value="0.69" | 690 m || |-id=671 bgcolor=#fefefe | 494671 || || — || August 30, 2002 || Palomar || NEAT || || align=right data-sort-value="0.64" | 640 m || |-id=672 bgcolor=#d6d6d6 | 494672 || || — || September 14, 2002 || Palomar || NEAT || || align=right | 2.0 km || |-id=673 bgcolor=#d6d6d6 | 494673 || || — || September 16, 2002 || Palomar || NEAT || || align=right | 2.3 km || |-id=674 bgcolor=#d6d6d6 | 494674 || || — || October 4, 2002 || Apache Point || SDSS || || align=right | 2.3 km || |-id=675 bgcolor=#d6d6d6 | 494675 || || — || November 6, 2002 || Needville || Needville Obs. || Tj (2.95) || align=right | 3.7 km || |-id=676 bgcolor=#E9E9E9 | 494676 || || — || November 6, 2002 || Anderson Mesa || LONEOS || || align=right | 2.9 km || |-id=677 bgcolor=#FA8072 | 494677 || || — || September 18, 2003 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.59" | 590 m || |-id=678 bgcolor=#d6d6d6 | 494678 || || — || September 16, 2003 || Kitt Peak || Spacewatch || || align=right | 1.8 km || |-id=679 bgcolor=#fefefe | 494679 || || — || September 21, 2003 || Anderson Mesa || LONEOS || NYS || align=right data-sort-value="0.72" | 720 m || |-id=680 bgcolor=#fefefe | 494680 || || — || September 26, 2003 || Apache Point || SDSS || || align=right data-sort-value="0.60" | 600 m || |-id=681 bgcolor=#d6d6d6 | 494681 || || — || September 16, 2003 || Kitt Peak || Spacewatch || EOS || align=right | 2.4 km || |-id=682 bgcolor=#d6d6d6 | 494682 || || — || September 19, 2003 || Campo Imperatore || CINEOS || EOS || align=right | 2.7 km || |-id=683 bgcolor=#fefefe | 494683 || || — || October 19, 2003 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.85" | 850 m || |-id=684 bgcolor=#d6d6d6 | 494684 || || — || November 30, 2003 || Kitt Peak || Spacewatch || || align=right | 2.4 km || |-id=685 bgcolor=#E9E9E9 | 494685 || || — || January 22, 2004 || Socorro || LINEAR || || align=right | 1.1 km || |-id=686 bgcolor=#fefefe | 494686 || || — || February 12, 2004 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.68" | 680 m || |-id=687 bgcolor=#E9E9E9 | 494687 || || — || March 15, 2004 || Socorro || LINEAR || || align=right | 1.6 km || |-id=688 bgcolor=#E9E9E9 | 494688 || || — || March 17, 2004 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=689 bgcolor=#FFC2E0 | 494689 || || — || May 9, 2004 || Socorro || LINEAR || APOcritical || align=right data-sort-value="0.62" | 620 m || |-id=690 bgcolor=#FFC2E0 | 494690 || || — || May 11, 2004 || Socorro || LINEAR || APOPHA || align=right data-sort-value="0.35" | 350 m || |-id=691 bgcolor=#E9E9E9 | 494691 || || — || May 28, 2004 || Kitt Peak || Spacewatch || || align=right | 1.4 km || |-id=692 bgcolor=#E9E9E9 | 494692 || || — || August 8, 2004 || Bergisch Gladbach || W. Bickel || || align=right | 2.0 km || |-id=693 bgcolor=#fefefe | 494693 || || — || August 10, 2004 || Socorro || LINEAR || || align=right data-sort-value="0.76" | 760 m || |-id=694 bgcolor=#E9E9E9 | 494694 || || — || September 8, 2004 || Palomar || NEAT || || align=right | 2.1 km || |-id=695 bgcolor=#fefefe | 494695 || || — || September 15, 2004 || Anderson Mesa || LONEOS || || align=right data-sort-value="0.79" | 790 m || |-id=696 bgcolor=#FFC2E0 | 494696 || || — || September 13, 2004 || Palomar || NEAT || AMO || align=right data-sort-value="0.45" | 450 m || |-id=697 bgcolor=#FFC2E0 | 494697 || || — || September 24, 2004 || Siding Spring || SSS || APOPHA || align=right data-sort-value="0.25" | 250 m || |-id=698 bgcolor=#E9E9E9 | 494698 || || — || October 8, 2004 || Socorro || LINEAR || PAL || align=right | 3.2 km || |-id=699 bgcolor=#d6d6d6 | 494699 || || — || October 5, 2004 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=700 bgcolor=#E9E9E9 | 494700 || || — || September 7, 2004 || Socorro || LINEAR || || align=right | 2.0 km || |} 494701–494800 |-bgcolor=#fefefe | 494701 || || — || October 8, 2004 || Socorro || LINEAR || H || align=right data-sort-value="0.81" | 810 m || |-id=702 bgcolor=#fefefe | 494702 || || — || November 9, 2004 || Catalina || CSS || || align=right | 1.1 km || |-id=703 bgcolor=#FA8072 | 494703 || || — || December 14, 2004 || Socorro || LINEAR || || align=right | 1.1 km || |-id=704 bgcolor=#d6d6d6 | 494704 || || — || December 21, 2004 || Catalina || CSS || EUP || align=right | 3.8 km || |-id=705 bgcolor=#fefefe | 494705 || || — || March 3, 2005 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.75" | 750 m || |-id=706 bgcolor=#FFC2E0 | 494706 || || — || April 3, 2005 || Socorro || LINEAR || APO +1km || align=right | 1.6 km || |-id=707 bgcolor=#E9E9E9 | 494707 || || — || March 10, 2005 || Catalina || CSS || || align=right data-sort-value="0.96" | 960 m || |-id=708 bgcolor=#fefefe | 494708 || || — || May 8, 2005 || Anderson Mesa || LONEOS || || align=right data-sort-value="0.79" | 790 m || |-id=709 bgcolor=#E9E9E9 | 494709 || || — || June 8, 2005 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.83" | 830 m || |-id=710 bgcolor=#FFC2E0 | 494710 || || — || June 30, 2005 || Catalina || CSS || ATEPHA || align=right data-sort-value="0.25" | 250 m || |-id=711 bgcolor=#E9E9E9 | 494711 || || — || May 20, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.84" | 840 m || |-id=712 bgcolor=#E9E9E9 | 494712 || || — || July 4, 2005 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.94" | 940 m || |-id=713 bgcolor=#FFC2E0 | 494713 || || — || July 29, 2005 || Siding Spring || SSS || APOcritical || align=right data-sort-value="0.54" | 540 m || |-id=714 bgcolor=#E9E9E9 | 494714 || || — || August 26, 2005 || Palomar || NEAT || || align=right | 1.6 km || |-id=715 bgcolor=#fefefe | 494715 || || — || August 28, 2005 || Anderson Mesa || LONEOS || || align=right data-sort-value="0.68" | 680 m || |-id=716 bgcolor=#E9E9E9 | 494716 || || — || September 24, 2005 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=717 bgcolor=#E9E9E9 | 494717 || || — || September 29, 2005 || Kitt Peak || Spacewatch || || align=right | 1.7 km || |-id=718 bgcolor=#d6d6d6 | 494718 || || — || September 25, 2005 || Kitt Peak || Spacewatch || || align=right | 2.0 km || |-id=719 bgcolor=#E9E9E9 | 494719 || || — || September 29, 2005 || Kitt Peak || Spacewatch || || align=right | 1.5 km || |-id=720 bgcolor=#E9E9E9 | 494720 || || — || September 29, 2005 || Kitt Peak || Spacewatch || || align=right | 2.1 km || |-id=721 bgcolor=#E9E9E9 | 494721 || || — || September 23, 2005 || Kitt Peak || Spacewatch || || align=right | 2.0 km || |-id=722 bgcolor=#E9E9E9 | 494722 || || — || September 30, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.8 km || |-id=723 bgcolor=#E9E9E9 | 494723 || || — || September 30, 2005 || Mount Lemmon || Mount Lemmon Survey || MAR || align=right | 1.5 km || |-id=724 bgcolor=#E9E9E9 | 494724 || || — || September 22, 2005 || Palomar || NEAT || || align=right | 1.6 km || |-id=725 bgcolor=#fefefe | 494725 || || — || September 29, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.60" | 600 m || |-id=726 bgcolor=#FA8072 | 494726 || || — || October 1, 2005 || Socorro || LINEAR || || align=right | 1.1 km || |-id=727 bgcolor=#E9E9E9 | 494727 || || — || October 7, 2005 || Anderson Mesa || LONEOS || || align=right | 1.9 km || |-id=728 bgcolor=#E9E9E9 | 494728 || || — || October 25, 2005 || Kitt Peak || Spacewatch || || align=right | 1.8 km || |-id=729 bgcolor=#E9E9E9 | 494729 || || — || October 24, 2005 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=730 bgcolor=#E9E9E9 | 494730 || || — || October 23, 2005 || Catalina || CSS || || align=right | 1.9 km || |-id=731 bgcolor=#E9E9E9 | 494731 || || — || October 23, 2005 || Palomar || NEAT || || align=right | 1.7 km || |-id=732 bgcolor=#d6d6d6 | 494732 || || — || October 22, 2005 || Kitt Peak || Spacewatch || EOS || align=right | 2.5 km || |-id=733 bgcolor=#fefefe | 494733 || || — || October 23, 2005 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.61" | 610 m || |-id=734 bgcolor=#E9E9E9 | 494734 || || — || October 25, 2005 || Kitt Peak || Spacewatch || || align=right | 1.5 km || |-id=735 bgcolor=#E9E9E9 | 494735 || || — || October 25, 2005 || Kitt Peak || Spacewatch || || align=right | 1.5 km || |-id=736 bgcolor=#E9E9E9 | 494736 || || — || September 30, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.7 km || |-id=737 bgcolor=#E9E9E9 | 494737 || || — || October 1, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.2 km || |-id=738 bgcolor=#E9E9E9 | 494738 || || — || October 28, 2005 || Kitt Peak || Spacewatch || WIT || align=right | 1.7 km || |-id=739 bgcolor=#E9E9E9 | 494739 || || — || October 30, 2005 || Kitt Peak || Spacewatch || || align=right | 1.7 km || |-id=740 bgcolor=#E9E9E9 | 494740 || || — || October 26, 2005 || Kitt Peak || Spacewatch || || align=right | 1.9 km || |-id=741 bgcolor=#E9E9E9 | 494741 || || — || October 26, 2005 || Apache Point || A. C. Becker || || align=right | 1.3 km || |-id=742 bgcolor=#fefefe | 494742 || || — || October 24, 2005 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.72" | 720 m || |-id=743 bgcolor=#E9E9E9 | 494743 || || — || October 28, 2005 || Catalina || CSS || WIT || align=right | 1.9 km || |-id=744 bgcolor=#fefefe | 494744 || || — || October 31, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.65" | 650 m || |-id=745 bgcolor=#E9E9E9 | 494745 || || — || October 27, 2005 || Kitt Peak || Spacewatch || || align=right | 1.2 km || |-id=746 bgcolor=#fefefe | 494746 || || — || October 30, 2005 || Socorro || LINEAR || H || align=right data-sort-value="0.79" | 790 m || |-id=747 bgcolor=#fefefe | 494747 || || — || October 25, 2005 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.76" | 760 m || |-id=748 bgcolor=#E9E9E9 | 494748 || || — || November 29, 2005 || Kitt Peak || Spacewatch || IAN || align=right | 1.6 km || |-id=749 bgcolor=#E9E9E9 | 494749 || || — || November 5, 2005 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=750 bgcolor=#d6d6d6 | 494750 || || — || November 1, 2005 || Catalina || CSS || || align=right | 3.0 km || |-id=751 bgcolor=#d6d6d6 | 494751 || || — || November 29, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.7 km || |-id=752 bgcolor=#E9E9E9 | 494752 || || — || October 26, 2005 || Kitt Peak || Spacewatch || || align=right | 1.4 km || |-id=753 bgcolor=#E9E9E9 | 494753 || || — || December 21, 2005 || Kitt Peak || Spacewatch || || align=right | 1.5 km || |-id=754 bgcolor=#d6d6d6 | 494754 || || — || December 28, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.5 km || |-id=755 bgcolor=#d6d6d6 | 494755 || || — || December 28, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.0 km || |-id=756 bgcolor=#fefefe | 494756 || || — || December 25, 2005 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.58" | 580 m || |-id=757 bgcolor=#d6d6d6 | 494757 || || — || January 26, 2006 || Kitt Peak || Spacewatch || || align=right | 1.8 km || |-id=758 bgcolor=#fefefe | 494758 || || — || January 25, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.63" | 630 m || |-id=759 bgcolor=#fefefe | 494759 || || — || January 23, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.60" | 600 m || |-id=760 bgcolor=#d6d6d6 | 494760 || || — || December 6, 2005 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.9 km || |-id=761 bgcolor=#fefefe | 494761 || || — || February 20, 2006 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.62" | 620 m || |-id=762 bgcolor=#d6d6d6 | 494762 || || — || February 25, 2006 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.7 km || |-id=763 bgcolor=#fefefe | 494763 || || — || February 25, 2006 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.49" | 490 m || |-id=764 bgcolor=#fefefe | 494764 || || — || March 23, 2006 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.65" | 650 m || |-id=765 bgcolor=#d6d6d6 | 494765 || || — || April 2, 2006 || Anderson Mesa || LONEOS || || align=right | 2.9 km || |-id=766 bgcolor=#d6d6d6 | 494766 || || — || April 19, 2006 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=767 bgcolor=#d6d6d6 | 494767 || || — || April 20, 2006 || Kitt Peak || Spacewatch || EOS || align=right | 2.7 km || |-id=768 bgcolor=#fefefe | 494768 || || — || April 25, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.54" | 540 m || |-id=769 bgcolor=#fefefe | 494769 || || — || April 27, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.89" | 890 m || |-id=770 bgcolor=#fefefe | 494770 || || — || April 30, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.68" | 680 m || |-id=771 bgcolor=#d6d6d6 | 494771 || || — || May 2, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.2 km || |-id=772 bgcolor=#fefefe | 494772 || || — || April 2, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.79" | 790 m || |-id=773 bgcolor=#fefefe | 494773 || || — || May 1, 2006 || Kitt Peak || Spacewatch || CHL || align=right | 1.9 km || |-id=774 bgcolor=#d6d6d6 | 494774 || || — || April 25, 2006 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=775 bgcolor=#d6d6d6 | 494775 || || — || May 20, 2006 || Kitt Peak || Spacewatch || || align=right | 3.2 km || |-id=776 bgcolor=#fefefe | 494776 || || — || May 20, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.61" | 610 m || |-id=777 bgcolor=#d6d6d6 | 494777 || || — || May 21, 2006 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=778 bgcolor=#d6d6d6 | 494778 || || — || May 4, 2006 || Kitt Peak || Spacewatch || TIR || align=right | 3.2 km || |-id=779 bgcolor=#d6d6d6 | 494779 || || — || May 7, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.6 km || |-id=780 bgcolor=#E9E9E9 | 494780 || || — || August 21, 2006 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=781 bgcolor=#E9E9E9 | 494781 || || — || September 14, 2006 || Kitt Peak || Spacewatch || MRX || align=right | 1.9 km || |-id=782 bgcolor=#fefefe | 494782 || || — || September 24, 2006 || Kitt Peak || Spacewatch || critical || align=right data-sort-value="0.41" | 410 m || |-id=783 bgcolor=#fefefe | 494783 || || — || September 30, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.82" | 820 m || |-id=784 bgcolor=#E9E9E9 | 494784 || || — || October 12, 2006 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=785 bgcolor=#E9E9E9 | 494785 || || — || September 25, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.2 km || |-id=786 bgcolor=#E9E9E9 | 494786 || || — || September 17, 2006 || Catalina || CSS || || align=right | 1.0 km || |-id=787 bgcolor=#E9E9E9 | 494787 || || — || October 2, 2006 || Mount Lemmon || Mount Lemmon Survey || HNS || align=right | 1.9 km || |-id=788 bgcolor=#E9E9E9 | 494788 || || — || October 2, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.3 km || |-id=789 bgcolor=#E9E9E9 | 494789 || || — || October 4, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.89" | 890 m || |-id=790 bgcolor=#E9E9E9 | 494790 || || — || September 30, 2006 || Catalina || CSS || || align=right | 2.7 km || |-id=791 bgcolor=#E9E9E9 | 494791 || || — || October 28, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.82" | 820 m || |-id=792 bgcolor=#E9E9E9 | 494792 || || — || October 16, 2006 || Kitt Peak || Spacewatch || AGN || align=right | 2.0 km || |-id=793 bgcolor=#E9E9E9 | 494793 || || — || October 21, 2006 || Kitt Peak || Spacewatch || || align=right | 1.4 km || |-id=794 bgcolor=#fefefe | 494794 || || — || October 23, 2006 || Catalina || CSS || H || align=right data-sort-value="0.82" | 820 m || |-id=795 bgcolor=#E9E9E9 | 494795 || || — || November 11, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.78" | 780 m || |-id=796 bgcolor=#E9E9E9 | 494796 || || — || November 19, 2006 || Kitt Peak || Spacewatch || || align=right | 1.5 km || |-id=797 bgcolor=#E9E9E9 | 494797 || || — || December 9, 2006 || Kitt Peak || Spacewatch || || align=right | 2.1 km || |-id=798 bgcolor=#E9E9E9 | 494798 || || — || December 14, 2006 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=799 bgcolor=#E9E9E9 | 494799 || || — || December 23, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.8 km || |-id=800 bgcolor=#fefefe | 494800 || || — || December 23, 2006 || Catalina || CSS || H || align=right data-sort-value="0.76" | 760 m || |} 494801–494900 |-bgcolor=#E9E9E9 | 494801 || || — || November 21, 2006 || Mount Lemmon || Mount Lemmon Survey || CLO || align=right | 2.1 km || |-id=802 bgcolor=#E9E9E9 | 494802 || || — || January 17, 2007 || Catalina || CSS || || align=right | 2.9 km || |-id=803 bgcolor=#E9E9E9 | 494803 || || — || January 10, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.5 km || |-id=804 bgcolor=#fefefe | 494804 || || — || November 16, 2006 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.87" | 870 m || |-id=805 bgcolor=#E9E9E9 | 494805 || || — || February 21, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.0 km || |-id=806 bgcolor=#fefefe | 494806 || || — || March 16, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.58" | 580 m || |-id=807 bgcolor=#d6d6d6 | 494807 || || — || April 25, 2007 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=808 bgcolor=#d6d6d6 | 494808 || || — || June 12, 2007 || Kitt Peak || Spacewatch || LIX || align=right | 3.3 km || |-id=809 bgcolor=#E9E9E9 | 494809 || || — || July 18, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.0 km || |-id=810 bgcolor=#d6d6d6 | 494810 || || — || September 13, 2007 || Catalina || CSS || 3:2 || align=right | 5.2 km || |-id=811 bgcolor=#d6d6d6 | 494811 || || — || September 10, 2007 || Kitt Peak || Spacewatch || || align=right | 2.4 km || |-id=812 bgcolor=#d6d6d6 | 494812 || || — || September 13, 2007 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=813 bgcolor=#fefefe | 494813 || || — || September 5, 2007 || Catalina || CSS || || align=right data-sort-value="0.74" | 740 m || |-id=814 bgcolor=#fefefe | 494814 || || — || September 5, 2007 || Catalina || CSS || H || align=right data-sort-value="0.71" | 710 m || |-id=815 bgcolor=#d6d6d6 | 494815 || || — || April 25, 2006 || Kitt Peak || Spacewatch || || align=right | 2.7 km || |-id=816 bgcolor=#d6d6d6 | 494816 || || — || September 4, 2007 || Catalina || CSS || || align=right | 3.7 km || |-id=817 bgcolor=#fefefe | 494817 || || — || September 24, 2007 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.72" | 720 m || |-id=818 bgcolor=#d6d6d6 | 494818 || || — || September 13, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right | 3.1 km || |-id=819 bgcolor=#fefefe | 494819 || || — || October 6, 2007 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.78" | 780 m || |-id=820 bgcolor=#fefefe | 494820 || || — || September 10, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.66" | 660 m || |-id=821 bgcolor=#fefefe | 494821 || || — || September 21, 2007 || XuYi || PMO NEO || || align=right data-sort-value="0.78" | 780 m || |-id=822 bgcolor=#fefefe | 494822 || || — || September 15, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.55" | 550 m || |-id=823 bgcolor=#fefefe | 494823 || || — || October 7, 2007 || Catalina || CSS || H || align=right data-sort-value="0.74" | 740 m || |-id=824 bgcolor=#d6d6d6 | 494824 || || — || September 15, 2007 || Catalina || CSS || || align=right | 3.5 km || |-id=825 bgcolor=#fefefe | 494825 || || — || September 10, 2007 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.65" | 650 m || |-id=826 bgcolor=#fefefe | 494826 || || — || October 8, 2007 || Catalina || CSS || || align=right data-sort-value="0.80" | 800 m || |-id=827 bgcolor=#fefefe | 494827 || || — || October 8, 2007 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.56" | 560 m || |-id=828 bgcolor=#fefefe | 494828 || || — || October 8, 2007 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.69" | 690 m || |-id=829 bgcolor=#E9E9E9 | 494829 || || — || October 10, 2007 || Anderson Mesa || LONEOS || || align=right | 2.4 km || |-id=830 bgcolor=#d6d6d6 | 494830 || || — || September 12, 2007 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 2.3 km || |-id=831 bgcolor=#fefefe | 494831 || || — || September 18, 2007 || Anderson Mesa || LONEOS || || align=right data-sort-value="0.62" | 620 m || |-id=832 bgcolor=#d6d6d6 | 494832 || || — || October 12, 2007 || Kitt Peak || Spacewatch || BGL || align=right | 2.2 km || |-id=833 bgcolor=#d6d6d6 | 494833 || || — || October 8, 2007 || Kitt Peak || Spacewatch || 3:2critical || align=right | 2.7 km || |-id=834 bgcolor=#fefefe | 494834 || || — || October 11, 2007 || Catalina || CSS || || align=right data-sort-value="0.95" | 950 m || |-id=835 bgcolor=#d6d6d6 | 494835 || || — || October 10, 2007 || Kitt Peak || Spacewatch || || align=right | 2.4 km || |-id=836 bgcolor=#FA8072 | 494836 || || — || September 18, 2007 || Anderson Mesa || LONEOS || || align=right data-sort-value="0.61" | 610 m || |-id=837 bgcolor=#d6d6d6 | 494837 || || — || October 30, 2007 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=838 bgcolor=#FA8072 | 494838 || || — || October 30, 2007 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.74" | 740 m || |-id=839 bgcolor=#d6d6d6 | 494839 || || — || November 13, 2007 || Kitt Peak || Spacewatch || TIR || align=right | 3.4 km || |-id=840 bgcolor=#fefefe | 494840 || || — || November 13, 2007 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.56" | 560 m || |-id=841 bgcolor=#E9E9E9 | 494841 || || — || October 14, 2007 || Socorro || LINEAR || || align=right | 2.4 km || |-id=842 bgcolor=#E9E9E9 | 494842 || || — || November 3, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.75" | 750 m || |-id=843 bgcolor=#E9E9E9 | 494843 || || — || January 10, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.86" | 860 m || |-id=844 bgcolor=#E9E9E9 | 494844 || || — || January 10, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.6 km || |-id=845 bgcolor=#fefefe | 494845 || || — || December 30, 2007 || Catalina || CSS || H || align=right data-sort-value="0.73" | 730 m || |-id=846 bgcolor=#E9E9E9 | 494846 || || — || January 12, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.99" | 990 m || |-id=847 bgcolor=#E9E9E9 | 494847 || || — || January 1, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.3 km || |-id=848 bgcolor=#E9E9E9 | 494848 || || — || February 1, 2008 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=849 bgcolor=#E9E9E9 | 494849 || || — || October 9, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.2 km || |-id=850 bgcolor=#d6d6d6 | 494850 || || — || February 6, 2008 || XuYi || PMO NEO || || align=right | 3.2 km || |-id=851 bgcolor=#E9E9E9 | 494851 || || — || February 1, 2008 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=852 bgcolor=#E9E9E9 | 494852 || || — || February 9, 2008 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=853 bgcolor=#d6d6d6 | 494853 || || — || February 2, 2008 || Kitt Peak || Spacewatch || 3:2 || align=right | 4.0 km || |-id=854 bgcolor=#E9E9E9 | 494854 || || — || February 2, 2008 || Catalina || CSS || || align=right | 1.3 km || |-id=855 bgcolor=#E9E9E9 | 494855 || || — || February 12, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.7 km || |-id=856 bgcolor=#E9E9E9 | 494856 || || — || February 14, 2008 || Catalina || CSS || || align=right | 1.5 km || |-id=857 bgcolor=#E9E9E9 | 494857 || || — || February 29, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.4 km || |-id=858 bgcolor=#E9E9E9 | 494858 || || — || March 1, 2008 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=859 bgcolor=#E9E9E9 | 494859 || || — || March 1, 2008 || Kitt Peak || Spacewatch || || align=right | 1.2 km || |-id=860 bgcolor=#E9E9E9 | 494860 || || — || February 2, 2008 || Kitt Peak || Spacewatch || || align=right | 1.6 km || |-id=861 bgcolor=#E9E9E9 | 494861 || || — || February 28, 2008 || Kitt Peak || Spacewatch || || align=right | 1.3 km || |-id=862 bgcolor=#E9E9E9 | 494862 || || — || February 3, 2008 || Kitt Peak || Spacewatch || || align=right | 1.2 km || |-id=863 bgcolor=#fefefe | 494863 || || — || February 2, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.78" | 780 m || |-id=864 bgcolor=#E9E9E9 | 494864 || || — || January 19, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.4 km || |-id=865 bgcolor=#E9E9E9 | 494865 || || — || February 29, 2008 || Kitt Peak || Spacewatch || || align=right | 1.4 km || |-id=866 bgcolor=#E9E9E9 | 494866 || || — || February 13, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.0 km || |-id=867 bgcolor=#d6d6d6 | 494867 || || — || March 28, 2008 || Mount Lemmon || Mount Lemmon Survey || 3:2 || align=right | 3.6 km || |-id=868 bgcolor=#E9E9E9 | 494868 || || — || March 30, 2008 || Kitt Peak || Spacewatch || || align=right | 1.9 km || |-id=869 bgcolor=#E9E9E9 | 494869 || || — || April 3, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.4 km || |-id=870 bgcolor=#E9E9E9 | 494870 || || — || April 4, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.3 km || |-id=871 bgcolor=#E9E9E9 | 494871 || || — || March 30, 2008 || Kitt Peak || Spacewatch || || align=right | 1.5 km || |-id=872 bgcolor=#E9E9E9 | 494872 || || — || March 5, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.3 km || |-id=873 bgcolor=#E9E9E9 | 494873 || || — || April 7, 2008 || Kitt Peak || Spacewatch || MIS || align=right | 1.1 km || |-id=874 bgcolor=#E9E9E9 | 494874 || || — || April 8, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.5 km || |-id=875 bgcolor=#E9E9E9 | 494875 || || — || April 3, 2008 || Kitt Peak || Spacewatch || EUN || align=right | 1.4 km || |-id=876 bgcolor=#E9E9E9 | 494876 || || — || April 24, 2008 || Kitt Peak || Spacewatch || || align=right | 1.8 km || |-id=877 bgcolor=#E9E9E9 | 494877 || || — || April 6, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.6 km || |-id=878 bgcolor=#E9E9E9 | 494878 || || — || March 29, 2008 || Mount Lemmon || Mount Lemmon Survey || HNS || align=right | 1.5 km || |-id=879 bgcolor=#E9E9E9 | 494879 || || — || April 26, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.8 km || |-id=880 bgcolor=#FFC2E0 | 494880 || || — || September 23, 2008 || Socorro || LINEAR || APO || align=right data-sort-value="0.38" | 380 m || |-id=881 bgcolor=#fefefe | 494881 || || — || September 20, 2008 || Kitt Peak || Spacewatch || MAS || align=right data-sort-value="0.71" | 710 m || |-id=882 bgcolor=#d6d6d6 | 494882 || || — || September 20, 2008 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 2.1 km || |-id=883 bgcolor=#d6d6d6 | 494883 || || — || September 20, 2008 || Kitt Peak || Spacewatch || || align=right | 3.1 km || |-id=884 bgcolor=#E9E9E9 | 494884 || || — || August 26, 2008 || Črni Vrh || J. Zakrajšek || || align=right | 3.2 km || |-id=885 bgcolor=#d6d6d6 | 494885 || || — || September 9, 2008 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=886 bgcolor=#d6d6d6 | 494886 || || — || September 21, 2008 || Kitt Peak || Spacewatch || ALA || align=right | 3.5 km || |-id=887 bgcolor=#E9E9E9 | 494887 || || — || July 30, 2008 || Kitt Peak || Spacewatch || || align=right | 1.8 km || |-id=888 bgcolor=#FA8072 | 494888 || || — || September 24, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.61" | 610 m || |-id=889 bgcolor=#d6d6d6 | 494889 || || — || September 24, 2008 || Kitt Peak || Spacewatch || Tj (2.96) || align=right | 4.1 km || |-id=890 bgcolor=#E9E9E9 | 494890 || || — || September 23, 2008 || Catalina || CSS || WAT || align=right | 3.3 km || |-id=891 bgcolor=#fefefe | 494891 || || — || September 23, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.65" | 650 m || |-id=892 bgcolor=#d6d6d6 | 494892 || || — || September 26, 2008 || Kitt Peak || Spacewatch || ALA || align=right | 3.1 km || |-id=893 bgcolor=#fefefe | 494893 || || — || September 22, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.78" | 780 m || |-id=894 bgcolor=#fefefe | 494894 || || — || October 1, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.64" | 640 m || |-id=895 bgcolor=#d6d6d6 | 494895 || || — || October 20, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.8 km || |-id=896 bgcolor=#fefefe | 494896 || || — || September 22, 2008 || Kitt Peak || Spacewatch || MAS || align=right data-sort-value="0.62" | 620 m || |-id=897 bgcolor=#fefefe | 494897 || || — || October 25, 2008 || Socorro || LINEAR || || align=right data-sort-value="0.66" | 660 m || |-id=898 bgcolor=#d6d6d6 | 494898 || || — || October 22, 2008 || Kitt Peak || Spacewatch || || align=right | 5.0 km || |-id=899 bgcolor=#d6d6d6 | 494899 || || — || October 23, 2008 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=900 bgcolor=#fefefe | 494900 || || — || September 7, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.62" | 620 m || |} 494901–495000 |-bgcolor=#FA8072 | 494901 || || — || October 30, 2008 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.47" | 470 m || |-id=902 bgcolor=#d6d6d6 | 494902 || || — || October 24, 2008 || Kitt Peak || Spacewatch || HYG || align=right | 2.5 km || |-id=903 bgcolor=#d6d6d6 | 494903 || || — || October 1, 2008 || Catalina || CSS || || align=right | 2.8 km || |-id=904 bgcolor=#FA8072 | 494904 || || — || October 28, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.82" | 820 m || |-id=905 bgcolor=#d6d6d6 | 494905 || || — || October 28, 2008 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=906 bgcolor=#d6d6d6 | 494906 || || — || October 28, 2008 || Mount Lemmon || Mount Lemmon Survey || THM || align=right | 2.2 km || |-id=907 bgcolor=#d6d6d6 | 494907 || || — || October 28, 2008 || Kitt Peak || Spacewatch || EUP || align=right | 5.1 km || |-id=908 bgcolor=#d6d6d6 | 494908 || || — || October 5, 2008 || La Sagra || OAM Obs. || EOS || align=right | 4.0 km || |-id=909 bgcolor=#fefefe | 494909 || || — || October 30, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.90" | 900 m || |-id=910 bgcolor=#d6d6d6 | 494910 || || — || October 26, 2008 || Kitt Peak || Spacewatch || || align=right | 3.2 km || |-id=911 bgcolor=#d6d6d6 | 494911 || || — || October 28, 2008 || Kitt Peak || Spacewatch || || align=right | 2.5 km || |-id=912 bgcolor=#d6d6d6 | 494912 || || — || November 2, 2008 || Kitt Peak || Spacewatch || || align=right | 2.4 km || |-id=913 bgcolor=#d6d6d6 | 494913 || || — || October 26, 2008 || Kitt Peak || Spacewatch || || align=right | 3.3 km || |-id=914 bgcolor=#d6d6d6 | 494914 || || — || October 22, 2008 || Kitt Peak || Spacewatch || || align=right | 3.5 km || |-id=915 bgcolor=#E9E9E9 | 494915 || || — || October 26, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.80" | 800 m || |-id=916 bgcolor=#fefefe | 494916 || || — || February 24, 2006 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.57" | 570 m || |-id=917 bgcolor=#d6d6d6 | 494917 || || — || October 2, 2008 || Kitt Peak || Spacewatch || || align=right | 2.0 km || |-id=918 bgcolor=#d6d6d6 | 494918 || || — || October 24, 2008 || Kitt Peak || Spacewatch || || align=right | 2.7 km || |-id=919 bgcolor=#d6d6d6 | 494919 || || — || November 19, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.6 km || |-id=920 bgcolor=#fefefe | 494920 || || — || September 29, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.75" | 750 m || |-id=921 bgcolor=#d6d6d6 | 494921 || || — || November 20, 2008 || Kitt Peak || Spacewatch || || align=right | 2.9 km || |-id=922 bgcolor=#fefefe | 494922 || || — || November 22, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.68" | 680 m || |-id=923 bgcolor=#d6d6d6 | 494923 || || — || November 2, 2008 || Catalina || CSS || TIR || align=right | 3.2 km || |-id=924 bgcolor=#fefefe | 494924 || || — || October 26, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.93" | 930 m || |-id=925 bgcolor=#d6d6d6 | 494925 || || — || December 1, 2008 || Kitt Peak || Spacewatch || ALA || align=right | 5.0 km || |-id=926 bgcolor=#d6d6d6 | 494926 || || — || November 23, 2008 || Kitt Peak || Spacewatch || || align=right | 3.1 km || |-id=927 bgcolor=#fefefe | 494927 || || — || November 9, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.2 km || |-id=928 bgcolor=#fefefe | 494928 || || — || November 19, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.65" | 650 m || |-id=929 bgcolor=#fefefe | 494929 || || — || December 29, 2008 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.62" | 620 m || |-id=930 bgcolor=#d6d6d6 | 494930 || || — || December 29, 2008 || Kitt Peak || Spacewatch || ALA || align=right | 3.3 km || |-id=931 bgcolor=#fefefe | 494931 || || — || December 21, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.70" | 700 m || |-id=932 bgcolor=#fefefe | 494932 || || — || December 22, 2008 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.69" | 690 m || |-id=933 bgcolor=#FA8072 | 494933 || || — || December 21, 2008 || Kitt Peak || Spacewatch || H || align=right data-sort-value="0.56" | 560 m || |-id=934 bgcolor=#fefefe | 494934 || || — || January 16, 2009 || Kitt Peak || Spacewatch || MAS || align=right data-sort-value="0.59" | 590 m || |-id=935 bgcolor=#fefefe | 494935 || || — || January 16, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.71" | 710 m || |-id=936 bgcolor=#fefefe | 494936 || || — || January 16, 2009 || Kitt Peak || Spacewatch || NYS || align=right data-sort-value="0.74" | 740 m || |-id=937 bgcolor=#fefefe | 494937 || || — || January 17, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.75" | 750 m || |-id=938 bgcolor=#fefefe | 494938 || || — || February 3, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.69" | 690 m || |-id=939 bgcolor=#fefefe | 494939 || || — || January 28, 2009 || Socorro || LINEAR || H || align=right data-sort-value="0.87" | 870 m || |-id=940 bgcolor=#fefefe | 494940 || || — || February 22, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.63" | 630 m || |-id=941 bgcolor=#fefefe | 494941 || || — || February 14, 2009 || Catalina || CSS || || align=right | 1.0 km || |-id=942 bgcolor=#E9E9E9 | 494942 || || — || March 2, 2009 || Kitt Peak || Spacewatch || || align=right | 2.1 km || |-id=943 bgcolor=#fefefe | 494943 || || — || March 17, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.74" | 740 m || |-id=944 bgcolor=#fefefe | 494944 || || — || November 3, 2007 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.86" | 860 m || |-id=945 bgcolor=#fefefe | 494945 || || — || March 29, 2009 || Kitt Peak || Spacewatch || MAS || align=right data-sort-value="0.71" | 710 m || |-id=946 bgcolor=#fefefe | 494946 || || — || April 17, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.73" | 730 m || |-id=947 bgcolor=#E9E9E9 | 494947 || || — || May 3, 2009 || Kitt Peak || Spacewatch || || align=right | 1.2 km || |-id=948 bgcolor=#E9E9E9 | 494948 || || — || July 28, 2009 || La Sagra || OAM Obs. || || align=right data-sort-value="0.80" | 800 m || |-id=949 bgcolor=#E9E9E9 | 494949 || || — || July 28, 2009 || Tiki || N. Teamo || || align=right | 1.3 km || |-id=950 bgcolor=#E9E9E9 | 494950 || || — || April 30, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.0 km || |-id=951 bgcolor=#E9E9E9 | 494951 || || — || August 15, 2009 || Kitt Peak || Spacewatch || || align=right | 1.4 km || |-id=952 bgcolor=#E9E9E9 | 494952 || || — || August 16, 2009 || La Sagra || OAM Obs. || || align=right | 1.3 km || |-id=953 bgcolor=#d6d6d6 | 494953 || || — || September 12, 2009 || Kitt Peak || Spacewatch || || align=right | 2.2 km || |-id=954 bgcolor=#E9E9E9 | 494954 || || — || August 17, 2009 || Catalina || CSS || || align=right | 2.0 km || |-id=955 bgcolor=#E9E9E9 | 494955 || || — || August 15, 2009 || Kitt Peak || Spacewatch || || align=right | 2.2 km || |-id=956 bgcolor=#E9E9E9 | 494956 || || — || September 15, 2009 || Kitt Peak || Spacewatch || HOF || align=right | 1.9 km || |-id=957 bgcolor=#fefefe | 494957 || || — || January 6, 2005 || Catalina || CSS || H || align=right data-sort-value="0.86" | 860 m || |-id=958 bgcolor=#E9E9E9 | 494958 || || — || September 16, 2009 || Kitt Peak || Spacewatch || || align=right | 1.9 km || |-id=959 bgcolor=#d6d6d6 | 494959 || || — || August 27, 2009 || Kitt Peak || Spacewatch || EOS || align=right | 2.8 km || |-id=960 bgcolor=#d6d6d6 | 494960 || || — || September 18, 2009 || Kitt Peak || Spacewatch || || align=right | 2.2 km || |-id=961 bgcolor=#C2FFFF | 494961 || || — || September 18, 2009 || Kitt Peak || Spacewatch || L4 || align=right | 6.9 km || |-id=962 bgcolor=#d6d6d6 | 494962 || || — || September 19, 2009 || Kitt Peak || Spacewatch || EOS || align=right | 2.5 km || |-id=963 bgcolor=#fefefe | 494963 || || — || September 29, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right data-sort-value="0.80" | 800 m || |-id=964 bgcolor=#E9E9E9 | 494964 || || — || October 13, 2009 || Socorro || LINEAR || || align=right | 2.4 km || |-id=965 bgcolor=#E9E9E9 | 494965 || || — || October 15, 2009 || Catalina || CSS || || align=right | 2.5 km || |-id=966 bgcolor=#d6d6d6 | 494966 || || — || September 18, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.2 km || |-id=967 bgcolor=#d6d6d6 | 494967 || || — || September 19, 2009 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.1 km || |-id=968 bgcolor=#E9E9E9 | 494968 || || — || May 14, 2008 || Mount Lemmon || Mount Lemmon Survey || || align=right | 1.9 km || |-id=969 bgcolor=#d6d6d6 | 494969 || || — || November 8, 2009 || Mount Lemmon || Mount Lemmon Survey || NAE || align=right | 1.8 km || |-id=970 bgcolor=#E9E9E9 | 494970 || || — || September 16, 2009 || Mount Lemmon || Mount Lemmon Survey || GEF || align=right | 1.8 km || |-id=971 bgcolor=#E9E9E9 | 494971 || || — || October 26, 2009 || Kitt Peak || Spacewatch || || align=right | 2.3 km || |-id=972 bgcolor=#d6d6d6 | 494972 || || — || October 22, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 4.4 km || |-id=973 bgcolor=#d6d6d6 | 494973 || || — || November 8, 2009 || Kitt Peak || Spacewatch || || align=right | 3.6 km || |-id=974 bgcolor=#d6d6d6 | 494974 || || — || November 10, 2009 || Kitt Peak || Spacewatch || || align=right | 3.2 km || |-id=975 bgcolor=#FFC2E0 | 494975 || || — || November 26, 2009 || Mount Lemmon || Mount Lemmon Survey || APO || align=right data-sort-value="0.51" | 510 m || |-id=976 bgcolor=#d6d6d6 | 494976 || || — || October 23, 2009 || Mount Lemmon || Mount Lemmon Survey || URS || align=right | 4.5 km || |-id=977 bgcolor=#d6d6d6 | 494977 || || — || October 25, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.1 km || |-id=978 bgcolor=#d6d6d6 | 494978 || || — || September 19, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.2 km || |-id=979 bgcolor=#E9E9E9 | 494979 || || — || November 8, 2009 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.94" | 940 m || |-id=980 bgcolor=#d6d6d6 | 494980 || || — || October 17, 2009 || Mount Lemmon || Mount Lemmon Survey || EOS || align=right | 2.6 km || |-id=981 bgcolor=#d6d6d6 | 494981 || || — || November 21, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.6 km || |-id=982 bgcolor=#d6d6d6 | 494982 || || — || December 15, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 2.5 km || |-id=983 bgcolor=#fefefe | 494983 || || — || January 7, 2010 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.49" | 490 m || |-id=984 bgcolor=#fefefe | 494984 || || — || January 7, 2010 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.55" | 550 m || |-id=985 bgcolor=#d6d6d6 | 494985 || || — || January 6, 2010 || Catalina || CSS || TIR || align=right | 3.8 km || |-id=986 bgcolor=#fefefe | 494986 || || — || January 8, 2010 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.71" | 710 m || |-id=987 bgcolor=#d6d6d6 | 494987 || || — || November 8, 2009 || Mount Lemmon || Mount Lemmon Survey || || align=right | 3.2 km || |-id=988 bgcolor=#d6d6d6 | 494988 || || — || February 5, 2010 || Catalina || CSS || YAK || align=right | 2.6 km || |-id=989 bgcolor=#d6d6d6 | 494989 || || — || February 14, 2010 || Mount Lemmon || Mount Lemmon Survey || ALA || align=right | 4.1 km || |-id=990 bgcolor=#d6d6d6 | 494990 || || — || January 12, 2010 || Kitt Peak || Spacewatch || URS || align=right | 3.2 km || |-id=991 bgcolor=#fefefe | 494991 || || — || February 9, 2010 || WISE || WISE || || align=right | 3.0 km || |-id=992 bgcolor=#fefefe | 494992 || || — || January 31, 2003 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.59" | 590 m || |-id=993 bgcolor=#fefefe | 494993 || || — || March 14, 2010 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.73" | 730 m || |-id=994 bgcolor=#fefefe | 494994 || || — || March 17, 2010 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.69" | 690 m || |-id=995 bgcolor=#fefefe | 494995 || || — || April 7, 2010 || Kitt Peak || Spacewatch || || align=right data-sort-value="0.68" | 680 m || |-id=996 bgcolor=#d6d6d6 | 494996 || || — || April 28, 2010 || WISE || WISE || EUP || align=right | 3.6 km || |-id=997 bgcolor=#FA8072 | 494997 || || — || May 27, 2000 || Socorro || LINEAR || || align=right data-sort-value="0.61" | 610 m || |-id=998 bgcolor=#fefefe | 494998 || || — || May 5, 2010 || Tzec Maun || E. Schwab || || align=right data-sort-value="0.54" | 540 m || |-id=999 bgcolor=#FFC2E0 | 494999 || || — || May 9, 2010 || Mount Lemmon || Mount Lemmon Survey || ATEPHA || align=right data-sort-value="0.41" | 410 m || |-id=000 bgcolor=#fefefe | 495000 || || — || February 7, 2010 || WISE || WISE || || align=right | 1.2 km || |} References External links Discovery Circumstances: Numbered Minor Planets (490001)–(495000) (IAU Minor Planet Center) 0494
```text Alternative Names 0 PARAM.SFO /* Arcadias No Ikusahime */ # Infinite Curative Items 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade 0 001220A4 39290000 # Hits Multiplier 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade 0 000CFFA0 3BA9Z [Z]0005=5x;000A=10x;0019=25x;0032=50x;0064=100x;00FA=250x;01F4=500x;03E8=1000x;2710=10000x[/Z] # Infinite Ehancements 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade 0 001852B0 60000000 # Infinite Weapon Upgrade Materials 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade 0 000129AC 60000000 # Infinite HP 0 Randy97Killa 0 002EB050 C0370640 0 002EB054 D037063C 0 002EB058 8097063C 0 002EB05C 4BE51054 0 0013C0AC 481AEFA4 # Infinite SP 0 Randy97Killa 0 002EB07C C0370648 0 002EB080 D0370644 0 002EB084 80970644 0 002EB088 4BE51064 0 0013C0E8 481AEF94 # Infinite Items Usage 0 Randy97Killa 0 00121094 38000063 0 00121098 900A0004 # Max Exp On Gain, Instant Lv.99 0 Randy97Killa 0 000CB658 91BF065C # Max Gold On Gain Or Sell 0 Randy97Killa 0 000137B4 912A18FC # AoB Infinite Curative Items 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade B 00010000 04000000 B 3929FFFF2F890000912B0004409EFDD4 392900002F890000912B0004409EFDD4 # AoB Hits Multiplier 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade B 00010000 04000000 B 3BA9000193BB035C80780068835F0058 3BA9Z93BB035C80780068835F0058 [Z]0005=5x;000A=10x;0019=25x;0032=50x;0064=100x;00FA=250x;01F4=500x;03E8=1000x;2710=10000x[/Z] # AoB Infinite Ehancements 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade B 00010000 04000000 B 7D2902142F890063409D000839200063 600000002F890063409D000839200063 # AoB Infinite Weapon Upgrade Materials 0 games24.blog.fc2.com/blog-entry-198.html, ported by Sade B 00010000 04000000 B 7C0500502F800000419C00B890090010 600000002F800000419C00B890090010 # AoB Infinite Items Usage 0 Randy97Killa B 00010000 04000000 B your_sha256_hash your_sha256_hash # AoB Max Exp On Gain, Instant Lv.99 0 Randy97Killa B 00010000 04000000 B your_sha256_hash your_sha256_hash # AoB Max Gold On Gain Or Sell 0 Randy97Killa B 00010000 04000000 B your_sha256_hash your_sha256_hash # ```
```scala /* */ package akka.http.scaladsl.model.headers import akka.parboiled2.util.Base64 import akka.http.scaladsl.model.HttpCharsets._ import akka.http.impl.util.{ Rendering, ValueRenderable } import akka.http.javadsl.{ model => jm } import akka.http.impl.util.JavaMapping.Implicits._ abstract class HttpCredentials extends jm.headers.HttpCredentials with ValueRenderable { def scheme: String def token: String def params: Map[String, String] /** Java API */ def getParams: java.util.Map[String, String] = params.asJava } final case class BasicHttpCredentials(username: String, password: String) extends jm.headers.BasicHttpCredentials { val cookie = { val userPass = username + ':' + password val bytes = userPass.getBytes(`UTF-8`.nioCharset) Base64.rfc2045().encodeToChar(bytes, false) } def render[R <: Rendering](r: R): r.type = r ~~ "Basic " ~~ cookie override def scheme: String = "Basic" override def token: String = String.valueOf(cookie) override def params: Map[String, String] = Map.empty } object BasicHttpCredentials { def apply(credentials: String): BasicHttpCredentials = { val bytes = Base64.rfc2045().decodeFast(credentials) val userPass = new String(bytes, `UTF-8`.nioCharset) userPass.indexOf(':') match { case -1 => apply(userPass, "") case ix => apply(userPass.substring(0, ix), userPass.substring(ix + 1)) } } } final case class OAuth2BearerToken(token: String) extends jm.headers.OAuth2BearerToken { def render[R <: Rendering](r: R): r.type = r ~~ "Bearer " ~~ token override def scheme: String = "Bearer" override def params: Map[String, String] = Map.empty } final case class GenericHttpCredentials(scheme: String, token: String, params: Map[String, String] = Map.empty) extends HttpCredentials { def render[R <: Rendering](r: R): r.type = { r ~~ scheme if (!token.isEmpty) r ~~ ' ' ~~ token if (params.nonEmpty) params foreach new (((String, String)) => Unit) { var first = true def apply(kvp: (String, String)): Unit = { val (k, v) = kvp if (first) { r ~~ ' '; first = false } else r ~~ ',' if (!k.isEmpty) r ~~ k ~~ '=' r ~~# v } } r } } object GenericHttpCredentials { def apply(scheme: String, params: Map[String, String]): GenericHttpCredentials = apply(scheme, "", params) } ```
The Taiping Heavenly Kingdom (18511864) was a Chinese theocratic absolute monarchy which sought to overthrow the Qing dynasty. The Heavenly Kingdom, or Heavenly Dynasty, was led by King Hong Xiuquan and his followers. Its capital was at Tianjing (present-day Nanjing). The unsuccessful war it waged against the Qing is known as the Taiping Rebellion. A self-proclaimed younger brother of Jesus Christ and convert to Protestant Christianity, Hong Xiuquan led an army that controlled a significant part of southern China during the middle of the 19th century, eventually expanding to a size of nearly 30 million people. The rebel kingdom announced social reforms and the replacement of Buddhism, Confucianism, Chinese folk religion, and Islam by his form of Christianity, holding that he was the second son of God and the younger brother of Jesus. The Taiping areas were besieged by Qing forces throughout most of the rebellion. The Qing government defeated the rebellion with the eventual aid of French and British forces. Background During the 19th century, the Qing dynasty experienced a series of famines, natural disasters, economic problems and defeats at the hands of foreign powers; these events have come to be collectively known as China's "century of humiliation". Farmers were heavily overtaxed, rents rose dramatically, and peasants started to desert their lands in droves. The Qing military had recently suffered a disastrous defeat in the First Opium War, while the Chinese economy was severely impacted by a trade imbalance caused by the large-scale and illicit importation of opium. Banditry became more common, and numerous secret societies and self-defence units formed, all of which led to an increase in small-scale warfare. Protestant missionaries began working from Macao, Pazhou (known at the time as "Whampoa"), and Guangzhou ("Canton"). Their household staff and the printers they employed corrected and adapted the missionaries' message to reach the Chinese and they began to particularly frequent the prefectural and provincial examinations, where local scholars competed for the chance to rise to power in the imperial civil service. One of the native tracts, Liang's nine-part, 500-page tome called Good Words to Admonish the Age, found its way into the hands of Hong Xiuquan in the mid-1830s. Hong initially leafed through it without interest. After several failures during the examinations and a nervous breakdown, however, Hong told friends and family of a dream in which he was greeted by a golden-haired, bearded man and a younger man whom he addressed as "Elder Brother". He would also declare that he saw Confucius being punished by Hong's celestial father for leading the people astray. Hong worked another six years as a tutor before his brother convinced him that Liang's tract was worth examination. When he read the tract he saw his long-past dream in terms of Christian symbolism: he was the younger brother of Jesus and had met God the Father, Shangdi. He now felt it was his duty to restore the faith in the native Han religion and overthrow the Qing dynasty. He was joined by Yang Xiuqing, a former charcoal and firewood salesman of Guangxi, who claimed to act as a voice of the Supreme Emperor. Feng Yunshan formed the Society of God Worshippers () in Guangxi after a missionary journey there in 1844 to spread Hong's ideas. In 1847, Hong became the leader of the secret society. The Taiping faith, inspired by missionary Christianity, says one historian, "developed into a dynamic new Chinese religion... Taiping Christianity". Hong presented this religion as a revival and a restoration of the ancient classical faith in Shangdi. The sect's power grew in the late 1840s, initially suppressing groups of bandits and pirates, but persecution by Qing authorities spurred the movement into a guerrilla rebellion and then into civil war. In some Marxist historiography, the Taiping Rebellion was viewed as a proto-communist uprising. History and background Early establishments The Jintian Uprising began in 1850 in Guangxi. On 11 January 1851 (the 11th day of the 1st lunar month), incidentally Hong Xiuquan's birthday, Hong declared himself "Heavenly King" of a new dynasty, the "Heavenly Kingdom of Great Peace". After minor clashes, the violence escalated into the Jintian Uprising in February 1851, in which a 10,000-strong rebel army routed and defeated a smaller Qing force. Feng Yushan was to be the strategist of the rebellion and the administrator of the kingdom during its early days, until his death in 1852. In 1853, the Taiping forces captured Nanjing, making it their capital and renaming it Tianjing ("Heavenly Capital"). Hong converted the office of the Viceroy of Liangjiang into his Palace of Heavenly King. Since Hong Xiuquan had been supposedly instructed in his dream to exterminate all "demons", which was what the Taipings considered the Manchus to be, thus they set out to kill the entire Manchu population. When Nanjing was occupied, the Taipings went on a rampage killing and burning 40,000 Manchus to death in the city. They first killed all the Manchu men, and then the Manchu women and Manchu children were burned to ashes. At its height, the Heavenly Kingdom controlled south China, centred on the fertile Yangtze River Valley. Control of the river meant that the Taiping could easily supply their capital. From there, the Taiping rebels sent armies west into the upper reaches of the Yangtze, and north to capture Beijing, the capital of the Qing dynasty. The attempt to take Beijing failed. Internal conflict In 1853, Hong withdrew from active control of policies and administration, ruling exclusively by written proclamations often in religious language. Hong disagreed with Yang in certain matters of policy and became increasingly suspicious of Yang's ambitions, his extensive network of spies, and his declarations when "speaking as God". Yang and his family were put to death by Hong's followers in 1856, followed by the killing of troops loyal to Yang. With their leader largely out of the picture, Taiping delegates tried to widen their popular support with the Chinese middle classes and forge alliances with European powers, but failed on both counts. The Europeans decided to stay neutral. Inside China, the rebellion faced resistance from the traditionalist middle class because of their hostility to Chinese customs and Confucian values. The land-owning upper class, unsettled by the Taiping rebels' peasant mannerisms and their policy of strict separation of the sexes, even for married couples, sided with the Qing forces and their Western allies. In 1859, Hong Rengan, a cousin of Hong, joined the Taiping Rebellion in Nanjing, and was given considerable power by Hong. He developed an ambitious plan to expand the kingdom's boundaries. In 1860, the Taiping rebels were successful in taking Hangzhou and Suzhou to the east, but failed to take Shanghai, which marked the beginning of the decline of the Kingdom. Fall An attempt to take Shanghai in August 1860 was initially successful but finally repulsed by a force of Chinese troops and European officers under the command of Frederick Townsend Ward. This army would later become the "Ever Victorious Army", led by Charles "Chinese" Gordon, and would be instrumental in the defeat of the Taiping rebels. Imperial forces were reorganised under the command of Zeng Guofan and Li Hongzhang, and the Qing government's reconquest began in earnest. By early 1864, Qing control in most areas was well established. Hong declared that God would defend Nanjing, but in June 1864, with Qing forces approaching, he died of food poisoning as the result of eating wild vegetables as the city began to run out of food. He was sick for twenty days before the Qing forces could take the city. Although Hong likely died of his illness, suicide by poison has also been suggested. Only a few days after his death the Qing forces took the city. His body was buried and was later exhumed by Zeng to verify his death, and cremated. Hong's ashes were later blasted out of a cannon in order to ensure that his remains have no resting place as eternal punishment for the uprising. Four months before the fall of the Taiping Heavenly Kingdom, Hong Xiuquan abdicated in favour of Hong Tianguifu, his eldest son, who was 14 years old then. Hong Tianguifu was unable to do anything to restore the kingdom, so the kingdom was quickly destroyed when Nanjing fell in July 1864 to Qing forces after vicious fighting in the streets. Most of the so-called princes were executed by Qing officials in Jinling Town (), Nanjing. Although the fall of Nanjing in 1864 marked the destruction of the Taiping regime, the fight was not yet over. There were still several thousands of Taiping rebel troops continuing the fight. It took seven years to finally put down all remnants of the Taiping Rebellion. In August 1871, the last Taiping rebel army, led by Shi Dakai's commander, Li Fuzhong (), was completely wiped out by the Qing forces in the border region of Hunan, Guizhou, and Guangxi. Administrative divisions 25 provinces were mentioned in Taiping Heavenly Kingdom sources: Jiangnan Province () or Heavenly Capital Province (天京省) – present-day northern area of Jiangsu Anhui Province () – present-day Anhui Jiangxi Province () – present-day Jiangxi Hubei Province () – present-day Hubei Tianpu Province () – present-day Pukou District, Nanjing Sufu Province () – present-day southern area of Jiangsu Guifu Province () – not clear Zhejiang Heavenly Province () – present-day Zhejiang Hunan Province () – present-day Hunan (de jure) Fujian Province () – present-day Fujian (de jure) Henan Province () – present-day Henan (de jure) Shandong Province () – present-day Shandong (de jure) Shanxi Province () – present-day Shanxi (de jure) Zuili Province (, lit. "criminal ruled") or Qianshan Province (, lit. "promoting virtuous") – equal to Zhili; present-day Hebei, Beijing and Tianjin (de jure) Guangxi Province () – present-day Guangxi (de jure) Guangdong Province () – present-day Guangdong (de jure) Yunnan Province () – present-day Yunnan (de jure) Sichuan Province () – present-day Sichuan (de jure) Guizhou Province () – present-day Guizhou (de jure) Shaanxi Province () – present-day Shaanxi (de jure) Gansu Province () – present-day Gansu (de jure) Fengtian Province () – present-day Liaoning (de jure) Jilin Province () – present-day Jilin (de jure) Wulongjiang Province () – present-day Heilongjiang (de jure) Yili Province () – present-day Xinjiang (de jure) Kings, princes, and noble ranks The Heavenly King was the highest position in the Heavenly Kingdom. The sole people to hold this position were Hong Xiuquan and his son Hong Tianguifu: Ranked below the "King of Heaven" Hong Xiuquan, the territory was divided among provincial rulers called kings or princes; initially there were fivethe Kings of the Four Cardinal Directions and the Flank King). Of the original rulers, the West King and South King were killed in combat in 1852. The East King was murdered by the North King during a coup in 1856, and the North King himself was subsequently killed. The Kings' names were: South King (), Feng Yunshan (died 1852) East King (), Yang Xiuqing (died 1856) West King (), Xiao Chaogui (died 1852) North King (), Wei Changhui (died 1856) Flank King (), Shi Dakai (captured and executed by Qing forces in 1863) The later leaders of the movement were 'Princes': Zhong Prince (), Li Xiucheng (1823–1864, captured and executed by Qing forces) Ying Prince (), Chen Yucheng (1837–1862) Gan Prince (), Hong Rengan (1822–1864; cousin of Hong Xiuquan, executed) Jun Prince (), Lai Wenkwok (1827–1868) Fu Prince (), Hong Renda (; Hong Xiuquan's second-eldest brother; executed by Qing forces in 1864) Tian Gui (; executed in 1864) Other princes include: An Prince (), Hong Renfa (), Hong Xiuquan's eldest brother Yong Prince (), Hong Rengui () Fu Prince (), Hong Renfu () Leaders of concurrent rebellions were similarly granted the title of King, such Lan Chaozhu, a leader in the Li Yonghe rebellion in Sichuan. In the later years of the Taiping Rebellion, the territory was divided among many, for a time into the dozens, of provincial rulers called princes, depending on the whims of Hong. Captured areas in Jiangsu were called "Sufu Province". Policies Within the land that it controlled, the Taiping Heavenly Army established a totalitarian, theocratic, and highly militarised rule. The subject of study for the examinations for officials changed from the Confucian classics to the Bible. Private property ownership was abolished and all land was held and distributed by the state. A solar calendar replaced the lunar calendar. Foot binding was banned. (The Hakka people had never followed this tradition, and consequently the Hakka women had always been able to work the fields.) Society was declared classless and the sexes were declared equal. At one point, for the first time in Chinese history civil service exams were held for women. Some sources record that Fu Shanxiang, an educated woman from Nanjing, passed them and became an official at the court of the Eastern King. Several women served as military officers and commanders under Taiping, Hong Xuanjiao (sister of Taiping leader), Su Sanniang and Qin Ersao are examples of women who acted actively as leaders during the Taiping Rebellion. The sexes were rigorously separated. There were separate army units consisting of women only; until 1855, not even married couples were allowed to live together or have sexual relations. The Qing-dictated queue hairstyle was abandoned in favour of wearing the hair long. Other new laws were promulgated including the prohibition of opium, gambling, tobacco, alcohol, polygamy (including concubinage), slavery and prostitution. These all carried death penalties. Hong Rengan's proposed reforms In 1859 the Gan Prince Hong Rengan, with the approval of his cousin the Heavenly King, advocated several new policies, including: Promoting the adoption of railways by granting patents for the introduction of locomotives; 21 railways were planned for each of the 21 provinces. Promoting the adoption of steamships for commerce and defence. Establishment of currency-issuing private banks. Granting of 10-year patents for introduction of new inventions, 5-year for minor items. Establishment of a National Postal Service. Promoting mineral exploration by granting control and twenty per cent of the revenue to the discoverers of deposits. Introduction of governmental investigative officers. Introduction of independent impartial state media officers for reporting and disseminating news. Institution of district treasuries and paymasters to manage finances. Military procurement While the Taiping rebels did not have the support of Western governments, they were relatively modernised in terms of weapons. An ever growing number of Western weapons dealers and black marketeers sold Western weapons such as modern muskets, rifles, and cannons to the rebels. As early as 1853, Taiping Tianguo soldiers had been using guns and ammunition sold by Westerners. Rifles and gunpowder were smuggled into China by English and American traders as "snuff and umbrellas". They were partially equipped with surplus equipment sold by various Western companies and military units' stores, both small arms and artillery. One shipment of weaponry from an American dealer in April 1862 already "well known for their dealings with rebels" was listed as 2,783 (percussion cap) muskets, 66 carbines, 4 rifles, and 895 field artillery guns, as well as carrying passports signed by the Loyal King. Almost two months later, a ship was stopped with 48 cases of muskets, and another ship with 5000 muskets. Mercenaries from the West also joined the Taiping forces, though most were motivated by opportunities for plunder during the rebellion rather than joining for ideological reasons. The Taiping forces constructed iron foundries where they were making heavy cannons, described by Westerners as vastly superior to Qing cannons. Just before his execution, Taiping Loyal King Li Xiucheng advised his enemies that war with the Western powers was coming and the Qing must buy the best Western cannons and gun carriages, and have the best Chinese craftsmen learn to build exact copies, teaching other craftsmen as well. Religious affairs Initially, the followers of Hong Xiuquan were called God Worshippers. Hong's faith was inspired by visions he reported in which the Shangdi, the Supreme Emperor, or Jehovah, greeted him in Heaven. Hong had earlier been in contact with Protestant missionaries and read the Bible. The Taiping Heavenly Kingdom was based on Hong Xiuquan's syncretism with Christianity, which differed from mainstream Christian prayers, rituals, and holidays. The libraries of the Buddhist monasteries were destroyed, almost completely in the case of the Yangtze Delta area. Temples of Daoism, Confucianism, and other traditional beliefs were often converted to churches, schools or hospitals or defaced. In letters to missionary Joseph Edkins, Hong rejected the Nicene Creed and said Arius was correct. Foreign affairs The Heavenly Kingdom maintained the concept of the imperial Chinese tributary system in mandating all of the "ten thousand nations in the world" to submit and make the annual tribute missions to the Heavenly Court. The Heavenly King proclaimed that he intended to establish a new dynasty of China. Currency In its first year, the Taiping Heavenly Kingdom minted coins that were 23 mm to 26 mm in diameter, weighing around 4.1 g. The kingdom's name was inscribed on the obverse and "Holy Treasure" () on the reverse; the kingdom also issued paper notes. Subsequent massacre of the Hakkas With the collapse of the Taiping Heavenly Kingdom, the Qing dynasty launched waves of massacres against the Hakkas, killing 30,000 Hakkas each day throughout China during the height of the Hakka massacres. Similar purges were taken while defeating the Red Turban Rebellion (1854–1856). In Guangdong, Governor Ye Mingchen oversaw the execution of 70,000 people in Guangzhou, eventually one million people were killed throughout central Guangdong. Another major impact was the bloody Punti-Hakka Clan Wars (1855 and 1867), which would cause the deaths of a million people. The Cantonese opera was purged completely. See also Millenarianism in colonial societies Notes References Citations Sources Works cited Further reading For a fuller selection, please see the section Taiping Rebellion: Further reading Narrative history, with emphasis on the military aspects. . External links 撕下历史的 "面膜"读潘旭澜教授《太平杂说》 Former countries in Chinese history States and territories established in 1851 States and territories disestablished in 1864 19th century in China 19th-century rebellions Rebellions in the Qing dynasty Taiping Rebellion Christianity in China Former theocracies Peasant revolts Civil wars involving the states and peoples of Asia Civil wars of the 19th century 1851 establishments in China 1864 disestablishments in China Millenarianism Monarchism in China Former monarchies of Asia Former kingdoms
The Lloyd Noble Center is a 10,967-seat multi-purpose arena located in Norman, Oklahoma, some south of downtown Oklahoma City. It opened in 1975 and is home to the University of Oklahoma men's and women's basketball teams. History Before the construction of the facility, the teams played in the much smaller OU Field House, located on campus near Oklahoma Memorial Stadium. With the success of Sooner basketball in the 1970s and star forward Alvan Adams, demand became sufficient to upgrade to the modern and spacious Lloyd Noble Center, named after an alumnus and former member of the OU Board of Regents who gave OU's first ever $1 million gift to finance the center. The Sooners frequently sold out the arena during the Billy Tubbs era, with All-American forward Wayman Tisdale leading the high-scoring team to several Big Eight Conference titles and NCAA Tournament appearances. This led to the popular colloquialism around Norman that Lloyd Noble Center is "the house that Alvan built and Wayman filled." In January 2006, the NBA and the New Orleans Hornets decided to move two games from the Pete Maravich Assembly Center in Baton Rouge to Oklahoma City due to the devastation of Hurricane Katrina and the subsequent low attendance it caused. The Ford Center in Oklahoma City was unavailable for one of the games against the Sacramento Kings, so it was moved to the Lloyd Noble Center. The center was named after Samuel Lloyd Noble (1896–1950), a Houston oilman and philanthropist, and founder of the Noble Corporation and the Samuel Roberts Noble Foundation. Concerts As a concert venue, the Lloyd Noble Center can hold between 2,848 and 4,516 in a theater set-up, 6,165 for end-stage concerts, and 11,238 for center-stage concerts. The arena contains of arena floor space as well as of concourse space, allowing for trade shows to be held at the arena. The arena stands only tall since the majority of the structure is under ground (including the entire lower arena level), and contains a portable stage and a state-of-the-art scoreboard and video system. There are 12 concession stands at the concourse. Elvis Presley performed two back-to-back concerts at the center on March 25 & 26 1977. He died five months after the concerts on August 16, 1977. Amy Grant recorded half of her live albums, In Concert and In Concert Volume Two, here. Journey performed 3 concerts here for their Frontiers tour on July 19, 20, 21, 1983, also 1 concert on 12/1/98. See also List of NCAA Division I basketball arenas References External links Lloyd Noble Center Official site Lloyd Noble Center at Soonersports.com College basketball venues in the United States College gymnastics venues in the United States Convention centers in Oklahoma Oklahoma Sooners basketball venues Sports in Oklahoma City Indoor arenas in Oklahoma University of Oklahoma campus 1975 establishments in Oklahoma Sports venues completed in 1975
Stanley Park is a neighbourhood of the West End in Vancouver, British Columbia, Canada. It is designated as the area lying between Denman Street and the boundary of Stanley Park proper. It is high density, like most of the West End, and is known for being a more affluent area of the West End and, once away from Denman Street, also one of the quietest on the downtown peninsula. Condominium properties facing the park are some of the most expensive in the city. The extreme southwest of the area overlaps with the English Bay neighbourhood. Neighbourhoods in Vancouver
Springvale White Eagles Football Club is a semi-professional Australian soccer club based in Melbourne, Victoria currently playing in the NPL Victoria 3. Founded by Serbian Australians, they play at the Serbian Sports Centre in Keysborough, Victoria. They were founded in 1975 and were in the Victorian Premier League from 1997 to 1999, 2007 and 2011. History Springvale White Eagles Club was formed in 1975 as Springvale United, and have been known by their current name since 1995. In 2002 White Eagles got into the State League Cup Final, losing 4–2 to Westvale. In June 2007, the coach Leon Gardikiotis resigned less than a month after replacing from Zoran Trajceski. The club president Zoran Stojanovic also resigned. In 2008, Springvale White Eagles appointed former Frankston Pines coach Stan Webster, who experienced little success at the club. The club was promoted to the Victorian Premier League in 2010, but suffered relegation in their first season in the top flight in the following year. In 2012 Springvale were relegated from State League 1, having finished bottom of the league with just 1 win in 22 league games. − They took out the State League 2 South-East title the following season, pipping Dandenong City SC by one point. National Premier Leagues Victoria (2014–present) The club entered the National Premier Leagues Victoria 2 division for the 2014 season, the new second tier of soccer in Victoria. The club finished the season in 12th place in the 14 team league, just avoiding the relegation playoffs. In 2015, the NPL 2 was split into an East and West division with the White Eagles competing in the East division, finishing in nineteenth place overall in the NPL1 league system. Late in October 2015, head manager Zlatko Mihajlović resigned from his position. Shortly after, Mihajlović was replaced by Boyan Mitkov as the new senior head coach. Springvale then lost key player Šimo Jovanović to Kingston City. Jovanović had spent his entire career with the White Eagles, progressing through the youth system to eventually become the club's captain. On 12 April 2016, it was announced that Mitkov and his assistant Gus Caminos (who were winless in their first seven league games in the NPL2 season) had resigned from their positions, with former White Eagles player Nik Kovacevic announced as the replacement. Springvale subsequently finished the season in 6th place in the NPL2 East, its second best-ever finish in the NPL2 competition. In November 2016, head coach Kovacevic departed the club to return to Pascoe Vale as a senior assistant coach. Springvale White Eagles appointed former Altona Magic coach Vlado Tortevski as their new manager for the 2017 NPL2 season. Despite winning three of their opening four NPL2 league games, Tortevski's side then won just one of the following ten, leading to the departure of the head coach in May 2017. The White Eagles finished the season in 7th place. For the 2018 season, Springvale reappointed former club coach Nik Kovacevic to lead the team, and had a total of 7 key signings in the off-season. This included the experienced central defensive partnership of Pavle Durkic (formerly at Whittlesea Ranges FC) and Milos Tošić (formerly at West Adelaide SC). Also adding to the squad were Andy Kecojević, Marcus Dimanche, Delarno Pharoe, Slaven Vranešević and Englishmen Luke Barrow. With the mid-season loss of Captain Dejan Erakovic the Eagles brought in other key signings to its squad, including Bonel Obradović, Nemanja Lojanica and Nenad Nikolic. The Eagles finished the 2018 campaign in fourth place in the NPL2 East, its best finish since the inception of the NPL in 2014. In 2019 the club finished in last place, with just four wins in 28 games, and were relegated to NPL3 for the 2020 season. Head coach Nebojsa Vukosavljevic resigned after the club's relegation, with Springvale appointing former Socceroo John Markovski for the 2020 NPL3 campaign. Achievements League Cup Victorian Premier League Highest finish: 6th in 1997 Season Appearances: 5 Seasons Greatest home win: 8–2 against Melton Reds in 1997 Greatest away win: 6–0 against Westvale in 1999 Notable current and former international players Vince Grella Rodrigo Vargas U20 Ricky Diaco U20 Miloš Lujić U20 Zlatko Mihajlović U20 Bonel Obradović Nebojša Pejić Kenny Athiu Taban Makoii Individual awards Bill Fleming Medal – Media voted VPL Player of the Year 1999 – Zlatko Mihajlović Club Top Goal Scorers 2023 - Nashir Hussainy - 6 2022 - Nashir Hussainy - 12 2021 - Andy Kecojevic - 5 2020 - Cancelled due to COVID-19 2019 - Taban Makoii - 7 2018 - Damir Stoilovic - 9 2017 - Damir Stoilovic - 10 2016 - Damir Stoilovic - 16 2015 – Hernan de Rito – 6 2014 – Vojislav Milojević – 11 2013 – Stephane Leblond – 15 2012 – Philip Ajao – 5 2011 – Goran Zoric – 8 2010 – Nenad Pavasovic – 8 2009 – Zoran Vukas – 6 2008 – Grujo Mrdić – 7 2007 – Goran Zorić – 5 2006 – Nikolaos Papadopoulos – 11 2005 – Sastre Teyedor Juan – 11 2004 – Zlatko Mihajlović – 9 2003 – Ricky Diaco – 12 2002 – Eric Styczen – 9 2001 – Nebojsa Kozlica – 6 2000 – Eric Styczen – 6 1999 – Zlatko Mihajlović – 10 1998 – Sasha Nikolić – 4 1997 – Danny Gnjidić – 14 1996 – Zlatko Mihajlović – 16 1995 – Micheal Michalakopoulos – 14 1994 – Zlatko Mihajlović – 7 1993 – Zlatko Mihaljović – 11 1992 – Zlatko Mihaljović – 12 1991 – Ian Kerezovic – 9 Rivalries Dandenong Thunder The teams both situated 6 km apart, the rivalry between the clubs is immense. On 11 February 2017 The White Eagles hosted The Thunder in the Second Round of the 2017 National Premier Leagues Victoria 2 competition. In front of a healthy contingent of local fans, the White Eagles got off to a perfect start early in the second half with new signing Cody Martindale gaining the lead for the Eagles. With a fiery clash on and off the field referee Alessandro Arbizzani was not holding back on the cautions. With Springvale leading the contest 1–0 in the 60th minute, a brawl erupted in the stands which escalated, forcing the referee to halt proceedings for approximately 10 minutes. In the final stages of the game the Eagles capitalised on a counterattack with goal scorer Tapiwanashe Munyanyiwa finishing a great move by the Eagles. Late in the game there was drama, with Springvale Player Nebojsa Pejić putting one in his own net bringing back the game to 2–1. The Eagles hung on for a vital three points, winning its first two games off the 2017 season under Vlado Tortevski. They later faced Dandenong at George Andrews Reserve in Round 17 losing 4–0. Melbourne Knights The teams were both in the Victorian Premier League in the 2007 and 2011 seasons. St Albans Saints These 2 clubs first met in the Victorian Premier league on 22 March 1997. The game was played in the Serbian Sports Centre where White Eagles recorded a 3–1 win. In that match, St Albans took the lead in the 43 minutes with a goal by Idriz Peja. White Eagles Jim Gacovski levelled the score in the 83rd minute. Anthony Burlak scored in the 89th minute and Nick Kovacevic in the 90th minute to give White Eagles a memorable 3–1 victory. In Round 12 on 12 May 2019 in the NPL 2 season the eagles travelled to Churchill Reserve & took all three points back to White Eagles Stadium in a thrilling 2–1 win with goals to Taban Makoii from the penalty spot (19th minute) and Gerry Kavadas (21st minute). A win for the Eagles after a long unsuccessful period at Churchill Reserve in over 7 years. North Sunshine Eagles The teams were first met on 16 April 2021 in National Premier Leagues Victoria 3 competition. Stadium White Eagles play at the Serbian Sports Centre (Srpski Sportski Centar). Current squad Squad correct at 9 May 2022. Competition timeline Managerial history Gus MacLeod (1987–1996) Dušan Kalezić (1997–1998) John Gardiner (1998) Miloš Nasić (1999) Bobby McLaughlin (1999) Zoran Trajčevski (2006–2007) Vlado Zorić (2007) / Leon Gardikiotis (2007) James Sid (2007) Stan Webster (2008) / Zlatko Mihajlović (2008–2011) / Bojo Jevdjevic (2012) / Zlatko Mihajlović (2013–2015) / Boyan Mitkov (2015–2016) / Nik Kovačević (2016) / Vlado Tortevski (2017) / Nik Kovačević (2018–2019) / Nebojša Vukosavljević (2019) / John Markovski (2020) / Artour Kirichian (2021–2022) / Darko Djurić (2022-2023) External links Official website Football Federation Victoria Official website Serbian Sports Centre – Official Website References Soccer clubs in Melbourne Victorian State League teams Victorian Premier League teams National Premier Leagues clubs Serbian sports clubs in Australia Association football clubs established in 1975 1975 establishments in Australia Sport in the City of Greater Dandenong
Maja Gunvor Erlandsen (born 11 October 1989) is a Norwegian freestyle wrestler. She won the gold medal in the 72 kg event at the 2012 European Wrestling Championships held in Belgrade, Serbia. In the final she defeated Kateryna Burmistrova of Ukraine. A few months after winning the medal she decided to end her wrestling career and she joined the Norwegian Armed Forces. Achievements References External links Living people 1989 births Place of birth missing (living people) Norwegian female sport wrestlers European Wrestling Championships medalists 21st-century Norwegian women 21st-century Norwegian people
```python from __future__ import absolute_import from __future__ import division from __future__ import print_function from __future__ import unicode_literals from caffe2.python import core import caffe2.python.hypothesis_test_util as hu import caffe2.python.serialized_test.serialized_test_util as serial from collections import OrderedDict from hypothesis import given import numpy as np class TestFlexibleTopK(serial.SerializedTestCase): def flexible_top_k_ref(self, X, k): X_flat = X.reshape((-1, X.shape[-1])) indices_ref = np.ndarray(shape=sum(k), dtype=np.int32) values_ref = np.ndarray(shape=sum(k), dtype=np.float32) offset = 0 for i in range(X_flat.shape[0]): od = OrderedDict() for j in range(X_flat.shape[1]): val = X_flat[i, j] if val not in od: od[val] = [] od[val].append(j) k_ = 0 for val, idxs in sorted(od.items(), reverse=True): for idx in idxs: indices_ref[offset + k_] = idx values_ref[offset + k_] = val k_ += 1 if k_ >= k[i]: break if k_ >= k[i]: break offset += k[i] return (values_ref, indices_ref) @serial.given(X=hu.tensor(min_dim=2), **hu.gcs_cpu_only) def test_flexible_top_k(self, X, gc, dc): X = X.astype(dtype=np.float32) k_shape = (int(X.size / X.shape[-1]), ) k = np.random.randint(1, high=X.shape[-1] + 1, size=k_shape) output_list = ["Values", "Indices"] op = core.CreateOperator("FlexibleTopK", ["X", "k"], output_list, device_option=gc) def bind_ref(X_loc, k): ret = self.flexible_top_k_ref(X_loc, k) return ret self.assertReferenceChecks(gc, op, [X, k], bind_ref) @given(X=hu.tensor(min_dim=2), **hu.gcs_cpu_only) def test_flexible_top_k_grad(self, X, gc, dc): X = X.astype(np.float32) k_shape = (int(X.size / X.shape[-1]), ) k = np.random.randint(1, high=X.shape[-1] + 1, size=k_shape) # this try to make sure adding stepsize (0.05) # will not change TopK selections at all # since dims max_value = 5 as defined in # caffe2/caffe2/python/hypothesis_test_util.py for i in range(X.shape[-1]): X[..., i] = i * 1.0 / X.shape[-1] op = core.CreateOperator( "FlexibleTopK", ["X", "k"], ["Values", "Indices"], device_option=gc ) self.assertGradientChecks(gc, op, [X, k], 0, [0]) ```
Yadrami is a tehsil in the northern part of Karnataka, India. It is located in the Kalaburagi district. Demographics India census, Yedrami had a population of 8103 with 4214 males and 3889 females. See also Kalaburagi Districts of Karnataka References External links http://Gulbarga.nic.in/ Villages in Kalaburagi district
Torrington was a county constituency centred on the town of Torrington in Devon. It returned one Member of Parliament (MP) to the House of Commons of the Parliament of the United Kingdom from 1950 until it was abolished for the February 1974 general election. An earlier constituency called Torrington, a parliamentary borough consisting only of the town itself, returned members to some of the parliaments of the Middle Ages; it was not represented after 1372. Boundaries The Municipal Boroughs of Bideford, Great Torrington, and Okehampton, the Urban Districts of Crediton and Northam, and the Rural Districts of Bideford, Crediton, Okehampton, and Torrington. History The medieval borough Torrington, sometimes referred to as Chipping Torrington, was one of a number of English boroughs that were represented in Parliament only intermittently during the Middle Ages, and eventually lost the right completely; at this period, writs of election were directed to the sheriff of each county, and it was left to their discretion which towns were summoned to send burgesses. Torrington is unusual, however, in that clear evidence of its reluctance to return members survives - the cost of supporting its two MPs was considered much too detrimental to be offset by any benefits that came from being represented. Late in the reign of Edward III, the townsmen of Torrington petitioned the king That they ought not to be so burdened with sending men, neither did they send any before the 21st of his reign, when the Sheriff maliciously returned into the Chancery, that the said town was a Borough, and so, from that year, by Pretext of the said Return, the town has been many times put to great pains and expenses, to their no small grievance and damage, and manifest impoverishing. The petition was not entirely accurate, for Torrington had sent members to some 17 parliaments before the sheriff's "malicious" action, although it was true that the town was not represented in the three immediately preceding that date. The King accepted the petition, and granted Torrington a Patent of Exemption from being required to send members to Parliament; yet, notwithstanding this, they were called upon again to send MPs to two Parliaments in the next three years. After this, however, Torrington's name appears no more on the list of boroughs. As time passed, and the benefits of representation in Parliament became more obvious, the town repented of its earlier action. Around three centuries later, at the time of the Restoration of Charles II, Torrington petitioned to be restored to its ancient rights and allowed once more to return Members of Parliament. The petition was unavailing. The modern county constituency A new Torrington constituency was created by the Representation of the People Act 1948 as part of the boundary changes that came into effect at the general election of 1950. It was a county constituency, one of six in Devon, and covered central and western parts of the county. Though named after Great Torrington, its largest town was Bideford. The constituency was a highly rural one dominated by farming, and was assumed to be an entirely safe seat for the Conservatives and their allies. However, when George Lambert (who had won the seat three times with large majorities) inherited a peerage in 1958, the resulting by-election was sensationally won by Mark Bonham-Carter for the Liberals, the first sign of the Liberals' national revival which continued at other by-elections across the country over the next fifteen years. The Conservatives recaptured the seat at the following year's general election, and retained it for the remainder of its existence, but it remained marginal until the 1970 general election. The Torrington constituency was abolished with effect from the February 1974 general election (at which Devon's county constituencies were reduced by one) being divided between the revised North Devon and Tiverton constituencies and the new West Devon. Members of Parliament Election results Elections in the 1950s Elections in the 1960s Elections in the 1970s References Bibliography Charles Henry Parry, The Parliaments and Councils of England (London: John Murray, 1839) Edward Porritt and Annie G Porritt, The Unreformed House of Commons (Cambridge University Press, 1903) Frederic A Youngs, jr, Guide to the Local Administrative Units of England, Vol I (London: Royal Historical Society, 1979) Parliamentary constituencies in Devon (historic) Constituencies of the Parliament of the United Kingdom established in 1950 Constituencies of the Parliament of the United Kingdom disestablished in 1974
Nancharipet is a village in Nalgonda district in Telangana, India. It falls under Atmakur mandal. It is located 59 KM towards North from district headquarters Nalgonda. Regional Language of Nancharipet is Telugu. Hyderabad, Suryapet &, Jangaon are some important cities nearby. References Villages in Nalgonda district
This is a list of airlines in operation that offer regular (usually scheduled) service to paying passengers from the general public. This list includes some airlines that offer charter service on a regular basis between fixed destinations. It also includes some airlines in the process of formation, planning to embark upon their maiden voyage soon. Defunct airlines are listed instead at list of defunct airlines. List of airlines includes all airlines, including cargo, charter, and corporate carriers not listed here. List of airlines Africa : Top - A B C D E G I K L M N R S T U Z Algeria Air Algérie Air Express Algeria Star Aviation Tassili Airlines Angola AeroJet Airjet Exploracao Aerea de Carga Angola Air Charter Fly Angola Heli Malongo Airways Serviços Executivos Aéreos de Angola TAAG Angola Airlines Benin Benin Airlines Botswana Air Botswana Mack Air Wilderness Air Burkina Faso Air Burkina Burundi Burundi Airlines Cameroon Air Leasing Cameroon Camair-Co Section Liaison Air Yaoundé Cape Verde Cabo Verde Airlines Bestfly Cabo Verde Central African Republic Chad Comoros Democratic Republic of the Congo Congo Airways flyCAA Gomair Republic of the Congo Canadian Airways Congo Trans Air Congo Côte d'Ivoire Air Côte d'Ivoire Djibouti Air Djibouti Daallo Airlines Egypt Air Cairo Alexandria Airlines AlMasria Universal Airlines AMC Aviation EgyptAir FlyEgypt Nesma Airlines Nile Air Red Sea Airlines Sky Vision Airlines Equatorial Guinea CEIBA Intercontinental Cronos Airlines Eritrea Eswatini Eswatini Air Ethiopia Ethiopian Airlines National Airways Gabon AfriJet The Gambia Ghana Africa World Airlines Passion Air Guinea Guinea-Bissau Ivory Coast See the section titled "Côte d'Ivoire" above. Kenya African Express Airways AirKenya Eastafrican Freedom Airline Express I-Fly Air Jambojet Kenya Airways Mombasa Air Safari Renegade Air Safarilink Aviation Skyward Express Lesotho Liberia Libya Afriqiyah Airways Air Libya Berniq Airways Buraq Air Crown Airlines Fly OYA Ghadames Air Global Air Libyan Airlines Libyan Wings Medsky Airways Madagascar Madagascar Airlines Malawi Malawian Airlines Mali Sky Mali Mauritania Mauritania Airlines Mauritius Air Mauritius Morocco Royal Air Maroc Royal Air Maroc Express Mozambique LAM Mozambique Airlines Namibia FlyNamibia Niger Niger Airlines Nigeria Aero Contractors Air Peace Air Peace Hopper Arik Air Azman Air Binani Air (in formation) Dana Air Green Africa Airways Ibom Air Max Air Overland Airways Rano Air United Nigeria ValueJet XE Jet Réunion Air Austral Rwanda RwandAir São Tomé and Príncipe STP Airways Senegal Air Senegal Transair Seychelles Air Seychelles Sierra Leone Somalia Daruro Airline Halla Airlines Jubba Airways Saacid Airlines Salaam Air Express South Africa Airlink CemAir FlySafair Lift South African Airways South Sudan Premier Airlines Sudan Badr Airlines Mid Airlines Nova Airways Sudan Airways Tarco Aviation Tanzania Air Tanzania As Salaam Air Auric Air Flightlink Precision Air Regional Air Togo Asky Airlines Tunisia Nouvelair Tunisia Tunisair Tunisair Express Uganda Uganda Airlines Zambia Proflight Zambia Zambia Airways Zimbabwe Air Zimbabwe fastjet Zimbabwe Asia : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z For countries in the Middle East, refer to the section below. Afghanistan Ariana Afghan Airlines Kam Air Armenia Air Dilijans Armenia Airways Armenian Airlines Fly Arna Shirak Avia Azerbaijan Azerbaijan Airlines Buta Airways Bangladesh Air Astra Biman Bangladesh Airlines NovoAir Regent Airways US-Bangla Airlines Bhutan Bhutan Airlines Drukair Brunei Royal Brunei Airlines Cambodia Cambodia Airways Cambodia Angkor Air Lanmei Airlines Sky Angkor Airlines China, People's Republic of 9 Air Air Changan Air China Air China Inner Mongolia Air Guilin Air Travel Beijing Airlines Capital Airlines Chengdu Airlines China Eastern Airlines China Eastern Yunnan Airlines China Express Airlines China Southern Airlines China United Airlines Chongqing Airlines Colorful Guizhou Airlines Dalian Airlines Donghai Airlines Fuzhou Airlines Genghis Khan Airlines Grand China Air GX Airlines Hainan Airlines Hebei Airlines Jiangxi Air Joy Air Juneyao Airlines Kunming Airlines Longjiang Airlines Loong Air Lucky Air Okay Airways OTT Airlines Qingdao Airlines Ruili Airlines Shandong Airlines Shanghai Airlines Shenzhen Airlines Sichuan Airlines Spring Airlines Suparna Airlines Tianjin Airlines Tibet Airlines Urumqi Air West Air Xiamen Airlines Hong Kong Cathay Pacific Greater Bay Airlines Hong Kong Airlines Hong Kong Express Macau Air Macau Taiwan China Airlines Daily Air EVA Air Mandarin Airlines Starlux Airlines Tigerair Taiwan Uni Air East Timor Aero Dili Air Timor Georgia Georgian Airways Georgian National Airlines India Air India Air India Express AIX Connect Akasa Air Alliance Air Flybig IndiGo SpiceJet Star Air Vistara Zoom Air Indonesia Airfast Indonesia Aviastar Batik Air Citilink EastIndo Garuda Indonesia Indonesia AirAsia Indonesia Air Transport Lion Air NAM Air Pelita Air Premiair Sriwijaya Air Super Air Jet Susi Air TransNusa Travira Air Trigana Air Wings Air Japan Air Do Air Japan All Nippon Airways Amakusa Airlines ANA Wings Fuji Dream Airlines Hokkaido Air System Ibex Airlines J-Air Japan Air Commuter Japan Airlines Japan Transocean Air New Central Airservice Oriental Air Bridge Peach Ryukyu Air Commuter Skymark Airlines Solaseed Air Spring Airlines Japan Starflyer Toki Air Zipair Tokyo Kazakhstan Air Astana FlyArystan Qazaq Air SCAT Airlines North Korea Air Koryo South Korea Aero K Air Busan Air Premia Air Seoul Asiana Airlines Eastar Jet Hi Air Jeju Air Jin Air Korean Air T'way Air Kyrgyzstan Aero Nomad Avia Traffic Company Air Manas TezJet Laos Lao Airlines Lao Skyway Malaysia AirAsia AirAsia X Firefly Malaysia Airlines MASwings MYAirline Maldives Beond Flyme Maldivian Manta Air Trans Maldivian Airways Mongolia Aero Mongolia Eznis Airways Hunnu Air MIAT Mongolian Airlines Myanmar Air KBZ Air Thanlwin Golden Myanmar Airlines Mann Yadanarpon Airlines Myanmar Airways International Myanmar National Airlines Nepal Buddha Air Guna Airlines Himalaya Airlines Nepal Airlines Saurya Airlines Sita Air Shree Airlines Tara Air Yeti Airlines Palestine Pakistan Airblue AirSial Fly Jinnah Pakistan International Airlines SereneAir Philippines AirSWIFT Cebgo Cebu Pacific Interisland Airlines PAL Express Philippine Airlines Royal Air Philippines SkyJet Airlines Sunlight Air Singapore Scoot Singapore Airlines Sri Lanka Cinnamon Air FitsAir SriLankan Airlines Tajikistan Somon Air Thailand Bangkok Airways Nok Air Thai Airways Thai Smile Turkey AnadoluJet Corendon Airlines Fly Kıbrıs Freebird Airlines Mavi Gök Airlines Pegasus Airlines Southwind Airlines SunExpress Tailwind Airlines Turkish Airlines Turkmenistan Turkmenistan Airlines Uzbekistan Qanot Sharq Airlines Silkavia Uzbekistan Airways Vietnam Bamboo Airways Pacific Airlines VietJetAir Vietnam Air Service Company Vietnam Airlines Vietravel Airlines Australasia and the Pacific : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z American Samoa Australia Air Link Airnorth Alliance Airlines Aviair Bonza Eastern Australia Airlines (QantasLink) Jetstar Link Airways Maroomba Airlines National Jet Systems (QantasLink) Network Aviation (QantasLink) Nexus Airlines Qantas QantasLink REX Airlines Skippers Aviation Skytrans Airlines Sunstate Airlines (QantasLink) Virgin Australia Virgin Australia Regional Cook Islands Air Rarotonga Fiji Fiji Airways Fiji Link French Polynesia Air Moana Air Tahiti Air Tahiti Nui Guam Kiribati Air Kiribati Marshall Islands Air Marshall Islands Nauru Nauru Airlines New Caledonia Air Calédonie Aircalin Air Loyauté New Zealand Air Chathams Air New Zealand Niue Northern Mariana Islands Palau Belau Air Papua New Guinea Air Niugini Asia Pacific Airlines Link PNG PNG Air Samoa Solomon Islands Solomon Airlines Tonga Lulutai Airlines Tuvalu Air Tuvalu (launching October 2023) Vanuatu Air Vanuatu The Caribbean and Central America : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Anguilla Anguilla Air Services Trans Anguilla Airways Antigua and Barbuda LIAT Aruba Aruba Airlines Bahamas Bahamasair Titanair Western Air Barbados Belize Maya Island Air Tropic Air British Virgin Islands Cayman Islands Cayman Airways Costa Rica Sansa Airlines Cuba Aerogaviota Cubana Curaçao E-Liner Airways Dominica Dominican Republic Air Century Arajet RED Air SKYhigh El Salvador Grenada Guadeloupe Air Antilles Air Caraïbes Guatemala TAG Airlines Haiti Sunrise Airways Honduras Aerolíneas Sosa AVIATSA Lanhsa Airlines Jamaica Montserrat FlyMontserrat Nicaragua La Costeña Panama Air Panama Copa Airlines Puerto Rico Air Flamenco Seaborne Airlines Vieques Air Link Saint Barthélemy St Barth Commuter Saint Kitts and Nevis Saint Lucia Saint Martin Saint Vincent and the Grenadines SVG Air Sint Maarten Winair Trinidad and Tobago Caribbean Airlines Turks and Caicos Islands InterCaribbean Airways United States Virgin Islands Europe : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Albania Air Albania Albawings Andorra Austria Austrian Airlines People's Belarus Belavia Belgium Brussels Airlines TUI fly Belgium Bosnia and Herzegovina Bulgaria Bulgaria Air Croatia Croatia Airlines Trade Air Cyprus Cyprus Airways Tus Airways Czech Republic Czech Airlines SmartWings Denmark For Danish territories with home rule, see Faroe Islands and Greenland. Alsie Express Copenhagen Air Taxi Danish Air Transport SUN-AIR of Scandinavia (British Airways) Estonia Marabu Airlines Nordica NyxAir Faroe Islands Atlantic Airways Finland Finnair Nordic Regional Airlines (Finnair) France For DOMs/TOMs, see the sections for French Guiana, French Polynesia, Guadeloupe, New Caledonia, Réunion, Saint-Pierre and Miquelon. Air Corsica Air France Air France Hop ASL Airlines France Chalair Aviation Corsair Finist'air French Bee La Compagnie Lorizon Twin Jet Germany Aero Dienst Avanti Air Condor Eurowings FLN Frisia Luftverkehr Lufthansa Lufthansa CityLine OFD Ostfriesischer-Flug-Dienst Private Wings Flugcharter Sundair Sylt Air TUI fly Deutschland Lufthansa Cargo Gibraltar Greece Aegean Airlines Air Mediterranean Bluebird Airways Olympic Air Sky Express Greenland Air Greenland Guernsey Air Alderney Hungary SmartWings Hungary Wizz Air Iceland Air Atlanta Icelandic Icelandair Ireland, Republic of Aer Lingus ASL Airlines Ireland CityJet Ryanair Stobart Air Isle of Man Italy Air Dolomiti Air Sal Alidaunia Alitalia Cityliner Blue Panorama Airlines Evolavia ITA Airways Italia Jet Neos Jersey Kosovo Latvia airBaltic SmartLynx Airlines Liechtenstein Lithuania Luxembourg Global Jet Luxembourg Luxair Luxaviation Malta Air Malta Freebird Airlines Europe Medavia Malta Air Moldova Air Moldova Monaco Heli Air Monaco Montenegro Netherlands Corendon Dutch Airlines KLM KLM Cityhopper Transavia TUI fly Netherlands North Macedonia Star Airlines Norway Fonnafly Flyr Norse Atlantic Airways Norwegian Air Norway Norwegian Air Shuttle Scandinavian Airlines Sundt Air Widerøe Poland Buzz Enter Air FlyJet IBEX LOT Charters LOT Polish Airlines SkyTaxi Sprint Air (formerly Air Polonia Cargo, Sky Express, Direct Fly) Portugal Orbest Portugália SATA Air Acores SATA International TAP Portugal White Romania Blue Air Carpatair Jet Tran Air TAROM Russia 2nd Arkhangelsk Aviation Enterprise AeroBratsk Aeroflot Alrosa-Avia Angara Airlines Avcom Aviastar-TU Chukotavia Gazpromavia Izhavia Kazan Air Enterprise Komiaviatrans NordStar Petropavlovsk-Kamchatsky Air Enterprise Polet Airlines Red Wings Airlines Rossiya S7 Airlines Smartavia Ural Airlines UTair Aviation Volga-Dnepr Vologda Aviation Enterprise Vostok Aviation Company Yakutia Airlines Yamal Airlines San Marino Serbia Air Serbia Airpink Slovakia Aero Slovakia AirExplore SAM Air SmartWings Slovakia Slovenia Solinair Spain Air Este Air Europa Air Europa Express Air Granada Air Horizont Air Nostrum Air Pack Express Alaire Audeli Air Binter Canarias BKS Air Cygnus Air Evelop Airlines Euro Continental Air Fly LPI FlyAnt Iberia Iberia Express Iberojet Ibertrans Aérea Naysa Aerotaxis OrionAir Serair Swiftair Volotea Vueling Vuelos Mediterraneo Wamos Air Zorex Air Transport Sweden Braathens Regional Airways Braathens Regional Aviation International Business Air Kullaflyg Norwegian Air Sweden Novair Scandinavian Airlines Snålskjuten Stockholmsplanet Sunclass Airlines (previously Thomas Cook Scandinavia) Sundsvallsflyg TUIfly Nordic (previously Britannia Nordic) Switzerland Air Glaciers Air Prishtina Club Airways International Connect Air easyJet Switzerland Edelweiss Air Helvetic Airways Jet Aviation Ju-Air Swiss International Air Lines Ukraine Air Kharkov Air Urga Constanta Airline Motor Sich Airlines Podilia-Avia Ukraine International Airlines Yuzhmashavia United Kingdom Air Atlantique Aurigny Blue Islands British Airways Eastern Airways easyJet Isles of Scilly Skybus Jet2.com Loganair Lydd Air Titan Airways TUI Airways Virgin Atlantic Wizz Air UK McIntyre Airways Middle East : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Bahrain Gulf Air Iran Aria Tour Ata Airlines Atrak Airlines Caspian Airlines Iran Air Iran Aseman Airlines Iran Airtours Kish Air Mahan Air Meraj Airlines Pouya Air Qeshm Air Safat Airlines Saha Airlines Sahand Airlines Sepehran Airlines Simorgh Airlines Taban Airlines Tehran Air Varesh Airlines Zagros Airlines Iraq FlyErbil Iraqi Airways Israel Arkia Airlines Chim-Nir Aviation El Al Israir Orange Aviation Sun D'Or Jordan Jordan Aviation Raya Jet Royal Jordanian Kuwait Jazeera Airways Kuwait Airways Lebanon Lebanese Air Transport Middle East Airlines Oman Oman Air SalamAir Qatar Qatar Airways Saudi Arabia Flyadeal Flynas Nesma Airlines Saudia SaudiGulf Airlines Syria Cham Wings Airlines FlyDamas Kinda Airlines Syrian Air United Arab Emirates Abu Dhabi Aviation Aerovista Airlines Air Arabia Aria Air Emirates Etihad Airways Flydubai Pluto Airlines Reem Air Royal Jet StarJet Wizz Air Abu Dhabi Yemen Felix Airways Yemenia North America : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Canada Air Canada Air Canada Express Air Canada Jazz Air Canada Jetz Air Canada Rouge Air Creebec Air Inuit Air Liaison Air North Air Nunavut Air Saguenay Air Tindi Air Transat Aklak Air Alkan Air Alta Flights Bearskin Airlines Buffalo Airways Calm Air Canada Jetlines Canadian Metro Airlines Canadian North Central Mountain Air Canadian Helicopters Chorno Aviation Cloud Air Cougar Helicopters Exact Air Exploits Valley Air Services First Air Flair Airlines FlyGTA Airlines Harbour Air HeliJet KD Air KF Cargo Keewatin Air Kenn Borek Air Keystone Air Service Kivalliq Air Lakeland Aviation Nolinor Aviation Northwestern Air Pacific Coastal Airlines PAL Airlines Perimeter Aviation Porter Airlines Prince Edward Air R1 Airlines (formerly Regional 1) SkyLink Aviation SkyLink Express Summit Air Sunwest Aviation Sunwing Airlines Swoop Thunder Airlines Tofino Air Transwest Air Vancouver Island Air Voyageur Airways Wasaya Airways West Coast Air West Wind Aviation WestJet White River Air Greenland Air Greenland Mexico Aero California Aero Cuahonte Aerolitoral Aeromar Aeroméxico Aeroméxico Connect Global Air Interjet Nova Air Republicair Servicios Aeronáuticos de Oriente (SARO) VivaAerobus Volaris Saint-Pierre and Miquelon Air Saint-Pierre United States : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Advanced Air Air Sunshine Air Wisconsin Alaska Airlines Alaska Central Express Allegiant Air American Airlines American Eagle Ameristar Jet Charter Avelo Airlines Bemidji Airlines Bering Air Berry Aviation Bighorn Airways Big Island Air Boutique Air Breeze Airways Cape Air Colorado Airways CommutAir Contour Airlines Crystal Airways Delta Air Lines Denver Air Connection Diamond International Airlines Eastern Airlines Endeavor Air Envoy Air Everts Air Flight Express Flight International Freight Runners Express Frontier Airlines FS Air Service Gem Air Global Crossing Airlines (GlobalX Airlines) GoJet Airlines Grand Canyon Airlines Grand Canyon Scenic Airlines Grant Aviation Griffling Flying Service Hawaiian Airlines Hornet Airlines Horizon Air iAero Airways I-Jet Caribbean Inland Aviation Services Island Airways JetBlue JSX Justice Prisoner and Alien Transportation System Kalitta Charters Kenmore Air Key Lime Air Louisiana Airways Merlin Airways Mesa Airlines Mexus Airlines Mokulele Airlines Nantucket Airlines National Airlines New England Airlines Northern Pacific Airways Omni Air International Penobscot Air Piedmont Airlines Pinnacle Airlines PSA Airlines Reliant Air Republic Airways Salmon Air San Juan Airlines Servant Air Sierra Pacific Airlines Silver Airways Skagway Air Service Sky King Airlines Skyway Enterprises SkyWest Airlines Southern Airways Express Southwest Airlines Spirit Airlines Sportsflight Airways Surf Air Sun Country Airlines Sundance Air Sunship1 Airlines Superior Aviation Taquan Air Taos Air Tradewind Aviation Ultimate Air Shuttle United Airlines United Express Utah Airways USA Jet Airlines Victory Air Transport Wagner Airways Warbelow's Air Ventures West Air Wright Air Service Xtra Airways South America : Top - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Argentina Aerolíneas Argentinas Andes Líneas Aéreas Baires Fly Flybondi JetSmart Argentina LADE Bolivia Boliviana de Aviación EcoJet (airline) Línea Aérea Amaszonas Brazil Azul Brazilian Airlines (Azul Linhas Aéreas Brasileiras) Azul Conecta Gol Transportes Aéreos (English: Gol Intelligent Airline) (Gol Linhas Aéreas Inteligentes) LATAM Brasil MAP Airlines (MAP Linhas Aéreas) Passaredo Airlines (Passaredo Linhas Aéreas) Sideral Linhas Aéreas Total Linhas Aéreas Voepass Linhas Aéreas Chile Aerocardal Aerovías DAP JetSmart LATAM Chile LATAM Express Sky Airline Colombia Avianca Avianca Express EasyFly Heliandes LATAM Colombia SATENA Wingo Ecuador Avianca Ecuador LATAM Ecuador SAEREO French Guiana Air Guyane Falkland Islands Falkland Islands Government Air Service (FIGAS) Guyana Air Services Limited Domestic Airways Fenix Aviation Golden Arrow Airways Hinterland Aviation Inc Jags Aviation Oxford Aviation Roraima Airways Trans Guyana Airways Paraguay LATAM Paraguay Peru LATAM Perú Movil Air Saeta Peru Star Peru Suriname Blue Wing Airlines Surinam Airways Uruguay Aeromas Air Class Líneas Aéreas Venezuela Aero Ejecutivos Aeropostal Alas de Venezuela Avior Airlines Conviasa LAI - Línea Aérea IAACA Rutaca Sol America Venezolana See also Airline call sign Cargo airline IATA airline designator ICAO airline designator List of accidents and incidents on commercial airliners Lists of airlines List of defunct airlines List of largest airlines List of low-cost airlines List of national airlines References External links Airlines Passenger Passenger airlines Passenger Passenger Airlines de:Liste der Fluggesellschaften pl:Wikiprojekt:Lotnictwo/DNU/Linie Lotnicze
Jakob Thordsen (born 1999) is a German sprint canoeist. He participated at the 2018 ICF Canoe Sprint World Championships. References 1999 births German male canoeists Living people ICF Canoe Sprint World Championships medalists in kayak Sportspeople from Hamburg
The 2019–20 Atlanta Hawks season was the 71st season of the franchise in the National Basketball Association (NBA) and the 52nd in Atlanta. This was the first time since the 2013–14 season that did not include Kent Bazemore on the roster, as he was traded to the Portland Trail Blazers for Evan Turner. This also marks the 22nd and final season that Vince Carter plays in the NBA, becoming the longest-tenured player in NBA history, as well as the first to play in 4 different decades. Carter was also the last remaining active player who was drafted and had played in the 1990s. The season was suspended by the league officials following the games of March 11 after it was reported that Rudy Gobert tested positive for COVID-19. On June 4, 2020, it was announced by the NBA Board of Governors approved a plan that would restart the season with 22 teams returning to play in the NBA Bubble on July 31, 2020, which was approved by the National Basketball Players Association the next day. The Hawks, with the league's fourth-worst record at the time of the season's suspension, were not among them, effectively ending the team's season. Draft picks The Atlanta Hawks held two first round pick and three second round draft picks before entering the NBA draft lottery. On the night of the draft lottery, both their own first round pick and the pick acquired from the Dallas Mavericks the prior season fell down to become the Hawks' 8th and 10th selections of the draft, respectively. On June 6, the Hawks agreed to also acquire the 17th pick of the draft from the Brooklyn Nets alongside a future first round pick and Allen Crabbe in exchange for Taurean Prince and a 2020 second round pick. Before the night of the 2019 NBA draft, the Hawks traded the 44th pick of the draft to the Miami Heat for a conditional 2024 second round pick and cash considerations. On the night of the draft, the Hawks agreed to a trade where they gave away picks 8, 17, and 35 to the New Orleans Pelicans in exchange for Solomon Hill, as well as the fourth pick of the draft (which became forward De'Andre Hunter from the University of Virginia), the 57th selection, and a future second round pick. They also selected small forward Cam Reddish from Duke with their second selection in the top 10, as well as Angolan power forward Bruno Fernando from the University of Maryland with their last selection the Hawks kept. Roster Standings Division Conference Game log Preseason |- style="background:#fcc;" | 1 | October 7 | New Orleans | | DeAndre' Bembry (16) | Collins, Jones, Brown Jr., Parker (5) | Trae Young (11) | State Farm Arena15,441 | 0–1 |- style="background:#fcc;" | 2 | October 9 | Orlando | | Trae Young (18) | Jabari Parker (9) | Young, Goodwin (5) | State Farm Arena10,945 | 0–2 |- style="background:#fcc;" | 3 | October 14 | @ Miami | | Trae Young (23) | Jabari Parker (10) | Young, Hunter (4) | American Airlines Arena19,600 | 0–3 |- style="background:#cfc;" | 4 | October 16 | @ New York | | Trae Young (23) | John Collins (14) | Trae Young (9) | Madison Square Garden19,812 | 1–3 |- style="background:#fcc;" | 5 | October 17 | @ Chicago | | Jabari Parker (15) | Len (11) | Len, Young, Turner (4) | United Center18,277 | 1–4 Regular season |- style="background:#cfc;" | 1 | October 24 | @ Detroit | | Trae Young (38) | John Collins (10) | Trae Young (9) | Little Caesars Arena20,332 | 1–0 |- style="background:#cfc;" | 2 | October 26 | Orlando | | Trae Young (39) | John Collins (12) | Trae Young (9) | State Farm Arena17,078 | 2–0 |- style="background:#fcc;" | 3 | October 28 | Philadelphia | | Trae Young (25) | De'Andre Hunter (9) | Trae Young (9) | State Farm Arena14,094 | 2–1 |- style="background:#fcc;" | 4 | October 29 | @ Miami | | John Collins (30) | John Collins (7) | Cam Reddish (6) | American Airlines Arena19,600 | 2–2 |- style="background:#fcc;" | 5 | October 31 | Miami | | Jabari Parker (23) | DeAndre' Bembry (10) | DeAndre' Bembry (8) | State Farm Arena16,539 | 2–3 |- style="background:#cfc;" | 6 | November 5 | San Antonio | | Trae Young (29) | Parker, Hunter (8) | Trae Young (13) | State Farm Arena14,025 | 3–3 |- style="background:#fcc;" | 7 | November 6 | Chicago | | Jabari Parker (18) | Bruno Fernando (6) | DeAndre' Bembry (4) | State Farm Arena15,049 | 3–4 |- style="background:#fcc;" | 8 | November 8 | Sacramento | | Trae Young (30) | Jabari Parker (8) | Trae Young (12) | State Farm Arena16,447 | 3–5 |- style="background:#fcc;" | 9 | November 10 | @ Portland | | Trae Young (35) | Jabari Parker (11) | Trae Young (10) | Moda Center20,041 | 3–6 |- style="background:#cfc;" | 10 | November 12 | @ Denver | | Trae Young (42) | Jabari Parker (9) | Trae Young (11) | Pepsi Center18,327 | 4–6 |- style="background:#fcc;" | 11 | November 14 | @ Phoenix | | Jabari Parker (24) | Alex Len (10) | Trae Young (13) | Talking Stick Resort Arena15,143 | 4–7 |- style="background:#fcc;" | 12 | November 16 | @ L. A. Clippers | | Trae Young (20) | Jabari Parker (8) | Trae Young (6) | Staples Center19,068 | 4–8 |- style="background:#fcc;" | 13 | November 17 | @ L. A. Lakers | | Trae Young (31) | Jabari Parker (8) | Trae Young (7) | Staples Center18,997 | 4–9 |- style="background:#fcc;" | 14 | November 20 | Milwaukee | | De'Andre Hunter (27) | De'Andre Hunter (11) | Trae Young (8) | State Farm Arena16,441 | 4–10 |- style="background:#fcc;" | 15 | November 22 | @ Detroit | | DeAndre' Bembry (22) | Trae Young (6) | Trae Young (8) | Little Caesars Arena15,399 | 4–11 |- style="background:#fcc;" | 16 | November 23 | Toronto | | Trae Young (30) | Trae Young (10) | Trae Young (10) | State Farm Arena16,931 | 4–12 |- style="background:#fcc;" | 17 | November 25 | Minnesota | | Trae Young (37) | Parker, Crabbe (7) | Trae Young (9) | State Farm Arena16,218 | 4–13 |- style="background:#fcc;" | 18 | November 27 | @ Milwaukee | | Jabari Parker (33) | Jabari Parker (14) | Trae Young (7) | Fiserv Forum17,525 | 4–14 |- style="background:#fcc;" | 19 | November 29 | @ Indiana | | Trae Young (49) | DeAndre' Bembry (12) | Trae Young (6) | Bankers Life Fieldhouse15,827 | 4–15 |- style="background:#fcc;" | 20 | November 30 | @ Houston | | Trae Young (37) | Bembry, Hunter (5) | Trae Young (7) | Toyota Center18,055 | 4–16 |- style="background:#cfc;" | 21 | December 2 | Golden State | | Trae Young (24) | Bembry, Jones (8) | Trae Young (7) | State Farm Arena14,278 | 5–16 |- style="background:#fcc;" | 22 | December 4 | Brooklyn | | Trae Young (39) | Damian Jones (8) | Trae Young (10) | State Farm Arena15,694 | 5–17 |- style="background:#cfc;" | 23 | December 8 | @ Charlotte | | Trae Young (30) | Alex Len (10) | Trae Young (9) | Spectrum Center15,489 | 6–17 |- style="background:#fcc;" | 24 | December 10 | @ Miami | | De'Andre Hunter (28) | Parker, Reddish (7) | Trae Young (9) | American Airlines Arena19,600 | 6–18 |- style="background:#fcc;" | 25 | December 11 | @ Chicago | | Alex Len (17) | Jabari Parker (7) | Trae Young (13) | United Center15,084 | 6–19 |- style="background:#fcc;" | 26 | December 13 | Indiana | | Trae Young (23) | Alex Len (13) | Trae Young (8) | State Farm Arena15,121 | 6–20 |- style="background:#fcc;" | 27 | December 15 | L. A. Lakers | | Trae Young (30) | Alex Len (7) | Trae Young (7) | State Farm Arena16,962 | 6–21 |- style="background:#fcc;" | 28 | December 17 | @ New York | | Trae Young (42) | Len, Parker, Hunter (5) | Trae Young (8) | Madison Square Garden18,268 | 6–22 |- style="background:#fcc;" | 29 | December 19 | Utah | | Trae Young (30) | Jabari Parker (9) | Trae Young (8) | State Farm Arena16,739 | 6–23 |- style="background:#fcc;" | 30 | December 21 | @ Brooklyn | | Trae Young (47) | Alex Len (14) | Huerter, Young (6) | Barclays Center16,496 | 6–24 |- style="background:#fcc;" | 31 | December 23 | @ Cleveland | | Trae Young (30) | John Collins (10) | Trae Young (11) | Rocket Mortgage FieldHouse18,007 | 6–25 |- style="background:#fcc;" | 32 | December 27 | Milwaukee | | Allen Crabbe (20) | John Collins (16) | Kevin Huerter (3) | State Farm Arena17,358 | 6–26 |- style="background:#fcc;" | 33 | December 28 | @ Chicago | | John Collins (34) | John Collins (8) | Cam Reddish (6) | United Center21,496 | 6–27 |- style="background:#cfc;" | 34 | December 30 | @ Orlando | | Brandon Goodwin (21) | Alex Len (12) | Brandon Goodwin (6) | Amway Center17,784 | 7–27 |- style="background:#fcc;" | 35 | January 3 | @ Boston | | Trae Young (28) | Collins, Len (8) | Trae Young (10) | TD Garden19,156 | 7–28 |- style="background:#cfc;" | 36 | January 4 | Indiana | | Trae Young (41) | Alex Len (9) | Trae Young (8) | State Farm Arena16,420 | 8–28 |- style="background:#fcc;" | 37 | January 6 | Denver | | Trae Young (29) | Kevin Huerter (8) | Trae Young (12) | State Farm Arena15,286 | 8–29 |- style="background:#fcc;" | 38 | January 8 | Houston | | Trae Young (42) | John Collins (14) | Trae Young (10) | State Farm Arena16,514 | 8–30 |- style="background:#fcc;" | 39 | January 10 | @ Washington | | Trae Young (19) | John Collins (15) | Trae Young (7) | Capital One Arena16,360 | 8–31 |- style="background:#fcc;" | 40 | January 12 | @ Brooklyn | | Cam Reddish (20) | Collins, Huerter, Jones (5) | Kevin Huerter (5) | Barclays Center15,201 | 8–32 |- style="background:#cfc;" | 41 | January 14 | Phoenix | | Trae Young (36) | Kevin Huerter (15) | Trae Young (10) | State Farm Arena16,060 | 9–32 |- style="background:#cfc;" | 42 | January 17 | @ San Antonio | | Trae Young (31) | John Collins (10) | Trae Young (9) | AT&T Center18,354 | 10–32 |- style="background:#fcc;" | 43 | January 18 | Detroit | | John Collins (20) | Trae Young (8) | Teague, Young (7) | State Farm Arena17,056 | 10–33 |- style="background:#fcc;" | 44 | January 20 | Toronto | | Trae Young (42) | John Collins (11) | Trae Young (15) | State Farm Arena17,300 | 10–34 |- style="background:#cfc;" | 45 | January 22 | L. A. Clippers | | John Collins (33) | John Collins (16) | Jeff Teague (8) | State Farm Arena14,338 | 11–34 |- style="background:#fcc;" | 46 | January 24 | @ Oklahoma City | | John Collins (28) | Collins, Huerter, Reddish (6) | Trae Young (16) | Chesapeake Energy Arena18,203 | 11–35 |- style="background:#cfc;" | 47 | January 26 | Washington | | Trae Young (45) | Bruno Fernando (12) | Trae Young (14) | State Farm Arena15,567 | 12–35 |- style="background:#fcc;" | 48 | January 28 | @ Toronto | | John Collins (28) | John Collins (12) | Trae Young (13) | Scotiabank Arena19,800 | 12–36 |- style="background:#cfc;" | 49 | January 30 | Philadelphia | | Trae Young (39) | John Collins (20) | Trae Young (18) | State Farm Arena15,227 | 13–36 |- style="background:#fcc;" | 50 | February 1 | @ Dallas | | John Collins (26) | Damian Jones (12) | Jeff Teague (8) | American Airlines Center20,328 | 13–37 |- style="background:#fcc;" | 51 | February 3 | Boston | | Trae Young (34) | John Collins (11) | Trae Young (7) | State Farm Arena16,231 | 13–38 |- style="background:#cfc;" | 52 | February 5 | @ Minnesota | | Trae Young (38) | John Collins (12) | Trae Young (11) | Target Center10,779 | 14–38 |- style="background:#fcc;" | 53 | February 7 | @ Boston | | John Collins (30) | John Collins (10) | Kevin Huerter (6) | TD Garden19,156 | 14–39 |- style="background:#cfc;" | 54 | February 9 | New York | | Trae Young (48) | John Collins (16) | Trae Young (13) | State Farm Arena16,309 | 15–39 |- style="background:#fcc;" | 55 | February 10 | @ Orlando | | Trae Young (29) | Dewayne Dedmon (9) | Jeff Teague (11) | Amway Center17,076 | 15–40 |- style="background:#fcc;" | 56 | February 12 | @ Cleveland | | Trae Young (27) | De'Andre Hunter (8) | Trae Young (12) | Rocket Mortgage FieldHouse16,200 | 15–41 |- style="background:#cfc;" | 57 | February 20 | Miami | | Trae Young (50) | Dewayne Dedmon (8) | Trae Young (8) | State Farm Arena17,356 | 16–41 |- style="background:#cfc;" | 58 | February 22 | Dallas | | John Collins (35) | John Collins (17) | Trae Young (10) | State Farm Arena17,050 | 17–41 |- style="background:#fcc;" | 59 | February 24 | @ Philadelphia | | Trae Young (28) | John Collins (9) | Trae Young (10) | Wells Fargo Center20,836 | 17–42 |- style="background:#fcc;" | 60 | February 26 | Orlando | | Trae Young (37) | De'Andre Hunter (11) | Trae Young (11) | State Farm Arena14,967 | 17–43 |- style="background:#cfc;" | 61 | February 28 | Brooklyn | | John Collins (33) | John Collins (13) | Trae Young (14) | State Farm Arena17,034 | 18–43 |- style="background:#cfc;" | 62 | February 29 | Portland | | Trae Young (25) | John Collins (10) | Trae Young (15) | State Farm Arena17,765 | 19–43 |- style="background:#fcc;" | 63 | March 2 | Memphis | | Trae Young (19) | Hunter, Jones (7) | Kevin Huerter (4) | State Farm Arena16,207 | 19–44 |- style="background:#fcc;" | 64 | March 6 | @ Washington | | Cam Reddish (28) | John Collins (10) | Kevin Huerter (11) | Capital One Arena17,856 | 19–45 |- style="background:#fcc;" | 65 | March 7 | @ Memphis | | John Collins (27) | Dewayne Dedmon (10) | Kevin Huerter (6) | FedExForum17,117 | 19–46 |- style="background:#cfc;" | 66 | March 9 | Charlotte | | Trae Young (31) | Collins, Hunter (11) | Trae Young (16) | State Farm Arena14,399 | 20–46 |- style="background:#fcc;" | 67 | March 11 | New York | | Trae Young (42) | John Collins (15) | Trae Young (11) | State Farm Arena15,393 | 20–47 |- style="background:#;" | 68 | March 14 | Cleveland | | | | | State Farm Arena | |- style="background:#;" | 69 | March 16 | @ New Orleans | | | | | Smoothie King Center | |- style="background:#;" | 70 | March 18 | Oklahoma City | | | | | State Farm Arena | |- style="background:#;" | 71 | March 20 | Washington | | | | | State Farm Arena | |- style="background:#;" | 72 | March 21 | @ Philadelphia | | | | | Wells Fargo Center | |- style="background:#;" | 73 | March 25 | @ Golden State | | | | | Chase Center | |- style="background:#;" | 74 | March 26 | @ Sacramento | | | | | Golden 1 Center | |- style="background:#;" | 75 | March 28 | @ Utah | | | | | Vivint Smart Home Arena | |- style="background:#;" | 76 | March 31 | New Orleans | | | | | State Farm Arena | |- style="background:#;" | 77 | April 3 | Charlotte | | | | | State Farm Arena | |- style="background:#;" | 78 | April 5 | @ Charlotte | | | | | Spectrum Center | |- style="background:#;" | 79 | April 7 | Detroit | | | | | State Farm Arena | |- style="background:#;" | 80 | April 10 | @ Toronto | | | | | Scotiabank Arena | |- style="background:#;" | 81 | April 12 | @ Milwaukee | | | | | Fiserv Forum | |- style="background:#;" | 82 | April 15 | Cleveland | | | | | State Farm Arena | Transactions Trades Free agents Re-signed Additions Subtractions Notes References Atlanta Hawks seasons Atlanta Hawks Atlanta Hawks
```java /* * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * * path_to_url * * Unless required by applicable law or agreed to in writing, * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * specific language governing permissions and limitations */ package org.apache.bookkeeper.mledger; import java.util.Collections; import java.util.Map; import java.util.UUID; import java.util.concurrent.CompletableFuture; import lombok.ToString; import org.apache.bookkeeper.client.api.ReadHandle; import org.apache.bookkeeper.common.annotation.InterfaceAudience; import org.apache.bookkeeper.common.annotation.InterfaceStability; import org.apache.bookkeeper.mledger.proto.MLDataFormats; import org.apache.pulsar.common.policies.data.OffloadPolicies; /** * Interface for offloading ledgers to long-term storage. */ @InterfaceAudience.LimitedPrivate @InterfaceStability.Evolving public interface LedgerOffloader { @ToString class OffloadResult { public final long beginLedger; public final long beginEntry; public final long endLedger; public final long endEntry; public OffloadResult(long beginLedger, long beginEntry, long endLedger, long endEntry) { this.beginLedger = beginLedger; this.beginEntry = beginEntry; this.endLedger = endLedger; this.endEntry = endEntry; } } /** * Used to store driver info, buffer entries, mark progress, etc. * Create one per segment. */ interface OffloadHandle { enum OfferEntryResult { SUCCESS, FAIL_BUFFER_FULL, FAIL_SEGMENT_CLOSED, FAIL_NOT_CONSECUTIVE } Position lastOffered(); CompletableFuture<Position> lastOfferedAsync(); /** * The caller should manually release entry no matter what the offer result is. */ OfferEntryResult offerEntry(Entry entry); CompletableFuture<OfferEntryResult> offerEntryAsync(Entry entry); CompletableFuture<OffloadResult> getOffloadResultAsync(); /** * Manually close current offloading segment. * @return true if the segment is not already closed */ boolean close(); default CompletableFuture<Boolean> asyncClose() { return CompletableFuture.completedFuture(close()); } } // TODO: improve the user metadata in subsequent changes String METADATA_SOFTWARE_VERSION_KEY = "S3ManagedLedgerOffloaderSoftwareVersion"; String METADATA_SOFTWARE_GITSHA_KEY = "S3ManagedLedgerOffloaderSoftwareGitSha"; String METADATA_PULSAR_CLUSTER_NAME = "pulsarClusterName"; /** * Get offload driver name. * * @return offload driver name. */ String getOffloadDriverName(); /** * Get offload driver metadata. * * <p>The driver metadata will be recorded as part of the metadata of the original ledger. * * @return offload driver metadata. */ default Map<String, String> getOffloadDriverMetadata() { return Collections.emptyMap(); } /** * Offload the passed in ledger to longterm storage. * Metadata passed in is for inspection purposes only and should be stored * alongside the ledger data. * * When the returned future completes, the ledger has been persisted to the * longterm storage, so it is safe to delete the original copy in bookkeeper. * * The uid is used to identify an attempt to offload. The implementation should * use this to deterministically generate a unique name for the offloaded object. * This uid will be stored in the managed ledger metadata before attempting the * call to offload(). If a subsequent or concurrent call to offload() finds * a uid in the metadata, it will attempt to cleanup this attempt with a call * to #deleteOffloaded(ReadHandle,UUID). Once the offload attempt completes, * the managed ledger will update its metadata again, to record the completion, * ensuring that subsequent calls will not attempt to offload the same ledger * again. * * @param ledger the ledger to offload * @param uid unique id to identity this offload attempt * @param extraMetadata metadata to be stored with the offloaded ledger for informational * purposes * @return a future, which when completed, denotes that the offload has been successful. */ CompletableFuture<Void> offload(ReadHandle ledger, UUID uid, Map<String, String> extraMetadata); /** * Begin offload the passed in ledgers to longterm storage, it will finish * when a segment reached it's size or time. * Should only be called once for a LedgerOffloader instance. * Metadata passed in is for inspection purposes only and should be stored * alongside the segment data. * * When the returned OffloaderHandle.getOffloadResultAsync completes, the corresponding * ledgers has been persisted to the * longterm storage, so it is safe to delete the original copy in bookkeeper. * * The uid is used to identify an attempt to offload. The implementation should * use this to deterministically generate a unique name for the offloaded object. * This uid will be stored in the managed ledger metadata before attempting the * call to streamingOffload(). If a subsequent or concurrent call to streamingOffload() finds * a uid in the metadata, it will attempt to cleanup this attempt with a call * to #deleteOffloaded(ReadHandle,UUID). Once the offload attempt completes, * the managed ledger will update its metadata again, to record the completion, * ensuring that subsequent calls will not attempt to offload the same ledger * again. * * @return an OffloaderHandle, which when `completeFuture()` completed, denotes that the offload has been * successful. */ default CompletableFuture<OffloadHandle> streamingOffload(ManagedLedger ml, UUID uid, long beginLedger, long beginEntry, Map<String, String> driverMetadata) { throw new UnsupportedOperationException(); } /** * Create a ReadHandle which can be used to read a ledger back from longterm * storage. * * The passed uid, will be match the uid of a previous successful call to * #offload(ReadHandle,UUID,Map). * * @param ledgerId the ID of the ledger to load from longterm storage * @param uid unique ID for previous successful offload attempt * @param offloadDriverMetadata offload driver metadata * @return a future, which when completed, returns a ReadHandle */ CompletableFuture<ReadHandle> readOffloaded(long ledgerId, UUID uid, Map<String, String> offloadDriverMetadata); /** * Delete a ledger from long term storage. * * The passed uid, will be match the uid of a previous call to * #offload(ReadHandle,UUID,Map), which may or may not have been successful. * * @param ledgerId the ID of the ledger to delete from longterm storage * @param uid unique ID for previous offload attempt * @param offloadDriverMetadata offload driver metadata * @return a future, which when completed, signifies that the ledger has * been deleted */ CompletableFuture<Void> deleteOffloaded(long ledgerId, UUID uid, Map<String, String> offloadDriverMetadata); default CompletableFuture<ReadHandle> readOffloaded(long ledgerId, MLDataFormats.OffloadContext ledgerContext, Map<String, String> offloadDriverMetadata) { throw new UnsupportedOperationException(); } default CompletableFuture<Void> deleteOffloaded(UUID uid, Map<String, String> offloadDriverMetadata) { throw new UnsupportedOperationException(); } /** * Get offload policies of this LedgerOffloader. * * @return offload policies */ OffloadPolicies getOffloadPolicies(); /** * Close the resources if necessary. */ void close(); /** * Scans all the ManagedLedgers stored on this Offloader (usually a Bucket). * The callback should not modify/delete the ledgers. * @param consumer receives the * @param offloadDriverMetadata additional metadata * @throws ManagedLedgerException */ default void scanLedgers(OffloadedLedgerMetadataConsumer consumer, Map<String, String> offloadDriverMetadata) throws ManagedLedgerException { throw ManagedLedgerException.getManagedLedgerException(new UnsupportedOperationException()); } } ```
```cython # cython: c_string_type=unicode, c_string_encoding=utf8 from libc.stddef cimport wchar_t from godot._hazmat.gdnative_api_struct cimport ( godot_pluginscript_language_data, godot_string, godot_bool, godot_array, godot_pool_string_array, godot_object, godot_variant, godot_error, godot_dictionary ) from godot._hazmat.gdapi cimport pythonscript_gdapi10 as gdapi10 from godot._hazmat.conversion cimport ( godot_string_to_pyobj, pyobj_to_godot_string, godot_variant_to_pyobj, ) cdef api godot_string pythonscript_get_template_source_code( godot_pluginscript_language_data *p_data, const godot_string *p_class_name, const godot_string *p_base_class_name ) with gil: cdef str class_name if p_class_name == NULL: class_name = "MyExportedCls" else: class_name = godot_string_to_pyobj(p_class_name) cdef str base_class_name = godot_string_to_pyobj(p_base_class_name) cdef str src = f"""from godot import exposed, export from godot import * @exposed class {class_name}({base_class_name}): # member variables here, example: a = export(int) b = export(str, default='foo') def _ready(self): \"\"\" Called every time the node is added to the scene. Initialization here. \"\"\" pass """ cdef godot_string ret pyobj_to_godot_string(src, &ret) return ret cdef api godot_bool pythonscript_validate( godot_pluginscript_language_data *p_data, const godot_string *p_script, int *r_line_error, int *r_col_error, godot_string *r_test_error, const godot_string *p_path, godot_pool_string_array *r_functions ) with gil: return True cdef api int pythonscript_find_function( godot_pluginscript_language_data *p_data, const godot_string *p_function, const godot_string *p_code ) with gil: return 0 cdef api godot_string pythonscript_make_function( godot_pluginscript_language_data *p_data, const godot_string *p_class, const godot_string *p_name, const godot_pool_string_array *p_args ) with gil: cdef str name = godot_string_to_pyobj(p_name) # TODO: replace this with PoolStringArray binding once implemented cdef int i cdef godot_string gdarg cdef list args_names = [] for i in range(gdapi10.godot_pool_string_array_size(p_args)): gdarg = gdapi10.godot_pool_string_array_get(p_args, i) arg = godot_string_to_pyobj(&gdarg) gdapi10.godot_string_destroy(&gdarg) args_names.append(arg.split(":", 1)[0]) cdef str src = """\ def {name}(self, { ','.join(args_names) }): pass """ cdef godot_string ret pyobj_to_godot_string(src, &ret) return ret cdef api godot_error pythonscript_complete_code( godot_pluginscript_language_data *p_data, const godot_string *p_code, const godot_string *p_base_path, godot_object *p_owner, godot_array *r_options, godot_bool *r_force, godot_string *r_call_hint ) with gil: return godot_error.GODOT_OK cdef api void pythonscript_auto_indent_code( godot_pluginscript_language_data *p_data, godot_string *p_code, int p_from_line, int p_to_line ) with gil: # TODO: use black for this job # try: # import autopep8 # except ImportError: # print( # "[Pythonscript] Auto indent requires module `autopep8`, " # "install it with `pip install autopep8`" # ) # pycode = godot_string_to_pyobj(code).splitlines() # before = "\n".join(pycode[:from_line]) # to_fix = "\n".join(pycode[from_line:to_line]) # after = "\n".join(pycode[to_line:]) # fixed = autopep8.fix_code(to_fix) # final_code = "\n".join((before, fixed, after)) # # TODO: modify code instead of replace it when binding on godot_string # # operation is available # lib.godot_string_destroy(code) # lib.godot_string_new_unicode_data(code, final_code, len(final_code)) pass __global_constants = {} cdef api void pythonscript_add_global_constant( godot_pluginscript_language_data *p_data, const godot_string *p_variable, const godot_variant *p_value ) with gil: # However, Godot add global constants very early (first as an empty variant # placeholder before any script is loaded, then as a proper loaded script). # So it's possible this function get called before `pythonscript_script_init` # (which is supposed to do the lazy `_initialize_bindings`). _initialize_bindings() name = godot_string_to_pyobj(p_variable) value = godot_variant_to_pyobj(p_value) __global_constants[name] = value cdef api godot_string pythonscript_debug_get_error( godot_pluginscript_language_data *p_data ) with gil: cdef godot_string ret pyobj_to_godot_string("Nothing", &ret) return ret cdef api int pythonscript_debug_get_stack_level_count( godot_pluginscript_language_data *p_data ) with gil: return 1 cdef api int pythonscript_debug_get_stack_level_line( godot_pluginscript_language_data *p_data, int p_level ) with gil: return 1 cdef api godot_string pythonscript_debug_get_stack_level_function( godot_pluginscript_language_data *p_data, int p_level ) with gil: cdef godot_string ret pyobj_to_godot_string("Nothing", &ret) return ret cdef api godot_string pythonscript_debug_get_stack_level_source( godot_pluginscript_language_data *p_data, int p_level ) with gil: cdef godot_string ret pyobj_to_godot_string("Nothing", &ret) return ret cdef api void pythonscript_debug_get_stack_level_locals( godot_pluginscript_language_data *p_data, int p_level, godot_pool_string_array *p_locals, godot_array *p_values, int p_max_subitems, int p_max_depth ) with gil: pass cdef api void pythonscript_debug_get_stack_level_members( godot_pluginscript_language_data *p_data, int p_level, godot_pool_string_array *p_members, godot_array *p_values, int p_max_subitems, int p_max_depth ) with gil: pass cdef api void pythonscript_debug_get_globals( godot_pluginscript_language_data *p_data, godot_pool_string_array *p_locals, godot_array *p_values, int p_max_subitems, int p_max_depth ) with gil: pass cdef api godot_string pythonscript_debug_parse_stack_level_expression( godot_pluginscript_language_data *p_data, int p_level, const godot_string *p_expression, int p_max_subitems, int p_max_depth ) with gil: cdef godot_string ret pyobj_to_godot_string("Nothing", &ret) return ret cdef api void pythonscript_get_public_functions( godot_pluginscript_language_data *p_data, godot_array *r_functions ) with gil: pass cdef api void pythonscript_get_public_constants( godot_pluginscript_language_data *p_data, godot_dictionary *r_constants ) with gil: pass ```
"Bloody Mary" is the fourteenth episode in the ninth season of the American animated television series South Park. The 139th overall episode of the series, it originally aired on Comedy Central in the United States on December 7, 2005. In the episode, Randy loses his driver's license for driving under the influence and is ordered to attend Alcoholics Anonymous meetings, where he becomes convinced that alcoholism is a potentially fatal disease. Meanwhile, a statue of the Virgin Mary starts bleeding "out its ass" and Randy believes that he can be "cured" if it bleeds on him. Plot Stan, Cartman, Kyle and Ike attend karate class while Stan's dad Randy goes for a couple of drinks. In the class, the instructor admonishes Cartman for his lack of discipline ("You rack disiprin!"), and tells the class that true discipline comes from within. After class, an inebriated Randy drives the boys home, but he is pulled over and arrested for drunk driving. Randy's license is revoked, and he is ordered to perform community service and to attend Alcoholics Anonymous, where he is introduced to the twelve-step program, which leads him to believe that he is powerless to control his drinking and that alcoholism is a disease. Randy, whom Stan describes as a "hypochondriac", then begins to drink more, since he has decided that he is in fact powerless to control it and cannot stop. Meanwhile, a statue of the Virgin Mary starts to bleed "out its ass" and people begin to flock around it to find a cure for their diseases. Randy believes it can cure his disease. Randy has Stan drive him to the church where the statue is, and after cutting in line, arguing that his "disease" is worse than that of others, he is drenched in the holy blood. He jumps up and declares that he will not drink any more, and abstains from alcohol for five days. Pope Benedict XVI comes to investigate, and discovers that the blood is not actually coming from the statue's anus, but from its vagina. Since "chicks bleed out their vaginas all the time", this is no miracle. Randy, disappointed, realizes that God did not "heal" him. At first he again declares himself powerless, and most of the other recovering alcoholics agree and rush to the bar. But Stan follows Randy and convinces him that if God did not help him, then he must have managed to stop by himself. Randy declares that he will never drink again. Stan objects to this too, claiming that if Randy completely avoids drinking, then drinking is still controlling his life and he needs to figure out how to live in moderation. Randy puts Stan on his shoulders and walks off into the sunset while the two discuss how much drinking would be proper. Production Trey Parker and Matt Stone reveal on the DVD commentary for this episode that they had wanted to do an episode involving Alcoholics Anonymous meetings for "a long time", but could never get it right. Parker and Stone joked that the bleeding statue idea came from Anne Garefino, a producer on the show who is Catholic, and was inspired by the real life phenomenon of "weeping statues", unusual occurrences where statues would unexplainably "bleed" some sort of liquid via supernatural means, usually from the eyes. The crew were discussing the idea of having this happen in an episode but felt it needed to be something more outlandish than the eyes. Parker and Stone also joked that Garefino then came up with the idea of having the statue "shit blood all over the pope's face".. The scene in which Randy gets arrested for drunk driving is based on a near identical experience that Parker had with his father when he was nine years-old. Controversy The episode was aired on December 7, 2005, which is the eve of the Feast of the Immaculate Conception, a Catholic observance related specifically to the Virgin Mary. "Bloody Mary" was considered a very controversial episode, even by South Park standards. In the United States The Catholic League demanded an apology and that the episode "be permanently retired and not be made available on DVD" and that Joseph A. Califano, Jr., a board member of Viacom (the parent company of Comedy Central) and a practicing Catholic, issue a personal statement. Califano did later release a statement calling the episode an "appalling and disgusting portrayal of the Virgin Mary", and pledged to have it reviewed by Viacom's president and CEO, Tom Freston. Bishop William Skylstad, president of the United States Conference of Catholic Bishops, sent a letter to Freston saying the network showed "extreme insensitivity" when it aired the episode. When Comedy Central re-aired all episodes of Season 9 on December 28, 2005, "Bloody Mary" was absent from the broadcast. Comedy Central responded to e-mail inquiries about the fate of the episode with the assurance that "Bloody Mary" has not been retired and would not be pulled from the DVD release. Screen captures from the episode on Comedy Central's press site and the South Park section of comedycentral.com are absent. On March 14, 2006, Rob Corddry, reporting on Comedy Central's own The Daily Show with Jon Stewart, said: Christianity has evolved and matured. No longer do they stone people to death for blasphemy. Now they write a lot of letters to advertisers. Even a secular, atheistic, morally bankrupt entity like Comedy Central can be affected. Just ask Matt Stone and Trey Parker, creators of South Park, whose recent episode entitled "Bloody Mary" was pulled after a single airing. Now obviously [we at] Comedy Central can't show you that offensive material. The South Park clips shown while Corddry spoke included several scenes of seemingly offensive material (fornicating cats, a man vomiting and then falling in his own vomit, Butters viewing a man being sodomized, etc.) but there was nothing from the "Bloody Mary" episode. Like the "Trapped in the Closet" episode, "Bloody Mary" did return to the air, appearing on August 2, 2006. In New Zealand In February 2006, leaders from the New Zealand Catholic Bishops' Conference, the Council of Christians and Muslims, and other religious groups together lobbied media conglomerate CanWest to stop a planned airing of the episode in New Zealand on the music channel C4. The network rejected the plea and said the episode would air as planned. Leading Catholic bishops then called for a boycott of C4 and its sister network TV3. CanWest again resisted and aired the episode sooner than planned to take advantage of the media attention. New Zealand's Prime Minister Helen Clark issued a statement saying the episode sounded "revolting", but that the network was free to air it. One advertiser withdrew their ads from CanWest's networks. Catholic group Family Life International set up a website for boycotting CanWest's other advertisers. Another company named C4 Productions, which has no links to the C4 music channel, applied for a court order on the eve of the airing to stop the episode, citing damage to its business because it thought people would link it to the channel. The judge ruled against the order. C4 aired the episode on February 22, 2006 and drew 210,000 viewers, six times South Park's normal audience for the channel. After receiving 102 formal complaints from viewers, the network issued a statement a month later saying "C4 acknowledges the strength of feeling in relation to the programme, and we sincerely apologize for any offence taken." In June 2006 complaints received by New Zealand's Broadcasting Standards Authority (BSA) were rejected: The airing of the show was found to not be in breach of broadcasting standards. According to the BSA, "[b]ut showing disrespect does not amount to the sort of vicious or vitriolic attack normally associated with the denigration standard." They also said the episode was "of such a farcical, absurd and unrealistic nature that it did not breach standards of good taste and decency in the context in which it was offered." New Zealand Catholic bishops have decided to appeal the decision. In Australia In February 2006, Archbishop Denis Hart in Melbourne, Australia wrote to television network SBS asking them not to air the episode. The network's programming director originally rejected the request, but later decided to postpone the episode citing the controversy over the Jyllands-Posten Muhammad cartoons. The episode was, however, shown on The Comedy Channel, on August 30, 2006. References External links "Bloody Mary" Full episode at South Park Studios First discovery of episode being pulled Christianity in popular culture controversies Cultural depictions of Pope Benedict XVI Television episodes about driving under the influence Hypochondriasis in fiction Television episodes about Catholicism South Park (season 9) episodes Animation controversies in television Religious controversies in animation Religious controversies in television Religious controversies in the United States Religious controversies in Australia Religious controversies in New Zealand Television episodes pulled from general rotation
```yaml kep-number: 2831 alpha: approver: "@ehashman" beta: approver: "@wojtek-t" ```
TAIP may refer to: Taiwan Independence Party, a left-wing political party in Taiwan Transportes Aéreos da Índia Portuguesa Trimble ASCII Interface Protocol, a communications protocol for Global Positioning Systems YES (), a political party in Lithuania
WLRW (94.5 FM) is a radio station broadcasting a hot adult contemporary radio format. It is licensed to Champaign, Illinois, and serves Central Illinois. The station is owned by Saga Communications, and operates as part of its Illini Radio Group. WLRW broadcasts using HD radio technology. A "True Oldies" format airs on its HD2 digital subchannel, which is repeated on FM translator W250BL at 97.9 FM in Champaign-Urbana. References External links Pure Oldies 97.9 LRW Champaign, Illinois
```python # coding=utf-8 """ This module provides authentication to TheTVDB API v2. """ from __future__ import absolute_import, unicode_literals import logging from time import time import requests from requests.compat import urljoin from .jwt import JWTBearerAuth from ..exceptions import AuthError log = logging.getLogger(__name__) log.addHandler(logging.NullHandler()) class TVDBAuth(JWTBearerAuth): """Attaches JWT Bearer Authentication to a TVDB request.""" refresh_window = 7200 # seconds def __init__(self, api_key=None, token=None, api_base='path_to_url """Create a new TVDB request auth.""" super(TVDBAuth, self).__init__(token) self.api_key = api_key self.api_base = api_base @property def authorization(self): """TVDB Authentication details for obtaining a JSON Web Token.""" return { 'apikey': self.api_key, } @property def expiration(self): """Authentication expiration in epoch time.""" return self.payload.get('exp', time()) @property def time_remaining(self): """Remaining authentication time in seconds.""" return max(self.expiration - time(), 0) @property def is_expired(self): """True if authentication has expired, else False.""" return self.expiration <= time() def _get_token(self, response): try: data = response.json() except ValueError as error: log.warning('Failed to extract token: {msg}'.format(msg=error)) else: self.token = data['token'] finally: return response def login(self): """Acquire a JSON Web Token.""" log.debug('Acquiring a TVDB JWT') if not self.api_key: raise AuthError('Missing API key') response = requests.post( urljoin(self.api_base, 'login'), json=self.authorization, verify=False, ) try: self._get_token(response) finally: return response def refresh(self): """Refresh a JSON Web Token.""" log.debug('Refreshing a TVDB JWT') if not self.token: log.debug('No token to refresh') return self.login() elif self.is_expired: log.debug('Token has expired') return self.login() response = requests.get( urljoin(self.api_base, 'refresh_token'), headers=self.auth_header, verify=False, ) try: self._get_token(response) finally: return response def authenticate(self): """Acquire or refresh a JSON Web Token.""" if not self.token or self.is_expired: self.login() elif self.time_remaining < self.refresh_window: self.refresh() def __call__(self, request): self.authenticate() return super(TVDBAuth, self).__call__(request) def __repr__(self): representation = '{obj.__class__.__name__}(api_key={obj.api_key!r})' return representation.format(obj=self) class TVDBUser(TVDBAuth): """ Attaches a users JWT Bearer Authentication to a TVDB request. Providing user authentication to a TVDB session allows access to user-specific routes. """ def __init__(self, api_key=None, username=None, account_id=None): """Create a new TVDB request auth with a users credentials.""" super(TVDBUser, self).__init__(api_key) self.username = username self.account_id = account_id @property def authorization(self): """TVDB Authentication details for obtaining a users JSON Web Token.""" result = { 'username': self.username, 'userkey': self.account_id, } result.update(super(TVDBUser, self).authorization) return result def __repr__(self): representation = ( '{obj.__class__.__name__}' '(' 'api_key={obj.api_key!r}, ' 'username={obj.username!r}, ' 'account_id={obj.account_id!r}' ')' ) return representation.format(obj=self) ```
```text Alternative Names 0 PARAM.SFO /* Army Of Two Le Cartel Du Diable */ # Infinite Ammo + Grenades 0 dron_3, games24.blog.fc2.com/blog-entry-144.html 0 00149A6C 30A50000 # Invincibility 0 dron_3 0 0081A6DC FFE0F090 # AoB Infinite Ammo + Grenades 0 dron_3, games24.blog.fc2.com/blog-entry-144.html B 00010000 04000000 B 30A5FFFF2C0500004080000838A000002C05000090BF0108 30A500002C0500004080000838A000002C05000090BF0108 # AoB Invincibility 0 dron_3 B 00010000 04000000 B your_sha256_hash your_sha256_hash # ```
Apocholate citrate agar (ACA) is a selective environment used to isolate Shigella and Salmonella bacteria. The name derives from apocholate and citrate in agar. References Cell culture media
```java package com.journaldev.primefaces.beans; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.context.FacesContext; @ManagedBean @SessionScoped public class CommandButtonManagedBean { private String username = ""; private String password = ""; public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public String doSomeAction(){ FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("Message Updated !")); // Do any action that you would. System.out.println("Entered Username :: "+username); System.out.println("Entered Password :: "+password); // Returns outcome return ""; } public String updateMessage(){ // Do any action that you would. System.out.println("Entered Username :: "+username); System.out.println("Entered Password :: "+password); FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("Message Updated !")); return ""; } } ```
```objective-c /* pybind11/stl.h: Transparent conversion for STL data types All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #pragma once #include "pybind11.h" #include <set> #include <unordered_set> #include <map> #include <unordered_map> #include <iostream> #include <list> #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable: 4127) // warning C4127: Conditional expression is constant #endif NAMESPACE_BEGIN(pybind11) NAMESPACE_BEGIN(detail) template <typename Type, typename Key> struct set_caster { typedef Type type; typedef type_caster<typename intrinsic_type<Key>::type> key_conv; bool load(handle src, bool convert) { pybind11::set s(src, true); if (!s.check()) return false; value.clear(); key_conv conv; for (auto entry : s) { if (!conv.load(entry, convert)) return false; value.insert((Key) conv); } return true; } static handle cast(const type &src, return_value_policy policy, handle parent) { pybind11::set s; for (auto const &value: src) { object value_ = object(key_conv::cast(value, policy, parent), false); if (!value_ || !s.add(value_)) return handle(); } return s.release(); } PYBIND11_TYPE_CASTER(type, _("set<") + key_conv::name() + _(">")); }; template <typename Type, typename Key, typename Value> struct map_caster { typedef Type type; typedef type_caster<typename intrinsic_type<Key>::type> key_conv; typedef type_caster<typename intrinsic_type<Value>::type> value_conv; bool load(handle src, bool convert) { dict d(src, true); if (!d.check()) return false; key_conv kconv; value_conv vconv; value.clear(); for (auto it : d) { if (!kconv.load(it.first.ptr(), convert) || !vconv.load(it.second.ptr(), convert)) return false; value.emplace((Key) kconv, (Value) vconv); } return true; } static handle cast(const type &src, return_value_policy policy, handle parent) { dict d; for (auto const &kv: src) { object key = object(key_conv::cast(kv.first, policy, parent), false); object value = object(value_conv::cast(kv.second, policy, parent), false); if (!key || !value) return handle(); d[key] = value; } return d.release(); } PYBIND11_TYPE_CASTER(type, _("dict<") + key_conv::name() + _(", ") + value_conv::name() + _(">")); }; template <typename Type, typename Value> struct list_caster { typedef Type type; typedef type_caster<typename intrinsic_type<Value>::type> value_conv; bool load(handle src, bool convert) { list l(src, true); if (!l.check()) return false; value_conv conv; value.clear(); reserve_maybe(l, &value); for (auto it : l) { if (!conv.load(it, convert)) return false; value.push_back((Value) conv); } return true; } template <typename T = Type, typename std::enable_if<std::is_same<decltype(std::declval<T>().reserve(0)), void>::value, int>::type = 0> void reserve_maybe(list l, Type *) { value.reserve(l.size()); } void reserve_maybe(list, void *) { } static handle cast(const Type &src, return_value_policy policy, handle parent) { list l(src.size()); size_t index = 0; for (auto const &value: src) { object value_ = object(value_conv::cast(value, policy, parent), false); if (!value_) return handle(); PyList_SET_ITEM(l.ptr(), index++, value_.release().ptr()); // steals a reference } return l.release(); } PYBIND11_TYPE_CASTER(Type, _("list<") + value_conv::name() + _(">")); }; template <typename Type, typename Alloc> struct type_caster<std::vector<Type, Alloc>> : list_caster<std::vector<Type, Alloc>, Type> { }; template <typename Type, typename Alloc> struct type_caster<std::list<Type, Alloc>> : list_caster<std::list<Type, Alloc>, Type> { }; template <typename Type, size_t Size> struct type_caster<std::array<Type, Size>> { typedef std::array<Type, Size> array_type; typedef type_caster<typename intrinsic_type<Type>::type> value_conv; bool load(handle src, bool convert) { list l(src, true); if (!l.check()) return false; if (l.size() != Size) return false; value_conv conv; size_t ctr = 0; for (auto it : l) { if (!conv.load(it, convert)) return false; value[ctr++] = (Type) conv; } return true; } static handle cast(const array_type &src, return_value_policy policy, handle parent) { list l(Size); size_t index = 0; for (auto const &value: src) { object value_ = object(value_conv::cast(value, policy, parent), false); if (!value_) return handle(); PyList_SET_ITEM(l.ptr(), index++, value_.release().ptr()); // steals a reference } return l.release(); } PYBIND11_TYPE_CASTER(array_type, _("list<") + value_conv::name() + _(">") + _("[") + _<Size>() + _("]")); }; template <typename Key, typename Compare, typename Alloc> struct type_caster<std::set<Key, Compare, Alloc>> : set_caster<std::set<Key, Compare, Alloc>, Key> { }; template <typename Key, typename Hash, typename Equal, typename Alloc> struct type_caster<std::unordered_set<Key, Hash, Equal, Alloc>> : set_caster<std::unordered_set<Key, Hash, Equal, Alloc>, Key> { }; template <typename Key, typename Value, typename Compare, typename Alloc> struct type_caster<std::map<Key, Value, Compare, Alloc>> : map_caster<std::map<Key, Value, Compare, Alloc>, Key, Value> { }; template <typename Key, typename Value, typename Hash, typename Equal, typename Alloc> struct type_caster<std::unordered_map<Key, Value, Hash, Equal, Alloc>> : map_caster<std::unordered_map<Key, Value, Hash, Equal, Alloc>, Key, Value> { }; NAMESPACE_END(detail) inline std::ostream &operator<<(std::ostream &os, const handle &obj) { os << (std::string) obj.str(); return os; } NAMESPACE_END(pybind11) #if defined(_MSC_VER) #pragma warning(pop) #endif ```
```go /* 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. */ // Code generated by lister-gen. DO NOT EDIT. package v1beta1 import ( v1beta1 "k8s.io/api/certificates/v1beta1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" ) // CertificateSigningRequestLister helps list CertificateSigningRequests. // All objects returned here must be treated as read-only. type CertificateSigningRequestLister interface { // List lists all CertificateSigningRequests in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.CertificateSigningRequest, err error) // Get retrieves the CertificateSigningRequest from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.CertificateSigningRequest, error) CertificateSigningRequestListerExpansion } // certificateSigningRequestLister implements the CertificateSigningRequestLister interface. type certificateSigningRequestLister struct { indexer cache.Indexer } // NewCertificateSigningRequestLister returns a new CertificateSigningRequestLister. func NewCertificateSigningRequestLister(indexer cache.Indexer) CertificateSigningRequestLister { return &certificateSigningRequestLister{indexer: indexer} } // List lists all CertificateSigningRequests in the indexer. func (s *certificateSigningRequestLister) List(selector labels.Selector) (ret []*v1beta1.CertificateSigningRequest, err error) { err = cache.ListAll(s.indexer, selector, func(m interface{}) { ret = append(ret, m.(*v1beta1.CertificateSigningRequest)) }) return ret, err } // Get retrieves the CertificateSigningRequest from the index for a given name. func (s *certificateSigningRequestLister) Get(name string) (*v1beta1.CertificateSigningRequest, error) { obj, exists, err := s.indexer.GetByKey(name) if err != nil { return nil, err } if !exists { return nil, errors.NewNotFound(v1beta1.Resource("certificatesigningrequest"), name) } return obj.(*v1beta1.CertificateSigningRequest), nil } ```
Anathallis brevipes is a species of orchid plant native to Guyana. References brevipes Flora of Guyana
Sadio Doumbia and Fabien Reboul were the defending champions but chose not to defend their title. Antonio Šančić and Nino Serdarušić won the title after defeating Ivan and Matej Sabanov 6–3, 6–3 in the final. Seeds Draw References External links Main draw Banja Luka Challenger - Doubles 2021 Doubles
Sergiu Cunescu (March 16, 1923—March 16, 2005) was a Romanian social democratic politician, the leader of the Social Democratic Party of Romania (PSDR) between 1990 and 2001. Biography Born in Bucharest, he graduated from the Electromagnetics branch of the Polytechnic Institute. Although his father was a prominent PSDR member, Sergiu Cunescu was initially sympathetic of the National Peasants' Party (PNȚ), and led the latter party's Polytechnic group for a period. For a while after 1948, he was a political prisoner in Communist Romania, before being allowed to return to his engineering career. In January 1990, soon after the Romanian Revolution, Cunescu was instrumental in the recreation of the PSDR as an independent group (it had been absorbed into the Romanian Communist Party in November 1947). He was elected to the Chamber of Deputies (Romania) in 1990, 1992 and 1996, and was a member of the Joint Romania-European Union Parliamentary Committee, and later of the Chamber's External Policies and European Integration Committee - under the PSDR-backed Romanian Democratic Convention (CDR) governments. He retreated from public life after the subsequent union of the PSDR with the Romanian Party of Social Democracy (PDSR), which he had voted against. Political activity In January 1990, together with Adrian Dimitriu (the former secretary general of the Independent Social Democratic Party) chaired by Constantin Titel Petrescu), Mira Moscovici, Constantin Avramescu, Mircea Iscru Stanescu (the veterans of the old party active in 1946) they established the new PSDR party. The PSDR claimed to be the legitimate and unique successor of the Independent Social Democratic Party (PSDI) and, together with the Christian Democratic National Peasants' Party (PNȚ-CD) and National Liberal Party (PNL), parties established in 1990 also claiming the legacy of pre-1948 parties, formed the political opposition against the ruling National Salvation Front (FSN). In 1990–2000, Cunescu was the chairperson of the PSDR. In 1992 and in 1996, he was re-elected within the Congresses. In 1990–2000, he was a member of the Romanian Parliament, being a parliamentary group leader. In 2000, at the party's Congress, which by that time had merged with the Socialist Party led by Tudor Mohora, Alexandru Athanasiu was elected as an executive chairperson, and Sergiu Cunescu became the honorary chairperson of the party. In 2000, he resigned from the position and left the party. His resignation came shortly after merging by absorption of PSDR by PDSR, the former FSN, which became the Social Democratic Party (PSD). Cunescu succeeded to join the PSDR to the Socialist International. Initially an observer party and afterwards with the a consultative role, the party eventually became a full-fledged member. Sergiu Cunescu was a supporter of modern social democracy, of the Franco-German origin, mastering Bad Godesberg’s reformist theses, who delineated the European left-wing movement of Marxism. Among his most important comrades were Radu Dimitrescu, Constantin Avramescu (until 1997), Smaranda Dobrescu, etc. On 16 March 2005, Cunescu died, at age 82. In 2006, in memory of his conceptions, democratic principles and social solidarity the book “Social Democracy, Illusion and Reality” by Smaranda Dobrescu was published by Niculescu Publishing House. He is buried in the Cunescu family's cave at the Orthodox Bellu Cemetery. 1923 births 2005 deaths National Peasants' Party politicians 20th-century Romanian politicians Romanian Social Democratic Party (1990–2001) politicians Members of the Chamber of Deputies (Romania) Politicians from Bucharest Engineers from Bucharest Politehnica University of Bucharest alumni 20th-century Romanian engineers Burials at Bellu Cemetery
In the Pink is the fourth studio album by singer-songwriter Donna Lewis. It is co-produced by Lewis, Simon Duffy and Gerry Leonard. History Lewis met Simon Duffy in Italy in 1999/2000, and in 2002 they began putting tracks together for the album, co-writing the song "Obsession". This process halted for two years after Lewis gave birth to her son. In April 2005 she met with guitarist Gerry Leonard, who had played on her first two albums and was on a break from touring. She played him the songs that had been recorded so far and asked if he would co-produce. Leonard agreed and enlisted drummer Doug Yowell and bassist Jeff Allan; other musicians who contributed include Jay Belarose, Robert Bell of the band The Blue Nile, Harvey Jones, Tony Levin and David Torn. Lewis said working with Leonard was "an absolute Joy ... his production input has brought an organic sense to the record that wouldn't have been there without him." Recording was completed in eight weeks, after which Lewis and Leonard took a break. Mixing began with Kevin Killen, who mixed Lewis's debut album, and Hector Castillo, who mixed one song on In the Pink; Lewis said Killen "has fantastic ears and a great vocal sensibility — he really has done an amazing job". She has said the album is the first of hers she enjoys listening to. By April 2006, the packages had been put together and Lewis's management team were negotiating with which record label partners. It was finally released on April 1, 2008 on Lewis' own Peruzzi Music, with distribution through Redeye Distribution. Four songs featured on In the Pink — "Shout", "Shut the Sun Out", "You to Me" and "Obsession" — were uploaded to Lewis's official MySpace page in April 2007. Before this, in July 2006, "Shout" was leaked onto radio in Indonesia, where it garnered substantial airplay without being released as a single. Track listing "Ireland" – 4:34 "Pink Dress" – 4:07 "Shout" – 3:27 "Shut the Sun Out" – 3:44 "Kick Inside" – 4:28 "You to Me" – 3:38 "Obsession" – 3:34 "Don't Ever" – 5:16 "1000 Miles" – 3:58 "You (Reprise)" – 0:49 "Sandcastles" – 4:01 "I Love You Always Forever" - 4:04 Notes References Lewis, Donna. "A New Album?". donnalewis.com. 27 April 2006. Retrieved 30 June 2007. Donna Lewis albums 2008 albums
Ayutla de los Libres (Mixtec: Tatioo) is a city and seat of the municipality of Ayutla de los Libres, in the state of Guerrero, southern Mexico. As of 2010, its population was 15,370. The city of Ayulta de los Libres is the most populous in its municipality and accounts for about a quarter of the municipality's population. The Plan of Ayutla was proclaimed here on 1 March 1854. Toponymy The name "Ayutla" comes from Nahuatl Ayotlan meaning "near the (place of abundance of) tortoises/turtles". The sobriquet "de los Libres" ("of the Free") was added after 1854, because the town was the place where the Ayutla Revolution started on March 1, 1854, and where the Ayutla Plan was announced. References Populated places in Guerrero
```c++ // Example program showing passing of slots through an interface. // // // Use, modification and // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // For more information, see path_to_url #include <iostream> #include <boost/signals2/signal.hpp> //[ passing_slots_defs_code_snippet // a pretend GUI button class Button { typedef boost::signals2::signal<void (int x, int y)> OnClick; public: typedef OnClick::slot_type OnClickSlotType; // forward slots through Button interface to its private signal boost::signals2::connection doOnClick(const OnClickSlotType & slot); // simulate user clicking on GUI button at coordinates 52, 38 void simulateClick(); private: OnClick onClick; }; boost::signals2::connection Button::doOnClick(const OnClickSlotType & slot) { return onClick.connect(slot); } void Button::simulateClick() { onClick(52, 38); } void printCoordinates(long x, long y) { std::cout << "(" << x << ", " << y << ")\n"; } //] int main() { //[ passing_slots_usage_code_snippet Button button; button.doOnClick(&printCoordinates); button.simulateClick(); //] return 0; } ```
```javascript import {type} from "foo"; import {type t} from "foo"; import {type as} from "foo"; import {type as as foo} from "foo"; import {type t as u} from "foo"; import {type switch} from "foo"; import {typeof t} from "foo"; import {typeof as} from "foo"; import {typeof t as u} from "foo"; import {typeof switch} from "foo"; ```
```xml import React from 'react'; import { View, ScrollView } from 'react-native'; import { SocialIcon, SocialIconProps } from 'react-native-elements'; import { Header } from '../components/header'; import { SocialMediaType } from 'react-native-elements/dist/SocialIcon/SocialIcon'; import _ from 'lodash'; type IconData = { type: SocialMediaType; iconType: string; }; const dataList: Partial<IconData>[] = [ { type: 'facebook', }, { type: 'twitter', }, { type: 'google-plus-official', }, { type: 'google', }, { type: 'pinterest', }, { type: 'linkedin', }, { type: 'youtube', }, { type: 'vimeo', }, { type: 'tumblr', }, { type: 'instagram', }, { type: 'quora', }, { type: 'flickr', }, { type: 'foursquare', }, { type: 'wordpress', }, { type: 'stumbleupon', }, { type: 'github', }, { type: 'github-alt', }, { type: 'microsoft', iconType: 'material-community', }, { type: 'twitch', }, { type: 'medium', }, { type: 'soundcloud', }, { type: 'stack-overflow', }, { type: 'gitlab', }, { type: 'angellist', }, { type: 'codepen', }, { type: 'weibo', }, { type: 'vk', }, { type: 'facebook-messenger', iconType: 'material-community', }, { type: 'whatsapp', }, ]; type SocialIconsComponentProps = {}; const SocialIcons: React.FunctionComponent<SocialIconsComponentProps> = () => { const socialProps = {}; return ( <> <Header title="Social Icons" view="social_icon" /> <ScrollView> {_.chunk(dataList, 3).map( (chunk: Partial<IconData>[], chunkIndex: React.Key) => ( <View style={{ flexDirection: 'row', justifyContent: 'space-around', marginTop: 10, backgroundColor: '#4c4c4c', }} key={chunkIndex} > {chunk.map((l: Partial<IconData>, i: React.Key) => ( <SocialIcon {...(socialProps as SocialIconProps)} type={l.type} iconType={l.iconType ? l.iconType : 'font-awesome'} key={`${chunkIndex}-${i}`} /> ))} </View> ) )} </ScrollView> </> ); }; export default SocialIcons; ```
Venkatapur is a census town in Bhatkal Taluk in Uttara Kannada district of Karnataka. Etymology Venkatapur derives its name from Shree Lakshmi Venkatesh Temple. Demographics India census, Venkatapur had a population of 5968. Males constitute 48% of the population and females 52%. Venkatapur has an average literacy rate of 73%, higher than the national average of 59.5%: male literacy is 76%, and female literacy is 70%. In Venkatapur, 15% of the population is under 6 years of age. See also Kundapur Mangalore Karwar References Cities and towns in Uttara Kannada district
Winn Aung (, also spelt Win Aung, born 15 October 1958) is a Burmese politician, physician and former political prisoner who currently serves as a Pyithu Hluttaw MP for the Khin-U constituency. He is a member of the National League for Democracy. Early life and education Winn Aung was born on 15 October 1958 in Kanbalu Township, Myanmar. In 1982, he graduated from the University of Medicine, Mandalay with an M.B.,B.S. degree. Political career In the 2015 Myanmar general election, he was elected to Pyithu Hluttaw as an MP from the Khin-U constituency. He currently serves as a member in the Government Commitments Assessment Committee in the Pyithu Hluttaw. References National League for Democracy politicians 1985 births Living people People from Sagaing Region
Hiroshi Honda may refer to: , Japanese former handball player Hiroshi Honda (painter) (1910–1970), American painter
Mazyadids may refer to: Banu Mazyad, an Arab Shia dynasty that ruled Kufa and Hilla in Iraq between and Yazidids, also called Mazyadids, an Arab dynasty that ruled Shirvan in Azerbaijan from 861 to 1027