text
stringlengths
2
99.9k
meta
dict
// Copyright 2005-2009 Daniel James. // 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) // Based on Peter Dimov's proposal // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf // issue 6.18. #if ...
{ "pile_set_name": "Github" }
dnl X86-64 mpn_mul_1 optimised for Intel Goldmont. dnl Copyright 2018 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General Public License...
{ "pile_set_name": "Github" }
package shell import ( "context" "time" ) type PublishResponse struct { Name string `json:"name"` Value string `json:"value"` } // Publish updates a mutable name to point to a given value func (s *Shell) Publish(node string, value string) error { var pubResp PublishResponse req := s.Request("name/publish") i...
{ "pile_set_name": "Github" }
let $foo := ( { "foo" : "bar" }, { "foo" : "bar" }, { "foo" : "bar" }, { "foo" : "bar" }, { "foo" : "bar" }, { "foo" : "bar" } ) return $foo[position() lt 4 and .("id") eq 3]
{ "pile_set_name": "Github" }
package test_test import ( "fmt" "testing" "github.com/git-town/git-town/test" "github.com/sergi/go-diff/diffmatchpatch" "github.com/stretchr/testify/assert" ) func TestDataTable(t *testing.T) { r := test.DataTable{} r.AddRow("ALPHA", "BETA") r.AddRow("1", "2") r.AddRow("longer text", "even longer text") e...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Boolean</span><span class="path">treeNode.</span>chkDisabled</h2> <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.excheck</span> js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>1. Set node's checkbox / radi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> * Copyright (C) 2005-2009 Freescale Semiconductor, 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 ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Sylius\Bundle\ResourceBundle\Validator\Constraints; use Sylius\Bu...
{ "pile_set_name": "Github" }
package jpl.mipl.io.vicar; import java.io.*; /** * VicarSwapDataInputDIWrapper lets an application read primitive * data types from a <code>DataInput</code>; the data are converted to * Java's integer and real representations (HIGH, IEEE respectively) * from LOW/RIEEE int/real representations. * <p> * This is e...
{ "pile_set_name": "Github" }
## Table of contents 1. Motivation 1. Business rules 1. Use cases ## Motivation Provides a means for users of the site to communicate with each other in a typical forum fashion. ## Business rules * User's are associated with an avatar * User input/output interaction time stamps are logged, (thread creation time,...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_freebsd.go package ipv4 const ( sysIP_OPTIONS = 0x1 sysIP_HDRINCL = 0x2 sysIP_TOS = 0x3 sysIP_TTL = 0x4 sysIP_RECVOPTS = 0x5 sysIP_RECVRETOPTS = 0x6 sysIP_RECVDSTADDR = 0x7 sysIP_SENDSRCADDR = 0x7 sysIP_RETOPTS = 0x8 ...
{ "pile_set_name": "Github" }
require('../../modules/es6.string.iterator'); require('../../modules/web.dom.iterable'); module.exports = require('../../modules/$.wks')('iterator');
{ "pile_set_name": "Github" }
## Events Each interactive view in NativeScript can access the gesture events it will raise on user interaction. | Name | Description | |----------|----------------| | `tap` | Emitted when the view is tapped.| | `doubleTap` | Emitted when the view is double tapped.| | `touch` | Emitted when the view i...
{ "pile_set_name": "Github" }
Title: cmciii_lcp_fans: Skipping non FAN units now; cleaned up check Level: 1 Component: checks Compatible: compat Version: 1.2.6b1 Date: 1417767611 Class: fix
{ "pile_set_name": "Github" }
#!/bin/bash # Copyright 2016 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 ...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Verilog/SystemVerilog mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/edit/matchbrackets.js"></script> <script src="v...
{ "pile_set_name": "Github" }
const logger = require('electron-log') const moment = require('moment') const util = require('util') const path = require('path') const level = process.env.NODE_ENV === 'development' ? 'debug' : 'silly' logger.transports.console.format = '[{y}-{m}-{d} {h}:{i}:{s}.{ms}] [{level}] {text}' logger.transports.console.level...
{ "pile_set_name": "Github" }
# Environment Variables ## `BW_ADD_HOST_KEYS` As BundleWrap uses OpenSSH to connect to hosts, host key checking is involved. By default, strict host key checking is activated. This might not be suitable for your setup. You can set this variable to `1` to cause BundleWrap to set the OpenSSH option `StrictHostKeyChecki...
{ "pile_set_name": "Github" }
/* Copyright 2005-2006 Tim Fennell * * 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 t...
{ "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" }
# -*- coding: utf-8 -*- '''Chemical Engineering Design Library (ChEDL). Utilities for process modeling. Copyright (C) 2016, Caleb Bell <Caleb.Andrew.Bell@gmail.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...
{ "pile_set_name": "Github" }
var mapDelete = require('./mapDelete'), mapGet = require('./mapGet'), mapHas = require('./mapHas'), mapSet = require('./mapSet'); /** * Creates a cache object to store key/value pairs. * * @private * @static * @name Cache * @memberOf _.memoize */ function MapCache() { this.__data__ = {}; } // Add...
{ "pile_set_name": "Github" }
/* * Copyright 2016-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
{ "pile_set_name": "Github" }
/* MIT License Copyright (c) 2019 Temainfo Sistemas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,...
{ "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" }
var assert = require('assert'); var fs = require('fs'); var emu = require("gen/common/devices.js"); var MOS6502 = require("gen/common/cpu/MOS6502.js"); var testbin = fs.readFileSync('test/cli/6502/6502_functional_test.bin', null); describe('MOS6502', function() { it('Should pass functional tests', function() { ...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-2020 Vector 35 Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, pub...
{ "pile_set_name": "Github" }
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp /* * Ceph - scalable distributed file system * * Copyright (C) 2018 Red Hat, Inc. * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Lice...
{ "pile_set_name": "Github" }
#!/bin/sh # # Put this file to $PROJECT/.git/hooks/ for email notifications. # # You should have mail command provided by mailutils package on Debian # based systems. # # sudo apt-get install mailutils # # You should have mail server running # # Do not forget: chmod +x build-worked # echo " Visit http://ci.example.org/...
{ "pile_set_name": "Github" }
<!-- AUTO-GENERATED-CONTENT:START (STARTER) --> <p align="center"> <a href="https://www.gatsbyjs.com"> <img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" /> </a> </p> <h1 align="center"> Gatsby + Shopify </h1> Kick off your project with this default boilerplate. This starter ship...
{ "pile_set_name": "Github" }
use std::{ borrow::Borrow, cell::RefCell, clone::Clone, collections::{HashMap, VecDeque}, net::SocketAddr, rc::Rc, }; use slotmap::SparseSecondaryMap; use super::{ entity_key::entity_key::EntityKey, entity_record::{EntityRecord, LocalEntityStatus}, mut_handler::MutHandler, serv...
{ "pile_set_name": "Github" }
// Boost.Signals2 library // Copyright Douglas Gregor 2001-2004. // Copyright Frank Mori Hess 2007. Use, modification and // distribution is 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) // For more information...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- * drawElements Quality Program OpenGL ES Utilities * ------------------------------------------------ * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not us...
{ "pile_set_name": "Github" }
// Copyright 2011 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. #include "src/safepoint-table.h" #include "src/deoptimizer.h" #include "src/disasm.h" #include "src/frames-inl.h" #include "src/macro-assembler.h" #inc...
{ "pile_set_name": "Github" }
<li><a href="">我的定单</a></li> <li><a href="">修改头像</a></li> <li><a href="">问题反馈</a></li>
{ "pile_set_name": "Github" }
using System; using Bridge.Test.NUnit; namespace Bridge.ClientTest.Batch3.BridgeIssues { /// <summary> /// The test here consists in ensuring that overriding the Equals /// method for classes does not result in infinite recursion in /// generated JavaScript code. /// </summary> [Category(Consta...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Skybox Cubemap Extended m_Shader: {fileID: 4800000, guid: 82881a2d011b0964696411c822cdd00b, type: 3} m_ShaderKeywords: _EN...
{ "pile_set_name": "Github" }
import React from 'react'; import { Provider } from 'react-redux'; import { View, render } from 'client/layout'; import configureStore from 'client/store'; import reducers from './reducers'; import saga from './saga'; import App from './container'; import './index.module.less'; export default class Page extends View ...
{ "pile_set_name": "Github" }
package Paws::Firehose::CopyCommand; use Moose; has CopyOptions => (is => 'ro', isa => 'Str'); has DataTableColumns => (is => 'ro', isa => 'Str'); has DataTableName => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Firehose::CopyCommand =head1 USAGE Thi...
{ "pile_set_name": "Github" }
<template> <f7-page> <f7-navbar back-link="Back"> <f7-subnavbar title="Page Title"></f7-subnavbar> </f7-navbar> <f7-block> <p>It also possible to use Subnavbar to display page title and keep navbar only for actions.</p> </f7-block> <f7-block> <p>Lorem ipsum dolor sit amet, consec...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. 'use strict' import { injectable } from 'inversify' import { IAsyncDisposable, IAsyncDisposableRegistry, IDisposable } from './types' // List of disposables that need to run a promise. @injectable() export class Asy...
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #include "StdAfx.h" #if !defined(OLD_VOICE_SYSTEM_DEPRECATED) #include "VoiceManager.h" #include "IVoiceEncoder.h" #include "IVoiceDecoder.h" #include <CryRenderer/Tarray.h> #include <speex.h> #include <speex/speex_preprocess.h> //TODO: ...
{ "pile_set_name": "Github" }
/*********************************************************************/ /* Copyright 2009, 2010 The University of Texas at Austin. */ /* All rights reserved. */ /* */ /* Redistribution and use in sou...
{ "pile_set_name": "Github" }
// // SimplifyIfFlowInLoopsTests.cs // // Author: // Ciprian Khlud <ciprian.mustiata@yahoo.com> // // Copyright (c) 2013 Ciprian Khlud <ciprian.mustiata@yahoo.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Softwar...
{ "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"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="define...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing var d { if true { func p(x: A" protocol A { func a typealias e : a
{ "pile_set_name": "Github" }
package com.x.file.assemble.control.factory; import com.x.file.assemble.control.AbstractFactory; import com.x.file.assemble.control.Business; import com.x.file.core.entity.open.*; import javax.persistence.EntityManager; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery...
{ "pile_set_name": "Github" }
{% extends 'events/registration/emails/registration_creation_to_registrant.html' %} {% block registration_body %}{% endblock %} {% block subject_message -%} Registration {{ registration.state.title|lower }} {%- endblock %} {% block registration_header_text -%} Your registration {{ render_registration_info() }...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2011 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * c...
{ "pile_set_name": "Github" }
#ifndef AIRMAP_TOKEN_H_ #define AIRMAP_TOKEN_H_ #include <airmap/optional.h> #include <chrono> #include <iosfwd> #include <string> namespace airmap { /// Token models an authentication token required to access the AirMap services. class Token { public: /// Type enumerates all known token types. enum class Type...
{ "pile_set_name": "Github" }
---------------------- ss | ---------------------- # 代替netstat...等命令 # ss # 参数 -t * tcp 仅显示 TCP套接字 -u * udp 仅显示 UCP套接字 -n * 拒绝显示别名,能显示数字的全部转化成数字。 * 不解析服务名称 -a * all 显示所有套接字 -l * listening 显示监听状态的套接字 -p * processes 显示使用套接字的进程
{ "pile_set_name": "Github" }
import Plugin from 'src/plugin-system/plugin.class'; import DomAccess from 'src/helper/dom-access.helper'; import HttpClient from 'src/service/http-client.service'; export default class CountryStateSelectPlugin extends Plugin { static options = { countrySelectSelector: '.country-select', initialCo...
{ "pile_set_name": "Github" }
{ "uid" : "29559458f3098236", "name" : "TestCollections.test_collections_01", "title" : "Test collections 01", "time" : { "start" : 1534924583705, "stop" : 1534924583707, "duration" : 2 }, "summary" : { "attachments" : 0, "steps" : 0 }, "failure" : { "message" : "Skipped: Not sui...
{ "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" }
"""Highlighters for EQL.""" from pygments.lexer import RegexLexer, bygroups, include from pygments import token from eql.functions import list_functions from eql.pipes import list_pipes class EqlLexer(RegexLexer): """Pygments Lexer for EQL.""" name = 'Event Query Language' aliases = ['eql'] filenames...
{ "pile_set_name": "Github" }
{ "id": "polka-dot-socks", "name": "Polka-dot Socks", "category": "Socks", "games": { "nl": { "orderable": true, "interiorThemes": [ "Trendy" ], "fashionThemes": [ "Cute" ], "sellPrice": { "currency": "bells", "value": 50 }, "so...
{ "pile_set_name": "Github" }
import torch import torch.nn as nn from torch.nn import init import math import numpy as np from submodules import * 'Parameter count = 45,371,666' class FlowNetSD(nn.Module): def __init__(self, args, batchNorm=True): super(FlowNetSD,self).__init__() self.batchNorm = batchNorm ...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Misc/Attribute.h" #include "Styling/ISlateStyle.h" #include "Framework/Commands/UICommandInfo.h" class SToolTip; class SWidget; /** * Types of MultiBoxes */ namespace EMultiBoxType { enum Type { /** Ho...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> </pickle> <pickle> <dictionary> <item> <key> <string>action</string> </key> <value> <persist...
{ "pile_set_name": "Github" }
namespace Envoy { int waiting() { return timeSystem().waitFor(mutex, condvar, duration); } } // namespace Envoy
{ "pile_set_name": "Github" }
## If an object contains a symbol with a broken (too large) st_shndx, ## check we report it. # RUN: yaml2obj %s -o %t1.o # RUN: not ld.lld %t1.o -o %t 2>&1 | FileCheck %s # CHECK: {{.*}}1.o: invalid section index: 256 !ELF FileHeader: Class: ELFCLASS32 Data: ELFDATA2LSB Type: ET_REL Machine: EM_38...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * test helper assembly functions * * Copyright (C) 2016 Simon Guo, IBM Corporation. */ #include <ppc-asm.h> #include "reg.h" /* Non volatile GPR - unsigned long buf[18] */ FUNC_START(load_gpr) ld 14, 0*8(3) ld 15, 1*8(3) ld 16, 2*8(3) ld 17, 3*8(3) ld 18, 4*...
{ "pile_set_name": "Github" }
LAUNCHER_JAR=`echo "${MAVEN_HOME}"/boot/plexus-classworlds-*.jar` MAVEN_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher MAVENHOME_CONFIG=`echo "-Dclassworlds.conf=${MAVEN_HOME}/bin/m2.conf" "-Dmaven.home=${MAVEN_HOME}" "-Dlibrary.jansi.path=${MAVEN_HOME}/lib/jansi-native"`
{ "pile_set_name": "Github" }
// abi_sufffix header -------------------------------------------------------// // (c) Copyright John Maddock 2003 // 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). ...
{ "pile_set_name": "Github" }
import React from "react"; import { config } from "../config/config.yml"; export default function Footer() { return ( <div className="footer"> &copy; 2018 - {new Date().getFullYear()} {config.author} </div> ); }
{ "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" }
{ "author": "Microsoft Community", "name": "Test Core library with xUnit", "description": "Adicione um projeto para testar o código na biblioteca Core com a xUnit.", "identity": "wts.Testing.UnitTests.Core.xUnit.VB" }
{ "pile_set_name": "Github" }
{ "Time": "8", "Title": "Strategy Tester Report", "EA Name": "EA31337-Lite-Backtest-v1.078", "Build": "1010", "Symbol": "EURUSD (Euro vs US Dollar)", "Period": "30 Minutes (M30) 2018.01.04 03:00 - 2018.12.30 23:30 (2018.01.01 - 2018.12.31)", "Model": "Every tick ", "Initial deposit": "10000.00", "...
{ "pile_set_name": "Github" }
// -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * BitSource.cpp * zxing * * Created by Christian Brunschen on 09/05/2008. * Copyright 2008 Google UK. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in com...
{ "pile_set_name": "Github" }
{ "name": "com.unity.collab-proxy", "displayName": "Unity Collaborate", "version": "1.2.16", "unity": "2018.3", "description": "Collaborate is a simple way for teams to save, share, and sync their Unity project", "keywords": [ "collab", "collaborate", "teams", "team", "cloud", "backu...
{ "pile_set_name": "Github" }
<label id="WhistleblowerLoginQuestion" for="receipt" data-translate>Have you already filed a report? Enter your receipt.</label> <form id="WhistleblowerLoginForm" class="form-inline" autocomplete="off" novalidate> <div class="form-group d-block mx-auto"> <div class="input-group"> <input class="form-control"...
{ "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 not us...
{ "pile_set_name": "Github" }
import baseFor from './_baseFor.js'; import keys from './keys.js'; /** * The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Object} Returns `o...
{ "pile_set_name": "Github" }
//== Class definition var DefaultDatatableDemo = function () { //== Private functions // basic demo var demo = function () { var datatable = $('.m_datatable').mDatatable({ // datasource definition data: { type: 'remote', source: { read: { url: 'https://keenthemes.com/metronic/preview/in...
{ "pile_set_name": "Github" }
package foodsearch.entity; import lombok.Data; import java.io.Serializable; @Data public class Food implements Serializable{ public Food(){ //Default Constructor } private String foodName; private double price; }
{ "pile_set_name": "Github" }
From 021efa522ad729ff0f5806c4ce53e4a6cc1daa31 Mon Sep 17 00:00:00 2001 From: Daniel Axtens <dja@axtens.net> Date: Tue, 20 Nov 2018 17:56:29 +1100 Subject: [PATCH] Avoid a double-free when a window size of 0 is specified new_size can be 0 with a malicious or corrupted RAR archive. realloc(area, 0) is equivalent to fre...
{ "pile_set_name": "Github" }
<?php /** * @link:http://www.zjhejiang.com/ * @copyright: Copyright (c) 2018 浙江禾匠信息科技有限公司 * * Created by PhpStorm. * User: 风哀伤 * Date: 2018/7/16 * Time: 17:34 */ namespace app\modules\api\models\bargain; use app\hejiang\ApiResponse; use app\models\BargainGoods; use app\models\BargainOrder; u...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('overSome', require('../overSome')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
import { window } from 'vscode' import { LocaleTreeItem, UsageReportRootItem } from '../../views' import { LocaleRecord, CurrentFile, Analyst } from '../../core' import { Log } from '../../utils' import i18n from '../../i18n' export async function DeleteRecords(records: LocaleRecord[]) { try { await CurrentFile....
{ "pile_set_name": "Github" }
/** * @file src/llvmir2hll/analysis/used_vars_visitor.cpp * @brief Implementation of UsedVarsVisitor. * @copyright (c) 2017 Avast Software, licensed under the MIT license */ #include "retdec/llvmir2hll/analysis/used_vars_visitor.h" #include "retdec/llvmir2hll/ir/array_index_op_expr.h" #include "retdec/llvmir2hll/ir/as...
{ "pile_set_name": "Github" }
#include "MyPack.h" #include "FileReader.h" #include <windows.h> using namespace std; bool MyPack::Init() { MyFileReader reader; auto mem = reader.ReadToMem(packName_.c_str()); if (!mem.Get()) { //Log(L"Can't read pack."); return false; } XorDec(mem.Get(), mem.GetSize()); GetFi...
{ "pile_set_name": "Github" }
foo : type -> type Foo : Infer{'af : type}. Spec{'a : 'af}. ('a ~ bool) ⊃ foo 'a bar : Spec{'a : type}. ('a * foo 'a) -> int
{ "pile_set_name": "Github" }
// Copyright 2015, Joe Tsai. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE.md file. package meta import ( "bytes" "compress/flate" "io" "io/ioutil" "math/rand" "testing" "github.com/dsnet/compress/internal/testutil" ) var ( testBinary ...
{ "pile_set_name": "Github" }
\subsection{Building the kernel} \subsection{Kernel configuration} \begin{frame} \frametitle{Kernel configuration} \begin{itemize} \item The kernel contains thousands of device drivers, filesystem drivers, network protocols and other configurable items \item Thousands of options are available, that are us...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // File: WinCtrl.cpp // // Desc: DirectShow base classes - implements video control interface class. // // Copyright (c) 1992-2001 Microsoft Corporation. All rights reserved. //-------------------------------------------------------------...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 34c3bc0143d3cd149bebf95a23a3d75d NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
{ "pile_set_name": "Github" }
// // MASConstraint.m // Masonry // // Created by Nick Tymchenko on 1/20/14. // #import "MASConstraint.h" #import "MASConstraint+Private.h" #define MASMethodNotImplemented() \ @throw [NSException exceptionWithName:NSInternalInconsistencyException \ reason:[NSString stringWith...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: bowl01 m_Shader: {fileID: 47, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: _NORMALMAP _SPECGL...
{ "pile_set_name": "Github" }
# REQUIRES: x86 # RUN: llvm-mc -position-independent -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o # RUN: echo "SECTIONS { \ # RUN: . = 0xffffffff80000000; \ # RUN: .text : ALIGN(4096) { *(.text) } \ # RUN: .data : ALIGN(4096) { *(.data) } \ # RUN: .bss : ALIGN(4096) { *(.bss); } \ # RUN: . = ALIGN(4096); ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" sourcelanguage="en_US"> <context> <name>PowerDevice</name> <message> <location filename="../powerdevice.ui" line="14"/> <source>Form</source> <translation type="unfinished"></translation> </message> <message> ...
{ "pile_set_name": "Github" }
## Type of Change <!-- What part of the source are you modifying? Remove the irrelevant options. --> - **Build Scripts:** <!-- Scripts relating to building, testing or CI --> - **Tool Source:** <!-- Which part of the tool source? Vue, JS, SCSS? --> - **Something else:** <!-- Say what it is, here! --> ## What issue do...
{ "pile_set_name": "Github" }
/* * @copyright Leyun internet Technology(Shanghai)Co.,Ltd * @license http://www.dzzoffice.com/licenses/license.txt * @package DzzOffice * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ var hexcase = 0; var chrsz = 8; function hex_md5(s){ return binl2hex(core_md5(str2binl(s)...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
using UnityEngine; using System; using System.Collections.Generic; using UMA.AssetBundles; namespace UMA.CharacterSystem { /// <summary> /// Downloading assets Item that provides access to the progress of the requested asset /// </summary> //TODO when finished developing make this non serialized [System.Serializa...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ SPDX-FileCopyrightText: 2014, microG Project Team ~ SPDX-License-Identifier: Apache-2.0 --> <resources> <string name="nlp_backend_action_configure">Подеси</string> <string name="nlp_backend_action_about">О програму</string> </resources>
{ "pile_set_name": "Github" }
namespace Telerik.RazorConverter.Razor.Rendering { using System.Collections.Generic; public interface IRazorNodeRendererProvider { IList<IRazorNodeRenderer> NodeRenderers { get; } } }
{ "pile_set_name": "Github" }
### YamlMime:ManagedReference items: - uid: McMaster.Extensions.CommandLineUtils.Validation.ICommandValidator commentId: T:McMaster.Extensions.CommandLineUtils.Validation.ICommandValidator id: ICommandValidator parent: McMaster.Extensions.CommandLineUtils.Validation children: - McMaster.Extensions.CommandLine...
{ "pile_set_name": "Github" }
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. package currency import ( "time" "golang.org/x/text/language" ) // This file contains code common to gen.go and the package code. const ( cashShift = 3 roundMask = 0x7 nonTenderBit = 0x8000 ) // currencyInfo contains information a...
{ "pile_set_name": "Github" }