text stringlengths 1 22.8M |
|---|
```python
#!/usr/bin/env 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.
"""
Read from our rollups data and print every time minute-over-minute
transaction volume drops more than 50%.
"""
i... |
```smalltalk
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Text.RegularExpressions;
using Microsoft.CodeAnalysis;
namespace Roslynator.Configuration;
internal static class EditorConfigCodeAnalysisConfigLoader
{
public s... |
```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 randu = require( '@stdlib/random... |
The St. Lucia Athletics Association (SLAA) is the national governing body for athletics in Saint Lucia, inclusive of track and field, cross country running, road running and racewalking. The Athletics Association was formerly known as the St. Lucia Amateur Athletics Association. The organisation was founded in 1977 to ... |
Bengaly Camara was a Guinean teacher and politician. He served in the first council of the Politburo of the First Republic of Guinea as Minister of Labor and Social Affairs from 1957. He was also a Minister of Information and Tourism.
References
Guinean schoolteachers
Labour ministers of Guinea
Social affairs minist... |
```xml
import * as React from 'react';
import url from 'url';
import {
getRecentlyOpenedApps,
clearRecentlyOpenedApps,
} from '../native-modules/DevLauncherInternal';
type App = {
id: string;
url: string;
name: string;
timestamp: number;
};
export type RecentApp =
| (App & {
isEASUpdate: true;
... |
```yaml
---
Resources:
IAMUser:
Type: AWS::IAM::User
Properties:
LoginProfile:
Password: b@dP@$sW0rD
PasswordResetRequired: True
``` |
```xml
import { NodeType } from "prosemirror-model";
import { Plugin, PluginKey } from "prosemirror-state";
import Extension from "../lib/Extension";
export default class TrailingNode extends Extension {
get name() {
return "trailing_node";
}
get defaultOptions() {
return {
node: "paragraph",
... |
```php
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \__... |
Guajardo is a Spanish surname that may refer to:
Andrés Guajardo (1930–2000), Spanish jurist, businessman and politician
Anisa Guajardo (born 1991), Mexican-American football striker
Carlos Alberto Guajardo Romero (1973–2010), Mexican journalist
Daniela Guajardo (born 1990), Chilean road cyclist
Fabiola Guajardo (b... |
The Grandview is a historic apartment hotel at 82 Munroe Street in Somerville, Massachusetts. This type of building was not uncommon in the city at the time of its 1896 construction. This building affords commanding views of the Boston area from its site near the top of Prospect Hill, and has well-preserved Colonial ... |
The women's 4 × 400 metres relay at the 2023 World Athletics Championships was held at the National Athletics Centre in Budapest on 26 and 27 August 2023.
Records
Before the competition records were as follows:
Qualification standard
After the postponement for COVID-19 pandemic reasons of the 2023 World Relays to 202... |
```python
from flask import jsonify
from ...core.database import users
from ...main import app
from ..utils import senseless_print
@app.route("/users/")
def route_users():
users_data = []
for user in users:
user_data = {"name": user.name, "email": user.email}
users_data.append(user_data)
... |
```java
/*
* Use of this source code is governed by the GPL v3 license
* that can be found in the LICENSE file.
*/
package de.neemann.digital.core.memory.rom;
import de.neemann.digital.core.memory.DataField;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.Objects;
/**
... |
```go
package container
import (
"io"
"os"
"time"
)
// PruneReport contains the response for Engine API:
// POST "/containers/prune"
type PruneReport struct {
ContainersDeleted []string
SpaceReclaimed uint64
}
// PathStat is used to encode the header from
// GET "/containers/{name:.*}/archive"
// "Name" is t... |
Payam-e-Zan is a women's magazine published in Afghanistan by the Revolutionary Association of the Women of Afghanistan (RAWA). Literally translated, the name means "Women's Message." It began as a quarterly publication in Persian/Pushto and Urdu that focused on women's rights and opposing fundamentalism with strong s... |
Fair Hooker (born May 22, 1947) is a former American football wide receiver in the National Football League (NFL). He was drafted by the Cleveland Browns in the fifth round of the 1969 NFL Draft. He played college football at Arizona State.
1947 births
Living people
American football wide receivers
Arizona State Sun D... |
The Grom-Bach is a small river of Hesse, Germany.
The Grom-Bach flows into the Ohebach in Frielendorf. Its source is located southeast of Linsingen at an altitude of above sea level. From Linsingen, the Grom-bach flows in a northeastern direction, turns after about to the north-west. Shortly before the village of To... |
```html+erb
<header class="flex justify-between items-center mb-4">
<h1 class="crayons-title">Award Badges</h1>
<%= link_to "Back to Badge Achievements", admin_badge_achievements_path, class: "c-link c-link--block" %>
</header>
<div class="crayons-card p-6">
<%= form_with(url: admin_badge_achievements_award_badge... |
The 1992 Australian motorcycle Grand Prix was the second round of the 1992 Grand Prix motorcycle racing season. It took place on the weekend of 10–12 April 1992 at Eastern Creek Raceway.
500 cc race report
John Kocinski was injured in practice and missed the race.
Mick Doohan started on pole, and led away with Wayne ... |
```objective-c
/****************************************************************************
**
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of a Qt Solutions component.
**
** Commercial Usage
** with the Software or, alternatively, in accordance with the terms
*... |
```xml
import { IOSConfig } from '@expo/config-plugins';
import plist from '@expo/plist';
import fs from 'fs';
const debug = require('debug')('expo:run:ios:codeSigning:simulator');
// NOTE(EvanBacon): These are entitlements that work in a simulator
// but still require the project to have development code signing set... |
```objective-c
//
//
// path_to_url
//
#ifndef PXR_IMAGING_HD_ST_STAGING_BUFFER_H
#define PXR_IMAGING_HD_ST_STAGING_BUFFER_H
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hgi/blitCmdsOps.h"
#include "pxr/imaging/hgi/buffer.h"
#include <memory>
#include <vector>
PXR_NAMESPACE_OPEN_SCOP... |
```smalltalk
using Microsoft.AspNetCore.Rewrite;
var app = WebApplication.Create();
var options = new RewriteOptions()
.AddRedirect("/$", "/"); //redirect when path ends with /
app.UseRewriter(options);
app.MapGet("/", (context) =>
{
context.Response.Headers.Append("content-type", "text/html");
return c... |
```java
/*
* 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... |
Malaccensis may refer to:
Plants
Actinodaphne malaccensis, a species of tree in the family Lauraceae native to Malaysia and Singapore
Aglaia malaccensis, a species of plant in the family Meliaceae found in Southeast Asia
Alpinia malaccensis, a plant in the family Zingiberaceae native to Indonesia and Malaysia
Aqu... |
Martin Doherty (born 1982) is a musician with the band Chvrches.
Martin Doherty may also refer to:
Martin Doherty (Irish republican) (1958–1994), volunteer in the Provisional Irish Republican Army
Martin Doherty (historian), British historian
See also
Martin Docherty-Hughes (born 1971), Scottish politician |
Kgaogelo is a South African given name for both males and females, it is of Sepedi(Northern Sotho) origin, which is one of South African official languages.
The name means "Mercy" and the "Kga" is pronounced how the Arabs pronounce "Kha" in i.e Khalid, so it's pronounced Khaō-gre-lo.
the following are notable people... |
```python
"""Streaming HTTP uploads module.
This module extends the standard httplib and urllib2 objects so that
iterable objects can be used in the body of HTTP requests.
In most cases all one should have to do is call :func:`register_openers()`
to register the new streaming http handlers which will take priority ov... |
```javascript
import { mount, createLocalVue } from "@vue/test-utils";
import FieldSubmit from "src/fields/core/fieldSubmit.vue";
const localVue = createLocalVue();
let wrapper;
function createField2(data, methods) {
const _wrapper = mount(FieldSubmit, {
localVue,
propsData: data,
methods: methods
});
wrap... |
```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 StringLiterals : ContentPage
{
public StringLiterals()
{
InitializeComponent();
}
public StringLiteral... |
```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 client-gen. DO NOT EDIT.
package v1alpha1
import (
"context"
v1alpha1 "k8s.io/api/rbac/v1alpha1"
v1 "k8s.io/apimachinery... |
```javascript
const { name } = require('./package.json');
module.exports = {
banner: `
${name}
Github: path_to_url
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
`,
setRules: (rules) => {
rules[1].use.splice(3, 0, {
... |
```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 client-gen. DO NOT EDIT.
package v1alpha3
import (
"context"
"time"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8... |
```c++
//
// I am making my contributions/submissions to this project solely in my
// personal capacity and am not conveying any rights to any intellectual
// property of any third parties.
#include <jet/cell_centered_scalar_grid3.h>
#include <jet/cell_centered_vector_grid3.h>
#include <jet/custom_vector_field3.h>
#in... |
```javascript
const transformHeroItemSuggestion = (data) => {
const res = {};
Object.entries(data).forEach(([gameStage, itemsAsJSON]) => {
res[gameStage] = {};
Object.entries(itemsAsJSON)
.sort((a, b) => (a[1] > b[1]) ? -1 : 1)
.forEach(([itemId, quantity]) => {
res[gameStage][itemId] = ... |
Atala is a neighbourhood in the northeast part of the city of Tampere, Finland, a few kilometers to the east from the border of the Kangasala city. Its neighboring neighborhoods are Holvasti in the south, Linnainmaa in the southwest and Tasanne in the north. The district was named after Ata Oy, which was founded in 193... |
```python
#
# 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.
... |
The Enlisted Aviation Warfare Specialist (EAWS) insignia is a military badge of the United States Navy which was created in March 1980. The insignia recognizes those members of the Navy's enlisted force who have acquired the specific professional skills, knowledge, and military experience that result in qualification ... |
Joyce Barry (March 1919 – 23 November 1999) was an Australian cyclist who held numerous records for long-distance cycling, most notably the women's seven-day record.
Biography
Barry was born in March 1919, the third daughter of Mr and Mrs James Barry.
In 1936 the 17-year-old Barry announced her intention to challenge... |
```sqlpl
-- Tags: no-parallel
-- Tag no-parallel: Messes with internal cache
SYSTEM DROP QUERY CACHE;
SELECT 'The Default for query_cache_system_table_handling is = throw';
-- Test that the query cache rejects queries that involve system tables.
SELECT * FROM system.one SETTINGS use_query_cache = 1; -- { serverError ... |
```yaml
---
parsed_sample:
- capabilities: "bridge"
chassis_id: "f55f-c2c5-e180"
local_interface: "GigabitEthernet0/0/1"
manufacturer: "Cisco Systems, Inc."
mgmt_address: "192.168.0.240"
neighbor_description:
- "Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 12.2(55)SE7,... |
```css
Vertical centering fluid blocks
Vertical percentages are relative to container width, not height
Clearfix for layouts
Inherit `box-sizing`
`direction`: `column-reverse`
``` |
```turing
#!/usr/bin/perl -w
# [rt.cpan.org 28345]
#
# A use_ok() inside a BEGIN block lacking a plan would be silently ignored.
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = ('../lib', 'lib');
}
else {
unshift @INC, 't/lib';
}
}
use Test::More;
my $result;
BEGIN {
$r... |
The Law of Property (Miscellaneous Provisions) Act 1989 (c. 34) is a United Kingdom Act of Parliament, which laid down a number of significant revisions to English property law.
Nature of reforms
The Act introduced several distinct reforms:
The common law rules governing the form and delivery of a deed were abolish... |
Domenico Trezzini (Russian Андрей Якимович Трезин, Andrey Yakimovich Trezin; c. 1670 – 1734) was a Swiss architect who elaborated the Petrine Baroque style of Russian architecture.
Domenico was born in Astano, Landvogtei of Lugano (at that time a condominium of the Old Swiss Confederacy), in the Italian-speaking Ticin... |
Young Pioneers is a 1976 American Western television film which aired in March 1976 on ABC. Elements of novels Let the Hurricane Roar and Free Land by Rose Wilder Lane (daughter of Laura Ingalls Wilder) were used as the basis for the movie, with Roger Kern and Linda Purl starring as the focal characters David and Molly... |
```smalltalk
namespace ResXManager.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using ResXManager.Model.Properties;
using TomsToolbox.Essentials;
[LocalizedDisplayName(StringResourceKey.ResourceTableEntryRulePunctuationTail_Name)]
[LocalizedDescription(StringResourceKey.ResourceTableEntr... |
Setzin is a village and a former municipality in the Ludwigslust-Parchim district, in Mecklenburg-Vorpommern, Germany. Since May 2019, it is part of the municipality Toddin.
References
Ludwigslust-Parchim
Former municipalities in Mecklenburg-Western Pomerania |
George Alexander Gillespie (December 17, 1872 – December 21, 1956) was a merchant and political figure in Ontario. He represented Peterborough West in the Legislative Assembly of Ontario from 1914 to 1919 as a Liberal member.
He was born in Toronto, the son of John L. Gillespie and Margaret Christie. In 1898, he marri... |
```go
package ctrl
import (
"bufio"
"io"
"net/http"
"os"
)
type HomeController struct{}
func (hc *HomeController) GetHome(w http.ResponseWriter, r *http.Request) {
page, _ := os.Open("index.html")
defer page.Close()
br := bufio.NewReader(page)
w.Header().Add("Content-Type", "text/html")
io.Copy(w, br)
}
... |
Marano di Napoli () is a comune (municipality) in the Metropolitan City of Naples in the Italian region Campania, located about northwest of Naples. Partly located on the Camaldoli hill, it is one of the most populous municipalities in the metropolitan city.
Physical geography
The city covers a hilly area of 15.64 k... |
The Budapest Wolves are an American football team from Budapest, Hungary. After establishing in 2004, in just few years the Wolves have become one of the best organized and most successful American football teams in Hungary. Today, the Wolves are competing in the Hungarian Football League.
Brief history
The Budapest ... |
Diego Armando Herner (born 31 July 1983, in Gualeguaychú in Entre Ríos) is a retired Argentine footballer, who played as a centre-back.
Herner started his career in 2001 with Gimnasia LP, where he made over 100 appearances before moving to Banfield in July 2007.
External links
Las Palmas official profile
Argentin... |
```html
<!DOCTYPE html>
<html xmlns="path_to_url"><head><title>Device (owl-base.Owl_computation_engine.Flatten.Engine.Graph.Optimiser.Operator.Symbol.Shape.Type.Device)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../../../../../../../../odoc.support/odoc.css"/><meta name="generator" content="odo... |
```python
# Generated by Django 3.2.13 on 2023-07-11 03:02
from django.db import migrations, models
def forward(apps, schema_editor):
Rule = apps.get_model("promgen", "Rule")
Label = apps.get_model("promgen", "RuleLabel")
Annotation = apps.get_model("promgen", "RuleAnnotation")
# For our forward mig... |
Board of Secondary Education may refer to the following authorities:
India
Central Board of Secondary Education
Andhra Pradesh Board of Secondary Education
Board of Secondary Education, Assam
Chhattisgarh Board of Secondary Education
Gujarat Secondary and Higher Secondary Education Board
Board of Secondary Education, ... |
```go
package network
//
// 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 Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the... |
```java
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied wa... |
Maytenus oleosa is a rare, willow-like, small tree in the family Celastraceae which is limited in habitat to lowland forests along the KwaZulu-Natal and Eastern Cape coasts of South Africa, particularly where there are streams or rivers. It is commonly associated with Gymnosporia bachmannii. The species is threatened b... |
```javascript
import { TodoItemModel } from "./TodoItemModel.js";
const item = new TodoItemModel({
title: "Todo",
completed: false
});
const completedItem = new TodoItemModel({
title: "Todo",
completed: true
});
// `id`
console.log(item.id === completedItem.id); // => false
``` |
```java
/**
* This file is part of Skript.
*
* Skript is free software: you can redistribute it and/or modify
* (at your option) any later version.
*
* Skript is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS F... |
Thomas of Frignano (1305–1381) was an Italian Franciscan theologian. He became Minister General of the Order of Friars Minor, and on 19 July 1372 was approved by Pope Gregory XI as patriarch of Grado.
Tommaso was created a cardinal on 20 September 1378 by Pope Urban VI. He was Bishop of Frascati and, as the senior bis... |
```c++
//
// ConsoleChannel.cpp
//
// Library: Foundation
// Package: Logging
// Module: ConsoleChannel
//
// and Contributors.
//
//
#include "Poco/ConsoleChannel.h"
#include "Poco/Message.h"
#include "Poco/String.h"
#include "Poco/Exception.h"
#include <iostream>
namespace Poco {
FastMutex ConsoleChannel::_mut... |
```shell
#!/bin/sh
# 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 2370 class were a class of diesel locomotive built in 1975 by English Electric, Rocklea for Queensland Railways in Australia. All were later sold to AN Tasrail.
History
The 2370 class was an evolution of the 2350 class. They were built for use on the Blackwater and Moura coal lines and based at Gladstone. The cla... |
Michael Hall, better known as Mike Hall (born 3 April 1974), is an English sports journalist and presenter for ITV regional news programme Granada Reports.
Brought up in Wigan, Hall worked for a local newspaper in the Newton-le-Willows area before joining ITV Granada's sports department in 2000, making his on-screen d... |
```c++
//
//
// path_to_url
//
#include "pxr/pxr.h"
#include "pxr/base/arch/stackTrace.h"
#include "pxr/base/tf/diagnostic.h"
#include "pxr/base/tf/exception.h"
#include "pxr/base/tf/stringUtils.h"
#include "pxr/base/tf/ostreamMethods.h"
#include "pxr/base/tf/pyCall.h"
#include "pxr/base/tf/pyErrorInternal.h"
#includ... |
Angoor may refer to:
Angoor (1982 film), a 1982 Indian Hindi-language comedy film by Gulzar, ultimately based on Shakespeare's The Comedy of Errors
Cirkus (working title Angoor), 2022 Indian Hindi-language comedy film by Rohit Shetty, remake of the 1982 film
Angoor Lata Deka, Indian actress and politician
See also... |
```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.yanzhenjie.andserver.util;
import java.lang.reflect.Array;
import java.util.Arrays;
import java.util.Collection;
imp... |
A86 (sometimes called "Paris super-périphérique") is the second ring road around Paris, France. It follows an irregular path around Paris with the distance from the city centre (Notre Dame) varying in the range. The south-western section of A86 contains one of the world's longest urban motorway tunnels ( of continuous... |
```c
#include <wctype.h>
#include <string.h>
#define WCTYPE_ALNUM 1
#define WCTYPE_ALPHA 2
#define WCTYPE_BLANK 3
#define WCTYPE_CNTRL 4
#define WCTYPE_DIGIT 5
#define WCTYPE_GRAPH 6
#define WCTYPE_LOWER 7
#define WCTYPE_PRINT 8
#define WCTYPE_PUNCT 9
#define WCTYPE_SPACE 10
#define WCTYPE_UPPER 11
#define ... |
Left Hand Talking is the eighth studio album by the British singer-songwriter Judie Tzuke, released in 1991.
Despite considerable promotion and featuring a re-recording of her best known song, "Stay with Me till Dawn", the album failed to chart. It was the last of Tzuke's albums to be released by a major record label.... |
Paul David Humphreys (born 27 February 1960) is an English singer, songwriter and musician who is best known for his contributions to Orchestral Manoeuvres in the Dark (OMD), an electronic band which he founded alongside Andy McCluskey in 1978. John Doran in The Quietus remarked: "If, roughly speaking, McCluskey is the... |
```prolog
#!perl -w
use v5.15.8;
use strict;
use warnings;
require './regen/regen_lib.pl';
require './regen/charset_translations.pl';
use Unicode::UCD 'prop_invlist';
# This program outputs l1_charclass_tab.h, which defines the guts of the
# PL_charclass table. Each line is a bit map of properties that the Unicode
# ... |
```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.
#pragma once
#include "paddle/phi/core/dense_tensor.h"
namespace phi {
template <typename T, typename Context>
void TakeAlongA... |
HMS Charybdis (F75) was a of the Royal Navy (RN). She was built by the Harland & Wolff company of Belfast, and was the last ship to be built there for British naval forces until of the Royal Fleet Auxiliary, was launched in 1990. Charybdis was launched on 28 February 1968 and commissioned on 2 June 1969. Her nickname... |
Christopher Stewart Martin (born 10 December 1974) is a former New Zealand cricketer. A right-arm fast-medium bowler, Martin played provincial cricket for Auckland, having formerly played for the Canterbury Wizards.
He also signed for the English county cricket side, Warwickshire, for their 2008 domestic campaign and ... |
Slip Watkins (born September 29, 1967) is an American former sprinter.
References
1967 births
Living people
American male sprinters
Universiade medalists in athletics (track and field)
Place of birth missing (living people)
FISU World University Games gold medalists for the United States
Medalists at the 1989 Summer ... |
```c++
#include "colorer/io/FileWriter.h"
FileWriter::FileWriter(const UnicodeString* fileName, bool useBOM)
{
#ifdef _MSC_VER
fopen_s(&file, UStr::to_stdstr(fileName).c_str(), "wb+");
#else
file = fopen(UStr::to_stdstr(fileName).c_str(), "wb+");
#endif
init(file, useBOM);
}
FileWriter::FileWriter(const Unicode... |
```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\Dataflow;
class StreamingStageLocation extends \Google\Model
{
/**
* @var string
*/
public $... |
```objective-c
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EventTargetNames_h
#define EventTargetNames_h
#include "wtf/text/AtomicString.h"
#include "core/CoreExport.h"
// Generated from:
// - events/EventTargetFactory.in
namespace blink {
namespac... |
```smalltalk
using System;
namespace Volo.Abp.EventBus.Distributed;
public class AbpEventBusBoxesOptions
{
/// <summary>
/// Default: 6 hours
/// </summary>
public TimeSpan CleanOldEventTimeIntervalSpan { get; set; }
/// <summary>
/// Default: 1000
/// </summary>
public int InboxWaiti... |
Patrick Sheltra (born May 14, 1986) is an American professional stock car racing driver and owner. Sheltra was the 2010 ARCA Racing Series season champion.
Personal life
Sheltra was born in Indiantown, Florida on May 14, 1986.
Career
Starting to race at local tracks in 2001, Sheltra moved up to the ARCA Re/MAX Series... |
```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 config_test
import (
"github.com/projectcalico/calico/typha/pkg/config"
"reflect"
. "github.com/onsi/ginkgo/extensions/table"
... |
```objective-c
//
// SDChatTableViewController.h
// GSD_WeiXin(wechat)
//
// Created by aier on 16/2/13.
//
/*
*********************************************************************************
*
* GSD_WeiXin
*
* QQ: 362419100(2) 4592740491
* Email : gsdios@126.com
* GitHub: path_to_url
* :GSD_iOS
*
* SD... |
A battery electric multiple unit (BEMU), battery electric railcar or accumulator railcar is an electrically driven multiple unit or railcar whose energy is derived from rechargeable batteries driving the traction motors.
Prime advantages of these vehicles include the fact that they do not use fossil fuels such as coal... |
Nancy Ellen Cantor (born February 4, 1952) is an American academic administrator and the chancellor of Rutgers University-Newark, in Newark, New Jersey. A social psychologist, Cantor is recognized for her scholarly contributions to the understanding of how individuals perceive and think about their social worlds, pursu... |
```java
/*
* Neo4j Sweden AB [path_to_url
*
* This file is part of Neo4j.
*
*
* 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 apoc.path;
import static org.junit.Assert.assertEquals;
... |
```javascript
/*global require, describe, it, expect, beforeEach, jasmine*/
'use strict';
var underTest = require('../../lib/line/setup');
describe('Line setup', () => {
var api, bot, logError, parser, responder, botPromise, botResolve, botReject;
beforeEach(() => {
api = jasmine.createSpyObj('api', ['get', 'po... |
Amerila madagascariensis is a moth of the subfamily Arctiinae. It was described by Jean Baptiste Boisduval in 1847. It is found on Madagascar.
References
, 1849: [Ins. Lep.]. In: Dictionnaire Universel d'Histoire Naturelle Atlas 2: 19, pl. 13.
, 1847: Catalogue des lépidoptères recueillis par M. Delegorgue peudaut... |
```javascript
// TODO: Load the ./languageapi module
const languageAPI = require('./languageapi');
// END TODO
// TODO: Load the ./spanner module
const feedbackStorage = require('./spanner');
// END TODO
exports.subscribe = function subscribe(event) {
// The Cloud Pub/Sub Message object.
const pubsubMessage =... |
William Ian McDonald (15 March 1933 – 13 December 2006) was a New Zealand neurologist and academic. Having taught and practiced in New Zealand and the United States, he was Professor of Neurology at the Institute of Neurology of the University of London, England, from 1974 to 1998. He was the world leading authority on... |
```swift
class ArrayPartitionI {
func arrayPairSum(_ nums: [Int]) -> Int {
var arr = nums
arr = arr.sorted()
var res = 0
for i in 0..<arr.count {
if i & 1 != 0 {
res += min(arr[i], arr[i - 1])
}
}
return res
}
}
class Array... |
```javascript
CKEDITOR.plugins.setLang("liststyle","ru",{armenian:" ",bulletedTitle:" ",circle:"",decimal:" (1, 2, 3, ..)",decimalLeadingZero:" (01, 02, 03, ..)",disc:"",georgian:" (, , , ..)",lowerAlpha:" (a, b, c, d, e, ..)",lowerGreek:" (, , , ..)",lowerRoman:" (i, ii, iii, iv, v, ..)",none:"",
notset:... |
The MU90 Impact is a Franco-Italian advanced lightweight anti-submarine torpedo of the third generation developed for the French and Italian navies, as well as for export. It is designed to outperform the United States-built Mark 54 in and was developed in a special MU90 Hard Kill version for anti-torpedo defence. It ... |
```java
package org.zalando.intellij.swagger.rename.yaml;
import com.intellij.openapi.vfs.VirtualFile;
import org.zalando.intellij.swagger.SwaggerLightCodeInsightFixtureTestCase;
public class RenameFileRefTest extends SwaggerLightCodeInsightFixtureTestCase {
private static final String FILES_PATH = "rename/swagger... |
The Morelos Territory () was a federal territory of Mexico that existed between 1914 and 1917. It was created by the decree of 17 June 1914 issued by the Congress of the United Mexican States which amended articles 43 and 44 of the Constitution of 1857, with the territory the same as the state of Morelos; the decree al... |
```php
<?php
namespace Illuminate\Foundation\Console;
use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
class ConsoleMakeCommand extends GeneratorCommand
{
/**
* The console command name.
*
* @var string
... |
Frisby and Kirby, formerly just Frisby is a former civil parish in the Melton district, in the county of Leicestershire, England. Its principal settlements were the villages of Frisby on the Wreake and Kirby Bellars, now both civil parishes in their own right. In 2001 it had a population of 890.
History
The parish wa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.