text stringlengths 2 99.9k | meta dict |
|---|---|
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/hfsplus/xattr.c
*
* Vyacheslav Dubeyko <slava@dubeyko.com>
*
* Logic of processing extended attributes
*/
#include "hfsplus_fs.h"
#include <linux/posix_acl_xattr.h>
#include <linux/nls.h>
#include "xattr.h"
#include "acl.h"
static int hfsplus_removexattr(struct ... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2007.
// 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 is machine generated, do not edit by hand
// Polynomial evaluation using s... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
//go:generate go run maketables.go -output tables.go
// Package display provides display names for languages, scripts and regions in
// a requested language.
/... | {
"pile_set_name": "Github"
} |
# Go support for Protocol Buffers - Google's data interchange format
#
# Copyright 2010 The Go Authors. All rights reserved.
# https://github.com/golang/protobuf
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# ... | {
"pile_set_name": "Github"
} |
require 'models/helpers/relational_operators'
module VCAP::CloudController
class BaseListFetcher
class << self
def filter(message, dataset, klass)
advanced_filters = {}
advanced_filters['created_at'] = message.created_ats if message.requested?(:created_ats)
advanced_filters['updated... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | {
"pile_set_name": "Github"
} |
<mat-radio-group
[(ngModel)]="value"
(change)="changeHandler($event)">
<mat-radio-button [attr.data-automation-id]="'search-radio-'+(option.name | translate)"
*ngFor="let option of options"
[value]="option.value"
class="adf-facet-filter">
<div
matTooltip="{{ optio... | {
"pile_set_name": "Github"
} |
#include "esp_common.h"
#include "testrunner.h"
#include <stdlib.h>
#include "spiffs_test_params.h"
enum {
CMD_SPIFFS,
CMD_END,
};
#define SSC_CMD_N (CMD_END + 1)
LOCAL void spiffs_test_init(void);
LOCAL ssc_cmd_t sscCmdSet[SSC_CMD_N] = {
{"fs", CMD_T_SYNC, CMD_SPIFFS, spiffs_test_init, NULL},
{"",... | {
"pile_set_name": "Github"
} |
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# dat... | {
"pile_set_name": "Github"
} |
{% extends "layout.html" %}
{% block title %}
{{ gettext("Oops") }} - {{ super() }}
{% endblock %}
{% if not mobile %}
{% block extra_headers %}
{% assets filters='less', output='build/main.%(version)s.css',
depends=['**/*.less'], 'less/main.less' %}
<link rel="stylesheet" href="{{ASSET_URL}}">
{% endassets %}
{%... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/input/MathML/entities/u.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the License.
*
* http://w... | {
"pile_set_name": "Github"
} |
/*
* alc5632.h -- ALC5632 ALSA SoC Audio Codec
*
* Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
*
* Authors: Leon Romanovsky <leon@leon.nu>
* Andrey Danin <danindrey@mail.ru>
* Ilya Petrov <ilya.muromec@gmail.com>
* Marc Dietrich <marvin24@gmx.de>
*
* Based on alc... | {
"pile_set_name": "Github"
} |
---
title: ๅฆไฝ๏ผๅๅปบ็จๆท่ฎพ็ฝฎ็ๅฑๆง็ฝๆ ผ
ms.date: 07/20/2015
helpviewer_keywords:
- My.Settings object [Visual Basic], creating property grids for user settings
- user settings [Visual Basic], creating property grids
- property grids [Visual Basic], creating for user settings
- property grids
ms.assetid: b0bc737e-50d1-43d1-a6df-268db... | {
"pile_set_name": "Github"
} |
# ----------------------------------------------------------------------------
# ATMEL Microcontroller Software Support
# ----------------------------------------------------------------------------
# Copyright (c) 2010, Atmel Corporation
#
# All rights reserved.
#
# Redistribution and use in source and binary... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>examples-vaadin</artifactId>
... | {
"pile_set_name": "Github"
} |
// Locale support (codecvt) -*- C++ -*-
// Copyright (C) 2000-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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 Fou... | {
"pile_set_name": "Github"
} |
First the regular steps, i.e. working on the fork and merging the dev-branch of the fork with master of the fork
A> Fork the repo from the upstream remote repo to my personal github
B> Create a Branch in the forked repository (This is Optional)
C> Work on that branch, and at the end merge it with the Master Branch (... | {
"pile_set_name": "Github"
} |
//
// MMHandwritingTemplateView.m
// LooseLeaf
//
// Created by Adam Wulf on 4/5/17.
// Copyright ยฉ 2017 Milestone Made, LLC. All rights reserved.
//
#import "MMHandwritingTemplateView.h"
#import "MMScrapViewState.h"
#import "MMScrapBackgroundView.h"
#import "NSFileManager+DirectoryOptimizations.h"
#import "UIView... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 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"
} |
package com.yiqiniu.easytrans.rpc;
import java.util.List;
import java.util.Map;
import com.yiqiniu.easytrans.filter.EasyTransFilter;
import com.yiqiniu.easytrans.protocol.BusinessIdentifer;
import com.yiqiniu.easytrans.protocol.RpcBusinessProvider;
public interface EasyTransRpcProvider {
/**
* st... | {
"pile_set_name": "Github"
} |
#include "os.h"
#include <libsec.h>
/*
* This MD4 is implemented from the description in Stinson's Cryptography,
* theory and practice. -- presotto
*/
/*
* Rotate ammounts used in the algorithm
*/
enum
{
S11= 3,
S12= 7,
S13= 11,
S14= 19,
S21= 3,
S22= 5,
S23= 9,
S24= 13,
S31= 3,
S32= 9,
S33= 11,
S... | {
"pile_set_name": "Github"
} |
package api2go
import (
"fmt"
"net/http"
"net/url"
"github.com/manyminds/api2go/jsonapi"
)
// The Response struct implements api2go.Responder and can be used as a default
// implementation for your responses
// you can fill the field `Meta` with all the metadata your application needs
// like license, tokens, et... | {
"pile_set_name": "Github"
} |
# Makefile.in generated by automake 1.14.1 from Makefile.am.
# packages/Linux/RPM/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# ... | {
"pile_set_name": "Github"
} |
import { Activity, ConnectionStatus, IBotConnection, Message, User } from 'botframework-directlinejs';
import { Strings } from './Strings';
import { BehaviorSubject } from 'rxjs/BehaviorSubject';
import { ActivityOrID } from './Types';
import { HostConfig } from 'adaptivecards';
import { Reducer } from 'redux';
export ... | {
"pile_set_name": "Github"
} |
// To regenerate api.pb.go run hack/update-generated-runtime.sh
syntax = 'proto3';
package runtime.v1alpha2;
option go_package = "v1alpha2";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.goproto_stringer_all) = false;
option (gogoproto.stringer_all) = true;
option (gogoproto.goproto_gett... | {
"pile_set_name": "Github"
} |
//
// Author: Christian Schulz <christian.schulz.phone@gmail.com>
//
#ifndef GREEDY_NS_LOCAL_SEARCH_P9KLE4NH
#define GREEDY_NS_LOCAL_SEARCH_P9KLE4NH
#include "definitions.h"
#include "partition_config.h"
#include "data_structure/graph_access.h"
#include "data_structure/priority_queues/maxNodeHeap.h"
class greedy_ns... | {
"pile_set_name": "Github"
} |
body{
margin: 0;
padding: 0;
background: #ffffff;
background-image: url('../img/nature.png');
}
.band_wrapper{
height: 220px;
margin: auto;
top: 50%;
transform: translateY(80%);
}
.page_icon{
float: left;
margin-top: -30px;
margin-right: 50px;
margin-left: 170px;
}... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
$:<< '../lib' << 'lib'
require 'goliath'
#
# A test endpoint that will:
# * with 'delay' parameter, take the given time to respond
# * with 'drop' parameter, drop connection before responding
# * with 'fail' parameter, raise an error of the given type (eg 400 raises a BadRequestError)
# * with 'ec... | {
"pile_set_name": "Github"
} |
๏ปฟusing Opc.Ua.Client;
namespace OpcPublisher
{
using Opc.Ua;
/// <summary>
/// Class to encapsulate OPC UA monitored item API.
/// </summary>
public class OpcUaMonitoredItem : IOpcUaMonitoredItem
{
public MonitoredItem MonitoredItem => _monitoredItem;
public uint AttributeId
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <linux/kernel.h>
#include <linux/gfp.h>
#include <linux/ide.h>
int generic_ide_suspend(struct device *dev, pm_message_t mesg)
{
ide_drive_t *drive = to_ide_device(dev);
ide_drive_t *pair = ide_get_pair_dev(drive);
ide_hwif_t *hwif = drive->hwif;
struct request *rq;
str... | {
"pile_set_name": "Github"
} |
from __future__ import print_function, division
from sympy.core import Mul
from sympy.functions import DiracDelta, Heaviside
from sympy.solvers import solve
from sympy.core.compatibility import default_sort_key
def change_mul(node, x):
"""change_mul(node, x)
Rearranges the operands of a product, bringing... | {
"pile_set_name": "Github"
} |
๏ปฟusing System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Title")]
[assembly: AssemblyCompany("Company.")]
[assembly: AssemblyProduct("Product")]
[assembly: AssemblyCopyright("Copyright ยฉ 2012-2016 Generic Inc.")]
[assembly: ComVisibl... | {
"pile_set_name": "Github"
} |
/// @ref gtc_bitfield
/// @file glm/gtc/bitfield.inl
#include "../simd/integer.h"
namespace glm{
namespace detail
{
template<typename PARAM, typename RET>
GLM_FUNC_DECL RET bitfieldInterleave(PARAM x, PARAM y);
template<typename PARAM, typename RET>
GLM_FUNC_DECL RET bitfieldInterleave(PARAM x, PARAM y, PARAM z)... | {
"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 not u... | {
"pile_set_name": "Github"
} |
package railo.runtime.debug;
public interface ImplicitAccess {
public void inc();
/**
* @return the count
*/
public int getCount();
/**
* @return the scope
*/
public String getScope();
/**
* @return the template
*/
public String getTemplate();
/**
* @return the line
*/
public int getLine(... | {
"pile_set_name": "Github"
} |
// Copyright 2002 Michael E. Stillman
#ifndef _schorder_hpp_
#define _schorder_hpp_
#include "buffer.hpp"
#include "intarray.hpp"
#include "monoid.hpp"
class GBMatrix;
class Matrix;
class SchreyerOrder : public our_new_delete
{
const Monoid *M;
intarray _order; // Each 'entry' is an array of ints of length _... | {
"pile_set_name": "Github"
} |
//
// SSZipArchive.h
// SSZipArchive
//
// Created by Sam Soffes on 7/21/10.
// Copyright (c) Sam Soffes 2010-2015. All rights reserved.
//
#ifndef _SSZIPARCHIVE_H
#define _SSZIPARCHIVE_H
#import <Foundation/Foundation.h>
#include "SSZipCommon.h"
NS_ASSUME_NONNULL_BEGIN
@protocol SSZipArchiveDelegate;
@interfa... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/* Atheros AR71xx built-in ethernet mac driver
*
* Copyright (C) 2019 Oleksij Rempel <o.rempel@pengutronix.de>
*
* List of authors contributed to this driver before mainlining:
* Alexander Couzens <lynxis@fe80.eu>
* Christian Lamparter <chunkeey@gmail.com>
* Chuanhong Gu... | {
"pile_set_name": "Github"
} |
<?php
/*
* 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"
} |
"""Implementation of JSONEncoder
"""
from __future__ import absolute_import
import re
from operator import itemgetter
# Do not import Decimal directly to avoid reload issues
import decimal
from .compat import unichr, binary_type, text_type, string_types, integer_types, PY3
def _import_speedups():
try:
from ... | {
"pile_set_name": "Github"
} |
fn foo() -> {
x := [5]
return some(x)
}
fn main() {
x := foo()
println(x)
}
| {
"pile_set_name": "Github"
} |
import * as React from "react";
import { storiesOf } from "@storybook/react";
import DocRefEditor, { useDocRefEditor } from ".";
import { useDocumentTree } from "components/DocumentEditors/api/explorer";
import { iterateNodes } from "lib/treeUtils/treeUtils";
import DocRefTypePicker from "components/DocRefTypePicker";... | {
"pile_set_name": "Github"
} |
package com.lxj.xrefreshlayout.loadinglayout;
import android.animation.ArgbEvaluator;
import android.animation.IntEvaluator;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.AttributeSet;
imp... | {
"pile_set_name": "Github"
} |
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-gamma.9](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-pinpoint-email@1.0.0-gamma.8...@aws-sdk/client-pinpoint-email@1.0.0-gamma.... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_NET_NETWORK_QUALITY_OBSERVER_IMPL_H_
#define CONTENT_BROWSER_NET_NETWORK_QUALITY_OBSERVER_IMPL_H_
#include <stdint.h>
#include <... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
HTTP
HTTP GET
multi
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.1 200 all good!
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Content-Length: 12
Connection: close
Hello World
</data>
</reply>
# Client-side
<client>
<server>
http
</server... | {
"pile_set_name": "Github"
} |
package org.telegram.tgnet;
public interface RequestTimeDelegate {
void run(long time);
}
| {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __SOC_NVIDIA_TEGRA_PINGROUP_H__
#define __SOC_NVIDIA_TEGRA_PINGROUP_H__
#include <stdint.h>
void pingroup_set_config(int group_index, uint32_t config);
uint32_t pingroup_get_config(int group_index);
enum {
PINGROUP_HSM = 1 << 2,
PINGROUP_SCHMT = 1 << 3,
PINGROU... | {
"pile_set_name": "Github"
} |
//
// TweakBinding.swift
// SwiftTweaks
//
// Created by Bryan Clark on 11/17/15.
// Copyright ยฉ 2015 Khan Academy. All rights reserved.
//
import Foundation
/// Represents a Tweak and a closure that should be run whenever the Tweak changes.
internal struct TweakBinding<T: TweakableType>: TweakBindingType {
let ... | {
"pile_set_name": "Github"
} |
<!--
Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by a... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2008 - Chris Buckley.
Permission is granted for use and modification of this file for
research, non-commercial purposes.
*/
#include "common.h"
#include "sysfunc.h"
#include "trec_eval.h"
#include "functions.h"
#include "trec_format.h"
double log2(double x);
static int
te_calc_ndcg_rel ... | {
"pile_set_name": "Github"
} |
# [CentOS](https://hub.docker.com/_/centos)
## ๅบๆฌไฟกๆฏ
[CentOS](https://en.wikipedia.org/wiki/CentOS) ๆฏๆต่ก็ Linux ๅ่ก็๏ผๅ
ถ่ฝฏไปถๅ
ๅคงๅค่ท RedHat ็ณปๅไฟๆไธ่ดใ
่ฏฅไปๅบไฝไบ `https://hub.docker.com/_/centos` ๏ผๆไพไบ CentOS ไป 5 ~ 8 ๅไธช็ๆฌ็้ๅใ
## ไฝฟ็จๆนๆณ
้ป่ฎคไผๅฏๅจไธไธชๆๅฐๅ็ CentOS ็ฏๅขใ
```bash
$ docker run --name centos -it centos bash
bash-4.2#
```
## Dockerfi... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
int main(void)
{
int fd = open("/dev/watchdog", O_WRONLY);
int ret = 0;
if (fd == -1) {
perror("watchdog");
exit(EXIT_FAILURE);
}
while (1) {
ret = write(fd, "\0", 1);
if (ret != 1) {
ret =... | {
"pile_set_name": "Github"
} |
uniform float s = 100.;
export void f_f(uniform float RET[], uniform float aFOO[]) {
float a = aFOO[programIndex];
uniform float b = atomic_swap_local(&s, 1.);
RET[programIndex] = s;
}
export void result(uniform float RET[]) {
RET[programIndex] = 1.;
}
| {
"pile_set_name": "Github"
} |
/* This file was generated with JastAdd2 (http://jastadd.org) version R20130212 (r1031) */
package soot.JastAddJ;
import java.util.HashSet;
import java.io.File;
import java.util.*;
import beaver.*;
import java.util.ArrayList;
import java.util.zip.*;
import java.io.*;
import java.io.FileNotFoundException;
import java.u... | {
"pile_set_name": "Github"
} |
package godot
import (
"github.com/shadowapex/godot-go/gdnative"
)
/*------------------------------------------------------------------------------
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. Any updates should be... | {
"pile_set_name": "Github"
} |
1.0.1 / 2015-04-07
==================
* Fix `TypeError`s when under `'use strict'` code
* Fix useless type name on auto-generated messages
* Support io.js 1.x
* Support Node.js 0.12
1.0.0 / 2014-09-17
==================
* No changes
0.4.5 / 2014-09-09
==================
* Improve call speed to function... | {
"pile_set_name": "Github"
} |
g $ Feb A ห .
% $ Feb ร ห . | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_fluent_image_copy_20_filled.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
} | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
package ipv4
import "golang.org/x/net/internal/socket"
func setControlMe... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "qtrle",
"name": "QuickTime Animation",
"defaults": {
"_pixelFormat": "argb"
},
"groups": []
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
... | {
"pile_set_name": "Github"
} |
๏ปฟ/*
* Copyright (c) Dominick Baier. All rights reserved.
*
* This code is licensed under the Microsoft Permissive License (Ms-PL)
*
* SEE: http://www.microsoft.com/resources/sharedsource/licensingbasics/permissivelicense.mspx
*
*/
using System;
using System.Collections.Generic;
using System.Net.Http;
using ... | {
"pile_set_name": "Github"
} |
// Fillers are random number generators that fills a blob using the specified
// algorithm. The expectation is that they are only going to be used during
// initialization time and will not involve any GPUs.
#ifndef CAFFE_FILLER_HPP
#define CAFFE_FILLER_HPP
#include <string>
#include "caffe/blob.hpp"
#include "caffe... | {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 3.1...3.14)
project(chapter_3 LANGUAGES CXX)
add_executable(listing_3_1 listing_3_1.cpp)
add_executable(listing_3_2 listing_3_2.cpp)
add_executable(listing_3_3 listing_3_3.cpp)
add_executable(listing_3_4 listing_3_4.cpp)
add_executable(listing_3_5 listing_3_5.cpp)
add_executable(listing... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true">
<androidx.recycl... | {
"pile_set_name": "Github"
} |
/*
* ImgTec IR Decoder setup for Philips RC-5 protocol.
*
* Copyright 2012-2014 Imagination Technologies Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the Lic... | {
"pile_set_name": "Github"
} |
// { dg-do compile }
// 2007-09-20 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2020 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as publish... | {
"pile_set_name": "Github"
} |
[[1,1,1],[1,0,1],[1,1,1]]
[[1,0,1],[1,0,1],[1,0,1]] | {
"pile_set_name": "Github"
} |
\documentclass{article}
\usepackage[margin=0.5in]{geometry}
\usepackage{listings}
\lstset{numbers=left,frame=single}
\title{Quiz 3 - sizeof}
\author{CS100 - software construction}
\newcommand{\sizeof}[1]{\texttt{sizeof({#1})~~~}}
\newcommand{\ptr}[1]{\sizeof{{#1}} & \sizeof{{#1}*} & \sizeof{{#1}**}\vspace{0.45in}\\\... | {
"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"
} |
# uncompyle6 version 2.9.10
# Python bytecode 2.7 (62211)
# Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10)
# [GCC 6.2.0 20161005]
# Embedded file name: tasking_dsz.py
import mcl.framework
import mcl.tasking
class dsz:
INTERFACE = 16842801
PFAM = 4131
PROVIDER_ANY = 4131
PROVIDER = 16... | {
"pile_set_name": "Github"
} |
/*
* GRUB -- GRand Unified Bootloader
* Copyright (c) 1999-2008 Igor Pavlov
* Copyright (C) 2008 Free Software Foundation, Inc.
*
* GRUB 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"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
// This file was procedurally generated from the following sources:
// - src/dstr-binding/ary-ptrn-rest-obj-prop-id.case
// - src/dstr-binding/default/cls-decl-async-gen-meth-dflt.template
/*---
description: Rest element containing an object binding pattern (class expression async generator method (default parameters))... | {
"pile_set_name": "Github"
} |
package main
import (
"fmt"
"time"
"github.com/henrylee2cn/erpc/v6"
)
//go:generate go build $GOFILE
func main() {
defer erpc.SetLoggerLevel("INFO")()
cli := erpc.NewPeer(erpc.PeerConfig{})
defer cli.Close()
sess, stat := cli.Dial(":9090")
if !stat.OK() {
erpc.Fatalf("%v", stat)
}
// Single asynchronou... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: PHP 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="../htmlmixed/htmlmi... | {
"pile_set_name": "Github"
} |
{
"uri": "mongodb+srv://test1.test.build.10gen.cc/adminDB?replicaSet=repl0",
"seeds": [
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options": {
"replicaSet": "repl0",
"ssl":... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
<header>
<copyright>
<year>2011</year><year>2016</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file exc... | {
"pile_set_name": "Github"
} |
201 Leonov
202 Central\s+American?
202 Yucatan
202 neighbou?ring Guatemala
202 Guatemala.*border
202 boundaries.*Guatemalan?
202 Gulf of Honduras.*border(ed)?
202 Honduras.*next\s+door
202 on a line between Colombia and the US
203 400\s+micrograms
204 suspension
204 supported\s+by\s+cables
204 sling
205 245,?000
206 2[... | {
"pile_set_name": "Github"
} |
{
"action": {
"hacking": {
"variety": [
"Unknown"
],
"vector": [
"Web application"
]
}
},
"actor": {
"external": {
"country": [
"CA"
],
"motive": [
"Unknown"
],
"region": [
"019021"
],
"variety": ... | {
"pile_set_name": "Github"
} |
"""
MIT License
Copyright (c) 2019 Microsoft
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, merge, publish, dis... | {
"pile_set_name": "Github"
} |
---
title: ่ฟ็ฎ็ฌฆ่ฟ็จ
ms.date: 07/20/2015
helpviewer_keywords:
- Visual Basic code, procedures
- procedures [Visual Basic], operator
- Visual Basic code, operators
- syntax [Visual Basic], Operator procedures
- operators [Visual Basic], overloading
- overloaded operators [Visual Basic]
- operator overloading
- operator proc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"><pov>
<cbid>CROMU_00011</cbid>
<replay>
<read echo="ascii"><delim> </delim><match><data>\x3E </data></match></read>
<write echo="ascii"><data>hT7APAY = |"WudXCW","NNuBY","nvUU","d9","q6zHJ","5qelmh","h5bk"|-|"4MiX5","LAGt... | {
"pile_set_name": "Github"
} |
// 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"
} |
counter bytes_total {operation=sent} 62793673 2011-02-23T05:54:10Z
counter bytes_total {operation=received} 975017 2011-02-23T05:54:10Z
counter connections_total 52 2011-02-22T21:54:13Z
counter connection-time_total 1181011 2011-02-23T05:54:10Z
counter transfers_total {operation=send,module=module} 2 2011-02-23T05:50:3... | {
"pile_set_name": "Github"
} |
# ์ ๊ณต๋ถ ํด์ผํ๋์? (for/if๋ง ์์๋ ๋๋๋ฐ)
> ์๋ ๊ธ์ [์ ๋ธ๋ฐ์น์ ์ฌ๋ ธ๋ ๊ธ](https://brunch.co.kr/@jojoldu/16)์ ๊ธฐ๋ก ์ฐจ์์์ ๋ธ๋ก๊ทธ๋ก ์ฎ๊ธด ๊ธ์
๋๋ค.

```
"์ ๊ธฐ์จ ์๊น ์ ๊ฐ ๊ฝ์ ๋ฒ๋ ค์ ์ฌํ๋์?
๊ทธ๊ฑด ์ ๋ฐ์ด ์ง์ฐฝ์ ๋น ์ก์๋ ๋งํผ ์ฌํ๋์,
์๋๋ฉด ๊ฐ๊น์ด ์ด๊ฐ ์ํ๋๋งํผ ์ฌํ๋์?
์ด๋ค ์ฌํ์ ์ด๋ ดํํ ์ฌํ์ด๊ณ , ์ด๋ค ์ฌํ์ ์ฒ์ ํ ์ฌํ์ด์ฃ .
์์ํ ์ฌํ๋,
์๋ จํ ์ฌํ๋,
์ํ๊ฐ๋ ์ฌํ๋,
๋ฌธ๋ ๊ธฐ์ต์ด ๋ ์ฌ๋ผ ๋๋๋ก ๊ฐ์ด์ด ์ํ์ง๋ ์ฌํ๊น์ง,
๊ฐ์ ์ฌํ์กฐ์ฐจ๋ ์ฌ์ค... | {
"pile_set_name": "Github"
} |
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Xception_implementation.ipynb",
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyNq9qTKVN05k/mMCHpbG6D2",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
... | {
"pile_set_name": "Github"
} |
[90mUsage:
Example of 'foo_bar' module in `foo_bar.tf`.
- list item 1
- list item 2
Even inline **formatting** in _here_ is possible.
and some [link](https://domain.com/)
* list item 3
* list item 4
```hcl
module "foo_bar" {
source = "github.com/foo/bar"
id = "1234567890"
name = "baz"
zones = ["us-e... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 22a20d6a3ade2427b8e500603af8fa4a
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
34
Neopentane ... Neopentane Dimer
C 0.38252221 -0.07060697 0.76689582
C -1.04063947 0.39681125 1.06093593
H -1.77157460 -0.28150025 0.61833023
H -1.22471777 0.43573509 2.13551890
H -1.21406603 1.39372444 0.65309065
C 0.59084747 -1.46681814 1.34797791
H 1.60291380 -1... | {
"pile_set_name": "Github"
} |
---
extraCss:
- |
inline:.scss:
.image-preview {
text-align: center;
img {
max-width:80%;
}
}
---

{.image-preview}
Usually in a mobile application, the user can nav... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 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"
} |
ๅฅฝๅฅๅฟๅๆ้พๆฅ๏ผ[็งๅญฆๅฎถๆๅๅนๅ
ปๅบๆไบค่่๏ผไปฅๆฏๆๅ ่ฟ็ญ็ป็ๅ้จ็ฝ็็_ๆๅ_ๅฅฝๅฅๅฟๆฅๆฅ-Steph Yin](https://www.qdaily.com/articles/54954.html)
WebArchiveๅฝๆกฃ้พๆฅ๏ผ[็งๅญฆๅฎถๆๅๅนๅ
ปๅบๆไบค่่๏ผไปฅๆฏๆๅ ่ฟ็ญ็ป็ๅ้จ็ฝ็็_ๆๅ_ๅฅฝๅฅๅฟๆฅๆฅ-Steph Yin](http://web.archive.org/web/20181018000850/http://www.qdaily.com:80/articles/54954.html)
(void);
union ... | {
"pile_set_name": "Github"
} |
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
@font-size: 18px;
#header {
color: @light-blue;
font-size: @font-size;
}
@height: 0.5;
@size: 10px+10;
@color: #666 + 111;
#header2 {
color: @color;
height: percentage(@height); //0.5->50%
font-size: saturate(@size,10%); //ๅขๅ 10%้ฅฑๅๅบฆ
background-... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faGrinAlt: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligature... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Thu May 07 13:37:39 PDT 2020 -->
<title>Table (iceberg 0.8.0-incubating API)</title>
<meta name="date" content="2020-05-07">
<link rel=... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.