text stringlengths 2 99.9k | meta dict |
|---|---|
/****************************************************************************
*
* Copyright 2016 Samsung Electronics 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... | {
"pile_set_name": "Github"
} |
{
"name": "Flot",
"version": "0.8.2",
"main": "jquery.flot.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"jshint": "0.9.1"
}
}
| {
"pile_set_name": "Github"
} |
using System;
using BuildVision.Common;
using BuildVision.UI.Models;
namespace BuildVision.UI.Settings.Models
{
public class BuildMessagesSettings : SettingsBase
{
private BuildMajorMessageFormat _majorMessageFormat = BuildMajorMessageFormat.Entire;
private string _buildBeginMajorMessageString... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-11-10 07:09
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('main', '0022_auto_20171110_0857'),
]
operations = ... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: IDL mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="idl.js"></script>
<style type="text/css">.CodeMirror {border-top: 1px solid b... | {
"pile_set_name": "Github"
} |
package com.thinkbiganalytics.scheduler.util;
/*-
* #%L
* thinkbig-commons-util
* %%
* Copyright (C) 2017 ThinkBig Analytics
* %%
* 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
*
* ... | {
"pile_set_name": "Github"
} |
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# For IE 9-11 support, please uncomment the last line of the file and adjust as neede... | {
"pile_set_name": "Github"
} |
package com.wrbug.developerhelper.ui.activity.xposed.shellmanager
import android.content.Context
import android.content.Intent
import com.wrbug.developerhelper.R
import com.wrbug.developerhelper.commonutil.entity.ApkInfo
import com.wrbug.developerhelper.ipc.processshare.manager.DumpDexListProcessDataManager
import com... | {
"pile_set_name": "Github"
} |
module BubbleWrap
module Motion
class Gyroscope < GenericMotionInterface
def start(options={}, &handler)
if options.key?(:interval)
@manager.gyroUpdateInterval = options[:interval]
end
if handler
queue = convert_queue(options[:queue])
@manager.startGyr... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"queryable/queryable" | smoke-node</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="styleshe... | {
"pile_set_name": "Github"
} |
void TdApi::release()
{
this->api->Release()
};
bool TdApi::init()
{
this->active = true;
this->task_thread = thread(&MdApi::processTask, this);
this->api->Init();
};
void TdApi::registerFront(string pszFrontAddress)
{
this->api->RegisterFront(string pszFrontAddress)
};
void TdApi::subscribePrivateTopic(KS_TE_R... | {
"pile_set_name": "Github"
} |
package types
import (
"fmt"
)
type CodeLocation struct {
FileName string
LineNumber int
FullStackTrace string
}
func (codeLocation CodeLocation) String() string {
return fmt.Sprintf("%s:%d", codeLocation.FileName, codeLocation.LineNumber)
}
| {
"pile_set_name": "Github"
} |
// @flow
interface Ok {
[key: string]: string;
}
interface Bad {
[k1: string]: string;
[k2: number]: number; // error: not supported (yet)
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1e20e66aa2deb7943993c444137d9acd
timeCreated: 1487328709
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
## `filepath-securejoin` ##
[](https://travis-ci.org/cyphar/filepath-securejoin)
An implementation of `SecureJoin`, a [candidate for inclusion in the Go
standard library][go#20126]. The purpose of this function is to be a "secure"
alte... | {
"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 classes
a... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# ... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.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 ... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
require 'helper'
class TestRegressionSetColumn07 < Test::Unit::TestCase
def setup
setup_dir_var
end
def teardown
@tempfile.close(true)
end
def test_set_column07
@xlsx = 'set_column07.xlsx'
workbook = WriteXLSX.new(@io)
worksheet = workbook.add_worksheet
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | {
"pile_set_name": "Github"
} |
from __future__ import print_function, division
from sympy.combinatorics.perm_groups import PermutationGroup
from sympy.combinatorics.group_constructs import DirectProduct
from sympy.combinatorics.permutations import Permutation
_af_new = Permutation._af_new
def AbelianGroup(*cyclic_orders):
"""
Returns the... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... | {
"pile_set_name": "Github"
} |
/**
* A wrapper around JSLint to drop things into the console
*
* Copyright (C) 2011 Nikolay Nemshilov
*/
var RightJS = require('./right-server.js');
var JSLint = require('./jslint').JSLINT;
var fs = require('fs');
exports.Linter = new RightJS.Class({
extend: {
Options: {
debug: false, // no d... | {
"pile_set_name": "Github"
} |
/// Source : https://leetcode.com/problems/word-ladder/description/
/// Author : liuyubobobo
/// Time : 2017-11-21
/// Updated: 2018-03-27
#include <iostream>
#include <vector>
#include <cassert>
#include <queue>
#include <unordered_map>
using namespace std;
/// Bi-directional BFS
/// No need to calculate all pair... | {
"pile_set_name": "Github"
} |
def extractAvertranslationBlogspotCom(item):
'''
Parser for 'avertranslation.blogspot.com'
'''
vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title'])
if not (chp or vol) or "preview" in item['title'].lower():
return None
if "WATTT" in item['tags']:
return buildReleaseMessageWithType(item... | {
"pile_set_name": "Github"
} |
package digitalocean
import (
"bytes"
"context"
crand "crypto/rand"
"crypto/rsa"
"crypto/x509"
"crypto/x509/pkix"
"encoding/pem"
"fmt"
"log"
"math/big"
"regexp"
"strings"
"testing"
"time"
"github.com/digitalocean/godo"
"github.com/hashicorp/terraform-plugin-sdk/helper/acctest"
"github.com/hashicorp/t... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2015-2016 Advanced Micro Devices, Inc. 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
to use, co... | {
"pile_set_name": "Github"
} |
/*
Unix SMB/Netbios implementation.
Version 3.0
handle NLTMSSP, server side
Copyright (C) Andrew Tridgell 2001
Copyright (C) Andrew Bartlett 2001-2003
Copyright (C) Andrew Bartlett 2005 (Updated from gensec).
This program is free software; you can redistribute it and/or modify
it under th... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
#pragma once
#include <map>
#incl... | {
"pile_set_name": "Github"
} |
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
/* Check for automatic takeoff conditions being met using the following sequence:
* 1) Check for adequate GPS lock - if not return false
* 2) Check the gravity compensated longitudinal acceleration against the threshold and start the ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 ZXing 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 ... | {
"pile_set_name": "Github"
} |
<div class="card">
<div class="card-divider">
<h2 class="card-title">
<%= t ".title" %>
</h2>
</div>
<div class="card-section">
<div class="grid-x grid-margin-x card-grid">
<% templates.each do |newsletter_template| %>
<div class="cell small-6">
<div class="card card--mini" id... | {
"pile_set_name": "Github"
} |
using System;
using Xamarin.Forms;
namespace ModalEnforcement
{
public partial class ModalEnforcementModalPage : ContentPage
{
public ModalEnforcementModalPage()
{
InitializeComponent();
}
protected override bool OnBackButtonPressed()
{
if (done... | {
"pile_set_name": "Github"
} |
/* crypto/dh/dh_check.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using WDBXEditor.Archives.Misc;
namespace WDBXEditor.Archives.FileSystem.Structures
{
public class BuildConfig
{
public string[] this[string name]
{
get
{
string[] entry;
i... | {
"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"
} |
/*
* intf.c
*
* Network interface operations.
*
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
*
* $Id: intf.h,v 1.16 2004/01/13 07:41:09 dugsong Exp $
*/
#ifndef DNET_INTF_H
#define DNET_INTF_H
/*
* Interface entry
*/
#define INTF_NAME_LEN 16
struct intf_entry {
u_int intf_len; /* length... | {
"pile_set_name": "Github"
} |
{
"name": "vinyl",
"description": "A virtual file format",
"version": "0.5.3",
"homepage": "http://github.com/wearefractal/vinyl",
"repository": "git://github.com/wearefractal/vinyl.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"files": [
"ind... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.1.2.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.1.0.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json",
"m... | {
"pile_set_name": "Github"
} |
{ compiler
, jupyterlabAppDir ? null
, nixpkgs ? import <nixpkgs> {}
, packages ? (_: [])
, pythonPackages ? (_: [])
, rtsopts ? "-M3g -N2"
, systemPackages ? (_: [])
}:
let
inherit (builtins) any elem filterSource listToAttrs;
lib = nixpkgs.lib;
cleanSource = name: type: let
baseName = baseNameOf (toString ... | {
"pile_set_name": "Github"
} |
0 0 89 0 ihedfm, iddnfm, ihedun, iddnun
0 1 0 1 SP-01--TS-01 incode, ihddfl, ibudfl, icbcfl
0 0 1 0 SP-01--TS-01 hdpr, ddpr, hdsv, ddsv
-1 0 1 0 TS-02
-1 0 ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<body>
<span style="border-left: 80px solid blue;">א12345</span>
</body>
</html>
| {
"pile_set_name": "Github"
} |
/**
* This file is autogenerated by nRFgo Studio 1.17.1.3252
*/
#ifndef SETUP_MESSAGES_H__
#define SETUP_MESSAGES_H__
#include "hal_platform.h"
#include "aci.h"
#define SETUP_ID 0
#define SETUP_FORMAT 3 /** nRF8001 D */
#define ACI_DYNAMIC_DATA_SIZE 122
/* Service: Gap - Characteristic: Device name ... | {
"pile_set_name": "Github"
} |
{
"swagger": "2.0",
"info": {
"title": "external/nodes/nodes.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/api/v0/nodes": {
"post": {
"summary": "Create a Node",
"description": "Creat... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.TeamFoundation.TestClient.PublishTestResults;
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.Services.Agent.Util;
namespace Microsoft.VisualStudio.Services.Agent.Worker.TestResults
{
public int... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. *... | {
"pile_set_name": "Github"
} |
nyaggle.hyper_parameters
--------------------------
.. automodule:: nyaggle.hyper_parameters
:members:
:imported-members:
| {
"pile_set_name": "Github"
} |
package gophercloud
import (
"encoding/json"
"fmt"
"net/url"
"reflect"
"strconv"
"strings"
"time"
)
// BuildRequestBody builds a map[string]interface from the given `struct`. If
// parent is not the empty string, the final map[string]interface returned will
// encapsulate the built one
//
func BuildRequestBody... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.Consumption.dll-Help.xml
Module Name: Az.Billing
online version: https://docs.microsoft.com/en-us/powershell/module/az.billing/get-azconsumptionmarketplace
schema: 2.0.0
---
# Get-AzConsumptionMarketplace
## SYNOPSIS
Get marketplaces of the subscription.
##... | {
"pile_set_name": "Github"
} |
<map id="gov.nasa.jpl.componentaction.ISFSubsystem.getSourceComp" name="gov.nasa.jpl.componentaction.ISFSubsystem.getSourceComp">
<area shape="rect" id="node2" href="$classgov_1_1nasa_1_1jpl_1_1componentaction_1_1_i_s_f_subsystem.html#a2860b5135b693b6e31e1115281ca8b24" title="gov.nasa.jpl.componentaction.\lISFSubsystem... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* 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.md.
* It is also ... | {
"pile_set_name": "Github"
} |
(function () {
'use strict';
angular.module('adminApplication').service('ResourceService', function($http, $q) {
return {
listTemplates: function() {
return $http.get('/admin/api/overridable-template/');
},
getTemplateBody: function(name, locale) {
return $http.get(... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.18 on 2019-02-07 15:26
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('pyscada', '0052_auto_20181207_1019'),
]
operations = [
migrations.AlterFie... | {
"pile_set_name": "Github"
} |
/*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2016 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | {
"pile_set_name": "Github"
} |
/*
* remainder.c
* cLibm
*
* Written by Jon Okada, started on December 7th, 1992.
* Modified by Paul Finlayson (PAF) for MathLib v2.
* Modified by A. Sazegari (ali) for MathLib v3.
* Modified and ported by Robert A. Mu... | {
"pile_set_name": "Github"
} |
const initialFieldState = {
focus: false,
pending: false,
pristine: true,
submitted: false,
submitFailed: false,
retouched: false,
touched: false,
valid: true,
validating: false,
validated: false,
validity: {},
errors: {},
intents: [],
};
export default initialFieldState;
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.gis.geoprotocol.json
import jetbrains.datalore.base.json.*
import jetbrains.datalore.base.spatial.GeoRectangle
import jetbrains.datalore.base.typedGeometry.... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e6ee1422834e7c24ca13f09a1eea892a
NativeFormatImporter:
userData:
| {
"pile_set_name": "Github"
} |
package de.fhg.iais.roberta.visitor.validate;
import de.fhg.iais.roberta.components.Configuration;
public final class NxtBrickValidatorVisitor extends AbstractBrickValidatorVisitor {
public NxtBrickValidatorVisitor(Configuration brickConfiguration) {
super(brickConfiguration);
}
}
| {
"pile_set_name": "Github"
} |

# PLAY IT HERE: [http://ncase.me/crowds/](http://ncase.me/crowds/)
*The Wisdom and/or Madness of Crowds* is dedicated to the public domain,
and was possible thanks to these open source/Creative Commons resources:
**Music:** ["Friends 2... | {
"pile_set_name": "Github"
} |
#include "tommath.h"
#ifdef BN_MP_ABS_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
* The library was designed directly after the MPI library by
* Michael Fr... | {
"pile_set_name": "Github"
} |
//
// Prefix header for all source files of the 'HelloWorld' target in the 'HelloWorld' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#end... | {
"pile_set_name": "Github"
} |
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}
| {
"pile_set_name": "Github"
} |
/*!
* jQuery UI CSS Framework 1.8.19
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: ... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thoughtcrime.ssl.pinning"
android:versionCode="1"
android:versionName="1.0.0">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17"/>
</manifest>
| {
"pile_set_name": "Github"
} |
package edu.stanford.bmir.protege.web.server.index;
import edu.stanford.bmir.protege.web.server.change.OntologyChange;
import javax.annotation.Nonnull;
import java.util.List;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2019-09-10
*/
public interface RootIndex {
/**
* ... | {
"pile_set_name": "Github"
} |
package redis_test
import (
"net"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"gopkg.in/redis.v3"
)
var _ = Describe("newConnDialer with bad connection", func() {
It("should return an error", func() {
dialer := redis.NewConnDialer(&redis.Options{
Dialer: func() (net.Conn, error) {
return &ba... | {
"pile_set_name": "Github"
} |
Good morning
| {
"pile_set_name": "Github"
} |
/*
Copyright 2013 Google 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 applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId>
<ar... | {
"pile_set_name": "Github"
} |
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="PBIWebApp.SiteMaster" %>
<!DOCTYPE html>
<title>Power BI - Web sample</title>
<html lang="en">
<body>
<form runat="server">
<div>
<asp:ContentPlaceHolder ID="Stylesheets" runat="server">
<link... | {
"pile_set_name": "Github"
} |
const path = require('path');
const express = require('express');
const fs = require('fs-extra');
const handler = require('serve-handler');
const partition = require('lodash/partition');
const { blue, bold, underline, yellow, red } = require('chalk');
const didYouMean = require('didyoumean2').default;
const {
port,
... | {
"pile_set_name": "Github"
} |
class CreateActiveAdminComments < ActiveRecord::Migration
def self.up
create_table :active_admin_comments do |t|
t.string :namespace
t.text :body
t.string :resource_id, null: false, limit: 50
t.string :resource_type, null: false, limit: 50
t.references :author, polymorphic: true
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "IPropertyScrollViewController.h"
#import "NSTextViewDelegate-Protocol.h"
@class NSString;
@interface TPropertyTextViewContr... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::DCERPC
include Msf::Exploit::Remote::SMB::Client
include Msf::Auxiliary::Dos
def initialize(info = {})... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl -w
BEGIN {
use FindBin;
push @INC, $FindBin::Bin. "/../ext/";
};
use utf8;
use strict;
# The Init
my $static_list_index_length = 199;
my $MAX_LEN_UNIT_NAME = 0;
my $COUNT_UNITS = 0;
my $ENUM_NAME = "mycss_units_type";
my $ENUM_PREFIX = "MyCSS_UNIT_TYPE_";
my $INDEX_NAME = "mycss_... | {
"pile_set_name": "Github"
} |
package com.central.common.config;
import org.springframework.context.annotation.Bean;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
/**
* @author zlt
* 密码工具类
*/
public class DefaultPasswordConfig {
/**
* 装配BCryptPassw... | {
"pile_set_name": "Github"
} |
---
aliases: ["/engine/misc/deprecated/"]
description: "Deprecated Features."
keywords: "docker, documentation, about, technology, deprecate"
---
<!-- This file is maintained within the docker/cli GitHub
repository at https://github.com/docker/cli/. Make all
pull requests against that repo. If you see this f... | {
"pile_set_name": "Github"
} |
.\" **************************************************************************
.\" * _ _ ____ _
.\" * Project ___| | | | _ \| |
.\" * / __| | | | |_) | |
.\" * | (__| |_| | _ <| |___
.\" * ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 Microsoft Corporation
*
* Author: Alan Jowett
*
* This file is part of ocserv.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Less... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | {
"pile_set_name": "Github"
} |
#region Copyright Syncfusion Inc. 2001-2020.
// Copyright Syncfusion Inc. 2001-2020. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applic... | {
"pile_set_name": "Github"
} |
#Original source: https://github.com/miguelgfierro/codebase/blob/master/python/machine_learning/metrics.py
import numpy as np
from sklearn.metrics import roc_auc_score,accuracy_score, precision_score, recall_score, f1_score
def classification_metrics_binary(y_true, y_pred):
m_acc = accuracy_score(y_true, y_pred)
... | {
"pile_set_name": "Github"
} |
/* This file is part of the Pangolin Project.
* http://github.com/stevenlovegrove/Pangolin
*
* Copyright (c) 2011 Steven Lovegrove
*
* 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 wit... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.2 2015/11/03 23:33:44 agc Exp $
SHA1 (tex-kastrup-15878/kastrup.tar.xz) = 5506d5568267aa1c949127beb374cbe555d452af
RMD160 (tex-kastrup-15878/kastrup.tar.xz) = cb1e6cea56d3e5b9ec45db73e71fc17ed4d63753
SHA512 (tex-kastrup-15878/kastrup.tar.xz) = 6d0011a198f4139d4edb8cbfc2fa4b36c9a881674510ecef40345... | {
"pile_set_name": "Github"
} |
/**
* This file is part of ORB-SLAM2.
*
* Copyright (C) 2014-2016 Raúl Mur-Artal <raulmur at unizar dot es> (University of Zaragoza)
* For more information see <https://github.com/raulmur/ORB_SLAM2>
*
* ORB-SLAM2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>CROMU_00001</cbid>
<replay>
<read echo="ascii"><delim>\n</delim><match><data>1) Create User\n</data></match></read>
<read echo="ascii"><delim>\n</delim><match><data>2) Login\n</data></match></read>
<read ec... | {
"pile_set_name": "Github"
} |
/**
* Jooby https://jooby.io
* Apache License Version 2.0 https://jooby.io/LICENSE.txt
* Copyright 2014 Edgar Espina
*/
package io.jooby.internal;
import io.jooby.SslOptions;
import javax.net.ssl.SSLContext;
public interface SslContextProvider {
boolean supports(String type);
SSLContext create(ClassLoader ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 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"
} |
.class public IL2C.ILConverters.Ldc_i4_5
{
.method public static int32 RawValue() cil managed
{
.maxstack 2
ldc.i4.5
ret
}
.method public static int32 Add(int32 num) cil managed
{
.maxstack 2
ldarg.0
ldc.i4.5
add
ret
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="g... | {
"pile_set_name": "Github"
} |
'use strict';
const { expect } = require('chai');
const spec = require('../util.js').setup();
describe('lesshint', function () {
describe('#spaceAroundComma', function () {
let options;
it('should have the proper node types', function () {
const source = 'color: rgb(255, 255, 255);';
... | {
"pile_set_name": "Github"
} |
@model ProductReviewModel
@{
//page title
ViewBag.Title = T("Admin.Catalog.ProductReviews.EditProductReviewDetails").Text;
}
<form asp-area="@Constants.AreaAdmin" asp-controller="ProductReview" asp-action="Edit" method="post" asp-route-ProductId="@Context.Request.Query["ProductId"]">
<div class="row... | {
"pile_set_name": "Github"
} |
set -ex
cd $SRC_DIR
if [ ! -f setup.py ]; then
ls
echo $(pwd)
exit 1
else
echo "found setup.py in workdir ($(pwd)) OK"
fi
| {
"pile_set_name": "Github"
} |
'use strict';
var toString = Object.prototype.toString;
var toType = function toType(value) {
// Null: 兼容 IE8
return value === null ? 'Null' : toString.call(value).slice(8, -1);
};
/**
* 快速继承默认配置
* @param {Object} options
* @param {?Object} defaults
* @return {Object}
*/
var extend = function e... | {
"pile_set_name": "Github"
} |
Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs.
See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap.
Release announcement posts on [the official Bootstrap bl... | {
"pile_set_name": "Github"
} |
/*
* Tencent is pleased to support the open source community by making QMUI_Android available.
*
* Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the MIT License (the "License"); you may not use this file except in
* compliance with the License. You may obtain ... | {
"pile_set_name": "Github"
} |
{
"id": "https://schema.management.azure.com/schemas/2019-04-30/Microsoft.ContainerService.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.ContainerService",
"description": "Microsoft ContainerService Resource Types",
"resourceDefinitions": {
"openShiftManagedClusters": {... | {
"pile_set_name": "Github"
} |
[](https://travis-ci.org/visionmedia/nib)
# Nib
Stylus mixins, utilities, components, and gradient image generation. Don't forget to check out the [documentation](http://visionmedia.github.com/nib/).
## Installation
```bash
$ npm install nib
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.