text
stringlengths
2
99.9k
meta
dict
package com.rak.letmeknow; import java.util.Calendar; import org.json.JSONObject; import com.rak.letmeknow.R; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.view.View; import android.widget.TextView; import android.widg...
{ "pile_set_name": "Github" }
# Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned - security # Label to use when marking an issue as stale staleLabel: wontfi...
{ "pile_set_name": "Github" }
#!/usr/bin/env sh ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Attempt to set APP_HOME # Resolve links: $0 may be a link PRG="$0" # Need this for relative symlin...
{ "pile_set_name": "Github" }
//****************************************************************************** // Copyright (c) 2005-2013 by Jan Van hijfte // // See the included file COPYING.TXT for details about the copyright. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the i...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class ContentType </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class ContentType "> <meta name="...
{ "pile_set_name": "Github" }
QT += core network QT -= gui include(../MSHttpRequest/MSHttpRequest.pri) LIBS += -lcurl CONFIG += c++11 TARGET = ccross-curl CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp \ ../MSHttpRequest/mshttprequest.cpp \ ../MSHttpRequest/QtCUrl.cpp \ ../MSHttpRequest/msnetworkcookie...
{ "pile_set_name": "Github" }
<!-- The MIT License Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Erik Ramfelt, id:cactusman 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 ...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes 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 to in writing, ...
{ "pile_set_name": "Github" }
# -*- encoding: utf-8 -*- # # Copyright (c) 2018 Red Hat # # 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 la...
{ "pile_set_name": "Github" }
/** * Copyright 2011-2019 Asakusa Framework Team. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
{ "pile_set_name": "Github" }
/* ============================================================= * bootstrap-typeahead.js v2.0.0 * http://twitter.github.com/bootstrap/javascript.html#typeahead * ============================================================= * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "L...
{ "pile_set_name": "Github" }
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Window...
{ "pile_set_name": "Github" }
Advanced Usage ============== ############# Hardcore Mode ############# If you use Linux and have root privileges, it is impossible to prevent yourself from breaking any sort of Internet block. If you want to use Chomper seriously, I suggest you do the following: #. Create a new account with administrative privilege...
{ "pile_set_name": "Github" }
import os import shutil def _makedirs(dir, force=False): if os.path.exists(dir): if force: shutil.rmtree(dir) os.makedirs(dir) else: os.makedirs(dir)
{ "pile_set_name": "Github" }
#pragma once #include <Eigen/Core> #include <unordered_map> #include <map> #include <memory> #include <map/defines.h> #include <map/geo.h> #include <map/defines.h> #include <map/dataviews.h> #include <sfm/tracks_manager.h> #include <geometry/camera.h> #include <geometry/pose.h> namespace map { class Shot; class Land...
{ "pile_set_name": "Github" }
<a href="/home"><img src="/public/home.svg" alt="Application home" /><span translate="yes">Huis</span></a> <a href="/administrator" translate="yes">Administratie</a> <a href="/administrator/sessions" translate="yes">Sessies</a> <a href="/administrator/session?sessionid=${session.sessionid}" translate="yes">Visie ${sess...
{ "pile_set_name": "Github" }
Integer>>euclidSub: secondNumber "Euclidean algorithm with subtraction" | a b | a := self abs. b := secondNumber abs. [ a == b ] whileFalse: [ a > b ifTrue: [ a := a - b. ] ifFalse: [ b := b - a. ]. ]. ^a. Integer>>euclidMod: secondNumber ...
{ "pile_set_name": "Github" }
'use strict'; var React = require('react'); var ReactDOM = require('react-dom'); var cloneElement = React.cloneElement; var assign = require('object-assign'); var omit = require('object.omit'); var classNames = require('classnames'); var SmoothScrollMixin = require('./mixins/SmoothScrollMixin'); var isInViewport = req...
{ "pile_set_name": "Github" }
// # Filter factory // Filters take in an image representation of an [entity](../mixin/entity.html), [Group](./group.html) of entitys or a [Cell](./cell.html) display and, by manipulating the image's data, return an updated image which replaces those entitys or cell in the final output display. // // Scrawl-canvas defi...
{ "pile_set_name": "Github" }
{ stdenv, fetchurl, blas, lapack, mpi } : assert (!blas.isILP64) && (!lapack.isILP64); stdenv.mkDerivation rec { pname = "hpl"; version = "2.3"; src = fetchurl { url = "http://www.netlib.org/benchmark/hpl/${pname}-${version}.tar.gz"; sha256 = "0c18c7fzlqxifz1bf3izil0bczv3a7nsv0dn6winy3ik49yw3i9j"; };...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes 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 to in writing, softw...
{ "pile_set_name": "Github" }
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.ffmpeg.postproc; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import org.bytedeco.ffmpeg.avutil.*; import static org.bytedeco.ffmpeg.gl...
{ "pile_set_name": "Github" }
using Microsoft.AspNetCore.Mvc; using System; using System.ComponentModel; using System.Linq; using Xms.Api.Core.Controller; using Xms.Authorization.Abstractions; using Xms.Core; using Xms.Infrastructure.Utility; using Xms.QueryView.Api.Models; using Xms.Schema.Entity; using Xms.Sdk.Client; using Xms.Solution; using X...
{ "pile_set_name": "Github" }
#if !defined(AFX_CLIBRARYWINDOW_H__58FE114A_C1EA_4A01_AAA9_05B985F89A6D__INCLUDED_) #define AFX_CLIBRARYWINDOW_H__58FE114A_C1EA_4A01_AAA9_05B985F89A6D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif #include "cLibraryTree.h" #include "cLibraryImage.h" #include "ZSplitterDlg.h" class cLibraryWindow : public CDialo...
{ "pile_set_name": "Github" }
#include "io.h" int main(void) { long long rd, rt, result; rt = 0x0123456789ABCDEF; result = 0x89AB0000CDEF0000; __asm ("preceq.pw.qhr %0, %1\n\t" : "=r"(rd) : "r"(rt) ); if (result != rd) { printf("preceq.pw.qhr error\n"); return -1; } r...
{ "pile_set_name": "Github" }
<?php // Include required library files. require_once('../../includes/config.php'); require_once('../../autoload.php'); // Create PayPal object. $PayPalConfig = array( 'Sandbox' => $sandbox, 'APIUsername' => $api_username, 'APIPassword' => $api_password, 'APISignature' => $api_signature, 'Pri...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2005. // 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) // // This file exists to prevent std lib headers from accidentally // including a TR1 ext...
{ "pile_set_name": "Github" }
import './app.css'; import * as React from 'react'; export default class App extends React.Component { render() { return this.props.children; } }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../num_bigint/big_digit/constant.BASE.html"> </head> <body> <p>Redirecting to <a href="../../../../num_bigint/big_digit/constant.BASE.html">../../../../num_bigint/big_digit/constant.BASE.html</a>...</p> <script>locati...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }
{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "Server Error" %}{% endblock %} {% block body %} <header class="jumbotron subhead" id="overview"> <h1>{% trans "Something went wrong" %}</h1> <p class="lead">{% trans "We're sorry but a server error has occurred. We've been ...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftincrem.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
{ "pile_set_name": "Github" }
{ "ver": "1.0.1", "uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7", "isGroup": false, "subMetas": {} }
{ "pile_set_name": "Github" }
apiVersion: v1 kind: PersistentVolume metadata: name: pv0003 spec: capacity: storage: 5Gi accessModes: - ReadWriteOnce nfs: path: /somepath server: 172.17.0.2
{ "pile_set_name": "Github" }
// stylelint-disable declaration-no-important // Typography @mixin text-emphasis-variant($parent, $color, $ignore-warning: false) { #{$parent} { color: $color !important; } @if $emphasized-link-hover-darken-percentage != 0 { a#{$parent} { @include hover-focus() { color: darken($color, $emp...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build mipsle,linux package unix const ( sizeofPtr = 0x4 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x4 sizeofLongLong = 0x8 PathM...
{ "pile_set_name": "Github" }
//===- PrettyCompilandDumper.cpp - llvm-pdbutil compiland dumper -*- C++ *-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
#if !defined(_x86_gen_) #define _x86_gen_ #include <assert.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include "arch.h" /* * st1_base - stage 1 base instruction sequence * * This struct is intended to be "laid onto" a piece of memory to ease the * parsing, use, and length...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2011, The University of Southampton and the individual contributors. * 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 ...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2014 Ning, Inc. * Copyright 2014-2016 Groupon, Inc * Copyright 2014-2016 The Billing Project, LLC * * The Billing Project licenses this file to you 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 cop...
{ "pile_set_name": "Github" }
package br.com.swconsultoria.nfe.schema.epec; import javax.xml.bind.annotation.*; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** * <p>Classe Java de SignedInfoType complex type. * * <p>O seguinte fragmento do esquema especifica ...
{ "pile_set_name": "Github" }
/* Copyright 2018 Bitnami. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distri...
{ "pile_set_name": "Github" }
// Copyright 2012 Google Inc. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. // Package image provides image services. package image // import "google.golang.org/appengine/image" import ( "fmt" "net/url" "golang.org/x/net/context" ...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from __future__ import division from __future__ import print_function import os import cv2 import numpy as np def prepare_train_directories(config): out_dir = config.train.dir os.makedirs(os.path.join(out_dir, 'checkpoint'), exist_ok=True)
{ "pile_set_name": "Github" }
using System; namespace Elders.Cronus.Projections { public interface IProjectionWriter { void Save(Type projectionType, CronusMessage cronusMessage); void Save(Type projectionType, IEvent @event, EventOrigin eventOrigin); void Save(Type projectionType, IEvent @event, EventOrigin eventO...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\PaypalGraphQl\Model\Resolver; use Magento\Framework\Exception\LocalizedException; use Magento\Framework\GraphQl\Config\Element\Field; use Magento\Framework\GraphQl\Excepti...
{ "pile_set_name": "Github" }
BF00: Слог Хангыль bbess BF01: Слог Хангыль bbeng BF02: Слог Хангыль bbej BF03: Слог Хангыль bbec BF04: Слог Хангыль bbek BF05: Слог Хангыль bbet BF06: Слог Хангыль bbep BF07: Слог Хангыль bbeh BF08: Слог Хангыль bbyeo BF09: Слог Хангыль bbyeog BF0A: Слог Хангыль bbyeogg BF0B: Слог Хангыль bbyeogs BF0C: Слог Хангыль bb...
{ "pile_set_name": "Github" }
// Use and distribution licensed under the Apache license version 2. // // See the COPYING file in the root project directory for full text. // package memory import ( "fmt" "io/ioutil" "os" "path/filepath" "sort" "strconv" "strings" "github.com/jaypipes/ghw/pkg/context" "github.com/jaypipes/ghw/pkg/linuxpa...
{ "pile_set_name": "Github" }
/* * Copyright 2016-2020 the original author or 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 * * Unles...
{ "pile_set_name": "Github" }
{"text": ["rt", "AT_USER", "disney", "ends", "funding", "to", "boy", "scouts", "over", "gay", "policy", "URL", "$", "dis"], "created_at": "Mon Mar 03 13:08:31 +0000 2014", "user_id_str": "2281167878"} {"text": ["5", "stocks", "to", "watch", "$", "seic", "$", "dis", "$", "lyb", "$", "s", "try", "this", "URL"], "created_...
{ "pile_set_name": "Github" }
package org.interledger.codecs.ilp; /*- * ========================LICENSE_START================================= * Interledger Core Codecs * %% * Copyright (C) 2017 - 2018 Hyperledger and its contributors * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except i...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include <ratio> #include <type_traits> using namespace std; #define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__) int main() {} // COMPILE-ONLY STATIC_ASSERT(is_same_v<ratio_add<ratio<30, 8...
{ "pile_set_name": "Github" }
import { FunctionParameters } from 'amplify-function-plugin-interface'; import _ from 'lodash'; // Merges other with existing in a non-destructive way. // Specifically, scalar values will not be overwritten // Objects will have field added but not removed or modified // Arrays will be appended to, duplicates are remov...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Samsung Electronics * Przemyslaw Marczak <p.marczak@samsung.com> */ #include <common.h> #include <fdtdec.h> #include <errno.h> #include <dm.h> #include <i2c.h> #include <power/pmic.h> #include <power/s2mps11.h> static const struct pmic_child_info pmic...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
{ "pile_set_name": "Github" }
// Copyright 2014 The Prometheus 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 to...
{ "pile_set_name": "Github" }
// // UIView+FLEXBOX.h // FlexboxKit // // Created by Alex Usbergo on 09/05/15. // Copyright (c) 2015 Alex Usbergo. All rights reserved. // @import UIKit; #import "FLEXBOXNode.h" @interface UIView (FLEXBOX) // Properties /// YES if this view contains subviews that you wish to layout using the flexbox engine ///...
{ "pile_set_name": "Github" }
angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": { "0": "AM", "1": "PM" }, "DAY": { "0": "duminică", "1...
{ "pile_set_name": "Github" }
assert('C Extension Example') do CExtension.respond_to? :c_method end
{ "pile_set_name": "Github" }
@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault package choonster.testmod3.capability.fluidhandler; import mcp.MethodsReturnNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
{ "pile_set_name": "Github" }
#begin document (wb/sel/09/sel_0913); part 000 wb/sel/09/sel_0913 0 0 [WORD] IN (TOP(S(SBAR* - - - - * * - wb/sel/09/sel_0913 0 1 [WORD] PRP (S(S(NP*) - - - - * (ARG0*) - wb/sel/09/sel_0913 0 2 [WORD] R...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
{ "pile_set_name": "Github" }
/** * Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube. * Copyright © 2015 Backelite (${email}) * * 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...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en-US"> <head> <script crossorigin="anonymous" src="/__dist__/testharness.js"></script> <script crossorigin="anonymous" src="/__dist__/webchat-es5.js"></script> </head> <body> <div id="webchat"></div> <script type="text/babel" data-presets="env,stage-3,react"> con...
{ "pile_set_name": "Github" }
[import](common.lg) # SendActivity_638869() -Pushed dialog.id into a list # SendActivity_006441() - ${dialog.foreach.index}: ${dialog.foreach.value}
{ "pile_set_name": "Github" }
--- features: - | Octavia requires SSL certificates for communication with the amphora. This adds the automatic creation of self signed certificates for this purpose. It uses different certificate authorities for amphora and control plane thus insuring maximum security. security: - | It is reco...
{ "pile_set_name": "Github" }
## What > Describe here your issue, a bug you found, an idea that you had, something that you think can be improved... ## Context > Provide information that helps with understanding your issue. For example your use case that the project doesn't cover, what you were doing when you found the bug... You can also provide...
{ "pile_set_name": "Github" }
/* * This file is part of the Jikes RVM project (http://jikesrvm.org). * * This file is licensed to You under the Eclipse Public License (EPL); * You may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.opensource.org/licenses/eclipse-1.0....
{ "pile_set_name": "Github" }
StartChar: uni1E77 Encoding: 7799 7799 432 Width: 600 VWidth: 0 Flags: HM LayerCount: 3 Fore Refer: 1739 813 N 1 0 0 1 178 0 2 Refer: 1534 117 N 1 0 0 1 0 0 3 MultipleSubs2: "CCMP_Precomp subtable" u uni032D EndChar
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 bzt (bztsrc@github) * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, mer...
{ "pile_set_name": "Github" }
*> \brief \b CSYT01 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE CSYT01_AA( UPLO, N, A, LDA, AFAC, LDAFAC, IPIV, C, LDC, * RWORK, RESID ) * * ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 NVIDIA Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but...
{ "pile_set_name": "Github" }
/***************************************************************************** Licensed to Accellera Systems Initiative Inc. (Accellera) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Accellera licenses...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using Xamarin.Forms.Internals; namespace Xamarin.Forms.Controls { [Preserve (AllMembers = true)] public class GroupedListContactsGallery : ContentPage { internal class Contact { publ...
{ "pile_set_name": "Github" }
// Copyright 2005-2009 Daniel James. // 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) // Based on Peter Dimov's proposal // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf // issue 6.18. // Th...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>lib/docview.js - yuidoc-root</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" hr...
{ "pile_set_name": "Github" }
{ "word": "Omit", "definitions": [ "Leave out or exclude (someone or something), either intentionally or forgetfully." ], "parts-of-speech": "Verb" }
{ "pile_set_name": "Github" }
package com.gu.library.utils; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Rect; import android.util.DisplayMetrics; import android.util.TypedValue; import android.view.View; import android.view.WindowManager; import android.widget.ImageView; /**...
{ "pile_set_name": "Github" }
package main import ( "fmt" "os" "github.com/qiniu/api.v7/v7/auth" "github.com/qiniu/api.v7/v7/storage" ) var ( accessKey = os.Getenv("QINIU_ACCESS_KEY") secretKey = os.Getenv("QINIU_SECRET_KEY") bucket = os.Getenv("QINIU_TEST_BUCKET") ) func main() { mac := auth.New(accessKey, secretKey) cfg := storag...
{ "pile_set_name": "Github" }
-----BEGIN PRIVATE KEY----- MHgCAQAwEAYHKoZIzj0CAQYFK4EEACEEYTBfAgEBBBwxvadr3ZI8u1aAupD23EnI C4nGz3pUlLCM7QVeoTwDOgAEFffH08/UzhdxfBVOYsqwAwrgf6mGaaOUQfqr8u2A 32l8hpHcG+ln0jwQBtlsA8z+hOVJiKE1DLw= -----END PRIVATE KEY-----
{ "pile_set_name": "Github" }
" Vim universal .txt syntax file " Language: txt 1.2 " Maintainer: Tomasz Kalkosiński <spoonman@op.pl> " Last change: 3 Jan 2007 " " This is an universal syntax script for all text documents, logs, changelogs, readmes " and all other strange and undetected filetypes. " The goal is to keep it very simple. It colo...
{ "pile_set_name": "Github" }
1.5.4 1
{ "pile_set_name": "Github" }
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" FLA_Error FLA_Obj_equals...
{ "pile_set_name": "Github" }
--log_error=$MYSQLTEST_VARDIR/tmp/group_replication_fragmentation_options_mysqld.1.err
{ "pile_set_name": "Github" }
@import '../libs/vars'; @import '../libs/functions'; @import '../libs/mixins'; /// /// Lens by HTML5 UP /// html5up.net | @n33co /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Thumbnails */ #thumbnails { @include vendor('display', 'flex'); @include ...
{ "pile_set_name": "Github" }
The scss source files are available in the pro version.
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Selector (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="java.nio.channels.Selector class"> <meta name="keywords" content="open()"> <meta na...
{ "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. { 'variables': { 'chromium_code': 1, }, 'targets': [ { 'target_name': 'printing', 'type': '<(component)', 'dependencies':...
{ "pile_set_name": "Github" }
# master confi.mk echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk # patch the examples/Makefile to ignore return value from OBJCOPY sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples/makefile # add a built target for mkimage on the target architecture sed -e 's/^all:.*$/all: .depend envcrc mkimage m...
{ "pile_set_name": "Github" }
package org.ovirt.engine.core.common.validation.annotation; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.ElementType.CONSTRUCTOR; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.an...
{ "pile_set_name": "Github" }
# 814. Binary Tree Pruning **<font color=red>难度: Medium</font>** ## 刷题内容 > 原题连接 * https://leetcode-cn.com/problems/binary-tree-pruning/ > 内容描述 ``` 给定二叉树根结点 root ,此外树的每个结点的值要么是 0,要么是 1。 返回移除了所有不包含 1 的子树的原二叉树。 ( 节点 X 的子树为 X 本身,以及所有 X 的后代。) 示例1: 输入: [1,null,0,0,1] 输出: [1,null,0,null,1] ``` ## 解题方案 > 思路 1 ``` 遍...
{ "pile_set_name": "Github" }
/* * This file is part of ReadonlyREST. * * ReadonlyREST is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
{ "pile_set_name": "Github" }
/* include/HsTimeConfig.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the declaration of `altzone', and to 0 if you don't. */ #undef HAVE_DECL_ALTZONE /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. */ #undef HAVE_DECL_TZNAME /* Define to 1 if y...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: ConfigMap metadata: name: prometheus-configmap labels: name: prometheus-configmap namespace: default data: prometheus.yml: |- global: scrape_interval: 5s evaluation_interval: 5s scrape_configs: - job_name: 'k8s-endpoints-service' kubernetes_sd_configs:...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:27:53.716358", "description": "Alfred Workflows Utility Class", "fork": true, "full_name": "skyzyx/alfred-workflow-builder", "language": "PHP", "updated_at": "2015-02-27T22:27:53.716397" }
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif
{ "pile_set_name": "Github" }
{ "title":"JavaScript modules via script tag", "description":"Loading JavaScript module scripts using `<script type=\"module\">` Includes support for the `nomodule` attribute.", "spec":"https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type", "status":"ls", "links":[ { "url":"https:/...
{ "pile_set_name": "Github" }
#!python # This file was obtained from: # http://peak.telecommunity.com/dist/ez_setup.py # on 2009/4/17. """Bootstrap setuptools installation If you want to use setuptools in your package's setup.py, just include this file in the same directory with it, and add this to the top of your setup.py:: from ez_setup...
{ "pile_set_name": "Github" }
#include "Copter.h" #include <AP_Notify/AP_Notify.h> void Copter::avoidance_adsb_update(void) { adsb.update(); avoidance_adsb.update(); } #include <stdio.h> MAV_COLLISION_ACTION AP_Avoidance_Copter::handle_avoidance(const AP_Avoidance::Obstacle *obstacle, MAV_COLLISION_ACTION requested_action) { MAV_COLL...
{ "pile_set_name": "Github" }