text stringlengths 1 22.8M |
|---|
```java
/*******************************************************************************
* All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at
* path_to_url
*
*
* Contributors:
* Microsoft Corporation - initial API and implementation
**... |
```java
/*
*
*/
package io.debezium.connector.mysql;
import io.debezium.connector.binlog.BinlogDdlParserIT;
/**
* Integration test for testing column constraints supported in MySQL 8.0.x.
*/
public class MySqlParserIT extends BinlogDdlParserIT<MySqlConnector> implements MySqlCommon {
}
``` |
```prolog
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 15.0.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# nam... |
Spider-Man: Far From Home is a 2019 American superhero film based on the Marvel Comics character Spider-Man, co-produced by Columbia Pictures and Marvel Studios, and distributed by Sony Pictures Releasing. It is the sequel to Spider-Man: Homecoming (2017) and the 23rd film in the Marvel Cinematic Universe (MCU). The fi... |
Daniël Dupré (20 December 1751 – 4 June 1817) was a Dutch engraver, painter, draftsman, and watercolorist. He was born in Amsterdam and primarily lived and worked there. His paintings and prints depict mostly buildings and landscapes.
Daniël studied under Jurriaan Andriessen at the Stadstekenacademie (City Drawing Sch... |
```c++
//===-- SIPreEmitPeephole.cpp ------------------------------------===//
//
// See path_to_url for license information.
//
//===your_sha256_hash------===//
//
/// \file
/// This pass performs the peephole optimizations before code emission.
///
//===your_sha256_hash------===//
#include "AMDGPU.h"
#include "GCNSu... |
```smalltalk
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Numerics;
using System.Text.RegularExpressions;
using Microsoft.Graphics.Canvas.Geometry;
using Microsoft.Toolkit.Uwp.UI.Media.Geometry.Core;
namespace Mi... |
O23 or O-23 may refer to:
, a submarine of the Royal Netherlands Navy
Osim International, a Singaporean company
Oxygen-23, an isotope of oxygen
Ranchaero Airport, in Butte County, California, United States; assigned FAA LID O23 until 2009
Thomas-Morse O-23, an observation aircraft of the United States Army Air Co... |
```python
#
#
# 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.
# ==============================================================================
"""A class to store named variables and a scope operator to... |
```smalltalk
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Assem... |
```shell
Subdirectory checkout
Workflow: topic branches
Pushing to a remote branch
Viewing your tracking branches
Pulling a remote branch
``` |
Uni.T (; stylized as UNI.T) was a South Korean girl group formed through the KBS survival show The Unit. The group consisted of nine members: Yang Ji-won, Bae Woo-hee, Yoonjo, ZN, NC.A, Euijin, Yebin, Lee Hyun-joo and Lee Su-ji. For their second and last release, they were promoting as 8 without ZN. Their debut extende... |
```javascript
function Tree (color) {
this.x = 0;
this.y = 0;
this.xpos = 0;
this.ypos = 0;
this.zpos = 0;
this.scaleX = 1;
this.scaleY = 1;
this.color = utils.parseColor(color);
this.alpha = 1;
this.lineWidth = 1;
this.branch = [];
//generate some random branch positions
this.branch[0] = -... |
The Asia/Oceania Zone was one of the three zones of the regional Davis Cup competition in 1990.
In the Asia/Oceania Zone there were two different tiers, called groups, in which teams competed against each other to advance to the upper tier.
Group I
Winners in Group I advanced to the World Group qualifying round, alon... |
John William Hepfer (9 February 1924 – 25 April 1997) was a leading missile development engineer who played an important role in the development of the Minuteman and Peacekeeper missiles. During World War II he flew 44 combat missions in the Southwest Pacific Area as a navigator of Consolidated B-24 Liberator bombers. ... |
```smalltalk
Class {
#name : 'TextIndentTest',
#superclass : 'TestCase',
#category : 'Text-Tests-Base',
#package : 'Text-Tests',
#tag : 'Base'
}
{ #category : 'tests' }
TextIndentTest >> testAmount [
| text |
text := 'Hello' asText addAttribute: (TextIndent amount: 2).
self assert: text runs first first amoun... |
```java
/*
*
* All rights reserved. This program and the accompanying materials
*
* path_to_url
*/
package org.locationtech.jts.index.kdtree;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Deque;
import java.util.Iterator;
import java.util.List;
import org... |
Pavol Gábor (1 December 1932 – 28 August 2003) was a Slovak operatic tenor who had an active international career during the 1960s through the 1990s. He had a lengthy and fruitful partnership at the Slovak National Theatre which lasted for over three decades.
Biography
Born in Varín, Gábor studied at the Bratislava Co... |
Moses is a 1976 narrative poem by Anthony Burgess of 200-plus pages in length, part of his religious or Biblical trilogy, the other components of the trilogy being The Kingdom of the Wicked and Man of Nazareth.
It was published shortly after he wrote the screenplay for Moses the Lawgiver, Gianfranco De Bosio's 1975 mo... |
```c
/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
*
*
* 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 impl... |
Carmelo Héctor Giuliano González (born June 14, 1951), is a former Argentine football defender. He was born in Avellaneda and played for Hércules CF.
Club career
When Club Atlético Independiente won the 1973 Intercontinental Cup, Giuliano was a substitute in the final. He joined Hércules on the recommendation of Migue... |
```java
package com.codeest.geeknews.ui.gank.fragment;
import android.app.ActivityOptions;
import android.content.Intent;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.StaggeredGridLayoutManager;
import android.view.View;
import co... |
Asmadere () is a village in the Beşiri District of Batman Province in Turkey. The village is populated by Kurds of the Elîkan tribe and had a population of 517 in 2021.
References
Villages in Beşiri District
Kurdish settlements in Batman Province |
```java
/// Source : path_to_url
/// Author : liuyubobobo
/// Time : 2017-11-17
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
// My Non-Recursive
// Time Complexity: O(n), n is the node number in the tree
// Space Complexity: O(h), h is the height of the tree
public class Solution2 {
... |
```smalltalk
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
namespace ClosedXML.Excel
{
internal enum XLChartTypeCategory { Bar3D }
internal enum XLBarOrientation { Vertical, Horizontal }
internal enum XLBarGrouping { Clustered, Percent, Stacked, Standard }
intern... |
```ruby
class B2sum < Formula
desc "BLAKE2 b2sum reference binary"
homepage "path_to_url"
url "path_to_url"
sha256 your_sha256_hash
license any_of: ["CC0-1.0", "OpenSSL", "Apache-2.0"]
bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: your_sha256_hash
sha256 cellar: :any_skip_relocatio... |
```c++
//===-- FuzzerInterceptors.cpp --------------------------------------------===//
//
// See path_to_url for license information.
//
//===your_sha256_hash------===//
// Intercept certain libc functions to aid fuzzing.
// Linked only when other RTs that define their own interceptors are not linked.
//===your_sha256... |
```html
<!DOCTYPE html>
<html lang="en">
<head>
<title>SKiDL — Version 0.0.27 Released!</title>
<meta charset="utf-8" />
<link rel="profile" href="path_to_url" />
<link rel="stylesheet" type="text/css" href="/skidl/theme/css/style.css" />
<link rel='stylesheet' id='oswald-css' href='path_to_url#038;ver... |
The Piazzale Flaminio railway station is a railway station in Rome (Italy) and the terminus of the Rome–Civitacastellana–Viterbo railway, managed by ATAC.
History
The station was inaugurated on October 28 1932 (the tenth anniversary of the March on Rome) together with the Rome - Civita Castellana line; the last urban... |
```javascript
/*
* 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 { Directions } from 'lib/Constants';
import Popover from 'components/Popover/Popover.react';
import Position from 'lib/Position';
import PropTy... |
Abraham Colles (23 July 1773 – 16 November 1843) was Professor of Anatomy, Surgery and Physiology at the Royal College of Surgeons in Ireland (RCSI) and the President of RCSI in 1802 and 1830. A prestigious Colles Medal & Travelling Fellowship in Surgery is awarded competitively annually to an Irish surgical trainee em... |
```html
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "path_to_url">
<html>
<!--
Use, modification and distribution is subject to the Boost Software
path_to_url
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../boost.css... |
In air transport, a change of gauge for a passenger or cargo flight is a change of aircraft that retains the same flight number. The term is borrowed from the rail transport practice of gauge change. When a feeder flight connects to a flight on a larger aircraft, this is sometimes called a funnel flight. An example of... |
Margaret Dawson ( – 16 February 1816), also known as Margaret Henderson, was a convict sentenced to transportation. She travelled on the Lady Penrhyn as a member of the First Fleet to establish a British colony in Australia. She had a long-term relationship with the surgeon, William Balmain, whose descendants still liv... |
```go
// Unless explicitly stated otherwise all files in this repository are licensed
// This product includes software developed at Datadog (path_to_url
//go:build windows && npm
package tracer
import (
"testing"
"github.com/DataDog/datadog-agent/pkg/network/testutil"
sysconfigtypes "github.com/DataDog/datadog... |
```html
<!doctype html>
<title>CodeMirror: LiveScript mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<link rel="stylesheet" href="../../theme/solarized.css">
<script src="../../lib/codemirror.js"></script>
<script src="lives... |
```c++
// 2016 and later: Unicode, Inc. and others.
/*
**********************************************************************
* Corporation and others. All Rights Reserved.
**********************************************************************
* file name: ucnv_ct.c
* encoding: UTF-8
* tab size: 8 (not u... |
```objective-c
// This file is part of libigl, a simple c++ geometry processing library.
//
//
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at path_to_url
#ifndef IGL_COLON_H
#define IGL_COLON_H
#include "igl_inline.h"
#include <Eigen/Dense>
namespace igl
{
// Note:
/... |
```c
/* $OpenBSD: joy.c,v 1.17 2023/01/30 10:49:05 jsg Exp $ */
/* $NetBSD: joy.c,v 1.3 1996/05/05 19:46:15 christos Exp $ */
/*-
* All rights reserved.
*
* Ported to NetBSD by Matthieu Herrb <matthieu@laas.fr>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted p... |
```xml
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="commit-book-a-car.json" />
<None Remove="driver-age-too-young.json" />
</ItemGroup>
<ItemGroup>
<Content Include="driver-age-too-young.json">
... |
Drouetius is a monotypic genus of click beetle. Its only described species, Alestrus dolosus is endemic to the Azores archipelago.
References
Endemic arthropods of the Azores
Elateridae
Beetles described in 1867 |
Viriathus (supposedly died 216 BC) was a leader of Gallaecian and Lusitanian mercenaries in the Carthaginian army during the Second Punic War, according to Silius Italicus's poem Punica.
Biography
Viriathus is mentioned only by Silius in his poem. He appears first in Silius's list of the Carthaginian forces, being des... |
```c++
/// Source : path_to_url
/// Author : liuyubobobo
/// Time : 2018-09-29
#include <iostream>
#include <vector>
#include <queue>
using namespace std;
/// BFS
///
/// Time Complexity: O(n*m)
/// Space Complexity: O(n*m)
class Solution {
private:
int d[4][2] = {{1, 0}, {-1, 0}, {0, 1}, {0, -1}};
int n,... |
Marius George Pena (born 2 May 1985) is a Romanian former footballer who played as a forward.
He is the son of Gheorghe Pena, a striker who played in the 80's for Progresul București, Olt Scornicești and Steaua București.
Career
On 14 September 2011, he scored the equalizing goal in Galaţi's 2–1 loss to Basel in the ... |
The Federated Storemen and Packers Union of Australia was an Australian trade union that existed between 1912 and 1988. It represented workers employed in warehousing, transport logistics, and a limited range of manufacturing industries in Australia.
History
The Storemen and Packers Union was formed in 1912. The unio... |
```php
<?php
/**
*
*
* path_to_url
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
*/
namespace Aws\Route53\Exception;
/**
* Exception that occurs when a TooManyHealthChecksException error is encountered
... |
Euderces acutipennis is a species of beetle in the family Cerambycidae. It was described by Henry Walter Bates in 1885 and is known from Guatemala.
References
Euderces
Beetles of Central America
Beetles described in 1885
Taxa named by Henry Walter Bates |
```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 CO... |
The Stagecoach Inn is an exhibit building located at Shelburne Museum in Shelburne, Vermont.
History
Hezekiah Barnes built the Stagecoach Inn in Charlotte, Vermont, in 1783. A former captain in the United States Militia, Barnes had moved with his family to Charlotte in 1780 and established the inn and a trading post o... |
"Katie and Emily" is the ninth and penultimate episode of the third series of the British teen drama Skins, which first aired on 19 March 2009 on E4 in both Ireland and the United Kingdom. The episode was written by Malcolm Campbell and Bryan Elsley, and was directed by Charles Martin. The episode focuses on the charac... |
Randel McCraw Helms, also known as Loyce Helms (born November 16, 1942 in Montgomery, Alabama) is an American professor of English literature, a writer on J. R. R. Tolkien and critical writer on the Bible.
Biography
Helms studied at University of California, Riverside, B.A. 1964, University of Washington, Ph.D. 1968, ... |
```smalltalk
namespace MyCompanyName.MyProjectName.Blazor.Server.Tiered.Pages;
public partial class Index
{
}
``` |
```javascript
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: path_to_url
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // AMD
... |
```text
Infinite Health
0
Hiei-YYH
0 0092AE3C 807F0320
0 0092AE44 907F031C
#
Infinite Bloodlust
0
Hiei-YYH
0 01726CB0 3C80447A
0 01726CB4 90831950
0 01726CB8 8083008C
0 01726CBC 4ACAB2DC
0 003D1F94 49354D1C
/*
Do not try to use without
enemies around or you will
get stuck in platform.
*/
#
Max Ability Points
0
Hiei-YYH... |
```c
/* MikMod sound library
(c) 1998, 1999, 2000, 2001, 2002 Miodrag Vallat and others - see file
AUTHORS for complete list.
This library is free software; you can redistribute it and/or modify
published by the Free Software Foundation; either version 2 of
This program is distributed in the hope that it will b... |
is a Prefectural Natural Park in southwest Aomori Prefecture, Japan. Established in 1981 as , the park spans the borders of the municipalities of Ajigasawa and Nishimeya, and was renamed on 31 March 2017.
Gorges and waterfalls are the main feature of this national park.
See also
National Parks of Japan
References
... |
```makefile
FATE_LIBAVUTIL += fate-adler32
fate-adler32: libavutil/tests/adler32$(EXESUF)
fate-adler32: CMD = run libavutil/tests/adler32
fate-adler32: REF = /dev/null
FATE_LIBAVUTIL += fate-aes
fate-aes: libavutil/tests/aes$(EXESUF)
fate-aes: CMD = run libavutil/tests/aes
fate-aes: REF = /dev/null
FATE_LIBAVUTIL += ... |
Rullingen Castle () is a castle in Kuttekoven in the municipality of Borgloon, province of Limburg, Belgium. Its situation in the valley of the Herk is very scenic.
The first recorded lord of Rullingen was Eggebert van Ruelingen, a vassal of Arnold II, Count of Loon (d 1138 or -39). The medieval castle was reconstruc... |
William McLellan may refer to:
William McLellan (Australian politician) (1831–1906), mining agent and politician in colonial Victoria
William McLellan (Scottish electrical engineer) (1874–1934), known for contributions to hydroelectric power
William McLellan (American electrical engineer) (1924–2011), known for contri... |
Acalolepta fergussoni is a species of beetle in the family Cerambycidae. It was described by Stephan von Breuning in 1970. It is known from Papua New Guinea.
References
Acalolepta
Beetles described in 1970 |
```python
import os
import logging
import asyncio
import asyncssh
import shutil
from walkoff_app_sdk.app_base import AppBase
logger = logging.getLogger("apps")
class SSH(AppBase):
__version__ = "1.0.0"
app_name = "ssh"
def __init__(self, redis, logger):
super().__init__(redis, logger)
asy... |
Stony Plain is a town in the Edmonton Metropolitan Region of Alberta, Canada that is surrounded by Parkland County. It is west of Edmonton adjacent to the City of Spruce Grove and sits on Treaty 6 land.
Stony Plain is known for its many painted murals representing various periods, events and people throughout the town... |
```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\Firebaseappcheck\Resource;
use Google\Service\Firebaseappcheck\GoogleFirebaseAppcheckV1DebugToken;
use... |
The practitioner-teacher model involves the incorporation of practice, teaching, consultation and research responsibilities in the delivery of education.
The model is most closely associated with Rush University, a health sciences university developed within Rush-Presbyterian-St.-Luke's Medical Center in Chicago, Ill... |
```objective-c
/*
* psql - the PostgreSQL interactive terminal
*
*
* src/bin/psql/common.h
*/
#ifndef COMMON_H
#define COMMON_H
#include <setjmp.h>
#include "fe_utils/print.h"
#include "fe_utils/psqlscan.h"
#include "libpq-fe.h"
extern bool openQueryOutputFile(const char *fname, FILE **fout, bool *is_pipe);
ext... |
The Cable House is a Richardsonian Romanesque-style house near Michigan Avenue at 25 E. Erie St. in Chicago, Illinois, United States. The house was built in 1886 by Cobb and Frost for socialite Ransom R. Cable. It was designated a Chicago Landmark on October 2, 1991.
In 1902, the house was purchased by Robert Hall M... |
```javascript
export default {
el: {
colorpicker: {
confirm: 'OK',
clear: ''
},
datepicker: {
now: '',
today: '',
cancel: '',
clear: '',
confirm: 'OK',
selectDate: '',
selectTime: '',
startDate: '',
startTime: '',
endDate: '',
e... |
```kotlin
package mega.privacy.android.app.presentation.chat.archived
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.c... |
Events in the year 1994 in Cyprus.
January 3 - The Green Line, which had divided Cyprus since 1974, was opened for the first time in nearly 20 years, allowing limited movement between the north and south of the island.
March 22 - The United Nations Security Council passed Resolution 904, which established the United ... |
The Chongzhen calendar () or Shixian calendar () was a historical edition of the lunisolar Chinese calendar from 1645 to 1913. It was developed by the lead of Xu Guangqi with the assistance of the Jesuit scholars Johann Schreck and Johann Adam Schall von Bell from 1624 to 1644, and was dedicated to the Chongzhen Empero... |
The Mount Royal Tennis Club has been the most-used venue for Canada hosting Davis Cup ties. It has been the country's most prominent grass court Davis Cup venue.
The MRTC has played host to 28 Davis Cup ties between 1923 and 1964. All but the last of these ties was played on grass courts—the 1964 tie was played on cla... |
Maharishi Heaven on Earth Development Corp. (MHOED) is a for-profit real estate developer associated with Maharishi Mahesh Yogi and his Transcendental Meditation movement. First founded in Malibu California in 1988, it has sought to build utopian projects in the U.S., Canada, and Africa with a long-term goal to "recons... |
```objective-c
// See www.openfst.org for extensive documentation on this weighted
// finite-state transducer library.
#ifndef FST_SCRIPT_ENCODE_H_
#define FST_SCRIPT_ENCODE_H_
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <fst/encode.h>
#include <fst/script/encodemapper-class.h>
#... |
```kotlin
@file:Suppress("NAMED_ARGUMENTS_NOT_ALLOWED", "UNREACHABLE_CODE") // KT-21913
package kotlinx.coroutines
import kotlinx.coroutines.testing.*
import kotlin.test.*
class WithTimeoutTest : TestBase() {
/**
* Tests a case of no timeout and no suspension inside.
*/
@Test
fun testBasicNoSu... |
```scss
@import "form-file";
``` |
San Vicente de Bique is a town in Arraiján District in the Panamá Oeste Province of Panama.
References
Populated places in Panamá Province |
```objective-c
#pragma once
#include <Common/typeid_cast.h>
namespace DB
{
/* This base class adds public methods:
* - Derived * as<Derived>()
* - const Derived * as<Derived>() const
* - Derived & as<Derived &>()
* - const Derived & as<Derived &>() const
*/
template <class Base>
class TypePromo... |
```makefile
PKG_NAME="openssl"
PKG_VERSION="3.3.1"
PKG_SHA256=your_sha256_hash
PKG_LICENSE="Apache-2.0"
PKG_SITE="path_to_url"
PKG_URL="path_to_url{PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="ccache:host"
PKG_DEPENDS_TARGET="autotools:host gcc:host"
PKG_LONGDESC="The Open Source toolkit for Secure Sockets Layer... |
Jack Thomas is an American academic administrator who served as the 11th President of Western Illinois University. He was named to the position January 18, 2011, and took office July 1, succeeding Alvin Goldfarb.
Education
Thomas earned a B.A. in English from Alabama A&M University in 1983, a M.Ed. in English Educati... |
```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 replace_head_copy</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" con... |
German submarine U-1059 was a Type VIIF transport submarine of Nazi Germany's Kriegsmarine during World War II.
U-1059 was one of four Type VIIF torpedo transport submarines, which could carry 40 torpedoes, and were used to re-supply other U-boats at sea. U-1059 commissioned on 1 May 1943, first served with 5th U-boat... |
```css
/* magra-400normal - latin */
@font-face {
font-family: 'Magra';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Magra Regular '),
local('Magra-Regular'),
url('./files/magra-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
url('./files/magra-latin-400... |
George M. Lane (died October 9, 1901) was a professional baseball player in the Major Leagues. His debut in the Major Leagues was on May 16, 1882. He finished his baseball career on September 9, 1884. He was a first baseman and outfielder for the 1882 Pittsburgh Alleghenys of the American Association and the 1884 Toled... |
On August 16, 2015, the Syrian Air Force launched strikes on the rebel-held city of Douma, northeast of Damascus, killing at least 96 people and injuring at least 200 others. It was one of the deadliest attacks to have occurred during the Syrian Civil War.
The bombing
According to the Syrian Observatory for Human Righ... |
```objective-c
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#include "soc/soc_caps.h"
#define USB_VID 0x239A
#define USB_PID 0x811B
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "Feather ESP32-S3"
#define USB_SERIAL "" // Empty string for MAC address
// Us... |
Vinkuran () is a village in the municipality of Medulin, in southern Istria in Croatia.
Demographics
According to the 2021 census, its population was 652. In 2011 it had a population of 672.
References
Populated places in Istria County |
```smalltalk
using System;
#if DESKTOP
using System.Windows.Forms;
#endif
namespace TestLibrary
{
public static class Helper
{
public static void SayHi()
{
#if DESKTOP
MessageBox.Show("Hello there!");
#else
Console.WriteLine("Hello there!");
#endif
... |
Celebration is the fourth studio album by new age composer Deuter. It was released in 1978 on Kuckuck Schallplatten.
Track listing
Personnel
Adapted from the Haleakala liner notes.
Deuter – flute, guitar, synthesizer, production
Manfred Manke – design
Eckart Rahn – cover art
Release history
References
External... |
```html
<page-header
ng-if="$ctrl.state.viewReady"
title="'Helm details'"
breadcrumbs="[{label:'Applications', link:'kubernetes.applications'}, $ctrl.state.params.name]"
reload="true"
></page-header>
<kubernetes-view-loading view-ready="$ctrl.state.viewReady"></kubernetes-view-loading>
<div ng-if="$ctrl.state... |
```vue
<!-- from 7 5 2 7 1 8 9 2 0 -->
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :style="cardStyle" :bordered="false">
<!-- -->
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
... |
The 2002 college football season may refer to:
2002 NCAA Division I-A football season
2002 NCAA Division I-AA football season
2002 NCAA Division II football season
2002 NCAA Division III football season
2002 NAIA Football National Championship |
```javascript
OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} srm yaynlanm. Gncelleme hakknda ayrntl bilgi aln.",
"Channel updated" : "Kanal gncellendi",
"Web updater is disabled" : "Gncelleyici devre d braklm",
"App updated... |
Danevirke Museum () is a museum located a few kilometers just outside the city of Schleswig, Schleswig-Holstein, and the text inside the museum is written in both Danish and German. It opened in 1990 and focuses on the history of Dannewerk from the Viking Age to the present, including an archaeological park.
Reference... |
```yaml
models:
- columns:
- name: id
tests:
- unique
- not_null
- relationships:
field: id
to: ref('node_0')
name: node_327
version: 2
``` |
```swift
import KsApi
import Prelude
import ReactiveSwift
public protocol DiscoveryFiltersViewModelInputs {
/// Call with the row that is selected when the filters appear and array of loaded categories.
func configureWith(selectedRow: SelectableRow)
/// Call when an expandable row is tapped.
func tapped(expan... |
Shuguang (曙光) may refer to:
Shuguang (spacecraft), a proposed Chinese crewed spacecraft that was never built
Sugon or Shuguang, Chinese supercomputer manufacturer
SG Automotive or Shuguang Automotive, a Chinese vehicle and component manufacturer
Break Free (TV series), a 2013 Malaysian-Singaporean TV series
Places in... |
```smalltalk
"
I am a morph that captures keymappings, so they can be used for configuration/customization, or debugging.
"
Class {
#name : 'KMCatcherMorph',
#superclass : 'BorderedMorph',
#instVars : [
'focused',
'keystrokes',
'keymapSetting',
'labelMorph',
'initialShortcut',
'edited'
],
#category : '... |
```php
<?php
namespace Gui\Components;
use Gui\Exception\ComponentException;
/**
* This is the InputNumber Class
*
* It is a visual component for input numbers -- integer and float
*
* @author Everton da Rosa everton3x@gmail.com
* @since 0.1
*/
class InputNumber extends VisualObject
{
/**
* The lazar... |
```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 org.flowable.eventsubscription.service.impl.persistence.entity;
import org.flowable.eventsubscription.service.EventSubscrip... |
WKQX (101.1 FM) is a commercial radio station licensed to Chicago, Illinois, featuring an alternative rock format known as "Q101". Owned by Cumulus Media, the station serves the Chicago metropolitan area. WKQX's studios are located in the NBC Tower, while the station transmitter is located atop the John Hancock Center.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.