text stringlengths 2 99.9k | meta dict |
|---|---|
<div class="apiDetail">
<div>
<h2><span>Function(event, treeId, treeNode)</span><span class="path">setting.callback.</span>onMouseUp</h2>
<h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>用于捕获 zTree ... | {
"pile_set_name": "Github"
} |
package io.github.detekt.psi
import org.jetbrains.kotlin.com.intellij.psi.PsiFile
import java.io.File
import java.nio.file.Path
import java.nio.file.Paths
const val KOTLIN_SUFFIX = ".kt"
const val KOTLIN_SCRIPT_SUFFIX = ".kts"
val PsiFile.fileName: String
get() = name.substringAfterLast(File.separatorChar)
fun ... | {
"pile_set_name": "Github"
} |
/*
* (c) Copyright 2018 Palantir Technologies 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 ... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright (C) 2014 - 2015 Xilinx, 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 Softwa... | {
"pile_set_name": "Github"
} |
define(function (require, exports, module) {
var React = require('react')
var Todo = require('./todo')
var Todos = React.createClass({displayName: "Todos",
render: function() {
return (
React.createElement("ul", {id: "todo-list"},
this.props.todos.map(function(todo) {
return React.createElement(... | {
"pile_set_name": "Github"
} |
/*
*
* cblas_dsyr2.c
* This program is a C interface to dsyr2.
* Written by Keita Teranishi
* 4/6/1998
*
*/
#include "cblas.h"
#include "cblas_f77.h"
void cblas_dsyr2(const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo,
const int N, const double alpha, const double *X,
const int i... | {
"pile_set_name": "Github"
} |
using System;
using HA4IoT.Contracts.Areas;
using HA4IoT.Contracts.Sensors;
namespace HA4IoT.Sensors.MotionDetectors
{
public static class MotionDetectorExtensions
{
public static IMotionDetector GetMotionDetector(this IArea area, Enum id)
{
if (area == null) throw new ArgumentNull... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2016 SmartBear Software
*
* 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"
} |
/* Copyright (C) 2008-2016 University of Massachusetts Amherst.
This file is part of "FACTORIE" (Factor graphs, Imperative, Extensible)
http://factorie.cs.umass.edu, http://github.com/factorie
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with... | {
"pile_set_name": "Github"
} |
const { resolve } = require('path');
const webpack = require('webpack');
module.exports = {
context: __dirname,
entry: [
// 'react-hot-loader/patch',
// 'webpack/hot/only-dev-server',
'./src/index.tsx'
],
output: {
path: resolve(__dirname, 'build'),//打包后的文件存放的地方
f... | {
"pile_set_name": "Github"
} |
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
easyblock = 'ConfigureMake'
name = 'NLopt'
version = '2.4.2'
homepage = 'http://ab-initio.mit.edu/wiki/index.php/NLopt'
description ... | {
"pile_set_name": "Github"
} |
/** @file
This file contains the IGD OpRegion/Software ACPI Reference
Code.
It defines the methods to enable/disable output switching,
store display switching and LCD brightness BIOS control
and return valid addresses for all display device encoders
present in the system, etc.
Copyright (c) 2018 ... | {
"pile_set_name": "Github"
} |
import pytest
from mlagents.torch_utils import torch
from mlagents.trainers.policy.torch_policy import TorchPolicy
from mlagents.trainers.tests import mock_brain as mb
from mlagents.trainers.settings import TrainerSettings, NetworkSettings
from mlagents.trainers.torch.utils import ModelUtils
VECTOR_ACTION_SPACE = 2
V... | {
"pile_set_name": "Github"
} |
{
"@context": {
"@base": "http://example.com/",
"@vocab": "http://schema.org/",
"xml": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "a",
"@type": "Person",
"name": {
"@value": "A",
"@language": "en"
},
"age": [
{
"@value": "16",
"@type": "xml:int"
},
{
"@... | {
"pile_set_name": "Github"
} |
# YAGPDB's Event System
Instead of just using discordgo's standard simple event system, I like to experiment a little as I work on stuff to see what happens.
It all boils down to a simple 3D slice of handlers (handlers [][][]Handler)
The first index is the event index, that length is generated by events_gen.go... | {
"pile_set_name": "Github"
} |
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
/... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
</body>
</html> | {
"pile_set_name": "Github"
} |
package main
import (
"flag"
"fmt"
"os"
"strings"
"github.com/golang/glog"
"github.com/golang/protobuf/proto"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
"github.com/grpc-ecosystem/grpc-gateway/codegenerator"
"github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
"github.co... | {
"pile_set_name": "Github"
} |
import React from 'react'
import {Form, ReformContext, WrapInput} from 'react-reform'
import defaultValidations from 'react-reform/opt/validations'
import defaultTheme from '../default-theme'
import RawDatePicker from 'react-datepicker'
import 'react-datepicker/dist/react-datepicker.css'
const DatePicker = props => (
... | {
"pile_set_name": "Github"
} |
"""
categories: Core,Functions
description: Unpacking function arguments in non-last position isn't detected as an error
cause: Unknown
workaround: The syntax below is invalid, never use it in applications.
"""
print(*(1, 2), 3)
| {
"pile_set_name": "Github"
} |
require 'ceedling/plugin'
require 'ceedling/constants'
DEPENDENCIES_ROOT_NAME = 'dependencies'
DEPENDENCIES_TASK_ROOT = DEPENDENCIES_ROOT_NAME + ':'
DEPENDENCIES_SYM = DEPENDENCIES_ROOT_NAME.to_sym
class Dependencies < Plugin
def setup
@plugin_root = File.expand_path(File.join(Fil... | {
"pile_set_name": "Github"
} |
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GN... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"standard": {
"type": "secureObject",
"defaultValue": {
"deploymentId": null,
"searchServiceName": null,
"solrConnectionString": null
... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Predis package.
*
* (c) Daniele Alessandri <suppakilla@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Predis\Cluster\Distributor;
/**
* Exception class that identifies e... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>H5微信平台</title>
<style type="text/css">
.wxAuthSucBox{
width: 460px;
height: 380px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: url($!... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c1ce0bf4df9fbb54ca8d0ed7bacb45c3
timeCreated: 1502385975
licenseType: Pro
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"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 applicable law or agreed to i... | {
"pile_set_name": "Github"
} |
/*
* Distributed under the Boost Software License, Version 1.0.(See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
*
* See http://www.boost.org/libs/iostreams for documentation.
*
* File: boost/iostreams/detail/restrict.hpp
* Date: Sun Jan 06 12:57:30... | {
"pile_set_name": "Github"
} |
# Contents
Home for the Oblivious Decentralized Identifier Service (ODIS), formerly PGPNP (Pretty Good Phone Number Privacy).
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GL_EditorFramework.Interfaces;
using Toolbox.Library.Forms;
namespace Toolbox.Library
{
//Represents a container that stores multiple drawables
//These can be switched between the viewport... | {
"pile_set_name": "Github"
} |
// Boost config.hpp configuration header file ------------------------------//
// Copyright (c) 2001-2003 John Maddock
// Copyright (c) 2001 Darin Adler
// Copyright (c) 2001 Peter Dimov
// Copyright (c) 2002 Bill Kempf
// Copyright (c) 2002 Jens Maurer
// Copyright (c) 2002-2003 David Abrahams
// Copyright ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 3</title>
</head>
<body text="#1C1C1C" bgcolor="#FFFFFF" link="#3584E4" vlink="#1B6ACB" alink="#3584E... | {
"pile_set_name": "Github"
} |
import { Icon, message, Modal, Upload } from "antd";
import React from "react";
import RequestFiles from 'utils/RequestFiles';
import Viewer from 'viewerjs';
import lodash from 'lodash'
function beforeUpload(file) {
console.log(file.type)
const isJPG = lodash.includes(file.type, 'image/');
if (!isJPG) {
... | {
"pile_set_name": "Github"
} |
import { Component, OnInit } from '@angular/core';
import { EndpointService } from '../endpoint.service';
import { CommonEndpoint } from '../common.endpoint';
@Component({
selector: 'app-docker',
templateUrl: './docker.component.html'
})
export class DockerComponent extends CommonEndpoint implements OnInit... | {
"pile_set_name": "Github"
} |
module.exports = {
spec_dir: 'test/weex',
spec_files: [
'**/*[sS]pec.js'
],
helpers: [
require.resolve('@babel/register')
]
}
| {
"pile_set_name": "Github"
} |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 colltab
import "unicode/utf8"
// For a description of ContractTrieSet, see text/collate/build/contract.go.
type ContractTrieSet []struct{ L, H, N, I ... | {
"pile_set_name": "Github"
} |
package org.bouncycastle.jcajce.provider.symmetric;
import org.bouncycastle.jcajce.provider.config.ConfigurableProvider;
import org.bouncycastle.jcajce.provider.util.AlgorithmProvider;
abstract class SymmetricAlgorithmProvider
extends AlgorithmProvider
{
// BEGIN android-removed
// protected void addGMacA... | {
"pile_set_name": "Github"
} |
+install(kernel-element-button)
.btn,
.btn-check,
.btn-radio,
.btn-file
-webkit-appearance: none
-moz-appearance: none
appearance: none
display: inline-flex
vertical-align: top
flex: 0 0 auto
max-width: 100%
min-width: $button-height-rem
height: $button-height-rem
font-s... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {filePathToUri, uriToFilePath} from '../utils';
describe('filePathToUri', () => {
it('should return URI wi... | {
"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.
// Test the cgo checker on a file that doesn't use cgo.
package c
import "unsafe"
// Passing a pointer (via the slice), but C isn't cgo.
var _ = C.f(unsafe.P... | {
"pile_set_name": "Github"
} |
{"type":"FeatureCollection","properties":{"kind":"state","state":"OK"},"features":[
{"type":"Feature","properties":{"kind":"county","name":"Blaine","state":"OK"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.4884,36.1623],[-98.2091,36.1623],[-98.2091,35.7241],[-98.3132,35.7241],[-98.3132,35.5489],[-98.5870,35... | {
"pile_set_name": "Github"
} |
{
"id": "42edcaf9-0847-47cc-8fb2-20c4a4f5d6f2",
"modelName": "GMSprite",
"mvc": "1.12",
"name": "spr_scrollbar_v_button_up",
"For3D": false,
"HTile": true,
"VTile": true,
"bbox_bottom": 15,
"bbox_left": 0,
"bbox_right": 15,
"bbox_top": 0,
"bboxmode": 0,
"colkind": 1,
... | {
"pile_set_name": "Github"
} |
# amdefine
A module that can be used to implement AMD's define() in Node. This allows you
to code to the AMD API and have the module work in node programs without
requiring those other programs to use AMD.
## Usage
**1)** Update your package.json to indicate amdefine as a dependency:
```javascript
"dependencies... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
(function(module, require, exports)
{
const Test = require("Test").Test;
class AMDInitialI extends Test.Initial
{
shutdown(current)
{
current.adapter.getCommunicator().shutdown();
}
pingPong(obj, current)
... | {
"pile_set_name": "Github"
} |
package com.palmergames.bukkit.towny.chat.checks;
import com.palmergames.bukkit.towny.TownyUniverse;
import com.palmergames.bukkit.towny.exceptions.NotRegisteredException;
import net.tnemc.tnc.core.common.chat.ChatCheck;
import org.bukkit.entity.Player;
/**
* @author creatorfromhell
*/
public class KingCheck extend... | {
"pile_set_name": "Github"
} |
[
{
"key": "group_5809dbd3c7d85",
"title": "date_picker-group",
"fields": [
{
"key": "field_5809dbd6472a8",
"label": "Date Picker",
"name": "date_picker",
"type": "date_picker",
"instructions": "Instr... | {
"pile_set_name": "Github"
} |
{
"kind": "TYPE_CAST_EXPRESSION",
"children": [
{
"kind": "LT_TOKEN"
},
{
"kind": "TYPE_CAST_PARAM",
"children": [
{
"kind": "LIST",
"children": [
{
"kind": "ANNOTATION",
"children": [
{
... | {
"pile_set_name": "Github"
} |
---
layout: "kubernetes"
page_title: "Kubernetes: kubernetes_persistent_volume_claim"
description: |-
This resource allows the user to request for and claim to a persistent volume.
---
# kubernetes_persistent_volume_claim
This resource allows the user to request for and claim to a persistent volume.
## Example Usa... | {
"pile_set_name": "Github"
} |
# 数据库 SDK 设计说明
`@author` haroldhu
[TOC]
## 文件说明
```md
- collection.ts // 集合模块,继承 Query 模块
- constant.ts // 常量模块
- db.ts // 数据库模块
- document.ts // 文档模块
- model.ts // 类型约束模块
- query.ts // 查询模块
- request.ts // 请求模块 - 临时模拟使用
- util.ts // 工具模块
- validate.ts // 校验模块
```
... | {
"pile_set_name": "Github"
} |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* Persistent Storage - ramfs parts.
*
* Copyright (C) 2010 Intel Corporation <tony.luck@intel.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef REMOTING_PROTOCOL_THIRD_PARTY_CLIENT_AUTHENTICATOR_H_
#define REMOTING_PROTOCOL_THIRD_PARTY_CLIENT_AUTHENTICATOR_H_
#include <memory>
#include <s... | {
"pile_set_name": "Github"
} |
<v-select
v-show="!shouldHide"
:label="label"
:items="sourceList"
item-text="name"
item-value="proxyId"
:disabled="disabled"
:value="selection"
@input="setInternalValue"
></v-select>
| {
"pile_set_name": "Github"
} |
/**
* Wechaty Chatbot SDK - https://github.com/wechaty/wechaty
*
* @copyright 2016 Huan LI (李卓桓) <https://github.com/huan>, and
* Wechaty Contributors <https://github.com/wechaty>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in ... | {
"pile_set_name": "Github"
} |
-- HUMAN RESOURCE MACHINE PROGRAM --
-- 35-Duplicate-Removal - SIZE 13/17 - SPEED 219/167 --
JUMP b
a:
COPYFROM [14]
OUTBOX
b:
c:
BUMPUP 14
COPYTO 13
INBOX
COPYTO [14]
d:
BUMPDN 13
JUMPZ a
COPYFROM [14]
SUB [13]
JUMPZ c
JUMP d
DEFINE... | {
"pile_set_name": "Github"
} |
:103E000001C0B7C0112484B790E89093610010926C
:103E10006100882361F0982F9A70923041F081FF01
:103E200002C097EF94BF282E80E0C6D0E9C085E09D
:103E30008093810082E08093C00088E18093C1007C
:103E400087E68093C40086E08093C2008EE0B4D001
:103E5000209A84E020E33CEF91E0309385002093AA
:103E6000840096BBB09BFECF189AA8954091C000E5
:103E... | {
"pile_set_name": "Github"
} |
#region License
/*
* Copyright (C) 1999-2020 John Källén.
*
* This program 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 your option)
* any later version.
*
* This program i... | {
"pile_set_name": "Github"
} |
/* 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/. */
package DynamicClass {
dynamic class DynamicClassInner {
var array:Array;
var boolean:Boolean;
va... | {
"pile_set_name": "Github"
} |
CREATE TABLE CMVFS (
CMFNAM char (255),
CMDTYP int ,
CMMODD bigint,
CMWHOM char (50) NULL,
CMDATA text NULL
);
ALTER TABLE CMVFS
ADD
(
PRIMARY KEY (CMFNAM)
);
CREATE TABLE CMCHAB (
CMUSERID char (50) NULL ,
CMABID char (50) NULL ,
CMABPF int NULL ,
CMABTX text NULL
);
ALTER TABLE... | {
"pile_set_name": "Github"
} |
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="100%%" BGCOLOR="#ffffff"><TR><TD>
<B>Generated Source Files</B>
</TD></TR><TR></TR>
<tr><td><a href="ekfAHRS_c.html" onclick="if (top) if (top.tocHiliteMe) top.tocHiliteMe(window, this, false);" id="ekfAHRS_c.html" target="rtwreport_document_frame" name="rtwIdGen... | {
"pile_set_name": "Github"
} |
1|3|O|173665.47|1996-01-02|5-LOW|Clerk#000000951|0|nstructions sleep furiously among |
2|4|O|46929.18|1996-12-01|1-URGENT|Clerk#000000880|0| foxes. pending accounts at the pending, silent asymptot|
3|2|F|193846.25|1993-10-14|5-LOW|Clerk#000000955|0|sly final accounts boost. carefully regular ideas cajole carefully. dep... | {
"pile_set_name": "Github"
} |
/**
* OWASP Benchmark Project v1.2
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://owasp.org/www-project-benchmark/">https://owasp.org/www-project-benchmark/</a>.
*
* The OWASP Benchmark is free software: you can redistribute it ... | {
"pile_set_name": "Github"
} |
unit ModeMacPas;
{$mode macpas}{$H+}
interface
uses
Classes, SysUtils;
{$DEFINE test3}
{$DEFINE bogus4}
{$ifc defined test1}
type mmp1 = integer;
{$elifc defined test2}
type mmp2 = integer;
{$elifc defined test3}
type mmp3 = integer;
{$ifc defined bogus1}
type bogus1 = integer;
{$elifc defined bogus2}
... | {
"pile_set_name": "Github"
} |
<wxs src="../wxs/utils.wxs" module="utils" />
<view class="custom-class van-card">
<view class="{{ utils.bem('card__header', { center: centered }) }}">
<view class="van-card__thumb" bind:tap="onClickThumb">
<image
wx:if="{{ thumb }}"
src="{{ thumb }}"
mode="{{ thumbMode }}"
... | {
"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 no... | {
"pile_set_name": "Github"
} |
section.code, section.code * {
-webkit-user-select: auto !important;
}
html,body{
margin:0;
padding:0;
height: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
position: relative;
-webkit-font-smoothing: antialiased;
}
body.light {
background: #fff;
}
body.dark {
color: #F0F1F1;
background... | {
"pile_set_name": "Github"
} |
package reflect2
import (
"reflect"
"unsafe"
)
type safeType struct {
reflect.Type
cfg *frozenConfig
}
func (type2 *safeType) New() interface{} {
return reflect.New(type2.Type).Interface()
}
func (type2 *safeType) UnsafeNew() unsafe.Pointer {
panic("does not support unsafe operation")
}
func (type2 *safeType... | {
"pile_set_name": "Github"
} |
#Problem APEX 3.3.23
DOCUMENT();
# Load whatever macros you need for the problem
loadMacros(
"PGstandard.pl",
"PGchoicemacros.pl",
"extraAnswerEvaluators.pl",
"MathObjects.pl",
"PGcourse.pl"
);
## DBsubject(Calculus - single variable)
## DBchapter(Applications of differentiation)
## DBsection(Increasing/de... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#kill all running tasks
/var/www/sync/stopall
#start video 76
/usr/bin/omxplayer-sync -mu -o both /media/internal/video/76* > /dev/null 2>&1 & echo $! & | {
"pile_set_name": "Github"
} |
import logging
import requests
import json
import azure.functions as func
dapr_url = "http://localhost:3500/v1.0"
def main(msg: func.QueueMessage):
logging.info(f"Python queue-triggered function received a message!")
message = msg.get_body().decode('utf-8')
logging.info(f"Message: {message}")
# Publ... | {
"pile_set_name": "Github"
} |
using GhostRunner.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace GhostRunner.ViewModels.Scripts.Partials
{
public class ConfirmDeleteScriptModel
{
public Script Script { get; set; }
}
} | {
"pile_set_name": "Github"
} |
# Copyright (c) Microsoft Corporation
#
# All rights reserved.
#
# MIT License
#
# 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... | {
"pile_set_name": "Github"
} |
<div class="main flex vertical centered darkBackground">
<%- @Icon('full-logo', 'wizard-logo') %>
<form class="setup wizard js-agent">
<div class="wizard-slide">
<h2><%- @T('Invite Colleagues') %></h2>
<div class="wizard-body vertical justified js-agent-form"></div>
<div class="wizard-controls... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.left{
background:red;
}
.right{
... | {
"pile_set_name": "Github"
} |
form=词
tags=
春入番江雨。
满湖山、莺啼燕雨,
前歌後舞。
闻道行骢行且止,
却听谯楼更鼓。
正未卜,
阴晴同否。
老子胸中高小范,
这精神、堪更开封府。
新治足,
旧民苦。
扁舟浩荡乘风去。
看莱衣、思贤堂上,
寿觞朝举。
六十二三前度者,
敢望香山老傅。
又过了、午年端午。
采采菖蒲三三节,
寄我公、矫矫扶天路。
重归衮,
到相圃。
灯共墙檠语。
记昨朝、芒鞋蓑笠,
冷风斜雨。
月入宫槐槐影澹,
化作槐花无数。
恍不记、鳌头压处。
不恨扬州吾不梦,
恨梦中、不醉琼花露。
空耿耿,
吊终古。
千蜂万蝶春为主。
怅何人、老忆江南,
北朝开府。
看取当年风景在,
不待花奴催鼓。
且未说、春丁分俎。
一曲沧浪邀吾和,
笑先... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: fb7e2c1cde476854fb7067dcca74511a
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRe... | {
"pile_set_name": "Github"
} |
require 'fileutils'
module Webruby
class << self
def create_file_if_different(filename)
tmp_filename = "#{filename}.tmp"
# TODO: add support for case where block is not given,
# maybe using monkey patching on File#close?
f = File.open(tmp_filename, 'w')
yield f
f.close
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | {
"pile_set_name": "Github"
} |
contrib/bitcoind.bash-completion bitcoind
| {
"pile_set_name": "Github"
} |
-- source include/have_multi_ndb.inc
--disable_warnings
connection server1;
DROP TABLE IF EXISTS t1,t2;
connection server2;
DROP TABLE IF EXISTS t1;
set @old_auto_increment_offset = @@session.auto_increment_offset;
set @old_auto_increment_increment = @@session.auto_increment_increment;
set @old_ndb_autoincrement_prefe... | {
"pile_set_name": "Github"
} |
const CONFIG = require('config')
const __ = CONFIG.universalPath
const _ = __.require('builders', 'utils')
const { createUser } = require('./users')
const { createRandomizedItems } = require('./items')
let populatePromise
const usersCount = 8
const publicItemsPerUser = 10
const API = module.exports = {
populate: ()... | {
"pile_set_name": "Github"
} |
--- tightvnc-1.2.9-orig/Xvnc/config/cf/linux.cf 2002-03-20 02:49:23.000000000 -0800
+++ tightvnc/Xvnc/config/cf/linux.cf 2005-06-12 12:52:04.254321000 -0700
@@ -160,7 +160,9 @@
#define MkdirHierCmd mkdir -p
#if LinuxElfDefault
#if UseElfFormat
+#ifndef CcCmd
#define CcCmd gcc
+#endif
#define AsCmd as
#define... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
<fileVersion>1</fileVersion>
<configuration>
<name>Debug</name>
<toolchain>
<name>ARM</name>
</toolchain>
<debug>1</debug>
<settings>
<name>General</name>
<archiveVersion>3</archiveVersion>
<data>
... | {
"pile_set_name": "Github"
} |
workers 3
preload_app!
rails_env = environment ENV.fetch('RAILS_ENV') { 'development' }
if rails_env == 'development'
worker_timeout 100_000_000
end
on_worker_boot do
ActiveSupport.on_load(:active_record) do
ActiveRecord::Base.establish_connection
end
end
| {
"pile_set_name": "Github"
} |
/*
minizip.c
Version 1.1, February 14h, 2010
sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
Modifications of Unzip for Zip64
Copyright (C) 2007-2... | {
"pile_set_name": "Github"
} |
// Copyright 2010 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 net_test
import (
"io"
"net"
"testing"
"time"
"golang.org/x/net/nettest"
)
func TestPipe(t *testing.T) {
nettest.TestConn(t, func() (c1, c2 net... | {
"pile_set_name": "Github"
} |
\version "2.17.23"
\header {
texidoc = "Text is framed properly with @code{\\box},
@code{\\circle}, @code{\\oval} and @code{\\ellipse}"
}
\markup \column {
\line { \box { text in boxes "1" "12" "123" } }
\line { \circle { text in circles "1" "12" "123" } }
\line { \oval { text in ovals "1" "12" "123" } }
\lin... | {
"pile_set_name": "Github"
} |
# Ram widget
This widget shows the RAM usage. When clicked another widget appears with more detailed information:

## Installation
Please refer to the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo. | {
"pile_set_name": "Github"
} |
#!/usr/bin/clitoris ## -*- shell-script -*-
$ dseq 2014-01-12 2014-01-13 -f '%G-%U'
2014-02
2014-02
$
## dseq.24.clit ends here
| {
"pile_set_name": "Github"
} |
@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to bui... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/ttdevs/android/android-sdk-macosx/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, se... | {
"pile_set_name": "Github"
} |
'use strict';
var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('iconv-lite');
var SaferBuffer = require('safer-buffer').Buffer;
test('stringify()', function (t) {
t.test('stringifies a querystring object', function (st) {
st.equal(qs.stringify({... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2017 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="op_department_1" model="op.department">
<field name="name">Department of Business Law</field>
<field name="code">D1</field>
</record>
<record id="op_department_2" model="op.department">
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Common types, and routines for manually loading types from file
via GCC.
"""
import glob
import os
import subprocess
import sys
import tempfile
import gdb
import pwndbg.events
import pwndbg.gcc
import pwndbg.memoize
module = sys.modules[__name__]
def is_pointer(va... | {
"pile_set_name": "Github"
} |
/*
* bf5xx-ac97.c -- AC97 support for the ADI blackfin chip.
*
* Author: Roy Huang
* Created: 11th. June 2007
* Copyright: Analog Device Inc.
*
* 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 Soft... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Newtonsoft.Json;
using RiotSharp.Endpoints.LeagueEndpoint.Enums;
namespace RiotSharp.Endpoints.LeagueEndpoint
{
/// <summary>
/// Class representing a LeagueList in the API.
/// </summary>
public class League
{
internal League() { }
/// <sum... | {
"pile_set_name": "Github"
} |
class Reverse < MethodDecorators::Decorator
def call(orig, this, *args, &blk)
orig.call(*args.reverse, &blk)
end
end
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.