text stringlengths 2 99.9k | meta dict |
|---|---|
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package user
import (
"io"
"os"
)
// Unix-specific path to the passwd and group formatted files.
const (
unixPasswdPath = "/etc/passwd"
unixGroupPath = "/etc/group"
)
func GetPasswdPath() (string, error) {
return unixPasswdPath, nil
}
func GetPa... | {
"pile_set_name": "Github"
} |
{
"@type": "ProjectUpdated",
"id": "27f5429c-b56f-4f8e-8481-f4334ebb334c",
"label": "myproj",
"description": "My project",
"base": "http://localhost:8080/base",
"vocab": "http://localhost:8080/voc",
"apiMappings": {
"nxv": "https://bluebrain.github.io/nexus/vocabulary/",
"rdf": "http://www.w3.org/... | {
"pile_set_name": "Github"
} |
function p = isproperty(class,prop)
% Return true iff a specified class has a specific property
% PMTKneedsMatlab 2008
% This file is from pmtk3.googlecode.com
props = properties(class);
p = ismember(prop,props);
end
| {
"pile_set_name": "Github"
} |
{
id: "forest_interior_stone_elevated_pedestal1",
zorder: "@include data/zorder.cfg:wooden_scaffolding_background",
editor_info: {
category: "edifice, forest-interior",
},
animation: {
id: "normal",
image: "props/forest-interior-woodwork3.png",
rect: [512,208,719,351],
//palettes: "@include data/palettes.cf... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">AdMob Interstitial Example</string>
<string name="impossible_game">Impossible Game</string>
<string name="retry_button_text">Retry</string>
</resources>
| {
"pile_set_name": "Github"
} |
#include <unistd.h>
#include <proc.h>
#include <syscall.h>
#include <trap.h>
#include <stdio.h>
#include <pmm.h>
#include <assert.h>
#include <clock.h>
static int
sys_exit(uint32_t arg[]) {
int error_code = (int)arg[0];
return do_exit(error_code);
}
static int
sys_fork(uint32_t arg[]) {
struct trapframe *... | {
"pile_set_name": "Github"
} |
<vector android:height="24dp" android:viewportHeight="48"
android:viewportWidth="48" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#000000" android:pathData="M30,22L30,10l-6,-6 -6,6v4L6,14v28h36L42,22L30,22zM14,38h-4v-4h4v4zM14,30h-4v-4h4v4zM14,22h-4v-... | {
"pile_set_name": "Github"
} |
<?php
/**
* Base class for working with Jetpack Modules.
*/
abstract class Jetpack_JSON_API_Modules_Endpoint extends Jetpack_JSON_API_Endpoint {
protected $modules = array();
protected $bulk = true;
static $_response_format = array(
'id' => '(string) The module\'s ID',
'active' => '(boolean... | {
"pile_set_name": "Github"
} |
/*
* Copyright(c) 2019 ADLINK Technology Limited and others
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License
* v. 1.0 which is available at
* ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
#pragma once
#include <quic/codec/QuicPacketBuilder.h>
#include <quic/codec/Types.h>
#include <quic/common/BufUtil.h>
#include ... | {
"pile_set_name": "Github"
} |
.TH ZLIB 3 "19 Apr 2010"
.SH NAME
zlib \- compression/decompression library
.SH SYNOPSIS
[see
.I zlib.h
for full description]
.SH DESCRIPTION
The
.I zlib
library is a general purpose data compression library.
The code is thread safe, assuming that the standard library functions
used are thread safe, such as memory allo... | {
"pile_set_name": "Github"
} |
if (a) {
b();
}
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2013 The Go Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd.
// Package lint contains a linter for Go source code.
package lint // import "golang.org/... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6ade007bfb01220478e656cdeefd6c3a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/localization/br/TeX.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy... | {
"pile_set_name": "Github"
} |
/**
* @file lv_conf.h
*
*/
#ifndef LV_CONF_H
#define LV_CONF_H
/* clang-format off */
#include <stdint.h>
/*====================
Graphical settings
*====================*/
/* Maximal horizontal and vertical resolution to support by the library.*/
#define LV_HOR_RES_MAX (3840)
#define LV_VER_RES_MAX ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2011-2015 The XDocReport Team <xdocreport@googlegroups.com>
*
* All rights reserved.
*
* 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 res... | {
"pile_set_name": "Github"
} |
package fr.free.nrw.commons.utils;
import android.text.Editable;
import android.text.TextWatcher;
import androidx.annotation.NonNull;
public class AbstractTextWatcher implements TextWatcher {
private final TextChange textChange;
public AbstractTextWatcher(@NonNull TextChange textChange) {
this.textC... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>53--Raid_53_Raid_policeraid_53_404.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<size>
<wid... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !amd64 appengine gccgo
package argon2
func processBlock(out, in1, in2 *block) {
processBlockGeneric(out, in1, in2, false)
}
func processBlockXOR(o... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!-- Include general documentation entities -->
<!ENTITY % docentities SYSTEM "../../../../doc/docbook/entities.xml">
%docentities;
]>
<!-- Module User's Gui... | {
"pile_set_name": "Github"
} |
/*
* GDI BiDirectional handling
*
* Copyright 2003 Shachar Shemesh
* Copyright 2007 Maarten Lankhorst
* Copyright 2010 CodeWeavers, Aric Stewart
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Soft... | {
"pile_set_name": "Github"
} |
package de.lessvoid.nifty.controls.radiobutton.builder;
import de.lessvoid.nifty.builder.ControlBuilder;
import javax.annotation.Nonnull;
public class RadioGroupBuilder extends ControlBuilder {
public RadioGroupBuilder() {
super("radioButtonGroup");
}
public RadioGroupBuilder(@Nonnull final String id) {
... | {
"pile_set_name": "Github"
} |
replying_to: '6'
id: comment-1093881377
date: 2013-10-23T16:09:18Z
updated: 2013-10-23T16:09:18Z
_parent: /work/so-simple-jekyll-theme/
name: Michael Rose
url: https://mademistakes.com/
message: "I'm not too familiar with RedCarpet but I'm guessing it doesn't support
that shortcut for applying classes. Kramdown does ... | {
"pile_set_name": "Github"
} |
--TEST--
mysqli bind_param/bind_prepare fetch long values
--SKIPIF--
<?php
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
?>
--FILE--
<?php
require_once("connect.inc");
/*** test mysqli_connect 127.0.0.1 ***/
$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
mysqli_sele... | {
"pile_set_name": "Github"
} |
<?php
namespace {
trait TFoo
{
}
class CFoo
{
use TFoo;
}
}
namespace Foo {
trait TBar
{
}
interface IBar
{
}
trait TFooBar
{
}
class CBar implements IBar
{
use TBar;
use TFooBar;
}
}
| {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2011-2015 Webcomm Pty Ltd
//
// 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... | {
"pile_set_name": "Github"
} |
# This example can be boiled down to a more simplistic example
# to show the problem, but including the upper and lower
# bound ellipses, it demonstrates how significant this error
# is to our plots.
from __future__ import print_function
import math
from pylab import *
from matplotlib.patches import Ellipse, Arc
# g... | {
"pile_set_name": "Github"
} |
15B00:
15B01:
15B02:
15B03:
15B04:
15B05:
15B06:
15B07:
15B08:
15B09:
15B0A:
15B0B:
15B0C:
15B0D:
15B0E:
15B0F:
15B10:
15B11:
15B12:
15B13:
15B14:
15B15:
15B16:
15B17:
15B18:
15B19:
15B1A:
15B1B:
15B1C:
15B1D:
15B1E:
15B1F:
15B20:
15B21:
15B22:
15B23:
15B24:
15B25:
15B26:
15B27:
15B28:
15B29:
15B2A:
15B2B:
15B2C:
15B2D... | {
"pile_set_name": "Github"
} |
{{ $baseUrl := .Site.BaseURL }}
<div class="col-sm-3 doc-sidebar">
<div class="sidebar-module">
<h4>Categories</h4>
<ul class="list-unstyled">
{{ range $name, $taxonomy := .Site.Taxonomies.categories }}
<li><a class="tag-item" href="{{ $baseUrl }}/categories/{{ $name | urlize }}">{{ $name }}</a></li>
{{ end... | {
"pile_set_name": "Github"
} |
0
SECTION
2
ENTITIES
0
3DFACE
8
default
62
251
10
-0.011004
20
-0.011500
30
0.019052
11
-0.019056
21
-0.011500
31
0.011000
12
-0.021996
22
-0.011500
32
-0.000004
13
-0.011004
23
-0.011500
33
0.019052
0
3DFACE
8
default
62
251
10
-0.011004
20
-0.011500
30
0.019052
11
-0.021996
21
-0.011500
31
-0.000004
12
-0.019056
22
-... | {
"pile_set_name": "Github"
} |
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "darray.h"
#include "macro.h"
#include "maths.h"
#include "mesh.h"
#include "private.h"
struct mesh {
int num_faces;
vertex_t *vertices;
vec3_t center;
};
/* mesh loading/releasing */
static mesh_t *build_mesh(
... | {
"pile_set_name": "Github"
} |
uuid: f05bf2ba-cf06-4204-a5f8-633188b0060d
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_video_thumbnail_url
- node.type.video_resource
_core:
default_config_hash: SPE8t-Mn9Hdoap2Re48O3lLCkaU5bVvjbC_RwRKcX4w
id: node.video_resource.field_video_thumbnail_url
field_name: field_vid... | {
"pile_set_name": "Github"
} |
/***************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
This code is licensed under the Visual Studio SDK license terms.
THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
IMPLIED WARRANTIES... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** acc... | {
"pile_set_name": "Github"
} |
rm -f vis
rm -f heatmaps/*
rm -rf predictions
mkdir predictions
rm -f .indices
rm -f train_heatmap.csv test_heatmap.csv
rm -rf stored_predictions5
| {
"pile_set_name": "Github"
} |
'use strict';
var emitter = require('contra/emitter');
var crossvent = require('crossvent');
var classes = require('./classes');
var doc = document;
var documentElement = doc.documentElement;
function dragula (initialContainers, options) {
var len = arguments.length;
if (len === 1 && Array.isArray(initialContaine... | {
"pile_set_name": "Github"
} |
{
"name": "@postman/codegen-java-unirest",
"version": "0.1.1",
"description": "Generates code snippets of java unirest from postman-SDK request",
"main": "index.js",
"com_postman_plugin": {
"type": "code_generator",
"lang": "java",
"variant": "Unirest",
"syntax_mode": "java"
},
"directorie... | {
"pile_set_name": "Github"
} |
*********************************
:mod:`rigid` Module
*********************************
.. inheritance-diagram:: pyNastran.bdf.cards.elements.rigid
.. automodule:: pyNastran.bdf.cards.elements.rigid
:members:
:private-members:
:undoc-members:
:show-inheritance:
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="源文件">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensi... | {
"pile_set_name": "Github"
} |
#ifndef BDWY_CALLINGCONTEXT_H
#define BDWY_CALLINGCONTEXT_H
class callingContext
{
private:
/** @brief Call site location */
procLocation * _where;
/** @brief The call in the application program */
operandNode * _call;
/** @brief Dataflow analysis object */
propertyAnalyzer * _property_analyzer;
... | {
"pile_set_name": "Github"
} |
// (C) Copyright David Abrahams Steve Cleary, Beman Dawes, Howard
// Hinnant & John Maddock 2000-2002.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
//
// See http... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models.Membership
{
/// <summary>
/// Represents an <see cref="IContent"/> -> user group & permission key value pair collection
/// </summary>
/// <remarks>
/// This implements <see cref="IAg... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Foundation/Foundation.h>
#import "SDImageCacheDefine.h"
/// Policy for cache ope... | {
"pile_set_name": "Github"
} |
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-symbol,
.hljs-bullet,
.hljs-section,
.hljs-addition,
.hljs-... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!-- Copyright 2007 Kasper B. Graversen Licensed under the Apache License,
Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | {
"pile_set_name": "Github"
} |
import * as React from "react";
import classnames from "classnames";
import cls from "./styles.scss";
export type NavPanelProps = JSX.IntrinsicElements["nav"] & {
positionRight?: boolean;
onRight?: boolean;
dark?: boolean;
};
export const NavPanel = (props: NavPanelProps) => {
const { children, className, po... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Taylor Caldwell
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
/* ========================================================================== */
/* === klu include file ===================================================== */
/* ========================================================================== */
/* Include file for user programs that call klu_* routines */
#ifndef _KLU_... | {
"pile_set_name": "Github"
} |
[android-components](../../index.md) / [mozilla.components.concept.sync](../index.md) / [AccountEventsObserver](./index.md)
# AccountEventsObserver
`interface AccountEventsObserver` [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/concept/sync/src/main/java/mozilla/components/con... | {
"pile_set_name": "Github"
} |
# coding: utf-8
# Modified Work: Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// No testdata on Android.
// +build !android
package main
import (
"bytes"
"os"
"path/filepath"
"runtime"
"strings"
"testing"
)
// TODO(adonovan):
//... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
<name>ChangeRemoteView</name>
<message>
<location filename="../../imports/mvvmdatasyncquick/ChangeRemoteView.qml" line="+26"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</mes... | {
"pile_set_name": "Github"
} |
{{template "base/base.html" .}}
{{template "base/base_common.html" .}}
{{define "meta"}}<title>{{i18n .Lang "post.post_new"}} - {{i18n .Lang "app_name"}}</title>{{end}}
{{define "body"}}
<div class="row">
<div id="content" class="col-md-9">
<div class="box">
<div class="cell first breadcrumb">
... | {
"pile_set_name": "Github"
} |
Montserrat is a British overseas territory.
Contact the Montserrat Government to find out about getting married there, including what documents you’ll need.
$A
Governor's Office Brades
8 Farara Plaza
Brades
Montserrat
$A
$C
Switchboard: (1) (664) 491 2688/9
Governor's Residence: (1) (664) 491 6124
Facsmile: ... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -openbsd -tags openbsd,arm64 syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build openbsd,arm64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE... | {
"pile_set_name": "Github"
} |
/*
* jmemsys.h
*
* Copyright (C) 1992-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This include file defines the interface between the system-independent
* and system-dependent portions... | {
"pile_set_name": "Github"
} |
'use strict';
var SyncReader = require('./sync-reader');
var Filter = require('./filter-parse');
exports.process = function(inBuffer, bitmapInfo) {
var outBuffers = [];
var reader = new SyncReader(inBuffer);
var filter = new Filter(bitmapInfo, {
read: reader.read.bind(reader),
write: function(bufferPa... | {
"pile_set_name": "Github"
} |
import React from 'react';
import classNames from 'classnames';
import { ResponsiveContainer, PieChart, Pie, Cell, Tooltip } from 'recharts';
import { string, number } from 'prop-types';
import { times, reduce } from 'lodash';
import formatCurrency from 'account/util/formatCurrency';
import chartDataShape from 'accoun... | {
"pile_set_name": "Github"
} |
" Vim syntax file
" Language: X Pixmap
" Maintainer: Ronald Schild <rs@scutum.de>
" Last Change: 2017 Feb 01
" Version: 5.4n.1
" Jemma Nelson added termguicolors support
" quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
syn keyword xpmType char
syn keyword xpmSto... | {
"pile_set_name": "Github"
} |
// stylelint-disable declaration-no-important
@each $color, $value in $theme-colors {
@include bg-variant(".bg-#{$color}", $value);
}
@if $enable-gradients {
@each $color, $value in $theme-colors {
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
}
}
.bg-white {
background-color: $white !i... | {
"pile_set_name": "Github"
} |
---------------------------------------
Background
---------------------------------------
# public final class Background
# 实例方法
# 构造方法
public Background(final @NamedArg("fills") BackgroundFill... fills)
public Background(final @NamedArg("fills") BackgroundFill[] fills, final @NamedArg("images") BackgroundI... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Img /> should render default placeholder image 1`] = `
<DocumentFragment>
<img
alt="Cool Image"
class="cool-image no-js-SUCCESS_SRC"
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
/>
<noscript />
</Document... | {
"pile_set_name": "Github"
} |
.TH "src/gov/nasa/jpl/componentaction/IsfTopAction.java" 3 "Tue Aug 9 2016" "Version 4.3" "MagicDrawCompPlugin" \" -*- nroff -*-
.ad l
.nh
.SH NAME
src/gov/nasa/jpl/componentaction/IsfTopAction.java \-
.SH SYNOPSIS
.br
.PP
.SS "Classes"
.in +1c
.ti -1c
.RI "class \fBgov\&.nasa\&.jpl\&.componentaction\&.IsfTopAction\f... | {
"pile_set_name": "Github"
} |
## Changelog
### 0.12.0
#### Added
- iFrame navigation handling [#535](https://github.com/MontFerret/ferret/pull/535)
- ``FRAMES`` function for fast frame lookup [#535](https://github.com/MontFerret/ferret/pull/535)
- Assertion library [#526](https://github.com/MontFerret/ferret/pull/526)
#### Changed
- Removed prope... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2014-2018 NVIDIA Corporation
*
* 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, merg... | {
"pile_set_name": "Github"
} |
function s=mergestruct(s1,s2)
%
% s=mergestruct(s1,s2)
%
% merge two struct objects into one
%
% authors:Qianqian Fang (fangq<at> nmr.mgh.harvard.edu)
% date: 2012/12/22
%
% input:
% s1,s2: a struct object, s1 and s2 can not be arrays
%
% output:
% s: the merged struct object. fields in s1 and s2 will be comb... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"_id": "kapi.dialplan.play_macro",
"description": "AMQP API for dialplan.play_macro",
"properties": {
"Application-Name": {
"enum": [
"play_macro"
],
"type": "string"
},
"C... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/dc.h
// Purpose: wxDC class
// Author: Julian Smart
// Modified by:
// Created: 01/02/97
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
//////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
# encoding: ascii-8bit
# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found... | {
"pile_set_name": "Github"
} |
/*EditArea.prototype.comment_or_quotes= function(v0, v1, v2, v3, v4,v5,v6,v7,v8,v9, v10){
new_class="quotes";
if(v6 && v6 != undefined && v6!="")
new_class="comments";
return "µ__"+ new_class +"__µ"+v0+"µ_END_µ";
};*/
/* EditArea.prototype.htmlTag= function(v0, v1, v2, v3, v4,v5,v6,v7,v8,v9, v10){
res="... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android" name="Android">
<configuration>
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/android/gen" />
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/androi... | {
"pile_set_name": "Github"
} |
module T190_B where
import T190_A
main :: Fay ()
main = return ()
| {
"pile_set_name": "Github"
} |
export const REFRESH_CLICKED = '@EVENT.REFRESH_CLICKED'
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "400.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "400-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "... | {
"pile_set_name": "Github"
} |
/**
* This client was automatically generated by Segment Typewriter. ** Do Not Edit **
*/
package com.segment.generated;
import java.util.*;
import com.segment.analytics.Properties;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
public final class EnumTypes extends SerializableProperties {... | {
"pile_set_name": "Github"
} |
/*
* HCS API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 2.1
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package hcsschema
type Chipset struct {
Uefi *Uefi `json:"Uefi,omitempty"`
IsNum... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * event_sale
#
# Translators:
# Martin Trigaux, 2019
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2019
# Miku Laitinen <miku.laitinen@gmail.com>, 2019
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2019
# Tuomo Aura <t... | {
"pile_set_name": "Github"
} |
using UnityEngine;
namespace EzySlice {
/**
* Represents a simple 3D Triangle structure with position
* and UV map. The UV is required if the slicer needs
* to recalculate the new UV position for texture mapping.
*/
public struct Triangle {
// the points which represent this triangl... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_XAPP_XMH
bool "xmh"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XDATA_XBITMAPS
help
send and read mail with an X interface to MH
| {
"pile_set_name": "Github"
} |
*> \brief \b ZLACP2 copies all or part of a real two-dimensional array to a complex array.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download ZLACP2 + dependencies
*> <a href="http://www.netlib.org/cgi-... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef WM8766_H_INCLUDED
#define WM8766_H_INCLUDED
#define WM8766_LDA1 0x00
#define WM8766_RDA1 0x01
#define WM8766_DAC_CTRL 0x02
#define WM8766_INT_CTRL 0x03
#define WM8766_LDA2 0x04
#define WM8766_RDA2 0x05
#define WM8766_LDA3 0x06
#define WM8766_RDA3 0x07
#define WM87... | {
"pile_set_name": "Github"
} |
// 异步加载图片
function loadImg(src) {
var promise = new Promise(function(resolve, reject) {
var img = document.createElement('img');
img.onload = function () {
resolve(img);
}
img.onerror = function () {
reject('图片加载失败');
}
img.src= src;
})
return promise;
}
var src = 'https://ws3.sinaimg.cn/large/006... | {
"pile_set_name": "Github"
} |
Pod::Spec.new do |s|
s.name = "PlaceKit"
s.version = "1.1.0"
s.summary = "Content placeholders, randomized data and other helpers for early dev, testing and proto work."
s.description = "Placeholders, lorem ipsum, and random data oh my! A placeholder and random data framework for all of your ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:local="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_widt... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
bool
# with glibc/musl, ucontext is available for all supported
# architectures
default y if BR2_TOOLCHAIN_USES_GLIBC
default y if BR2_TOOLCHAIN_USES_MUSL
# with uclibc, ucontext is only available for a subset of the
# supported architectures
default y if BR2_TOOLCHAI... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/l... | {
"pile_set_name": "Github"
} |
import Orange
from OWWidget import *
from orngWrap import PreprocessedLearner
import OWGUI
NAME = "Continuize"
DESCRIPTION = """Turns discrete features into continuous.
Can also normalize existing continuous features."""
ICON = "icons/Continuize.svg"
PRIORITY = 2110
CATEGORY = "Data"
MAINTAINER = "Janez Demsar"
MAINTA... | {
"pile_set_name": "Github"
} |
54.854390934844 225.07960339943 100.45439093484 246.67960339943 restroom 1 1
127.59258037923 229.05045342127 227.59258037923 279.05045342127 kitchen 1 1
391.70942000779 249.2359283768 491.70942000779 299.2359283768 bedroom 1 1
206.11685437661 310.70863465718 273.31685437661 357.90863465718 bathroom 1 1
294.48456790... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\views\Annotation;
/**
* Defines a Plugin annotation object for views filter handlers.
*
* @see \Drupal\views\Plugin\views\filter\FilterPluginBase
*
* @ingroup views_filter_handlers
*
* @Annotation
*/
class ViewsFilter extends ViewsHandlerAnnotationBase {
}
| {
"pile_set_name": "Github"
} |
/*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1... | {
"pile_set_name": "Github"
} |
{
"word": "Manatee",
"definitions": [
"A sea cow of tropical Atlantic coasts and estuaries, with a rounded tail flipper."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
package org.unicode.cldr.test;
import java.util.List;
import org.unicode.cldr.util.CLDRConfig;
import org.unicode.cldr.util.CLDRFile;
import org.unicode.cldr.util.Factory;
import org.unicode.cldr.util.PathHeader;
/**
* Subclass of CheckCLDR that requires a factory during checking.
*
* @author jchye
*/
abstract c... | {
"pile_set_name": "Github"
} |
/*
* lib/route/sch/fifo.c (p|b)fifo
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
*/
/*... | {
"pile_set_name": "Github"
} |
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*-
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.focus.utils;
i... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2020 The Pkcs11Interop Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
/**
* GeoDa TM, Copyright (C) 2011-2015 by Luc Anselin - all rights reserved
*
* This file is part of GeoDa.
*
* GeoDa is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, o... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.