blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd721f62e3994a566421ec47c5e3cf45bbc037c9 | 180bfc642e1150405e40ec090e8760bbe4321e55 | /mesh.cpp | 27420c9c78cc7c16a000404007cd555eb874e57f | [] | no_license | BryanR-SNHU/CS330 | 4652b61e12ffb69b156c756fcf3a98591f3d2ec6 | 8e9d09dfa1cc06b1e05540c5d7c9006cf91e6fe9 | refs/heads/master | 2023-07-12T04:37:05.605103 | 2021-08-21T20:47:59 | 2021-08-21T20:47:59 | 398,428,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,125 | cpp | #include "mesh.h"
/*
* Create an attribute array on the graphics card, upload vertex and index data, and define the layout of the data.
*/
mesh::mesh(std::vector<GLfloat> vertices, std::vector<GLuint> indices)
{
indices_count = indices.size();
glGenVertexArrays(1, &VAO); // Generate a vertex array object, stori... | [
"bryan.rykowski@gmail.com"
] | bryan.rykowski@gmail.com |
accea331fc992fcb0f378d169db088e89dbb0c07 | 913820acade7ac162228b5f911a6538db09dc4aa | /emmy_core/emmy_facade.cpp | 6df8c2bc7f276aacc29323546a8a41db7e6a8534 | [] | no_license | loglugang/EmmyLuaDebugger | 11718f80a277b6ab2e4a1254df20f09b10b51bad | dbd5fcf52ee54cfdd5ec4c6eea218165cc315a9a | refs/heads/master | 2020-06-13T09:28:37.002214 | 2019-07-01T06:51:32 | 2019-07-01T06:51:32 | 194,613,948 | 0 | 0 | null | 2019-07-01T06:36:19 | 2019-07-01T06:36:18 | null | UTF-8 | C++ | false | false | 9,372 | cpp | /*
* Copyright (c) 2019. tangzx(love.tangzx@qq.com)
*
* 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 or agr... | [
"love.tangzx@qq.com"
] | love.tangzx@qq.com |
4b5b3c5ad488b903241abf10ef7269fef7ce58c2 | 6c77cf237697f252d48b287ae60ccf61b3220044 | /aws-cpp-sdk-medialive/source/model/Scte35AposNoRegionalBlackoutBehavior.cpp | b84f257bfad58778199c9be37250b62bcec6a6c0 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | Gohan/aws-sdk-cpp | 9a9672de05a96b89d82180a217ccb280537b9e8e | 51aa785289d9a76ac27f026d169ddf71ec2d0686 | refs/heads/master | 2020-03-26T18:48:43.043121 | 2018-11-09T08:44:41 | 2018-11-09T08:44:41 | 145,232,234 | 1 | 0 | Apache-2.0 | 2018-08-30T13:42:27 | 2018-08-18T15:42:39 | C++ | UTF-8 | C++ | false | false | 2,697 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
9b8034b1332bd25cb6bf01795d1cd7adca3056af | 50381a1df3af98109e6256ecb77a6f364aa66d89 | /ESP32MultiCore/ESP32MultiCore.ino | 8edff77cf71ea380cb058836bf57ec95a6a22afc | [] | no_license | Nauman3S/ESP32OTA | cb0f7f1ad30563394a8a726302763157d3654219 | dfe8fff13e331fc40f82e4e3f350628c58cb0790 | refs/heads/master | 2020-09-29T15:09:47.173584 | 2019-12-10T07:57:13 | 2019-12-10T07:57:13 | 227,060,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,916 | ino | TaskHandle_t Task1;
TaskHandle_t Task2;
// LED pins
const int led1 = 2;
const int led2 = 4;
void setup() {
Serial.begin(115200);
pinMode(led1, OUTPUT);
pinMode(led2, OUTPUT);
//create a task that will be executed in the Task1code() function, with priority 1 and executed on core 0
xTaskCreatePinnedToCore(
... | [
"Naumanshakir3s@gmail.com"
] | Naumanshakir3s@gmail.com |
cb36daa84206a5f14239c816180c4d1c2d9f6d41 | 1efad4cdd37c863bfbd1be4168946fe907d62aff | /src/mbed-dev/common/BusInOut.cpp | 706e780b146772ee9d292d9270851447c9f9c4e5 | [] | no_license | amrbekhit/picoGW_mcu | fd5d2db10d0a154356a5f126d86179b356fdb5a7 | a43a99836209aea367ce028b047fd5a7bcae9b8c | refs/heads/master | 2021-05-14T05:39:22.243213 | 2018-01-04T07:00:16 | 2018-01-04T07:00:16 | 116,226,133 | 0 | 0 | null | 2018-01-04T06:57:03 | 2018-01-04T06:57:03 | null | UTF-8 | C++ | false | false | 3,382 | cpp | /* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* 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
*
* ... | [
"mcoracin@semtech.com"
] | mcoracin@semtech.com |
acaf6097ac3584100bc2dffb30476700e914e73e | 3d59edf172b41c0dea19d2019910c66ddc739ea0 | /MyProj/po12.cpp | bfe80408526fa3f1684ec1ccea25416c74e9f1d2 | [] | no_license | shahabbadihi/airport_managementt | d61ee18feecdb0e9fdfb478a63f501cda2c0149b | b6284df6447ac94207c6b6564d23dd654fb84ef9 | refs/heads/master | 2022-12-18T08:49:14.817773 | 2020-09-03T09:42:28 | 2020-09-03T09:42:28 | 265,501,543 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | cpp | #include "po12.h"
#include <stdexcept>
using namespace std;
extern bool ISDATACHANGED;
PO12::PO12()
{
}
PO12::PO12(QString &str_data)
: Passenger(str_data)
{
}
PO12::PO12(qlonglong national_code, const QString &fname,
const QString &lname, const QDate &birth,
const QString &father_name)
... | [
"Shahab@SHA"
] | Shahab@SHA |
c472ee9f8282728b887dbf1e957ae5d5f1e33516 | 4babd72a727a89ffbda295cc317b022550c93a8a | /6/6.1/6.1.5.cpp | d1a36ff5a91ee8204111b7fe64f9857d51af3068 | [] | no_license | PratyayDhond/OOP-with-CPP-by-balagurusamy-solutions | 9cc22cd61e85909846c3e28a2a54b4b9c77f22ef | a4276a640c2e4a636b9b513fefac9527da14c6f5 | refs/heads/main | 2023-06-20T13:10:59.673083 | 2021-07-20T02:17:33 | 2021-07-20T02:17:33 | 373,483,792 | 1 | 0 | null | 2021-06-16T07:21:17 | 2021-06-03T11:29:41 | C++ | UTF-8 | C++ | false | false | 1,271 | cpp | #include<iostream>
#include<iomanip>
using namespace std;
class DB;
class DM{
private:
float m;
float cm;
public:
void getData();
void display();
friend DM add(DM a,DB b);
DM(){
m = 0;
cm = 0;
}
};
class DB{
private:
float ft;
float in;
public:
void getData();... | [
"noreply@github.com"
] | PratyayDhond.noreply@github.com |
4e45b154f8a8da791c6c8b1b8ab06f3a0410dbfc | c6fa53212eb03017f9e72fad36dbf705b27cc797 | /GeneratorInterface/PartonShowerVeto/src/JetMatchingMGFastJet.cc | 36053cab7b05c37594b6dbb461a8c040d3a0da17 | [] | no_license | gem-sw/cmssw | a31fc4ef2233b2157e1e7cbe9a0d9e6c2795b608 | 5893ef29c12b2718b3c1385e821170f91afb5446 | refs/heads/CMSSW_6_2_X_SLHC | 2022-04-29T04:43:51.786496 | 2015-12-16T16:09:31 | 2015-12-16T16:09:31 | 12,892,177 | 2 | 4 | null | 2018-11-22T13:40:31 | 2013-09-17T10:10:26 | C++ | UTF-8 | C++ | false | false | 9,258 | cc |
#include "GeneratorInterface/PartonShowerVeto/interface/JetMatchingMGFastJet.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iomanip>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimDataFormats/GeneratorProducts/interface/LHE... | [
"sha1-2dd0cdca2ab13f746e6bcee07ed96db925a559da@cern.ch"
] | sha1-2dd0cdca2ab13f746e6bcee07ed96db925a559da@cern.ch |
3669da274a4325ff26d6050069c0c1321eb40688 | 6bddee45a929a2d2eee1c9b33af2f254363a2865 | /Spring.cpp | 3538211d6934da379e1e829663a0eeb7b959b68d | [] | no_license | hicklin-james/rope-simulation | 1e311fcb2303d3525c1634b601e657c262086282 | c9ba61e713bf72e7b033fd7fae92ff5e50b5169e | refs/heads/master | 2016-09-06T19:46:26.159938 | 2014-04-13T22:39:47 | 2014-04-13T22:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | cpp | #include "Spring.h"
Spring::Spring(Particle *particle1, Particle *particle2, double constant,
double length, double friction)
{
this->particle1 = particle1;
this->particle2 = particle2;
this->constant = constant;
this->length = length;
this->friction = friction;
}
void Spring::simulateSpring() {
// D... | [
"hicklin.james@gmail.com"
] | hicklin.james@gmail.com |
0bbbccab7c737ee681a55268bfe8f589e2e50bf8 | 387b605d53db356c4e25b11d089a7c5b8354ac59 | /aws-cpp-sdk-apigateway/source/model/CreateDomainNameResult.cpp | d04448aeb3c861fb828e86c2240bd319198ac69a | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | coveord/aws-sdk-cpp | a0a3b8865f6960e6176795c029ed98f5736cc2e7 | 9bd707b381a6e839c18581278be3c5f08af1271d | refs/heads/master | 2021-09-28T22:10:22.048413 | 2018-11-20T21:19:54 | 2018-11-20T21:19:54 | 106,750,839 | 1 | 0 | null | 2017-10-12T22:14:47 | 2017-10-12T22:14:46 | null | UTF-8 | C++ | false | false | 1,948 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
40aff8288dc858f6b658b9686d1e4a33789b5a50 | aa6291ef7f36fb89d03494e42297b37597f6da90 | /src/model/SubscriptionParams_E2SubscriptionDirectives.h | 897acb39d684f53285a6c728148c127e333b7d45 | [
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | o-ran-sc/ric-plt-xapp-frame-cpp | f071b4c3d85a815df42018cdafb803ecaacd2dbc | 9bd073513e61d0ae75df6b2ccf668e1f240a5e0f | refs/heads/master | 2023-06-28T19:32:55.131215 | 2023-06-16T12:46:10 | 2023-06-16T13:45:11 | 243,324,300 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,501 | h | /*
# ==================================================================================
# Copyright (c) 2020 HCL Technologies Limited.
#
# 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... | [
"kumar.sandeep3@hcl.com"
] | kumar.sandeep3@hcl.com |
ce1038418f6ae97a77757dbf0fba3f5e0a302734 | a8c27f6ecc7527549bf2dc173d4542f19d10e076 | /Machine_Learning/ImageReadProject/src/mnist_dataset_reader.cpp | 03a04813d9b90c037e5ce8b161acfb5fdb6776c3 | [] | no_license | DyslexikStonr240/backup | 3827253ac4a4cf599070c68fde42b9c6db74302d | 46e216fa5250f526eb7f316b9f6c7607fd7d00eb | refs/heads/master | 2021-09-10T01:27:38.198728 | 2018-03-20T14:44:07 | 2018-03-20T14:44:07 | 126,028,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,816 | cpp | // MNIST dataset reader
//
// reads in the 60.000 training and 10.000 testing images of
// the "MNIST database of handwritten digits" (0,1,2,...,9)
// see http://yann.lecun.com/exdb/mnist/
//
// note: download yourself the dataset and extract the files to a folder.
// after extracting, you should get the MNIST da... | [
"harryisaacwhite@gmail.com"
] | harryisaacwhite@gmail.com |
58536bad8398a9ad6263104ba6ca547a12fa1650 | 9a1b5f458d1bf9efdfa2cc61494ddecec14d4eff | /Sources/Shadows/Shadows.hpp | 11641555236fafa188e3511bc2e7a51e55bb6e41 | [
"MIT"
] | permissive | LukePrzyb/Acid | ba36ef9839731a4a581800e89c79985374f38406 | ba7da3ffcc08791f047ec0f15317b3e0ba971850 | refs/heads/master | 2020-09-08T09:01:35.336741 | 2019-11-16T00:40:24 | 2019-11-16T00:40:24 | 221,086,385 | 0 | 0 | MIT | 2019-11-11T23:08:03 | 2019-11-11T23:08:02 | null | UTF-8 | C++ | false | false | 1,908 | hpp | #pragma once
#include "Engine/Engine.hpp"
#include "Maths/Vector3.hpp"
#include "ShadowBox.hpp"
namespace acid {
/**
* @brief Module used for managing a shadow map.
*/
class ACID_EXPORT Shadows : public Module::Registrar<Shadows> {
public:
Shadows();
void Update() override;
const Vector3f &GetLightDirection() ... | [
"mattparks5855@gmail.com"
] | mattparks5855@gmail.com |
a17df6b2612a3c599d5553d83912d886ea02b6a4 | dd949f215d968f2ee69bf85571fd63e4f085a869 | /subarchitectures/categorical.sa/branches/george-y3-postreview/src/c++/categorical/tools/libcrfh/src/CFilter.h | c3f4bf0cd6d599a6a1e3ba7c5046793062ca23d2 | [] | no_license | marc-hanheide/cogx | a3fd395805f1b0ad7d713a05b9256312757b37a9 | cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95 | refs/heads/master | 2022-03-16T23:36:21.951317 | 2013-12-10T23:49:07 | 2013-12-10T23:49:07 | 219,460,352 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,651 | h | // ==================================================================
// libCRFH
// Copyright (C) 2008, 2009 Andrzej Pronobis
//
// This file is part of libCRFH.
//
// libCRFH 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 Sof... | [
"mmarko@9dca7cc1-ec4f-0410-aedc-c33437d64837"
] | mmarko@9dca7cc1-ec4f-0410-aedc-c33437d64837 |
7a4b03b8d087f1596f79b2dfca13a805a0363cbf | 5f2316f5894a1cd4a0fc5d40e1dc90f6f5021dce | /Libraries/oneMKL/fourier_correlation/fcorr_1d_usm.cpp | 28a9b31b5dd156eb16683bb6c20fedac76081fac | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | citian-intel/oneAPI-samples | 0cf4dda959e7356bd7c4f5eca2eaec7be07d6666 | 5a497758b16224555ff18fb3bbe8932a1e962251 | refs/heads/master | 2023-08-13T22:26:12.370147 | 2021-10-08T16:35:22 | 2021-10-08T16:35:22 | 297,386,964 | 0 | 0 | MIT | 2020-09-21T15:47:33 | 2020-09-21T15:47:32 | null | UTF-8 | C++ | false | false | 4,490 | cpp | //==============================================================
// Copyright © 2020 Intel Corporation
//
// SPDX-License-Identifier: MIT
// =============================================================
//
// Content:
// This code implements the Fourier correlation algorithm
// using oneMKL, DPC++, and unified... | [
"noreply@github.com"
] | citian-intel.noreply@github.com |
b4df3cf5d889f6244fd873a08518f98322e1f732 | 8078441193bca0f8e7c5829c052c203c279f3475 | /teco/017_moving_range/moveRange.hpp | b04c7c899b4a550e7240798a471de95ac0466a90 | [] | no_license | ikmski/train | 4c9ba4b0697747005ca6823aedbc26bb80c982e5 | 8aaadfdbcaf6e8a619693de6a1b3f1771ba20598 | refs/heads/master | 2021-01-16T19:14:19.865435 | 2014-11-06T00:23:57 | 2014-11-06T00:23:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | hpp | #ifndef _MOVE_RANGE_HPP
#define _MOVE_RANGE_HPP
#include <string>
class MoveRange
{
private:
int X;
int Y;
int** field;
int** vehicle;
int** movableRange;
int** move;
public:
MoveRange(int a_X, int a_Y);
~MoveRange();
bool setFieldFromFile(std::string fil... | [
"ikeda.masaki@tecotec.co.jp"
] | ikeda.masaki@tecotec.co.jp |
0235cf124dc3dd37d9ab6938d1b87e4f0aa30f74 | 7579d827cb7b50b438dfd9ef6fa80ba2797848c9 | /sources/plug_osg/include/luna/wrappers/wrapper_osg_TransferFunction.h | ab13b405d49a649ec25b1522a3cf12c9b83c013f | [] | no_license | roche-emmanuel/sgt | 809d00b056e36b7799bbb438b8099e3036377377 | ee3a550f6172c7d14179d9d171e0124306495e45 | refs/heads/master | 2021-05-01T12:51:39.983104 | 2014-09-08T03:35:15 | 2014-09-08T03:35:15 | 79,538,908 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,402 | h | #ifndef _WRAPPERS_WRAPPER_OSG_TRANSFERFUNCTION_H_
#define _WRAPPERS_WRAPPER_OSG_TRANSFERFUNCTION_H_
#include <plug_common.h>
#include "lua/LuaObject.h"
#include <osg/TransferFunction>
class wrapper_osg_TransferFunction : public osg::TransferFunction, public luna_wrapper_base {
public:
~wrapper_o... | [
"roche.emmanuel@gmail.com"
] | roche.emmanuel@gmail.com |
cf59b652d8aca009e5f39c996a0b2b24221272d9 | 79e144e1dc4b4a0d8e18130e286d07fdb1bff04d | /src/Magenta.cpp | 8ff6f2dbd808392bbfe17947be273948b149aeb2 | [] | no_license | MWGuy/Magenta | 473152ce55e2f05caea97f0c848624fd894e403f | 6d820d9f1689b2fb9b8e282ad35b6223abd60254 | refs/heads/master | 2020-04-15T03:01:06.603253 | 2019-01-06T18:10:12 | 2019-01-06T18:10:12 | 164,332,666 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,169 | cpp | #include "Magenta.h"
#include "Widget.h"
#include "SFML/Graphics.hpp"
#include "forms/AppWindowF.h"
#ifdef _WIN32
#include "../resources/resource.h"
#include <objidl.h>
#include <gdiplus.h>
using namespace Gdiplus;
#pragma comment (lib,"Gdiplus.lib")
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
LRESULT C... | [
"flightblaze@gmail.com"
] | flightblaze@gmail.com |
8859458c9d78f77a8d9c5f930bd3ac19c014fc38 | 636db1aded76e6578fb0844b188e02414e92ed7f | /Task1/BigInt.h | 2d44a24456a27c9a1f0880bb0fd358aa339788ad | [] | no_license | SitadziMado/Architecture | 35e59b55410d479a77e7a30359e78c283067fa15 | c29adae3fa184bca635071afe603a3cc24d96e1f | refs/heads/master | 2021-06-29T04:46:55.500828 | 2017-09-22T18:59:32 | 2017-09-22T18:59:32 | 103,163,076 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,964 | h | #pragma once
#include <string>
#include <type_traits>
#include <utility>
class BigUint
{
public:
using SignedNumericT = long long;
using NumericT = unsigned long long;
using ContainerT = std::vector<NumericT>;
BigUint();
BigUint(NumericT number);
// BigUint(const char* number);
// BigUint... | [
"masuntsev@edu.hse.ru"
] | masuntsev@edu.hse.ru |
ad72d687a754d6f08e21d95becf0bbb26f671aab | d7027cee76159113b58b9ca1cd3b27f0c1fb19f7 | /binarytrees/shootout-binarytrees.cc | 0c642e4de27364e90da06d4c9e88abed0ba21e83 | [] | no_license | banderson623/benchdalvik | d053d8f74c6941e2326914a9cefdfa0dcbbc6029 | bedf41c17bccd643f04fa71a7a20a4497102dcd2 | refs/heads/master | 2021-01-24T05:06:50.980134 | 2013-08-08T05:24:24 | 2013-08-08T05:24:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,130 | cc |
/* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
*
* contributed by Jon Harrop
* modified by Alex Mizrahi
* modified by Andreas Schäfer
* very minor omp tweak by The Anh Tran
*/
#include <iostream>
#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <stddef... | [
"kannan.vij@gmail.com"
] | kannan.vij@gmail.com |
f53a80d66bf813a0a9cd1b8be2932383fc963225 | ebb116e27e82a579536484da5c3581c51b5ea3b2 | /base/Core/Inc/uuv_control_msgs/WaypointSet.h | 5636232564e096f0acb5e4fc40da125f5e6ac91a | [] | no_license | JoshuaRiddell/megabot | 5f58b2eb88f0fac48c8d239271ddc7af86ac08eb | 401366b08c4c3bd5ac4c904f7c525b5ab0c6f303 | refs/heads/master | 2021-07-23T17:11:01.061360 | 2020-09-20T10:40:20 | 2020-09-20T10:40:20 | 217,561,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,716 | h | #ifndef _ROS_uuv_control_msgs_WaypointSet_h
#define _ROS_uuv_control_msgs_WaypointSet_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "std_msgs/Header.h"
#include "std_msgs/Time.h"
#include "uuv_control_msgs/Waypoint.h"
namespace uuv_control_msgs
{
class WaypointSet : pu... | [
"jridd30@gmail.com"
] | jridd30@gmail.com |
c19f6499e573f96764c112d47c598f0422fb9836 | ed9017f0222c52af0d2a6da73b9d046acae1ed76 | /workspace/Activity_timak/src/ApplicationManagement/ApplicationStates/MainState.h | 2ba4a7c5002e7a4b70a45971e7942a935c888f54 | [] | no_license | next-dimension-team/Timak_15-16 | 7989d3a90d3cb20ec2a0d78fe604bf60740bf31d | 0902a296ff835a1a7f091b1d25351330ea5e74e8 | refs/heads/master | 2021-01-11T02:11:11.558451 | 2016-10-06T10:08:31 | 2016-10-06T10:08:31 | 70,096,900 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 639 | h | /*
* MainState.h
*
* Created on: 1.3.2014
* Author: Schade
*/
#ifndef MAINSTATE_H_
#define MAINSTATE_H_
#include <OISKeyboard.h>
#include <OISMouse.h>
#include "ApplicationState.h"
#include "Message.h"
class MainState: public ApplicationState {
public:
MainState(ApplicationState* parentState);
virtu... | [
"Peter.Zajac11@sk.ibm.com"
] | Peter.Zajac11@sk.ibm.com |
b16d387ebb9a5b507f2e31db65d2e7a8c4c3ef87 | 3624e9f0a026b57ebdafa4e842b93f56e5a8504d | /Codeforces/249 Division 2/Problem C/C.cc | acf02b0c70f1ec199b944e8b32fe6bf8cffaaaf7 | [
"MIT"
] | permissive | ailyanlu1/Competitive-Programming-2 | 54109c8644d3ac02715dc4570916b212412c25c0 | 6c990656178fb0cd33354cbe5508164207012f24 | refs/heads/master | 2020-03-23T07:48:20.560283 | 2018-02-15T06:49:49 | 2018-02-15T06:49:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,747 | cc | #include<cstdio>
#include<iostream>
#include<cmath>
#include<algorithm>
#include<cstring>
#include<map>
#include<set>
#include<vector>
#include<utility>
#include<queue>
#include<stack>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define... | [
"adityapaliwal95@gmail.com"
] | adityapaliwal95@gmail.com |
ac7f5efe07488178da7e2f49951b45efa635238d | 7222812cf1bb87089f01ece6f6fd59a019803897 | /11_final_3dpainter/include/flowField.h | fb84484617c29f5085bbfa63f065df534471bc38 | [] | no_license | Mtankha/MadhavTankha_OFanimation2015 | 1f58268a525fb6fea694ac544dbc16c1faa26156 | 6f7bdfc6433bb8218967c9502e8598b0abd0786b | refs/heads/master | 2020-04-06T04:56:45.501049 | 2015-05-24T14:43:25 | 2015-05-24T14:43:25 | 31,284,217 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | h | #pragma once
#include "ofMain.h"
class flowField
{
public:
flowField();
void setup(float w, float h, float d, float res);
void setRandom(float scale);
void setNoise(float scale);
void setNoise2(float scale);
void setNoise3(float scale);
//to be called from ... | [
"mtankha@gmailcom"
] | mtankha@gmailcom |
45ebf5a4b7185dce900cdaeee2c8e82a28475320 | febf3f7144af58d22c81b3dac67c643256f1b1ad | /SanguoClient/frameworks/runtime-src/Classes/entityx/System.cc | 393942a1d9a0c4102a464ce86b398ef83ae61a14 | [] | no_license | wagulu/cocos2dx_sanguo_heroes | ce503f9562e77f5922e80e77758a56386cd2b288 | e4117963825831ba51a5ead8651cd8dd48602768 | refs/heads/master | 2020-07-17T12:56:14.532212 | 2019-09-01T04:57:31 | 2019-09-01T04:57:31 | 206,023,787 | 4 | 2 | null | 2019-09-03T08:09:08 | 2019-09-03T08:09:08 | null | UTF-8 | C++ | false | false | 515 | cc | /*
* Copyright (C) 2012 Alec Thomas <alec@swapoff.org>
* All rights reserved.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution.
*
* Author: Alec Thomas <alec@swapoff.org>
*/
#include "System.h"
namespace entityx {
BaseSystem::Family... | [
"940299880@qq.com"
] | 940299880@qq.com |
61d713592cff5a74b2500e740a17815579e95df5 | 4420739a7cb2a2652e97b03600c20c38d0b33168 | /source/level_manager.cpp | f47f65f5790bf711d62c4e673d48520028567b2f | [] | no_license | MrFloip/Legacy-of-Gold | 3648e664c20bbd470d80b461d009f6fedaadc79e | 1c6db067f9d597bd86473b4c789ffa92d9a0a9c4 | refs/heads/master | 2021-01-17T05:24:15.243939 | 2012-11-19T00:23:36 | 2012-11-19T00:23:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | cpp | #include "level_manager.hpp"
#include "entity_manager.hpp"
#include "level.hpp"
#include "flog.hpp"
#include "object_loader.hpp"
#include "flog_format.hpp"
LevelManager::LevelManager(EntityManager* entityManager)
{
objLoader = new ObjectLoader();
glGenBuffers(1,&levelVbo);
}
bool LevelManager::loadLevel(string file... | [
"Filip.lindeby@gmail.com"
] | Filip.lindeby@gmail.com |
da4bca41e96363e4052b536527f6abff7efd1e06 | 3841f7991232e02c850b7e2ff6e02712e9128b17 | /小浪底泥沙三维/EV_Xld/jni/src/EV_MapControl_CSharp/wrapper/zoomcontroller_wrapper.cpp | 7215be8987617c4605edfd0da4485528593b74fd | [] | no_license | 15831944/BeijingEVProjects | 62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71 | 3b5fa4c4889557008529958fc7cb51927259f66e | refs/heads/master | 2021-07-22T14:12:15.106616 | 2017-10-15T11:33:06 | 2017-10-15T11:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 331 | cpp | /* This file is produced by the P/Invoke AutoWrapper Utility
Copyright (c) 2012 by EarthView Image Inc */
#include "mapcontrol/zoomcontroller.h"
namespace EarthView
{
namespace World
{
namespace Display
{
}
}
}
namespace EarthView
{
namespace World
{
namespace Spatial2D
{
namespace Controls
{
... | [
"yanguanqi@aliyun.com"
] | yanguanqi@aliyun.com |
89205528ef7cb4c17b6ccd59d06e34350aa4e256 | 51cafea84e0e2c2e6c28ac5fe80f2f6e5154f86c | /cocos2d/cocos/2d/CCParticleSystem.cpp | d8ca06133ef4a91e580e8a1806623e4a98a66dc2 | [
"MIT"
] | permissive | khibong/Tech4_StickHeroGo | 3468ac6248a253435290489c0ba0bcba3290f840 | e68a83f4e2cd98f0087b132979e44c4ecb6d4156 | refs/heads/master | 2020-07-10T22:34:49.551766 | 2019-07-31T10:38:31 | 2019-07-31T10:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44,179 | cpp | /****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2011 Zynga Inc.
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.or... | [
"lehungcva@gmail.com"
] | lehungcva@gmail.com |
135eb8f61704dfefa11ae4a4db3add9de15efedf | c2aefe9108e05bd999710fa6462cef343e149745 | /restart.cpp | fefbdcff5227ad415766567ed705c58edcad9f9e | [] | no_license | Careeza/CodeInGame | 9193f178480f4b5602d3c6a724df45a6f5b5ea0d | fd56a9cf3b48ff06ea750736213991a852ffbf98 | refs/heads/main | 2023-04-30T14:16:15.359664 | 2021-05-13T16:02:07 | 2021-05-13T16:02:07 | 365,742,406 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,892 | cpp | #include "common.hpp"
#include <iostream>
#include <unistd.h>
#include <chrono>
#include <random>
#include <array>
#include <sstream>
#include <algorithm>
#include <functional>
#include <fstream>
class Tree {
private:
std::vector<Tree> child;
std::vector<Action> actions;
Tree ... | [
"fbecerri@student.42.fr"
] | fbecerri@student.42.fr |
f18953924a358e4c44822b3e12949adf261c1449 | db8aa45976ccead1ce4cd2f8950e2d17a63aa262 | /include/RapidOpenCL1/System/Macro.hpp | dd8165bf21815965204eaa7cc836441679735809 | [
"BSD-3-Clause"
] | permissive | Unarmed1000/RapidOpenCL | 3dbabf272e6d51d011973dd3b43f2f6a98363703 | 3263bfa152c0a5e259313cae2f2c7a7a6160a5bb | refs/heads/master | 2021-07-13T16:07:38.955066 | 2020-06-17T10:58:34 | 2020-06-17T10:58:34 | 66,395,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,095 | hpp | #ifndef RAPIDOPENCL1_SYSTEM_MACRO_HPP
#define RAPIDOPENCL1_SYSTEM_MACRO_HPP
//***************************************************************************************************************************************************
//* BSD 3-Clause License
//*
//* Copyright (c) 2017, Rene Thrane
//* All rights reserved.
//*
... | [
"rene.thrane@manabattery.com"
] | rene.thrane@manabattery.com |
507c8b237dd7c16d22b944f7dfb4aa145aab9a24 | 770b7ad3c4e294e9c60d7c0e4f5d90f62daf3de0 | /ComponentSkillInterface/smartsoft/src/ParameterStateStruct.cc | 21fdb0179536e7ea8c37f464380ca0054092edb4 | [] | no_license | Servicerobotics-Ulm/ComponentRepository | b1b73ea8871366f05846aedc4ca4df4024b8fe39 | 0c958e9dd9263b525b404bb9581f33c15cfbb3d8 | refs/heads/master | 2022-12-15T07:54:19.437434 | 2022-12-06T14:30:05 | 2022-12-06T14:30:05 | 122,948,164 | 2 | 11 | null | 2021-02-10T12:03:13 | 2018-02-26T09:46:20 | C++ | UTF-8 | C++ | false | false | 1,471 | cc | //--------------------------------------------------------------------------
// Code generated by the SmartSoft MDSD Toolchain
// The SmartSoft Toolchain has been developed by:
//
// Service Robotics Research Center
// University of Applied Sciences Ulm
// Prittwitzstr. 10
// 89075 Ulm (Germany)
//
// Information abo... | [
"stampfer@hs-ulm.de"
] | stampfer@hs-ulm.de |
aa105ec4da00afd099e611c10934af580ef8c103 | 5aee71142d2859f65d0fb1875ba5ebb52952fbd1 | /MultiCamMultiHumanTrackingSystem/Google325(CAM2)/ClassSources/ProcessState/PreCheckingState.h | 7430889655a08f692b6d7e2db312ca65b5e24867 | [] | no_license | YosenChen/ComputerVisionWorks | d37da1ddf6f91a68bd4134d21c446fbac4cd89bb | 210d47c3a9dbee19eba70b59376dc5e2bf93a60b | refs/heads/master | 2020-05-29T21:56:12.802348 | 2018-02-19T09:44:44 | 2018-02-19T09:44:44 | 41,948,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,366 | h | #ifndef PreCheckingState_H
#define PreCheckingState_H
#include "ProcessState.h"
class PreCheckingState : public ProcessState {
public:
void enter( OpticalFlow* SingletonInstancePtr );
void exit( void );
void pause( void );
void resume( void );
void update( unsigned long lTimeElapsed )... | [
"chen.yosen@gmail.com"
] | chen.yosen@gmail.com |
606d8ce1f13bee95e8eaea8c5cc8ebd10459333a | b2ffb67bfb3bdddf260ad68ab4cba69a07d93f69 | /구현/1356.cpp | f3c1dfe0e2af0f3a54ce437a5c7fe6f118038af7 | [] | no_license | CodeJin19/Baekjoon | efbdcb1b2fa0cdc92df71bb66a89476dc734c486 | 04558bb718dd9a531fe4c7b911e18340b7dfd189 | refs/heads/master | 2023-08-16T18:21:26.602756 | 2023-08-15T07:08:15 | 2023-08-15T07:08:15 | 176,083,831 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 491 | cpp | #include <iostream>
#include <string>
using namespace std;
int main()
{
string s;
int len, idx, a, b;
bool flag = false;
cin >> s;
len = s.length();
idx = 1;
while (!flag && idx < len)
{
a = 1;
b = 1;
for (int i = 0; i < idx; i++)
{
a *= (int)(s[i] - '0');
}
for (int i = idx; i < len; i++... | [
"noreply@github.com"
] | CodeJin19.noreply@github.com |
c251592f1205e69a60a021abff1dcc1a50b3001e | d09092dbe69c66e916d8dd76d677bc20776806fe | /.libs/puno_automatic_generated/inc/types/com/sun/star/beans/XPropertyAccess.hpp | 361e2e906496c8c136736bec167cb6fc13139463 | [] | no_license | GXhua/puno | 026859fcbc7a509aa34ee857a3e64e99a4568020 | e2f8e7d645efbde5132b588678a04f70f1ae2e00 | refs/heads/master | 2020-03-22T07:35:46.570037 | 2018-07-11T02:19:26 | 2018-07-11T02:19:26 | 139,710,567 | 0 | 0 | null | 2018-07-04T11:03:58 | 2018-07-04T11:03:58 | null | UTF-8 | C++ | false | false | 6,917 | hpp | #ifndef INCLUDED_COM_SUN_STAR_BEANS_XPROPERTYACCESS_HPP
#define INCLUDED_COM_SUN_STAR_BEANS_XPROPERTYACCESS_HPP
#include "sal/config.h"
#include "com/sun/star/beans/XPropertyAccess.hdl"
#include "com/sun/star/beans/PropertyValue.hpp"
#include "com/sun/star/beans/PropertyVetoException.hpp"
#include "com/sun/star/bean... | [
"guoxinhua@10.10.12.142"
] | guoxinhua@10.10.12.142 |
369458865d76225a3a08ad6eb05ec43dc7d62b2d | fc9ccd3b38650b2710c730a1ad9c32b6d9e5cc7b | /SPOJ/NABILHACKER.cpp | f17614bce8cd97e6885cc2c89a0c27956ca8cf49 | [] | no_license | surya3214/coding | 7643642b197f1f83733e00c381b89086ea801c84 | 28a0d5b188bda75c1d44b5a036af87e0d468081e | refs/heads/master | 2021-06-03T08:40:53.182286 | 2020-08-05T18:25:24 | 2020-08-05T18:25:31 | 110,145,839 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,508 | cpp | // AC Stack
#include <bits/stdc++.h>
#define BUFFER 5
#define BUFF(x) x + BUFFER
#define LEN_MAX (int) 1e6
// #pragma GCC optimize "O4"
using namespace std;
typedef long long int ll;
typedef unsigned long long int ull;
char str[BUFF(LEN_MAX)];
char l_stack[BUFF(LEN_MAX)], r_stack[BUFF(LEN_MAX)];
int l_s_ptr, r_s_ptr;
v... | [
"surya3214@gmail.com"
] | surya3214@gmail.com |
b5c2333da5b967b2c480ea564fb403caa5973f26 | 860c36900bdb95ba7a8c969caedb6ae7897c9b6e | /src/qt/bitcoinstrings.cpp | d809d0045950565ba6a06989881d182d28a6c6fd | [] | no_license | coingoods/goodscoin | e8c8da66310a10e05a1015b5e658aafa086570cf | 72f32823f6d1f60f5894e2b83a102b56482093db | refs/heads/master | 2021-08-19T09:58:54.814340 | 2017-11-25T18:50:19 | 2017-11-25T18:50:19 | 112,023,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,624 | cpp | #include <QtGlobal>
// Automatically generated by extract_strings.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif
static const char UNUSED *bitcoin_strings[] = {
QT_TRANSLATE_NOOP("bitcoin-core", ""
"%s, you must set a rpcpassword in the configuration file:\n"
"%s\n"
"It is recomme... | [
"goodscoin@scryptmail.com"
] | goodscoin@scryptmail.com |
df86beba1a23b3d9d31edf289affc6fa1c7a3a61 | 0cf2a122ab077ca8c08b48bd7416907856d73ecc | /Breeder_1.5/OSIG/TurboMachinery/src/turboPerformance/fluidPower/fluidPower.H | 637a4970e9a6700ec4786febdac614b552245673 | [] | no_license | martinep/foam-extend-svn | f8385e9fdb30a4ebe55e64fef7dea886dac15b7b | 8ab5b07166202f17acf810ef9bc7935485a5e6aa | refs/heads/master | 2019-01-19T12:15:58.295577 | 2014-01-28T10:13:07 | 2014-01-28T10:13:07 | 16,308,391 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,395 | h | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright held by original author
\\/ M anipulation |
------------------... | [
"Pedro"
] | Pedro |
50c8546a2a95d8d2d3c7e39da6b3ee31cafab576 | 48c9e9213fa56b2e9d1af8be67211082aa02ea5b | /prj/VM2/Pure/VM_SysFunc.cpp | d3c5922a6fac28298d459ce74e39429df1c17799 | [] | no_license | 0xABADCAFE/ancient-extropia-amiga68k | 35ffc3eb1559c50a27536bd5c526b31368faab17 | be56f2c66d92e556518ea2e35441977ca2fc4a7b | refs/heads/master | 2020-03-16T10:39:54.735743 | 2018-05-11T17:18:12 | 2018-05-11T17:18:12 | 132,636,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,719 | cpp | //*****************************************************************//
//** Description: eXtropia XSF Codec Virtual Machine **//
//** First Started: 2002-03-08 **//
//** Last Updated: **//
//** Author Karl Churchill ... | [
"karl.churchill@gear4music.com"
] | karl.churchill@gear4music.com |
d9a1109b229a448c4b7626d5de5ac5b9937ada5d | 19e120e9885c9d95712cd786e4288c9ec5b58842 | /quizzes/code/quiz-10/pointers-2.cpp | aa2b7c53fef695867418459a1e094ecceed6f221 | [] | no_license | alexchau93/course-materials | b937be601b120ddb1a136228a551d41f6f38fcde | 00822c7f7b01276674363ad1da670e949ed1e752 | refs/heads/master | 2021-01-18T09:39:47.514137 | 2015-12-24T01:48:43 | 2015-12-24T01:48:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | #include <iostream>
using std::cout;
using std::endl;
void f(int i, int * p, int & r) {
i *= i;
*p *= *p;
r *= r;
}
int main() {
int a = 3;
int b = 5;
int c = 7;
f(a, &b, c);
cout << a << " " << b << " " << c
<< endl;
return 0;
}
| [
"benblazak.dev@gmail.com"
] | benblazak.dev@gmail.com |
ccc32338ae1d55762847cdf3163c228036af2248 | f88c1945cb7770141fd26f69bbf1c2814f14bdc4 | /Source/Scene/Messenger.h | 545ed35716cfc6fc9c543e68434600712e6bfbeb | [] | no_license | aidenjones29/Tank-GD2Assignment | 56709d3be90d603bae5d2a00a9304341f66dc27d | 28550095a7e02a03e5e96050fd1fdeee50a91e66 | refs/heads/master | 2022-04-04T19:30:00.806356 | 2020-01-17T15:11:11 | 2020-01-17T15:11:11 | 231,422,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,071 | h | /*******************************************
Messenger.h
Entity messenger class definitions
********************************************/
#pragma once
#include <map>
using namespace std;
#include "Defines.h"
#include "Entity.h"
namespace gen
{
/////////////////////////////////////
// Public types
// Some basic... | [
"36414445+aidenjones29@users.noreply.github.com"
] | 36414445+aidenjones29@users.noreply.github.com |
c355876a98b230e7eede51f6f999938410022a5f | 87c69454346b1550da7da37f1b7ebfe5468b587c | /protocol/串口通信/串口监视工具/vc62933476624/GUILIB/SRC/GuiStaticStandar.cpp | 0073fedb976d56587ef4ccb147d46738ebfe10e7 | [] | no_license | hnlylmlzh/cs | 4305ae18d35d7fe774ae0ece263a68bea882ab6a | b45154053d46c3b3b1e912946d1acaa65e99089b | refs/heads/master | 2022-03-20T17:45:10.202053 | 2019-04-15T08:54:05 | 2019-04-15T08:54:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,040 | cpp | //-----------------------------------------------------------------------//
// This is a part of the GuiLib MFC Extention. //
// Autor : Francisco Campos //
// (C) 2002 Francisco Campos <www.beyondata.com> All rights reserved //
// This code is provided "as is", with absolutely no warranty ... | [
"sunyongjie1984@gmail.com"
] | sunyongjie1984@gmail.com |
31c2321d3e1719acf0cef9b8cd18be9184d8ccb5 | d8ea1ed34f0261f9164b597799111ece08c208e4 | /UVA/competitive_programming/chapter_4/SSSP on Graph with Negative Weight Cycle (Bellman Ford)/10557 - XYZZY.cpp | 185c77a5e0f9136304a23e5222b1867e90066485 | [] | no_license | OmarAbdelrahman/solved-problems | 8a6695280072588332e0e0c5606d699b7489b898 | 62b734644bce6c997bd08aa651b968a9fdff205c | refs/heads/master | 2021-09-05T07:58:58.631821 | 2018-01-25T12:45:07 | 2018-01-25T12:45:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,342 | cpp | #include <assert.h>
#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <algorithm>
#include <numeric>
#include <functional>
#include <bitset>
#include <vector>
#include <list>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include... | [
"omar.sebres@gmail.com"
] | omar.sebres@gmail.com |
62287c6e50a20e8022327d72c3ac6f115bfadf75 | e8798c316136d585676fb5534997e31daf4dfe6f | /src/gui/CTextControls.h | da6556ae1e483615a8f783b111677685d88c693a | [] | no_license | annihil-com/seth32nix_public_humanized_beta_2 | c794f267f9657be33acb6f7ad9e782b3acdef532 | 15434a31d00dcc5afc890fbab62d57478016512d | refs/heads/master | 2022-09-27T04:10:57.490650 | 2020-06-07T14:47:45 | 2020-06-07T14:47:45 | 268,075,240 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,726 | h | // ETH32 - an Enemy Territory cheat for windows
// Copyright (c) 2007 eth32 team
// www.cheatersutopia.com & www.nixcoders.org
#pragma once
#include "CControl.h"
#include "CScrollBar.h"
typedef struct bufline_s
{
qhandle_t shader;
char *text;
uint32 id;
bufline_s *next, *prev;
} bufline_t;
class CTextBuffer :... | [
""
] | |
f4edcfc7fe3062246f7da35a9d8e2c53ad15cff7 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /net/http/structured_headers_unittest.cc | ea97a577fad5d0b33e5687c19fcf0890361e7fe9 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 28,224 | cc | // Copyright 2019 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 "net/http/structured_headers.h"
#include <math.h>
#include <limits>
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
namespac... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a266a1351fd64cd795f90808aa3564a3f6648a40 | 967482ce7998d8814a13d8509db947b0df31f8e0 | /src/lib/std/tst/t_character.cpp | 39a6d500f2e90c52d0f3d424c7b0d087b187beed | [] | no_license | loongarch64/afnix | 38dc9c9808f18ff5517f7c43f641057a9583aeda | 88cc629cc09086cda707e5ad6d8a1bd412491bbe | refs/heads/main | 2023-05-31T17:16:56.743466 | 2021-06-22T05:18:32 | 2021-06-22T05:18:32 | 379,150,535 | 0 | 0 | null | 2021-06-25T03:05:27 | 2021-06-22T05:20:29 | C++ | UTF-8 | C++ | false | false | 2,065 | cpp | // ---------------------------------------------------------------------------
// - t_character.cpp -
// - standard object library - character class test module -
// ---------------------------------------------------------------------------
// -... | [
"wuxiaotian@loongson.cn"
] | wuxiaotian@loongson.cn |
9001d1e2a53a234e73debab4f91bc7ab14575d62 | 8ada93246f72f53a4dc55063b8b165947af3a565 | /PrintTest/src/print.cpp | 5602248d7a13a21d0fbbbb84f651d2483e02b39a | [] | no_license | AleksandrPanov/TestAdios2 | cc0391d7b2d31d1fbc17c830203e0ff7dce35eab | 2fb7a452b338403d18975fcbce8709343fac9414 | refs/heads/master | 2022-12-07T20:09:16.021818 | 2020-08-29T21:08:04 | 2020-08-29T21:08:04 | 279,131,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | #include "print.h"
int main()
{
const std::size_t Nx = 1000 * 1000 * 10;
std::vector<double> myDouble(Nx);
std::iota(myDouble.begin(), myDouble.end(), 0.0);
const int numIt = 5 * 10;
bool createNewFile = true;
Runner r(myDouble, numIt, createNewFile);
//r.run("ADIOS2");
//r.run("ADIOS2... | [
"sasha1_1997@mail.ru"
] | sasha1_1997@mail.ru |
a66a3fba72e7070ab35309ecea2131dad3a5776a | ac66ec2f70000c0b6fa9cf663d1cdb1c70ea1e1d | /Engine/GuiEngine/Label.hpp | b818c49b3d2a925b1c5476a9ea35dd9583f746ac | [] | no_license | IngoChou/Inline-Engine | cb0d45680dd9e56787d99a87219a805ee12c9d6b | 3f1173fa80552dc14b716756007cab5caf07a5d4 | refs/heads/master | 2020-08-12T10:09:16.997803 | 2019-09-30T11:41:18 | 2019-09-30T11:41:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 741 | hpp | #pragma once
#include <BaseLibrary/Color.hpp>
#include "Text.hpp"
namespace inl::gui {
class Label : public Control {
public:
Label();
void SetSize(const Vec2& size) override;
Vec2 GetSize() const override;
Vec2 GetPreferredSize() const override;
Vec2 GetMinimumSize() const override;
void SetPosition(cons... | [
"kardospeter1994@hotmail.com"
] | kardospeter1994@hotmail.com |
9ef1758534a2dc50b1d2b40bdf6d08d31780b5fe | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/shell/shell32/menuband/sftbar.cpp | 81bcf08362be2f9a0447b50fc5f2622a317bd183 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 78,796 | cpp | #include "shellprv.h"
#include "common.h"
#include "sftbar.h"
#include "resource.h"
#include "dpastuff.h"
#include "shlwapi.h"
#include "cobjsafe.h"
#include <iimgctx.h>
#include "uemapp.h"
#include "util.h"
#include "brutil.h"
#include "dobjutil.h"
#include "idlcomm.h"
extern UINT g_idFSNotify;
#de... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
9d6205c448eb5552bdf0e158791f1d3a05169ba7 | dfb995c14bd29ce667bcc1e96f1c04c795acc516 | /SmartSteelPropertySheet.h | 4eed0999ea7d9c3832390bccbbf6f34ea97a4a2c | [] | no_license | humkyung/SmartSteel | 68df51dc193b11c8af105102fa26f749e5a177a8 | bf0a9639979351b0a13ac4192a029ed0955d5295 | refs/heads/master | 2023-06-15T17:43:51.804431 | 2021-07-03T14:43:12 | 2021-07-03T14:43:12 | 363,656,011 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,900 | h | #pragma once
#include <PictureWndEx.h>
#include "SmartSteelPropertyPage.h"
#include "PlateConfigDlg.h"
#include "EditLinearMemberShapeDlg.h"
#include "GussetPlateShapeDlg.h"
#include "EndPlateShapeDlg.h"
#include <map>
using namespace std;
using namespace PropertyPage;
class CPropertyTreeCtrl : public CTreeCtrl
{
... | [
"humkyung@doftech.co.kr"
] | humkyung@doftech.co.kr |
cbe37cf72f3b87ddb6c4ab2c9b190b87de745eb2 | 1653acd0b8a476b55128b9af60c74366cc730568 | /2018-1/sys/runcmd.cc | 106a8d18d5af27768be271bd5480c0c29535213a | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | sgtest/p4test | 5c6ab62098e99413af8ee12b5911ad9cf7fc081e | 0b065a1f4aad902f5860d03fa44d14e00ee980a4 | refs/heads/master | 2020-04-27T16:46:05.018649 | 2019-02-07T10:04:05 | 2019-02-07T10:04:05 | 174,492,667 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,442 | cc | /*
* Copyright 1995, 2003 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
/*
* RunCommand() -- Just run a command and capture its output
*/
# define NEED_ERRNO
# define NEED_FILE
# define NEED_FCNTL
# define NEED_POPEN
# define NEED_FORK
# define NEED_SOCKETP... | [
"nickpoole@black-sphere.co.uk"
] | nickpoole@black-sphere.co.uk |
6743d87032589a014953e57fe808148ea7018bdf | 98711adc462442ace81ff92a8c3b042b63f43f0a | /util.cpp | dc4e750c6166713e124e135a31b43d8c619f87ac | [] | no_license | javorszkymazsi/zerda-exam-cpp-orientation | 4b3d0098a9d9189fe28b5f7bae9a39a99d57dd05 | 581f1c7f574f41687610a39f2c1346185a4efc3d | refs/heads/master | 2021-01-02T08:57:02.224440 | 2017-01-11T12:10:12 | 2017-01-11T12:10:12 | 78,617,132 | 0 | 0 | null | 2017-01-11T08:11:53 | 2017-01-11T08:11:53 | null | UTF-8 | C++ | false | false | 610 | cpp | #include "util.h"
std::string read_file(std::string file_name) {
std::ifstream source_file(file_name);
std::string buffer;
std::string content = "";
while (getline(source_file, buffer)) {
content += buffer + "\n";
}
source_file.close();
return content;
}
void write_to_file(std::string content, std:... | [
"javorszky.mariann@gmail.com"
] | javorszky.mariann@gmail.com |
53da5f0f29cbabad2ecb4c6e483f5b2a230135f8 | 153e3d9c8afab859a1458f5b3405a6f07f227ac5 | /Clownfish/Clownfish-core/include/maths/vec3.h | 22bc27a94aa836290dc5d456e97fe4c5f3088aa4 | [] | no_license | DasMork/Clownfish-Engine | fc73f9ec1b86340dc485a603d24a7b9e42125518 | fa64e220f08f5b409e6543d1265640ed3e107862 | refs/heads/master | 2022-03-12T18:16:04.442501 | 2019-05-31T08:52:31 | 2019-05-31T08:52:31 | 124,425,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | h | #pragma once
#include <iostream>
namespace clownfish {
namespace maths {
struct vec3
{
float x, y, z;
vec3();
vec3(const float& x, const float& y, const float& z);
vec3& add(const vec3& other);
vec3& subtract(const vec3& other);
vec3& multiply(const vec3& other);
vec3& divide(const vec3... | [
"jannik.lietz@zeiteffekt.info"
] | jannik.lietz@zeiteffekt.info |
916cb67045419a72d39be5b1ab52b20fd83904a0 | 580a221110ade458387820d30fb84dbfe28fbb31 | /BitVector.cc | a7dff5cc19f4899baf8229bbcee392eb9210959f | [] | no_license | rleiwang/simple-rank-select | 215461d4a91fe96ffbf3d9f76487765f508265ad | 3030ae84b88e7be206406a316823862e9703d6e9 | refs/heads/master | 2021-01-10T22:06:51.970281 | 2014-01-30T05:48:42 | 2014-01-30T05:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,968 | cc | #include <climits>
#include <cstdlib>
#include <iostream>
#include <cassert>
#include <algorithm>
#include <unistd.h>
// file
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <sys/mman.h>
// file
#include "BitVector.h"
#include "LRU.h"
static const int6... | [
"rleiwang@Mac-mini.local"
] | rleiwang@Mac-mini.local |
cb75e73d108c226fb5eea7031c8b3fd1f3bd7e8e | 3f44cb39bedadd315e8adad341b417205cb9c098 | /include/settings/Couleur.h | 75c8a75784dc2f1ef09abedafe8cdd9408060c7f | [
"LicenseRef-scancode-cecill-b-en"
] | permissive | etrange02/Fux | dc10e6246a7cd8a4f420cb2c6ceb4d24317958fd | 2f49bcd8ec82eb521092c9162e01c8b0d00222ab | refs/heads/master | 2020-12-24T07:42:13.122844 | 2017-06-18T09:20:02 | 2017-06-18T09:20:02 | 10,109,121 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | h | #ifndef COULEUR_H
#define COULEUR_H
#include <wx/wx.h>
#include <wx/xml/xml.h>
class Couleur
{
public:
Couleur(unsigned int red = 0, unsigned int green = 0, unsigned int blue = 0, bool boolValue = false);
Couleur(wxString chaine, bool boolValue);
Couleur(wxXmlNode *node);
virtual ~... | [
"david.lecoconnier@free.fr"
] | david.lecoconnier@free.fr |
39499d8b49352893d375bacc35adb3fc1cc30747 | 5d5fe62712819e92c8333189b7bb2fa7a5108745 | /DlgClassEdit.cpp | e6564083b9c4dc059210a50de1fc67b05be0bdf4 | [] | no_license | neckhyg/foodTrack | 93467db81b543318170fc95324f0d79a9a2c0499 | 2645a0584ac5c8bd53fd4a2bf0d464e7e571728c | refs/heads/master | 2021-01-22T18:10:48.000436 | 2013-10-30T14:57:07 | 2013-10-30T14:57:07 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 10,226 | cpp | // DlgClassEdit.cpp : implementation file
//
#include "stdafx.h"
#include "foodTrack.h"
#include "DlgClassEdit.h"
#include "DlgSelectStudent.h"
#include "foodTrackDoc.h"
#include "DlgStudentInfor.h"
#include "RstClass.h"
#include "RstClassList.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F... | [
"neckhyg@gmail.com"
] | neckhyg@gmail.com |
d2f28ee3e3e86fd31ee4bf656f96e3919b248d7e | ef686be54010f05f061046126b833df503aaa24d | /DataFormats/Common/interface/HandleExceptionFactory.h | 8eb4c65066800eecd20d04f7dd5db257c5a244d3 | [] | no_license | dmajumder/cmssw | b371a2cf810443680b5af930a34c541038f7e92f | 9a69e0fa4485cf1e5eea13431236284a86c3a2dd | refs/heads/CMSSW_7_1_X | 2021-01-17T00:03:19.655511 | 2015-04-17T11:02:21 | 2015-04-17T11:02:21 | 16,834,586 | 1 | 2 | null | 2016-02-26T19:06:43 | 2014-02-14T10:48:17 | C++ | UTF-8 | C++ | false | false | 1,597 | h | #ifndef DataFormats_Common_HandleExceptionFactory_h
#define DataFormats_Common_HandleExceptionFactory_h
// -*- C++ -*-
//
// Package: DataFormats/Common
// Class : HandleExceptionFactory
//
/**\class edm::HandleExceptionFactory HandleExceptionFactory.h "DataFormats/Common/interface/HandleExceptionFactory.h"
... | [
"chrisdjones15@gmail.com"
] | chrisdjones15@gmail.com |
a0c7e84b3d1c8f59f1a24c548baad9dc1bdf177e | 925320d8b0a9778c3b8f13e2c38ab1f3e266ea86 | /qwe.cpp | d52a89e874e2d55d9ebb07cdb0cffbea8281844a | [] | no_license | notantony/matan | e79d6664277ee86b50a24aaa2a173522a09634ea | 3bc30d3fe7a8184b01de1d7d4aa4eeec4bf6c98f | refs/heads/master | 2021-07-12T09:46:01.467384 | 2017-01-22T20:47:03 | 2017-01-22T20:47:03 | 77,341,539 | 0 | 0 | null | 2017-01-22T20:47:03 | 2016-12-25T20:20:53 | C++ | UTF-8 | C++ | false | false | 4,600 | cpp | #include <string>
#include <stdio.h>
#include <cstdio>
#include <cstring>
#pragma warning(disable : 4996)
using namespace std;
void print(char* s, int length) {
printf("(");
for (int i = 0; i < length; i++) {
printf("%c", s[i]);
}
printf(")");
}
int isdig(char x){
if((x>='0'&&x<='9')||x=='e'... | [
"noreply@github.com"
] | notantony.noreply@github.com |
83aa8332a6aca83af1d68655ff31906f59e7df04 | 0cdf022c1946e79ea5650781010fc63130a53fd5 | /SPP.h | 3a20e77474affe07394a00c821309e6ec50da134 | [] | no_license | mfkiwl/ZH | 890c04da87eb66d8f6945e3863dfca0061956b28 | eca2a55427ed617b0c30f2cb2960b443e46783cf | refs/heads/master | 2022-02-12T11:40:49.935894 | 2018-11-04T08:13:50 | 2018-11-04T08:13:50 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,453 | h | #pragma once
#include "Broadcast.h"
#include "RinexGps.h"
#include "Coordinate.h"
#include "TimeFunction.h"
struct Receiver {
Gpstime tGr; //接收机GPS时
CCoordinate P; //接收机位置
double delta_t; //接收机钟差
double delta_t_; //接收机钟速
};
struct satellite {
CString PRN;
Gpstime tGs; //卫星GPS时
double prs; ... | [
"noreply@github.com"
] | mfkiwl.noreply@github.com |
4accf342f6f9863db46eae23440cb99944e6a2ad | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_new_hunk_9951.cpp | d3ea48923e3757647c1d12263aab568cd2701614 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | }
}
else if (!strcmp(tag, "done")) {
return 0;
}
else {
ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r,
"unknown parameter \"%s\" to tag include in %s",
tag, r->filename);
ap_rputs(error... | [
"993273596@qq.com"
] | 993273596@qq.com |
290ee5249a40246e9e7ff55dd31997b737ad7efe | 3899dd3debab668ef0c4b91c12127e714bdf3d6d | /venv/Lib/site-packages/tensorflow/include/tensorflow/core/platform/file_system.h | a4ad90378a11432640728d2a612406fb6e9aefb0 | [] | no_license | SphericalPotatoInVacuum/CNNDDDD | b2f79521581a15d522d8bb52f81b731a3c6a4db4 | 03c5c0e7cb922f53f31025b7dd78287a19392824 | refs/heads/master | 2020-04-21T16:10:25.909319 | 2019-02-08T06:04:42 | 2019-02-08T06:04:42 | 169,691,960 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 13,298 | h | /* Copyright 2015 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 applicable ... | [
"a@bogdanov.co"
] | a@bogdanov.co |
de2fc2ee5fd6a96b0065e8b30cd2bf4d3f8511a9 | 501591e4268ad9a5705012cd93d36bac884847b7 | /src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp | 53f39a47ca3e89c2579b1ea033311eb4eba62e86 | [] | no_license | CryNet/MythCore | f550396de5f6e20c79b4aa0eb0a78e5fea9d86ed | ffc5fa1c898d25235cec68c76ac94c3279df6827 | refs/heads/master | 2020-07-11T10:09:31.244662 | 2013-06-29T19:06:43 | 2013-06-29T19:06:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,892 | cpp | /*
* Copyright (C) 2008 - 2011 Trinity <http://www.trinitycore.org/>
*
* Copyright (C) 2010 - 2012 Myth Project <http://mythprojectnetwork.blogspot.com/>
*
* Myth Project's source is based on the Trinity Project source, you can find the
* link to that easily in Trinity Copyrights. Myth Project is a private commun... | [
"vitasic-pokataev@yandex.ru"
] | vitasic-pokataev@yandex.ru |
2bb6878dd3316a17759d7ec6eb45f0475aca1a35 | eded13efdb80cd02ef85884719dab8c4da020996 | /Module9/task1/main.cpp | d5eae52b9af6bc711a06e181e4d51d7c46c179fc | [] | no_license | Lecrosshel/Homeworks | 9211416797a495d93a794f636278838781051691 | 88b67bbc447fdfb8be965816206e22e6bd199f09 | refs/heads/master | 2023-03-12T15:20:34.281597 | 2021-02-27T11:05:48 | 2021-02-27T11:05:48 | 329,415,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | cpp | #include <iostream>
using namespace std;
int main() {
int hour,
cnt = 0;
std::cout << "Который час?\n";
cin >> hour;
if(hour > 12 || hour < 1) {
cout << "Некорректное время.";
return 1;
}
while(cnt < hour) {
cout << "Ку-ку\n" << cnt << "\n";
cnt++;
... | [
"lecrosshel@ya.ru"
] | lecrosshel@ya.ru |
feef25f8af3de6b3fce40a5a12d2419d6aa586e5 | 7b08cc58dec37058051d7c24caac43a9e2d94c01 | /Units/Defectoscope/Windows/Common.cpp | 5991fa846e0cf6a237a043b22a633626d207cf64 | [] | no_license | Andrew90/langepas | 9e2077b8db0685aabb8dbd0a4101a1dec2dc6d0c | 3b678eb17df65e2da4a01d82b6b36f7725396ceb | refs/heads/master | 2021-07-10T23:28:31.820047 | 2017-09-15T05:02:53 | 2017-09-15T05:02:53 | 104,297,824 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,853 | cpp | #include "stdafx.h"
#include "Common.h"
//#include "Windows/ThicknessWindow.h"
#include "LongWindow.h"
#include "CrossWindow.h"
#include "Windows/MainWindow.h"
#include "Graphics/Chart.h"
void CloseAllWindows()
{
Common::DestroyWindow<ThickWindow>();
Common::DestroyWindow<LongWindow >();
Common::DestroyWindow<... | [
"drewan@rambler.ru"
] | drewan@rambler.ru |
85d6e1e3c42cd28101514621aed1e64c134fded7 | 1a20961af3b03b46c109b09812143a7ef95c6caa | /Book/3dlearn/DirectX/3DGraphicsProgrammingCD/chap07/framebuffer_blur/main.cpp | 675036389bd8a75a48f5ad17bb781f483ca3a423 | [] | no_license | JetAr/ZNginx | eff4ae2457b7b28115787d6af7a3098c121e8368 | 698b40085585d4190cf983f61b803ad23468cdef | refs/heads/master | 2021-07-16T13:29:57.438175 | 2017-10-23T02:05:43 | 2017-10-23T02:05:43 | 26,522,265 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,298 | cpp | #include <stdio.h>
#include <conio.h>
#include "Gut.h"
#include "GutInput.h"
#include "GutTimer.h"
#include "render_dx9.h"
#include "render_opengl.h"
#include "render_data.h"
GutTimer g_Timer;
float g_fFrame_Time = 0.0f;
void GetUserInput(void)
{
g_fFrame_Time = g_Timer.Stop();
g_Timer.Restart();
GutReadKeyboar... | [
"126.org@gmail.com"
] | 126.org@gmail.com |
ef95483f83345fa2e433f970e24efec053b40d13 | 959bb0a785bb5793e6a8d9dfb10ffa9ef6554015 | /Codeforces/236B.cpp | a110e57252197f09c2b774498ef227a3b0acea64 | [] | no_license | Evan-CSE/Competitive-Programming | 82c74c7d0e340fe8e4adc56ec16ad78fc3a38cd3 | b31a034373ecc01289235e032ec9f85636d32ca8 | refs/heads/master | 2023-07-15T20:06:07.242198 | 2021-08-25T07:44:44 | 2021-08-25T07:44:44 | 201,201,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,298 | cpp |
/**
Bismilla- hir rahma-nir rahi-m
@uthor Md Hasibur Rahman (Evan)
JKKNIU
*/
#include<bits/stdc++.h>
#define ll long long
#define FI freopen("input.txt","r",stdin)
#define FO freopen("output.txt","w",stdout)
#define Pr... | [
"evan@kali.evan"
] | evan@kali.evan |
549ccc7e098db38140ec0f09163779ca4d2801a0 | 2cf3ebedd9f0c5a23fe14dd61e15fad9ba3b916f | /ConsoleApplication6/ConsoleApplication6/testaverage.cpp | 1410a07b2f8a3fd9165598d53e7d8a4ec15fab10 | [] | no_license | Slidejiveman/Programming1 | 395deaae6de0ff7d6ad4733a7d962af3247c7385 | 273d21641b0f498bf24996438b52ad64aece0c54 | refs/heads/master | 2021-08-19T07:04:44.097280 | 2017-11-25T03:07:40 | 2017-11-25T03:07:40 | 111,948,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 469 | cpp | #include<iostream>
#include<iomanip>
using namespace std;
int main()
{
int test1, test2, test3, test4, test5;
float average;
cout << "Please enter 5 test scores separated by spaces.";
cin >> test1 >> test2 >> test3 >> test4 >> test5;
//calculate the average test score
average = static_cast<float>(test1 + test... | [
"rdnotlaw91@outlook.com"
] | rdnotlaw91@outlook.com |
93221c39b31bdbfbacd6f6ed944afd7917b13c60 | 38b94d7079f87a3831efe3e89cf193aa771f84d9 | /src/dui-examples/DuiLib/Control/UIProgress.cpp | 647140e56e82a33dee1ed702334787099161fa8c | [] | no_license | kanbang/book-code | c1b2a0a6778d4c56d56303104f4cdde1e08b2757 | 138743d35e3ddd05a6025e1803f7b6018ad071ca | refs/heads/master | 2021-01-12T04:28:37.079671 | 2016-12-26T11:21:50 | 2016-12-26T11:21:50 | 77,618,411 | 1 | 0 | null | 2016-12-29T14:40:04 | 2016-12-29T14:40:03 | null | UTF-8 | C++ | false | false | 3,221 | cpp | #include "stdafx.h"
#include "UIProgress.h"
namespace DuiLib
{
CProgressUI::CProgressUI() : m_bHorizontal(true), m_nMin(0), m_nMax(100), m_nValue(0), m_bStretchForeImage(true)
{
m_uTextStyle = DT_SINGLELINE | DT_CENTER;
SetFixedHeight(12);
}
LPCTSTR CProgressUI::GetClass() const
{
return _T("P... | [
"wyrover@gmail.com"
] | wyrover@gmail.com |
905012f353a51db4184d9f66cb2f46ee8b3b3a2f | bd1cbd63c59d1f0c7fe11f7284b89f778c54f905 | /prx_packages/manipulation/simulation/systems/obstacles/apc_shelf.hpp | a3e6cd321435c92644dd537f97e757938260be08 | [] | no_license | warehouse-picking-automation-challenges/rutgers_arm | e40019bec4b00838909c593466f8d3af320752fa | 647f5f7a3a87ad5fdc5dae04d61fc252885199c9 | refs/heads/master | 2021-06-03T20:08:16.371078 | 2016-08-26T16:37:56 | 2016-08-26T16:37:56 | 65,869,656 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,892 | hpp | /**
* @file apc_shelf.hpp
*
* @copyright Software License Agreement (BSD License)
* Copyright (c) 2013, Rutgers the State University of New Jersey, New Brunswick
* All Rights Reserved.
* For a full description see the file named LICENSE.
*
* Authors: Andrew Dobson, Andrew Kimmel, Athanasios Krontiris, Zakary ... | [
"vincentzhu122@gmail.com"
] | vincentzhu122@gmail.com |
1ee6eac4f002165467a3a518aa399fe9dae95bf2 | 98b1e51f55fe389379b0db00365402359309186a | /homework_6/problem_2/100x100/0.392/phi | 8d7a819a38dbd99e235a4d9d66c0eddf90482210 | [] | no_license | taddyb/597-009 | f14c0e75a03ae2fd741905c4c0bc92440d10adda | 5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927 | refs/heads/main | 2023-01-23T08:14:47.028429 | 2020-12-03T13:24:27 | 2020-12-03T13:24:27 | 311,713,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 142,976 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 8
\\/ M anipulation |
\*-------... | [
"tbindas@pop-os.localdomain"
] | tbindas@pop-os.localdomain | |
54ac36cdd48a21dabdaa1a55e0e3f38034b3c2e2 | ce51511cc1a091bce250b8c36d66fae6ec8fd1ce | /HW5CPP/Event.h | 98c7665020fa303a75f9d174469c03bf7eb45dae | [] | no_license | Turiyaa/SystemSimulation | 3f4216a7c28dedb916ace7d6bad27577e221028d | 78b2f0112b3076328f2bb1167dbf594064422aea | refs/heads/master | 2021-03-31T04:04:31.503967 | 2020-03-17T21:19:52 | 2020-03-17T21:19:52 | 248,075,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | h | //
// Created by narayan on 11/11/19.
//
#ifndef HW5CPP_EVENT_H
#define HW5CPP_EVENT_H
#include "Model.h"
class Event {
public:
~Event() {}
enum EventType {
INT, EXT, CON
};
double time;
EventType type;
Model *model;
Event(double t, Model *m, EventType tp) {
time = t;
... | [
"nneopane@oswego.edu"
] | nneopane@oswego.edu |
d87f8060966ba5312aca8d8ed5b0ed735e4f33d2 | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/SOC/2006/concurrency/trunk/boost/act/interlocked/assign_if_was/assign_if_was_sequential_fwd.hpp | ce544aa8004aec2582f3edcdc7d181a670a2fc42 | [
"BSL-1.0"
] | permissive | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 2,312 | hpp | /*=============================================================================
Copyright (c) 2006, 2007 Matthew Calabrese
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
==... | [
"doug.gregor@gmail.com"
] | doug.gregor@gmail.com |
9fc4527ce8bc7e0dc1c8ce37d286776ff5d3efd9 | 0fddf3977cd7221760dc47676263d4e5eb1fdabf | /threads/user.cc | 7fdca91a209e3fe7bffbfca03f6721c15cf27774 | [
"MIT-Modern-Variant"
] | permissive | exikee/nachos_final | e98c6496971c4ade28e7fd9e7084e7de8e6f287f | b7ebbc61ab69bc6c3eb5cc32d77b8491c682fd24 | refs/heads/master | 2021-01-19T09:31:03.967896 | 2014-04-24T03:06:32 | 2014-04-24T03:06:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cc | #include "User.h"
#include "utility.h"
User::User(){
UserName = NULL;
UserID = -1;
HomeDirectory = NULL;
Rights = 0;
Password = NULL;
}
User::User(char* name, int id, char* dir, int r, int passwd){
UserName = name;
UserID = id;
HomeDirectory = dir;
Rights = r;
Password = passwd;
}
User:... | [
"exike.xk@qq.com"
] | exike.xk@qq.com |
8082bb3c622a7c1a2327dadc64358e8830b1a9ff | 1fe10ee5e34cd76067c720ef4b4a054f6107b286 | /chromium/src/google_apis/gaia/oauth_request_signer_unittest.cc | 15cebcd842b89310d792fe03c7650d9a453929ad | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | bopopescu/ofa | 9f001c4f36b07fa27347ade37337422fd6719dcc | 84e319101d4a1200657337dcdf9ed3857fc59e03 | refs/heads/master | 2021-06-14T08:53:05.865737 | 2017-04-03T12:50:44 | 2017-04-03T12:50:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,211 | cc | // 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 "google_apis/gaia/oauth_request_signer.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
// This value is used to see... | [
"jimmym@opera.com"
] | jimmym@opera.com |
db84ff7195ced921ab5acdb3bb842e9aa796cb6e | d90d6537c0cdd5e8d11517377b59a60d5e4ffbc7 | /西游/Store.h | c4bc87677484ed16f757f8e6b3bee39410c51820 | [] | no_license | include-nan/xiyou | a7e4cc3f5a937a1ebb6c46648a078c6289d70773 | 10f21ec3d98ad8b1ae83b1363bddc6a8f603c91c | refs/heads/master | 2020-07-20T20:38:57.407346 | 2019-09-12T16:40:58 | 2019-09-12T16:40:58 | 203,806,516 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 312 | h | #ifndef STORE_H
#define STORE_H
#include "Goods.h"
class Store
{
private:
Goods goods[10]; //商品
public:
Store(); //构造函数
Goods& get_goods(int serial_number); //获得物品
void show() const; //显示信息
};
#endif // !STORE_H | [
"zjn1210@outlook.com"
] | zjn1210@outlook.com |
1fd55817b3bef13e6cf734e4c93986f144f3205b | b7a875feb8a47dc64ae6010210ffeb962ea57518 | /tests/api_tests/src/classlib_missing_type_rgy.cpp | 760f23ba9390408e6499a9d3be0273589e87e835 | [
"Apache-2.0"
] | permissive | biswajitbiee/psi | f1d55e24cebe74fddc21a10e138cb1d6fabf752d | ec531db536faa4700cd6d6c4e362ffa4469ed700 | refs/heads/master | 2021-01-18T03:30:58.283477 | 2016-08-11T12:03:26 | 2016-08-11T12:03:26 | 61,228,176 | 0 | 0 | null | 2016-06-15T17:47:06 | 2016-06-15T17:47:05 | null | UTF-8 | C++ | false | false | 500 | cpp | /*
* classlib_missing_type_rgy.cpp
*
* Created on: May 13, 2016
* Author: ballance
*/
#include "psi_tests.h"
static class missing_type_rgy : public Struct {
public:
missing_type_rgy(Type *p=0, psi_name name="missing_type_rgy") : Struct(p, name) { }
} missing_type_rgyT;
static class in... | [
"matt.ballance@gmail.com"
] | matt.ballance@gmail.com |
b72e0a0c3102a7641f34c5e900ef0352672dac51 | b9466d60a3e2825b0f8e30fe6d2f63f58986b31c | /sample/eSDK_TUP_PC_DeskShare_Demo/eSDK_TUP_PC_DeskShare_Demo/stdafx.cpp | c09550d71fe88f67c998ac2a1c782812f5f6f7ad | [
"Apache-2.0"
] | permissive | lwx294490/eSDK_EC_API_Windows_C | 0dbab96400ab1cbd87d81aef216ddcc4d984fb00 | 90cee3f5f56ce4bc98f2b881b60bbc394b17bb53 | refs/heads/master | 2020-12-24T10:33:09.919488 | 2016-08-29T06:48:17 | 2016-08-29T06:48:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220 | cpp |
// stdafx.cpp : source file that includes just the standard includes
// eSDK_TUP_PC_DeskShare_Demo.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"13262212358@163.com"
] | 13262212358@163.com |
16db31842019b7f97713fc312ef3cddef6423451 | 849eaf25d8e4c78cba4fe17288caaaa046ff14c2 | /ZaawansowaneTechnikiC++iSTL/lista9/zadanie1/zadanie1.cpp | f667be2cb5955aa153d5c070ae1c3bae538d175b | [] | no_license | deeckowy/II-UWr | 296cad6ffe6cfc95434c9b8407f68fa750398434 | f68d03b4fe0044cdb15d1c641a8b0e4e8e968013 | refs/heads/main | 2023-03-19T19:35:49.121398 | 2021-03-18T16:18:25 | 2021-03-18T16:18:25 | 334,436,564 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | cpp | #include <regex>
#include <iostream>
int main()
{
std::string time="";
auto rx=std::regex( "^([0-1][0-9]|2[0-3]):([0-5][0-9])(:[0-5]?[0-9])?$");
while(time!="\n")
{
std::cin>>time;
auto x=std::regex_match(time,rx);
std::cout<<x<<std::endl;
}
return 0;
} | [
"noreply@github.com"
] | deeckowy.noreply@github.com |
b3f6af645adeb15f3d5ef41942ca10a2d1ef8b5a | 3bcbbcb988c0d6a9ed06cb865f7fbb6876e0fb9f | /core/src/view/TileView.cpp | 986cf9d18eb8becd9ea2150c7940ec2db9eada36 | [] | permissive | voei/megamol | 7afd26ff7bd106ecf99e56393593a8b92f978207 | 569b7b58c1f9bc5405b79549b86f84009329f668 | refs/heads/master | 2022-12-26T08:18:13.553724 | 2020-10-03T13:26:49 | 2020-10-03T13:26:49 | 263,350,326 | 0 | 0 | BSD-3-Clause | 2020-05-12T13:49:50 | 2020-05-12T13:49:50 | null | UTF-8 | C++ | false | false | 2,607 | cpp | /*
* TileView.cpp
*
* Copyright (C) 2010 by VISUS (Universitaet Stuttgart).
* Alle Rechte vorbehalten.
*/
#include "stdafx.h"
#include "mmcore/view/TileView.h"
#include "vislib/memutils.h"
using namespace megamol::core;
using vislib::graphics::CameraParameters;
/*
* view::TileView::TileView
*/
view::TileVie... | [
"guido.reina@informatik.uni-stuttgart.de"
] | guido.reina@informatik.uni-stuttgart.de |
f6af681f0a7aefef9273df48106205e1235e22b7 | 254ea68db6544880e46653f35bcbb66414166e75 | /SEBA/Plugins/AI/DonAINavigation/Intermediate/Build/Win64/UE4Editor/Inc/DonAINavigation/DEPRECATED_VolumeAdaptiveBuilder.generated.h | 4c100370f5fe119e3866d7c8b495d8fec184700d | [
"MIT"
] | permissive | DevRaptor/SEBA | b9c40bb7d326a320ba31948844896727fcbaa15e | ea5971f0d16013d02300f4074cee0506d6251d80 | refs/heads/master | 2021-01-17T13:10:25.080604 | 2017-01-25T23:29:48 | 2017-01-25T23:29:48 | 56,874,405 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,871 | h | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
/*===========================================================================
C++ class header boilerplate exported from UnrealHeaderTool.
This is automatically generated by the tools.
DO NOT modify this manually! Edit the corresponding .h files instead!
=... | [
"woj.g95@gmail.com"
] | woj.g95@gmail.com |
4f472359e1d0770656887ed119ee5cc5bcddeaab | ba78a3bcaa9a11184d45c55559e7b43cc62222ea | /usend.cxx | e33cd7752239258b5703bd07336c34f590618ba5 | [] | no_license | lstarby/RBUDP | a94dc585335152ba784eecb95134e82a453c636a | 7cda41da4bdc26880951044356ff614699b43ffd | refs/heads/master | 2023-03-17T06:42:08.876578 | 2016-07-15T09:32:52 | 2016-07-15T09:32:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,465 | cxx | /******************************************************************************
* QUANTA - A toolkit for High Performance Data Sharing
* Copyright (C) 2003 Electronic Visualization Laboratory,
* University of Illinois at Chicago
*
* This library is free software; you can redistribute it and/or modify it
* unde... | [
"holic.michal@gmail.com"
] | holic.michal@gmail.com |
846914de3683387d7e78f228872e8365ad21cbc0 | 6ba0d4cf13719856f9f30aa25f331bd8089a474b | /Q417.cpp | ed8faf73e354dedc8eb953eb1b95402ae9ae589d | [] | no_license | willwillhi1/Uva-Online-Judge | 03cbae3abecf9bbfd286c3c31ba99329fe6e3a65 | 8aac465e67abf6e3b80e957c9499981abb3173d0 | refs/heads/master | 2020-09-29T22:10:40.683003 | 2020-06-04T07:35:04 | 2020-06-04T07:35:04 | 227,133,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 641 | cpp | #include<iostream>
#include<vector>
using namespace std;
int main()
{
vector<string> v;
int start = 0,end = 26;
string str;
for(string c = "a";c <= "z";c[0]++){
v.push_back(c);
}
for(int i = 0;i < 4;i++){
for(int j = start;j < end;j++){
for(char c = v[j][i]+1;c <= 'z';c++){... | [
"noreply@github.com"
] | willwillhi1.noreply@github.com |
1455248b30875262872094e6076d194f12b6ce4b | c51febc209233a9160f41913d895415704d2391f | /library/ATF/_WSANAMESPACE_INFOA.hpp | c25e7db5da6f6b3b2003fdcd904b99d3b1c2abbe | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 400 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
#include <_GUID.hpp>
START_ATF_NAMESPACE
struct _WSANAMESPACE_INFOA
{
_GUID NSProviderId;
unsigned int dwNameSpace;
int fActive;
... | [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
fdf067b26385897c4d40c2f99fe6e0e5046382ae | fd33fa6dea3183c1773454bf9da29ce54f66e6ca | /PrologInterpreter/DFSIterator.h | a2dd48e4d398226c502395ab0d6062c22b875bd9 | [] | no_license | MOONYAN/POSD | cd1a3080b4c68f2a79630e37198563280a4db4c9 | 3288a83720bffd42b901e0a46c083fb94e9ef8e9 | refs/heads/master | 2023-01-30T02:30:45.253706 | 2020-12-10T09:54:57 | 2020-12-10T09:54:57 | 103,812,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | h | #pragma once
#include "Iterator.h"
#include "Term.h"
#include <vector>
class DFSIterator : public Iterator<Term*>
{
public:
DFSIterator(Term* term) :_root(term)
{
}
// Inherited via Iterator
virtual void first() override
{
_index = 0;
_terms.clear();
dfs(_root);
}
virtual void next() override
{
_in... | [
"t106598010@ntut.org.tw"
] | t106598010@ntut.org.tw |
5711f2f1dcc7edb1ba8c1051834e763d928f41c3 | a9c1f3eee5e92a936ffbc9dda0f9d887f54a0f07 | /Chariot-motorise_YC-MD1301/Chariot-motorise-YC-MD1301.ino | 7d32142f8132aa0ac4f889e322897552e561beff | [] | no_license | zephyr5028/Chariot-motorise | 5f8be7502f89f1a321b7728fbf20fe755ec94874 | 57f3c11ffda67e6122b7625e082eaf49eee9e088 | refs/heads/master | 2020-07-10T12:02:00.234528 | 2017-04-13T17:15:28 | 2017-04-13T17:15:28 | 74,015,196 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,907 | ino | /**************************************************
github du 01 12 2016
chariot jlm
le 17 11 2016
gestion d'un moteur avec la class ZumoMotors
Utilisation du module YC-MD1301 350W
P D M+ M- motor status note
1 0 V+ G forward full speed
0 1 G V+ ... | [
"marguerie.jl@wanadoo.fr"
] | marguerie.jl@wanadoo.fr |
f335d2ec8e89337337c245cb19068a870ccaaaa3 | 0ff6fe0e0d9756cfa357256e6e4f703a577357af | /22_generateParenthese.cpp | 5da65724605471ed9a4465e2146680bd154e95e5 | [] | no_license | SmileyJs/leetcode | f53d66ed001eb3bc16fae422207604bca0f45452 | b8081020f8fa3885622d4de1594aa32912df69d3 | refs/heads/master | 2020-05-26T00:12:10.411167 | 2019-10-30T16:31:23 | 2019-10-30T16:31:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | cpp | #include <iostream>
#include <vector>
#include <string>
using namespace std;
void helper(string str, int left, int right, int num, vector<string> &result)
{
if (num == left && left == right) {
result.push_back(str);
return;
}
if (left < num) {
helper(str + "(", left + 1, righ... | [
"wangjieshuai1990@gmail.com"
] | wangjieshuai1990@gmail.com |
28fbacb292ae6ccd06a2547b2ffc83863a0ce75f | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/CollectionOfSensors/UNIX_CollectionOfSensorsProvider.cpp | 08276209ee987c4db5d7e87f4432fbd7a228de33 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,605 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
c7f36a997acd0c7875cd58c97fee0f1aa4755ada | 11a5e5b6b103528fb4dfd125722c365a58bcbfe7 | /LabPila/stdafx.cpp | c0501772509686929bdbce4e4c07126cac37490a | [] | no_license | danijv15/LabPila | 4d8d9be2afd303d7405a52dacaa9855eb7116b5a | 8c4ec13a62339d94fca7e5c652c687e4750bc980 | refs/heads/master | 2021-03-12T23:20:16.332840 | 2015-06-15T22:32:32 | 2015-06-15T22:32:32 | 37,494,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 286 | cpp | // stdafx.cpp : source file that includes just the standard includes
// LabPila.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"danijv-92@hotmail.com"
] | danijv-92@hotmail.com |
b4fcd2121550e9954612fe877fdb196cdad6c7f8 | 8de389e9b845d98ca6833b04eb3c729c300dd566 | /Tasks/PWGJE/jetsubstructure.cxx | 6db9cd9e1eafdf2b0035d748b20b4145eb138c44 | [] | no_license | mmazzilli/O2Physics | 75e4014729866042b4fbfcab31e1d29d2d328f78 | 96d3663c2018bd2ff5eff0a47345bd5afc023ea5 | refs/heads/master | 2023-07-14T09:46:50.983772 | 2021-08-24T10:23:49 | 2021-08-24T10:23:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,413 | cxx | // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
// This software is distributed under the terms of the GNU General Public
// License v3 (GPL Version 3), copied verbatim... | [
"jgrosseo@cern.ch"
] | jgrosseo@cern.ch |
e1009d4001c73371b2a93358ae185ec8d21bdb58 | fa53215c65feeca53ecf48979db129b9eec77086 | /cocos2dx/support/xml/CCSAXParser.cpp | 9bd29361af89cc33dde7874bba165c4f3e392995 | [] | no_license | stubma/cocos2dx-classical | 66d57304dc1cc8834d672a087f2b979d0e1a993c | 42da4ee120ce9a0a97da344117c48e91c146c56d | refs/heads/master | 2021-01-24T08:17:10.706511 | 2018-05-30T03:04:10 | 2018-05-30T03:04:10 | 26,906,938 | 138 | 57 | null | null | null | null | UTF-8 | C++ | false | false | 4,549 | cpp | /****************************************************************************
Copyright (c) 2010 cocos2d-x.org http://cocos2d-x.org
Copyright (c) 2010 Максим Аксенов
Copyright (c) 2013 Martell Malone
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated doc... | [
"stubma@gmail.com"
] | stubma@gmail.com |
e6ceb4e05b18163aa5d64c7842a39915583d3c2c | d81fde186297f570ccd4f9ea5df3277a0172ab17 | /Temp/il2cppOutput/il2cppOutput/AssemblyU2DCSharp_FingerEventDetector_1_gen3849516686.h | 692562a565a696376a13576bffc2cfec626a42fb | [] | no_license | dsalamancad/ARPlaceMaker | 832c7d87b5786f14c922c4716d03075edf2ec3ba | 9c5674007b35fd50a06abb858d5f1275be231eb6 | refs/heads/master | 2021-01-17T20:27:51.944773 | 2016-05-06T04:38:43 | 2016-05-06T04:38:43 | 58,178,989 | 0 | 0 | null | 2016-05-06T03:41:18 | 2016-05-06T03:41:17 | null | UTF-8 | C++ | false | false | 1,296 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.List`1<FingerPressedEvent>
struct List_1_t1419147962;
#include "AssemblyU2DCSharp_FingerEventDetector1271053175.h"
#ifdef __clang__
#pragma clang diagn... | [
"contacto@danielsalamanca.com"
] | contacto@danielsalamanca.com |
84a4623f6d92892b52b2f4b6e3fa0608054a9e09 | 801bc88553a2a38b3cb100a86b7f6c7b33481973 | /src/c++11/iterators/CommunicationNetwork.h | 81dd19304fd8f8d140601fd9213830262dfae12f | [
"MIT"
] | permissive | Sunhick/csci-2270 | a2d33de4352fb9a57810c1879a856f60452489a5 | 2a65cf088010b2d508833700da05ed607a84d24c | refs/heads/master | 2021-01-20T10:29:29.440139 | 2017-12-01T05:45:16 | 2017-12-01T05:45:16 | 80,938,025 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 939 | h | //
// CommunicationNetwork.h
// Assignment4
//
// Created by Sunil on 2/11/17.
// Copyright © 2017 Sunil. All rights reserved.
//
#ifndef CommunicationNetwork_h
#define CommunicationNetwork_h
#include <iostream>
#include <string>
#include "NetworkTypeTraits.h"
#include "NetworkIterator.h"
template<class T = std... | [
"noreply@github.com"
] | Sunhick.noreply@github.com |
0a48ffb06b94a1171a2cbb9ca748a6a9962fbaf6 | 85d9d0e0627831fb78e5caa35c9d56b4d7a8f7a1 | /MSDB/MSDB-CORE/src/compression/seChunk.cpp | 7b801935f388190dfc405ea64757d7fecba151fa | [] | no_license | RonyK/SEACOW | fb929cdfa4d489ec6f7a48ba8ac24a873c5bb618 | 6263fc77bd6cb10c0d56b4087097e46852a690e3 | refs/heads/master | 2023-08-01T00:30:57.068265 | 2021-09-09T03:47:34 | 2021-09-09T03:47:34 | 228,312,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,039 | cpp | #include <pch.h>
#include <compression/seChunk.h>
#include <array/chunk.h>
namespace msdb
{
namespace core
{
seChunk::seChunk(pChunkDesc desc)
: memBlockChunk(desc), level_(0), rBitFromMMT(0), min_(0), synopsisSize_(0)
{
}
inline seChunk::~seChunk()
{
}
size_t seChunk::getLevel()
{
return this->level_;
}
//chunkId... | [
"sangron@naver.com"
] | sangron@naver.com |
16fc1f661eb0933e944223a68e3445cb12fb62b5 | 59af15a6c67c9e65facd1bebb0677e371cbadb22 | /Client/src/ReadFromServer.cpp | 2d69421983dca15caa87a3ea8e60506798464b10 | [] | no_license | amirloe/Client-Server-project | 9c99039bb61ac03a525ee028e67b61b27330c3e0 | a81c7ab38648c128c9a8e06bc32922b15a750f26 | refs/heads/master | 2020-04-05T00:26:02.858267 | 2019-06-01T13:10:47 | 2019-06-01T13:10:47 | 156,396,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,949 | cpp | //
// Created by amirloe@wincs.cs.bgu.ac.il on 12/26/18.
//
#include "../include/connectionHandler.h"
#include "../include/ReadFromServer.h"
short ReadFromServer::bytesToShort(char *bytesArr) {
short result = (short) ((bytesArr[0] & 0xff) << 8);
result += (short) (bytesArr[1] & 0xff);
retu... | [
"noreply@github.com"
] | amirloe.noreply@github.com |
d57047d1a4337f69455367d60692589c0a2c6a62 | d6ee0e7609eb55d6304c42aee07e01271ab97dbd | /TSP_Tabu/main.cpp | 047f1bf50c956dbcd582a4ae161eb453bd853e98 | [] | no_license | Dzialkowicz/TSP_TabuSearch | ff87753e1bd3ef4f575c7167fee71f2eeb12c9c4 | 668e575a16af75c390342f5563ea83d2a27b775a | refs/heads/master | 2021-08-23T14:40:47.371299 | 2017-12-05T08:16:56 | 2017-12-05T08:16:56 | 113,152,923 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | //
// main.cpp
// TSP_Tabu
//
// Created by Jakub Sanecki on 27.11.2017.
// Copyright © 2017 Jakub Sanecki. All rights reserved.
//
#include <iostream>
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}
| [
"qba.qxy@gmail.com"
] | qba.qxy@gmail.com |
45b683dedd5f14b2849311a43c5f0e542df7f30c | bcd8f5a7352a1e0b2e1a83fea9ae2e4182eda805 | /standard-cpp/cpp-PeaStaringOutCpp/ch02/program0208.cpp | 7e8c42a61034cebb0856e0775067705291d5bfa5 | [] | no_license | JediChou/jedichou-study-algo | 455c7709250d424cad1b326efd99f0be7a000edc | 4f0ce79556d7543870dfc13399c7ae85ba773508 | refs/heads/master | 2020-06-24T23:21:34.310122 | 2020-04-01T05:53:33 | 2020-04-01T05:53:33 | 199,122,658 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 189 | cpp | // This program has a variable
#include <iostream>
using namespace std;
int main() {
int number;
number = 5;
cout << "The value in number is " << "number" << endl;
return 0;
}
| [
"jedigit@163.com"
] | jedigit@163.com |
d118d720023ebd4bdaaffa6d40c74e523fab140b | 14d531b6f0d1d203b25de507b8601f6f22fd69da | /code/BZOJ_3223.cpp | b73db5bd932ea886f7ca2cde2a6bba39a31bf7b9 | [] | no_license | liaoy14866/algorithmic_code | cf499e7da1e97e8fb2645f7ccdcfb3724d78e44d | b913afba4274b81d62bf9cab0f84302f167f1ab9 | refs/heads/master | 2020-03-30T07:37:48.180256 | 2020-02-11T03:20:48 | 2020-02-11T03:20:48 | 150,953,991 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,487 | cpp | /*
尝试了一下与线段树一致的标记
线段树标记表示儿子的信息,此时当前节点的信息已经修改过了
之前用Splay做翻转区间的时候,Splay直接记录的是当前节点的信息
下面的代码是记录儿子的信息。由此Flip与Push有些不同
*/
#include<cstdio>
struct Treenode{
bool Tag;
int data,son[2];
};
int n,m,root,Top;
int A[120000],Size[120000],Fa[120000];
Treenode Tree[120000];
void swap(int &a,int &b){int c=a;a=b;b=c... | [
"noreply@github.com"
] | liaoy14866.noreply@github.com |
fe6776228213111866edd63a5f69346e6f4e9b66 | 982111807cbe12e4aed5bcbc4a6d83ecbb1767bb | /Terrainia/src/TerrainiaMobBig.h | 41bf73e5c0c2c493afdab255a6dc1cda59f064ea | [] | no_license | AlexSteenson/Terrainia | 851a80ce914771d442c6746a1545cc098ed6ac17 | 5a15228b5a45ff42108d3388788a50cb541260b8 | refs/heads/master | 2020-07-14T04:17:46.500294 | 2019-08-29T19:30:22 | 2019-08-29T19:30:22 | 205,236,150 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 326 | h | #pragma once
#include "TerrainiaMobObject.h"
class TerrainiaMobBig :
public TerrainiaMobObject
{
public:
TerrainiaMobBig(TerrainiaMain* pEngine, int iMapX, int iMapY, int speed)
: TerrainiaMobObject(pEngine, iMapX, iMapY)
{
m_speed = speed;
}
~TerrainiaMobBig();
void TerrainiaMobBig::Draw(... | [
"alex.steenson5@gmail.com"
] | alex.steenson5@gmail.com |
41293df73cc8e63be95a9719dff38c52cdc95af9 | 8d549ca54914c55db46ac4f7860531a23fbd0c10 | /src/g_inventory/a_ammo.cpp | 23a9221874431f79a515b86e6456e66e110d418c | [] | no_license | SeongGino/zdoom | 902cfcd0843872031af3c7be058354f2a65a4860 | 856da33530919d15a3b3b546d1b296f540fdbb0f | refs/heads/master | 2022-11-13T11:26:41.870785 | 2020-07-07T22:10:29 | 2020-07-07T22:10:29 | 276,087,385 | 2 | 0 | null | 2020-06-30T12:30:49 | 2020-06-30T12:05:46 | null | UTF-8 | C++ | false | false | 11,457 | cpp | /*
** a_ammo.cpp
** Implements ammo and backpack items.
**
**---------------------------------------------------------------------------
** Copyright 2000-2016 Randy Heit
** Copyright 2006-2016 Cheistoph Oelckers
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
** modific... | [
"c.oelckers@users.noreply.github.com"
] | c.oelckers@users.noreply.github.com |
b53b8b020ce1a7e77500fc97e43c574155372f0d | 425cd36428be478bad8c4ead1f7c506140bf6fcd | /student/13/moving_circle2/mainwindow.hh | 81f7c2d3b20a7c80cacf010c831302b05a219097 | [] | no_license | trinhgiahuy/Programming2_Spring_2021 | b5677f0d8bbd50d350bee736682e53c81d3b12b1 | 79a52b184f217eb0a538c02725fae4863241840d | refs/heads/main | 2023-07-31T02:02:07.735712 | 2021-10-05T13:56:52 | 2021-10-05T13:56:52 | 371,857,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | hh | #ifndef MAINWINDOW_HH
#define MAINWINDOW_HH
#include <QMainWindow>
#include <QGraphicsEllipseItem>
#include <QGraphicsScene>
#include <QTimer>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
void key... | [
"giahuy.trinh@tuni.fi"
] | giahuy.trinh@tuni.fi |
439c28e8d7ea80693fd303aabad2dd21077c45e8 | be6dd134d0aa40fc47a9495959fea1c0240afb96 | /projects/sample/load_game.h | d41e6206038ee859be67f8e3dae75dcf68ee65fa | [] | no_license | pohka/Oakitus | 3c7e0aa6a81887d1ccceb61c43261796f6ae12b3 | 8175303cc54d4bca7f2f3696417175ed00319d68 | refs/heads/master | 2020-04-05T21:37:49.428521 | 2019-05-01T17:28:30 | 2019-05-01T17:28:30 | 157,227,333 | 1 | 0 | null | 2019-04-30T00:34:55 | 2018-11-12T14:37:50 | C++ | UTF-8 | C++ | false | false | 251 | h | #include <oak/oak_setup.h>
//#include <oak/ui/ui.h>
#include <oak/oak.h>
#include "scenes/game_scenes.h"
using namespace sample;
using namespace oak;
void Oakitus::load()
{
Scene* scene = new DemoScene2();
SceneManager::loadFirstScene(scene);
}
| [
"zomg21@hotmail.com"
] | zomg21@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.