text stringlengths 2 99.9k | meta dict |
|---|---|
build := -f $(srctree)/tools/build/Makefile.build dir=. obj
fixdep:
$(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
fixdep-clean:
$(Q)$(MAKE) -C $(srctree)/tools/build clean
.PHONY: fixdep
| {
"pile_set_name": "Github"
} |
/* =============================================================
* flatui-checkbox v0.0.3
* ============================================================ */
!function ($) {
/* CHECKBOX PUBLIC CLASS DEFINITION
* ============================== */
var Checkbox = function (element, options) {
this.init(elemen... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
class BytesIO:
def __init__(self, buffer):
self._data = buffer
if not self._data:
self._data = str()
self._pos = 0
def getvalue(self):
return self._data
def close(self):
pass
def readline(self):
return self.read(self._... | {
"pile_set_name": "Github"
} |
\include{preamble}
\include{commands}
\title{
Руководство пользователя Mongrel2\\
\textit{Установка, развёртывание, эксплуатация}
}
\author{Зед А. Шоу\\ \small{Гилермо О. "Tordek" Фреши}}
\date{Август 2010}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\include{preface}
\mainmatter
\include{... | {
"pile_set_name": "Github"
} |
'' FreeBASIC binding for gsl-1.16
''
'' based on the C header files:
'' gsl_nan.h
''
'' Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Gerard Jungman, Brian Gough
''
'' 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
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
customElements.define("custom-element", class extends HTMLElement {
constructor() {
super();
const template = document.getElementById("template");
const shadowRoot = this.at... | {
"pile_set_name": "Github"
} |
/* libFLAC - Free Lossless Audio Codec
* Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* 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 copy... | {
"pile_set_name": "Github"
} |
#ifndef _DEVO7E_TARGET_H_
#define _DEVO7E_TARGET_H_
#define TXID 0x7e
#define VECTOR_TABLE_LOCATION 0x3000
#define SPIFLASH_SECTOR_OFFSET 0
#define SPIFLASH_SECTORS 512
#if defined BUILDTYPE_DEV && ! defined EMULATOR
//No room for debug and standard gui
#define HAS_STANDARD_GUI 0
#else
#define HAS_STANDARD_GUI ... | {
"pile_set_name": "Github"
} |
<?php
namespace Runalyze\Dataset\Keys;
use Runalyze\Dataset\Context;
use Runalyze\Dataset\SummaryMode;
class AverageImpactGs extends AbstractKey
{
public function id()
{
return \Runalyze\Dataset\Keys::AVG_IMPACT_GS;
}
public function column()
{
return ['avg_impact_gs_left', 'avg_impact_gs_right'];
}... | {
"pile_set_name": "Github"
} |
'use strict';
function posix(path) {
return path.charAt(0) === '/';
};
function win32(path) {
// https://github.com/joyent/node/blob/b3fcc245fb25539909ef1d5eaa01dbf92e168633/lib/path.js#L56
var splitDeviceRe = /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/;
var result = splitDeviceRe.exec(pa... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Visibly.js shim demo</title>
<script src="visibly.js"></script>
</head>
<body>
<script type="text/javascript">
visibl... | {
"pile_set_name": "Github"
} |
simulateModel("Buildings.Controls.OBC.UnitConversions.Validation.From_gal", method="dassl", stopTime=10, tolerance=1e-06, resultFile="From_gal");
createPlot(id=1, position={20, 10, 900, 650}, subPlot=1, y={"add.y"}, range={0.0, 1800.0, -0.2, 0.12}, grid=true, colors={{0,0,0}});
createPlot(id=1, position={20, 10, 900, ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 Michael Niedermayer <michaelni@gmx.at>
* Copyright (C) 2013 James Almer <jamrial@gmail.com>
*
* This file is part of FFmpeg.
*
* FFmpeg 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 Softwar... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" initialize="false" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="fr-FR">
<info>... | {
"pile_set_name": "Github"
} |
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX dbp: <http://dbpedia.property/>
PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
PREFIX georss: <http://www.georss.org/georss/>
SELECT COUNT(?c) {
?s dbo:spouse ?c.
FILTER NOT EXISTS {?c a dbo:Person}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Lottie.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
/* This file is part of Openrouteservice.
*
* Openrouteservice 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.
* Th... | {
"pile_set_name": "Github"
} |
% Meridian 59, Copyright 1994-2012 Andrew Kirmse and Chris Kirmse.
% All rights reserved.
%
% This software is distributed under a license that is described in
% the LICENSE file that accompanies it.
%
% Meridian is a registered trademark.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%... | {
"pile_set_name": "Github"
} |
---
title: "mapatei"
date: "2019-09-22"
series: conlangs
tags:
- mapatei
- protolang
---
# mapatei
I've been working on a project in the [Conlang Critic][conlangcritic] Discord with some friends for a while now, and I'd like to summarize what we've been doing and why here. We've been working on creating a constru... | {
"pile_set_name": "Github"
} |
// generator: babel-node
// xfail: generator support isn't 100%
// "yield *, iterator closing" from kangax
function __createIterableObject(a, b, c) {
var arr = [a, b, c, ,];
var iterable = {
next: function() {
return { value: arr.shift(), done: arr.length <= 0 };
}
};
iterable[Sym... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
describe "Random::DEFAULT" do
it "returns a Random instance" do
Random::DEFAULT.should be_an_instance_of(Random)
end
it "changes seed on reboot" do
seed1 = ruby_exe('p Random::DEFAULT.seed', options: '--disable-gems')
seed2 = ruby_exe('p Random::DEFAULT.seed', op... | {
"pile_set_name": "Github"
} |
package sf.week6;
import java.util.ArrayList;
import java.util.List;
/**
* Created by LynnSun on 2019/11/23.
* https://leetcode-cn.com/problems/n-queens/solution/javahui-su-fa-si-lu-jian-dan-qing-xi-qing-kan-dai-/
*/
public class NQueensOtherMethod {
// 思路清晰借鉴一下
List<List<String>> lists = new ArrayList<>()... | {
"pile_set_name": "Github"
} |
# Table of Contents
* [Java中的锁机制及Lock类](#java中的锁机制及lock类)
* [锁的释放-获取建立的happens before 关系](#锁的释放-获取建立的happens-before-关系)
* [锁释放和获取的内存语义](#锁释放和获取的内存语义)
* [锁内存语义的实现](#锁内存语义的实现)
* [LOCK_IF_MP(mp) __asm cmp mp, 0 \](#lock_if_mpmp-__asm-cmp-mp-0--)
* [concurrent包的实现](#concurrent包的实现)
* [synchr... | {
"pile_set_name": "Github"
} |
//
// RACIndexSetSequence.h
// ReactiveCocoa
//
// Created by Sergey Gavrilyuk on 12/18/13.
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
//
#import "RACSequence.h"
// Private class that adapts an array to the RACSequence interface.
@interface RACIndexSetSequence : RACSequence
+ (instancetype)sequenceW... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "fresh@0.5.0",
"scope": null,
"escapedName": "fresh",
"name": "fresh",
"rawSpec": "0.5.0",
"spec": "0.5.0",
"type": "version"
},
"/var/www/html/star/node_modules/send"
]
],
"_from": "fresh@0.5.0",
"_id": "f... | {
"pile_set_name": "Github"
} |
TEMPLATE = subdirs
SUBDIRS = lym unit_tests
unit_tests.depends += lym
| {
"pile_set_name": "Github"
} |
NAME : pr76
COMMENT : 76-city problem (Padberg/Rinaldi)
TYPE : TSP
DIMENSION : 76
EDGE_WEIGHT_TYPE : EUC_2D
NODE_COORD_SECTION
1 3600 2300
2 3100 3300
3 4700 5750
4 5400 5750
5 5608 7103
6 4493 7102
7 3600 6950
8 3100 7250
9 4700 8450
10 5400 8450
11 5610 10053
12 4492 10052
13 3600 10800
14 3100 109... | {
"pile_set_name": "Github"
} |
{
"openapi": "3.0.0",
"servers": [
{
"url": "http://xkcd.com/"
}
],
"info": {
"description": "Webcomic of romance, sarcasm, math, and language.",
"title": "XKCD",
"version": "1.0.0",
"x-apisguru-categories": [
"media"
],
"x-logo": {
"url": "http://imgs.xkcd.com/... | {
"pile_set_name": "Github"
} |
<button mat-fab (click)="toggleActions()" cdk-overlay-origin class="notadd-speed-dial-fab-trigger">
<mat-icon class="mat-18" [@fabToggle]="fabTriggerState">add</mat-icon>
</button>
<ng-template cdk-portal #notaddSpeedDialFabActionsTemplate="cdkPortal">
<div [@speedDialStagger] fxLayout="column nowrap" fxLayoutA... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2017 Texas Instruments Incorporated, <www.ti.com>
* Keerthy <j-keerthy@ti.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <fdtdec.h>
#include <errno.h>
#include <dm.h>
#include <i2c.h>
#include <power/pmic.h>
#include <power/regulator.h>
#include <power/lp87565.h>
#in... | {
"pile_set_name": "Github"
} |
# FlatBuffers and WAMP
## WAMP payload transparency mode
### Motivation
**tldr:**
* performance (passthrough of app payloads, general zero copy)
* support end-to-end encryption
* carrying proprietory binary payloads (MQTT)
* strict static typing of interfaces
---
WAMP supports both positional and keyword based re... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
body {
width: 180px;
font-family: sans-serif;
font-size: 13px;
background: #f5fff5;
}
a {
color: #00acfc;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
... | {
"pile_set_name": "Github"
} |
//
// detail/object_pool.hpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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_ASIO_DETA... | {
"pile_set_name": "Github"
} |
/*
* interface to the SCLP-read/write driver
*
* Copyright IBM Corporation 1999, 2009
*
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/
#ifndef __SCLP_RW_H__
#define __SCLP_RW_H__
#include <linux/list.h>
struct mto {
u16 length;
u16 type;
u16 line_ty... | {
"pile_set_name": "Github"
} |
-- THIS IS A GENERATED FILE, DO NOT EDIT
local w = AddWaypoint
local c = AddConnection
local _ = {
w(151, 84, 239),
w(281, 84, 746),
w(260, 104, 1575),
w(867, 120, 1223),
w(933, 85, 764),
w(1381, 83, 642),
w(831, 84, 318),
w(1577, 83, 127),
w(908, 100, 2002),
w(853, 110, 2180),
w(2425, 78, 1776),
w(2657, ... | {
"pile_set_name": "Github"
} |
// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2 2>&1 < %s| FileCheck %s
// ------------------------------------------------------------------------- //
// Invalid element width
usubwt z0.b, z0.b, z0.b
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width
// CHECK-NEXT: usubwt z0.b, z0.b, z0... | {
"pile_set_name": "Github"
} |
<?php
$title = "noUiSlider - Examples and hints";
$description = "noUiSlider has a selection of examples you can use to implement a slider easily. Take a look!";
$canonical = "nouislider/examples/"
?>
<section>
<ul>
<li><a href="#section-colorpicker">Color picker</a></li>
<li><a href="#section-dates">Using ... | {
"pile_set_name": "Github"
} |
struct A { int a_member; };
inline int use_a(A a) { return a.a_member; }
class B {
struct Inner1 {};
public:
struct Inner2;
struct Inner3;
template<typename T> void f();
};
struct BFriend {
friend class B::Inner3;
private:
struct Inner3Base {};
};
// Check that lookup and access checks are performed in the... | {
"pile_set_name": "Github"
} |
<events xmlns="http://xmlns.opennms.org/xsd/eventconf">
<event>
<mask>
<maskelement>
<mename>id</mename>
<mevalue>.1.3.6.1.4.1.343.2.7.2.3.1.1</mevalue>
</maskelement>
<maskelement>
<mename>generic</mename>
<mevalue>6</mevalue>
... | {
"pile_set_name": "Github"
} |
/* eslint-disable mozilla/no-arbitrary-setTimeout */
// Test for bug 1170531
// https://bugzilla.mozilla.org/show_bug.cgi?id=1170531
add_task(async function() {
// Get a bunch of DOM nodes
let editMenu = document.getElementById("edit-menu");
let menuPopup = editMenu.menupopup;
let closeMenu = function(aCallba... | {
"pile_set_name": "Github"
} |
#include <CryEntitySystem/IEntitySystem.h>
class CMyEventComponent final : public IEntityComponent
{
public:
// Provide a virtual destructor, ensuring correct destruction of IEntityComponent members
virtual ~CMyEventComponent() = default;
static void ReflectType(Schematyc::CTypeDesc<CMyEventComponent>& desc) { /* ... | {
"pile_set_name": "Github"
} |
aws-sign
========
AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
| {
"pile_set_name": "Github"
} |
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
// ************************************************************************* //
// ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
# Links
[Internal Link](some-file.md)<br>
[Internal Full Link](https://github.com/SAP/luigi/blob/master/docs/application-setup.md)<br>
[External Link](https://luigi-project.io)<br>
[Anchor Link](#noframework) <br>
<a name="noframework"></a> | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 The Guava 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 ... | {
"pile_set_name": "Github"
} |
UpdateTransferDeviceDetails
===========================
.. currentmodule:: oci.dts.models
.. autoclass:: UpdateTransferDeviceDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members: | {
"pile_set_name": "Github"
} |
#include "ares-test.h"
#ifdef HAVE_CONTAINER
#include <sys/mount.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <iostream>
#include <functional>
#include <string>
#include <sstream>
#include <vector>
namespace ares {
namespace test {
namespace {
struct ContainerInfo {
ContainerFiles... | {
"pile_set_name": "Github"
} |
// mainfrm.h : interface of the CMainFrame class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic document... | {
"pile_set_name": "Github"
} |
module.exports = {
'countBy': require('./countBy'),
'each': require('./each'),
'eachRight': require('./eachRight'),
'every': require('./every'),
'filter': require('./filter'),
'find': require('./find'),
'findLast': require('./findLast'),
'flatMap': require('./flatMap'),
'flatMapDeep': require('./flatM... | {
"pile_set_name": "Github"
} |
define( [
"../core",
"../var/document",
"../var/isFunction"
], function( jQuery, document, isFunction ) {
"use strict";
var readyCallbacks = [],
whenReady = function( fn ) {
readyCallbacks.push( fn );
},
executeReady = function( fn ) {
// Prevent errors from freezing future callback execution (gh-1823)
/... | {
"pile_set_name": "Github"
} |
error: rustc_outlives
--> $DIR/explicit-dyn.rs:8:1
|
LL | / struct Foo<'a, A>
LL | | {
LL | | foo: Box<dyn Trait<'a, A>>
LL | | }
| |_^
|
= note: A: 'a
error: aborting due to previous error
| {
"pile_set_name": "Github"
} |
swig-openframeworks
-------------------
a SWIG interface for openFrameworks with included Makefile
Copyright (c) [Dan Wilcox](danomatika.com) 2015-2018
BSD Simplified License.
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "LICENSE.txt," in this distribution.
See... | {
"pile_set_name": "Github"
} |
#import "WKInterfaceTable+TGDataDrivenTable.h"
@class TGBridgeWebPageMediaAttachment;
@interface TGMessageViewWebPageRowController : TGTableRowController
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *siteNameLabel;
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *titleLabel;
@property (nonatomic, weak... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (ge... | {
"pile_set_name": "Github"
} |
import Vue from "vue";
import App from "./Index.vue";
import vuetifyService from "@/options/plugins/vuetify";
import { EModule, EAction } from "@/interface/enum";
import { IRequest } from "@/interface/common";
import Extension from "@/service/extension";
const extension = new Extension();
class Debugger {
private ... | {
"pile_set_name": "Github"
} |
// Source: https://gist.github.com/niwibe/3729459
#ifndef GADGETRON_PYTHON_TUPLE_CONVERTER_H
#define GADGETRON_PYTHON_TUPLE_CONVERTER_H
#include <boost/python.hpp>
namespace bp = boost::python;
namespace Gadgetron {
/// indices trick
template<int ...> struct seq{};
template<int N, int ...S> struct gens : gens<N-1, N... | {
"pile_set_name": "Github"
} |
package com.vogella.junit.first;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ MyClassTest.class, MySecondClassTest.class })
public class AllTests {
}
| {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//------------------------------------------------------... | {
"pile_set_name": "Github"
} |
module.exports = function(hljs) {
var FILTER = {
className: 'filter',
begin: /\|[A-Za-z]+:?/,
keywords:
'truncatewords removetags linebreaksbr yesno get_digit timesince random striptags ' +
'filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands ' +
'title float... | {
"pile_set_name": "Github"
} |
/dts-v1/;
/ {
property = label: "foo" label:;
};
| {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
Source: flat-remix-gtk
Section: misc
Priority: optional
Maintainer: Daniel Ruiz de Alegría <daniel@drasite.com>
Build-Depends: debhelper-compat (= 9)
Homepage: https://drasite.com/flat-remix-gtk
Package: flat-remix-gtk
Architecture: any
Description: Flat Remix gtk theme
Flat Remix GTK theme is a pretty simple gtk win... | {
"pile_set_name": "Github"
} |
/*
** $Id: lualib.h,v 1.36.1.1 2007/12/27 13:02:25 roberto Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
#ifndef lualib_h
#define lualib_h
#include "lua.h"
/* Key to file-handle type */
#define LUA_FILEHANDLE "FILE*"
#define LUA_COLIBNAME "coroutine"
LUALIB_API int (luaopen_base) (lua_Stat... | {
"pile_set_name": "Github"
} |
# This file contains the main variables settings to build pgModeler on all supported platforms.
#
# Thanks to Lisandro Damián Nicanor Pérez Meyer, pgModeler is able to be package in most of
# Linux distros.
#
# Original version by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
# Original code: https://gith... | {
"pile_set_name": "Github"
} |
/**
* External dependencies
*/
import { isNil, isEmpty } from 'lodash';
import classnames from 'classnames';
/**
* Internal dependencies
*/
import BlockIframePreview from './block-iframe-preview';
const TemplateSelectorItem = ( props ) => {
const {
id,
value,
onSelect,
label,
useDynamicPreview = false,... | {
"pile_set_name": "Github"
} |
package org.ektorp.support;
import java.lang.annotation.*;
/**
* Annotation for defining multiple views embedded in repositories.
* @author henrik lundgren
*
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Views {
View[] value();
}
| {
"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"
} |
/****************************************************************************
Author: Luma (stubma@gmail.com)
https://github.com/stubma/cocos2dx-better
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 t... | {
"pile_set_name": "Github"
} |
#
# Distance
#
# Pitch and yaw angles in radians should be multiplied by
#
# ANGLE_MULTIPLIER = 15 / PI
#
# in order to convert them to a coarse representation, because:
# - Fits the maximum range of a signed 4 bit or 5 bit integer, respectively
# - Exactly represents the following angles:
# 0, 15, 30, 45, 60, 75,... | {
"pile_set_name": "Github"
} |
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties
| {
"pile_set_name": "Github"
} |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permiss... | {
"pile_set_name": "Github"
} |
.. testsetup:: *
from pwn import *
:mod:`pwnlib.rop.rop` --- Return Oriented Programming
==========================================================
.. automodule:: pwnlib.rop.rop
:members:
| {
"pile_set_name": "Github"
} |
package p
import (
. "github.com/alecthomas/chroma" // nolint
"github.com/alecthomas/chroma/lexers/internal"
)
// Prolog lexer.
var Prolog = internal.Register(MustNewLexer(
&Config{
Name: "Prolog",
Aliases: []string{"prolog"},
Filenames: []string{"*.ecl", "*.prolog", "*.pro", "*.pl"},
MimeTypes: []s... | {
"pile_set_name": "Github"
} |
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structu... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MarkupUI/MUCGPDFAnnotationAdaptor.h>
__attribute__((visibility("hidden")))
@interface MUCGPDFLineAnnotationAdaptor : MUCGPDFA... | {
"pile_set_name": "Github"
} |
<?php
return [
"play" => "Ascolta Stream",
"stop" => "Ferma Stream",
"loading" => "Caricamento...",
"options" => "Più Opzioni",
"links" => [
"direct" => "Link Diretto Stream",
"m3u" => "File di Stream.m3u",
"pls" => "File di Stream .pls",
"help" => "?"
],
"dj" => "DJ",
"listeners" => "Ascoltatori",
"l... | {
"pile_set_name": "Github"
} |
// This is a generated file. Do not edit directly.
module k8s.io/cloud-provider
go 1.13
require (
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/client-go v0.18.0
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
)
replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fd... | {
"pile_set_name": "Github"
} |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
"""Utility to run dialogs."""
from botbuilder.core import StatePropertyAccessor, TurnContext
from botbuilder.dialogs import Dialog, DialogSet, DialogTurnStatus
class DialogHelper:
"""Dialog Helper implementation."""
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<title>Sticky positioned element should be observable by offsetTop and offsetLeft</title>
<link rel="help" href="https://www.w3.org/TR/css-position-3/#sticky-pos" />
<meta name="assert" content="This test checks that a sticky positioned element
should be observable by offsetTop/offsetLeft." />
<script ... | {
"pile_set_name": "Github"
} |
! -*- f90 -*-
!
! Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
! All Rights reserved.
! Copyright (c) 2018 Research Organization for Information Science
! and Technology (RIST). All rights reser... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2018 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation ... | {
"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"
} |
package service
import (
"context"
"flag"
"path/filepath"
"strings"
"testing"
pb "go-common/app/service/main/sms/api"
"go-common/app/service/main/sms/conf"
"go-common/library/log"
. "github.com/smartystreets/goconvey/convey"
)
var (
s *Service
)
func init() {
dir, _ := filepath.Abs("../cmd/sms-service-t... | {
"pile_set_name": "Github"
} |
From b11218c750ab92cfab4408a0328f1b36ceec3f33 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jonas.gorski@gmail.com>
Date: Fri, 6 Jan 2012 12:24:18 +0100
Subject: [PATCH 19/63] NET: bcm63xx_enet: move phy_(dis)connect into probe/remove
Only connect/disconnect the phy during probe and remove, not during any
open/close. T... | {
"pile_set_name": "Github"
} |
/*
* 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/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
(function(){for(j=0;j<3;++j)NaN=42})();
assertEq(NaN != NaN, true);
| {
"pile_set_name": "Github"
} |
require('../../modules/es6.regexp.flags');
var flags = require('../../modules/_flags');
module.exports = function (it) {
return flags.call(it);
};
| {
"pile_set_name": "Github"
} |
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#
snd-vx222-objs := vx222.o vx222_ops.o
obj-$(CONFIG_SND_VX222) += snd-vx222.o
| {
"pile_set_name": "Github"
} |
// +build integration
package test
import (
"os/exec"
"strings"
"testing"
)
func TestEnvBasic(t *testing.T) {
TrySuite(t, testEnvOverrides, retryCount)
}
func testEnvBasic(t *T) {
outp, err := exec.Command("micro", "-env=platform", "env").CombinedOutput()
if err != nil {
t.Fatal(err)
return
}
if !string... | {
"pile_set_name": "Github"
} |
{
"host" : "farmer.cloudmqtt.com",
"locatorDisplacement" : 200,
"subTopic" : "",
"usepolicy" : false,
"validatecertificatechain" : false,
"ignoreStaleLocations" : 0,
"cleanSession" : false,
"locked" : false,
"url" : "",
"usePassword" : true,
"positions" : 50,
"mode" : 0,
"tls" : false,
"will... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.... | {
"pile_set_name": "Github"
} |
# gesture_app
A new Flutter application.
## Getting Started
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<div>
<div class="card">
<h1>Profile 1</h1>
<div>
<form>
<div>
<label for="name">Name</label>
<input type="text" name="name" id="name" value=""/>
</div>
</form>
</div>
</div>
<div class="card">
<h1>Profile 2</h1>
<div>
... | {
"pile_set_name": "Github"
} |
Class {
#name : #PMContinuedFraction,
#superclass : #PMInfiniteSeries,
#instVars : [
'numerator',
'denominator'
],
#category : 'Math-Series'
}
{ #category : #operation }
PMContinuedFraction >> evaluateIteration [
"Perform one iteration."
| terms delta |
terms := termServer termsAt: iterations.
denominato... | {
"pile_set_name": "Github"
} |
/* Javascript for IE. It applies the 'sfhover' class to li elements in the 'nav' id'd ul element when they are 'moused over' and removes it, using a regular expression, when 'moused out'. */
sfHover = function() {
var sfEls = document.getElementById("secondary_tabs").getElementsByTagName("LI");
for (var i=... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64 ]
platform: ios
install-name: /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
current-version: 820.30.7
compatibility-version: 1
exports:
- archs: [ armv7, armv7s, arm64 ]
sym... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.