text
stringlengths
2
99.9k
meta
dict
/* global window */ import actor from "../Actor"; let vader; describe("actor", () => { beforeEach(() => { jest.spyOn(window.document, "querySelector").mockReturnValue({}); }); it("has a read-only name", () => { vader = actor("vader"); expect(vader.name).toBe("vader"); expect(() => { vade...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using Grace.DependencyInjection.Impl.Expressions; using Grace.DependencyInjection.Lifestyle; namespace Grace.DependencyInjection.Impl { /// <summary> /// forwards strategy configuration /// </summary> ...
{ "pile_set_name": "Github" }
/*- * #%L * %% * Copyright (C) 2019 BMW Car IT GmbH * %% * 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" }
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #pragma mark Named Structures struct CGPoint { double x; double y; }; struct CGRect { struct CGPoint origin; struct CGSize size; }; struct CGSize { double ...
{ "pile_set_name": "Github" }
! ! Copyright (C) 2001-2012 Quantum ESPRESSO group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! !-------------------------------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright 2016-2017, Bernard Helyer. // Copyright 2016-2017, Jakob Bornecrantz. // SPDX-License-Identifier: BSL-1.0 module vrt.gc.arena; import core.typeinfo : TypeInfo; import core.rt.gc : Stats; import core.compiler.llvm; import core.object : Object; import vrt.os.thread; import vrt.gc.hit; import vrt.gc.mman; ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <OfficeImport/OADShade.h> @class OADRelativeRect; __attribute__((visibility("hidden"))) @interface OADPathShade : OADShade { OADRelativeRect *mFillToRect; BOOL mIs...
{ "pile_set_name": "Github" }
package im.actor.crypto; public class Curve25519KeyPair { private byte[] publicKey; private byte[] privateKey; public Curve25519KeyPair(byte[] publicKey, byte[] privateKey) { this.publicKey = publicKey; this.privateKey = privateKey; } public byte[] getPublicKey() { return...
{ "pile_set_name": "Github" }
/* * PMac DBDMA lowlevel functions * * Copyright (c) by Takashi Iwai <tiwai@suse.de> * code based on dmasound.c. * * 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 ...
{ "pile_set_name": "Github" }
{ "version" : "5.5.0", "timestamp" : 1581572100676, "path" : "query-validation-tests/literals.json", "schemas" : { "CSAS_OUTPUT_0.KsqlTopic.Source" : { "schema" : "`ROWKEY` STRING KEY, `ID` BIGINT", "serdeOptions" : [ ] }, "CSAS_OUTPUT_0.OUTPUT" : { "schema" : "`ROWKEY` STRING KEY,...
{ "pile_set_name": "Github" }
/** * jQuery EasyUI 1.5 * * Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved. * * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php * To use it on other terms please contact us: info@jeasyui.com * */ (function($){ $.fn._remove=function(){ return this.each(function(){...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
{ "pile_set_name": "Github" }
export const dateSeries = [ [1327359600000, 30.95], [1327446000000, 31.34], [1327532400000, 31.18], [1327618800000, 31.05], [1327878000000, 31.00], [1327964400000, 30.95], [1328050800000, 31.24], [1328137200000, 31.29], [1328223600000, 31.85], [1328482800000, 31.86], [1328569200000, 32.28], [132...
{ "pile_set_name": "Github" }
var test = require('tape') var through = require('../') // must emit end before close. test('end before close', function (assert) { var ts = through() ts.autoDestroy = false var ended = false, closed = false ts.on('end', function () { assert.ok(!closed) ended = true }) ts.on('close', function () ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Respect/Validation. * * (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net> * * For the full copyright and license information, please view the "LICENSE.md" * file that was distributed with this source code. */ namespace Respect\Validation\Exceptions\SubdivisionCode; use Resp...
{ "pile_set_name": "Github" }
tile.stripped_oak.name=Stripped Oak Wood tile.stripped_spruce.name=Stripped Spruce Wood tile.stripped_birch.name=Stripped Birch Wood tile.stripped_jungle.name=Stripped Jungle Wood tile.stripped_acacia.name=Stripped Acacia Wood tile.stripped_dark_oak.name=Stripped Dark Oak Wood tile.custom_chest_white.name=White Chest ...
{ "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 under t...
{ "pile_set_name": "Github" }
/*! * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof defi...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: Apache-2.0 # Copyright Contributors to the ODPi Egeria project. server.port=9443 server.ssl.key-store=classpath:keystore.p12 server.ssl.key-store-password=egeria server.ssl.keyStoreType=PKCS12 server.ssl.keyAlias=tomcat server.ssl.trust-store=truststore.p12 server.ssl.trust-store-password=...
{ "pile_set_name": "Github" }
<?php namespace Gedmo\SoftDeleteable\Filter\ODM; use Doctrine\ODM\MongoDB\Query\Filter\BsonFilter; use Doctrine\ODM\MongoDB\Mapping\ClassMetadata; use Gedmo\SoftDeleteable\SoftDeleteableListener; class SoftDeleteableFilter extends BsonFilter { protected $listener; protected $documentManager; protected $d...
{ "pile_set_name": "Github" }
<template> <el-dialog v-loading="loading" :visible="visible" :append-to-body="true" title="客户成交状态" width="400px" @close="handleCancel"> <div class="handle-box"> <flexbox class="handle-item" align="stretch"> <div class="handle-item-name" sty...
{ "pile_set_name": "Github" }
/* Copyright 2016 Robert Elder Software 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...
{ "pile_set_name": "Github" }
#! /usr/bin/env python # -*- coding: utf-8 -*- # vim:fenc=utf-8 # # Copyright © 2018 hzshang <hzshang15@gmail.com> # # Distributed under terms of the MIT license. pool = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" s="" for i in pool: for j in pool: for h in pool: s+=i+j+h ...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Migration\Plugin\Customer\Model; use Magento\Customer\Model\CustomerRegistry; use Magento\Customer\Model\ResourceModel\Customer as CustomerResourceModel; use Magento\Framework\Encryption\EncryptorInterface...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Advanced Micro Devices, 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, m...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Awesome-pyecharts</title> <script type="text/javascript" src="https://assets.pyecharts.org/assets/echarts.min.js"></script> </head> <body> <div id="aa651cf1eb824e6d8d2a29402f442349" class="chart-container" style="width:900px; height:50...
{ "pile_set_name": "Github" }
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.test.queryhint; import java.util.List; import java.util.Map;...
{ "pile_set_name": "Github" }
#config_version=5 modes: # empty mode section
{ "pile_set_name": "Github" }
import paddle.fluid as fluid import paddle.fluid.dygraph as dygraph import ltr.actors as actors import ltr.data.transforms as dltransforms from ltr.data import processing, sampler, loader from ltr.dataset import ImagenetVID, Got10k from ltr.models.siamese.siam import siamfc_alexnet from ltr.trainers import LTR...
{ "pile_set_name": "Github" }
package com.ocnyang.recyclerviewevent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.helper.ItemTouchHelper; import android.view.MenuItem; import android.widg...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/parsers/metadata_parser_manager.h" #include "base/logging.h" #include "base/file_util.h" #include "base/memory/singleton.h" ...
{ "pile_set_name": "Github" }
set(system_libs) if( CMAKE_HOST_UNIX ) if( LLVM_LIBXML2_ENABLED ) set(system_libs ${system_libs} ${LIBXML2_LIBS}) endif() endif() add_llvm_library(LLVMWindowsManifest WindowsManifestMerger.cpp ADDITIONAL_HEADER_DIRS ${LLVM_MAIN_INCLUDE_DIR}/llvm/WindowsManifest ${Backtrace_INCLUDE_DIRS} LINK_LIBS $...
{ "pile_set_name": "Github" }
package burp; /* * @(#)ITempFile.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface is...
{ "pile_set_name": "Github" }
/* * Copyright © 2014 - 2020 Leipzig University (Database Research Group) * * 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 * * Unles...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using Foundation; using UIKit; namespace FitToSizeClock.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding)...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014-2020 Bjoern Kimminich. * SPDX-License-Identifier: MIT */ const frisby = require('frisby') const Joi = frisby.Joi const insecurity = require('../../lib/insecurity') const config = require('config') const API_URL = 'http://localhost:3000/api' const REST_URL = 'http://localhost:3000/rest' con...
{ "pile_set_name": "Github" }
{ "description": "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.", "required": [ "value" ], "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Serv...
{ "pile_set_name": "Github" }
var convert = require('./convert'); module.exports = convert(require('../array'));
{ "pile_set_name": "Github" }
{-| Generic data loader. This module holds the common code for parsing the input data after it has been loaded from external sources. -} {- Copyright (C) 2009, 2010, 2011, 2012 Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided t...
{ "pile_set_name": "Github" }
'use strict' const path = require('path') const config = require('../config') exports.assetsPath = function (_path) { const assetsSubDirectory = process.env.NODE_ENV === 'production' ? config.build.assetsSubDirectory : config.dev.assetsSubDirectory return path.posix.join(assetsSubDirectory, _path) }
{ "pile_set_name": "Github" }
// Copyright (c) 2011-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BANTABLEMODEL_H #define BITCOIN_QT_BANTABLEMODEL_H #include "net.h" #include <QAbstractTableModel> #incl...
{ "pile_set_name": "Github" }
title: Running executables with same hash and different names submission_date: 2013/05/23 information_domain: Host platforms: - Windows - Linux - macOS subtypes: - Process analytic_types: - TTP contributors: - MITRE id: CAR-2013-05-009 description: |- Executables are generally not renamed, thus a given ha...
{ "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" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> <GradleProjectSettings> <option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> ...
{ "pile_set_name": "Github" }
//===--- RawStringLiteral.cpp ------------------------------------*- C++-*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
CREATE TABLE movies ( user_id integer, name varchar(40), director varchar(40) );
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT ******************************************************************************/ #include "python_callback_c.h" #include "python_callback.h" #include "utils.h" #...
{ "pile_set_name": "Github" }
List::Gen provides higher order functions, list comprehensions, generators, iterators, and other utility functions for working with lists. walk lists with any step size you want, create lazy ranges and arrays with a map like syntax that generate values on demand. there are several other hopefully useful functions, and ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 1ca634393966f1b4b9d417f7581860a5 NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
--- name: "Bug Report" about: Report a bug in Trinity title: '' labels: 'T - Bug' --- ## Bug description Briefly describe the bug. ## Version Which version of Trinity are you running? (Please provide the full version, you can find it in Settings > About Trinity). - Version: ## Hardware specification What hardwar...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: js_data oTest.fnStart( "bSort" ); $(document).ready( function () { /* Check the default */ $('#example').dataTable( { "aaData": gaaData } ); oTest.fnTest( "Sorting is on by default", null, function () { return $('#example tbody td:eq(0)').html() == "Gecko"; } ); oTest.fnTest( "S...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('stubString', require('../stubString'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
--- # required metadata title: What's new or changed in Dynamics 365 for Retail (April 2019) description: This topic describes features that are in preview in Dynamics 365 Retail. author: josaw1 manager: AnnBe ms.date: 03/05/2019 ms.topic: article ms.prod: ms.service: dynamics-ax-retail ms.technology: # optional m...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Michael Rozumyanskiy * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classe...
{ "pile_set_name": "Github" }
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4] SZ[19] GN[] DT[2018-04-09] PB[BensonDarr]BR[9段] PW[でぇもん]WR[9段] KM[750]HA[0]RU[Japanese]RE[B+R]TM[1800]TC[7]TT[30] ;B[dd];W[pp];B[dq];W[pd];B[dn];W[cc];B[dc];W[cd];B[cf];W[ce];B[de] ;W[bf];B[cb];W[bb];B[be];W[db];B[bc];W[ca];B[bd];W[cb];B[bg];W[df] ;B[cg];W[fc];B[ff];W[dp];B[cp];W[cq];B[c...
{ "pile_set_name": "Github" }
{ "Velocity Micro T408": { "type": "tablet", "properties": { "Device_Name": "Cruz", "Device_Code_Name": "T408", "Device_Maker": "Velocity Micro", "Device_Pointing_Method": "touchscreen", "Device_Brand_Name": "Velocity Micro" }, "standard": true } }
{ "pile_set_name": "Github" }
'use strict'; import TabPanel from './ui/tab.js'; import Paginator from './ui/paginator.js'; import Storage from './storage.js'; const PAGE_SIZE = 50; /** * Class Modal */ class Modal { constructor(selector) { this.modal = document.querySelector(selector); } static get instance() { if...
{ "pile_set_name": "Github" }
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies ...
{ "pile_set_name": "Github" }
import Chart from 'chart.js'; // Modify horizontalBar so that each dataset (fragments, timeRanges) draws on the same row (level, track or buffer) Chart.controllers.horizontalBar.prototype.calculateBarValuePixels = function (datasetIndex, index, options) { const chart = this.chart; const scale = this._getValueScale...
{ "pile_set_name": "Github" }
(ns demo.npm (:require ["fs" :as fs] [shadow.resource :as rc] #_["./es6" :as es6])) (def x (rc/inline "./lib.cljs")) (goog-define SOMETHING "foo") (defn ^:export foo [] #_(es6/foo) #js["hello from cljs!" SOMETHING js/goog.DEBUG x]) (defn ^:export test-file [name] (fs/existsSync name)) (def ^:ex...
{ "pile_set_name": "Github" }
# # Copyright (c) 2006-2020 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # class Netgear_dgn2200_cmd_exec < BeEF::Core::Command def self.options return [ {'name' => 'rhost', 'ui_label' => 'IP address', 'val...
{ "pile_set_name": "Github" }
#include <fc/crypto/hex.hpp> #include <fc/fwd_impl.hpp> #include <openssl/sha.h> #include <openssl/ripemd.h> #include <string.h> #include <fc/crypto/ripemd160.hpp> #include <fc/crypto/sha512.hpp> #include <fc/crypto/sha256.hpp> #include <fc/variant.hpp> #include <vector> #include "_digest_common.hpp" namespace fc { ...
{ "pile_set_name": "Github" }
require "spec_helper" require "hamster/list" describe Hamster::List do describe "#permutation" do let(:list) { L[1,2,3,4] } context "with no block" do it "returns an Enumerator" do expect(list.permutation.class).to be(Enumerator) expect(list.permutation.to_a.sort).to eq([1,2,3,4].permu...
{ "pile_set_name": "Github" }
/* * arch/ubicom32/kernel/timer_broadcast.c * Implements a dummy clock event for each cpu. * * Copyright (C) 2008 Paul Mundt * (C) Copyright 2009, Ubicom, Inc. * * This file is part of the Ubicom32 Linux Kernel Port. * * The Ubicom32 Linux Kernel Port is free software: you can redistribute * it and/or modi...
{ "pile_set_name": "Github" }
Hello World
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2006 Eric Niebler 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) ==========================================...
{ "pile_set_name": "Github" }
# encoding: utf-8 import ast import os import re from . import exceptions, utils from .compat import basestring, builtin_str, numeric_types, str variable_regexp = r"\$([\w_]+)" function_regexp = r"\$\{([\w_]+\([\$\w\.\-/_ =,]*\))\}" function_regexp_compile = re.compile(r"^([\w_]+)\(([\$\w\.\-/_ =,]*)\)$") def pars...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <Swift/Controllers/UIEvents/UIEvent.h> namespace Swift { class RequestXMLConsoleUIEvent : public UIEvent { }; }
{ "pile_set_name": "Github" }
% File src/library/grDevices/man/unix/x11.Rd % Part of the R package, https://www.R-project.org % Copyright 1995-2014 R Core Team % Distributed under GPL 2 or later \name{x11} \alias{x11} \alias{X11} \alias{X11.options} \title{X Window System Graphics} \description{ \code{X11} starts a graphics device driver for th...
{ "pile_set_name": "Github" }
# Dozzle [![Docker Pulls](https://img.shields.io/docker/pulls/amir20/dozzle?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/amir20/dozzle) [![GitHub Stars](https://img.shields.io/github/stars/amir20/dozzle?style=flat-square&color=607D8B&label=github%20stars&logo=github)](http...
{ "pile_set_name": "Github" }
form=词 tags= 元宵节。 凤楼相对鳌山结。 鳌山结。 香尘随步, 柳梢微月。 多情又把珠帘揭。 游人不放笙歌歇。 笙歌歇。 晓烟轻散, 帝城宫阕。
{ "pile_set_name": "Github" }
/* ********************************************************************** * Copyright (C) 2007-2007, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * * File tzdate.c * * Author: Michael Ow * ********************...
{ "pile_set_name": "Github" }
/* *********************************************************************************************************************** * * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ...
{ "pile_set_name": "Github" }
let app = getApp() Page({ data:{ userInfo: {} }, onLoad() { app.getUserInfo(userInfo => { userInfo.gender = userInfo.gender === 1 ? 'Male' : 'Female' this.setData({ userInfo: userInfo }) }) } })
{ "pile_set_name": "Github" }
/* - reset */ html { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; padding: 0; } *, *::before, *::after { box-sizing: inherit; } * { font-family: sans-serif; } body {...
{ "pile_set_name": "Github" }
{ "images" : [ { "size" : "16x16", "idiom" : "mac", "filename" : "microphone-16.png", "scale" : "1x" }, { "size" : "16x16", "idiom" : "mac", "filename" : "microphone-32-1.png", "scale" : "2x" }, { "size" : "32x32", "idiom" : "mac", ...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <i2c.h> #include <asm/io.h> #include <asm/arch/immap_ls102xa.h> #include <asm/arch/clock.h> #include <asm/arch/fsl_serdes.h> #include <asm/arch/ls102xa_devdis.h> #include <asm/arch/ls102xa_soc.h>...
{ "pile_set_name": "Github" }
Project Directory ================= The ProjectDirectory object represents a collection of git repositories (perhaps in a single directory). It can be created in 3 main ways: * By specifying the directory in which the repositories live locally * By explicitly passing a list of local directories for each git reposi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0820" version = "1.3"> <BuildAction parallelizeBuildables = "NO" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
#Equalizer 1.2 ascii # 'Hello, World!' config: one window rendering from the application process. server { connection { hostname "127.0.0.1" } config { appNode { pipe { window { viewport [ 0.25 0.25 0.5 0.5 ] ...
{ "pile_set_name": "Github" }
.row.enterprise_status_panel{ ng: { controller: 'indexStatusPanelCtrl' } } .alpha.omega.sixteen.columns %h4.status-ok.text-center{ ng: { show: "issues.length == 0 && warnings.length == 0" } } %i.icon-ok-sign {{ 'js.admin.panels.enterprise_status.status_title' | t:{ name: object.name } }} %table{ ...
{ "pile_set_name": "Github" }
-----BEGIN RSA PRIVATE KEY----- MIIJKQIBAAKCAgEAo1Oc8nr6fMTqvowV+CpC55i5BZGFGc50Eb4RLBSRTH1e7Jep dFjAVbBtyQRJSiY1ja0tgLQDDKZRwfEI+b4azse460InPHv7C1TN0upXlxuj6m9B 1IlP+sBaM7WBC6dVfPO+jVMIxgkFCaBCLhhdK1Fjf8HjkT/PkctWnho8NTwivc9+ nqRZjXe/eIcqm5HwjDDhu+gz+o0gVz9MfZNi1JyCrOyNZcy+cr2QeNnNVGnFq8xT xtu6dLunhpmLFj2mm0Vjwa7Ypj5q...
{ "pile_set_name": "Github" }
#N canvas 0 0 800 865 10; #X msg 154 388 add ge; #X obj 33 24 cnv 15 404 54 empty empty empty 22 25 0 18 -1 -66577 0 ; #X obj 35 26 cnv 15 400 50 empty empty PDContainer 22 25 0 18 -228992 -66577 0; #X text 295 36 help file of; #X text 37 100 init arg: namespace; #X msg 477 380 print; #X msg 477 454 clear; #X msg 477 6...
{ "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" }
Class=[NonFinal] ClassPath MEng.User.Tests.TestMD5Hash; ParentClass MEng.Object; EndClass; Imports= MEng.User.Tests.TestHelpers; MEng.System.Runtime.ConsoleOutStream; MEng.System.Runtime.MD5Digest; MEng.System.Runtime.MD5Hash; MEng.System.Runtime.TextXCoder; EndImports; Memb...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using Jaeger.Propagation; using Microsoft.Extensions.Logging; using OpenTracing.Propagation; namespace Jaeger { internal class PropagationRegistry { private readonly ILogger _logger; private readonly Dictionary<object, IInjector> _injectors = new...
{ "pile_set_name": "Github" }
## Swift 2 The biggest change in DTTableViewManager is, of course, programming language. It was rewritten from scratch, leveraging best technics possible in Swift 2. Those include generics, default protocol implementations, error handling model, Swift structs, enums and tuples. Changes are not limited to framework int...
{ "pile_set_name": "Github" }
/* The industrial I/O core, trigger handling functions * * Copyright (c) 2008 Jonathan Cameron * * 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. */ #include <linux/kernel.h> #i...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS t2; CREATE TABLE t2 ( a bigint unsigned NOT NULL PRIMARY KEY, b int unsigned not null, c int unsigned ) engine=ndbcluster; select count(*) from t2; count(*) 10000 delete from t2 limit 1; select count(*) from t2; count(*) 9999 delete from t2 limit 100; select count(*) from t2; count(*) 9899 delete f...
{ "pile_set_name": "Github" }
# I2P # Copyright (C) 2009 The I2P Project # This file is distributed under the same license as the routerconsole package. # To contribute translations, see http://www.i2p2.de/newdevelopers # foo <foo@bar>, 2009. # # Translators: # zzzi2p, 2019 # 123hund123 <M8R-ra4r1r@mailinator.com>, 2019 # Jonatan Nyberg <jonatan.n...
{ "pile_set_name": "Github" }
/*! * jQuery UI Resizable 1.9.2 * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative;} .ui-resizable-handle { position: absolute;font-...
{ "pile_set_name": "Github" }
#. /* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */ #. extracted from /home/timar/online/ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings msgid "" msgstr "" "Project-Id-Version...
{ "pile_set_name": "Github" }
import sys import os from PyQt5.QtWidgets import (QWidget, QPushButton, QHBoxLayout, QVBoxLayout, QGroupBox, QLabel, QTabWidget, QApplication) from PyQt5.QtGui import (QPixmap, QImage) import cv2 import numpy as np from filters import all_filters import matplotlib.pyplot as plt NUM_STEPS...
{ "pile_set_name": "Github" }
{ "abandon": -2, "abandoned": -2, "abandons": -2, "abducted": -2, "abduction": -2, "abductions": -2, "abhor": -3, "abhorred": -3, "abhorrent": -3, "abhors": -3, "abilities": 2, "ability": 2, "aboard": 1, "aborted": -1, "aborts": -1, "absentee": -1, "absentees": -1, "absolve": 2, "a...
{ "pile_set_name": "Github" }
# CVS $Revision$ $Author$ -- Mon Jul 27 18:27:23 2009 -- reformated by prettylst.pl v1.38 (build 7302) #Original Entry: Andrew (LegacyKing) Maitland CAMPAIGN:BP - Into the Black GAMEMODE:35e STATUS:RELEASE TYPE:DragonWing Games.Bastion Press.Supplement SHOWINMENU:NO BOOKTYPE:Accessory SETTING:Fantasy SOURCELONG:Bastion...
{ "pile_set_name": "Github" }
foo = ["fatih", "arslan" ] foo = [ "bar", "qaz", ] foo = [ "zeynep", "arslan", ] foo = ["fatih", "zeynep", "arslan", ] foo = [ "vim-go", "golang", "hcl"] foo = [] foo = [1, 2,3, 4] foo = [ "kenya", "ethiopia", "columbia"] foo = [ <<EOS one EOS , <<EOS two ...
{ "pile_set_name": "Github" }
/* * Olimex MX23 Olinuxino Boot setup * * Copyright (C) 2013 Marek Vasut <marex@denx.de> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <config.h> #include <asm/io.h> #include <asm/arch/iomux-mx23.h> #include <asm/arch/imx-regs.h> #include <asm/arch/sys_proto.h> #define MUX_CONFIG_EMI (MX...
{ "pile_set_name": "Github" }
/* * Copyright 2013 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" }