text stringlengths 2 99.9k | meta dict |
|---|---|
/*
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 agreed to in writing, ... | {
"pile_set_name": "Github"
} |
Any raw assets you want to be deployed with your application can be placed in
this directory (and child directories) and given a Build Action of "AndroidAsset".
These files will be deployed with you package and will be accessible using Android's
AssetManager, like this:
public class ReadAsset : Activity
{
protected ... | {
"pile_set_name": "Github"
} |
import {ChangeDetectorRef, Component, OnDestroy} from '@angular/core';
import {RuntimeService} from '../../services/runtime.service';
import {GadgetInstanceService} from '../../grid/grid.service';
import {GadgetBase} from '../_common/gadget-base';
import {EndPointService} from '../../configuration/tab-endpoint/endpoint... | {
"pile_set_name": "Github"
} |
package com.minecolonies.coremod.client.gui;
import com.minecolonies.api.util.constant.Constants;
import org.jetbrains.annotations.NotNull;
/**
* Window for worker. Placeholder for many different jobs.
*
* @param <B> Object extending {@link com.minecolonies.coremod.colony.buildings.AbstractBuildingWorker.View}.
*... | {
"pile_set_name": "Github"
} |
// rowan: NOTE: This class has been added purely to work around a bug where C++ classes derived from native script classes do not inherit
// the scripted classes default properties. The work around is to add a placeholder noexprt native script class for the C++ class.
// class created by henry
class DesaturateMaterial ... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2010 Salvy6735
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 hop... | {
"pile_set_name": "Github"
} |
;; Copyright 2020 The Defold Foundation
;; Licensed under the Defold License version 1.0 (the "License"); you may not use
;; this file except in compliance with the License.
;;
;; You may obtain a copy of the License, together with FAQs at
;; https://www.defold.com/license
;;
;; Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
package DBD::Gofer::Policy::classic;
# $Id: classic.pm 10087 2007-10-16 12:42:37Z Tim $
#
# Copyright (c) 2007, Tim Bunce, Ireland
#
# You may distribute under the terms of either the GNU General Public
# License or the Artistic License, as specified in the Perl README file.
use strict;
use warnings;
our $VE... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
The MIT License (MIT)
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
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 limit... | {
"pile_set_name": "Github"
} |
import * as NodeType from './NodeType';
import { NodeBase } from './shared/Node';
export default class PrivateName extends NodeBase {
name!: string;
type!: NodeType.tFieldDefinition;
}
| {
"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 Paws::EC2::ModifyClientVpnEndpointResult;
use Moose;
has Return => (is => 'ro', isa => 'Bool', request_name => 'return', traits => ['NameInRequest',]);
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::EC2::ModifyClientVpnEndpointResult
=head1 A... | {
"pile_set_name": "Github"
} |
opam-version: "2.0"
authors: ["Simon Cruanes" "Guillaume Bury"]
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@... | {
"pile_set_name": "Github"
} |
import torch
from functools import reduce
def maybe_view(tensor, size, check_same_size=True):
if check_same_size and tensor.size() == size:
return tensor
return tensor.contiguous().view(size)
def maybe_unexpand(tensor, old_size, check_same_size=True):
if check_same_size and tensor.size() == old_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
<edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- Diagram content (shape and connector positions) -->... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/*
* Globalize Culture sr-Cyrl-ME
*
* http://github.com/jquery/globalize
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* This file was generated by the Globalize Culture Generator
* Translation: bugs found in t... | {
"pile_set_name": "Github"
} |
package org.joyqueue.nsr.nameservice;
import com.jd.laf.extension.Type;
import org.joyqueue.domain.AllMetadata;
import org.joyqueue.domain.AppToken;
import org.joyqueue.domain.Broker;
import org.joyqueue.domain.ClientType;
import org.joyqueue.domain.Config;
import org.joyqueue.domain.Consumer;
import org.joyqueue.doma... | {
"pile_set_name": "Github"
} |
// Connectors
const cwd = require('./cwd')
// Subs
const channels = require('../channels')
// Utils
const { log } = require('../util/logger')
let currentView
function createViewsSet () {
// Builtin views
return [
{
id: 'vue-project-dashboard',
name: 'project-dashboard',
icon: 'dashboard',
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\SalesSequence\Model\ResourceModel;
use Magento\Framework\Model\ResourceModel\Db\Context as DatabaseContext;
use Magento\SalesSequence\Model\ProfileFactory;
/**
* Class Profile represents profile ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python3
#
# Modify data search path at runtime
import sys, os
if getattr(sys, 'frozen', False):
# we are running in a bundle
bundle_dir = sys._MEIPASS
data_dir = os.path.join(bundle_dir, "share")
else:
# we are running in a normal Python environment
bundl... | {
"pile_set_name": "Github"
} |
import asyncio
class ContextManager:
async def __aenter__(self):
print("Entrada")
ls.append(1)
return 1
def __str__(self):
ls.append(2)
return "c'est moi!"
async def __aexit__(self, exc_type, exc_val, exc_tb):
ls.append(3)
print("Wiedersehen")
ls... | {
"pile_set_name": "Github"
} |
import e from 'gEngine/engine'
import * as metricActions from 'gModules/metrics/actions'
import {selectRegion} from 'gModules/selected_region/actions'
import {deSelect} from 'gModules/selected_cell/actions'
import {runSimulations} from 'gModules/simulations/actions'
import {registerGraphChange} from 'gModules/spaces/ac... | {
"pile_set_name": "Github"
} |
package ch.tutteli.atrium.api.infix.en_GB
import ch.tutteli.atrium.creating.Expect
import ch.tutteli.atrium.specs.fun1
import ch.tutteli.atrium.specs.fun2
import ch.tutteli.atrium.specs.notImplemented
import ch.tutteli.atrium.specs.testutils.WithAsciiReporter
import ch.tutteli.atrium.specs.withFeatureSuffix
import ch.... | {
"pile_set_name": "Github"
} |
// https://github.com/markedjs/marked
// marked('# Marked in the browser\n\nRendered by **marked**.'); or test with pulldown-cmark in Rust
// test it with https://cdn.jsdelivr.net/npm
use stdweb::web::Node;
use stdweb::unstable::TryFrom;
use yew::{html, Html};
use yew::virtual_dom::VNode;
use stdweb::js;
// use stdwe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="${package.Mapper}.${table.mapperName}">
<#if enableCache>
<!-- 开启二级缓存 -->
<cache type="org.mybatis.caches.ehcache.LoggingEhcache"/>
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!937362698 &1
VFXManager:
m_ObjectHideFlags: 0
m_IndirectShader: {fileID: 0}
m_CopyBufferShader: {fileID: 0}
m_SortShader: {fileID: 0}
m_RenderPipeSettingsPath:
m_FixedTimeStep: 0.016666668
m_MaxDeltaTime: 0.05
| {
"pile_set_name": "Github"
} |
@import '../../mixin';
.unamused.icon {
&:after {
@include pseudo();
right: 3px;
top: 3px;
width: 2px;
height: 2px;
border-radius: 50%;
border-top: solid 1px transparent;
border-left: solid 1px currentColor;
border-bottom: solid 1px currentColor;
border-right: solid 1px transpa... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "CommonMessageViewModel.h"
@class UIImage;
@interface AppWCCardMessageViewModel : CommonMessageViewModel
{
}
+ (_Bool)canCre... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Copyright 2015 Insight Data Science
#
# 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 ... | {
"pile_set_name": "Github"
} |
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import { object, withKnobs } from '@storybook/addon-knobs';
import {SummaryComponent} from "../app/modules/shared/components/presentation/summary/summary.component";
export const summaryDocs= { source: { code: `sections := component.Summary... | {
"pile_set_name": "Github"
} |
//
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | {
"pile_set_name": "Github"
} |
/*
* Designed and developed by 2020 skydoves (Jaewoong Eum)
*
* 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 appl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<size
android:width="100dp"
android:height="100dp"></size>
<solid android:color="@color/color_69"></solid>
</shape>
... | {
"pile_set_name": "Github"
} |
#include <windows.h>
#include <scrnsave.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_ICON ICON DISCARDABLE "res/icon_cylfrac.ico"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Cylinders fractal ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "cylfrac\0"
#define... | {
"pile_set_name": "Github"
} |
//--------------------------------------------------------------------------------------
// dds.h
//
// This header defines constants and structures that are useful when parsing
// DDS files. DDS files were originally designed to use several structures
// and constants that are native to DirectDraw and are defined in... | {
"pile_set_name": "Github"
} |
1 swedish x-vnd.Haiku-MidiPlayer 1046133011
This tiny program\nKnows how to play thousands of\nCheesy sounding songs Main Application This is a haiku. First line has five syllables, second has seven and last has five again. Create your own. Detta lilla program\nKan spela tusentals av\nHäftigt ljudliga låtar
Dungeon Mai... | {
"pile_set_name": "Github"
} |
from sqlalchemy import ForeignKey
from sqlalchemy import Integer
from sqlalchemy import String
from sqlalchemy import util
from sqlalchemy.orm import backref
from sqlalchemy.orm import configure_mappers
from sqlalchemy.orm import mapper
from sqlalchemy.orm import relationship
from sqlalchemy.testing import fixtures
fro... | {
"pile_set_name": "Github"
} |
var searchData=
[
['log_5fdebug',['LOG_DEBUG',['../logger_8hpp.html#a6ff63e8955665c4a58b1598f2b07c51a',1,'logger.hpp']]],
['log_5ferror',['LOG_ERROR',['../logger_8hpp.html#aced66975c154ea0e2a8ec3bc818b4e08',1,'logger.hpp']]],
['log_5ffatal',['LOG_FATAL',['../logger_8hpp.html#ac2164369b4d2bf72296f8ba6ea576ecf',1,'... | {
"pile_set_name": "Github"
} |
/*
* Summary: dynamic module loading
* Description: basic API for dynamic module loading, used by
* libexslt added in 2.6.17
*
* Copy: See Copyright for the status of this software.
*
* Author: Joel W. Reed
*/
#ifndef __XML_MODULE_H__
#define __XML_MODULE_H__
#include <libxml/xmlversion.h>
#ifde... | {
"pile_set_name": "Github"
} |
ace.define("ace/snippets/sparql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope=""}); (function() {
ace.require(["ace/snippets/sparql"], function(m) {
if (typeof module == "object" && typeof exports == "object" && mo... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Prophecy.
* (c) Konstantin Kudryashov <ever.zet@gmail.com>
* Marcello Duarte <marcello.duarte@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Prophecy\Doubler\ClassPatc... | {
"pile_set_name": "Github"
} |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* @@MIDL_FILE_HEADING( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__... | {
"pile_set_name": "Github"
} |
function init(){
clock();
setInterval('clock()',1000);
}
function clock(){
var now = new Date();
var ctx = document.getElementById('tutorial').getContext('2d');
ctx.save();
ctx.clearRect(0,0,150,150);
ctx.translate(75,75);
ctx.scale(0.4,0.4);
ctx.rotate(-Math.PI/2);
ctx.strokeStyle = "black";
ctx.... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="stylesheet" type="text/css" href="../../lib/jquery-ui.css">
<script src="../../lib/CSInterface-4.0.0.js"></script>
<script src="../../lib/utility.js"></script>
<script src="../../lib/jquery-1.9.1.... | {
"pile_set_name": "Github"
} |
#!/bin/bash
tag="quay.io/pypa/manylinux2010_$PLATFORM"
build_id=$(git show -s --format=%cd-%h --date=short $TRAVIS_COMMIT)
docker login -u $QUAY_USERNAME -p $QUAY_PASSWORD quay.io
docker tag ${tag}:${TRAVIS_COMMIT} ${tag}:${build_id}
docker tag ${tag}:${TRAVIS_COMMIT} ${tag}:latest
docker push ${tag}:${build_id}
docke... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <common/desc_image_load.h>
/*******************************************************************************
* This function flushes the data structures so that they are visible
* in ... | {
"pile_set_name": "Github"
} |
<?php
$pdo = new PDO('sqlite::memory:');
var_dump($pdo->getAttribute(PDO::ATTR_SERVER_VERSION));
var_dump($pdo->getAttribute(PDO::ATTR_CLIENT_VERSION));
?>
| {
"pile_set_name": "Github"
} |
require 'tzinfo/timezone_definition'
module TZInfo
module Definitions
module America
module St_Johns
include TimezoneDefinition
timezone 'America/St_Johns' do |tz|
tz.offset :o0, -12652, 0, :LMT
tz.offset :o1, -12652, 0, :NST
tz.offset :o2, -12652, 360... | {
"pile_set_name": "Github"
} |
/**
* @license AngularJS v1.5.3
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {'use strict';
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Any commits to this file should be reviewed with security in mind. *
* Cha... | {
"pile_set_name": "Github"
} |
"""Support for Fast.com internet speed testing sensor."""
import logging
from homeassistant.const import DATA_RATE_MEGABITS_PER_SECOND
from homeassistant.core import callback
from homeassistant.helpers.dispatcher import async_dispatcher_connect
from homeassistant.helpers.restore_state import RestoreEntity
from . impo... | {
"pile_set_name": "Github"
} |
/* DVB USB compliant Linux driver for the AZUREWAVE DVB-S/S2 USB2.0 (AZ6027)
* receiver.
*
* Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn>
*
* 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 Fou... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.usermanager.tests.search-escape-compat.false">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<property name="nuxeo.usermanager.search.escape.compat">false</property>
</extension>
</component>
| {
"pile_set_name": "Github"
} |
.TH PGAGetStringLength 8 "05/01/95" " " "PGAPack"
.SH NAME
PGAGetStringLength \- Returns the string length
.SH INPUT PARAMETERS
.PD 0
.TP
ctx
- context variable
.PD 1
.SH OUTPUT PARAMETERS
.PD 0
.TP
none
.PD 1
.SH SYNOPSIS
.nf
#include "pgapack.h"
int PGAGetStringLength(ctx)
PGAContext *ctx
.fi
.SH LOCATION
pga.c
.SH... | {
"pile_set_name": "Github"
} |
/**
* DataCleaner (community edition)
* Copyright (C) 2014 Free Software Foundation, Inc.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software F... | {
"pile_set_name": "Github"
} |
;;;; This file is part of LilyPond, the GNU music typesetter.
;;;;
;;;; Copyright (C) 1998--2020 Jan Nieuwenhuizen <janneke@gnu.org>
;;;; Han-Wen Nienhuys <hanwen@xs4all.nl>
;;;;
;;;; LilyPond is free software: you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published ... | {
"pile_set_name": "Github"
} |
% Contains 110 data sets from the book 'The Statistical Sleuth'
% by Fred Ramsey and Dan Schafer; Duxbury Press, 1997.
% (schafer@stat.orst.edu) [14/Oct/97] (172k)
%
% Note: description taken from this web site:
% http://lib.stat.cmu.edu/datasets/
%
% File: ../data/sleuth/ex2011.asc
%
%
% Information about the da... | {
"pile_set_name": "Github"
} |
/*
BStone: A Source port of
Blake Stone: Aliens of Gold and Blake Stone: Planet Strike
Copyright (c) 1992-2013 Apogee Entertainment, LLC
Copyright (c) 2013-2020 Boris I. Bendovsky (bibendovsky@hotmail.com)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Publi... | {
"pile_set_name": "Github"
} |
/* -*- linux-c -*- *
*
* ALSA driver for the digigram lx6464es interface
* adapted upstream headers
*
* Copyright (c) 2009 Tim Blechmann <tim@klingt.org>
*
* 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 So... | {
"pile_set_name": "Github"
} |
-- boundary2.test
--
-- db eval {
-- SELECT a FROM t1 WHERE r <= 36028797018963967 ORDER BY r
-- }
SELECT a FROM t1 WHERE r <= 36028797018963967 ORDER BY r | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/* AFS cell alias detection
*
* Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*/
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/namei.h>
#include <keys/rxrpc-type.h>
#include "internal.h"
/*
* ... | {
"pile_set_name": "Github"
} |
using System;
using EventStore.Projections.Core.Services.Processing;
using NUnit.Framework;
namespace EventStore.Projections.Core.Tests.Services.core_projection.projection_checkpoint {
[TestFixture]
public class when_emitting_events_before_from_position_the_projection_checkpoint : TestFixtureWithExistingEvents {
p... | {
"pile_set_name": "Github"
} |
//===-- R600Schedule.td - R600 Scheduling definitions ------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
.. _interrupts_v2:
Interrupts
##########
An :dfn:`interrupt service routine` (ISR) is a function that executes
asynchronously in response to a hardware or software interrupt.
An ISR normally preempts the execution of the current thread,
allowing the response to occur with very low overhead.
Thread execution resumes o... | {
"pile_set_name": "Github"
} |
# Search
This endpoint returns the results for the query string search term.
**URL** : `/api/v2.0/search`
**HTTP Header** : `Accept-Language: en-US,en`
**Query parameters** : `q=[string]`
**Method** : `GET`
**Auth required** : NO
## Success Response
**Condition** : If the search returns at least one result.
**... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris
// For Unix, get the pagesize from the runtime.
package unix
import "syscall"
func Getpa... | {
"pile_set_name": "Github"
} |
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p><span class="shortcut">&shortcut:EditorDuplicate;</span> in the editor duplicates the selected block or the current line
when no block is selected.</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
# Created by: Tobias Roth <ports@fsck.ch>
# $FreeBSD$
PORTNAME= slim
PORTVERSION= 1.3.6
PORTREVISION= 21
CATEGORIES= x11
MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \
SF/slim.berlios
MAINTAINER= jsm@FreeBSD.org
COMMENT= Graphical login manager for X11, derived from Login.app
LICENSE= GPLv2
BUILD_DEPENDS= ${LOC... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo.
// source: resource.proto
// DO NOT EDIT!
package api
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gogo/protobuf/gogoproto"
import _ "github.com/docker/swarmkit/protobuf/plugin"
import strings "strings"
import github_com_... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="donations__button_close">Sluiten</string>
<string name="donations__flattr">Flattr</string>
<string name="donations__description">Vindt u dit applicatie nuttig?\nDraag bij aan de ontwikkeling ervan door een donatie te sturen aan de ontwikkelaar!</str... | {
"pile_set_name": "Github"
} |
{
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
},
"browser": {
"./lib/extend-node": false,
"./lib/streams": false
},
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
"bundleDependencies": false,
"dependencies": {
"safer-buffer": ... | {
"pile_set_name": "Github"
} |
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <ctype.h>
#include <mach.h>
#define Extern extern
#include "acid.h"
#include "y.tab.h"
struct keywd
{
char *name;
int terminal;
}
keywds[] =
{
"do", Tdo,
"if", Tif,
"then", Tthen,
"else", Telse,
"while", Twhile,
"loop", Tloop,
"head", Thead,
"t... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library 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 la... | {
"pile_set_name": "Github"
} |
/*
* Microblaze VMState for qemu.
*
* Copyright (c) 2020 Linaro, Ltd.
*
* This library 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 of the License, or (at your option) an... | {
"pile_set_name": "Github"
} |
---
title: "IDiaSymbol::findSymbolsByRVAForAcceleratorPointerTag | Microsoft Docs"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.technology: "vs-ide-debug"
ms.topic: reference
dev_langs:
- "C++"
ms.assetid: 024ccd78-5867-4ca7-bc26-548758e9ac53
caps.latest.revision: 6
author: MikeJo5000
ms.author: mikejo
mana... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="14A261i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouch... | {
"pile_set_name": "Github"
} |
/*
* This source code is public domain.
*
* Authors: Olivier Lapicque <olivierl@jps.net>,
* Adam Goode <adam@evdebs.org> (Endian and char fixes for PPC)
* Marco Trillo <toad@arsystel.com> (Endian fixes for SaveIT, XM->IT Sample Converter)
*
*/
#include "stdafx.h"
#include "sndfile.h"
... | {
"pile_set_name": "Github"
} |
snippet #!
#!/usr/bin/env falcon
# Import
snippet imp
import ${1:module}
# Function
snippet fun
function ${2:function_name}(${3})
${4:/* code */}
end
# Class
snippet class
class ${1:class_name}(${2:class_params})
${3:/* members/methods */}
end
# If
snippet if
if ${1:condition}
${2:/* code */}
en... | {
"pile_set_name": "Github"
} |
# -*- encoding:utf-8 -*-
# pip install pycrypto
import sys
import base64
import uuid
from random import Random
import subprocess
from Crypto.Cipher import AES
import requests
def encode_rememberme(command):
popen = subprocess.Popen(['java', '-jar', './ysoserial-0.0.6-SNAPSHOT-all.jar', 'CommonsBeanutils... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<features name="org.openhab.binding.solaredge-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
<feature name="openhab-... | {
"pile_set_name": "Github"
} |
/* src/test/modules/test_extensions/test_ext_cyclic2--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION test_ext_cyclic2" to load this file. \quit
| {
"pile_set_name": "Github"
} |
{
"_from": "resolve-url@^0.2.1",
"_id": "resolve-url@0.2.1",
"_inBundle": false,
"_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
"_location": "/resolve-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve-url@^0.2.1",
"name": "resolve-url",
... | {
"pile_set_name": "Github"
} |
package net.bootsfaces.component.carouselItem;
import net.bootsfaces.beans.BsfBeanInfo;
/**
* BeanInfo class to provide mapping
* of snake-case attributes to camelCase ones
*
* @author durzod
*/
public class CarouselItemBeanInfo extends BsfBeanInfo {
/**
* Get the reference decorated class
*/
@Override
p... | {
"pile_set_name": "Github"
} |
package com.crazylegend.kotlinextensions.singleton
import org.junit.Assert.assertEquals
import org.junit.Before
import org.junit.Test
/**
* Created by crazy on 7/17/20 to long live and prosper !
*/
class ParameterizedSingletonTest {
private lateinit var createdObject: ParameterizedSingleton<String, Int>
p... | {
"pile_set_name": "Github"
} |
add_subdirectory(dll)
| {
"pile_set_name": "Github"
} |
package scalax.collection.edge.labeled.mutable
import scalax.collection.GraphPredef._,
scalax.collection.GraphEdge.{DiEdge, NodeProduct}
import scalax.collection.Graph
/** Type-safe directed labeled edge with a mutable label.
* @author Peter Empen
*/
class LDiEdge[+N,@specialized L](nodes: Product)(private ... | {
"pile_set_name": "Github"
} |
# Find the n nth-roots of 1
nth_roots_of_unity = (n) ->
(complex_unit_vector(2*Math.PI*i/n) for i in [1..n])
complex_unit_vector = (rad) ->
new Complex(Math.cos(rad), Math.sin(rad))
class Complex
constructor: (@real, @imag) ->
toString: ->
round_z = (n) ->
if Math.abs(n) < 0.00005 then 0 else n
... | {
"pile_set_name": "Github"
} |
package org.jhipster.blog.security.jwt;
import java.nio.charset.StandardCharsets;
import java.security.Key;
import java.util.*;
import java.util.stream.Collectors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.security.au... | {
"pile_set_name": "Github"
} |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @lic... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20191210Preview
{
using Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.PowerShell;
/// <summary>
/// A PowerShell PSTypeConverter to support converting to an instance of <see cref="Desktop" />
/// </sum... | {
"pile_set_name": "Github"
} |
package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* %%
* This program 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.... | {
"pile_set_name": "Github"
} |
# Benchmarking
## General Remarks
There is a **single** benchmarking utility
`experiment` (`experiment.exe` on Windows) that includes implementation of all methods.
It has multiple options, which specify, among others,
a space, a data set, a type of search, a method to test, and method parameters.
These options an... | {
"pile_set_name": "Github"
} |
---
layout: post
title: "객체에 대한 이해"
description: "프론트엔드 개발자를 위한 자바스크립트 프로그래밍 6.1장 객체에 대한 이해 요약"
category: blog
tags: [javascript, jquery, beginner, guide, study, studyjs, facebook, group]
---
<div id="toc"><p class="toc_title">목차</p></div>
이 포스팅은 "프론트엔드 개발자를 위한 자바스크립트(2013 인사이트, 한선용 옮김)"에서 발췌 요약한 것이며, 인사이트와 저작권에 대한 부... | {
"pile_set_name": "Github"
} |
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included with this... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2017, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this list of conditions and the f... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
%%%-------------------------------------------------------------------
%%% @author karl l <karl@ninjacontrol.com>
%%% @doc
%%%
%%% @end
%%%-------------------------------------------------------------------
-module(kjell_profile_SUITE).
-compile(export_all).
-include_lib("common_test/include/ct.hrl").
%%------------... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\taxonomy;
use Drupal\Core\Config\Entity\ConfigEntityStorage;
/**
* Defines a storage handler class for taxonomy vocabularies.
*/
class VocabularyStorage extends ConfigEntityStorage implements VocabularyStorageInterface {
/**
* {@inheritdoc}
*/
public function resetCache(array $ids... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__new_wchar_t_listen_socket_54d.cpp
Label Definition File: CWE789_Uncontrolled_Mem_Alloc__new.label.xml
Template File: sources-sinks-54d.tmpl.cpp
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: listen_socket Read d... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.