text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright (c) 2017 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translato... | {
"pile_set_name": "Github"
} |
staff:x:50:
root:x:0:
tty:x:5:
daemon:x:1:
bin:x:2:
lp:x:7:
mail:x:8:
news:x:9:
uucp:x:10:
sys:x:3:
man:x:12:
proxy:x:13:
kmem:x:15:
dialout:x:20:
adm:x:4:
fax:x:21:
voice:x:22:
cdrom:x:24:
floppy:x:25:
tape:x:26:
sudo:x:27:
audio:x:29:
dip:x:30:
www-data:x:33:
backup:x:34:
operator:x:37:
list:x:38:
irc:x:39:
src:x:40:... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "spec_helper"
require "decidim/api/test/type_context"
require "decidim/core/test/shared_examples/attachable_interface_examples"
require "decidim/core/test/shared_examples/authorable_interface_examples"
require "decidim/core/test/shared_examples/traceable_interface_examples"
requir... | {
"pile_set_name": "Github"
} |
"enchantress_impetus_damage_greater_than_amount"
{
"challengetype" "402"
"desc" "#DOTA_ChallengeDesc_Enchantress_AttackHighDamage"
"status_text" "#DOTA_ChallengeStatus_Enchantress_AttackHighDamage"
"image" "images/spellicons/enchantress_impetus.png"
"requiredhero" "58"
"events"
{
"matching_type" "linea... | {
"pile_set_name": "Github"
} |
"""ANTLR3 runtime package"""
# begin[licence]
#
# [The "BSD licence"]
# Copyright (c) 2005-2008 Terence Parr
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code ... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = parallelLimit;
var _eachOf = require('./eachOf');
var _eachOf2 = _interopRequireDefault(_eachOf);
var _parallel = require('./internal/parallel');
var _parallel2 = _interopRequireDefault(_parallel);
function _interopRe... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:... | {
"pile_set_name": "Github"
} |
context("get_uid")
test_that("get_uid returns the correct value", {
skip_on_cran() # uses secrets
vcr::use_cassette("get_uid", {
x <- get_uid(c("Chironomus riparius", "aaa"), messages = FALSE)
z <- get_uid(c("Chironomus riparius", "Chaetopteryx"),
messages = FALSE)
})
expect_true(is.na(x[2]))
e... | {
"pile_set_name": "Github"
} |
{ stdenv, bitlbee }:
with stdenv.lib;
plugins:
stdenv.mkDerivation {
inherit bitlbee plugins;
name = "bitlbee-plugins";
buildInputs = [ bitlbee plugins ];
phases = [ "installPhase" ];
installPhase = ''
mkdir -p $out/lib/bitlbee
for plugin in $plugins; do
for thing in $(ls $plugin/lib/bitlbee)... | {
"pile_set_name": "Github"
} |
--TEST--
SQLite3Result::reset test, testing an exception is raised when calling reset with parameters
--CREDITS--
Michelangelo van Dam
# Belgian PHP Testfest 2009
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
--FILE--
<?php
$db = new SQLite3(':memory:');
$db->exec('CREATE TABLE foo (bar STRING)')... | {
"pile_set_name": "Github"
} |
package thaumcraft.api.research;
import net.minecraft.block.Block;
import net.minecraft.entity.Entity;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.util.BlockPos;
import thaumcraft.api.aspects.Aspect;
import thau... | {
"pile_set_name": "Github"
} |
package cn.simonlee.xcodescanner.core;
import java.util.concurrent.Semaphore;
/**
* 相机锁信号量,单例模式
* 快速连续旋转屏幕会导致多个CameraScanner实例同时操作相机,可能会导致严重错误。因此引入单例信号量对相机的操作进行控制
*
* @author Simon Lee
* @e-mail jmlixiaomeng@163.com
* @github https://github.com/Simon-Leeeeeeeee/XCodeScanner
* @createdTime 2018-08-06
*/
class ... | {
"pile_set_name": "Github"
} |
app_identifier("com.ran.flui") # The bundle identifier of your app
apple_id("18622218653@163.com") # Your Apple email address
itc_team_id("2216075") # App Store Connect Team ID
team_id("Y59S585TRM") # Developer Portal Team ID
# For more information about the Appfile, see:
# https://docs.fastlane.tools/advanced/#a... | {
"pile_set_name": "Github"
} |
/**
* Created by JetBrains PhpStorm.
* User: taoqili
* Date: 12-2-20
* Time: 上午11:19
* To change this template use File | Settings | File Templates.
*/
(function(){
var video = {},
uploadVideoList = [],
isModifyUploadVideo = false,
uploadFile;
window.onload = function(){
... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
* Atlanta, Georgia 30332-0415
* All Rights Reserved
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
* See LICENSE for the license information
* ----... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInsight.lookup;
import com.intellij.openapi.util.Pair;
import com.intellij.util.ProcessingContext;
import com.intellij.util.SmartList;
import com.intelli... | {
"pile_set_name": "Github"
} |
-- Database: sqlite
-- Change Parameter: columns=[column:[
-- name="id"
-- type="int"
-- ], ]
-- Change Parameter: tableName=person
INSERT INTO person (id) VALUES (NULL);
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2016 Marvell International Ltd.
* Copyright (C) 2002-2010 Kinoma, 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.... | {
"pile_set_name": "Github"
} |
.conf-alert {
@include dropdown-shadow;
width: 330px;
padding: 18px 30px;
background: $slate-02;
border: 1px solid $slate-10;
}
.sg-modal .conf-alert {
margin-top: -40px;
opacity: 0;
transition: margin-top 0.4s, opacity 0.4s;
}
.sg-modal.show .conf-alert,
.sg-modal.is-visible .conf-alert {
margin-to... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
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 writing, softw... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/play_ctrl_back_bg"
android:state_pressed="false" />
<item android:drawable="@drawable/play_ctrl_back_press_bg"
android:state_pressed="true" />
<item android:drawabl... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
* GPL LICENSE SUMMARY
*
* Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
* ... | {
"pile_set_name": "Github"
} |
<?php
/**
* ALIPAY API: alipay.marketing.cdp.advertise.query request
*
* @author auto create
* @since 1.0, 2017-12-15 11:50:40
*/
class AlipayMarketingCdpAdvertiseQueryRequest
{
/**
* 提供给ISV和开发者查询广告的接口
**/
private $bizContent;
private $apiParas = array();
private $terminalType;
private $terminalInfo;
p... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ccf1ed99ec38c1048b7170cd7670a618
folderAsset: yes
timeCreated: 1487361159
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Copyright Joyent, Inc. and other Node contributors.
//
// 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, modi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
B70-ZK-2963.zul
Purpose:
Description:
History:
Mon, Nov 30, 2015 12:13:49 PM, Created by Christopher
Copyright (C) 2015 Potix Corporation. All Rights Reserved.
-->
<zk>
<window border="normal" title="hello">
<zscript>
import org.zkoss.zul.theme.Themes;
... | {
"pile_set_name": "Github"
} |
package netutil
import (
"net"
"time"
"fmt"
"github.com/xiaonanln/goworld/engine/gwioutil"
"github.com/xiaonanln/goworld/engine/gwlog"
)
type testEchoTcpServer struct {
}
func (ts *testEchoTcpServer) ServeTCPConnection(conn net.Conn) {
buf := make([]byte, 1024*1024, 1024*1024)
for {
n, err := conn.Read(bu... | {
"pile_set_name": "Github"
} |
import assert from './utils/assert';
import createShareButton from './hocs/createShareButton';
import objectToGetParams from './utils/objectToGetParams';
function instapaperLink(
url: string,
{ title, description }: { title?: string; description?: string },
) {
assert(url, 'instapaper.url');
return (
'htt... | {
"pile_set_name": "Github"
} |
"use strict";
const TEST_ORIGIN = "https://example.com";
const BASIC_FORM_PAGE_PATH = DIRECTORY_PATH + "form_basic.html";
function loginList() {
return [
LoginTestUtils.testData.formLogin({
origin: "https://example.com",
formActionOrigin: "https://example.com",
username: "username",
pass... | {
"pile_set_name": "Github"
} |
quarkus.kubernetes.env.secrets=my-secret
quarkus.kubernetes.env.mapping.db-password.from-secret=db-secret
quarkus.kubernetes.env.mapping.db-password.with-key=database.password
| {
"pile_set_name": "Github"
} |
modtablesd1
| {
"pile_set_name": "Github"
} |
./test/schemas/any7_1.xml fails to validate
| {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# progressbar - Text progress bar library for Python.
# Copyright (c) 2005 Nilton Volpato
#
# 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; ei... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.6: mainwindow.cpp Example File (webkit/formextractor/mainwindow.cpp)</title>
<link href="classic.cs... | {
"pile_set_name": "Github"
} |
---
hi-IN:
activerecord:
errors:
messages:
record_invalid: 'सत्यापन विफल: %{errors}'
date:
abbr_day_names:
- रवि
- सोम
- मंगल
- बुध
- गुरु
- शुक्र
- शनि
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
... | {
"pile_set_name": "Github"
} |
package com.arjuna.wstx.tests.arq.ba;
import static org.junit.Assert.assertTrue;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.jbossts.xts.bytemanSupport.BMScript;
import org.jboss.jbossts.xts.bytemanSupport.participantCompletion.ParticipantC... | {
"pile_set_name": "Github"
} |
# 八、结构化输出预测
NLP 中的许多问题涉及结构化输出:预期输出不是类标签或类标签上的分布,而是结构化对象(例如序列,树或图)的情况。 典型示例是序列标记(例如,词性标记),序列分割(分块,NER)和句法解析。 在本节中,我们将讨论可用于结构化任务的前馈神经网络模型。 在后面的章节中,我们讨论了用于处理序列(第 10 节)和树(第 12 节)的专用神经网络模型。
## 8.1 贪婪结构化预测
结构化预测的贪婪方法,是将结构预测问题分解为一系列局部预测问题,并训练分类器来执行局部决策。 在测试时,训练好的分类器以贪婪的方式使用。 这种方法的例子是从左到右的标记模型(Gim'enez & M'arquez,2004)和基于转移... | {
"pile_set_name": "Github"
} |
include $(RIOTBOARD)/wsn430-common/Makefile.include
| {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Provide views data for dblog.module.
*/
/**
* Implements hook_views_data().
*/
function dblog_views_data() {
$data = [];
$data['watchdog']['table']['group'] = t('Watchdog');
$data['watchdog']['table']['wizard_id'] = 'watchdog';
$data['watchdog']['table']['base'] = [
'field' => '... | {
"pile_set_name": "Github"
} |
* **ss-sso**:使用springSecurity来实现自动单点登录,非前后端分离
* **web-sso**:前后端分离的单点登录
| {
"pile_set_name": "Github"
} |
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "ObjectPattern",
... | {
"pile_set_name": "Github"
} |
'use strict'
var chalk = require('chalk')
module.exports = {
pattern: /(this|vm|self)\.\$log\s*?\(\s*?["'`](.+?)["'`]\s*?\)/,
warning: function (match, vm, property) {
return {
reason: 'vm.$log has been removed, because the Vue Devtools offer a better debugging experience',
fix: (
'Delete ... | {
"pile_set_name": "Github"
} |
cask "expandrive" do
version "7.5.0"
sha256 "8c0ddc599010d8e01433a6593f3cc669ff1b8854ebb1f039adcc4cded2ee7e03"
url "https://updates.expandrive.com/apps/expandrive#{version.major}/v/#{version.dots_to_hyphens}/update_download"
appcast "https://updates.expandrive.com/appcast/expandrive#{version.major}.json?versio... | {
"pile_set_name": "Github"
} |
if (typeof Object.create === 'function') {
// implementation from standard node.js 'util' module
module.exports = function inherits(ctor, superCtor) {
ctor.super_ = superCtor
ctor.prototype = Object.create(superCtor.prototype, {
constructor: {
value: ctor,
enumerable: false,
wr... | {
"pile_set_name": "Github"
} |
# These are supported funding model platforms
github: [justjavac] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # R... | {
"pile_set_name": "Github"
} |
hall
| {
"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
* ... | {
"pile_set_name": "Github"
} |
/*
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1999-2002 Harald Koerfgen <hkoerfg@web.de>
* Copyright (C) 2001, 2002, 2003, 2004 Maciej W. Rozycki
*/
#include <lin... | {
"pile_set_name": "Github"
} |
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
# !!COL!{name}! color scheme for Kitty
#: Color scheme {{{
#: The foreground and background colors
foreground !!COL!{fg_0.srgb}!
background !!COL!{bg_0.srgb}!
#: The opacity of the background. A number between 0 and 1, where 1 is
#: opaque and 0 is fully transparen... | {
"pile_set_name": "Github"
} |
<?php
namespace Ackintosh\Ganesha\Storage\Adapter;
use Ackintosh\Ganesha;
use Ackintosh\Ganesha\Configuration;
use Ackintosh\Ganesha\Exception\StorageException;
use Ackintosh\Ganesha\Storage\AdapterInterface;
use MongoDB\Driver\Cursor;
class MongoDB implements AdapterInterface, TumblingTimeWindowInterface, SlidingTi... | {
"pile_set_name": "Github"
} |
/*MT*
MediaTomb - http://www.mediatomb.cc/
process_executor.cc - this file is part of MediaTomb.
Copyright (C) 2005 Gena Batyan <bgeradz@mediatomb.cc>,
Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
Copyright (C) 2006-2010 Gena Batyan <bgeradz@mediatomb.cc>,
... | {
"pile_set_name": "Github"
} |
"""
Module for parsing Makefile syntax.
Makefiles use a line-based parsing system. Continuations and substitutions are handled differently based on the
type of line being parsed:
Lines with makefile syntax condense continuations to a single space, no matter the actual trailing whitespace
of the first line or the lead... | {
"pile_set_name": "Github"
} |
description: 'object created'
| {
"pile_set_name": "Github"
} |
$OpenBSD: patch-src_3rdparty_chromium_ui_base_BUILD_gn,v 1.1 2020/05/16 07:03:00 rsadowski Exp $
Index: src/3rdparty/chromium/ui/base/BUILD.gn
--- src/3rdparty/chromium/ui/base/BUILD.gn.orig
+++ src/3rdparty/chromium/ui/base/BUILD.gn
@@ -574,7 +574,7 @@ jumbo_component("base") {
"//ui/ozone:ozone_base",
]
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.iwc.shop.modules.shop.dao.ShopProductAttributeItemDao">
<sql id="columns">
a.id AS "id",
a.name AS "name",
a.print_name AS "printName",
... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "sysconfig.h"
#include "sysdeps.h"
#include "custom.h"
#include "text_scope.h"
static char *PaulaEventStr[] = {"Vol", "Per", "Dat", "Len", "LCL", "LCH"};
static void print_tab(int v)
{
int i;
char spaces[20];
memset(spaces, ' ', sizeo... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Microsoft. All rights reserved.
// MIT License
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"os"
"reflect"
"time"
"github.com/Azure/azure-container-networking/cni"
"github.com/Azure/azure-container-networking/cni/network"
"github.com/Azure/azure-container-networking/common"
acn... | {
"pile_set_name": "Github"
} |
-- P12B. SEX BY AGE (BLACK OR AFRICAN AMERICAN ALONE)
-- designed to work with the IRE Census bulk data exports
-- see http://census.ire.org/data/bulkdata.html
CREATE TABLE ire_p12b (
geoid VARCHAR(11) NOT NULL,
sumlev VARCHAR(3) NOT NULL,
state VARCHAR(2) NOT NULL,
county VARCHAR(3),
cbsa VARCHAR(5),
csa VA... | {
"pile_set_name": "Github"
} |
module Cryptoexchange::Exchanges
module Crxzone
module Services
class Trades < Cryptoexchange::Services::Market
def fetch(market_pair)
result = IdFetcher.get_id(market_pair.base.upcase, market_pair.target.upcase)
if result.length > 0
pair = result.first
p... | {
"pile_set_name": "Github"
} |
/*
* 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 writing, software
* distributed u... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* $Id$
*
* Project: S-57 Translator
* Purpose: Implements DDFRecordIndex class. This class is used to cache
* ISO8211 records for spatial objects so they can be efficiently
* assembled later as features.
* Auth... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-ppc64le:v1.11.2-beta.0
| {
"pile_set_name": "Github"
} |
<pandora-model name.ru="Модель форм Пандоры">
<Pandora name.ru="Узел Пандоры">
<Panobject name.ru="Объект Пандоры">
<panhash name.ru="Панхэш" />
<modified name.ru="Изменен" />
<panstate name.ru="Панопции" />
</Panobject>
<Created>
<creator name.ru="Создатель" />
<created na... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Zephir.
*
* (c) Phalcon Team <team@zephir-lang.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return $a;
| {
"pile_set_name": "Github"
} |
import React from 'react'
import {Form, ReformContext} from 'react-reform'
import defaultValidations from 'react-reform/opt/validations'
import {Text} from 'react-reform/opt/inputs'
import defaultTheme from '../default-theme'
export default class ExampleForm extends React.Component {
handleSubmit = (data) => {
... | {
"pile_set_name": "Github"
} |
{
"id": "azure_arm_operationalinsights",
"title": "Azure Log Analytics",
"description": "Azure Log Analytics API reference for LinkTargets, StorageInsightConfigs and SavedSearches.",
"security": {
"azure_arm_operationalinsights": {
"integration": "azure_arm_operationalinsights",
"fields": {
... | {
"pile_set_name": "Github"
} |
// @author breunigs
// @name Draw tools
// @category Draw
// @version 0.7.2
// @description Allow drawing things onto the current map so you may plan your next move.
// HOOK: pluginDrawTools
// custom hook for draw tools to share it's activity with other plugins
// use own namespace... | {
"pile_set_name": "Github"
} |
# map-obj [](https://travis-ci.org/sindresorhus/map-obj)
> Map object keys and values into a new object
## Install
```
$ npm install --save map-obj
```
## Usage
```js
var mapObj = require('map-obj');
var newObject = mapObj({foo: 'bar'}... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2020. Nitrite author or authors.
*
* 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"
} |
package pflag
import "strconv"
// optional interface to indicate boolean flags that can be
// supplied without "=value" text
type boolFlag interface {
Value
IsBoolFlag() bool
}
// -- bool Value
type boolValue bool
func newBoolValue(val bool, p *bool) *boolValue {
*p = val
return (*boolValue)(p)
}
func (b *bool... | {
"pile_set_name": "Github"
} |
From 1c1781fa1c45a7c012f7b2c4be1be372f19e3cc6 Mon Sep 17 00:00:00 2001
From: Fam Zheng <famcool@gmail.com>
Date: Tue, 12 Jul 2011 19:56:32 +0800
Subject: [PATCH 06/12] VMDK: add field BDRVVmdkState.desc_offset
There are several occurrence of magic number 0x200 as the descriptor
offset within mono sparse image file. Th... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
import DeleteRoleConfirmationModal from './DeleteRoleConfirmationModal';
const role = {
id: 3,
name: 'Member',
resource_name: 'Org',
resource_type: 'organization',
team_id: 5,
team_name: 'The Team',
};
descr... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Copyright (C) 2005-2018 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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... | {
"pile_set_name": "Github"
} |
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -567,6 +567,15 @@ config RTC_DRV_S5M
This driver can also be built as a module. If so, the module
will be called rtc-s5m.
+config RTC_DRV_PT7C4338
+ tristate "Pericom Technology Inc. PT7C4338 RTC"
+ help
+ If you say yes here you get support for the Per... | {
"pile_set_name": "Github"
} |
// Toggle class on an element
const toggleClass = (element, className = '', toggle = false) =>
element && element.classList[toggle ? 'add' : 'remove'](className);
export default toggleClass;
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e07a12addc59ef04cad79bb2039a7c3d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
This is an auto-generated file... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<component size="407,408">
<controller name="c1" pages="0,,1," selected="0"/>
<displayList>
<component id="n0" name="frame" src="gcza1l" fileName="Window/WindowFrame.xml" pkg="nk9ejx23" xy="0,0" size="407,408">
<relation target="" sidePair="width-width,height-height"... | {
"pile_set_name": "Github"
} |
package server
import (
"HFish/core/rpc/core"
"HFish/utils/log"
"HFish/core/report"
"strconv"
"net"
"fmt"
"HFish/core/pool"
)
// 上报状态结构
type Status struct {
AgentIp string
AgentName ... | {
"pile_set_name": "Github"
} |
/*
***************************************************************************************
* Copyright (C) 2006 EsperTech, Inc. All rights reserved. *
* http://www.espertech.com/esper *
* http://www.espertech.com ... | {
"pile_set_name": "Github"
} |
{ stdenv, lib, fetchFromGitHub, rustPlatform, makeWrapper, ffmpeg_3
, pandoc, poppler_utils, ripgrep, Security, imagemagick, tesseract
}:
rustPlatform.buildRustPackage rec {
pname = "ripgrep-all";
version = "0.9.6";
src = fetchFromGitHub {
owner = "phiresky";
repo = pname;
rev = "v${version}";
s... | {
"pile_set_name": "Github"
} |
var encodeOutput = require('./encodeOutput');
var encodePage = require('./encodePage');
var encodeFile = require('./encodeFile');
/**
* Return a JSON representation of a book with a specific file
*
* @param {Book} output
* @param {Page} page
* @return {Object}
*/
function encodeOutputWithPage(output, page) {
... | {
"pile_set_name": "Github"
} |
" frida " is a good film that has some brilliant moments of artistry throughout .
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
* Copyright 2009 Jerome Glisse.
*
* 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, in... | {
"pile_set_name": "Github"
} |
package org.apache.lucene.util;
/*
* 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2014 - 2020 Leipzig University (Database Research Group)
*
* 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
*
* Unles... | {
"pile_set_name": "Github"
} |
// This file was automatically generated on Fri Dec 03 18:04:00 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// 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/L... | {
"pile_set_name": "Github"
} |
package org.zstack.header.vm
import org.zstack.header.vm.APIChangeInstanceOfferingEvent
doc {
title "ChangeInstanceOffering"
category "vmInstance"
desc """在这里填写API描述"""
rest {
request {
url "PUT /v1/vm-instances/{vmInstanceUuid}/actions"
header (Authorization: 'OAuth the-session-uuid... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011 Arduino. All right reserved.
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.1 of the License, or (at your option) any later version.
This ... | {
"pile_set_name": "Github"
} |
/* Hellenic translation for the jQuery Timepicker Addon */
/* Written by Christos Pontikis */
(function($) {
$.timepicker.regional['el'] = {
timeOnlyTitle: 'Επιλογή ώρας',
timeText: 'Ώρα',
hourText: 'Ώρες',
minuteText: 'Λεπτά',
secondText: 'Δευτερόλεπτα',
millisecText: 'μιλιδευτερόλεπτο',
timezoneText: '... | {
"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"
} |
#include "common_constants.h"
#include "ParticleInitializer.h"
namespace ncine {
///////////////////////////////////////////////////////////
// PUBLIC FUNCTIONS
///////////////////////////////////////////////////////////
void ParticleInitializer::setAmount(int amount)
{
ASSERT(amount > 0);
rndAmount.set(amount, am... | {
"pile_set_name": "Github"
} |
//***************************************************************************
//
// Copyright (c) 1999 - 2006 Intel Corporation
//
// 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
//
// ... | {
"pile_set_name": "Github"
} |
---
title: "聚合图"
order: 1
---
| {
"pile_set_name": "Github"
} |
/**
* ***************************************************************************
* Copyright (c) 2010 Qcadoo Limited
* Project: Qcadoo MES
* Version: 1.4
*
* This file is part of Qcadoo.
*
* Qcadoo is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Li... | {
"pile_set_name": "Github"
} |
"use strict";
/**
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
... | {
"pile_set_name": "Github"
} |
/*-
* #%L
* rapidoid-http-server
* %%
* Copyright (C) 2014 - 2020 Nikolche Mihajlovski and contributors
* %%
* 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... | {
"pile_set_name": "Github"
} |
class Libevent < Formula
desc "Asynchronous event library"
homepage "https://libevent.org/"
url "https://github.com/libevent/libevent/archive/release-2.1.12-stable.tar.gz"
sha256 "7180a979aaa7000e1264da484f712d403fcf7679b1e9212c4e3d09f5c93efc24"
license "BSD-3-Clause"
livecheck do
url :homepage
reg... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html devsite>
<head>
<meta name="project_path" value="/web/tools/workbox/_project.yaml" />
<meta name="book_path" value="/web/tools/workbox/_book.yaml" />
<meta name="gtm_var" data-key="docType" data-value="reference">
<title>Source: workbox-window/Workbox.js</title>
<link href="jsdoc.css" r... | {
"pile_set_name": "Github"
} |
Cache-Control: max-age=600
Cf-Cache-Status: HIT
Cf-Ray: 3a977261bc7c3c3b-CDG
Content-Security-Policy: script-src 'self' *.mozilla.net *.mozilla.org *.mozilla.com 'unsafe-inline' 'unsafe-eval' *.optimizely.com optimizely.s3.amazonaws.com www.googletagmanager.com www.google-analytics.com tagmanager.google.com www.yout... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.