text stringlengths 54 60.6k |
|---|
<commit_before>/* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appl... |
<commit_before>/* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appl... |
<commit_before>// SUBS-04.WeirdCombinations.cpp
// https://judge.softuni.bg/Contests/37/CSharp-Basics-Exam-7-November-2014
#include <iostream>
#include <stack>
#include <string>
using namespace std;
const int numSysBase = 5 ;
int main ()
{ // numeral system based solution. The author uses nested loops.
string s ;
i... |
<commit_before>#include "s3.h"
using namespace himan;
#ifdef HAVE_S3
#include "debug.h"
#include "timer.h"
#include "util.h"
#include <iostream>
#include <libs3.h>
#include <mutex>
#include <string.h> // memcpy
namespace
{
static std::once_flag oflag;
const char* access_key = 0;
const char* secret_key = 0;
const ch... |
<commit_before>/// \file
/// \ingroup tutorial_tdataframe
/// \notebook -draw
/// This tutorial shows how VecOps can be used to slim down the programming
/// model typically adopted in HEP for analysis.
/// In this case we have a dataset containing the kinematic properties of
/// particles stored in individual arrays.
... |
<commit_before>void MdApi::OnDisconnected(int reason)
{
Task task = Task();
task.task_name = ONDISCONNECTED;
task.task_extra = reason;
this->task_queue.push(task);
};
void MdApi::OnError(XTPRI *error_info)
{
Task task = Task();
task.task_name = ONERROR;
if (error_info)
{
XTPRI *task_error = new XTPRI();
*t... |
<commit_before>/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: getfilenamewrapper.cxx,v $
*
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2006-10-12 10:53:22 $
*
* The Contents of this fil... |
<commit_before>/******************************************************************************
* Copyright 2018 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of ... |
<commit_before>#include <QSqlError>
#include <QFile>
#include <QDataStream>
#include <QDir>
#include <QDataStream>
#include <QUrl>
#include <fstream>
#include <iomanip>
#include "kernel.h"
#include "ilwisdata.h"
#include "ilwiscontext.h"
#include "errorobject.h"
#include "issuelogger.h"
using namespace Ilwis;
std::ma... |
<commit_before>#ifndef MCMC_TRAITS
#define MCMC_TRAITS
#define MCMC_HEADER
#include <cmath>
#include <cstddef>
namespace mcmc_utilities
{
/**
Get the size of an array object
\param x the array object
\return the size of the array object
*/
template <typename T>
inline size_t get_size(const T& x)... |
<commit_before>/*
Copyright (C) 1998 by Jorrit Tyberghein
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later ve... |
<commit_before>#pragma once
#include <iterator>
#include <memory>
#include "TimingTag.hpp"
#include "tatum_range.hpp"
namespace tatum {
/**
* The 'TimingTags' class represents a collection of timing tags (see the 'TimingTag' class)
* that belong to a particular node in the timing graph.
*
* Any operations perfo... |
<commit_before>// Copyright (c) 2013 Maciej Gajewski
#ifndef COROUTINES_MUTEX_HPP
#define COROUTINES_MUTEX_HPP
#include "profiling/profiling.hpp"
#include <mutex>
#include <atomic>
namespace coroutines {
class spinlock
{
public:
spinlock()
: _flag(ATOMIC_FLAG_INIT)
{ }
spinlock(const char* name... |
<commit_before>// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "webkit/plugins/ppapi/ppb_nacl_private_impl.h"
#include "base/rand_util_c.h"
#include "ppapi/c/private/ppb_nacl_private.h"
#i... |
<commit_before>/*
* Copyright (c) 2010 Digital Bazaar, Inc. All rights reserved.
*/
#define __STDC_FORMAT_MACROS
#define __STDC_LIMIT_MACROS
#define __STDC_CONSTANT_MACROS
#include "monarch/ws/WebServer.h"
#include "monarch/crypto/AsymmetricKeyFactory.h"
#include "monarch/data/json/JsonWriter.h"
#include "monarch/l... |
<commit_before>#include "Pixel.h"
#define PIXEL WalrusRPG::Graphics::Pixel
PIXEL::Pixel(std::uint16_t color) : value(color)
{
}
PIXEL::Pixel(Pixel &pix) : value((std::uint8_t) pix)
{
}
PIXEL::Pixel(std::uint8_t red, std::uint8_t green, std::uint8_t blue)
: b(blue >> 3), g(green >> 2), r(red >> 3)
{
}
PIXEL::op... |
<commit_before>// Copyright 2022 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... |
<commit_before>/*
* Copyright(c) Sophist Solutions, Inc. 1990-2016. All rights reserved
*/
#include "../../StroikaPreComp.h"
#if qHasFeature_OpenSSL
#include <openssl/evp.h>
#include <openssl/err.h>
#endif
#include "../../Containers/Common.h"
#include "../../Debug/Assertions.h"
#include "../.... |
<commit_before>#include "instantiationconstraint.h"
#include <model/devisertypes.h>
InstantiationConstraint::InstantiationConstraint(DeviserValidator *validator)
: DeviserConstraint(validator)
{
}
int InstantiationConstraint::analyzePackage(DeviserPackage *package)
{
int errors = 0;
foreach (DeviserVersion* ... |
<commit_before>#include "precomp.h"
#include "game_object_types.h"
#include "game_object_manager.h"
#include "game_object.h"
#include "player.h"
#include "../tile_chunk.h"
#include "throwable_object.h"
#include "../net/message.h"
clan::Sprite Player::s_rw,
Player::s_lw,
Player::s_uw,
Player::s_dw,
P... |
<commit_before>// General tests that the header search paths detected by the driver and passed
// to CC1 are sane.
//
// Test a very broken version of multiarch that shipped in Ubuntu 11.04.
// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
// RUN: -ccc-host-triple i386-unknown-linux \
// RUN: ... |
<commit_before>#include "./../../../Common/verbose-output/rule.hpp"
#include <boost/static_assert.hpp>
namespace utils { namespace verbose_output {
/// @brief rule for events from integrals state changing
/// @detailed 1. let x be monotonous increasing integral under observation
/// 2. le... |
<commit_before>#include <cassert>
#include <iostream>
#include <climits>
#include "solvers/equality_assistant.h"
#include "config.h"
using namespace theorysolver;
#define VERBOSE_ASSISTANT true
#define EF satsolver::ExtendedFormula
#define SPEF std::shared_ptr<EF>
#define EA EqualityAtom
#define SPEA std::shared_ptr... |
<commit_before>/*
* Copyright 2017 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. Al... |
<commit_before>/***********************************************************************************************************************
* *
* SPLASH build system v0.2 ... |
<commit_before>/*
* 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.... |
<commit_before>// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "views/controls/button/custom_button.h"
#include "ui/base/accessibility/accessible_view_state.h"
#include "ui/base/animation/... |
<commit_before>// Copyright (c) 2016, Joseph Mirabel
// Authors: Joseph Mirabel ([email protected])
//
// This file is part of hpp-core.
// hpp-core 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... |
<commit_before>/////////////////////////////////////////////////////////////////////////////
//
// BSD 3-Clause License
//
// Copyright (c) 2019, The Regents of the University of California
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted pr... |
<commit_before>/////////////////////////////////////////////////////////////////////////////
//
// BSD 3-Clause License
//
// Copyright (c) 2019, The Regents of the University of California
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted pr... |
<commit_before>// Check that the stack trace debugging API works and returns correct
// malloc and free stacks.
// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
#include <sanitizer/asan_interface.h>
#include <stdio.h>
#include <stdlib.h>
char *mem;
void func1() {
mem = (char *)malloc(10);
}
vo... |
<commit_before>/***************************************************//**
* @file FlameXUSBTransferHelper.cpp
* @date February 2016
* @author Ocean Optics, Inc.
*
* LICENSE:
*
* SeaBreeze Copyright (C) 2016, Ocean Optics Inc
*
* Permission is hereby granted, free of charge, to any person obtaining
* a co... |
<commit_before>/*!
* \brief Tests the GUI geometry builder
*
* \author ddubois
* \date 06-Nov-16.
*/
#include <vector>
#include <gtest/gtest.h>
#include <data_loading/geometry_cache/builders/gui_geometry_builder.h>
#include <view/nova_renderer.h>
TEST(gui_geometry_builder, add_vertex_test) {
auto vertex_bu... |
<commit_before>// programming_challenges_13.cpp: santiaago
// Description: Australian Voting - Programming challenges 110108
#include <iostream>
#include <vector>
#include <sstream>
#include <string>
#include <map>
using namespace std;
template<typename T>
void printVector(vector<T> v);
void printMap(map<string, uns... |
<commit_before>#include "request.h"
#include <cstring>
namespace REST {
const size_t Request::BUFFER_SIZE = 4096;
Request::Request(int client, struct sockaddr_storage client_addr) : handle(client), addr(client_addr) {
static Json::Reader json_reader;
std::string line;
bool is_header = true;
char buffer[BUFF... |
<commit_before>#include <errno.h>
#include <iostream>
#include <string>
using namespace std;
#include "config.h"
#include <openssl/rand.h>
#include "common/common_init.h"
#include "common/base64.h"
#include "rgw_user.h"
#include "rgw_access.h"
#include "rgw_acl.h"
#define SECRET_KEY_LEN 40
#define PUBLIC_ID_LEN ... |
<commit_before>/*
* Copyright (C) 2020 ScyllaDB
*/
/*
* This file is part of Scylla.
*
* Scylla is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... |
<commit_before>#include "gtest/gtest.h"
#include <node.h>
#include <parser.h>
#include <misc/fatal.h>
using namespace ydsh;
static std::vector<std::string> tokenize(const char *str) {
std::vector<std::string> tokens;
std::string tokenBuf;
for(unsigned int i = 0; str[i] != '\0'; i++) {
char ch = ... |
<commit_before>#include <tamer/tamer.hh>
#include <signal.h>
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
namespace tamer {
volatile sig_atomic_t driver::sig_any_active;
int driver::sig_pipe[2] = { -1, -1 };
namespace {
volatile sig_atomic_t sig_active[NSIG];
volatile int sig_installing = -1;
event<> sig... |
<commit_before>#ifndef UTIL_HH
#define UTIL_HH
#include <algorithm>
#include <vector>
#include <math.h>
/** Common utility functions. */
namespace util {
/** The square of the value. */
template <typename T>
T sqr(T a)
{
return a * a;
}
/** Median of the values in a vector.
* \note For odd numbe... |
<commit_before>// This file is part of the dune-stuff project:
// https://users.dune-project.org/projects/dune-stuff/
// Copyright Holders: Felix Albrecht, Rene Milk
// License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
#warning This header is deprecated, use '#include <dune/stuff/la/contain... |
<commit_before>#define EXT_SINGULAR 2
#define EXT_DEPTH_CHECK 3
#define EXT_DEPTH_ONE_REPLY 2
#define EXT_DEPTH_RECAP 2
#define NULL_DEPTH_RATE 12
#define NULL_DEPTH_REDUCE 14
#define NULL_DEPTH_VRATE 510
#define REDUCTION_RATE1 12
#define REDUCTION_RATE2 12
#define RAZOR_MARGIN1 230
#define RAZOR_MARGIN2 700
#define R... |
<commit_before>// Copyright 2014-2015 Project Vogue. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <sstream>
#include <string>
#include "elang/compiler/testing/analyzer_test.h"
#include "base/strings/string_piece.h"
#include "bas... |
<commit_before>#include <iostream>
int main()
{
std::cout << "123\n";
}
<commit_msg>Add return 0;<commit_after>#include <iostream>
int main()
{
std::cout << "123\n";
return 0;
}
<|endoftext|> |
<commit_before>#include "core/svg.h"
#include "core/numeric.h"
#include "core/angle.h"
#include "core/random.h"
#include "core/range.h"
#include "core/palette.h"
#include "core/palette_tableu.h"
using namespace euphoria::core;
using namespace euphoria::core::svg;
Poly
MakeStar(const vec2f& origo, float radius, const... |
<commit_before>#include "rtp/QualityManager.h"
#include "WebRtcConnection.h"
namespace erizo {
DEFINE_LOGGER(QualityManager, "rtp.QualityManager");
constexpr duration QualityManager::kMinLayerSwitchInterval;
constexpr duration QualityManager::kActiveLayerInterval;
constexpr float QualityManager::kIncreaseLayerBitrat... |
<commit_before>d6483158-2e4c-11e5-9284-b827eb9e62be<commit_msg>d64d3e1e-2e4c-11e5-9284-b827eb9e62be<commit_after>d64d3e1e-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>cd46f638-2e4d-11e5-9284-b827eb9e62be<commit_msg>cd4be9cc-2e4d-11e5-9284-b827eb9e62be<commit_after>cd4be9cc-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>4bafcc3e-2e4e-11e5-9284-b827eb9e62be<commit_msg>4bb53854-2e4e-11e5-9284-b827eb9e62be<commit_after>4bb53854-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e70ebc6c-2e4e-11e5-9284-b827eb9e62be<commit_msg>e713eb24-2e4e-11e5-9284-b827eb9e62be<commit_after>e713eb24-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>ff7dcdec-2e4e-11e5-9284-b827eb9e62be<commit_msg>ff82c4e6-2e4e-11e5-9284-b827eb9e62be<commit_after>ff82c4e6-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c4bf2cb4-2e4e-11e5-9284-b827eb9e62be<commit_msg>c4c42c00-2e4e-11e5-9284-b827eb9e62be<commit_after>c4c42c00-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>a5d00356-2e4d-11e5-9284-b827eb9e62be<commit_msg>a5d4fbcc-2e4d-11e5-9284-b827eb9e62be<commit_after>a5d4fbcc-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>b07366d0-2e4e-11e5-9284-b827eb9e62be<commit_msg>b078675c-2e4e-11e5-9284-b827eb9e62be<commit_after>b078675c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2c1ef17e-2e4e-11e5-9284-b827eb9e62be<commit_msg>2c23ff7a-2e4e-11e5-9284-b827eb9e62be<commit_after>2c23ff7a-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d800e094-2e4c-11e5-9284-b827eb9e62be<commit_msg>d805f250-2e4c-11e5-9284-b827eb9e62be<commit_after>d805f250-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>16ffa15e-2e4d-11e5-9284-b827eb9e62be<commit_msg>1704ba2c-2e4d-11e5-9284-b827eb9e62be<commit_after>1704ba2c-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>04070c94-2e4e-11e5-9284-b827eb9e62be<commit_msg>040bf98e-2e4e-11e5-9284-b827eb9e62be<commit_after>040bf98e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c55a6456-2e4c-11e5-9284-b827eb9e62be<commit_msg>c55f59de-2e4c-11e5-9284-b827eb9e62be<commit_after>c55f59de-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>a3885814-2e4d-11e5-9284-b827eb9e62be<commit_msg>a38d50bc-2e4d-11e5-9284-b827eb9e62be<commit_after>a38d50bc-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e7c1012e-2e4e-11e5-9284-b827eb9e62be<commit_msg>e7c62d5c-2e4e-11e5-9284-b827eb9e62be<commit_after>e7c62d5c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>fb7cacc4-2e4c-11e5-9284-b827eb9e62be<commit_msg>fb81a990-2e4c-11e5-9284-b827eb9e62be<commit_after>fb81a990-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>fdd393b6-2e4c-11e5-9284-b827eb9e62be<commit_msg>fdd88628-2e4c-11e5-9284-b827eb9e62be<commit_after>fdd88628-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>0e4e1c60-2e4e-11e5-9284-b827eb9e62be<commit_msg>0e531404-2e4e-11e5-9284-b827eb9e62be<commit_after>0e531404-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2929b0a4-2e4d-11e5-9284-b827eb9e62be<commit_msg>292ea1d6-2e4d-11e5-9284-b827eb9e62be<commit_after>292ea1d6-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d4207cb4-2e4c-11e5-9284-b827eb9e62be<commit_msg>d425a36a-2e4c-11e5-9284-b827eb9e62be<commit_after>d425a36a-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>8b1bf88a-2e4d-11e5-9284-b827eb9e62be<commit_msg>8b20f07e-2e4d-11e5-9284-b827eb9e62be<commit_after>8b20f07e-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e39683aa-2e4c-11e5-9284-b827eb9e62be<commit_msg>e39b8652-2e4c-11e5-9284-b827eb9e62be<commit_after>e39b8652-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>a4638302-2e4e-11e5-9284-b827eb9e62be<commit_msg>a4689b1c-2e4e-11e5-9284-b827eb9e62be<commit_after>a4689b1c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>98028ec4-2e4d-11e5-9284-b827eb9e62be<commit_msg>98078cf8-2e4d-11e5-9284-b827eb9e62be<commit_after>98078cf8-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>51afb0e6-2e4d-11e5-9284-b827eb9e62be<commit_msg>51b4c176-2e4d-11e5-9284-b827eb9e62be<commit_after>51b4c176-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>03af4eb8-2e4f-11e5-9284-b827eb9e62be<commit_msg>03b445c6-2e4f-11e5-9284-b827eb9e62be<commit_after>03b445c6-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2e4abe4c-2e4e-11e5-9284-b827eb9e62be<commit_msg>2e4fceaa-2e4e-11e5-9284-b827eb9e62be<commit_after>2e4fceaa-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>ff242e9a-2e4e-11e5-9284-b827eb9e62be<commit_msg>ff2923aa-2e4e-11e5-9284-b827eb9e62be<commit_after>ff2923aa-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>3f53a53c-2e4e-11e5-9284-b827eb9e62be<commit_msg>3f58b568-2e4e-11e5-9284-b827eb9e62be<commit_after>3f58b568-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>0de8e416-2e4f-11e5-9284-b827eb9e62be<commit_msg>0dedf276-2e4f-11e5-9284-b827eb9e62be<commit_after>0dedf276-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e2eac286-2e4c-11e5-9284-b827eb9e62be<commit_msg>e2efcb3c-2e4c-11e5-9284-b827eb9e62be<commit_after>e2efcb3c-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>bf22c4fa-2e4e-11e5-9284-b827eb9e62be<commit_msg>bf27cbc6-2e4e-11e5-9284-b827eb9e62be<commit_after>bf27cbc6-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>46e62a6e-2e4d-11e5-9284-b827eb9e62be<commit_msg>46eb3130-2e4d-11e5-9284-b827eb9e62be<commit_after>46eb3130-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>8a92328a-2e4d-11e5-9284-b827eb9e62be<commit_msg>8a9753aa-2e4d-11e5-9284-b827eb9e62be<commit_after>8a9753aa-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c77d647a-2e4e-11e5-9284-b827eb9e62be<commit_msg>c7826286-2e4e-11e5-9284-b827eb9e62be<commit_after>c7826286-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e4a6d5f4-2e4e-11e5-9284-b827eb9e62be<commit_msg>e4abe526-2e4e-11e5-9284-b827eb9e62be<commit_after>e4abe526-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>013d23c2-2e4e-11e5-9284-b827eb9e62be<commit_msg>014221c4-2e4e-11e5-9284-b827eb9e62be<commit_after>014221c4-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>b9aba168-2e4e-11e5-9284-b827eb9e62be<commit_msg>b9b0b658-2e4e-11e5-9284-b827eb9e62be<commit_after>b9b0b658-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>01bce9a0-2e4d-11e5-9284-b827eb9e62be<commit_msg>01c1e7c0-2e4d-11e5-9284-b827eb9e62be<commit_after>01c1e7c0-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>900e5134-2e4e-11e5-9284-b827eb9e62be<commit_msg>9013498c-2e4e-11e5-9284-b827eb9e62be<commit_after>9013498c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>116f80e0-2e4f-11e5-9284-b827eb9e62be<commit_msg>117481b2-2e4f-11e5-9284-b827eb9e62be<commit_after>117481b2-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c869f696-2e4e-11e5-9284-b827eb9e62be<commit_msg>c86eff42-2e4e-11e5-9284-b827eb9e62be<commit_after>c86eff42-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>216c7e36-2e4e-11e5-9284-b827eb9e62be<commit_msg>217185f2-2e4e-11e5-9284-b827eb9e62be<commit_after>217185f2-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>cf596092-2e4c-11e5-9284-b827eb9e62be<commit_msg>cf5e5d0e-2e4c-11e5-9284-b827eb9e62be<commit_after>cf5e5d0e-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>5153a5ee-2e4d-11e5-9284-b827eb9e62be<commit_msg>5158b412-2e4d-11e5-9284-b827eb9e62be<commit_after>5158b412-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>386a2840-2e4e-11e5-9284-b827eb9e62be<commit_msg>386f1f08-2e4e-11e5-9284-b827eb9e62be<commit_after>386f1f08-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>f2572fd2-2e4e-11e5-9284-b827eb9e62be<commit_msg>f25c3e82-2e4e-11e5-9284-b827eb9e62be<commit_after>f25c3e82-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>b782bae4-2e4d-11e5-9284-b827eb9e62be<commit_msg>b787b300-2e4d-11e5-9284-b827eb9e62be<commit_after>b787b300-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>1214ab76-2e4d-11e5-9284-b827eb9e62be<commit_msg>12199e88-2e4d-11e5-9284-b827eb9e62be<commit_after>12199e88-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>4c3ac2b2-2e4e-11e5-9284-b827eb9e62be<commit_msg>4c3fceba-2e4e-11e5-9284-b827eb9e62be<commit_after>4c3fceba-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>36b97fdc-2e4e-11e5-9284-b827eb9e62be<commit_msg>36be782a-2e4e-11e5-9284-b827eb9e62be<commit_after>36be782a-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>23342344-2e4f-11e5-9284-b827eb9e62be<commit_msg>23392902-2e4f-11e5-9284-b827eb9e62be<commit_after>23392902-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>3200c212-2e4d-11e5-9284-b827eb9e62be<commit_msg>3205bf38-2e4d-11e5-9284-b827eb9e62be<commit_after>3205bf38-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>826383c0-2e4d-11e5-9284-b827eb9e62be<commit_msg>82687c90-2e4d-11e5-9284-b827eb9e62be<commit_after>82687c90-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.