text
stringlengths
2
99.9k
meta
dict
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Graymor Bootstrap 4 Theme Full Screen</title> <meta name="description" content="Graymor is a free, open source Bootstrap 4 theme" /> <meta name="generator" content="Th...
{ "pile_set_name": "Github" }
require('../../modules/es6.string.strike'); module.exports = require('../../modules/_core').String.strike;
{ "pile_set_name": "Github" }
import * as React from 'react'; declare class JqxComplexInput extends React.PureComponent<IComplexInputProps, IState> { protected static getDerivedStateFromProps(props: IComplexInputProps, state: IState): null | IState; private _jqx; private _id; private _componentSelector; constructor(props: ICompl...
{ "pile_set_name": "Github" }
17 charge = 0 C 2.474758 1.573462 -0.035756 C 2.178991 0.103858 -0.066405 C 1.345680 -0.476521 0.792032 C 2.841341 -0.685910 -1.138624 C 2.131888 -1.175603 -2.160714 C 4.284268 -0.913679 -1.069564 C 5.056774 -0.666746 -0.013796 H 1.990933 2.055509 0.814947 H 2.117322 2.049418 -0.954382 H 3.549236 1.764823 0.0...
{ "pile_set_name": "Github" }
function invk(obj, member) { if (!member in obj) throw new Error("No such member: " + member); return obj[member](); }
{ "pile_set_name": "Github" }
#-- # Copyright (c) 2010-2013 Michael Berkovich, tr8nhub.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 restriction, including # without limitation the rights to use, copy, mod...
{ "pile_set_name": "Github" }
version: 2 jobs: test: working_directory: /go/src/github.com/goccy/go-yaml docker: - image: circleci/golang:1.12 environment: GO111MODULE: "on" steps: - checkout - run: name: Download modules command: | go mod download - run: na...
{ "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 ...
{ "pile_set_name": "Github" }
/** * * HeaderActions * */ import styled from 'styled-components'; const HeaderActions = styled.div` display: flex; justify-content: flex-end; width: fit-content; max-width: 100%; padding-top: 1rem; > button { margin-right: 0; margin-left: 1rem; max-width: 100%; overflow: hidden; t...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------------ -- DynASM ARM module. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- Module information: local _in...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Ecma International. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: | Refer 12.6.3; The production IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement is evaluated as foll...
{ "pile_set_name": "Github" }
require('../../../modules/core.function.part'); module.exports = require('../../../modules/_entry-virtual')('Function').part;
{ "pile_set_name": "Github" }
import Standard from '~/components/layout/standard' import Note from '~/components/text/note' import { InlineCode } from '~/components/text/code' import EmailLink from '~/components/text/email-link' export const meta = { title: 'Deployment Not Found', description: 'The requested deployment was not found.', editU...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef GCC_COMMON_H_INCLUDED #define GCC_COMMON_H_INCLUDED #include "bversion.h" #if BUILDING_GCC_VERSION >= 6000 #include "gcc-plugin.h" #else #include "plugin.h" #endif #include "plugin-version.h" #include "config.h" #include "system.h" #include "coretypes.h" #include "tm.h" #...
{ "pile_set_name": "Github" }
//C- -*- C++ -*- //C- ------------------------------------------------------------------- //C- DjVuLibre-3.5 //C- Copyright (c) 2002 Leon Bottou and Yann Le Cun. //C- Copyright (c) 2001 AT&T //C- //C- This software is subject to, and may be distributed under, the //C- GNU General Public License, either Version 2 of ...
{ "pile_set_name": "Github" }
/* Copyright 2006 by Sean Luke and George Mason University Licensed under the Academic Free License version 3.0 See the file "LICENSE" for more information */ package sim.util.media.chart; import java.awt.*; import javax.swing.*; import javax.swing.border.*; import java.awt.event.*; import java.awt.geom.*; impo...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------ -- Some derivable properties ------------------------------------------------------------------------ open import Algebra module Algebra.Props.Ring (r : Ring) where open Ring r import Relation.Binary.EqReasoning as EqR; open EqR setoid open imp...
{ "pile_set_name": "Github" }
/* * Charlatano: Free and open-source (FOSS) cheat for CS:GO/CS:CO * Copyright (C) 2017 - Thomas G. P. Nappo, Jonathan Beaudoin * * 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 * the Free Software Foundation, eit...
{ "pile_set_name": "Github" }
import os import logging from library.logger import set_logging from library.config import Config from library.aws.utility import Sns def lambda_handler(event, context): """ Lambda handler to initiate to find RDS data encrypted or not """ set_logging(level=logging.INFO) logging.debug("Initiating RDS enc...
{ "pile_set_name": "Github" }
using System; namespace LibB { public class ClassFromLibB { public string Id { get; set; } = "LibB"; } }
{ "pile_set_name": "Github" }
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
{ "pile_set_name": "Github" }
--- a/src/idn.c +++ b/src/idn.c @@ -170,7 +170,7 @@ main (int argc, char *argv[]) (args_info.idna_to_unicode_given ? 1 : 0) + (args_info.nfkc_given ? 1 : 0) != 1) { - error (0, 0, _("only one of -s, -e, -d, -a, -u or -n can be specified")); + error (0, 0, "%s", _("only one of -s, -e, -d, -a...
{ "pile_set_name": "Github" }
package org.dynjs.runtime.builtins.types.array.prototype; import org.dynjs.runtime.AbstractNonConstructorFunction; import org.dynjs.runtime.ExecutionContext; import org.dynjs.runtime.GlobalContext; import org.dynjs.runtime.JSObject; import org.dynjs.runtime.PropertyDescriptor; import org.dynjs.runtime.Types; import or...
{ "pile_set_name": "Github" }
<?php use tad\WPBrowser\Generators\Date; use function tad\WPBrowser\slug; class WPDbPostCest { /** * @var int */ protected $now; public function _before(FunctionalTester $I) { $this->now = time(); Date::_injectNow($this->now); } public function _after(FunctionalTes...
{ "pile_set_name": "Github" }
0 0 2 2 4 4 5 15 8 8 9 9 10 10 11 11 12 24 15 30 17 17 18 36 19 19 20 20 24 48 26 52 27 27 28 28 30 30 33 33 34 34 35 105 37 74 41 41 42 84 43 43 44 44 47 47 51 102 53 53 54 54 57 57 58 116 64 64 65 65 66 66 67 134 69 69 70 210 72 144 74 74 76 152 77 77 78 78 80 80 82 82 83 166 84 168 85 85 86 86 87 87 90 270 92 92 95 ...
{ "pile_set_name": "Github" }
Add support for several Qt flavors Qt has two flavors: X11 and embedded (QWS). QWS has some limitations compared to X11. This patch adds an option to select which version to use. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> --- Index: PyQt-x11-gpl-4.11.3/configure-ng.py ================...
{ "pile_set_name": "Github" }
"use strict"; function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); ...
{ "pile_set_name": "Github" }
namespace MongoDB.Protocol { /// <summary> /// Base class for all raw messages /// </summary> internal abstract class MessageBase { /// <summary> /// /// </summary> protected const int MaximumMessageSize = 1024 * 1024 * 4; /// <summary> ...
{ "pile_set_name": "Github" }
import cases from 'jest-in-case'; import replaceImports from './'; cases( 'replaceImports()', ({ inputFile, outputFile, replaces }) => { let code = replaceImports(inputFile, replaces); expect(code).toEqual(outputFile); }, [ { name: 'replace imports', inputFile: "import a from 'b' import...
{ "pile_set_name": "Github" }
.progressbar { border-width: 1px; border-style: solid; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; overflow: hidden; position: relative; } .progressbar-text { text-align: center; position: absolute; } .progressbar-value { position: rel...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++1z %s -verify -fcxx-exceptions struct S { int a, b, c; }; // A simple-declaration can be a decompsition declaration. namespace SimpleDecl { auto [a_x, b_x, c_x] = S(); void f(S s) { auto [a, b, c] = S(); { for (auto [a, b, c] = S();;) {} if (auto [a, b, c] = S(); tr...
{ "pile_set_name": "Github" }
# Generated by Django 2.2.10 on 2020-02-25 11:21 from django.db import migrations, models def copy_title(apps, schema_editor): KBCategory = apps.get_model("helpdesk", "KBCategory") KBCategory.objects.update(name=models.F('title')) class Migration(migrations.Migration): dependencies = [ ('helpde...
{ "pile_set_name": "Github" }
{ "sEmptyTable": "No data available in table", "sInfo": "Showing _START_ to _END_ of _TOTAL_ entries", "sInfoEmpty": "Showing 0 to 0 of 0 entries", "sInfoFiltered": "(filtered from _MAX_ total entries)", "sInfoPostFix": "", "sInfoThousands": ",", "sLengthMenu": "Show _MENU_", "sLoadingRecor...
{ "pile_set_name": "Github" }
/* * rtc-tps6586x.c: RTC driver for TI PMIC TPS6586X * * Copyright (c) 2012, NVIDIA Corporation. * * Author: Laxman Dewangan <ldewangan@nvidia.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...
{ "pile_set_name": "Github" }
<?php class SDKRuntimeException extends Exception { public function errorMessage() { return $this->getMessage(); } } ?>
{ "pile_set_name": "Github" }
config BOARD_ASUS_P5QC bool "P5QC" config BOARD_ASUS_P5Q_PRO bool "P5Q PRO" config BOARD_ASUS_P5QL_PRO bool "P5QL PRO" config BOARD_ASUS_P5Q bool "P5Q"
{ "pile_set_name": "Github" }
import { RegExpUtility } from "@microsoft/recognizers-text"; import { ISetExtractorConfiguration, ISetParserConfiguration } from "../baseSet"; import { BaseDurationExtractor, BaseDurationParser } from "../baseDuration"; import { BaseTimeExtractor, BaseTimeParser } from "../baseTime"; import { BaseDateExtractor, BaseDat...
{ "pile_set_name": "Github" }
<FOP_CreateFormOfPaymentReply xmlns="http://xml.amadeus.com/TFOPCR_15_4_1A"> <fopDescription> <fopReference></fopReference> <passengerAssociation> <passengerReference> <type>PAX</type> <value>1</value> </passengerReference> </passengerA...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
--- license: > 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" }
class AddCompletedToSurveyNotification < ActiveRecord::Migration[4.2] def change add_column :survey_notifications, :completed, :boolean, default: false end end
{ "pile_set_name": "Github" }
{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeOperators ...
{ "pile_set_name": "Github" }
--- title: "Privacy Policy" # layout: single-no-ads --- ### Cookies This site utilizes cookies in order to facilitate routing users through the guide instructions. Cookies allow for the sidebar of the page to display current progress through the site to help users navigate the instructions more easily. ### Embedded ...
{ "pile_set_name": "Github" }
// This should have default (public) access. // And it can't be marked a a friend since it is not declared in the context of a class. void foobar(); class A { // Example of defining and nondefining declaration's access modifier being different. // For any non-friend defining declaration defined in the class, it...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; // THIS FILE IS AUTO-GENERATED class KoukiconsTrademark extends StatelessWidget { final double height; final double width; final Color color; final _svgString = ''' <svg version="1" xmlns="http://www.w3.org/2000/svg" vie...
{ "pile_set_name": "Github" }
# Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 from __future__ import absolute_import from builtins import hex from builtins import str from builtins import range from builtins import object import bz2 import datetime import gzip import io import mock import os import...
{ "pile_set_name": "Github" }
#import "CCMBuildTimer.h" #import "CCMProject.h" #import "CCMServerMonitor.h" @implementation CCMBuildTimer - (void)start { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(buildStart:) name:CCMBuildStartNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserv...
{ "pile_set_name": "Github" }
import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { BaseDialog, IDialogConfiguration } from '@microsoft/sp-dialog'; // Note: DialogContent is available in v2.32.0 of office-ui-fabric-react // As a workaround we're importing it from sp-dialog until the next version bump import { DialogContent...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2009-2014 BIMserver.org * * 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 the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
{ "pile_set_name": "Github" }
/******************************************************************************* * libretroshare/src/util: androiddebug.h * * * * libretroshare: retroshare core library ...
{ "pile_set_name": "Github" }
import * as d3 from 'd3'; import {window} from 'global'; window.d3 = d3; import {d3adaptor} from 'webcola'; const defaultOptions = { width: 900, height: 800, iteration: 30 }; export default class Cola { constructor() { this._options = defaultOptions; // custom layout data structure this._colaGraph...
{ "pile_set_name": "Github" }
<div class="navbar navbar-inverse" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <...
{ "pile_set_name": "Github" }
NOTICE The ClearCanvas open source RIS/PACS project incorporates and licenses existing open source software from other projects. Those licenses, the software they apply to, and their authors are acknowledged below. The full texts of the applicable licenses, if not reproduced in entirety in this file, are av...
{ "pile_set_name": "Github" }
require File.expand_path("#{File.dirname(__FILE__)}/../../../spec_helper") module RR module Expectations describe TimesCalledExpectation do context "when using an AtLeastMatcher" do it_should_behave_like "RR::Expectations::TimesCalledExpectation" attr_reader :times, :at_least, :expectation ...
{ "pile_set_name": "Github" }
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/src/error/codes.dart'; import 'package:test_reflective_loader/test_reflective_l...
{ "pile_set_name": "Github" }
AIFAD stands for --Automated Induction of Functions over Algebraic Datatypes-- and improves decision tree learning by supporting significantly more complex kinds of data. This allows users to more conveniently describe the data they want to have learnt, which can improve accuracy and complexity of resulting models. WW...
{ "pile_set_name": "Github" }
# Stacks: robust regression and ridge regression # http://mathstat.helsinki.fi/openbugs/Examples/Stacks.html # Model e) double exponential error ridge regression data { int<lower=0> N; int<lower=0> p; real Y[N]; matrix[N,p] x; } // to standardize the x's transformed data { real z[N,p]; real mean_x[p]; ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
# 不会汇报工作,还敢拼职场 李宗厚 <!-- MarkdownTOC --> - “孺子牛”不如“望天猴”!? - 提高能见度,从“汇报工作”开始 - 汇报原本就是工作的一部分 - 职场新人最好每日一报 - 带着解决方案汇报工作 - 最靠谱的工作观是“干一行爱一行” - 最理想的工作完成时间是“昨天” - 最保险的工作态度是“以老板的姿态要求自己” - 如何应对领导摊派的“硬骨头” - 花三个月的时间了解领导的习性,超有必要 <!-- /MarkdownTOC --> ## “孺子牛”不如“望天猴”!? 我们很多人都不喜欢向自己的上司汇报工作。要么只顾埋头工作,不知道汇报的重要性,甚至不清楚自己应当汇报什么,以及如何...
{ "pile_set_name": "Github" }
include CHANGELOG.md include LICENSE include README.md include TODO.rst include pytest.ini include tox.ini recursive-include docs recursive-include tests
{ "pile_set_name": "Github" }
include/rpl_init.inc [topology=none] ==== Initialize ==== SET GLOBAL ENFORCE_GTID_CONSISTENCY = ON; CREATE TABLE statements ( id INT PRIMARY KEY AUTO_INCREMENT, comment VARCHAR(100) NOT NULL, connection INT, statement VARCHAR(1000), gtid_next VARCHAR(100) NOT NULL, gtid_owned VARCHAR(100) NOT NULL, anonymous_count INT ...
{ "pile_set_name": "Github" }
--- ../src-base/minecraft/net/minecraft/tileentity/TileEntityHopper.java +++ ../src-work/minecraft/net/minecraft/tileentity/TileEntityHopper.java @@ -7,12 +7,14 @@ import net.minecraft.block.BlockHopper; import net.minecraft.entity.Entity; import net.minecraft.entity.item.EntityItem; +import net.minecraft.entity.ite...
{ "pile_set_name": "Github" }
/* Too large to fit in two registers, pass address of result object in %rdi. */ struct mem { int x, y; char c; long l; }; struct mem func(void) { struct mem p = {1, 2, 'a', 3}; return p; } int main() { struct mem p; p = func(); return p.x + p.y + p.c + p.l; }
{ "pile_set_name": "Github" }
class Menu(MenuBase,IResource,IAnimatable,IInputElement,IFrameworkInputElement,ISupportInitialize,IHaveResources,IQueryAmbient,IAddChild,IGeneratorHost,IContainItemStorage): """ Represents a Windows menu control that enables you to hierarchically organize elements associated with commands and event handlers. ...
{ "pile_set_name": "Github" }
{ "symbol": "wNXM", "name": "Wrapped NXM", "type": "ERC20", "address": "0x57A2bCBa1902696B08B93C87451Be71b024d2a4C", "ens_address": "", "decimals": 18, "website": "", "logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" }, "support": { "email": "", "url": "" }, "social": { "blog": "",...
{ "pile_set_name": "Github" }
Product: ======== UBB.threads Vendor: ======= UBBCentral (http://www.ubbcentral.com/) Versions: ========= I tested it successfull on 3.4.x At Version 3.5 you need to be logged in to perform a search. I didnt tested this version. Problem: ======== Sql-Injection in dosearch.php dosearch.php?Name=' OR U_Password='PWIN...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <DataAccess/DAAccount.h> @interface DAAccount (BookmarkDAVExtension) - (_Bool)isBookmarkDAVAccount; @end
{ "pile_set_name": "Github" }
/* --------------------------------------------------------------------------- Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved. The redistribution and use of this software (with or without changes) is allowed without the payment of fees or royalties provided that: source code distribution...
{ "pile_set_name": "Github" }
from __future__ import absolute_import import textwrap def DALS(s): "dedent and left-strip" return textwrap.dedent(s).lstrip()
{ "pile_set_name": "Github" }
好奇心原文链接:[4月内连挖两名创意总监,优衣库广告要怎么做?_商业_好奇心日报-许冰清](https://www.qdaily.com/articles/2719.html) WebArchive归档链接:[4月内连挖两名创意总监,优衣库广告要怎么做?_商业_好奇心日报-许冰清](http://web.archive.org/web/20180923202422/http://www.qdaily.com:80/articles/2719.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3v6ge00brj30u03prhdt)
{ "pile_set_name": "Github" }
// Copyright 2019 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...
{ "pile_set_name": "Github" }
### 分类和类拓展的区别? * 1.`分类` 的加载在 `运行时`,`类拓展` 的加载在 `编译时`。 * 2.`分类` 不能给系统的类添加方法。 * 3.`类拓展` 只以声明的形式存在,一般存在 .m 文件中。
{ "pile_set_name": "Github" }
const { MenuEmbed } = require('discord.js-prompts') const LocalizedPrompt = require('../common/utils/LocalizedPrompt.js') const commonPrompts = require('../common/index.js') const Translator = require('../../../structs/Translator.js') /** * @typedef {Object} Data * @property {import('../../../structs/db/Feed.js')[]}...
{ "pile_set_name": "Github" }
/* Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. obtain a copy of the License at http://www.imagemagick.org/script/license.php Unless required ...
{ "pile_set_name": "Github" }
import { customElement, html, LitElement } from "lit-element"; import "../../../../lib/slider/slider"; import "../../../../lib/icon/icon"; import "../../../../lib/title/title"; import "../../../elements/code-example/code-example-element"; import "../../../elements/demo/demo-element"; import { cssResult } from "../../.....
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014. Real Time Genomics Limited. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * notice...
{ "pile_set_name": "Github" }
# Paperclip allows file attachments that are stored in the filesystem. All graphical # transformations are done using the Graphics/ImageMagick command line utilities and # are stored in Tempfiles until the record is saved. Paperclip does not require a # separate model for storing the attachment's information, instead a...
{ "pile_set_name": "Github" }
<template> <div class='container'> <div v-lazy-container="{ selector: 'img' }"> <img v-for='item in data' :data-src='item' /> </div> </div> </template> <script> const data = require.context("./data"); export default { name: "Logo", data() { return { data: data.keys().map(path => requir...
{ "pile_set_name": "Github" }
\version "2.16.0" \header{ texidoc = "Stripped version of trip.ly. Staves should be of correct length." } \layout { ragged-right= ##t } \context PianoStaff \relative c'' << \new Staff { r1 r1 \bar "|." } \new Staff { r1 \context Staff { \grace { c16 } c1 } } >> \layout { } ...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 322C0AD51AF5377F002F45AE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 322C0AD41AF5377F002F45AE /* AppDelegate.swift */; }; 322C0AD71AF5377F002F45AE /* ViewController.swift...
{ "pile_set_name": "Github" }
<div class="row"> <%= render ExMoney.Web.SharedView, "settings_navbar.html", conn: @conn, navigation: @navigation %> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <h2>Account <%= @account.name %></h2> <ul> </ul> <%= link "Edit", to: settings_account_path(@conn, :edit, @ac...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, Sangoma Technologies * Moises Silva <moy@sangoma.com> * 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 abo...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import division from __future__ import print_function import csv import numpy as np import os import sys from observations.util import maybe_download_and_extract def fars2007(path): """US fatal road accident data, 2007 and 2008 Data...
{ "pile_set_name": "Github" }
synopsis: "Sexp-based serialization library and protocol for machine interaction with the Coq proof assistant" description: "Sexp-based serialization library and protocol for machine interaction with the Coq proof assistant" name: "coq-serapi" opam-version: "2.0" maintainer: "e@x80.org" authors: "Em...
{ "pile_set_name": "Github" }
// Copyright 2015 Joyent, Inc. module.exports = SSHBuffer; var assert = require('assert-plus'); function SSHBuffer(opts) { assert.object(opts, 'options'); if (opts.buffer !== undefined) assert.buffer(opts.buffer, 'options.buffer'); this._size = opts.buffer ? opts.buffer.length : 1024; this._buffer = opts.buff...
{ "pile_set_name": "Github" }
category:诈骗 title:男子两年非法集资4.7亿元 买2套别墅10余辆豪车 content:记者12日从云南省红河哈尼族彝族自治州中级人民法院获悉,在当地影响极大的白占江集资诈骗案已由红河中院作出一审判决:白占江因非法集资4.7亿余元被判处无期徒刑,其超额返还给3名集资人的2000多万元将予追缴。目前判决已经生效。白占江1986年出生,大学本 记者12日从云南省红河哈尼族彝族自治州中级人民法院获悉,在当地影响极大的白占江集资诈骗案已由红河中院作出一审判决:白占江因非法集资4.7亿余元被判处无期徒刑,其超额返还给3名集资人的2000多万元将予追缴。目前判决已经生效。 白占江1986年出生,大学本科学历。法院审理查明:201...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <write><data>\x00\x0e\x01E\x0bsystem.name</data></write> <read><length>10</length><match><data>\x00\x08\x03ECGC CB</data></match></read> </replay> </pov>
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 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/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
//// symbol bindings // Dynamic scopes are for rebinding global variables, and for undoing bindings. map<cell*, stack<cell*> > Dynamics; // The current lexical scope is a first-class dynamic variable, usually bound // to a table of bindings. // // Entering lexical scopes modifies the current dynamic binding of // Cur...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 07a74e84ffb2147439bb3133cce9aeb8 folderAsset: yes timeCreated: 1484954616 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// // Copyright 2019 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
{ "pile_set_name": "Github" }
2 1 100 1 2 5
{ "pile_set_name": "Github" }
/** * @license * Copyright 2019 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 ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s template<typename T, typename U> struct pair { }; template<typename ...Types> struct tuple { }; template<typename T, typename U> struct is_same { static const bool value = false; }; template<typename T> struct is_same<T, T> { static const bool value = true; ...
{ "pile_set_name": "Github" }
<!-- HTML header for doxygen 1.8.4--> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="generator" content="Doxygen 1.8.13"/> <title>PVRShell: pvr::PointerLocation Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"><...
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: /System/Library/PrivateFrameworks/BackRow.framework/BackRow */ #import "BackRow-Structs.h" #import "BRControl.h" @class NSMutableDictionary, NSArray, NSMutableArray, BRImageCon...
{ "pile_set_name": "Github" }
package com.infinityraider.agricraft.api.v1.items; /** * Marker interface for objects that may be used as a rake. */ public interface IAgriRakeItem extends IAgriCraftItem { }
{ "pile_set_name": "Github" }
**To retrieve the analytics configuration for a bucket with a specific ID** The following ``get-bucket-analytics-configuration`` example displays the analytics configuration for the specified bucket and ID. :: aws s3api get-bucket-analytics-configuration \ --bucket my-bucket \ --id 1 Output:: ...
{ "pile_set_name": "Github" }