text stringlengths 1 22.8M |
|---|
Belgium
Congo Free State – Théophile Wahis, Governor-General of the Congo Free State (1892–1908)
France
French Somaliland –
Louis Ormiéres, acting Governor of French Somaliland (1901–1902)
Adrien Jules Jean Bonhoure, Governor of French Somaliland (1902–1903)
Guinea – Paul Jean François Cousturier, Lieutenant-... |
Vasily Sergeyevich Kalinnikov (; 13 January 1866 – 11 January 1901 ) was a composer from the Russian Empire. His body of work consists of two symphonies, several additional orchestral works, and numerous songs, all of them imbued with characteristics of folksong. His symphonies, particularly the First, were frequently... |
Neumarkt (Oberpfalz) station (officially: Neumarkt (Oberpf)) is the oldest and most important railway station in Neumarkt, Germany. It is classified by DB Station&Service as a category 3 station and is also Neumarkt's only long-distance stop. The station is on the Nuremberg–Regensburg line of Deutsche Bahn.
Location a... |
```javascript
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"nt\u0254\u0301ng\u0254\u0301",
"mp\u00f3kwa... |
```emacs lisp
;;; gs.el --- interface to Ghostscript
;; Maintainer: emacs-devel@gnu.org
;; Keywords: internal
;; Obsolete-since: 26.1
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
;; (at your option) any later version.
;; GNU Emacs is distributed in the hop... |
```ruby
exclude :test_bug_reporter_add, "needs investigation"
``` |
```css
Vertical percentages are relative to container width, not height
Use `z-index` to specify the stack order of elements that overlap
Difference between `display: none` and `visibility: hidden`
Inherit `box-sizing`
`direction`: `column-reverse`
``` |
```javascript
const {
UiWindow,
UiMenu,
startLoop,
stopLoop,
onShouldQuit
} = require('..');
const menu = new UiMenu('File');
menu.appendQuitItem();
const window = UiWindow('Initialization Example', 400, 300, true);
onShouldQuit(() => {
window.close();
stopLoop();
});
window.show();
startLoop();
``` |
Esplanade most commonly refers to a raised walkway.
Esplanade or The Esplanade may also refer to:
Walks, parks, and streets
Esplanade (Bronx), a street in New York City
Esplanade (Hamburg), an avenue in Hamburg
Esplanade, Kolkata, a neighbourhood in central Kolkata, India
Esplanade, Penang, a waterfront locatio... |
```c++
/*
* wrppm.c
*
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains routines to write output images in PPM/PGM format.
* The extended 2-byte-per-sample raw PPM/PGM formats are supported.
* The PBMP... |
David Edward Moore (born November 11, 1969) is a retired American football player who over the span of his 15-year career (1992–2006) with the National Football League (NFL) played for the Miami Dolphins, the Buffalo Bills, and the Tampa Bay Buccaneers. Moore played as a tight end and fullback. His last official game w... |
The 2010 All-Ireland Football Final was the 123rd event of its kind. The last football match of the 2010 All-Ireland Senior Football Championship, it was played between Cork and Down on 19 September 2010 in Croke Park, Dublin.
Cork were victorious, achieving their first All-Ireland Senior Football Championship title s... |
Ngukurr Airport is located in Roper River, Northern Territory, Australia, adjacent to the remote Aboriginal community of Ngukurr.
Airlines and destinations
See also
List of airports in the Northern Territory
References
External links
Airports in the Northern Territory |
```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... |
```smalltalk
/*
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* path_to_url
*
*/
using Xunit;
namespace Piranha.Tests.ImageSharp;
[Collection("Integration tests")]
public class MediaServiceTests : BaseTestsAsync
{
private Guid i... |
```javascript
/**
* The method will increase the given number by 1. If the given counter is equal
* or greater to {@link Number.MAX_SAFE_INTEGER} then it will be rolled back to
* 1.
* @param {number} number - An integer counter value to be incremented.
* @return {number} the next counter value increased by 1 (see... |
```javascript
//var THREE = require('three');
/**
* @author qiao / path_to_url
* @author mrdoob / path_to_url
* @author alteredq / path_to_url
* @author WestLangley / path_to_url
* @author erich666 / path_to_url
*/
/*global THREE, console */
// This set of controls performs orbiting, dollying (zooming), and pan... |
```smalltalk
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tencent is pleased to support the open source community by making behaviac available.
//
//
//
// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expres... |
```java
/*
*
* 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.
* - Redistribution... |
```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... |
```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.google.copybara.configgen;
import static com.google.common.truth.Truth.assertThat;
import static java.nio.charset.Standa... |
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Application support: GIO Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="G... |
```objective-c
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/util/event.proto
#ifndef PROTOBUF_tensorflow_2fcore_2futil_2fevent_2eproto__INCLUDED
#define PROTOBUF_tensorflow_2fcore_2futil_2fevent_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#... |
Guillermo Vicente Misa III, nicknamed "G3" is a Filipino singer/songwriter and recording artist based in Los Angeles. He is also the former lead guitarist of the band Introvoys.
He is known for the song "Habangbuhay", his carrier single from his 2014 solo album "Never Look Back". The music video for "Habangbuhay" fe... |
Crystal Key 2, known in Europe as Evany: Key to a Distant Land, is a 2004 graphic adventure game developed by Canadian studio Earthlight Productions, together with Kheops Studio. It was published by The Adventure Company, and is the sequel to the 1999 title The Crystal Key.
Gameplay and plot
Crystal Key 2s plot builds... |
BESM is a line of Soviet-made mainframe computers.
BESM may also refer to:
BESm (N1, N12-bis(ethyl)spermine), a derivative of spermine
Best estimate stress model, a method for estimating rock stress in rock mechanics
Big Eyes, Small Mouth, a role-playing game |
```go
/*
path_to_url
Unless required by applicable law or agreed to in writing, software
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
// Code generated by protoc-gen-gogo.
// source: k8s.io/kubernetes/vendor/k8s.io/api/scheduling/v1alpha1/generated.proto
// DO NOT EDIT!
/*
Packa... |
Emily Fourmy Cutrer is the current president of Texas A&M University–Texarkana (TAMUT) and an American academic and author. Born in San Antonio, she has a BA, MA, and PhD in American Studies from University of Texas at Austin and worked there as faculty. She has also worked at Arizona State University and California St... |
```c++
#define SOL_ALL_SAFETIES_ON 1
#include <sol/sol.hpp>
#include <vector>
int main(int, char*[]) {
sol::state lua;
lua.open_libraries();
lua.set("my_table",
sol::as_table(std::vector<int> { 1, 2, 3, 4, 5 }));
lua.script(
"for k, v in ipairs(my_table) do print(k, v) assert(k "
"== v) end");
... |
Reference software is software which emulates and expands upon print reference forms including the dictionary, translation dictionary, encyclopaedia, thesaurus, and atlas. Like print references, reference software can either be general or specific to a domain, and often includes maps and illustrations, as well as bibli... |
```javascript
/*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software distributed under the
*/
/**
* @fileoverview Tests for common.js
*/
goog.provide('firebaseui.auth.ui.elementTest');
goog.setTestOnly('firebaseui.auth.ui.elementTest');
goog.require('firebaseui.auth.ui.el... |
Christopher Tyler Austin (born September 6, 1991) is an American professional baseball first baseman for the Yokohama DeNA BayStars of Nippon Professional Baseball (NPB). He has played in Major League Baseball (MLB) for the San Francisco Giants, New York Yankees, Minnesota Twins, and Milwaukee Brewers.
Austin played b... |
```objective-c
#pragma once
#include <stdbool.h>
#ifdef __CYGWIN__
extern bool bQuit;
#endif
int main(int argc, char *argv[]);
``` |
Constance Joan Horner (born February 24, 1942, nee McNeely) is an American businesswoman, known for being the third Director of the United States Office of Personnel Management as well as President Reagan's chief advisor on Federal civil service personnel matters. She was a presidential appointee in the Administrations... |
```javascript
import {Math, Object3D} from "three";
import {CanvasSprite} from "../sprite/CanvasSprite.js";
/**
* Text sprite is used to represent text as a sprite.
*
* This approach is memory expensive since it needs to write a new texture for each text. But allows the used to access any font available in the bro... |
Cegielnik is a village in the administrative district of Gmina Zławieś Wielka, within Toruń County, Kuyavian-Pomeranian Voivodeship, in north-central Poland. It lies approximately north-west of Toruń.
References
Cegielnik |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>704</width>
<height>545</height>
</rect>
</property>
<property name="windowTitle">
<string... |
```go
package invoices
import (
"context"
"time"
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/lightningnetwork/lnd/channeldb/models"
"github.com/lightningnetwork/lnd/lntypes"
"github.com/lightningnetwork/lnd/lnwire"
"github.com/lightningnetwork/lnd/record"
)
// InvoiceDB is the database that stor... |
```go
package http
import (
"net/http"
"sort"
"github.com/golang/gddo/httputil/header"
)
// negotiateContentType picks a content type based on the Accept
// header from a request, and a supplied list of available content
// types in order of preference. If the Accept header mentions more
// than one available con... |
```scss
// Horizontal gradient, from left to right
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
// Color stops are not available in IE9 and below.
@mixin gradient-horizontal($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
backg... |
The 2009–10 North of Scotland Cup was won by Inverness Caledonian Thistle.
2009–10 Competing Clubs
Bonar Bridge
Brora Rangers
Clachnacuddin
Elgin City
Forres Mechanics
Fort William
Golspie Sutherland
Halkirk Utd
Inverness Caledonian Thistle
Lossiemouth
Nairn County
Rothes
Strathspey Thistle
Wick Academy
First round
... |
Vinjani may refer to:
Vinjani, Bosnia and Herzegovina, a village near Posušje
Donji Vinjani, a village near Imotski
Gornji Vinjani, a village near Imotski |
```html
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "pt",
"action.edit": "Editar esta pgina",
"action.skip": "Pular para contedo",
"action.view": "Exibir fonte desta pgina",
"announce.dismiss": "No mostrar isso novamente",
"blog.archive": "Arquivo",
"bl... |
38 Special discography consists of 12 studio albums, four compilation albums, and four live albums. Additionally, they have released 25 singles.
Albums
Studio albums
Live albums
Compilation albums
Singles
Soundtrack appearances
"Back to Paradise" (from Revenge of the Nerds II: Nerds in Paradise) (1987)
"Teacher... |
Eighty-six or 86 is American English slang used to indicate that an item is no longer available, traditionally from a food or drinks establishment, or referring to a person or people who are not welcome on the premises. Its etymology is unknown but seems to have been coined in the 1920s or 1930s.
The term has been mor... |
```turing
#!./perl -w
use Config;
BEGIN {
require Test::More;
if (!$Config{'d_fork'}
# open2/3 supported on win32
&& $^O ne 'MSWin32')
{
Test::More->import(skip_all => 'open2/3 not available with MSWin32');
exit 0;
}
# make warnings fatal
$SIG{__WARN__} = sub { die @_ };
}
use ... |
The Marin-Hassett House is located at 97 St. George Street in St. Augustine, Florida. It is reconstructed on its foundations that date to St. Augustine's First Spanish Period.
History
There was a one-story house that stood at this site during St. Augustine's First Spanish Period (1565-1763). During the 19th century a... |
```objective-c
/* Define frame-object for GNU Emacs.
This file is part of GNU Emacs.
GNU Emacs is free software: you can redistribute it and/or modify
your option) any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTAB... |
```c++
//
// 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.
// * Redistributions... |
```go
package fs
import "os"
const (
defaultRootDirMode = os.ModeDir | 0777
defaultSymlinkMode = os.ModeSymlink | 0666
)
func newResourceFromInfo(info os.FileInfo) resource {
return resource{mode: info.Mode()}
}
func (p *filePath) SetMode(mode os.FileMode) {
bits := mode & 0600
p.file.mode = bits + bits/010 + ... |
```asciidoc
== Saving Session Metadata
IMPORTANT: This feature only becomes available when Selenoid is compiled with `metadata` build tag (missing by default).
Selenoid can save session metadata to a separate JSON file. Main use case is to somehow post-process session logs, e.g. send them to map-reduce cluster. No ad... |
Mary Brayton Woodbridge (April 21, 1830 – October 25, 1894) was an American temperance reformer and editor. She was the first president of the local temperance union of her home town at Ravenna; then for years, president of her state, Ohio; and in 1878, she was chosen recording secretary of the National Woman's Christi... |
Budha Theh is a census town in Amritsar district in the state of Punjab, India.
Demographics
India census, Budha Theh had a population of 8,730. Males constitute 56% of the population and females 44%. Budha Theh has an average literacy rate of 72%, higher than the national average of 59.5%; with male literacy of 79%... |
```turing
#require symlink tar unzip no-eden
$ newrepo repo
$ ln -s nothing dangling
avoid tar warnings about old timestamp
$ hg ci -d '2000-01-01 00:00:00 +0000' -qAm 'add symlink'
$ hg archive -t files ../archive
$ hg archive -t tar -p tar ../archive.tar
$ hg archive -t zip -p zip ../archive.zip
fil... |
Events in the year 2020 in the Dominican Republic.
Incumbents
President: Danilo Medina (until 16 August), Luis Abinader (starting 16 August)
Vice President: Margarita Cedeño de Fernández (until 16 August), Raquel Peña de Antuña (starting 16 August)
Events
1 January – New Year's Day, national holiday
6 January – D... |
Hsin Sheng College of Medical Care and Management (HSC; ) is a private junior college in Longtan District, Taoyuan City, Taiwan. As a junior college approved by Ministry of Education, it offers two-year curriculum for vocational high school graduates and five-year curriculum for junior high school graduates. Upon succe... |
The 12th Congress of the Philippines (Filipino: Ikalabindalawang Kongreso ng Pilipinas), composed of the Philippine Senate and House of Representatives, met from July 23, 2001, until June 4, 2004, during the first three years of Gloria Macapagal Arroyo's presidency. The convening of the 12th Congress followed the 2001 ... |
"Never Thought (That I Could Love)" is a song by Canadian singer-songwriter Dan Hill, released as a single in 1987. It was the second single released from his eponymous eighth studio album, Dan Hill. In Canada, the song reached No. 22 and No. 1 on its Adult Contemporary chart. In the U.S., it reached No. 43 on the Bill... |
```markdown
## Create datasets for the Content-based Filter
This notebook builds the data we will use for creating our content based model. We'll collect the data via a collection of SQL queries from the publicly available Kurier.at dataset in BigQuery.
Kurier.at is an Austrian newsite. The goal of these labs is to re... |
Poison (2003) is a young adult English-language fantasy novel written by Chris Wooding, published in 2003. It is a highly metafictional novel which follows the adventures of a young (sixteen-year-old) female protagonist named Poison as she attempts to rescue her sister from the Phaerie Realm. It contains many intertext... |
Only Santa Knows is the sixth studio album and the first full-length Christmas album by Australian singer-songwriter Delta Goodrem. It was released on 13 November 2020 through Sony Music Australia. It is Goodrem's second Christmas release, after 2012's Christmas EP. The album includes two original tracks and 11 covers,... |
A Class-5 telephone switch is a telephone exchange in the public switched telephone network (PSTN) that directly serves subscribers and manages subscriber calling features. Class-5 services include basic dial-tone, calling features, and additional digital and data services to subscribers connected to a local loop.
Fun... |
Biosatellite 2, also known as Biosat 2 or Biosatellite B, was the second mission in NASA's Biosatellite program for biological research. It was launched on September 7, 1967, by a Delta G rocket from Cape Canaveral Air Force Station in Florida.
Biosatellite 2 carried 13 biological experiments involving insects, frog e... |
```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.
"""Helper functions for generating sounds.
"""
from magenta.models.gansynth.lib import util
import note_seq
import numpy as np
from scipy.i... |
The Cap-au-Saumon lighthouse is a lighthouse on the St. Lawrence River in Quebec. It is located at Saint-Siméon, in the region of Charlevoix, midway between Port-au-Persil and Port-Saumon.
Description
Commissioned in 1894, the Cap-au-Saumon lighthouse is an octagonal high tower of . It is surrounded by several outbui... |
```shell
Clear the terminal instantly
Terminal based browser
Random password generator
Get to know your commands with `type`
`else` statements using the `||` operator
``` |
```gas
.machine "any"
.abiversion 2
.text
.globl ChaCha20_ctr32_int
.type ChaCha20_ctr32_int,@function
.align 5
ChaCha20_ctr32_int:
.localentry ChaCha20_ctr32_int,0
__ChaCha20_ctr32_int:
cmpldi 5,0
.long 0x4DC20020
stdu 1,-256(1)
mflr 0
std 14,112(1)
std 15,120(1)
std 16,128(1)
std 17,136(1)
std 18,144(1)
... |
```javascript
/*! markdown-it-sub 1.0.0 path_to_url @license MIT */
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var r;r="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self... |
```sqlpl
SELECT toUUID('61f0c404-5cb3-11e7-907b-a6006ad3dba0') = '61f0c404-5cb3-11e7-907b-a6006ad3dba0';
SELECT '61f0c404-5cb3-11e7-907b-a6006ad3dba0' = toUUID('61f0c404-5cb3-11e7-907b-a6006ad3dba0');
SELECT toUUID('61f0c404-5cb3-11e7-907b-a6006ad3dba0') = '61f0c404-5cb3-11e7-907b-a6006ad3dba1';
SELECT '61f0c40... |
Aethalopteryx elf is a moth in the family Cossidae. It is found in Somalia.
References
Moths described in 2011
Aethalopteryx |
```objective-c
#pragma once
#include "JSIObjectWrapper.h"
#include "JavaScriptRuntime.h"
#include "WeakRuntimeHolder.h"
#include "types/ExpectedType.h"
#include <fbjni/fbjni.h>
#include <jsi/jsi.h>
namespace jni = facebook::jni;
namespace jsi = facebook::jsi;
namespace expo {
class JavaScriptObject;
/**
* Repre... |
```shell
#!/bin/bash
set -e
FAULT_DOMAIN_SCRIPT=/opt/mesosphere/bin/detect_fault_domain
if [ -x $FAULT_DOMAIN_SCRIPT ]; then
export MESOS_DOMAIN="$($FAULT_DOMAIN_SCRIPT)"
fi
exec "$@"
``` |
FreedomBox is a free software home server operating system based on Debian, backed by the FreedomBox Foundation.
Launched in 2010, FreedomBox has grown from a software system to an ecosystem including a DIY community as well as some commercial products.
History
The project was announced by Eben Moglen, Professor of ... |
Upper Hill is a neighborhood in the city of Springfield, Massachusetts.
Neighborhoods in Springfield, Massachusetts |
```php
<?php
declare(strict_types=1);
namespace App\Controller\Api\Stations\Webhooks;
use App\Container\EnvironmentAwareTrait;
use App\Controller\SingleActionInterface;
use App\Entity\Repository\StationWebhookRepository;
use App\Enums\GlobalPermissions;
use App\Http\Response;
use App\Http\ServerRequest;
use App\Mess... |
```css
Vertical percentages are relative to container width, not height
Use `z-index` to specify the stack order of elements that overlap
Inherit `box-sizing`
Avoid margin hacks with flexbox
`direction`: `column-reverse`
``` |
Guo Chunning (born 1958) is a Chinese graphic designer and the vice president of the Beijing Armstrong International Corporate Identity (AICI). He is internationally known for designing Dancing Beijing, the official emblem of the 2008 Summer Olympics, held in Beijing in the People's Republic of China.
Information
Guo ... |
Albert Sima (October 7, 1921 – August 17, 1993) was an American professional baseball pitcher.
He appeared in exactly 100 Major League Baseball (MLB) games over four seasons with the Washington Senators (1950–1951; 1953), Chicago White Sox (1954), and Philadelphia Athletics (1954).
On September 19, 1954, Sima was ... |
```perl6
package TieIn;
use strict;
use warnings;
sub TIEHANDLE {
bless( \(my $scalar), $_[0]);
}
sub write {
my $self = shift;
$$self .= join '', @_;
}
sub READLINE {
my $self = shift;
$$self =~ s/^(.*\n?)//;
return $1;
}
sub EOF {
my $self = shift;
return !length $$self;
}
1;
``... |
```php
<?php
/**
* Navigation Menu API: Walker_Nav_Menu_Edit class
*
* @package WordPress
* @subpackage Administration
* @since 4.4.0
*/
/**
* Create HTML list of nav menu input items.
*
* @package WordPress
* @since 3.0.0
* @uses Walker_Nav_Menu
*/
class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
/**... |
```smalltalk
using System.Text;
using Markdig.Helpers;
namespace Markdig.Tests;
[TestFixture]
public class TestFastStringWriter
{
private const string NewLineReplacement = "~~NEW_LINE~~";
private FastStringWriter _writer = new();
[SetUp]
public void Setup()
{
_writer = new FastStringWri... |
Freedom Swimmer is a 2021 Australian animated short film directed by Olivia Martin McGuire. The short is a fifteen minute documentary telling the story of a man and his daughter who swam from China to Hong Kong during the Cultural Revolution. Following its premiere at the Melbourne International Film Festival, the shor... |
One Take Radio Sessions is a compilation of live-in-studio tracks by British singer-songwriter and guitarist Mark Knopfler, released on 21 June 2005 by Mercury Records internationally and Warner Bros. Records in the United States. The tracks were recorded in one take at Shangri-la Studios in Malibu, California. The rec... |
```python
from datetime import datetime
from io import StringIO
from freezegun import freeze_time
from mock import patch
from prowler.lib.outputs.compliance.mitre_attack.mitre_attack_gcp import GCPMitreAttack
from prowler.lib.outputs.compliance.mitre_attack.models import GCPMitreAttackModel
from prowler.lib.outputs.u... |
```c++
/*=============================================================================
path_to_url
Use, modification and distribution is subject to the Boost Software
path_to_url
=============================================================================*/
////////////////////////////////////////////////... |
Pariahuanca District is one of eleven districts of the Carhuaz Province in Peru.
Ethnic groups
The people in the district are mainly indigenous citizens of Quechua descent. Quechua is the language which the majority of the population (72.88%) learnt to speak in childhood, 26.98% of the residents started speaking usin... |
"Yellow River" is a song recorded by the British band Christie. It was released in 1970 and became a No. 1 hit song for the band in the UK.
Background
The song was written by the leader of Christie, Jeff Christie. It was first offered to The Tremeloes, who recorded it with the intention of releasing it as a single ear... |
Equestrian vaulting, or simply vaulting, is most often described as gymnastics and dance on horseback, which can be practiced both competitively or non-competitively. Vaulting has a history as an equestrian act at circuses, but its origins stretch back at least two-thousand years. It is open to both men and women and i... |
```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, sublic... |
```xml
import { Result, SyncUseCaseInterface } from '@standardnotes/domain-core'
import { PrefDefaults, PrefKey } from '@standardnotes/models'
import { PreferenceServiceInterface } from '@standardnotes/services'
export class IsGlobalSpellcheckEnabled implements SyncUseCaseInterface<boolean> {
constructor(private pre... |
```c++
//===- InstructionCombining.cpp - Combine multiple instructions -----------===//
//
// See path_to_url for license information.
//
//===your_sha256_hash------===//
//
// InstructionCombining - Combine instructions to form fewer, simple
// instructions. This pass does not modify the CFG. This pass is where
// a... |
Mahmood Farooqui is an Indian writer, performer and director. He specializes in a type of story-telling known as Dastangoi. Farooqui along with his uncle Shamsur Rahman Faruqi, noted Urdu poet and literary critic, revived Dastangoi, the ancient art of Urdu story telling. He was awarded the Ustad Bismillah Khan Yuva Pur... |
```html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>SuperLU: SRC/slu_dcomplex.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/cs... |
```yacc
# 2012 Yaroslav Markin <yaroslav@markin.net>
# 2012 Nate Gadgibalaev <nat@xnsv.ru>
#
#
# 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,... |
The 2010–11 season was Klubi i Futbollit Tirana's 72nd competitive season, 72nd consecutive season in the Kategoria Superiore, and 90th year in existence as a football club. Following the title win two seasons ago, KF Tirana added to their 23 titles to make it their record 24 title wins. KF Tirana played UEFA Europa Le... |
Ó Dubhagáinn was the name of a bardic family from Baile Uí Dhubhagáin, in Uí Maine, (now Ballyduggan, Loughrea, County Galway). The family were not related to similarly named family of Dugan of Fermoy, County Cork.
The name is now generally rendered as Dugan.
Bearers of the name
Seán Mór Ó Dubhagáin (died 1372), Ir... |
James Lindsay Hilton (born February 21, 1957) has been an astronomer at the United States Naval Observatory since 1986. In 1999 he published a new set of ephemerides for 15 of the largest asteroids for use in the Astronomical Almanac.
Education
Hilton earned his B.A. in physics from Rice University in 1979. He did his... |
```xml
import { LogService } from "../../abstractions/log.service";
import { StorageServiceProvider } from "../../services/storage-service.provider";
import { GlobalState } from "../global-state";
import { GlobalStateProvider } from "../global-state.provider";
import { KeyDefinition } from "../key-definition";
import ... |
The 1983–84 Iowa State Cyclones men's basketball team represented Iowa State University during the 1983–84 NCAA Division I men's basketball season. The Cyclones were coached by Johnny Orr, who was in his 4th season. They played their home games at Hilton Coliseum in Ames, Iowa.
They finished the season 16–13, 6–8 in B... |
```yaml
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
checks:
Design/TooManyPublicMethods:
enabled: false
Naming/ShortVariable... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.