text
stringlengths
2
99.9k
meta
dict
import _includes from 'lodash/includes'; import _isNumber from 'lodash/isNumber'; import _startsWith from 'lodash/startsWith'; import { tau } from '../math/circle'; import { round, mod } from '../math/core'; import { TIME, REGEX } from '../constants/globalConstants'; /** * @property DECIMAL_RADIX * @type {number} *...
{ "pile_set_name": "Github" }
#include <string.h> #include "pe_relocations.h" #include "pe_properties_generic.h" namespace pe_bliss { using namespace pe_win; //RELOCATIONS //Default constructor relocation_entry::relocation_entry() :rva_(0), type_(0) {} //Constructor from relocation item (WORD) relocation_entry::relocation_entry(uint16_t relocat...
{ "pile_set_name": "Github" }
defmodule Instruments.MacroHelpers do @moduledoc false @safe_metric_types [:increment, :decrement, :gauge, :event, :set] def build_metric_macro(:measure, caller, metrics_module, key_ast, options_ast, function) do key = to_iolist(key_ast, caller) quote do safe_opts = unquote(to_safe_options(:measu...
{ "pile_set_name": "Github" }
V2.2 N+PAL N-柿木将棋 $START_TIME:2018/05/03 12:54:24 PI + +7776FU T0 -8384FU T0 +2726FU T0 -8485FU T0 +8877KA T0 -3334FU T0 +7968GI T0 -4132KI T0 +6978KI T0 -2277UM T0 +6877GI T0 -3142GI T0 +3948GI T0 -7172GI T0 +4746FU T0 -4233GI T0 +4847GI T0 -6364FU T0 +3736FU T0 -7263GI T0 +2937KE T0 -6152KI T0 +5968OU T0 -5142OU T0 ...
{ "pile_set_name": "Github" }
import json from django.test import TestCase, RequestFactory from django.contrib.auth.models import Group from django.core.urlresolvers import reverse from rest_framework import status from hs_core import hydroshare from hs_core.views import rep_res_bag_to_irods_user_zone from hs_core.testing import TestCaseCommonUt...
{ "pile_set_name": "Github" }
# # Copyright (c) 2004 Massachusetts Institute of Technology # Copyright (c) 2007 Secure Endpoints Inc. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files # (the "Software"), to deal in the Software without restriction, # including with...
{ "pile_set_name": "Github" }
return (getrtmm$$(this.tipo).pa&1) > 0;
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('assignInAll', require('../assignIn')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
COMPONENT_ADD_INCLUDEDIRS = . include/
{ "pile_set_name": "Github" }
// // WebView+Alert.h // AlertProject // // Created by Peter.Kang on 14-1-23. // Copyright (c) 2014年 Peter.Kang. All rights reserved. // #import <UIKit/UIKit.h> @interface UIWebView (JavaScriptAlert)<UIAlertViewDelegate> -(void)webView:(UIWebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message ini...
{ "pile_set_name": "Github" }
// // NSTextField+Action.h // WeChatExtension // // Created by WeChatExtension on 2019/9/19. // Copyright © 2019年 WeChatExtension. All rights reserved. // #import <Cocoa/Cocoa.h> @interface NSTextField (Action) + (instancetype)tk_labelWithString:(NSString *)stringValue; @end
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Module: scope/projection/fisheye</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk...
{ "pile_set_name": "Github" }
cmake_minimum_required(VERSION 2.8.11) project(test_package) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup() add_executable(${PROJECT_NAME} test_package.cpp) target_link_libraries(${PROJECT_NAME} ${CONAN_LIBS}) set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 11)
{ "pile_set_name": "Github" }
#!/usr/bin/env python """Merge multiple evaluation files into one with prefixed measure names If directories are given, and --out-dir, will group by filename. Example usage: ./scripts/merge_evaluations.py --label-re='[^/]+/?$' -x eval_merged -l =TEDL2015_neleval-no1331 --out-dir /tmp/foobar tac15data/TEDL2015_nel...
{ "pile_set_name": "Github" }
/** * Apply calculated and formatted value to elements that represent the cell * @return sheet object */ sheet.fx.applyChange = function(){ //console.log('sheet[#'+this.elementId+'] : applying all computed value to the element'); var a; for(a in this.cells){ this.cells[a].processDependency(false,...
{ "pile_set_name": "Github" }
'use strict'; require('./environment.js'); var doc = global.document; function extend(destination, source) { for (var property in source) { destination[property] = source[property]; } return destination; } var eventMatchers = { 'HTMLEvents': /^(?:load|unload|abort|error|select|change|submit|reset|focus|...
{ "pile_set_name": "Github" }
/******************************************************************************* * @file Subject.cpp 2014\12\16 15:33:12 $ * @author ¿ìµ¶<kuaidao@mogujie.com> * @brief ******************************************************************************/ #include "stdafx.h" #include "Modules/ModuleSubjec...
{ "pile_set_name": "Github" }
--- title: Documents.MasterChanged Event (Visio) keywords: vis_sdr.chm10619175 f1_keywords: - vis_sdr.chm10619175 ms.prod: visio api_name: - Visio.Documents.MasterChanged ms.assetid: 28a6785d-ed0f-462b-69b5-fcbc5b09d278 ms.date: 06/08/2017 --- # Documents.MasterChanged Event (Visio) Occurs after properties of a mast...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5f2c1dcd345e1494bbd2f1e6bb69e949 timeCreated: 1511525078 licenseType: Free NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// ========================================================== // PNG Loader and Writer // // Design and implementation by // - Floris van den Berg (flvdberg@wxs.nl) // - Herve Drolon (drolon@infonie.fr) // - Detlev Vendt (detlev.vendt@brillit.de) // - Aaron Shumate (trek@startreker.com) // // This file is part...
{ "pile_set_name": "Github" }
# Configuration for welcome - https://github.com/behaviorbot/welcome # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome # Comment to be posted to on first time issues newIssueWelcomeComment: > Thanks for opening your first issue here! Be sure to follow the issue template! 👋🐞�...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <title>Simple Progressbar</title> <link rel="stylesheet" href="../all.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" /> <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> <script type="text/javascrip...
{ "pile_set_name": "Github" }
import matplotlib matplotlib.use('Agg') import matplotlib.pylab as plt import os import sys import argparse import numpy as np from PIL import Image parser = argparse.ArgumentParser() parser.add_argument('--lst', required=True, help='Text file that contains image paths') parser.add_argument('--model', required=True,...
{ "pile_set_name": "Github" }
/* Functions for the advlink plugin popup */ tinyMCEPopup.requireLangPack(); var templates = { "window.open" : "window.open('${url}','${target}','${options}')" }; function preinit() { var url; if (url = tinyMCEPopup.getParam("external_link_list_url")) document.write('<script language="javascript" type="text/ja...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <include android:id="@+id/toolbar_include" layout="@layout/toolbar_standalone" /> <!-- fit...
{ "pile_set_name": "Github" }
const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch(); const page = await browser.newPage(); // Drag and drop this JSON file to the DevTools Performance panel! await page.tracing.start({path: 'profile.json', screenshots: true}); await page.goto('https://pptr.dev'); ...
{ "pile_set_name": "Github" }
libtraceevent(3) ================ NAME ---- tep_find_common_field, tep_find_field, tep_find_any_field - Search for a field in an event. SYNOPSIS -------- [verse] -- *#include <event-parse.h>* struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const char pass:[*]_name_); struct ...
{ "pile_set_name": "Github" }
<section id="references"> <h1>References</h1> <p>Where to look to find out more.</p> <h2>Online</h2> <ul> <li><a href="http://www.w3.org/TR/css3-transitions/">W3C: CSS Transitions Module Level 3</a></li> <li><a href="http://www.w3.org/TR/css3-2d-transforms/">W3C: CSS 2D Transforms Module Level 3</a></li> <li>...
{ "pile_set_name": "Github" }
/* ../netlib/zunbdb1.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the e...
{ "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><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.10"/> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /** * Rewards class */ class Rewards extends CI_Model { /* Inserts or updates a rewards */ public function save(&$rewards_data, $rewards_id = FALSE) { if(!$rewards_id || !$this->exists($rewards_id)) { if($this->db->insert('sales_re...
{ "pile_set_name": "Github" }
import THREELib from 'three-js' const THREE = THREELib() function Float32BufferAttribute (array, itemSize) { THREE.BufferAttribute.call(this, new Float32Array(array), itemSize) } Float32BufferAttribute.prototype = Object.create(THREE.BufferAttribute.prototype) Float32BufferAttribute.prototype.constructor = Float32B...
{ "pile_set_name": "Github" }
/* Apache License, Version 2.0 */ #include "testing/testing.h" #include "FN_cpp_type.hh" namespace blender::fn::tests { static const int default_constructed_value = 1; static const int copy_constructed_value = 2; static const int move_constructed_value = 3; static const int copy_constructed_from_value = 4; static c...
{ "pile_set_name": "Github" }
<?php /*************************************************************************************/ /* This file is part of the Thelia package. */ /* */ /* Copyright (c) OpenStudio ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
/* $OpenBSD: if_trunk.c,v 1.30 2007/01/31 06:20:19 reyk Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> * Copyright (c) 2007 Andrew Thompson <thompsa@FreeBSD.org> * Copyright (c) 2014, 2016 Marcelo Araujo <araujo@FreeBSD.org> * * Permission to use, copy, modify, and distribute this software...
{ "pile_set_name": "Github" }
/****************************************************************************** Filename : platform_x86_linux_conf.h Author : pry Date : 24/06/2017 Licence : The Unlicense; see LICENSE for details. Description: The configuration file for POSIX platform. ***************************************************...
{ "pile_set_name": "Github" }
// // This file was automatically generated by wxrc, do not edit by hand. // #include <wx/wxprec.h> #ifdef __BORLANDC__ #pragma hdrstop #endif #include <wx/filesys.h> #include <wx/fs_mem.h> #include <wx/xrc/xmlres.h> #include <wx/xrc/xh_all.h> #if wxCHECK_VERSION(2,8,5) && wxABI_VERSION >= 20805 ...
{ "pile_set_name": "Github" }
(function ($) { $(document).ready(function(){ $('#a11y_opendyslexic_checkbox').click(function(){ Drupal.a11y.opendyslexic(this.checked); }); // test for cookie being set if ($.cookie('a11y_opendyslexic') == 'true') { $('#a11y_opendyslexic_checkbox').attr('checked', true); Drupal.a11y.op...
{ "pile_set_name": "Github" }
@inherits TestComponentBase <Fixture Test="ButtonDoesValidate"> <ComponentUnderTest> <EditForm Model="@exampleModel" OnValidSubmit="@HandleSubmit" OnInvalidSubmit="@HandleSubmit"> <InputText id="value" @ref="Value.Current" @bind-Value="exampleModel.Value" /> <RangeValidator ControlToValidate="@Value" ...
{ "pile_set_name": "Github" }
#if !defined(__capi_ctype_002_B_H__) #define __capi_ctype_002_B_H__ #define f(p) p->j #endif
{ "pile_set_name": "Github" }
from setuid0 import * import time import os import sys hp = p16 with file(desktop + 'share/payload.bmp', 'wb') as f: header = '' header += 'BM' header = header.ljust(14, '\x00') f.write(header) header2 = '' # biBitCount header2 = header2.ljust(0xe, '\x00') header2 += hp(8) # biSize...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#000000" android:orientation="vertical" > <TextView android:id="@+id/title" andr...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class ColorValidator(_plotly_utils.basevalidators.ColorValidator): def __init__( self, plotly_name="color", parent_name="scatter3d.marker.colorbar.tickfont", **kwargs ): super(ColorValidator, self).__init__( plotly_name=pl...
{ "pile_set_name": "Github" }
let {a,} = 0
{ "pile_set_name": "Github" }
tests/qapi-schema/union-clash-branches.json:4: 'a_b' (branch of TestUnion) collides with 'a-b' (branch of TestUnion)
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004 Manuel Novoa III <mjn3@codepoet.org> * * 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. ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 Samsung Electronics * R. Chandrasekar <rcsekar@samsung.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __I2S_H__ #define __I2S_H__ /* * DAI hardware audio formats. * * Describes the physical PCM data formating and clocking. Add new formats * to the end. */ #define SND_SOC_DAIFM...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Dgraph Labs, Inc. and Contributors * * 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 appli...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using UnityEngine; #pragma warning disable 0649 //Variable not assigned. public class MaterialManager : MonoBehaviour { [Flags] public enum MaterialFlags { None = 0, Contaminants = 1, Grass = 2 } public enum MaterialType {...
{ "pile_set_name": "Github" }
package test; /* * 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 * "...
{ "pile_set_name": "Github" }
# Warning: Folder contents may be replaced The contents of this folder will be automatically replaced with a file of the same name in the repository's [script-library folder](https://github.com/microsoft/vscode-dev-containers/tree/master/script-library) whenever the repository is packaged. To retain your edits, move ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DanmakuWid</class> <widget class="QWidget" name="DanmakuWid"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>320</width> <height>764</height> </rect> </property> <property name="minimumSize"> <size> <width>...
{ "pile_set_name": "Github" }
/* Copyright (C) GridGain Systems. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or...
{ "pile_set_name": "Github" }
define("ace/snippets/tsx",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="tsx"}); (function() { window.require(["ace/snippets/tsx"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { ...
{ "pile_set_name": "Github" }
package jobs import ( "fmt" "log" "net" "os" "strings" "sync" "github.com/go-ignite/ignite/models" "github.com/go-ignite/ignite/ss" "github.com/go-xorm/xorm" ) var ( checkSymbol = fmt.Sprintf("\x1b[0;32m%s\x1b[0m", "\u2714") crossSymbol = fmt.Sprintf("\x1b[0;31m%s\x1b[0m", "\u2716") ) func RecoverTask(db...
{ "pile_set_name": "Github" }
@import "./reset.scss"; @import "./base.scss"; @import "./icon.scss"; @import "../font-awesome/scss/font-awesome.scss"; @import "./ali-icon.scss"
{ "pile_set_name": "Github" }
{ "name": "Signal Pro 400 v1", "version": 2, "inherits": "atmat_signal_pro_base", "metadata": { "visible": true, "quality_definition": "atmat_signal_pro_base" }, "overrides": { "machine_name": { "default_value": "Signal Pro 400 v1" }, "machine_width": ...
{ "pile_set_name": "Github" }
var shell = require('..'); var assert = require('assert'), path = require('path'), fs = require('fs'); // Node shims for < v0.7 fs.existsSync = fs.existsSync || path.existsSync; shell.config.silent = true; function numLines(str) { return typeof str === 'string' ? str.match(/\n/g).length : 0; } shell.rm('...
{ "pile_set_name": "Github" }
'use strict'; var Curry = require("../../lib/js/curry.js"); function u(x, x$1) { return x$1 + x$1 | 0; } function f(g, x) { var u = Curry._1(g, x); return u + u | 0; } exports.u = u; exports.f = f; /* No side effect */
{ "pile_set_name": "Github" }
/** * @deprecated Please don't use this file for new developments. * With `styled-system` you can access `props.theme.colors` to achieve the same goal. */ export default { lightgray: '#F3F3F3', disabled: '#D0D0D0', gray: '#aaaeb3', darkgray: '#797D7F', green: '#75CC1F', blueHover: '#4DA6FF', blueActiv...
{ "pile_set_name": "Github" }
/* * X.509 Certificate Signing Request (CSR) parsing * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * 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...
{ "pile_set_name": "Github" }
# ARM LTD Beetle SoC configuration options # Copyright (c) 2016 Linaro Limited # SPDX-License-Identifier: Apache-2.0 if SOC_SERIES_BEETLE source "soc/arm/arm/beetle/Kconfig.defconfig.beetle*" config SOC_SERIES default "beetle" config NUM_IRQS default 45 config SYS_CLOCK_HW_CYCLES_PER_SEC default 24000000 endi...
{ "pile_set_name": "Github" }
#include "USharpEditorPCH.h" #include "SharpTemplateProjectDefs.h" class FUSharpEditorModule : public IUSharpEditor { public: virtual void StartupModule() override { USharpTemplateProjectDefs::RegisterTemplate(); } virtual void ShutdownModule() override { } }; IMPLEMENT_MODULE( FUSharpEditorModule, USharpEd...
{ "pile_set_name": "Github" }
<?php namespace Pinq\Providers\Utilities; use Pinq\Expressions as O; /** * Interface of the query result collection. * * @author Elliot Levin <elliotlevin@hotmail.com> */ interface IQueryResultCollection { /** * Saves the query results for the supplied expression. * * @param O\Expression $quer...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash ########################################################################## # This is the Cake bootstrapper script for Linux and OS X. # This file was downloaded from https://github.com/cake-build/resources # Feel free to change this file to fit your needs. ##########################################...
{ "pile_set_name": "Github" }
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_PROXIMITY_AUTH_DEVICE_TO_DEVICE_SECURE_CONTEXT_H #define COMPONENTS_PROXIMITY_AUTH_DEVICE_TO_DEVICE_SECURE_CONTEXT_H #include <memory>...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, GoMint, BlackyPaw and geNAZt * * This code is licensed under the BSD license found in the * LICENSE file in the root directory of this source tree. */ package io.gomint.server.util.performance; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.lang.reflect.Constructor...
{ "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" }
// // WindowState.m // Slate // // Created by Jigish Patel on 6/13/11. // Copyright 2011 Jigish Patel. 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 ve...
{ "pile_set_name": "Github" }
cloud.google.com/go v0.34.0 h1:eOI3/cP2VTU6uZLDYAoic+eyzzB9YyGmJ7eIjl8rOPg= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5...
{ "pile_set_name": "Github" }
// NOTE: You can't use @extend that break component independent and topdoc parsing. // internal variables var-page-background-color = $background-color .page reset-font() background-color var-page-background-color position absolute top 0px left 0px right 0px bottom 0px overflow visible font-size var...
{ "pile_set_name": "Github" }
// // CUSSingleViewFillViewController.m // CUSLayoutExample // // Created by zhangyu on 14-6-11. // Copyright (c) 2014年 zhangyu. All rights reserved. // #import "CUSSingleViewFillViewController.h" @implementation CUSSingleViewFillViewController -(void)viewDidLoad{ [super viewDidLoad]; self.view.layoutFram...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2017 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LI...
{ "pile_set_name": "Github" }
# This file is part of MLDB. Copyright 2015 mldb.ai inc. All rights reserved. # Behaviour makefile # Jeremy Barnes, 29 July 2010 LIBBEHAVIOR_SOURCES := \ behavior_domain.cc \ mapped_behavior_domain.cc \ mutable_behavior_domain.cc \ merged_behavior_domain.cc \ mapped_value.cc \ behavior_svd.cc \ behavior_manager...
{ "pile_set_name": "Github" }
-- Constants are properly type checked. -- == -- error: i32 let x: i32 = 2.0 let main(): i32 = 2
{ "pile_set_name": "Github" }
"" { "FILE_VERSION" = "9237" "ENLISTMENT_CHOICE" = "NEVER" "PROJECT_FILE_RELATIVE_PATH" = "" "NUMBER_OF_EXCLUDED_FILES" = "0" "ORIGINAL_PROJECT_FILE_PATH" = "" "NUMBER_OF_NESTED_PROJECTS" = "0" "SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT" }
{ "pile_set_name": "Github" }
const ERR = require('async-stacktrace'); const config = require('../lib/config'); const path = require('path'); var assert = require('chai').assert; var request = require('request'); var cheerio = require('cheerio'); var sqldb = require('@prairielearn/prairielib/sql-db'); var sqlLoader = require('@prairielearn/prai...
{ "pile_set_name": "Github" }
# generated from XKB map lt include common map 0x427 exclam 0x02 shift aogonek 0x02 altgr Aogonek 0x02 shift altgr at 0x03 shift ccaron 0x03 altgr Ccaron 0x03 shift altgr numbersign 0x04 shift eogonek 0x04 altgr Eogonek 0x04 shift altgr dollar 0x05 shift eabovedot 0x05 altgr Eabovedot 0x05 shift altgr percent 0x06 shif...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <appendix id="appendixes.assertions"> <title>Assertions</title> <para> Cette annexe liste les différentes méthodes d'assertion disponibles. </para> <section id="appendixes.assertions.static-vs-non-static-usage-of-assertion-methods"> <title>De l'utilisation Stati...
{ "pile_set_name": "Github" }
// @flow export const CLEAR_RESOURCES_LIST = 'resources/CLEAR_LIST'; export const SET_RESOURCES_META = 'resources/SET_META';
{ "pile_set_name": "Github" }
/* Copyright (c) 2013, Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006 KPIT Cummins * Copyright (C) 2009 Conny Marco Menebröcker * All rights reserved. * * Redistribution and use in source and binary forms is permitted * provided that the above copyright notice and following paragraph are * duplicated in all such forms. * * This file is distributed WITHOUT...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001-2017, Zoltan Farkas All Rights Reserved. * * 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...
{ "pile_set_name": "Github" }
--- description: "Automatically generated file. DO NOT MODIFY" --- ```csharp GraphServiceClient graphClient = new GraphServiceClient( authProvider ); var memberOf = await graphClient.OnPremisesPublishingProfiles["applicationProxy"].Connectors["{id}"].MemberOf .Request() .GetAsync(); ```
{ "pile_set_name": "Github" }
deb http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe...
{ "pile_set_name": "Github" }
#!/bin/bash ex -s "$1" <<EOF g/^/mo0 %p EOF
{ "pile_set_name": "Github" }
package mount // import "github.com/docker/docker/api/types/mount" import ( "os" ) // Type represents the type of a mount. type Type string // Type constants const ( // TypeBind is the type for mounting host dir TypeBind Type = "bind" // TypeVolume is the type for remote storage volumes TypeVolume Type = "volum...
{ "pile_set_name": "Github" }
import * as React from 'react'; export interface GitHubCatProps { url: string; } export const GitHubCat: React.FC<GitHubCatProps> = ({ url }) => ( <a href={url} className="github-corner" aria-label="Fork me on GitHub"> <svg width="80" height="80" viewBox="0 0 250 250" aria-hidden="true"> <path d="M0,0 L...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Change Log</title> </head> <body bgcolor="white"> <a style="float:right" href="README.html">README</a> <h1>Known Issues</h1> <ul> <li>Perl formatting is really crappy. Partly because the author is ...
{ "pile_set_name": "Github" }
diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so --- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900 +++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900 @@ -2,4 +2,4 @@ Use the shared library, but some functions are only in the static library, so try that secondarily. */ OUTPUT_FORMAT(elf32-littlear...
{ "pile_set_name": "Github" }
package com.siberiadante.utilsample.constant; /** * Created: SiberiaDante * Describe: * CreateTime: 2017/12/25 * UpDateTime: * Email: 2654828081@qq.com * GitHub: https://github.com/SiberiaDante * Blog: http://www.cnblogs.com/shen-hua/ */ public class Constants { public static final String GIT_HUB = "http...
{ "pile_set_name": "Github" }
var charm = require('charm')(process); charm.on('^C', process.exit); charm.position(function (x, y) { console.log('(%d, %d)', x, y); });
{ "pile_set_name": "Github" }
--- layout: page title: "起步: 配置编辑器" permalink: /get-started/editor/ --- 您可以使用任何文本编辑器与命令行工具来构建Flutter应用程序。 不过,我们建议使用我们的编辑器插件之一,以获得更好的体验。通过我们的编辑器插件,您可以获得代码补全、语法高亮、widget编辑辅助、运行和调试支持等等。 按照下面步骤为Android Studio、IntelliJ或VS Code添加编辑器插件。如果你想使用其他的编辑器, 那没关系,直接跳到 [下一步:创建并运行你的第一个应用程序](/get-started/test-drive/)。 <ul class="tab...
{ "pile_set_name": "Github" }
/** * <copyright> * </copyright> * * $Id$ */ package de.vogella.databinding.emf.swt.model; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * <!-- begin-user-doc --> * The <b>Package</b> for the mod...
{ "pile_set_name": "Github" }
/* @flow */ import { InputTypeComposer } from 'graphql-compose'; import { getQueryITC } from '../Query'; import { getTypeName, type CommonOpts, desc } from '../../../utils'; export function getHasChildITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext> { const name = getTypeName('QueryHasChild', ...
{ "pile_set_name": "Github" }
<?php /** * Webiny Framework (http://www.webiny.com/framework) * * @link http://www.webiny.com/wf-snv for the canonical source repository * @copyright Copyright (c) 2009-2013 Webiny LTD. (http://www.webiny.com) * @license http://www.webiny.com/framework/license * @package WebinyFramework */ namespace W...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2013-2015 scutgame.com http://www.scutgame.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Files: test/mjsunit/whitespaces.js testCodePointRange(3);
{ "pile_set_name": "Github" }
/* * MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI support * * Copyright (c) 2005 Fabrice Bellard * * 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 of the License, ...
{ "pile_set_name": "Github" }