text stringlengths 54 60.6k |
|---|
<commit_before>efb0840c-2e4e-11e5-8d64-28cfe91dbc4b<commit_msg>efb7f630-2e4e-11e5-bbb4-28cfe91dbc4b<commit_after>efb7f630-2e4e-11e5-bbb4-28cfe91dbc4b<|endoftext|> |
<commit_before>8431fc6c-2d15-11e5-af21-0401358ea401<commit_msg>8431fc6d-2d15-11e5-af21-0401358ea401<commit_after>8431fc6d-2d15-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>80df6c63-2d3d-11e5-971b-c82a142b6f9b<commit_msg>81705e21-2d3d-11e5-9be6-c82a142b6f9b<commit_after>81705e21-2d3d-11e5-9be6-c82a142b6f9b<|endoftext|> |
<commit_before>2fe096ba-ad5b-11e7-9e61-ac87a332f658<commit_msg>roselyn added more bugs<commit_after>30470f3d-ad5b-11e7-b65e-ac87a332f658<|endoftext|> |
<commit_before>#include <omp.h>
#include "evaluate_circuit.h"
// Input: ./qflex.x I J K fidelity circuit_filename ordering_filename \
// grid_filename [initial_conf] [final_conf]
//
// Example:
// $ ./qflex.x 11 12 2 0.005 ./circuits/ben_11_16_0.txt \
// ./ordering/bristlecone_48.txt ./grid/bristleco... |
<commit_before>9f294770-327f-11e5-ba04-9cf387a8033e<commit_msg>9f2f418c-327f-11e5-86b8-9cf387a8033e<commit_after>9f2f418c-327f-11e5-86b8-9cf387a8033e<|endoftext|> |
<commit_before>818f8b0f-2e4f-11e5-a9ac-28cfe91dbc4b<commit_msg>81973fd4-2e4f-11e5-bf4c-28cfe91dbc4b<commit_after>81973fd4-2e4f-11e5-bf4c-28cfe91dbc4b<|endoftext|> |
<commit_before>b56e205c-2e4f-11e5-8218-28cfe91dbc4b<commit_msg>b58b641e-2e4f-11e5-9413-28cfe91dbc4b<commit_after>b58b641e-2e4f-11e5-9413-28cfe91dbc4b<|endoftext|> |
<commit_before>#include <iostream>
#include <string>
#include <vector>
#include <list>
#include "opencv.hpp"
using namespace cv;
using namespace std;
static const double PI = 3.1415926536;
struct Options
{
int threshold;
};
struct Star
{
double x, y;
double r;
Star(double x, double y, double r)
{
this->x =... |
<commit_before>d236bba3-2d3c-11e5-840d-c82a142b6f9b<commit_msg>d299b47a-2d3c-11e5-8d2e-c82a142b6f9b<commit_after>d299b47a-2d3c-11e5-8d2e-c82a142b6f9b<|endoftext|> |
<commit_before>53703a3d-2e4f-11e5-a2cd-28cfe91dbc4b<commit_msg>5376fdcc-2e4f-11e5-a6fc-28cfe91dbc4b<commit_after>5376fdcc-2e4f-11e5-a6fc-28cfe91dbc4b<|endoftext|> |
<commit_before>3403efac-5216-11e5-ba26-6c40088e03e4<commit_msg>340a7368-5216-11e5-be59-6c40088e03e4<commit_after>340a7368-5216-11e5-be59-6c40088e03e4<|endoftext|> |
<commit_before>ba90a6f4-35ca-11e5-8876-6c40088e03e4<commit_msg>ba97432e-35ca-11e5-9850-6c40088e03e4<commit_after>ba97432e-35ca-11e5-9850-6c40088e03e4<|endoftext|> |
<commit_before>4ba0bec6-5216-11e5-97f2-6c40088e03e4<commit_msg>4ba85026-5216-11e5-ad8c-6c40088e03e4<commit_after>4ba85026-5216-11e5-ad8c-6c40088e03e4<|endoftext|> |
<commit_before>62ccb492-5216-11e5-934a-6c40088e03e4<commit_msg>62d3480a-5216-11e5-951c-6c40088e03e4<commit_after>62d3480a-5216-11e5-951c-6c40088e03e4<|endoftext|> |
<commit_before>c3a8f034-35ca-11e5-91f5-6c40088e03e4<commit_msg>c3af5e24-35ca-11e5-aa61-6c40088e03e4<commit_after>c3af5e24-35ca-11e5-aa61-6c40088e03e4<|endoftext|> |
<commit_before>b8244cc2-35ca-11e5-92a9-6c40088e03e4<commit_msg>b82b1fd4-35ca-11e5-aaad-6c40088e03e4<commit_after>b82b1fd4-35ca-11e5-aaad-6c40088e03e4<|endoftext|> |
<commit_before>b3c202a8-327f-11e5-972e-9cf387a8033e<commit_msg>b3c7dc78-327f-11e5-84fb-9cf387a8033e<commit_after>b3c7dc78-327f-11e5-84fb-9cf387a8033e<|endoftext|> |
<commit_before>e8af0307-327f-11e5-8f3b-9cf387a8033e<commit_msg>e8b4e4e3-327f-11e5-9d79-9cf387a8033e<commit_after>e8b4e4e3-327f-11e5-9d79-9cf387a8033e<|endoftext|> |
<commit_before>#include <iostream>
#include <fstream>
#include <string>
#include <clocale>
#include <iomanip>
#include <locale>
#include <codecvt>
#include <iomanip>
#pragma execution_character_set("utf-8")
int main(int argc, char *argv[])
{
std::setlocale(LC_ALL, "Japanese");
for (int i = 1; i >= 0 ; ++i)
... |
<commit_before>afa3c4f5-ad5a-11e7-845a-ac87a332f658<commit_msg>Finished?<commit_after>b0199f1e-ad5a-11e7-8f5e-ac87a332f658<|endoftext|> |
<commit_before>7602280c-2d53-11e5-baeb-247703a38240<commit_msg>7602a8c2-2d53-11e5-baeb-247703a38240<commit_after>7602a8c2-2d53-11e5-baeb-247703a38240<|endoftext|> |
<commit_before>83000d99-2d15-11e5-af21-0401358ea401<commit_msg>83000d9a-2d15-11e5-af21-0401358ea401<commit_after>83000d9a-2d15-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>ca69b8de-327f-11e5-af9c-9cf387a8033e<commit_msg>ca7440cc-327f-11e5-bf80-9cf387a8033e<commit_after>ca7440cc-327f-11e5-bf80-9cf387a8033e<|endoftext|> |
<commit_before>d8acfb6c-35ca-11e5-a5ac-6c40088e03e4<commit_msg>Final commit :sunglasses:<commit_after>#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
<|endoftext|> |
<commit_before>f5650987-2e4e-11e5-818c-28cfe91dbc4b<commit_msg>f56f64ca-2e4e-11e5-a515-28cfe91dbc4b<commit_after>f56f64ca-2e4e-11e5-a515-28cfe91dbc4b<|endoftext|> |
<commit_before>c08d152e-ad5c-11e7-a03a-ac87a332f658<commit_msg>lets try again<commit_after>c123f968-ad5c-11e7-a022-ac87a332f658<|endoftext|> |
<commit_before>5bf67450-2d16-11e5-af21-0401358ea401<commit_msg>5bf67451-2d16-11e5-af21-0401358ea401<commit_after>5bf67451-2d16-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>#include <iostream>
#include "matrix.hpp"
int main() {
std::vector<double> vector1{2, 1, 1, 0, 4, 3, 3, 1, 8,7,9,5, 6,7,9,8};
std::vector<double> vector2{1, 1, -1, 3};
matrix<double, 4, 4> m1{2, 1, 1, 0, 4, 3, 3, 1, 8,7,9,5, 6,7,9,8};
nvector<double, 4> b{1, 1, -1, 3};
std::cout <<... |
<commit_before>83000e4f-2d15-11e5-af21-0401358ea401<commit_msg>83000e50-2d15-11e5-af21-0401358ea401<commit_after>83000e50-2d15-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>8ef73a50-35ca-11e5-b58f-6c40088e03e4<commit_msg>8efe96cc-35ca-11e5-9008-6c40088e03e4<commit_after>8efe96cc-35ca-11e5-9008-6c40088e03e4<|endoftext|> |
<commit_before>b49ad4ae-2e4f-11e5-bc6a-28cfe91dbc4b<commit_msg>b4a13bfa-2e4f-11e5-a890-28cfe91dbc4b<commit_after>b4a13bfa-2e4f-11e5-a890-28cfe91dbc4b<|endoftext|> |
<commit_before>b731a3b6-35ca-11e5-8a9b-6c40088e03e4<commit_msg>b7384476-35ca-11e5-8f4a-6c40088e03e4<commit_after>b7384476-35ca-11e5-8f4a-6c40088e03e4<|endoftext|> |
<commit_before>#include <iostream>
int main() {
std::cout << "Hello, world. " << std::endl;
return 0;
}
<commit_msg> * Changed to exclamation mark<commit_after>#include <iostream>
int main() {
std::cout << "Hello, world! " << std::endl;
return 0;
}
<|endoftext|> |
<commit_before>8e9fac00-2d14-11e5-af21-0401358ea401<commit_msg>8e9fac01-2d14-11e5-af21-0401358ea401<commit_after>8e9fac01-2d14-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>9771c921-2747-11e6-8c5a-e0f84713e7b8<commit_msg>Added that feature we discussed on... Was it monday?<commit_after>97827f7d-2747-11e6-8556-e0f84713e7b8<|endoftext|> |
<commit_before>ee83b9e8-327f-11e5-8456-9cf387a8033e<commit_msg>ee8a2d5c-327f-11e5-913e-9cf387a8033e<commit_after>ee8a2d5c-327f-11e5-913e-9cf387a8033e<|endoftext|> |
<commit_before>3de69d80-5216-11e5-bad7-6c40088e03e4<commit_msg>3dee7f14-5216-11e5-bee7-6c40088e03e4<commit_after>3dee7f14-5216-11e5-bee7-6c40088e03e4<|endoftext|> |
<commit_before>3a9bc8f0-2e4f-11e5-b4ad-28cfe91dbc4b<commit_msg>3aa2a1a3-2e4f-11e5-964e-28cfe91dbc4b<commit_after>3aa2a1a3-2e4f-11e5-964e-28cfe91dbc4b<|endoftext|> |
<commit_before>0ca27d22-585b-11e5-bff2-6c40088e03e4<commit_msg>0ca9fc1c-585b-11e5-8bd6-6c40088e03e4<commit_after>0ca9fc1c-585b-11e5-8bd6-6c40088e03e4<|endoftext|> |
<commit_before>eb234611-313a-11e5-a848-3c15c2e10482<commit_msg>eb296147-313a-11e5-bdef-3c15c2e10482<commit_after>eb296147-313a-11e5-bdef-3c15c2e10482<|endoftext|> |
<commit_before>115a6cc0-ad5d-11e7-b866-ac87a332f658<commit_msg>roselyn broke it<commit_after>11cc02eb-ad5d-11e7-8627-ac87a332f658<|endoftext|> |
<commit_before>64f7f108-5216-11e5-990c-6c40088e03e4<commit_msg>64fea464-5216-11e5-8c30-6c40088e03e4<commit_after>64fea464-5216-11e5-8c30-6c40088e03e4<|endoftext|> |
<commit_before>7a38e219-2e4f-11e5-8908-28cfe91dbc4b<commit_msg>7a403fc2-2e4f-11e5-8a1a-28cfe91dbc4b<commit_after>7a403fc2-2e4f-11e5-8a1a-28cfe91dbc4b<|endoftext|> |
<commit_before>8dd25711-ad59-11e7-a8b1-ac87a332f658<commit_msg>Added that feature we discussed on... Was it monday?<commit_after>8e6e3f38-ad59-11e7-85fe-ac87a332f658<|endoftext|> |
<commit_before>// Demolition Man Verbal Morality Statute Monitor
// Created by Tony DiCola ([email protected])
// Released under an MIT license (http://opensource.org/licenses/MIT).
// Main application.
#include <algorithm>
#include <csignal>
#include <cstdint>
#include <stdexcept>
#include <fstream>
#include <iost... |
<commit_before>a4a7bb85-2e4f-11e5-8769-28cfe91dbc4b<commit_msg>a4af1514-2e4f-11e5-82cc-28cfe91dbc4b<commit_after>a4af1514-2e4f-11e5-82cc-28cfe91dbc4b<|endoftext|> |
<commit_before>8431fbcf-2d15-11e5-af21-0401358ea401<commit_msg>8431fbd0-2d15-11e5-af21-0401358ea401<commit_after>8431fbd0-2d15-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>8f597523-2e4f-11e5-846d-28cfe91dbc4b<commit_msg>8f6073e3-2e4f-11e5-b5ff-28cfe91dbc4b<commit_after>8f6073e3-2e4f-11e5-b5ff-28cfe91dbc4b<|endoftext|> |
<commit_before>99246b99-327f-11e5-a59b-9cf387a8033e<commit_msg>992a579c-327f-11e5-aa11-9cf387a8033e<commit_after>992a579c-327f-11e5-aa11-9cf387a8033e<|endoftext|> |
<commit_before>b73bf5e1-4b02-11e5-9ea9-28cfe9171a43<commit_msg>Tuesday, turns out it was tuesday<commit_after>b748a380-4b02-11e5-911f-28cfe9171a43<|endoftext|> |
<commit_before>cc2de4d7-327f-11e5-81c3-9cf387a8033e<commit_msg>cc346bd1-327f-11e5-93ac-9cf387a8033e<commit_after>cc346bd1-327f-11e5-93ac-9cf387a8033e<|endoftext|> |
<commit_before>/*Published under The MIT License (MIT)
See LICENSE*/
// Christopher Hernandez
#include <iostream>
#include <cstdlib>
#include <ctime>
#include "colony.h"
int _length;
int _width;
int _gens;
double calculateAvgTime(double** times) {
double total = 0;
for(int j = 0; j < _length; j++) {
for(int ... |
<commit_before>/*
* Copyright(c) Sophist Solutions, Inc. 1990-2015. All rights reserved
*/
#include "../StroikaPreComp.h"
#include <thread>
#if qPlatform_POSIX
#include <unistd.h>
#include <fstream>
#elif qPlatform_Windows
#include <Windows.h>
#endif
#include "../Characters/SDKString.h"
#i... |
<commit_before>/**
* For use with the Arduino/Genuino IDE
*
* Program controlling motors
*
* License information:
* The MIT License (MIT)
*
* 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 with... |
<commit_before>01243bf3-2e4f-11e5-93fd-28cfe91dbc4b<commit_msg>012d1cf5-2e4f-11e5-ac58-28cfe91dbc4b<commit_after>012d1cf5-2e4f-11e5-ac58-28cfe91dbc4b<|endoftext|> |
<commit_before>3f6c98ca-2e4f-11e5-8bb9-28cfe91dbc4b<commit_msg>3f7326e1-2e4f-11e5-85b2-28cfe91dbc4b<commit_after>3f7326e1-2e4f-11e5-85b2-28cfe91dbc4b<|endoftext|> |
<commit_before>81cf0dee-2d15-11e5-af21-0401358ea401<commit_msg>81cf0def-2d15-11e5-af21-0401358ea401<commit_after>81cf0def-2d15-11e5-af21-0401358ea401<|endoftext|> |
<commit_before>#include <iostream>
#include <vector>
#include <stack>
#include <dirent.h>
#include <stdio.h>
#include <string.h>
using namespace std;
vector<string> getFiles(string filePath)
{
const char* DIR_PATH = filePath.c_str();
vector<string> directories;
DIR *dir = opendir(DIR_PATH);
struct ... |
<commit_before>/******************************************************************************
nomlib - C++11 cross-platform game engine
Copyright (c) 2013, Jeffrey Carpenter <[email protected]>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted... |
<commit_before><commit_msg>only one constructor with defaults<commit_after><|endoftext|> |
<commit_before>#include "mainwindow.hxx"
#include <QApplication>
#include <windows.h>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
<commit_msg>minor source code cleanup<commit_after>#include "mainwindow.hxx"
#include <QApplication>
int main(int argc, ... |
<commit_before>AliAnalysisTaskElectronEfficiencyV2* AddTask_rbailhac_ElectronEfficiencyV2_PbPb(Bool_t getFromAlien = kFALSE,
TString cFileName ="Config_rbailhac_ElectronEfficiencyV2_PbPb.C",
UInt_t trigger = AliVEvent::kINT7,
Int_t rejpileup = 1,
const Int_t CenMin = 0,
... |
<commit_before>/****************************************************************/
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* All contents are licensed under LGPL V2.1 */
/* See LICENSE for full r... |
<commit_before>#include <cmath>
#include <fstream>
#include <iostream>
#include <sstream>
#include "io.hh"
#include "conf.hh"
#include "LM.hh"
using namespace std;
using namespace fsalm;
int main(int argc, char* argv[]) {
conf::Config config;
config("usage: strscore [OPTION...] ARPAFILE INPUT OUTPUT\n")
... |
<commit_before>/*=========================================================================
Program: Visualization Library
Module: PolyMap.cc
Language: C++
Date: $Date$
Version: $Revision$
This file is part of the Visualization Library. No part of this file or its
contents may be copied, reprod... |
<commit_before>#include "PWSfileV1V2.h"
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
PWSfileV1V2::PWSfileV1V2(const CMyString &filename, RWmode mode, VERSION version)
: PWSfile(filename,mode)
{
m_curversion = version;
m_IV = m_ipthing;
}
PWSfileV1V2::~PWSfileV1V2()
{
}
// Used ... |
<commit_before>/******************************************************************************
* Controls.cpp
*
* Contains the yaw_controller() and depth_controller functions
******************************************************************************/
#include "Mapper.h"
/*******************************************... |
<commit_before><commit_msg>remove unused variable "rep".<commit_after><|endoftext|> |
<commit_before>#include "util.hh"
#include <string>
using namespace std;
internal_error::internal_error() : message("unknown internal error") {}
internal_error::internal_error(string msg) : message("internal error: " + msg) {}
string internal_error::get_message() {
return message;
}
user_error::user_error() : mes... |
<commit_before>/*
*
* Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, thi... |
<commit_before>#include <stingray/toolkit/Factory.h>
#include <stingray/toolkit/any.h>
#include <stingray/app/Scheduler.h>
#include <stingray/app/application_context/AppChannel.h>
#include <stingray/app/application_context/ChannelList.h>
#include <stingray/app/tests/AutoFilter.h>
#include <stingray/app/zapper/User.h>... |
<commit_before>#include <stingray/toolkit/Factory.h>
#include <stingray/toolkit/any.h>
#include <stingray/app/RecordErrors.h>
#include <stingray/app/activation_manager/ActivationIntent.h>
#include <stingray/app/application_context/AppChannel.h>
#include <stingray/app/application_context/ChannelList.h>
#include <sting... |
<commit_before>/*************************************************************************
*
* $RCSfile: editxml.hxx,v $
*
* $Revision: 1.2 $
*
* last change: $Author: cl $ $Date: 2001-07-20 13:49:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licens... |
<commit_before><commit_msg>fix warnings in glog symbolize<commit_after><|endoftext|> |
<commit_before><commit_msg>From Olivier: - in TPad::x3d: delete fViewer3D, if it exists, before creating a new 3D<commit_after><|endoftext|> |
<commit_before>//======================================================================
//-----------------------------------------------------------------------
/**
* @file iutest_tap_printer_listener_tests.cpp
* @brief TAPPrintListener test
*
* @author t.shirayanagi
* @par copyright
* Copyright (C... |
<commit_before>#include "benchmark/benchmark_api.h"
#include "test_configs.h"
#include "test_utils.h"
#include<algorithm>
#include<deque>
#include<list>
#include<vector>
// TODO: reverse, rotate, shuffle, lower_bound, upper_bound
// uninitialized_fill, uninitialized_copy
// change data type (int, double, class { int,... |
<commit_before>#pragma once
#include <iostream>
#include <unordered_map>
#include <map>
#include <tuple>
#include <type_traits>
#include "base/header.hpp"
#include "base/function_traits.hpp"
#include "base/thread_pool.hpp"
#include "base/logger.hpp"
#include "base/singleton.hpp"
#include "base/serialize_util.hpp"
#inc... |
<commit_before>#include "d2stringtablewidget.h"
#include <QProgressDialog>
#include <QKeyEvent>
#include <QListWidgetItem>
#include <QAction>
#ifndef QT_NO_DEBUG
#include <QDebug>
#endif
D2StringTableWidget::D2StringTableWidget(QWidget *parent) : QTableWidget(parent), _displayRowHex(false), _addToRowValue(true)
{
... |
<commit_before>#include <csignal>
#include "bvs/bvs.h"
BVS::BVS* bvs;
BVS::Logger logger("Daemon");
void mainSignal(int sig);
void shutdownFunction();
int testLogger();
int testConfig();
/** BVSD namespace, contains only the bvs daemon. */
namespace BVSD
{
/** BVS framework's command line daemon.
* This is a ... |
<commit_before>#include "stdio.h"
#include "BVS.h"
int main(int argc, char** argv)
{
// start BVS
BVS bvs(argc, argv);
bvs.enableLogFile("BVSLog.txt");
BVSLogger logger("BVSDaemon");
LOG(2, "starting!");
//LOG(2, "dump all config options!");
//bvs.config.showOptionStore();
LOG(2, "lo... |
<commit_before>/*****************************************************************************************
* *
* OpenSpace *
* ... |
<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 "entity_system.h"
#include "enumerate.h"
#include <entt.hpp>
#include "components/basic_info.h"
#include "components/computed_values.h"
#include "components/faction.h"
#include "components/graphics.h"
#include "components/guild.h"
#include "components/hotbar.h"
#include "components/inventory.h"
... |
<commit_before>#include "Serial.hpp"
#include <stdexcept>
using namespace TurtlebotLibrary;
SerialPort::SerialPort()
{
this->port = nullptr;
this->baud = 0;
this->opened = false;
this->handle = INVALID_SERIAL_PORT_HANDLE;
}
SerialPort::SerialPort(const char *port, int baud)
{
this->... |
<commit_before>/******************************************************************************
* Copyright 2017 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>/*
* Copyright (c) 2013 Pavlo Lavrenenko
*
* 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, mo... |
<commit_before>#include <string>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/tcp.h>
#include "client.h"
using namespace std;
namespace rpc {
void Future::wait() {
Pthread_mutex_lock(&ready_m_);
while (!ready_) {
Pthread_... |
<commit_before>#include <iostream>
#include <fstream>
#include <iterator>
#include <vector>
#include "IR.h"
/*
save mem
save reg
mem node sets
reg values
*/
void emit_int32_t(std::ofstream& f, int32_t data) {
f.write((char*)&data,sizeof(data));
}
void emit_int_set(std::ofstream& f, int_set_t& s) {
emit_... |
<commit_before>/**
* Copyright (c) 2016 DeepCortex GmbH <[email protected]>
* Authors:
* - Paul Asmuth <[email protected]>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License ("the license") as
* published by the Free Software Foun... |
<commit_before>/*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* Copyright (C) 2006 Artem Pavlenko
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public... |
<commit_before>/**
* A class which is responsible for storing words or phrases in a efficient
* way. These vocabularies can be used for several NLP applications.
*
* @date 1 April, 2015
* @author Joeri HERMANS
* @version 0.1
*
* Copyright 2015 Joeri HERMANS
*... |
<commit_before>// Copyright (c) 2014-2018 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 <base58.h>
#include <hash.h>
#include <uint256.h>
#include <assert.h>
#include <stdint.h>
#include ... |
<commit_before>/*
* Copyright (c) 2020 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>#ifndef LUABIND_SCOPE_HPP_INCLUDED
#define LUABIND_SCOPE_HPP_INCLUDED
#include <vector>
#include <string>
#include <stack>
#include <luabind/detail/ref.hpp>
namespace luabind
{
namespace detail
{
struct scoped_sequence;
struct scoped_object
{
scoped_object()
{
}
virtual ~scoped_o... |
<commit_before>/*
* Copyright 2018 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrBackendSurface.h"
#include "GrClip.h"
#include "GrContext.h"
#include "GrContextPriv.h"
#include "GrRenderTargetContext.h"
#include "GrTexture.h"
#i... |
<commit_before>#include "Trie.hpp"
#include "Stack2.hpp"
#include "Pair.hpp"
#include <string.h>
#include <iostream>
TrieNode::TrieNode(): parent_(0), value_(0), key_(0)
{
memset(index_, 0, sizeof(TrieNode*)*53);
}
bool TrieNode::operator<(const TrieNode & b) const
{
return (b.value_ < this->value_);
}
std::ostr... |
<commit_before>/*
Copyright © 2003 Richard Lärkäng
Copyright © 2003 Jason Kivlighn <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your o... |
<commit_before>////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.