text stringlengths 1 22.8M |
|---|
New Dreams Ltd. is the third studio album by American electronic musician Vektroid under the alias Laserdisc Visions released on July 1, 2011. The album is an early example of the genre vaporwave.
Release
The album was released through the independent label Beer on the Rug and Vektroid's own label PrismCorp. The albu... |
The Eakins Press Foundation is an American publishing house based in New York established by Leslie George Katz in 1966 and named after the painter Thomas Eakins. Since its founding in 1966, the Eakins Press Foundation has published some of the classic volumes on American art and photography, including Lee Friedlander’... |
```javascript
"use\x20strict";
``` |
Decent Work for Decent Pay is a DJ mix compilation album by Diplo. It was released on Big Dada on January 26, 2009.
Critical reception
At Metacritic, which assigns a weighted average score out of 100 to reviews from mainstream critics, Decent Work for Decent Pay received an average score of 60% based on 10 reviews, in... |
Fear play is any sexual activity involving the use of fear to create sexual arousal. Unlike masochistic tendencies, fear play does not offer the subject pleasure or arousal through a rush of endorphins, but rather a terrified mental state which triggers a release of adrenaline. Some have likened its role to that of hor... |
```ruby
# frozen_string_literal: true
module Admin
class TagsController < BaseController
before_action :set_tag, except: [:index]
PER_PAGE = 20
def index
authorize :tag, :index?
@tags = filtered_tags.page(params[:page]).per(PER_PAGE)
end
def show
authorize @tag, :show?
... |
The Goddess () is a 1934 Chinese silent film released by the Lianhua Film Company (United Photoplay). The film tells the story of an unnamed woman, who lives as a streetwalker by night and devoted mother by day in order to get her young son an education amid social injustice in the streets of Shanghai, China. It stars ... |
```c
/*********************************************************************/
/* All rights reserved. */
/* */
/* Redistribution and use in source and binary forms, with or */
/* without modification, ar... |
```javascript
'use strict';
const common = require('../common');
const net = require('net');
const assert = require('assert');
const c = net.createConnection(common.PORT);
c.on('connect', common.mustNotCall());
c.on('error', common.mustCall(function(e) {
assert.strictEqual(e.code, 'ECONNREFUSED');
assert.strictE... |
Terenin is a village in the administrative district of Gmina Pabianice, within Pabianice County, Łódź Voivodeship, in central Poland. It lies approximately south-west of Pabianice and south-west of the regional capital Łódź.
References
Villages in Pabianice County |
San Giovanni de Butris is a Romanesque-style, Roman Catholic stone church located outside of the town of Acquasparta, on the former via Flaminia, in the Province of Terni, region of Umbria, Italy.
The stone church was initially built over the structure of an Ancient Roman bridge, which forms the visible base of the s... |
```javascript
// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';
function test3(_n) {
while (true) {
let n = _n;
if (n === 0) {
return (n + 5 | 0) + 4 | 0;
}
_n = n - 1 | 0;
continue;
};
}
function test2(_n) {
while (true) {
let n = _n;
if (n === 0) {
return t... |
```go
package humanize
import (
"fmt"
"math"
"strconv"
"strings"
"golang.org/x/exp/constraints"
)
// IEC Sizes.
// kibis of bits
const (
Byte = 1 << (iota * 10)
KiByte
MiByte
GiByte
TiByte
PiByte
EiByte
)
// SI Sizes.
const (
IByte = 1
KByte = IByte * 1000
MByte = KByte * 1000
GByte = MByte * 1000
... |
Centre for Research of Orthodox Monarchism is a Serbian monarchist association from Belgrade, founded in 2001 and registered with the Ministry of Justice of Federal Republic of Yugoslavia in May 2002.
Its founder and first director was Nebojsha M. Krstich, also known as the founder of the Fatherland movement Obraz. Ne... |
```php
<?php
/**
*/
namespace OCP\Files\Config;
use OCP\Files\Storage\IStorageFactory;
use OCP\IUser;
/**
* Provides
*
* @since 9.1.0
*/
interface IHomeMountProvider {
/**
* Get all mountpoints applicable for the user
*
* @param \OCP\IUser $user
* @param \OCP\Files\Storage\IStorageFactory $loader
* @... |
```java
package com.fishercoder.secondthousand;
import com.fishercoder.solutions.secondthousand._1464;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class _1464Test {
private _1464.Solution1 solution1;
private s... |
Nathaniel Monroe Kellogg (September 28, 1858July 19, 1923) was a Major League Baseball shortstop. He played in five games for the 1885 Detroit Wolverines. He continued to play in the minor leagues through 1891, primarily in the New England League and Northwestern League.
Sources
Major League Baseball shortstops
Detro... |
The Mystery of Picasso () is a 1956 French documentary film directed by Henri-Georges Clouzot. In it, the painter Pablo Picasso produces 20 drawings and paintings, at first using inks that bleed through the paper on which he is drawing, with the act of creation filmed in real-time from the backside of the easel, and la... |
Klaus Enders (2 May 1937 in Wetzlar, Germany – 20 January 2019) was a German Sidecar racer. He was a six-time FIM Sidecar World Champion and a four-time winner of the sidecar class at the Isle of Man TT. Enders decided to retire at the end of the 1970 season and try car racing, only to return to sidecars a year later, ... |
```javascript
import deepFreeze from 'deep-freeze';
import { getAuth } from '../accountsSelectors';
describe('getAuth', () => {
test('throws when no accounts', () => {
const state = deepFreeze({
accounts: [],
});
expect(() => {
getAuth(state);
}).toThrow();
});
test('throws when no... |
```ocaml
open Import
module Main = Import.Main
let doc = "Build and view the documentation of an OCaml project"
let man =
[ `S "DESCRIPTION"
; `P
{|$(b,dune ocaml doc) builds and then opens the documentation of an OCaml project in the users default browser.|}
; `Blocks Common.help_secs
]
;;
let info = ... |
Larry Darnell Flowers (born April 19, 1958) is a former professional American football player who played safety for five seasons for the New York Giants and the New York Jets.
1958 births
Living people
Players of American football from Temple, Texas
American football safeties
Texas Tech Red Raiders football players
Ne... |
```objective-c
/*
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing,
* "AS IS" BASIS, WITHOUT WARRANTI... |
```objective-c
//
// wchar.h
//
//
// All of the types, macros, and function declarations for all wide-character
// related functionality. Most of the functionality is in the #included
// <corecrt_wxxxx.h> headers, which are also #included by other public headers.
//
#pragma once
#define _INC_WCHAR
#include <corecrt.... |
The Old Library (sometimes Old Carnegie Library) is a building on Queens Square in Wrexham city centre, Wales. Built as a carnegie library in 1907, the building served as Wrexham's public library until 1973, when it later became council offices. The building is Grade II listed and council-owned, although Wrexham Counci... |
John Lynch was the president and CEO of the Broadcast Company of the Americas.
Early life
John Lynch grew up in suburban Chicago in an Irish-Catholic family. His grandparents were Irish immigrants. His grandparents named their son (Lynch's father) John Pershing Lynch, after the World War I general of the same name. Ly... |
Dogtooth (; Kynodontas) is a 2009 Greek absurdist psychological drama film directed by Yorgos Lanthimos. Written by Lanthimos and Efthymis Filippou, the film is about a husband and wife (Christos Stergioglou and Michelle Valley) who keep their children (Angeliki Papoulia, Christos Passalis, and Mary Tsoni) ignorant of ... |
The Funen Life Regiment () was an infantry regiment of the Royal Danish Army. On 1 November 1991 it was merged with the King's Jutlandic Regiment of Foot, into Slesvigske Fodregiment.
History
It was one of the oldest regiments in the Danish army and could trace its history back to 1614 when it was raised under the nam... |
Worthen is an unincorporated community in Galla Township, Pope County, Arkansas, United States. It is located on US Route 64 approximately 1.5 miles east of Pottsville.
References
Unincorporated communities in Pope County, Arkansas
Unincorporated communities in Arkansas |
```smalltalk
using System;
using UnityEditor;
using UnityEngine;
public class WelcomeScreen : EditorWindow
{
private string version = "Version : 1.0.0";
private bool flag = true;
private Rect mContactDescriptionRect = new Rect(70f, 344f, 250f, 30f);
private Rect mContactHeaderRect = new Rect(70f, 324f,... |
```sqlpl
create table SYS_SERVER (
ID uuid not null,
CREATE_TS timestamp,
CREATED_BY varchar(50),
UPDATE_TS timestamp,
UPDATED_BY varchar(50),
--
NAME varchar(255),
IS_RUNNING boolean,
DATA text,
--
primary key (ID)
)^
create unique index IDX_SYS_SERVER_UNIQ_NAME on SYS_SERV... |
The Raja of Tanjore is a title pertaining to two distinct South Indian dynasties:
Thanjavur Nayak kingdom (1532–1673)
Thanjavur Maratha kingdom (1674–1855) |
George Douglas, 1st Earl of Angus (1380–1403) was a Scottish nobleman and peer.
Life
He was born at Tantallon Castle, East Lothian, Scotland. He was the natural-illegitimate son of William Douglas, 1st Earl of Douglas and Margaret Stewart, Dowager Countess of Mar & Countess of Angus and Lady Abernethy in her own righ... |
Frederic Franklyn Van de Water (1890–1968) was an American journalist and writer. He was an honorary sergeant in the New York State Troopers. In 1924, he travelled in the West Indies investigated and reported about rum pirates and Chinese smugglers.
He wrote for Harper's Magazine.
He wrote short stories for pulp fict... |
Kang Jin-sung (Hangul: 강진성; born October 19, 1993, in Seoul) is a South Korean infielder for the Doosan Bears of the KBO League.
References
Doosan Bears players
KBO League infielders
South Korean baseball players
1993 births
Living people |
Fyodorovka (), also spelled Fedorovka, is the name of several inhabited localities in Russia:
Fyodorovka Microdistrict, a microdistrict in Komsomolsky City District and former urban-type settlement in Samara Oblast; merged into the city of Tolyatti in 2006
Fyodorovka, a former urban-type settlement in Chelyabinsk Oblas... |
```html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>http::basic_fields::get_chunked_impl</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" hr... |
The St. Stanislaus Bishop and Martyr Roman Catholic Church is a church located at 5818 Dubois Street in Detroit, Michigan. The church was listed on the National Register of Historic Places in 1989.
History
In 1898, the parish of St. Stanislaus was established to relieve the overcrowding in the Polish congregation of a... |
```c++
/*
*/
#ifdef __linux__
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "fdtransferClient.h"
#include "log.h"
int FdTransferClient::_peer = -1;
bool FdTransferClient::connectToServer(c... |
```html
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10.000"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
... |
```chuck
/*++
version 3. Alternative licensing terms are available. Contact
info@minocacorp.com for details. See the LICENSE file at the root of this
project for complete licensing information.
Module Name:
install.ck
Abstract:
This module defines the setup configuration data for installing Mi... |
```ruby
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/accessor'
describe "Struct#size" do
it "is a synonym for length" do
StructClasses::Car.new.size.should == StructClasses::Car.new.length
end
it_behaves_like :struct_accessor, :size
end
``` |
Hudson Bay Industrial Saskatoon, Saskatchewan, is in the Northwest section of the North West Industrial SDA. Now named Hudson Bay Industrial, in the early days of the Saskatoon's history, the area between 56th Street and 60th Street was originally to have been Swastika Park. Until the late 1990s, the area was part of ... |
The 2011–12 Bulgarian Hockey League season was the 60th season of the Bulgarian Hockey League, the top level of ice hockey in Bulgaria. Three teams participated in the league, and HK Slavia Sofia won the championship.
Regular season
External links
Season on eurohockey.com
Bulgar
Bulgarian Hockey League seasons
Bulg |
```yaml
subject: "Range"
description: "Range literal a...b (with excluded end)"
focused_on_node: "org.truffleruby.core.range.RangeNodes$RangeLiteralNode"
ruby: |
"a"..."z"
ast: |
RangeNodesFactory$RangeLiteralNodeGen
attributes:
flags = 1
sourceCharIndex = 0
sourceLength = 9
... |
```go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build riscv64,linux
package unix
const (
SizeofPtr = 0x8
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x8
SizeofLongLong = 0x8... |
Michael Kurtiz Baldo Williams (born October 27, 1991) is a Filipino-American professional basketball player for the TNT Tropang Giga of the Philippine Basketball Association (PBA).
Collegiate career
In his senior year at Cal State Fullerton, he scored a collegiate high of 29 points to go along with 6 rebounds in a los... |
Earl of Kimberley, of Kimberley in the County of Norfolk, is a title in the Peerage of the United Kingdom. It was created in 1866 for the prominent Liberal politician John Wodehouse, 3rd Baron Wodehouse. During his long political career, he notably held office as Lord Lieutenant of Ireland, Secretary of State for the C... |
```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.material.catalog.bottomsheet;
import io.material.catalog.R;
import android.app.Dialog;
import android.os.Bundle;
imp... |
The Volkswagen Concept A was a concept car created by German automobile manufacturer Volkswagen. It was introduced at the 2006 Geneva Motor Show. The Concept A is a cross between a coupé and a crossover sports utility vehicle.
Description
The Concept A was powered by an I4 twincharger (TSI) engine with around 150 hors... |
```xml
<dict>
<key>CommonPeripheralDSP</key>
<array>
<dict>
<key>DeviceID</key>
<integer>0</integer>
<key>DeviceType</key>
<string>Headphone</string>
</dict>
<dict>
<key>DeviceID</key>
<integer>0</integer>
<key>DeviceType</key>
<string>Microphone</string>
</dict>
</array>
<key>PathMa... |
```html
<!DOCTYPE html>
<html xmlns="path_to_url"><head><title>S (owl.Owl_algodiff_primal_ops.S)</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="../... |
Mystrocnemis fossulata is a species of beetle in the family Cerambycidae. It was described by Stephan von Breuning in 1956.
References
Saperdini
Beetles described in 1956 |
Daniel Williams-Hashemi (born 26 November 1994), better known by his stage name DanimaL is an English rapper from Sheffield, England, influenced by the boombap sound and conscious style hiphop. Described as a "high-viz clad mentalist" by UKHH, DanimaL has released two EP's and numerous singles. DanimaL achieved notorie... |
```javascript
import React from 'react';
import toNumber from 'lodash/toNumber';
import Input from '../../../../form/Input';
import Row from '../../../../form/Grid/Row';
import LeftColumn from '../../../../form/Grid/LeftColumn';
import RightColumn from '../../../../form/Grid/RightColumn';
const defaultConstraints = {
... |
Integrator complex subunit 8 is a protein that in humans is encoded by the INTS8 gene.
References
Further reading |
Eutetras is a genus of Mexican flowering plants in the daisy family.
Species
Eutetras palmeri A.Gray- Zacatecas, Aguascalientes
Eutetras pringlei Greenm. - Guanajuato, Hidalgo
References
Asteraceae genera
Endemic flora of Mexico
Perityleae |
```java
package com.beloo.widget.chipslayoutmanager.gravity;
import com.beloo.widget.chipslayoutmanager.SpanLayoutChildGravity;
/** class which determines child gravity inside row from child position */
public interface IChildGravityResolver {
@SpanLayoutChildGravity
int getItemGravity(int position);
}
``` |
Kule is a village in Ghanzi District of Botswana. It is located close to the border with Namibia and has a primary school, clinic, customary court, social and development offices, animal health and production and police offices. The population was 741 in 2001 census.
References
Ghanzi District
Villages in Botswana |
Angelo Carletti di Chivasso was a noted moral theologian of the Order of Friars Minor; born at Chivasso in Piedmont, in 1411; and died at Coni, in Piedmont, in 1495.
His name in Latin is usually given as Angelus de Clavasio (Clavasium being the Latin name of his birthplace). This form is preserved in bibliographic us... |
The Honours of the Principality of Wales are the regalia used at the investiture of the Prince of Wales, as heir apparent to the British throne, made up of a coronet, a ring, a rod, a sword, a girdle and a mantle. All but the coronet date from the investiture of Prince Edward (later Edward VIII then Duke of Windsor) in... |
is a former Japanese football player. She played for the Japan national team.
National team career
Hase was born on October 25, 1956. In June 1981, she was selected Japan national team for 1981 AFC Championship. At this competition, on June 7, she debuted against Chinese Taipei. This was the Japan team's first match i... |
```javascript
/**
* This class is the root stub for managing a `ViewModel`.
* @private
*/
Ext.define('Ext.app.bind.RootStub', {
extend: 'Ext.app.bind.AbstractStub',
requires: [
'Ext.app.bind.LinkStub',
'Ext.app.bind.Stub'
],
isRootStub: true,
depth: 0,
createRootChild: ... |
```c++
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. path_to_url
#include "core/fxge/android/cfx_androidfontinfo.h"
#include "core/fxcrt/fx_system.h"
#include "core/fxge/android/cfpf_skiafont.h"
#include "co... |
The Seoul frog or Seoul pond frog (Pelophylax chosenicus) is a species of true frog found on the southern and western Korean Peninsula to Shenyang, China. . It is closely related to the eastern golden frog, P. plancyi, and was long considered a subspecies thereof. Also known as gold-spotted pond frog, it is in fact not... |
Carl (or Karl) Heinrich Gustav Julius von Halfern (8 April 1873 – 20 October 1937) was a German administrative lawyer. He was the district administrator of the Saarbrücken district (1916–19), the Regional President of Hildesheim (1922–27) and of Stettin (1927–30) and Oberpräsident of the Prussian Province of Pomerania ... |
The 51st (Highland) Searchlight Regiment, Royal Artillery was a Scottish unit of Britain's Territorial Army (TA) formed for air defence just before World War II. It later served as an anti-aircraft (AA) artillery unit in the North West Europe Campaign 1944–45, and continued in the postwar TA into the 1950s.
Origin
The... |
Bonnie MacDougal is the author of four novels that draw extensively from her own life as a lawyer working in Philadelphia.
She received her undergraduate degree from Bryn Mawr College, magna cum laude with Honors in English literature, and her law degree from the University of Pennsylvania.
Her law career took her to... |
```go
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package gps
import (
"reflect"
"sort"
"testing"
)
func TestLockedProjectSorting(t *testing.T) {
// version doesn't matter here
lps := []LockedProject{
NewLockedProject(mkPI("github.com/sdboyer/gps"), ... |
```makefile
ifeq ($(LOSCFG_ARCH_ARM_CORTEX_M), y)
-include $(LITEOSTOPDIR)/arch/arm/cortex_m/cpu.mk
else
-include $(LITEOSTOPDIR)/arch/arm/cortex_a_r/cpu.mk
endif
``` |
```html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::context_base::options</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boo... |
Bambarabedde Devainnegama is a village in Sri Lanka. It is located within Central Province.
See also
List of towns in Central Province, Sri Lanka
External links
Populated places in Kandy District |
```sqlpl
alter table SYS_CATEGORY_ATTR add DEFAULT_DECIMAL numeric(36,10)^
alter table SYS_ATTR_VALUE add DECIMAL_VALUE numeric(36,10)^
alter table SYS_CATEGORY_ATTR add ATTRIBUTE_CONFIGURATION_JSON longvarchar^
``` |
Johanna Doderer (born 18 September 1969 in Bregenz) is an Austrian composer.
Biography
Doderer was born in 1969 in Bregenz, Austria. She is the great-niece of the Austrian novelist Heimito von Doderer and a great-granddaughter of the architect Carl Wilhelm von Doderer. Doderer learned her trade in Graz with Beat Furre... |
Mar Thoma Sleeha Syro-Malabar Church is a pilgrimage church located in Thulappally, Syro-Malabar Catholic Eparchy of Kanjirappally in the Indian state of Kerala. The St. Thomas's feast festivities held there every July attract a number of devotees from in and around Kerala.
About the parish
This catholic church is loc... |
The Hall, at times known as Kingston House and The Duke's House, is a Grade I listed Jacobean mansion in Bradford-on-Avon, Wiltshire, England.
History
The Hall was built around 1610 for John Hall, a wealthy mill owner, and is at the east end of the town. The Hall family of Bradford can be traced back to at least the ... |
```javascript
import dynamic from 'next/dynamic'
export const NextDynamicNoSSRServerComponent = dynamic(
() => import('../text-dynamic-no-ssr-server'),
{
ssr: false,
}
)
``` |
```yaml
subject: "Match"
description: "=~ operator/with Regexp literal as a LHS (without named capture groups)"
notes: >
Is represented as a method call `/regexp/.=~(argument)`
focused_on_node: "org.truffleruby.language.dispatch.RubyCallNode"
ruby: |
/foo/ =~ bar
ast: |
RubyCallNode
attributes:
de... |
The Rhaet Hauptton Formation is a geologic formation in Germany. It preserves fossils dating back to the Triassic period.
See also
List of fossiliferous stratigraphic units in Germany
References
Triassic Germany |
Several steamships have been named Patria.
– later called SS Patria
– sunk in the Patria disaster in 1940 in the Port of Haifa, Mandatory Palestine
See also
Ship names |
Bupleurum dianthifolium is a species of flowering plant in the family Apiaceae. It is endemic to Italy. Its natural habitat is Mediterranean-type shrubby vegetation. It is threatened by habitat loss.
References
dianthifolium
Flora of Italy
Critically endangered plants
Taxonomy articles created by Polbot |
```xml
// See LICENSE.txt for license information.
import React from 'react';
import {StyleSheet, View} from 'react-native';
import AddMembersBox from '@components/channel_actions/add_members_box';
import FavoriteBox from '@components/channel_actions/favorite_box';
import InfoBox from '@components/channel_actions/inf... |
David Bissett (born September 26, 1979) is a Canadian bobsledder who has competed since 2005. Competing in three Winter Olympics, he won a bronze medal in the four-man event at Vancouver in the 2010 Winter Olympics.
He won a silver medal in the four-man event at the 2007 FIBT World Championships in St. Moritz.
Bisset... |
```css
CSS Specificity
Importing a CSS file into another CSS file
Determine the opacity of background-colors using the RGBA declaration
Use attribute selectors with empty links
Disclose file format of links
``` |
```javascript
import {
align,
group,
ifBreak,
indent,
join,
line,
softline,
} from "../../document/builders.js";
import { printComments } from "../../main/comments/print.js";
import { hasSameLocStart } from "../loc.js";
import pathNeedsParens from "../needs-parens.js";
import {
CommentCheckFlags,
crea... |
```c
/* Implementation of gettext(3) function.
This program is free software; you can redistribute it and/or modify
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without ev... |
```javascript
ace.define("ace/mode/fsl_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("./text_highlight_rules").TextHighlightRules,s=function(){this.$rules={start:[{token:"punctuation.definition.comment.mn",regex:/\/\*... |
Tübän Öskebaş () is a rural locality (a selo) in Kukmara District, Tatarstan. The population was 424 as of 2010.
Tübän Öskebaş is located 27 km from Kukmara, district's administrative centre, and 167 km from Ԛazan, republic's capital, by road.
The earliest known record of the settlement dates from 1678.
There are 3 str... |
```java
/*
*
* This file is part of LibreTorrent.
*
* LibreTorrent is free software: you can redistribute it and/or modify
* (at your option) any later version.
*
* LibreTorrent is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY... |
```c++
// sol2
// 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, sublicen... |
```makefile
#/
# @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.
#/
# RULES #
#/
# Runs Python benchmarks consecutively.
#
# ## Notes
#
# - The recipe assumes that benchmark ... |
```smalltalk
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// ==========================================================================
using Squidex.Domain.Apps.Core.Apps;
using Squi... |
The Harris Building, also known as the Laird, Schober & Company Building, is an historic factory building which is located in the Logan Square neighborhood of Philadelphia, Pennsylvania.
It was added to the National Register of Historic Places in 2001.
History and architectural features
Built between 1914 and 1915, ... |
Heqin, also known as marriage alliance, refers to the historical practice of Chinese monarchs marrying princesses—usually members of minor branches of the ruling family—to rulers of neighboring states. It was often adopted as an appeasement strategy with an enemy state that was too powerful to defeat on the battlefield... |
The Chaloem Maha Nakhon Expressway (), also known as the First Stage Expressway System (), is an expressway in Thailand, located in Bangkok. It is the first expressway to be opened in the country and is 27.1 kilometres in length. The expressway has played an important role in alleviating ground-level road traffic in Ba... |
```python
import random
import unittest
from typing import List
import numpy as np
import pandas as pd
import pytest
import torch
import torch.nn as nn
from snorkel.analysis import Scorer
from snorkel.classification import (
DictDataLoader,
DictDataset,
MultitaskClassifier,
Operation,
Task,
Tr... |
```html
<div class="shortcut-wrap">
<ul class="shortcut-menus">
{% for color in site.colors %}
<li><a class="shortcut {{ color }}" href="#{{ color }}">
<span class="list-color list-color-{{ color }}"></span>{{ site['colors'][forloop.index0] }}
</a></li>
{% endfor %}
</ul>
</div>
``` |
```javascript
// Mock Browser API's which are not supported by JSDOM, e.g. ServiceWorker, LocalStorage
/**
* An example how to mock localStorage is given below
*/
/*
// Mocks localStorage
const localStorageMock = (function() {
let store = {};
return {
getItem: (key) => store[key] || null,
setItem: (key, val... |
```shell
#
# Kotlin
#
# A modern, concise and safe programming language
# Link: path_to_url
# your_sha256_hash--------------
# Configuration
# your_sha256_hash--------------
SPACESHIP_KOTLIN_SHOW="${SPACESHIP_KOTLIN_SHOW=true}"
SPACESHIP_KOTLIN_ASYNC="${SPACESHIP_KOTLIN_ASYNC=true}"
SPACESHIP_KOTLIN_PREFIX="${SPACESH... |
Allison is an unincorporated community in Bryan County, Oklahoma, United States. It is located seven miles south of Durant, and had a post office from March 6, 1901, to December 15, 1921. Allison was named after the nearby Mount Allison school.
References
Unincorporated communities in Bryan County, Oklahoma
Unincorpo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.