text
stringlengths
2
99.9k
meta
dict
<style lang="less"> .weapp { display: flex; height: 60px; align-items: center; justify-content: center; } .weapp-imgs { display: flex; justify-content: space-between; flex-wrap: wrap; img { width: 260px; height: 563px; margin: 10px 0; } } </style> <template> <div> <Card> <Alert...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Parallax.js | Relative Example</title> <!-- Behavioral Meta Data --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <!-- Styles --...
{ "pile_set_name": "Github" }
from feed.spiders.spider import Spider class MoeloveSpider(Spider): name = 'moelove' def __init__(self): Spider.__init__(self, start_urls=[ 'https://moelove.info/', ], index_xpath="//h1[@class='post-t...
{ "pile_set_name": "Github" }
var util = require('util') var Stream = require('stream') var StringDecoder = require('string_decoder').StringDecoder module.exports = StringStream module.exports.AlignedStringDecoder = AlignedStringDecoder function StringStream(from, to) { if (!(this instanceof StringStream)) return new StringStream(from, to) S...
{ "pile_set_name": "Github" }
// DFFDSwitch.h // // Copyright (c) 2015 by Andrew W. Phillips // // This file is distributed under the MIT license, which basically says // you can do what you want with it and I take no responsibility for bugs. // See http://www.opensource.org/licenses/mit-license.php for full details. // #if !defined(DFFDS...
{ "pile_set_name": "Github" }
#! /bin/bash # make sure we are in the right place. cd $(dirname $(realpath "$0")) # source wifi script . ../index.sh # parse set -e diff fixtures/IstanbulAirport.scan <(cat fixtures/IstanbulAirport.wifi | preparse | parse) echo PASSED
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Red Hat, 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 agre...
{ "pile_set_name": "Github" }
using System; using System.Xml; using System.Xml.Serialization; using System.IO; namespace grendgine_collada { [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] public partial class Grendgine_Collada_String_Array_String { //TODO: cleanup to legit array [XmlTextAtt...
{ "pile_set_name": "Github" }
#pragma once // Including SDKDDKVer.h defines the highest available Windows platform. // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. #include <SDKDDKVer.h>
{ "pile_set_name": "Github" }
package com.alibaba.json.bvt.path; import java.util.HashMap; import java.util.Map; import junit.framework.TestCase; import org.junit.Assert; import com.alibaba.fastjson.JSONPath; public class JSONPath_0 extends TestCase { public void test_root() throws Exception { Object obj = new Object(); As...
{ "pile_set_name": "Github" }
# Copyright (C) Inverse inc. # Radius filter configuration # # you are able to rewrite the radius answer based on attributes values, by default the radius filter # answer will be merge with the original radius answer. (to overwrite it add merge_answer = no). # Also by default the status of the answer will be RLM_MODUL...
{ "pile_set_name": "Github" }
#!/bin/sh # # Detects OS we're compiling on and outputs a file specified by the first # argument, which in turn gets read while processing Makefile. # # The output will set the following variables: # CC C Compiler path # CXX C++ Compiler path # PLATFORM_LDFLAGS ...
{ "pile_set_name": "Github" }
/** * @file methods/ann/activation_functions/elliot_function.hpp * @author Bisakh Mondal * * Definition and implementation of the Elliot Activation function as described * by D.L. Elliott. * * For more information, see the following paper. * * @code * @techreport{Elliott1993, * title = {A better activatio...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable l...
{ "pile_set_name": "Github" }
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Flags: --allow-natives-syntax function f() { this.a = { text: "Hello!" }; } var v4 = new f(); var v7 = new f(); v7.b = {}; Object.defineProperty...
{ "pile_set_name": "Github" }
// Only used on D3D11 for non-fullscreen clears Shader "Hidden/InternalClear" { CGINCLUDE #pragma vertex vert #pragma fragment frag #include "UnityShaderVariables.cginc" struct appdata_t { float4 vertex : POSITION; fixed4 color : COLOR; }; struct v2f { float4 vertex : SV_POSITION; fixed4 color : COLOR...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyrigh...
{ "pile_set_name": "Github" }
/* * Hibernate Validator, declare and validate application constraints * * License: Apache License, Version 2.0 * See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>. */ package org.hibernate.validator.internal.engine.constraintvalidation; import java.lang.annotation.Ann...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <AssemblyName>AutoCSer.OpenAPI.Weixin</AssemblyName> <RootNamespace>AutoCSer</RootNamespace> <Version>1.1.0</Version> <PackageId>AutoCSer.OpenAPI.Weixin.NetStandard</PackageId> <Authors>肖进</Au...
{ "pile_set_name": "Github" }
// // AppDelegate.swift // PhotoSolutionDemo // // Created by MA XINGCHEN on 8/7/18. // Copyright © 2018 mark. All rights reserved. // import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLa...
{ "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. // Package ctxhttp provides helper functions for performing context-aware HTTP requests. package ctxhttp // import "golang.org/x/net/context/ctxhttp" import ( ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: da93ddd6928094e24bb1f3f665f143d3 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
#include "AliasAnalysisSummary.h" #include "llvm/IR/Argument.h" #include "llvm/IR/Type.h" #include "llvm/Support/Compiler.h" namespace llvm { namespace cflaa { namespace { const unsigned AttrEscapedIndex = 0; const unsigned AttrUnknownIndex = 1; const unsigned AttrGlobalIndex = 2; const unsigned AttrCallerIndex = 3; ...
{ "pile_set_name": "Github" }
Figured bass supplement (U+ECC0–U+ECCF) ======================================= Supplementary to [Figured bass](figured-bass.md) | **Glyph** | **Description** | **Glyph** | **Description** | :-------: | --------------- | :-------: | --------------- |<span class="bravura_large">&#xecc0;</span> | **U+ECC0**<br/>*figbas...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c568875aeef9743bcb4314196f52f852 timeCreated: 1521805482 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
fun! Filename(...) let filename = expand('%:t:r') if filename == '' | return a:0 == 2 ? a:2 : '' | endif return !a:0 || a:1 == '' ? filename : substitute(a:1, '$1', filename, 'g') endf fun s:RemoveSnippet() unl! g:snipPos s:curPos s:snipLen s:endCol s:endLine s:prevLen \ s:lastBuf s:oldWord if exists('s:upd...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s // Various tests for -fno-exceptions typedef __SIZE_TYPE__ size_t; namespace test0 { // rdar://problem/7878149 class Foo { public: void* operator new(size_t x); private: void operator delete(void *x); }; void test() { // Under -fexceptions, this do...
{ "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 CHROME_BROWSER_APP_CONTROLLER_MAC_H_ #define CHROME_BROWSER_APP_CONTROLLER_MAC_H_ #if defined(__OBJC__) #import <Cocoa/Cocoa.h> #include <ve...
{ "pile_set_name": "Github" }
/*! * \copy * Copyright (c) 2009-2013, Cisco Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the abo...
{ "pile_set_name": "Github" }
namespace JustinCredible.SampleApp.Controllers { export class OnboardingRegisterController extends BaseController<ViewModels.OnboardingRegisterViewModel> { //#region Injection public static ID = "OnboardingRegisterController"; public static get $inject(): string[] { return [ ...
{ "pile_set_name": "Github" }
[![Travis-CI Build Status](https://travis-ci.org/ocaml/oasis.svg?branch=master)](https://travis-ci.org/ocaml/oasis) [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/42gumiqt5le643t2?svg=true)](https://ci.appveyor.com/project/gildor478/oasis) [![Join the chat at https://gitter.im/ocaml/oasis](https:...
{ "pile_set_name": "Github" }
// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your op...
{ "pile_set_name": "Github" }
--- title: sfctl でクラスター上のアプリケーション更新する description: Service Fabric CLI スクリプト サンプル - アプリケーションを新しいバージョンで更新する この例では、デプロイされているアプリケーションも新しいビットでアップグレードされます。 services: service-fabric documentationcenter: '' author: athinanthny manager: chackdan editor: '' tags: '' ms.assetid: '' ms.service: service-fabric ms.workload: multiple...
{ "pile_set_name": "Github" }
@saxofon:trumpete; .mixin(saxofon) { } .mixin(@saxofon);
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1052530757989186 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4367842779536844} m_Layer: 8 m_Name: vPoint (7)...
{ "pile_set_name": "Github" }
// Copyright 2019 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. // +build go1.13 // Package ed25519 implements the Ed25519 signature algorithm. See // https://ed25519.cr.yp.to/. // // These functions are also compatible wit...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace Surging.Core.CPlatform.Messages { public class HttpMessage { public string RoutePath { get; set; } public string ServiceKey { get; set; } public IDictionary<string,object> Parameters { get; set;...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <MMCommon/WXPBGeneratedMessage.h> @class NSString; @interface BalanceMobileInfo : WXPBGeneratedMessage { } + (void)initializ...
{ "pile_set_name": "Github" }
########################################################################### # # This file is auto-generated by the Perl DateTime Suite time locale # generator (0.03). This code generator comes with the # DateTime::Locale distribution in the tools/ directory, and is called # generate_from_cldr. # # This file as generat...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* Copyright (c) 2019 Facebook */ #include <linux/compiler.h> #include <linux/err.h> #include <sys/resource.h> #include <sys/socket.h> #include <sys/types.h> #include <linux/btf.h> #include <unistd.h> #include <signal.h> #include <errno.h> #include <string.h> #include <pthread.h> ...
{ "pile_set_name": "Github" }
.\" Hey, Emacs! This is -*-nroff-*- you know... .\" .\" genrb.1: manual page for the genrb utility .\" .\" Copyright (C) 2016 and later: Unicode, Inc. and others. .\" License & terms of use: http://www.unicode.org/copyright.html .\" Copyright (C) 2000-2002 IBM, Inc. and others. .\" .\" Manual page by Yves Arrouye <yves...
{ "pile_set_name": "Github" }
// (C) Uri Wilensky. https://github.com/NetLogo/NetLogo package org.nlogo.plot import org.nlogo.core.CompilerException import org.nlogo.api.{ PlotAction, LogoThunkFactory, CommandLogoThunk, ActionBroker } import scala.collection.mutable import scala.util.{ Failure, Success, Try } // handles compilation and executi...
{ "pile_set_name": "Github" }
[Rank] Quarta die infra Octavam Nativitatis S. Joannis Baptistæ;;Semiduplex;;2;;ex Sancti/06-24 [Rule] ex sancti/06-24 Suffr=Maria3;Ecclesiæ,Papa;;
{ "pile_set_name": "Github" }
A_Classic_Fairytale-first_blood.desc="Ajude Vaza Demais a completar seu treinamento e a se tornar um guerreiro ouriço. Você será treinado na arte da corda, do paraquedas, do shoryuken e da pistola." A_Classic_Fairytale-shadow.desc="Vaza Demais e Nuvem Densa saíram para caçar. Esteja preparado para os perigos à sua esp...
{ "pile_set_name": "Github" }
/* Soot - a J*va Optimization Framework * Copyright (C) 2004 Jennifer Lhotak * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your optio...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------------ -- DynASM. A dynamic assembler for code generation engines. -- Originally designed and implemented for LuaJIT. -- -- Copyright (C) 2005-2014 Mike Pall. All rights reserved. -- See below for full copyright notice. ----------------------------...
{ "pile_set_name": "Github" }
// // VROARSession.h // ViroKit // // Created by Raj Advani on 6/6/17. // Copyright © 2017 Viro Media. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software withou...
{ "pile_set_name": "Github" }
<?php /** * This file is part of FacturaScripts * Copyright (C) 2020 Carlos Garcia Gomez <carlos@facturascripts.com> * * This program 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...
{ "pile_set_name": "Github" }
// The MIT License (MIT) // // Copyright (c) 2016-2020 Camptocamp SA // // 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 // u...
{ "pile_set_name": "Github" }
export { default as RepositoryData } from './RepositoryData/RepositoryData';
{ "pile_set_name": "Github" }
// Copyright 2014 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. var e = new Error('message'); var keys = Object.keys(e); e.stack; assertEquals(keys, Object.keys(e));
{ "pile_set_name": "Github" }
--- id: options-stack title: Top Bar Options sidebar_label: Top Bar --- ## TopBar ```js const options = { topBar: { animate: true, title: {}, subtitle: {}, backButton: {}, background: {} } }; ``` ### `visible` Determines if TopBar is visible or not. | Type | Required | Platform | | -----...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Advanced Micro Devices, 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, m...
{ "pile_set_name": "Github" }
package nme.image; import nme.native.Include; import cpp.UInt8; @:structAccess @:native("nme::BGRPremA") @:include("nme/Pixel.h") extern class BgrPremA { public var pixelFormat(default,never):Int; public var b:UInt8; public var g:UInt8; public var r:UInt8; public var a:UInt8; publ...
{ "pile_set_name": "Github" }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ /* Teams routes */ /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ /* eslint space-...
{ "pile_set_name": "Github" }
/* vim: set shiftwidth=2 tabstop=8 autoindent cindent expandtab: */ /* 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/. */ /* object that resolves CSS variables using sp...
{ "pile_set_name": "Github" }
/* BEGIN_HEADER */ /* The tests in this module verify the contents of key store files. They * access internal key storage functions directly. Some of the tests depend * on the the storage format. On the other hand, these tests treat the storage * subsystem as a black box, and in particular have no reliance on the ...
{ "pile_set_name": "Github" }
// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2014.02.04...
{ "pile_set_name": "Github" }
.loadingContainer-positioning { position: absolute; width: 100%; height: 100%; } .loadingContainer-table { width: 100%; height: 100%; display: table; } .loadingContainer-table-cell { text-align: center; display: table-cell; vertical-align: middle; } .loadingContainer-content { position: relative;...
{ "pile_set_name": "Github" }
int sound_init(int, int); void sound_play(void *, int); void sound_deinit(void);
{ "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 m...
{ "pile_set_name": "Github" }
/** * -------------------------------------------------------------------------- * Bootstrap (v4.5.0): util.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ import $ from 'jquery' /** * ---------------...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace YoutubeDl\Metadata; interface MetadataReaderInterface { public function read(string $file): array; }
{ "pile_set_name": "Github" }
Error: On processing option '---net-file=net.net.xml': No option with the name '-net-file' exists. Error: Could not parse commandline options. Quitting (on error).
{ "pile_set_name": "Github" }
<?php return [ /* |-------------------------------------------------------------------------- | Default Session Driver |-------------------------------------------------------------------------- | | This option controls the default session "driver" that will be used on | requests. By defau...
{ "pile_set_name": "Github" }
.. _ex_hyperlink: Example: Adding hyperlinks ========================== This program is an example of writing hyperlinks to a worksheet. See the :func:`write_url` method for more details. .. image:: _images/hyperlink.png .. literalinclude:: ../../../examples/hyperlink.lua :language: lua
{ "pile_set_name": "Github" }
id: dsq-747535991 date: 2011-10-27T06:45:58.0000000-07:00 name: Tone avatar: https://disqus.com/api/users/avatars/Tone.jpg message: <p>Vb, vb, vb, vb...<br>Is c# the new script kiddie language (in that anyone can do it)? My winder for today ;)<br>That should be my sig but just wondering if any progress.<br>Looks like ...
{ "pile_set_name": "Github" }
<div class="section"> <div class="container"> <p class="title is-1">Editing validations</p> <%= render "form", field: @field, validations: @validations %> </div> </div>
{ "pile_set_name": "Github" }
# Live2D Animator Motion Data $fps=30 $fadein=1000 $fadeout=1000 $fadein:PARAM_EYE_L_OPEN=300 $fadeout:PARAM_EYE_L_OPEN=300 $fadein:PARAM_EYE_L_SMILE=300 $fadeout:PARAM_EYE_L_SMILE=300 $fadein:PARAM_EYE_R_OPEN=300 $fadeout:PARAM_EYE_R_OPEN=300 $fadein:PARAM_EYE_R_SMILE=300 $fadeout:PARAM_EYE_R_S...
{ "pile_set_name": "Github" }
// Copyright (C) 2017 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- path: language/expressions/object/dstr/async-gen-meth- name: async generator method esid: sec-asyncgenerator-definitions-propertydefinitionevaluation features: [async-iteratio...
{ "pile_set_name": "Github" }
# Time Zone Administration ![](./images/tz.png) > *Landscape with the Arrival of Aeneas before the City of Pallanteum* by Claude Lorrain (c. 1625) ## Contents > This workshop enumerates and explains organizations and agencies which maintain and organize international time zones as well as the methodology implemente...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014, Sony Mobile Communications Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it wi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <paths> <external-path name="install_apk_files" path="."/> </paths>
{ "pile_set_name": "Github" }
# # $Id: yMakefile,v 1.17 2007-02-25 16:50:07 haley Exp $ # #define IHaveSubdirs SUBDIRS = \ eareas eautog ecolcv econpa econpt eezmap eezmpa elblba emisc \ epltch eppack esoftf espps esrfac estitl estrml etpack evaspt \ evelvc ewmap
{ "pile_set_name": "Github" }
Serious about security ====================== Square recognizes the important contributions the security research community can make. We therefore encourage reporting security issues with the code contained in this repository. If you believe you have discovered a security vulnerability, please follow the guidelines a...
{ "pile_set_name": "Github" }
.globl memzero memzero: str xzr, [x0], #8 subs x1, x1, #8 b.gt memzero ret
{ "pile_set_name": "Github" }
// Copyright 2019 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. // +build darwin,amd64,!go1.12 package unix //sys Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) = SYS_GETDIRENTRIES64
{ "pile_set_name": "Github" }
package com.github.houbb.sensitive.test.core.condition; import com.github.houbb.sensitive.api.ICondition; import com.github.houbb.sensitive.api.IContext; import java.lang.reflect.Field; /** * 让这些 123456 的密码不进行脱敏 * @author binbin.hou * date 2019/1/2 * @since 0.0.1 */ public class ConditionFooPassword implements ...
{ "pile_set_name": "Github" }
'''SSL with SNI_-support for Python 2. Follow these instructions if you would like to verify SSL certificates in Python 2. Note, the default libraries do *not* do certificate checking; you need to do additional work to validate certificates yourself. This needs the following packages installed: * pyOpenSSL (tested wi...
{ "pile_set_name": "Github" }
// +build pypy /* Copyright 2017 The Nuclio 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" }
/* Copyright 2013 KLab 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 ...
{ "pile_set_name": "Github" }
--- template: overrides/main.html --- # Setting up site search Material for MkDocs provides an excellent, client-side search implementation, omitting the need for the integration of third-party services, which might violate data privacy regulations. Moreover, with some effort, search can be made available [offline][1...
{ "pile_set_name": "Github" }
(function() { function getFiles() { var memo = {}, files = [], i, src; function addFiles(srcs) { for (var j = 0, len = srcs.length; j < len; j++) { memo[srcs[j]] = true; } } for (i in deps) { addFiles(deps[i].src); } for (src in memo) { files.push(src); } return files; ...
{ "pile_set_name": "Github" }
/***************************************************** * Filename : PCF8574 * Description : class PCF8574 * auther : www.freenove.com * modification: 2016/08/20 *****************************************************/ class PCF8574 { private int address; private I2C i2c; private int currValue; //con...
{ "pile_set_name": "Github" }
&GLOBAL PROJECT Hg_dicat3 RUN_TYPE ENERGY_FORCE PRINT_LEVEL LOW &END GLOBAL &FORCE_EVAL METHOD Quickstep &DFT CHARGE 2 &QS METHOD PM6 &SE &END &END QS &SCF MAX_SCF 50 EPS_SCF 1.0E-6 SCF_GUESS mopac &MIXING METHOD DIRECT_P_MIXING ALP...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <...
{ "pile_set_name": "Github" }
--- -api-id: M:Windows.UI.Xaml.Controls.ColumnDefinition.#ctor -api-type: winrt method --- <!-- Method syntax public ColumnDefinition() --> # Windows.UI.Xaml.Controls.ColumnDefinition.ColumnDefinition ## -description Initializes a new instance of the [ColumnDefinition](columndefinition.md) class. ## -remarks ## -e...
{ "pile_set_name": "Github" }
/* * #%L * BSD implementations of Bio-Formats readers and writers * %% * Copyright (C) 2005 - 2017 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * Redistribution and use in source and binary forms, with or...
{ "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 may...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2018, Meituan Dianping. All Rights Reserved. * * 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 Y...
{ "pile_set_name": "Github" }
<div class="leftMenuItem @if(ViewBag.LeftMenu == "Docking"){@Html.Raw("leftMenuItem_active")}"> @Html.ActionLink("微信对接", "Docking", "Settings", null, new { @class = ViewBag.LeftMenu == "Docking" ? "a_white_16" : "a_black_16" }) </div> <div class="leftMenuItem @if(ViewBag.LeftMenu == "Base"){@Html.Raw("leftMenuIte...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.mashibing</groupId> ...
{ "pile_set_name": "Github" }
# Tables ```@example tables using PlotlyJS, DataFrames, CSV ``` ```@example tables function table1() values = [ "Salaries" 1200000 1300000 1300000 1400000 "Office" 20000 20000 20000 20000 "Merchandise" 80000 70000 120000 90000 "Legal" 2000 2000 2000 2000 "TOTAL" 12120000 13...
{ "pile_set_name": "Github" }
#! /usr/bin/env python # Wrapper for rsync that adds several features: # 1. preserves atime on the source, # so e.g. you can back up your mutt folder directory without # messing up mutt's idea of which folders have new mail). # TODO: preserve it on the dest end too. # 2. Print the list of what will be copied,...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 0ad97a05f1a627c4694524a5db75b66b TextureImporter: internalIDToNameTable: - first: 213: 21300000 second: Scavengers_SpriteSheet_0 - first: 213: 21300002 second: Scavengers_SpriteSheet_1 - first: 213: 21300004 second: Scavengers_SpriteSheet_2 - first: ...
{ "pile_set_name": "Github" }
#include <asm-generic/termbits.h>
{ "pile_set_name": "Github" }
new Vue({ el: '#app', data: { greeting: 'Hello World!', user: 'Hassan Djirdeh', city: 'Toronto', cityImage: 'https://bit.ly/2SKJPqJ' } });
{ "pile_set_name": "Github" }
École Spéciale de Mécanique et d'Electricité
{ "pile_set_name": "Github" }
package jsoniter import ( "reflect" "unsafe" ) type arrayLazyAny struct { baseAny cfg *frozenConfig buf []byte err error } func (any *arrayLazyAny) ValueType() ValueType { return ArrayValue } func (any *arrayLazyAny) MustBeValid() Any { return any } func (any *arrayLazyAny) LastError() error { return any....
{ "pile_set_name": "Github" }