Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringlengths
108
4.81k
target
stringlengths
17
1.85k
prompt_type
stringclasses
6 values
<|file_sep|>paretoer.py #!/usr/bin/env python import sys import csv import string class CSVParetoer(): """ This class represents an instance of paretoization. In short, it operates on a CSV file and produces another file with a list of tags to be applied to that file. """ def __init__(self...
version '2.2' sha256 '0f12b0076f2bef08cd3129916a6fbe6f92bd7601a96bc787bfc0c5feda4b4d4a' >>>>>>> UPDATED
dummy_related_files
<|file_sep|>common/src/main/java/org/broadleafcommerce/common/extensibility/jpa/copy/ProfileEntity.java /* * #%L * BroadleafCommerce Common Libraries * %% * Copyright (C) 2009 - 2013 Broadleaf Commerce * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
Django==2.0.7 >>>>>>> UPDATED
dummy_related_files
<|file_sep|>demo/read_geometry_tracks.htm <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Reading geometry and tracks from the ROOT file</title> <script src="../scripts/JSRootCore.js" type="text/javascript"></script> <script ...
"File::Find:ver<0.1.1+>", "Pod::To::BigPage" >>>>>>> UPDATED
dummy_related_files
<|file_sep|>content/paper.md Title: Paper Discussion Group Category: Projekte Date: 2015-10-22 13:20 Tags: Paper, Pixelweise Klassifikation, Autonomes Fahren Authors: Marvin Teichmann In der Projektgruppe wollen wir die neuesten Entwicklungen im Bereich *Pixelweiser Klassifikation mit tiefen Neuronalen Netzen* diskuti...
PYTHONPATH=.:../CFC_WebApp python -m unittest discover -s tests -p Test* >>>>>>> UPDATED
dummy_related_files
<|file_sep|>test/Driver/debug-output.swift // REQUIRES: asserts // RUN: %swift -emit-llvm %S/Inputs/single_int.swift -o /dev/null -print-stats 2>&1 | FileCheck %s -check-prefix=STATS // STATS: Statistics Collected // Only print statistics once // STATS-NOT: Statistics Collected <|file_sep|>examples/fail_if_old_driver_...
cd "$(dirname "${0}")" >>>>>>> UPDATED
dummy_related_files
<|file_sep|>blog/css-concepts.html ## What are the best practices associated with using classes vs. ids? The main thing to remember when using classes versus ids in HTML/CSS is **classes** can be used as many times as needed within a document. **IDs** can only be applied once within a document. Just like no two peop...
unless parseFloat(atom.getVersion()) >= 1.7 atom.deserializers.add name: 'DeprecationCopView', deserialize: (state) -> module.exports.deserializeDeprecationCopView.bind(module.exports) >>>>>>> UPDATED
dummy_related_files
<|file_sep|>precipice-samples/src/main/java/net/uncontended/precipice/samples/GuardRailWithFactory.java /* * Copyright 2016 Timothy Brooks * * 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...
--build-arg AMDVLK_IMAGE="amdvlkadmin/$IMAGE_TAG" >>>>>>> UPDATED
both
<|file_sep|>run-tests.sh #!/bin/bash # Copyright 2015 Actian Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Un...
reportlab==3.6.10 >>>>>>> UPDATED
dummy_related_files
<|file_sep|>tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsLambdaTest.java /** * 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....
if path =~ /test\.html/ || path =~ /demo\.html/ >>>>>>> UPDATED
dummy_related_files
<|file_sep|>examples/osc-interaction/osc-examples.md # OSC Examples These example patches aim to show how to get other languages and environments sending OSC messages to Improviz. They're very basic but ideally make everything clear. ## Interacting The [Interacting](../../docs/interacting.md) documentation is where ...
default['phpapp']['mysql']['password'] = 'asdfasdf'>>>>>>> UPDATED
dummy_related_files
<|file_sep|>samples/serialize_xml.adb with Ada.Text_IO; with Util.Serialize.IO.XML; with Util.Streams.Texts; procedure Serialize_Xml is Output : aliased Util.Streams.Texts.Print_Stream; Stream : Util.Serialize.IO.XML.Output_Stream; begin Output.Initialize (Size => 10000); Stream.Initialize (Output =...
column_list=('day', 'rooms', 'kind', 'start', 'end'), >>>>>>> UPDATED
dummy_related_files
<|file_sep|>subprojects/logging/src/test/groovy/org/gradle/internal/featurelifecycle/SimulatedDeprecationMessageLogger.java <|fim_prefix|> public static final String INDIRECT_CALL = "indirect call"; public static final String INDIRECT_CALL_2 = "second-level indirect call"; public static DeprecatedFeatureUsage ...
return new DeprecatedFeatureUsage(message, SimulatedDeprecationMessageLogger.class).withStackTrace(); >>>>>>> UPDATED
no_related_no_history
<|file_sep|>azure-pipelines.yml # ASP.NET # Build and test ASP.NET projects. # Add steps that publish symbols, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4 trigger: - master pool: vmImage: 'windows-latest' variables: solution: '**/*.sln' ...
This project is Java based alternative to mongo-connector. It is reading MongoDB oplog and reproduce appropriate actions in ElasticSearch. Code based on [this](http://jaihirsch.github.io/straw-in-a-haystack/mongodb/2014/08/18/mongo-oplog-tailing/) tutorial >>>>>>> UPDATED
dummy_related_files
<|file_sep|>library/src/com/google/maps/android/clustering/algo/PreCachingDecorator.java package com.google.maps.android.clustering.algo; import android.annotation.TargetApi; import android.os.Build; import android.util.Log; import android.util.LruCache; import com.google.maps.android.clustering.Cluster; import com.g...
expect(Up.toInlineDocument('`````````')).to.be.eql( >>>>>>> UPDATED
dummy_related_files
<|file_sep|>scripts/upgrade_sovrin_node_ubuntu1604_test.sh #!/bin/bash -x vers="$1" if [ -z "$vers" ] ; then exit 1 fi echo "Run sovrin upgrade to version $vers" apt-get update -y && apt-get install sovrin-node="$vers" ret=$? if [ $ret -ne 0 ] ; then echo "Upgrade to version $vers failed" exit 1 fi echo "Resta...
skip: true # [py<36] >>>>>>> UPDATED
dummy_related_files
<|file_sep|>edit history --- a/metadata/net.sourceforge.solitaire_cg.txt +++ b/metadata/net.sourceforge.solitaire_cg.txt @@ -30,0 +30,3 @@ +Build:1.15,453 + commit=SolitaireCG-1.15 + <|file_sep|>metadata/net.sourceforge.solitaire_cg.txt <|fim_prefix|>ider deal interrupted * Add README and COPYING menu displays * Rep...
Current Version:1.15 Current Version Code:453 >>>>>>> UPDATED
edit_history
<|file_sep|>scrapy_espn/combine_years.sh #!/bin/bash if [ "$1" != "" ]; then if [ "$2" != "" ]; then if [ "$3" != "" ]; then YEAR=$2 while [ $YEAR -le $3 ] do cat "../data/$1_${YEAR}_games.csv" >> "$1_games_$2-$3.csv" echo "Combined $YEAR to our file" (( YEAR++ )) done #Remove duplicate...
<style> .hidden { display: none !important; } </style> >>>>>>> UPDATED
dummy_related_files
<|file_sep|>spec/features/disclosure_spec.rb require "rails_helper" describe "Disclosures" do feature "creating a disclosure" do it "accepts valid attributes" do visit new_disclosure_path fill_in "Title", with: "My New Valid Disclosure" fill_in "Abstract", with: "This is my disclosure" * 10 ...
} >>>>>>> UPDATED
both
<|file_sep|>programming/javascript/core/javascript-window.md ## JavaScript: The Definitive Guide Chapter 14: The Window Object setTimeout(): execute a function once after a specified amount of time has elapsed. setInterval(): execute a function repeatedly after a specified amount of time has elapsed. wind...
assert 'client_id' in mopidy['spotify'] assert 'client_secret' in mopidy['spotify'] >>>>>>> UPDATED
dummy_related_files
<|file_sep|>packages/at/atrans.yaml homepage: https://github.com/aphorisme/atrans changelog-type: '' hash: b1e2aa1af285e04c349f3c42fa86460acd3ac0894ab5249078c4845178fa18d7 test-bench-deps: {} maintainer: pfiff@hax-f.net synopsis: A small collection of monad (transformer) instances. changelog: '' basic-deps: base: ! '...
blobs.keys.detect { |key| key =~ /^#{language}[-_]buildpack\// } >>>>>>> UPDATED
dummy_related_files
<|file_sep|>tests/index.html <|fim_prefix|><!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Unit tests</title> <link rel="stylesheet" href="../assets/components/qunit/qunit/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../assets/components/qunit/qun...
<script src="../assets/components/jquery/dist/jquery.js"></script> >>>>>>> UPDATED
no_related_no_history
<|file_sep|>example-docker-cloud-stack.yml # This is the docker-compose.yml for the deployment environment. # Instead of building the image, it's pulled from Docker Hub. # The current directory is not mounted. # The database container mounts its data files from the host. A better way to do this might be to use a data ...
import zipfile def bf_extract(zfile, password): zip = zipfile.ZipFile(zfile) try: zip.setpassword(password) zip.extractall() except: pass finally: zip.close() if __name__ == "__main__": bf_extract("spmv.zip", "ok")>>>>>>> UPDATED
no_edit_random
<|file_sep|>src/test/java/org/simpleframework/xml/core/NotRequiredConstructorInjectionTest.java package org.simpleframework.xml.core; import org.simpleframework.xml.Attribute; import org.simpleframework.xml.Default; import org.simpleframework.xml.DefaultType; import org.simpleframework.xml.Element; import org.si...
return <div className = {['ct-chart', this.props.ratio].join(' ').trim()}></div>; >>>>>>> UPDATED
dummy_related_files
<|file_sep|>source/manual/alerts/user-monitor.html.md --- owner_slack: "#2ndline" title: Check that correct users have access parent: "/manual.html" layout: manual_layout section: Icinga alerts last_reviewed_on: 2017-05-25 review_in: 6 months --- This alert triggers is triggered by the [User monitor][] task. This task...
<display-name>Web Ssh</display-name> >>>>>>> UPDATED
dummy_related_files
<|file_sep|>binary-string.js <|fim_prefix|>// Returns binary string of given decimal number function decimalToBinary(num) { if (num >= 1) { if (num % 2) { // if decimal number is not divisible by 2, then recursively return proceeding binary of the digit minus 1, and then add 1 for the leftover 1 digit return dec...
} else { return decimalToBinary(num/2) + 0; // recursively return proceeding binary digits >>>>>>> UPDATED
no_related_no_history
<|file_sep|>src/Type/UserType.php <|fim_prefix|><?php namespace ProcessWire\GraphQL\Type; use GraphQL\Type\Definition\ObjectType; use GraphQL\Type\Definition\Type; use ProcessWire\GraphQL\Cache; <<<<<<< CURRENT <|user_cursor|> ======= <|fim_suffix|> class UserType { public static $name = 'User'; public static $d...
use ProcessWire\GraphQL\Type\Fieldtype\FieldtypeEmail; >>>>>>> UPDATED
no_related_no_history
<|file_sep|>locales/bs/ways-to-give.properties # Ways to give page ways_to_give=Načini doniranja credit_debit_paypal=Kreditne / debitne kartice i PayPal make_donation=<a href="https://donate.mozilla.org/?utm_content=Ways_to_Give">Idite na ovaj link</a> da napravite sigurnu online donaciju sada. mail_check_heading=Ček (...
'tweak >= 0.1.0', >>>>>>> UPDATED
both
<|file_sep|>spec/graphql/execution/interpreter/arguments_spec.rb # frozen_string_literal: true require "spec_helper" describe "GraphQL::Execution::Interpreter::Arguments" do class InterpreterArgsTestSchema < GraphQL::Schema class SearchParams < GraphQL::Schema::InputObject argument :query, String, required...
), migrations.AlterField( model_name='user', name='groups', field=models.ManyToManyField(related_query_name='user', related_name='user_set', to='auth.Group', blank=True, help_text='The groups this user belongs to. A user will get all permissions granted to each of th...
no_edit_random
<|file_sep|>tests/integration/bundle/bundle-include-base64.yaml <|fim_prefix|>series: xenial applications: ghost: charm: "ghost" num_units: 1 mysql: charm: "mysql" <<<<<<< CURRENT <|user_cursor|> channel: "candidate" series: "trusty" ======= <|fim_suffix|> num_units: 1 options: max-...
channel: candidate >>>>>>> UPDATED
no_related_no_history
<|file_sep|>test/visual/_template.html <!doctype html> <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]--> <html class="no-js" lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Foundation for Sites Testing</title> <link href="../as...
AND e1.platform='bitbucket' >>>>>>> UPDATED
dummy_related_files
<|file_sep|>fedora22-net/ansible/roles/pulp_consumer/tasks/main.yml --- - name: Disable sshd strict modes lineinfile: backrefs: yes dest: /etc/ssh/sshd_config regexp: "^#StrictModes yes" line: "StrictModes no" notify: restart sshd - name: Install Pulp dnf repository get_url: url: ht...
:sha256 => '8fbbd653283a84ce8541f1f58670cc2fe9da88ed32b75a153bbabd69709d7314' >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>week-1/my_reflection.md <|fim_prefix|>ection ##Part 1: Based on the resources you looked at, describe the terms you learned about. - Browser: Software application that translates the web - DNS: Domain Name System -- the phone book of the internet - Domain: A name for a site, with usually at least two lev...
computer's address on the internet. Either IPv4 or IPv6. - Web app: A complex site, usually that enables user interaction, amongst other cool features. - Web server: A software that listens for requests to load a site - Website: A simplistic page (different from a web app) - World wide web: All of the site on the i...
no_edit_random
<|file_sep|>LICENSE.txt The MIT License (MIT) Copyright (c) 2015 Test Double, LLC. 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 ...
</code> >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>src/main/java/net/tridentsdk/base/BlockDirection.java package net.tridentsdk.base; import lombok.Getter; public enum BlockDirection { NORTH(0, 0, -1), NORTH_EAST(1, 0, -1), EAST(1, 0, 0), SOUTH_EAST(1, 0, 1), SOUTH(0, 0, 1), SOUTH_WEST(-1, 0, 1), WEST(-1, 0, 0), NORTH_WEST...
namespace :slugs do desc "Generate slug attribute for objects from classes that use Sluggable concern" task generate: :environment do %w(Budget Budget::Heading Budget::Group).each do |class_name| class_name.constantize.all.each(&:generate_slug) end end end >>>>>>> UPDATED
no_edit_random
<|file_sep|>db/init/16-dashboard.sql /*Connect to database*/ \connect mobydq /*Create view to get batch status summary*/ CREATE OR REPLACE VIEW base.batch_status AS SELECT a.id , a.status , a.created_date , a.updated_date , (DATE_PART('day', a.updated_date::timestamp - a.created_date::timestamp)*24 + DA...
[![Gem Version](https://badge.fury.io/rb/mingle_cli.png)](http://badge.fury.io/rb/mingle_cli) >>>>>>> UPDATED
dummy_related_files
<|file_sep|>usr/local/sbin/ntpdate_sync_once.sh <|fim_prefix|>#!/bin/sh NOTSYNCED="true" while [ "$NOTSYNCED" = "true" ]; do ntpdate "0.pfsense.pool.ntp.org" if [ "$?" = "0" ]; then NOTSYNCED="false" fi done # Launch -- we have net. <<<<<<< CURRENT <|user_cursor|> ======= <|fim_suffix|> /usr/local/sbin/ntpd -s ...
killall ntpd 2>/dev/null sleep 1 >>>>>>> UPDATED
no_related_no_history
<|file_sep|>gem/migrations/0027_set_site_settings_correctly.py # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations from molo.profiles.models import UserProfilesSettings from wagtail.wagtailcore.models import Site def set_site_settings(apps, schema_editor): for site ...
<a href="https://online.ntnu.no/wiki/online/fadderukene/2020-/">her</a> >>>>>>> UPDATED
dummy_related_files
<|file_sep|>spec/unit/generator/section_spec.rb # frozen_string_literal: true module GitHubChangelogGenerator RSpec.describe Section do let(:options) { {} } subject(:section) { described_class.new(options) } describe "#encapsulate_string" do let(:string) { "" } context "with the empty strin...
} >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>tests/standalone/map_literal_oom_test.dart // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // // VMOptions=--old_gen_heap_size=7 // Test tha...
</p> <% if (-uv.as('kg').value() < maxExperienceOffset) { %> <p><span class="icon icon-info"></span> The computation does not take your experience into account. Consider adding between <%=new app.units.Unit({'value': 0, 'unit':'kg'}).as(config.units['mass']).format(0)%> (most experienced) and <%=new app.units.Unit(...
both
<|file_sep|>examples/README.rst <|fim_prefix|>here we use versioned indices (``test-blog-0``, ``test-blog-1``, ...) to manage schema changes and hides that behind an alias so that the application doesn't have to be aware of the versions and just refer to the ``test-blog`` alias for both read and write operations. For ...
elasticsearch - `parent/child <https://www.elastic.co/guide/en/elasticsearch/reference/6.3/nested.html>`_ and `nested <https://www.elastic.co/guide/en/elasticsearch/reference/6.3/nested.html>`_. >>>>>>> UPDATED
no_related_no_history
<|file_sep|>edit history --- a/src/app/router.animations.ts +++ b/src/app/router.animations.ts @@ -26,1 +26,1 @@ - animate('500ms cubic-bezier(.75,-0.48,.26,1.52)', + animate('500ms ease-out', <|file_sep|>src/app/router.animations.ts <|fim_prefix|>ry(':enter, :leave', style({ position: 'fixed', width:...
animate('500ms 300ms ease-in', >>>>>>> UPDATED
edit_history
<|file_sep|>app/app.js 'use strict'; import React, { Component } from 'react'; import ReactDOM from 'react-dom'; // Top-level React (pure functional) component: const App = () => ( <div> Hello, World! </div> ); // Inject into #app HTML element: ReactDOM.render(<App />, document.getElementById('app')); <|file_...
>>>>>>> UPDATED
both
<|file_sep|>CODE_OF_CONDUCT.md <|fim_prefix|>e, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. By adopting this Code of Conduct, project ...
he Code of Conduct may be permanently removed from the project team. This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project...
no_edit_random
<|file_sep|>edit history --- a/build.sbt +++ b/build.sbt @@ -3,1 +3,1 @@ - version := "scalactic-220826-ecr", + version := "scalactic-220916-ecr", <|file_sep|>build.sbt <|fim_prefix|>ame := "scalactic", version := "scalactic-220916-ecr", scalaVersion := "2.13.5", libraryDependencies ++= Seq( "org.scalatestp...
"-J-Xmx128m", "-J-Xms64m" >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>lib/ansible/modules/cloud/openstack/os_server_facts.py #!/usr/bin/python # Copyright (c) 2014 Hewlett-Packard Development Company, L.P. # # This module 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...
>>>>>>> UPDATED
dummy_related_files
<|file_sep|>.zenodo.json { "creators": [ { "affiliation": "University of Florida", "name": "Ethan P. White", "orcid": "0000-0001-6728-7745" }, { "affiliation": "University of Florida", "name": "Glenda M. Yenni", "orcid": "0000-0001-6969-1848" }, { "affilia...
```release-note:improvement audit-logging: **(Enterprise Only)** Audit logs will now include select HTTP headers in each logs payload. Those headers are: `Forwarded`, `Via`, `X-Forwarded-For`, `X-Forwarded-Host` and `X-Forwarded-Proto`. ``` >>>>>>> UPDATED
no_edit_random
<|file_sep|>appveyor.yml environment: JAVA_HOME: C:\Program Files\Java\jdk1.8.0 os: Visual Studio 2017 # Windows Server 2016 install: - java -version - mvn --version build_script: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V test_script: - mvn test --batch-mode - mvn checkstyle:check --bat...
<link rel="amphtml" href="https://mercury.postlight.com/amp?url={{ page.url | prepend: site.github.url }}"> >>>>>>> UPDATED
dummy_related_files
<|file_sep|>_posts/2014-11-20-introduction-programmation-fonctionnelle-semaine-4.md --- layout: post title: Introduction à la programmation fonctionnelle - Semaine 4 --- Un peu de retard pour ce nouveau billet consacré au cours d'[introduction à la programmation fonctionnelle]. ## Les fonctions d'ordre supérieure ...
@if(\App\HorizontCMS::isInstalled() && \Auth::check() && \Settings::get('admin_broadcast') != '') >>>>>>> UPDATED
dummy_related_files
<|file_sep|>wagtail/wagtailadmin/tests/test_password_reset.py from django.test import TestCase, override_settings from django.core import mail from wagtail.tests.utils import WagtailTestUtils from wagtail.wagtailcore.models import Site class TestUserPasswordReset(TestCase, WagtailTestUtils): fixtures = ['test.js...
"illuminate/support": "4.2.*|5.0.*", "theiconic/php-ga-measurement-protocol": "^1.1" >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>app/twig_templates/admin/categories/edit_sp.twig {% extends 'admin/layouts/default_sp.twig' %} {% block title %}{{ _('I edit a category') }}{% endblock %} {% block content %} <header><h1 class="in_menu sh_heading_main_b"><span class="h1_title">{{ _('I edit a category') }}</span></h1></header> <h2>...
version '31.0.1876.0' sha256 '0e3a47d30e13d6c94aafb272fbec7dd1ccc781c20882ee0fb36eec89fce86fa3' >>>>>>> UPDATED
dummy_related_files
<|file_sep|>Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat <|fim_prefix|>@echo off cls :start echo Starting server... <<<<<<< CURRENT <|user_cursor|>"Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 30 -clientVersion "0.57" -password "" -tcpLobby "149.202.51.185" 25565 ======= <|f...
"Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 30 -clientVersion "0.581" -password "" -tcpLobby "149.202.51.185" 25565 >>>>>>> UPDATED
no_related_no_history
<|file_sep|>.travis.yml language: objective-c script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/atom/apm/contents/script/build-package | sh' env: global: secure: SHDe6mtAJ13fKSG00Lbay9pdSZkfijoGkX/Gc/zXiyv4C/B9XIU8pSclUeQ0l+xnD/...
ERROR_TITLE_TEMPLATE = "\n****************************ERROR****************************\n" >>>>>>> UPDATED
dummy_related_files
<|file_sep|>lib/xmlrpc_server.rb require 'xmlrpc/server' require 'pp' server = XMLRPC::Server.new(8080) server.add_handler('postTopic') do |options| puts '-' * 50 puts 'postTopic received with the following options:' pp options { 'result' => 'success', 'topic_id' => '12345' } end server.serve <|file_sep|>te...
# steer_drive_ros [![Build Status](https://travis-ci.org/CIR-KIT/steer_drive_ros.svg?branch=kinetic-devel)](https://travis-ci.org/CIR-KIT/steer_drive_ros) [![Slack](https://img.shields.io/badge/Slack-CIR--KIT-blue.svg)](http://cir-kit.slack.com/messages/steer_drive_ros) >>>>>>> UPDATED
dummy_related_files
<|file_sep|>src/unittest/multipath_alignment_graph.cpp /// \file multipath_alignment_graph.cpp /// /// unit tests for the multipath mapper's MultipathAlignmentGraph #include <iostream> #include "json2pb.h" #include "vg.pb.h" #include "../multipath_mapper.hpp" #include "../build_index.hpp" #include "catch.hpp" names...
Build:1.0.0,12 commit=v1.0.0 subdir=min-cal-widget gradle=yes >>>>>>> UPDATED
dummy_related_files
<|file_sep|>logo_usage_guidelines.md <|fim_prefix|># Kubernetes Branding Guidelines These guidelines provide you with guidance for using the Kubernetes logo. You can use the logo on your website or in print without pre-approval, provided you follow these basic guidelines. You may display, modify or use the Kubernetes...
in the following ways. A compliant implementation is an implementation of the unmodified Google version of Kubernetes found at https://github.com/GoogleCloudPlatform/kubernetes and compatible branches thereof, together with published specifications, APIs and operational patterns.  Acceptable related uses include disp...
no_edit_random
<|file_sep|>app/models/spree/store_decorator.rb <|fim_prefix|>n_key => 'promotion_rule_id' has_attached_file :logo, :styles => { :mini => '48x48>', :small => '100x100>', :medium => '250x250>' }, :default_style => :medium, :url => 'stores/:id/:style/:basename.:extension', :path => 'stores/:i...
current_store || Store.default >>>>>>> UPDATED
no_related_no_history
<|file_sep|>Wangscape/noise/module/codecs/CylindersWrapperCodec.cpp <|fim_prefix|>#pragma once #include "CylindersWrapperCodec.h" namespace spotify { namespace json { using CylindersWrapper = noise::module::Wrapper<noise::module::Cylinders>; codec::object_t<CylindersWrapper> default_codec_t<CylindersWrapper>::codec...
codec.required("SourceModule", codec::ignore_t<int>()); >>>>>>> UPDATED
no_related_no_history
<|file_sep|>practicum/queue/README.md Опашка ====== Минимален елемент ----------------- Напишете функцията `int dequeue_min(queue<int>& q)`, която по дадена непразна опашка `q` премахва минимален елемент от `q`, като запазва всички останали елементи в `q` (не непременно в първоначалния им ред). Функцията връща премахн...
if (typeof window !== "undefined" && typeof window.btoa === "function") { // When running in a browser. >>>>>>> UPDATED
dummy_related_files
<|file_sep|>sample/src/main/java/com/louiscad/splittiessample/extensions/coroutines/Channels.kt /* * Copyright (c) 2018. Louis Cognault Ayeva Derman * * 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 ...
color: #919191; >>>>>>> UPDATED
dummy_related_files
<|file_sep|>requirements_dev.txt <|fim_prefix|>-r requirements.txt -e . black==19.3b0; python_version > '3' bump2version==0.5.10 coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 mock==2.0.0 <<<<<<< CURRENT <|user_cursor|>pre-commit==1.15.1 ======= <|fim_suffix|> pytest==4.4.1 pytest-cov==2.6.1 responses==0.10.6 Sphinx==1...
pre-commit==1.15.2 >>>>>>> UPDATED
no_related_no_history
<|file_sep|>count_labelsets.py """Create multilabel data set with normalized spelling. The input consists of a directory of text files containing the dataset in historic spelling. The data set consists of: <sentence id>\t<sentence>\tEmotie_Liefde (embodied emotions labels separated by _) <sentence id>\t<sentence>\tNon...
"coffee-script": "^1.8.0", >>>>>>> UPDATED
dummy_related_files
<|file_sep|>_posts/2009-07-31-igoogle-theme-somilody-2.md --- layout: post title: iGoogle Theme - Somilody 2 category: work excerpt: iGoogle Theme - Somilody 2 thumb: somilody-2.jpg --- <p><img src="{{ site.file }}/somilody-2.png" alt="iGoogle Theme - Somilody 2"></p> <div class=txt> <p>為 <a href="http://www.google.c...
func addShadow(opacity: CGFloat = 0.5, shadowRadius: CGFloat = 10, offset: CGSize = .zero) { self.shadowOffset = offset >>>>>>> UPDATED
dummy_related_files
<|file_sep|>src/ggrc/migrations/versions/20170214101700_ff4ebc0d89c_add_column_to_fulltext_records_table.py # Copyright (C) 2017 Google Inc. # Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file> """ Add 'subproperty' column into 'fulltext_record_properties' table to make search by property sub...
}; >>>>>>> UPDATED
both
<|file_sep|>tests/unit/phpDocumentor/Compiler/CompilerTest.php <?php /** * phpDocumentor * * PHP Version 5.3 * * @copyright 2010-2013 Mike van Riel / Naenius (http://www.naenius.com) * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ namespace phpDocumentor\Co...
# The descriptors are equivalent, but we have created # distinct dtype instances. >>>>>>> UPDATED
dummy_related_files
<|file_sep|>edit history --- a/.travis.yml +++ b/.travis.yml @@ -4,1 +4,1 @@ - - 6 + - 7 <|file_sep|>.travis.yml <|fim_prefix|>language: node_js node_js: - 7 cache: bundler: true directories: - node_modules before_script: - npm install -g gulp - gulp deploy: api_key: secure: TaF0rF0+n/t3jchds6...
on_success: never >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>src/test/java/com/trit/security/utils/ws/WsResourceTest.java package com.trit.security.utils.ws; import org.junit.Test; public class WsResourceTest { @Test(expected = IllegalArgumentException.class) public void testNullResource() { new WsResource(null); } @Test(expected = Illegal...
VERSION_NAME=2.7-SNAPSHOT >>>>>>> UPDATED
dummy_related_files
<|file_sep|>docker/install-docker.sh if [ "$(uname)" == "Darwin" ]; then # Do something under Mac OS X platform echo "Mac OSX Detected, please install docker toolbox https://docs.docker.com/mac/step_one/" elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then echo "Linux Detected" if [ "$(id -...
%h2 Hidden projects >>>>>>> UPDATED
dummy_related_files
<|file_sep|>src/recognition_keys/developer/pivotal/pivotal_tracker_story_number.html <h4>Fields</h4> <p> Each recognition result has the following fields: </p> <table class="table table-striped table-condensed"> <thead> <tr> <th>Property Name</th> <th>Type</th> <th>Description</th> </tr> </thead>...
tooltip_play= Reproducir tooltip_pause= Pausa tooltip_mute= Silenciar tooltip_unmute= Escuchar tooltip_send_to_tab= Enviar a pestaña tooltip_minimize= Minimizar tooltip_maximize= Maximizar tooltip_close= Cerrar tooltip_switch_visual= Clic para cambiar visualización media_type_audio= audio media_type_video= video error_...
no_edit_random
<|file_sep|>teensy_drive/README.md # TEENSY Firmware > The teensyboard 3.2 is used as the electronic speed control (ESC) ## Setting up the firmware ### 1 Install the teensyduino software Follow the insturctions here: https://www.pjrc.com/teensy/td_download.html ### 2 Setup `rosserial` ```bash sudo apt install ...
this.championsFilterTag = this.championsFilterTag === selectedFilterTag ? '' : selectedFilterTag; >>>>>>> UPDATED
dummy_related_files
<|file_sep|>tests/e2e/scenarios/metrics-server/run-test.sh #!/usr/bin/env bash # Copyright 2021 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.apa...
<B>Instructions:</B> <%= link_to @questionnaire.instruction_loc, @questionnaire.instruction_loc %> >>>>>>> UPDATED
dummy_related_files
<|file_sep|>formats/specialist_document/publisher/examples/specialist_document.json { "content_id": "4a656f42-35ad-4034-8c7a-08870db7fffe", "base_path": "/cma-cases/example-cma-case", "title": "Example CMA Case", "description": "This is the summary of an example CMA case", "format": "specialist_document", "...
# -*- encoding: utf-8 -*- >>>>>>> UPDATED
dummy_related_files
<|file_sep|>src/net/java/sip/communicator/service/gui/CreateAccountWindow.java /* * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.service.gui; /** * * @author Yana Stamcheva ...
.on(Number(process.env.REPORTS_HOUR)) >>>>>>> UPDATED
both
<|file_sep|>validation-test/compiler_crashers/28216-swift-expr-propagatelvalueaccesskind.swift // RUN: not --crash %target-swift-frontend %s -parse // REQUIRES: asserts // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case...
ng-if="project.showHelp()"> >>>>>>> UPDATED
dummy_related_files
<|file_sep|>examples/customserverexample.py #!/usr/bin/env python3 from pythinclient.server import ThinServer class CustomThinServer(BasicThinServer): def __init__(self, port=65000, is_daemon=False): super(BasicThinServer, self).__init__(port, is_daemon=is_daemon) # add custom server hooks self.add_hook...
sleep step >>>>>>> UPDATED
both
<|file_sep|>_posts/2014-10-27-google-glass-in-scala.md --- layout: post title: Simple application for google glass written in scala date: 2014-10-27 23:11:00 keywords: scala, android, google glass --- About a month ago I received google glass and only on last weekend I found a time for developing some...
if Pkg.installed("Reactive") !=nothing && Pkg.installed("Reactive") >= v"0.1.9" >>>>>>> UPDATED
dummy_related_files
<|file_sep|>recipes/ti/ti-framework-components_2.25.02.06.bb require ti-framework-components.inc PV = "2_25_02_06" SRC_URI[fctarball.md5sum] = "0ff9fc152633f6bfbe7ae98902833477" SRC_URI[fctarball.sha256sum] = "1dc2994b867c76a474fd0c7c82c544d9163f661434ce994542bba9dd2997da6a" <|file_sep|>scripts/find_duplicate_identi...
border-radius: 3px; >>>>>>> UPDATED
dummy_related_files
<|file_sep|>src/whitelist/templates/whitelist/index.html <|fim_prefix|>{% extends "home/base.html" %} {% block body-content %} <h1>Whitelist Request</h1> <p> </p> <form method="post"> {% csrf_token %} {{ form.non_field_errors }} <div class="form-group"> <label for="id_ign">{{ form.ign.label }}</label> {{ form....
<label for="id_email">{{ form.email.label }}</label> >>>>>>> UPDATED
no_related_no_history
<|file_sep|>linguist/managers.py # -*- coding: utf-8 -*- import functools from django.db import models from django.db.query import QuerySet from .models import Translation from .mixins import LinguistMixin from .utils.i18n import get_cache_key def get_value_as_list(value): """ Ensure the given returned valu...
"native-modules": true, >>>>>>> UPDATED
dummy_related_files
<|file_sep|>src/Symfony/Component/Security/Http/Tests/Authenticator/Passport/Badge/UserBadgeTest.php <?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this...
- name: Github Release uses: softprops/action-gh-release@v1 with: files: dist/* >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>core/admin/migrations/versions/f1393877871d_.py """ Add default columns to the configuration table Revision ID: f1393877871d Revises: 546b04c886f0 Create Date: 2018-12-09 16:15:42.317104 """ # revision identifiers, used by Alembic. revision = 'f1393877871d' down_revision = '546b04c886f0' from alembic im...
class ChangeTextToLongtext < ActiveRecord::Migration[5.0] def up change_column :line_room_talks, :text, :text, null: false, limit: 16777215 end def down end end >>>>>>> UPDATED
no_edit_random
<|file_sep|>edit history --- a/CHANGES.md +++ b/CHANGES.md @@ -12,1 +12,1 @@ - `verify_multi` method + `verify_multi` method #8 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,1 +10,1 @@ -* Avoid busy-looping (add time.sleep) when waiting for responses. +* Avoid busy-looping (add time.sleep) when waiting for responses. #9 <...
occurred or invalid status code is returned #7 >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>templates/contrail/userAuth.js.erb <|fim_prefix|>/* * Copyright (c) 2014 Juniper Networks, Inc. All rights reserved. */ <<<<<<< CURRENT <|user_cursor|> ======= <|fim_suffix|> /**************************************************************************** * Specify the authentication parameters for admin user ...
>>>>>>> UPDATED
no_related_no_history
<|file_sep|>site/docs/4.1/extend/icons.md <|fim_prefix|>ce and suggestions for using external icon libraries with Bootstrap. group: extend --- Bootstrap doesn't include an icon library by default, but we have a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we pr...
- [Iconic](https://github.com/iconic/open-iconic) >>>>>>> UPDATED
no_related_no_history
<|file_sep|>content/2015-09-11-servermon_coverage.md Title: Servermon code coverage > 95% Date: 2015-09-11 14:39:08 Category: servermon Tags: servermon, monitoring, puppet, django Hello everyone, happy to shared with you that I 've managed to get servermon's code coverage finally above 95%. 96.37 to be exact. This ...
<h3><p style="margin-right:5px;display:inline">http://municipales2015.listabierta.org/</p>{{ form_widget(form.address, { 'value' : default_address_slug }) }}</h3> <span>{{ form_errors(form.address) }}</span> >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>coding-practice/Trie/count_using_wildcards.py class Trie: def __init__(self): self.root = {} self.end = '*' def insert(self, word): cur = self.root for c in word: if c in cur: cur = cur[c] else: cur[c] = {} ...
httpConfigurable.thenApply = httpConfigurable.then; >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>gem/management/commands/add_images_to_articles.py from __future__ import absolute_import, unicode_literals import csv from babel import Locale from django.core.management.base import BaseCommand from wagtail.wagtailimages.tests.utils import Image from molo.core.models import ( Languages, Tag, ArticlePa...
"media-parser": "1.2.1", >>>>>>> UPDATED
both
<|file_sep|>edit history --- a/package.json +++ b/package.json @@ -3,1 +3,1 @@ - "version": "2.35.0", + "version": "2.36.0", <|file_sep|>package.json <|fim_prefix|>", "url": "git+https://github.com/fleg/nw-chromedriver.git" }, "contributors": [ { "name": "fleg" }, { "name": "Kieran Sim...
"nwVersion": "0.30.0" >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>COURSE/ML/lab2/lab2_vedio.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- import time import pandas as pd from sklearn.preprocessing import normalize from sklearn.neighbors import KNeighborsClassifier as KNN from sklearn.metrics import confusion_matrix from sklearn.model_selection import KFold from scipy...
def self.play_done_chime `say timer done` end >>>>>>> UPDATED
no_edit_last_hunk
<|file_sep|>scripts/try.typelevel.sh <|fim_prefix|><<<<<<< CURRENT <|user_cursor|>#!/usr/bin/env sh test -e ~/.coursier/coursier || ( \ mkdir -p ~/.coursier && \ curl -Lso ~/.coursier/coursier https://git.io/vgvpD && \ chmod +x ~/.coursier/coursier \ ) ~/.coursier/coursier launch -q -P \ com.lihaoyi:ammonite_2...
#!/usr/bin/env sh test -e ~/.coursier/coursier || ( \ mkdir -p ~/.coursier && \ curl -Lso ~/.coursier/coursier https://git.io/vgvpD && \ chmod +x ~/.coursier/coursier \ ) ~/.coursier/coursier launch -q -P \ com.lihaoyi:ammonite_2.12.4:1.0.3 \ -E org.scala-lang:scala-library \ -E org.scala-lang:scala-compil...
no_edit_random
<|file_sep|>spec/integration/haproxy_spec.rb require 'spec_helper' require 'httparty' RSpec.describe "haproxy" do [0, 1].each do |job_index| context "when the job rmq/#{job_index} is down" do before(:all) do bosh.stop("rmq/#{job_index}") end after(:all) do bosh.start("rmq/#{jo...
app.config['LDAP_BASE_DN'] = 'OU=users,dc=example,dc=org' app.config['LDAP_USERNAME'] = 'CN=user,OU=Users,DC=example,DC=org' app.config['LDAP_PASSWORD'] = 'password' >>>>>>> UPDATED
both
<|file_sep|>app/proguard-rules.txt -dontwarn org.apache.http.** -dontwarn android.net.http.AndroidHttpClient -dontwarn com.google.android.gms.** -dontwarn com.android.volley.toolbox.** -dontwarn android.net.http.AndroidHttpClient -dontwarn com.google.android.gms.** -dontwarn android.support.v7.** -dontwarn sun.** -dont...
global conn, cur, connected if not connected: conn = mysql.connector.connect(host=config.get('db_logger.host'), user=config.get('db_logger.username'), password=config.get('db_logger.password'), database=config.get('db_logger.database')) cur = conn.cursor() ...
no_edit_last_hunk
<|file_sep|>Utilities.py <|fim_prefix|>ard if at full. combo = False # Relevant for Rogues, where Combo can change how cards work turn = 0 turnOffset = 0 # Only tell the user what's happening before their turn us = '0' # player id them = '0' # player id numMinions = 0 reset() def ourTurn(): ...
Hand.hand = [Hand.card('Mulliganned') for _ in range(4)] + [Hand.card('The Coin')] >>>>>>> UPDATED
no_related_no_history
<|file_sep|>.github/workflows/size-label.yml name: size-label on: pull_request jobs: size-label: runs-on: ubuntu-latest steps: - name: size-label uses: "pascalgn/size-label-action@d909487e1a0057d85c638f1ddefdb315a63d2e98" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" <|file_...
spec.homepage = "https://github.com/terriblelabs/juxtapose" >>>>>>> UPDATED
both
<|file_sep|>app/apps/themes/hub_theme/views/layouts/article.html.erb <|fim_prefix|><!DOCTYPE html> <html lang="en"> <head> <!-- META SECTION --> <title>Trenton Business Hub</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" ...
<link href="https://fonts.googleapis.com/css?family=Exo:600" rel="stylesheet"> >>>>>>> UPDATED
no_related_no_history
<|file_sep|>examples/ultracoldNeutralPlasma.py import ucilib.Sim as Sim import ucilib.BorisUpdater as BorisUpdater import numpy as np # Some helpful constants. fund_charge = 1.602176565e-19 # Mass of Be^+ ions. ion_mass = 8.9465 * 1.673e-27 # Create a simulation with n particles. n = 10000 s = Sim.Sim() s.ptcls.s...
module.exports = factory(require('es6-promise').Promise); >>>>>>> UPDATED
both
<|file_sep|>pirate_add_shift_recurrence.py #!/usr/bin/python import sys import os from tasklib.task import Task, TaskWarrior time_attributes = ('wait', 'until', 'scheduled') def is_new_local_recurrence_child_task(task): # Do not affect tasks not spun by recurrence if not task['parent']: return False ...
- composer self-update --snapshot >>>>>>> UPDATED
dummy_related_files
<|file_sep|>push/tests/test_urls.py # coding=utf-8 from django.test.client import Client from django.test import TestCase from push.views import * class UrlResolveTests(TestCase): def test_url_index(self): c = Client() response = c.get('/') self.assertEqual(response.status_code, 302) ...
from django.apps import AppConfig class WatsonAppConfig(AppConfig): """App configuration for watson.""" name = 'watson' default_auto_field = 'django.db.models.AutoField' >>>>>>> UPDATED
no_edit_random
<|file_sep|>test/fbg_properties.json {"os4300" : {"sensor type" : "temperature", "position" : 0, "part number" : "os4310-1536-1FC-1-FC-S", "serial number" : "B312914", "nominal wavelength" : 1535.973, "temperature at nominal wavelength" : 23.4, "wavelength offset" : 8.0146, "cali...
BUTCHERS_BRIDGE(14), HOWLING_ABYSS(12), SUMMONERS_RIFT(11), SUMMONERS_RIFT_AUTUMN(2), SUMMONERS_RIFT_SUMMER(1), THE_CRYSTAL_SCAR(8), THE_PROVING_GROUNDS(3), TWISTED_TREELINE(10), TWISTED_TREELINE_ORIGINAL( >>>>>>> UPDATED
dummy_related_files
<|file_sep|>CONTRIBUTING.md Firstly, thanks! # Style We try to keep the style rules that need memorizing for this project to a minimum. Basically: * [stylish-haskell][1] is the final arbiter of all formatting issues. Running `make format` will apply it to the entire source tree, using this project's rules. * Gen...
- openjdk12 >>>>>>> UPDATED
dummy_related_files
<|file_sep|>Install-VsCode.ps1 <|fim_prefix|>### ### Install Visual Studio Code via Chocolatey and my preferred extensions ### $Extensions = @( 'ms-dotnettools.csharp', 'github.codespaces', 'ms-vscode.powershell', 'ms-azuretools.vscode-docker', 'eamodio.gitlens', 'ms-mssql.mssql', 'esbenp.p...
'ms-azuretools.vscode-cosmosdb', 'savranweb.cosmosdbsqlapi' >>>>>>> UPDATED
no_related_no_history
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
73