text stringlengths 2 99k | meta dict |
|---|---|
#pragma once
#include <algorithm>
#include <Core/Block.h>
#include <Columns/IColumn.h>
#include <boost/smart_ptr/intrusive_ptr.hpp>
namespace DB
{
/// Allows you refer to the row in the block and hold the block ownership,
/// and thus avoid creating a temporary row object.
/// Do not use std::shared_ptr, since the... | {
"pile_set_name": "Github"
} |
import { Component } from 'preact';
import { connect } from 'unistore/preact';
import actions from '../actions';
import TasmotaPage from '../TasmotaPage';
import DiscoverTab from './DiscoverTab';
import { WEBSOCKET_MESSAGE_TYPES } from '../../../../../../../server/utils/constants';
@connect('user,session,httpClient,ho... | {
"pile_set_name": "Github"
} |
module Admin::SectionsHelper
end
| {
"pile_set_name": "Github"
} |
GL_EXT_texture_cube_map_array
http://www.opengl.org/registry/specs/EXT/texture_cube_map_array.txt
GL_EXT_texture_cube_map_array
GL_TEXTURE_CUBE_MAP_ARRAY_EXT 0x9009
GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT 0x900A
GL_SAMPLER_CUBE_MAP_ARRAY_EXT 0x900C
GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT 0x900D
GL_INT_SAMPLER_CUBE_MAP... | {
"pile_set_name": "Github"
} |
{
"pluginIcon": "",
"pluginName": "SpellChecker",
"pluginDescription": "Mac OS X spell checker",
"extensionHeader": "macspellchecker.h",
"extensionClass": "MacIntegration::MacSpellChecker"
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Dremio 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
/**
* This script initialises the playground by linking all package into the /test directory
*/
const path = require('path')
const shell = require('shelljs')
const packagesDir = path.join(__dirname, '..', 'packages')
const nodeModulesDir = path.join(__dirname, '..', 'packages', 'node_modules')
c... | {
"pile_set_name": "Github"
} |
"use strict";
var _typeof =
typeof Symbol === "function" && typeof Symbol.iterator === "symbol"
? function (obj) {
return typeof obj;
}
: function (obj) {
return obj &&
typeof Symbol === "function" &&
obj.constructor === Symbol &&
... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, pro... | {
"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/html; charset=UTF-8">
<title><empty name="siteinfo.shopname"> <#$info['wxname']#><else/> <#$sit... | {
"pile_set_name": "Github"
} |
<html>
<body>
Show the result of macro expansion.
</body>
</html>
| {
"pile_set_name": "Github"
} |
{
"name": "Neutron",
"theme_colors": {
"foreground": "#e6e8ef",
"background": "#1c1e22",
"black": "#23252b",
"red": "#b54036",
"green": "#5ab977",
"brown": "#deb566",
"blue": "#6a7c93",
"magenta": "#a4799d",
"cyan": "#3f94a8",
"whit... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.g... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
cd $(dirname "${BASH_SOURCE[0]}")
cd ..
jazzy -g https://github.com/tidwall/Safe -o docsb --skip-undocumented -a "Josh Baker" -m "Safe" -u "http://github.com/tidwall"
echo ".nav-group-name a[href=\"Extensions.html\"] { display: none; }" >> docsb/css/jazzy.css
echo ".nav-group-name a[href=\"Extensi... | {
"pile_set_name": "Github"
} |
using CustomCamera.Domain;
using ObjectPooler.Domain;
namespace ObjectPooler.Application.Displayers
{
/**
* All classes with responsibility to display some objects (Displayers) should extends this abstract class
*/
public abstract class AObjectPoolerDisplayer : IObjectPoolerDisplayer
{
p... | {
"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")... | {
"pile_set_name": "Github"
} |
<?php
class PHPUnit_Extensions_SeleniumCommon_RemoteCoverage
{
public function __construct($coverageScriptUrl, $testId)
{
$this->coverageScriptUrl = $coverageScriptUrl;
$this->testId = $testId;
}
public function get()
{
if (!empty($this->coverageScriptUrl)) {
$ur... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2007-2008 Gordon Gremme <gordon@gremme.org>
Copyright (c) 2007-2008 Center for Bioinformatics, University of Hamburg
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permissi... | {
"pile_set_name": "Github"
} |
// Software License Agreement (BSD License)
//
// Copyright (c) 2010-2016, Deusty, LLC
// All rights reserved.
//
// Redistribution and use of this software in source and binary forms,
// with or without modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code m... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ed4e5ed8904c0324db7ff96b7041c0b1
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2014 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/ext3/acl.c
*
* Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
*/
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/capability.h>
#include <linux/fs.h>
#include <linux/ext3_jbd.h>
#include <linux/ext3_fs.h>
#include "xattr.h"
#include "acl.h"
/*
... | {
"pile_set_name": "Github"
} |
attack_technique: T1059.004
display_name: 'Command and Scripting Interpreter: Bash'
atomic_tests:
- name: Create and Execute Bash Shell Script
auto_generated_guid: 7e7ac3ed-f795-4fa5-b711-09d6fbe9b873
description: |
Creates and executes a simple bash script.
supported_platforms:
- macos
- linux
input_ar... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd.
*
* SPDX-License-Identifier: GPL-2.0+
*/
/dts-v1/;
#include <dt-bindings/pwm/pwm.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include "rk3399.dtsi"
#include "rk3399-sdram-ddr3-1333.dtsi"
/ {
model = "Firefly-RK3399 Board";
compatible = "firefly,... | {
"pile_set_name": "Github"
} |
/*
* OSPF Flooding -- RFC2328 Section 13.
* Copyright (C) 1999, 2000 Toshiaki Takada
*
* This file is part of GNU Zebra.
*
* GNU Zebra 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, ... | {
"pile_set_name": "Github"
} |
line1=Настраиваемые параметры,11
login=Регистрация администратора,0
pass=Пароль администратора,12
perpage=Количество строк, отображаемых на странице,0
style=Показывать базы данных и таблицы как,1,1-Список,0-Пиктограммы
add_mode=Использовать вертикальный интерфейс редактирования строк,1,1-Да,0-Нет
nodbi=Использовать... | {
"pile_set_name": "Github"
} |
//
// CDILoadingView.h
// Cheddar for iOS
//
// Created by Sam Soffes on 5/28/12.
// Copyright (c) 2012 Nothing Magical. All rights reserved.
//
@interface CDILoadingView : SSLoadingView
@end
| {
"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"
} |
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VGUI_CONFIGWIZARD_H
#define VGUI_CONFIGWIZARD_H
#include<VGUI.h>
#include<VGUI_Panel.h>
namespace vgui
{
class ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.2.0.b.02.26.2493" moduleId="c0e65b2d0c9003507cf4a3222e995a45">
<version>4</version>
<author>Lionel Michel</author>
<title>Reed switch</title>
<label>S</label>
<date>2009-02-26</date>
<tags>
<tag>switch</tag>
<tag>magnet... | {
"pile_set_name": "Github"
} |
// ****************************************************************************
// xl.stylesheet (C) 1992-2004 Christophe de Dinechin (ddd)
// XL project
// ****************************************************************************
//
// ... | {
"pile_set_name": "Github"
} |
//=- SystemZScheduleZEC12.td - SystemZ Scheduling Definitions --*- tblgen -*-=//
//
// 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 2019 Set Labs 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 in... | {
"pile_set_name": "Github"
} |
[
{
"__type__": "cc.Prefab",
"_name": "sprite_splash",
"_objFlags": 0,
"data": {
"__id__": 1
}
},
{
"__type__": "cc.Node",
"_name": "New Sprite (Splash)",
"_objFlags": 0,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
... | {
"pile_set_name": "Github"
} |
{
"event": "removeDevice",
"payload": {
"id": "of:0000ffffffff0008",
"type": "switch",
"online": false,
"master": "myInstA",
"location": {
"type": "lnglat",
"lat": 37.7833,
"lng": -122.4167
},
"labels": [
"",
"sw-8",
"0000ffffffff0008"
],
"meta... | {
"pile_set_name": "Github"
} |
# $Id$
# Authority: matthias
# ExclusiveDist: el4
%define date 20061018
%define time 042701
Summary: Driver for Philips USB webcams
Name: dkms-pwc
Version: 10.0.11
Release: 1.%{date}%{?dist}
License: GPL
Group: System Environment/Kernel
URL: http://saillard.org/linux/pwc/
Source: http://saillard.org/linux/pwc/snapsh... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
[
["0","\u0000",127,"€"],
["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],
["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],
["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],
["8280","個倎倐們倓倕... | {
"pile_set_name": "Github"
} |
//
// main.m
// MobileProject
//
// Created by wujunyang on 16/1/5.
// Copyright © 2016年 wujunyang. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
#import "UIViewController+Swizzle.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, n... | {
"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"
} |
.so man3/mkstemp.3
| {
"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 name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `PermissionsExt` trait in crate `std`.">
<meta name="keywor... | {
"pile_set_name": "Github"
} |
# Guns V2.5
新版Guns基于SpringBoot全面升级,完美整合springmvc + shiro + **MyBatis 通用 Mapper** + **分页插件 PageHelper** + beetl!
# 说明
本项目 fork 自 [stylefeng](http://git.oschina.net/naan1993) 的 [Guns](http://git.oschina.net/naan1993/guns)!
经过对 Guns 项目的修改,使得该项目成为一个通用 Mapper 和 分页插件使用的示例。
项目引入了下面两个依赖:
```xml
<dependency>
... | {
"pile_set_name": "Github"
} |
//
// INLabel.h
// BigSur
//
// Created by Ben Gotow on 4/30/14.
// Copyright (c) 2014 Inbox. All rights reserved.
//
#import "INModelObject.h"
static NSString * INTagIDUnread = @"unread";
static NSString * INTagIDUnseen = @"unseen";
static NSString * INTagIDArchive = @"archive";
static NSString * INTagIDTrash = ... | {
"pile_set_name": "Github"
} |
__author__ = "Mario Lukas"
__copyright__ = "Copyright 2017"
__license__ = "GPL v2"
__maintainer__ = "Mario Lukas"
__email__ = "info@mariolukas.de"
import time
class Laser:
def __init__(self, serial_object):
self.serial_connection = serial_object
self.is_on = [False, False]
def on(self, laser=0... | {
"pile_set_name": "Github"
} |
//===-- FindAllMacros.cpp - find all macros ---------------------*- C++ -*-===//
//
// 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"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=Shift_JIS">
<title>‚P</title>
</head>
<body>
</body>
</html>
| {
"pile_set_name": "Github"
} |
fn main() {
let v[0] = v[1]; //~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
}
| {
"pile_set_name": "Github"
} |
from __future__ import with_statement
from __future__ import print_function
import re
class TextStream:
def __init__(self, text):
self.text = text
self.point = 0
self.maxpoint = len(self.text)
self.line_nr = 0
self.char_nr = 0
def line(self):
pt = self.point
... | {
"pile_set_name": "Github"
} |
body common control
{
inputs => { "../../default.cf.sub" };
bundlesequence => { default("$(this.promise_filename)") };
}
bundle agent test
{
meta:
"test_soft_fail"
string => "any",
meta => { "CFE-2535" };
}
bundle agent check {
vars:
"json" data => '{"test":[
{"a?":{"val":"a1"}},
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* 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 org.mozilla.javascript.se... | {
"pile_set_name": "Github"
} |
<?php
$domain = 'solidfiles.com';
$url = 'https://www.solidfiles.com';
echo "<center>Solidfiles.com plugin by <b>The Devil</b></center><br />\n";
echo "<table style='width:600px;margin:auto;'>\n<tr><td align='center'>\n<div id='info' width='100%' align='center'>Retrieve Upload ID</div>\n";
$page = cURL($url);
$... | {
"pile_set_name": "Github"
} |
HANDLE_OP_X_FLOAT_2ADDR(OP_ADD_FLOAT_2ADDR, "add", +)
OP_END
| {
"pile_set_name": "Github"
} |
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: WebKit
Description: Web content engine for GTK+
Version: @VERSION@
Requires: glib-2.0 gtk+-@GTK_API_VERSION@ libsoup-2.4 javascriptcoregtk-@WEBKITGTK_API_VERSION@
Libs: -L${libdir} -lwebkitgtk-@WEBKITGTK_API_VERSION@
Cflags: -I${in... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (ge... | {
"pile_set_name": "Github"
} |
using System.Threading.Tasks;
using OrchardCore.ContentManagement;
using OrchardCore.ContentManagement.Handlers;
using OrchardCore.PublishLater.Models;
namespace OrchardCore.PublishLater.Handlers
{
public class PublishLaterPartHandler : ContentPartHandler<PublishLaterPart>
{
public override Task Publis... | {
"pile_set_name": "Github"
} |
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags darwin,amd64,!go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_amd64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build darwin,amd64,!go1.12
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT ... | {
"pile_set_name": "Github"
} |
var client = require("../index").createClient(),
util = require("util");
client.monitor(function (err, res) {
console.log("Entering monitoring mode.");
});
client.on("monitor", function (time, args) {
console.log(time + ": " + util.inspect(args));
});
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu %s -emit-llvm -o - | FileCheck %s --check-prefix=X86_64_LINUX
// RUN: %clang_cc1 -triple i386-unknown-linux-gnu %s -emit-llvm -o - | FileCheck %s --check-prefix=X86_LINUX
// RUN: %clang_cc1 -triple x86_64-pc-win32 %s -emit-llvm -o - | FileCheck %s --check-prefix=X86_6... | {
"pile_set_name": "Github"
} |
{
"forks_count": 11722,
"projects_count": 58,
"repos_count": 55,
"stars_count": 27338
} | {
"pile_set_name": "Github"
} |
| aggregate_literals.c:26:31:26:36 | {...} | aggregate_literals.c:1:8:1:17 | someStruct | aggregate_literals.c:3:9:3:9 | j |
| aggregate_literals.c:28:31:28:41 | {...} | aggregate_literals.c:1:8:1:17 | someStruct | aggregate_literals.c:2:9:2:9 | i |
| aggregate_literals.c:50:38:69:3 | {...} | aggregate_literals.c:41:8:... | {
"pile_set_name": "Github"
} |
const dockerJS = require('mydockerjs').docker;
const di = require('mydockerjs').imageMgr;
const _ = require('underscore');
const appUtils = require('../util/AppUtils.js');
const log = appUtils.getLogger();
const service_prefix="dsp_hacktool"
const oneline_prefix="dsp_oneline"
const allowedNetworks = ['external', 'publi... | {
"pile_set_name": "Github"
} |
/**
* editor_plugin_src.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
(function() {
tinymce.create('tinymce.plugins.StylePlugin', {
init : function(ed, url)... | {
"pile_set_name": "Github"
} |
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:splash_potion",
"materials": {
"default": "splash_potion_enchanted"
},
"textures": {
"moveSlowdown": "textures/items/potion_bottle_splash_moveSlowdown",
"moveSpeed... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2013 The University of Tennessee a... | {
"pile_set_name": "Github"
} |
3--Riot/3_Riot_Riot_3_123.jpg
4
590.38675 470.65175 67.600625 76.78625 0.99955958128
893.427625 350.36621875 25.3088125 34.3288125 0.978485047817
827.0599375 610.4241875 64.370875 108.683625 0.883696734905
318.40325 395.44428125 18.94646875 23.86396875 0.849425673485
| {
"pile_set_name": "Github"
} |
/*
* mcd.h
*
* Media changer driver interface
*
* This file is part of the w32api package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain. You may
* use, modify or distribu... | {
"pile_set_name": "Github"
} |
(function($) {
'use strict';
// Resize code blocks to fit the screen width
/**
* Code block resizer
* @param {String} elem
* @constructor
*/
var CodeBlockResizer = function(elem) {
this.$codeBlocks = $(elem);
};
CodeBlockResizer.prototype = {
/**
* Run main feature
* @return... | {
"pile_set_name": "Github"
} |
@import "~antd/lib/style/themes/default.less";
.card {
margin-bottom: 24px;
}
| {
"pile_set_name": "Github"
} |
//
// Thumbnails
// --------------------------------------------------
// Mixin and adjust the regular image class
.thumbnail {
display: block;
padding: @thumbnail-padding;
margin-bottom: @line-height-computed;
line-height: @line-height-base;
background-color: @thumbnail-bg;
border: 1px solid @thumbnail-b... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?><links>
<link id="forums">http://forums.wow-europe.com/</link>
<link id="armory">http://eu.wowarmory.com/</link>
<link id="wow">http://www.wow-europe.com/</link>
</links>
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "16.png",
"scale" : "1x"
},
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "32.png",
"scale" : "2x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "32-1.png",... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filen... | {
"pile_set_name": "Github"
} |
ALKit
===
Easy to use AutoLayout wrapper around `NSLayoutConstraints`.
Install
----
#### CocoaPods
``` ruby
use_frameworks!
pod 'ALKit'
```
### Manual
Copy the `ALKit` folder into your project
Usage
----
### Init
Initialzes autolayout ready views.
``` swift
convenience init (withAutolayout: Bool) {
... | {
"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.
// +build ignore
// mkpost processes the output of cgo -godefs to
// modify the generated types. It is used to clean up
// the sys API in an architecture speci... | {
"pile_set_name": "Github"
} |
水城なぎさ最新番号
【CAD-1741】THE家庭教師 11</a>2006-08-05GOLDEN CANDY$$$golde68分钟 | {
"pile_set_name": "Github"
} |
// Knight -------------------------------------------------------------------
ACTOR Knight
{
Health 200
Radius 24
Height 78
Mass 150
Speed 12
Painchance 100
Monster
+FLOORCLIP
SeeSound "hknight/sight"
AttackSound "hknight/attack"
PainSound "hknight/pain"
DeathSound "hknight/death"
Active... | {
"pile_set_name": "Github"
} |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.20928.1
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---------------... | {
"pile_set_name": "Github"
} |
package org.javaee7.jaspic.dispatching.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
*
* @author Arjan T... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE RecordWildCards #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Test.All(test) where
import Control.Exception
import Control.Monad
import Control.Monad.IO.Class
import Data.Char
import Data.Either.Extra
import Data.Foldable
import Data.List
import Data.Maybe
import System.Directory
import System.... | {
"pile_set_name": "Github"
} |
/*
* The Doomsday Engine Project -- libcore
*
* Copyright © 2009-2017 Jaakko Keränen <jaakko.keranen@iki.fi>
*
* @par License
* LGPL: http://www.gnu.org/licenses/lgpl.html
*
* <small>This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Licen... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 Uber Technologies, 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 a... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2011 PathScale, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of condi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-nb/strings.xml -->
<eat-comment/>
<string msgid="4600421777120114993" name... | {
"pile_set_name": "Github"
} |
"""
EventTransformers are data structures that represents events, and modify those
events to match the format desired for the tracking logs. They are registered
by name (or name prefix) in the EventTransformerRegistry, which is used to
apply them to the appropriate events.
"""
import json
import logging
import six
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Generic PowerPC 44x RNG driver
*
* Copyright 2011 IBM Corporation
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/hw_random.h>
#include <linux/delay.h>
#include <linux/of_address.h>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_10) on Sun Jun 02 21:40:19 BST 2013 -->
<title>KeyNotFoundException</title>
<meta name="date" content="2013-06-02">
<link rel="styleshe... | {
"pile_set_name": "Github"
} |
./test/schemas/ns0_0.xml fails to validate
| {
"pile_set_name": "Github"
} |
--TEST--
Bug #73392 (A use-after-free in zend allocator management)
--FILE--
<?php
class Rep {
public function __invoke() {
return "d";
}
}
class Foo {
public static function rep($rep) {
return "ok";
}
}
function b() {
return "b";
}
var_dump(preg_replace_callback_array(
array(
"/a/" => 'b', "/b/" => functio... | {
"pile_set_name": "Github"
} |
{
"name": "com.vrmc.univrm",
"version": "0.56.3",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
"keywords": [
"vrm",
"importer",
"avatar",
"vr"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.56.3"
}
} | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// CLING - the C++ LLVM-based InterpreterG :)
//
// This file is dual-licensed: you can choose to license it under the University
// of Illinois Open Source License or the GNU Lesser General Public License. See
// LICENSE.TXT for details.
... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Arabic (Morocco) [ar-ma]
//! author : ElFadili Yassine : https://github.com/ElFadiliY
//! author : Abdel Said : https://github.com/abdelsaid
;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined'
&& typeof require === 'funct... | {
"pile_set_name": "Github"
} |
module Paperclip
module Shoulda
module Matchers
def validate_attachment_content_type name
ValidateAttachmentContentTypeMatcher.new(name)
end
class ValidateAttachmentContentTypeMatcher
def initialize attachment_name
@attachment_name = attachment_name
end
... | {
"pile_set_name": "Github"
} |
@import (reference) 'config';
@import (reference) 'icons';
.toaster-tokenomica {
display: none;
position: fixed;
bottom: 0;
left: 0;
justify-content: space-between;
background: @color-black;
padding: 25px 32px;
width: 100%;
z-index: 5;
transform: translateY(0);
transition: t... | {
"pile_set_name": "Github"
} |
// Data structure definition for complex numbers
#pragma once
typedef struct _COMPLEX8 { __int8 re, im; } COMPLEX8, *PCOMPLEX8;
typedef struct _COMPLEX16 { __int16 re, im; } COMPLEX16, *PCOMPLEX16;
typedef struct _COMPLEX32 { __int32 re, im; } COMPLEX32, *PCOMPLEX32;
typedef s... | {
"pile_set_name": "Github"
} |
// Track element + Timed Text Track API
// http://www.w3.org/TR/html5/video.html#the-track-element
// http://www.w3.org/TR/html5/media-elements.html#text-track-api
//
// While IE10 has implemented the track element, IE10 does not expose the underlying APIs to create timed text tracks by JS (really sad)
// By Addy Osman... | {
"pile_set_name": "Github"
} |
export default curry
/*
* Original Source: https://stackoverflow.com/a/14045565/6121634
* Updated to ES6 format to meet style guides via:
* https://github.com/getify/Functional-Light-JS/blob/master/manuscript/ch3.md/#some-now-some-later
*
* This utility function takes a function as a parameter and returns a curri... | {
"pile_set_name": "Github"
} |
module.exports = {
id: "block2kit8994",
thumbnailWidth: 600,
thumbnailHeight: 352,
title: "block2kit8994",
keywords: "gallery,image",
cat: [5588],
type: 1,
pro: true,
resolve: {
"type": "Section",
"value": {
"_styles": [
"section"
],
"items": [
... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Component.Builder
*
* @created 30th April, 2015
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
* @copyright Copyright (C) 2015 - 2020 Vast Development... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.