text stringlengths 2 99.9k | meta dict |
|---|---|
import re
en_lang_symbols = r'[^\w!@#$%\^-_+=|\}{][\"\';:?\/><.,&)(*\s`\u2019]'
en_words_basic = []
en_words = []
TRACE_MESSAGE = "Trace called"
def tracing():
print(TRACE_MESSAGE)
def call_tracing():
tracing()
class Dummy:
non_en_words_limit = 3
@staticmethod
def fun(text):
words =... | {
"pile_set_name": "Github"
} |
--- a/net/minecraft/command/arguments/ArgumentTypes.java
+++ b/net/minecraft/command/arguments/ArgumentTypes.java
@@ -84,7 +84,7 @@
}
public static <T extends ArgumentType<?>> void func_197484_a(PacketBuffer p_197484_0_, T p_197484_1_) {
- ArgumentTypes.Entry<T> entry = func_201040_a(p_197484_1_);
+ ... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | {
"pile_set_name": "Github"
} |
=pod
=head1 NAME
d2i_X509, i2d_X509, d2i_X509_bio, d2i_X509_fp, i2d_X509_bio,
i2d_X509_fp - X509 encode and decode functions
=head1 SYNOPSIS
#include <openssl/x509.h>
X509 *d2i_X509(X509 **px, const unsigned char **in, int len);
int i2d_X509(X509 *x, unsigned char **out);
X509 *d2i_X509_bio(BIO *bp, X509 **x)... | {
"pile_set_name": "Github"
} |
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,7 +51,7 @@ libgengetopt_la_LIBADD = $(top_builddir)
@LTLIBOBJS@ \
skels/libgen.la
-LDADD = $(top_builddir)/src/libgengetopt.la
+LDADD = libgengetopt.la
EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \
cmdline.c cmdline.h \
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
namespace OxidEsales\EshopCommunity\Application\Controller\Admin;
use oxRegistry;
/**
* Admin article main discount manager.
* There is possibility to change discount name, article, user
* and etc.
* Admin... | {
"pile_set_name": "Github"
} |
---
stage: Enablement
group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---
# Manually download and install a GitLab package
NOTE: **Note:**
The [packag... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 pointer
import "fmt"
func (c *addrConstraint) String() string {
return fmt.Sprintf("addr n%d <- {&n%d}", c.dst, c.src)
}
func (c *copyConstraint) St... | {
"pile_set_name": "Github"
} |
-----------------------------------------------------------------------
.CNp.
-----------------------------------------------------------------------
Charge:
1
-----------------------------------------------------------------------
Constitutive atoms:
2
---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//
// 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 and the following disclaimer.
// * Redistributions in bin... | {
"pile_set_name": "Github"
} |
// Test flat string replacement, per ECMAScriptv5 15.5.4.11.
assertEq("1+2".replace("1+2", "$&+3"), "1+2+3");
assertEq(")".replace(")","*$&*"), "*)*");
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: be2b2130a8e96a24586a20f50dcf2487
timeCreated: 1501884115
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
{
"description": "Brave Ad Block Updater extension",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtV7Vr69kkvSvu2lhcMDhj4Jm3FKU1zpUkALaum5719/cccVvGpMKKFyy4WYXsmAfcIONmGO4ThK/q6jkgC5v8HrkjPOf7HHebKEnsJJucz/Z1t6dq0CE+UA2IWfbGfFM4nJ8AKIv2gqiw2d4ydAsQcL26uR9IHHrBk/zzkv2jO43Aw2kY3loqRf60THz4pfz5vOtI+BKOw1KHM0+y1D... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* A MIME entity, in a multipart message.
*
* @author Chris Corbyn
*/
class Swift_Mime_SimpleMimeEnti... | {
"pile_set_name": "Github"
} |
package saros.editor;
import saros.session.User;
/** Listener interface for monitoring local and remote following states. */
public interface IFollowModeListener {
/** Reasons why the FollowMode stopped */
enum Reason {
/** The user being followed left the session */
FOLLOWEE_LEFT_SESSION,
/**
* ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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.
#include <string>
#include "base/string16.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/autofill/autofill_country.h"
#include ... | {
"pile_set_name": "Github"
} |
package com.weike.education.mvp.model.mine
/**
* @author: ym 作者 E-mail: 15622113269@163.com
* date: 2018/11/30
* desc:
*
*/
data class MineBean(val avatar: String, val couponCount: Int, val id: String,
val isExerciseCorrector: Boolean, val ksBuy: Boolean, val nickname: String,
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Serbian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Александар Јевремовић <ajevremovic@gmail.com>
* @author Miloš Milanović <mmilanovic016@gmail.com>
*/
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.';
$... | {
"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"
} |
class Transport:
""" Transport: abstract way for communication between agent and handler """
# noinspection PyUnusedLocal
def __init__(self, handler):
raise NotImplementedError("Transport.init should have been implemented by transport module")
def open(self, staged=False):
raise N... | {
"pile_set_name": "Github"
} |
/***************************************************************************//**
* \file cyhal_modules.h
*
* \brief
* Provides an enum of all HAL modules types that can be used for generating
* custom cy_rslt_t items.
*
********************************************************************************
* \copyright
* Copy... | {
"pile_set_name": "Github"
} |
\node (f) [function] {\texttt{ browser } };
\draw [<- flow] (f.north io 1) -- +(0, .5)
node [element, above] {\texttt{url}};
\draw [flow ->] (f.south io 1) -- +(0, -.5) node (none) [none, below];
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* gui/statusbar/OpModeStatus.cpp *
* *
* Copyright (c) 2008 Retroshare Team <retroshare.project@gmail.com> ... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Graylog.
*
* Graylog 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.
*
* Graylog is distributed in t... | {
"pile_set_name": "Github"
} |
"""Utilities for downloading data from WMT, tokenizing, vocabularies."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os
import re
import sys
from tensorflow.python.platform import gfile
# Special vocabulary symbols - we always put them at the st... | {
"pile_set_name": "Github"
} |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package wekimini.learning;
import java.util.logging.Level;
import java.util.logging.Logger;
import weka.classifiers.Classifier;
import... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
"pinkie@^2.0.0",
"/Users/eslam/serverless-stuff/real-projects/sandbox/back/modules/serverless-mailer/node_modules/pinkie-promise"
]
],
"_from": "pinkie@>=2.0.0 <3.0.0",
"_id": "pinkie@2.0.1",
"_inCache": true,
"_location": "/pinkie",
"_nodeVersion": "4.2.0",
"_npmUser"... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015 Bruno Medeiros and other Contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distrib... | {
"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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | {
"pile_set_name": "Github"
} |
require_relative '../spec_helper'
require_relative '../fixtures/classes'
describe 'Socket#connect' do
SocketSpecs.each_ip_protocol do |family, ip_address|
before do
@server = Socket.new(family, :STREAM)
@client = Socket.new(family, :STREAM)
@server.bind(Socket.sockaddr_in(0, ip_address))
e... | {
"pile_set_name": "Github"
} |
define(["../_base/xhr", "../_base/lang", "../json", "../_base/declare", "./util/QueryResults" /*=====, "./api/Store" =====*/
], function(xhr, lang, JSON, declare, QueryResults /*=====, Store =====*/){
// No base class, but for purposes of documentation, the base class is dojo/store/api/Store
var base = null;
/*===== b... | {
"pile_set_name": "Github"
} |
/*
* EAP server/peer: EAP-GPSK shared routines
* Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "crypto/aes_wrap.h"
#include "crypto/sha256.h"
#include ... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* Hackademic-CMS/pages/readarticle.php
*
* The page for calling the Hackademic Reading Article Controller
*
* Copyright (c) 2012 OWASP
*
* LICENSE:
*
* This file is part of Hackademic CMS (https://www.owasp.org/index.php/OWASP_Hackademic_Challenges_Project).
*
* Hackademic CMS is f... | {
"pile_set_name": "Github"
} |
*******************************************************
``py2neo.ogm.models`` -- Preset models for use with OGM
*******************************************************
.. toctree::
:maxdepth: 1
movies
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Page 922</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
<!--
p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;}
.ft01{font-size:11px;font-f... | {
"pile_set_name": "Github"
} |
// models.article_test.go
package main
import "testing"
// Test the function that fetches all articles
func TestGetAllArticles(t *testing.T) {
alist := getAllArticles()
// Check that the length of the list of articles returned is the
// same as the length of the global variable holding the list
if len(alist) !=... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
// Copyright (c) 2011 The LevelDB Authors. All rights reser... | {
"pile_set_name": "Github"
} |
package cats
package data
import cats.arrow.FunctionK
final case class IorT[F[_], A, B](value: F[Ior[A, B]]) {
def fold[C](fa: A => C, fb: B => C, fab: (A, B) => C)(implicit F: Functor[F]): F[C] =
F.map(value)(_.fold(fa, fb, fab))
def isLeft(implicit F: Functor[F]): F[Boolean] = F.map(value)(_.isLeft)
de... | {
"pile_set_name": "Github"
} |
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
| {
"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.
// This file enables an external tool to intercept package requests.
// If the tool is present then its results are used in preference to
// the go list command... | {
"pile_set_name": "Github"
} |
<!--
Description: parsed modified, ISO-8601 format, 2-digit year/month only
Expect: bozo and feed['modified_parsed'] == (2003, 12, 1, 0, 0, 0, 0, 335, 0)
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<modified>-03-12</modified>
</feed | {
"pile_set_name": "Github"
} |
/* srt_table.c
* Helper routines common to all SRT taps.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <string.h>
#include "proto.h"
#include "packet_info.h"
#includ... | {
"pile_set_name": "Github"
} |
/*
** Metamethod handling.
** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h
**
** Portions taken verbatim or adapted from the Lua interpreter.
** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
*/
#define lj_meta_c
#define LUA_CORE
#include "lj_obj.h"
#include "lj_gc.h"
#... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) Mellanox Technologies Ltd. 2019. ALL RIGHTS RESERVED.
*
* See file LICENSE for terms.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "rdmacm_cm_ep.h"
#include "rdmacm_cm.h"
#include <ucs/arch/bitops.h>
static UCS_F_ALWAYS_INLINE
uct_rdmacm_cm_t *uct_rdmacm_cm_ep_get_cm(uct_rdmacm... | {
"pile_set_name": "Github"
} |
--record-opts="record -a -freq=100 -g --event=branch-misses --event=cache-misses --event=instructions"
--record-opts="-I -g"
| {
"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"
} |
// Copyright David Abrahams 2002.
// 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 TO_PYTHON_INDIRECT_DWA200221_HPP
# define TO_PYTHON_INDIRECT_DWA200221_HPP
# include <boost/python/detail/prefix.hpp>
# ... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI Widget 1.10.3+amd
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/jQuery.widget/
*/
(function (factory) {
if (typeof define === "function" &&... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# 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 "Lice... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.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 wi... | {
"pile_set_name": "Github"
} |
---
name: network_device_recovery
pack: super_cool_python
enabled: True
description: replace network vm configuration with base config
runner_type: python-script
entry_point: network_device_recovery.py
parameters:
down_device:
type: string
description: hostname of network vm device that has gone down
requ... | {
"pile_set_name": "Github"
} |
package prometheus
import (
"fmt"
"runtime"
"runtime/debug"
"time"
)
type goCollector struct {
goroutines Gauge
gcDesc *Desc
// metrics to describe and collect
metrics memStatsMetrics
}
// NewGoCollector returns a collector which exports metrics about the current
// go process.
func NewGoCollector() Col... | {
"pile_set_name": "Github"
} |
$DAEMON_MEMCACHED_OPT
--loose-daemon_memcached_engine_lib_path=$INNODB_ENGINE_DIR
--loose-daemon_memcached_option="-m128 -p11295"
| {
"pile_set_name": "Github"
} |
<
HTML_CODE => TEXT
HTML_TAG => DEFAULT_TAG => TEXT
html
HTML_CODE => TEXT
HTML_TAG => DEFAULT_TAG => TEXT
HTML_TAG_NAME => DEFAULT_KEYWORD
>
HTML_CODE => TEXT
HTML_TAG => DEFAULT_TAG => TEXT
HTML_CODE => TEXT
<
HTML_CODE => TEXT
HTML_TAG => DEFAULT_TAG => TEXT
head
HTML_CO... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!29 &1
OcclusionCullingSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_OcclusionBakeSettings:
smallestOccluder: 5
smallestHole: 0.25
backfaceThreshold: 100
m_SceneGUID: 00000000000000000000000000000000
m_OcclusionCullingData: {fileID: 0}
--- !u!... | {
"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">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="debug_shared|Win32">
<Configuration>debug_shared</Configuration>
<Platform>Win... | {
"pile_set_name": "Github"
} |
/**
* @copyright Valor Software
* @copyright Federico Zivolo and contributors
*/
import { Renderer2 } from '@angular/core';
import { getOffsets, getReferenceOffsets, updateContainerClass, setStyles } from './utils';
import { arrow, flip, preventOverflow, shift, initData } from './modifiers';
import { Data, Offsets... | {
"pile_set_name": "Github"
} |
'''Get a push notification when severe weather is in your area.'''=Bölgenizde zorlu hava koşulları olduğunda push bildirimi alın.
'''Note:'''=Not:
'''Zip code'''=Posta kodu
'''Send notifications to'''=Bildirim gönderilecek kişi:
'''Phone Number 1'''=Telefon Numarası 1
'''Phone Number 2'''=Telefon Numarası 2
'''Phone Nu... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Southern Storm Software, Pty Ltd.
*
* 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, ... | {
"pile_set_name": "Github"
} |
# Unbreak 白名单 不应该被广告链接的网站
# Epicgames
DOMAIN-SUFFIX,ol.epicgames.com
# Google
DOMAIN,dl.google.com
DOMAIN,mtalk.google.com
DOMAIN-SUFFIX,googletraveladservices.com
# Mozilla
DOMAIN-SUFFIX,tracking-protection.cdn.mozilla.net
# Tencent
DOMAIN,livew.l.qq.com
DOMAIN,vd.l.qq.com
# Strava
DOMAIN,analytics.strava.com
# ... | {
"pile_set_name": "Github"
} |
cipher-base
===
[](https://travis-ci.org/crypto-browserify/cipher-base)
Abstract base class to inherit from if you want to create streams implementing
the same api as node crypto streams.
Requires you to implement 2 methods `_final` and `_update... | {
"pile_set_name": "Github"
} |
[expect php]
[file]
<?php
require('Phalanger.inc');
__var_dump(getopt("d:m:j:vht"));
?>
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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, co... | {
"pile_set_name": "Github"
} |
import QtQuick 2.3
import QtQuick.Controls 1.2
import QtQuick.Controls.Styles 1.2
import base 1.0
import live 1.0
import editor 1.0
import editor.private 1.0
Rectangle{
id: root
width: 400
height: connectionList.contentHeight > maxHeight
? maxHeight
: connectionList.contentHeight + 5
c... | {
"pile_set_name": "Github"
} |
#region Copyright (C) 2007-2018 Team MediaPortal
/*
Copyright (C) 2007-2018 Team MediaPortal
http://www.team-mediaportal.com
This file is part of MediaPortal 2
MediaPortal 2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published b... | {
"pile_set_name": "Github"
} |
there was a lot riding on this movie .
everyone even moderately interested in the " scream " series was dying to know how it would end .
what would be the " final act " ?
this is the end of an era for them , a movie which has kept them up nights searching for clues on the internet , talking and tossing around rumors... | {
"pile_set_name": "Github"
} |
package com.vpaliy.data.source.local;
import android.content.ContentResolver;
import android.net.Uri;
@SuppressWarnings({"unused", "WeakerAccess"})
public final class MusicContract {
interface TrackColumns {
String TRACK_ID = "track_id";
String TRACK_STREAM_URL = "track_stream_url";
String TRACK_ART_UR... | {
"pile_set_name": "Github"
} |
This is very simple example module that shows how to
use Cache/DB interface.
If you want to compile this module, move it to modules
directory.
| {
"pile_set_name": "Github"
} |
LIBFDT_1.2 {
global:
fdt_next_node;
fdt_check_header;
fdt_move;
fdt_string;
fdt_num_mem_rsv;
fdt_get_mem_rsv;
fdt_subnode_offset_namelen;
fdt_subnode_offset;
fdt_path_offset;
fdt_get_name;
fdt_get_property_namelen;
fdt_get_property;
fdt_getprop_namelen;
fdt_getprop;
fdt_get_phandle;
fdt... | {
"pile_set_name": "Github"
} |
var app = getApp()
Page({
data: {
motto: 'Hello WeApp',
userInfo: {}
},
onButtonTap: function() {
wx.navigateTo({
url: '../logs/logs'
})
},
onLoad: function () {
console.log('onLoad')
var that = this
//登录
wx.login({
success: function () {
wx.getUserInfo({
... | {
"pile_set_name": "Github"
} |
---
layout: pid
title: Signet
owner: NthDimension
license: GPLv3
site: https://nthdimtech.com/signet
source: https://github.com/nthdimtech
---
| {
"pile_set_name": "Github"
} |
---
external help file:
Module Name: Microsoft.Graph.Groups
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupconversationthreadpostextension
schema: 2.0.0
---
# New-MgGroupConversationThreadPostExtension
## SYNOPSIS
Create new navigation property to extensions for g... | {
"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"
} |
#
# Builder
#
FROM node:lts-alpine AS builder
WORKDIR /opt/azurite
# Install dependencies first
COPY *.json LICENSE NOTICE.txt ./
RUN npm config set unsafe-perm=true && \
npm ci
# Copy the source code and build the app
COPY src ./src
COPY tests ./tests
RUN npm run build && \
npm run test && \
npm install -g --... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2020 William Bittle http://www.dyn4j.org/
* 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 cop... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env lua
-- file: embedding.lua
-- Exercise 2.4: How can you embed the following piece
-- of XML as a string in Lua? Show at least two
-- different ways.
-- you can use a long string literal
-- -> no need to escape stuff
-- -> readable
-- -> ugly if the line this is on is indented
xmldata1 = [=[
<![CDATA[
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Codice Foundation
*
* <p>This 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 3 of
* the License, or any later version.
*
* <p>This program is distributed in the ... | {
"pile_set_name": "Github"
} |
Такие искры могут символизировать блеск чего-либо хорошо начищенного.
Знак добавлен в Юникод из типографского набора дингбаты Германа Запфа серия 100 Международной Гарнитурной Корпорации. | {
"pile_set_name": "Github"
} |
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of e... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------------------
/*
#declare F1= function(u,v){u}
#declare F2= function(u,v){v}
#declare F3= function(u,v){0}
*/
#declare D=0.5; ... | {
"pile_set_name": "Github"
} |
CONFIG_PPC=y
CONFIG_MPC85xx=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_P1020UTM=y
CONFIG_PHYS_64BIT=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
CONFIG_BOOTDELAY=10
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_MMC=y
CONFIG_CMD_I2C=y
CONFIG_CMD_USB=y
CONFIG_... | {
"pile_set_name": "Github"
} |
resource "datadog_monitor" "foo" {
tags = ["baz:biz"]
}
resource "datadog_monitor" "bar" {
tags = ["baz:biz", "foo:bar"]
}
| {
"pile_set_name": "Github"
} |
{
"position": {
"line": 83,
"character": 12
},
"source": "statements/statements.bal",
"expected": {
"result": {
"signatures": [
{
"label": "Child.foo(float a, boolean b)",
"documentation": {
... | {
"pile_set_name": "Github"
} |
import _plotly_utils.basevalidators
class Q3Validator(_plotly_utils.basevalidators.DataArrayValidator):
def __init__(self, plotly_name="q3", parent_name="box", **kwargs):
super(Q3Validator, self).__init__(
plotly_name=plotly_name,
parent_name=parent_name,
edit_type=kwar... | {
"pile_set_name": "Github"
} |
package org.ibase4j.service.impl;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.ibase4j.mapper.SysDicMapper;
import org.ibase4j.model.SysDic;
import org.ibase4j.service.SysDicService;
import org.springframework.cache.annotation.CacheConfig;
import org.springframe... | {
"pile_set_name": "Github"
} |
package formatter
import (
"fmt"
"github.com/mgechev/revive/lint"
)
// Default is an implementation of the Formatter interface
// which formats the errors to text.
type Default struct {
Metadata lint.FormatterMetadata
}
// Name returns the name of the formatter
func (f *Default) Name() string {
return "default"... | {
"pile_set_name": "Github"
} |
build-mingw32-x86/rcc/simp.o: src/simp.c src/c.h src/config.h src/token.h
| {
"pile_set_name": "Github"
} |
<!--index.wxml-->
<import src="../../../utils/playpercent.wxml" />
<import src="../../../utils/lrc.wxml" />
<view class="swiper-tab">
<view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">歌单</view>
<view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-curre... | {
"pile_set_name": "Github"
} |
Insert into hera_shard_map (SCUTTLE_ID,SHARD_ID,STATUS,READ_STATUS,WRITE_STATUS,REMARKS) values (0,0,'Y','Y','Y','Initial');
Insert into hera_shard_map (SCUTTLE_ID,SHARD_ID,STATUS,READ_STATUS,WRITE_STATUS,REMARKS) values (1,1,'Y','Y','Y','Initial');
Insert into hera_shard_map (SCUTTLE_ID,SHARD_ID,STATUS,READ_STATUS,WRI... | {
"pile_set_name": "Github"
} |
root2 = sqrt(2)
max_fov = 360
max_vfov = 180
lens_width = 2*sqrt(2)*2
lens_height = sqrt(2)*2
onload = "f_contain"
function solveTheta(lat)
local t = lat
local dt
repeat
dt = -(t + sin(t) - pi*sin(lat))/(1+cos(t))
t = t+dt
until dt < 0.001
return t/2
end
function lens_inverse(x,y)
if ... | {
"pile_set_name": "Github"
} |
import React from 'react'
import PropTypes from 'prop-types'
import config from 'config'
import { compose } from 'redux'
import { FormattedMessage, injectIntl } from 'react-intl'
import { withRouter } from 'react-router-dom'
import { Box, Flex } from 'rebass/styled-components'
import styled from 'styled-components'
imp... | {
"pile_set_name": "Github"
} |
static c: char = '●●';
//~^ ERROR: character literal may only contain one codepoint
fn main() {
let ch: &str = '●●';
//~^ ERROR: character literal may only contain one codepoint
}
| {
"pile_set_name": "Github"
} |
<?php
namespace Guzzle\Batch;
use Guzzle\Batch\Exception\BatchTransferException;
/**
* Default batch implementation used to convert queued items into smaller chunks of batches using a
* {@see BatchDivisorIterface} and transfers each batch using a {@see BatchTransferInterface}.
*
* Any exception encountered durin... | {
"pile_set_name": "Github"
} |
/*
* Hibernate Search, full-text search for your domain model
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.search.util.common.reporting.spi;
import org.hibernate.se... | {
"pile_set_name": "Github"
} |
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "Questions and Answers",
"id": "6feb4c2f-341b-499c-998c-9b2ebd95435c",
"version": "1.0.0.0",
"skipFeatureDeployment": false,
"iconPath": "images/Feed... | {
"pile_set_name": "Github"
} |
#
# Linux/ARM jfxmedia makefile
#
BUILD_DIR = $(OUTPUT_DIR)/$(BUILD_TYPE)
SRCBASE_DIR = ../..
OBJBASE_DIR = $(BUILD_DIR)/obj/jfxmedia
DIRLIST = jni \
PipelineManagement \
MediaManagement \
Locator \
Utils \
Utils/posix \
... | {
"pile_set_name": "Github"
} |
var actual = {{{actual}}};
var expected = { {{{properties}}} };
for (var key in expected) {
expect(actual[key]).toEqual(expected[key]);
}
| {
"pile_set_name": "Github"
} |
---
name: "Masar Sakr"
organization: "Indeed"
occupation_title: "Software Engineer"
---
| {
"pile_set_name": "Github"
} |
/*
Dracula Theme v1.2.0
https://github.com/zenorocha/dracula-theme
Copyright 2015, All rights reserved
Code licensed under the MIT license
http://zenorocha.mit-license.org
@author Éverton Ribeiro <nuxlli@gmail.com>
@author Zeno Rocha <hi@zenorocha.com>
*/
.hljs {
display: block;
overflow-x: auto;
padding: ... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2017 Adafruit
Copyright (c) 2017 Nikolay Semenov
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,... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.