text stringlengths 2 99k | meta dict |
|---|---|
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Google Inc.
// All Rights Reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions a... | {
"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"
} |
import React, { Component } from 'react'
import { Card, Button, Form, Icon, Col, Row, DatePicker, TimePicker, Input, Select, Popover,Switch } from 'antd'
import { connect } from 'dva'
import PageHeaderLayout from '../../layouts/PageHeaderLayout'
import CandidateList from '../../components/CandidateList'
import {ImageCo... | {
"pile_set_name": "Github"
} |
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage<FtLogin>
@{
Layout = "FastTrack.cshtml";
}
@Html.Partial("_Headline")
<div class="row">
<div class="col-md-6">
@Html.Action("LoginForm", "CustomerMembership", new { area = "FastTrack" })
</div>
<div class="col-md-6">
@Html.Action("RegisterForm"... | {
"pile_set_name": "Github"
} |
import riot from 'riot';
import componentFactory from '../component-factory';
import apple from './apple';
import banana from './banana';
componentFactory.createComponent('mall', `
<h1>Welcome to the fruit shopping mall</h1>
<a href="/banana">Visit banana store</a>
<a href="/apple">Visit apple store</a>
<apple if... | {
"pile_set_name": "Github"
} |
//--------------------------------------------------------------------------------------
// File: DXUTMisc.cpp
//
// Shortcut macros and functions for using DX objects
//
// Copyright (c) Microsoft Corporation. All rights reserved
//--------------------------------------------------------------------------------------
... | {
"pile_set_name": "Github"
} |
/* Khmer initialisation for the jQuery calendar extension. */
/* Written by Chandara Om (chandara.teacher@gmail.com). */
jQuery(function($){
$.datepicker.regional['km'] = {
closeText: 'ធ្វើរួច',
prevText: 'មុន',
nextText: 'បន្ទាប់',
currentText: 'ថ្ងៃនេះ',
monthNames: ['មករា','កុម្ភៈ','មីនា','មេសា','ឧសភា',... | {
"pile_set_name": "Github"
} |
// Package errcode maps Go errors to HTTP status codes as well as other useful
// functions for inspecting errors.
package errcode
import (
"context"
"fmt"
"net/http"
"os"
"strings"
"github.com/gorilla/schema"
"github.com/sourcegraph/sourcegraph/internal/vcs"
)
// HTTP returns the most appropriate HTTP status... | {
"pile_set_name": "Github"
} |
[master]
certname = localhost
node_terminus = exec
facts_terminus = yaml
external_nodes = "/bin/sh ./dev-resources/puppetlabs/services/master/master_service_test/enc.sh"
reports = http
# so long as the host and port are accessible, the endpoint here doesn't matter
reporturl = https://localhost:8140/fake
| {
"pile_set_name": "Github"
} |
package org.jetbrains.ring
actual fun cleanup() { } | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 Red Hat, 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
* on the rights to use, copy, modify, merge, publis... | {
"pile_set_name": "Github"
} |
#PBI commands
#Software Workaround for errata A-007662 to train PCIe2 controller in Gen2 speed
09250100 00000400
09250108 00002000
#Software Workaround for errata A-008007 to reset PVR register
09000010 0000000b
09000014 c0000000
09000018 81d00017
89020400 a1000000
091380c0 000f0000
89020400 00000000
#Initialize CPC1
0... | {
"pile_set_name": "Github"
} |
import React from 'react'
import {createPaginationContainer} from 'react-relay'
import graphql from 'babel-plugin-relay/macro'
import OrgMemberRow from '../OrgUserRow/OrgMemberRow'
import Panel from '../../../../components/Panel/Panel'
import {OrgMembers_viewer} from '../../../../__generated__/OrgMembers_viewer.graphql... | {
"pile_set_name": "Github"
} |
package frenchtoast;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.content.ContextWrapper;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.MainThread;
import an... | {
"pile_set_name": "Github"
} |
Date.CultureInfo = {
/* Culture Name */
name: "tt-RU",
englishName: "Tatar (Russia)",
nativeName: "Татар (Россия)",
/* Day Name Strings */
dayNames: ["Якшәмбе", "Дүшәмбе", "Сишәмбе", "Чәршәмбе", "Пәнҗешәмбе", "Җомга", "Шимбә"],
abbreviatedDayNames: ["Якш", "Дүш", "Сиш", "Чәрш", "Пәнҗ", "Җо... | {
"pile_set_name": "Github"
} |
import { css, styles } from 'css-zero';
const one = css`
font-size: 16px;
`;
export const Component = () => <div className={styles(one)} />;
| {
"pile_set_name": "Github"
} |
scala> :implicits
No implicits have been imported other than those in Predef.
scala> :quit | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using Microsoft.TestCommon;
using Moq;
namespace System... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <stdio.h>
int main (int argc, char* argv[]) {
#include "test.include.c"
printf("%s\n\n", _test);
return 0;
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<!-- XML Schema Generated from XML Document-->
<xs:element name="pattern">
<xs:complexType>
<xs:sequen... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003-2020 Rony Shapiro <ronys@pwsafe.org>.
* All rights reserved. Use of the code is allowed under the
* Artistic License 2.0 terms, as specified in the LICENSE file
* distributed with this code, or available from
* http://www.opensource.org/licenses/artistic-license-2.0.php
*/
#include "PasswordSaf... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
description: ''
enabled: true
entry_point: run.py
name: ec2_get_all_key_pairs
parameters:
action:
default: get_all_key_pairs
immutable: true
type: string
cls:
default: EC2Connection
immutable: true
type: string
dry_run:
default: false
type: boolean
filters:
type: string
key... | {
"pile_set_name": "Github"
} |
using System;
using System.ComponentModel.Composition;
using System.Linq;
using System.Windows.Media;
using Caliburn.Micro;
using HearthCap.Core.GameCapture.EngineEvents;
using HearthCap.Core.GameCapture.HS.Events;
using HearthCap.Data;
using HearthCap.Features.Core;
using HearthCap.Features.Decks;
namespace HearthCa... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Background-image tiling over margin with fixed background-attachment</title>
<link rel="author" title="Microsoft" href="ht... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base... | {
"pile_set_name": "Github"
} |
.. _ref-export:
Export
======
In order to export alignment results or clones from a binary file
(``.vdjca`` or ``.clns``) to a human-readable text file one can use the
``exportAlignments`` and ``exportClones`` commands respectively. The
syntax for these commands is:
::
# export alignments from .vdjca file
m... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Emweb bv, Herent, Belgium.
*
* See the LICENSE file for terms of use.
*/
#include "observing_ptr.hpp"
namespace Wt { namespace Core {
namespace Impl {
observing_ptr_base::observing_ptr_base() noexcept
: observed_(nullptr),
cleared_(false)
{ }
observing_ptr_base::~observing_ptr_bas... | {
"pile_set_name": "Github"
} |
DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud.
# Goals
* To quickly build dev OpenStack environments in a clean Ubuntu or Fedora environment
* To describe working configurations of OpenStack (which code branches work together? what do config files look like for those branches?)
* To... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 85943d060f3186847b1f7e2fa8c4c454
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package v3
import (
"context"
"time"
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"github.com/rancher/norman/resource"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/runtime"
"k8s... | {
"pile_set_name": "Github"
} |
{if $VAR.validate == ""} {translate module=account here="test"}password_reset_bad_url
{/translate}
<br>
<br>
<a href="?_page=account:password">{translate}submit{/translate}</a><br>
{elseif $pw_changed != true}
{if $VAR.type == 'expired'}
<p><b>Your current password has expired. Please select a new password below... | {
"pile_set_name": "Github"
} |
//
// EqualizerControl.h: Equalizer configuration
// Copyright (C) 2019 Gonzalo José Carracedo Carballal
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation, either versio... | {
"pile_set_name": "Github"
} |
package jsoniter
// ReadArray read array element, tells if the array has more element to read.
func (iter *Iterator) ReadArray() (ret bool) {
c := iter.nextToken()
switch c {
case 'n':
iter.skipThreeBytes('u', 'l', 'l')
return false // null
case '[':
c = iter.nextToken()
if c != ']' {
iter.unreadByte()
... | {
"pile_set_name": "Github"
} |
# Collatz Conjecture #
In the field of mathematics the collatz conjecture was posed by L. Collatz in 1937 which states that given a number n, one can always
'get to one' by applying the following function recursively on the number.
## Function for Collatz Conjecture ##
1. **If number is even ** :<br />
number = ... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.vending.d;
import android.content.Intent;
import android.os.Bundle;
import com.tencent.matrix.trace.core.AppMethodBeat;
public final class a {
Bundle zXI = null;
public a(Intent intent) {
AppMethodBeat.i(126078);
this.zXI = intent.getExtras();
AppMethodBeat.o(12... | {
"pile_set_name": "Github"
} |
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
YUI.add('text-data-accentfold', function (Y, NAME) {
// The following tool was very helpful in creating these mappings:
// http://unicode.org/cldr/utility/list-unicodeset.jsp... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>alameda: hasOwnProperty Test</title>
<script type="text/javascript" src="../doh/runner.js"></script>
<script type="text/javascript" src="../doh/_browserRunner.js"></script>
<script type="text/javascript" src="../../alameda.js"></script>
<script>
define('... | {
"pile_set_name": "Github"
} |
#ifndef B3_BVH_SUBTREE_INFO_DATA_H
#define B3_BVH_SUBTREE_INFO_DATA_H
typedef struct b3BvhSubtreeInfoData b3BvhSubtreeInfoData_t;
struct b3BvhSubtreeInfoData
{
//12 bytes
unsigned short int m_quantizedAabbMin[3];
unsigned short int m_quantizedAabbMax[3];
//4 bytes, points to the root of the subtree
int m_rootNo... | {
"pile_set_name": "Github"
} |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2006 Torus Knot Software Ltd
Also see acknowledgements in Readme.html
This program is free so... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIID0jCCArqgAwIBAgIHBHOlGYh73DANBgkqhkiG9w0BAQsFADCBnjELMAkGA1UE
BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU
MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5
ICgxMjUzMDUyNzU0NzkyNjA4KTEhMB8GA1UEAwwYSW50ZXJtZWRpYXRlIENBIGZv
ciAzMDI2MB4XDTIwMDcxNDAzMzMxMloX... | {
"pile_set_name": "Github"
} |
var baseMean = require('./_baseMean'),
identity = require('./identity');
/**
* Computes the mean of the values in `array`.
*
* @static
* @memberOf _
* @since 4.0.0
* @category Math
* @param {Array} array The array to iterate over.
* @returns {number} Returns the mean.
* @example
*
* _.mean([4, 2, 8, 6])... | {
"pile_set_name": "Github"
} |
(module C_Trimmer_Voltronics_JR (layer F.Cu) (tedit 590DA842)
(descr "trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf")
(tags " Voltronics JR")
(attr smd)
(fp_text reference REF** (at 0 -2.8) (... | {
"pile_set_name": "Github"
} |
<!--
# license: Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License... | {
"pile_set_name": "Github"
} |
/*
Egothor Software License version 1.00
Copyright (C) 1997-2004 Leo Galambos.
Copyright (C) 2002-2004 "Egothor developers"
on behalf of the Egothor Project.
All rights reserved.
This software is copyright... | {
"pile_set_name": "Github"
} |
/* Name: usbdrv.h
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
* Author: Christian Starkjohann
* Creation Date: 2004-12-29
* Tabsize: 4
* Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.tx... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
//
// HKSampleQuery.h
// HealthKit
//
// Copyright (c) 2014 Apple Inc. All rights reserved.
//
#import <HealthKit/HKQuery.h>
NS_ASSUME_NONNULL_BEGIN
// The query returns all samples that match the given sampleType and predicate.
static const NSUInteger HKObjectQueryNoLimit = 0;
/*!
@class HKSampleQuery
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 65b68621c76dea14ca7efad04a2716f5
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 0
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2004-2017, AfterLogic Corp.
* Licensed under AGPLv3 license or AfterLogic license
* if commercial version of the product was purchased.
* See the LICENSE file for a full license statement.
*/
namespace afterlogic\DAV;
class Backends
{
public static $aBackends = array();
pu... | {
"pile_set_name": "Github"
} |
{
"_class": "shapeGroup",
"booleanOperation": 0,
"clippingMaskMode": 0,
"do_objectID": "4AD7C0DF-0C02-4194-BE70-A2F9C5A3D7A1",
"exportOptions": {
"_class": "exportOptions",
"exportFormats": [
],
"includedLayerIds": [
],
"layerOptions": 0,
"shouldTrim": false
},
"frame": {
"... | {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#pragma once
#include "resource.h"
class CFBXExporterDialog : public CDialog
{
public:
CFBXExporterDialog(bool bDisplayOnlyFPSSetting = false, CWnd* pParent = NULL);
// Dialog Data
enum {IDD = IDD_TV_EXPORT_FBX};
float GetFPS() const ... | {
"pile_set_name": "Github"
} |
#pragma once
#include "Buffer.h"
#include "GlobalDeviceObjects.h"
class SharedBufferManager;
class SharedBuffer;
class BufferKey
{
public:
static std::shared_ptr<BufferKey> Create(const std::shared_ptr<SharedBufferManager>& pSharedBufMgr, uint32_t key);
~BufferKey();
std::shared_ptr<SharedBufferManager> GetShare... | {
"pile_set_name": "Github"
} |
# node-emoji
[](https://www.npmjs.com/package/node-emoji) [](https://www.npmjs.com/package/node-emoji) [:
def __init__(self, request, path, **kwargs):
super(AnalyzeSize, self).__init__(request=request, **kwargs)
self.path = path
def run(self):
request = self.get_rpc_request()
operation... | {
"pile_set_name": "Github"
} |
// Copyright 2007, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions ... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid comm... | {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !gccgo
#include "textflag.h"
//
// System call support for 386, OpenBSD
//
// Just jump to package syscall's implementation for all these functions... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# This notebook is very raw and needs more work!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Conditional probability\n",
"By Evgenia \"Jenny\" Nitishinskaya and Delaney Granizo-Mackenzie\n",
... | {
"pile_set_name": "Github"
} |
/*************************************************************************/
/* */
/* Language Technologies Institute */
/* Carnegie Mellon University */
/* ... | {
"pile_set_name": "Github"
} |
/* NSC -- new Scala compiler
* Copyright 2005-2011 LAMP/EPFL
* @author Paul Phillips
*/
package scala.tools.nsc
package io
import java.io.{ IOException, InputStreamReader, BufferedReader, PrintWriter, Closeable }
import java.io.{ BufferedOutputStream, BufferedReader }
import java.net.{ ServerSocket, SocketExcepti... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function (t, a) {
a(t(2), true, "Number");
a(t(2.34), false, "Float");
a(t('23'), false, "Not numeric");
a(t(NaN), false, "NaN");
a(t(Infinity), false, "Infinity");
};
| {
"pile_set_name": "Github"
} |
<?php
/**
* CakeTime utility class file.
*
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions o... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 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"
} |
#if ENABLE_EDITORXR
using UnityEditor.Experimental.EditorVR.Modules;
namespace UnityEditor.Experimental.EditorVR.Core
{
partial class EditorVR
{
class TooltipModuleConnector : Nested, ILateBindInterfaceMethods<TooltipModule>
{
public void LateBindInterfaceMethods(TooltipModule prov... | {
"pile_set_name": "Github"
} |
<div class="main-nav">
<ul>
<li <% if @activesection == "home" %>
class="is-active"
<% end %>>
<%= link_to page_path("home") do %>
<%= icon "dashboard" %>
Inicio
<% end %>
</li>
<li <% if @activesection == "processes" %>
class="is-active"
<% end %>>
<%= ... | {
"pile_set_name": "Github"
} |
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: ... | {
"pile_set_name": "Github"
} |
const request = require('request');
const parseTranslation = require('./parse-translation');
const fs = require('fs');
const path = require('path');
const parseKV = require('parse-kv');
const languageShortNames = {
german: 'de',
russian: 'ru',
chinese: 'zh',
portuguese: 'pt',
spanish: 'es',
czech: 'cs',
... | {
"pile_set_name": "Github"
} |
from django.conf.urls import url
from . import views
urlpatterns = [
url(r'^$', views.index, name='index'),
url(r'^name$', views.get_name, name='name'),
url(r'^template_error2$', views.template_error2, name='template_error2'),
url(r'^template_error$', views.template_error, name='template_error'),
... | {
"pile_set_name": "Github"
} |
CREATE OR REPLACE FUNCTION pg_catalog.worker_create_or_alter_role(
role_name text,
create_role_utility_query text,
alter_role_utility_query text)
RETURNS BOOL
LANGUAGE C
AS 'MODULE_PATHNAME', $$worker_create_or_alter_role$$;
COMMENT ON FUNCTION pg_catalog.worker_create_or_alter_role(
role_name ... | {
"pile_set_name": "Github"
} |
Development takes place on the `development` branch. Please run `grunt` to rebuild the dist and run tests.
| {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2001-2011 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at h... | {
"pile_set_name": "Github"
} |
import { CollisionDetector } from './CollisionDetector';
import { _Math } from '../../math/Math';
import { Vec3 } from '../../math/Vec3';
/**
* A collision detector which detects collisions between two spheres.
* @author saharan
* @author lo-th
*/
function BoxPlaneCollisionDetector ( flip ){
CollisionDetec... | {
"pile_set_name": "Github"
} |
### Deeplearning Algorithms tutorial
谷歌的人工智能位于全球前列,在图像识别、语音识别、无人驾驶等技术上都已经落地。而百度实质意义上扛起了国内的人工智能的大旗,覆盖无人驾驶、智能助手、图像识别等许多层面。苹果业已开始全面拥抱机器学习,新产品进军家庭智能音箱并打造工作站级别Mac。另外,腾讯的深度学习平台Mariana已支持了微信语音识别的语音输入法、语音开放平台、长按语音消息转文本等产品,在微信图像识别中开始应用。全球前十大科技公司全部发力人工智能理论研究和应用的实现,虽然入门艰难,但是一旦入门,高手也就在你的不远处!
AI的开发离不开算法那我们就接下来开始学习算法吧!
#### 回归算法
回... | {
"pile_set_name": "Github"
} |
CREATE TABLE IF NOT EXISTS `superhero` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`name` VARCHAR(32) NOT NULL,
`first_name` VARCHAR(32),
`last_name` VARCHAR(32),
`good` bit(1),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1; | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="menu_zim_manager">Get Content</string>
<string name="menu_help">Kömək</string>
<string name="menu_home">Ana səhifə</string>
<string name="menu_forward">Növbəti</string>
<string name="menu_back">Əvvəlki</string>
<string name="menu_settings">Niz... | {
"pile_set_name": "Github"
} |
<?php
/**
* TOP API: taobao.simba.nonsearch.adgroupplaces.update request
*
* @author auto create
* @since 1.0, 2013-09-13 16:51:03
*/
class Taobao_Request_SimbaNonsearchAdgroupplacesUpdateRequest {
/**
* 推广组id,投放位置id,出价,是否默认出价 json数组字符串,数组个数最多200个。是否默认出价不能为空, 出价以“分”为单位,不能小于5分,不能大于最高日限额,不能大于9999分。
* json数组中的... | {
"pile_set_name": "Github"
} |
-- wherelimit.test
--
-- execsql {SELECT count(*) FROM t1}
SELECT count(*) FROM t1 | {
"pile_set_name": "Github"
} |
/-
Copyright (c) 2020 Wojciech Nawrocki. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Wojciech Nawrocki
-/
import Lean.Data.Lsp.Basic
import Lean.Data.Json
namespace Lean
namespace Lsp
open Json
structure WorkspaceFolder :=
(uri : DocumentUri)
(name : String)
in... | {
"pile_set_name": "Github"
} |
#!/bin/bash
. $(dirname $0)/../../../include.rc
. $(dirname $0)/../../../volume.rc
cleanup;
TEST glusterd
TEST $CLI volume create $V0 $H0:$B0/brick1;
EXPECT 'Created' volinfo_field $V0 'Status';
TEST $CLI volume start $V0;
EXPECT 'Started' volinfo_field $V0 'Status';
logdir=`gluster --print-logdir`
TEST build_te... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>Video width and height attributes are not used to infer aspect-ratio</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/media.js"></script>
<style>
video {
width: 100%;
max-width: 100px;
height: auto... | {
"pile_set_name": "Github"
} |
```Swift
// Separators can be created in two orientations
let verticalSeparator = Separator(orientation: .vertical)
let horizontalSeparator = Separator(orientation: .horizontal)
```
| {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008-2011 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.blueman" path="/org/blueman/">
<child name="general" schema="org.blueman.general"/>
<child name="network" schema="org.blueman.network"/>
<child name="gsmsettings" schema="org.blueman.gsmsettings"/>
<child name="netusages" schema="org.... | {
"pile_set_name": "Github"
} |
xof 0303txt 0032
Material Material__1 {
1.000000;1.000000;1.000000;1.000000;;
0.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"modtables_D_D2.tga";
}
}
Frame modtables_B_9 {
FrameTransformMatrix {
1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.00... | {
"pile_set_name": "Github"
} |
package org.protege.editor.owl.model.axiom;
import org.semanticweb.owlapi.model.OWLOntology;
import java.util.List;
/**
* @author Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group, Date: 27/05/2014
*/
public interface TopologicallySortedImportsClosureProvider {
List<OWLOntology> ge... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
# v0.3.3
- Removes `rxjs` dependency is no longer used.
# v0.3.2
- Removes `co` dependency which was never used
# v0.3.1
- Fixes certain conditions in which generators wern't handled correctly.
# v0.3.0
- Streamlines the library by dropping dependency on Rx.js in favour for generators.
- The `route` method now r... | {
"pile_set_name": "Github"
} |
unit UMenu;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, ActnList, Forms, Menus, UTool, LCLType, ExtCtrls, UConfig,
Controls, LazPaintType;
type
{ TMainFormMenu }
TMainFormMenu = class
private
FActionList: TActionList;
FDarkTheme: boolean;
FMainMenus: array of TMen... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<include layout="@layout/top_view" />
<WebView
android:id="@+id/webview_... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... | {
"pile_set_name": "Github"
} |
# Create a set with timeout
0 ipset create test hash:ip,port,net timeout 5
# Add partly zero valued element
0 ipset add test 2.0.0.1,0,192.168.0.0/24
# Test partly zero valued element
0 ipset test test 2.0.0.1,0,192.168.0.0/24
# Delete partly zero valued element
0 ipset del test 2.0.0.1,0,192.168.0.0/24
# Add first ran... | {
"pile_set_name": "Github"
} |
#ifndef IRSSI_FE_COMMON_CORE_FE_EXEC_H
#define IRSSI_FE_COMMON_CORE_FE_EXEC_H
#include <irssi/src/fe-common/core/fe-windows.h>
#define EXEC_WI(query) \
MODULE_CHECK_CAST_MODULE(query, EXEC_WI_REC, type, \
"WINDOW ITEM TYPE", "EXEC")
#define IS_EXEC_WI(query) \
(EXEC_WI(query) ? TRUE : FALSE)
typedef stru... | {
"pile_set_name": "Github"
} |
//
// TestAppAppDelegate.m
// TestApp
//
// Created by Dominique Mayrand on 11/29/11.
// Copyright __MyCompanyName__ 2011. All rights reserved.
//
#import "TestAppAppDelegate.h"
#import "TestAppViewController.h"
@implementation TestAppAppDelegate
@synthesize window;
@synthesize viewController;
- (void)applica... | {
"pile_set_name": "Github"
} |
/*
Violet - A program for editing UML diagrams.
Copyright (C) 2007 Cay S. Horstmann (http://horstmann.com)
Alexandre de Pellegrin (http://alexdp.free.fr);
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
... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2014, Oracle and/or its affiliates.
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
// Licensed under the Boost Software License version 1.0.
// http://www.boost.org/users/license.html
#ifndef BOOST_GEOMETRY_AL... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-2020 "Graph Foundation"
* Graph Foundation, Inc. [https://graphfoundation.org]
*
* Copyright (c) 2002-2020 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of ONgDB.
*
* ONgDB is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gen... | {
"pile_set_name": "Github"
} |
include windows.inc
include user32.inc
include kernel32.inc
include gdi32.inc
include shell32.inc
include comctl32.inc
include comdlg32.inc
include masm32.inc
includelib user32.lib
includelib kernel32.lib
includelib gdi32.lib
includelib shell32.lib
includelib comctl32.lib
includelib comdlg32.lib
includelib masm32.lib
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.