text stringlengths 2 99.9k | meta dict |
|---|---|
Final class
-----
<?php
final class A {}
-----
array(
0: Stmt_Class(
flags: MODIFIER_FINAL (32)
name: Identifier(
name: A
)
extends: null
implements: array(
)
stmts: array(
)
)
) | {
"pile_set_name": "Github"
} |
/******************************Module*Header*******************************\
* Module Name: mcdrv.h
*
* Server-side data structure for MCD driver interface. These structures and
* values are used by the MCD driver to process calls made to the driver.
*
* Copyright (c) 1996-1997 Microsoft Corporation
*
\***************... | {
"pile_set_name": "Github"
} |
import React from 'react';
import ImagesList from './ImagesList.jsx';
import MainHeader from './MainHeader.jsx';
import PackProperties from './PackProperties.jsx';
import PackResults from './PackResults.jsx';
import MessageBox from './MessageBox.jsx';
import ProcessingShader from './ProcessingShader.jsx';
impo... | {
"pile_set_name": "Github"
} |
group Tests
Expecto
Expecto.VisualStudio.TestAdapter
| {
"pile_set_name": "Github"
} |
{
"parameters": {
"api-version": "2020-05-01",
"peeringName": "peering1",
"subscriptionId": "subid",
"resourceGroupName": "rg1",
"virtualRouterName": "virtualRouter"
},
"responses": {
"200": {
"body": {
"name": "peering1",
"id": "/subscriptions/subid/resourceGroups/rg... | {
"pile_set_name": "Github"
} |
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2008 Brian G. Matherly
# Copyright (C) 2010 Jakim Friant
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publi... | {
"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 not... | {
"pile_set_name": "Github"
} |
{
"name": "maennchen/zipstream-php",
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
"keywords": ["zip", "stream"],
"type": "library",
"license": "MIT",
"authors": [{
"name": "Paul Duncan",
"email": "... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Advanced Micro Devices, Inc. 2019. ALL RIGHTS RESERVED.
* See file LICENSE for terms.
*/
#ifndef ROCM_IPC_IFACE_H
#define ROCM_IPC_IFACE_H
#include <uct/base/uct_iface.h>
#include <hsa.h>
#define UCT_ROCM_IPC_TL_NAME "rocm_ipc"
typedef struct uct_rocm_ipc_signal_desc {
hsa_signal_t signa... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-proxy-amd64:v1.6.4
| {
"pile_set_name": "Github"
} |
#include "asm/asmdefs.h"
#include "asm/processor.h"
/*
* unsigned long long _get_ticks(void);
*/
_GLOBAL(_get_ticks):
1: mftbu r3
mftb r4
mftbu r5
cmpw 0,r3,r5
bne 1b
blr
/*
* Delay for a number of ticks
*/
_GLOBAL(_wait_ticks):
mflr r8 ... | {
"pile_set_name": "Github"
} |
{ lib, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "tockloader";
version = "1.5.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "11k4ppwq845lnj265ydfr0cn1rrym5amx2i19x1h3ccbxc3gsy3x";
};
propagatedBuildInputs = with python3Packages; [
argcomplet... | {
"pile_set_name": "Github"
} |
/************************************************
* This example is one of many examples
* -= The React State Museum =-
* View other state management options and read
* more in the blog post and the master repo:
*
* https://github.com/GantMan/ReactStateMuseum
*********************************************... | {
"pile_set_name": "Github"
} |
//=============================================================================
/**
* @file field_ci.cpp
*
* Visitor generating code for Field in the client inline file
*
* @author Aniruddha Gokhale
*/
//=============================================================================
#include "field.h"
#incl... | {
"pile_set_name": "Github"
} |
; Check that the hotness attribute is included in the optimization record file
; with -lto-pass-remarks-with-hotness.
; RUN: llvm-as < %s >%t.bc
; RUN: rm -f %t.yaml
; RUN: llvm-lto -lto-pass-remarks-output=%t.yaml \
; RUN: -lto-pass-remarks-with-hotness \
; RUN: -exported-symbol _main -o %t.o %t.bc
... | {
"pile_set_name": "Github"
} |
using Lockstep.Game;
namespace Lockstep.Game {
public interface IGameResourceService : IService {
object LoadPrefab(int id);
}
} | {
"pile_set_name": "Github"
} |
package com.sequenceiq.datalake.service.sdx;
import static com.sequenceiq.cloudbreak.auth.ThreadBasedUserCrnProvider.INTERNAL_ACTOR_CRN;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.never;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (©) 2016 Jeff Harris <jefftharris@gmail.com>
~ All rights reserved. Use of the code is allowed under the
~ Artistic License 2.0 terms, as specified in the LICENSE file
~ distributed with this code, or available from
~ http://www.opensource.org/licenses/a... | {
"pile_set_name": "Github"
} |
/*
* Paparazzi adc functions
*
* Copyright (C) 2003-2010 The Paparazzi team
*
* This file is part of Paparazzi.
*
* Paparazzi is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at y... | {
"pile_set_name": "Github"
} |
#include "f2c.h"
#ifdef KR_headers
double atan2();
double r_atn2(x,y) real *x, *y;
#else
#undef abs
#include "math.h"
#ifdef __cplusplus
extern "C" {
#endif
double r_atn2(real *x, real *y)
#endif
{
return( atan2(*x,*y) );
}
#ifdef __cplusplus
}
#endif
| {
"pile_set_name": "Github"
} |
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)<delta then return c,b-a end
n=n+1
local fc=f(c)
if fa*fc<0 then return bisect(f,a,c,fa,fc) else return bis... | {
"pile_set_name": "Github"
} |
package pflag
import (
"bytes"
"fmt"
"strconv"
"strings"
)
// -- stringToInt64 Value
type stringToInt64Value struct {
value *map[string]int64
changed bool
}
func newStringToInt64Value(val map[string]int64, p *map[string]int64) *stringToInt64Value {
ssv := new(stringToInt64Value)
ssv.value = p
*ssv.value =... | {
"pile_set_name": "Github"
} |
package com.mashibing.service.impl;
import com.mashibing.bean.TblShortcutIcon;
import com.mashibing.mapper.TblShortcutIconMapper;
import com.mashibing.service.base.TblShortcutIconService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 快... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.VisualStudio.Language.StandardClassification;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Classification;
using Microsoft.VisualStudio.Utilities;
namespace Microsof... | {
"pile_set_name": "Github"
} |
# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
{{#apiInfo}}
{{#apis}}
# Routes for {{{baseName}}} API
{{! Note: operations with path parameters are emitted last to give them lower priority than operations with possibly more specific paths. }}
{{#operations}}
{{#operation}}
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS3 Multi-column Layout Test Suite: Overflow Pagination (Basic)</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contac... | {
"pile_set_name": "Github"
} |
/* ========================================================================
* Copyright (c) 2005-2017 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
... | {
"pile_set_name": "Github"
} |
/** @file
* Copyright (c) 2019, Arm Limited or ps affiliates. All rights reserved.
* SPDX-License-Identifier : Apache-2.0
*
* 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://w... | {
"pile_set_name": "Github"
} |
define(["sugar-web/env"], function (env) {
'use strict';
describe("getObjectId", function () {
it("should return objectId from the sugar's environment", function () {
var environment = {
objectId: "objectId"
};
spyOn(env, "getEnvironment").andCallFa... | {
"pile_set_name": "Github"
} |
Unreleased Changes
------------------
1.30.0 (2020-09-15)
------------------
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
1.29.0 (2020-08-25)
------------------
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for detai... | {
"pile_set_name": "Github"
} |
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset uk DAYS_OF_WEEK_ABBREV [list \
"\u043d\u0434"\
"\u043f\u043d"\
"\u0432\u0442"\
"\u0441\u0440"\
"\u0447\u0442"\
"\u043f\u0442"\
"\u0441\u0431"]
::msgcat::mcset uk DA... | {
"pile_set_name": "Github"
} |
// 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, software
// distributed u... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Hard-wrapping Demo</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../doc/docs.css">
<link rel="stylesheet" href="../lib/codemirror.css">
<script src="../lib/codemirror.js"></script>
<script src="../mode/markdown/markdown.js"></script>
<script src="../addon/wrap/hardwrap.... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_UTIL_IO_H_
#define CAFFE_UTIL_IO_H_
#include <boost/filesystem.hpp>
#include <iomanip>
#include <iostream> // NOLINT(readability/streams)
#include <map>
#include <string>
#include "google/protobuf/message.h"
#include "caffe/common.hpp"
#include "caffe/proto/caffe.pb.h"
#include "caffe/util/format.hpp"... | {
"pile_set_name": "Github"
} |
/*
Copyright 2020 Rancher Labs.
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, software
d... | {
"pile_set_name": "Github"
} |
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright (c) 2008 Beyond Access, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code m... | {
"pile_set_name": "Github"
} |
#ifndef SCORE_VIEW_HEAD_FILE
#define SCORE_VIEW_HEAD_FILE
#pragma once
#include "Stdafx.h"
#include "Resource.h"
//////////////////////////////////////////////////////////////////////////
//积分视图类
class CScoreView : public CWnd
{
//变量定义
protected:
LONG m_lTax; //游戏税收
LONG m_lScore[GAME_PLAYER];... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
###########################################################################
# Copyright (c), The AiiDA team. All rights reserved. #
# This file is part of the AiiDA code. #
# ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <AppKit/NSCGSWindowBackingStore.h>
@class NSCGSWindowBuffer, NSObject;
@protocol OS_dispatch_source;
__attribute__((visibilit... | {
"pile_set_name": "Github"
} |
'use strict'
var test = require('tap').test
var moduleName = require('../../lib/utils/module-name.js')
test('pathToPackageName', function (t) {
var pathToPackageName = moduleName.test.pathToPackageName
t.is(pathToPackageName('/foo/bar/baz/bark'), 'bark', 'simple module name')
t.is(pathToPackageName('/foo/bar/@ba... | {
"pile_set_name": "Github"
} |
# Maintainer: ArchStrike <team@archstrike.org>
# Contributor: Prurigro
buildarch=200
pkgname=cpublaster
pkgver=0.10
pkgrel=9
pkgdesc='This library tries to intercept the memory allocations to skew the allocations to different offsets, so the performance penalty to disappear'
arch=('i686' 'x86_64' 'aarch64')
url='http... | {
"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 httplex contains rules around lexical matters of various
// HTTP-related specifications.
//
// This package is shared by the standard library (which ... | {
"pile_set_name": "Github"
} |
package org.bouncycastle.pqc.math.linearalgebra;
import java.math.BigInteger;
import java.security.SecureRandom;
import org.bouncycastle.util.Arrays;
/**
* This class implements an element of the finite field <i>GF(2<sup>n </sup>)</i>.
* It is represented in an optimal normal basis representation and holds the
*... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
class <%= helpers.capitalize(name) %> extends Component {
render() {
return (
);
}
}
<%= helpers.capitalize(name) %>.propTypes = propTypes = {
};
export default <%= helpers.capitalize(name) %>;
| {
"pile_set_name": "Github"
} |
/* -*-c++-*- Present3D - Copyright (C) 1999-2006 Robert Osfield
*
* This software is open source and may be redistributed and/or modified under
* the terms of the GNU General Public License (GPL) version 2.0.
* The full license is in LICENSE.txt file included with this distribution,.
*
* This software is dist... | {
"pile_set_name": "Github"
} |
/*
utils.c:
Copyright (C) 2003-2008 Ludovic Rousseau
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 option) any later ... | {
"pile_set_name": "Github"
} |
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
}
| {
"pile_set_name": "Github"
} |
from typing import List
def pycryptodome_filename(dir_comps: List[str], filename: str) -> str: ... | {
"pile_set_name": "Github"
} |
/*
* Copyright [2016] [Vincent VAN HOLLEBEKE]
*
* 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... | {
"pile_set_name": "Github"
} |
---
title: "Flashing ntrboot (3DS Multi System)"
---
{% include toc title="Table of Contents" %}
### Required Reading
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires temporary access to a second 3DS family device that is already running boot9strap. This does... | {
"pile_set_name": "Github"
} |
global.atob = function(b64Encoded) {
return Buffer.from(b64Encoded, "base64").toString();
};
global.btoa = function(str) {
return Buffer.from(str).toString("base64")
};
if (!String.prototype.trimStart) {
String.prototype.trimStart = String.prototype.trimLeft;
}
if (!String.prototype.trimEnd) {
String... | {
"pile_set_name": "Github"
} |
Code.require_file("../test_helper.exs", __DIR__)
defmodule Kernel.StringTokenizerTest do
use ExUnit.Case, async: true
defp var({var, _, nil}), do: var
defp aliases({:__aliases__, _, [alias]}), do: alias
test "tokenizes vars" do
assert Code.string_to_quoted!("_12") |> var() == :_12
assert Code.string_... | {
"pile_set_name": "Github"
} |
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_linux.go
package ipv6
const (
sysIPV6_ADDRFORM = 0x1
sysIPV6_2292PKTINFO = 0x2
sysIPV6_2292HOPOPTS = 0x3
sysIPV6_2292DSTOPTS = 0x4
sysIPV6_2292RTHDR = 0x5
sysIPV6_2292PKTOPTIONS = 0x6
sysIPV6_CHECKSUM = 0x7
sysIPV... | {
"pile_set_name": "Github"
} |
/*
* Driver for the Aardvark PCIe controller, used on Marvell Armada
* 3700.
*
* Copyright (C) 2016 Marvell
*
* Author: Hezi Shahmoon <hezi.shahmoon@marvell.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2020 The Brave Authors. All rights reserved.
* 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/. */
#ifndef BRAVE_COMPONENTS_BRAVE_WALLET_COMMON_BRAVE_W... | {
"pile_set_name": "Github"
} |
//
// weixinWalk.mm
// weixinWalk
//
// Created by Eular on 6/19/16.
// Copyright (c) 2016 __MyCompanyName__. All rights reserved.
//
// CaptainHook by Ryan Petrich
// see https://github.com/rpetrich/CaptainHook/
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "CaptainHook/CaptainHook.h"
CHDecl... | {
"pile_set_name": "Github"
} |
/*
* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
* Copyright (C) DIGITEO - 2010 - Allan CORNET
*
* Copyright (C) 2012 - 2016 - Scilab Enterprises
*
* This file is hereby licensed under the terms of the GNU GPL v2.0,
* pursuant to article 5.3.4 of the CeCILL v.2.1.
* This file was originally lic... | {
"pile_set_name": "Github"
} |
## Querydsl SQL Example
Querydsl SQL Example is an example project that demonstrates some best practices on how to use Querydsl SQL in repositories.
Compared to direct JDBC usage Querydsl SQL is typesafe, closer to SQL and abstracts over SQL dialect specific differences.
Guice is used as the DI layer to complement t... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>49--Greeting_49_Greeting_peoplegreeting_49_529.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>... | {
"pile_set_name": "Github"
} |
//
// 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 the following disclaimer.
// * Redistributions in bin... | {
"pile_set_name": "Github"
} |
<p align="center">
<img src="https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Demo/Resources/icon.png" alt="Icon"/>
</p>
<H1 align="center">IQKeyboardManager</H1>
<p align="center">
<img src="https://img.shields.io/github/license/hackiftekhar/IQKeyboardManager.svg"
alt="GitHub license"/>
... | {
"pile_set_name": "Github"
} |
(function() {var implementors = {};
implementors["encoding"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()
| {
"pile_set_name": "Github"
} |
/* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*- vim:fenc=utf-8:ft=cpp:et:sw=4:ts=4:sts=4
This file is part of the Feel library
Author(s): Christophe Prud'homme <christophe.prudhomme@feelpp.org>
Date: 2009-01-04
Copyright (C) 2009 C... | {
"pile_set_name": "Github"
} |
/*
* 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, software
* distributed u... | {
"pile_set_name": "Github"
} |
.TH swilgt 1 "September 16, 2019" "Logtalk 3.30.0" "Logtalk Documentation"
.SH NAME
swilgt \- Logtalk integration script for SWI-Prolog
.SH SYNOPSIS
.B swilgt
[
.B \-g
.I goal
]
.SH DESCRIPTION
\fBswilgt\fR is a Logtalk integration script for SWI-Prolog. It automatically loads the SWI-Prolog adapter file, the Logtal... | {
"pile_set_name": "Github"
} |
// Catalano Imaging Library
// The Catalano Framework
//
// Copyright © Diego Catalano, 2012-2016
// diego.catalano at live.com
//
// Copyright © César Souza, 2009-2013
// cesarsouza at gmail.com
//
// Copyright (c) 2011-2012 LTS2, EPFL
// All rights reserved.
//
// Redistribution and use in source and bina... | {
"pile_set_name": "Github"
} |
import dask
import dask.array as da
import dask.dataframe as dd
import numpy as np
import pandas as pd
import sklearn.impute
from .utils import check_array
class SimpleImputer(sklearn.impute.SimpleImputer):
_types = (pd.Series, pd.DataFrame, dd.Series, dd.DataFrame, da.Array)
def _check_array(self, X):
... | {
"pile_set_name": "Github"
} |
/**
* Sort a linked list in O(n log n) time using constant space complexity.
*
* Accepted.
*/
class SortList {
fun sortList(head: ListNode?): ListNode? {
if (head?.next == null) {
return head
}
var slow = head
var fast = head
var pre = head
while (f... | {
"pile_set_name": "Github"
} |
/*
* Gritter for jQuery
* http://www.boedesign.com/
*
* Copyright (c) 2011 Jordan Boesch
* Dual licensed under the MIT and GPL licenses.
*
* Date: December 8, 2011
* Version: 1.7.3
*/
(function($){
/**
* Set it up as an object under the jQuery namespace
*/
$.gritter = {};
/**
* Set up global option... | {
"pile_set_name": "Github"
} |
# MIPS DSP ASE simulator testsuite utility functions.
# Copyright (C) 2005-2014 Free Software Foundation, Inc.
# Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu.
#
# This file is part of the GNU simulators.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of ... | {
"pile_set_name": "Github"
} |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.appedittextsettextdirectionrtldemo1;
public final class R {
public static final class attr {
}
public sta... | {
"pile_set_name": "Github"
} |
'use strict';
var GetIntrinsic = require('../GetIntrinsic');
var IsInteger = require('./IsInteger');
var Type = require('./Type');
var MAX_SAFE_INTEGER = require('../helpers/maxSafeInteger');
var $TypeError = GetIntrinsic('%TypeError%');
var $charCodeAt = require('../helpers/callBound')('String.prototype.charCodeA... | {
"pile_set_name": "Github"
} |
class AddSubmissionsDownloadableToChallenges < ActiveRecord::Migration[5.2]
def change
add_column :challenges, :submissions_downloadable, :boolean, default: false
execute "update challenges set submissions_downloadable = false;"
end
end
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- American Chemical Society (ACS), generated from "acs" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>ACS Chemical Biology</title>
<title-short>A... | {
"pile_set_name": "Github"
} |
#ifndef _DEVGUID_H
#define _DEVGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern const GUID GUID_DEVCLASS_WCEUSBS;
extern const GUID GUID_DEVCLASS_USB;
extern const GUID GUID_DEVCLASS_PNPPRINTERS;
extern const GUID GUID_DEVCLASS_DOT4;
extern const GUID GUID_DEVC... | {
"pile_set_name": "Github"
} |
/*===---- immintrin.h - Intel intrinsics -----------------------------------===
*
* 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 rig... | {
"pile_set_name": "Github"
} |
--
-- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
-- under one or more contributor license agreements. See the NOTICE file
-- distributed with this work for additional information regarding copyright
-- ownership. Camunda licenses this file to you under the Apache License,
-- Version 2.0; y... | {
"pile_set_name": "Github"
} |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | {
"pile_set_name": "Github"
} |
# -*- encoding: utf-8; frozen_string_literal: true -*-
#
#--
# This file is part of HexaPDF.
#
# HexaPDF - A Versatile PDF Creation and Manipulation Library For Ruby
# Copyright (C) 2014-2020 Thomas Leitner
#
# HexaPDF is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero Genera... | {
"pile_set_name": "Github"
} |
<?php
namespace morphos\English;
use morphos\NumeralGenerator;
use RuntimeException;
class CardinalNumeralGenerator extends NumeralGenerator
{
/**
* @var string[]
* @phpstan-var array<int, string>
*/
public static $words = [
1 => 'one',
2 => 'two',
3 => 'three',
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# coding:utf-8
import os
import time
import urlparse
import simple_http_server
from front import front
current_path = os.path.dirname(os.path.abspath(__file__))
root_path = os.path.abspath(os.path.join(current_path, os.pardir, os.pardir))
top_path = os.path.abspath(os.path.join(... | {
"pile_set_name": "Github"
} |
<h3>What web development topic do you want to learn about next?</h3>
<div class="row">
<div class="c4">
<div class="well select-next">
{% include "choices/buttons/databases.html" %}
</div>
</div>
<div class="c4">
<div class="well select-next">
{% include "choices/buttons/web-application-security.html" %}... | {
"pile_set_name": "Github"
} |
-- citus--7.5-1--7.5-2
SET search_path = 'pg_catalog';
-- note that we're not dropping the older version of the function
CREATE FUNCTION pg_catalog.role_exists(name)
RETURNS boolean
LANGUAGE C STRICT
AS 'MODULE_PATHNAME', $$role_exists$$;
COMMENT ON FUNCTION role_exists(name) IS 'returns whether a role ex... | {
"pile_set_name": "Github"
} |
/** Generated by YAKINDU Statechart Tools code generator. */
package org.yakindu.sct.generator.java.test;
import org.junit.*;
import static org.junit.Assert.*;
import org.yakindu.scr.constonlyinternalscope.ConstOnlyInternalScopeStatemachine;
import org.yakindu.scr.constonlyinternalscope.ConstOnlyInternalScopeStatemac... | {
"pile_set_name": "Github"
} |
@model LayoutViewModel
@{
AddTitleSegment(T["Discuss"]);
}
<form asp-action="Index" class="discuss-index layout-header-sticky" method="post" enctype="multipart/form-data" data-disable-submit="true">
<layout model="Model" />
</form> | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Core\PlatoCore.csproj" />
<ProjectReference Include="..\Plato.Ideas.Labels\Plat... | {
"pile_set_name": "Github"
} |
namespace gli{
namespace detail
{
inline void duplicate_images
(
texture const & Src, texture & Dst,
texture::size_type BaseLayer, texture::size_type MaxLayer,
texture::size_type BaseFace, texture::size_type MaxFace,
texture::size_type BaseLevel, texture::size_type MaxLevel
)
{
GLI_ASSERT(BaseLayer >= 0 &... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the Licens... | {
"pile_set_name": "Github"
} |
/*
* GPL HEADER START
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This program 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 Software Foundation.
*
* This program is distributed... | {
"pile_set_name": "Github"
} |
# `InvalidInstanceHead` Error
## Example
As of 0.11.6, the `InvalidInstanceHead` error has been added to the
purescript compiler. The error can be produced using the following:
```purescript
module InvalidInstanceHead where
class ClassWithInvalidInstanceHead (x :: # Type)
instance FailingExample :: ClassWithInvali... | {
"pile_set_name": "Github"
} |
/*
* max98095.h -- MAX98095 ALSA SoC Audio driver
*
* Copyright 2011 Maxim Integrated Products
*
* 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.
*/
#ifndef _MAX98095_H
#define... | {
"pile_set_name": "Github"
} |
{
"name": "tinderflix",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-beta.14",
"auth0-angular": "~4.0.0",
"angular-jwt": "~0.0.6",
"underscore": "~1.7.0"
},
"dependencies": {
"ngCordova": "~0.1.9-alpha"
}
}
| {
"pile_set_name": "Github"
} |
@ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
@ RUN: | llvm-readobj -arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
.eabi_attribute Tag_CPU_arch_profile, 'R'
@CHECK: .eabi_attribute 7, 82
@CHECK-OBJ: Tag: 7
@CHECK-OBJ-NEXT:... | {
"pile_set_name": "Github"
} |
{
"navigationBarTitleText": "库存信息"
} | {
"pile_set_name": "Github"
} |
/**
* @name exports
* @summary NamingSystemUniqueId Class
*/
module.exports = class NamingSystemUniqueId {
constructor(opts) {
// Create an object to store all props
Object.defineProperty(this, '__data', { value: {} });
// Define getters and setters as enumerable
Object.defineProperty(this, '_id'... | {
"pile_set_name": "Github"
} |
/*
Copyright 1999-2001, Be Incorporated. All Rights Reserved.
This file may be used under the terms of the Be Sample Code License.
*/
#ifndef _DOSFS_H_
#define _DOSFS_H_
#include <KernelExport.h>
#include <fs_interface.h>
#include <lock.h>
//#define DEBUG 1
#define LOCK(l) recursive_lock_lock(&l);
#define UN... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import <Foundation/NSValueTransformer.h>
@interface WiFiNameTransformer : NSValueTransformer
{
}
+ (Class)transformedValueClass;
- (... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2013 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 by ap... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Sorint.lab
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | {
"pile_set_name": "Github"
} |
QTC_PLUGIN_NAME = EEllipse
QTC_LIB_DEPENDS +=
QTC_PLUGIN_DEPENDS +=
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.