text stringlengths 2 99.9k | meta dict |
|---|---|
.adf-datatable-json-cell {
white-space: pre-wrap;
word-wrap: break-word;
}
.adf-datatable-cell-value {
position: relative;
}
| {
"pile_set_name": "Github"
} |
<template>
<el-aside width="150px">
<el-menu
:default-active="currentRoute"
mode="vertical"
background-color="#545c64"
text-color="#fff"
active-text-color="#ffd04b"
router>
<el-menu-item index="/system">通知配置</el-menu-item>
<el-menu-item index="/system/login-log">登录日... | {
"pile_set_name": "Github"
} |
CONFIG_PPC=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_TPL_LIBCOMMON_SUPPORT=y
CONFIG_TPL_LIBGENERIC_SUPPORT=y
CONFIG_TPL_SERIAL_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_MPC85xx=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_P2020RDB=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
CO... | {
"pile_set_name": "Github"
} |
/* AlloyFinger v0.1.0
* By dntzhang
* Reedited by nemoliao
* Github: https://github.com/AlloyTeam/AlloyFinger
*/
import React, { Component } from 'react';
export default class AlloyFinger extends Component {
constructor(props) {
super(props);
this.preV = { x: null, y: null };
thi... | {
"pile_set_name": "Github"
} |
/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB
& Detron HB, 1996, 1999-2004, 2007 MySQL AB.
This file is public domain and comes with NO WARRANTY of any kind
*/
/* Version numbers for protocol & mysqld */
#ifndef _mysql_version_h
#define _mysql_version_h
#ifdef _CUSTOMCONFIG_
#include <c... | {
"pile_set_name": "Github"
} |
module github.com/prometheus/procfs
go 1.12
require (
github.com/google/go-cmp v0.3.1
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e
)
| {
"pile_set_name": "Github"
} |
{% if referencefile %}
.. include:: {{ referencefile }}
{% endif %}
{% if module.split(".")[1:] | length >= 1 %}
{% set mod = module.split(".")[1:] | join(".") %}
{% set mod = "qml." + mod %}
{% else %}
{% set mod = "qml" %}
{% endif %}
{{ mod }}.{{ objname }}
={% for i in range(mod|length) %}={% endfo... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
// them here for backwards compatibility.
package unix
const (
IFF_SMART ... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Governance.ExternalSharing", "Governance.ExternalSharing\Governance.ExternalSharing.csproj", "{896BA27B-4F58-... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | {
"pile_set_name": "Github"
} |
syntax = "proto2";
package apollo.perception.camera.tracking_feature;
message FeatureParam {
optional int32 feat_stride = 1 [default = 32];
repeated ExtractorParam extractor = 2;
optional string remap_model = 3;
}
message ExtractorParam {
enum FeatureType { ROIPooling = 0; }
optional string feat_blob = 1;
... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>React Seed</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
export OCP_BASE_DOMAIN="ttb.testing"
export OCP_CLUSTER_ID=$(uuidgen --random)
export OCP_MASTERS=1
export OCP_WORKERS=1
export OCP_CLUSTER_NAME="byo-dev"
export OCP_PULL_SECRET=$(cat ~/try.openshift.com.json)
export OCP_SSH_PUB_KEY=$(cat ~/.ssh/id_rsa.pub)
export OCP_NETDEV=ttb0
export OCP_NETCIDR="192.16... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Cisco and/or its affiliates.
* 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 applicabl... | {
"pile_set_name": "Github"
} |
package extras
import (
"html"
"io"
"mime"
"os"
"path"
"strings"
"github.com/diamondburned/gtkcord3/gtkcord/cache"
"github.com/diamondburned/gtkcord3/gtkcord/components/window"
"github.com/diamondburned/gtkcord3/gtkcord/gtkutils"
"github.com/diamondburned/gtkcord3/gtkcord/semaphore"
"github.com/diamondburn... | {
"pile_set_name": "Github"
} |
[
{
"outputFile": "/Users/Harini/Desktop/Dev Playground/thegaze/android/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "NSNumber+KiwiAdditions.h"
#import "KWObjCUtilities.h"
@implementation NSNumber(KiwiAdditions)
#pragma mark - Creating Numbers
+ (id)numberWithBytes:(const void *)bytes objCType:(const char *)anObjCType {
... | {
"pile_set_name": "Github"
} |
//
// NSObject+RACDeallocating.h
// ReactiveCocoa
//
// Created by Kazuo Koga on 2013/03/15.
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
@class RACCompoundDisposable;
@class RACDisposable;
@class RACSignal;
@interface NSObject (RACDeallocating)
/// The compound d... | {
"pile_set_name": "Github"
} |
#include "life_events.hpp"
#include "lua_bridge.hpp"
#include "defs/life_event_template.hpp"
#include <boost/container/flat_map.hpp>
boost::container::flat_map<std::string, life_event_template> life_event_defs;
life_event_template * get_life_event(const std::string tag) noexcept {
auto finder = life_event_defs.fi... | {
"pile_set_name": "Github"
} |
package org.tasks.preferences.fragments
import android.os.Bundle
import androidx.fragment.app.activityViewModels
import dagger.hilt.android.AndroidEntryPoint
import org.tasks.BuildConfig
import org.tasks.R
import org.tasks.injection.InjectingPreferenceFragment
import org.tasks.preferences.IconPreference
import org.tas... | {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
using System.Reflection;
namespace MvcContrib.UI.InputBuilder.Conventions
{
public static class PropertyInfoExtensions
{
public static bool AttributeExists<T>(this PropertyInfo propertyInfo) where T : class
{
var attribute = propertyInfo.GetCustomAttributes(typeof(T), false)
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Model\Spi;
/**
* Interface ResourceInterface
*/
interface ShipmentItemResourceInterface
{
/**
* Save object data
*
* @param \Magento\Framework\Model\AbstractModel $object... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
__attribute__((visibility("hidden")))
@interface OctopusDecoder : NSObject
{
}
+ (unsigned int)filterHistor... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, Texas Instruments Incorporated - http://www.ti.com/
* 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 must retain the above copy... | {
"pile_set_name": "Github"
} |
import java.util.Arrays;
/*
* @lc app=leetcode.cn id=62 lang=java
*
* [62] 不同路径
*/
/*
*思路:动态规划dp
*/
// @lc code=start
class Solution {
public int uniquePaths(int m, int n) {
int[][] dp = new int[m][n];
for (int i = 0; i < m; i++) dp[i][0] = 1;
for (int i = 0; i < n; i++) dp[0][i] ... | {
"pile_set_name": "Github"
} |
var qualBarChartTest;
(function (qualBarChartTest) {
SandDance.use(vega, deck, deck, luma);
qualBarChartTest.viewer = new SandDance.Viewer(document.getElementById('vis'));
function getValue(i) {
if (i < 20)
return 0;
if (i < 25)
return 1;
if (i < 35)
... | {
"pile_set_name": "Github"
} |
/*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2020 jPOS Software SRL
*
* This program 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, either version 3 of the
* License, or (at your opt... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Draggable - Default functionality</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<s... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<doc><id>606</id><url>http://www.chinanews.com/cj/2020/03-31/9143191.shtml</url><title>菲律宾成为首个向中国出口牛油果的亚洲国家</title><datetime>2020-3-31 16:45:00</datetime><body> 中新网上海3月31日电(管薇薇姜煜)据上海海关31日透露,首批1408箱共计7656公斤菲律宾牛油果30日抵达上海外高桥口岸。菲律宾由此成为第一个向中国出口牛油果的亚洲国家。
菲律宾牛油果首次输华是“一带一路”倡议下中菲两国农业领域合作的... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2005-2006.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_MATH_LOG1P_INCLUDED
#define BOOST_MATH_LOG1P_INCLUDED
#ifdef _MSC_VER
#... | {
"pile_set_name": "Github"
} |
---
title: Name 'item' conflicts with existing module, project, or object library
keywords: vblr6.chm1117787
f1_keywords:
- vblr6.chm1117787
ms.prod: office
ms.assetid: f8221415-f2dd-1076-f883-749f61ea449d
ms.date: 06/08/2017
localization_priority: Normal
---
# Name 'item' conflicts with existing module, project, or ... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio U... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "good7_30x30_@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "good7_30x30_@3x.png",
"scale" : "3x"
}
],
"info" : {
"version"... | {
"pile_set_name": "Github"
} |
package com.dubboclub.dk.storage.disruptor;
import com.lmax.disruptor.EventFactory;
/**
* StatisticsEventFactory
* Created by bieber.bibo on 16/4/14
*/
public class StatisticsEventFactory implements EventFactory<StatisticsEvent> {
@Override
public StatisticsEvent newInstance() {
return new Statist... | {
"pile_set_name": "Github"
} |
package headfirst.designpatterns.observer.weather;
public class ForecastDisplay implements Observer, DisplayElement {
private float currentPressure = 29.92f;
private float lastPressure;
private WeatherData weatherData;
public ForecastDisplay(WeatherData weatherData) {
this.weatherData = weatherData;
weather... | {
"pile_set_name": "Github"
} |
select foo, bar
from baz natural join quz
| {
"pile_set_name": "Github"
} |
#ifndef Py_CODECREGISTRY_H
#define Py_CODECREGISTRY_H
#ifdef __cplusplus
extern "C" {
#endif
/* ------------------------------------------------------------------------
Python Codec Registry and support functions
Written by Marc-Andre Lemburg (mal@lemburg.com).
Copyright (c) Corporation for National Research In... | {
"pile_set_name": "Github"
} |
<li ref="item" class="btn">
<input type="file" ref="file" style="display: none;" @change="process" accept="image/*">
<span style="vertical-align: sub" class="fa fa-picture-o" @click="pick"></span>
</li>
| {
"pile_set_name": "Github"
} |
%计算第i条鱼与所有鱼的位置,包括本身。
function D=dist(Xi,X)
col=size(X,2);
D=zeros(1,col);
for j=1:col
D(j)=norm(Xi-X(:,j));
end | {
"pile_set_name": "Github"
} |
{
"type": "crafting_shaped",
"group": "wooden_pressure_plate",
"pattern": [
"##"
],
"key": {
"#": {
"item": "biomesoplenty:redwood_planks"
}
},
"result": {
"item": "biomesoplenty:redwood_pressure_plate"
}
} | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2009 Mikko Mononen memon@inside.org
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
// Permission is granted to anyone to use this software for any purpose,
// ... | {
"pile_set_name": "Github"
} |
<?php
$lang['button_local_upload'] = 'Sajátgépről';
$lang['button_remote_upload'] = 'Internetről';
$lang['button_upload_preferences'] = 'Feltöltési beállítások';
$lang['button_select_files'] = 'Tallózás';
$lang['button_upload'] = 'Feltöltés';
$lang['txt_create_short_url'] = 'Rövidített URL készítése a kép(ek)hez';
$la... | {
"pile_set_name": "Github"
} |
# monkey.sc
#
.flash bbox=autocrop version=4 fps=50 name="HoppingMonkey.swf"
.swf island "island.swf"
.swf monkey "monkey4.swf"
.put island
.point leftfoot 45 177
.point rightfoot 138 177
.frame 0 .put monkey 160 160
.frame 20 .change monkey 160 160
.frame 30 .change monkey 160 122
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Red Hat, Inc.
*
* 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; either version 2
* of the License, or (at your option) any later version.
*
* This program is dis... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z... | {
"pile_set_name": "Github"
} |
{
"assets" : [
{
"idiom" : "watch",
"filename" : "Circular.imageset",
"role" : "circular"
},
{
"idiom" : "watch",
"filename" : "Extra Large.imageset",
"role" : "extra-large"
},
{
"idiom" : "watch",
"filename" : "Graphic Bezel.imageset",
"role" ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE
require 'aws-sdk-core'
require 'aws-sigv4'
require_relative 'aws-sdk-wafv2/type... | {
"pile_set_name": "Github"
} |
//
// YTPageControllerSegue.h
// YTPageController
//
// Created by yeatse on 16/9/20.
// Copyright © 2016年 Yeatse. All rights reserved.
//
#import <UIKit/UIKit.h>
FOUNDATION_EXTERN NSString* const YTPageControllerSegueIdentifierPrefix;
@interface YTPageControllerSegue : UIStoryboardSegue
@end
| {
"pile_set_name": "Github"
} |
{
"name": "pet",
"description": "Pets operations"
} | {
"pile_set_name": "Github"
} |
(function (tree) {
tree.Selector = function (elements) {
this.elements = elements;
};
tree.Selector.prototype.match = function (other) {
var elements = this.elements,
len = elements.length,
oelements, olen, max, i;
oelements = other.elements.slice(
(other.elements.length && other.e... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2009-2011 Frederic Bron.
//
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
//
// See http://www.boost.org/libs/type_traits for most recent version including... | {
"pile_set_name": "Github"
} |
require 'concurrent/synchronization/abstract_struct'
require 'concurrent/synchronization'
module Concurrent
# An thread-safe variation of Ruby's standard `Struct`. Values can be set at
# construction or safely changed at any time during the object's lifecycle.
#
# @see http://ruby-doc.org/core-2.2.0/Struct.ht... | {
"pile_set_name": "Github"
} |
Package/aircard-pcmcia-firmware = $(call Package/firmware-default,Sierra Wireless Aircard 555/7xx/8x0 firmware)
define Package/aircard-pcmcia-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/cis
$(INSTALL_DATA) \
$(PKG_BUILD_DIR)/cis/SW_555_SER.cis \
$(PKG_BUILD_DIR)/cis/SW_7xx_SER.cis \
$(PKG_BUILD_DIR)/cis/S... | {
"pile_set_name": "Github"
} |
-- Add to your user / system configuration file: include "xcode-keys"
-- see the [configuration](http://studio.zerobrane.com/doc-configuration.html) page for details.
-- Alt-Shift-Cmd-X (Alt maps to Option, Ctrl maps to Command)
-- The mapping is largely based on [Xcode Keyboard Shortcuts](http://developer.apple.com/l... | {
"pile_set_name": "Github"
} |
//= depend_on 'client.fi.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:fi) %>
| {
"pile_set_name": "Github"
} |
#ifndef APPLICATIONGLOBAL_H
#define APPLICATIONGLOBAL_H
#include <QColor>
#include <QString>
#include "Theme.h"
#include "main.h"
class MainWindow;
struct ApplicationGlobal {
MainWindow *mainwindow = nullptr;
bool start_with_shift_key = false;
QString organization_name;
QString application_name;
QString languag... | {
"pile_set_name": "Github"
} |
SHELL := bash# we want bash behaviour in all shell invocations
.DEFAULT_GOAL = help
### VARIABLES ###
#
export PATH := $(CURDIR):$(CURDIR)/scripts:$(PATH)
OS := $$(uname -s | tr '[:upper:]' '[:lower:]')
HARDWARE := $$(uname -m | tr '[:upper:]' '[:lower:]')
GPG_KEYNAME := $$(awk -F'[<>]' '/<gpg.keyname>/ { print $$3... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// heapview is a tool for viewing Go heap dumps.
package main
import (
"flag"
"fmt"
"go/build"
"io"
"log"
"net/http"
"os"
"path/filepath"
)
var host =... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | {
"pile_set_name": "Github"
} |
use utf8;
package FixMyStreet::DB::Result::Abuse;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
use strict;
use warnings;
use base 'DBIx::Class::Core';
__PACKAGE__->load_components(
"FilterColumn",
"FixMyStreet::InflateColumn::DateTime",
"FixMyStreet::EncodedColumn",
);
_... | {
"pile_set_name": "Github"
} |
using Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Infrastructure.Models;
namespace Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.Models
{
/// <summary>
/// A model for holding data that the Dashboard Device pane shows.
/// </summary>
public class Dashboar... | {
"pile_set_name": "Github"
} |
INVALID
| {
"pile_set_name": "Github"
} |
// Copyright 2015-2020 Swim 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 to ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>fontcustom glyphs preview</title>
<style>
/* Page Styles */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #fff;... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
/**
* The Date.prototype property "toTimeString" has { DontEnum } attributes
*
* @path ch15/15.9/15.9.5/15.9.5.4/S15.9.5.4_A1_T3.js
* @description Checking DontEnum attribute
*/
if (Date.prototype.propertyIsEnumerable('toTimeString')) {
$ERROR('#1: Th... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Google
*
* 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 w... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>chart</title>
<meta chartset="utf-8">
<link rel="stylesheet" type="text/css" href="charts.css">
<script type="text/javascript" src="../internal.js"></script>
</head>
<body>
<div class="main">
<div class="table-view">
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you 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 agre... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package socket
import "unsafe"
func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) {
for i := range vs {
vs[i].set(bs[i])
}
h.setIov(vs... | {
"pile_set_name": "Github"
} |
import React from "react";
import PomatezSVG from "../assets/icons/pomatez.svg";
import DownloadSVG from "../assets/icons/download.svg";
import SunnySVG from "../assets/icons/sunny.svg";
import MoonSVG from "../assets/icons/moon.svg";
import GithubSVG from "../assets/icons/github.svg";
import WindowSVG from "../assets/... | {
"pile_set_name": "Github"
} |
Images, layout descriptions, binary blobs and string dictionaries can be included
in your application as resource files. Various Android APIs are designed to
operate on the resource IDs instead of dealing with images, strings or binary blobs
directly.
For example, a sample Android app that contains a user interfac... | {
"pile_set_name": "Github"
} |
@echo off
setlocal ENABLEEXTENSIONS
rem WARNING: Delayed expansion is enabled prior to execute JVM.
rem Do not enable delayed expansion until the JVM execution.
rem '!' contained in JBOSS_HOME or JAVA_HOME paths would be removed from variables.
rem ------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
cn(man,m,[],[],1,2)
cn(woman,f,[],[],4,5)
cn(woman,f,[sub(\(A,all(B,->(@(man,B),@(*(A),B)))),C,m)],[],4,5)
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__name__</string> </key>
<value> <string>toolbarButton-pageDown-rtl.png</string> </value>
... | {
"pile_set_name": "Github"
} |
package org.wordpress.android.ui.posts
import android.net.Uri
import android.text.TextUtils
import dagger.Reusable
import org.wordpress.android.R
import org.wordpress.android.analytics.AnalyticsTracker.Stat
import org.wordpress.android.fluxc.Dispatcher
import org.wordpress.android.fluxc.generated.MediaActionBuilder
im... | {
"pile_set_name": "Github"
} |
//
// MTLJSONAdapter.m
// Mantle
//
// Created by Justin Spahr-Summers on 2013-02-12.
// Copyright (c) 2013 GitHub. All rights reserved.
//
#import "AWSMTLJSONAdapter.h"
#import "AWSMTLModel.h"
#import "AWSMTLReflection.h"
NSString * const AWSMTLJSONAdapterErrorDomain = @"AWSMTLJSONAdapterErrorDomain";
const NSIn... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 Apple, Inc. 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 must retain the above copyright
* notice, this list of conditions ... | {
"pile_set_name": "Github"
} |
/*
* controls.h
*
* Created on: 13.04.2017
* Author: michaelboeckling
*/
#ifndef _CONTROLS_H_
#define _CONTROLS_H_
typedef struct {
xQueueHandle gpio_evt_queue;
void *user_data;
} gpio_handler_param_t;
void controls_init(TaskFunction_t gpio_handler_task, const uint16_t usStackDepth, void *user_da... | {
"pile_set_name": "Github"
} |
//**********************************************************************************
//* Windows Forms用 P層 フレームワーク・テスト アプリ画面
//**********************************************************************************
// テスト用サンプルなので、必要に応じて流用 or 削除して下さい。
//**********************************************************************... | {
"pile_set_name": "Github"
} |
---
comment: "see http://rt.cpan.org/Ticket/Display.html?id=82943"
match:
distribution: '^DPARIS/Crypt-DES-2\.05\.tar\.gz'
patches:
- "ANDK/patches/Crypt-DNS-2.05-ZEFRAM.patch.gz"
| {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/SVG/fonts/TeX/svg/Main/Regular/CombDiacritMarks.js
*
* Copyright (c) 2011-2017 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... | {
"pile_set_name": "Github"
} |
/* frac.js (C) 2013-2014 SheetJS -- http://sheetjs.com */
var frac = function(x, D, mixed) {
var n1 = Math.floor(x), d1 = 1;
var n2 = n1+1, d2 = 1;
if(x !== n1) while(d1 <= D && d2 <= D) {
var m = (n1 + n2) / (d1 + d2);
if(x === m) {
if(d1 + d2 <= D) { d1+=d2; n1+=n2; d2=D+1; }
else if(d1 > d2... | {
"pile_set_name": "Github"
} |
| arguments.js:1:1:1:0 | this |
| arguments.js:1:1:12:4 | (functi ... );\\n})() |
| arguments.js:1:2:1:1 | this |
| arguments.js:1:2:12:1 | functio ... , 3);\\n} |
| arguments.js:1:2:12:1 | return of anonymous function |
| arguments.js:2:5:2:4 | this |
| arguments.js:2:5:10:5 | functio ... ;\\n } |
| arguments.js:2:... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS t4,t5;
CREATE TABLE t4(c1 DECIMAL(1,0) NOT NULL);
PREPARE stmt4 FROM 'INSERT INTO t4 (c1) VALUES(?)';
SET @a=0;
EXECUTE stmt4 USING @a;
SET @a=1.0;
EXECUTE stmt4 USING @a;
SET @a=-9.0;
EXECUTE stmt4 USING @a;
DEALLOCATE PREPARE stmt4;
SELECT * FROM t4;
c1
-9
0
1
SELECT COUNT(c1) AS total_rows FROM ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 - The MegaMek Team. All Rights Reserved
*
* MegaMek is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:CRToastCarthage.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
Luis Lavena (luislavena+railsinstaller@gmail.com)
Wayne E. Seguin (wayneeseguin+railsinstaller@gmail.com)
| {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// date: 2015-03-24
// This file contains normalization information for which month is in which quarter.
"01","1"
"02","1"
"03","1"
"04","2"
"05","2"
"06","2"
"07","3"
"08","3"
"09","3"
"10","4"
"11","4"
"12","4"
| {
"pile_set_name": "Github"
} |
MatrixXd A = MatrixXd::Random(6,6);
cout << "Here is a random 6x6 matrix, A:" << endl << A << endl << endl;
EigenSolver<MatrixXd> es(A);
MatrixXd D = es.pseudoEigenvalueMatrix();
MatrixXd V = es.pseudoEigenvectors();
cout << "The pseudo-eigenvalue matrix D is:" << endl << D << endl;
cout << "The pseudo-eigenvector mat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005 - 2011 Emulex
* All rights reserved.
*
* 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. The full GNU General
* Public License is included in this distrib... | {
"pile_set_name": "Github"
} |
--TEST--
Test Now Doc
--FILE--
<?php echo <<<'EOT'
My name is "$name".I am printing some $foo->foo.
Now, I am printing some {$foo->bar[1]}.
This should not print a capital 'A': \x41
EOT;
?>
--EXPECT--
<ModuleDeclaration start="0" end="159">
<EchoStatement start="6" end="155">
<Quote start="11" end="154" type="nowdoc... | {
"pile_set_name": "Github"
} |
grep -e 'parse IKEv2 Certificate' -e 'emit IKEv2 Certificate' -e 'ikev2 cert encoding' /tmp/pluto.log
../../pluto/bin/ipsec-look.sh
: ==== cut ====
ipsec auto --status
: ==== tuc ====
../bin/check-for-core.sh
if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi
: ==== end ====
| {
"pile_set_name": "Github"
} |
/*
* jmemansi.c
*
* Copyright (C) 1992-1994, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file provides a simple generic implementation of the system-
* dependent portion of the JPEG mem... | {
"pile_set_name": "Github"
} |
require_relative 'binaryio'
require 'rexml/document'
require 'bigdecimal'
require 'bigdecimal/util'
module Asciidoctor
module Diagram
# @private
module SVG
def self.post_process_image(data)
svg = REXML::Document.new(data)
root = svg.root
unless root.attributes['xmlns']
... | {
"pile_set_name": "Github"
} |
// bower:scss
// endbower
//基础设置
@import "_basic.scss";
//body背景设置,不是纯白的
body{
background-color: #f8f8f8;
//font:normal 12px/1.4 Verdana, "Lantinghei SC", "Hiragino Sans GB", 'Microsoft YaHei', Helvetica, arial, simsun, sans-serif;
}
//header部分
header {
margin:0 auto;
background-color: #fff;
.headerBox{
... | {
"pile_set_name": "Github"
} |
--TEST--
PHPT runner should support ENV section
--ENV--
FOO=bar
--FILE--
<?php
if (isset($_SERVER['FOO'])) {
var_dump($_SERVER['FOO']);
}
?>
--EXPECTF_EXTERNAL--
_files/phpt-env.expected.txt
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Fri Oct 25 17:25:32 PDT 2019 -->
<title>ParquetAvroValueReaders (iceberg 0.7.0-incubating API)</title>
<meta name="date" content="2019-... | {
"pile_set_name": "Github"
} |
export { u as unused } from './generated-main.js';
| {
"pile_set_name": "Github"
} |
# shared-jsxify
This library was generated with [Nx](https://nx.dev).
## Running unit tests
Run `ng test shared-jsxify` to execute the unit tests via [Jest](https://jestjs.io).
| {
"pile_set_name": "Github"
} |
:: Display directory contents
::
:::: /hoon/show-dir/lib
::
/? 310
|= {vane/?($g $c) pax/path des/(map @t ~)}
^- tank
:+ %rose [" " `~]
%+ turn (sort ~(tap by des) aor)
|= {kid/@ta ~}
=+ paf=`path`/[kid]
=- :+ %rose ["/" ~ ?:(dir "/" ~)]
(turn paf |=(a/knot leaf+(trip a)))
|- ^- {dir/? paf/path}... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.