text stringlengths 54 60.6k |
|---|
<commit_before>/**************************************************************************
* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* *
* Author: The ALICE Off-line Project. *
... |
<commit_before>/******************************************************************************
* _ _____ __________ *
* | | / / _ | / __/_ __/ Visibility *
* | |/ / __ |_\ \ / / Across ... |
<commit_before>/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
#pragma once
#include <string>
#include <db.h>
#include "cursor.hpp"
#include "db_env.hpp"
#include "db_txn.hpp"
#include "exceptions.hpp"
#include "slice.hpp"
#include "stats.hpp"
namespace ftcxx {
template<class Comparator, cla... |
<commit_before>// #include <stdexcept>
// #include <string>
#include "function.hxx"
function::operator double () const
{
return _fptr(_args);
}
void function::replace(const unsigned idx, const fnbase_ptr arg)
{
// if (idx >= _args.size())
// throw std::out_of_range("Index out of range, " + std::to_string(id... |
<commit_before>//
// PROJECT: Aspia Remote Desktop
// FILE: host/file_transfer_session_client.cc
// LICENSE: Mozilla Public License Version 2.0
// PROGRAMMERS: Dmitry Chapyshev (dmitry@aspia.ru)
//
#include "host/file_transfer_session_client.h"
#include "base/files/file_helpers.h... |
<commit_before>/*=========================================================================
Program: Medical Imaging & Interaction Toolkit
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) German Cancer Research Center, Division of Medical and
Biological Informatics. All rights reserved.
See MIT... |
<commit_before>/*************************************************************************
*
* $RCSfile: elements.hxx,v $
*
* $Revision: 1.8 $
*
* last change: $Author: kz $ $Date: 2004-12-16 11:47:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licen... |
<commit_before>/*
* Copyright (c) 2013 Nicholas Corgan (n.corgan@gmail.com)
*
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
* or copy at http://opensource.org/licenses/MIT)
*/
#include "team_analysis_common.hpp"
#include <boost/assign.hpp>
#include <boost/format.hpp>
#include <boost... |
<commit_before>#include <dual_quaternion.hpp>
#include <knn_point_cloud.hpp>
#include <kfusion/types.hpp>
#include <nanoflann.hpp>
#include "kfusion/warp_field.hpp"
#include "internal.hpp"
#include "precomp.hpp"
#include <opencv2/core/affine.hpp>
#define VOXEL_SIZE 100
using namespace kfusion;
std::vector<utils::DualQ... |
<commit_before>#include "musicspectrumlayoutwidget.h"
#include "musicuiobject.h"
#include <QScrollArea>
#include <QSignalMapper>
MusicSpectrumLayoutItem::MusicSpectrumLayoutItem(QWidget *parent)
: MusicClickedLabel(parent)
{
setFixedSize(250, 40);
QHBoxLayout *layout = new QHBoxLayout(this);
layout->... |
<commit_before>/********************************** SIGNATURE *********************************\
| ,, |
| db `7MM |
| ;MM: MM ... |
<commit_before>#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <string>
#include <algorithm>
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
#include "readjpeg.h"
typedef struct
{
float r;
float g;
float b;
} pixel_t;
void cuda_function(int data_size_X, int data_siz... |
<commit_before>/*=========================================================================
Program: GDCM (Grassroots DICOM). A DICOM library
Module: $URL$
Copyright (c) 2006-2010 Mathieu Malaterre
All rights reserved.
See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
This s... |
<commit_before>/*
This file is part of KDE Kontact.
Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 ... |
<commit_before>/*
This file is part of the Groupware/KOrganizer integration.
Requires the Qt and KDE widget libraries, available at no cost at
http://www.trolltech.com and http://www.kde.org respectively
Copyright (c) 2002-2004 Klarälvdalens Datakonsult AB
<info@klaralvdalens-datakonsult.se>
This ... |
<commit_before>#define BOOST_TEST_MODULE "parse_table_key_test"
#ifdef UNITTEST_FRAMEWORK_LIBRARY_EXIST
#include <boost/test/unit_test.hpp>
#else
#define BOOST_TEST_NO_LIB
#include <boost/test/included/unit_test.hpp>
#endif
#include <toml/parser.hpp>
#include "test_parse_aux.hpp"
using namespace toml;
using namespace ... |
<commit_before>#include "bitcoinunits.h"
#include <QStringList>
BitcoinUnits::BitcoinUnits(QObject *parent):
QAbstractListModel(parent),
unitlist(availableUnits())
{
}
QList<BitcoinUnits::Unit> BitcoinUnits::availableUnits()
{
QList<BitcoinUnits::Unit> unitlist;
unitlist.append(BTC);
unit... |
<commit_before>// Source : https://oj.leetcode.com/problems/maximum-depth-of-binary-tree/
// Author : Hao Chen
// Date : 2014-06-21
/**********************************************************************************
*
* Given a binary tree, find its maximum depth.
*
* The maximum depth is the number of nodes alon... |
<commit_before>// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "overviewpage.h"
#include "ui_overviewpage.h"
#include "skinize.h"
#include "navcoinunits.h"
#includ... |
<commit_before>#include "splashscreen.h"
#include "clientversion.h"
#include "util.h"
#include <QPainter>
#undef loop /* ugh, remove this when the #define loop is gone from util.h */
#include <QApplication>
SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) :
QSplashScreen(pixmap, f)
{
// se... |
<commit_before>/*********************************************************************
*
* Software License Agreement (BSD License)
*
* Copyright (c) 2013, Robert Bosch LLC.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... |
<commit_before>// Copyright 2017 The Ray 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... |
<commit_before>#include <thread>
#include "reactor.h"
const std::string reactor::KEY_TIMER = "timer";
reactor::reactor(std::shared_ptr<zmq::context_t> context)
: context_(context), async_handler_socket_(*context, zmq::socket_type::router),
unique_id("reactor_" + std::to_string((uintptr_t) this))
{
async_handler... |
<commit_before>/*************************************************************************
*
* REALM CONFIDENTIAL
* __________________
*
* [2011] - [2015] Realm Inc
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Realm Incorporated and its suppliers,
* i... |
<commit_before>// http://lgecodejam.com
// lge code jam August, 2014
// problem.3
// hyungyu.jang@lge.com
#if defined _EXTERNAL_DEBUGGER && defined _DEBUG
#include <trace/trace.h>
#else
#define trace printf
#endif
#include <cstdio>
#include <cstring>
#include <map>
using namespace std;
typedef map<int, int>... |
<commit_before>// Adobe Leaked Email Chcker
// Date: December 2013
// Author: Jervis Muindi
// Standard Lib Header
#include <iostream>
// Custom Common Code
#include "common/base/flags.h"
#include "common/base/init.h"
// Program Flags
DEFINE_string(db_path, "adobe.db",
"Path to LevelDB file containing leaked... |
<commit_before>// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "isearchcontext.h"
#include "match_master.h"
#include "match_context.h"
#include "match_tools.h"
#include "match_params.h"
#include "matcher.h"
#include "sessionmanager.h"
#inc... |
<commit_before>#include "FAST/Tests/catch.hpp"
#include "FAST/DeviceManager.hpp"
#include "NonLocalMeans.hpp"
namespace fast{
TEST_CASE("No input given to NonLocalMeans throws exception", "[fast][NonLocalMeans]") {
NonLocalMeans::pointer filter = NonLocalMeans::New();
CHECK_THROWS(filter->update()... |
<commit_before>/*
* StackAcquisition.cpp
*
* Created on: May 10, 2010
* Author: Nathan Clack <clackn@janelia.hhmi.org>
*/
/*
* Copyright 2010 Howard Hughes Medical Institute.
* All rights reserved.
* Use is subject to Janelia Farm Research Campus Software Copyright 1.1
* license terms (http://license.jan... |
<commit_before>#ifndef LTL_TASK_QUEUE_HPP
#define LTL_TASK_QUEUE_HPP
#include <functional>
#include <memory>
#include <type_traits>
#include "ltl/future.hpp"
#include "ltl/promise.hpp"
#include "ltl/detail/task_queue_impl.hpp"
#include "ltl/detail/current_task_context.hpp"
#include "ltl/detail/wrapped_function.hpp"
... |
<commit_before>// __BEGIN_LICENSE__
// Copyright (c) 2009-2013, United States Government as represented by the
// Administrator of the National Aeronautics and Space Administration. All
// rights reserved.
//
// The NGT platform is licensed under the Apache License, Version 2.0 (the
// "License"); you may not use ... |
<commit_before>#include <StdAfx.h>
#include <UI/ViewPane/SplitterPane.h>
namespace viewpane
{
SplitterPane* SplitterPane::CreateVerticalPane(const int paneID, const UINT uidLabel)
{
const auto pane = CreateHorizontalPane(paneID, uidLabel);
pane->m_bVertical = true;
return pane;
}
SplitterPane* SplitterPane... |
<commit_before>// Copyright 2017 Google Inc.
//
// 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 o... |
<commit_before>/*
Highly Optimized Object-Oriented Molecular Dynamics (HOOMD) Open
Source Software License
Copyright (c) 2008 Ames Laboratory Iowa State University
All rights reserved.
Redistribution and use of HOOMD, in source and binary forms, with or
without modification, are permitted, provided that the following
... |
<commit_before>
//
// Cint macro to test I/O of mathcore Lorentz Vectors in a Tree and compare with a
// TLorentzVector. A ROOT tree is written and read in both using either a XYZTVector or /// a TLorentzVector.
//
// To execute the macro type in:
//
// root[0]: .x mathcoreVectorIO.C
#include "TRandom3.h"
#inc... |
<commit_before>#include <io/Socket.hpp>
#include <io/ServerSocket.hpp>
#include <io/StringWriter.hpp>
#include <test.h>
#include <unistd.h>
#include <sys/wait.h>
#include <cstdlib>
using namespace io;
using namespace std;
int server(uint16_t port) {
StreamServerSocket* server_sock = StreamServerSocket::createAn... |
<commit_before>/*
* Copyright (c) 2012 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>/**
* This file is part of the "libfnord" project
* Copyright (c) 2015 Paul Asmuth
*
* FnordMetric is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License v3.0. You should have received a
* copy of the GNU General Public License along with th... |
<commit_before>/*
This file is part of cpp-ethereum.
cpp-ethereum 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 3 of the License, or
(at your option) any later version.
cpp-ethereum is dis... |
<commit_before>// Copyright 2014 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 "components/password_manager/core/browser/password_store_default.h"
#include <set>
#include "base/logging.h"
#include "base/pref... |
<commit_before>#include <cstdio>
#include <iostream>
#include <pqxx/connection>
#include <pqxx/transaction>
#include <pqxx/result>
using namespace PGSTD;
using namespace pqxx;
// Test program for libpqxx. Query a table and report its metadata.
//
// Usage: test011 [connect-string] [table]
//
// Where table is the ... |
<commit_before>/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "JsonWrapper.h"
#include <algorithm>
#include <json/value.h>
JsonWrapper::JsonWrapper() : JsonWrapper(Jso... |
<commit_before>// Copyright (c) 2013 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "atom/browser/atom_browser_client.h"
#if defined(OS_WIN)
#include <shlobj.h>
#endif
#include "atom/browser/atom_access_token_store.h"
#include "atom/browser/a... |
<commit_before>/*
Crystal Space utility library: string class
Copyright (C) 1999,2000 by Andrew Zabolotny <bit@eltech.ru>
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; e... |
<commit_before><commit_msg>glTF: Removing one model breaks an other model<commit_after><|endoftext|> |
<commit_before><commit_msg>GSOC work, small code fixes<commit_after><|endoftext|> |
<commit_before><commit_msg>Isilon: don't warn for multiple remote parquet blocks<commit_after><|endoftext|> |
<commit_before>98526ebc-2e4d-11e5-9284-b827eb9e62be<commit_msg>98576732-2e4d-11e5-9284-b827eb9e62be<commit_after>98576732-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c6f9a4ca-2e4c-11e5-9284-b827eb9e62be<commit_msg>c6fe962e-2e4c-11e5-9284-b827eb9e62be<commit_after>c6fe962e-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>39d42d3a-2e4d-11e5-9284-b827eb9e62be<commit_msg>39d9378a-2e4d-11e5-9284-b827eb9e62be<commit_after>39d9378a-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>40b584a4-2e4e-11e5-9284-b827eb9e62be<commit_msg>40bab88e-2e4e-11e5-9284-b827eb9e62be<commit_after>40bab88e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>36a97654-2e4f-11e5-9284-b827eb9e62be<commit_msg>36ae698e-2e4f-11e5-9284-b827eb9e62be<commit_after>36ae698e-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>be5a46e2-2e4e-11e5-9284-b827eb9e62be<commit_msg>be5f60aa-2e4e-11e5-9284-b827eb9e62be<commit_after>be5f60aa-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>0252ef48-2e4f-11e5-9284-b827eb9e62be<commit_msg>0257e99e-2e4f-11e5-9284-b827eb9e62be<commit_after>0257e99e-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e4cf7a22-2e4e-11e5-9284-b827eb9e62be<commit_msg>e4d48ae4-2e4e-11e5-9284-b827eb9e62be<commit_after>e4d48ae4-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>01db4f38-2e4f-11e5-9284-b827eb9e62be<commit_msg>01e04222-2e4f-11e5-9284-b827eb9e62be<commit_after>01e04222-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>3ddb4020-2e4e-11e5-9284-b827eb9e62be<commit_msg>3de0513c-2e4e-11e5-9284-b827eb9e62be<commit_after>3de0513c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>8ea796e4-2e4d-11e5-9284-b827eb9e62be<commit_msg>8eacec0c-2e4d-11e5-9284-b827eb9e62be<commit_after>8eacec0c-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>da75e2f0-2e4e-11e5-9284-b827eb9e62be<commit_msg>da7af010-2e4e-11e5-9284-b827eb9e62be<commit_after>da7af010-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2df49da4-2e4f-11e5-9284-b827eb9e62be<commit_msg>2df9934a-2e4f-11e5-9284-b827eb9e62be<commit_after>2df9934a-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>f25c3e82-2e4e-11e5-9284-b827eb9e62be<commit_msg>f26135a4-2e4e-11e5-9284-b827eb9e62be<commit_after>f26135a4-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>8e705dfa-2e4d-11e5-9284-b827eb9e62be<commit_msg>8e756110-2e4d-11e5-9284-b827eb9e62be<commit_after>8e756110-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>ce228b18-2e4c-11e5-9284-b827eb9e62be<commit_msg>ce278064-2e4c-11e5-9284-b827eb9e62be<commit_after>ce278064-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>a173f768-2e4d-11e5-9284-b827eb9e62be<commit_msg>a178eb88-2e4d-11e5-9284-b827eb9e62be<commit_after>a178eb88-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c7f8d3d2-2e4c-11e5-9284-b827eb9e62be<commit_msg>c7fdcfb8-2e4c-11e5-9284-b827eb9e62be<commit_after>c7fdcfb8-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c3d426e4-2e4c-11e5-9284-b827eb9e62be<commit_msg>c3d91712-2e4c-11e5-9284-b827eb9e62be<commit_after>c3d91712-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c6102b0e-2e4e-11e5-9284-b827eb9e62be<commit_msg>c61520fa-2e4e-11e5-9284-b827eb9e62be<commit_after>c61520fa-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>17ac8a04-2e4d-11e5-9284-b827eb9e62be<commit_msg>17b19792-2e4d-11e5-9284-b827eb9e62be<commit_after>17b19792-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>aac5277a-2e4c-11e5-9284-b827eb9e62be<commit_msg>aaca1802-2e4c-11e5-9284-b827eb9e62be<commit_after>aaca1802-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>bef39118-2e4d-11e5-9284-b827eb9e62be<commit_msg>bef88632-2e4d-11e5-9284-b827eb9e62be<commit_after>bef88632-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>84f476f8-2e4d-11e5-9284-b827eb9e62be<commit_msg>84f974dc-2e4d-11e5-9284-b827eb9e62be<commit_after>84f974dc-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>9cdb5c32-2e4d-11e5-9284-b827eb9e62be<commit_msg>9ce052f0-2e4d-11e5-9284-b827eb9e62be<commit_after>9ce052f0-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>b4f98aec-2e4c-11e5-9284-b827eb9e62be<commit_msg>b4fe942e-2e4c-11e5-9284-b827eb9e62be<commit_after>b4fe942e-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>f8d5142a-2e4c-11e5-9284-b827eb9e62be<commit_msg>f8da1a38-2e4c-11e5-9284-b827eb9e62be<commit_after>f8da1a38-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>33b715b0-2e4e-11e5-9284-b827eb9e62be<commit_msg>33bc1150-2e4e-11e5-9284-b827eb9e62be<commit_after>33bc1150-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>18dfd9b0-2e4f-11e5-9284-b827eb9e62be<commit_msg>18e4e798-2e4f-11e5-9284-b827eb9e62be<commit_after>18e4e798-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>88b71656-2e4d-11e5-9284-b827eb9e62be<commit_msg>88bc0d3c-2e4d-11e5-9284-b827eb9e62be<commit_after>88bc0d3c-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>0837d8f6-2e4f-11e5-9284-b827eb9e62be<commit_msg>083cdf22-2e4f-11e5-9284-b827eb9e62be<commit_after>083cdf22-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>7ab45d66-2e4d-11e5-9284-b827eb9e62be<commit_msg>7ab94772-2e4d-11e5-9284-b827eb9e62be<commit_after>7ab94772-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c90349b8-2e4e-11e5-9284-b827eb9e62be<commit_msg>c908485a-2e4e-11e5-9284-b827eb9e62be<commit_after>c908485a-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c3bbb5bc-2e4e-11e5-9284-b827eb9e62be<commit_msg>c3c0ac8e-2e4e-11e5-9284-b827eb9e62be<commit_after>c3c0ac8e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>ba5c7f06-2e4e-11e5-9284-b827eb9e62be<commit_msg>ba618fc8-2e4e-11e5-9284-b827eb9e62be<commit_after>ba618fc8-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>312f327e-2e4d-11e5-9284-b827eb9e62be<commit_msg>313431a2-2e4d-11e5-9284-b827eb9e62be<commit_after>313431a2-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>fdac55c4-2e4e-11e5-9284-b827eb9e62be<commit_msg>fdb2128e-2e4e-11e5-9284-b827eb9e62be<commit_after>fdb2128e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d9ef4570-2e4d-11e5-9284-b827eb9e62be<commit_msg>d9f44548-2e4d-11e5-9284-b827eb9e62be<commit_after>d9f44548-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>9439950c-2e4e-11e5-9284-b827eb9e62be<commit_msg>943e905c-2e4e-11e5-9284-b827eb9e62be<commit_after>943e905c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>#include <JointPythonCore.h>
#include <memory>
#include <string>
#include <binding/Binding.hpp>
#include <pyjoint/Array.hpp>
#include <pyjoint/Globals.hpp>
#include <pyjoint/InterfaceDescriptor.hpp>
#include <pyjoint/Module.hpp>
#include <pyjoint/ProxyBase.hpp>
#include <pyjoint/TypeDescriptor.hpp>
#in... |
<commit_before>cf5f4ad8-2e4d-11e5-9284-b827eb9e62be<commit_msg>cf6c7e38-2e4d-11e5-9284-b827eb9e62be<commit_after>cf6c7e38-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>/*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Sof... |
<commit_before>f3ee05aa-2e4e-11e5-9284-b827eb9e62be<commit_msg>f3f311ee-2e4e-11e5-9284-b827eb9e62be<commit_after>f3f311ee-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>1c6b7d46-2e4f-11e5-9284-b827eb9e62be<commit_msg>1c708b24-2e4f-11e5-9284-b827eb9e62be<commit_after>1c708b24-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>/*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
... |
<commit_before>1fb043ee-2e4d-11e5-9284-b827eb9e62be<commit_msg>1fb54736-2e4d-11e5-9284-b827eb9e62be<commit_after>1fb54736-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>335d148e-2e4e-11e5-9284-b827eb9e62be<commit_msg>33620994-2e4e-11e5-9284-b827eb9e62be<commit_after>33620994-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>fe5ee132-2e4c-11e5-9284-b827eb9e62be<commit_msg>fe63d70a-2e4c-11e5-9284-b827eb9e62be<commit_after>fe63d70a-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>b280c2ba-2e4e-11e5-9284-b827eb9e62be<commit_msg>b285b8a6-2e4e-11e5-9284-b827eb9e62be<commit_after>b285b8a6-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>5f5b7850-2e4e-11e5-9284-b827eb9e62be<commit_msg>5f607a9e-2e4e-11e5-9284-b827eb9e62be<commit_after>5f607a9e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>3ada85c6-2e4d-11e5-9284-b827eb9e62be<commit_msg>3adf8602-2e4d-11e5-9284-b827eb9e62be<commit_after>3adf8602-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>06edfebc-2e4f-11e5-9284-b827eb9e62be<commit_msg>06f2f7d2-2e4f-11e5-9284-b827eb9e62be<commit_after>06f2f7d2-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>ef0b31e8-2e4e-11e5-9284-b827eb9e62be<commit_msg>ef103940-2e4e-11e5-9284-b827eb9e62be<commit_after>ef103940-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.