text stringlengths 2 99.9k | meta dict |
|---|---|
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_correlate_opt_q15.c
* Description: Correlation of Q15 sequences
*
* $Date: 27. January 2017
* $Revision: V.1.5.1
*
* Target Processor: Cortex-M cores
* -----------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<transformation>
<info>
<name>wordcount-mapper</name>
<description/>
<extended_description/>
<trans_version/>
<trans_type>Normal</trans_type>
<trans_status>0</trans_status>
<directory>/</directory>
<parameters>
</parameters>
<log>
<tra... | {
"pile_set_name": "Github"
} |
package typings.dojo
import org.scalablytyped.runtime.Instantiable2
import typings.dojo.dijit._editor.plugins.FontChoice.FontDropDown
import typings.dojo.dijit._editor.plugins.FontChoice.FontNameDropDown
import typings.dojo.dijit._editor.plugins.FontChoice.FontSizeDropDown
import typings.dojo.dijit._editor.plugins.Fon... | {
"pile_set_name": "Github"
} |
module Amethyst
def self.new(app, app_path=__FILE__)
app.new app_path, app.name
end
module Base
class App
property :port
property name : String
getter :routes
@app : Middleware::Base | Dispatch::Router
@http_handler : Base::Handler
def initialize(app_path, app... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Broadcom Corporation
*
* This program 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 version 2.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, wheth... | {
"pile_set_name": "Github"
} |
OBJS = net.o netdev.o veth.o loop.o pkb.o tap.o
SUBDIR = net
all:net_obj.o
net_obj.o:$(OBJS)
@echo " [LD] $(SUBDIR)/$@"
$(Q)$(LD) -r -o $@ $^
%.o:%.c
@echo " [CC] $(SUBDIR)/$@"
$(Q)$(CC) $(CFLAGS) -c -o $@ $<
clean:
rm -f *.o
| {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\DataAuditBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
trait StringFieldTypeTrait
{
/**
* @var string
*
* @ORM\Column(name="old_text", type="text", nullable=true)
*/
protected $oldText;
/**
* @var string
*
* @ORM\Column(name="new_text", typ... | {
"pile_set_name": "Github"
} |
title lldvrm - signed long divide and remainder routine
;***
;lldvrm.asm - signed long divide and remainder routine
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines the signed long divide and remainder routine
; __alldvrm
;
;****************************... | {
"pile_set_name": "Github"
} |
<workspace name="timer_pwm_dma">
<project name="EFR32xG22_timer_pwm_dma"
device="EFR32MG22C224F512IM40">
<targets>
<name>slsproj</name>
<name>iar</name>
</targets>
<directories>
<cmsis>$PROJ_DIR$\..\..\..\..\..\platform\CMSIS</cmsis>
<device>$PROJ_DIR$\..\..\..\..\..\pla... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" sourcelanguage="en_US">
<context>
<name>Authenticate</name>
<message>
<location filename="../authenticate.ui" line="14"/>
<source>Authentication Required</source>
<translation type="unfinished"></translation>
</me... | {
"pile_set_name": "Github"
} |
<p>When you dereference using :with, use $parent to access the parent context</p>
<p>998 wins</p>
<p>0 losses</p>
<p>2 ties</p>
<p>Best season evar: Detroit Red Wings</p>
| {
"pile_set_name": "Github"
} |
### 中共党员大量死亡名单曝光 死因惊人一致
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安卓版](h... | {
"pile_set_name": "Github"
} |
/*!
* jQuery Mobile 1.4.2
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Some unsets */
.ui-mobile,
.... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////
// Module : property_integer_reference.hpp
// Created : 17.12.2007
// Modified : 17.12.2007
// Author : Dmitriy Iassenev
// Description : integer property reference implementation class
///////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::difference`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_DIFFERENCE_HPP
#define BOOST_HANA_DIFFERENCE_HPP
#include <boost/... | {
"pile_set_name": "Github"
} |
<?php
namespace Rimorsoft\Rimback\Entities;
use Illuminate\Database\Eloquent\Model;
class Term extends Model
{
//
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2018-present HiveMQ and the HiveMQ Community
*
* 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 ... | {
"pile_set_name": "Github"
} |
var baseIndexOf = require('./_baseIndexOf');
/**
* Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol
* that is not found in the character symbols.
*
* @private
* @param {Array} strSymbols The string symbols to inspect.
* @param {Array} chrSymbols The character symbols to find.
* @retur... | {
"pile_set_name": "Github"
} |
package main
import (
"fmt"
"github.com/donng/Play-with-Data-Structures/09-Segment-Tree/04-Query-in-Segment-Tree/segmenttree"
)
/// 该测试用例来源:Leetcode 303. Range Sum Query - Immutable
/// https://leetcode.com/problems/range-sum-query-immutable/description/
func main() {
nums := []interface{}{-2, 0, 3, -5, 2, -1}
s... | {
"pile_set_name": "Github"
} |
Moved to the following repository.
- OpenTouryoProject/FrontendTemplates
https://github.com/OpenTouryoProject/FrontendTemplates/
| {
"pile_set_name": "Github"
} |
package httpclient
import (
"fmt"
"log"
"net/http"
"os"
"strings"
"github.com/hashicorp/terraform/version"
)
const userAgentFormat = "Terraform/%s"
const uaEnvVar = "TF_APPEND_USER_AGENT"
func UserAgentString() string {
ua := fmt.Sprintf(userAgentFormat, version.Version)
if add := os.Getenv(uaEnvVar); add ... | {
"pile_set_name": "Github"
} |
package com.github.badoualy.telegram.api.utils
import com.github.badoualy.telegram.tl.api.*
val TLAbsMessageAction.title: String?
get() = when (this) {
is TLMessageActionChannelCreate -> title
is TLMessageActionChatCreate -> title
is TLMessageActionChatEditTitle -> title
is TLMessa... | {
"pile_set_name": "Github"
} |
#
# 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/or sell
# co... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* Open LiteSpeed is an open source HTTP server. *
* Copyright (C) 2013 - 2015 LiteSpeed Technologies, Inc. *
* *
* ... | {
"pile_set_name": "Github"
} |
Input the number of lines and columns (two natural numbers): Line 1 (3 elements): Line 2 (3 elements): Your matrix is:
Line 1 (3 elements): 1 2 3
Line 2 (3 elements): 4 5 6
Here is a copy of your matrix:
Line 1 (3 elements): 1 2 3
Line 2 (3 elements): 4 5 6
The transpose of your matrix is:
Line 1 (2 elements): 1 4
Line... | {
"pile_set_name": "Github"
} |
/***
*
* Copyright (c) 1999, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* This source code contains proprietary and confidential information of
* Val... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build ppc64,linux
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_ALG = 0x26
AF_APPLETALK = 0x5
AF_ASH ... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/protobuf/timestamp.proto
package timestamp
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
... | {
"pile_set_name": "Github"
} |
package org.hypergraphdb.type.javaprimitive;
import java.util.Date;
public class DateType extends DateTypeBase<java.util.Date>
{
protected Date fromLong(long x)
{
return new Date(x);
}
protected long toLong(Date x)
{
return x.getTime();
}
}
| {
"pile_set_name": "Github"
} |
Terra.describeViewports('Dialog', ['tiny', 'large'], () => {
describe('Default', () => {
before(() => browser.url('/#/raw/tests/terra-dialog/dialog/default-dialog'));
Terra.it.validatesElement({ selector: '#dialog' });
});
});
| {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2001 Yasna.com. All rights reserved.
*
* ===================================================================
* The Apache Software License, Version 1.1
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi... | {
"pile_set_name": "Github"
} |
/*
Copyright Rene Rivera 2008-2015
Copyright Franz Detro 2014
Distributed under 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)
*/
#if !defined(BOOST_PREDEF_OS_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_OS_H
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@interface TSlicesInterpreter : NSObject
{
}
+ (id)sliceForRawQueryString:(id)arg1;
+ (id)slicesForTag:(id)... | {
"pile_set_name": "Github"
} |
error: `<` is interpreted as a start of generic arguments for `u32`, not a comparison
--> $DIR/issue-42954.rs:7:19
|
LL | $i as u32 < 0
| --------- ^ - interpreted as generic arguments
| | |
| | not interpreted as comparison
| help: try comparing ... | {
"pile_set_name": "Github"
} |
package com.jshop.service;
import java.util.List;
import com.jshop.entity.SiteNavigationT;
public interface SiteNavigationTService extends BaseTService<SiteNavigationT>{
/**
* 删除导航
*
* @param list
* @return
*/
public int delSiteNavigationT(String[] list);
/**
* 获取所有导航
*
* ... | {
"pile_set_name": "Github"
} |
/**
* @class Ext.draw.sprite.Arc
* @extend Ext.draw.sprite.Circle
*
* A sprite that represents a circular arc.
*
* @example preview miniphone
* var component = new Ext.draw.Component({
* items: [{
* type: 'arc',
* cx: 100,
* cy: 100,
* r: 25,
* fillSt... | {
"pile_set_name": "Github"
} |
<% challenge_id(@show_challenge) %>
<div class="grid_7">
<h3><b><%= @show_challenge.title %></b></h3>
<%= render :partial => "shared/challenge_description", :locals => { show_challenge: @show_challenge } %>
<h3>Solutions</h3>
<p><b>The best way to learn is to practice</b>. Below, you will find some of ... | {
"pile_set_name": "Github"
} |
{
"output": ["os"],
"fact": "os"
}
| {
"pile_set_name": "Github"
} |
> From: [eLinux.org](http://eLinux.org/Hello_World_in_C "http://eLinux.org/Hello_World_in_C")
# Hello World in C
```
#include <stdio.h>
main() {
for(;;)
{
printf ("Hello World!\n");
}
}
```
[Categories](http://eLinux.org/Special:Categories "Special:Categories"):
- [Development
Tools](http://eLi... | {
"pile_set_name": "Github"
} |
/* elision-unlock.c: Commit an elided pthread lock.
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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 Fre... | {
"pile_set_name": "Github"
} |
/*
* QEMU file monitor helper
*
* Copyright (c) 2018 Red Hat, Inc.
*
* 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; either
* version 2 of the License, or (at your option) any lat... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('find', require('../find'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
class Solution:
def jump(self, nums: List[int]) -> int:
n = len(nums)
pre, cur, step = -1, 0, 0
for i in range(n):
if cur >= n - 1:
return step
elif pre < i <= cur:
step, pre = step + 1, cur
cur = max(cur, i + nums[i]) ... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { ButtonSecondary } from '@components/common/button';
import { StyledSteps, DotsContainer } from './styles';
import { StyledStepsFooter } from './styles';
import { Dot } from '@components/common/dot';
export interface IFormStep {}
export interface IStepsProps {
current: number... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace Nez.AI.BehaviorTrees
{
/// <summary>
/// helper for building a BehaviorTree using a fluent API. Leaf nodes need to first have a parent added. Parents can be Composites or
/// Decorators. Decorators are automatically closed when a leaf node is added. Compos... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Bazel Authors. All rights reserved.
//
// 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 appl... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Size Struct Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script ... | {
"pile_set_name": "Github"
} |
extends layout
block content
.inner
h2 Top #{stores.length} Stores
table.table
thead
td photo
td ranking
td name
td reviews
td Average Rating
each store, i in stores
tr
td
a(href=`/store/${store.slug}`)
img(width=... | {
"pile_set_name": "Github"
} |
AdminExecuteSequence = [
('InstallInitialize', None, 1500),
('InstallFinalize', None, 6600),
('InstallFiles', None, 4000),
('InstallAdminPackage', None, 3900),
('FileCost', None, 900),
('CostInitialize', None, 800),
('CostFinalize', None, 1000),
('InstallValidate', None, 1400),
]
AdminUISequence = [
('FileCost', None,... | {
"pile_set_name": "Github"
} |
/*
* Licensed to CRATE Technology GmbH ("Crate") under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Crate licenses
* this file to you under the Apache License, Version 2.0 (the "License");
* you may not us... | {
"pile_set_name": "Github"
} |
# file: bin.mak
# description: Build VLFeat command line utilities
# author: Andrea Vedaldi
# Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson.
# All rights reserved.
#
# This file is part of the VLFeat library and is made available under
# the terms of the BSD license (see the COPYING file).
all: bin-all
cle... | {
"pile_set_name": "Github"
} |
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR ventures. @demand.alpha.aridns.net.au. +nocomments +nocmd +noquestion +nostats +time=15
;; global options: +cmd
; Transfer failed.
| {
"pile_set_name": "Github"
} |
/*
* Author: Andreas Linde <mail@andreaslinde.de>
*
* Copyright (c) 2012-2014 HockeyApp, Bit Stadium GmbH.
* 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 wit... | {
"pile_set_name": "Github"
} |
__title__ = 'fobi.contrib.themes.simple.widgets.form_elements.' \
'invisible_recaptcha_simple_widget'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2019 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
__all__ = ('default_app_config',)
default_app_config = 'fobi.contr... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 23f416cde2a4347bebfbe2efe69d19b8
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="./css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="./webfonts/ss-standard.css" />
... | {
"pile_set_name": "Github"
} |
.decl Instance1(d:number)
.output Instance1()
.decl Instance2(d:number)
.output Instance2()
.decl Instance3(d:number)
.output Instance3()
.decl Instance4(d:number)
.output Instance4()
.decl In(s1: number, s2:number, s3:number, d1:number, d2:number, d3:number, d:number)
.input In()
.decl Tbl(s1: number, s2:number, s3:n... | {
"pile_set_name": "Github"
} |
/**
* @fileOverview Pivot Grid export to Excel
* @author Najmeddine Nouri <najmno@gmail.com>
*/
'use strict';
/* global module, require */
/*jshint eqnull: true*/
var utils = require('./orb.utils');
var uiheaders = require('./orb.ui.header');
var themeManager = require('./orb.themes');
var uriHeader = 'data:a... | {
"pile_set_name": "Github"
} |
CORE
StaticCharMethods02
--max-nondet-string-length 1000
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
^\[.*assertion\.1\] .* line 6 .* FAILURE$
--
^warning: ignoring
| {
"pile_set_name": "Github"
} |
---
Description: The Win32\_UserAccount class exposes the following methods.
ms.assetid: E853655D-A486-4485-9C7E-849585345C62
ms.tgt_platform: multiple
title: Win32_UserAccount Methods
ms.topic: reference
ms.date: 05/31/2018
---
# Win32\_UserAccount Methods
The [**Win32\_UserAccount**](win32-useraccount.md) class exp... | {
"pile_set_name": "Github"
} |
#
# This file is part of Dragonfly.
# (c) Copyright 2007, 2008 by Christo Butcher
# Licensed under the LGPL.
#
# Dragonfly 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, either version 3... | {
"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 ... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* kexec.h - Public portion
*
* 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, includi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="7.7.0">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inc... | {
"pile_set_name": "Github"
} |
72
| {
"pile_set_name": "Github"
} |
{
"data": [
{
"name": "Shining",
"views": 0,
"dateUTC": "2011-01-05T00:00:00Z"
},
{
"name": "Shining",
"views": 1000,
"dateUTC": "2011-01-06T00:00:00Z"
},
{
"name": "Shining",
"vie... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env php
<?php
$root = dirname(dirname(dirname(__FILE__)));
require_once $root.'/scripts/init/init-setup.php';
$args = new PhutilArgumentParser($argv);
$args->setTagline(pht('manage Phabricator storage and schemata'));
$args->setSynopsis(<<<EOHELP
**storage** __workflow__ [__options__]
Manage Phabricator da... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2014 Dean Jackson <deanishe@deanishe.net>
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2014-02-15
#
"""
A Python helper library for `Alfred 2 <http://www.alfredapp.com/>`_ Workflow
authors.
"""
import os
__title__ = 'Alfred-Workflow'... | {
"pile_set_name": "Github"
} |
{
"name": "MyShell",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MyShell - PHP powered shell",
"website": null,
"matches": [
{
"text": " | :::::::::: <a href=\"http://www.digitart.net\" target=\"_blank\" style=\"text-decoration:no... | {
"pile_set_name": "Github"
} |
." Copyright (c) 1999, 2012, 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 Sof... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Function(treeId, treeNode)</span><span class="path">setting.callback.</span>beforeDblClick</h2>
<h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>用于捕获 zTree 上鼠... | {
"pile_set_name": "Github"
} |
//
// Copyright 2016 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// TextureImpl.cpp: Defines the abstract rx::TextureImpl classes.
#include "libANGLE/renderer/TextureImpl.h"
namespace rx
{
TextureImpl::Text... | {
"pile_set_name": "Github"
} |
require 'rubygems' unless ENV['NO_RUBYGEMS']
require 'one9'
One9.it
| {
"pile_set_name": "Github"
} |
---
title: チュートリアル - Azure 関数でコンテナー グループをトリガーする
description: HTTP によってトリガーされるサーバーレス PowerShell 関数を作成して Azure コンテナー インスタンスの作成を自動化します。
ms.topic: tutorial
ms.date: 06/10/2020
ms.custom: devx-track-azurepowershell
ms.openlocfilehash: ec4b2273f6be6ea4aabed2b660e0b7553f861d0d
ms.sourcegitcommit: 656c0c38cf550327a9ee10cc93602... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////
/// OpenGL Mathematics (glm.g-truc.net)
///
/// Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net)
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documentatio... | {
"pile_set_name": "Github"
} |
<div class="form-group">
<label
tr-switch
ng-if="myTribesToggle.initialized && myTribesToggle.userTribes.length"
>
<input
type="checkbox"
ng-disabled="!myTribesToggle.userTribes || !myTribesToggle.userTribes.length"
ng-change="myTribesToggle.onChange()"
ng-model="myTribesToggle.t... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
*
* ReoGrid - .NET 表計算スプレッドシートコンポーネント
* http://reogrid.net/jp
*
* ReoGrid 日本語版デモプロジェクトは MIT ライセンスでリリースされています。
*
* このソフトウェアは無保証であり、このソフトウェアの使用により生じた直接・間接の損害に対し、
* 著作権者は補償を含むあらゆる責任を負いません。
*
* Copyright (c) 2012-2016 unvell.com, ... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2013-2014 RAD Game Tools and Valve Software
* Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this s... | {
"pile_set_name": "Github"
} |
import maya.cmds as mc
import copy
def setDrivenKeyToRemapValue(animCurve,remapValueNode='',interpType=3,deleteAnimCurve=True,lockPosition=True,lockValue=False):
'''
Convert a set driven key setup to a remapValue node.
Each key on the animCurve node is represented as widget on the remapValue ramp control.
Incoming... | {
"pile_set_name": "Github"
} |
var test = require('tape');
var find = require('../');
test('cities', function (t) {
t.plan(3);
find('oakland', function (err, rows) {
t.equal(rows[0].adminCode, 'CA');
t.equal(rows[0].lat, 37.80437);
t.equal(rows[0].lon, -122.2708);
});
});
test('US city with state', function... | {
"pile_set_name": "Github"
} |
--
UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|2048 WHERE `entry` IN (48270,42347);
UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|134217728 WHERE `entry` IN (47774,47775,47776);
UPDATE `creature_template` SET `unit_class`=4 WHERE `entry` IN (49050,49047,49053,49056);
UPDATE `creature_templat... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<write><data>UUUUUUUU</data></write>
<read><delim>\x0a</delim><match><data>What is your name?\x0a</data></match></read>
<write><data>User\x0a</data></write>
<read><delim>\x0a... | {
"pile_set_name": "Github"
} |
# /etc/nsswitch.conf
passwd: files
group: files
shadow: files
hosts: files dns
networks: files dns
protocols: files
services: files
ethers: files
rpc: files
| {
"pile_set_name": "Github"
} |
/*
* balde: A microframework for C based on GLib and bad intentions.
* Copyright (C) 2013-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the LGPL-2 License.
* See the file COPYING.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 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/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
version 3
run PureAlohaExperiment-27-20200304-18:05:49-194568
attr configname PureAlohaExperiment
attr datetime 20200304-18:05:49
attr experiment PureAlohaExperiment
attr inifile omnetpp.ini
attr iterationvars "$numHosts=15, $iaMean=9"
attr iterationvarsf numHosts=15,iaMean=9-
attr measurement "$numHosts=15, $iaMean=9"... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* 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 agreed t... | {
"pile_set_name": "Github"
} |
{
"name-u": "Name:",
"clan-u": "Clan:",
"crab-u": "Crab",
"crane-u": "Crane",
"dragon-u": "Dragon",
"lion-u": "Lion",
"mantis-u": "Mantis",
"phoenix-u": "Phoenix",
"scorpion-u": "Scorpion",
"spider-u": "Spider",
"unicorn-u": "Unicorn",
"ronin-u": "Ronin",
"misc-u": "Misc",
"family-u": "Family",
"school-u... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: GPen.java
package acm.graphics;
import acm.util.MediaTools;
import java.awt.Image;
class PenImage
{
PenImage()
{
}
... | {
"pile_set_name": "Github"
} |
Rockchip mailbox
The Rockchip mailbox is used by the Rockchip CPU cores to communicate
requests to MCU processor.
Refer to ./mailbox.txt for generic information about mailbox device-tree
bindings.
Required properties:
- compatible: should be one of the following.
- "rockchip,rk3368-mbox" for rk3368
- reg: phys... | {
"pile_set_name": "Github"
} |
local flowerPositions = {
[1] = {itemid = 2762, position = Position(33455, 32707, 14)},
[2] = {itemid = 2762, position = Position(33460, 32707, 14)},
[3] = {itemid = 2764, position = Position(33455, 32708, 14)},
[4] = {itemid = 2763, position = Position(33457, 32707, 14)},
[5] = {itemid = 2764, position = Position... | {
"pile_set_name": "Github"
} |
//
// FILE NAME: CIDOrb_Id.cpp
//
// AUTHOR: Dean Roddey
//
// CREATED: 10/24/2001
//
// COPYRIGHT: Charmed Quark Systems, Ltd @ 2019
//
// This software is copyrighted by 'Charmed Quark Systems, Ltd' and
// the author (Dean Roddey.) It is licensed under the MIT Open Source
// license:
//
// https://opensource.org/... | {
"pile_set_name": "Github"
} |
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ru_RU">
<context>
<name>AddressBookDialog</name>
<message>
<location filename="../address_book_dialog.ui" line="17"/>
<source>Address Book Properties</source>
<translation>Свойства адресной книги</translatio... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005, 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 Softwa... | {
"pile_set_name": "Github"
} |
/* 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/. */
module.exports = function (grunt) {
grunt.config('concat', {
// auto configured by usemin
});
};
| {
"pile_set_name": "Github"
} |
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Google LLC
//
// 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 agreed to in ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 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/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.