text stringlengths 2 99.9k | meta dict |
|---|---|
// sst.h
// Copyright (c) 2014 - 2017, zhiayang
// Licensed under the Apache License Version 2.0.
#pragma once
#include "defs.h"
#include "sst_expr.h"
#include "mpreal/mpreal.h"
namespace fir
{
struct Type;
struct ClassType;
struct FunctionType;
struct Function;
struct ConstantValue;
}
namespace cgn
{
str... | {
"pile_set_name": "Github"
} |
/*===------------ avx512bf16intrin.h - AVX512_BF16 intrinsics --------------===
*
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
* See https://llvm.org/LICENSE.txt for license information.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*
*===----------------------------... | {
"pile_set_name": "Github"
} |
import pydoc
import keyword
from jedi._compatibility import is_py3
from jedi import common
from jedi.evaluate import compiled
try:
from pydoc_data import topics as pydoc_topics
except ImportError:
# Python 2.6
import pydoc_topics
if is_py3:
keys = keyword.kwlist
else:
keys = keyword.kwlist + ['No... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hsweb-system-workflow</ar... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
/*
Set covering employment in Gecode.
Problem from
http://mathworld.wolfram.com/SetCoveringDeployment.html
Compare with the following models:
* MiniZinc: http://www.hakank.org/minizinc/set_covering_deployment.mzn
* Comet : http://www.hakank.org/comet/set_covering_deployment.co
This Gecode model wa... | {
"pile_set_name": "Github"
} |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
#define IDI_ICON1 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE ... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_PARTITION_OP_HPP_INCLUDED
#define BOOST_MPL_AUX_PARTITION_OP_HPP_INCLUDED
// Copyright Eric Friedman 2003
// Copyright Aleksey Gurtovoy 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... | {
"pile_set_name": "Github"
} |
/**CFile****************************************************************
FileName [ifLibLut.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [LUT library.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<title>Test to ensure bidi is resolved correctly</title>
</head>
<body>
<canvas id="c" width="256" height="64" style="direction:rtl"></canvas>
<script type="text/javascript">
var canvas = document.getElementById('c');
var ctx = canvas.getContext('2d');
var str = "goodbye\u202D\u05DD... | {
"pile_set_name": "Github"
} |
{tr}A new file was posted to file gallery{/tr}: {$galleryName}
{tr}Posted by{/tr}: {$author}
{tr}Date{/tr}: {$mail_date|tiki_short_datetime}
{tr}Name{/tr}: {$fname}
{tr}File Name{/tr}: {$filename}
{tr}File Description{/tr}: {$fdescription}
You can download the new file at:
{$mail_machine}/tiki-list_file_gallery.php?g... | {
"pile_set_name": "Github"
} |
--- a/Makefile
+++ b/Makefile
@@ -1548,14 +1548,14 @@
install -d $(INSTALL_PATH)/$$header_dir; \
done
for header in `$(FIND) "include/rocksdb" -type f -name *.h`; do \
- install -C -m 644 $$header $(INSTALL_PATH)/$$header; \
+ install -c -m 644 $$header $(INSTALL_PATH)/$$header; \
done
install-static: ins... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Google Inc. 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 by applica... | {
"pile_set_name": "Github"
} |
#ifndef _RAR_LOG_
#define _RAR_LOG_
void InitLogOptions(const wchar *LogFileName,RAR_CHARSET CSet);
#ifdef SILENT
inline void Log(const wchar *ArcName,const wchar *fmt,...) {}
#else
void Log(const wchar *ArcName,const wchar *fmt,...);
#endif
#endif
| {
"pile_set_name": "Github"
} |
module.exports = {
preset: 'ts-jest',
setupFiles: ['./jest.setup.js'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['/node_modules/', '/docs/']
};
| {
"pile_set_name": "Github"
} |
//
// String+MD5.swift
// Kingfisher
//
// Created by Wei Wang on 18//25.
//
// Copyright (c) 2018 Wei Wang <onevcat@gmail.com>
//
// 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 wi... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/miguelvargas/Library/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see... | {
"pile_set_name": "Github"
} |
/**
* @author: aperez <aperez@datadec.es>
* @version: v2.0.0
*
* @update Dennis Hernández <http://djhvscf.github.io/Blog>
*/
!function($) {
'use strict';
var firstLoad = false;
var sprintf = $.fn.bootstrapTable.utils.sprintf;
var showAvdSearch = function(pColumns, searchTitle, searchText, that)... | {
"pile_set_name": "Github"
} |
/** @file
Header file for BDS Platform specific code
Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _BDS_PLATFORM_H
#define _BDS_PLATFORM_H
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
#... | {
"pile_set_name": "Github"
} |
libgq (0.4+0m6) unstable; urgency=low
* This entry has been added by BIFH queue processor
version has been changed to 0.4+0m6
-- Marius Vollmer <marius.vollmer@nokia.com> Fri, 04 Jun 2010 18:28:43 +0300
libgq (0.4) unstable; urgency=low
* Never release the GConf client, to avoid having to recreate it
... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>train</folder>
<filename>cam_image12.jpg</filename>
<path>C:\tensorflow_cards\train\cam_image12.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>960</width>
<height>540</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>king</name>
... | {
"pile_set_name": "Github"
} |
/*
* Datapath implementation for ST-Ericsson CW1200 mac80211 drivers
*
* Copyright (c) 2010, ST-Ericsson
* Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
*
* 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
* publis... | {
"pile_set_name": "Github"
} |
package com.funtl.myshop.plus.cloud.tests;
import java.util.Date;
import com.funtl.myshop.plus.cloud.dto.UmsAdminLoginLogDTO;
import com.funtl.myshop.plus.commons.utils.MapperUtils;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfra... | {
"pile_set_name": "Github"
} |
import { assert } from '@pollyjs/utils';
const STOP_PROPAGATION = Symbol();
export default class Event {
constructor(type, props) {
assert(
`Invalid type provided. Expected a non-empty string, received: "${typeof type}".`,
type && typeof type === 'string'
);
Object.defineProperty(this, 'typ... | {
"pile_set_name": "Github"
} |
=head1 new >> name
L<Titled|/new E<gt>E<gt> name> | {
"pile_set_name": "Github"
} |
import PropTypes from 'prop-types';
export default PropTypes.shape({
trackEvent: PropTypes.func,
getTrackingData: PropTypes.func,
});
| {
"pile_set_name": "Github"
} |
import classNames from 'classnames'
import PropTypes, { InferProps } from 'prop-types'
import { AtMessageProps, AtMessageState } from 'types/message'
import { View } from '@tarojs/components'
import Taro from '@tarojs/taro'
import AtComponent from '../../common/component'
export default class AtMessage extends AtCompo... | {
"pile_set_name": "Github"
} |
/**
* @license Highcharts JS v4.1.8 (2015-08-20)
* Client side exporting module
*
* (c) 2015 Torstein Honsi / Oystein Moseng
*
* License: www.highcharts.com/license
*/
// JSLint options:
/*global Highcharts, HighchartsAdapter, document, window, Blob, MSBlobBuilder */
(function (Highcharts) {
// Dummy object s... | {
"pile_set_name": "Github"
} |
parse_cookie_value {
cookies: "token1=abc123; = "
cookies: "token2=abc123; "
cookies: "; token3=abc123;"
cookies: "=; token4=\"abc123\""
key: "token4"
}
| {
"pile_set_name": "Github"
} |
**This airport has been automatically generated**
We have no information about 36AZ[*] airport other than its name, ICAO and location (US).
This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries...
Good luck if you decide to do this airport! | {
"pile_set_name": "Github"
} |
<?php
/**
* Auto-generated class. PERL syntax highlighting
*
* This highlighter is EXPERIMENTAL, so that it may work incorrectly.
* Most rules were created by Mariusz Jakubowski, and extended by me.
* My knowledge of Perl is poor, and Perl syntax seems too
* complicated to me.
*
* PHP version 4 and... | {
"pile_set_name": "Github"
} |
/********************************************************************************************
* SIDH: an efficient supersingular isogeny cryptography library
*
* Abstract: internal header file for P610
*********************************************************************************************/
#ifndef P610_INTERNAL_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 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 agree... | {
"pile_set_name": "Github"
} |
"MJRefreshHeaderIdleText" = "Pull down to refresh";
"MJRefreshHeaderPullingText" = "Release to refresh";
"MJRefreshHeaderRefreshingText" = "Loading...";
"MJRefreshAutoFooterIdleText" = "Tap or pull up to load more";
"MJRefreshAutoFooterRefreshingText" = "Loading...";
"MJRefreshAutoFooterNoMoreDataText" = "No more data... | {
"pile_set_name": "Github"
} |
//
// DCRoundSwitch.m
//
// Created by Patrick Richards on 28/06/11.
// MIT License.
//
// http://twitter.com/patr
// http://domesticcat.com.au/projects
// http://github.com/domesticcatsoftware/DCRoundSwitch
//
#import "DCRoundSwitch.h"
#import "DCRoundSwitchToggleLayer.h"
#import "DCRoundSwitchOutlineLayer.h"
#... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
{% seo %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<meta name="viewport" c... | {
"pile_set_name": "Github"
} |
SSH Proxy Command -- connect.c
==============================
`connect.c` is a simple relaying command to make network connection
via SOCKS and https proxy. It is mainly intended to be used as proxy
command of OpenSSH. You can make SSH session beyond the firewall with
this command,
Features of `connect.c` are... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Genera... | {
"pile_set_name": "Github"
} |
program tutorial;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'Cheat Engine Tutorial';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| {
"pile_set_name": "Github"
} |
// Copyright 2014 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)
void (function(root, factory) {
if (typeof define === "function" && define.amd) {
define(factory)
} else if (typeof exports === "object") {
module.exports = factory()
} else {
root.sourceMappingURL = factory()
}
}(this, function... | {
"pile_set_name": "Github"
} |
// mtbounce.h : Declares the class interfaces for the Bounce
// user interface thread.
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation C... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Debug\Exception;
@trigger_error('The '.__NAMESPACE__.... | {
"pile_set_name": "Github"
} |
import React from 'react';
import Header from './Header';
import Container from './Container';
import Ribbon from './Ribbon';
import '../style/App.css';
const App = () => {
return (
<div>
<Header />
<Container />
<Ribbon />
</div>
);
};
export default App;
| {
"pile_set_name": "Github"
} |
package com.team.ijkplayer.player;
import android.content.Context;
import android.graphics.Point;
import android.util.AttributeSet;
import android.view.TextureView;
/**
* Created by miserydx on 17/9/25.
*/
public class DXTextureView extends TextureView implements IRenderView {
public static final String TAG =... | {
"pile_set_name": "Github"
} |
var plasmid = require("angularplasmid");
| {
"pile_set_name": "Github"
} |
# YAML marshaling and unmarshaling support for Go
[](https://travis-ci.org/ghodss/yaml)
## Introduction
A wrapper around [go-yaml](https://github.com/go-yaml/yaml) designed to enable a better way of handling YAML when marshaling to and from structs.
In short, th... | {
"pile_set_name": "Github"
} |
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Con... | {
"pile_set_name": "Github"
} |
//
// CountCellExampleViewController.h
// JXCategoryView
//
// Created by jiaxin on 2019/7/20.
// Copyright © 2019 jiaxin. All rights reserved.
//
#import "ContentBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface CountCellExampleViewController : ContentBaseViewController
@end
NS_ASSUME_NONNULL_END
| {
"pile_set_name": "Github"
} |
var fs = require('fs');
var path = require('path');
var projectDir = process.cwd();
var anuDir = path.join(projectDir, './dist/React.js');
var anuSource = fs.readFileSync(anuDir, 'utf-8');
fs.writeFileSync(anuDir, anuSource, { encoding: 'utf8' });
fs.writeFileSync( path.join(projectDir, '../antd-test/node_modules/qr... | {
"pile_set_name": "Github"
} |
using System.Runtime.Serialization;
using Sledge.BspEditor.Primitives.MapObjects;
namespace Sledge.BspEditor.Primitives.MapData
{
/// <summary>
/// Base interface for generic map metadata
/// </summary>
public interface IMapData : ISerializable, IMapElement
{
bool AffectsRendering { get; }... | {
"pile_set_name": "Github"
} |
#ifdef BLOG_CURRENT_CHANNEL
#undef BLOG_CURRENT_CHANNEL
#endif
#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_FrameDecider
| {
"pile_set_name": "Github"
} |
from __future__ import absolute_import, print_function
import sys
globalvars = {}
lines = sys.stdin.readlines()
while lines:
l = lines.pop(0)
if l.startswith("SALT"):
print(l[:-1])
elif l.startswith(">>> "):
snippet = l[4:]
while lines and lines[0].startswith("... "):
... | {
"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"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package iam
import (
"context"
"errors"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
internalendpoints "github.com/aws/aws-sdk-go-v2/service/iam/internal/endpoints"
"github.com/awslabs/smithy-go/middlewa... | {
"pile_set_name": "Github"
} |
#ifndef POMELO_CLIENT_H
#define POMELO_CLIENT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _WIN32
# if defined(BUILDING_PC_SHARED)
# define PC_EXTERN __declspec(dllexport)
# else
# define PC_EXTERN /* nothing */
# endif
#elif __GNUC__ >= 4
# define PC_EXTERN __attribute__((visibility("default")))
#else
# define... | {
"pile_set_name": "Github"
} |
# core-util-is
The `util.is*` functions introduced in Node v0.12.
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/... | {
"pile_set_name": "Github"
} |
:man_page: mongoc_stream_tls_t
mongoc_stream_tls_t
===================
Synopsis
--------
.. code-block:: c
typedef struct _mongoc_stream_tls_t mongoc_stream_tls_t
``mongoc_stream_tls_t`` is a :symbol:`mongoc_stream_t` subclass for working with TLS streams.
| {
"pile_set_name": "Github"
} |
#!/bin/bash
export HSTNME=`hostname`
if test $HSTNME = tls-ref-cp10; then ossl=/usr/bin/openssl; fi
if test $HSTNME = tls-ref-cp20; then ossl=/opt/cryptopack2/bin/openssl; fi
if test $HSTNME = tls-ref-cp21; then ossl=/opt/cryptopack2/bin/openssl; fi
$ossl $*
exit $?
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2019, OpenTelemetry 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... | {
"pile_set_name": "Github"
} |
<html>
<head><style type="text/css">body {
padding: 50px;
}
</style>
</head>
<body></body>
</html> | {
"pile_set_name": "Github"
} |
{
"name": "accesso, LLC",
"displayName": "accesso",
"properties": [
"accesso.com"
],
"prevalence": {
"tracking": 0.000103,
"nonTracking": 0,
"total": 0.000103
}
} | {
"pile_set_name": "Github"
} |
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// Version: 1.4.0.0
import Foundation
import ChronoxorFbe
import ChronoxorProto
// Fast Binary Encoding optional UInt64 final model
class FinalModelOptionalUInt64: Fin... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2013-07-20 Bernard first version
*/
#ifndef __GIC_H__
#define __GIC_H__
int arm_gic_dist_init(rt_uint32_t index, rt_uint32_t dist_base, int irq_start... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>atanh</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
<link rel="home" href="../../index.html" title="Comp... | {
"pile_set_name": "Github"
} |
HTML.CoreModules
TYPE: lookup
VERSION: 2.0.0
--DEFAULT--
array (
'Structure' => true,
'Text' => true,
'Hypertext' => true,
'List' => true,
'NonXMLCommonAttributes' => true,
'XMLCommonAttributes' => true,
'CommonAttributes' => true,
)
--DESCRIPTION--
<p>
Certain modularized doctypes (XHTML, namely), h... | {
"pile_set_name": "Github"
} |
(ns ^{:no-doc true} clj-kondo.impl.rewrite-clj.node.coerce
(:require [clj-kondo.impl.rewrite-clj.potemkin :refer [defprotocol+]]
[clj-kondo.impl.rewrite-clj.node
comment forms integer keyword
quote string uneval
[meta :refer [meta-node]]
[protocols :as n... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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 packet implements parsing and serialization of OpenPGP packets, as
// specified in RFC 4880.
package packet // import "golang.org/x/crypto/openpgp/pa... | {
"pile_set_name": "Github"
} |
//
// Generated by Bluespec Compiler, version 2019.05.beta2 (build a88bf40db, 2019-05-24)
//
//
//
//
// Ports:
// Name I/O size props
// result_valid O 1
// result_value O 128 reg
// CLK I 1 clock
// RST_N ... | {
"pile_set_name": "Github"
} |
COMMONMODULES = unixatomic.o uadeipc.o amifilemagic.o \
eagleplayer.o unixwalkdir.o effects.o \
uadecontrol.o uadeconf.o uadestate.o uadeutils.o md5.o \
ossupport.o rmc.o songdb.o songinfo.o vparray.o support.o fifo.o
PLAYERHEADERS = ../include/uade/eagleplayer.h ../include/uade/uadeconf.h ../include/uade/uadeconfs... | {
"pile_set_name": "Github"
} |
# RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \
# RUN: llvm-readobj -s -sd | FileCheck %s
# RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
# RUN: llvm-readobj -s -sd | FileCheck %s
.lcomm foo, 16, 16
// CHECK: Section {
// CHECK: Name: .bss
// CHECK-NEXT: T... | {
"pile_set_name": "Github"
} |
@echo OFF
IF EXIST C:\tmp\pstore rmdir /S /Q C:\tmp\pstore
IF EXIST .\tmp\pstore rmdir /S /Q .\tmp\pstore
set EXAMPLE_LANG=sac
echo "===== calling runDurability with sac ====="
call %FUNCTIONS% :runDurabilityInit
call %FUNCTIONS% :runDurability
call %FUNCTIONS% :durabilityCheckResults >> run.log
| {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 2017 Microsoft Corporation
Author:
Lev Nachmanson (levnach)
--*/
#pragma once
#include "util/vector.h"
#include <string>
#include <utility>
#include "math/lp/lp_core_solver_base.h"
#include <algorithm>
#include "math/lp/indexed_vector.h"
#include "math/lp/binary_heap_priority_queue.h"
#include ... | {
"pile_set_name": "Github"
} |
package com.cheng.utils.security;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.util.Arrays;
import java.util.zip.ZipError;
/**
* APK伪加密
*/
public class PseudoEncryptionU... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("test.window.client")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: Ass... | {
"pile_set_name": "Github"
} |
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<renew>
<domain:renew
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>example.com</domain:name>
<domain:curExpDate>2000-04-03</domain:curExpDate>
<domain:period unit="y">5</domain:period>
</domain:rene... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 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"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
package modern.challenge;
public class Fruit<T, Q> {
}
| {
"pile_set_name": "Github"
} |
ALTER TABLE import_source
ADD COLUMN description TEXT DEFAULT NULL;
ALTER TABLE sync_rule
ADD COLUMN description TEXT DEFAULT NULL;
INSERT INTO director_schema_migration
(schema_version, migration_time)
VALUES (137, NOW());
| {
"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 <objc/NSObject.h>
@interface PKSubcredentialProvisioningConfiguration : NSObject
{
long long _configurationType;
}
@prope... | {
"pile_set_name": "Github"
} |
#
# This is a copy of innodb-alter.test except using remote tablespaces
# and showing those files.
#
SET default_storage_engine=InnoDB;
SET GLOBAL innodb_file_per_table=ON;
SET NAMES utf8;
Warnings:
Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future rel... | {
"pile_set_name": "Github"
} |
SOURCE=FloatingPointRangeExp01.fs # FloatingPointRangeExp01.fs
SOURCE=CustomType01.fs # CustomType01.fs
SOURCE=CustomType02.fs # CustomType02.fs | {
"pile_set_name": "Github"
} |
/* Vertical Tabs Default theme */
TabTreeCloseButton
{
qproperty-showOnNormal: 0;
qproperty-showOnHovered: 1;
qproperty-showOnSelected: 1;
}
TabTreeView
{
qproperty-backgroundIndentation: 0;
}
| {
"pile_set_name": "Github"
} |
package info.xiaohei.www.mr.kpi.source;
import info.xiaohei.www.mr.kpi.Kpi;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import java.io.IOException;
/**
* Created by xiaohei on 16/2/21.
*/
public class Mapper extends org.apache.hadoop.mapreduc... | {
"pile_set_name": "Github"
} |
app.service('reportModel' , function (queryModel,bsLoadingOverlayService,connection,uuid2) {
this.report = {};
this.getTheReport = function()
{
return this.report;
}
this.getReportDefinition = function(id,isLinked,mode,done)
{
connection.get('/api/v3/reports/view/'+id, {id: id... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2014 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 your option) any later ve... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__new_char_connect_socket_34.cpp
Label Definition File: CWE789_Uncontrolled_Mem_Alloc__new.label.xml
Template File: sources-sinks-34.tmpl.cpp
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: connect_socket Read data... | {
"pile_set_name": "Github"
} |
import json
import os
import re
import sys
from datetime import date
from subprocess import Popen, PIPE
def read_version(manifest_path, ref=None):
"""
Reads the package version from the manifest file,
and optionally validates it against the given tag reference.
"""
p = Popen(
['cargo', 're... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution Lice... | {
"pile_set_name": "Github"
} |
/*Domain class of table s_live_instances*/
package com.mycollab.common.domain;
import com.mycollab.core.arguments.ValuedBean;
import com.mycollab.db.metadata.Column;
import com.mycollab.db.metadata.Table;
import java.time.LocalDate;
import java.time.LocalDateTime;
import javax.validation.constraints.NotEmpty;
import j... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-2020, Hazelcast, Inc. 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"
} |
/* Flot plugin for plotting images.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and
(x2, y2) are where you intend the two opposite corners of the image to end up
in the plot. Image must be a fully loaded Javascript ... | {
"pile_set_name": "Github"
} |
-- Copyright (C) 2001 Bill Billowitch.
-- Some of the work to develop this test suite was done with Air Force
-- support. The Air Force and Bill Billowitch assume no
-- responsibilities for this software.
-- This file is part of VESTs (Vhdl tESTs).
-- VESTs is free software; you can redistribute it and/or modify i... | {
"pile_set_name": "Github"
} |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | {
"pile_set_name": "Github"
} |
# Time: O(nlogn)
# Space: O(n)
import bisect
class Solution(object):
def findRightInterval(self, intervals):
"""
:type intervals: List[Interval]
:rtype: List[int]
"""
sorted_intervals = sorted((interval.start, i) for i, interval in enumerate(intervals))
result = [... | {
"pile_set_name": "Github"
} |
owner = USA
controller = USA
add_core = USA
infra = 8
infra = 8
infra = 8
infra = 8
| {
"pile_set_name": "Github"
} |
/*
* Simple Test program for libtcc
*
* libtcc can be useful to use tcc as a "backend" for a code generator.
*/
#include <stdlib.h>
#include <stdio.h>
#include "libtcc.h"
/* this function is called by the generated code */
int add(int a, int b)
{
return a + b;
}
char my_program[] =
"int fib(int n)\n"
"{\n"
... | {
"pile_set_name": "Github"
} |
..
**************************************************
* *
* Automatically generated file, do not edit! *
* *
**************************************************
.. _amdgpu_synid9_base_smem_addr:
sbase
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using UIKit;
namespace AppLifecycleTutorial.iOS
{
public class Application
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a d... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.