text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/sysv/balloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc.c
* Copyright (C) 1992 Doug Evans
*
* coh/alloc.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/balloc.c... | {
"pile_set_name": "Github"
} |
package com.macro.mall.common.config;
import com.macro.mall.common.domain.SwaggerProperties;
import org.springframework.context.annotation.Bean;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
// Copyright (c) 2001-2011 Joel de Guzman
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#if !defined(SPIRIT_KARMA_AND_PREDICATE_MAR_22_2009_0412PM)
#define SPIRIT_... | {
"pile_set_name": "Github"
} |
---
alias: yaeco6ieth
description: Authentication & Authorization
---
# Authentication & Authorization
In this section, you'll learn how you can migrate your authentication functionality from the Graphcool Framework to Prisma.
## Authentication & Authorization with the Graphcool Framework
With the Graphcool Framewo... | {
"pile_set_name": "Github"
} |
[
{
"isMain": true,
"isLib": false,
"name": "Test13",
"nodes": [
"$hxClasses",
"Test13",
"haxe_iterators_ArrayIterator"
],
"exports": {
"$hxClasses": true
},
"shared": {
"a_$b_Exposed": true
},
"imports": {}
},
{
"isMain": false,
"isLib... | {
"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")... | {
"pile_set_name": "Github"
} |
'use strict';
describe('The main view', function () {
var page;
beforeEach(function () {
browser.get('http://localhost:3000/index.html');
page = require('./main.po');
});
it('should include jumbotron with correct data', function() {
expect(page.h1El.getText()).toBe('\'Allo, \'Allo!');
expect(... | {
"pile_set_name": "Github"
} |
# Copyright 2013 the V8 project authors. All rights reserved.
# Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple 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:
# 1. Redistributions of sourc... | {
"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... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "square_daren_icon@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "square_daren_icon@3x.png",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
// Copyright 2008 The Closure Library Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | {
"pile_set_name": "Github"
} |
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.text
bar:
.data
.globl foo
.set foo, bar
.globl foo
.set foo, bar
// CHECK-NOT: invalid reassignment of non-absolute variable
| {
"pile_set_name": "Github"
} |
/*
* This file is part of libFirm.
* Copyright (C) 2012 University of Karlsruhe.
*/
/**
* @file
* @brief Option handling for spiller.
* @author Matthias Braun
* @date 12.10.2006
*/
#ifndef FIRM_BE_BESPILL_H
#define FIRM_BE_BESPILL_H
#include "bera.h"
#include <stdbool.h>
extern bool be_coal... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'contextmenu', 'fa', {
options: 'گزینههای منوی زمینه'
} );
| {
"pile_set_name": "Github"
} |
<?php
/**
* Finnish PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Jyry Kuukanen
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP-virhe: käyttäjätunnistus epäonnistui.';
$PHPMAILER_LANG['connect_host'] = 'SMTP-virhe: yhteys palvelimeen ei onnistu.... | {
"pile_set_name": "Github"
} |
(ns avi.editor
"Functions (including basse responders, middleware, and utilties) for
manipulating the editor map."
(:import (java.io FileNotFoundException))
(:require [clojure.set :as set]
[clojure.spec :as s]
[clojure.string :as string]
[packthread.core :refer :all]
... | {
"pile_set_name": "Github"
} |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class AddForeignKeysToDojoPassesTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('dojo_passes', function(Blueprint $table)
... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | {
"pile_set_name": "Github"
} |
from model import MobileNetV2
from PIL import Image
import numpy as np
import json
import matplotlib.pyplot as plt
import tensorflow as tf
im_height = 224
im_width = 224
# load image
img = Image.open("../tulip.jpg")
# resize image to 224x224
img = img.resize((im_width, im_height))
plt.imshow(img)
# scaling pixel val... | {
"pile_set_name": "Github"
} |
// JavaScript Document
var GIVe = (function (give) {
'use strict'
give.MetaDataEntries = function (url) {
this.url = url || give.MetaDataEntries.defaultUrl
this.entries = {}
this.DataPromise = give.postAjax(this.url, null, 'text', 'GET')
.then(res => this._responseHandler(res))
.catch(e => ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Loader</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="/js/loader/css/style.css">
</head>
<body>
<div aria-busy="true" aria-la... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2017-2020, Manticore Software LTD (http://manticoresearch.com)
// Copyright (c) 2001-2016, Andrew Aksyonoff
// Copyright (c) 2008-2016, Sphinx Technologies Inc
// All rights reserved
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General P... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 INRIA
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup tests
* @{
*
* @file
* @brief Thread test application
*
* @author Oliver Hahm <oliv... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2010 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/main/uz_Latn.xml
// *
// ************... | {
"pile_set_name": "Github"
} |
# RDGPA4 - Castlevania Judgment
[Core]
# Values set here will override the main Dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied e... | {
"pile_set_name": "Github"
} |
These files are compiled dot templates from dot folder.
Do NOT edit them directly, edit the templates and run `npm run build` from main ajv-keywords folder.
| {
"pile_set_name": "Github"
} |
[hi]
[HI]: /url
| {
"pile_set_name": "Github"
} |
terraform {
required_version = ">= 0.12"
}
| {
"pile_set_name": "Github"
} |
-----------------------------------
-- Area: Port San d'Oria
-- NPC: Apstaule
-- Not used cutscenes: 541
-----------------------------------
local ID = require("scripts/zones/Port_San_dOria/IDs");
require("scripts/globals/quests");
require("scripts/globals/shop");
-----------------------------------
function onTrade(... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-26 21:49+0000\n"
"PO-Revision-Date: 2016-08-02 15:46+0000\n"
"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"... | {
"pile_set_name": "Github"
} |
# Served - An Introduction
Served is a C++11 HTTP server library, designed primarily for making HTTP in C++ projects simple, fun and quick to implement. The documentation within this directory gives a useful overview of using Served, but for more detailed information about the API please refer to the header files of e... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
* Copyright (c) 2014- QLogic Corporation.
* All rights reserved
* www.qlogic.com
*
* Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms ... | {
"pile_set_name": "Github"
} |
<a href='https://github.com/angular/angular.js/edit/v1.6.x/src/ngCookies/cookies.js?message=docs(ngCookies)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<h1>
<code>ngCookies</code>
</h1>
<h2>Installation</h2>
<p>F... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001
* Fortress Technologies, Inc. All rights reserved.
* Charlie Lenahan (clenahan@fortresstech.com)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code distributions
* retain the above copyright notice and ... | {
"pile_set_name": "Github"
} |
From c033d8c6e0aab9aad26c61c02db8b76c4a0eafa7 Mon Sep 17 00:00:00 2001
From: Madalin Bucur <madalin.bucur@freescale.com>
Date: Thu, 15 Jan 2015 12:32:38 +0200
Subject: [PATCH 11/53] soc/qman: add qman_delete_cgr_safe()
Add qman_delete_cgr_safe() that can be called from any CPU.
This in turn schedules qman_delete_cgr()... | {
"pile_set_name": "Github"
} |
//
// MKAnnotationView+WebCache.h
// SDWebImage
//
// Created by Olivier Poitrey on 14/03/12.
// Copyright (c) 2012 Dailymotion. All rights reserved.
//
#import "MapKit/MapKit.h"
#import "SDWebImageManager.h"
/**
* Integrates SDWebImage async downloading and caching of remote images with MKAnnotationView.
*/
@i... | {
"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 <IMFoundation/HTMLToSuper_Default_Frame.h>
@interface HTMLToSuper_A_Frame : HTMLToSuper_Default_Frame
{
BOOL _shouldPopLink;
}
- (void)parser:(id)arg1 context:(id)arg2... | {
"pile_set_name": "Github"
} |
package com.ng.ui.other.textview;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.content.Context;
import android.content.res.ColorStateList... | {
"pile_set_name": "Github"
} |
#ifndef TEMPCONFIG_H
#define TEMPCONFIG_H
#include "core/CutterCommon.h"
#include <QString>
#include <QVariant>
/**
* @brief Class for temporary modifying r2 `e` configuration.
*
* Modified values will be restored at the end of scope. This is useful when using a r2 command that can only
* be configured using `e... | {
"pile_set_name": "Github"
} |
#include "platform.h"
#include "pc.h"
#include "di_defs.h"
#include "debug_if.h"
#include "divasync.h"
#include "kst_ifc.h"
#include "maintidi.h"
#include "man_defs.h"
/*
LOCALS
*/
#define DBG_MAGIC (0x47114711L)
static void DI_register (void *arg);
static void DI_deregister (pDbgHandle hDbg);
static void DI_form... | {
"pile_set_name": "Github"
} |
/***********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only
* intended for use with Renesas products. No other uses are authorized. This
* software is owned by Renesas Ele... | {
"pile_set_name": "Github"
} |
---
title: Format of a Text Log Section
description: Format of a Text Log Section
ms.assetid: e0f7227c-6cd8-4c66-a38b-104f222847bc
keywords:
- sections WDK SetupAPI logging
- formats WDK SetupAPI logging
- text logs WDK SetupAPI , sections
- SetupAPI logging WDK Windows Vista , text log sections
ms.date: 04/20/2017
ms.... | {
"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"
} |
// UIProgressView+AFNetworking.m
// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
//
// 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, ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# This script was to developed to check for common misconfigurations and vulnerabilities of the sudo
# Version="version 1.3"
# Date Created : 08/12/2018
# Date of last modification : 06/08/2019
# @TH3_ACE - BLAIS David
# Future updates :
#
#
#
##### (Cosmetic) Colour output
RED="\033[01;31m" # Issu... | {
"pile_set_name": "Github"
} |
# flac - Command-line FLAC encoder/decoder
# Copyright (C) 2000-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# 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 v... | {
"pile_set_name": "Github"
} |
- contribution = @notification.contribution
- project = contribution.project
- detail = contribution.details.ordered.first
- company_name = CatarseSettings[:company_name]
- contact_email = CatarseSettings[:email_contact]
|Olá, <strong>#{contribution.user.display_name}</strong>!
br
br
|O projeto #{contribution.project.... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1999 Masanao Izumo <iz@onicos.co.jp>
* Version: 1.0.1
* LastModified: Dec 25 1999
*/
/* Interface:
* data = zip_deflate(src);
*/
/* constant parameters */
var zip_WSIZE = 32768; // Sliding Window size
var zip_STORED_BLOCK = 0;
var zip_STATIC_TREES = 1;
var zip_DYN_TREES = 2;
/* for deflate */
v... | {
"pile_set_name": "Github"
} |
package com.yalantis.starwars;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.content.Context;
import android.content.pm.ConfigurationInfo;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
impo... | {
"pile_set_name": "Github"
} |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sortObject = sortObject;
exports.createHash = createHash;
exports.stringifyObject = stringifyObject;
exports.extendedToString = extendedToString;... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - Test Markdown</title>
<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>
<body style="overflow: auto;">
<div id="qunit"></div>
<div id="qunit-fixture"></div>
... | {
"pile_set_name": "Github"
} |
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=log_systemd.so
ifeq ($(CROSS_COMPILE),)
SYSTEMD_BUILDER=$(shell \
if pkg-config --exists libsystemd; then \
echo 'pkg-config libsystemd'; \
fi)
endif
ifneq ($(SYSTEMD_BUILDER),)
DEFS += $(sh... | {
"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>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../custom.c... | {
"pile_set_name": "Github"
} |
:100000009EC00000B7C00000B5C00000B3C0000033
:10001000B1C00000AFC00000ADC00000ABC0000028
:10002000A9C00000A7C00000A5C00000FCC30000DC
:10003000A1C400009FC000009DC000009BC0000044
:1000400099C0000097C0000095C0000093C0000058
:1000500091C000008FC000008DC00000C6C100002C
:1000600089C0000087C0000085C0000083C0000078
:1000700081C... | {
"pile_set_name": "Github"
} |
This is the software bundle "SemanticPaint", created by:
Stuart Golodetz <smg@robots.ox.ac.uk>
Michael Sapienza <michael.sapienza@eng.ox.ac.uk>
Tommaso Cavallari <tommaso@tommasocavallari.com>
Nicholas A Lord <nicklord@robots.ox.ac.uk>
Julien Valentin <julien.valentin@eng.ox.ac.uk>
Vibhav Vineet <vibhav.vineet@gmail.c... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// 通过coreGraphic把图片变灰
//
// Created by 黄成都 on 15/7/4.
// Copyright (c) 2015年 黄成都. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Array(String)</span><span class="path">setting.async.</span>autoParam</h2>
<h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>During asynchronous loa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-3... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg00IwLLBKoi/9ikb6
ZOAV0S1XeNGWllvlFDeczRKQn2uhRANCAARrvCsQUNRpMUkzFaC7+zV4mClo+beg
4VkUyQR5y5Fle5UVH2GigChWnUoouTO2e2acA/DUuyLDHT0emeBMhoMC
-----END PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
require File.expand_path(File.join(__FILE__, '../../..', 'test_helper'))
require 'rubber/cloud/aws/classic'
require 'ostruct'
class AwsClassicTest < Test::Unit::TestCase
context "aws" do
setup do
env = {'access_key' => "XXX", 'secret_access_key' => "YYY", 'region' => "us-east-1"}
env = Rubber::Conf... | {
"pile_set_name": "Github"
} |
// IonicTestClass.cs
// ------------------------------------------------------------------
//
// Copyright (c) 2009 Dino Chiesa.
// All rights reserved.
//
// This code module is part of DotNetZip, a zipfile class library.
//
// ------------------------------------------------------------------
//
// This cod... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 16517
translator:
weibo: ''
hide: true
command: |-
Donne, Top Maniglie
summary: |-
Dump
| {
"pile_set_name": "Github"
} |
#define TARGET_NR_read 0
#define TARGET_NR_write 1
#define TARGET_NR_open 2
#define TARGET_NR_close 3
#define TARGET_NR_stat 4
#define TARGET_NR_fstat ... | {
"pile_set_name": "Github"
} |
/*
This file is part of Ext JS 4
Copyright (c) 2011 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the p... | {
"pile_set_name": "Github"
} |
package com.lin.baseTest;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
import org.springframework.test.context.junit4.SpringJUnit4C... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 IoTeX
// This is an alpha (internal) release and is not suitable for production. This source code is provided 'as is' and no
// warranties are given as to title or non-infringement, merchantability or fitness for purpose and, to the extent
// permitted by law, all liability for your use of the cod... | {
"pile_set_name": "Github"
} |
<?php
/**
* @version $Id: strcasecmp.php 10381 2008-06-01 03:35:53Z pasamio $
* @package utf8
* @subpackage strings
*/
//---------------------------------------------------------------
/**
* UTF-8 aware alternative to strcasecmp
* A case insensivite string comparison
* Note: requires utf8_strtolower
* @param string
* ... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:a1cbb656b7a2ff6d6b4d9943a902389d0d3ebeabd45c5865ee224283d49ee947
size 3100076
| {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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 t... | {
"pile_set_name": "Github"
} |
#include "backtrace.hpp"
namespace Sass {
const std::string traces_to_string(Backtraces traces, std::string indent) {
std::stringstream ss;
std::string cwd(File::get_cwd());
bool first = true;
size_t i_beg = traces.size() - 1;
size_t i_end = std::string::npos;
for (size_t i = i_beg; i != i... | {
"pile_set_name": "Github"
} |
#region Licence...
//-----------------------------------------------------------------------------
// Date: 10/03/09 Time: 21:00
// Module: WixSharp.cs
// Version: 0.1.20
//
// This module contains the definition of the Wix# classes.
//
// Written by Oleg Shilo (oshilo@gmail.com)
// Copyright (c) 2008-2017. All rights... | {
"pile_set_name": "Github"
} |
# Telemetry for Web Template Studio - 2020.08
As new features and pages roll out, percentages will adjust.
## Frontend Frameworks
|Framework Type|Percentage|
|:---|:---:|
|React|57.7%|
|Angular|21.1%|
|Vue|21.1%|
## Backend Frameworks
|Framework Type|Percentage|
|:---|:---:|
|Node|60%|
|AspNet|17%|
|Flask|17%|
|M... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace Phan\Library\Hasher;
use Phan\Library\Hasher;
/**
* Hasher implementation mapping keys to sequential groups (first key to 0, second key to 1, looping back to 0)
* getGroup() is called exactly once on each string to be hashed.
* See https://en.wikipedia.org/wiki/Consistent... | {
"pile_set_name": "Github"
} |
import re
[print('YES' if re.match(r'[789]\d{9}$', input()) else 'NO') for _ in range(int(input()))] | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
<file t3:id="1520862805" source-language="en" datatype="plaintext" original="EXT:adminpanel/Resources/Private/Language/locallang_info.xlf" date="2018-03-12T13:52:01Z" product-name="adminpanel">
<header/>
... | {
"pile_set_name": "Github"
} |
define( [
"../var/rnothtmlwhite"
], function( rnothtmlwhite ) {
"use strict";
// Strip and collapse whitespace according to HTML spec
// https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace
function stripAndCollapse( value ) {
var tokens = value.match( rnothtmlwhite ) || [];
... | {
"pile_set_name": "Github"
} |
import {AfterViewInit, Component, ElementRef} from '@angular/core';
import {IOption} from 'ng-select';
declare var hljs: any;
import {OptionService} from '../../services/option.service';
@Component({
selector: 'select-method',
templateUrl: './select-method.component.html'
})
export class SelectMethod implement... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Q 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="../../addon/edit/matchbrackets.js"></script>
<script src="q.js"></script>
<styl... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
sr_XK{
"%%ALIAS"{"sr_Cyrl_XK"}
}
| {
"pile_set_name": "Github"
} |
---
name: cljs.core/float
see also:
---
## Summary
## Details
## Examples
| {
"pile_set_name": "Github"
} |
.gitignore
# This file should not contain anything that needs to be modified per ROSE build. I.e., all configuration
# variables are stored elsewhere (defaults in $ROSE_SOURCE/tup.config and build-specific values in
# $ROSE_BUILD/tup.config).
###########################################################################... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any p... | {
"pile_set_name": "Github"
} |
.globl main
.text
.text
.ent main
main:
ldgp $gp,0($27)
lda $sp,-64($sp)
.frame $sp,64,$26,48
.prologue 1
mov $31,$0
L.1:
lda $sp,64($sp)
ret
.end main
.globl f
.text
.ent f
f:
ldgp $gp,0($27)
lda $sp,-80($sp)
.mask 0x4000000,-80
.frame $sp,80,$26,48
stq $26,0($sp)
stq $16,32($sp)
.prologue 1
jsr $26,f
ldgp $gp,0($26)
... | {
"pile_set_name": "Github"
} |
{
"name": "wcstamp",
"homepage": "https://github.com/jcgregorio/stamp",
"authors": [
"Joe Gregorio <joe@bitworking.org>"
],
"description": "A fast and simple templating library using the web components 'template' element.",
"main": "src/stamp.js",
"moduleType": [],
"keywords": [
"webcomponents",... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
ROOT=$(git rev-parse --show-toplevel)
echo "php-cs-fixer pre commit hook start"
PHP_CS_FIXER="bin/php-cs-fixer"
HAS_PHP_CS_FIXER=false
if [ -x $PHP_CS_FIXER ]; then
HAS_PHP_CS_FIXER=true
fi
if $HAS_PHP_CS_FIXER; then
# Fix changed (indexed) files
$PHP_CS_FIXER fix --config=$ROOT/.p... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewControll... | {
"pile_set_name": "Github"
} |
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
... | {
"pile_set_name": "Github"
} |
#
# generated by qemu-keymap
# model : pc105
# layout : tr
# variant : -
# options : -
# name: "Turkish"
# modifiers
# 0: Shift
# 1: Lock
# 2: Control
# 3: Mod1
# 4: Mod2
# 5: Mod3
# 6: Mod4
# 7: Mod5
# 8: NumLock
# 9: Alt
# 10: LevelThree
# 11: LAlt
# 1... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ts_plot.R
\name{ts_save}
\alias{ts_save}
\title{Save Previous Plot}
\usage{
ts_save(
filename = tempfile(fileext = ".pdf"),
width = 10,
height = 5,
device = NULL,
open = TRUE
)
}
\arguments{
\item{filename}{filename}
\item{width}{w... | {
"pile_set_name": "Github"
} |
---
title: Introducing the New Login Modal and Idle Session Timeout
author: admin
type: post
date: 2016-06-13T18:31:02+00:00
url: /introducing-the-new-login-modal-and-idle-session-timeout/
sf_thumbnail_type:
- none
sf_thumbnail_link_type:
- link_to_post
sf_detail_type:
- none
sf_page_title:
- 1
sf_page_title_st... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env php
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
defined('YII_DEBUG') or define('YII_DEBUG', true);
$composerAutoload = [
__DIR__ . '/../vendor/autoload.php', ... | {
"pile_set_name": "Github"
} |
m rn
rn m
m in
in m
d cl
cl d
nn rm
rm nn
n ri
ri n
li h
lr h
ii u
ii n
ni m
iii m
ll H
I-I H
vv w
VV W
t f
f t
a o
o a
e c
c e
rr n
E fi
l< k
ld ki
lx h
xn m
ux in
r t
d tl
di th
ur in
un im
u a
| {
"pile_set_name": "Github"
} |
// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
// Copyright (C) 2007, Tobias Schwinger.
//
// Use, modification, and distribution is subject to 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)
//
// See http://www.boost.org/... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a02a7d8c237544f1962732b55a9aebf1
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"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><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<link rel="stylesheet" type="text/css" href="search.... | {
"pile_set_name": "Github"
} |
'use strict'
const resources = require('../resources')
module.exports = {
method: 'POST',
path: '/api/v0/shutdown',
...resources.shutdown
}
| {
"pile_set_name": "Github"
} |
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import { ISanitizer } from '@jupyterlab/apputils';
import { CodeCell, CodeCellModel, MarkdownCell, Cell } from '@jupyterlab/cells';
import { INotebookTracker, NotebookPanel } from '@jupyterlab/notebook';
import { ISe... | {
"pile_set_name": "Github"
} |
/*
* Fundamental types and constants relating to WPA
*
* Copyright (C) 1999-2012, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public License ver... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2012
// Use, modification and distribution are subject to 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)
// See http://www.boost.org/libs/config for more information.
// MACRO: BOOST_NO... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.