text stringlengths 1 22.8M |
|---|
Chestnut Hill Avenue station is a light rail surface stop on the MBTA Green Line B branch, located in the median of Commonwealth Avenue just east of Chestnut Hill Avenue in the Brighton neighborhood of Boston, Massachusetts. Chestnut Hill Avenue has two low-level platforms, serving the B branch's two tracks; the stop i... |
```php
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\HttpKernel\Exception;
/**
* UnprocessableEnti... |
Rissani is a town in Errachidia Province in eastern Morocco, located near Erfoud. It is the closest town of significant size to the Erg Chebbi, the largest sand desert in Morocco. Its population in 2004 was 20,469.
The mausoleum of Moulay Ali Cherif, third great-grandfather of Moulay Cherif, founder of the Alaouite Dy... |
```smalltalk
using System.Text;
using System.Xml.Linq;
namespace Xamarin.Android.Tools.ManifestAttributeCodeGenerator;
class MetadataSource
{
public Dictionary<string, MetadataType> Types { get; } = [];
public Dictionary<string, MetadataAttribute> Elements { get; } = [];
public MetadataSource (string filename)
{... |
16th Avenue may refer to:
16th Avenue, a street forming the Music Row district of Nashville, Tennessee
"16th Avenue" (song), a 1982 song by Lacy J. Dalton
16 Avenue N, in Calgary, Alberta, Canada
16th Avenue (York Region), Ontario, Canada
16th Avenue Records, a defunct record label |
```yaml
apiVersion: v1
kind: ReplicationController
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"ReplicationController","metadata":{"annotations":{},"labels":{"app":"test-app"},"name":"test-app-replicationcontroller","namespace":"test-local-deploy-all"... |
```java
/*
*
*/
package io.debezium.connector.postgresql;
import static io.debezium.connector.postgresql.TestHelper.PK_FIELD;
import static io.debezium.connector.postgresql.TestHelper.TYPE_LENGTH_PARAMETER_KEY;
import static io.debezium.connector.postgresql.TestHelper.TYPE_NAME_PARAMETER_KEY;
import static io.debez... |
```smalltalk
/* ****************************************************************************
*
*
* dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
*
* You must not remove this notice, or any other, from this software.
*
*
* **********************************************... |
Thakin Soe Myint () was a Burmese politician and a leader of the National League for Democracy. Born in the Irrawaddy delta region in 1923, he first entered politics by joining the Dobama Asiayone branch at Myaungmya Township. He was a member of several political parties, including the People's Revolutionary Party, Mya... |
```c++
//
// 2.6.auto.cpp
// chapter 2 language usability
// modern cpp tutorial
//
// created by changkun at changkun.de
// path_to_url
//
#include <initializer_list>
#include <vector>
#include <iostream>
class MagicFoo {
public:
std::vector<int> vec;
MagicFoo(std::initializer_list<int> list) {
for (... |
```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 istioagent
import (
"context"
"fmt"
"strings"
"time"
discovery "github.com/envoyproxy/go-control-plane/envoy/service/discov... |
Sir Lancelot is a platform game published in 1984 by Melbourne House for the Amstrad CPC and ZX Spectrum home computers.
Gameplay
Sir Lancelot, controlled by the player, must explore the 24 rooms of the castle and collect all the objects (which come in many forms but glow to make them identifiable) in each room befor... |
Wikstroemia alternifolia is a shrub, of the family Thymelaeaceae. It is native to China, specifically Gansu and northern Sichuan.
Description
The shrub has white pale branches. It is found on open bushy slopes and rocks at altitudes under 2500 m.
References
alternifolia |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#if !defined(BOOST_VMD_DETAIL_DATA_EQUAL_HEADERS_HPP)
#define BOOST_VMD_DETAIL_DATA_EQUAL_HEADERS_HPP
#include <boost/preprocessor/array/size.hpp>
#include <boost/preprocessor/comparison/equal.hpp>
#include <boost/preprocessor/... |
In mathematical logic, the disjunction and existence properties are the "hallmarks" of constructive theories such as Heyting arithmetic and constructive set theories (Rathjen 2005).
Definitions
The disjunction property is satisfied by a theory if, whenever a sentence A ∨ B is a theorem, then either A is a theorem, o... |
```smarty
{{/*
*/}}
{{/* vim: set filetype=mustache: */}}
{{/*
Return a soft nodeAffinity definition
{{ include "common.affinities.nodes.soft" (dict "key" "FOO" "values" (list "BAR" "BAZ")) -}}
*/}}
{{- define "common.affinities.nodes.soft" -}}
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
ma... |
```python
import numpy as np
import torch
from pyannote.audio.utils.permutation import permutate
def test_permutate_torch():
num_frames, num_speakers = 10, 3
actual_permutations = [
(0, 1, 2),
(0, 2, 1),
(1, 0, 2),
(1, 2, 0),
(2, 0, 1),
(2, 1, 0),
]
b... |
National Airways Corporation is a commercial aviation company with its head office on the grounds of Lanseria Airport in Johannesburg, South Africa. The company offers a range of products and services for fixed-wing aircraft and helicopter markets, including aircraft sales, maintenance, parts, value-added products, air... |
```javascript
//
// 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, sublicens... |
```smalltalk
using System;
using System.Collections.Generic;
using Certify.Models;
using Certify.Models.Config;
namespace Certify.Config
{
public enum TaskTriggerType
{
/// <summary>
/// Task will not run
/// </summary>
NOT_ENABLED = 0,
/// <summary>
/// Task wi... |
The White House Political Director, formally the Director of the Office of Political Affairs (OPA) or Director of the Office of Political Strategy and Outreach (OPSO), is a political appointee of the President of the United States and a senior member of the Executive Office of the President of the United States.
Histo... |
```java
/**
* SusiIdea
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or ... |
```javascript
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --allow-natives-syntax
function f(get, ...a) {
for (let i = 0; i < 1000; i++) {
if (i === 999) %OptimizeOsr();
a.map(f);
}
return get();
}
assertThrows(f);
``` |
Lucy C. Laney Comprehensive High School (Laney High School) is a public high school in the Laney-Walker district of Augusta, Georgia, United States. It was formed in 1949 by combining the A. R. Johnson and Haines Normal and Industrial Institute. From the merger, Laney derived the mascot, the "Wildcat," and the school c... |
```javascript
var fs = require('fs')
var path = require('path')
var mr = require('npm-registry-mock')
var test = require('tap').test
var common = require('../common-tap.js')
var pkg = common.pkg
var opts = [
'--cache', common.cache,
'--registry', common.registry
]
var desired = {
name: 'npm-test-shrinkwrap-d... |
```kotlin
package expo.modules.updates.loader
import android.net.Uri
import androidx.test.internal.runner.junit4.AndroidJUnit4ClassRunner
import androidx.test.platform.app.InstrumentationRegistry
import expo.modules.updates.TestUtils.asJSONResponse
import expo.modules.updates.TestUtils.asResponse
import expo.modules.u... |
```objective-c
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_COMPILER_BYTECODE_LIVENESS_MAP_H_
#define V8_COMPILER_BYTECODE_LIVENESS_MAP_H_
#include "src/base/hashmap.h"
#include "src/utils/bit-vector.h"
#include "src/zone/zone.h"
namespace v8 {
na... |
Garwacz is a village in the administrative district of Gmina Bodzanów, within Płock County, Masovian Voivodeship, in east-central Poland. It lies approximately north-west of Bodzanów, east of Płock, and north-west of Warsaw.
References
Garwacz |
All Saints' Church, Norwich is a Grade I listed redundant parish church in the Church of England in Norwich.
History
The church was largely built in the 15th century, when the nave and north aisle were added, but the chancel dates back to the 13th century. The un-buttressed tower was also built in the 15th century but... |
Ingomar is an unincorporated community in northwestern Rosebud County, Montana, United States, along the route of U.S. Route 12. The town was established in 1908, as a station stop on the Chicago, Milwaukee, St. Paul and Pacific Railroad, then under construction in Montana. Although the land around Ingomar attracted nu... |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="definitions"
xmlns="path_to_url"
xmlns:activiti="path_to_url"
targetNamespace="org.flowable.engine.test.api.runtime">
<process id="nestedSubProcessQueryTest">
<startEvent id="theStart" />
<sequenceFlow id="flow1" sourceRef="theSt... |
```yaml
commonfields:
id: 3b260f00-772c-4d4e-84ea-e47226637497
version: -1
name: VerifyHumanReadableEquals
script: >
var entryRes = executeCommand('getEntry', {'id': args.humanReadableEntryId});
if (entryRes && Array.isArray(entryRes)) {
if (entryRes[0].Type !== entryTypes.error) {
var outputSt... |
```smalltalk
#nullable disable
using System.Collections.Generic;
namespace ClosedXML.Excel
{
internal class XLCharts: IXLCharts
{
private List<IXLChart> charts = new List<IXLChart>();
public IEnumerator<IXLChart> GetEnumerator()
{
return charts.GetEnumerator();
}
... |
```css
Use `box-sizing` to define an element's `width` and `height` properties
The `nth-child` Property
Styling elements using `::before` and `::after`
How to flip an image
Multiple borders with pseudo elements
``` |
The second USS Sovereign (SP-170) was an armed yacht that served in the United States Navy as a patrol vessel from 1918 to 1919.
Sovereign was built as a civilian yacht of the same name in 1911 by Charles L. Seabury and Company at Morris Heights in the Bronx, New York, for private use as a pleasure and commuting vesse... |
```shell
Finding a tag
The three states in git
Make your log output pretty
Limiting log output by time
Ignore files in git
``` |
Dr. Andor László (24 December 1914 – 8 August 1993) was a Hungarian economist, who served as Governor of the Hungarian National Bank from 1 November 1961 to 10 July 1975.
See also
National Bank of Hungary
References
1914 births
1993 deaths
Governors of the Hungarian National Bank
Writers from Budapest
20th-century ... |
Quincy City Hall is the seat of government for the City of Quincy, Massachusetts. The historic town hall building at 1305 Hancock Street in Quincy Center was built in 1844. It is a somewhat monumental example of Greek Revival architecture, featuring a temple front with two-story Ionic pilasters and a triangular pedime... |
```xml
import { useState } from 'react';
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
export default function useObject<T>(InitialValue?: T) {
const [value, setValue] = useState<T>(InitialValue ?? {} as T);
const updateValue: (Updates: Partial<T>) => void = (Updates: Partial<T>)... |
Temnin el-Foka () is a village located approximately 28 kilometers southwest of Baalbek in the Baalbek District, in the Beqaa valley of Lebanon, at an altitude of 1100 meters above sea level. The village is famous for its Roman nymphaeum which is close to the spring of Ain el-Jobb.
History
Temnin was settled since Ro... |
The Michael government was formed by Alun Michael following the 1999 National Assembly for Wales election and was a Labour minority government.
Cabinet
References
Welsh governments
Ministries of Elizabeth II |
```xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="path_to_url"
xmlns:app="path_to_url"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:orientation="vertical">
<razerdp.demo.widget.TitleBarView
... |
is a Formula One-based racing game developed by Nihon Bussan and published by Nichibutsu for the PC-Engine.
Reception
On release, Famicom Tsūshin scored the PC Engine version of the game a 31 out of 40.
References
External links
1990 video games
Formula One video games
Japan-exclusive video games
Nihon Bussan ga... |
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="csbig5"> <!-- test breaks if the server overrides this -->
<title>csbig5 encoding (form)</title>
<meta name="timeout" content="long">
<meta name="variant" content="?1-1000">
<meta name="variant" content="?1001-2000">
<meta name="variant" content="?2001-3000">
<meta n... |
Qulbəndə (also, Gülbəndə and Gyul’benda) is a village and municipality in the Agdash Rayon of Azerbaijan. It has a population of 1,315. The municipality consists of the villages of Qulbəndə, Orta Qəsil, Bəylik, and Aşağı Qəsil.
References
Populated places in Agdash District |
The Khairatabad metro station is located on the Red Line of the Hyderabad Metro. This station was opened to public on 2017. It is near to Cement Corporation of India, Khairtabad railway station, ICICI Bank, Institute of engineers Limited, Dr Babasaheb Ambedkar Statue, Prasads I Max Road, Vegetable Market, Raj Bhavan R... |
```python
from office365.runtime.client_result import ClientResult
from office365.runtime.queries.service_operation import ServiceOperationQuery
from office365.sharepoint.entity_collection import EntityCollection
from office365.sharepoint.publishing.pages.reposts.repost import RepostPage
class RepostPageCollection(En... |
```kotlin
package net.grandcentrix.thirtyinch.lint
import com.android.tools.lint.detector.api.Category
import com.android.tools.lint.detector.api.Detector
import com.android.tools.lint.detector.api.Implementation
import com.android.tools.lint.detector.api.Issue
import com.android.tools.lint.detector.api.Scope
import c... |
Airplay40 is a syndicated radio-based Top 40 chart show broadcast around the globe on English speaking radio stations. It is based on the UK Singles Chart format, and is derived from airplay from subscriber English-language radio stations across Europe and the Middle East. The programme is aimed at English expatriates ... |
```python
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistribu... |
The Bremische Bürgerschaft (, ) is the legislative branch of the Free Hanseatic City of Bremen in Germany. The state parliament elects the members of the Senate (executive), exercises oversight of the executive, and passes legislation. It currently consists of 87 members from six parties. The current majority is a coal... |
```smalltalk
using System.Data;
using System.Linq.Expressions;
namespace Chloe
{
internal class DbContextProviderDecorator : IDbContextProvider
{
bool _disposed = false;
public DbContextProviderDecorator(IDbContextProvider dbContextProvider)
{
this.HoldDbContextProvider = d... |
```cmake
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO SpriteOvO/sigmatch
REF v0.2.0
SHA512 your_sha256_hashyour_sha256_hash
HEAD_REF main
)
set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DSIGMATCH_BUILD_TESTS=OFF
)
vc... |
```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 resolve = require( 'path' ).resolve;
var bench = require( '@stdlib/bench... |
Drowningman is an American hardcore punk band from Burlington, Vermont, which was active from 1995 to 2005. Formed in the fall of 1995 by Simon Brody, Denny Donovan, Javin Leonard, Dave Barnett and Todd Tomlinson, the band was heavily influenced by a variety of bands including Deadguy, Unbroken, Shotmaker, Unwound, Sun... |
```c++
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
//
// For more information, see path_to_url
//
#include <boost/range/algorithm/set_algorithm.hpp>
#include <boost/test/test_tools.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/assign.hpp>
#include <boost/bind.hpp>
#include... |
```python
import pyodbc
import datetime
server = 'your_server.database.windows.net'
database = 'your_database'
username = 'your_user'
from azure.identity import DefaultAzureCredential
from azure.keyvault.secrets import SecretClient
credential = DefaultAzureCredential()
secret_client = SecretClient(vault_url="path_t... |
```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\DisplayVideo;
class ActivateManualTriggerRequest extends \Google\Model
{
}
// Adding a class alias fo... |
```c
/* -*- C -*-
* main.c -- the bare scullv char module
*
*
* The source code in this file can be freely used, adapted,
* and redistributed in source or binary form, so long as an
* acknowledgment appears in derived source files. The citation
* should list that the code comes from the book "Linux Device
* Dr... |
```go
// Code generated by smithy-go-codegen DO NOT EDIT.
package sqs
import (
"context"
"fmt"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/service/sqs/types"
"github.com/aws/smithy-go/middleware"
smithyhttp "github.com/aws/smithy-go/transport/http"
)
// Gets the mo... |
Marian Petrescu (born 1970, Bucharest, Romania) is a Romanian jazz pianist. Playing since the age of 4, he has been on the jazz scene since the age of 15 after appearing at Pori Jazz. He is known for his work with the renowned jazz guitarist Andreas Öberg, and many others.
Petrescu moved to Sweden in the 1980s where h... |
Caernarfonshire (; , ), sometimes spelled Caernarvonshire or Carnarvonshire, is one of the thirteen historic counties, a vice-county and a former administrative county of Wales.
Geography
The county is bounded to the north by the Irish Sea, to the east by Denbighshire, to the south by Cardigan Bay and Merionethshire, ... |
The 3 arrondissements of the Val-d'Oise department are:
Arrondissement of Argenteuil, (subprefecture: Argenteuil) with 17 communes. The population of the arrondissement was 412,334 in 2016.
Arrondissement of Pontoise, (prefecture of the Val-d'Oise department: Pontoise) with 105 communes. The population of the arr... |
Park Ji-yeon (known mononymously as Jiyeon), is a South Korean singer, actress and model. She is a member of girl group T-ara and its subgroup T-ara N4.
Park has starred in multiple Korean and international movies and television series since 2007. Her first movie offer was the second installment of "Gas Station Raid",... |
Daniel Dean Bruce (May 18, 1950 – March 1, 1969) was a United States Marine who posthumously received the Medal of Honor for heroism in Vietnam.
Bruce joined the Marines in 1968, and was deployed to Vietnam in January 1969. Two months later, on March 1, 1969, Bruce was on night watch at Firebase Tomahawk in Quang Nga... |
```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 stubs
import "k8s.io/kops/dnsprovider/pkg/dnsprovider/providers/google/clouddns/internal/interfaces"
// Compile time check for interface ... |
Alcohol dehydrogenase class-3 is an enzyme that in humans is encoded by the ADH5 gene.
This gene encodes glutathione-dependent formaldehyde dehydrogenase or the class III alcohol dehydrogenase chi subunit, which is a member of the alcohol dehydrogenase family. Members of this family metabolize a wide variety of substr... |
```javascript
Registry user accounts for npm
Bump package version in npm
`peerDependencies`
`optionalDependencies` in npm
`config` object in `package.json`
``` |
La Rochegiron (; ) is a commune in the Alpes-de-Haute-Provence department in southeastern France.
Population
See also
Communes of the Alpes-de-Haute-Provence department
References
Communes of Alpes-de-Haute-Provence
Alpes-de-Haute-Provence communes articles needing translation from French Wikipedia |
```python
"""
Creates a modern site
path_to_url#create-a-modern-site
"""
from office365.sharepoint.client_context import ClientContext
from tests import (
create_unique_name,
test_admin_credentials,
test_team_site_url,
test_user_principal_name_alt,
)
client = ClientContext(test_team_site_url).with_cr... |
Hobbieville is an unincorporated community in Center Township, Greene County, Indiana.
History
Hobbieville was originally called Jonesboro, and under the latter name was founded in 1837. A post office was established as Hobbieville in 1840, and it remained in operation until it was discontinued in 1935.
Geography
Hob... |
Tigard Transit Center, formally Thomas M. Brian Tigard Transit Center, is a transport hub in Tigard, Oregon, United States, that is owned and operated by TriMet. It is a transfer facility for bus routes mainly serving the westside communities of the Portland metropolitan area and the third southbound station from Beave... |
```xml
import { ICustomerService } from './ICustomerService';
import { ICustomer } from '../../model/ICustomer';
export default class CustomerServiceMock implements ICustomerService {
// US customers from Northwind database
private mockItems: ICustomer[] =
[
{
"CustomerID": "GREAL",
... |
```go
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package transform
import (
"bytes"
"errors"
"fmt"
"io/ioutil"
"strconv"
"strings"
"testing"
"time"
"unicode/utf8"
)
type lowerCaseASCII struct{ NopResetter }
func (lowerCaseASCII) Transform(dst, sr... |
Koda Kumi Driving Hit's 2 is the third remix album released by Japanese singer/songwriter, Kumi Koda. It was released a year after Koda Kumi Driving Hit's on March 31, 2010. It ranked higher than its predecessor, coming in at #5 on Oricon and staying on the charts for twelve weeks.
Track listing
(Source)
"Lick me♥" [P... |
The Planning-gain Supplement (Preparations) Act 2007 (c 2) is an Act of the Parliament of the United Kingdom.
The Treasury may by order repeal this Act.
Section 1 - Preparatory expenditure
This section provides:
"Secretary of State"
This means one of Her Majesty's Principal Secretaries of State.
References
Halsbur... |
Cégep de Shawinigan is a public college located in Shawinigan, Quebec, Canada.
Originally known as the Cégep de Shawinigan at its founding in 1968, it was renamed to Collège Shawinigan in 1994 before returning to its original name in 2019. In addition to the main campus in Shawinigan, there is a campus in La Tuque (C... |
Wolverine Pass, 2218 m (7277 ft), is a mountain pass in the Chilcotin Ranges of the Pacific Ranges, the southernmost major subdivision of the Coast Mountains of British Columbia, Canada. It is located between the headwaters of Gun Creek, a major north tributary of the Bridge River, and those of Slim Creek, which is a ... |
```javascript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isDate(value) {
return value instanceof Date && !isNaN(+value);
}
exports.isDate = isDate;
//# sourceMappingURL=isDate.js.map
``` |
```javascript
import _ from 'lodash';
export default class LdapUserSearchController {
/* @ngInject */
constructor($async, Notifications) {
Object.assign(this, { $async, Notifications });
this.users = null;
this.showTable = false;
this.onRemoveClick = this.onRemoveClick.bind(this);
this.onAddC... |
Artemis Intelligent Power (AIP) is an engineering and R&D company based in Edinburgh, Scotland. It primarily manufactures hydraulic machines and transmissions that are based on high-speed solenoid valves and digital control technology. The company is noted for developing its digital displacement technology.
History
Th... |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="PassingDataBetweenFragments" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle"... |
```javascript
// Should not error
import 'server-only'
export function register() {
if (process.env.NEXT_RUNTIME === 'edge') {
console.log('instrumentation hook on the edge')
} else if (process.env.NEXT_RUNTIME === 'nodejs') {
console.log('instrumentation hook on nodejs')
} else {
require('this shoul... |
Gustav Heinrich Wiedemann (; 2 October 1826 – 24 March 1899) was a German physicist and scientific author.
Life
Wiedemann was born in Berlin the son of a merchant who died two years later. Following the death of his mother in 1842 he lived with his grandparents.
After attending a private school as well as the Cölnis... |
Ian Ross Tomlinson (27 February 1936 – 26 January 1995) was an Olympic athlete from Australia. He specialised in the triple jump and long jump events during his career.
Born in Perth, Western Australia Tomlinson represented Australia at two consecutive Olympic Games, starting in 1960. He twice claimed the gold medal i... |
Robert Griffith (1501/1502 – 1568) was an English politician.
Griffith was mayor of Salisbury in 1545. He was a Member (MP) of the Parliament of England for Salisbury in April 1554 and November 1554.
References
1502 births
1568 deaths
English MPs 1554
English MPs 1554–1555
Mayors of Salisbury |
```c
int x[10] = { 0,1,2,3,4,5,6,7,8,9};
int
main()
{
int niterations = 0, i;
for (;;) {
int i, mi, max;
max = 0;
for (i = 0; i < 10 ; i++) {
if (x[i] > max) {
max = x[i];
mi = i;
}
}
if (max == 0)
break;
x[mi] = 0;
niterations++;
if (niterations > 10)
ab... |
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Authentication With Microsoft Graph Sample</title>
<style>
body {
margin: 0px;
padding: 0px;
font-family: Segoe ... |
Elisabeth Clay Moreira is an American submission grappler, Brazilian jiu-jitsu practitioner and competitor.
Clay won multiple World and Pan championships titles (Gi and No-Gi) throughout her colored belts as well as the ADCC West Coat Trials when just a 16-year-old blue belt. She is a black belt 3X World No-Gi champio... |
```javascript
if(typeof cptable === 'undefined') cptable = {};
cptable[20838] = (function(){ var d = "\u0002\u0003\t\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\b\u0018\u0019\u001c\u001d\u001e\u001f\n\u0017\u001b\u0005\u0006\u0007\u0016\u0004\u0014\u0015\u001a [.<(+|&]!$*);-/^,%_>?`:#@'=\"abcdefghijklmnopqr~stuvwxyz... |
Nabakalebara also spelled as Navakalevara () is the ritualistic recreation of the wooden icons of four Hindu deities (Jagannath, Balabhadra, Subhadra, and Sudarshana) at Jagannath Temple, Puri. The ritual is performed during the 8th, 12th, or 19th year after the previous Nabakalebara.
Nabakalebara is an important fes... |
```c
/*your_sha256_hash---------
*
* multi_logical_replication.c
*
* This file contains functions to use logical replication on the distributed
* tables for moving/replicating shards.
*
*
*your_sha256_hash---------
*/
#include "postgres.h"
#include "fmgr.h"
#include "libpq-fe.h"
#include "miscadmin.h"
#includ... |
```java
/*
*
*/
package io.debezium.connector.jdbc.transforms;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertThrows;
import java.util.HashMap;
import java.util.Map;
import org.apache.kafka.common.config.ConfigException;
import org.apache.kafka.connec... |
Homes England is the non-departmental public body that funds new affordable housing in England. It was founded on 1 January 2018 to replace the Homes and Communities Agency (HCA).
HCA in turn was established by the Housing and Regeneration Act 2008 as one of the successor bodies to the Housing Corporation, and became o... |
```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.cli.admin.cluster;
import io.pravega.cli.admin.AdminCommand;
import io.pravega.cli.admin.CommandArgs;
/**
*... |
Parliamentary elections were held in Slovakia on 8 and 9 June 1990 alongside federal elections. They were the first elections after the Velvet Revolution, and the first free elections since 1946. The Public Against Violence (VPN) party emerged as the largest in the Slovak National Council, winning 48 of the 150 seats. ... |
Katharine Gatty (11 June 1870 – 1 May 1952) was a British nurse, journalist, lecturer and militant suffragette. As a prominent member of the Women's Social and Political Union (WSPU), she received from them the Hunger Strike Medal after going on a hunger strike in prison during which she was force-fed. In her later yea... |
Meriwether Lewis (August 18, 1774 – October 11, 1809) was an American explorer, soldier, politician, and public administrator, best known for his role as the leader of the Lewis and Clark Expedition, also known as the Corps of Discovery, with William Clark.
Their mission was to explore the territory of the Louisiana Pu... |
```smalltalk
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Console;
namespace ConsoleAppEF2.Database
{
public class TestContext : DbContext
{
#if EF3 || EF5
public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory.Create(builder... |
Presidential elections were held in Iran on 23 May 1997, which resulted in an unpredicted win for the reformist candidate Muhammad Khatami. The election was notable not only for the lopsided majority of the winner - 70% - but for the high turnout. 80% of those eligible to vote did so, compared to 50% in the previous p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.