text stringlengths 54 60.6k |
|---|
<commit_before>1a958d92-2e4d-11e5-9284-b827eb9e62be<commit_msg>1a9ac492-2e4d-11e5-9284-b827eb9e62be<commit_after>1a9ac492-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>bde62e66-2e4d-11e5-9284-b827eb9e62be<commit_msg>bdeb21b4-2e4d-11e5-9284-b827eb9e62be<commit_after>bdeb21b4-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c3a2e38e-2e4e-11e5-9284-b827eb9e62be<commit_msg>c3a7d98e-2e4e-11e5-9284-b827eb9e62be<commit_after>c3a7d98e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>1fe2d8b6-2e4f-11e5-9284-b827eb9e62be<commit_msg>1fe7d05a-2e4f-11e5-9284-b827eb9e62be<commit_after>1fe7d05a-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>32560220-2e4f-11e5-9284-b827eb9e62be<commit_msg>325b00b8-2e4f-11e5-9284-b827eb9e62be<commit_after>325b00b8-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d23bb544-2e4c-11e5-9284-b827eb9e62be<commit_msg>d240d236-2e4c-11e5-9284-b827eb9e62be<commit_after>d240d236-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>17b0fe9e-2e4e-11e5-9284-b827eb9e62be<commit_msg>17b6496c-2e4e-11e5-9284-b827eb9e62be<commit_after>17b6496c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2c2d641a-2e4f-11e5-9284-b827eb9e62be<commit_msg>2c325786-2e4f-11e5-9284-b827eb9e62be<commit_after>2c325786-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d8f99324-2e4c-11e5-9284-b827eb9e62be<commit_msg>d8fea71a-2e4c-11e5-9284-b827eb9e62be<commit_after>d8fea71a-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>6f72c456-2e4d-11e5-9284-b827eb9e62be<commit_msg>6f77d13a-2e4d-11e5-9284-b827eb9e62be<commit_after>6f77d13a-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>3e88e0ae-2e4e-11e5-9284-b827eb9e62be<commit_msg>3e8ded6a-2e4e-11e5-9284-b827eb9e62be<commit_after>3e8ded6a-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>e07aa844-2e4d-11e5-9284-b827eb9e62be<commit_msg>e07fac9a-2e4d-11e5-9284-b827eb9e62be<commit_after>e07fac9a-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>54e92710-2e4d-11e5-9284-b827eb9e62be<commit_msg>54ee350c-2e4d-11e5-9284-b827eb9e62be<commit_after>54ee350c-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>#include <algorithm>
#include <map>
#include <memory>
#include "common.h"
// Size of the buffer to store result of ReadDirectoryChangesW.
static const unsigned int kDirectoryWatcherBufferSize = 4096;
// Object template to create representation of WatcherHandle.
static Nan::Persistent<ObjectTemplate> g... |
<commit_before>0495d664-2e4d-11e5-9284-b827eb9e62be<commit_msg>049acaf2-2e4d-11e5-9284-b827eb9e62be<commit_after>049acaf2-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>#include <algorithm>
#include <map>
#include <memory>
#include "common.h"
// Size of the buffer to store result of ReadDirectoryChangesW.
static const unsigned int kDirectoryWatcherBufferSize = 4096;
// Object template to create representation of WatcherHandle.
static Nan::Persistent<ObjectTemplate> g... |
<commit_before>32e69c9a-2e4f-11e5-9284-b827eb9e62be<commit_msg>32eb9984-2e4f-11e5-9284-b827eb9e62be<commit_after>32eb9984-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>#include "../src/smiles.h"
#include "../src/fileio/molecules.h"
#include "test.h"
using namespace Helium;
void test_parse_smiles()
{
HeMol mol;
hemol_from_smiles("C", mol);
COMPARE(1, num_atoms(mol));
COMPARE(0, num_bonds(mol));
COMPARE(6, get_element(mol, get_atom(mol, 0)));
COMPARE(12, ... |
<commit_before>38eff640-2e4f-11e5-9284-b827eb9e62be<commit_msg>38f4eace-2e4f-11e5-9284-b827eb9e62be<commit_after>38f4eace-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>4a109648-2e4d-11e5-9284-b827eb9e62be<commit_msg>4a15a66a-2e4d-11e5-9284-b827eb9e62be<commit_after>4a15a66a-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>18acd04c-2e4f-11e5-9284-b827eb9e62be<commit_msg>18b1e44c-2e4f-11e5-9284-b827eb9e62be<commit_after>18b1e44c-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c347dbfc-2e4d-11e5-9284-b827eb9e62be<commit_msg>c34ce980-2e4d-11e5-9284-b827eb9e62be<commit_after>c34ce980-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>fce2573e-2e4d-11e5-9284-b827eb9e62be<commit_msg>fce74b36-2e4d-11e5-9284-b827eb9e62be<commit_after>fce74b36-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>9a4ed236-2e4e-11e5-9284-b827eb9e62be<commit_msg>9a53f91e-2e4e-11e5-9284-b827eb9e62be<commit_after>9a53f91e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>f18e68ba-2e4c-11e5-9284-b827eb9e62be<commit_msg>f193754e-2e4c-11e5-9284-b827eb9e62be<commit_after>f193754e-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>32e1a528-2e4f-11e5-9284-b827eb9e62be<commit_msg>32e69c9a-2e4f-11e5-9284-b827eb9e62be<commit_after>32e69c9a-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>f8ab93ce-2e4d-11e5-9284-b827eb9e62be<commit_msg>f8b09cac-2e4d-11e5-9284-b827eb9e62be<commit_after>f8b09cac-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>fefbfa7e-2e4e-11e5-9284-b827eb9e62be<commit_msg>ff00f862-2e4e-11e5-9284-b827eb9e62be<commit_after>ff00f862-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>df5e82ae-2e4e-11e5-9284-b827eb9e62be<commit_msg>df6377d2-2e4e-11e5-9284-b827eb9e62be<commit_after>df6377d2-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c2593e56-2e4e-11e5-9284-b827eb9e62be<commit_msg>c25e34ce-2e4e-11e5-9284-b827eb9e62be<commit_after>c25e34ce-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>1ec7524a-2e4f-11e5-9284-b827eb9e62be<commit_msg>1ecc4b6a-2e4f-11e5-9284-b827eb9e62be<commit_after>1ecc4b6a-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>3ecfecce-2e4e-11e5-9284-b827eb9e62be<commit_msg>3ed4f4d0-2e4e-11e5-9284-b827eb9e62be<commit_after>3ed4f4d0-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>4d651f5c-2e4e-11e5-9284-b827eb9e62be<commit_msg>4d6a2a7e-2e4e-11e5-9284-b827eb9e62be<commit_after>4d6a2a7e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>f1bf3ebc-2e4d-11e5-9284-b827eb9e62be<commit_msg>f1c44f92-2e4d-11e5-9284-b827eb9e62be<commit_after>f1c44f92-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>aec729fc-2e4e-11e5-9284-b827eb9e62be<commit_msg>aecc1e1c-2e4e-11e5-9284-b827eb9e62be<commit_after>aecc1e1c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2ae00ab8-2e4f-11e5-9284-b827eb9e62be<commit_msg>2ae50388-2e4f-11e5-9284-b827eb9e62be<commit_after>2ae50388-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>6176153c-2e4e-11e5-9284-b827eb9e62be<commit_msg>617b2554-2e4e-11e5-9284-b827eb9e62be<commit_after>617b2554-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c0571632-2e4e-11e5-9284-b827eb9e62be<commit_msg>c05c0d2c-2e4e-11e5-9284-b827eb9e62be<commit_after>c05c0d2c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>6db85e0e-2e4e-11e5-9284-b827eb9e62be<commit_msg>6dbd5b8e-2e4e-11e5-9284-b827eb9e62be<commit_after>6dbd5b8e-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>2ba6d7c4-2e4f-11e5-9284-b827eb9e62be<commit_msg>2babd15c-2e4f-11e5-9284-b827eb9e62be<commit_after>2babd15c-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>cbce227c-2e4d-11e5-9284-b827eb9e62be<commit_msg>cbd3161a-2e4d-11e5-9284-b827eb9e62be<commit_after>cbd3161a-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d666d8f4-2e4e-11e5-9284-b827eb9e62be<commit_msg>d66bcfda-2e4e-11e5-9284-b827eb9e62be<commit_after>d66bcfda-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>64a68b10-2e4e-11e5-9284-b827eb9e62be<commit_msg>64ab9704-2e4e-11e5-9284-b827eb9e62be<commit_after>64ab9704-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>33bc1150-2e4e-11e5-9284-b827eb9e62be<commit_msg>33c10a0c-2e4e-11e5-9284-b827eb9e62be<commit_after>33c10a0c-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>9443862a-2e4e-11e5-9284-b827eb9e62be<commit_msg>94488378-2e4e-11e5-9284-b827eb9e62be<commit_after>94488378-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c1cd9dba-2e4e-11e5-9284-b827eb9e62be<commit_msg>c1d29996-2e4e-11e5-9284-b827eb9e62be<commit_after>c1d29996-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>790fa4d8-2e4e-11e5-9284-b827eb9e62be<commit_msg>7914b2a2-2e4e-11e5-9284-b827eb9e62be<commit_after>7914b2a2-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>216f64d0-2e4d-11e5-9284-b827eb9e62be<commit_msg>21746552-2e4d-11e5-9284-b827eb9e62be<commit_after>21746552-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>8ea297fc-2e4d-11e5-9284-b827eb9e62be<commit_msg>8ea796e4-2e4d-11e5-9284-b827eb9e62be<commit_after>8ea796e4-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>0ae9d6fe-2e4e-11e5-9284-b827eb9e62be<commit_msg>0aeecdc6-2e4e-11e5-9284-b827eb9e62be<commit_after>0aeecdc6-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>33074280-2e4d-11e5-9284-b827eb9e62be<commit_msg>330c5dd8-2e4d-11e5-9284-b827eb9e62be<commit_after>330c5dd8-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>b09e3cfe-2e4c-11e5-9284-b827eb9e62be<commit_msg>b0a33010-2e4c-11e5-9284-b827eb9e62be<commit_after>b0a33010-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>9083732a-2e4d-11e5-9284-b827eb9e62be<commit_msg>908865f6-2e4d-11e5-9284-b827eb9e62be<commit_after>908865f6-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>c8763a88-2e4d-11e5-9284-b827eb9e62be<commit_msg>c87b3506-2e4d-11e5-9284-b827eb9e62be<commit_after>c87b3506-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>86f20988-2e4e-11e5-9284-b827eb9e62be<commit_msg>86f71536-2e4e-11e5-9284-b827eb9e62be<commit_after>86f71536-2e4e-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>28900b6e-2e4f-11e5-9284-b827eb9e62be<commit_msg>289500ec-2e4f-11e5-9284-b827eb9e62be<commit_after>289500ec-2e4f-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>316b0d6c-2e4d-11e5-9284-b827eb9e62be<commit_msg>316fffca-2e4d-11e5-9284-b827eb9e62be<commit_after>316fffca-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>d1bc3d0a-2e4c-11e5-9284-b827eb9e62be<commit_msg>d1c14516-2e4c-11e5-9284-b827eb9e62be<commit_after>d1c14516-2e4c-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>a35157ba-2e4d-11e5-9284-b827eb9e62be<commit_msg>a3564f2c-2e4d-11e5-9284-b827eb9e62be<commit_after>a3564f2c-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>9b7a88fe-2e4d-11e5-9284-b827eb9e62be<commit_msg>9b7f7eae-2e4d-11e5-9284-b827eb9e62be<commit_after>9b7f7eae-2e4d-11e5-9284-b827eb9e62be<|endoftext|> |
<commit_before>#include "catch.hpp"
#include <shadow.hpp>
#include <algorithm>
#include <vector>
void
fun1(void)
{
}
// value parameter
void
fun2(int i)
{
}
int
fun3(const int& i)
{
return i * 2;
}
void
fun4(int& i)
{
i *= 2;
}
int
fun5(const int* i)
{
return *i * 2;
}
void
fun6(int* i)
{
*i *= ... |
<commit_before>/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2016 Couchbase, 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 a... |
<commit_before>int total=0; int rejected=0;
Float_t fromPt=1.; Float_t toPt=5.;
namespace RawProduction {
class Output;
}
void CountReject(RawProduction::Output& output, const char* trigger, int cent, const char* pid, const char* methode)
{
TH1* hist = output.GetHistogram(Form("%s/c%03i/%s/%s", trigger, cent, pid... |
<commit_before>// BenchmarkRegex.cpp : Defines the entry point for the console application.
//
#include <vector>
#include <iostream>
#include <iomanip>
#include <string>
#include <cstring>
#include <cmath>
#include <cassert>
#include <sstream>
#include <cstdlib>
#include <chrono>
#include <regex>
#include <unordered_... |
<commit_before>#include <ma.h>
#include <apf.h>
#include <gmi_mesh.h>
#include <apfMDS.h>
#include <PCU.h>
int main(int argc, char** argv)
{
assert(argc==4);
MPI_Init(&argc,&argv);
PCU_Comm_Init();
gmi_register_mesh();
ma::Mesh* m = apf::loadMdsMesh(argv[1],argv[2]);
ma::runUniformRefinement(m);
m->write... |
<commit_before>#ifndef COMMANDITERATIONUPDATE_CPP_
#define COMMANDITERATIONUPDATE_CPP_
#include "itkCommand.h"
// Class to handle blah blah blah
using namespace std;
template<typename OptimizerType>
class CommandIterationUpdate : public itk::Command
{
public:
typedef CommandIterationUpdate Self;
typedef itk::... |
<commit_before>// Register two LoRes slices to each other
#include "boost/filesystem.hpp"
// my files
#include "Stack.hpp"
#include "StackInitializers.hpp"
#include "RegistrationBuilder.hpp"
#include "StackAligner.hpp"
#include "StackIOHelpers.hpp"
#include "IOHelpers.hpp"
#include "StackTransforms.hpp"
#include "Dir... |
<commit_before>// Copyright 2013 The Flutter 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 "flutter/flow/layers/transform_layer.h"
namespace flutter {
TransformLayer::TransformLayer(const SkMatrix& transform)
: trans... |
<commit_before>/*
* Copyright 2015 Facebook, 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 l... |
<commit_before>
#include <iostream>
#include <allegro/system.h>
#include <allegro/color.h>
#include <allegro/target.h>
#include <allegro/display.h>
#include <allegro/keyboard.h>
#include <allegro/timer.h>
#include <allegro/event.h>
#include <allegro/event_queue.h>
#include <gui/container.h>
#include <gui/form_layout.... |
<commit_before>/****************************************************************/
/* DO NOT MODIFY THIS HEADER */
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* (c) 2010 Battelle Energy... |
<commit_before>#include "cacheline.h"
#include "get.h"
#include "put.h"
#include "ring.h"
#include "sequence.h"
#include <thread>
#include <iostream>
//using namespace L3;
#ifndef L3_ITERATIONS
// 100 Million.
#define L3_ITERATIONS (100000000)
#endif
constexpr size_t iterations {L3_ITERATIONS};
#ifndef L3_QSIZE
... |
<commit_before>#ifndef GENERIC_SWALLOW_HPP
# define GENERIC_SWALLOW_HPP
# pragma once
namespace generic
{
struct swallow
{
template <typename ...T>
swallow(T&&) noexcept
{
}
};
}
#endif // GENERIC_SWALLOW_HPP
<commit_msg>some fixes<commit_after>#ifndef GENERIC_SWALLOW_HPP
# define GENERIC_SWALLOW_HPP
# prag... |
<commit_before>#include "common.hpp"
#include "internal/cache.hpp"
TEST_CASE("Cache Check", "[cache]")
{
using namespace libkeen::internal;
Cache cache_ref;
REQUIRE(cache_ref.connected());
cache_ref.clear();
std::string event_name = "name1";
std::string event_data = "data1";
s... |
<commit_before>//===- CrashDebugger.cpp - Debug compilation crashes ----------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//... |
<commit_before>// License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2015 Intel Corporation. All Rights Reserved.
#include <librealsense2/rs.hpp>
#include <vector>
#include <map>
#include <string>
#include <iostream>
#include <fstream>
#include <thread>
#include <mutex>
#include <chrono>
#includ... |
<commit_before>#include "rsys/common.h"
#include "rsys/host.h"
#include "rsys/vdriver.h"
#include "rsys/cquick.h" /* for ROMlib_log2 */
#include "rsys/adb.h"
#include "rsys/osevent.h"
#include "rsys/scrap.h"
#include "rsys/keyboard.h"
#include "OSEvent.h"
#include "ToolboxEvent.h"
#include "SegmentLdr.h"
#include "Scra... |
<commit_before>#include "types/root_typemanager.h"
#include "context/root_static_context.h"
#include "system/globalenv.h"
namespace zorba {
static const char *default_ns_initializers [] = {
"fn", XQUERY_FN_NS,
"xml", "http://www.w3.org/XML/1998/namespace",
"xs", "http://www.w3.org/2001/XMLSchema",
"xsi", "htt... |
<commit_before>/*
*
* Copyright (c) 2021 Project CHIP 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/l... |
<commit_before>// -----------------------------------------------------------------------------
//
// Copyright (C) 2021 CERN & University of Surrey for the benefit of the
// BioDynaMo collaboration. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file ... |
<commit_before>/*************************************************************************
*
* $RCSfile: tustring.cxx,v $
*
* $Revision: 1.2 $
*
* last change: $Author: th $ $Date: 2001-03-16 15:25:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licen... |
<commit_before>/*===================================================================
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 imp... |
<commit_before>// Copyright (c) 2009 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 "chrome/browser/net/websocket_experiment/websocket_experiment_runner.h"
#include "base/compiler_specific.h"
#include "base/hi... |
<commit_before>// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <[email protected]>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this f... |
<commit_before>#include "testApp.h"
//--------------------------------------------------------------
void testApp::setup()
{
glEnable(GL_DEPTH_TEST);
glEnable(GL_LIGHTING);
ofBackground(10, 10, 10);
camera.setDistance(10);
light.setPosition(10,30,-25);
objectLoader = new waveFrontLoader();
... |
<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 "config.h"
#include "modules/screen_orientation/ScreenOrientationController.h"
#include "core/events/Event.h"
#include "core/fram... |
<commit_before>//==============================================================================
// Single cell simulation graph panels widget
//==============================================================================
#include "singlecellsimulationgraphpanel.h"
#include "singlecellsimulationgraphpanels.h"
... |
<commit_before>/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
* LXQt - a lightweight, Qt based, desktop toolset
* http://razor-qt.org
*
* Copyright: 2012-2013 Razor team
* Authors:
* Petr Vanek <[email protected]>
*
* This program or library is free software; you can redistribute it
* and/or modify it unde... |
<commit_before>#include <QImage>
#include "raster.h"
#include "pixeliterator.h"
#include "rootdrawer.h"
#include "factory.h"
#include "abstractfactory.h"
#include "drawers/rasterimagefactory.h"
#include "drawers/attributevisualproperties.h"
#include "rastervalueimage.h"
using namespace Ilwis;
using namespace Geodrawe... |
<commit_before>//===--- DiagnosticConsumer.cpp - Diagnostic Consumer Impl ----------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http... |
<commit_before>////////////////////////////////////////////////////////////////////////////////
// Name: vcsentry.cpp
// Purpose: Implementation of wxExVCSEntry class
// Author: Anton van Wezenbeek
// Created: 2010-08-27
// RCS-ID: $Id$
// Copyright: (c) 2010 Anton van Wezenbeek
/////////////////////////... |
<commit_before>/*
The MIT License (MIT)
Copyright (c) 2013-2014 winlin
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
use, copy, m... |
<commit_before>//===-- PhiElimination.cpp - Eliminate PHI nodes by inserting copies ------===//
//
// This pass eliminates machine instruction PHI nodes by inserting copy
// instructions. This destroys SSA information, but is the desired input for
// some register allocators.
//
//===----------------------------------... |
<commit_before>/*
* DeliverMissionObjectiveImplementation.cpp
*
* Created on: 20/08/2010
* Author: dannuic
*/
#include "server/zone/objects/mission/DeliverMissionObjective.h"
#include "server/zone/objects/area/MissionSpawnActiveArea.h"
#include "server/ServerCore.h"
#include "server/zone/objects/waypoint/Wa... |
<commit_before>// ------------------------------------------------------------------------
// Pion is a development platform for building Reactors that process Events
// ------------------------------------------------------------------------
// Copyright (C) 2007-2008 Atomic Labs, Inc. (http://www.atomiclabs.com)
//
... |
<commit_before>/* $Id$ */
/*
* Copyright (c) 2010 SURFnet bv
* 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
* not... |
<commit_before>//===--- ArgumentCompletion.cpp ---------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2022 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.o... |
<commit_before>// Example of analysis class for the H1 data using code generated by MakeProxy.
// ===========================================================================
//
// This file uses 4 large data sets from the H1 collaboration at DESY Hamburg.
// One can access these data sets (277 MBytes) from the standard... |
<commit_before>//
// (C) CharLS Team 2014, all rights reserved. See the accompanying "License.txt" for licensed use.
//
#include "stdafx.h"
#include "CppUnitTest.h"
#include "..\src\encoderstrategy.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
class EncoderStrategyTester : EncoderStrategy
{
pu... |
<commit_before>
#include <iostream>
#include <gtest/gtest.h>
#include "TestHelpers.h"
#include "dart/dynamics/SoftBodyNode.h"
using namespace dart;
using namespace math;
using namespace dynamics;
//==============================================================================
TEST(NameManagement, Basic)
{
//-------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.