text
stringlengths
2
99.9k
meta
dict
var fs = require("fs") var touch = require("../touch.js") function _ (fn) { return function (er) { if (er) throw er fn() }} touch.sync("sync") touch("async", _(function () { console.log("async", fs.statSync("async")) console.log("sync", fs.statSync("sync")) setTimeout(function () { touch.sync("sync") ...
{ "pile_set_name": "Github" }
/* This file is part of GameHub. Copyright (C) 2018-2019 Anatoliy Kashkin GameHub 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. GameHub i...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 75a9840b53b0b5d43ac6e42605e22211 DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// @flow import { type BasePlacement, type Placement, auto } from '../enums'; export default function getBasePlacement( placement: Placement | typeof auto ): BasePlacement { return (placement.split('-')[0]: any); }
{ "pile_set_name": "Github" }
import React from 'react' import Page from './Page' import { Page as PageType } from 'client/types/crowi' interface Props { pages: PageType[] } export default class ListView extends React.Component<Props> { static defaultProps = { pages: [] } render() { const listView = this.props.pages.map((page) => { ...
{ "pile_set_name": "Github" }
{ "domain": "co.zm", "nameServers": [ "cocca.nic.zm", "gransy.nic.zm", "pch.nic.zm" ] }
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * sale_automatic_workflow # # Translators: # OCA Transbot <transbot@odoo-community.org>, 2018 msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 10:22+0000\n"...
{ "pile_set_name": "Github" }
package gr.spinellis.product; public class Product { public String name; public int stock; public double price; public Category category; }
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using JetBrains.Annotations; using Microsoft.EntityFrameworkCore.Utilities; namespace Microsoft.EntityFrameworkCore.Migrations.Design { /// <summar...
{ "pile_set_name": "Github" }
# Negotiator An HTTP content negotiator for node.js written in javascript. # Accept Negotiation Negotiator = require('negotiator') availableMediaTypes = ['text/html', 'text/plain', 'application/json'] // The negotiator constructor receives a request object negotiator = new Negotiator(request) ...
{ "pile_set_name": "Github" }
// @flow export { default as Description } from './Description/Description'; export { default as Version } from './Version/Version';
{ "pile_set_name": "Github" }
import { Component, Inject } from 'vue-property-decorator'; import { mixins } from 'vue-class-component'; import Vue2Filters from 'vue2-filters'; import UserManagementService from './user-management.service'; import AlertMixin from '@/shared/alert/alert.mixin'; @Component({ mixins: [Vue2Filters.mixin] }) export defa...
{ "pile_set_name": "Github" }
/* * 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 * distributed u...
{ "pile_set_name": "Github" }
{ "@metadata": { "authors": [ "علی ساکی لرستانی" ] }, "visualeditor": "ویژوال ادیتور", "visualeditor-aliennode-tooltip": "وا عرض پوزش،ای عنصر فقط مئنه حالت سرچشمه ایتره اصلاح وابوه سی حال جاری.", "visualeditor-align-widget-center": "مینجآو", "visualeditor-align-widget-left": "چپ", "visualeditor-align-widg...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/fn.rand.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/fn.rand.html">../../../../libc/fn.rand.html</a>...</p> <script>location.replace("../../../../libc/fn.rand.html" + location.search + loc...
{ "pile_set_name": "Github" }
import { Observable } from '../Observable'; import { Subject } from '../Subject'; import { groupBy as higherOrder, GroupedObservable } from '../operators/groupBy'; export { GroupedObservable }; /* tslint:disable:max-line-length */ export function groupBy<T, K>(this: Observable<T>, keySelector: (value: T) => K): Obser...
{ "pile_set_name": "Github" }
// // ComAutomationMetaObjectProviderAwaitingIndex.cs // // Contact: // Moonlight List (moonlight-list@lists.ximian.com) // // Copyright 2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), ...
{ "pile_set_name": "Github" }
#!/bin/bash if [ "$#" -ne 2 ]; then echo "Usage: ./mvn_exec.sh bucket-name max-num-workers" exit fi PROJECT=$(gcloud config get-value project) BUCKET=$1 MAX_NUM_WORKERS=$2 cd bq_in_df ~/apache-maven*/bin/mvn compile exec:java \ -Dexec.mainClass=com.google.cloud.training.dataflowsql.UpsetsByDay \ -Dexec.a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Server-side Integration: Custom URL</title> <link rel="stylesheet" href="../../codebase/webix.css" type="text/css" charset="utf-8"> <script src="../../codebase/webix.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href=".....
{ "pile_set_name": "Github" }
/* * This file is part of the UCB release of Plan 9. It is subject to the license * terms in the LICENSE file found in the top-level directory of this * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No * part of the UCB release of Plan 9, including this file, may be copied, * modified, prop...
{ "pile_set_name": "Github" }
using PeNet.FileParser; namespace PeNet.Header.Net.MetaDataTables { public class Param : AbstractTable { public Param(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes) : base(peFile, offset, heapSizes, indexSizes) { Flags = (ushort) ReadSize(2); ...
{ "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>Author</key> <string>Vandroiy</string> <key>CodecID</key> <integer>30213</integer> <key>CodecName</key> <string>IDT92HD81B1X5</string> <k...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
// // Pager pagination // -------------------------------------------------- .pager { padding-left: 0; margin: @line-height-computed 0; list-style: none; text-align: center; &:extend(.clearfix all); li { display: inline; > a, > span { display: inline-block; padding: 5px 14px; ...
{ "pile_set_name": "Github" }
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #include "refspec.h" #include "git2/errors.h" #include "util.h" #include "posix.h" #include "refs.h" #...
{ "pile_set_name": "Github" }
module JWT module Algos module Unsupported module_function SUPPORTED = Object.new.tap { |object| object.define_singleton_method(:include?) { |*| true } } def verify(*) raise JWT::VerificationError, 'Algorithm not supported' end def sign(*) raise NotImplementedError,...
{ "pile_set_name": "Github" }
function foo() { bar(); }
{ "pile_set_name": "Github" }
# crypto-browserify A port of node's `crypto` module to the browser. [![Build Status](https://travis-ci.org/crypto-browserify/crypto-browserify.svg?branch=master)](https://travis-ci.org/crypto-browserify/crypto-browserify) [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github....
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant.pseudo_AF_XTP.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant.pseudo_AF_XTP.html">../../../../libc/constant.pseudo_AF_XTP.html</a>...</p> <script>location.replace("../../../...
{ "pile_set_name": "Github" }
/******/ (function(modules) { // webpackBootstrap /******/ // install a JSONP callback for chunk loading /******/ function webpackJsonpCallback(data) { /******/ var chunkIds = data[0]; /******/ var moreModules = data[1]; /******/ var executeModules = data[2]; /******/ /******/ // add "moreModules" to the modu...
{ "pile_set_name": "Github" }
package com.dexvis.dex.task.vis.dexjs.multiples.taucharts import org.simpleframework.xml.Root import com.dexvis.dex.task.base.WebTask @Root class LineChartMultiples extends WebTask { public LineChartMultiples() { super('Visualization: Multiples', 'Taucharts Line Chart Multiples', "visualization/dexjs/mu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:gravity="center"> <ProgressBar android:layout_width="wrap_conten...
{ "pile_set_name": "Github" }
/* ir-lirc-codec.c - rc-core to classic lirc interface bridge * * Copyright (C) 2010 by Jarod Wilson <jarod@redhat.com> * * 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 version 2 of the ...
{ "pile_set_name": "Github" }
<?php namespace Drupal\field_test\Plugin\Field\FieldType; /** * Defines the 'hidden_test' entity field item. * * @FieldType( * id = "hidden_test_field", * label = @Translation("Hidden from UI test field"), * description = @Translation("Dummy hidden field type used for tests."), * no_ui = TRUE, * def...
{ "pile_set_name": "Github" }
#ifndef _KARMA_USB_H #define _KARMA_USB_H extern int rio_karma_init(struct us_data *us); extern int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us); #endif
{ "pile_set_name": "Github" }
pod 'DKCarouselView', :git => 'https://github.com/manijak/DKCarouselView', :tag => '2.4.15'
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // skewness.hpp // // Copyright 2006 Olivier Gygi, Daniel Egloff. 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) #ifndef BOOST_ACC...
{ "pile_set_name": "Github" }
2019-07-13 11:33:32,573 reid_baseline.eval INFO: Running with config: DATALOADER: NUM_INSTANCE: 6 NUM_WORKERS: 8 SAMPLER: softmax_triplet DATASETS: DATA_PATH: /home/zbc/data/VeRi GALLERY_PATH: image_test NAMES: veri QUERY_PATH: image_query TRAIN_PATH: image_train INPUT: PADDING: 0 PIXEL_MEAN: [0.5, ...
{ "pile_set_name": "Github" }
require 'spec/matchers' require 'spec/expectations/errors' require 'spec/expectations/extensions' require 'spec/expectations/handler' module Spec # Spec::Expectations lets you set expectations on your objects. # # result.should == 37 # team.should have(11).players_on_the_field # # == How Expectation...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/lambda/model/AddPermissionRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/http/URI.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <util...
{ "pile_set_name": "Github" }
var Promise = require('bluebird'); var LineGeometry = require('../examples/lines/LineGeometry.js').LineGeometry; var LineGeometryAutogen = require('./LineGeometry.autogen'); var utils = require('../_base/utils'); var LineGeometryModel = LineGeometryAutogen.LineGeometryModel.extend({ constructThreeObject: funct...
{ "pile_set_name": "Github" }
namespace Veldrid.MetalBindings { public enum MTLLoadAction { DontCare = 0, Load = 1, Clear = 2, } }
{ "pile_set_name": "Github" }
// @vue/component export default { name: 'BVCodeMirror', props: { value: { type: String, default: '' }, mode: { type: [String, Object], default: '' }, theme: { type: String, default: 'default' }, tabMode: { type: String, default: 'indent' ...
{ "pile_set_name": "Github" }
<!-- doc/src/sgml/release-3.7.sgml --> <!-- See header comment in release.sgml about typical markup --> <sect1 id=release-3-7-16> <title>Release 3.7.16</title> <note> <title>Release Date</title> <simpara>2020-09-17</simpara> </note> <sect2> <title>Changes</title> <itemizedlist> <listitem> <!-- ...
{ "pile_set_name": "Github" }
# coding: utf-8 import os import time from collections import defaultdict, OrderedDict import json from supervisely_lib.api.module_api import ApiField, ModuleApiBase, ModuleWithStatus, WaitingTimeExceeded from requests_toolbelt import MultipartEncoder, MultipartEncoderMonitor from supervisely_lib.io.fs import get_fi...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js * * Copyright (c) 2009-2015 The MathJax Consortium * * 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 * * ...
{ "pile_set_name": "Github" }
Pgenlib Python API specification, v0.7 ("import numpy as np" assumed) class PgenReader: * PgenReader(filename, raw_sample_ct = None, variant_ct = None, sample_subset = None) Constructor, opens the .pgen or .bed file. Requires a filename (exception is thrown if file doesn't exist or it's invalid). -...
{ "pile_set_name": "Github" }
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. #[=======================================================================[.rst: CheckCXXSourceRuns ------------------ Check if given C++ source compiles and links into an execu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <ldml> <identity> <version number="$Revision: 1.59 $"/> <generation date="$Date: 2009/05/05 23:06:35 $"/> <language type="es"/> <territory type="PA"/> </identity> <dates> <calendars> <calendar type="gregorian"> ...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: google/protobuf/source_context.proto package types import proto "github.com/gogo/protobuf/proto" import fmt "fmt" import math "math" import bytes "bytes" import strings "strings" import reflect "reflect" import io "io" // Reference imports to suppress ...
{ "pile_set_name": "Github" }
/** Copyright (c) 2015-present, Facebook, Inc. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. */ #include <xcassets/Asset/ComplicationSet.h> #include <plist/Array.h> #include <plist/String.h> #include <plist/Keys/...
{ "pile_set_name": "Github" }
/** * Copyright 2015 Ram Sriharsha * * 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 i...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'resolv' class EmailMxValidator < ActiveModel::Validator def validate(user) domain = get_domain(user.email) if domain.nil? user.errors.add(:email, I18n.t('users.invalid_email')) else ips, hostnames = resolve_mx(domain) if ips.empty? user.e...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !gccgo #include "textflag.h" // // System call support for 386, OpenBSD // // Just jump to package syscall's implementation for all these functions...
{ "pile_set_name": "Github" }
dask>=2.5.2 distributed>=2.5.2 kubernetes>=9 kubernetes-asyncio>=9
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
import React from 'react' import PropTypes from 'prop-types' import { Layout, Menu, Icon, Avatar, Dropdown, Tag, message, Spin, Breadcrumb, AutoComplete,Row, Col, Input,Button,Tooltip, } from 'antd' import DocumentTitle from 'react-document-title' import { connect } from 'dva' import { Link, Rout...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import sys import os def get_ttyname(): for f in sys.stdin, sys.stdout, sys.stderr: if f.isatty(): return os.ttyname(f.fileno()) return None def reconnect_descriptors(tty): target = {} stdios = (("stdin", "r"), ("stdout", "w"), ("stderr", "w")) tty_de...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *Transaction * 1. Redistributions of source code must retain the above copyright * notice, this list...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'spec_helper' describe 'Last Modified At Tag' do context 'A committed post file' do def setup(file, layout) @post = setup_post(file) do_render(@post, layout) end it 'has last revised date' do setup('1984-03-06-last-modified-at.md', 'last_modified_...
{ "pile_set_name": "Github" }
require 'test_helper' class EmailValidatorTest < ActiveSupport::TestCase context "EmailValidator" do setup do EmailValidator.stubs(:smtp_enabled?).returns(true) end context "#undeliverable?" do should "return good addresses as deliverable" do assert_equal(false, EmailValidator.undeli...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2019 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/LIC...
{ "pile_set_name": "Github" }
This is BibTeX, Version 0.99d (TeX Live 2015/Debian) Capacity: max_strings=35307, hash_size=35307, hash_prime=30011 The top-level auxiliary file: main.aux The style file: genome_research.bst Database file #1: references.bib Warning--I didn't find a database entry for "1000GPhaseI" Reallocated wiz_functions (elt_size=4)...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2020 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include "utils/EGLUtils.h" namespace KODI { namespace WINDOWING { namespace LINUX { class CWinSystemEGL { publi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This file was generated by Bakefile (http://bakefile.org). Do not modify, all changes will be overwritten! --> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations">...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html class="theme-next mist use-motion" lang="zh-CN"> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"> <meta name="them...
{ "pile_set_name": "Github" }
var vows = require('vows-batch-retry'), assert = require('assert'), mkdirp = require('mkdirp'), rimraf = require('rimraf'), moment = require('moment'), fs = require('fs'), not_readable_helper = require('./not_readable_helper'), output_file = require('outputs/output_file'); vows.describe('Output file ').a...
{ "pile_set_name": "Github" }
using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; namespace NetOffice.VisioApi { #region Delegates #pragma warning disable #pragma warning restore #endregion /// <summary> /// CoClass Path /// SupportByVersion Visio, 11,12,14,15,16 /// </summary> /// ...
{ "pile_set_name": "Github" }
package io.craft.atom.nio; import io.craft.atom.io.Channel; import io.craft.atom.io.IoConnector; import io.craft.atom.nio.NioTcpConnector; import io.craft.atom.nio.api.NioFactory; import io.craft.atom.test.AvailablePortFinder; import io.craft.atom.test.CaseCounter; import java.io.IOException; import java.ut...
{ "pile_set_name": "Github" }
package foo.bar { class CompleteInReferenceList_5 {} } class Clazz extends foo.bar<caret>
{ "pile_set_name": "Github" }
interactions: - request: body: null headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python-requests/2.12.3] method: GET uri: https://tr.anidub.com/anime_tv/full/492-pozhiratel-dush-soul-eater-01-51-of-512008-720r.html response: ...
{ "pile_set_name": "Github" }
#automake for blocker plugin. blockerpluginlibdir = $(libdir)/seeks/plugins/blocker blockerplugindatadir = $(datadir)/seeks/plugins/blocker AM_CXXFLAGS=-Wall -g -pipe AM_CPPFLAGS= -I${srcdir} -I${srcdir}/../../utils -I${srcdir}/../../proxy -I${srcdir}/../../lsh \ -DSEEKS_CONFIGDIR='"$(sysconfdir)/seeks/"' `pkg-c...
{ "pile_set_name": "Github" }
{ "title": "Proximit\u00e9" }
{ "pile_set_name": "Github" }
package prefuse.util.collections; import java.util.NoSuchElementException; /** * IntIterator implementation that combines the results of multiple * int iterators. * * @author <a href="http://jheer.org">jeffrey heer</a> */ public class CompositeIntIterator extends IntIterator { private IntIterat...
{ "pile_set_name": "Github" }
%TITLE% DYS 040430/2000 LEVEL HGHT TEMP DWPT WDIR WSPD ------------------------------------------------------------------- %RAW% 959.70, 437.30, 22.14, 19.01, 27.15, 8.51 957.40, 458.20, 21.74, 18.94, 28.74, 6.87 952.80, 500.10, ...
{ "pile_set_name": "Github" }
--slave-skip-errors=1590
{ "pile_set_name": "Github" }
<?php namespace Jane\OpenApi\Tests\Expected\Runtime\Client; use Psr\Http\Message\ResponseInterface; use Symfony\Component\Serializer\SerializerInterface; interface Endpoint { /** * Get body for an endpoint. * * Return value consist of an array where the first item will be a list of headers to add o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/m4399BindPhonePageStyle" android:layout_width="@dimen/m4399_ope_page_width" android:layout_height="wrap_content" android:paddingBottom="@dimen/m4399_ope_bind_padding_top" ...
{ "pile_set_name": "Github" }
include/master-slave.inc [connection master] connection slave; set global time_zone='Europe/Moscow'; set time_zone='UTC'; stop slave; start slave; connection master; set global mysql56_temporal_format=false; set global time_zone='Europe/Moscow'; set time_zone='UTC'; create table t1 (pk int primary key, t timestamp not ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platf...
{ "pile_set_name": "Github" }
let _ = f (2 [@test 2]) let tail1 = ([1; 2] [@hello]) let tail2 = 0 :: ([1; 2] [@hello]) let tail3 = 0 :: ([] [@hello]) let _ = ("%d" : _ format) [@p] let _ = (`B `N : p2) [@p] let _ = (`So (`Se (`So `O)) : podd) [@p]
{ "pile_set_name": "Github" }
var name = "Make a Crab Happy"; var collection_type = 0; var is_secret = 0; var desc = "Played the exact Music Block for the Crab, which he has heard the LEAST recently."; var status_text = "Now that's what we call a moldy oldie. For throwing down a sets of claw-snappin' beats that brought the Crab back sweet memor...
{ "pile_set_name": "Github" }
import { ApexClass } from "../schema"; import { Org } from "@salesforce/core"; import * as _ from "lodash"; import { METADATA_INFO } from "../metadataInfo"; import BaseMetadataRetriever from "./baseMetadataRetriever"; import MetadataFiles from "../metadataFiles"; const QUERY = "Select Id, Name, NameSpacePrefix From Ap...
{ "pile_set_name": "Github" }
package com.ecer.kafka.connect.oracle.models; import org.apache.kafka.connect.data.Schema; /** * * @author Erdem Cer (erdemcer@gmail.com) */ public class Column{ private String owner; private String tableName; private String columnName; private Boolean nullable; private String dataType; ...
{ "pile_set_name": "Github" }
// HEADER FILES ------------------------------------------------------------ #define WIN32_LEAN_AND_MEAN #define DIRECTINPUT_VERSION 0x800 #define _WIN32_WINNT 0x0501 #include <windows.h> #include <dinput.h> #define USE_WINDOWS_DWORD #include "i_input.h" #include "i_system.h" #include "d_event.h" #include...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package syscall import "unsafe" func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: int32(sec), Nsec: int32(nsec)} } func setTimeval(sec, usec...
{ "pile_set_name": "Github" }
module('Options', { setup: function(){}, teardown: function(){ $('#qunit-fixture *').each(function(){ var t = $(this); if ('datepicker' in t.data()) t.datepicker('remove'); }); } }); test('Autoclose', function(){ var input = $('<input />') ...
{ "pile_set_name": "Github" }
//===------------------------ strstream.cpp -------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
{ "GOODS_TRADER_0": { "description": "", "message": "gun taigh-bhathair onarach aig {name}" }, "GOODS_TRADER_1": { "description": "", "message": "gun taigh-mhalairt aig {name}" }, "GOODS_TRADER_2": { "description": "", "message": "gun taigh-bhathair aig {name}" }, "GOODS_TRADER_3":...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_DHRYSTONE bool "dhrystone" help easy-to-use integer benchmark http://www.netlib.org/benchmark/dhry-c
{ "pile_set_name": "Github" }
{ "plan" : [ { "@type" : "ksqlPlanV1", "statementText" : "CREATE STREAM INPUT (K STRING KEY, V0 BIGINT) WITH (KAFKA_TOPIC='input', VALUE_FORMAT='PROTOBUF');", "ddlCommand" : { "@type" : "createStreamV1", "sourceName" : "INPUT", "schema" : "`K` STRING KEY, `V0` BIGINT", "topicName" ...
{ "pile_set_name": "Github" }
=========================== Using Systemd in DevStack =========================== By default DevStack is run with all the services as systemd unit files. Systemd is now the default init system for nearly every Linux distro, and systemd encodes and solves many of the problems related to poorly running processes. Why ...
{ "pile_set_name": "Github" }
from HTMLTableToList import HTMLTableToList from pprint import pprint html_table_string = """<table class="table table-condensed"> <tr> <th>RGB</th> <td>53</td><td>72</td><td>35</td> </tr> <t...
{ "pile_set_name": "Github" }
#!/bin/bash # # Copyright (c) 2000, 2020, Oracle and/or its affiliates. # # Licensed under the Universal Permissive License v 1.0 as shown at # http://oss.oracle.com/licenses/upl. # # convert three CDBs to XML and then merge the XML if [ -z $DEV_ROOT ]; then cd $(dirname $0)/../../../bin . ./cfglocal.sh cd -...
{ "pile_set_name": "Github" }
/* * Copyright © 2013 – 2016 Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html */ package ...
{ "pile_set_name": "Github" }
Only in b/src/core: libxmpp_core.so diff -rBu a/src/core/loudmouth-tools.h b/src/core/loudmouth-tools.h --- a/src/core/loudmouth-tools.h 2016-03-18 15:07:32.000000000 +0100 +++ b/src/core/loudmouth-tools.h 2016-06-07 14:54:04.037983586 +0200 @@ -1,9 +1,13 @@ #ifndef __LOUDMOUTH_TOOLS_H #define __LOUDMOUTH_TOOLS_H -...
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. // ------------------------------------------------------------------------- // File name: UnitTestExcelReporter.cpp // Created: 19/03/2008 by Timur. // Description: Implementation of the CryEngine Unit Testing framework // --------------...
{ "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" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 2005-2015, International Business Machines * Corporation and others. All Rights Reserved. *******************...
{ "pile_set_name": "Github" }
Index: u-boot-2017.01/include/configs/omap3_overo.h =================================================================== --- u-boot-2017.01.orig/include/configs/omap3_overo.h +++ u-boot-2017.01/include/configs/omap3_overo.h @@ -11,6 +11,13 @@ #define CONFIG_NAND #include <configs/ti_omap3_common.h> + +/* try to enab...
{ "pile_set_name": "Github" }