text
stringlengths
2
99.9k
meta
dict
-- randexpr1.test -- -- db eval {SELECT ~ -case when t1.d in (17,t1.e,case t1.b*c when -c+f-11 | coalesce((select 11 from t1 where (select (min(13)-max(t1.c))+count(*) from t1)+13<=(( -(t1.f)))),b)+17 then t1.d else b end) then c when c between 13 and f and b>17 then f else t1.a end-t1.f FROM t1 WHERE t1.e>= -f} SELE...
{ "pile_set_name": "Github" }
# $%BEGINLICENSE%$ # Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. # # 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 # License. # # This progra...
{ "pile_set_name": "Github" }
{ "members":[], "constants":[], "methods":[], "name":"Shape", "inherits":"Resource" }
{ "pile_set_name": "Github" }
import FWCore.ParameterSet.Config as cms from RecoLocalTracker.SiStripZeroSuppression.DefaultAlgorithms_cff import * siStripZeroSuppression = cms.EDProducer("SiStripZeroSuppression", Algorithms = DefaultAlgorithms, RawDigiProducersList = cms.VInputTag( cms.InputTag('si...
{ "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" }
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
{ "pile_set_name": "Github" }
>x+0&#ffffff0@2| @71 |~+0&#e0e0e08| @73 |~| @73 |~| @73 |~| @73 |~| @73 |~| @73 |~| @73 | +0&#ffffff0@74 @57|1|,|1| @10|A|l@1|
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 The Android Open Source Project * Copyright (C) 2017 The OmniROM 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/license...
{ "pile_set_name": "Github" }
import React, { memo, CSSProperties } from 'react'; import { useStoreState } from '../../store/hooks'; import ConnectionLine from '../../components/ConnectionLine/index'; import { isEdge } from '../../utils/graph'; import MarkerDefinitions from './MarkerDefinitions'; import { XYPosition, Position, Edge, Node, ...
{ "pile_set_name": "Github" }
package me.zq.youjoin.activity; import android.annotation.TargetApi; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; impor...
{ "pile_set_name": "Github" }
/* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ Cu.import("resource://services-sync/util.js"); function run_test() { Log.repository.getLogger("Sync.Test.Server").level = Log.Level.Trace; initTestLogging(); run_next_test(); } add_test(function test_cre...
{ "pile_set_name": "Github" }
# == Schema Information # # Table name: solution_events # # id :integer not null, primary key # solution_id :integer not null # type :string(255) not null # created_at :datetime not null # updated_at :datetime not null # # Indexes # # index_solution_events_...
{ "pile_set_name": "Github" }
#include "redox.h" #ifdef SSD1306OLED void led_set_kb(uint8_t usb_led) { // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here led_set_user(usb_led); } #endif void matrix_init_kb(void) { // // green led on // DDRD |= (1<<5); // PORTD &= ~(1<<5); // // orange led on /...
{ "pile_set_name": "Github" }
<html> <head> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> </head> <body> <br/><br/> <span id="app">Message: {{ msg }}</span> <br/><br/> <div id="app2"> </div> <script> var app = new Vue({ el: '#app', data: { msg: 'Hello Vue!' ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
// // SnapKit // // Copyright (c) 2011-Present SnapKit Team - https://github.com/SnapKit // // 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 limi...
{ "pile_set_name": "Github" }
@import '~src/css/core/global.scss'; @media (min-width: 320px) { :host { .btn.show-player { background-color: var(--brand-primary); color: var(--brand-inverse-text); } .full-screen.show-player { transform: scale(5); background-color: transparent; color: var(--brand-primary);...
{ "pile_set_name": "Github" }
import { mount } from '@vue/test-utils' import Component from '../CRow' const ComponentName = 'CRow' const defaultWrapper = mount(Component) const customWrapper = mount(Component, { propsData: { form: true, tag: 'header', gutters: false, alignVertical: 'center', alignHorizontal: 'start' }, sl...
{ "pile_set_name": "Github" }
// Copyright (c) 2001-2010 Hartmut Kaiser // // 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) // The purpose of this example is to show how a simple custom primitive parser // component can be written. We dev...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * fs/sysfs/file.c - sysfs regular (text) file implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007 Tejun Heo <teheo@suse.de> * * Please see Documentation/filesystems/sysfs.txt for more information. */ #i...
{ "pile_set_name": "Github" }
Fuzix for the 'SmallZ80' from stack180.com Supported Hardware SmallZ80 Optional dual serial card/floppy Unsupported Floppy interface Implementation This platform has 32K banked and 32K fixed, but rather oddly the banked area is from 0x4000-0xBFFF, with fixed memory above and below. Also it is unusual in that the ...
{ "pile_set_name": "Github" }
(library (name ppxlib) (public_name ppxlib) (libraries ocaml-compiler-libs.common compiler-libs.common ocaml-compiler-libs.shadow ocaml-migrate-parsetree ppxlib_ast base stdio ppxlib_print_diff ppx_derivers ppxlib_traverse_builtins) (flags (:standard -open Ocaml_shadow -safe-string)) (ppx.drive...
{ "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 ...
{ "pile_set_name": "Github" }
const { setupGetCrumbs, setupGetCommentsFromCode } = require('../default/codecrumbs'); const RUBY_COMMENT_REGEX = /^([^#]*)#(.*)$/; const getCrumbs = setupGetCrumbs(setupGetCommentsFromCode(RUBY_COMMENT_REGEX)); // replace with own implementation if needed module.exports = { getCrumbs };
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Villu Ruusmann */ package org.dmg.pmml; import javax.xml.bind.annotation.XmlTransient; @XmlTransient abstract public class EmbeddedModel extends PMMLObject { abstract public String getModelName(); abstract public EmbeddedModel setModelName(String modelName); abstract public MiningFu...
{ "pile_set_name": "Github" }
// This file is auto-generated. import pack from './package.json'; export function ext(resourceName) { return resourceName ? `${pack.name}.${resourceName}` : pack.name; }
{ "pile_set_name": "Github" }
/* user_defined.c: user defined key type * * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@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 F...
{ "pile_set_name": "Github" }
--- id: how-to-contribute title: How to Contribute layout: contributing permalink: docs/how-to-contribute.html next: codebase-overview.html redirect_from: - "contributing/how-to-contribute.html" - "tips/introduction.html" --- React is one of Facebook's first open source projects that is both under very active deve...
{ "pile_set_name": "Github" }
// Copyright 2017-2020 The ShadowEditor Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. // // For more information, please visit: https://github.com/tengge1/ShadowEditor // You can also visit: https://gitee.com/tengge1/ShadowEditor p...
{ "pile_set_name": "Github" }
<div ng-init="populate()"> <p class="error">{{error}}</p> <p>{{loadingMessage}}</p> <div class="panel"> <div class="input-group"> <input ng-model="newTodoCaption" class="form-control" /> <span class="input-group-btn"> <button id="addButton" ng-click="add();" ...
{ "pile_set_name": "Github" }
########################################################################### ## ## ## Centre for Speech Technology Research ## ## University of Edinburgh, UK ## ## ...
{ "pile_set_name": "Github" }
package com.javapatterns.bridge; abstract public class Implementor { public abstract void operationImp(); }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 Calo001 <calo_lrc@hotmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * T...
{ "pile_set_name": "Github" }
/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. 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 License. This program is...
{ "pile_set_name": "Github" }
--loose-enable-performance-schema --loose-performance_schema_events_statements_history_long_size=0
{ "pile_set_name": "Github" }
package com.rsen.animation.recyclerview.animators; /** * Copyright (C) 2015 Wasabeef * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE...
{ "pile_set_name": "Github" }
struct md3; md3 *loadingmd3 = NULL; string md3dir; struct md3tag { char name[64]; vec pos; float rotation[3][3]; }; struct md3vertex { short vertex[3]; short normal; }; struct md3triangle { int vertexindices[3]; }; struct md3header { char id[4]; int version; char name[64]; ...
{ "pile_set_name": "Github" }
var http = require('http'); var port = process.env.port || 1337; http.createServer(function (req, res) { res.writeHead(200, { 'Content-Type': 'text/plain' }); res.end('Hello World\n'); }).listen(port);
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * pad # # Translators: # Martin Trigaux <mat@odoo.com>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.saas~18\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-09-20 09:53+0000\n" "PO-Revision-Date: 2017-0...
{ "pile_set_name": "Github" }
// Copyright 2017 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 a...
{ "pile_set_name": "Github" }
#ifndef CAPTURELISTMODEL_H #define CAPTURELISTMODEL_H #include <QAbstractListModel> #include "animeinfo.h" class CaptureListModel : public QAbstractListModel { Q_OBJECT public: explicit CaptureListModel(const QString &anime, QObject *parent = nullptr); ~CaptureListModel(); void deleteCaptures(const QMod...
{ "pile_set_name": "Github" }
Documentation for tex-calligra-type1.
{ "pile_set_name": "Github" }
The MIT License (MIT) Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) 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...
{ "pile_set_name": "Github" }
#if !NO_RUNTIME using System; using System.Collections; using ProtoBuf.Meta; #if FEAT_IKVM using Type = IKVM.Reflection.Type; using IKVM.Reflection; #else using System.Reflection; #endif namespace ProtoBuf.Serializers { sealed class ImmutableCollectionDecorator : ListDecorator { protected override bo...
{ "pile_set_name": "Github" }
# # Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved # Copyright (c) 2016 Research Organization for Information Science # and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow # # $HEADER$ # EXTRA_DIST = autogen.options # main libra...
{ "pile_set_name": "Github" }
{ "@context": { "term": "http://example.com/term", "@language": "en" }, "term": "v" }
{ "pile_set_name": "Github" }
/* ** Snapshot handling. ** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_SNAP_H #define _LJ_SNAP_H #include "lj_obj.h" #include "lj_jit.h" #if LJ_HASJIT LJ_FUNC void lj_snap_add(jit_State *J); LJ_FUNC void lj_snap_purge(jit_State *J); LJ_FUNC void lj_snap_shrink(jit_State *J); L...
{ "pile_set_name": "Github" }
// Copyright 2011 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 deepequal_test import ( "testing" "google3/spam/archer/frontend/deepequal" ) func TestTwoNilValues(t *testing.T) { if err := deepequal.Check(nil, n...
{ "pile_set_name": "Github" }
package scientifik.kmath.operations import scientifik.kmath.operations.RealField.pow import kotlin.math.abs import kotlin.math.pow as kpow /** * Advanced Number-like semifield that implements basic operations. */ interface ExtendedFieldOperations<T> : FieldOperations<T>, TrigonometricOperations<T>, Hype...
{ "pile_set_name": "Github" }
# `simpler-sidebar` A **jQuery plugin** that allows to create a **side nav** as in modern mobile apps. It aims to simplicity so that everybody can use it no matter if expert programmers or not. It is written entirely in javascript so that you won't need to include any css file and the only css you must add is not even...
{ "pile_set_name": "Github" }
package com.alex_zaitsev.adg.util; import java.io.File; public class CodeUtils { public static boolean isClassGenerated(String className) { return className != null && className.contains("$$"); } public static boolean isClassInner(String className) { return className != null && className.contains("$") && !is...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008, Marek Zawirski <marek.zawirski@gmail.com> * Copyright (C) 2009, Henon <meinrad.recheis@gmail.com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or * without modification, are permitted provided that the following * conditions are met: * * - Redi...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>GuardianTextEgyptianWeb-Medium Demo</title> <style type="text/css"> @font-face { font-family: 'GuardianTextEgyptianWeb'; src: url('GuardianTextEgyptianWeb-Medium.eot'); src: url('GuardianTextEgyptia...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "string" }
{ "pile_set_name": "Github" }
-- an implementation of printf function printf(...) io.write(string.format(...)) end printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. from . scorer import SimulScorer from . import register_scorer @register_scorer("text") class SimulTextScorer(SimulScorer): def __init__...
{ "pile_set_name": "Github" }
Cell filter =========== An extension that allows you to filter cells by tags. Keywords entered into the search bar separated by spaces joins them with logical AND.
{ "pile_set_name": "Github" }
/** * Module dependencies. */ var url = require('url'); var http = require('http'); var extend = require('extend'); var NotFoundError = require('./notfound'); var NotModifiedError = require('./notmodified'); var debug = require('debug')('get-uri:http'); /** * Module exports. */ module.exports = get; /** * Ret...
{ "pile_set_name": "Github" }
[android-components](../../index.md) / [mozilla.components.feature.addons](../index.md) / [AddonManager](index.md) / [enableAddon](./enable-addon.md) # enableAddon `fun enableAddon(addon: `[`Addon`](../-addon/index.md)`, source: `[`EnableSource`](../../mozilla.components.concept.engine.webextension/-enable-source/ind...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2014, Sony Mobile Communications AB. * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/regulator/driver.h...
{ "pile_set_name": "Github" }
package Font::TTF::Mort::Contextual; =head1 NAME Font::TTF::Mort::Contextual - Contextual Mort subtable for AAT =head1 METHODS =cut use strict; use vars qw(@ISA); use Font::TTF::Utils; use Font::TTF::AATutils; use IO::File; @ISA = qw(Font::TTF::Mort::Subtable); sub new { my ($class, $direction, $orientation,...
{ "pile_set_name": "Github" }
generator client { provider = "prisma-client-js" output = "../generated/client" } datasource db { provider = "sqlite" url = "file:dev.db" } model something { id Int }
{ "pile_set_name": "Github" }
// Copyright © 2020 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. namespace CefSharp.DevTools.DOM { using System.Linq; /// <summary> /// This domain exposes DOM read/write operations. Each DOM Node is repre...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license * that can be found in the LICENSE file. */ package runtime.text.chars0 import kotlin.test.* fun assertTrue(v: Boolean) = if (!v) throw AssertionError() else Unit fun assertFalse(v: Boolean) = if (v) throw Asse...
{ "pile_set_name": "Github" }
package unreal; @:uextern @:enum abstract EFunctionFlags(Int) from Int to Int { // Function flags. /** Function is final (prebindable, non-overridable function). **/ var FUNC_Final = 0x00000001; /** Indicates this function is DLL exported/imported. **/ var FUNC_RequiredAPI = 0x00000002; /** ...
{ "pile_set_name": "Github" }
// Copyright (c) 2018-2020 XMLCoder contributors // // This software is released under the MIT License. // https://opensource.org/licenses/MIT // // Created by Vincent Esche on 12/18/18. // import XCTest @testable import XMLCoder class NullBoxTests: XCTestCase { typealias Boxed = NullBox let box = Boxed() ...
{ "pile_set_name": "Github" }
package problem0273 import ( "strings" ) var lessThan21 = []string{ "", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve", "Thirteen", "Fourteen", "Fifteen", "Sixteen", "Seventeen", "Eighteen", "Nineteen", "Twenty", } var ten = []string{ "", "",...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1998-2020 by Northwoods Software Corporation * All Rights Reserved. * * Go Google Drive */ // import { Promise } from 'es6-promise'; import * as go from 'gojs'; import * as gcs from './GoCloudStorage.js'; /** * Class for saving / loading GoJS {@link Model}s to / from Google Drive. * Uses the <a h...
{ "pile_set_name": "Github" }
Your feedback about the Open Food Facts app We rely on your feedback to improve the app. Feel free to point out anything that annoys you, whether it is small or big. If you like something, feel free to tell it too. Please enter your feedback here Your feedback has been duly noted and dispatched to the Android voluntee...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>Bubble Chart</title> <script src="../../dist/Chart.bundle.js"></script> <script src="../utils.js"></script> <style type="text/css"> canvas{ -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } </style> </hea...
{ "pile_set_name": "Github" }
// +build !go1.8 // Copyright 2017 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # This file is part of EventGhost. # Copyright © 2005-2020 EventGhost Project <http://www.eventghost.net/> # # EventGhost 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 versio...
{ "pile_set_name": "Github" }
/* The format string for device login instructions */ "DeviceLogin.LogInPrompt" = "Visit %@ and enter the code shown above."; /* The 'or' string for smart login instructions */ "DeviceLogin.SmartLogInOrLabel" = "-- OR --"; /* Instructions telling the user to open their Facebook app on a mobile device and check for a ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files m...
{ "pile_set_name": "Github" }
{ "androidStudio": false, "buildPath": "F:\\svn\\slitherIO\\build", "debug": false, "keystoreAlias": "", "keystoreAliasPassword": "", "keystorePassword": "", "keystorePath": "", "platform": "web-mobile", "previewHeight": "720", "previewWidth": "1280", "sourceMaps": false, "template": "default", ...
{ "pile_set_name": "Github" }
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
// // UICollectionView+Rx.swift // RxCocoa // // Created by Krunoslav Zaher on 4/2/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // #if os(iOS) || os(tvOS) #if !RX_NO_MODULE import RxSwift #endif import UIKit // Items extension Reactive where Base: UICollectionView { /** Binds sequences...
{ "pile_set_name": "Github" }
import customSchema from '../../../fixtures/customSchema' const blockContentType = customSchema.get('blogPost').fields.find(field => field.name === 'body') .type export default (html, blockTools, commonOptions) => { return blockTools.htmlToBlocks(html, blockContentType, commonOptions) }
{ "pile_set_name": "Github" }
// Copyright 2018 The Periph Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. package pca9685 import ( "fmt" "time" "periph.io/x/periph/conn/gpio" "periph.io/x/periph/conn/i2c" "periph.io/x/periph/conn/physic" ) ...
{ "pile_set_name": "Github" }
package utils import ( "bytes" "crypto/md5" "encoding/json" "fmt" "path" "strings" "unicode" ) //func FormatName(name string) string { // result := make([]byte, len(name)) // first := true // for _, c := range name { // if first { // c // } else { // } // } // return string(result) //} func TextRowsAndCo...
{ "pile_set_name": "Github" }
<!-- @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
{ "pile_set_name": "Github" }
/* GDIplusWrapper.ahk Wrappers around some useful GDI+ functions. // by Philippe Lhoste <PhiLho(a)GMX.net> http://Phi.Lho.free.fr // File/Project history: 1.04.000 -- 2006/10/02 (PL) -- Added GDIplus_FreeImage. 1.03.000 -- 2006/09/15 (PL) -- Added GDIplus_CaptureScreenRectangle. 1.02.000 -- 2006/08/22 (PL...
{ "pile_set_name": "Github" }
//// Automatically Generated From SyntaxNodes.swift.gyb. //// Do Not Edit Directly! //===------------ SyntaxNodes.swift - Syntax Node definitions -------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed un...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 0f1748f1e4d5e1c4f9775cd68af75a5a timeCreated: 1466853991 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
module NoBrainer::SymbolDecoration NON_CHAINABLE_OPERATORS = %w(in eq gt ge gte lt le lte defined undefined near intersects include).map(&:to_sym) CHAINABLE_OPERATORS = %w(not any all).map(&:to_sym) OPERATORS = CHAINABLE_OPERATORS + NON_CHAINABLE_OPERATORS def self.hook require 'symbol_decoration' Symb...
{ "pile_set_name": "Github" }
/****************************************************************************** * ____ _ _____ * * / ___| / \ | ___| C++ * * | | / _ \ | |_ Actor * ...
{ "pile_set_name": "Github" }
// Package errwrap implements methods to formalize error wrapping in Go. // // All of the top-level functions that take an `error` are built to be able // to take any error, not just wrapped errors. This allows you to use errwrap // without having to type-check and type-cast everywhere. package errwrap import ( "erro...
{ "pile_set_name": "Github" }
#region Copyright (C) 2005-2011 Team MediaPortal // Copyright (C) 2005-2011 Team MediaPortal // http://www.team-mediaportal.com // // MediaPortal 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, eith...
{ "pile_set_name": "Github" }
#!/bin/sh # This file should be run on the linux machine that will be running docker # it is set up as the provisioning file for vagrant images, but can be run # manually if you are not using vagrant. It should be run as root. # note that all of the sudo usage in this script is due to the uncertainty # of the provisi...
{ "pile_set_name": "Github" }
<template> <div class="main" style="text-align: center; padding:40px;"> <a href="/"><img :src="logo" alt="enferno"></a> <h3>Welcome!</h3> <p>Congratulations! Enferno framework has been installed successfully. </p> <p> <a href="/register">Sign up</a> or <a href="/logi...
{ "pile_set_name": "Github" }
Sitemap: https://www.qubes-os.org/sitemap.xml
{ "pile_set_name": "Github" }
module.exports = require('./toPairsIn');
{ "pile_set_name": "Github" }
<template> <div class="comment box is-clearfix"> <h2>评论</h2> <ul> <li v-for="(comment, index) in comments"> <div class="comment-header"> <span class="username">{{ comment.User.username }}</span> <span class="publish-date">{{ comment.created_at | time }}</span> <span...
{ "pile_set_name": "Github" }
(source gnu) (source melpa) (package-file "plantuml-mode.el") (development (depends-on "f") (depends-on "dash") (depends-on "ecukes") (depends-on "ert-runner") (depends-on "el-mock") (depends-on "undercover"))
{ "pile_set_name": "Github" }
<?php defined('BX_DOL') or die('hack attempt'); /** * Copyright (c) UNA, Inc - https://una.io * MIT License - https://opensource.org/licenses/MIT * * @defgroup Shopify Shopify * @ingroup UnaModules * * @{ */ /* * Module representation. */ class BxShopifyTemplate extends BxBaseModTextTemplate { /**...
{ "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" }
fileFormatVersion: 2 guid: 36f326ccef0fe5546befe26be5ba337f timeCreated: 1436565695 licenseType: Store AudioImporter: serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 0 quality: 1 conversionMode: 0 platformSettingOverrides:...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * project_status # msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-T...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
{ "pile_set_name": "Github" }