text stringlengths 1 22.8M |
|---|
Acartia is a genus of marine calanoid copepods. They are epipelagic, estuarine, zooplanktonic found throughout the oceans of the world, primarily in temperate regions.
Classification
This genus contains the majority of species in the family Acartiidae:
Acartia adriatica Steuer, 1910
Acartia amboinensis Carl, 1907
... |
```javascript
export function barSome() {
console.log('i am bar some from bar');
}
``` |
```go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package appfabric
import (
"github.com/aws/aws-sdk-go/private/protocol"
)
const (
// ErrCodeAccessDeniedException for service response error code
// "AccessDeniedException".
//
// You are not authorized to perform this operation.
ErrCo... |
Sepia stellifera is a species of cuttlefish native to the Indian Ocean. The mantle length of males is 140 mm, and 150mm in females. It lives at depths of 34 to 95 m.
References
Cuttlefish
Molluscs described in 1984 |
```c++
#ifndef BOOST_THREAD_THREAD_ONLY_HPP
#define BOOST_THREAD_THREAD_ONLY_HPP
// thread.hpp
//
//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/thread/detail/platform.hpp>
#if defined(BOOST_THREAD_PLATFORM_WIN32)
#include <boost/thread/win32/thread_data.hpp>
#elif defined(BOOST... |
```objective-c
//===-- StructuredData.h ----------------------------------------*- C++ -*-===//
//
// See path_to_url for license information.
//
//===your_sha256_hash------===//
#ifndef LLDB_UTILITY_STRUCTUREDDATA_H
#define LLDB_UTILITY_STRUCTUREDDATA_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/JSON.h"
... |
```objective-c
/*
*
* 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, subli... |
William Perraton (27 August 1867 – 23 September 1952) was an Australian cricketer. He played one first-class cricket match for Victoria in 1900.
See also
List of Victoria first-class cricketers
References
External links
1867 births
1952 deaths
Australian cricketers
Victoria cricketers
Cricketers from Melbourne
C... |
Nancy Raven (December 25, 1872 – March 25, 1957), also known as Nancy Taylor, was a Natchez storyteller from Braggs, Oklahoma and one of the last two native speakers of the Natchez language.
Her father was Cherokee and her mother Natchez, and she learned Natchez at home. She never learned English, but was trilingual i... |
```objective-c
//
// YPHomeController.m
// Wuxianda
//
// Created by MichaelPPP on 16/1/21.
//
#import "YPHomeController.h"
#import "YPLiveViewController.h"
#import "YPPartitionViewController.h"
#import "YPRecommendViewController.h"
#import "YPBangumiViewController.h"
@interface YPHomeController ()
@end
@implem... |
Victor S. Cianca Sr. (January 5, 1918 – January 24, 2010) was a traffic police officer from Pittsburgh, Pennsylvania, who spent his entire career with the Pittsburgh Police Bureau before he retired on January 4, 1983. His flamboyant style of directing traffic led to appearances on the television program Candid Camera ... |
```yaml
_comment: 'Hydro capacity from IRENA includes pumped storage generation capacity.
Note: ENTSO-E (not used for hydro capacity) lists 5645 MW for pumped storage CONSUMPTION
capacity.'
bounding_box:
- - -9.3603515625
- 35.9957853864
- - 3.6474609375
- 43.6758180933
capacity:
biomass:
- dateti... |
Jennie Clark, also seen spelled Jenny Clark, was the first sternwheel-driven steamboat to operate on the rivers of the Pacific Northwest, including British Columbia. This vessel was commonly known as the Jennie when it was in service. The design of the Jennie Clark set a pattern for all future sternwheel steamboats b... |
```xml
/* eslint-disable @typescript-eslint/no-empty-function */
import {
createContext,
FC,
PropsWithChildren,
useCallback,
useEffect,
useMemo,
useState,
} from 'react';
import { useSelector } from 'react-redux';
import { StrictViewVO } from 'renderer/defenitions/record-object';
import { useAppSelector }... |
```scss
/*
* All rights reserved.
*
* This source code is licensed under the license found in the LICENSE file in
* the root directory of this source tree.
*/
@import "stylesheets/globals.scss";
.field {
width: 100%;
height: 56px;
border-radius: 4px;
position: relative;
transition: 0.3s background-colo... |
The Utah State Fair is held at the Utah State Fairpark in Salt Lake City, Utah, United States. The fairgrounds are listed on the National Register of Historic Places. The fair takes place each year starting on the first Thursday after Labor Day and lasts for 11 days.
Entertainment
Every year the State Fair hosts music... |
Finniss River is the name of two rivers in Australia, both named after colonial surveyor Boyle Travers Finniss.
Finniss River (Northern Territory) flows west into Fog Bay southwest of Darwin
Finniss River (South Australia) flows east from the Mount Lofty Ranges into Lake Alexandrina
See also
Fog Bay and Finniss Rive... |
```xml
<!--
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre... |
John Armand Rich is Professor and chair of the Department of Health Management and Policy at Drexel University in Philadelphia, Pennsylvania, and was a 2006 MacArthur Fellow.
Early life
Rich, originally from Queens, New York City, received an A.B. in 1980 from Dartmouth College his M.D. in 1984 from Duke University... |
Mrlínek is a municipality and village in Kroměříž District in the Zlín Region of the Czech Republic. It has about 300 inhabitants.
Mrlínek lies approximately north-east of Kroměříž, north of Zlín, and east of Prague.
References
Villages in Kroměříž District |
```xml
/**
* [Base64 encoding](link-wiki-base64) using 6-bit words to encode
* arbitrary bytes into a string using 65 printable symbols, the
* upper-case and lower-case alphabet, the digits ``0`` through ``9``,
* ``"+"`` and ``"/"`` with the ``"="`` used for padding.
*
* @_subsection: api/utils:Base64 Encodi... |
Court Hey Hall was a mansion in England built for Robertson Gladstone (1805–1875), elder brother of William Gladstone.
The hall was built in the west of what is now Knowsley borough in Merseyside. The architect may have been John Cunningham, the designer of Liverpool Lime Street railway station.
The estate stayed in... |
```objective-c
#pragma once
#include <lib/stdarg.h>
typedef unsigned long long u64;
typedef unsigned int u32;
typedef unsigned short u16;
typedef unsigned char u8;
#ifndef __cplusplus
typedef int bool;
#define true 1
#define false 0
#endif
#define ALWAYS_INLINE __attribute__((always_inline)) inline
#define _OPE... |
USS Gillespie (DD-609) was a Benson-class destroyer in the United States Navy during World War II. She was named for Major Archibald H. Gillespie.
Construction and commissioning
Gillespie was launched 1 November 1942 by the Bethlehem Steel Corporation, San Francisco, California; sponsored by Mrs. Hugo W. Osterhaus, wi... |
The Arctic was a wooden hulled tugboat that worked on the Great Lakes of North America from 1881 to 1930. In 1930 the Arctic was stripped of her machinery, and abandoned at Manitowoc, Wisconsin. On June 22, 2018, the remains of the Arctic were listed on the National Register of Historic Places.
History
The Arctic was... |
A–Z
Documentaries
Short films
See also
1939 in Germany
Bibliography
Klaus, Ulrich J. Deutsche Tonfilme: Jahrgang 1939. Klaus-Archiv, 1988.
Rentschler, Eric. The Ministry of Illusion: Nazi Cinema and Its Afterlife. Harvard University Press, 1996.
External links
IMDB listing for German films made in 1939
film... |
The Texas Tech Shackleton Glacier Expedition took place first from 1962/63 and then again from 1964/65. The expedition, led by F. Alton Wade, was sponsored by Texas Technological College (now Texas Tech University). It explored areas of Antarctica.
Exploration
Areas explored during and named by the expedition include:... |
Meadow brome may refer to:
Bromus biebersteinii
Bromus commutatus
Bromus erectus
Bromus riparius |
```xml
/**
* This file is part of OpenMediaVault.
*
* @license path_to_url GPL Version 3
* @author Volker Theile <volker.theile@openmediavault.org>
*
* OpenMediaVault is free software: you can redistribute it and/or modify
* any later version.
*
* OpenMediaVault is distributed in the hope that it will be ... |
```go
/*
Package sdk is the official Flipt Go SDK.
The SDK exposes the various RPC for interfacing with a remote Flipt instance.
Both HTTP and gRPC protocols are supported via this unified Go API.
The main entrypoint within this package is [New], which takes an instance of [Transport] and returns an instance of [SDK]... |
Jimmy Choo is a British luxury fashion house specialising in shoes, handbags, accessories and fragrances. The company, J. Choo Limited, was founded in 1996 by Malaysian Chinese couture shoe designer Jimmy Choo and British Vogue accessories editor Tamara Mellon. The brand claims to have been a favourite of Diana, Prince... |
Sebastian Anthony Quirk (born 5 December 2001) is an English professional footballer who plays for Accrington Stanley, as a midfielder.
Career
Quirk began his career with Everton at the age of 11, turning professional in July 2020.
Quirk signed for Accrington Stanley in January 2023. He said he was "buzzing" to join ... |
```objective-c
#pragma once
#include <torch/csrc/python_headers.h>
namespace torch::jit {
void initTreeViewBindings(PyObject* module);
} // namespace torch::jit
``` |
Duckworth may refer to:
Duckworth (surname), people with the surname Duckworth
Duckworth (DuckTales), fictional butler from the television series DuckTales
Duckworth Books, a British publishing house
, a frigate
Duckworth, West Virginia, an unincorporated community, United States
an earlier name of Bluff, Queen... |
```smalltalk
using Newtonsoft.Json;
using RabbitMQ.Client;
using System;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using WorkflowCore.Interface;
using WorkflowCore.QueueProviders.RabbitMQ.Interfaces;
namespace WorkflowCor... |
```html
<html lang="en">
<head>
<title>Nested Functions - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="in... |
```gas
;/**************************************************************************//**
; * @file startup_ARMCM35P.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM35P Device
; * @version V2.1.0
; * @date 08. April 2021
; ********************************************************************... |
M. Zahrul Bin Azhar (born September 5, 1982) is an Indonesian former footballer who plays as a midfielder.
Club statistics
References
External links
1982 births
Men's association football midfielders
Living people
Indonesian men's footballers
Liga 1 (Indonesia) players
PSPS Riau players
Persih Tembilahan players
In... |
"Donne-moi le temps" (English: "Give Me the Time") is a 2002 song recorded by the French artist Jenifer Bartoli. Released on 15 April 2003, it was her fourth and last single, from her eponymous album, Jenifer. This song met success in France and Belgium (Wallonia) where it was a top ten hit.
Song information
Written b... |
Ardsley Athletic F.C. was an English association football club based in Ardsley, Barnsley, South Yorkshire.
History
The club was formed after the end of the First World War and entered local leagues in the Barnsley and South Yorkshire area. They first entered the FA Cup in 1920, eventually participating in the competi... |
Helmut Vollprecht (born 24 November 1941) is a German luger. He competed in the men's doubles event at the 1964 Winter Olympics.
References
External links
1941 births
Living people
German male lugers
Olympic lugers for the United Team of Germany
Lugers at the 1964 Winter Olympics
People from Görlitz (district)
Spo... |
```objective-c
/*
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing,
* "AS IS" BASIS, WITHOUT WARRANTI... |
```objective-c
/*-
* All rights reserved.
*
* 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 followi... |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud - Android Client
~
-->
<LinearLayout xmlns:android="path_to_url"
android:id="@+id/add_public_share"
android:layout_width="match_parent"
android:layout_height="@dimen/sharee_list_item_size"
android:orientation="horizontal">
<ImageVie... |
```xml
import styles from './style.module.css'
export default function Button(props: any) {
return <button {...props} className={styles.button} />
}
``` |
Broughton Village is a locality on the border of the Kiama and Shoalhaven local government areas in New South Wales, Australia. It lies on the Princes Highway about 18 southwest of Kiama and 39 km north of Nowra and on Broughton Creek. At the , it had a population of 86. Broughton Village is to not to be confused with ... |
Anisophyllea nitida is a tree of Borneo in the family Anisophylleaceae. The specific epithet is from the Latin meaning "polished", referring to the shiny appearance of the upper leaf surface.
Description
Anisophyllea nitida grows as a tree up to tall with a trunk diameter of up to . The bark is smooth to scaly. The ... |
```cmake
set(program_name jom)
set(program_version_string 1_1_4)
if(CMAKE_HOST_WIN32)
set(download_urls
"path_to_url{program_version_string}.zip"
"path_to_url{program_version_string}.zip"
"path_to_url{program_version_string}.zip"
)
set(download_filename "jom_${program_version_string}... |
```javascript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
}(this... |
```coffeescript
_ = require 'lodash'
limbo = require 'limbo'
Promise = require 'bluebird'
app = require '../server'
{DeviceTokenModel} = limbo.use 'talk'
module.exports = deviceTokenController = app.controller 'devicetoken', ->
@ensure 'token clientType clientId', only: 'create'
@action 'create', (req, res, call... |
```shell
#!/bin/bash
. $(cd $(dirname $BASH_SOURCE) && pwd)/env.sh
BATCH_SIZE=5
NUM_EXAMPLES_TO_TRAIN_ON=100
NUM_EVALS=1
NBUCKETS=10
NNSIZE="32 8"
MACHINE_TYPE=n1-standard-4
SCALE_TIER=CUSTOM
# gcloud ai-platform jobs submit training $JOBID \
gcloud beta ai-platform jobs submit training $JOBID \
--staging-buck... |
```java
package org.schemaspy.input.dbms.service.helper;
import java.util.Arrays;
import java.util.Collections;
import java.util.Set;
import java.util.stream.Collectors;
/**
* Formats elements to avoid near-identical duplicates.
*/
public class UniformSet {
private final String[] elements;
public UniformS... |
```python
import numpy as np
import matplotlib.pyplot as plt
from sklearn.neighbors import KNeighborsRegressor
from sklearn.metrics import euclidean_distances
from .datasets import make_wave
from .plot_helpers import cm3
def plot_knn_regression(n_neighbors=1):
X, y = make_wave(n_samples=40)
X_test = np.arra... |
```yaml
# UTF-8
# YAML #
# name
name:
# other_names ...
# YAML
# other_names: {"":"", "":"", "":"Tom"}
#
other_names:
# sex M/F /
sex: M
# birth 4 N/A
birth: 1916
# death 4 N/A
death: 2005
# desc YAML
# desc
desc: |
()
# links YAML list
#
#
links:
``` |
```smalltalk
using System.Windows;
namespace ScreenToGif.Util.Extensions;
public static class RectExtensions
{
public static bool Contains(this Int32Rect first, Int32Rect second)
{
if (first.IsEmpty || second.IsEmpty || (first.X > second.X || first.Y > second.Y) || first.X + first.Width < second.X + s... |
```go
package daemon // import "github.com/docker/docker/daemon"
import (
// Importing packages here only to make sure their init gets called and
// therefore they register themselves to the logdriver factory.
_ "github.com/docker/docker/daemon/logger/awslogs"
_ "github.com/docker/docker/daemon/logger/etwlogs"
_ ... |
```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.
*/
package configmapandsecret
import (
"fmt"
"strings"
"github.com/pkg/errors"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/valida... |
```php
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/*
* Authors:
* - RAP bug-glibc-locales@gnu.org
*/
return array_replace_re... |
German submarine U-3008 was a Type XXI U-boat of Nazi Germany's Kriegsmarine that served in the United States Navy for several years after World War II.
Her keel was laid down on 2 July 1944 by DeSchiMAG AG Weser of Bremen, and she was commissioned on 19 October 1944 with Kapitänleutnant Fokko Schlömer in command. In ... |
```xml
// Libraries
import _ from 'lodash'
/* eslint-disable no-magic-numbers */
import {toRGB} from 'src/shared/graphs/toRGB'
import {CSSProperties} from 'react'
// Utils
import {getDeep} from 'src/utils/wrappers'
// Constants
import {DataType} from 'src/shared/constants'
// Types
import {FluxTable, TimeRange} from... |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>Introduction_to_Algori... |
The Peșteana (also: Pesceana) is a right tributary of the river Olteț in Romania. It discharges into the Olteț in Bălcești. It flows through the villages Poienari, Ghioroiu, Herăști, Știrbești, Căzănești and Bălcești. Its length is and its basin size is .
References
Rivers of Romania
Rivers of Vâlcea County |
```objective-c
// your_sha256_hash----------------------------------
//
// 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... |
Homer Township is one of the fourteen townships of Morgan County, Ohio, United States. The 2020 census found 1,006 people in the township.
Geography
Located in the southwestern corner of the county, it borders the following townships:
Union Township - north
Marion Township - east
Bern Township, Athens County - southe... |
```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\Compute;
class CommitmentsScopedList extends \Google\Collection
{
protected $collection_key = 'commi... |
Bill Duggan (born December 18, 1974) is an American actor. He was raised in San Francisco, California. He was an active member of his grade school speech program. He began acting in high school, performing in school plays and musicals. He continued his training at Santa Clara University, where he received an acting sch... |
Statistics of Moldovan National Division (soccer/football) for the 1995–96 season.
Overview
It was contested by 16 teams and Zimbru Chişinău won the championship.
League standings
Results
References
Moldova - List of final tables (RSSSF)
Moldovan Super Liga seasons
1995–96 in Moldovan football
Moldova |
```javascript
class HttpHeadersPage {
getHeaders() {
return [
["Content-Security-Policy", "example.com"],
];
}
}
module.exports = HttpHeadersPage;
``` |
```smalltalk
#nullable disable
using System;
using System.Diagnostics;
using System.Globalization;
using ClosedXML.Excel.CalcEngine;
using ClosedXML.Extensions;
namespace ClosedXML.Excel
{
/// <summary>
/// A value of a single cell. It contains a value a specific <see cref="Type"/>.
/// Structure provides... |
Andries or Andreas van Cuijk (ca. 1070 – 23 June 1139) was a bishop of Utrecht from 1128 to 1139.
Andries descended from a well-known family from the Sticht, the name for the central lands of the Bishopric of Utrecht. Andries was the second son of Herman of Malsen and Irmgard of Namur.
He was the first bishop of Utre... |
The Lyndhurst Foundation is a Chattanooga, Tennessee-based grant-making foundation organized in 1938 by Coca-Cola Bottling Company magnate Cartter Lupton. The Lyndhurst Foundation was the first private foundation in Tennessee, and it focuses on the enrichment and enhancement of the social, natural, and built environmen... |
```swift
//
// FakeAutocompleteService.swift
// Keyboard
//
// Created by Daniel Saidi on 2022-02-07.
//
import Foundation
import KeyboardKit
/// This fake service provides fake suggestions while typing.
class FakeAutocompleteService: AutocompleteService {
init(context: AutocompleteContext) {
self.con... |
```go
package git
func gitConfigCommand(key string, value string) cmd {
gitcmd := cmd{
cmd: "git",
args: []string{"config", "--global", key, value},
}
return gitcmd
}
``` |
```php
<?php
/**
* PKCS#8 Formatted DSA Key Handler
*
* PHP version 5
*
* Processes keys with the following headers:
*
* -----BEGIN ENCRYPTED PRIVATE KEY-----
* -----BEGIN PRIVATE KEY-----
* -----BEGIN PUBLIC KEY-----
*
* Analogous to ssh-keygen's pkcs8 format (as specified by -m). Although PKCS8
* is spec... |
The National Task Force on AIDS Prevention (NTFAP) was founded in 1985 as a "National Minority Organization dedicated to ending the HIV epidemic by advocating for and assisting in the development of HIV education and service programs by and for gay and bisexual men of color." The NTFAP was created to provide support to... |
```java
/*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
package com.haulmont.cuba.core.sys;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.management.MBeanSe... |
```protocol buffer
syntax = "proto3";
package ai.verta.uac;
option go_package = "github.com/VertaAI/modeldb/protos/gen/go/protos/public/uac";
option java_multiple_files = true;
import "google/api/annotations.proto";
import "uac/UACService.proto";
import "uac/Organization.proto";
import "uac/Team.proto";
import "uac/... |
```c++
#pragma once
#include <gsl/gsl>
#include <memory>
namespace krbn {
namespace memory_utility {
template <typename T>
inline std::shared_ptr<T> unwrap_not_null(gsl::not_null<std::shared_ptr<T>> p) {
return p.get();
}
template <typename T>
inline std::weak_ptr<T> make_weak(gsl::not_null<std::shared_ptr<T>> p)... |
San Francesco all'Immacolata is a baroque-style, Roman Catholic church located on Piazza Francesco Corpaci on the island of Ortigia, in the historic city center of Siracusa in Sicily, Italy.
Description
The Order of Friars Minor Conventual or Franciscan friars owned a church at this site, initially dedicated to the a... |
The Chignik Formation is a geologic formation in Alaska. It preserves fossils dating back to the Cretaceous period.
See also
List of fossiliferous stratigraphic units in Alaska
Paleontology in Alaska
References
Cretaceous Alaska |
Robert Arliegh Nixon (June 25, 1900 – November 17, 1948) was an American lawyer and politician.
Born in the town of Sterling, Vernon County, Wisconsin, Nixon went to Viroqua High School and George Washington University. While at the university Nixon served as secretary to Wisconsin congressmen Joseph D. Beck and Huber... |
```xml
import { AutofillOverlayPort } from "../../../../enums/autofill-overlay.enum";
import { createPortSpyMock } from "../../../../spec/autofill-mocks";
import { postWindowMessage } from "../../../../spec/testing-utils";
import { AutofillInlineMenuContainer } from "./autofill-inline-menu-container";
describe("Autof... |
```c++
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4:
#ident "$Id$"
/*
COPYING CONDITIONS NOTICE:
This program is free software; you can redistribute it and/or modify
published by the Free Software Foundation, and provided that the
following co... |
The Order of Vytautas the Great is the Lithuanian Presidential Award. It may be conferred on the heads of Lithuania and foreign states, as well as their citizens, for distinguished services to the State of Lithuania.
History
The Order was instituted in 1930 to commemorate the 500th anniversary of the death of the Lith... |
```c++
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cc/trees/layer_tree_impl.h"
#include "cc/layers/heads_up_display_layer_impl.h"
#include "cc/layers/layer.h"
#include "cc/layers/solid_color_scrollbar_layer_impl.h"
#include "cc/test/fake_impl_proxy... |
The Pengshui Dam is an arch dam on the Wu River in Wulong County, Chongqing, China. The dam provides water to a 1,750 MW hydroelectric power station containing 5 x 350 MW generators. Construction on the dam began in September 2003 and the power plant was operational in 2008.
See also
List of dams and reservoirs in ... |
```c
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... |
Włoszyca is a village in the administrative district of Gmina Waganiec, within Aleksandrów County, Kuyavian-Pomeranian Voivodeship, in north-central Poland. It lies south-east of Waganiec, south-east of Aleksandrów Kujawski, and south-east of Toruń.
References
Villages in Aleksandrów County |
Carl Frederick Holden (May 25, 1895May 18, 1953) was a decorated officer in the United States Navy who reached the rank of Vice Admiral. A veteran of both World Wars, he became an expert in Naval communications, graduating with a master's degree in electrical communications from Harvard University. Holden served as Dir... |
Mary Isabel Leslie (1899–1978) was an Irish nationalist and the writer of over 30 novels. She also used the pseudonym Temple Lane.
Life and work
Leslie was born in Portabello House, Dublin in April 1899, to Reverend John Leslie and Mary Richardson Smith. She had one sister, Jean Annette. Her father was later Dean of L... |
Beefwood is the name given to a number of Australian trees which have timber with a red colouration resembling raw beef as follows:
Barringtonia calyptrata, also known as Cornbeefwood.
Barringtonia racemosa, also known as Cornbeefwood.
Bischofia javanica
Floydia praealta (Syn.: Macadamia praealta)
Grevillea glauca, a... |
```c
/* pcy_data.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2004.
*/
/* ====================================================================
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "path_to_url">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function relaxed_get</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="Doc... |
A False Start: London Poems 1959 - 1963 is a collection of poems by Peter Russell. It was published by the University of Salzburg in 1993.
English poetry collections
1993 poetry books |
```objective-c
/*
*
*/
#define STACK_SIZE 2048
#if defined(CONFIG_USERSPACE)
#include <zephyr/app_memory/app_memdomain.h>
extern struct k_mem_partition app_partition;
extern struct k_mem_domain app_domain;
#define APP_BMEM K_APP_BMEM(app_partition)
#define APP_DMEM K_APP_DMEM(app_partition)
#else
#define APP_BMEM
#... |
```javascript
const funpermaproxy = require('funpermaproxy');
const temporary = require('../artifacts/utils/temporaryPath');
const { DetoxRuntimeError } = require('../errors');
const { DetoxLogger, DetoxLogFinalizer, installLegacyTracerInterface } = require('../logger');
const DetoxConstants = require('./DetoxConstan... |
```c++
#include <Databases/DatabaseReplicatedHelpers.h>
#include <Storages/MergeTree/MergeTreeIndexMinMax.h>
#include <Storages/MergeTree/MergeTreeIndices.h>
#include <Storages/MergeTree/MergeTreeSettings.h>
#include <Storages/MergeTree/extractZooKeeperPathFromReplicatedTableDef.h>
#include <Storages/StorageFactory.h>
... |
```c
/*
* Generated by util/mkerr.pl DO NOT EDIT
*
* in the file LICENSE in the source distribution or at
* path_to_url
*/
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dsa.h>
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
# define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
# define ERR_REASON(... |
The men's 200 metres at the 2009 World Championships in Athletics was held at the Olympic Stadium, Berlin, Germany on August 18 and August 20.
The race favourites were Tyson Gay and Usain Bolt. Gay entered the competition as the reigning world champion, championship record holder, and 200 m world leader with 19.58 sec... |
```python
Variables and Types
Lists
String Operations
`if` statements
``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.