text stringlengths 2 99.9k | meta dict |
|---|---|
package com.koali.dao;
import com.koali.entity.Picture;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* Created by Elric on 2017/3/24.
*/
public interface PictureDao {
/**
* @return 返回所有图片
*/
List<Picture> getAllPictures();
/**上传图片,并且将图片名,图片描述信息插入数据库
* @param pi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2007 Doug McLain <doug@nostar.net>
* Copyright (C) 2005-2017 Tim Mayberry <mojofunk@gmail.com>
* Copyright (C) 2005-2019 Paul Davis <paul@linuxaudiosystems.com>
* Copyright (C) 2005 Karsten Wiese <fzuuzf@googlemail.com>
* Copyright (C) 2005 Taybin Rutkin <taybin@taybin.com>
* Copyright (C)... | {
"pile_set_name": "Github"
} |
{
"name": "RiskSense",
"description": "RiskSense is a cloud-based platform that provides vulnerability management and prioritization to measure and control cybersecurity risk.",
"support": "partner",
"currentVersion": "1.0.2",
"author": "RiskSense",
"url": "https://www.risksense.com",
"email... | {
"pile_set_name": "Github"
} |
from __future__ import division
from __future__ import unicode_literals
from builtins import range
from fipy import input
from fipy import CellVariable, Gmsh2D, DiffusionTerm, Viewer
from fipy.tools import numerix
from matplotlib import cm
monitor = None
geo = """\
c1_x = 6;
c1_y = 6;
c2_x = 4;
c2_y = 4;
r = 0.2;
Po... | {
"pile_set_name": "Github"
} |
module JIRA
module Resource
class WorklogFactory < JIRA::BaseFactory # :nodoc:
end
class Worklog < JIRA::Base
has_one :author, class: JIRA::Resource::User
has_one :update_author, class: JIRA::Resource::User,
attribute_key: 'updateAuthor'
belongs_to :issue
... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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 ob... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
# Dolibarr language file - Source file is en_US - withdrawals
CustomersStandingOrdersArea=Payments by Direct debit orders
SuppliersStandingOrdersArea=Payments by Credit transfer
StandingOrdersPayment=Direct debit payment orders
StandingOrderPayment=Direct debit payment order
NewStandingOrder=New direct debit order
NewP... | {
"pile_set_name": "Github"
} |
%---------------------------------------------------------------------------%
% vim: ts=4 sw=4 et ft=mercury
%---------------------------------------------------------------------------%
%
% Benchmark Program - Counting occurrences in lists
%
% Author: B. Ramkumar and L. V. Kale
% Date:
%
% To test: run o/1.
%
% Benchm... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
// expected-no-diagnostics
typedef __attribute__((ext_vector_type(4))) float float4;
float4 foo(float4 a, float4 b, float4 c, float4 d) { return a < b ? c : d; }
| {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace StyletIoC.Creation
{
/// <summary>
/// A BuilderUpper knows how to build up an object - that is, populate all parameters decorated with [Inject]
/// </summary>
public class BuilderUpper
{
... | {
"pile_set_name": "Github"
} |
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
*/
defined('BASEPATH') OR exit(... | {
"pile_set_name": "Github"
} |
define([
"dojo/_base/array", // array.forEach array.map
"dojo/_base/declare", // declare
"dojo/_base/kernel", // kernel.global
"./registry" // to add functions to dijit.registry
], function(array, declare, kernel, registry){
// module:
// dijit/WidgetSet
var WidgetSet = declare("dijit.WidgetSet", null, {
//... | {
"pile_set_name": "Github"
} |
// import React from 'react';
// import { connect } from 'react-redux';
// import { togglePlayerNotes } from '../actions/actions';
// import PropTypes from 'prop-types';
// const mapDispatchToProps = dispatch => ({
// togglePlayerNotes: userName => dispatch(togglePlayerNotes(userName))
// }),
// dragOverFn = e => ... | {
"pile_set_name": "Github"
} |
# Multiple Grafanas
You can run multiple Grafana instances using grafana/*/grafana_start.sh
You need to install Grafana and then create separate directories for all projects:
- `cp -R /usr/share/grafana /usr/share/grafana.projectname`.
- `cp -R /var/lib/grafana /var/lib/grafana.projectname`.
- `cp -R /etc/grafana /etc... | {
"pile_set_name": "Github"
} |
#include "schpriv.h"
| {
"pile_set_name": "Github"
} |
ace.define("ace/occur",["require","exports","module","ace/lib/oop","ace/range","ace/search","ace/edit_session","ace/search_highlight","ace/lib/dom"], function(require, exports, module) {
"use strict";
var oop = require("./lib/oop");
var Range = require("./range").Range;
var Search = require("./search").Search;
var Edi... | {
"pile_set_name": "Github"
} |
## -----------------------------------------------------------------------
##
## IGraph R package
## Copyright (C) 2014 Gabor Csardi <csardi.gabor@gmail.com>
## 334 Harvard street, Cambridge, MA 02139 USA
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubeform 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, softwar... | {
"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"
} |
38
1000 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
37
784 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36
780 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 126
772 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... | {
"pile_set_name": "Github"
} |
#include "hash.h"
#include <check.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#define VOIDP(x) ((void *)(uintptr_t)x)
START_TEST(test_basic)
{
hash_t *h = hash_new(8, true);
hash_put(h, VOIDP(1516), VOIDP(6));
hash_put(h, VOIDP(151670), VOIDP(4));
hash_put(h, VOIDP(61... | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<test name="family">
<string>Yanone Kaffeesatz</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintsligh... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2001 Christoph Hellwig.
* 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 must retain the above copyright
* notice, this list... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta na... | {
"pile_set_name": "Github"
} |
#import "GPUImageColorLocalBinaryPatternFilter.h"
// This is based on "Accelerating image recognition on mobile devices using GPGPU" by Miguel Bordallo Lopez, Henri Nykanen, Jari Hannuksela, Olli Silven and Markku Vehvilainen
// http://www.ee.oulu.fi/~jhannuks/publications/SPIE2011a.pdf
// Right pixel is the most sig... | {
"pile_set_name": "Github"
} |
Thanks to Cor van Wandelen for writing these two programs, colormap.py and scatterplot.py.
He used these to create these png files from his inifinite noise TRNG.
To recreate similar plots, you can use data in the samples directory, and these commands:
$ cp ../samples/infnoise_raw.bin infnoise.bin
$ python colormap.py... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: MIT
/*
* Copyright © 2020 Intel Corporation
*/
#include <linux/log2.h>
#include "gen6_ppgtt.h"
#include "i915_scatterlist.h"
#include "i915_trace.h"
#include "i915_vgpu.h"
#include "intel_gt.h"
/* Write pde (index) from the page directory @pd to the page table @pt */
static inline void ... | {
"pile_set_name": "Github"
} |
/**
*
* Copyright (c) 2014, the Railo Company Ltd. All rights reserved.
*
* 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) ... | {
"pile_set_name": "Github"
} |
[{
"decoders" : [
{
"codec_params" : [],
"payload_name" : "VP8",
"payload_type" : 125
}
],
"render_delay_ms" : 10,
"rtp" : {
"extensions" : [],
"local_ssrc" : 7331,
"lntf" : {
"enabled": false,
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:camel="http://camel.apache.org/schema/spring"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation=" http://www.springframework.org/schema/beans ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996-2004, Jon Meyer
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of condit... | {
"pile_set_name": "Github"
} |
/**
* A specialized version of `_.filter` for arrays without support for callback
* shorthands and `this` binding.
*
* @private
* @param {Array} array The array to iterate over.
* @param {Function} predicate The function invoked per iteration.
* @returns {Array} Returns the new filtered array.
*/
function array... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</i... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags linux,arm64 syscall_linux.go syscall_linux_arm64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,arm64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func Fanotify... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Xilinx, 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"
} |
// 26.1.9 Reflect.has(target, propertyKey)
var $export = require('./$.export');
$export($export.S, 'Reflect', {
has: function has(target, propertyKey){
return propertyKey in target;
}
}); | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import NetworkChangeGuide from './NetworkChangeGuide';
/**
* Show a warning if the user is not connected to the correct network
*/
function ViewNetworkWarning(props) {
const { incorrectNetwork, networkName } = props;
return (
incorrectNetwork &&... | {
"pile_set_name": "Github"
} |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | {
"pile_set_name": "Github"
} |
casper
distinst
expect
gparted
io.elementary.installer
| {
"pile_set_name": "Github"
} |
;- CONFOUNDED
;- VERSION 2.0
0x25190bc6
NXVYvgUAv1qxzLz/Eaqt81S2Rl6a8Q6NCCqeqdr1f50DSFTx1tFCGwNbGvJUzv75pdu+6o9dthBnhHPj4pQSZAarlWdUcMBeNjxmJQ8CqUOud5+EIrudzSvf
WTR4zk74rKWc85DxgkafPnsQZO5kGYbziOGe4Zc2ChXxGWPmbqHMZk3lHWWSai9fk5siJGwP3sP8pD2Ekz0mDcs7slTspFpqUPR1vNNo5FmdE5ZIzI67QCy8
XhSV1mNz/lsEUdbHsDQFdihRQvV9IMvXoUEN7B... | {
"pile_set_name": "Github"
} |
//
// NSArray+MASShorthandAdditions.h
// Masonry
//
// Created by Jonas Budelmann on 22/07/13.
// Copyright (c) 2013 Jonas Budelmann. All rights reserved.
//
#import "NSArray+MASAdditions.h"
#ifdef MAS_SHORTHAND
/**
* Shorthand array additions without the 'mas_' prefixes,
* only enabled if MAS_SHORTHAND is de... | {
"pile_set_name": "Github"
} |
#ifndef UI_WINDOW_H
#define UI_WINDOW_H
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>
#include "grunge.h"
/* ui_window.c */
void UIErrorHandler(Display *display, XErrorEvent *error);
void UIInit(int argc, char **argv);
void UIMain(void);
void UITimer(int delay, XtTimerCallbackProc action);
void UIWindowInit(Widg... | {
"pile_set_name": "Github"
} |
import { AbstractModifier } from "./abstract.modifier";
export class RunningAnalysisGraph extends AbstractModifier {
public modify(): void {
let html = "<li>";
html += "<a data-menu='analysis/0/0' data-menu-alt='analysis' href='javascript:;'>Analysis Graph</a>";
html += "</li>";
$("[data-menu=\"segments\"]"... | {
"pile_set_name": "Github"
} |
#!/usr/bin/ruby
require 'bio'
require 'stringio'
def dfs(t,n,h)
$z[n]=1
s=0
s^=$leaf[n.name.tr(' ','_')] if n.name
t.adjacent_nodes(n).each{|e|
s^=dfs(t,e,h) if !$z[e]
}
h[s]=1
s
end
leaves=gets.split
$leaf={}
leaves.each_with_index{|e,i|$leaf[e]=1<<i}
t1=Bio::FlatFile.open(Bio::Newick,StringIO.new(gets.chomp)... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008-2013, Google Inc.
* Copyright (C) 2008, Robin Rosenberg <robin.rosenberg@dewire.com>
* Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org> and others
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0 which ... | {
"pile_set_name": "Github"
} |
<catel:DataWindow x:Class="Orc.Controls.LogFilterGroupEditorWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
... | {
"pile_set_name": "Github"
} |
{% extends "staff/stats/base.html" %}
{% block sub-title %}Stats | Monthly Members{% endblock %}
{% block sub-head %}
<script>
function toggleDetails(neighborhoodID){
var neighborhood_selector = '#neighborhood-details-' + neighborhoodID;
var neighborhood_toggle_selector = '#neighborhood-details-toggle-' + neighborh... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import os
import argparse
import shelve
import json
import logging
import numpy as np
import isce
import isceobj
import stdproc
from stdproc.stdproc import crossmul
from isceobj.Util.decorators import use_api
from isceobj.Util.Poly2D import Poly2D
from iscesys.ImageUtil.ImageUtil import ImageUt... | {
"pile_set_name": "Github"
} |
<?php
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE @UMPLE_VERSION@ modeling language!*/
// This is a student
class Student
{
//------------------------
// MEMBER VARIABLES
//------------------------
//------------------------
// CONSTRUCTOR
//------------------------
publ... | {
"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"
} |
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, ... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
*
* Copyright (c) 2009-2017 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lic... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.3.4.3_A7_T1;
* @section: 15.3.4.3;
* @assertion: If argArray is either an array or an arguments object,
* the function is passed the (ToUint32(argArray.length)) argument... | {
"pile_set_name": "Github"
} |
#ifndef B43_LEDS_H_
#define B43_LEDS_H_
struct b43_wl;
struct b43_wldev;
#ifdef CONFIG_B43_LEDS
#include <linux/types.h>
#include <linux/leds.h>
#include <linux/workqueue.h>
#define B43_LED_MAX_NAME_LEN 31
struct b43_led {
struct b43_wl *wl;
/* The LED class device */
struct led_classdev led_dev;
/* The index... | {
"pile_set_name": "Github"
} |
//===-- BrainF.cpp - BrainF compiler example ------------------------------===//
//
// 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"
} |
/* Copyright Altera Corporation (C) 2016. All rights reserved.
*
* 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 in the hope that it will be use... | {
"pile_set_name": "Github"
} |
/* Czech initialisation for the jQuery UI date picker plugin. */
/* Written by Tomas Muller (tomas@tomas-muller.net). */
jQuery(function($){
$.datepicker.regional['cs'] = {
closeText: 'Zavřít',
prevText: '<Dříve',
nextText: 'Později>',
currentText: 'Nyní',
monthNames: ['leden','únor','břez... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('monitoring', '0017_monitoring_notification_active'),
]
operations = [
migrations.AddField(
model_name='notificationmetricdefinition',
name='... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
/*
* 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"
} |
/* Part of SWI-Prolog
Author: Jan Wielemaker
E-mail: J.Wielemaker@vu.nl
WWW: http://www.swi-prolog.org
Copyright (c) 2003, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted p... | {
"pile_set_name": "Github"
} |
/* pages/integral-mall/shuoming/index.wxss */
page {
background-color: #fff;
}
.title{
font-size: 13pt;
color:#353535;
font-weight: bold;
} | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2014 cocos2d-x.org
Copyright (c) 2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (... | {
"pile_set_name": "Github"
} |
\name{group_by_at}
\alias{group_by_at}
\title{Wrapper around dplyr::group_by_at
that prints information about the operation}
\usage{
group_by_at(.tbl, ...)
}
\arguments{
\item{.tbl}{see \link[dplyr:group_by_all]{group_by_at}}
\item{...}{see \link[dplyr:group_by_all]{group_by_at}}
}
\value{
see \link[dplyr:group_by_all... | {
"pile_set_name": "Github"
} |
# PyAlgoTrade
#@author xuefu
#### calls bar.Tick and tickds.py in the same directory ##
# Copyright 2011-2015 Gabriel Martin Becedillas Ruiz
#
# 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 a... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* 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 must retain the above copyright
* notice, this list of c... | {
"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 <ProtocolBuffer/PBCodable.h>
#import <PassKitCore/NSCopying-Protocol.h>
@class NSString;
@interface PKProtobufSubcredentialI... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
# /=====================================================================\ #
# | latexml | #
# | main conversion program | #
# |=====================================================================... | {
"pile_set_name": "Github"
} |
/*MIT License
C++ 3D Game Tutorial Series (https://github.com/PardCode/CPP-3D-Game-Tutorial-Series)
Copyright (c) 2019-2020, PardCode
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 rest... | {
"pile_set_name": "Github"
} |
require "bundler/gem_tasks"
require "rake/testtask"
task :default => %i[test]
Rake::TestTask.new(:test) do |test|
test.libs << 'test'
test.test_files = FileList['test/**/*_test.rb'] - FileList["test/deprecation/*_test.rb"]
test.verbose = true
end
| {
"pile_set_name": "Github"
} |
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
class rv_timer_scoreboard extends cip_base_scoreboard #(.CFG_T (rv_timer_env_cfg),
.RAL_T (rv_timer_reg_block),
... | {
"pile_set_name": "Github"
} |
<?php
namespace Mix\Database\Pool;
use Mix\Database\Driver;
use Mix\ObjectPool\AbstractObjectPool;
/**
* Class ConnectionPool
* @package Mix\Database\Pool
* @author liu,jian <coder.keda@gmail.com>
*/
class ConnectionPool extends AbstractObjectPool
{
/**
* 借用连接
* @return Driver
*/
public f... | {
"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"
} |
package org.rajawali3d.animation;
import org.rajawali3d.ATransformable3D;
import org.rajawali3d.curves.ICurve3D;
import org.rajawali3d.math.vector.Vector3;
public class SplineTranslateAnimation3D extends Animation3D {
// Place holders for transformation math
protected final Vector3 mTempPoint1;
protected final V... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* Copyright (c) 2014 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
*******************************... | {
"pile_set_name": "Github"
} |
SUBROUTINE CYCT2A (KAA,KXX,G1,G2,SCR1,SCR2,SCR3)
INTEGER G1,G2,SCR1,SCR2,MCB(7),SCR3
COMMON /SYSTEM/IDUM(54),IPREC
C
MCB(1)=KAA
CALL RDTRL(MCB)
IF(MCB(1).LE.0)GO TO 30
MCB(1)=KXX
CALL RDTRL(MCB)
IF(MCB(1).LE.0)GO TO 30
ISC2=SCR2
MCB(1)=G1
... | {
"pile_set_name": "Github"
} |
import {createContext} from 'react';
import {Channel} from './use-channel';
export const ChannelContext = createContext<Channel[] | undefined>(undefined);
| {
"pile_set_name": "Github"
} |
# banas
banas is a single-person team comprising [this kid](http://twitter.com/SarupBanskota).
# whoami
I'm Sarup Banskota, undergrad student and the usual tinkerer. I have my sememster finals going on. Sleeping wouldn't make a great excuse to friends who'd like me to *group study*, so I decided to strike point 8 o... | {
"pile_set_name": "Github"
} |
/*
* cpcihp_zt5550.c
*
* Intel/Ziatech ZT5550 CompactPCI Host Controller driver
*
* Copyright 2002 SOMA Networks, Inc.
* Copyright 2001 Intel San Luis Obispo
* Copyright 2000,2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
Simple line icons
====
Simple line icons with CSS, SAAS & Web-fonts files.
Installation
====
via bower
```shell
bower install simple-line-icons --save
```
Preview
===

Credits
===
[Jamal Jama](https://twitter.com/by... | {
"pile_set_name": "Github"
} |
{
"name": "magento/module-inventory-catalog-admin-ui",
"description": "N/A",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-backend": "*",
"magento/module-... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- Use this to test local rendering in firefox. Comment out this line once this plan is linked to portal data. -->
<?xml-stylesheet type="text/xsl" href="project-plan-render.xsl"?>
<!-- <?xml-stylesheet type="text/xsl" href="http://www.eclipse.org/projects/pr... | {
"pile_set_name": "Github"
} |
Checking uname sysname type: "Linux"
Checking uname version type: "# Wed May 20 10:34:39 UTC 2015"
Checking simple C program: "hello world"
rpath library support: OK
-Wl,--version-script support: OK
Checking getconf LFS_CFLAGS: NO
Checking correct behavior of strtoll: NO
Checking for working strptime: OK
Checking for C... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Singleton
{
class Program
{
static void Main(string[] args)
{
var bell = TheBell.Instance;
bell.Ring();
Console.ReadKey();
... | {
"pile_set_name": "Github"
} |
// Copyright 2005, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions ... | {
"pile_set_name": "Github"
} |
(:
: eXist-db Open Source Native XML Database
: Copyright (C) 2001 The eXist-db Authors
:
: info@exist-db.org
: http://www.exist-db.org
:
: This library is free software; you can redistribute it and/or
: modify it under the terms of the GNU Lesser General Public
: License as published by the Free Software Foun... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (C) 2014-2020 Zhifeng Gong <gozfree@163.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... | {
"pile_set_name": "Github"
} |
# Copyright 2015-2019 Microsoft Corporation
# Copyright The Cloud Custodian Authors.
# SPDX-License-Identifier: Apache-2.0
from collections import namedtuple
from .azure_common import BaseTest
from c7n_azure.filters import CostFilter
from c7n_azure.session import Session
from c7n_azure.utils import utcnow
from mock im... | {
"pile_set_name": "Github"
} |
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2013-2016 Xiph.Org Foundation
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* #%L
* Top-level reader and writer APIs
* %%
* Copyright (C) 2005 - 2017 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
* - Glencoe Software, Inc.
* - University of Dundee
* %%
* Redistribution and use in source and binary forms, with or without
* modificati... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
//
// AsyncUdpSocket.h
//
// This class is in the public domain.
// Originally created by Robbie Hanson on Wed Oct 01 2008.
// Updated and maintained by Deusty Designs and the Mac development community.
//
// http://code.google.com/p/cocoaasyncsocket/
//
#import <Foundation/Foundation.h>
@class AsyncSendPacket... | {
"pile_set_name": "Github"
} |
/*
** Copyright 2002, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#include <kernel/kernel.h>
#include <kernel/debug.h>
#include <kernel/arch/cpu.h>
#include <kernel/heap.h>
#include <kernel/dev/blkman.h>
#include <kernel/module.h>
#include <kernel/bus/scsi/scsi_periph... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2000-2004
// Joerg Walter, Mathias Koch
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// The authors gratefully acknowledge the support of
// GeNeSys mbH & Co. KG in pr... | {
"pile_set_name": "Github"
} |
{*
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy ... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package dynamodbstreamsiface provides an interface to enable mocking the Amazon DynamoDB Streams service client
// for testing your code.
//
// It is important to note that this interface will have breaking changes
// when the service model is upd... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* _ _____ __________ *
* | | / / _ | / __/_ __/ Visibility *
* | |/ / __ |_\ \ / / Across *
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.