text stringlengths 2 99.9k | meta dict |
|---|---|
#pragma once
struct LogRecord {
std::string object;
std::string message;
};
struct Log : public std::vector < LogRecord > {
void add( const std::string& object, const std::string& message ) {
LogRecord log_rec;
log_rec.object = object;
log_rec.message = message;
std::vector<LogRecord>::add( log_rec );
}... | {
"pile_set_name": "Github"
} |
#include <openpose/core/rectangle.hpp>
#include <openpose/utilities/errorAndLog.hpp>
namespace op
{
template<typename T>
Rectangle<T>::Rectangle(const T x_, const T y_, const T width_, const T height_) :
x{x_},
y{y_},
width{width_},
height{height_}
{
}
template<type... | {
"pile_set_name": "Github"
} |
---
title: Actions on Google
order: 60
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
FATE_MXF += fate-mxf-missing-index-demux
fate-mxf-missing-index-demux: CMD = crc -i $(TARGET_SAMPLES)/mxf/opatom_missing_index.mxf -c:a copy
FATE_MXF += fate-mxf-essencegroup-demux
fate-mxf-essencegroup-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mxf/opatom_essencegroup_alpha_raw.mxf -c:v copy
FATE_MXF += fate-mxf-mu... | {
"pile_set_name": "Github"
} |
s_movk_i32 s0, 0x0000 // 00000000: B0000000
S0<=(0)
s_movk_i32 s1, 0x0034 // 00000004: B0010034
S1<=(52)
s_movk_i32 s2, 0x0000 // 00000008: B0020000
S2<=(0)
s_movk_i32 s3, 0x0000 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
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 b... | {
"pile_set_name": "Github"
} |
import * as React from 'react'
export interface ResponsiveProps extends StrictResponsiveProps {
[key: string]: any
}
export interface StrictResponsiveProps {
/** An element type to render as (string or function). */
as?: any
/** Primary content. */
children?: React.ReactNode
/** Fires callbacks immediat... | {
"pile_set_name": "Github"
} |
<wxs src="../wxs/utils.wxs" module="utils" />
<view class="custom-class van-loading {{ vertical ? 'van-loading--vertical' : '' }}">
<view
class="van-loading__spinner van-loading__spinner--{{ type }}"
style="color: {{ color }}; width: {{ utils.addUnit(size) }}; height: {{ utils.addUnit(size) }}"
>
<view... | {
"pile_set_name": "Github"
} |
using System.ComponentModel.Composition;
using System.Waf.Applications;
using System.Windows.Forms;
using System.Windows.Input;
using TumblThree.Applications.Services;
using TumblThree.Applications.Views;
using TumblThree.Domain.Models.Blogs;
namespace TumblThree.Applications.ViewModels.DetailsViewModels
{
[Expo... | {
"pile_set_name": "Github"
} |
package com.ycbjie.music.manager;
import android.media.AudioManager;
import android.support.annotation.NonNull;
import com.ycbjie.music.service.PlayService;
import static android.content.Context.AUDIO_SERVICE;
public class AudioFocusManager implements AudioManager.OnAudioFocusChangeListener {
private PlaySe... | {
"pile_set_name": "Github"
} |
//
// NEKeyboardShortcutManager.h
// NetworkEye
//
// Created by coderyi on 2016/10/15.
// Copyright © 2016年 coderyi. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#if TARGET_OS_SIMULATOR
@interface NEKeyboardShortcutManager : NSObject
@property (nonatomic, assign, getter=isEn... | {
"pile_set_name": "Github"
} |
package tests;
/*
* Copyright (C) 2014 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
public class ClassFinder {
public static void main(String[] args) throws ClassNotFoundException {
... | {
"pile_set_name": "Github"
} |
This is the configuration I use at home. I have 2 client PCs, one
running Win95, one running alternately WfWg and NTAS3.5. My server is
a 486dx2-66 Linux box.
Note that I use the %a and %m macros to load smb.conf extensions
particular to machines and architectures. This gives me a lot of
flexibility in how I handle ea... | {
"pile_set_name": "Github"
} |
#ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED
#define _UAPI_SOUND_FIREWIRE_H_INCLUDED
#include <linux/ioctl.h>
#include <linux/types.h>
/* events can be read() from the hwdep device */
#define SNDRV_FIREWIRE_EVENT_LOCK_STATUS 0x000010cc
#define SNDRV_FIREWIRE_EVENT_DICE_NOTIFICATION 0xd1ce004e
#define SNDRV_FIREWIRE_EVENT... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type=... | {
"pile_set_name": "Github"
} |
package com.d.music.online.model;
import com.d.lib.common.component.mvp.model.BaseRespModel;
import java.util.List;
/**
* MVRespModel
* Created by D on 2018/8/11.
*/
public class MVRespModel extends BaseRespModel {
/**
* updateTime : 1533986977228
* data : data
* hasMore : true
* code : 2... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/gtk/menu.h
// Purpose:
// Author: Robert Roebling
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
... | {
"pile_set_name": "Github"
} |
--- ./q_shared.h.orig Sat Dec 30 19:09:03 2006
+++ ./q_shared.h Sat Dec 30 19:09:23 2006
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <time.h>
-#if defined _M_IX86 && !defined C_ONLY
+#if (defined _M_IX86 || defined __i386__) && !defined C_ONLY && !defined __sun__
#define id386 1
#else
#define id386 0
@@ -128,... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>imagesRaw</folder>
<filename>2017-12-19 09:03:34.085648.jpg</filename>
<path>/Users/abell/Development/other.nyc/Camera/imagesRaw/2017-12-19 09:03:34.085648.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>352</width>
<height>240</height>
<depth>3</depth>
</siz... | {
"pile_set_name": "Github"
} |
# -*- coding: utf8 -*-
# Copyright 2013 Aaron O'Mullan <aaron.omullan@friendco.de>
#
# This program is free software; you can redistribute it and/or
# modify it only under the terms of the GNU GPLv2 and/or the Apache
# License, Version 2.0. See the COPYING file for further details.
import os
from gittle import Gittl... | {
"pile_set_name": "Github"
} |
/**
* Script Interpreter
* ==================
*
* Bitcoin transactions contain scripts. Each input has a script called the
* scriptSig, and each output has a script called the scriptPubKey. To validate
* an input, the ScriptSig is executed, then with the same stack, the
* scriptPubKey from the output correspondi... | {
"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"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// 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"
} |
/*
* Copyright (C) 2017 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This librar... | {
"pile_set_name": "Github"
} |
import { ExpoConfig } from '../Config.types';
import { Document, getMainActivity } from './Manifest';
export const CONFIG_CHANGES_ATTRIBUTE = 'android:configChanges';
export const ON_CONFIGURATION_CHANGED = `
public class MainActivity extends ReactActivity {
// Added automatically by Expo Config
@Override
... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.array.is-array');
module.exports = require('../../modules/_core').Array.isArray;
| {
"pile_set_name": "Github"
} |
name: "VGG_ILSVRC_16_layers"
layer {
name: 'input-data'
type: 'Python'
top: 'data'
top: 'target'
top: 'coord'
python_param {
module: 'roi_data_layer.layer'
layer: 'RoIDataLayer'
param_str: "{'num_classes': 2,'phase':'TRAIN'}"
}
}
layer {
name: "preBlock_0"
type: "Convolution"
bottom: "d... | {
"pile_set_name": "Github"
} |
#pragma once
#define fbn_color 0xfe8a71
#define select_color 0xffffff
#define normal_color 0x1eaab7
#define normal_color_parent 0xaebac7
#define unavailable_color 0xFF0000
#define info_color 0xff9e3c
extern double color_x;
extern double color_y;
extern double color_z;
extern int col... | {
"pile_set_name": "Github"
} |
// ***********************************************************************
// Copyright (c) 2014 Charlie Poole, Rob Prouse
//
// 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 restr... | {
"pile_set_name": "Github"
} |
#include "clapack.h"
#include "f2cP.h"
/* Table of constant values */
static integer c__1 = 1;
static integer c_n1 = -1;
/* Subroutine */ int dorghr_(integer *n, integer *ilo, integer *ihi,
double *a, integer *lda, double *tau, double *work,
integer *lwork, integer *info)
{
/* System generated locals */
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
package com.myimooc.spring.auth.common;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/**
* 实体基类
*
* @author zc 2017-08-19
*/
public class BaseEntity {
private Long id;
/**
* 将实体的ID作为key,实体作为value存入Map中
*
* @param list 实体集合
* @return 当list为空时,返回一个空Map
... | {
"pile_set_name": "Github"
} |
<?php
namespace un\unece\uncefact\codelist\specification\IANAMIMEMediaType\_2003;
/**
* @xmlNamespace urn:un:unece:uncefact:codelist:specification:IANAMIMEMediaType:2003
* @xmlType normalizedString
* @xmlName BinaryObjectMimeCodeContentType
* @var un\unece\uncefact\codelist\specification\IANAMIMEMediaType\_2003\Bi... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* 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.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010 Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_tim.h
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @brief This file contains all the functions prototypes for the TIM firmware
* library.
*****************... | {
"pile_set_name": "Github"
} |
/obj/machinery/atmospherics/components/binary
icon = 'icons/obj/atmospherics/components/binary_devices.dmi'
dir = SOUTH
initialize_directions = SOUTH|NORTH
use_power = IDLE_POWER_USE
device_type = BINARY
layer = GAS_PUMP_LAYER
/obj/machinery/atmospherics/components/binary/SetInitDirections()
switch(dir)
if(NO... | {
"pile_set_name": "Github"
} |
<!--
Copyright 2013 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to ... | {
"pile_set_name": "Github"
} |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { i18n } from '@kbn/i18n';
import { ChromeStart } from 'kibana/public'... | {
"pile_set_name": "Github"
} |
// Copyright 2005, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions ... | {
"pile_set_name": "Github"
} |
-- ==
-- random input { 2 10 } output { [0,10] }
-- random input { 2 1000 } output { [0,1000] }
-- random input { 0 2 } output { empty([0]i32) }
-- random input { 0 1000 } output { empty([0]i32) }
-- random input { 1000 2 } auto output
-- random input { 1000 0 } auto output
let array n m = map (\i -> replicate m i) (i... | {
"pile_set_name": "Github"
} |
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// CHECK: Value = 0
// CHECK: Value = 1
class Base<int V> {
int Value = V;
}
class Derived<string Truth> :
Base<!if(!eq(Truth, "true"), 1, 0)>;
def TRUE : Derived<"true">;
def FALSE : Derived<"false">;
| {
"pile_set_name": "Github"
} |
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
| {
"pile_set_name": "Github"
} |
#%RAML 0.8
title: myapi
baseUri: /
version: 1
securitySchemes:
- oauth_2_0:
description: |
Dropbox supports OAuth 2.0 for authenticating all API requests.
type: OAuth 2.0
settings:
authorizationUri: https://www.test.com/1/oauth2/authorize
accessTokenUri: https://api.test.co... | {
"pile_set_name": "Github"
} |
package imageimport
import "github.com/gophercloud/gophercloud"
const (
rootPath = "images"
infoPath = "info"
resourcePath = "import"
)
func infoURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL(infoPath, resourcePath)
}
func importURL(c *gophercloud.ServiceClient, imageID string) string {
... | {
"pile_set_name": "Github"
} |
local vs = [[
#ifndef SKIN_ON
#define SKIN_ON 0
#endif
VK_UNIFORM_BINDING(0) uniform PerView
{
mat4 u_view_matrix;
mat4 u_projection_matrix;
};
VK_UNIFORM_BINDING(1) uniform PerRenderer
{
mat4 u_model_matrix;
};
layout(location = 0) in vec4 i_vertex;
#if (SKIN_ON == 1)
VK_UNIFORM_BINDING(2) uniform PerRendere... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-apple-darwin10 -stack-protector 2 -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -fopenmp-simd -x c++ -triple x86_64-apple-darwin10 -stack-protector 2 -emit-llvm -o - %s | FileCheck --check-prefix SIMD-ONLY0 %s
// SIMD-ONLY0-NOT: {{__kmpc|__tgt}}
// Check that... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and s... | {
"pile_set_name": "Github"
} |
<?php
namespace PharIo\Manifest;
/**
* @covers \PharIo\Manifest\ManifestLoader
*
* @uses \PharIo\Manifest\Author
* @uses \PharIo\Manifest\AuthorCollection
* @uses \PharIo\Manifest\AuthorCollectionIterator
* @uses \PharIo\Manifest\AuthorElement
* @uses \PharIo\Manifest\AuthorElementCollection
* @uses \PharIo\M... | {
"pile_set_name": "Github"
} |
// Common/C_FileIO.h
#include "C_FileIO.h"
#include <fcntl.h>
#include <unistd.h>
namespace NC {
namespace NFile {
namespace NIO {
bool CFileBase::OpenBinary(const char *name, int flags)
{
#ifdef O_BINARY
flags |= O_BINARY;
#endif
Close();
_handle = ::open(name, flags, 0666);
return _handle != -1;
}
bo... | {
"pile_set_name": "Github"
} |
using LmpClient.Base;
namespace LmpClient.Systems.PlayerConnection
{
public class PlayerConnectionSystem : MessageSystem<PlayerConnectionSystem, PlayerConnectionMessageSender, PlayerConnectionMessageHandler>
{
public override string SystemName { get; } = nameof(PlayerConnectionSystem);
}
}
| {
"pile_set_name": "Github"
} |
package body Dic3 is
function To_Int (R : Root_T) return Integer is (Integer (R));
function To_Int (D : Derived_T) return Integer is (Integer (D));
procedure Test is
X : Root_T;
Y : Derived_T;
begin
pragma Assert (Integer (X) = Integer (Y));
end Test;
end Dic3;
| {
"pile_set_name": "Github"
} |
from __future__ import print_function
import web
import simplejson as json
from time import sleep
from six.moves.urllib.parse import urlencode
from six.moves.urllib.request import urlopen
staging = False
db = web.database(dbn='postgres', db='marc_index', host='ol-db')
db.printing = False
def find_author(name): # u... | {
"pile_set_name": "Github"
} |
#****************************************************************************
#
# Makefile for TinyXml test.
# Lee Thomason
# www.grinninglizard.com
#
# This is a GNU make (gmake) makefile
#****************************************************************************
# DEBUG can be set to YES to include debugging info,... | {
"pile_set_name": "Github"
} |
'use strict';
var os = require('os');
function homedir() {
var env = process.env;
var home = env.HOME;
var user = env.LOGNAME || env.USER || env.LNAME || env.USERNAME;
if (process.platform === 'win32') {
return env.USERPROFILE || env.HOMEDRIVE + env.HOMEPATH || home || null;
}
if (process.platform === 'darwi... | {
"pile_set_name": "Github"
} |
:ץראה תאו םימשה תא םיהלא ארב תישארב א 1
םוהת ינפ-לע ךשחו והבו והת התיה ץראהו ב 2
:םימה ינפ-לע תפחרמ םיהלא חורו
:רוא-יהיו רוא יהי םיהלא רמאיו ג 3
םיהלא לדביו בוט-יכ רואה-תא םיהלא אריו ד 4
:ךשחה ןיבו רואה ןיב
הליל ארק ךשחלו םוי רואל םיהלא ארקיו ה 5
:דחא םוי רקב-יהיו ברע-יהיו
יהיו םימה ךותב עיקר יהי םיהל... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
* Licensed under the LGPL or a commercial license.
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*/
// eslint-disable-next-line max-len
import { Arr, Fun, Optional } fro... | {
"pile_set_name": "Github"
} |
'use strict';
var $export = require('./_export')
, toObject = require('./_to-object')
, toPrimitive = require('./_to-primitive')
, getPrototypeOf = require('./_object-gpo')
, getOwnPropertyDescriptor = require('./_object-gopd').f;
// B.2.2.5 Object.protot... | {
"pile_set_name": "Github"
} |
import os
import functions.setting.setting_utils as su
def seed_number_by_im_info(im_info, string_exp, stage=1, gonna_generate_next_im=False):
seed_number = sum([ord(i) for i in string_exp]) * 1000 + sum([ord(i) for i in im_info['data']]) * 501 + \
im_info['type_im'] * 347 + im_info['cn'] * 231 ... | {
"pile_set_name": "Github"
} |
#ifndef CLEANWIDGET_H
#define CLEANWIDGET_H
#include <QWidget>
class CleanScanBottom;
class WenliBackWidget;
class StackStatusWidget;
class CleanWidget : public QWidget
{
Q_OBJECT
public:
explicit CleanWidget(QWidget *parent = 0);
public slots:
void startFirst();
signals:
void goToMain();
private:
... | {
"pile_set_name": "Github"
} |
module Fixme where
data L a = N
{-@ lnil :: {v:L a | v == Fixme.N } @-}
lnil :: L a
lnil = N
{-@ hnil :: {v:[a] | v == []} @-}
hnil :: [a]
hnil = []
{-@ hcons :: x:a -> xs:[a] -> {v:[a] | v == x:xs} @-}
hcons :: a -> [a] -> [a]
hcons = (:) | {
"pile_set_name": "Github"
} |
using System;
namespace SNETCracker.Model
{
class CrackSVN : CrackService
{
public CrackSVN()
{
}
public override Server creack(String ip, int port, String username, String password, int timeOut)
{
Server server = new Server();
return server;
... | {
"pile_set_name": "Github"
} |
set (libname "isd1820")
set (libdescription "Voice Recording and Playback Module")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)
| {
"pile_set_name": "Github"
} |
// Copyright 2017 The Servo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at ... | {
"pile_set_name": "Github"
} |
---
title: Interfacing with Simple SPI HATS and Sensors
permalink: /documentation/mezzanine/shiratech-fpga/guides/simple-spi-hats.md.html
---
# Introduction
This guide will walk you through Interfacing with Raspberry Pi HATs that use SPI bus.
## Hardware Setup
- **[Any 96Boards CE Board](/products/ce/)**
- **Shirate... | {
"pile_set_name": "Github"
} |
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at h... | {
"pile_set_name": "Github"
} |
'use strict';
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": [
"\u0635",
"\u0645"
],
"DAY": [
"\u0627\u0644... | {
"pile_set_name": "Github"
} |
const { promisify } = require("util");
const fs = require("fs");
const renameP = promisify(fs.rename);
const { logger, fse, generateDemoContent, path } = require("@statusfy/common");
const tempPath = path.resolve(__dirname, ".tmp");
const demoPath = path.resolve(__dirname, "../../../demo");
const tempBasePath = path.... | {
"pile_set_name": "Github"
} |
import { typografRuleTest } from '../../../../test/helpers';
typografRuleTest(['ru/dash/koe', [
['Завелись кое какие деньжонки.', 'Завелись кое-какие деньжонки.'],
['Кое какие деньжонки.', 'Кое-какие деньжонки.'],
['Кое как', 'Кое-как'],
['Кой как', 'Кой-как'],
['кой с каким', 'кой с каким'],
[... | {
"pile_set_name": "Github"
} |
1568 1573251436322 httpcache-v1
Method: POST
URL: https://www.notion.so/api/v3/getRecordValues
Body:+110
{
"requests": [
{
"id": "30607b64-6264-41b8-a436-194aefe9ee1c",
"table": "block"
}
]
}
Response:+1368
{
"results": [
{
"role": "comment_only",
"value": {
"alive": tr... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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.
package main
import _ "unsafe" // for go:linkname
func init() {
register("Abort", Abort)
}
//go:linkname runtimeAbort runtime.abort
func runtimeAbort()
fun... | {
"pile_set_name": "Github"
} |
MatrixXd m(3,4);
m.resize(NoChange, 5);
cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
| {
"pile_set_name": "Github"
} |
package cofh.core.gui.element.listbox;
import cofh.core.gui.GuiContainerCore;
import cofh.core.gui.element.ElementSlider;
public class SliderVertical extends ElementSlider {
public SliderVertical(GuiContainerCore containerScreen, int x, int y, int width, int height, int maxValue) {
this(containerScreen, x, y, wi... | {
"pile_set_name": "Github"
} |
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 15:16:44 05/29/2011
-- Design Name:
-- Module Name: uart - Behavioral
-- Project Name:
-- Target Devices:
-- Tool versions:
-- Description:
--
-- Dependencies:
--
-- Revision: ... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
// Homepage: http://gameframework.cn/
// Feedback: mailto:jiangyin@gameframework.cn
//------------------------------------------------------------
using GameFramework;
namespace U... | {
"pile_set_name": "Github"
} |
-- source include/not_ndb_default.inc
-- source include/not_group_replication_plugin.inc
-- source include/have_tokudb.inc
let $engine_type=TokuDB;
-- source extra/rpl_tests/rpl_row_sp002.test
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
@class NSNotification, NSText;
@protocol NSTextDelegate <NSObject>
@optional
- (void)textDidChange:(NS... | {
"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"
} |
<!--
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing... | {
"pile_set_name": "Github"
} |
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but chang... | {
"pile_set_name": "Github"
} |
rule n231d_7b1c2949c0000b32
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=n231d.7b1c2949c0000b32"
cluster="n231d.7b1c2949c0000b32"
cluster_size... | {
"pile_set_name": "Github"
} |
# Authentication for vpopmail users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.VPopMail.txt>
passdb {
driver = vpopmail
# [cache_key=<key>] [webmail=<ip>]
args =
}
userdb {
driver = vpopmail
# [quota_template=<template>] - %q expands to Maildir++ quota
args = quota_template=quota_rule=*:bac... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
""" Backend-agnostic layout of wiring diagrams via morphism expressions.
This module lays out wiring diagrams for visualization, independent of any
specific graphics system. It uses the structure of a morphism expression to
determine the layout. Thus, the first step of the algorithm is to convert the
wiring diagram to... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005, 2008 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any late... | {
"pile_set_name": "Github"
} |
{
"lang": "lt",
"date": {
"month_abbr": [
"Saus.",
"Vas.",
"Kov.",
"Bal.",
"Geg.",
"Birž.",
"Liep.",
"Rugpj.",
"Rug.",
"Spal.",
"Lapkr.",
"Gruod."
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../node-uuid/bin/uuid" "$@"
ret=$?
else
node "$basedir/../node-uuid/bin/uuid" "$@"
ret=$?
fi
exit $ret
| {
"pile_set_name": "Github"
} |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | {
"pile_set_name": "Github"
} |
/*
See LICENSE file in root folder
*/
#ifndef ___GUICOMMON_LANGUAGE_INFO_H___
#define ___GUICOMMON_LANGUAGE_INFO_H___
#include "GuiCommon/Shader/StyleInfo.hpp"
#include <wx/stc/stc.h>
namespace GuiCommon
{
static const wxString DEFAULT_LANGUAGE = wxT( "<default>" );
/**
\author Sylvain DOREMUS
\version 0.6.1.0
... | {
"pile_set_name": "Github"
} |
digraph ISISIndirectDiffractionReduction {
label="ISISIndirectDiffractionReduction Flowchart"
$global_style
subgraph decisions {
$decision_style
need_to_unwrap [label="Need To Unwrap Monitor?"]
is_multi_frame [label="Is Multiple Frames?"]
}
subgraph params {
$pa... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $Workfile: $
// $NoKeywords: $
//===========================================================================//
#include "cbase.h"
#include "c_basetempentity.h"
#include "particle_simple3d.h"
#include "tier1/KeyValues.... | {
"pile_set_name": "Github"
} |
sprite $lambdafunction [69x72/16] {
00000000000000000000000000CCCCCCCCCCCCCCCCC00000000000000000000000000
00000000000000000000000CCCCCCCCCCCCCCCCCCCCCCC00000000000000000000000
00000000000000000000CCCCCCCCCCCCCCCCCCCCCCCCCCCCC00000000000000000000
000000000000000000CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC000000000000000000
0000... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\AuthenticatesUsers;
class LoginController extends Controller
{
/*
|--------------------------------------------------------------------------
| Login Controller
|---------------------------... | {
"pile_set_name": "Github"
} |
--TEST--
Test xml_error_string() function : error conditions
--SKIPIF--
<?php
if (!extension_loaded("xml")) {
print "skip - XML extension not loaded";
}
?>
--FILE--
<?php
/* Prototype : proto string xml_error_string(int code)
* Description: Get XML parser error string
* Source code: ext/xml/xml.c
* Alias to ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.5.10.11092" />
<package id="SqlServerCompact" version="4.0.8482.1" />
</packages> | {
"pile_set_name": "Github"
} |
66 1 66 val_66
98 2 98 val_98
128 3 128
146 2 146 val_146
150 1 150 val_150
213 2 213 val_213
224 2 224
238 2 238 val_238
255 2 255 val_255
273 3 273 val_273
278 2 278 val_278
311 3 311 val_311
369 3 369
401 5 401 val_401
406 4 406 val_406
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# The unix package provides access to the raw system call
# interface of the underlying operating system. Porting Go to
# a new architecture/o... | {
"pile_set_name": "Github"
} |
---
title: CodeMaskLevel Object, Project [vbapj.chm131279]
keywords: vbapj.chm131279
f1_keywords:
- vbapj.chm131279
ms.prod: office
ms.assetid: ff3b6899-0a76-496f-a50b-92c36af11133
ms.date: 06/08/2017
localization_priority: Normal
---
# CodeMaskLevel Object, Project [vbapj.chm131279]
Hi there! You have landed on one... | {
"pile_set_name": "Github"
} |
@mixin rotate($deg) {
-webkit-transform:rotate($deg);
-ms-transform:rotate($deg);
transform:rotate($deg);
}
@import "reset";
h1, h2, h3, h4, h5, h6 {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}
h1 {
color:#08455f;
}
h2 {
color:#0b7495;
bord... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.