text
stringlengths
2
99.9k
meta
dict
// Copyright (c) 2016, Frappe Technologies and contributors // For license information, please see license.txt frappe.ui.form.on('Help Article', { refresh: function(frm) { frm.dashboard.clear_headline(); frm.dashboard.set_headline_alert(` <div class="row"> <div class="col-md-6 col-xs-12"> <span class...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
{ "pile_set_name": "Github" }
/** @jsx jsx */ import { css, jsx } from '@emotion/core' import Amount from 'src/components/Amount' import Heading from 'src/components/Heading' import { BreakPoints } from 'src/components/styles' import { HoldingsData } from 'src/service/Data' export default function Holdings(props: Omit<HoldingsData, 'updatedDate'>)...
{ "pile_set_name": "Github" }
/*- * #%L * Elastic APM Java agent * %% * Copyright (C) 2018 - 2020 Elastic and contributors * %% * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2016, the original author or authors. * * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * https://opensource.org/licenses/BSD-3-Clause */ /** * JLine 3. * * @since 3.0 */ package org.jline.r...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3773f04de0393c3489bb92da2811975d MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Copyright 2018 Esri. // // 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,...
{ "pile_set_name": "Github" }
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_systick.h * Author : MCD Application Team * Date First Issued : 09/29/2006 * Description : This file contains all the functions prototypes for the * SysTick fir...
{ "pile_set_name": "Github" }
; RUN: opt < %s -analyze -basicaa -da | FileCheck %s ; ModuleID = 'SymbolicSIV.bc' target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.6.0" ;; for (long int i = ...
{ "pile_set_name": "Github" }
[/============================================================================== Copyright (C) 2001-2011 Joel de Guzman Copyright (C) 2001-2011 Hartmut Kaiser 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.tx...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> </pickle> <pickle> <dictionary> <item> <key> <string>_bind_names</string> </key> <value> ...
{ "pile_set_name": "Github" }
MAKE_ARGS= BUILD_CLIENT=1 \ BUILD_SERVER=1 \ BUILD_GAME_SO=1 \ BUILD_GAME_QVM=0 \ CROSS_COMPILING=0 \ TOOLS_CC=${CC} \ BUILD_BASEGAME=1 \ USE_CURL=1 \ USE_CURL_DLOPEN=0 \ USE_INTERNAL_LIBS=0 \ USE_OPENAL=1 \ USE_OPENAL_DLOPEN=0 \ USE_INTERNAL_SPEEX=0 \ USE_INTERNAL_ZLIB=0 \ USE_INTERNAL_JPEG...
{ "pile_set_name": "Github" }
/* * Only necessary when no IMEI device (with any name) is present in the DSDT and a custom device-id * is needed to be set via DeviceProperties (some Sandy Bridge or Ivy Bridge configurations). */ DefinitionBlock ("", "SSDT", 2, "ACDT", "IMEI", 0x00000000) { External (_SB_.PCI0, DeviceObj) Scope (_SB.PCI0)...
{ "pile_set_name": "Github" }
package snapshot import ( "bytes" "crypto/rand" "fmt" "io" "io/ioutil" "os" "reflect" "strings" "testing" "github.com/hashicorp/raft" ) func TestArchive(t *testing.T) { // Create some fake snapshot data. metadata := raft.SnapshotMeta{ Index: 2005, Term: 2011, Configuration: raft.Configuration{ ...
{ "pile_set_name": "Github" }
LIBS=../../libcrypto SOURCE[../../libcrypto]=seed.c seed_ecb.c seed_cbc.c seed_cfb.c seed_ofb.c
{ "pile_set_name": "Github" }
/* * librdkafka - The Apache Kafka C/C++ library * * Copyright (c) 2015 Magnus Edenhill * 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 t...
{ "pile_set_name": "Github" }
<<!--- Copyright 2007 Objective Internet Ltd - http://www.objectiveinternet.com 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 ...
{ "pile_set_name": "Github" }
"use strict"; //------------------------------------------------------------------------------ // Default Parameter Values // Simple and intuitive default values for function parameters. // http://es6-features.org/#DefaultParameterValues //------------------------------------------------------------------------------ ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/window_background"> <android.support.v7.widget.RecyclerView android:id="@+id/rec...
{ "pile_set_name": "Github" }
// Copyright 2012 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 build import "testing" // cjk returns an implicit collation element for a CJK rune. func cjk(r rune) []rawCE { // A CJK character C is represented in...
{ "pile_set_name": "Github" }
import React from 'react'; import {BrowserRouter, Switch, Route} from 'react-router-dom'; import Customers from './components/customers'; import Customer from './components/customer'; const Routers =()=>( <BrowserRouter> <Switch> <Route exact path='/' component={Customers} /> <Rout...
{ "pile_set_name": "Github" }
from datetime import datetime from json import JSONEncoder from django import forms from django.http import JsonResponse from django.shortcuts import render, redirect from search.models import CarRecord # 序列化/串行化/腌咸菜 - 把对象按照某种方式处理成字节或者字符的序列 # 反序列化/反串行化 - 把字符或者字节的序列重新还原成对象 # Python实现序列化和反序列化的工具模块 - json / pickle / sh...
{ "pile_set_name": "Github" }
#extern "../dyntest/dyntest.so" func test_conc_str(a : string, b : string) -> string #extern "../dyntest/dyntest.so" func test_conc_int_str(d : int, str : string) -> string extern "host" func test_conc_str(a : string, b : string) -> string extern "host" func test_conc_int_str(d : int, str : string) -> string func ma...
{ "pile_set_name": "Github" }
<ul> <li>This line spans more than one line and is lazy</li> <li>Similar to this line</li> </ul>
{ "pile_set_name": "Github" }
# applications manage resources application_manage: code: 'application_manage' enable: 1 icon: 'apps' level: 1 method: null order: 7 parentCode: null tabs: 0 url: null service: applications # applications resources applications: code: 'applications' enable: 1 icon: null level: 2 method: ...
{ "pile_set_name": "Github" }
require 'cases/helper' require 'models/topic' class InvalidDateTest < Test::Unit::TestCase def test_assign_valid_dates valid_dates = [[2007, 11, 30], [1993, 2, 28], [2008, 2, 29]] invalid_dates = [[2007, 11, 31], [1993, 2, 29], [2007, 2, 29]] topic = Topic.new valid_dates.each do |date_src| ...
{ "pile_set_name": "Github" }
class ResponseData { int status; bool success; String message; ResponseData(this.status, this.success, this.message); ResponseData.fromJson(Map<String, dynamic> json) : status = json['status'], success = json['success'], message = json['message']; Map<String, dynamic> toJson() => ...
{ "pile_set_name": "Github" }
PREHOOK: query: CREATE TABLE T1_mm(key STRING, val STRING) PARTITIONED BY (ds string) CLUSTERED BY (key) SORTED BY (key) INTO 2 BUCKETS STORED AS TEXTFILE tblproperties ("transactional"="true", "transactional_properties"="insert_only") PREHOOK: type: CREATETABLE PREHOOK: Output: database:default PREHOOK: Output: defau...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\PropertyAccess\Tests; class TestPluralAdderRemoverAnd...
{ "pile_set_name": "Github" }
group :telemetry do gem 'prometheus-client', '~> 1.0' gem 'statsd-instrument', '< 3' end
{ "pile_set_name": "Github" }
const grpc = require("grpc"); const path = require("path"); const protoLoader = require("@grpc/proto-loader"); const { Server } = require("../index"); var PROTO_PATH = path.join(__dirname, "./test.proto"); var packageDefinition = protoLoader.loadSync(PROTO_PATH, { keepCase: true, longs: String, enums: String, ...
{ "pile_set_name": "Github" }
/* [auto_generated] boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp [begin_description] Classical implementation of the Runge-Kutta Cash-Karp 5(4) method. [end_description] Copyright 2010-2013 Mario Mulansky Copyright 2010-2013 Karsten Ahnert Copyright 2012 Christoph Koke Distributed under ...
{ "pile_set_name": "Github" }
/* Copyright The containerd 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...
{ "pile_set_name": "Github" }
//constant definitions for the Boost Sort library // Copyright Steven J. Ross 2001 - 2014 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/sort for library ...
{ "pile_set_name": "Github" }
/** * Dark blue theme for Highcharts JS * @author Torstein Hønsi */ Highcharts.theme = { colors: ["#DDDF0D", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], chart: { backgroundColor: { linearGradient: [0, 0, 250, 500], stops: [ [0, 'rgb(...
{ "pile_set_name": "Github" }
package phosphord import ( "bytes" "net" "os" "runtime" "time" log "github.com/cihub/seelog" "github.com/mondough/phosphor/phosphord/transport" ) const ( UDP = "udp" ) var ( packetSize = 65536 - 8 - 20 // 8-byte UDP header, 20-byte IP header ) type PhosphorD struct { opts *Options tr transport.Transp...
{ "pile_set_name": "Github" }
#!/bin/bash export R_HOME=$PREFIX/lib/R # R refuses to build packages that mark themselves as Priority: Recommended mv DESCRIPTION DESCRIPTION.old grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION $R CMD INSTALL --build . # Add more build steps here, if they are necessary. # See # http://docs.continuum.io/conda/bu...
{ "pile_set_name": "Github" }
/// @ref gtx_exterior_product #include <limits> namespace glm { namespace detail { template<typename T, qualifier Q, bool Aligned> struct compute_cross_vec2 { GLM_FUNC_QUALIFIER static T call(vec<2, T, Q> const& v, vec<2, T, Q> const& u) { GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'cross' accept...
{ "pile_set_name": "Github" }
// List Groups .list-group-item-variant(@state; @background; @color) { .list-group-item-@{state} { color: @color; background-color: @background; a&, button& { color: @color; .list-group-item-heading { color: inherit; } &:hover, &:focus { color: @color;...
{ "pile_set_name": "Github" }
// // exe_wmain.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. // // The wmainCRTStartup() entry point, linked into client executables that // uses wmain(). // #define _SCRT_STARTUP_WMAIN #include "exe_common.inl" extern "C" int wmainCRTStartup() { return __scrt_common_main(); }
{ "pile_set_name": "Github" }
// Without PCH // RUN: %clang_cc1 -fsyntax-only -verify %s -include %s -include %s // With PCH // RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s #ifndef HEADER1 #define HEADER1 @class I; #elif !defined(HEADER2) #define HEADER2 @interface I @end #else typedef int I; // expected-error...
{ "pile_set_name": "Github" }
#ifndef PAQ8PX_SSE_HPP #define PAQ8PX_SSE_HPP #include "APM.hpp" #include "APM1.hpp" #include "Hash.hpp" /** * Filter the context model with APMs */ class SSE { private: Shared * const shared; struct { APM APMs[4]; APM1 APM1s[3]; } Text; struct { struct { APM APMs...
{ "pile_set_name": "Github" }
# AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/hangfire # Notes: # - Minimal appveyor.yml file is an empty file. All sections are optional. # - Indent each level of configuration with 2 spaces. Do not use tabs! # - All section names are case-sensitive. # - Section names should be unique on ...
{ "pile_set_name": "Github" }
/* * ov534-ov7xxx gspca driver * * Copyright (C) 2008 Antonio Ospite <ospite@studenti.unina.it> * Copyright (C) 2008 Jim Paris <jim@jtan.com> * Copyright (C) 2009 Jean-Francois Moine http://moinejf.free.fr * * Based on a prototype written by Mark Ferrell <majortrips@gmail.com> * USB protocol reverse engineered ...
{ "pile_set_name": "Github" }
package com.planet_ink.coffee_mud.Exits.interfaces; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.interfaces.Readable; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; ...
{ "pile_set_name": "Github" }
require File.expand_path('../../../spec_helper', __FILE__) describe "Rubinius::IdentityMap#delete" do before :each do @im = Rubinius::IdentityMap.from [:a, :b, :c] end it "returns false if the map is empty" do im = Rubinius::IdentityMap.from [] im.delete(:a).should be_false end it "returns fals...
{ "pile_set_name": "Github" }
<?php /** * Part of the Fuel framework. * * @package Fuel * @version 1.5 * @author Fuel Development Team * @license MIT License * @copyright 2010 - 2013 Fuel Development Team * @link http://fuelphp.com */ namespace Fuel\Core; /** * Redis_Exception class tests * * @group Core * @group ...
{ "pile_set_name": "Github" }
///////////////////////////////////////////// // This file is for hero specific // // keybinds. Add any binds below. // ///////////////////////////////////////////// // This is the file for Vengeful Spirit
{ "pile_set_name": "Github" }
.class public interface abstract Landroid/support/v4/util/Pools$Pool; .super Ljava/lang/Object; # annotations .annotation system Ldalvik/annotation/Signature; value = { "<T:", "Ljava/lang/Object;", ">", "Ljava/lang/Object;" } .end annotation # virtual methods .method public a...
{ "pile_set_name": "Github" }
#Properties file for com.microsoft.tfs.core.httpclient Bundle-Vendor = Microsoft Corporation Bundle-Name = Cliente HTTP do Team Explorer Everywhere
{ "pile_set_name": "Github" }
from xlrd import open_workbook,empty_cell print empty_cell.value book = open_workbook('types.xls') sheet = book.sheet_by_index(0) empty = sheet.cell(6,2) blank = sheet.cell(7,2) print empty is blank, empty is empty_cell, blank is empty_cell book = open_workbook('types.xls',formatting_info=True) sheet = book.sheet_by...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; using SecurityCodeScan.Analyzers.Locale; using SecurityCodeScan.Analyzers.Utils; using SecurityCodeScan.Config; namespace SecurityCodeScan.Anal...
{ "pile_set_name": "Github" }
a { text-decoration: none; color: #314659; &:hover { color: #1890ff; } } .text-center { text-align: center; } .ml5 { margin-left: 0.05rem; } .ml30 { margin-left: 0.3rem; } .ml50 { margin-left: 0.5rem; } .mt5 { margin-top: 0.05rem; } .mt10 { margin-top: 0.1rem; } .mr5 { margin-right: 0.0...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?><module codename="org.netbeans.api.annotations.common/1"> <module_version install_time="1410360455092" last="true" origin="installer" specification_version="1.23.1"> <file crc="1285559856" name="config/Modules/org-netbeans-api-annotations-common.xml"/> <file ...
{ "pile_set_name": "Github" }
name = Stark description = This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href="http://drupal.org/theme-guide">Theming Guide</a>. package = Core version = VERSION core = 7.x stylesheets[all][] = layout.css ; Infor...
{ "pile_set_name": "Github" }
/* * Copyright © 2020 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
# Enumerate source files file(GLOB_RECURSE SRC_FILES *.cpp) file(GLOB_RECURSE INC_FILES *.h) if (TARGET PyMesh::third_party::TetGen) add_library(lib_TetGen SHARED ${SRC_FILES} ${INC_FILES}) set_target_properties(lib_TetGen PROPERTIES OUTPUT_NAME "PyMesh-TetGen") target_link_libraries(lib_TetGen PUB...
{ "pile_set_name": "Github" }
# Changelog ## 3.1.5 ### Patch Changes - [patch][2c210fa](https://github.com/codesandbox/codesandboxer/commit/2c210fa): Last publish did not have correct dists - republishing ## 3.1.4 ### Patch Changes - [patch][a4400e5](https://github.com/codesandbox/codesandboxer/commit/a4400e5): Update dependencies ## 3.1...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* This file is part of OcamlGraph. *) (* *) (* Copyrigh...
{ "pile_set_name": "Github" }
/datum/objective/bloodcult_reunion explanation_text = "The Reunion: Meet up with your fellow cultists, and erect an altar aboard the station." name = "Blood Cult: Prologue" var/altar_built = FALSE /datum/objective/bloodcult_reunion/PostAppend() message_admins("Blood Cult: A cult dedicated to Nar-Sie has formed ab...
{ "pile_set_name": "Github" }
/*! * braces <https://github.com/jonschlinkert/braces> * * Copyright (c) 2014-2015, Jon Schlinkert. * Licensed under the MIT license. */ 'use strict'; /** * Module dependencies */ var expand = require('expand-range'); var repeat = require('repeat-element'); var tokens = require('preserve'); /** * Expose `br...
{ "pile_set_name": "Github" }
/* * Copyright 2012 ZXing 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 ...
{ "pile_set_name": "Github" }
/** * Calendar App * * @author Raghu Nayyar * @author Georg Ehrke * @copyright 2016 Raghu Nayyar <hey@raghunayyar.com> * @copyright 2016 Georg Ehrke <oc.list@georgehrke.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE *...
{ "pile_set_name": "Github" }
/eWebEditor/Admin_Login.asp /eWebEditor/Admin_Default.asp /eWebEditor/Admin_Style.asp /eWebEditor/Admin_UploadFile.asp /eWebEditor/Upload.asp /eWebEditor/Admin_ModiPwd.asp /eWebEditor/eWebEditor.asp /eWebEditor/asp/config.asp /FCKeditor/_samples/asp/sample01.asp /FCKeditor/_samples/asp/sample02.asp /FCKeditor/_samples/...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, www.wojilu.com. All rights reserved. */ using System; using System.Collections.Generic; using System.Text; namespace wojilu.Common.AppInstall { public class AppInstallerStatus { private static AppInstallerStatus _run = new AppInstallerStatus() { Id = 0, Name = "已经启用" }; ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Management; namespace Samba.Infrastructure.ExceptionReporter.SystemInfo { /// <summary> /// Retrieves system information using WMI /// </summary> internal class SysInfoRetriever : IDisposable { private ManagementObjectSearcher _sy...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 c...
{ "pile_set_name": "Github" }
/**************************************************************************** * * Copyright 2019 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{ "pile_set_name": "Github" }
<?php /** * Abstract base token class that all others inherit from. */ class HTMLPurifier_Token { public $line; /**< Line number node was on in source document. Null if unknown. */ public $col; /**< Column of line node was on in source document. Null if unknown. */ /** * Lookup array of processing...
{ "pile_set_name": "Github" }
package jazmin.driver.jdbc; import java.math.BigDecimal; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.sql.Timestamp; import java.util.Date; import jazmin.log.Logger; import jazmin.log.LoggerFactory; impor...
{ "pile_set_name": "Github" }
--- layout: page title: 关于 permalink: /about --- ## 声明 除特别声明或转载外,所有博文采用[署名-相同方式共享 4.0 国际](https://creativecommons.org/licenses/by-sa/4.0/deed.zh)协议进行许可。 博客基于[MIT License](https://github.com/jxnu-liguobin/cs-summary-reflection/blob/master/docs/LICENSE)开源于[GitHub](https://github.com/jxnu-liguobin/cs-summary-reflection...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>json-parse</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.7.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link re...
{ "pile_set_name": "Github" }
/* Define a C preprocessor symbol that can be used in interface files to distinguish between the SWIG language modules. */ #define SWIG_CFFI /* Typespecs for basic types. */ %typemap(cin) void ":void"; %typemap(cin) char ":char"; %typemap(cin) char * ":string"; %typemap(cin) unsigned char ":unsigned-char"; %typ...
{ "pile_set_name": "Github" }
{ "component": true, "usingComponents": { "van-popup": "../popup/index", "van-button": "../button/index" } }
{ "pile_set_name": "Github" }
One line summary of the issue here. ### Expected behavior As concisely as possible, describe the expected behavior. ### Actual behavior As concisely as possible, describe the observed behavior. ### Steps to reproduce the behavior Please list all relevant steps to reproduce the observed behavior.
{ "pile_set_name": "Github" }
www mail remote blog webmail server ns1 ns2 smtp secure vpn m shop ftp mail2 test portal ns ww1 host support dev web bbs ww42 mx email cloud 1 mail1 2 forum owa www2 gw admin store mx1 cdn api exchange app gov 2tty vps govyty hgfgdf news 1rer lkjkui hfgfgf yty lkljk ...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml ff_Adlm_BF{ Currencies{ GNF{ "GNF", "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮", } } }
{ "pile_set_name": "Github" }
{ "namespace": "com.linkedin.orc", "type": "record", "name": "ORCTest", "fields": [ { "name": "ids", "type": { "type": "array", "items": "int" } }, { "name": "maps", "type": { "type": "map", "values": "int" } } ] }
{ "pile_set_name": "Github" }
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_crypto_cipher_BaseCipher__ #define __gnu_javax_crypto_cipher_BaseCipher__ #pragma interface #include <java/lang/Object.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace javax { namespace crypto ...
{ "pile_set_name": "Github" }
@use "../core/color"; @use "../core/layout"; @use "../core/typography"; // Dropdown menu // ------------- // Specs: https://trello.com/c/atjT8T9p @at-root { @mixin menu-item { height: 25px; margin: 0; display: flex; flex-direction: row; align-items: center; padding-left: 15px; padding-r...
{ "pile_set_name": "Github" }
// // DirectoryIterator_UNIX.h // // $Id: //poco/1.4/Foundation/include/Poco/DirectoryIterator_UNIX.h#1 $ // // Library: Foundation // Package: Filesystem // Module: DirectoryIterator // // Definition of the DirectoryIteratorImpl class for UNIX. // // Copyright (c) 2004-2006, Applied Informatics Software En...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <div> <?php (app(Spatie\BladeX\ContextStack::class)->push(['user' => $user])); ?> <?php $__env->startComponent( 'components.userName', array_merge(app(Spatie\BladeX\ContextStack::class)->read(), []) ); ?> <?php echo $__env->renderComponent(); ?> <?p...
{ "pile_set_name": "Github" }
;;; composite.el --- support character composition ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, ;; 2008, 2009 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 ;; Author: Kenichi HANDA <handa@etl.go.jp> ;; (according to ack.texi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2020, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.org). * * 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" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> <GradleProjectSettings> <option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> ...
{ "pile_set_name": "Github" }
Clock_rate=3292 Mhz % clock MFLOP ROUTINE/PROBLEM ======= ========= =============== 247.7 8154.0 kgemvN 177.5 5842.8 kgemvT 240.5 7918.7 kger1 181.3 5967.8 kger2 1215.1 40000.2 kgemm
{ "pile_set_name": "Github" }
dnl X86-64 mpn_copyd optimised for Intel Sandy Bridge. dnl Copyright 2012 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General Public Lic...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 * ri...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="@color/white" android:pathData="M7,2v11h3v9l7,-12h-4l4,-8z"/> </vector>
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
/* This file is part of SevenZipSharp. SevenZipSharp is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Sev...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> </Project>
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * 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://mozil...
{ "pile_set_name": "Github" }
// Copyright 2016 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 <stddef.h> #include <stdint.h> #include "net/base/ip_pattern.h" // Entry point for LibFuzzer. extern "C" int LLVMFuzzerTestOneInput(const uint8...
{ "pile_set_name": "Github" }
/* * This file is part of the Micro Python project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * ...
{ "pile_set_name": "Github" }
import WKTWriter from '../../io/WKTWriter' import Coordinate from '../../geom/Coordinate' import Double from '../../../../../java/lang/Double' export default class PointPairDistance { constructor() { PointPairDistance.constructor_.apply(this, arguments) } static constructor_() { this._pt = [new Coordinate...
{ "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/. */ /* Cert-O-Matic CGI */ #include "nspr.h" #include "prtypes.h" #include "prtime.h" #include "prlong.h" #include ...
{ "pile_set_name": "Github" }
// Copyright (C) 2012 von Karman Institute for Fluid Dynamics, Belgium // // This software is distributed under the terms of the // GNU Lesser General Public License version 3 (LGPLv3). // See doc/lgpl.txt and doc/gpl.txt for the license text. #ifndef COOLFluiD_Numerics_BackwardEuler_UpdateSolOginoMHD_hh #define COOLF...
{ "pile_set_name": "Github" }
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
{ "pile_set_name": "Github" }
#include <QApplication> #include <QFont> #include <QPushButton> int main(int argc, char* argv[]) { QApplication app(argc, argv); QPushButton quit("Quit"); quit.resize(75, 30); quit.setFont(QFont("Times", 18, QFont::Bold)); QObject::connect(&quit, SIGNAL(clicked()), &app, SLOT(quit())); quit...
{ "pile_set_name": "Github" }