text
stringlengths
2
99.9k
meta
dict
Your design company has primarily been working with CSS transformations to build webpages. After some discussion, a decision is made to start using JavaScript to perform some of the calculations dynamically. Some of your teammates are less experienced with JavaScript, so you decide to use a function closure to create r...
{ "pile_set_name": "Github" }
// Copyright 2016 The etcd 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 t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <product version="3" modelHash="-3swm5rbm2al8l78cg5q9mns6ecvplkb"> <files names="Language.java" /> </product>
{ "pile_set_name": "Github" }
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_m...
{ "pile_set_name": "Github" }
Configuration OMSASR { $RemoteAzureAgent = 'http://go.microsoft.com/fwlink/p/?LinkId=394789' $LocalAzureAgent = 'C:\Temp\AzureVmAgent.msi' $OMSPackageLocalPath = 'C:\MMA\MMASetup-AMD64.exe' $OMSWorkspaceId = Get-AutomationVariable -Name 'OMSWorkspaceId' $OMSWorkspaceKey = Get-AutomationVariable ...
{ "pile_set_name": "Github" }
;;; Compiled by f2cl version: ;;; ("$Id: f2cl1.l,v 1.209 2008/09/11 14:59:55 rtoy Exp $" ;;; "$Id: f2cl2.l,v 1.37 2008/02/22 22:19:33 rtoy Rel $" ;;; "$Id: f2cl3.l,v 1.6 2008/02/22 22:19:33 rtoy Rel $" ;;; "$Id: f2cl4.l,v 1.7 2008/02/22 22:19:34 rtoy Rel $" ;;; "$Id: f2cl5.l,v 1.197 2008/09/11 15:03:25 rtoy Exp $" ...
{ "pile_set_name": "Github" }
--TEST-- SOAP XML Schema 10: simpleType/list (as array) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php include "test_schema.inc"; $schema = <<<EOF <simpleType name="testType"> <list itemType="token"/> </simpleType> EOF; test_schema($schema,'type="tns:testType"',array("one","two")); echo ...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:27:58.496623", "description": "A lightweight JavaScript library to manipulate the page url.", "fork": false, "full_name": "jillix/url.js", "language": "CSS", "updated_at": "2015-03-10T07:01:30.990157" }
{ "pile_set_name": "Github" }
{ "name": "BTCPay Server Documentation", "short_name": "BTCPay Docs", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } ], "theme_co...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:4ed1e350e21434dd0ecdcfcca669655c8360c2ca5775234b4177ec576d08dc4d size 8214
{ "pile_set_name": "Github" }
@using NewLife; @using NewLife.Web; @using XCode; @using System.Linq; @{ var page = ViewBag.Page as Pager; var dic = new Dictionary<Int32, String>(); dic.Add(1, "启用"); dic.Add(0, "禁用"); } <div class="form-group"> <label for="enable" class="control-label">状态:</label> @Html.ForDropDownList("enab...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020, Andreas Kling <kling@serenityos.org> * 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, t...
{ "pile_set_name": "Github" }
package com.u8.server.web.pay.sdk; import com.u8.server.common.UActionSupport; import com.u8.server.constants.PayState; import com.u8.server.data.UChannel; import com.u8.server.data.UOrder; import com.u8.server.log.Log; import com.u8.server.sdk.anzhi.Des3Util; import com.u8.server.service.UChannelManager; imp...
{ "pile_set_name": "Github" }
tests/qapi-schema/args-alternate.json:3: 'data' for command 'oops' cannot use alternate type 'Alt'
{ "pile_set_name": "Github" }
//#include "Exportor/PLYExportor.h" //using namespace MonocularSfM;
{ "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" }
# <p align=center>`Longformer`</p> `Longformer` is a BERT-like model for long documents. **\*\*\*\*\* New July 23rd, 2020: Speed degradation \*\*\*\*\*** A significant speed degradation in the hugginface/transformers was recenlty discovered and fixed (check [this PR](https://github.com/huggingface/transformers/pull/5...
{ "pile_set_name": "Github" }
package us.ihmc.robotics.linearAlgebra.careSolvers; import org.ejml.data.DMatrixRMaj; import org.ejml.dense.row.CommonOps_DDRM; import us.ihmc.matrixlib.NativeCommonOps; /** * This solver computes the solution to the algebraic Riccati equation, using an iterative Newton algorithm outlined in Chapter 11 of * "The A...
{ "pile_set_name": "Github" }
// Copyright (C) 2014 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 applicable ...
{ "pile_set_name": "Github" }
module Google class Search class Item class Blog < self ## # Blog base uri. attr_reader :blog_uri ## # Author name. attr_reader :author ## # Published DateTime. attr_reader :publish...
{ "pile_set_name": "Github" }
//===- HexagonBlockRanges.cpp ---------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
<!-- Copyright (c) [2012] - [2017] Red Hat, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributor...
{ "pile_set_name": "Github" }
# # Copyright (C) 2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # define Profile/RaspberryPi NAME:=RaspberryPi endef define Profile/RaspberryPi/Description RaspberryPi board endef $(eval $(call Profile,RaspberryPi))
{ "pile_set_name": "Github" }
--- layout: recent --- {{ content }}
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.lslboost.org/LICENSE_1_0.txt) =====================================...
{ "pile_set_name": "Github" }
/* =============================================================================== // Core3DMath.h �1999-2001, J.T. Frey // =============================================================================== // Written: J.T. Frey, 03/11/2001 // Purpose: Defines a specialized library for three-dimensional // ...
{ "pile_set_name": "Github" }
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [1.0.1](https://github.com/ecomfe/react-hooks/compare/@huse/scroll-into-view@0.10.2...@huse/scroll-into-view@1.0.1) (2020-03-23) ### Bug Fixes * de...
{ "pile_set_name": "Github" }
// Copyright (c) 2015, Cisco Systems // 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, // this list of condi...
{ "pile_set_name": "Github" }
// Copyright 2018 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="common_google_play_services_install_title" msgid="26645092511305524">"Hankige Google Play teenused"</string> <string name="common_go...
{ "pile_set_name": "Github" }
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix language = Objective-C package = platform.UserNotifications modules = UserNotifications compilerOpts = -framework UserNotifications linkerOpts = -framewor...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: a71b284f467d4de4584d5f813a75c7c0 timeCreated: 1490923136 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.tx...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy, modify, and distribute this software in source code or binary form for use // in connection with the web services and APIs provided by Facebook. // // As with...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0...
{ "pile_set_name": "Github" }
/var/create_object_html = null /datum/admins/proc/create_object(var/mob/user) if (!create_object_html) var/objectjs = null objectjs = jointext(typesof(/obj), ";") create_object_html = file2text('html/create_object.html') create_object_html = replacetext(create_object_html, "null /* object types */", "\"[objec...
{ "pile_set_name": "Github" }
// 2010-12-17 Paolo Carlini <paolo.carlini@oracle.com> // // Copyright (C) 2010-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the /...
{ "pile_set_name": "Github" }
ALL_EXAMPLE=example/parameter example/parameter: example/parameter.cc libdmlc.a $(ALL_EXAMPLE) : $(CXX) $(CFLAGS) -o $@ $(filter %.cpp %.o %.c %.cc %.a, $^) $(LDFLAGS)
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 The WebM 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 contributin...
{ "pile_set_name": "Github" }
''' Copyright (c) 2017 Yogesh Khatri This file is part of mac_apt (macOS Artifact Parsing Tool). Usage or distribution of this software/code is subject to the terms of the MIT License. ''' import biplist import datetime import logging import os import re #import pytz from enum import IntEnum from io...
{ "pile_set_name": "Github" }
%% EBSD Orientation Anaylsis % %% % Here we discuss tools for the analysis of EBSD data which are independent % of its spatial coordinates. For spatial analysis, we refer to <xxx.html % this page>. Let us first import some EBSD data: % plotx2east ebsd = EBSD.load(fullfile(mtexDataPath,'EBSD','Forsterite.ctf'),... '...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 6.5.1 --> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforg...
{ "pile_set_name": "Github" }
'use strict'; var customError = require('es5-ext/error/custom') , ee = require('../'); module.exports = function (t, a) { var x, error = customError('Some error', 'ERROR_TEST'), emitted; x = ee(); a.throws(function () { t.call(x, error); }, 'ERROR_TEST'); x.on('error', function (err) { emitted = err; ...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 2720C0F11BA0612D00CC2BE3 /* ORSSerialBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2720C0F01BA0612D00CC2BE3 /* ORSSerialBuffer.m */; }; 9D2B58071ADC16B500B08D53 /* main.swift in Source...
{ "pile_set_name": "Github" }
import React from 'react'; import { ListRenderItemInfo, View } from 'react-native'; import { Avatar, Text } from '@ui-kitten/components'; import { AutocompleteShowcaseOption } from './type'; type Option = AutocompleteShowcaseOption; export const CustomOptionsAutocompleteItem = ({ item }: ListRenderItemInfo<Option>) =...
{ "pile_set_name": "Github" }
<section anchor="introduction"><name>Introduction</name> <t>Firewalls</t> </section>
{ "pile_set_name": "Github" }
// // Seaglass, a native macOS Matrix client // Copyright © 2018, Neil Alexander // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
(c) Copyright ${today.year} Palantir Technologies Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applic...
{ "pile_set_name": "Github" }
/** * @license Use of this source code is governed by an MIT-style license that * can be found in the LICENSE file at https://github.com/cartant/rxjs-etc */ import { OperatorFunction } from "rxjs"; import { map, mapTo, scan } from "rxjs/operators"; export function bufferRecent<T>(count: number): OperatorFunction<T...
{ "pile_set_name": "Github" }
// +build appengine package logrus import ( "io" ) func checkIfTerminal(w io.Writer) bool { return true }
{ "pile_set_name": "Github" }
# Kubernetes Community Code of Conduct Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md)
{ "pile_set_name": "Github" }
import dsz import dsz.cmd import dsz.script import ops import ops.cmd import ops.db import ops.project from datetime import timedelta, datetime AUDIT_TAG = 'OPS_AUDITING_STATUS' DORKING_TAG = 'OPS_AUDITING_DORKED' MAX_CACHE_SIZE = 3 def get_status(maxage=timedelta(0), targetID=None): status_cmd = op...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:b1ab6e1adf0024d72e5163b38d63a57496b2ffb2dec3c20b525582a68afbb943 size 5322
{ "pile_set_name": "Github" }
--- external help file: Microsoft.Rtc.Management.dll-help.xml online version: https://docs.microsoft.com/powershell/module/skype/set-csnetworkregion applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 title: Set-CsNetworkRegion schema: 2.0.0 manager: rogupta au...
{ "pile_set_name": "Github" }
/** * @name exports * @summary MetadataResource Class */ module.exports = class MetadataResource { constructor(opts) { // Create an object to store all props Object.defineProperty(this, '__data', { value: {} }); // Define getters and setters as enumerable Object.defineProperty(this, '_id', { ...
{ "pile_set_name": "Github" }
# socket-controllers ![Build Status](https://github.com/typestack/socket-controllers/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/typestack/socket-controllers/branch/develop/graph/badge.svg)](https://codecov.io/gh/typestack/socket-controllers) [![npm version](https://badge.fury.io/js/socket-controllers.sv...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Ui\TemplateEngine\Xhtml; use Magento\Framework\App\State; use Magento\Framework\Serialize\Serializer\JsonHexTag; use Magento\Framework\View\Element\UiComponentInterface; use Magento\Framework\View\...
{ "pile_set_name": "Github" }
#define VTMMIO_OFFSET_MAGIC 0x000 #define VTMMIO_OFFSET_VERSION 0x004 #define VTMMIO_OFFSET_DEVID 0x008 #define VTMMIO_OFFSET_DEVFEATURES 0x010 #define VTMMIO_OFFSET_DEVFEATSEL 0x014 #define VTMMIO_OFFSET_DRVFEATURES 0x020 #define VTMMIO_OFFSET_DRVFEATSEL 0x02...
{ "pile_set_name": "Github" }
#ifndef BOOST_ARCHIVE_XML_OARCHIVE_HPP #define BOOST_ARCHIVE_XML_OARCHIVE_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // xml_oarchive.hpp // (C) Copyright 2002 Robert Ramey -...
{ "pile_set_name": "Github" }
package checks; import javax.inject.Inject; class ConstructorInjectionCheckA { @Inject Object injectedfield; // Noncompliant } class ConstructorInjectionCheckB { @Inject Object injectedField; // Compliant - private constructor private ConstructorInjectionCheckB() {} } class ConstructorInjectionCh...
{ "pile_set_name": "Github" }
// Copyright (C) 1994-2013 Free Software Foundation, Inc. // // This file is part of GCC. // // GCC is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3, or (at your option) // any later version....
{ "pile_set_name": "Github" }
// // Sample2AppDelegate.m // SampleMap : Diagnostic map // #import "MarkerMurderAppDelegate.h" #import "RootViewController.h" #import "MainViewController.h" @implementation MarkerMurderAppDelegate @synthesize window; @synthesize rootViewController; - (void)applicationDidFinishLaunching:(UIApplication *)applicat...
{ "pile_set_name": "Github" }
{ "images" : [ { "orientation" : "portrait", "idiom" : "iphone", "extent" : "full-screen", "minimum-system-version" : "7.0", "filename" : "Default@2x.png", "scale" : "2x" }, { "extent" : "full-screen", "idiom" : "iphone", "subtype" : "retina4", "...
{ "pile_set_name": "Github" }
# # Licensed to Cloudera, Inc. under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. Cloudera, Inc. licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file ...
{ "pile_set_name": "Github" }
defmodule ExDebugToolbar.Breakpoint.UUID do @moduledoc false defstruct [:request_id, :breakpoint_id] def from_string(uuid) do case String.split(uuid, "-") do [request_id, breakpoint_id] -> {:ok, %__MODULE__{request_id: request_id, breakpoint_id: breakpoint_id}} _ -> {:error, "cannot pars...
{ "pile_set_name": "Github" }
import { toUpper } from "./index"; export = toUpper;
{ "pile_set_name": "Github" }
pre.prettyprint { width: inherit; left: 0px !important; padding: 10px !important; box-shadow: 1px 1px 5px #9c9c9c !important; border-style: solid; border-width: 1px; border-radius: 5px; border-color: #ADADAD; } pre.prettyprint + pre { width: inherit; left: 0px !important; padding: 10px !important...
{ "pile_set_name": "Github" }
(function() { document.addEventListener("DOMContentLoaded", function() { var redirectTargetElement = document.getElementById("redirection-target"); var targetInfo = JSON.parse(redirectTargetElement.dataset.target) var storageAccessHelper = new StorageAccessHelper(targetInfo); storageAccessHelper.execu...
{ "pile_set_name": "Github" }
<html><head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="Start" href="index.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <lin...
{ "pile_set_name": "Github" }
#------------------------------------------------- # # Project created by QtCreator 2017-04-06T15:49:28 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = untitled3 TEMPLATE = app # The following define makes your compiler emit warnings...
{ "pile_set_name": "Github" }
#!/bin/bash #================================================================================ sed -i "s/#PermitRootLogin yes/PermitRootLogin no/" /etc/ssh/sshd_config systemctl restart sshd #================================================================================ cp /etc/sudoers{,.original} #vim /etc/sudoers...
{ "pile_set_name": "Github" }
/* Copyright (c) 2013 William Malone (www.williammalone.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, modify, merg...
{ "pile_set_name": "Github" }
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
{ "pile_set_name": "Github" }
/* * ------------------------------------------- * CC3220 SDK - v0.10.00.00 * ------------------------------------------- * * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted pro...
{ "pile_set_name": "Github" }
# Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved # # 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 ...
{ "pile_set_name": "Github" }
!@ ^%$#@! _ @#&*( ++++++ 000000 000000a 010203 0744988265 1 100200 110110 110120 1111 11111 111111 11111111 121212 12121212 123 123@!@# 123123 123@123 123234 1233123 1234 12345 123456 123456!@#$%^ 123456111111 1234567 1234567!@#$%^& 12345678 123456789 1234567890 1234567a 123abc 123admin 123muie123 123qwe 123@qwe 123qwe...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Api Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link typ...
{ "pile_set_name": "Github" }
{ "name": "Infinity 1 Incorporated", "displayName": "Infinity 1", "properties": [ "rockabilia.com" ] }
{ "pile_set_name": "Github" }
--- a/src/lib/cryptolink/openssl_link.cc +++ b/src/lib/cryptolink/openssl_link.cc @@ -79,7 +79,7 @@ CryptoLink::initialize() { std::string CryptoLink::getVersion() { - return (SSLeay_version(SSLEAY_VERSION)); + return (OpenSSL_version(OPENSSL_VERSION)); } } // namespace cryptolink
{ "pile_set_name": "Github" }
44 tests, 197 assertions, 1 failures, 0 errors Status Test Message testSelectorWithTagName passed 4 assertions, 0 failures, 0 errors testSelectorWithId passed 3 assertions, 0 failures, 0 errors testSelectorWithClassName passed 2 assertions, 0 failures, 0 errors testSelectorWithTagNameAndId passed 2 assertions, 0 failur...
{ "pile_set_name": "Github" }
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*- // // traits.h: Rcpp R/C++ interface class library -- support traits for vector // // Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois // // This file is part of Rcpp. // // Rcpp is free software: you can redistribute it and/or modi...
{ "pile_set_name": "Github" }
package com.aminography.primedatepicker.calendarview import android.content.Context import android.graphics.Typeface import android.os.Parcel import android.os.Parcelable import android.util.AttributeSet import android.util.SparseIntArray import android.view.ViewGroup import android.view.animation.Interpolator import ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 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 applic...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.client.common.ui.wit.form.controls.test.providers; import org.eclipse.jface.viewers.ITableLabelProvider; import org.eclipse.jface.viewers.LabelProvider; import org.ecli...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Square, 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 agre...
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2007-2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LI...
{ "pile_set_name": "Github" }
reset: false packages: - amulet
{ "pile_set_name": "Github" }
[ { "id": "overlay_female_worn_straw_hat", "fg": [ "straw_hat_f" ], "bg": [] }, { "id": "overlay_male_worn_straw_hat", "fg": [ "straw_hat_m" ], "bg": [] } ]
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* * This file is part of the Zikula package. * * Copyright Zikula - https://ziku.la/ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Zikula\BlocksModule\Form\Type; use Symfony\Component...
{ "pile_set_name": "Github" }
// Copyright 2008 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. #ifndef V8_V8_DEBUG_H_ #define V8_V8_DEBUG_H_ #include "v8.h" // NOLINT(build/include) /** * Debugger support for the V8 JavaScript engine. */ name...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'examples/VideoTemplate.ui' # # Created by: PyQt4 UI code generator 4.11.4 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui try: _fromUtf8 = QtCore.QString.fromUtf8 except AttributeError: def ...
{ "pile_set_name": "Github" }
--- title: 使用 DynamicActivity 在运行时创建活动 description: DynamicActivity 是一个具有公共构造函数的具体的密封类。 使用类可在运行时使用活动 DOM 组装活动功能。 ms.date: 03/30/2017 ms.assetid: 1af85cc6-912d-449e-90c5-c5db3eca5ace ms.openlocfilehash: 17ee14be7df4801018c7afd2e91f1fb07c34e8e1 ms.sourcegitcommit: 9a4488a3625866335e83a20da5e9c5286b1f034c ms.translationty...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, * i...
{ "pile_set_name": "Github" }
/* * This file is part of wlcore * * Copyright (C) 2011 Texas Instruments Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * This program is distributed in the hope th...
{ "pile_set_name": "Github" }
package graph import ( "fmt" "github.com/RincLiu/Go-Algorithm/data-structures/queue" "github.com/RincLiu/Go-Algorithm/data-structures/stack" ) const MAX_INT = 999999999 type Vertex struct { Label string Edges []*Edge isVisited bool } type Edge struct { FromVertex *Vertex ToVertex *Vertex Weight int isUse...
{ "pile_set_name": "Github" }
use printpdf::Mm; use crate::resources::Resources; use std::path::PathBuf; use crate::style::Style; use crate::util::{font_height, width_of_text}; #[derive(Clone, Debug)] pub enum Span { Text { text: String, style: Style, }, Image { width: Mm, height: Mm, path: PathB...
{ "pile_set_name": "Github" }
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
ffprobe version 2.1.1-static Copyright (c) 2007-2013 the FFmpeg developers built on Feb 4 2014 13:01:52 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/home/ryan/Source/ffmpeg-static/target --extra-cflags='-I/home/ryan/Source/ffmpeg-static/target/include -static' --extra-ldflags='-L/home/ryan/...
{ "pile_set_name": "Github" }