text
stringlengths
2
99.9k
meta
dict
namespace WebMarkupMin.Core { /// <summary> /// Minification error information /// </summary> public class MinificationErrorInfo { /// <summary> /// Gets a category name /// </summary> public string Category { get; private set; } /// <summary> /// Gets a message /// </summary> public st...
{ "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" }
module Postal module MessageDB class Message class NotFound < Postal::Error end def self.find_one(database, query) query = {:id => query.to_i} if query.is_a?(Fixnum) if message = database.select('messages', :where => query, :limit => 1).first Message.new(database, mes...
{ "pile_set_name": "Github" }
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace StyleCop.Analyzers.OrderingRules { using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsof...
{ "pile_set_name": "Github" }
[dist4]message_header // num_bytes [u4]1 // version [u4]0 // interface ID [u4]0 // name [u4]2 // flags: kMessageIsResponse is set in a request. [u4]0 // padding [u8]1 // request_id [anchr]message_header
{ "pile_set_name": "Github" }
package org.zarroboogs.weibo.activity; //import com.google.android.gms.maps.CameraUpdate; //import com.google.android.gms.maps.CameraUpdateFactory; //import com.google.android.gms.maps.GoogleMap; //import com.google.android.gms.maps.SupportMapFragment; //import com.google.android.gms.maps.model.LatLng; //import com.g...
{ "pile_set_name": "Github" }
/* * * Copyright 2017 gRPC 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 agree...
{ "pile_set_name": "Github" }
Vassar College
{ "pile_set_name": "Github" }
/******************************************************************************* Copyright (C) Marvell International Ltd. and its affiliates This software file (the "File") is owned and distributed by Marvell International Ltd. and/or its affiliates ("Marvell") under the following alternative licensing terms. Once yo...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Quotes.sol 1`] = ` import 'someContract.sol'; import "someOtherContract.sol"; contract Foo { string foo1 = 'foo'; string foo2 = "foo"; string spaces1 = 'the quick brown fox'; string spaces2 = "the quick brown fox"; string singleQuote = "don't do that"; s...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
package com.vladmihalcea.book.hpjp.util; import com.vladmihalcea.book.hpjp.util.providers.Database; /** * AbstractCockroachDBIntegrationTest - Abstract CockroachDB IntegrationTest * * @author Vlad Mihalcea */ public abstract class AbstractCockroachDBIntegrationTest extends AbstractTest { @Override protec...
{ "pile_set_name": "Github" }
import { blockchainTests, constants, expect, getRandomInteger, randomAddress, verifyEventsFromLogs, } from '@0x/contracts-test-utils'; import { hexUtils, RawRevertError, StringRevertError } from '@0x/utils'; import { TestLibERC20TokenContract, TestLibERC20TokenTargetEvents } from './wrappers'; ...
{ "pile_set_name": "Github" }
/*============================================================================ This C header template is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3e, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015, 2016 The Regents of the University of California. All rights reserved. Redist...
{ "pile_set_name": "Github" }
// Copyright Jim Bosch 2010-2012. // Copyright Stefan Seefeld 2016. // 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_python_numpy_matrix_hpp_ #define boost_python_numpy_matrix_hpp_ /** * @brief O...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # vi:si:et:sw=4:sts=4:ts=4 ## ## Copyright (C) 2016 Async Open Source <http://www.async.com.br> ## 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 Foundati...
{ "pile_set_name": "Github" }
Request and Session Data ======================== GET and POST Data ----------------- Many ruby frameworks provide helpers for accessing GET and POST data via some kind of generic accessor, such as a `params` method, but Rack already provides this functionality out of the box, and more. ```ruby post '/' do request....
{ "pile_set_name": "Github" }
#!/usr/bin/python # Copyright (C) Vladimir Prus 2010. # 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) # Test that build failure results in non-zero exit status import BoostBuild # Create a temporary working dire...
{ "pile_set_name": "Github" }
/* Linker script to configure memory regions. */ SEARCH_DIR(.) GROUP(-lgcc -lc -lnosys) MEMORY { FLASH (rx) : ORIGIN = 0x00020000, LENGTH = 0x20000 RAM (rwx) : ORIGIN = 0x20002400, LENGTH = 0x1C00 } INCLUDE "gcc_nrf51_common.ld"
{ "pile_set_name": "Github" }
{ }
{ "pile_set_name": "Github" }
local mType = Game.createMonsterType("Spider Queen") local monster = {} monster.description = "a spider queen" monster.experience = 120 monster.outfit = { lookType = 219, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.health = 10000 monster.maxHealth = 10000 mon...
{ "pile_set_name": "Github" }
from .myAlg import *
{ "pile_set_name": "Github" }
package robomaker import ( "github.com/awslabs/goformation/v4/cloudformation/policies" ) // SimulationApplication_SimulationSoftwareSuite AWS CloudFormation Resource (AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite) // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ro...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s template<typename T> using A = int; // expected-note 2{{previous}} template<typename T> using A = char; // expected-error {{type alias template redefinition with different types ('char' vs 'int')}} template<typename T1, typename T2> using A = T1; // expected-error...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2013-2015, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.gi...
{ "pile_set_name": "Github" }
package com.company.shop.sys.service.modules.sys.service.impl; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.company.shop.sys.service.modules.sys.entity.BuyLimitEntity; import com.company.shop.sys.service.modules.sys.mapper.BuyLimitMapper; import com.company.shop.sys.service.modules.sys.service....
{ "pile_set_name": "Github" }
import inspect import sys import importlib import types from abc import abstractmethod from collections import namedtuple from inspect import isfunction from mistpy.tags import SPARK_CONTEXT, SPARK_SESSION, HIVE_SESSION, HIVE_CONTEXT, SQL_CONTEXT from mistpy.tags import tags as dec_tags class ExecutableEntry(object)...
{ "pile_set_name": "Github" }
/*- * Copyright (c) 1997, Stefan Esser <se@FreeBSD.ORG> * Copyright (c) 1997, 1998, 1999, Kenneth D. Merry <ken@FreeBSD.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: * 1. Redistri...
{ "pile_set_name": "Github" }
{ stdenv , fetchFromGitHub , makeWrapper , python , fuse , pkgconfig , libpcap , zlib }: stdenv.mkDerivation rec { pname = "moosefs"; version = "3.0.114"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; sha256 = "0bilrzzlg599xy21cm7r0xb2sanngr74j3z03xgybcm10kl97i7j"; ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 ScyllaDB */ /* * This file is part of Scylla. * * Scylla 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...
{ "pile_set_name": "Github" }
// Copyright 2015 Huan Du. All rights reserved. // Licensed under the MIT license that can be found in the LICENSE file. package xstrings import ( "bytes" ) const bufferMaxInitGrowSize = 2048 // Lazy initialize a buffer. func allocBuffer(orig, cur string) *bytes.Buffer { output := &bytes.Buffer{} maxSize := len(...
{ "pile_set_name": "Github" }
#include <iostream> #include <iomanip> #include <nlohmann/json.hpp> using json = nlohmann::json; int main() { // create a JSON object json j = { {"pi", 3.141}, {"happy", true}, {"name", "Niels"}, {"nothing", nullptr}, { "answer", { {"ever...
{ "pile_set_name": "Github" }
/******************************************************* HIDAPI - Multi-Platform library for communication with HID devices. Alan Ott Signal 11 Software 8/22/2009 Copyright 2009, All Rights Reserved. At the discretion of the user of this library, this software may be licensed under the terms of the GNU Ge...
{ "pile_set_name": "Github" }
{ "farms": [ { "name": "Ex-SMTP", "backends": [ { "name": "bck0", "state": "down" }, ...
{ "pile_set_name": "Github" }
const { HttpsUriPlugin } = require("../../../../").experiments.schemes; /** @type {import("../../../../").Configuration} */ module.exports = { mode: "development", module: { rules: [ { test: /\.md$/, loader: "./loaders/md-loader" } ] }, plugins: [new HttpsUriPlugin()] };
{ "pile_set_name": "Github" }
<ng-container [ngSwitch]="name"> <svg *ngSwitchCase="'menu'" style="width:24px;height:24px" viewBox="0 0 24 24"> <path fill="#ffffff" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" /> </svg> <svg *ngSwitchCase="'account'" style="width:24px;height:24px" viewBox="0 0 24 24"> <path fill="#ffffff" d="M12,...
{ "pile_set_name": "Github" }
#!/usr/bin/env cabal {- cabal: build-depends: base, directory, hledger, text -} {- hledger-check-tag-files cabal script (requires cabal 3+). Read the default journal and give an error if any tag values containing '/' do not exist as file paths. Usage: $ hledger-check-tag-files.hs # compiles every time (?) or: $ h...
{ "pile_set_name": "Github" }
// go run mksyscall_solaris.go -illumos -tags illumos,amd64 syscall_illumos.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build illumos,amd64 package unix import ( "unsafe" ) //go:cgo_import_dynamic libc_readv readv "libc.so" //go:cgo_import_dynamic libc_preadv preadv "libc.so" //go:cg...
{ "pile_set_name": "Github" }
"use strict"; var Long = require('../../../long').Long, constants = require('./constants'); /** * Parse data to 4 bytes which represents integer value. * * @fixme this is a super misleading function name and comment! * * @param {Mixed} data The data. * @return {Buffer} The buffer containing the data....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <odoo> <record model="ir.ui.view" id="view_country_geonames_form"> <field name="name">res.country.geonames.form</field> <field name="model">res.country</field> <field name="inherit_id" ref="base.view_country_form" /> <field name="type">form</fi...
{ "pile_set_name": "Github" }
// Package cmd used for command line options for the complete tool package cmd import ( "errors" "flag" "fmt" "os" "strings" "github.com/posener/complete/cmd/install" ) // CLI for command line type CLI struct { Name string InstallName string UninstallName string install bool uninstall bool ...
{ "pile_set_name": "Github" }
{ "tests": [ { "description": "Unix domain socket (absolute path with trailing slash)", "uri": "mongodb://%2Ftmp%2Fmongodb-27017.sock/", "valid": true, "warning": false, "hosts": [ { "type": "unix", "host": "/tmp/mongodb-27017.sock", "port": null...
{ "pile_set_name": "Github" }
.syntax--comment { color: #999988; font-style: italic; } .syntax--string { color: #D14; } // String interpolation in Ruby, CoffeeScript, and others .syntax--string { .syntax--source, .syntax--meta.syntax--embedded.syntax--line { color: #5A5A5A; } .syntax--punctuation.syntax--section.syntax--embedde...
{ "pile_set_name": "Github" }
<p>Hello Instructor1 Course1,</p> <p>The email below has been sent to students of course: [idOfTypicalCourse1] Typical Course 1 with 2 Evals.<br> <br> === Email message as seen by the students ===</p> <p> The following feedback session is now closed. You can still view your submission by going to the link sent ear...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2016 Broad Institute, Inc. * * 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, merge,...
{ "pile_set_name": "Github" }
// Copyright 2019 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Except when the notation is "compact", the resolvedOptions().compactDisplay // should be undefined. // // Test default let nf = new Intl.NumberFormat...
{ "pile_set_name": "Github" }
import asyncio, aiohttp, json, time, logging from asyncio import Future, Task from aiohttp import web from os import getenv from handler.handler_controller import MessageHandler from utils import parse_msg_flags from utils import VkController from utils import Message, LongpollEvent, ChatChangeEvent, CallbackEvent f...
{ "pile_set_name": "Github" }
/** * Copyright 2007-2016, Kaazing Corporation. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
{ "pile_set_name": "Github" }
/* As the included file, but specifying ENOSYS with message. #notarget: cris*-*-elf #sim: --cris-unknown-syscall=enosys #output: Unimplemented syscall: 0 (0x3, 0x2, 0x1, 0x4, 0x6, 0x5)\n #output: ENOSYS\n #output: xyzzy\n */ #include "syscall2.c"
{ "pile_set_name": "Github" }
import logging from owtf.config import config_handler from owtf.plugin.params import plugin_params DESCRIPTION = "Sends a bunch of URLs through selenium" CATEGORIES = ["RCE", "SQLI", "XSS", "CHARSET"] def run(PluginInfo): Content = [] logging.info( "WARNING: This plugin requires a small selenium ins...
{ "pile_set_name": "Github" }
CodeMirror.defineMode('rst', function(config, options) { function setState(state, fn, ctx) { state.fn = fn; setCtx(state, ctx); } function setCtx(state, ctx) { state.ctx = ctx || {}; } function setNormal(state, ch) { if (ch && (typeof ch !== 'string')) { ...
{ "pile_set_name": "Github" }
'\" t .\" Title: nvme-wdc-vs-drive-info .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Date: 06/16/2020 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" .TH "NVME\-WDC\-VS\-DR...
{ "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 <ContactsFoundation/CNObservable.h> @protocol CNCancelable, CNObservable; @interface _CNSamplingObservable : CNObservable { ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!129 &1 PlayerSettings: m_ObjectHideFlags: 0 serializedVersion: 15 productGUID: 1ff9ff210e8d84cec99d6d6379082df4 AndroidProfiler: 0 AndroidFilterTouchesWhenObscured: 0 AndroidEnableSustainedPerformanceMode: 0 defaultScreenOrientation: 4 targetDevice: 2 us...
{ "pile_set_name": "Github" }
package url import ( "strconv" ) type Encoding int const ( EncodePath Encoding = 1 + iota EncodeUserPassword EncodeQueryComponent EncodeFragment ) type EscapeError string func (e EscapeError) Error() string { return "invalid URL escape " + strconv.Quote(string(e)) } func ishex(c byte) bool { switch { case...
{ "pile_set_name": "Github" }
package logrus import "time" const defaultTimestampFormat = time.RFC3339 // The Formatter interface is used to implement a custom Formatter. It takes an // `Entry`. It exposes all the fields, including the default ones: // // * `entry.Data["msg"]`. The message passed from Info, Warn, Error .. // * `entry.Data["time"...
{ "pile_set_name": "Github" }
.ui-body-c, .ui-overlay-c { border: 0px solid #aaa /*{c-body-border}*/; color: #333 /*{c-body-color}*/; text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/; /* background: transparent; */ background-color: transparent; background-im...
{ "pile_set_name": "Github" }
<resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dimen> <dimen name="activity_vertical_margin">16dp</dimen> </resources>
{ "pile_set_name": "Github" }
/*************************************************************************** * Copyright (c) 2017 FreeCAD Developers * * Author: Bernd Hahnebach <bernd@bimstatik.ch> * * Based on src/Mod/Fem/Gui/DlgSettingsFemCcx.h * * ...
{ "pile_set_name": "Github" }
import-module au $releases = "http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" function global:au_SearchReplace { @{ "$($Latest.PackageName).nuspec" = @{ "(\<dependency .+?`"$($Latest.PackageName).portable`" version=)`"([^`"]+)`"" = "`$1`"[$($Latest.Version)]`"" } } } f...
{ "pile_set_name": "Github" }
#!/bin/sh set -e cd $(dirname $0) . ../../common/config.sh . ../../common/log.sh log_start "$0" "usermod does not require a shadow file" save_config # restore the files on exit trap 'log_status "$0" "FAILURE"; restore_config' 0 change_config echo -n "Remove /etc/shadow..." rm -f /etc/shadow echo "done" echo -n...
{ "pile_set_name": "Github" }
/****************************************************************************** * Project: libspatialindex - A C++ library for spatial indexing * Author: Marios Hadjieleftheriou, mhadji@gmail.com ****************************************************************************** * Copyright (c) 2002, Marios Hadjielef...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from __future__ import division from __future__ import print_function import torch import torch.nn as nn from torch.autograd import Variable import numpy as np import json from json import encoder import random import string import time import os import sys import misc.utils as ...
{ "pile_set_name": "Github" }
// Copyright 2012 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 odbc_test import ( "database/sql" "flag" "fmt" "testing" "time" _ "github.com/alexbrainman/odbc" ) var ( fox = flag.String("fox", "testdata", ...
{ "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" }
define([ "../core", "./var/rsingleTag", "../manipulation" // buildFragment ], function( jQuery, rsingleTag ) { // data: string of html // context (optional): If specified, the fragment will be created in this context, defaults to document // keepScripts (optional): If true, will include scripts passed in the html s...
{ "pile_set_name": "Github" }
[remap] importer="texture" type="StreamTexture" path="res://.import/cave_tileset.png-35f3b332bde928f714f5f5095687e8bd.stex" metadata={ "vram_texture": false } [deps] source_file="res://tiled/images/tilesets/cave_tileset.png" dest_files=[ "res://.import/cave_tileset.png-35f3b332bde928f714f5f5095687e8bd.stex" ] [para...
{ "pile_set_name": "Github" }
/* u8g_dev_st7920_128x64.c Universal 8bit Graphics Library Copyright (c) 2011, olikraus@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: * Redistributions of source code mus...
{ "pile_set_name": "Github" }
SourceFile -[ Error message ]- "Failed to open source_SourceFile" -[ Description ]- The vector Asset log displays this error when read-write-execute permissions are not set properly. Permissions must be set for parent folders up to the root level. -[ Resolution ]- At the command line, enter: "sudo chmod -R a+r ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 the ACRA team * * 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 agre...
{ "pile_set_name": "Github" }
<template> <aside :class="{ expanded, 'veui-console': true }" > <h2 @click="expanded = !expanded"> <icon name="ban" label="Clear console" flip="horizontal" @click.native.stop="logs = []" /> <icon :name="expanded ? 'chevron-down' : 'chevron-up'" label="Toggle...
{ "pile_set_name": "Github" }
.navbar { padding-left: 25px; } .header-section { padding: 30px 30px; background: #222; position: absolute; top: 50px; left: 0px; width: 100%; margin-left: 0; color: #FFF; } .main { padding-top: 20px; min-height: 370px; } .footer-left { padding-left: 30px; float: left; } .btn { text-align: le...
{ "pile_set_name": "Github" }
var gulp = require('gulp'); var uglify = require('gulp-uglify'); var concat = require('gulp-concat'); var preserveFirstComment = function() { var set = false; return function() { if (set) return false; set = true; return true; }; }; gulp.task('uglify', function() { gulp.src('lib/marked.js') ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 29 06:45:47 CEST 2015 --> <title>MatchingTask (Apache Ant API)</title> <meta name="date" content="2015-06-29"> <link rel...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Julia mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="julia.js"></script> <style type="text/css">.CodeMirror {border-top: 1px sol...
{ "pile_set_name": "Github" }
define([ "./core", "./attributes/attr", "./attributes/prop", "./attributes/classes", "./attributes/val" ], function( jQuery ) { // Return jQuery for attributes-only inclusion return jQuery; });
{ "pile_set_name": "Github" }
package session import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/client" "github.com/aws/aws-sdk-go/aws/corehandlers" "github.com/aws/aws-sdk-go/aws/credentials" "github.com/aws/aws-sdk-go/aws/credentials/stscreds" "github.com/aws/aws-sdk-go/...
{ "pile_set_name": "Github" }
package com.vaadin.util; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.lang.reflect.Field; import org.junit.Test; @SuppressWarnings("unused") public class ReflectToolsGetFieldValueByTypeTest { @Test public void getFieldValue() { class MyClass { ...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //External Bus Interface namespace ExbusMode0{ ///<Mode Register 0 using Addr = Register::Address<0x4003f000,0xffffc400,0x00000000,unsigned>; ///select how to set the MOEX width constexpr Register::FieldLocation<Addr,Registe...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ha...
{ "pile_set_name": "Github" }
Music_MatchVictory_Ch1: ; f7b61 (3d:7b61) musicdc 17 vibrato_type 1 vibrato_delay 20 musice8 8 octave 3 duty 0 volume 176 speed 1 A_ 15 tie A_ 9 volume 39 A_ 5 volume 176 A_ 7 volume 39 A_ 3 volume 176 F_ 7 volume 39 F_ 3 volume 176 A_ 7 volume 39 A_ 2 volume 176 B_ 11 volume 39 B_ 10 inc_...
{ "pile_set_name": "Github" }
name: GitHub url: http://www.github.com/
{ "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. // +build ignore // This tool generates types for the various XML formats of CLDR. package main import ( "archive/zip" "bytes" "encoding/xml" "flag" "fmt...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
{ "pile_set_name": "Github" }
package us.ihmc.commonWalkingControlModules.capturePoint.smoothCMPBasedICPPlanner.CoPGeneration; import static us.ihmc.robotics.Assert.*; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Test; import us.ihmc.commonWalkingControlModules.configurations.CoPSplineType; import us.ihmc.commonWalkingCon...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 BayLibre, SAS. * Author: Neil Armstrong <narmstrong@baylibre.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <linux/clk-provider.h> #include <linux/bitfield.h> #include <linux/regmap.h> #include "gxbb-aoclk.h" /* * The AO Domain embeds a dual/divider to generate a more precise * ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Extension Component" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_recorded_property_dict</string> </key> <value> <persis...
{ "pile_set_name": "Github" }
// Copyright 2016 The etcd 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 t...
{ "pile_set_name": "Github" }
/* Greek (el) initialisation for the jQuery UI date picker plugin. */ /* Written by Alex Cicovic (http://www.alexcicovic.com) */ jQuery(function($){ $.datepicker.regional['el'] = { closeText: 'Κλείσιμο', prevText: 'Προηγούμενος', nextText: 'Επόμενος', currentText: 'Τρέχων Μήνας', monthNames: ['Ιανουάριος','Φ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014-present, The osquery authors * * This source code is licensed as defined by the LICENSE file found in the * root directory of this source tree. * * SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only) */ #include <osquery/core/core.h> #include <osquery/core/tables.h> #include <osquery/...
{ "pile_set_name": "Github" }
glabel func_80B23254 /* 00564 80B23254 27BDFF78 */ addiu $sp, $sp, 0xFF78 ## $sp = FFFFFF78 /* 00568 80B23258 AFBF002C */ sw $ra, 0x002C($sp) /* 0056C 80B2325C AFB00028 */ sw $s0, 0x0028($sp) /* 00570 80B23260 AFA40088 */ sw $a0, 0x0088($sp) /* 00574 80B23...
{ "pile_set_name": "Github" }
//! # Example: Extended characters //! //! Demonstrate ability of most built in fonts to render extended characters. use embedded_graphics::{ fonts::{Text, *}, pixelcolor::BinaryColor, prelude::*, style::TextStyle, }; use embedded_graphics_simulator::{OutputSettingsBuilder, SimulatorDisplay, Window}; ...
{ "pile_set_name": "Github" }
<?php /** * Concrete start token class. */ class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag { } // vim: et sw=4 sts=4
{ "pile_set_name": "Github" }
package typings.dockerode.anon import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation._ @js.native trait End extends js.Object { var End: String = js.native var ExitCode: Double = js.native var Output: String = js.native var Start: String = js.native } object End { @scala.in...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:angle="90" android:startColor="#AA5677fc" android:endColor="#AAe5e5ff" android:type="linear" /> </shape>
{ "pile_set_name": "Github" }
// Copyright (c) 2018 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 "gpu/command_buffer/client/client_font_manager.h" #include "base/logging.h" namespace gpu { namespace raster { namespace { class Serializ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" xmlns:aapt="http://schemas.android.com/aapt"> <item> <rotate android:drawable="@drawable/bi8" ...
{ "pile_set_name": "Github" }
--- title: "supervisor" layout: formula --- {{ content }}
{ "pile_set_name": "Github" }
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee18bb7490b"> <name ty...
{ "pile_set_name": "Github" }