text stringlengths 1 22.8M |
|---|
```python
# TODO:
# Look into using: path_to_url
# It should both reduce the size of the font and support all possible UTF8 chars
import fontforge
def generate(name, block):
print("Generating " + name)
# TODO:
# This needs to reach 0x9FCF to complete the CJK Ideographs
# But above around 0x7f0... |
```c++
/*
*/
#include "opengl_impl_type_convert.hpp"
#include <cassert>
auto reshade::opengl::convert_format(api::format format, GLint swizzle_mask[4]) -> GLenum
{
switch (format)
{
default:
assert(false);
[[fallthrough]];
case api::format::unknown:
break;
case api::format::r1_unorm:
break; // Unsupport... |
```shell
Test disk speed with `dd`
Force a time update with `ntp`
Find out if the system's architecture is 32 or 64 bit
Change your `hostname` on systems using `systemd`
Get hardware stack details with `lspci`
``` |
"Belfast Brigade" is an Irish folk song, to the tune of "Battle Hymn of the Republic".
Context
The song is about the Belfast Brigade of the Irish Republican Army (IRA), and in particular the 1st, or West Belfast battalion, during the Irish War of Independence in the 1920s. Reference is made to James Craig, 1st Viscoun... |
```objective-c
/*
Simple DirectMedia Layer
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commerc... |
```objective-c
/* your_sha256_hash------------ */
/* Atmel Microcontroller Software Support */
/* your_sha256_hash------------ */
/* */
/* All rights reserved. ... |
The Index of Industrial Production (IIP) is an index for India which details out the growth of various sectors in an economy such as mineral mining, electricity and manufacturing. The all India IIP is a composite indicator that measures the short-term changes in the volume of production of a basket of industrial produc... |
```smalltalk
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ClosedXML.Excel
{
public interface IXLDrawingProtection
{
Boolean Locked { get; set; }
Boolean LockText { get; set; }
IXLDrawingStyle SetLocked(); IXLDrawingS... |
```python
import numpy as np
from keras.models import Model
from keras.layers import Input
from keras.layers.core import Dense
from keras import backend as K
import json
from collections import OrderedDict
```
```python
def format_decimal(arr, places=6):
return [round(x * 10**places) / 10**places for x in arr]
```
... |
```c++
#include "queryenvironment.h"
#include <vespa/searchlib/common/geo_location.h>
#include <vespa/searchlib/common/geo_location_spec.h>
#include <vespa/searchlib/common/geo_location_parser.h>
#include <vespa/log/log.h>
LOG_SETUP(".searchvisitor.queryenvironment");
using search::IAttributeManager;
using search::c... |
The 1927 Stanley Cup playoffs were held from March 29 to April 13, 1927, to determine the championship of the National Hockey League (NHL) and the Stanley Cup. In the first Stanley Cup Finals with two NHL teams, the Ottawa Senators defeated the Boston Bruins 2–0–2 in a best-of-five series.
Playoff format
With the coll... |
```linker script
/*
*
*/
#include <zephyr/devicetree.h>
/*
* SRAM base address and size
*/
#if DT_NODE_HAS_PROP(DT_CHOSEN(zephyr_sram), reg) && \
(DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) > 0)
#define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram))
#define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram))
#endif
/*
... |
The Samsung Galaxy J7 (2016) is an Android-based mid-range smartphone produced by Samsung Electronics in 2016 and is either based on the Qualcomm Snapdragon 615 or Exynos 7870 chipset.
Hardware
The Samsung Galaxy J7 comes with a removable back panel, metallic chrome diamond-designed frame and a metal-finish plastic b... |
```yaml
---
# FIXME: Anything below in all-caps has it's value replaced by sed in the
# openshiftmasterscript.sh which is not ideal, we should fix that.
localmaster:
hosts:
localhost
vars:
ansible_connection: local
ansible_python_interpreter: /usr/bin/python2
openshift_is_containerized: Fals... |
```javascript
PR.registerLangHandler(PR.createSimpleLexer([["var pln",/^\$[\w-]+/,null,"$"]],[["pln",/^[\s=][<>][\s=]/],["lit",/^@[\w-]+/],["tag",/^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["com",/^\(:[\S\s]*?:\)/],["pln",/^[(),/;[\]{}]$/],["str",/^(?:"(?:[^"\\{]|\\[\S\s])*(?:"|$)|'(?:[^'\\{]|\\[\S\s])*(?:'|$))/,null,"\"'"],[... |
```c++
#include "common.h"
#include <pybind11/pybind11.h>
#include <SPlisHSPlasH/NonPressureForceBase.h>
#include <SPlisHSPlasH/XSPH.h>
namespace py = pybind11;
void XSPHModule(py::module m_sub) {
// ---------------------------------------
// XSPH
// ---------------------------------------
py::class... |
Frank Leon "Doc" Kelker (December 9, 1913 – May 23, 2003) was an All-American college football end, college basketball player, and track star for Western Reserve, now known as Case Western Reserve University, from 1935 to 1937. Spanning high school and college, he played in 54 consecutive football games without a loss... |
A tympanum (plural, tympana; from Greek and Latin words meaning "drum") is the semi-circular or triangular decorative wall surface over an entrance, door or window, which is bounded by a lintel and an arch. It often contains pedimental sculpture or other imagery or ornaments. Many architectural styles include this elem... |
Archie "Hubbie" Turner (born January 25, 1946), sometimes known as "Hubbie" Mitchell, is an American keyboard player and songwriter who was a member of the Hi Rhythm Section in Memphis, Tennessee and has featured on over forty albums.
Biography
Turner was born in Detroit, Michigan, the son of Horace Turner Sr., who di... |
The Seattle Film Critics Society Award for Best Documentary Feature is one of the annual awards given by the Seattle Film Critics Society.
Winners and nominees
† indicates the winner of the Academy Award for Best Documentary Feature.
2010s
2020s
References
Documentary Feature |
```go
// Unless explicitly stated otherwise all files in this repository are licensed
// This product includes software developed at Datadog (path_to_url
//go:build test
// +build test
package agentimpl
import (
"context"
"testing"
traceagent "github.com/DataDog/datadog-agent/comp/trace/agent/def"
gzip "github.... |
```scala
package ai.verta.client.entities
import ai.verta.client._
import ai.verta.repository._
import ai.verta.blobs._
import ai.verta.blobs.dataset.PathBlob
import ai.verta.client.entities.utils.ValueType
import ai.verta.dataset_versioning._
import scala.language.reflectiveCalls
import scala.concurrent.ExecutionCon... |
The Geraldton Road District was an early form of local government area in the Mid West region of Western Australia. It was based in the town of Geraldton, although Geraldton was not part of the road district, having been separately incorporated as the Municipality of Geraldton.
It was established on 24 January 1871. I... |
Gatewood is a neighborhood in West Seattle, Seattle, Washington. Situated on the highest hill in Seattle it overlooks Puget Sound, the Olympic Mountains, and downtown Seattle. It is generally bounded to the north and south by Raymond and Thistle Streets respectively, to the east by 35th Avenue, and the west by Calif... |
```java
/*
* code is released under a tri EPL/GPL/LGPL license. You can use it,
* redistribute it and/or modify it under the terms of the:
*
*/
package org.truffleruby.test.internal;
import java.io.IOException;
import java.lang.management.ManagementFactory;
import java.nio.file.Files;
import java.nio.file.Path;
im... |
```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.
from matplotlib import pyplot as plt
plt.rcParams['figure.figsize']=(16.8,6.0)
plt.rcParams['axes.grid']=True
plt.rcParams['axes.linewidth'... |
"Just Like Anyone" is a 1995 song by American alternative rock band Soul Asylum from its seventh album, Let Your Dim Light Shine. Written by the lead singer, Dave Pirner, and produced by the band with Butch Vig, the song was the second single released as the album. It entered the singles charts in Canada and the United... |
```clojure
(ns quo.components.community.community-view
(:require
[quo.components.community.community-stat.view :as community-stat]
[quo.components.community.style :as style]
[quo.components.markdown.text :as text]
[quo.components.tags.permission-tag :as permission]
[quo.components.tags.tag :as tag... |
```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.
*/
/*
Contains functions that handle, normalize, and otherwise modify text.
*/
package summarize
import (
"crypto/sha1"
"fmt"
"hash/crc32"
"io"
... |
Hua can refer to varieties of the following languages:
The Hua (Huva) dialect of the Yagaria language of Papua New Guinea
The Eastern ǂHuan dialect of the ǂ’Amkoe language of Botswana
The Western ǂHuan dialect of the ǃXoon language of Botswana
Standard Chinese in Southeast Asia |
Small Axe may refer to:
"Small Axe" (song), 1973 song by Bob Marley and the Wailers
Small Axe (anthology), 2020 anthology of films by Steve McQueen
Small Axe Project, academic journal about Caribbean literature |
```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 runtime
import (
"encoding/json"
"io"
)
// JSONConsumer creates a new JSON consumer
func JSONConsumer() Consumer {
return Cons... |
Du'a al-Baha () (known as Du'a al-Sahar () is a Du'a recommended to Muslims to recite in pre-dawns during Ramadan, when Muslims usually eat Suhur. Since it is very common among Shia, it is known Dua al-Sahar (supplication of pre-dawn), despite there are other supplications for pre-dawns of Ramadan.
Chain of authority ... |
```go
//
// 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, sublicense, and/o... |
Consuelo Álvarez Pool, known by her pseudonym "Violeta" (Barcelona, July 24, 1867 – Madrid, January 19, 1959) was a Spanish writer, journalist, politician, trade unionist, suffragist, and feminist. She belonged to the first organization of women telegraphers in Spain.
Career
Telegrapher
Consuelo Álvarez Pool studied... |
```scss
@import "../../vars";
.playlist_view_container {
width: 100%;
height: 100%;
margin: 1em 0em;
.playlist {
display: flex;
flex-flow: column;
margin-right: 1em;
}
.playlist_view_info {
display: flex;
flex-flow: row;
margin-bottom: 1em;
img {
width: 15rem;
bor... |
```verilog
module RAM64X1D (
output DPO, SPO,
input D, WCLK, WE,
input A0, A1, A2, A3, A4, A5,
input DPRA0, DPRA1, DPRA2, DPRA3, DPRA4, DPRA5
);
parameter INIT = 64'h0;
parameter IS_WCLK_INVERTED = 1'b0;
endmodule
module RAM128X1D (
output DPO, SPO,
input D, WCLK, WE,
input [6:0] A, DPRA
);
... |
Peter Williams Gautier (born September 25, 1965) is a United States Coast Guard vice admiral who serves as the deputy commandant for operations. He previously served as the deputy commander of the Coast Guard Pacific Area.
In April 2022, he was nominated for promotion to vice admiral and appointment as deputy commanda... |
```clojure
(ns quo.components.banners.alert-banner.component-spec
(:require
[quo.components.banners.alert-banner.view :as alert-banner]
[test-helpers.component :as h]))
(h/describe "Alert Banner"
(h/test "Render without props is not throwing any error"
(h/render [alert-banner/view {}])
(h/is-truthy... |
```rust
/*
* 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 C... |
The 1937–38 season was the seventh season of competitive association football in the Football League played by Chester, an English club based in Chester, Cheshire.
It was the club's seventh consecutive season in the Third Division North since the election to the Football League. Alongside competing in the league, the ... |
Últimos días de la víctima may refer to:
Últimos días de la víctima (novel), a 1979 Argentine novel
Últimos días de la víctima (film), a 1982 film adaptation of the novel |
Gaspard Robert (1722-1799) was the founder of a factory that made faience in Marseille, France, between 1750 and 1793.
History
Joseph Gaspard Robert first worked in a porcelain factory, and then returned to Marseille in 1750.
Robert operated a factory from about 1750 to 1793.
He collaborated with André Estieu, whom... |
Operation MB8 was a British Royal Navy operation in the Mediterranean Sea from 4 to 11 November 1940. It was made up of six forces comprising two aircraft carriers, five battleships, 10 cruisers and 30 destroyers, including much of Force H from Gibraltar, protecting four supply convoys.
It consisted of Operation Coat,... |
Maija (Majlis) Grotell (August 19, 1899 — December 6, 1973) was an influential Finnish-American ceramic artist and educator. She is often described as the "Mother of American Ceramics."
Early life and education
Finland
Maija Grotell was born in Helsinki, Finland. She completed six years of graduate work at the Univer... |
Bulwell Forest is a tram stop on the Nottingham Express Transit (NET) light rail system in the city of Nottingham in the suburb of Bulwell. It is part of the NET's initial system, and is situated on the long single line section between Bulwell and Hucknall tram stops that runs alongside the Robin Hood railway line. Lik... |
```java
package com.yahoo.docproc.jdisc.metric;
import com.yahoo.jdisc.Metric;
import java.util.Map;
/**
* @author Einar M R Rosenvinge
*/
public class NullMetric implements Metric {
@Override
public void set(String key, Number val, Context ctx) {
}
@Override
public void add(String key, Numbe... |
Joseph Philip Robert Murray (born March 6, 1943) is a Canadian retired police officer who served as the 19th commissioner of the Royal Canadian Mounted Police (RCMP) from 1994 to 2000.
Early years
Murray was born in Ottawa, Ontario, and joined the RCMP in 1962. He spent his early career in Saskatchewan.
He attended ... |
Annæus Schjødt (13 February 1920 – 4 November 2014) was a Norwegian barrister.
Personal life
He was born in Aker as a son of Annæus Schjødt (1888–1972) and Hedevig Schjødt, née Petersen (1892–1966). He was a grandson of Attorney General Annæus J. Schjødt. His sister Karen Hedevig Schjødt married chief physician Thorst... |
The Mark Kendall Bingham Memorial Tournament or the Bingham Cup is a biennial international, non-professional, gay rugby union tournament, first held in 2002. It is named after Mark Bingham, who died on board United Airlines Flight 93 when it crashed during the September 11, 2001 attacks. The most recent tournament was... |
```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.
import os
import sys
def GenerateFileStructureForFinalDygraph(eager_dir):
"""
paddle/fluid/eager
|- generated
| |- CMakeL... |
```swift
import GPUImage
import GPUImageV4LCamera
// For now, GLUT initialization is done in the render window, so that must come first in sequence
let renderWindow = GLUTRenderWindow(width:1280, height:720, title:"Simple Video Filter", offscreen:false)
let camera = V4LCamera(size:Size(width:1280.0, height:720.0))
let... |
```smalltalk
/*
*
*
* 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.
*/
using System;
using System.Text;
using NUnit.Framework;
namespace ZXing.Common.ReedSolomon.Test
{
/// <summary>
/// ... |
```c
/* packet-uccrsp.c
* Routines for Upstream Channel Change Response dissection
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
*
* This program is free software; you can redistribute it and/or
* as published by the Free Software Foundation; either version 2
*
* This progra... |
Korhan Öztürk (born 28 June 1982) is a Turkish former football midfielder.
External links
Guardian Stats Centre
1982 births
Living people
People from Bornova
Sportspeople from İzmir Province
Turkish men's footballers
Turkey men's under-21 international footballers
Turkey men's youth international footballers
Antalyas... |
```javascript
const toNum = util.toNum;
it('basic', function() {
let sum = function(a, b) {
if (a > 100) {
throw Error('a is bigger than 100');
}
return a + b;
};
expect(sum(2, 5)).to.equal(7);
expect(sum('2', '5')).to.equal('25');
expect(() => sum(105)).to.throw... |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Authors: Douglas Gregor
// Nick Edmonds
// Andrew Lumsdaine
// The placement of this #include probably looks very odd relative to
// the #ifndef/#define pair below. However, this placement is
// extre... |
```smalltalk
//
// ARSkeleton2D.cs: Nicer code for ARSkeleton2D
//
// Authors:
// Vincent Dondain <vidondai@microsoft.com>
//
//
using System;
using System.Runtime.InteropServices;
#if NET
using Vector2 = global::System.Numerics.Vector2;
#else
using Vector2 = global::OpenTK.Vector2;
#endif
#nullable enable
namespac... |
```xml
import * as React from 'react';
import { Context, ContextSelector, ContextValue, ContextVersion } from './types';
import { useIsomorphicLayoutEffect } from './utils';
/**
* This hook returns context selected value by selector.
* It will only accept context created by `createContext`.
* It will trigger re-re... |
```smalltalk
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// ==========================================================================
using System.ComponentModel.DataAnnotations;
us... |
```objective-c
/*
path_to_url
Unless required by applicable law or agreed to in writing, software
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
#define IDC_MYICON 2
#define IDD_GUI 102
#define IDS_APP_TITLE 103
#define IDI_GUI 107
#define IDI_SMALL 10... |
Vitali Ermakovich Kabaloev (; born ) is a Russian Greco-Roman wrestler of Kabardian descent. He won gold in the 55 kg event at the 2019 European Championships held in Bucharest, Romania. In 2020, he won the silver medal in the 55 kg event at the 2020 European Championships held in Rome, Italy.
He is a twofold national... |
```go
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
//
// path_to_url
//
// Unless required by applicable law or agreed to in writing, software
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.... |
Adesmus bisellatus is a species of beetle in the family Cerambycidae. It was described by Bates in 1881. It is known from Colombia and Ecuador.
References
Adesmus
Beetles described in 1881 |
Events in the year 1744 in Norway.
Incumbents
Monarch: Christian VI
Events
31 December - The town of Holmestrand was founded.
Arts and literature
Births
15 September - Erik Must Angell, jurist and politician (died 1814)
19 November - Jakob Edvard Colbjørnsen, chief justice (died 1802)
Full date unknown
Catharina ... |
```javascript
/**
* @require common:widget/jquery/jquery.js
*/
(function($, wp, wps, window, undefined) {
'$:nomunge';
var $w = $(window),
waypoints = [],
oldScroll = -99999,
didScroll = false,
didResize = false,
eventName = 'waypoint.reached',
methods = {
init: function(f, options) {
this.each(function(... |
```ruby
# typed: strict
# frozen_string_literal: true
require "cli/parser"
UNDEFINED_CONSTANTS = %w[
AbstractDownloadStrategy
Addressable
Base64
CacheStore
Cask::Cask
Cask::CaskLoader
Completions
CSV
Formula
Formulary
GitRepository
Homebrew::API
Homebrew::Manpages
Homebrew::Settings
JSON... |
```objective-c
#import "GBImageView.h"
@implementation GBImageViewGridConfiguration
- (instancetype)initWithColor:(NSColor *)color size:(NSUInteger)size
{
self = [super init];
self.color = color;
self.size = size;
return self;
}
@end
@interface GBGridView : NSView
@end
@implementation GBGridView
- (... |
```python
from typing import Union, Callable
from nonebot.plugin import on_command
from nonebot.typing import CommandHandler_T, CommandName_T
class CommandGroup:
"""
Group a set of commands with same name prefix.
"""
__slots__ = ('basename', 'base_kwargs')
def __init__(self, name: Union[str, 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.
# ==============================================================================
"""create_def_file.py - tool to create a windows def file.
... |
```css
Prepare for `will-animate`
Animation basics in CSS
Using animation delay in debugging
Use `max-height` for pure CSS sliders
Shorthand Transitions
``` |
The 1982 Arizona Wildcats football team represented the University of Arizona in the Pacific-10 Conference (Pac-10) during the 1982 NCAA Division I-A football season. In their third season under head coach Larry Smith, the Wildcats compiled a 6–4–1 record (4–3–1 against Pac-10 opponents), finished in fifth place in th... |
```objective-c
//
//
// path_to_url
//
// Unless required by applicable law or agreed to in writing, software
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#ifndef _SOC_INTERRUPT_CORE0_STRUCT_H_
#define _SOC_INTERRUPT_CORE0_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
... |
```sqlpl
SET optimize_trivial_insert_select = 1;
drop table if exists x;
create table x (i int, j int, k int) engine MergeTree order by tuple() settings index_granularity=8192, index_granularity_bytes = '10Mi', min_bytes_for_wide_part=0, min_rows_for_wide_part=0, ratio_of_defaults_for_sparse_serialization=1;
insert... |
```smalltalk
using System;
using System.Collections.Generic;
using NUnit.Framework;
using Xamarin.Forms;
using Xamarin.Forms.Core.UnitTests;
namespace Xamarin.Forms.Xaml.UnitTests
{
public partial class Bz41048 : ContentPage
{
public Bz41048()
{
InitializeComponent();
}
public Bz41048(bool useCompiledXam... |
```smalltalk
using Volo.Abp.Application.Dtos;
namespace Volo.Abp.TenantManagement;
public class GetTenantsInput : PagedAndSortedResultRequestDto
{
public string Filter { get; set; }
}
``` |
```html
<app-doc docTitle="Angular PanelMenu Component" header="PanelMenu" description="PanelMenu is a hybrid of Accordion and Tree components." [docs]="docs" [apiDocs]="['PanelMenu', 'MenuItem']"></app-doc>
``` |
```c++
//
//
// path_to_url
//
#include "pxr/pxr.h"
#include "pxr/base/plug/notice.h"
#include "pxr/base/tf/pyResultConversions.h"
#include "pxr/base/tf/pyNoticeWrapper.h"
#include <boost/python/class.hpp>
#include <boost/python/scope.hpp>
using namespace boost::python;
PXR_NAMESPACE_USING_DIRECTIVE
namespace {
T... |
```objective-c
#ifndef VALHALLA_BALDR_TRANSITSTOP_H_
#define VALHALLA_BALDR_TRANSITSTOP_H_
#include <cstdint>
#include <stdexcept>
#include <valhalla/baldr/graphconstants.h>
namespace valhalla {
namespace baldr {
/**
* Information held for each transit stop. This is information not required
* during path generatio... |
Phellodon putidus is a species of tooth fungus in the family Bankeraceae. Found in North America, it was first described scientifically by George F. Atkinson as Hydnum putidum in 1900. Howard James Banker transferred it to the genus Phellodon in 1906.
References
External links
Fungi described in 1900
Fungi of North ... |
```objective-c
/*
*
*
* This file is based on dw1000_regs.h and dw1000_mac.c from
* path_to_url
* (d6b1414f1b4527abda7521a304baa1c648244108)
* The content was modified and restructured to meet the
* coding style and resolve namespace issues.
*
* This file is derived from material that is:
*
*
* or more cont... |
```groff
.\" $OpenBSD: round.3,v 1.5 2011/07/07 01:34:52 martynas Exp $
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copy... |
A pram is a small utility dinghy with a transom bow rather than a pointed bow. This type of pram provides a more efficient use of space than does a traditional skiff of the same size. The Mirror and Optimist sailboats are examples of this form. Modern prams are often 8 to 10 feet long and built of plywood, fibreglass,... |
```javascript
/**
* @license Apache-2.0
*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
'use strict';
// MODULES //
var bench = require( '@stdlib/bench' );
var isIteratorLike = require( '@stdl... |
Boysidia is a genus of air-breathing land snails in the family Gastrocoptidae.
Species
Boysidia chiangmaiensis Panha & J. B. Burch, 1999
Boysidia conspicua (Möllendorff, 1885)
Boysidia dilamellaris D.-N. Chen, Y.-H. Liu & W.-X. Wu, 1995
Boysidia dorsata (Ancey, 1881)
Boysidia elephas (van Benthem Jutting, 1950)
... |
Presidential elections were held in East Timor on 20 March 2017. Incumbent President Taur Matan Ruak, who was eligible for a second term, chose not to run for re-election. The result was a victory for Francisco Guterres of FRETILIN.
Electoral system
The President of East Timor is elected using the two-round system. If... |
Agnes Inglis (1870–1952) was a Detroit, Michigan-born anarchist who became the primary architect of the Labadie Collection at the University of Michigan.
Early life
Agnes Inglis was born on December 3, 1870, in Detroit, Michigan, to Agnes (née Lambie) and Richard Inglis. Both of her parents were from Scotland. Her fat... |
USS Ethan Allen was a 556-ton bark acquired by the Union Navy during the beginning of the American Civil War, and used as a gunboat in support of the blockade of Confederate waterways.
History
Ethan Allen was built in 1859 at Boston, Massachusetts; purchased by the Navy 23 August 1861; and commissioned 3 October 1861... |
```objective-c
//
// FCUUID.h
//
// Created by Fabio Caccamo on 26/06/14.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
extern NSString *const FCUUIDsOfUserDevicesDidChangeNotification;
@interface FCUUID : NSObject
{
NSMutableDictionary *_uuidForKey;
NSString *_uuidForSession;
NSString *... |
```yaml
zh-CN:
activemodel:
attributes:
collaborative_draft:
address:
body:
category_id:
decidim_scope_id:
has_address:
scope_id:
state:
title:
user_group_id:
proposal:
address:
answer:
answered_... |
Temešvár is a municipality and village in Písek District in the South Bohemian Region of the Czech Republic. It has about 100 inhabitants.
Temešvár lies approximately north-east of Písek, north of České Budějovice, and south of Prague.
References
Villages in Písek District |
```kotlin
package mega.privacy.android.domain.exception
import mega.privacy.android.domain.entity.sync.SyncError
/**
* Mega Exception for sync errors
*
* @property syncError SyncError object
*/
class MegaSyncException(
errorCode: Int,
errorString: String?,
val syncError: SyncError? = null,
) : MegaExc... |
Histone H1 is one of the five main histone protein families which are components of chromatin in eukaryotic cells. Though highly conserved, it is nevertheless the most variable histone in sequence across species.
Structure
Metazoan H1 proteins feature a central globular "winged helix" domain and long C- and short N-... |
```html
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>createPortal | @xarc/react</title><meta name="description" content="Documentation for @xarc/react"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link ... |
```javascript
(function() {
'use strict';
/**
* Model for User API, this is used to wrap all User objects specified actions and data change actions.
*/
angular.module('frontend.users')
.service('UserModel', [
'DataModel','DataService','$q','$log','$http',
function(... |
James Branch (27 February 1845 – 16 November 1918), was a British boot manufacturer and Liberal politician.
Branch was born in Bethnal Green in the East End of London, where he established a boot factory. An active member of the Liberal Party, he was president of the Bethnal Green Liberal Association for twenty years.... |
Sofia Tillström (born 15 May 1976) is a former professional tennis player from Sweden. She competed during her career as Sofia Finér.
Finér played on the professional tour in the 1990s, reaching a best singles ranking of 289 in the world, with two ITF titles. As a doubles player she had a top ranking of 254 and won th... |
Alexander Murray Palmer Haley (August 11, 1921 – February 10, 1992) was an American writer and the author of the 1976 book Roots: The Saga of an American Family. ABC adapted the book as a television miniseries of the same name and aired it in 1977 to a record-breaking audience of 130 million viewers. In the United Stat... |
is a Japanese columnist and cartoonist. Born in Tokyo to Jun'ichi Natsume, eldest son of novelist Natsume Sōseki, he attended Aoyama Gakuin University, where he graduated in 1973.
He was awarded the Tezuka Osamu Cultural Prize (Special Award) in 1999 for excellence in criticism of manga.
He has written the book (200... |
```python
"""
Given a string s, partition s such that every substring of the
partition is a palindrome.
Find the minimum cuts needed for a palindrome partitioning of s.
Time Complexity: O(n^2)
Space Complexity: O(n^2)
For other explanations refer to: path_to_url
"""
def find_minimum_partitions(string: str) -> int:
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.