text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 2015 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris
package unix
const (
R_OK = 0x4
W_OK = 0x2
X_OK = 0x1
)
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>6-1451.07</num>
<headin... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library services.completion.contributor.dart.local;
import 'dart:async';
import 'package:analysis_ser... | {
"pile_set_name": "Github"
} |
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["lua-types/jit"]
},
"tstl": {
"luaTarget": "JIT"
}
}
| {
"pile_set_name": "Github"
} |
/*
* VFIO PCI I/O Port & MMIO access
*
* Copyright (C) 2012 Red Hat, Inc. All rights reserved.
* Author: Alex Williamson <alex.williamson@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by t... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
//
// ZoneMainCategoryTableViewCell.swift
// ZoneBarManager
//
// Created by 刘振兴 on 2017/3/16.
// Copyright © 2017年 zone. All rights reserved.
//
import UIKit
class ZoneMainCategoryTableViewCell: UITableViewCell {
@IBOutlet weak var appIconImageView: UIImageView!
@IBOutlet weak var appNameLabel:... | {
"pile_set_name": "Github"
} |
/**
* NNStreamer custom filter to test buffer-drop
* Copyright (C) 2018 Jaeyun Jung <jy1210.jung@samsung.com>
*
* SPDX-License-Identifier: LGPL-2.1-only
*
* @file nnscustom_drop_buffer.c
* @date 25 Jan 2019
* @author Jaeyun Jung <jy1210.jung@samsung.com>
* @brief Custom filter to drop incoming buffer (skip... | {
"pile_set_name": "Github"
} |
export const standard = () => ({
todos: [
{
id: 1,
body: 'Cheese',
status: '',
},
],
})
| {
"pile_set_name": "Github"
} |
//
// PageController+ContainerView.swift
// PageController
//
// Created by Hirohisa Kawasaki on 6/26/15.
// Copyright (c) 2015 Hirohisa Kawasaki. All rights reserved.
//
import UIKit
extension PageController {
class ContainerView: ScrollView {
weak var controller: PageController? {
didS... | {
"pile_set_name": "Github"
} |
import React, {Component} from 'react';
import {
Image,
} from 'react-native';
//引入react-navigation依赖库
import {
TabNavigator,
} from 'react-navigation';
//展示的页面
import Home from './src/Home';
import Type from './src/Type';
import ShopCar from './src/ShopCar';
import Mine from './src/Mine';
//Tab
export defa... | {
"pile_set_name": "Github"
} |
package cn.finalteam.rxgalleryfinal.rxbus.event;
/**
* Desction:
* Author:pengjianbo Dujinyang
* Date:16/7/28 上午12:19
*/
public class CloseMediaViewPageFragmentEvent {
}
| {
"pile_set_name": "Github"
} |
7100:
7101:
7102:
7103:
7104: Ideográf növekvő lángok vagy füstök; aroma CJK : FAn1 : Xun
7105: Ideograph (Cant.), Hogy pörkölje, megfojtja CJK-t : guk6 : ku
7106:
7107:
7108:
7109: Ideográf ezután; hogyan? miért? hol? CJK : jin1 jin4 : yan
710A: Ideográf hegesztés, forrasztás CJK : hon6 : Hàn
710B:
710C: Ideográf a CJ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 fjz13. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
#pragma once
#include "MedusaCorePreDeclares.h"
#include "Core/Command/ICommand.h"
MEDUSA_BEGIN;
class IWaitable
{
public:
virtual bool Wait() { return true; }
v... | {
"pile_set_name": "Github"
} |
/*
* ******************************************************************************
* Copyright (c) 2014 Gabriele Mariotti.
*
* 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"
} |
///////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT NOTICE
//
// The following open source license statement does not apply to any
// entity in the Exception List published by FMSoft.
//
// For more information, please visit:
//
// https://www.fmsoft.... | {
"pile_set_name": "Github"
} |
#Thu Apr 28 16:19:11 CEST 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.debu... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPExcel_Writer_Excel5_BIFFwriter
*
* Copyright (c) 2006 - 2015 PHPExcel
*
* 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... | {
"pile_set_name": "Github"
} |
// check-pass
#![warn(unused_imports)] // Warning explanation here, it's OK
mod test {
pub trait A {
fn a();
}
impl A for () {
fn a() { }
}
pub trait B {
fn b(self);
}
impl B for () {
fn b(self) { }
}
pub trait Unused {
}
}
use test::Unused;... | {
"pile_set_name": "Github"
} |
package com.first;
import com.utils.ListNode;
/**
* 给定一个链表,返回链表开始入环的第一个节点。 如果链表无环,则返回 null。
*
* 为了表示给定链表中的环,我们使用整数 pos 来表示链表尾连接到链表中的位置(索引从 0 开始)。 如果 pos 是 -1,则在该链表中没有环。
*
* 说明:不允许修改给定的链表。
*
*
*
* 示例 1:
*
* 输入:head = [3,2,0,-4], pos = 1
* 输出:tail connects to node index 1
* 解释:链表中有一个环,其尾部连接到第二个节点。
*
*
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "TToolbarItem.h"
#import "NSMenuDelegate-Protocol.h"
@class NSString;
@interface TArrangementToolbarItem : TToolbarItem <NSM... | {
"pile_set_name": "Github"
} |
/*
* A power allocator to manage temperature
*
* Copyright (C) 2014 ARM Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed "as is" WITHOUT ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Predis package.
*
* (c) Daniele Alessandri <suppakilla@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require 'SharedConfigurations.php';
// Redis 2.0 features new commands that al... | {
"pile_set_name": "Github"
} |
opt = {}
-- general options:
opt.dir = 'outputs_mnist_line' -- subdirectory to save experiments in
opt.seed = 1250 -- initial random seed
-- Model parameters:
opt.inputSizeW = 64 -- width of each input patch or image
opt.inputSizeH = 64 -- width of each input patch or image
opt.eta = 1e-4 -- l... | {
"pile_set_name": "Github"
} |
using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Response
{
/// <summary>
/// AlipayInsSceneApplicationApplyResponse.
/// </summary>
public class AlipayInsSceneApplicationApplyResponse : AlipayResponse
{
/// <summary>
/// 投保单号
/// </summar... | {
"pile_set_name": "Github"
} |
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "PcKeyMon.h"
#include "MyEditView.h"
#include "MainFrm.h"
#include ".\mainfrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
ON_WM_CREATE()
ON_WM_SETC... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2020 Alfresco Software, 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 ... | {
"pile_set_name": "Github"
} |
.. _`The Networking Service`:
######################
The Networking Service
######################
*When communication endpoints are located on different computing nodes or on
different single processes, the data produced using the local Domain Service must
be communicated to the remote Domain Services and th... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Globalization;
using System.Text;
using Orleans.Runtime;
namespace Orleans.Metadata
{
/// <summary>
/// Information about a logical grain type <see cref="GrainType"/>.
/// </summary>
[Serializable]
publ... | {
"pile_set_name": "Github"
} |
PCI with Driver Model
=====================
How busses are scanned
----------------------
Any config read will end up at pci_read_config(). This uses
uclass_get_device_by_seq() to get the PCI bus for a particular bus number.
Bus number 0 will need to be requested first, and the alias in the device
tree file will poin... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="ur... | {
"pile_set_name": "Github"
} |
#include "m68360_regs.h"
#include "m68360_pram.h"
#include "m68360_quicc.h"
#include "m68360_enet.h"
#ifdef CONFIG_M68360
#define CPM_INTERRUPT 4
/* see MC68360 User's Manual, p. 7-377 */
#define CPM_VECTOR_BASE 0x04 /* 3 MSbits of CPM vector */
#endif /* CONFIG_M68360 */
| {
"pile_set_name": "Github"
} |
#include "ofMain.h"
#include "ofApp.h"
//========================================================================
int main( ){
ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
// pass in width and height too:
ofR... | {
"pile_set_name": "Github"
} |
{
"activePlaceCount": 0,
"birth": {
"place": {
"name": "London, United Kingdom",
"placeName": "London",
"placeType": "inhabited_place"
},
"time": {
"startYear": 1864
}
},
"birthYear": 1864,
"date": "1864\u20131942",
"death": {
"place": {
"name": "Dalk... | {
"pile_set_name": "Github"
} |
.Language=English,English
"Change Case"
"&L. lower case"
"&T. Title Case"
"&U. UPPER CASE"
"&G. tOGGLE cASE"
"&C. Cyclic change"
"&Ok"
"&Cancel"
| {
"pile_set_name": "Github"
} |
// Copyright 2009 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 ignore
/*
Input to cgo -godefs. See also mkerrors.sh and mkall.sh
*/
// +godefs map struct_in_addr [4]byte /* in_addr */
// +godefs map struct_in6_... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.app;
import android.app.Activity;
import android.app.Application.ActivityLifecycleCallbacks;
import android.os.Bundle;
import android.os.Process;
import com.tencent.mm.sdk.platformtools.v;
import com.tencent.smtt.sdk.WebView;
final class ToolsProfile$1
implements Application.ActivityLifecycle... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7163253a2d8b90f4cbdd7b0630b84dcd
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obta... | {
"pile_set_name": "Github"
} |
# Using the Editor
One you have opened or started a new project, the editor is divided into 2 main sections. Each section has multiple tabs.
## Wizard Tab
The Wizard tab is only visible if you've started from a Wizard such as the Data Bars or Mail To wizards. This will not show up for templates (templates provide st... | {
"pile_set_name": "Github"
} |
<doxygenlayout version="1.0">
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab type="mainpage" visible="yes" title="libopencm3"/>
<tab type="pages" visible="yes" title="General Information" intro=""/>
<tab type="user" visible="yes" url="../../html/index.html" title="Back to Top" intro=""/>... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (ge... | {
"pile_set_name": "Github"
} |
import pypff
from web.common import Extension
from web.database import Database
class PSTViewer(Extension):
# Paths should be relative to the extensions folder
extension_type = 'filedetails'
extension_name = 'PSTViewer'
def recursive_walk_folders(self, node, path):
if node.get_display_name()... | {
"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"
} |
/* The contents of this file are subject to the Netscape Public
* License Version 1.1 (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.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" ... | {
"pile_set_name": "Github"
} |
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebGLContextEventInit)]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `WebGlContextEventInit` dictionary."]
#[doc = ""]
#[doc = "*This A... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/sagemaker/SageMaker_EXPORTS.h>
#include <aws/sagemaker/SageMakerRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/sagemaker/model/HyperParameterTunin... | {
"pile_set_name": "Github"
} |
package im.actor.server.oauth
import com.typesafe.config.Config
sealed trait OAuth2Config {
def authUri: String
def tokenUri: String
def profileUri: String
def clientId: String
def clientSecret: String
}
case class OAuth2GoogleConfig(
authUri: String,
tokenUri: String,
profileUri: String,
... | {
"pile_set_name": "Github"
} |
using NetworkSocket.Validation.Rules;
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace NetworkSocket.Validation
{
/// <summary>
/// 提供FluentApi扩展
/// </summary>
public static class FluentApiExtend
{
/// <summary>
/// 获取表达式的属性
... | {
"pile_set_name": "Github"
} |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference
// Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.10.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
describe :date_new_bang, shared: true do
it "returns a new Date object set to Astronomical Julian Day 0 if no arguments passed" do
d = Date.send(@method)
d.ajd.should == 0
end
it "accepts astronomical julian day number, offset as a fraction of a day and returns a new Date object" do
d = Date.send(@m... | {
"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 "chrome/browser/ui/views/ime/ime_window_view.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/views/ime/ime_windo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="@color/step_bullet_green"/>
<size
android:width="@dimen/step_bullet_diameter"
android:height="@dimen/step_bullet_diameter"/>
</shape>
| {
"pile_set_name": "Github"
} |
{d "%w- %d %m-, %Y - %T"} - A "bwCPEDeviceConfigurationFTPLogin" event has occurred, from {t} device, named {m}.
"For the actual description, refer the BroadWorks FaultManagementGuide as it may contain variable data."
identifier = {I 1}
timeStamp = {S 2}
alarmName = {S 3}
systemName = {S 4}
severity = {T severity 5}
... | {
"pile_set_name": "Github"
} |
package org.mozilla.javascript.tools.shell;
import java.util.StringTokenizer;
/**
* Breaks a "contentType; charset=encoding" MIME type into content type and
* encoding parts.
* @version $Id: ParsedContentType.java,v 1.1 2008/10/18 09:17:10 szegedia%freemail.hu Exp $
*/
public final class ParsedContentType
{
p... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
require_relative 'reporting'
require 'pp'
module Spinach
class Reporter
# The FailureFile reporter outputs failing scenarios to a temporary file, one per line.
#
class FailureFile < Reporter
# Initializes the output filename and the temporary directory.
#
def initiali... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
bootstrap="vendor/autoload.php"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
checkForUnintentionallyCoveredCode="true"
... | {
"pile_set_name": "Github"
} |
"""
>>> gotcha = []
>>> for _in, _out in (
... (
... "Practice makes perfect. you'll only get Perfect by practice. just practice!",
... [['practice', 3], ['perfect', 2], ['makes', 1], ['youll', 1], ['only', 1], ['get', 1], ['by', 1], ['just', 1]],
... ),
... (
... "Practice makes per... | {
"pile_set_name": "Github"
} |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* All rights reserved. *
* *
... | {
"pile_set_name": "Github"
} |
Description:
Read a line from a stream, stopping at one of 2 delimiters, with bounded
memory allocation.
Files:
lib/getndelim2.h
lib/getndelim2.c
m4/getndelim2.m4
Depends-on:
ssize_t
stdbool
stdint
freadptr
freadseek
memchr2
configure.ac:
gl_GETNDELIM2
Makefile.am:
lib_SOURCES += getndelim2.c
Include:
"getndelim2.... | {
"pile_set_name": "Github"
} |
EXTRA_CFLAGS = -Idrivers/net/wireless/rt2860v2/include -Idrivers/net/wireless/rt2860v2/ate/include
obj-$(CONFIG_RT2860V2_STA) += rt2860v2_sta.o
rt2860v2_sta-objs += ../rt2860v2/common/crypt_md5.o
rt2860v2_sta-objs += ../rt2860v2/common/crypt_sha2.o
rt2860v2_sta-objs += ../rt2860v2/common/crypt_hmac.o
rt2860v2_sta-obj... | {
"pile_set_name": "Github"
} |
### <em>function</em> <strong>`clrhash`</strong>
Syntax:
<strong>`clrhash`</strong> <em>parameters</em> => <em>return-type</em>
Documentation of parameters and return-results.
Examples (not from CLHS...):
```lisp
CL-USER> (example-code 'a 'b 'c)
'return-result
```
| {
"pile_set_name": "Github"
} |
/*
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 law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
/// <reference types="cypress" />
import Form from './Form.vue'
import { mount } from '@cypress/vue'
describe('Form', () => {
const getByLabelText = (text) => {
return cy
.contains('label', text)
.invoke('attr', 'for')
.then((id) => {
return cy.get('input#' + id)
})
}
it('Use... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The etcd Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
package io.yawp.driver.postgresql.datastore;
import io.yawp.repository.Namespace;
public class NamespaceManager {
private static ThreadLocal<String> namespace = new ThreadLocal<>();
private NamespaceManager() {}
public static String get() {
String ns = namespace.get();
return ns == null... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python2
## -*- coding: utf-8 -*-
import sys
def sx(bits, value):
sign_bit = 1 << (bits - 1)
return (value & (sign_bit - 1)) - (value & sign_bit)
SymVar_0 = int(sys.argv[1])
ref_263 = SymVar_0
ref_278 = ref_263 # MOV operation
ref_5594 = ref_278 # MOV operation
ref_5670 = ref_5594 # MOV operati... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "MMObject.h"
#import "ShareConfirmViewDelegate.h"
@class CMessageWrap, NSData, NSDictionary, NSString, ShareConfirmView;
@interface ShareMessageConfirmLogicHelper : MMObj... | {
"pile_set_name": "Github"
} |
<table cellpadding="2" cellspacing="1" width="98%">
<tr>
<td width="100">选项列表</td>
<td><textarea name="setting[options]" rows="2" cols="20" id="options" style="height:100px;width:400px;">选项名称1|选项值1</textarea></td>
</tr>
<tr>
<td>选项类型</td>
<td>
<input type="radio" name="setting[boxtype... | {
"pile_set_name": "Github"
} |
import sbt._
import Keys._
import Settings._
import java.io.{File, IOException, FileInputStream}
import org.apache.commons.codec.binary.Base64
import scala.util.parsing.json.JSON
import scalaj.http._
import scala.util.{Try, Success, Failure}
case class AssignmentInfo(
key: String,
itemId: String,
premiumItemI... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
import { SavingCompleteModalComponent } from './saving-complete-modal.component';
describe('SavingCompleteModalComponent', () => {
let component: SavingCompleteModalComponent;
let... | {
"pile_set_name": "Github"
} |
source_md5="960e6bc380065636a4bafd8532606322"
dest_md5="ddbcbed8207ce7798a6f82ec74a28a51"
| {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
using System.Threading.Tasks;
using OrchardCore.ContentTypes.ViewModels;
using OrchardCore.Deployment;
using OrchardCore.DisplayManagement.Handlers;
using OrchardCore.DisplayManagement.ModelBinding;
using OrchardCore.DisplayManagement.Views;
namespace OrchardCore.ContentTypes.Deploymen... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<model ref="r:4cc5fae5-5c15-4e9e-97c5-f935f1e9571f(com.mbeddr.core.modules.generator.com.mbeddr.core.modules.util)">
<persistence version="9" />
<languages>
<use id="63e0e566-5131-447e-90e3-12ea330e1a00" name="com.mbeddr.mpsutil.blutil" version="1" />
<use id="c72da2b9... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on Mon Apr 20 11:07:17 2020 by Eclipse SUMO Version v1_5_0+1213-65a3d57185
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclips... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
/*
* UVD_6_0 Register documentation
*
* Copyright (C) 2014 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 limita... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
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
... | {
"pile_set_name": "Github"
} |
debug conn: opening connection 10.2.96.127:57861 -> 10.2.104.129:80
debug grammar: parse error at byte 14 for field 4 in request_line: token /[[:blank:]]+/ doesn't match
debug grammar: parse error context: \x0aHost: --\x0a\x0a...
alert: id = = <>
severity = low
description = invalid http request_line
debug conn: drop... | {
"pile_set_name": "Github"
} |
/********************************************************
** Copyright 2002 Earth Resource Mapping Ltd.
** This document contains proprietary source code of
** Earth Resource Mapping Ltd, and can only be used under
** one of the three licenses as described in the
** license.txt file supplied with this distribution.
*... | {
"pile_set_name": "Github"
} |
//* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:set ts=2 sw=2 sts=2 et cindent: */
/* ***** 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 thi... | {
"pile_set_name": "Github"
} |
/*
LUFA Library
Copyright (C) Dean Camera, 2014.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="th">
<translation id="IDS_ACCEPT_LANGUAGES">th-TH,th</translation>
<translation id="IDS_DEFAULT_ENCODING">windows-874</translation>
<translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation>
<translation id="IDS_SPELLCHECK_DICTIONARY">e... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 packages
import (
"bytes"
"encoding/json"
"fmt"
"go/types"
"io/ioutil"
"log"
"os"
"os/exec"
"path"
"path/filepath"
"reflect"
"regexp"
"str... | {
"pile_set_name": "Github"
} |
package me.moallemi.multinavhost
import androidx.test.InstrumentationRegistry
import androidx.test.runner.AndroidJUnit4
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.Assert.*
/**
* Instrumented test, which will execute on an Android device.
*
* See [testing documentation](http://d.androi... | {
"pile_set_name": "Github"
} |
#import <XCTest/XCTest.h>
#import "NimbleSpecHelper.h"
@interface ObjCSatisfyAnyOfTest : XCTestCase
@end
@implementation ObjCSatisfyAnyOfTest
- (void)testPositiveMatches {
expect(@2).to(satisfyAnyOf(equal(@2), equal(@3)));
expect(@2).toNot(satisfyAnyOf(equal(@3), equal(@16)));
expect(@[@1, @2, @3]).to(s... | {
"pile_set_name": "Github"
} |
/*
* #%L
* GwtMaterial
* %%
* Copyright (C) 2015 - 2017 GwtMaterialDesign
* %%
* 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
* ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSOpenGLView.h"
#import "MRMarimbaBasicPlayback.h"
#import "MRMarimbaPlayback.h"
@class MPDocument, MRMarimbaViewInternal, MRRenderer, MRTouchSet;
@interface MRMarimbaVi... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 restrictio... | {
"pile_set_name": "Github"
} |
SOURCE: CityscapesEasy
TARGET: CityscapesHard
DATA_DIRECTORY_SOURCE: ../ADVENT/data/Cityscapes
DATA_LIST_SOURCE: ../entropy_rank/easy_split.txt
DATA_LIST_TARGET: ../entropy_rank/hard_split.txt
NUM_WORKERS: 1
TRAIN:
INPUT_SIZE_SOURCE:
- 1024
- 512
DA_METHOD: AdvEnt
MODEL: DeepLabv2
RESTORE_FROM: ../ADVEN... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 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 to ... | {
"pile_set_name": "Github"
} |
grpc::Status Subscribe{{ name.upper_camel_case }}(grpc::ServerContext* /* context */, const mavsdk::rpc::{{ plugin_name.lower_snake_case }}::Subscribe{{ name.upper_camel_case }}Request* {% if params %}request{% else %}/* request */{% endif %}, grpc::ServerWriter<rpc::{{ plugin_name.lower_snake_case }}::{{ name.upper_ca... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:924b5e3cccb97f4dc86a07710133cb828797db9acedb0aa8a8da4d321ac2b0c6
size 7054
| {
"pile_set_name": "Github"
} |
<?php
namespace Doctrine\DBAL\Driver\PDOSqlsrv;
use Doctrine\DBAL\Driver\PDOConnection;
use Doctrine\DBAL\ParameterType;
use PDO;
use function strpos;
use function substr;
/**
* Sqlsrv Connection implementation.
*/
class Connection extends PDOConnection
{
/**
* {@inheritdoc}
*/
public function __... | {
"pile_set_name": "Github"
} |
From 7ad21826dc40874b13465b3f542210cfdc81d70d Mon Sep 17 00:00:00 2001
From: Mykola Yurchenko <urchennko@gmail.com>
Date: Tue, 4 Feb 2020 23:59:30 +0000
Subject: [PATCH 1/3] Add custom IPDR fields for IPFIX export
---
include/openvswitch/ofp-actions.h | 3 ++
lib/odp-util.h | 7 ++++-
lib... | {
"pile_set_name": "Github"
} |
#
# Generic S2 (Freeze) test
#
# This is the configuration file for sleepgraph. It contains
# all the tool arguments so that they don't have to be given on the
# command line. It also includes advanced settings for functions
# and kprobes. It is run like this
#
# sudo ./sleepgraph.py -config config/freeze.cfg
#
[Se... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with... | {
"pile_set_name": "Github"
} |
<h1><%= @article.name %></h1>
<%= simple_format @article.content %>
<p><%= link_to "Back to Articles", articles_path %></p>
<h2>Comments</h2>
<%= render "comments/comments" %>
<%= render "comments/form" %>
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.