text
stringlengths
2
99.9k
meta
dict
--- ext/odbc/config.m4.orig 2015-04-15 05:43:00.000000000 -0500 +++ ext/odbc/config.m4 2015-04-17 20:19:37.000000000 -0500 @@ -104,6 +104,7 @@ [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, default 0x0300. Use the special value of 0 to pr...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014, Nordic Semiconductor ASA * * 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...
{ "pile_set_name": "Github" }
_NOTE: The iperf3 issue tracker is for registering bugs, enhancement requests, or submissions of code. It is not a means for asking questions about building or using iperf3. Those are best directed towards the iperf3 mailing list at iperf-dev@googlegroups.com or question sites such as Stack Overflow (http://www.stack...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # termineter # # 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 conditi...
{ "pile_set_name": "Github" }
Subsystem-SymbolicName: t7.c-1.0; singleton:=true Subsystem-Version: 1.0 Subsystem-Type: osgi.subsystem.feature Subsystem-Content: t7.h-1.0; type="osgi.subsystem.feature", t7.i-1.0; type="osgi.subsystem.feature"
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to 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) #ifndef BOOST_MATH_COMPLEX_ATAN_INCLUDED #define BOOST_MATH_COMPLEX_ATAN_INCLUDED #ifndef ...
{ "pile_set_name": "Github" }
//===-- AMDGPURegisterInfo.td - AMDGPU register info -------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Api Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link typ...
{ "pile_set_name": "Github" }
/** * A specialized version of `_.indexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array The array to inspect. * @param {*} value The value to search for. * @param {number} fromIndex The index to search from. * @returns {number} Returns the index of the ...
{ "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" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import <Cocoa/NSView.h> @class NSButton, NSPopUpButton, NSTextField; @interface SetDateIncrementOptions : NSView { NSPopUpButton...
{ "pile_set_name": "Github" }
[2016-12-19 16:31:47,278] INFO Starting the log cleaner (kafka.log.LogCleaner) [2016-12-19 16:31:47,283] INFO [kafka-log-cleaner-thread-0], Starting (kafka.log.LogCleaner)
{ "pile_set_name": "Github" }
rdkit.Chem.Draw.qtCanvas module =============================== .. automodule:: rdkit.Chem.Draw.qtCanvas :members: :undoc-members: :show-inheritance:
{ "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" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // @protocol settingModifyAliasDelegate - (void)saveNewAlias; @end
{ "pile_set_name": "Github" }
/** * refer: * * @atimb "Real keep-alive HTTP agent": https://gist.github.com/2963672 * * https://github.com/joyent/node/blob/master/lib/http.js * * https://github.com/joyent/node/blob/master/lib/https.js * * https://github.com/joyent/node/blob/master/lib/_http_agent.js */ 'use strict'; const OriginalAg...
{ "pile_set_name": "Github" }
/** * 设置LayaNative屏幕方向,可设置以下值 * landscape 横屏 * portrait 竖屏 * sensor_landscape 横屏(双方向) * sensor_portrait 竖屏(双方向) */ window.screenOrientation = "sensor_landscape"; //-----libs-begin----- loadLib("libs/laya.core.js") loadLib("libs/laya.webgl.js") loadLib("libs/laya.ui.js") loadLib("libs/...
{ "pile_set_name": "Github" }
WITH lastset AS ( SELECT max(set) as lastset from tests ) SELECT set,script,scale,test,clients,workers, rate_limit AS limit, round(tps) AS tps, round(1000*avg_latency)/1000 AS avg_latency, round(1000*percentile_90_latency)/1000 AS "90%<", 1000*round(max_latency)/1000 AS max_latency, trans FROM tests WHE...
{ "pile_set_name": "Github" }
--- layout: single elementName: span --- <section id="span" class="element"> <header class="element-header"> <nav class="element-links"> <span> Type: <strong>inline</strong> </span> <span> Self-closing: <strong> No </strong> </span> ...
{ "pile_set_name": "Github" }
using HamburgerMenuApp.Core.MVVM; namespace HamburgerMenuApp.V4.ViewModels { public class HomeViewModel : MenuItemViewModel { public HomeViewModel(MainViewModel mainViewModel) : base(mainViewModel) { } } }
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SplitButton for business themes renders styles correctly 1`] = ` .c6 { display: inline-block; position: relative; color: #26A826; background-color: transparent; } .c6:hover { color: #1E861E; background-color: transparent; } .c6::before { -webkit-font-...
{ "pile_set_name": "Github" }
.validatebox-invalid { border-color: #ffa8a8; background-color: #fff; color: #404040; }
{ "pile_set_name": "Github" }
import * as assert from "assert"; import * as sort from "./sort"; export function sortTest() { }
{ "pile_set_name": "Github" }
# shellcheck shell=bash log() { echo "•" "$@" } error() { log "error:" "$@" exit 1 } command_exists() { command -v "${1}" >/dev/null 2>&1 } check_command() { local cmd="${1}" if ! command_exists "${cmd}"; then error "${cmd}: command not found, please install ${cmd}." fi } goos(...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Impact++ / Source: abilities/ability-shoot.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if l...
{ "pile_set_name": "Github" }
// +build gofuzz package securecookie var hashKey = []byte("very-secret12345") var blockKey = []byte("a-lot-secret1234") var s = New(hashKey, blockKey) type Cookie struct { B bool I int S string } func Fuzz(data []byte) int { datas := string(data) var c Cookie if err := s.Decode("fuzz", datas, &c); err != nil...
{ "pile_set_name": "Github" }
function muf(s) x=-3:.001:3; f1=abs(x+sqrt(s)).^((sqrt(s)-1)/(2*sqrt(s))); f2=abs(x-sqrt(s)).^((sqrt(s)+1)/(2*sqrt(s))); f=f1.*f2; clf hold on plot(x,f1,'b--'); plot(x,f2,'k--'); plot(x,f ,'k'); xlabel('x'); ylabel('f(x)'); grid on;
{ "pile_set_name": "Github" }
%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.21.2" \header { lsrtags = "editorial-annotations"...
{ "pile_set_name": "Github" }
import styled from 'styled-components'; import ButtonIcon from '../../ButtonIcon'; import attachThemeAttrs from '../../../styles/helpers/attachThemeAttrs'; const StyledAutoplayButton = attachThemeAttrs(styled(ButtonIcon))` color: ${props => props.palette.brand.main}; `; export default StyledAutoplayButton;
{ "pile_set_name": "Github" }
// // MJG2DPinchGestureRecognizer.h // MJGFoundation // // Created by Matt Galloway on 01/02/2012. // Copyright 2012 Matt Galloway. All rights reserved. // #import <UIKit/UIKit.h> @interface MJG2DPinchGestureRecognizer : UIGestureRecognizer @property (nonatomic, assign, readonly) CGFloat horizontalScale; @proper...
{ "pile_set_name": "Github" }
using System.IO; using Ohana3DS_Rebirth.Ohana.Containers; namespace Ohana3DS_Rebirth.Ohana.Models.PocketMonsters { class GR { /// <summary> /// Loads a GR map model from Pokémon. /// </summary> /// <param name="data">The data</param> /// <returns>The Model group wi...
{ "pile_set_name": "Github" }
$mobileBreakpoint: 768px; $trackerFeedWidth: 530px; $trackerFeedPadding: 30px; $lineColor: rgb(151,216,255); $borderRadius: 5px; $name: 'module-city-feed'; ##{$name} { z-index: 3; pointer-events: none; @import "sass/_city-view.scss"; .ico { width: 25px; height: 25px; background-size: contain; ...
{ "pile_set_name": "Github" }
GPU Management and Monitoring ============================= The ``nvidia-smi`` command provided by NVIDIA can be used to manage and monitor GPUs enabled Compute Nodes. In conjunction with the xCAT``xdsh`` command, you can easily manage and monitor the entire set of GPU enabled Compute Nodes remotely from the Managemen...
{ "pile_set_name": "Github" }
/* * drm_irq.c IRQ and vblank support * * \author Rickard E. (Rik) Faith <faith@valinux.com> * \author Gareth Hughes <gareth@valinux.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 Soft...
{ "pile_set_name": "Github" }
/* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
{ "pile_set_name": "Github" }
// =============================================================================== // May be included multiple times - sets structure packing to 1 // for all supported compilers. #include <poppack1.h> reverts the changes. // // Currently this works on the following compilers: // MSVC 7,8,9 // GCC // BORLAND (complai...
{ "pile_set_name": "Github" }
#ifndef _TRANSPORT_H_ #define _TRANSPORT_H_ #include <linux/blkdev.h> /* usb_stor_bulk_transfer_xxx() return codes, in order of severity */ #define USB_STOR_XFER_GOOD 0 /* good transfer */ #define USB_STOR_XFER_SHORT 1 /* transferred less than expected */ #define USB_STOR_XFER_STALLED 2 /* endpoint st...
{ "pile_set_name": "Github" }
package org.raku.nqp.sixmodel.reprs; import org.raku.nqp.sixmodel.SixModelObject; import org.raku.nqp.sixmodel.StorageSpec; public class VMArrayREPRData { public StorageSpec ss; public SixModelObject type; }
{ "pile_set_name": "Github" }
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR hyatt. @ns3.dns.nic.hyatt. +nocomments +nocmd +noquestion +nostats +time=15 ;; global options: +cmd ; Transfer failed.
{ "pile_set_name": "Github" }
+---++---+ | U || C | +---++---+ ^ ^ | | | | +---++---+ | | A || B | | +---++---+ | | | | +----+----+
{ "pile_set_name": "Github" }
3 tests, 11 assertions, 0 failures, 0 errors Status Test Message passed testSynchronousRequest 2 assertions, 0 failures, 0 errors passed testAsynchronousRequest 2 assertions, 0 failures, 0 errors passed testUpdater 7 assertions, 0 failures, 0 errors
{ "pile_set_name": "Github" }
/**************************************************************************** * Driver for Solarflare network controllers and boards * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2006-2013 Solarflare Communications Inc. * * This program is free software; you can redistribute it and/or modify it * under the t...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014-2019 by Jacob Alexander * * This file 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 3 of the License, or * (at your option) any later version. * * This file...
{ "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" }
/* PropertyPermissionCollection.java -- a collection of PropertyPermissions Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
{ "pile_set_name": "Github" }
package resource import ( "context" "net" "time" "github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin" "github.com/hashicorp/terraform-plugin-sdk/internal/providers" proto "github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5" tfplugin "github.com/hashicorp/terraform-plugin-sdk/plugin" "g...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
.. _finalizers: ========= Finalizer ========= Finalizer is a special function, which is called in exactly two cases ``delete`` is called explicitly on a data type:: var f <- [{int 1;2;3;4}] delete f Lambda based iterator or generator is sequenced out:: var src <- [{int 1;2;3;4}] var gen <- generat...
{ "pile_set_name": "Github" }
// Cartesian kinematics stepper pulse time generation // // Copyright (C) 2018-2019 Kevin O'Connor <kevin@koconnor.net> // // This file may be distributed under the terms of the GNU GPLv3 license. #include <stdlib.h> // malloc #include <string.h> // memset #include "compiler.h" // __visible #include "itersolve.h" // ...
{ "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"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>com.apple.developer.maps</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
/** * @name exports * @summary SubstanceReferenceInformation Class */ module.exports = class SubstanceReferenceInformation { constructor(opts) { // Create an object to store all props Object.defineProperty(this, '__data', { value: {} }); // Define getters and setters as enumerable Object.definePr...
{ "pile_set_name": "Github" }
#! /bin/bash socat tcp-l:10088,fork exec:./deploy.py
{ "pile_set_name": "Github" }
%module xxx %typemap(in) (char *str, int len) { } %apply (char *str, int len) { int x };
{ "pile_set_name": "Github" }
# 方块 本索引列出了OC全部的的方块 如果要找物品点[这里](../item/index.md). 注意有些方块由于合成表的原因,可能不可用. ## 电脑 * [机箱](case1.md) * [单片机](microcontroller.md) * [机架](rack.md) * [机器人](robot.md) ## 组件 ### 输入 / 输出 * [全息投影机](hologram1.md) * [键盘](keyboard.md) * [屏幕](screen1.md) ### 存储 * [软盘驱动器](diskDrive.md) * [硬盘阵列](raid.md) ### 扩展 * [适配器](adapter.md...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <meta charset="UTF-8"> <title>TrafficAnimationRenderer.<init> - kotcity4</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">kotcity4</a>&nbsp;/&nbsp;<a href="../index.html">kotcity.ui.layers</a>&nbsp;/&nbsp;<a href="index.html">TrafficAnimationRenderer</a>&...
{ "pile_set_name": "Github" }
#![allow(unused)] #![allow(type_alias_bounds)] pub trait Foo { fn test(&self); } fn generic_function<X: Foo>(x: X) {} enum E where i32: Foo { V } //~ ERROR struct S where i32: Foo; //~ ERROR trait T where i32: Foo {} //~ ERROR union U where i32: Foo { f: i32 } //~ ERROR type Y where i32: Foo = (); // OK - bo...
{ "pile_set_name": "Github" }
# spo knowledgehub set Sets the Knowledge Hub Site for your tenant ## Usage ```sh m365 spo knowledgehub set [options] ``` ## Options Option|Description ------|----------- `--help`|output usage information `-u, --url <url>`|URL of the site to set as Knowledge Hub `--query [query]`|JMESPath query string. See [http:/...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Shopware\Core\Checkout\Cart\Order; use Shopware\Core\Checkout\Cart\Cart; use Shopware\Core\Framework\Context; use Shopware\Core\Framework\Event\NestedEvent; use Shopware\Core\System\SalesChannel\SalesChannelContext; class CartConvertedEvent extends NestedEvent { /** ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016§ 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/l...
{ "pile_set_name": "Github" }
#ifndef crypto_core_ristretto255_H #define crypto_core_ristretto255_H #include <stddef.h> #include "export.h" #ifdef __cplusplus extern "C" { #endif #define crypto_core_ristretto255_BYTES 32 SODIUM_EXPORT size_t crypto_core_ristretto255_bytes(void); #define crypto_core_ristretto255_HASHBYTES 64 SODIUM_EXPORT size_t...
{ "pile_set_name": "Github" }
{ "component": true }
{ "pile_set_name": "Github" }
package io.github.iamyours.wandroid.ui.xxmh.update import androidx.lifecycle.Transformations import io.github.iamyours.wandroid.base.BaseViewModel import io.github.iamyours.wandroid.net.xxmh.XBookApi import io.github.iamyours.wandroid.util.StringUtil class XBookListVM : BaseViewModel() { val xApi = XBookApi.get("...
{ "pile_set_name": "Github" }
az: азербайджанский az_AZ: 'азербайджанский (Азербайджан)' az_Cyrl_AZ: 'азербайджанский (кириллица, Азербайджан)' az_Cyrl: 'азербайджанский (кириллица)' az_Latn_AZ: 'азербайджанский (латиница, Азербайджан)' az_Latn: 'азербайджанский (латиница)' ak: акан ak_GH: 'акан (Гана)' sq: албанский sq_AL: 'албанский (Албания)' sq...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _noop = require('lodash/noop'); var _noop2 = _interopRequireDefault(_noop); var _rest = require('./internal/rest'); var _rest2 = _interopRequireDefault(_rest); var _reduce = require('./reduce'); var _reduce2 = _interopRequireDef...
{ "pile_set_name": "Github" }
sarama ====== Sarama is an MIT-licensed Go client library for Apache Kafka 0.8 (and later). Documentation is available via godoc at http://godoc.org/github.com/Shopify/sarama It is compatible with Go 1.1 and 1.2 (which means `go vet` on 1.2 may return some suggestions that we are ignoring for the sake of compatibili...
{ "pile_set_name": "Github" }
// // YYTextArchiver.m // YYKit <https://github.com/ibireme/YYKit> // // Created by ibireme on 15/3/16. // Copyright (c) 2015 ibireme. // // This source code is licensed under the MIT-style license found in the // LICENSE file in the root directory of this source tree. // #import "YYTextArchiver.h" #import "YYTe...
{ "pile_set_name": "Github" }
## Gradle插件开发介绍 - [英文文档](https://github.com/UCodeUStory/GradlePlugin/blob/master/source/english.md) #### Gradle基础详解: 这一次一定要系统掌握,你准备好了吗? - [初识Gradle 和 领域专用语言](https://github.com/UCodeUStory/GradlePlugin/blob/master/source/day01.gradle) - [Gradle 版本配置](https://github.com/UCodeUStory/GradlePlugin/blob/ma...
{ "pile_set_name": "Github" }
--- layout: index title: ScopeExitsAll --- ScopeExitsAll () Returns an [objectlist](../../types/objectlist.html) containing all the exits which are available to the player from the current room. **This function was replaced in 5.4 by [ScopeExits](scopeexits.html)**
{ "pile_set_name": "Github" }
obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o obj-$(CONFIG_INTC_BALANCING) += balancing.o obj-$(CONFIG_INTC_USERIMASK) += userimask.o obj-$(CONFIG_INTC_MAPPING_DEBUG) += virq-debugfs.o
{ "pile_set_name": "Github" }
{ "network": [ [ "probeNetwork - default - end", 6, 290116 ], [ "probeNetwork - default - start", 0, 0 ] ], "gfx": [ [ "probeGFX - default - end", 6, 11, ...
{ "pile_set_name": "Github" }
# # cmake -DCMAKE_BUILD_TYPE=Debug .. # # http://www.cmake.org/Wiki/CMake_FAQ # http://www.cmake.org/Wiki/CMake_Useful_Variables # http://clang.llvm.org/docs/LanguageExtensions.html # # Address Sanitizer: http://clang.llvm.org/docs/AddressSanitizer.html # https://code.google.com/p/address-s...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- version = '10.6.2'
{ "pile_set_name": "Github" }
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import <DVTFoundation/DVTSourceModelParser.h> @interface DVTCSourceModelParser : DVTSourceModelParser { void *_lexer; } + (id)createTerminalNodeForToken:(CDStruct_341fcc3f...
{ "pile_set_name": "Github" }
# Rank Sales Leads Given a set of sales leads (i.e. prospective customers), rank which ones will most likely convert to a sale. ### Hypothetical Use Case Suppose you sell software that helps stores manage their inventory. You collect leads on thousands of potential customers, and your strategy is to cold-call them and...
{ "pile_set_name": "Github" }
category:刑事 title:小区保安自称黑社会勒索业主10万元 content:一段时间以来,家住花都某别墅小区的老邹心有不安———竟然有“黑社会”打电话来勒索钱财,一开口就是10万元。老邹赶紧报了案。很快,警方查出了“真凶”,原来是小区的保安小罗……“邹某某……我是深圳黑社会李强的弟弟李勇……你小儿子应该值百万元吧, 一段时间以来,家住花都某别墅小区的老邹心有不安———竟然有“黑社会”打电话来勒索钱财,一开口就是10万元。老邹赶紧报了案。很快,警方查出了“真凶”,原来是小区的保安小罗…… “邹某某……我是深圳黑社会李强的弟弟李勇……你小儿子应该值百万元吧,我看中的就是你两个儿子,以后我会天天打电话到你豪宅问候你……”今年7...
{ "pile_set_name": "Github" }
-----BEGIN EC PRIVATE KEY----- MHcCAQEEIPEqEyB2AnCoPL/9U/YDHvdqXYbIogTywwyp6/UfDw6noAoGCCqGSM49 AwEHoUQDQgAEN8xW2XYJHlpyPsdZLf8gbu58+QaRdNCtFLX3aCJZYpJO5QDYIxH/ 6i/SNF1dFr2KiMJrdw1VzYoqDvoByLTt/w== -----END EC PRIVATE KEY-----
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Acl\Model; /** * Retrieves the object ident...
{ "pile_set_name": "Github" }
package tools.tracesviewer; import java.awt.*; import java.awt.event.*; public class TracesSessionsList extends List { protected TracesSessions tracesSessions; protected TracesCanvas tracesCanvas; protected int index = 0; public TracesSessionsList() { //super(new DefaultListModel()); } ...
{ "pile_set_name": "Github" }
windows ------- qt5\buildqtlibs.bat 2>&1 | grep first -> 5 tane qt5\buildplugins.bat 2>&1 | grep first -> 7 tane qt5\cleanqt.bat qt5\buildqt.bat | grep first -> 8 tane * now we have Gideros[Studio,Player,TexturePacker,FontCreator].exe for windows makejar.bat * now we have gideros.jar for android builda...
{ "pile_set_name": "Github" }
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
from django.test import TestCase from casexml.apps.case.mock import CaseBlock from casexml.apps.case.tests.util import deprecated_check_user_has_case from casexml.apps.case.util import post_case_blocks from corehq.apps.domain.shortcuts import create_domain from corehq.apps.groups.models import Group from corehq.apps....
{ "pile_set_name": "Github" }
/// @dir poller /// Polls a number of "pollee" nodes as fast as possible to get data from them. // 2011-11-23 <jc@wippler.nl> http://opensource.org/licenses/mit-license.php // // Warning: this test will flood the radio band so nothing else gets through! // // Maximum rates will only be achieved if all nodes 1 .. NUM_NO...
{ "pile_set_name": "Github" }
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>CSS Test: Max-height on absolutely positioned, non-replaced elements, static position of fixed element</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> ...
{ "pile_set_name": "Github" }
# -- # Copyright (C) 2001-2020 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- <div class="WidgetSimple MessageOfTheDayBo...
{ "pile_set_name": "Github" }
// // Forms // -------------------------------------------------- // Normalize non-controls // // Restyle and baseline non-control form elements. fieldset { padding: 0; margin: 0; border: 0; // Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets, // so we reset that to ensure it behaves...
{ "pile_set_name": "Github" }
package com.journaldev.dagger2retrofitrecyclerview; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @...
{ "pile_set_name": "Github" }
/* Copyright (C) 2016 Arb authors This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any la...
{ "pile_set_name": "Github" }
//===--- RDFDeadCode.h ----------------------------------------------------===// // // 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" }
Results of test95: OK 0 - [[:alpha:][=a=]]\+ OK 1 - [[:alpha:][=a=]]\+ OK 2 - [[:alpha:][=a=]]\+ OK 0 - [[=a=]]\+ OK 1 - [[=a=]]\+ OK 2 - [[=a=]]\+ OK 0 - [^ม ]\+ OK 1 - [^ม ]\+ OK 2 - [^ม ]\+ OK 0 - [^ ]\+ OK 1 - [^ ]\+ OK 2 - [^ ]\+ OK 0 - [ม[:alpha:][=a=]]\+ OK 1 - [ม[:alpha:][=a=]]\+ OK 2 - [ม[:alpha:][=a=]]\+ O...
{ "pile_set_name": "Github" }
var functionNoVendorRegexStr = '[A-Z]+(\\-|[A-Z]|[0-9])+\\(.*?\\)'; var functionVendorRegexStr = '\\-(\\-|[A-Z]|[0-9])+\\(.*?\\)'; var variableRegexStr = 'var\\(\\-\\-[^\\)]+\\)'; var functionAnyRegexStr = '(' + variableRegexStr + '|' + functionNoVendorRegexStr + '|' + functionVendorRegexStr + ')'; var calcRegex = new...
{ "pile_set_name": "Github" }
TEMPLATE = app DEPENDPATH += . OBJECTS_DIR = .obj MOC_DIR = .moc SOURCES += main.cpp QT = core gui CONFIG -= release CONFIG += debug
{ "pile_set_name": "Github" }
# text-table generate borderless text table strings suitable for printing to stdout [![build status](https://secure.travis-ci.org/substack/text-table.png)](http://travis-ci.org/substack/text-table) [![browser support](https://ci.testling.com/substack/text-table.png)](http://ci.testling.com/substack/text-table) # ex...
{ "pile_set_name": "Github" }
/* * Created by SharpDevelop. * User: Alexander Petrovskiy * Date: 12/24/2012 * Time: 1:54 PM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; namespace Tmx.Helpers.UnderlyingCode.Commands { /// <summary> /// Description of BddSetCurrentFeatureDataComm...
{ "pile_set_name": "Github" }
/* Copyright (C) 1997-2001 Id Software, Inc. 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 of the License, or (at your option) any later version. This program is distributed in th...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
{ "pile_set_name": "Github" }