text
stringlengths
2
99.9k
meta
dict
// // main.m // EMAccordionTableViewController // // Created by Ennio Masi on 10/01/14. // Copyright (c) 2014 EM. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([...
{ "pile_set_name": "Github" }
# This is a simple smoke test # of the file_line resource type. # ! alert # ? question file { '/tmp/dansfile': ensure => file, } -> file_line { 'dans_line': line => 'dan is awesome', path => '/tmp/dansfile', }
{ "pile_set_name": "Github" }
require 'test_helper' require 'metriks/timer' class TimerTest < Test::Unit::TestCase def setup @timer = Metriks::Timer.new end def teardown @timer.stop end def test_timer 3.times do @timer.time do sleep 0.1 end end assert_in_delta 0.1, @timer.mean, 0.01 assert_...
{ "pile_set_name": "Github" }
#include "ByteCodeRunner.h" #include "RunnerMacros.h" @interface TimerCallbackObject : NSObject { @private ByteCodeRunner * Runner; } - (id) initWithRunner: (ByteCodeRunner*) rnr; - (void) fire: (NSNumber *) root; @end class iosTimerSupport : public NativeMethodHost { public: iosTimerSupport(ByteCodeRunner *...
{ "pile_set_name": "Github" }
<html> <head> <link rel="stylesheet" type="text/css" href="css/tips.css"> </head> <body> <p>You can easily open an external file for editing, if you just drag it from the Explorer or Finder to the editor.</p> <p class="image"><img src="images/dragToOpen.png"></p> </body> </html>
{ "pile_set_name": "Github" }
/****************************************************************************** ** ** FILE NAME : ifxmips_async_aes.c ** PROJECT : IFX UEIP ** MODULES : DEU Module ** ** DATE : October 11, 2010 ** AUTHOR : Mohammad Firdaus ** DESCRIPTION : Data Encryption Unit Driver for AES Algorithm ** COP...
{ "pile_set_name": "Github" }
function($mpt){ var anns = this.meta.$mod$ans$; if (typeof(anns) === 'function') { anns = anns(); this.meta.$mod$ans$=anns; } if (anns) for (var i=0; i < anns.length; i++) { if (is$(anns[i],$mpt.Annotation$annotated))return true; } return false; }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <array> <array> <string>foreground</string> <string>glyphs</string> </array> <array> <string>background</string> <string>glyphs.background</strin...
{ "pile_set_name": "Github" }
require 'rmagick' hat = Magick::Image.read('images/Flower_Hat.jpg').first hat.resize!(0.25) # Construct a pattern using the hat image gc = Magick::Draw.new gc.pattern('hat', 0, 0, hat.columns, hat.rows) do gc.composite(0, 0, 0, 0, hat) end # Set the fill to the hat "pattern." Draw an ellipse gc.fill('hat') gc.elli...
{ "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 Wed May 03 07:08:46 PDT 2017 --> <title>MemoryCache.ResourceRemovedListener (glide 3.8.0 API)</title> <meta name="date" content=...
{ "pile_set_name": "Github" }
<?php use MediaWiki\Block\DatabaseBlock; use MediaWiki\Block\DatabaseBlockStore; use MediaWiki\Block\Restriction\NamespaceRestriction; use MediaWiki\Config\ServiceOptions; use MediaWiki\HookContainer\HookContainer; use MediaWiki\MediaWikiServices; use Psr\Log\NullLogger; /** * Integration tests for DatabaseBlockStor...
{ "pile_set_name": "Github" }
package registry import ( "errors" "fmt" "time" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/fields" "k8s.io/apimachinery/pkg/watch" kapi "k8s.io/kubernetes/pkg/api" kcoreclient "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion" "github....
{ "pile_set_name": "Github" }
--- openshift_gcp_project: '' openshift_gcp_prefix: '' openshift_gcp_network_name: "{{ openshift_gcp_prefix }}network" openshift_gcp_multizone: False
{ "pile_set_name": "Github" }
% instance = 10, name = bbob_f001_i21_d40__bbob_f006_i22_d40 % function eval_number | 2 objectives 1 1.300570470813759e+05 1.768573899060141e+08 4 1.178072939445730e+05 1.952959468816856e+08 12 1.175379415255915e+05 2.263008796289749e+08 24 1.327177823981511e+05 1.662908535201634e+08 26 9.048792727954550e+04 1.849...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 8caca8a5b8fc29241857185d3e2fbaa6 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{"text": ["$", "cost", "looking", "for", "the", "next", "$", "ati", "$", "utx", "$", "do", "must", "have", "URL"], "created_at": "Sat May 31 09:24:59 +0000 2014", "user_id_str": "2535221254"}
{ "pile_set_name": "Github" }
{ "multi":null, "text":"@张杰 @林俊杰 @文章同學 ,这分明是一个缠绵悱恻,纠葛凄美的爱情故事啊,你爱我,我爱他,他爱你,你们这样真的好吗[偷笑]", "user":{ "verified":false, "description":true, "gender":"f", "messages":17993, "followers":8522, "location":"其他", "time":1265870716, "friends":374, "verified_type":220 }, "has_url":false, "comments":26, "pics":3, "source":"iPhone客户...
{ "pile_set_name": "Github" }
package packngo import ( "bytes" "encoding/json" "fmt" "io" "io/ioutil" "net/http" "net/url" "strconv" "strings" "time" ) const ( libraryVersion = "0.1.0" baseURL = "https://api.packet.net/" userAgent = "packngo/" + libraryVersion mediaType = "application/json" headerRateLimit = "...
{ "pile_set_name": "Github" }
POM_ARTIFACT_ID=apollo-rx3-support POM_NAME=Apollo GraphQL Rx3 Support POM_DESCRIPTION=Apollo GraphQL RxJava3 bindings POM_PACKAGING=jar
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Filesystem; use Illuminate\Support\ServiceProvider; class FilesystemServiceProvider extends ServiceProvider { /** * Register the service provider. * * @return void */ public function register() { $this->registerNativeFilesystem(); $this->reg...
{ "pile_set_name": "Github" }
<!DOCTYPE html > <html> <head> <title>Weekday - org.saddle.time.Weekday</title> <meta name="description" content="Weekday - org.saddle.time.Weekday" /> <meta name="keywords" content="Weekday org.saddle.time.Weekday" /> <meta http-equiv="content-type" content="text/html; c...
{ "pile_set_name": "Github" }
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) add_definitions(-D__WINESRC__) spec2def(rasapi32.dll rasapi32.spec ADD_IMPORTLIB) list(APPEND SOURCE rasapi.c ${CMAKE_CURRENT_BINARY_DIR}/rasapi32_stubs.c ${CMAKE_CURRENT_BINARY_DIR}/rasapi32.def) add_library(rasapi32 SHARED ${SOURCE}) s...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "Lice...
{ "pile_set_name": "Github" }
/* * Sending VK_PAUSE to the console window almost works as a mechanism for * pausing it, but it doesn't because the console could turn off the * ENABLE_LINE_INPUT console mode flag. */ #define _WIN32_WINNT 0x0501 #include <stdio.h> #include <stdlib.h> #include <windows.h> CALLBACK DWORD pausingThread(LPVOID dumm...
{ "pile_set_name": "Github" }
--- output: pdf_document: citation_package: natbib keep_tex: true fig_caption: true latex_engine: pdflatex template: ../svm-latex-ms.tex bibliography: master.bib header-includes: - \usepackage{hyperref} biblio-style: apsr title: "A Pandoc Markdown Article Starter and Template" thanks: "Replica...
{ "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 scrypt implements the scrypt key derivation function as defined in // Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard // F...
{ "pile_set_name": "Github" }
#include "iwstw.h" #include "iwth.h" #include "iwlog.h" #include <stdlib.h> #include <errno.h> #include <assert.h> struct _TASK { iwstw_task_f fn; void *arg; struct _TASK *next; }; struct _IWSTW { struct _TASK *head; struct _TASK *tail; pthread_mutex_t mtx; pthread_barrier_t brr; pthread_cond_t cond; ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:orientation="horizontal" > <LinearLayout android:gravity="cente...
{ "pile_set_name": "Github" }
:doctype: book :idprefix: :idseparator: - :toc: left :toclevels: 4 :tabsize: 4 :numbered: :sectanchors: :sectnums: :icons: font :hide-uri-scheme: :docinfo: shared,private :sc-ext: java :project-full-name: Spring Cloud Vault
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or...
{ "pile_set_name": "Github" }
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
{ "pile_set_name": "Github" }
<?php /** * Validates https (Secure HTTP) according to http scheme. */ class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http { public $default_port = 443; } // vim: et sw=4 sts=4
{ "pile_set_name": "Github" }
# To convert DocBook XML to PDF xmlto pdf mydoc.xml # To convert DocBook XML to HTML xmlto -o html-dir html mydoc.xml # To convert DocBook XML to single HTML file xmlto html-nochunks mydoc.xml # To modify output with XSL override xmlto -m ulink.xsl pdf mydoc.xml # To use non-default xsl xmlto -x mystylesheet.xsl pd...
{ "pile_set_name": "Github" }
using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeOpenXml; namespace EPPlusTest { [TestClass] public class ExcelRangeBaseTests : TestBase { [TestMethod] public void CopyCopiesCommentsFromSingleCellRanges() { InitBase(); var pck = new ExcelPacka...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * 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. Redistributions of source code must retain the above copyright ...
{ "pile_set_name": "Github" }
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <vType id="DEFAULT_VEHTYPE" sigma="0"/> <vehicle id="0" depart="0"> <route edges="beg middle end rend"/> <route edges="beg middle end rend"/> </vehicle> </routes>
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:26fe5796c5161417f976204f360377d3dca9f8cd310823652b10cf245c5d13b6 size 8621
{ "pile_set_name": "Github" }
/****************************************************************************** * xen-compat.h * * Guest OS interface to Xen. Compatibility layer. * * 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...
{ "pile_set_name": "Github" }
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id></id> ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Sun Jan 06 11:49:16 CST 2013 --> <TITLE> Uses of Interface com.intel.cosbench.controller.service.StageCallable </TITLE> <META NAME="date" CON...
{ "pile_set_name": "Github" }
import * as React from 'react'; import { LoadingOutlined } from '@ant-design/icons'; import { Steps, Button, message } from 'antd'; // TODO // import Prompt from 'umi/prompt'; import { ICreateProgress } from '@/enums'; import ProjectContext from '@/layouts/ProjectContext'; import Terminal, { TerminalType } from '@/comp...
{ "pile_set_name": "Github" }
.pagination { zoom: 1; } .pagination table { float: left; height: 30px; } .pagination td { border: 0; } .pagination-btn-separator { float: left; height: 24px; border-left: 1px solid #444; border-right: 1px solid #777; margin: 3px 1px; } .pagination .pagination-num { border-width: 1px; border-style...
{ "pile_set_name": "Github" }
![Async Logo](https://raw.githubusercontent.com/caolan/async/master/logo/async-logo_readme.jpg) [![Build Status via Travis CI](https://travis-ci.org/caolan/async.svg?branch=master)](https://travis-ci.org/caolan/async) [![NPM version](https://img.shields.io/npm/v/async.svg)](https://www.npmjs.com/package/async) [![Cove...
{ "pile_set_name": "Github" }
angular.module('healthyGulpAngularApp', ['ui.router']) .config(['$stateProvider', '$urlRouterProvider', function($stateProvider, $urlRouterProvider) { $urlRouterProvider.otherwise('/'); $stateProvider .state('home', { url: '/', templateUrl: 'components...
{ "pile_set_name": "Github" }
function X = myOMP(Y, D, L) %% =================== Info ========================= % Author: Tiep Vu thv102@psu.edu % Date created: 8/27/2015 9:09:35 AM % Description: Solve the l0 problem using OMP. This is actuaaly % a wrapper of mexOMP in SPAMS toolbox %% ================================================...
{ "pile_set_name": "Github" }
mkdir /v2c/disk guestfish -a /input/input -m /dev/sda1:/ copy-out / /v2c/disk
{ "pile_set_name": "Github" }
import { Action } from '@ngrx/store'; import { IUserData } from './models'; import { tracklistIdForUserLikes, tracklistIdForUserTracks } from './utils'; export class UserActions { static FETCH_USER_FAILED = 'FETCH_USER_FAILED'; static FETCH_USER_FULFILLED = 'FETCH_USER_FULFILLED'; static LOAD_USER = 'LOAD_USER...
{ "pile_set_name": "Github" }
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
{ "pile_set_name": "Github" }
/***************************************************************************** * | File : EPD_2in13_V2.c * | Author : Waveshare team * | Function : 2.13inch e-paper V2 * | Info : *---------------- * | This version: V3.0 * | Date : 2019-06-13 * | Info : * --------------------...
{ "pile_set_name": "Github" }
/* * FreeRTOS Kernel V10.2.0 * Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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, includ...
{ "pile_set_name": "Github" }
namespace Pulsar4X.ECSLib { public class PassiveThermalSensorAtbDB : BaseDataBlob { public int ThermalSensitivity { get; internal set; } public override object Clone() { return new PassiveThermalSensorAtbDB { ThermalSensitivity = ThermalSensitivity, OwningEntity = OwningEnt...
{ "pile_set_name": "Github" }
function [f,x,u]=ksdensityw(y,w,varargin) %KSDENSITY Compute density estimate % [F,XI]=KSDENSITY(X) computes a probability density estimate of the sample % in the vector X. F is the vector of density values evaluated at the % points in XI. The estimate is based on a normal kernel function, using a % wind...
{ "pile_set_name": "Github" }
//======== (C) Copyright 2002 Charles G. Cleveland All rights reserved. ========= // // The copyright to the contents herein is the property of Charles G. Cleveland. // The contents may be used and/or copied only with the written permission of // Charles G. Cleveland, or in accordance with the terms and conditions ...
{ "pile_set_name": "Github" }
package test.websocket.text; import hxy.server.socket.anno.Socket; import hxy.server.socket.engine.SocketMsgHandler; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.http.HttpRequest; /** * @Description * @Author xinyu.huang * @Time 2020/4/8 21:32 */ @Socket public class SimpleSocketMs...
{ "pile_set_name": "Github" }
//>>built define("dojox/grid/enhanced/plugins/DnD", [ "dojo/_base/kernel", "dojo/_base/declare", "dojo/_base/connect", "dojo/_base/array", "dojo/_base/lang", "dojo/_base/html", "dojo/_base/json", "dojo/_base/window", "dojo/query", "dojo/keys", "dojo/dnd/Source", "dojo/dnd/Avatar", "../_Plugin", "../../Enh...
{ "pile_set_name": "Github" }
var getLength = require('./getLength'), isLength = require('./isLength'), toObject = require('./toObject'); /** * Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection. * @param {boolean} [fromRight] Specify iterating from rig...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include "levenshtein.h" #include <errno.h> #include <stdlib.h> #include <string.h> /* * This function implements the Damerau-Levenshtein algorithm to * calculate a distance between strings. * * Basically, it says how many letters need to be swapped, substituted, * deleted from...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Class javax.sound.sampled.CompoundControl.Type (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../../../styleshe...
{ "pile_set_name": "Github" }
/* * CaptureTheFlagFlagTest.java */ package games.stendhal.server.entity.item; import static org.junit.Assert.assertEquals; import org.junit.BeforeClass; import org.junit.Test; import games.stendhal.server.entity.DressedEntity; import games.stendhal.server.entity.Outfit; import games.stendhal.server.entity.RPEnti...
{ "pile_set_name": "Github" }
using System.Web.Mvc; using NUnit.Framework; using Roadkill.Core; using Roadkill.Core.Configuration; using Roadkill.Core.Extensions; using Roadkill.Core.Mvc.Controllers; using Roadkill.Core.Services; using Roadkill.Tests.Unit.StubsAndMocks; using Roadkill.Tests.Unit.StubsAndMocks.Mvc; namespace Roadkill.Tes...
{ "pile_set_name": "Github" }
// Copyright 2015 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 darwin linux windows package asset import "io" // Open opens a named asset. // // Errors are of type *os.PathError. // // This must not be called f...
{ "pile_set_name": "Github" }
/* @author Roberto G. Valenti <robertogl.valenti@gmail.com> @section LICENSE Copyright (c) 2015, City University of New York CCNY Robotics Lab <http://robotics.ccny.cuny.edu> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the...
{ "pile_set_name": "Github" }
+++ title = "Software Engineering" author = ["Derrick Chua", "Jethro Kuan"] lastmod = 2020-07-17T00:57:54+08:00 draft = false +++ ## Object-Oriented Programming {#object-oriented-programming} - Every object has both _state_ (data) and _behaviour_ (operations on data). - Every object has an _interface_ and an _imple...
{ "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" }
<?php /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return array_replace_recursive(require __DIR__.'/en.php', [ 'meridiem' => ['Tesiran'...
{ "pile_set_name": "Github" }
eff6ef1bf28d085182756084b4ffbf00ce4fa6ce
{ "pile_set_name": "Github" }
/* No comment provided by engineer. */ "Could not move to Applications folder" = "Не удалось переместить в папку «Программы»"; /* No comment provided by engineer. */ "Do Not Move" = "Не перемещать"; /* No comment provided by engineer. */ "I can move myself to the Applications folder if you'd like." = "Если хотите, я ...
{ "pile_set_name": "Github" }
{ "name": "氣象法", "status": "實施", "content": [ { "num": 1, "zh": "第一條", "article": "為加強氣象業務,健全測報制度,特制定本法;本法未規定者,依其他法律規定。", "reason": "本條未修正。" }, { "num": 2, "zh": "第二條", "article": "本法所用名詞,定義如下:一、氣象業務:指從事氣象、地震、海象等現象之觀測、資料蒐集與研判結果之發布。二、氣象:指大氣諸現象。三、地震:指地層發生錯動或火山活動...
{ "pile_set_name": "Github" }
/* * OpenClinica is distributed under the * GNU Lesser General Public License (GNU LGPL). * For details see: http://www.openclinica.org/license * copyright 2003-2011 Akaza Research */ package org.akaza.openclinica.control.form.spreadsheet; /** * For CRF SpreadSheet uploading validation * */ //ywa...
{ "pile_set_name": "Github" }
/********************************************************************* * RPC for the Windows NT Operating System * 1993 by Martin F. Gergeleit * Users may use, copy or modify Sun RPC for the Windows NT Operating * System according to the Sun copyright below. * * RPC for the Windows NT Operating System COMES WITH...
{ "pile_set_name": "Github" }
/* $OpenBSD: fmemopentest.c,v 1.4 2020/08/17 16:17:39 millert Exp $ */ /* * Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission...
{ "pile_set_name": "Github" }
/*! * @license * Copyright 2019 Alfresco, Inc. and/or its affiliates. * * 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...
{ "pile_set_name": "Github" }
<template> <li> <a href="#" @click.stop.prevent="$emit('clickByEvent')"> <img :src="item.profileImageUrl" style="max-width:30px;border-radius:30px;float:left;" /> <div class="menu-info" style="margin-left:45px;"> <h4 class="control-sidebar-subheading" style="font-size:16px;"> <span sty...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple 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: // 1. Redistributions o...
{ "pile_set_name": "Github" }
using Newtonsoft.Json; namespace YouTrackSharp.AgileBoards { /// <summary> /// A class that represents a YouTrack field used in the context of an agile board /// </summary> public class Field { /// <summary> /// Gets or sets the name of the field /// </summary> [Jso...
{ "pile_set_name": "Github" }
--SKIPIF-- return !function_exists('hash_hmac'); --INI-- URI.Munge = "/redirect?s=%s&t=%t&r=%r&n=%n&m=%m&p=%p" URI.MungeSecretKey = "foo" URI.MungeResources = true --HTML-- <a href="http://example.com">Link</a> <img src="http://example.com" style="background-image:url(http://example.com);" alt="example.com" /> --EXPECT...
{ "pile_set_name": "Github" }
// Copyright 2011 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=znver1 -instruction-tables < %s | FileCheck %s addpd %xmm0, %xmm2 addpd (%rax), %xmm2 addsd %xmm0, %xmm2 addsd (%rax), %xmm2 andnpd %xmm0, %xmm2 andnpd ...
{ "pile_set_name": "Github" }
<template> <div class="comments"> <div class="disqus" :class="{ ready: disqusReady }"> <client-only> <lazy-component @show="disqusReady = true"> <vue-disqus shortname="nuepress-kmr-io" :identifier="article.slug" /> </lazy-component> </client-only> </div> </div> </templa...
{ "pile_set_name": "Github" }
// // MMShapeAssetGroup.h // LooseLeaf // // Created by Adam Wulf on 7/21/18. // Copyright © 2018 Milestone Made, LLC. All rights reserved. // #import "MMDisplayAssetGroup.h" NS_ASSUME_NONNULL_BEGIN @interface MMShapeAssetGroup : MMDisplayAssetGroup + (MMShapeAssetGroup*)sharedInstance; - (instancetype)init N...
{ "pile_set_name": "Github" }
# uncompyle6 version 2.9.10 # Python bytecode 2.7 (62211) # Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10) # [GCC 6.2.0 20161005] # Embedded file name: types.py from types import * MSG_KEY_PARAMS = 65536 MSG_KEY_PARAMS_FLAGS = 65537 MSG_KEY_PARAMS_SRC = 65538 MSG_KEY_PARAMS_DST = 65539 MSG_KEY_PARAMS...
{ "pile_set_name": "Github" }
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */ .swagger-section pre code { display: block; padding: 0.5em; background: #F0F0F0; } .swagger-section pre code, .swagger-section pre .subst, .swagger-section pre .tag .title, .swagger-section pre .lisp .title, .swagger-sect...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # #/** # * Copyright 2007 The Apache Software Foundation # * # * 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 ...
{ "pile_set_name": "Github" }
package com.gentics.mesh.core.console; import java.io.IOException; import java.io.InputStream; /** * Provider for console specific interactions. (e.g. Read Input, Password etc) */ public interface ConsoleProvider { /** * Read next byte from console. * * @see {@link InputStream#read()} * @return the next ...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Simon Edwards <simon@simonzone.com> * * This source code is licensed under the MIT license which is detailed in the LICENSE.txt file. */ export interface Rectangle { x: number; y: number; width: number; height: number; } export function rectangleIntersection(rect1: Rectangle, rect2: Re...
{ "pile_set_name": "Github" }
using Microsoft.VisualStudio.TestTools.UnitTesting; using Recipes.DbConnector.Models; using Recipes.RowCount; namespace Recipes.DbConnector.RowCount { [TestClass] public class RowCountTests : RowCountTests<EmployeeSimple> { protected override IRowCountScenario<EmployeeSimple> GetScenario() ...
{ "pile_set_name": "Github" }
config HFSPLUS_FS tristate "Apple Extended HFS file system support" depends on BLOCK select NLS select NLS_UTF8 help If you say Y here, you will be able to mount extended format Macintosh-formatted hard drive partitions with full read-write access. This file system is often called HFS+ and was introduced...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUT...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0. ...
{ "pile_set_name": "Github" }
<!-- doc/src/sgml/ref/delete.sgml PostgreSQL documentation --> <refentry id="sql-delete"> <indexterm zone="sql-delete"> <primary>DELETE</primary> </indexterm> <refmeta> <refentrytitle>DELETE</refentrytitle> <manvolnum>7</manvolnum> <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> <refname...
{ "pile_set_name": "Github" }
/**************************************************************************** * * * cryptlib SSHv2 Channel Management * * Copyright Peter Gutmann 1998-2008 * * * ****************************************************************************/ #if defined( INC_ALL ) ...
{ "pile_set_name": "Github" }
/* * Copyright 2009,2010 Reality Jockey, Ltd. * info@rjdj.me * http://rjdj.me/ * * This file is part of ZenGarden. * * ZenGarden 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 ...
{ "pile_set_name": "Github" }
import React from 'react'; import PropTypes from 'prop-types'; const unitSymbols = { USD: '$', EUR: '€', }; /** * Price component that renders a price and a unit. */ export default function Price(props) { let Host = 'span'; if (props.emphasize) { Host = 'em'; } return ( <Host> {props.value} {!props....
{ "pile_set_name": "Github" }
//// /// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.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 /// th...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "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" }
(function( factory ) { if ( typeof define === "function" && define.amd ) { define( ["jquery", "../jquery.validate"], factory ); } else if (typeof module === "object" && module.exports) { module.exports = factory( require( "jquery" ) ); } else { factory( jQuery ); } }(function( $ ) { /* * Translated default ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>18E226</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <...
{ "pile_set_name": "Github" }