text
stringlengths
2
99.9k
meta
dict
# Next.js Next.js provides an [official plugin][next-plugin] to simplify MDX importing into your project. ```shell npm install --save @next/mdx @mdx-js/loader ``` To configure MDX, add the following to your `next.config.js`: ```js const withMDX = require('@next/mdx')() module.exports = withMDX() ``` ### Treat `.m...
{ "pile_set_name": "Github" }
using System.Drawing; using ApiExamples.TestData.TestClasses; namespace ApiExamples.TestData.TestBuilders { public class ColorItemTestBuilder { public string Name; public Color Color; public int ColorCode; public double Value1; public double Value2; public doubl...
{ "pile_set_name": "Github" }
#ifndef ASSIMP_REVISION_H_INC #define ASSIMP_REVISION_H_INC #define GitVersion 0x0 #define GitBranch "master" #endif // ASSIMP_REVISION_H_INC
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <AppKit/_NSCGSWindowOrderingState-Protocol.h> @class NSString; __attribute__((visibility("hidden")...
{ "pile_set_name": "Github" }
//===- ARCRegisterInfo.cpp - ARC Register Information -----------*- 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" }
// +build !darwin package dbus import ( "bytes" "errors" "fmt" "os" "os/exec" ) const defaultSystemBusAddress = "unix:path=/var/run/dbus/system_bus_socket" func getSessionBusPlatformAddress() (string, error) { cmd := exec.Command("dbus-launch") b, err := cmd.CombinedOutput() if err != nil { return "", er...
{ "pile_set_name": "Github" }
/* Copyright (C) 2017 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARR...
{ "pile_set_name": "Github" }
// Variables // -------------------------- @FontAwesomePath: "../font"; //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly @FontAwesomeVersion: "3.2.1"; @borderColor: #eee; @iconMuted: #eee; @iconLight: #fff; @ico...
{ "pile_set_name": "Github" }
// RUN: %target-typecheck-verify-swift // https://bugs.swift.org/browse/SR-4426 // '#if' in top-level code that contains only decls should not disturb forward reference. typealias A = B #if false func foo() {} #endif struct B {} typealias C = D #if true print("ok") #endif struct D {}
{ "pile_set_name": "Github" }
#!/bin/bash #xterm -e "roscore" & #sleep 2 xterm -e "source ~/.bashrc && roscd roscpp_tutorials/bin; ./talker" & xterm -e "source ~/.bashrc && roscd roscpp_tutorials/bin; ./listener chatter:=chatter_relay" & ./relay chatter
{ "pile_set_name": "Github" }
name=Caller of Gales image=https://magiccards.info/scans/en/cn2/103.jpg image_updated=2017-08-29 value=2.761 rarity=C type=Creature subtype=Merfolk,Wizard cost={U} pt=1/1 ability={1}{U}, {T}: Target creature gains flying until end of turn. timing=main oracle={1}{U}, {T}: Target creature gains flying until end of turn.
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9d1de2691495b...
{ "pile_set_name": "Github" }
using SDKPackage.Facade; using SDKPackage.Utils; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace SDKPackage.PJPackage { public partial class SelectGameVersionList : System.Web.UI.Pag...
{ "pile_set_name": "Github" }
# # Copyright (c) 2020 Project nlbuild-autotools Authors. All Rights Reserved. # Copyright (c) 2016 Nest Labs Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the Lic...
{ "pile_set_name": "Github" }
# Copyright 2017 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
<?php /** * Wolf CMS backup_restore plugin language file * * @package Translations */ return array( 'Are you sure you wish to restore?' => 'Biztosan szeretnéd visszaállítani a korábbi állapotot?', 'As such, the contents of your backup file will replace the contents of your Wolf CMS database.' => 'As s...
{ "pile_set_name": "Github" }
package com.code44.finance.ui.transactions.edit.autocomplete.adapters; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.code44.finance.R; import com.code44.finance.data.model.Account; import com.code...
{ "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 the main "deque.hpp" header // -- DO NOT modify by hand! namespace boost { namespace...
{ "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" }
fails:Rational#abs returns self's absolute value
{ "pile_set_name": "Github" }
## <span id="title">MQCloud-集客户端SDK,运维,监控预警等功能的[RocketMQ](https://github.com/apache/rocketmq)企业级一站式服务平台<span> **它具备以下特性:** * 跨集群:可以同时管理多个集群,对使用者透明。 * 预警功能:针对生产或消费堆积,失败,异常等情况预警。 * 简单明了:用户视图-拓扑、流量、消费状况等指标直接展示;管理员视图-集群运维、监控、流程审批等。 * 安全:用户隔离,操作审批,数据安全。 * 更多特性正在开发中。 * 下图简单描述了MQCloud大概的功能: ![mqcloud](...
{ "pile_set_name": "Github" }
// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Windows environment variables. package windows import "syscall" func Getenv(key string) (value string, found bool) { return syscall.Getenv(key) } func S...
{ "pile_set_name": "Github" }
// Copyright 2017 The Abseil 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
{ "pile_set_name": "Github" }
name: frontend on: pull_request jobs: frontend: runs-on: ubuntu-latest strategy: matrix: gulp_cmd: - lint --ci - test:unit --ci --headless steps: - uses: actions/checkout@v2 - name: Set up Node uses: actions/setup-node@v1 with: ...
{ "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_55) on Thu Jan 01 15:37:47 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.f...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
package com.mossle.core.query; /** * MatchType. * * @author Lingo */ public enum MatchType { /** equals. */ EQ, /** like. */ LIKE, /** less than. */ LT, /** greater than. */ GT, /** less equals. */ LE, /** greater equals. */ GE, /** in. */ IN, /** NOT. *...
{ "pile_set_name": "Github" }
package de.agilecoders.wicket.samples.components.base; import org.apache.wicket.markup.html.panel.GenericPanel; import org.apache.wicket.model.IModel; /** * Base Section class * * @author miha */ public class Section<T> extends GenericPanel<T> { /** * Construct. * * @param id component id ...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s....
{ "pile_set_name": "Github" }
{ "name": "SCRIBENDI INC.", "displayName": "SCRIBENDI", "properties": [ "scribendi.com" ] }
{ "pile_set_name": "Github" }
package com.planet_ink.coffee_mud.Common; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.pla...
{ "pile_set_name": "Github" }
; Open ; Compile with: nasm -f elf open.asm ; Link with (64 bit systems require elf_i386 option): ld -m elf_i386 open.o -o open ; Run with: ./open %include 'functions.asm' SECTION .data filename db 'readme.txt', 0h ; the filename to create contents db 'Hello world!', 0h ; the contents to write SECTION .text g...
{ "pile_set_name": "Github" }
// // Jumbotron // -------------------------------------------------- .jumbotron { padding: @jumbotron-padding; margin-bottom: @jumbotron-padding; color: @jumbotron-color; background-color: @jumbotron-bg; h1, .h1 { color: @jumbotron-heading-color; } p { margin-bottom: (@jumbotron-padding / 2)...
{ "pile_set_name": "Github" }
{ "name" : "1611.09573.pdf", "metadata" : { "source" : "CRF", "title" : null, "authors" : [ ], "emails" : [ "anoop.res15@iiitmk.ac.in", "asharaf.s@iiitmk.ac.in", "deepaksp@acm.org" ], "sections" : [ { "heading" : null, "text" : "ar X\niv :1\n61 1.\n09 57\n3v 1\n[ cs\n.A I]\n2 9\nN ov...
{ "pile_set_name": "Github" }
// Project OldRod - A KoiVM devirtualisation utility. // Copyright (C) 2019 Washi // // 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) a...
{ "pile_set_name": "Github" }
goog.provide('os.metrics.ServersMetrics'); goog.require('os.ui.metrics.MetricNode'); goog.require('os.ui.metrics.MetricsPlugin'); goog.require('os.ui.slick.SlickTreeNode'); /** * @extends {os.ui.metrics.MetricsPlugin} * @constructor */ os.metrics.ServersMetrics = function() { os.metrics.ServersMetrics.base(thi...
{ "pile_set_name": "Github" }
package com.dzw.controller; import com.dzw.entity.UserMoodWord; import com.dzw.service.MoodWordService; import com.dzw.service.UserMoodService; import com.dzw.util.UserUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import javax.servlet.http.HttpS...
{ "pile_set_name": "Github" }
[server] hostname = "localhost" node_ip = "127.0.0.1" base_path = "https://$ref{server.hostname}:${carbon.management.port}" [super_admin] username = "admin" password = "admin" create_admin_account = true [database.identity_db] driver = "$env{IDENTITY_DATABASE_DRIVER}" url = "$env{IDENTITY_DATABASE_URL}" username = "$...
{ "pile_set_name": "Github" }
[ { "date": "2017-05-01", "commits": 1, "month": 4, "day": 1, "week": "0" }, { "date": "2017-05-02", "commits": 1, "month": 4, "day": 2, "week": "0" }, { "date": "2017-05-03", "commits": 1, "month": 4, "day": 3, "week": "0" }, { "date": "2017...
{ "pile_set_name": "Github" }
/* Realtek PCI-Express Memstick Card Interface driver * * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either v...
{ "pile_set_name": "Github" }
<?php /** * This file is part of the ramsey/uuid library * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> * @license http://opensource.org/licenses/MIT MIT * @link https://be...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:29:09.078252", "description": "A beanstalkd worker package", "fork": false, "full_name": "eramus/worker", "language": "Go", "updated_at": "2015-02-27T23:44:01.137023" }
{ "pile_set_name": "Github" }
/* Class = "UILabel"; text = "Trust"; ObjectID = "4kz-Xh-2Ui"; */ "4kz-Xh-2Ui.text" = "Încredere"; /* Class = "UILabel"; text = "jid"; ObjectID = "6bI-Lh-Qhb"; */ "6bI-Lh-Qhb.text" = "ID"; /* Class = "UILabel"; text = "Device:"; ObjectID = "aTq-lO-Xbf"; */ "aTq-lO-Xbf.text" = "Dispozitiv:"; /* Class = "UILabel"; text =...
{ "pile_set_name": "Github" }
// Check miscellaneous Objective-C sdk migration options. // rdar://19994452 // RUN: %clang -objcmt-migrate-property-dot-syntax -target x86_64-apple-darwin10 -S -### %s \ // RUN: -arch x86_64 2> %t // RUN: FileCheck < %t %s // CHECK: "-cc1" // CHECK: -objcmt-migrate-property-dot-syntax
{ "pile_set_name": "Github" }
// Copyright (c) 2014-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <test/test_bitcoin.h> #include <util/strencodings.h> #include <wallet/crypter.h> #include <vector> #include <boost...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e27a7e1e72ab4db4c92267ac625a2926 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2019_07_01; import com.microsoft.azure....
{ "pile_set_name": "Github" }
{ "name": "elasticsearch-orders", "config": { "connector.class": "io.confluent.connect.elasticsearch.ElasticsearchSinkConnector", "topics": "orders", "connection.url": "$ELASTICSEARCH_URL", "type.name": "microservices", "key.ignore": true, "key.converter": "org.apache.kafka.connect.storage.S...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2013, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Config\Controller\Adminhtml\System\Config; use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface; use Magento\Config\Controller\Adminhtml\System\AbstractConfig; /** ...
{ "pile_set_name": "Github" }
<?php require_once 'nowdoc.inc'; print <<<ENDOFHEREDOC This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}. ENDOFHEREDOC; $x = <<<ENDOFHEREDOC This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}. ENDOFHEREDOC; print "{$x}"; ?>
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * Any statement within "do-while" construction must be a compound * * @path ch12/12.6/12.6.1/S12.6.1_A12.js * @description Checking if execution of "do var x=1; var y =2; while (0...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <meta charset="UTF-8"> <head> <title>Topic 07 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 08 - 15 Topics</title> <style> table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px...
{ "pile_set_name": "Github" }
'use strict'; var memoize = require('../..') , nextTick = require('next-tick'); module.exports = function () { return { Regular: { Success: function (a, d) { var mfn, fn, u = {}, i = 0, invoked = 0; fn = function (x, y, cb) { nextTick(function () { ++i; cb(null, x + y); }); ...
{ "pile_set_name": "Github" }
label, input { display: block; } * { font-family: Verdana, sans-serif; } html, body { height: 100%; margin: 0; -webkit-app-region: drag; } .login-form { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .login-form > div { margin-bottom: 30px; ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014 Balabit * Copyright (c) 2014 Gergely Nagy <algernon@balabit.hu> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation, or (at your option) any later version. ...
{ "pile_set_name": "Github" }
/* Copyright 2019 The OpenTracing 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 a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no,minimal-ui"> <title>Tower</title> <style> * { margin: 0; padding: 0 } img { ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>RedmineWikiFormatting (Markdown)</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" ...
{ "pile_set_name": "Github" }
/******************************************************************************* * AMetal * ---------------------------- * innovating embedded platform * * Copyright (c) 2001-2018 Guangzhou ZHIYUAN Electronics Co., Ltd. * All rights reserved. *...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
require("dot").process({ global: "_page.render" , destination: __dirname + "/render/" , path: (__dirname + "/../templates") }); var express = require('express') , http = require('http') , app = express() , render = require('./render') ; app.get('/', function(req, res){ res.send(render.dashboard({text:"Good morni...
{ "pile_set_name": "Github" }
// Code generated by github.com/fjl/gencodec. DO NOT EDIT. package whisperv6 import ( "encoding/json" "github.com/ethereum/go-ethereum/common/hexutil" ) var _ = (*criteriaOverride)(nil) func (c Criteria) MarshalJSON() ([]byte, error) { type Criteria struct { SymKeyID string `json:"symKeyID"` Priv...
{ "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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
applies the changes timesheet ca aplica els canvis by timesheet ca per check all timesheet ca Comprova-ho tot create new links timesheet ca Crear nous enllaços creates a new field timesheet ca crea un camp nou custom fields timesheet ca Camps personalitzats deleted timesheet ca eliminat deletes this field timesheet ca ...
{ "pile_set_name": "Github" }
2018-06-17: Version 4.0.1 * Fix parsing async get/set in a class (issue 1861, 1875) * Account for different return statement argument (issue 1829, 1897, 1928) * Correct the handling of HTML comment when parsing a module (issue 1841) * Fix incorrect parse async with proto-identifier-shorthan...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2001-2020 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 Jiri Svoboda * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of condit...
{ "pile_set_name": "Github" }
# -*- encoding: utf-8 -*- # This file is distributed under the same license as the Django package. # from __future__ import unicode_literals # The *_FORMAT strings use the Django date format syntax, # see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date DATE_FORMAT = r'j \d\e F \d\e Y' TIME_FORMAT = '...
{ "pile_set_name": "Github" }
"use strict";var exports=module.exports={};/** * Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value The value to return from the new function. * @returns {Function} Returns the new constant function. * @example * * var objects = _.times(2, _....
{ "pile_set_name": "Github" }
@using Kubernetes @namespace Kubernetes.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
{ "pile_set_name": "Github" }
{{# var rows = d.rows; }} <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>{{= rows.title}} - {{lay.base.name}}</title> <meta name="description" content="{{= d.description }}"> {{ include ../common/link }} </head> <body...
{ "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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
QA output created by 340 checking default access for this host ... sample.long.million value 1000000 sample.write_me old value=2 new value=111 checking access for list (should fail) pminfo: Cannot connect to PMCD on host "HOST": No permission to perform requested operation pmcd.log:======= endclient client...
{ "pile_set_name": "Github" }
//===================================================== // File : action_matrix_matrix_product_bis.hh // Author : L. Plagne <laurent.plagne@edf.fr)> // Copyright (C) EDF R&D, lun sep 30 14:23:19 CEST 2002 //===================================================== // // This program is free software; you can redistrib...
{ "pile_set_name": "Github" }
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chromoting; import android.support.test.InstrumentationRegistry; import android.support.test.filters.SmallTest; import android.view....
{ "pile_set_name": "Github" }
/* * cblas_zswap.c * * The program is a C interface to zswap. * * Written by Keita Teranishi. 2/11/1998 * */ #include "cblas.h" #include "cblas_f77.h" void cblas_zswap( const int N, void *X, const int incX, void *Y, const int incY) { #ifdef F77_INT F77_INT F77_N=N, F77_incX=incX, F77...
{ "pile_set_name": "Github" }
package com.gentics.mesh.test.context.helper; import static com.gentics.mesh.core.rest.job.JobStatus.COMPLETED; import static com.gentics.mesh.test.ClientHelper.call; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import j...
{ "pile_set_name": "Github" }
blender = add color = [255, 128, 255] alpha = 150 gravity = 0 col_layer = -1 render_layer = 6 on ground_collision() remove() on timer(0) remove()
{ "pile_set_name": "Github" }
# Python package # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: branches: include: - master ...
{ "pile_set_name": "Github" }
// Pingus - A free Lemmings clone // Copyright (C) 2000 Ingo Ruhnke <grumbel@gmail.com> // // 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 opti...
{ "pile_set_name": "Github" }
/* Copyright 2017 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" > <objectAnimator android:duration="1000" android:propertyName="cube" android:valueFrom="1" android:valueTo="0" android:valueType="floatType" /> </set>
{ "pile_set_name": "Github" }
--- external help file: d365fo.tools-help.xml Module Name: d365fo.tools online version: schema: 2.0.0 --- # Set-D365RsatTier2Crypto ## SYNOPSIS Set the needed configuration to work on Tier2+ environments ## SYNTAX ``` Set-D365RsatTier2Crypto [<CommonParameters>] ``` ## DESCRIPTION Set the needed registry settings...
{ "pile_set_name": "Github" }
diff --git a/node_modules/xmlhttprequest/lib/XMLHttpRequest.js b/node_modules/xmlhttprequest/lib/XMLHttpRequest.js index 4893913..0543f38 100644 --- a/node_modules/xmlhttprequest/lib/XMLHttpRequest.js +++ b/node_modules/xmlhttprequest/lib/XMLHttpRequest.js @@ -12,7 +12,7 @@ */ var Url = require("url"); -var spawn =...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace System.Fabric.Fabric...
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.Drawing; using System.Windows.Forms; namespace EVEMon.Controls { public class DraggableListView : ListView { public DraggableListView() : base() { DraggableInit(); } #region Draggable stuff pri...
{ "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 (c) 2000 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * The contents of this file constitute Original Code as defined in and * are subject to the Apple Public Source License Version 1.1 (the * "License"). You may not use this file except in compliance with the * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
# 599 Onatchiway # County Title title = c_onatchiway # Settlements max_settlements = 2 b_la_zec_QC = castle # Misc culture = innu religion = ursuline terrain = hills
{ "pile_set_name": "Github" }
package conf const ( USER string = "root" PASSWORD string = "mysql01" DB string = "sample" HOST string = "192.168.99.100" PORT string = "32769" )
{ "pile_set_name": "Github" }
diff -u -r ../otp-OTP-22.2.1/erts/emulator/nifs/common/socket_util.c ./erts/emulator/nifs/common/socket_util.c --- ../otp-OTP-22.2.1/erts/emulator/nifs/common/socket_util.c 2019-12-18 16:48:36.000000000 +0000 +++ ./erts/emulator/nifs/common/socket_util.c 2020-01-02 21:53:42.278551000 +0000 @@ -1490,6 +1490,7 @@ ...
{ "pile_set_name": "Github" }
import { AnnotationCommand } from '../editor' import { $$ } from '../dom' import LinkModal from './LinkModal' export default class CreateLinkCommand extends AnnotationCommand { // TODO: GDocs enables the tool even if over a link // but not creating a new link, but opening the editor for the existing link getComm...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * 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 ag...
{ "pile_set_name": "Github" }
xlator_LTLIBRARIES = gfid-access.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features gfid_access_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS) gfid_access_la_SOURCES = gfid-access.c gfid_access_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la noinst_HEADERS = gfid-access.h gfid-acce...
{ "pile_set_name": "Github" }
updating updateUrl: aUrl "Override this method to modify the WAUrl object which will be used as a base URL while rendering. This method is usually called by a WAUpdateUrlVisitor. If you are using Painters within a tree of Presenters/Components, this method will not be called unless the Painter is included in the ...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <DebugType>Full</DebugType> <Platforms>AnyCPU;x64;x86</Platforms> <Version>5.8.0</Version> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj" /> </Item...
{ "pile_set_name": "Github" }
package com.concurnas.compiler.ast; import com.concurnas.compiler.ast.interfaces.Expression; import com.concurnas.compiler.visitors.Visitor; public class DuffAssign extends Assign { public Expression e; public DuffAssign(int line, int col, Expression e) { super(line, col, false); this.e = e; //stupid, just li...
{ "pile_set_name": "Github" }
import styled from 'styled-components' import { ReactComponent as MainLogo } from 'images/logo-react-zzaria.svg' const Logo = styled(MainLogo)` height: 50px; width: 200px; & path { fill: ${({ theme }) => theme.palette.common.white}; } & line { stroke: ${({ theme }) => theme.palette.common.white}; ...
{ "pile_set_name": "Github" }