text
stringlengths
2
99.9k
meta
dict
// Copyright (c) Charles J. Cliffe // SPDX-License-Identifier: GPL-2.0+ #pragma once #include <string> #include <vector> #include <atomic> #include <SoapySDR/Types.hpp> #include <SoapySDR/Device.hpp> typedef struct _SDRManualDef { std::string factory; std::string params; } SDRManualDef; typedef std::map<st...
{ "pile_set_name": "Github" }
// PACKAGE error2 IMPORTPATH testdata/error2 FILENAMES testdata/error2.go TYPES // type I0 interface { // contains filtered or unexported methods } // type S0 struct { // contains filtered or unexported fields } // type T0 struct { ExportedField interface { // contains filtered or unexported...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 Miao Yan <yanmiaobest@gmail.com> */ #include <common.h> #include <command.h> #include <errno.h> #include <qfw.h> /* * This function prepares kernel for zboot. It loads kernel data * to 'load_addr', initrd to 'initrd_addr' and kernel command * line usin...
{ "pile_set_name": "Github" }
--- title: TablesOfFigures.Item Method (Word) keywords: vbawd10.chm153223168 f1_keywords: - vbawd10.chm153223168 ms.prod: word api_name: - Word.TablesOfFigures.Item ms.assetid: 41d5f94f-0dfd-de11-5ffa-a07a69a835c5 ms.date: 06/08/2017 --- # TablesOfFigures.Item Method (Word) Returns an individual **TableOfFigures** ...
{ "pile_set_name": "Github" }
package uk.ac.bbsrc.tgac.miso.webapp.integrationtest; import static org.junit.Assert.assertEquals; import java.util.Arrays; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.function.BiConsumer; import org.junit.Test; import org.openqa.selenium.WebDr...
{ "pile_set_name": "Github" }
DUMMY_GEM_G_VERSION="1.0.0"
{ "pile_set_name": "Github" }
(** Module for parsing commandline argument flags and invoking a general run function. *) signature FLAGS = sig type flags = (string * string option) list val flag_p : flags -> string -> bool val flag : flags -> string -> string option ...
{ "pile_set_name": "Github" }
{ "name": "chai" , "repo": "chaijs/chai" , "version": "1.8.1" , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic." , "license": "MIT" , "keywords": [ "test" , "assertion" , "assert" , "testing" , "chai" ] , "main": "index....
{ "pile_set_name": "Github" }
/* Copyright (c) 2010 Stanford University * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S) DI...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> <Import Project="..\..\Default.Plugin.Project.settings" /> <PropertyGroup> <ProjectGuid>{73372862-CF44-4AAE-B7AE-6245A597013D}</ProjectGuid> <OutputTy...
{ "pile_set_name": "Github" }
var convert = require('./convert'); module.exports = convert(require('../string'));
{ "pile_set_name": "Github" }
class BestCourse: website = "http://cleverprogrammer.com" def __init__(self, name): self.name = name python_course = BestCourse("Learn Python") learn_command_line_course = BestCourse("Learn Command Line") print(python_course.name) print(BestCourse.website) print(learn_command_line_course.name) # O...
{ "pile_set_name": "Github" }
no_usable_data 650 3 1 0 0 main 0 1 1
{ "pile_set_name": "Github" }
// // TransparentWebViewController.h // TransparentUIWebViews // // Created by Peter Boctor on 12/3/10. // // Copyright (c) 2011 Peter Boctor // // 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 ...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('lastIndexOfFrom', require('../lastIndexOf')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
'use strict'; function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError('Invalid attempt to destructure non-iterable instance'); } function _iterableToArrayLimit(arr, i) { var _arr = []; var _n = t...
{ "pile_set_name": "Github" }
var test = require('tape'); var expand = require('..'); var fs = require('fs'); var resfile = __dirname + '/bash-results.txt'; var cases = fs.readFileSync(resfile, 'utf8').split('><><><><'); // throw away the EOF marker cases.pop() test('matches bash expansions', function(t) { cases.forEach(function(testcase) { ...
{ "pile_set_name": "Github" }
call mtr.add_suppression("Unable to use user mysql.session account when connecting the server for internal plugin requests"); call mtr.add_suppression("Failed to find tablespace for table .* in the cache. Attempting to load the tablespace with space id"); create table t1(f1 int not null, f2 int not null, index idx(f2))...
{ "pile_set_name": "Github" }
DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) doc? ( app-doc/doxygen[dot] dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra dev-texlive/texlive-fontutils dev-texlive/texlive-latex dev-texlive/texlive-latexextra ) test? ( dev-libs/gmp:0 dev-...
{ "pile_set_name": "Github" }
package demo.zookeeperclientdemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @SpringBootApplication @EnableDiscoveryClient public class ZookeeperClientDemoApplication {...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Kimai time-tracking app. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace App\Command; use App\Doctrine\TimesheetSubscriber; use App\Entity\Activity; use App\Entity\ActivityMeta; use Ap...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------// //| //| MachOKit - A Lightweight Mach-O Parsing Library //| MKObjCProtocolMethodTypesList.m //| //| D.V. //| Copyright (c) 2014-2015 D.V. All rights reserved. //| //| Permission is hereby gra...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Signals</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GObject Reference Manual"> <link rel="up" h...
{ "pile_set_name": "Github" }
// battery DefinitionBlock ("", "SSDT", 2, "OCLT", "BAT0", 0) { External(_SB.PCI0.LPC.EC, DeviceObj) External(_SB.PCI0.LPC.EC.BATM, MutexObj) External(_SB.PCI0.LPC.EC.HIID, FieldUnitObj) // External(_SB.PCI0.LPC.EC.XBIF, MethodObj) External(_SB.PCI0.LPC.EC.XBST, MethodObj) Method (B1B2...
{ "pile_set_name": "Github" }
# This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file must be checked in Version Control Systems. # # To customize properties used by the Ant build system edit # "ant.properties", and override values to adapt the script to your # project structu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> </project>
{ "pile_set_name": "Github" }
// This Configuration file was built by Executor // Tetrad 0.2 RefreshNumber = 10; Delay = 0; Options = {BlitInOSEvent, SoundOff, PassPostscript, NewLineToCR};
{ "pile_set_name": "Github" }
[Desktop Entry] Type=Application Name=Notification Daemon TryExec=razor-notificationd Exec=razor-notificationd OnlyShowIn=Razor; X-Razor-Module=true #TRANSLATIONS_DIR=translations # Translations Name[it_IT]=Demone delle notifiche
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:minSdkVersion="9" /> <uses-permission android:name="android.permission.NFC" /> <application a...
{ "pile_set_name": "Github" }
function getExtension(name) { if (!name) return null; var lastDot = name.lastIndexOf("."); if (lastDot == -1 || lastDot + 1 == name.length) return null; else return name.substring(lastDot + 1).toLowerCase(); } function updateWidth() { var lines = document.getElementsByClassName("CodeMirror-lines...
{ "pile_set_name": "Github" }
// // Repo.swift // MVVMClosures // // Created by krawiecp-home on 26/01/2019. // Copyright © 2019 tailec. All rights reserved. // import Foundation struct Repo: Decodable { let id: Int let name: String }
{ "pile_set_name": "Github" }
# # Copyright (C) 2018 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the ...
{ "pile_set_name": "Github" }
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies ...
{ "pile_set_name": "Github" }
// // ORSSerialRequest.h // ORSSerialPort // // Created by Andrew Madsen on 4/21/14. // Copyright (c) 2014 Andrew Madsen. 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...
{ "pile_set_name": "Github" }
'use strict'; const path = require('path'); const fs = require('fs'); const getPublicUrlOrPath = require('react-dev-utils/getPublicUrlOrPath'); // Make sure any symlinks in the project folder are resolved: // https://github.com/facebook/create-react-app/issues/637 const appDirectory = fs.realpathSync(process.cwd()); ...
{ "pile_set_name": "Github" }
// This file is part of Mongoose project, http://code.google.com/p/mongoose var chat = { // Backend URL, string. // 'http://backend.address.com' or '' if backend is the same as frontend backendUrl: 'api.lp', maxVisibleMessages: 10, errorMessageFadeOutTimeoutMs: 2000, errorMessageFadeOutTimer: null, lastM...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9a137eb5b5e8a4275a977b3e566e42e3 timeCreated: 1523216314 licenseType: Pro DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
const axios = require('axios') const pkg = require('./package') module.exports = { mode: 'universal', env: { WUXT_PORT_BACKEND: process.env.WUXT_PORT_BACKEND || '3080' }, /* ** Headers of the page */ head: { title: pkg.name, meta: [ { charset: 'utf-8' }, { name: 'viewport', co...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_VIDEO_CAPTURE_CONTROLLER_EVENT_HANDLER_H_ #define CONTENT_BROWSER_RENDERER_HOST_MEDIA_VIDEO_CAPTURE_CONTRO...
{ "pile_set_name": "Github" }
// // rbbisetb.h /* ********************************************************************** * Copyright (c) 2001-2005, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ #ifndef RBBISETB_H #define RBBISETB_H #in...
{ "pile_set_name": "Github" }
package com.lynn; import org.springframework.beans.factory.annotation.Value; import org.springframework.cloud.context.config.annotation.RefreshScope; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RefreshScope public class...
{ "pile_set_name": "Github" }
<?php namespace Guzzle\Http\Message; use Guzzle\Common\Version; use Guzzle\Common\Event; use Guzzle\Common\Collection; use Guzzle\Common\Exception\RuntimeException; use Guzzle\Common\Exception\InvalidArgumentException; use Guzzle\Http\Exception\RequestException; use Guzzle\Http\Exception\BadResponseException; use Guz...
{ "pile_set_name": "Github" }
// // UISearchBar.h // UIKit // // Created by Peter Steinberger on 23.03.11. // /* * Copyright (c) 2011, The Iconfactory. 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. Redistributi...
{ "pile_set_name": "Github" }
#ifndef _ASM_M32R_UACCESS_H #define _ASM_M32R_UACCESS_H /* * linux/include/asm-m32r/uaccess.h * * M32R version. * Copyright (C) 2004, 2006 Hirokazu Takata <takata at linux-m32r.org> */ /* * User space memory access functions */ #include <linux/errno.h> #include <linux/thread_info.h> #include <asm/page.h>...
{ "pile_set_name": "Github" }
Sending SIGUSR2 Sending SIGUSR1 in signal handler Got SIGUSR1 Sending SIGRTMAX in signal handler Got SIGRTMAX Generating SIGSEGV in signal handler Got SIGSEGV 1750007.875459 Got some timer hits!
{ "pile_set_name": "Github" }
import Guide from '~/components/layout/guide' import Snippet from '~/components/snippet' import { Image } from '~/components/media' import Caption from '~/components/text/caption' import Note from '~/components/text/note' import OrgName from '~/components/name/org-name' import ProductName from '~/components/name/produc...
{ "pile_set_name": "Github" }
import React from 'react'; import { cleanup, render } from '@testing-library/react-native'; import { ExposureInfo } from '../../exposureHistory'; import { toExposureHistory } from '../../bt/exposureNotifications'; import { factories } from '../../factories'; import Calendar from './Calendar'; afterEach(cleanup); de...
{ "pile_set_name": "Github" }
using System.Linq; using System.Threading.Tasks; using Abp.Application.Services.Dto; using Abp.Extensions; using YoYoCms.AbpProjectTemplate.Authorization.Roles; using Shouldly; using Xunit; using YoYoCms.AbpProjectTemplate.UserManagement.Users; namespace YoYoCms.AbpProjectTemplate.Tests.Authorization.Users { publ...
{ "pile_set_name": "Github" }
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build mipsle,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include _const.go package unix import "syscall" const ( B1000000 ...
{ "pile_set_name": "Github" }
import{LitElement as t,html as i,css as o}from"../../../lit-element/lit-element.js";class LrnsysDialogToolbarButton extends t{static get styles(){return[o` :host { display: inline-block; } iron-icon { display: inline-block; height: 16px; width: 16px; ...
{ "pile_set_name": "Github" }
package com.planet_ink.coffee_mud.Abilities.Paladin; import com.planet_ink.coffee_mud.Abilities.StdAbility; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; imp...
{ "pile_set_name": "Github" }
/* * This handles GCC attributes * * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2005-2010 * Ludovic Rousseau <ludovic.rousseau@free.fr> * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo...
{ "pile_set_name": "Github" }
// // PSTCollectionViewCell.m // PSPDFKit // // Copyright (c) 2012-2013 Peter Steinberger. All rights reserved. // #import "PSTCollectionView.h" @interface PSTCollectionReusableView () { PSTCollectionViewLayoutAttributes *_layoutAttributes; NSString *_reuseIdentifier; __unsafe_unretained PSTCollectionV...
{ "pile_set_name": "Github" }
package com.android.internal.telephony; import android.telephony.HwTelephonyManagerInner; import android.telephony.PhoneNumberUtils; import android.telephony.SubscriptionManager; public class HwCustCallTrackerImpl extends HwCustCallTracker { public boolean isBlockDialing(String dialString, int slotId) { r...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="WPtoolkit" version="4.2013.08.16" targetFramework="wp8" /> <package id="Xamarin.Forms" version="2.0.0.6482" targetFramework="wp8" /> </packages>
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cocos2D; using System.Diagnostics; namespace tests { public class SpriteBatchNodeReorder : SpriteTestDemo { public SpriteBatchNodeReorder() { List<Object> a = new List<Object>(10); ...
{ "pile_set_name": "Github" }
// Copyright 2015 The etcd 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 t...
{ "pile_set_name": "Github" }
```yaml name: CI on: pull_request: push: branches: - master schedule: # Run it regularly to detect flaky build breaks. - cron: '0 0 */3 * *' jobs: build_and_test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [windows-latest] steps: -...
{ "pile_set_name": "Github" }
{ hello: 'world', "class": "foo" }
{ "pile_set_name": "Github" }
{ "acno": "D18952", "acquisitionYear": 1856, "additionalImages": [ { "copyright": null, "creativeCommons": null, "filenameBase": "D18952", "sizes": [ { "caption": "Enhanced image", "cleared": true, "file": "enhanced_images/D189/D18952_E.jpg"...
{ "pile_set_name": "Github" }
{ "author": "Microsoft Community", "name": "Share Source", "description": "Vous permet de soutenir le contrat de partage de votre application UWP pour partager les données de votre application.", "identity": "wts.Feat.ShareSource.VB" }
{ "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/. */ import './pillow.css'; import '../..'; export * from './pillow'; export { default } from './pillow';
{ "pile_set_name": "Github" }
FILE(GLOB Eigen_SuperLUSupport_SRCS "*.h") INSTALL(FILES ${Eigen_SuperLUSupport_SRCS} DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SuperLUSupport COMPONENT Devel )
{ "pile_set_name": "Github" }
/* Package openstack contains resources for the individual OpenStack projects supported in Gophercloud. It also includes functions to authenticate to an OpenStack cloud and for provisioning various service-level clients. Example of Creating a Service Client ao, err := openstack.AuthOptionsFromEnv() provider, err :=...
{ "pile_set_name": "Github" }
package grails.gorm.tests import grails.gorm.MultiTenant import grails.gorm.annotation.Entity import grails.gorm.multitenancy.TenantService import org.grails.datastore.mapping.config.Settings import org.grails.datastore.mapping.core.DatastoreUtils import org.grails.datastore.mapping.core.connections.ConnectionSource i...
{ "pile_set_name": "Github" }
#ifndef ContainerXXX_h #define ContainerXXX_h /* * file: ContainerXXX.h * Author: Viktor Khristenko * * Description: */ #include "DQM/HcalCommon/interface/Container1D.h" #include <cmath> namespace hcaldqm { typedef std::unordered_map<uint32_t, double> doubleCompactMap; typed...
{ "pile_set_name": "Github" }
/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkDrawOval_DEFINED #define SkDrawOval_DEFINED #include "SkDrawRectangle.h" class SkOval : public SkDrawRect { DECLARE_MEMBER_INFO(Oval); ...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 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. #ifndef CEF_LIBCEF_BROWSER_BROWSER_INFO_H_ #define CEF_LIBCEF_BROWSER_BROWSER_INFO_H_ #pragma once #include <set> #include <unorde...
{ "pile_set_name": "Github" }
package mesh import ( "context" core_ca "github.com/kumahq/kuma/pkg/core/ca" core_mesh "github.com/kumahq/kuma/pkg/core/resources/apis/mesh" "github.com/kumahq/kuma/pkg/core/validators" ) type MeshValidator struct { CaManagers core_ca.Managers } func (m *MeshValidator) ValidateCreate(ctx context.Context, name ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <VisioDocument> <DocumentProperties> <Title></Title> <HyperlinkBase href=""></HyperlinkBase> </DocumentProperties> <Pages> <Page ID="13" Name="ServiceConsumerPackageHierarchy" NameU="ServiceConsumerPackageHierarchy"> <Shapes> <Shape ID="1" UniqueID="{CA12D34F-745D-...
{ "pile_set_name": "Github" }
# This work is licensed under the terms of the GNU LGPL, version 2 or later. # See the COPYING.LIB file in the top-level directory. # Diagnose invalid field width. %field 0:33
{ "pile_set_name": "Github" }
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/media_galleries/fileapi/media_file_validator_factory.h" #include "base/files/file_path.h" #include "base/platform_file.h" #inclu...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:cae05deee44715c24c7a8a85bed0c7e9cfa6ceea829c84ff13f490e4e875c757 size 9704
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <monster name="Fallen Challenger" nameDescription="a fallen challenger" race="undead" experience="0" speed="300"> <health now="9000" max="9000"/> <look type="231" corpse="1397"/> <targetchange interval="5000" chance="8"/> <flags> <flag summonable="0"/> <flag attackable="1"...
{ "pile_set_name": "Github" }
/** * (C) 2011-2012 Alibaba Group Holding Limited. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * */ package com.taobao.common.tedis.commands; import java.util.Collectio...
{ "pile_set_name": "Github" }
<?php /** * Locale data for 'teo_UG'. * * This file is automatically generated by yiic cldr command. * * Copyright © 1991-2013 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * * @copyright 2008-2014 Yii Software LLC (http://www.yiiframework.com/...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('reduceRight', require('../reduceRight')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/** * @author 戎晓伟 * @description redux->reducer */ import { fromJS } from 'immutable' // 导入types import { SEARCH_SINK_LIST, SET_SEARCH_SINK_PARAM } from '../action/types' const initialState = fromJS({ sinkList: { loading: false, loaded: false, result: {} }, sinkParams: null }) export defaul...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-only */ #include <console/console.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> #include <device/pci_ops.h> #include <device/mmio.h> #include <delay.h> #include <device/azalia_device.h> #include "chip.h" #include "i82801ix.h" static int set_bits(...
{ "pile_set_name": "Github" }
Has an invalid OCSP OID $ openssl asn1parse -i < [OCSP RESPONSE] 0:d=0 hl=4 l= 313 cons: SEQUENCE 4:d=1 hl=2 l= 1 prim: ENUMERATED :00 7:d=1 hl=4 l= 306 cons: cont [ 0 ] 11:d=2 hl=4 l= 302 cons: SEQUENCE 15:d=3 hl=2 l= 9 prim: OBJECT :OCSP...
{ "pile_set_name": "Github" }
/* * 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
#!/usr/bin/env python2 # # 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/. import os import subprocess import sys def main(): for lib_file in sys.argv[1:]: i...
{ "pile_set_name": "Github" }
git https://github.com/rotatef/gettext.git
{ "pile_set_name": "Github" }
/* * Copyright 2012 Red Hat Inc. * * 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, d...
{ "pile_set_name": "Github" }
{ "name": "bootstrap-tour", "version": "0.9.3", "main": [ "./build/js/bootstrap-tour.js", "./build/js/bootstrap-tour-standalone.js", "./build/css/bootstrap-tour.css", "./build/css/bootstrap-tour-standalone.css" ], "dependencies": { "bootstrap": ">=2.3.2", "jquery": ">=1.9.0" }, "de...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright (c) 2002-2006 International Business Machines Corporation and others. All rights reserved. --> <!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.4/ldml.dtd" [ <!ENTITY % icu SYSTEM " http://www.unicode.org/cldr/dtd/1.4/ldmlICU.dtd"> %icu; ] > <ldml> ...
{ "pile_set_name": "Github" }
!!!COM: Palestrina, Giovanni Perluigi da !!!OPR: Missa Gabriel Archangelus !!!OMD: Benedictus !!!OTL: First Section **kern **kern **kern *Icalto *Icalto *Icant !Altus 2 !Altus 1 !Cantus *clefG2 *clefG2 *clefG2 *k[b-] *k[b-] *k[b-] *D:aeo *D:aeo *D:aeo *M4/2 *M4/2 *M4/2 =1 =1 =1 0r 0a 0r =2 =2 =2 0r 1d 0r . [1g . =3 =3 ...
{ "pile_set_name": "Github" }
{{GLSL_VERSION}} {{GLSL_EXTENSIONS}} layout(lines) in; layout(triangle_strip, max_vertices = 4) out; uniform vec2 resolution; uniform float maxlength; uniform float thickness; uniform float pattern_length; in vec4 g_color[]; in uvec2 g_id[]; in float g_thickness[]; out float f_thickness; out vec4 f_color; out vec2 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <package> <metadata> <id>$id$</id> <title>$title$</title> <version>$version$</version> <authors>Lluis Sanchez</authors> <summary>$description$</summary> <description> Xwt is a cross-platform UI toolkit for creating desktop applications with .NET and Mono. This pack...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 Archie L. Cobbs. All rights reserved. */ package io.permazen.kv.simple; import com.google.common.base.Preconditions; import io.permazen.kv.KVStore; import io.permazen.kv.KeyRange; import io.permazen.kv.util.KeyWatchTracker; import java.util.Arrays; /** * Represents an outstanding {@link...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs types_netbsd.go // +build amd64,netbsd package unix const ( sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8 sizeofLongLong = 0x8 ) type ( _C_short int16 _C_int int32 _C_long int64 _C_long_long int64 ) ...
{ "pile_set_name": "Github" }
namespace Server.Items { public class EtoileBleue : GoldRing { public override bool IsArtifact => true; public override int LabelNumber => 1080238; // Etoile Bleue public override SetItem SetID => SetItem.Luck; public override int Pieces => 2; [Constructable] pu...
{ "pile_set_name": "Github" }
let {expect} = require 'chai' let {stub} = require 'sinon' describe "do", # it "preserves this", #(cb) let self = this do expect(this).to.equal self cb() it "shadows variables", # let alpha = \bravo let charlie = \delta expect(charlie).to.equal \delta do let charlie = \...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #include "VC1BitstreamParser.h" #include "BitstreamReader.h" enum { VC1_PROFILE_SIMPLE, VC1_PROFILE_MAIN, VC1_PROFILE_RE...
{ "pile_set_name": "Github" }
{ lib , buildPythonPackage , isPy3k , fetchPypi , doit , glibcLocales , pytest , pytestcov , mock , pygments , pillow , dateutil , docutils , Mako , unidecode , lxml , Yapsy , PyRSS2Gen , Logbook , blinker , natsort , requests , piexif , markdown , phpserialize , jinja2 , Babel , freezegun , toml , notebook , ruamel_ya...
{ "pile_set_name": "Github" }
{ "title": "Expressing Brand in Material", "author": "Viktor Persson & Rachel Been", "date": "July 4 2015", "primaryColor": "#202226", "secondaryColor": "#333", "image": "/assets/images/expressing-brand.svg", "desc": "Material design offers a system for designing functional and elegant software. How does ...
{ "pile_set_name": "Github" }
$diff = join-Path ${env:ProgramFiles(x86)} "Beyond compare 2\bc2.exe" $friendlyName = "xIisModule" $resourceName = "MSFT_$friendlyName" $classVersion = "1.0.0" $scriptRoot = Split-Path $MyInvocation.MyCommand.Path $originalModuleRoot = join-Path $scriptroot "..\.." $originalModuleRootPath = Resolve-Path $originalModul...
{ "pile_set_name": "Github" }
# @package _group_ warmup_updates: 0 warmup_init_lr: -1 max_lr: 1.0 t_mult: 1.0 lr_period_updates: -1 lr_shrink: 0.1
{ "pile_set_name": "Github" }
#!/bin/sh cd ${0%/*} || exit 1 # run from this directory set -x wmake extrudeMesh wmake extrudeToRegionMesh # ----------------------------------------------------------------- end-of-file
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using Microsoft.TestCommon; namespace System.Net.Http { public class HttpRequestHeadersExtension...
{ "pile_set_name": "Github" }