text
stringlengths
2
99.9k
meta
dict
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" android:viewportWidth="2133.3333" android:viewportHeight="2133.3333"> <group android:translateX="170.66667" android:translateY="170.66667"> <path android:pathData="M898,896...
{ "pile_set_name": "Github" }
将本目录下的文件拷贝到JSP服务器目录。 例如: 如果是tomcat服务器,请拷贝这个目录到webapps目录下;重启服务,即可运行本实例。
{ "pile_set_name": "Github" }
<?php /** * These operations are executed directly in an iframe. Most of the time it's postMessage * */ $definition = array( 'operation' => new ezcInputFormDefinitionElement(ezcInputFormDefinitionElement::REQUIRED, 'string') ); $form = new ezcInputForm(INPUT_POST, $definition); if (trim($form->operati...
{ "pile_set_name": "Github" }
// Copyright 2013 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 dragonfly freebsd netbsd openbsd package terminal import "golang.org/x/sys/unix" const ioctlReadTermios = unix.TIOCGETA const ioctlWriteTerm...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google 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" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0700" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForAnalyzing = "YES" buildForTesting = "YES" ...
{ "pile_set_name": "Github" }
{ "name": "benchmark", "version": "1.0.0", "description": "parse5 regression benchmark", "main": "index.js", "scripts": { "test": "node index" }, "author": "Ivan Nikulin <ifaaan@gmail.com>", "license": "MIT", "dependencies": { "benchmark": "~1.0.0", "parse5": ...
{ "pile_set_name": "Github" }
/* eslint-disable max-len */ import test from 'tape-promise/tape'; import {validateLoader, validateMeshCategoryData} from 'test/common/conformance'; import {LASLoader, LASWorkerLoader} from '@loaders.gl/las'; import {setLoaderOptions, fetchFile, parse, load} from '@loaders.gl/core'; const LAS_BINARY_URL = '@loaders.g...
{ "pile_set_name": "Github" }
# Put initialization code in this file. library(ggplot2) library(reshape2) sigma <- 4 n <- 16 mu0 <- 30 alpha <- .05 z <- qnorm(1-alpha) myplot <- function(mua) { g = ggplot(data.frame(mu = c(27, 36)), aes(x = mu)) g = g + stat_function(fun=dnorm, geom = "line", args = list(mean = mu0, sd ...
{ "pile_set_name": "Github" }
// cgo -godefs -- -fsigned-char types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int1...
{ "pile_set_name": "Github" }
/** * Update video.js version in examples. * * @since 3.0.0 */ const replace = require('replace-in-file'); const OLD_VERSION = "7.7.6"; const NEW_VERSION = "7.8.4"; const options = { files: 'docs/demo/**/*.html', from: new RegExp(OLD_VERSION, 'g'), to: NEW_VERSION, dry: false }; console.log(); console.l...
{ "pile_set_name": "Github" }
@interface I1 @end // Matching category @interface I1 (Cat1) - (int)method0; @end // Matching class extension @interface I1 () - (int)method1; @end // Mismatched category @interface I1 (Cat2) - (int)method2; @end @interface I2 @end // Mismatched class extension @interface I2 () - (int)method3; @end // Category w...
{ "pile_set_name": "Github" }
--- name: 'ohai' runner_type: 'run-remote-script' description: 'Performs chef-solo run on remote hosts.' enabled: true entry_point: 'chef_ohai.py' parameters: path: description: 'Slash separated path to an ohai attribute.' type: 'string' position: 0
{ "pile_set_name": "Github" }
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import <DevToolsCore/XCProductTypeSpecification.h> @interface XCStandaloneExecutableProductType : XCProductTypeSpecification { } - (void)changePermissionsOnProductInTargetBuil...
{ "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 UI_SURFACE_ACCELERATED_SURFACE_MAC_H_ #define UI_SURFACE_ACCELERATED_SURFACE_MAC_H_ #pragma once #include <CoreFoundation/CoreFoundation.h> ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\DICOM; use JMS\Serializer\Annotation\ExclusionPolicy; u...
{ "pile_set_name": "Github" }
.vendored(@radius: 10px) { border-radius: @radius; }
{ "pile_set_name": "Github" }
/* Copyright 2019 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
name: 'Dot Browser' description: 'Beautiful browser with material UI, with built-in adblock.' website: 'https://getdot.js.org' category: Productivity repository: 'https://github.com/dot-inc/browser' keywords: - browser - web-browser - beautiful - ui - material - privacy
{ "pile_set_name": "Github" }
var inst = require("../index").getInstance(); module.exports = inst.use("dom-create");
{ "pile_set_name": "Github" }
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0") addSbtPlugin("com.typesafe.sbt" % "sbt-start-script" % "0.10.0") resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/" addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
{ "pile_set_name": "Github" }
# CUTLASS 2.0 _CUTLASS 2.0 - November 2019_ CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-multiplication (GEMM) at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar to those used to implement cuBL...
{ "pile_set_name": "Github" }
<meta charset="utf-8"> <title>{{ site.description }}</title> <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> <meta name="keywords" content="vim cheatsheet cheat sheet commands"> <meta property="og:type" content="article"> <meta property="og...
{ "pile_set_name": "Github" }
#Thu Nov 01 16:48:22 CST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
{ "pile_set_name": "Github" }
/* * This file is part of Hopsworks * Copyright (C) 2018, Logical Clocks AB. All rights reserved * * Hopsworks 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 (...
{ "pile_set_name": "Github" }
/*** Autogenerated by WIDL 1.6 from include/wtypes.idl - Do not edit ***/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include <rpc.h> #include <rpcndr.h> #ifndef COM_NO_WINDOWS_H #include <windows.h> #include <ole2.h> #endif #ifndef __wtypes_h__ #define __wtypes_h__ /* F...
{ "pile_set_name": "Github" }
["0.0.3"] git-tree-sha1 = "525e84d9b5ae091cbf9ab3d1fcc9d0d05b16db94"
{ "pile_set_name": "Github" }
updates { type: INSERT entity { table_entry { table_id: 38131002 match { field_id: 1 optional { } } match { field_id: 2 optional { } } action { action { action_id: 17165658 params { param_...
{ "pile_set_name": "Github" }
-*-change-log-*- 3.2.0.0 Herbert Valerio Riedel <hvr@gnu.org> April 2020 * `v2-build` (and other `v2-`prefixed commands) now accept the `--benchmark-option(s)` flags, which pass options to benchmark executables (analogous to how `--test-option(s)` works). (#6209) * Add solver optimization to skip a version of ...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * website_form_recaptcha # # Translators: # OCA Transbot <transbot@odoo-community.org>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-05-05 02:49+0000\n" ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- /* Copyright 2015, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LIC...
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # # Description: an implementation of a deep learning recommendation model (DLRM) # The model input consists of dense and sparse features. The ...
{ "pile_set_name": "Github" }
# -*- Makefile -*- #################################################################### # LAPACK make include file. # # LAPACK, Version 3.2.1 # # June 2009 # ###############################...
{ "pile_set_name": "Github" }
package doh import ( "bytes" "encoding/base64" "fmt" "io" "io/ioutil" "net/http" "github.com/miekg/dns" ) // MimeType is the DoH mimetype that should be used. const MimeType = "application/dns-message" // Path is the URL path that should be used. const Path = "/dns-query" // NewRequest returns a new DoH req...
{ "pile_set_name": "Github" }
from django import forms from django.contrib.auth.models import User from django.forms import ValidationError from dal import autocomplete from mozillians.users.models import AbuseReport, ExternalAccount, UserProfile, Vouch class VouchAutocompleteForm(forms.ModelForm): class Meta: model = Vouch ...
{ "pile_set_name": "Github" }
// (C) 2018 University of Bristol. See License.txt /* * DistKeyGen.h * */ #ifndef FHEOFFLINE_DISTKEYGEN_H_ #define FHEOFFLINE_DISTKEYGEN_H_ #include "FHE/Random_Coins.h" #include "FHE/Rq_Element.h" #include "FHE/FHE_Params.h" #include "FHE/FHE_Keys.h" #include "Networking/Player.h" void Encrypt_Rq_Element(Cipher...
{ "pile_set_name": "Github" }
package org.hisp.dhis.trackedentityattributevalue; /* * Copyright (c) 2004-2020, University of Oslo * 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 ret...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_fir_sparse_q31.c * Description: Q31 sparse FIR filter processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----------...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // This software is Copyright (c) 2015 Embarcadero Technologies, Inc. // You may only use this software if you are an authorized licensee // of an Embarcadero developer tools product. // This software is considered a Redistributable as defin...
{ "pile_set_name": "Github" }
/* * Copyright: JessMA Open Source (ldcsaa@gmail.com) * * Author : Bruce Liang * Website : https://github.com/ldcsaa * Project : https://github.com/ldcsaa/HP-Socket * Blog : http://www.cnblogs.com/ldcsaa * Wiki : http://www.oschina.net/p/hp-socket * QQ Group : 44636872, 75375912 * * Licensed under the Apach...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2002-2004 // // 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/...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002 - 2011 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
{ "pile_set_name": "Github" }
/* ********************************************************************** * Copyright (c) 2002-2014, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ #ifndef _UCURR_H_ #define _UCURR_H_ #include "unicode/utypes.h" ...
{ "pile_set_name": "Github" }
package objects; import org.junit.Test; import java.util.Arrays; import java.util.List; import java.util.Objects; import java.util.Random; import java.util.stream.Collectors; import static org.junit.Assert.assertTrue; public class ObjectsDemoTest { private ObjectsDemo demo = new ObjectsDemo(); @Test pu...
{ "pile_set_name": "Github" }
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Licen...
{ "pile_set_name": "Github" }
<nb-card size="small"> <nb-card-body> <nb-select multiple placeholder="Multiple Select"> <nb-option value="1">Option 1</nb-option> <nb-option value="2">Option 2</nb-option> <nb-option value="3">Option 3</nb-option> <nb-option value="4">Option 4</nb-option> </nb-select> </nb-card-body...
{ "pile_set_name": "Github" }
-----BEGIN X509 CRL----- MIIChTBvAgEBMA0GCSqGSIb3DQEBCwUAMBQxEjAQBgNVBAMTCXBpbG9zYS1jYRcN MTkxMDIyMTc0OTEyWhgPMjExOTEwMjIxNzQ5MDlaMACgIzAhMB8GA1UdIwQYMBaA FAfLkSFyTGFBezv+E0LW4ffyrRVCMA0GCSqGSIb3DQEBCwUAA4ICAQCEIu2McMTu 1nHe5XI20lEqJqCmxmFxhJIULyU4AKBQbXtS8QbHUfNdiy3R6W/Al7fhPs0umy5L OFLsswhhb0U7QnDlwyo/xU1zVy0T9vpaKNQ...
{ "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" }
"use strict" var os = require('os'), f = require('util').format; /** * Emit event if it exists * @method */ function emitSDAMEvent(self, event, description) { if(self.listeners(event).length > 0) { self.emit(event, description); } } // Get package.json variable var driverVersion = require(__dirname + '/...
{ "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" }
// HMTimerTrigger.h // HomeKit // // Copyright (c) 2013-2015 Apple Inc. All rights reserved. #import <Foundation/Foundation.h> #import <HomeKit/HMTrigger.h> NS_ASSUME_NONNULL_BEGIN /*! * @brief Timer based trigger. * * @discussion This class represents a trigger that is based on timers. */ NS_CLASS_AVAILABLE_IOS...
{ "pile_set_name": "Github" }
@import "reset.less"; @import "mixins.less"; @import "fonts.less"; html { width: 100%; height: 100%; } body { font-family: "Lato", sans-serif; background: #ECF0F1; position: relative; width: 100%; height: 100%; } @import "lists/repos.less"; @import "lists/messages.less"; @import "conversation.less"; @import "...
{ "pile_set_name": "Github" }
export default { getSession: function(name) { if (!name) return return window.sessionStorage.getItem(name) }, setSession: function(name, content) { if (!name) return if (typeof content !== 'string') { content = JSON.stringify(content) } window.sess...
{ "pile_set_name": "Github" }
# This source code refers to The Go Authors for copyright purposes. # The master list of authors is in the main Go distribution, # visible at https://tip.golang.org/AUTHORS.
{ "pile_set_name": "Github" }
/// @ref core /// @file glm/detail/type_tvec4_simd.inl #if GLM_ARCH & GLM_ARCH_SSE2_BIT namespace glm{ namespace detail { # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED template <precision P, int E0, int E1, int E2, int E3> struct _swizzle_base1<4, float, P, glm::tvec4, E0,E1,E2,E3, true> : public _swizzle_base0<float, 4>...
{ "pile_set_name": "Github" }
--- title: Phase banner with beta text layout: layout-example.njk --- {% from "govuk/components/phase-banner/macro.njk" import govukPhaseBanner %} {{ govukPhaseBanner({ tag: { text: "beta" }, html: 'This is a new service – your <a class="govuk-link" href="#">feedback</a> will help us to improve it.' }) }}
{ "pile_set_name": "Github" }
% --------------------------------------------------------------- % % $Id: latex8.bst,v 1.1 1995/09/15 15:13:49 ienne Exp $ % % by Paolo.Ienne@di.epfl.ch % % --------------------------------------------------------------- % % no guarantee is given that the format corresponds perfectly to % IEEE 8.5" x 11" Proceeding...
{ "pile_set_name": "Github" }
/** * @license * Copyright 2020 Google LLC. 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
{ "pile_set_name": "Github" }
// Copyright 2013 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 nacl plan9 package ipv6 type sysICMPv6Filter struct { } func (f *sysICMPv6Filter) accept(typ ICMPType) { } func (f *sysICMPv6Filter) block(typ IC...
{ "pile_set_name": "Github" }
--- - name: Check qinling containers become: true kolla_docker: action: "compare_container" common_options: "{{ docker_common_options }}" name: "{{ item.value.container_name }}" image: "{{ item.value.image }}" volumes: "{{ item.value.volumes|reject('equalto', '')|list }}" dimensions: "{{ ite...
{ "pile_set_name": "Github" }
<div if(input.foo === 0)> A </div> <div else-if(true)> B </div>
{ "pile_set_name": "Github" }
*** Settings *** Suite Setup Setup Suite Teardown Teardown Test Setup Reset Emulation Test Teardown Test Teardown Resource ${RENODEKEYWORDS} *** Variables *** ${UART} sysbus.uart ${URI} ...
{ "pile_set_name": "Github" }
package org.zstack.sdk; import java.util.HashMap; import java.util.Map; import org.zstack.sdk.*; public class QueryAppBuildSystemAction extends QueryAction { private static final HashMap<String, Parameter> parameterMap = new HashMap<>(); private static final HashMap<String, Parameter> nonAPIParameterMap = n...
{ "pile_set_name": "Github" }
<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>org.tillerino.osu</groupId> <artifactId>tillerinobot-parent</artif...
{ "pile_set_name": "Github" }
#!/usr/bin/env node /* 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 Lice...
{ "pile_set_name": "Github" }
#ifndef STRLCPY_INTERNAL_H_INCLUDED_ #define STRLCPY_INTERNAL_H_INCLUDED_ #ifdef __cplusplus extern "C" { #endif #include "event2/event-config.h" #include "event2/visibility.h" #include "evconfig-private.h" #ifndef EVENT__HAVE_STRLCPY #include <string.h> EVENT2_EXPORT_SYMBOL size_t event_strlcpy_(char *dst, const ch...
{ "pile_set_name": "Github" }
# expected-to-throw fragment Foo on UnknownType { id }
{ "pile_set_name": "Github" }
using AngleSharp.Dom; using AngleSharp.Html.Dom; using AngleSharp.Html.Parser; using Newtonsoft.Json; using NLog; using OpenDirectoryDownloader.Helpers; using OpenDirectoryDownloader.Models; using OpenDirectoryDownloader.Shared; using OpenDirectoryDownloader.Shared.Models; using OpenDirectoryDownloader.Site.BlitzfilesT...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!47 &1 QualitySettings: m_ObjectHideFlags: 0 serializedVersion: 5 m_CurrentQuality: 0 m_QualitySettings: - serializedVersion: 2 name: Fastest pixelLightCount: 0 shadows: 1 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shado...
{ "pile_set_name": "Github" }
# This properties file is used to create a PropertyResourceBundle # It contains Locale specific strings used be the Synth Look and Feel. # Currently, the following components need this for support: # # FileChooser # # When this file is read in, the strings are put into the # defaults table. This is an implementatio...
{ "pile_set_name": "Github" }
# HG changeset patch # User Yichun Zhang <agentzh@gmail.com> # Date 1383598130 28800 # Node ID f64218e1ac963337d84092536f588b8e0d99bbaa # Parent dea321e5c0216efccbb23e84bbce7cf3e28f130c Cache: gracefully exit the cache manager process. diff -r dea321e5c021 -r f64218e1ac96 src/os/unix/ngx_process_cycle.c --- a/src/os/...
{ "pile_set_name": "Github" }
================================= How to find and install a package ================================= Where are the packages ? ======================== All reviewed packages are referenced on http://repo-public.domogik.org You can also find some packages which are not yet reviewed on GitHub. You can use these keywor...
{ "pile_set_name": "Github" }
#ifndef CORE_ARRAY_HPP #define CORE_ARRAY_HPP #include <array> #include <core/type_traits.hpp> #include <core/functional.hpp> #include <core/utility.hpp> #include <core/meta.hpp> namespace core { inline namespace v2 { template <class V = void, class... Args> constexpr auto make_array (Args&&... args) -> ::std::arra...
{ "pile_set_name": "Github" }
/* ************************************************************************************************************************ * uC/OS-II * The Real-Time Kernel * TIMER MANAGEMENT * * ...
{ "pile_set_name": "Github" }
.section ".data" .globl linux_errno linux_errno: .int 0 .section ".text" .code32 .globl linux_syscall .type linux_syscall, @function linux_syscall: /* Save registers */ pushl %ebx pushl %esi pushl %edi pushl %ebp movl 20(%esp), %eax // C arg1 -> syscall number movl 24(%esp), %ebx // C arg2 -> sysca...
{ "pile_set_name": "Github" }
/* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ /* This file is generated from sources in nss/gtests/common/wycheproof * autom...
{ "pile_set_name": "Github" }
#ifndef JOS_INC_X86_H #define JOS_INC_X86_H #include <inc/types.h> static inline void breakpoint(void) { asm volatile("int3"); } static inline uint8_t inb(int port) { uint8_t data; asm volatile("inb %w1,%0" : "=a" (data) : "d" (port)); return data; } static inline void insb(int port, void *addr, int cnt) { asm...
{ "pile_set_name": "Github" }
# frozen_string_literal: true RSpec.describe RuboCop::Cop::Performance::Sum do subject(:cop) { described_class.new } %i[inject reduce].each do |method| it "registers an offense and corrects when using `array.#{method}(10, :+)`" do expect_offense(<<~RUBY, method: method) array.#{method}(10, :+) ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <title>CSS Flexbox: margin: auto and overflow: auto with nested flexboxes.</title> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#auto-margins"> <link rel="help" href="https://drafts.csswg.org/css-overflow-3/#overflow-properties"> <link rel="help" href="https://drafts.csswg.org/css-...
{ "pile_set_name": "Github" }
/* * * Copyright 2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
{ "pile_set_name": "Github" }
{ "dependencies": { "com.unity.ads": "2.0.8", "com.unity.analytics": "2.0.16", "com.unity.package-manager-ui": "1.9.11", "com.unity.purchasing": "2.0.3", "com.unity.textmeshpro": "1.2.4", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.assetb...
{ "pile_set_name": "Github" }
// // Copyright IBM Corp. 2018, 2018 // // This source code is licensed under the Apache-2.0 license found in the // LICENSE file in the root directory of this source tree. // /// Used by `exports` mixin to track which modules have been imported /// @type Map /// @access public /// @group @carbon/import-once $imported...
{ "pile_set_name": "Github" }
#include <linux/types.h> #include <linux/string.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/interrupt.h> #include <linux/ide.h> #include <linux/bitops.h> static const char *udma_str[] = { "UDMA/16", "UDMA/25", "UDMA/33", "UDMA/44", "UDMA/66", "UDMA/100", "UDMA/133", "UDMA7" }; static...
{ "pile_set_name": "Github" }
'use strict' const Helper = require('../src/index'); const helper = new Helper('./scripts/hello-world-listener.js'); const co = require('co'); const expect = require('chai').expect; describe('hello-world', function() { beforeEach(function() { this.room = helper.createRoom({httpd: false}); }); context(...
{ "pile_set_name": "Github" }
/* * lin-power-fndsockcode.c * Copyright 2008 Ramon de Carvalho Valle <ramon@risesecurity.org> * * 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 L...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. // This demo creates and saves three anchors. It then locates the third one with its identifier. // It then looks for anchors near the found anchor (to find the other two). class NearbyDemoViewController: BaseViewController...
{ "pile_set_name": "Github" }
<div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">常用菜单</h4> </div> <div class="modal-body"> <div class="list-group" style="text-align: center;"> <table width="80%" id="menuTable"> <%firstMenus.forEach(function(firstM...
{ "pile_set_name": "Github" }
// Copyright 2009 Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and ...
{ "pile_set_name": "Github" }
<html> <head> <!-- WebHelp version 5.10 --> <script type="text/javascript" language="javascript" src="../whver.js"></script> <title>Content</title> <base target="bsscright"> <meta name="generator" content="Adobe RoboHelp 9" /> <meta name="description" content="WebHelp 5.50" /> <style> <!-- body {margin-left:1pt; marg...
{ "pile_set_name": "Github" }
// Copyright John Maddock 2008. // 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) // # include <pch.hpp> #ifndef BOOST_MATH_TR1_SOURCE # define BOOST_MATH_TR1_SOURCE #endif #i...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2006, 2012 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <...
{ "pile_set_name": "Github" }
h2. Anatomy of a BVP p. Each BVP followed a simple, one-page template with the following parts: * Customer Summary * Storyboard * Requirements * Partner teams p. The following sections walk through each section and give an example from one of our BVPs, "Resource-Smart Virtualization Infrastructure":http://windows/hy...
{ "pile_set_name": "Github" }
define( [ "../core", "./var/rboxStyle", "./var/rnumnonpx", "./var/getStyles", "./support", "../selector" // Get jQuery.contains ], function( jQuery, rboxStyle, rnumnonpx, getStyles, support ) { "use strict"; function curCSS( elem, name, computed ) { var width, minWidth, maxWidth, ret, // Support: Firefox 51...
{ "pile_set_name": "Github" }
/* * fontconfig/src/fcint.h * * Copyright © 2000 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and ...
{ "pile_set_name": "Github" }
/* * Copyright 2003-2011 JetBrains s.r.o. * * 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" }
//Copyright 2013 Vastech SA (PTY) LTD // // 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 la...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>横向滚动公告</title> <style> body,div,html,img,li,ul{margin:...
{ "pile_set_name": "Github" }
<resources> <string name="app_name">TessellationBasic</string> </resources>
{ "pile_set_name": "Github" }
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
{ "pile_set_name": "Github" }