text stringlengths 1 22.8M |
|---|
```objective-c
//
//
// This program is free software: you can redistribute it and/or modify
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR ... |
Aphananthe is a small genus of evergreen trees in the family Cannabaceae. Around six species are recognised, found in Madagascar, South-east Asia, Mexico and Australia. Leaves are alternate on the stem and toothed. Flowers are unisexual, fruit form as drupes. The generic name of Aphananthe refers to insignificant flowe... |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*
*/
/*!
* \file atomic/detail/ops_gcc_x86_dcas.hpp
*
* This header contains implementation of the double-width CAS primitive for x86.
*/
#ifndef BOOST_ATOMIC_DETAIL_OPS_GCC_X86_DCAS_HPP_INCLUDED_
#define BOOST_ATOMIC_DETAIL_OPS_GCC_... |
```less
/*!
* # Semantic UI - Item
* path_to_url
*
*
* Released under the MIT license
* path_to_url
*
*/
/*******************************
Theme
*******************************/
@type : 'view';
@element : 'item';
@import (multiple) '../../theme.config';
/*******************************
... |
or is a fjord in the municipalities of Lavangen and Salangen in Troms og Finnmark county, Norway. The majority of the fjord is in Lavangen municipality (hence the name of the municipality). The long fjord flows to the northwest and empties into the larger Astafjorden. The deepest point in the fjord reaches about bel... |
Scarlett Hill was a Canadian soap opera (first written for CBC Television) which ran from October 1962 to 1964. This was the first daytime soap opera produced for Canadian television, although it was based upon an American radio drama created by Robert and Kathleen Lindsay.
The series focused on the residents of a boa... |
John Anthony Scalzi (March 22, 1907 – September 27, 1962) was a Major League Baseball player. He played one season with the Boston Braves between June 19 and 24, 1931.
After serving as President of the Colonial League, Scalzi was serving as a scout for the New York Mets when he was killed in a car accident near Port C... |
```javascript
define(function (require) {
var san = require('san');
var $ = require('jquery');
var moment = require('moment');
var layerTemplate = require('tpl!./CalendarLayer.html');
var Layer = san.defineComponent({
template: layerTemplate,
filters: {
selectedClass: f... |
```java
/*
* 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 express or imp... |
```haskell
{-# LANGUAGE CPP #-}
{-# LANGUAGE DefaultSignatures #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE StandaloneKindSignatures #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE Ty... |
```c
*** colormask.c~ 2006-05-13 13:54:56.000000000 +0200
--- colormask.c 2006-05-13 13:54:56.000000000 +0200
***************
*** 381,387 ****
(void)strcat(buf, ".");
(void)strcat(buf, progname);
if ((fp = fopen(buf, "r")) == NULL) {
! (void)strcpy(buf, "/etc/");
(void)strcat(buf, progname);
if... |
```javascript
/**
* @license Apache-2.0
*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
'use strict';
// MODULES //
var bench = require( '@stdlib/bench' );
var isArray = require( '@stdlib/asse... |
Raúl Entrerríos Rodríguez (born 12 February 1981) is a Spanish handball player and handball coach.
He participated at the 2008 Summer Olympics in Beijing as a member of the Spain men's national handball team. The team won a bronze medal, defeating Croatia.
His older brother Alberto Entrerríos is a Spanish internation... |
Iatrosophist (, ) is an ancient title designating a professor of medicine. It comes from 'doctor' and 'learned person'. People who have been referred to by the title include:
Adamantius
Cassius Iatrosophista
Gessius of Petra
Magnus of Nisibis
Oribasius
Palladius (physician)
Paul of Aegina
Zeno of Cyprus
S... |
```java
Default values for unassigned data types
Collections vs arrays
Converting a string to upper or lower case
`StringBuffer` vs `StringBuilder`
Do not attempt comparisons with NaN
``` |
```java
/*
*/
package com.microsoft.sqlserver.jdbc.bulkCopy;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import com.microsoft.sq... |
```c
/*
* Guillaume Subiron, Yann Bordenave, Serigne Modou Wagne.
*/
#include "slirp.h"
/* Number of packets queued before we start sending
* (to prevent allocing too many mbufs) */
#define IF6_THRESH 10
/*
* IPv6 output. The packet in mbuf chain m contains a IP header
*/
int ip6_output(struct socket *so, struc... |
```go
package types_test
import (
"testing"
"time"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"cosmossdk.io/core/header"
coretesting "cosmossdk.io/core/testing"
storetypes "cosmossdk.io/store/types"
authcodec "cosmossdk.io/x/auth/codec"
"cosmos... |
The 1996–97 season saw Rochdale compete in their 23rd consecutive season in the fourth tier of the English football league, named at the time as the Football League Third Division.
Statistics
|}
Final League Table
Competitions
Football League Third Division... |
```xml
import {
statusSharedColorNames,
personaSharedColorNames,
unusedSharedColorNames,
mappedStatusColorNames,
} from './sharedColorNames';
/**
* Design tokens for alias colors
*/
export type ColorTokens = {
colorNeutralForeground1: string;
colorNeutralForeground1Hover: string;
colorNeutralForeground... |
The Lycée Claudel d'Ottawa is a French-language private school in Ottawa built in the early 1960s. It was renovated by Edward J. Cuhaci to provide an infill between two existing school buildings comprising classrooms and a 600-seat auditorium. It is located on Lycée Place (formerly Old Riverside Drive). The school ha... |
```c++
//
// blocking_udp_client.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
#include <boost/asio/deadline_timer.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/udp.hpp>
#include <cstdlib>
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_... |
```go
package tags
import (
"encoding/json"
"errors"
"time"
"github.com/ipfs-cluster/ipfs-cluster/config"
"github.com/kelseyhightower/envconfig"
)
const configKey = "tags"
const envConfigKey = "cluster_tags"
// Default values for tags Config
const (
DefaultMetricTTL = 30 * time.Second
)
// Default values for... |
```python
"""
=============================
Species distribution dataset
=============================
This dataset represents the geographic distribution of species.
The dataset is provided by Phillips et. al. (2006).
The two species are:
- `"Bradypus variegatus"
<path_to_url`_ ,
the Brown-throated Sloth.
... |
```javascript
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function ge... |
Eosopostega is a genus of moths of the family Opostegidae.
Species
Eosopostega armigera Puplesis & Robinson, 1999
Eosopostega issikii D.R. Davis, 1988
Etymology
The generic name originates from the Greek eos (dawn, east) prefixed to the generic stem Opostega, in reference to the extreme eastern palearctic distributio... |
Petrovice () is a municipality and village in Bruntál District in the Moravian-Silesian Region of the Czech Republic. It has about 100 inhabitants. The village is well preserved and is protected by law as a village monument zone.
Etymology
The name is derived from the personal name Petr. He was probably the leader of ... |
```javascript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("rxjs-compat/add/operator/merge");
//# sourceMappingURL=merge.js.map
``` |
```ocaml
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* ... |
Wrestling Dontaku 2010 was a professional wrestling pay-per-view (PPV) event promoted by New Japan Pro-Wrestling (NJPW). The event took place on May 3, 2010, in Fukuoka, Fukuoka, at the Fukuoka Kokusai Center. The event featured nine matches (including one dark match), four of which were contested for championships. It... |
```php
<?php
namespace Spatie\SchemaOrg\Contracts;
interface AchieveActionContract
{
public function actionStatus($actionStatus);
public function additionalType($additionalType);
public function agent($agent);
public function alternateName($alternateName);
public function description($descript... |
```javascript
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.... |
Milk Mantra is a dairy foods company based in Odisha, India founded in August 2009 by former director at Tetley Srikumar Misra and cofounded by Rashima Misra and Lt Col Ashit Mahapatra, to solve the trust deficit between consumers and food in India arising out of opaque supply chains and adulterated food. First operati... |
```yaml
id: Cortex ASM - Prisma Cloud Enrichment
version: -1
contentitemexportablefields:
contentitemfields: {}
name: Cortex ASM - Prisma Cloud Enrichment
description: Given the IP address this playbook enriches information from Prisma Cloud.
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 1b0c5f5c-3921-4914-8... |
Al Gharbiyah ( 'western'), or Gharb ( 'west'), or variants may refer to:
Al Gharbia, Abu Dhabi
Western Region, Bahrain
Għarb, Gozo, Malta
Gharbia Governorate, Egypt
Gharb Al-Andalus or Al-Gharb, former name of a region of modern-day Portugal and Spain 711–1249
Gharb-Chrarda-Béni Hssen, or Gharb, a former region ... |
Arkansas Highway 313 is a north–south state highway in Lafayette County. The route runs from Arkansas Highway 53 north to Arkansas Highway 29 in Lewisville. The route does not intersect any other state highways.
Route description
Arkansas Highway 313 begins at Arkansas Highway 53 at Mars Hill, an unincorporated commu... |
```objective-c
/*
* copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
* FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even... |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/vmd/detail/setup.hpp>
#include <boost/detail/lightweight_test.hpp>
int main()
{
#if !BOOST_PP_VARIADICS
# if defined __GCCXML__
BOOST_ERROR("No variadic macro support: __GCCXML__ defined.");
# elif... |
```html
<!DOCTYPE html>
<html xmlns="path_to_url"><head><title>M (owl.Owl_neural_parallel.Make.M)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src=... |
The Norway women's junior national handball team is the national under-19 handball team of Norway. Controlled by the Norwegian Handball Federation it represents the country in international matches.
History
World Championship
Champions Runners up Third place Fourth place
European Championship
Champions Run... |
```html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template inverse<icl::inplace_bit_add< Type >></title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.... |
José Balta y Montero (25 April 1814 – 26 July 1872) was a Peruvian soldier and politician who served as the 19th President of Peru from 1868 to 1872. He was the son of John Balta Bru and Agustina Montero Casafranca.
In 1865, he aided Mariano Ignacio Prado in the seizure of the presidency and served in his administrati... |
```objective-c
// SHE library
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace she {
enum SurfaceFormat {
kRgbaSurfaceFormat,
};
struct SurfaceFormatData {
SurfaceFormat format;
uint32_t bitsPerPixel;
uint32_t redS... |
The 1994 SMU Mustangs football team represented Southern Methodist University (SMU) as a member of the Southwest Conference (SWC) during the 1994 NCAA Division I-A football season. Led by fourth-year head coach Tom Rossley, the Mustangs compiled an overall record of 1–9–1 with a mark of 0–6–1 in conference play, placin... |
Loyola University Stadium was a multi-purpose stadium in New Orleans. It was home to the Loyola University Wolf Pack football team and track and field team. The stadium opened in 1928.
The stadium was a double-decker stadium with a track surrounding the grass playing field. It was located on Freret Street at Calhoun S... |
Louis IV the Saint (; 28 October 1200 – 11 September 1227), a member of the Ludovingian dynasty, was Landgrave of Thuringia and Saxon Count palatine from 1217 until his death. He was the husband of Elizabeth of Hungary.
Biography
Louis was born at Creuzburg Castle, the second son of Landgrave Hermann I of Thuringia, f... |
Tighanab () may refer to:
Tighanab Bala |
```java
/*
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDI... |
The 1868 Democratic National Convention was held at the Tammany Hall headquarters building in New York City between July 4, and July 9, 1868. The first Democratic convention after the conclusion of the American Civil War, the convention was notable for the return of Democratic Party politicians from the Southern United... |
The Jyväskylä rail accident occurred on 6 March 1998 in Jyväskylä, Finland, when the Sr1-driven express train P105 from Turku bound for Joensuu via Pieksämäki derailed. The train left the tracks after coming in too fast on a switch near the station. 300 people were on board (some sources say 500); the fireman driving ... |
Enrique Llopis Doménech (born 15 October 2000) is a Spanish athlete who specializes in the 110m hurdles.
Personal bests
Outdoors
110 metres hurdles: 13.30 (Munich, 2022)
Indoors
60 metres hurdles: 7.48 (Madrid, 2022)
International competitions
References
External links
2000 births
Living people
Spanish... |
```javascript
module.exports = {
mappings: {
"@node_modules/lodash/lodash.min.js": "@libs/lodash/"
}
}
``` |
Maripaston was a village in the Bigi Poika resort of the Para District, Suriname. The village was located along the Saramacca River and used to be the main village of the Matawai maroons.
History
The wood plantation Sonnette was located at the site since at least 1819, and was abandoned after 1832. The village was fo... |
```javascript
'use strict'
const cp = require('child_process')
module.exports = name => {
try {
cp.execSync('node -e \'require.resolve("' + name + '")\'', {stdio: 'ignore',
env: {
NODE_PATH: process.env.NODE_PATH
}})
return true
} catch (err) {
return false
}
}
``` |
The Andhra Pradesh Police is the law enforcement agency of the state of Andhra Pradesh, India. Public order and police being a state subject in India, the police force is headed by the Director general of police, Kasireddy Rajendranadh Reddy
History
The Madras Act XXIV of 1859 which marked the beginning of the Madras ... |
Michael Pickett (born 17 August 2002) is a New Zealand swimmer. He represented New Zealand at the 2019 World Aquatics Championships held in Gwangju, South Korea and he finished in 38th place in the heats in the men's 50 metre freestyle event.
In 2018, he competed in the boys' 50 metre freestyle at the Summer Youth Oly... |
Corongo can refer to a city, a district and a province in Peru.
For the use of the term in a specific setting, see:
Corongo for the town in Peru
Corongo District for the district in the Corongo province
Corongo Province for the province in Ancash |
Gamull is a surname. Notable people with the surname include:
Francis Gamull (1606–1654), English politician
Gamull Baronets |
Mdundiko is one of the traditional and ritual dances (ngoma) of the Zaramo people living in the Dar es Salaam area, in Tanzania. Mdundiko dances are associated with weddings and the rites of passage celebrating female puberty.
The mdundiko style has inspired some modern popular Tanzanian music. The bongo flava group "... |
Trip Gabriel is an American political journalist who works for The New York Times. He has covered each presidential campaign since 2012, as well as numerous U.S. Senate, congressional and gubernatorial races. Much of his reporting has focused on voters, demographics and the battleground states; especially as Donald Tr... |
```xml
import { nextTestSetup } from 'e2e-utils'
import { check } from 'next-test-utils'
const isPPREnabledByDefault = process.env.__NEXT_EXPERIMENTAL_PPR === 'true'
describe('app dir - css', () => {
const { next, isNextDev, skipped } = nextTestSetup({
files: __dirname,
skipDeployment: true,
dependencie... |
Jessica Muscat (born 27 February 1989 in Mosta, Malta), more commonly known as Jessika is a Maltese singer and actress. She represented San Marino in the Eurovision Song Contest 2018 in Lisbon, Portugal, with the song "Who We Are", alongside Jenifer Brening. She had previously attempted to represent her home country ev... |
```xml
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableSt... |
Simpsonville is an unincorporated community in northwestern Upshur County, Texas, United States. Originally named Chelsea when founded in the 1850s, the town name was changed to Simpsonville on April 22, 1858, in honor of an early settler. Highway signage and road maps indicate this community is named Thomas, due to a ... |
```go
// _ _
// __ _____ __ ___ ___ __ _| |_ ___
// \ \ /\ / / _ \/ _` \ \ / / |/ _` | __/ _ \
// \ V V / __/ (_| |\ V /| | (_| | || __/
// \_/\_/ \___|\__,_| \_/ |_|\__,_|\__\___|
//
//
// CONTACT: hello@weaviate.io
//
package test
import (
"encoding/json"
"fmt"
"os... |
```java
/**
* Tencent is pleased to support the open source community by making APT available.
* path_to_url
*/
package com.tencent.wstt.apt.statistics.actions;
import org.eclipse.jface.action.Action;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.swt.dnd.Clipboard;
import org.eclipse.swt.dnd.Te... |
Star Boating Club is a Wellington based rowing club, situated on the waterfront adjacent to Whairepo Lagoon. It is the oldest rowing club in Wellington, having existed since 1866. Star is one of New Zealand's oldest active rowing clubs and sporting organisations. It is home to rowers of all ages.
Its club building is ... |
```go
package useragent_test
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/cri-o/cri-o/server/useragent"
)
// The actual test suite.
var _ = t.Describe("Useragent", func() {
t.Describe("Get", func() {
It("should succeed", func() {
// Given
// When
result, err := userage... |
```xml
/* eslint-disable jest/no-export */
import { readFileSync } from "fs"
import { join as pathJoin } from "path"
import _ from "lodash"
import { GitLabDSL } from "../../../dsl/GitLabDSL"
import { GitDSL, GitJSONDSL } from "../../../dsl/GitDSL"
import GitLab, { gitlabJSONToGitLabDSL } from "../../GitLab"
import Gi... |
The women's 800 metres at the 2023 World Athletics Championships was held at the National Athletics Centre in Budapest from 23 to 27 August 2023.
Summary
Featuring the reigning Olympic, World, Commonwealth and European champions, who between them had dominated the global podiums since Tokyo in 2021, the women's 800 m... |
Keith and Cullen is one of the eight wards used to elect members of the Moray Council. It elects three Councillors.
Councillors
Election results
2022 Moray Council election
2017 Moray Council election
2012 Moray Council election
2007 Moray Council election
References
Wards of Moray |
```javascript
import bestSubSequence from "./lcs";
/**
* Computes the differences between the two arrays.
*
* @param {array} a the base array
* @param {array} b the target array
* @param compareFunc the comparison function used to determine equality (a, b) => boolean
* @return {object} the difference between the... |
Bingley Hall (also known as New Bingley Hall to distinguish itself from the Bingley Hall in Birmingham) is an exhibition hall located in Stafford, England, on the site of the Staffordshire County Showground. During the 1970s and 1980s it was a very popular concert venue.
History
Notable performers include Bob Marley &... |
```objective-c
/*=============================================================================
Library: CppMicroServices
file at the top-level directory of this distribution and at
path_to_url .
path_to_url
Unless required by applicable law or agreed to in writing, software
WITHOUT WARRANTIES OR COND... |
```javascript
Use `String.link` to create `<a>` tags without messy concatenation
Async and defer scripts
`top.location.href`
Navigation Timing API
MediaDevices.getUserMedia()
``` |
```java
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of this software, associated documentation and/or
* data (collectively the "Software"), free of charge and under any and all
* c... |
```objective-c
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#ifndef V8DOMStringMap_h
#define V8DOMStringMap_h
#include "bindings/core/v8/ScriptWrappable.h"
#include "bindings/core/v... |
```java
Using specific exception types in the `throws` clause
Converting stack trace to a string
Use try-with-resources instead of `finally`
Using exceptions in Java
Most common reason behind **stack overflow** error
``` |
```javascript
const { LuisRecognizer } = require('botbuilder-ai');
class FlightBookingRecognizer {
constructor(config) {
const luisIsConfigured = config && config.applicationId && config.endpointKey && config.endpoint;
if (luisIsConfigured) {
// Set the recognizer options depending on ... |
is a passenger railway station located in the city of Tatsuno, Hyōgo Prefecture, Japan, operated by West Japan Railway Company (JR West).
Lines
Sembon Station is served by the Kishin Line, and is located 27.6 kilometers from the terminus of the line at .
Station layout
The station consists of one ground-level side pl... |
```java
/*******************************************************************************
* <p>
* <p>
* path_to_url
* <p>
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
***********************************************... |
```javascript
/*! Select2 4.0.13 | path_to_url */
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return""},inputTooLong:function(n){return""+(n.input.length-n.maximum)+""},inputTooShort:fu... |
```ruby
# frozen_string_literal: true
require "spec_helper"
module Decidim
module Amendable
describe CreateDraft do
let!(:component) { create(:proposal_component, :with_amendments_enabled) }
let!(:user) { create(:user, :confirmed, organization: component.organization) }
let!(:amendable) { crea... |
The 1978 World Tour was the first concert tour by American hard rock band Van Halen. The world tour, which was in support of their debut album, covered mainly North America with 125 shows in the United States and two shows in Canada, 38 shows in Europe, and seven shows in Japan. At 172 shows total over a 10-month perio... |
```javascript
//
//
// 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.
var http = require('http')
var dispatcher = require('httpdispatcher')
var port = parseInt(process.argv[2])
var userAddedRa... |
```swift
//
// Astronaut.swift
// Moonshot
//
// Created by Nick Lockwood on 27/06/2020.
//
struct Astronaut: Codable, Identifiable {
var id: String
var name: String
var description: String
}
``` |
```c++
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The fol... |
Marian Bergeron (May 3, 1918 – October 22, 2002) was Miss America in 1933. She went on to a career in big-band singing and public speaking. She was a major supporter of the Miss America Pageant.
Bergeron, from West Haven, Connecticut, won the crown as the pageant returned to Atlantic City, New Jersey after a five-year... |
The following lists events that happened in 1923 in El Salvador.
Incumbents
President: Jorge Meléndez (until 1 March), Alfonso Quiñónez Molina (starting 1 March)
Vice President: Alfonso Quiñónez Molina (until 1 March), Pío Romero Bosque (starting 1 March)
Events
January
14 January — Voters in El Salvador elected Na... |
Timothy Ralph Danielson (born December 3, 1947) is a former American middle-distance runner. He is one of only 17 U.S. high school athletes to ever run the mile in under four minutes. In 2014, he was convicted of the first-degree murder of his ex-wife.
High school
While running for Chula Vista High School in Chula Vis... |
```javascript
import { mount, createLocalVue } from "@vue/test-utils";
import FieldMasked from "src/fields/optional/fieldMasked.vue";
let jQuery = require("jquery");
let $ = jQuery(window);
global.$ = $;
const localVue = createLocalVue();
let wrapper;
function createField2(data, methods) {
const _wrapper = mount(Fi... |
```python
"""Utilities for disa time-series modeling."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import sys
import numpy as np
import pandas as pd
from pandas.tseries.holiday import USFederalHolidayCalendar as calendar
def _keep(window, windows)... |
Linnaeus's flower clock was a garden plan hypothesized by Carl Linnaeus that would take advantage of several plants that open or close their flowers at particular times of the day to accurately indicate the time.
According to Linnaeus's autobiographical notes, he discovered and developed the floral clock in 1748. It b... |
```c++
/*******************************************************************************
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
***************************************************************... |
```xml
import { createColumnHelper } from '@tanstack/react-table';
import { Service } from '../../../types';
export const columnHelper = createColumnHelper<Service>();
``` |
KJQY may refer to:
KEIM-LP, a defunct low-power radio station (103.1 FM) formerly licensed to serve Monument, Colorado, United States, which held the call sign KJQY-LP from 2015 to 2016
KIQN (FM), a radio station (103.3 FM) licensed to serve Colorado City, Colorado, which held the call sign KJQY from 2006 to 2014 and ... |
The Hendrie Stakes is a Thoroughbred horse race run annually at Woodbine Racetrack in Toronto, Ontario, Canada. Held in mid May, the Grade III sprint race is open to fillies and mares, aged four and older and is contested over a distance of six and a half furlongs on Polytrack synthetic dirt. It offers a purse of $116,... |
```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.
//
////////////////////////////////////////////////////////////////////////////////
import java.io.ByteArrayOutputStream;
import java.i... |
William Gallagher, better known by his on-air name Billy Zero, is an American radio personality. Born in Ft. Meade, Maryland in 1971, he is best known for his work at Baltimore and Washington radio stations.
He performed in many bands in the 90's including Bovox Clown, Love Muffin Prowler, Mentle Gen and Naked Lunch.... |
```java
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of this software, associated documentation and/or
* data (collectively the "Software"), free of charge and under any and all
* c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.