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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b07e8f129186869ae7934c0e1fa459e6ee03d5f6 | 0b79a22cc166cac39cf3008a9f8d6cf79d2cccfd | /Irrigation/test/Common/Mocks/MockSchedulerContainer.h | e87c03155ca86b8a5da46a4dd62f77454726868a | [] | no_license | gyengep/irrigation | 01f9fdb56cd67bb1fbfc7726cabeceae64b5f798 | e6643032010c69a80d70be4dc7b9ee1c2033c707 | refs/heads/master | 2023-08-10T19:46:04.360659 | 2023-07-26T20:12:44 | 2023-07-26T20:12:44 | 61,204,876 | 0 | 0 | null | 2020-08-31T21:15:29 | 2016-06-15T12:04:11 | C++ | UTF-8 | C++ | false | false | 1,481 | h | #pragma once
#include <gmock/gmock.h>
#include "Logic/SchedulerContainer.h"
class MockSchedulerContainer : public SchedulerContainer {
public:
MOCK_CONST_METHOD0(begin, const_iterator());
MOCK_CONST_METHOD0(end, const_iterator());
MOCK_CONST_METHOD0(size, size_t());
MOCK_CONST_METHOD1(at, const_mapped_type(const... | [
"peter.gyenge@tcandc.com"
] | peter.gyenge@tcandc.com |
27ca2f195b7524f32234f2fc6f9448bf02a3a308 | dd656493066344e70123776c2cc31dd13f31c1d8 | /MITK/Utilities/Poco/Foundation/include/Poco/DynamicAnyHolder.h | ad38a59ad355a8effa0487eb9c25e58ac0417fca | [
"BSL-1.0"
] | permissive | david-guerrero/MITK | e9832b830cbcdd94030d2969aaed45da841ffc8c | e5fbc9993f7a7032fc936f29bc59ca296b4945ce | refs/heads/master | 2020-04-24T19:08:37.405353 | 2011-11-13T22:25:21 | 2011-11-13T22:25:21 | 2,372,730 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 51,037 | h | //
// DynamicAnyHolder.h
//
// $Id$
//
// Library: Foundation
// Package: Core
// Module: DynamicAnyHolder
//
// Definition of the DynamicAnyHolder class.
//
// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or o... | [
"dav@live.ca"
] | dav@live.ca |
7e6081d4ef6740fcdca88c81c306dd66ee38d81b | 34b22618cc53750a239ee7d3c98314d8e9b19093 | /framework/samples/cmadtvmapmaker/src/Application/main.cpp | e7bd75d817d41ea4c796c96d919b5bfe87bd86fe | [] | no_license | ivan-kits/cframework | 7beef16da89fb4f9559c0611863d05ac3de25abd | 30015ddf1e5adccd138a2988455fe8010d1d9f50 | refs/heads/master | 2023-06-12T05:09:30.355989 | 2021-07-04T09:00:00 | 2021-07-04T09:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 204 | cpp | #include "cmadtvmapmaker/Application/Application.h"
int main()
{
CMadTV::Application::GetInstance().Start( "data/database/map.png" );
CMadTV::Application::DestroyInstance();
return 0;
}
| [
"dev@oeing.eu"
] | dev@oeing.eu |
eb0f33c59ae48c89aecf094eda2db1c87c7daaf0 | fb227e3635b5c06e49bad48928f7b6d3254c4dca | /atCoder/abc141/d.cpp | b345108fd5aab07bfaea6c34306bb5bba9f69e47 | [] | no_license | BryanValeriano/marathon | 5be2ab354e49187c865f0296f7dfb5ab3c3d6c9b | 8dadfad7d1a6822f61ba5ed4a06e998541515634 | refs/heads/master | 2022-09-11T00:06:14.982588 | 2022-09-03T17:01:30 | 2022-09-03T17:01:30 | 141,581,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | #include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define mk make_pair
#define fi first
#define se second
#define eb emplace_back
typedef long long ll;
typedef pair<int,int> ii;
typedef vector< pair<int,int> > vii;
const int INF = 0x3f3f3f3f;
int n,m;
priority_queue<int, vector<int> > pq;
int main... | [
"bryan.b.valeriano@gmail.com"
] | bryan.b.valeriano@gmail.com |
5fd1c2f3c658a41432c539ed9f4b97ff94627a44 | 3481ae27511db59c6605739ac561a4b8d363bc57 | /CARPROJECTSOEN422/robotGUI/client.h | 8c2fb640b9840188200ee59440284abeb5c449fe | [] | no_license | danseremet/Soen422TeamLabs | b4b50e58d6e481f4a11c24ea4a86ee43000c30ee | 5f712bed58fbe759b616b5e9d2f4545efc4a95df | refs/heads/master | 2022-03-20T03:34:23.671807 | 2019-11-24T20:43:45 | 2019-11-24T20:43:45 | 217,197,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 216 | h | #ifndef CLIENT_H
#define CLIENT_H
class Client {
public:
Client(std::string server_ip);
~Client();
void sendMessages(std::vector<std::string> messages);
private:
int sockid;
};
#endif // CLIENT_H
| [
"dan_seremet@yahoo.com"
] | dan_seremet@yahoo.com |
abe663b615b33d7bf85de29b31181778457a988b | 10632f52200b275400bd62d5dbdc2a8c69754a3a | /tertut4 - try digger/Engine/Engine/horizontalblurshaderclass.cpp | 2c0af5aa81d3e8f75e9031c9593b5066094e776a | [] | no_license | rex390/ProceduralCW | 98b48a27fb4ce98eb0fa4a99c9caaa8b0adfdb58 | 7ae414ef96860b9a90e56ecb0d75678dcf3c49bf | refs/heads/master | 2020-03-14T16:13:52.336090 | 2018-05-01T09:14:33 | 2018-05-01T09:14:33 | 131,693,796 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,461 | cpp | #include "horizontalblurshaderclass.h"
HorizontalBlurShaderClass::HorizontalBlurShaderClass()
{
m_vertexShader = 0;
m_pixelShader = 0;
m_layout = 0;
m_sampleState = 0;
m_matrixBuffer = 0;
m_screenSizeBuffer = 0;
}
HorizontalBlurShaderClass::HorizontalBlurShaderClass(const HorizontalBlurShaderClass& other)
{
}... | [
"rex390@users.noreply.github.com"
] | rex390@users.noreply.github.com |
0f3f6195d22a481b946981ccd36698c1164e5b73 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/grpc/src/src/core/lib/transport/metadata_batch.h | 5b4f6d972f7f60b1d839da0926b4e07c6a437cfd | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"MPL-2.0"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 49,658 | h | //
//
// Copyright 2015 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | [
"jengelh@inai.de"
] | jengelh@inai.de |
66eaa3234081325fc74e6f3e0e4fb3ac5946b141 | 2204e2916dc9e01da168ae54a5de84d0fd746d5f | /pipes/pipes.cpp | eaa33dde431ffb6c29ce70efedb45630e9963530 | [] | no_license | Sukhdev841/Computer-Networks | 5c34b1313612c18e0381e1f1a7f1ac38616ca1e5 | 03a03ef33d230aa14ecde17989fadfe921d91414 | refs/heads/master | 2021-09-11T23:44:40.011319 | 2018-04-13T07:30:25 | 2018-04-13T07:30:25 | 116,450,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | #include <iostream>
#include <unistd.h>
using namespace std;
void parent(int rfd,int wfd)
{
while(true)
{
const char *s = "parent";
char *k = new char[100];
write(wfd,s,strlen(s));
read(rfd,k,100);
cout<<k<<endl;
sleep(1);
}
}
void child(int rfd,int wfd)
{
while(true)
{
const char *s = "child";
c... | [
"singhsukhdev1415@gmail.com"
] | singhsukhdev1415@gmail.com |
7445e2f33eb754fabdd5b76dfb450cd9720ee373 | 995bcab0f4b26402475fee2564ed51723414a2a6 | /sem_04/oop/lab_03/src/managers/config_manager.cpp | fdb1add57debd70ad578ca8e47b4b73dbbabbbad | [] | no_license | maxerMU/bmstu | e1400abdc5ca7c4b58f51ec5e46e072cd50297de | d91cb82ce8f43e1caea7c5d91c878b2329ec8427 | refs/heads/main | 2023-06-10T23:54:29.144731 | 2021-07-01T08:25:41 | 2021-07-01T08:25:41 | 308,846,327 | 4 | 0 | null | 2021-07-01T08:25:42 | 2020-10-31T09:23:57 | C++ | UTF-8 | C++ | false | false | 624 | cpp | #include "config_manager.h"
std::shared_ptr<config_manager> config_manager_creator::get_manager()
{
if (_manager == nullptr)
create_manager();
return _manager;
}
void config_manager_creator::create_manager()
{
static std::shared_ptr<config_manager> _manager(new config_manager());
this->_manag... | [
"max_mitsevich@mail.ru"
] | max_mitsevich@mail.ru |
80608ef4d5f9ebb6d2d358ad882b06db4a83a2db | d40419b6ae56d34b51b5652afa1afcf82e009dbb | /src/flapGame/flapGame/Shaders.h | 8c4aa12c5ea4acd3cee273c8111fd67a8db14de3 | [
"BSD-3-Clause",
"MIT",
"CC0-1.0",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | narveer-rathore/FlapHero | 0521639d49d3c15f876f4eef680439bfa7009b09 | cc216dc0c6360f2d941af53f58725b830029758e | refs/heads/main | 2023-03-02T23:03:53.956348 | 2021-02-16T00:00:26 | 2021-02-16T00:00:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,753 | h | #pragma once
#include <flapGame/Core.h>
#include <flapGame/GLHelpers.h>
#include <flapGame/VertexFormats.h>
namespace flap {
struct MaterialShader {
struct Props {
Float3 diffuse = {1, 1, 1};
Float3 specular = {0.2f, 0.2f, 0.2f};
float specPower = 5.f;
Float4 fog = {0, 0, 0, 1};
... | [
"filter-github@preshing.com"
] | filter-github@preshing.com |
3d7b0f829af6a4e7915978c5838349feab118baf | d03bc4381c9c2e70b299579e746ef5673f98b382 | /Source/Game/ModulePlayScene.cpp | 64580112d113f528d6a523894dac69b327192696 | [
"MIT"
] | permissive | marcorod94/FlappyDemoCpp | 7886c0baa558c6f0432b5b21c0f38dedd6bbf6c3 | 87594e2f0fc9dd1ed11e0b588147d3bf8bbe123a | refs/heads/master | 2023-02-23T08:49:38.911523 | 2021-02-01T22:54:27 | 2021-02-01T22:54:27 | 330,761,561 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,897 | cpp | #include "Main/Application.h"
#include "Module/ModuleAudio.h"
#include "Module/ModuleInput.h"
#include "Module/ModuleRender.h"
#include "Module/ModuleTexture.h"
#include "ModuleGameOverScene.h"
#include "ModuleBird.h"
#include "ModulePlayScene.h"
#include "ModuleScore.h"
#include "ModuleTube.h"
#include "SDL.h"
Modul... | [
"marco.rod.94@live.com"
] | marco.rod.94@live.com |
9bb90855cb393c0eed617a7bd5915f25e2959334 | 729d0b395bf761ec80bbd9cfba0b5ec9fcfcb1f5 | /UBSanitizer/examples/04_invalid_enum.cpp | a455c85e4a638bbc07f7d5220cce90045bfe84df | [
"MIT"
] | permissive | dermojo/presentations | 0e3be6f4260eac79e8960dcc4e80424a2482de7b | 4f4da0e60c144e735c98bb4c77ce7ccb055bd20b | refs/heads/master | 2021-01-11T23:23:13.295197 | 2020-01-07T20:11:44 | 2020-01-07T20:11:44 | 78,574,142 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | cpp | // UBSAN example: invalid enum
#include <cstdlib>
#include <iostream>
// note: only works with Clang, but not with enum classes...
enum Color
{
red = 0,
green = 1,
blue = 2,
};
inline std::ostream& operator<<(std::ostream& os, Color c)
{
switch (c)
{
case Color::red:
return os << "red"... | [
"dermojo@gmail.com"
] | dermojo@gmail.com |
84bf0eb384f3ae7805e5fdc5d76798cbb5a30f6e | a05326130b3a1fd40240293d5a1f32ae74508e11 | /Global/Util.h | 274da4e86d00ede017db52661ecc31772212719f | [] | no_license | hnefatl/BattleshipsMP | e8a60b95eea7f62cd6dd2f347b2f575b65e8374b | 331ae42cd72cbc1c7952e84c77ab651f18f350ea | refs/heads/master | 2021-01-01T06:10:49.518083 | 2013-07-28T21:33:08 | 2013-07-28T21:33:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 203 | h | #ifndef _UTIL_H
#define _UTIL_H
#include <vector>
#include <string>
std::string ToString(int Input);
std::vector<std::string> Split(std::string Input, char Delimiter);
int Round(float Input);
#endif | [
"hnefatl@gmail.com"
] | hnefatl@gmail.com |
a90d95599b2365c2471d1386b76b8918940691cc | 750395d2f5d37b1f30b8b1920e11e040cbe401c4 | /FHEOffline/FullSetup.cpp | 041dcf963e2d4ac81c8d6ed8c37bb941bfa1a1b3 | [
"MIT",
"BSD-2-Clause"
] | permissive | AlexanderViand/MP-SPDZ | b4c920e45143f710c9371cab4c37b63da5420ed7 | d26a62efe496946d721b0ab49710494cea5c9652 | refs/heads/master | 2020-05-19T08:10:28.857168 | 2019-05-03T08:03:13 | 2019-05-03T08:03:50 | 184,914,569 | 1 | 0 | NOASSERTION | 2019-05-04T15:48:59 | 2019-05-04T15:48:59 | null | UTF-8 | C++ | false | false | 1,544 | cpp |
#include "FHEOffline/FullSetup.h"
#include "Math/gfp.h"
#include "FHE/FHE_Params.h"
#include "FHE/NTL-Subs.h"
#include <sys/stat.h>
#include <fstream>
#include <sstream>
using namespace std;
// Read data for SHE offline
void get_setup(FHE_Params& params_p,FFT_Data& FTD,
FHE_Params& params_2,P2Data& ... | [
"m.keller@bristol.ac.uk"
] | m.keller@bristol.ac.uk |
af1aaa10a185003208dafcf33a7203b7e88d9eaa | 6b4e2a7f51647524db22208eb98e925d1537fb6b | /Greedy/1708. Largest Subarray Length K.cpp | 2a3853eb04ce3c7e98322c356cac0725cc1371d4 | [] | no_license | denis-gubar/Leetcode | a099e0fd07600ae63456059753332f90ddd96542 | ad54bee10fdf59644cc762218277a2f9de9b3509 | refs/heads/master | 2023-07-21T04:25:57.949932 | 2023-07-09T12:46:24 | 2023-07-09T12:46:24 | 218,048,440 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 234 | cpp | class Solution {
public:
vector<int> largestSubarray(vector<int>& nums, int k) {
int N = nums.size();
auto it = max_element(nums.begin(), nums.begin() + N - k + 1);
return vector<int>(it, it + k);
}
};
| [
"Denis.Gubar@gmail.com"
] | Denis.Gubar@gmail.com |
b9c588273b0f7180e3ac244cdb8da666e4617c64 | be3989c18030bb6d6fd51c20419d68d04358d5be | /OOVisualization/src/expressions/VConditionalExpression.h | 0dc647095799f5da254fff899df318ef7e235c1d | [
"BSD-3-Clause"
] | permissive | Andresbu/Envision | e6226ab826a15827ad7187823625646e3f1c5c12 | 864396334ed521c2ff6dee8a24f624b2c70e2a86 | refs/heads/master | 2021-01-18T08:43:15.416892 | 2012-03-29T15:36:27 | 2012-03-29T15:36:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,075 | h | /***********************************************************************************************************************
**
** Copyright (c) 2011, 2012 ETH Zurich
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
** follo... | [
"dimitar.asenov@inf.ethz.ch"
] | dimitar.asenov@inf.ethz.ch |
36be4036f1ee9b168dd23da87200f06a516a0a44 | 429a21d413b9d06e5d07d712e4fcd140291f97ca | /include/console/command_container.hpp | 92c9b8c4bbe6365352432efbdc92a4014966d071 | [] | no_license | fondesa/cmd-notes | 5201ae82bf7ed26dcc737c00f9e597b786b4c60a | 4a1cfed9767ad29e688559d6efeee26acbd9ec81 | refs/heads/master | 2021-09-18T11:59:34.490321 | 2018-07-13T22:08:59 | 2018-07-13T22:08:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | hpp | //
// Created by Giorgio Antonioli on 06/07/18.
//
#ifndef NOTES_COMMAND_PROVIDER_HPP
#define NOTES_COMMAND_PROVIDER_HPP
#include "command.hpp"
class CommandContainer {
public:
virtual void insertCommand(const Command &command)=0;
virtual std::vector<Command> provideCommandList()=0;
virtual Command *pr... | [
"giorgio.antonioli.dev@gmail.com"
] | giorgio.antonioli.dev@gmail.com |
466b33b418dbc9ee3d0b6d361a02ab0d0d03b1aa | 43c1e63e01d2dedcb2935521ecb9bbe8ba5001a9 | /TaskModel/Inc/TaskObserver.h | 8eb4a63698e112972a10fa8d98def6ab321fed99 | [] | no_license | maoxingda/taskconcurrent | f2b526e391376b097621751f11a274bcc9e50fd7 | f2663f25d6f831b04b7ba9c55927dc7c656c735c | refs/heads/master | 2020-03-17T17:22:51.294670 | 2018-05-17T08:53:28 | 2018-05-17T08:53:28 | 133,785,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,038 | h | /********************************************************************
created: 2018/01/13
created: 13:1:2018 17:56
filename: c:\Users\maoxd\documents\visual studio 2017\Projects\ThreadPool2\ThreadPool2\TaskObserver.h
file path: c:\Users\maoxd\documents\visual studio 2017\Projects... | [
"39357378+maoxingda@users.noreply.github.com"
] | 39357378+maoxingda@users.noreply.github.com |
957f5df0c250881d4a243d543a4312750e5a8fa8 | dd6147bf9433298a64bbceb7fdccaa4cc477fba6 | /8383/averina/labs/Interface/Commands/UnitCommands/CreateUnitRequest.h | 79ceacf32f5d9a6c93f362bc551b8e0008d26dd7 | [] | no_license | moevm/oop | 64a89677879341a3e8e91ba6d719ab598dcabb49 | faffa7e14003b13c658ccf8853d6189b51ee30e6 | refs/heads/master | 2023-03-16T15:48:35.226647 | 2020-06-08T16:16:31 | 2020-06-08T16:16:31 | 85,785,460 | 42 | 304 | null | 2023-03-06T23:46:08 | 2017-03-22T04:37:01 | C++ | UTF-8 | C++ | false | false | 421 | h |
#ifndef OOP_CREATEUNITREQUEST_H
#define OOP_CREATEUNITREQUEST_H
#include "../IRequest.h"
/*
* CreateUnitRequest -- класс-команда создания юнита.
*/
class CreateUnitRequest : public IRequest
{
public:
CreateUnitRequest(Field* field, std::string player) : IRequest(field) { this->player = player;}
void Comma... | [
"42898899+olyaave@users.noreply.github.com"
] | 42898899+olyaave@users.noreply.github.com |
f28e250405ec59d85257df3be7af51d9e51d4dfe | 6c319006c241cee68e2527a51f357115e874daac | /audio-detecter/src/Pulse.h | 2ce172579bbdf228431cb809be68569c5d10d4d6 | [] | no_license | seongdeok/IOT | 7176c439d3b5d672e6bc1f00bdf7d45bf4cac4a1 | 7d58e331a909d5bb1170486688ddae3f35d678a6 | refs/heads/master | 2023-06-27T17:02:55.172883 | 2023-06-10T02:20:03 | 2023-06-10T02:20:03 | 127,240,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | h | #ifndef PULSE_H
#define PULSE_H
#include<pulse/pulseaudio.h>
class Pulse{
public :
Pulse();
~Pulse();
static void my_subscription_callback(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata);
static void context_state_callback(pa_context* c, void* userdata);
void monitor(... | [
"duk0669@gmail.com"
] | duk0669@gmail.com |
6c2ba05324547cef9060e8842ba427e9c96427c6 | 76f9af263fc1b3ea1410fec39def3221f9cbe8a1 | /cpp/1021.cpp | e9a8c7e27396448625d9fb217a0d4d0b8fa446d9 | [] | no_license | gustavorizzon/URIOnlineJudge | 86f2b847ab8f5ac262f8eccdc26069fe579afab4 | 7c0618235b4b96835381ab95edf5594c74ce15ba | refs/heads/master | 2020-07-28T14:03:14.984110 | 2019-09-20T01:08:26 | 2019-09-20T01:08:26 | 209,433,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,023 | cpp | #include <iostream>
using namespace std;
void mostrarMsg(int quantidade, string tipo, string valor)
{
cout << quantidade << " " << tipo << "(s) de R$ " << valor << "\n";
}
int main()
{
double n;
cin >> n;
int v = n * 100;
cout << "NOTAS:\n";
mostrarMsg((int) (v / 10000), "nota", "100.00");
v = v % 10000;
... | [
"gustavop.rizzon@gmail.com"
] | gustavop.rizzon@gmail.com |
74da75f5aad900b937489734ad2d514176fc38b3 | 77aec9addf0972d6c342f450adcaf1ef458d332a | /src/ncnn/layer/x86/convolution_x86.cpp | c95bc84780fe10054daf82592f2a7e33dd36bd48 | [
"Zlib",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | Raneee/MTCNN | d650934a9ee1d45ef2fcaa912ab2128e311f5a12 | 5a956ec505051a98a46e4db0645567ab2bd884db | refs/heads/master | 2020-04-13T17:27:57.668086 | 2018-12-28T03:02:12 | 2018-12-28T03:02:12 | 163,349,074 | 0 | 0 | NOASSERTION | 2018-12-28T00:53:18 | 2018-12-28T00:53:18 | null | UTF-8 | C++ | false | false | 2,877 | cpp | // Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | [
"gaozhihan@vip.qq.com"
] | gaozhihan@vip.qq.com |
76d4633e9c95f00bb6b96b1f2acd851116aa3d94 | 2c01969db3e4de0131618057125aee655cba0cb8 | /quisp/backends/GraphState/Qubit_test.cc | 55163549dbeae033812da86b2dcc75e4261586f8 | [
"BSD-3-Clause",
"MPL-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | sfc-aqua/quisp | c86ee50e08047c6a5469e01ae8740710e9287636 | eddfe7ee80535a624987941653c59da2ce138929 | refs/heads/master | 2023-08-31T10:23:57.939878 | 2023-08-07T03:00:56 | 2023-08-07T03:00:56 | 246,997,413 | 77 | 36 | BSD-3-Clause | 2023-09-05T10:07:25 | 2020-03-13T05:48:04 | C++ | UTF-8 | C++ | false | false | 3,443 | cc | #include <backends/Backends.h>
#include <gtest/gtest.h>
#include <test_utils/TestUtils.h>
#include <Eigen/Eigen>
#include <memory>
#include <unsupported/Eigen/MatrixFunctions>
#include "backends/GraphState/types.h"
#include "backends/interfaces/IQubit.h"
#include "test.h"
namespace {
using namespace quisp_test::backen... | [
"n.tanetani@gmail.com"
] | n.tanetani@gmail.com |
b20d26f2f33c63d017d0b229585306e62ac383a2 | 3c4f5bd6d7ac3878c181fb05ab41c1d755ddf343 | /ModuleEx.h | e6f10742bb86a4e7b802826c08d2b9663b9c0bca | [] | no_license | imcooder/public | 1078df18c1459e67afd1200346dd971ea3b71933 | be947923c6e2fbd9c993a41115ace3e32dad74bf | refs/heads/master | 2021-05-28T08:43:00.027020 | 2010-07-24T07:39:51 | 2010-07-24T07:39:51 | 32,301,120 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 413 | h |
#ifndef HWX_MODULEEX_H
#define HWX_MODULEEX_H
#if _MSC_VER > 1000
#pragma once
#endif
#include "Ext_Type.h"
class HWModule
{
public:
HWModule();
virtual ~HWModule();
virtual BOOL LoadLibrary(LPCTSTR);
virtual void FreeLibrary();
virtual BOOL Succeed();
protected:
HMODULE m_hModule;
... | [
"jtxuee@gmail.com@716a2f10-c84c-11dd-bf7c-81814f527a11"
] | jtxuee@gmail.com@716a2f10-c84c-11dd-bf7c-81814f527a11 |
76a4d78f9dce76e730db17f9a9323d1b88eb9c38 | 389a0a88e0b7d03a976fd9860bd7e0a47ffef31b | /home/lab3/Osoba.cpp | a7ff62988b97518abaf8234c36c1812c20ccee19 | [] | no_license | piaskowyk/cpp-laby | 98c3d8dec3b5b8aa5ae7511c385a54b48fa83353 | 9496df307b1553e50152f60f9ae87081a71ea1bc | refs/heads/master | 2020-05-02T00:30:24.045031 | 2019-05-28T13:41:39 | 2019-05-28T13:41:39 | 177,673,957 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cpp | #include "Osoba.h"
Osoba::Osoba(string name, int year){
imie = name;
if(year < 1){
year = 0;
} else {
rok = year;
}
} | [
"krzychu2956@gmail.com"
] | krzychu2956@gmail.com |
e4196990a52174f8bca0b650bbe1fc427e8f0508 | 185b2a3d3cc1353f325dddeb62a05b06eeb3ac09 | /kolay_impl/medianfilter.cpp | b238f9544062e81e97857373f562b37f62cc8de2 | [] | no_license | nicknick1945/melonoma | f3b180e3d2ac833af334b1656d5e105aca4a0f25 | 92cb0a02b1045c6cf2ef416dd031ee758ece9528 | refs/heads/develop | 2021-04-06T20:44:22.697660 | 2018-04-25T22:17:29 | 2018-04-25T22:17:29 | 125,406,142 | 0 | 0 | null | 2018-04-25T22:07:48 | 2018-03-15T17:53:28 | C++ | UTF-8 | C++ | false | false | 1,700 | cpp | #include "medianfilter.h"
#include "vector"
#include "kolya_headers/utils.h"
using namespace std;
class MediadMatrx{
public:
vector<int> filds;
void goSort(){
sort(filds.begin(),filds.end());
}
};
MedianFilter::MedianFilter()
{
}
void MedianFilter::doFilter(QImage &image)
{
vector<vecto... | [
"n.matukhin@simplex-software.ru"
] | n.matukhin@simplex-software.ru |
734ecde79b15e5cbdac777a1d1d250c416d08093 | 898d977587c06809002cdc86cc66121fba32cc8e | /owGame/Renderer/RenderPass_WMO.cpp | 044fd9d8f7c875cb2b62204bf1c640b3e0ccf9cb | [
"Apache-2.0"
] | permissive | websolution10030/OpenWow | e301248ec460059d3389cd8fd3e9da4db7e3af28 | 84a5539c1f1993484ca60f56974d7c8217061922 | refs/heads/master | 2023-06-06T01:24:05.615319 | 2021-06-25T00:29:19 | 2021-06-25T00:29:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,130 | cpp | #include "stdafx.h"
#ifdef USE_WMO_MODELS
// General
#include "RenderPass_WMO.h"
// Additional
#include "WMO/WMO_Base_Instance.h"
#include "WMO/WMO_Group_Instance.h"
#include "WMO/WMO_Part_Material.h"
CRenderPass_WMO::CRenderPass_WMO(IScene& Scene)
: Base3DPass(Scene)
{
SetPassName("WMO");
m_WoWSettings = GetBa... | [
"alexstenfard@gmail.com"
] | alexstenfard@gmail.com |
2ab7b315d49c608b8843674f051aa7530fab884a | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/069/322/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806_char_loop_43.cpp | 31f8dd9c4f36d5b71fe1c9ba1cb08fe2fd229eda | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,142 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806_char_loop_43.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806.label.xml
Template File: sources-sink-43.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Initialize data ... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
fb06341c89a36897c81e10c19ebdc67c51b0ff9b | d8033ee59a652736710748261771012f356b3431 | /projects/ProjectExample/ProjectExampleLayer1.hpp | 270ebcb0fb8d80039b8347e0fe26fe71f56edfe5 | [] | no_license | Shwastya/MyTFMDescent | 4f696a38d9e68bbaad2e5c40715465abdf536e84 | 1b872dd7682623de8a54cce1bfa8134a57694260 | refs/heads/master | 2023-06-23T12:24:23.310130 | 2021-07-17T20:54:22 | 2021-07-17T20:54:22 | 347,040,611 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 913 | hpp | #include <MHelmet.h>
#define MH MHelmet // CLIENT CALL NAMESPACE ENGINE SIDE
class MyTFMDescent : public MHelmet::NodeLayer
{
public:
using Render = MH::Renderer;
using RenderDrawCall = MH::RenderDrawCall;
using GeometryRender = MH::RendererGeometry;
MyTFMDescent();
void Join() override;
void Free() overri... | [
"jose.l.rosa.m@gmail.com"
] | jose.l.rosa.m@gmail.com |
4973d40409480278010a3d3c06af8ec5c4eff8f1 | 7624109d0d61903e3f619b294ca053a5deff794d | /DPfloatover/third_party/Profinet/src/examples/configuration_control_of_io_systems/src/configuration_control_of_io_systems.cpp | f95941e4f06be5a67040007e98e4a04d08120bcc | [] | no_license | wp6726454/USV-robotics | e315c77b2dce6ef2d6b7177cd26bbc7842ee2a35 | 00a4d70f3120ea222da25ee91ae1a21a7a3f0abe | refs/heads/master | 2020-04-02T22:06:27.989364 | 2018-10-26T11:03:30 | 2018-10-26T11:03:30 | 154,821,670 | 1 | 0 | null | 2018-10-26T11:05:27 | 2018-10-26T11:05:26 | null | UTF-8 | C++ | false | false | 11,119 | cpp | /*****************************************************************************/
/* Copyright (C) 2015 Siemens Aktiengesellschaft. All rights reserved. */
/*****************************************************************************/
/* This program is protected by German copyright law and international ... | [
"huzhihuan1991@gmail.com"
] | huzhihuan1991@gmail.com |
440e98db0c912ac1746a71853a3932d77896b070 | 8e459f944409caa56c4d2031ef37fbc8c0bcd60c | /purelib/utils/crypto_wrapper.cpp | 3d0de377fbf6d6ded12cb8b3bb10e702f1589217 | [
"MIT"
] | permissive | isoundy000/libxstudio365 | 66a6964aab4a84e5b18d7bfe399dc9975f38c90a | 99a11fe8ac1644fcc2d4d5331779c4b13afa158e | refs/heads/master | 2021-04-02T16:48:18.381123 | 2015-07-28T02:19:23 | 2015-07-28T02:19:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,691 | cpp | #define _ZLIB_SUPPORT
#ifdef _ZLIB_SUPPORT
#if defined(_WIN32) && !defined(_WP8)
#include <zlib.h>/* from cocos2dx */
#pragma comment(lib, "libzlib.lib")
#else
#include <zlib.h>
#endif
#endif
#include <assert.h>
#include "crypto_wrapper.h"
#include "md6.h"
#include <algorithm>
#include <fstream>
#define... | [
"xseekerj@live.com"
] | xseekerj@live.com |
f85937fb337336e1afbf4bd26196288e6da4d43d | 38e95a2bbf710735067ff60639fa50bb98630150 | /Source/Vr_Room/Vr_RoomGameModeBase.cpp | 89b7c5cf3a7561e7cbfb83dd87401aac6e663bbe | [] | no_license | zoown13/Vr_Room | f21bd4bd4853025f1acb07b970a2d7189228a836 | 04492a772f7b6e929a6796633684567105c04283 | refs/heads/master | 2022-11-08T02:45:17.268247 | 2020-06-13T08:49:45 | 2020-06-13T08:49:45 | 266,469,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 97 | cpp | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "Vr_RoomGameModeBase.h"
| [
"zoown13@gmail.com"
] | zoown13@gmail.com |
170d954089f1329568ebfdabfc1bf63b9c3bdeec | 527762d7e41bfd5421d9a7f37cf7c3a81357f78c | /src/terraineditor/editor.cpp | 1a35a4dbbbe2f7025d4245963d070e9b80cd53ba | [
"MIT"
] | permissive | sgynn/worldeditor | c14b84a6207f4b45812820a185edcf2a873b29ae | df15449aeb83c4dc48dab5d6bdcf6975045c0135 | refs/heads/master | 2023-06-23T08:36:01.281953 | 2023-06-18T11:45:44 | 2023-06-18T11:45:44 | 49,837,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,759 | cpp | #include <base/opengl.h>
#include <base/xml.h>
#include "editor.h"
#include <cstring>
#include <cstdio>
#include <base/game.h>
#include <base/input.h>
#include <base/hardwarebuffer.h>
#include <base/debuggeometry.h>
#include <base/drawablemesh.h>
#include <base/scene.h>
#include <base/mesh.h>
void BrushData::reset(c... | [
"dragoninspire@gmail.com"
] | dragoninspire@gmail.com |
e6d251ff1a57f5f2514b472afbcf84c24cfde4f4 | d02f13d1ac1c259ec73fd9b430ef72869c59bec7 | /q26.cpp | 0c8a181983164d26ab018dce8dc6b8de2c2880b9 | [] | no_license | imsudip/c- | bc689b5f72c32973bc4c51d64a21f37803010f91 | c3612610a44078cd6f8ba2791b9366f4c21cd33d | refs/heads/master | 2021-03-28T18:28:19.025866 | 2021-01-03T05:04:09 | 2021-01-03T05:04:09 | 247,884,636 | 1 | 0 | null | 2020-05-28T07:15:16 | 2020-03-17T05:12:05 | C++ | UTF-8 | C++ | false | false | 1,522 | cpp | #include<iostream>
#include<fstream>
using namespace std;
int main()
{
struct student
{
char name [50];
int roll,year,cls;
float sub1,sub2,sub3,total_marks;
};
struct student s[10];
int n,i;
cout<<"Enter No.of students: ";
cin>>n;
fstream fout;
fout.open("g:\... | [
"49285187+imsudip@users.noreply.github.com"
] | 49285187+imsudip@users.noreply.github.com |
bc87a2dd09375bd10b9a2eac7c4e933ed61b14a0 | ed8f215222d537d718a525247991ca678a19a676 | /include/http_pattern_matcher/path_matcher_node.h | a23cc91e7b32ac0516e752fde5879e470d73503f | [
"Apache-2.0"
] | permissive | nareddyt/http_pattern_matcher | ad9c53c8e212e7ec8e7c17a2f4d9a96e64ff138f | 579163bb435706d8f582e3da3017af89c0f4bbae | refs/heads/main | 2023-03-15T01:57:45.739745 | 2021-03-17T17:20:25 | 2021-03-17T17:20:25 | 348,393,495 | 0 | 0 | Apache-2.0 | 2021-03-16T15:12:30 | 2021-03-16T15:12:29 | null | UTF-8 | C++ | false | false | 7,439 | h | /* Copyright 2021 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"qiwzhang@google.com"
] | qiwzhang@google.com |
05b389a28e6949a8db91409e9b2e38807c61e4a6 | 13d7a0a52aace8524bb2d841c1736f5b74d61799 | /src/Light.cpp | 56d428a3080b3bf788f2a79311dd457fbf09f7c1 | [] | no_license | kotea/MyFrameWorks | a806abc38e1adc600f52224952fc4a205c18fc0a | 77c384e7fbb5ba5ce5ff844ff47905ee1188eeb3 | refs/heads/master | 2021-09-10T20:09:13.935299 | 2018-04-01T11:13:53 | 2018-04-01T11:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | cpp | #include"Light.h"
DirectionalLight::DirectionalLight() {
}
DirectionalLight::~DirectionalLight() {
}
void DirectionalLight::SetDirection(float x, float y, float z) {
this->direction = Vector3f(x, y, z);
}
void DirectionalLight::SetColor(float r, float g, float b, float a) {
this->color = Vector4f(r, g, b, a);
}
v... | [
"kouzi85@gmail.com"
] | kouzi85@gmail.com |
b857701c41e38f7bcd4528dcede0c3ac28cf92a4 | 09ddd2df75bce4df9e413d3c8fdfddb7c69032b4 | /include/LFC/FileByteStream.h | 85e937753993906dd8da3584a6fe199b0c616b10 | [] | no_license | sigurdle/FirstProject2 | be22e4824da8cd2cb5047762478050a04a4ac63b | dee78c62a1b95e55fcdf3bf2a9bc79c69705bf94 | refs/heads/master | 2021-01-16T18:45:41.042140 | 2020-08-18T16:57:13 | 2020-08-18T16:57:13 | 3,554,336 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,717 | h | #ifndef __FileByteStream_h_
#define __FileByteStream_h_
#if AMIGA
typedef long BPTR;
#endif
namespace System
{
namespace IO
{
enum FileStatus
{
FileStatus_Ok = 0,
FileStatus_Error = -100,
FileStatus_FileNotFound = FileStatus_Error - 1,//ERROR_FILE_NOT_FOUND
FileStatus_PathNotFound = FileStatus_Error - 2,
Fil... | [
"sigurd.lerstad@gmail.com"
] | sigurd.lerstad@gmail.com |
4348be45546e2daa9a64c2ca34db8f5dd8a63216 | 184c3036a3624a65ce2fa0939cf8ba0ba2ef3294 | /Semester3/ComputerNetworks/Practicals/dijkstraAlgorithm/unweightedGraph/main.cpp | 2fe9dbd19ac3ded858285d1b298a5bf5e9551fd2 | [] | no_license | itsanshulverma/du-cs-undergrad-course | 9b6fd81d95fe6d89f74d792a45abd3537030d2ae | 98bf2af2c2698e2b10508160945e41cc51e18c77 | refs/heads/master | 2022-07-09T03:14:35.032690 | 2022-06-18T04:55:30 | 2022-06-18T04:55:30 | 238,611,894 | 20 | 14 | null | 2020-11-16T09:32:08 | 2020-02-06T05:03:47 | C++ | UTF-8 | C++ | false | false | 3,072 | cpp | /*
Implementation of Dijkstra algorithm in routing using Adjacency Matrix
Author: Anshul Verma, 19/78065
*/
#include <iostream>
#include <string>
using namespace std;
int extractMinVertex(int *dist, bool *visited, int n)
{
int minIndex = -1;
for (int i = 0; i < n; i++)
if(!visited[i] && (minIn... | [
"itsanshulverma@gmail.com"
] | itsanshulverma@gmail.com |
f8cb8e8c5b70c38609eff68a5aaa4c1d80d77bf1 | c1a0af283291fde85f2399dda5eb62b0dc62baa3 | /modules/canbus/vehicle/tayron/protocol/brake_pressure_6AB.h | d6e57461230a17174e24b6fc5d0b313e548686aa | [
"Apache-2.0"
] | permissive | mengxingshifen1218/simulation | 30420e761235f92dc4a3236ba17a526283e607b8 | 1d6a87b7595db1d32c656ae783aa365de551c5bc | refs/heads/master | 2023-08-18T03:50:55.803871 | 2020-05-08T08:45:47 | 2020-05-08T08:45:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,639 | h | /******************************************************************************
* 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 the License at
... | [
"qwetqwe@qq.com"
] | qwetqwe@qq.com |
34a71c450c03985ae6335db27599a06882bfdf60 | 95ae7dfa9ee578f1b24a65986ff78bf77ceca0c5 | /Engine/modules/Verve/GUI/VEditorButton.h | 15b3e0dfa3b2c8d0b1bcecaab35b3e284d979694 | [
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | TorqueGameEngines/Torque3D | 4e1f6a05cc0928980c8c7c20bcdd680eaa6dcee8 | a445a4364664e299196bd551d213844486080145 | refs/heads/development | 2023-09-03T12:40:40.658487 | 2023-08-24T14:44:43 | 2023-08-24T14:44:43 | 267,440,108 | 1,192 | 178 | MIT | 2023-09-13T14:28:16 | 2020-05-27T22:35:54 | C++ | UTF-8 | C++ | false | false | 2,312 | h | //-----------------------------------------------------------------------------
// Verve
// Copyright (C) 2014 - Violent Tulip
//
// 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 re... | [
"Areloch@gmail.com"
] | Areloch@gmail.com |
41feab5430223de5b60e4a9542a8eb7dd664bf0c | 200d8dd8740e20727e7a466f3afe5097b0f9a0c0 | /quantitative_finance/L2/demos/Quadrature/src/host/quad_hcf_test.cpp | d378f6483b98b525cd0c0ad3bf585c5576af34b6 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | FinancialEngineerLab/hull-white-g2-tree-fdm-cpp | acd28e103a3a7b40afbddeaedc335191de5252ee | 64fd6145d2d8b7ab62d4d7669a4593e0537e7ff4 | refs/heads/main | 2023-03-16T16:43:20.642831 | 2020-10-22T21:16:30 | 2020-10-22T21:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,966 | cpp | #include <vector>
#include <chrono>
#include <math.h> /* fabs */
#include "xcl2.hpp"
#include "test_data.hpp"
#include "quad_hcf_engine_def.hpp"
#define TEST_TOLERANCE 0.001
extern TEST_DT model_hcfEngine(struct hcfEngineInputDataType* input_data);
static int check(TEST_DT act, TEST_DT exp) {
if (fabs(act - ex... | [
"fengx@xilinx.com"
] | fengx@xilinx.com |
0345eca332fbca1985779ccabd0e7c1e427f2dec | 302f4bda84739593ab952f01c9e38d512b0a7d73 | /ext/Vc-1.3.2/common/simdarray.h | 61c3c5aeda93ec57b9d5cbdbae9573bbdd249709 | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"ICU",
"BSL-1.0",
"X11",
"Beerware"
] | permissive | thomaskrause/graphANNIS | 649ae23dd74b57bcd8a699c1e309e74096be9db2 | 66d12bcfb0e0b9bfcdc2df8ffaa5ae8c84cc569c | refs/heads/develop | 2020-04-11T01:28:47.589724 | 2018-03-15T18:16:50 | 2018-03-15T18:16:50 | 40,169,698 | 9 | 3 | Apache-2.0 | 2018-07-28T20:18:41 | 2015-08-04T07:24:49 | C++ | UTF-8 | C++ | false | false | 121,457 | h | /* This file is part of the Vc library. {{{
Copyright © 2013-2015 Matthias Kretz <kretz@kde.org>
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
not... | [
"thomaskrause@posteo.de"
] | thomaskrause@posteo.de |
5293ee5752f8590a7980f8783c8fb5cd618e2c70 | 306185841be99d22c5b778776c77d4cb0b36d708 | /Castlevania/CastleVania/Ghost.h | 0633619c6ca7d054769536aff766fdb36e2223a7 | [] | no_license | trungnguyen1618033/Castlevania-SE102 | 02f72d4d318cfc4dded7f45181e0ceada7a062b2 | d0f47b1469522ebaa8cc0586a50da3f15f8507d3 | refs/heads/master | 2021-05-18T11:18:36.388145 | 2020-11-24T08:45:53 | 2020-11-24T08:45:53 | 251,223,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 497 | h | #pragma once
#include "Enemy.h"
class Ghost : public Enemy
{
float velocityVariation;
public:
Ghost();
virtual void Update(DWORD dt, vector<LPGAMEOBJECT>* coObjects = NULL, bool stopMoving = false);
virtual void Render();
virtual void SetState(int state);
virtual void GetBoundingBox(float& left, float& top, fl... | [
"trungnguyen1618033@gmail.com"
] | trungnguyen1618033@gmail.com |
80fb6d88fead38e92bfe9efcddbd34a9a89683d9 | 3a3b58b0161ae6ea298f9886716b03fb3e7cfc35 | /src_203308508/src/list/list_destructor.h | 9726aab47ba12ee572f08d9aebe1f5437a30f3a8 | [] | no_license | tantantzp/datastructure | cc052c6434e9be051a273848342e6fcd11e129af | 8d4ade4b6c91a8738d78e1442ff2fb534a814067 | refs/heads/master | 2021-01-01T17:16:41.662236 | 2015-07-04T08:25:29 | 2015-07-04T08:25:29 | 38,527,341 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 556 | h | /******************************************************************************************
* Data Structures in C++
* ISBN: 7-302-26883-3 & 7-302-29652-2
* Junhui DENG, deng@tsinghua.edu.cn
* Computer Science & Technology, Tsinghua University
* Copyright (c) 2011. All rights reserved.
*********************... | [
"610082896@qq.com"
] | 610082896@qq.com |
077fd37305801d62c1f91ffdf3df0101cf23bd06 | 12f3796320dc22072df6c6ae43445fd44a9057b4 | /GeometryLib/PointSet.cpp | f566a33e1c08133ef724f4333d62a133421238f7 | [] | no_license | Aloalo/GeometryLib | fc782a1d2398eccf37407aa430c40420d9a69326 | 4e1fcb229fe81d93539eaa76d51fb32805f1bf07 | refs/heads/master | 2020-12-25T06:12:57.170362 | 2013-03-12T09:42:20 | 2013-03-12T09:42:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 113 | cpp | #include "StdAfx.h"
#include "PointSet.h"
PointSet::PointSet(void)
{
}
PointSet::~PointSet(void)
{
}
| [
"tomislavtunkovic@gmail.com"
] | tomislavtunkovic@gmail.com |
63e783d095d6aeadd2f762b7b6e2a5fc1fcf71cd | 4b998f10386144b7e6059d101c3c8c9e33ec7628 | /parallel programming lab/ucs545Ass1Q4parallel.cpp | f62d71bbdf72384e5fb5d5b9b5785c0c8d264cda | [] | no_license | Kulpreet-Singh/Advanced_algos_c-plus-plus | bba1c9ef2d9d029c11c4a2d2ad82063167a9e2c5 | 501e0a3b7835540c9ceeb8fc37ba9199a4afb147 | refs/heads/main | 2023-06-26T14:00:47.058191 | 2021-07-30T17:22:10 | 2021-07-30T17:22:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,727 | cpp | #include <iostream>
#include <fstream>
#include <cmath>
#include<omp.h>
using namespace std;
int main()
{
ifstream temp;
temp.open("Database.txt");
const int m = 100;
int** matrixA = new int* [m];
int** matrixB = new int* [m];
int** Answer = new int* [m];
for (int i = 0; i < m; ++i)
{
matrixA[i] = new int... | [
"43897531+Kulpreet-Singh@users.noreply.github.com"
] | 43897531+Kulpreet-Singh@users.noreply.github.com |
701b4425daa5ac0750d499f13c7121e5b515e7d9 | 27946ae56de6ce7c61e2e891a0b4427cec746406 | /libs/intrusive/example/doc_unordered_set.cpp | fc3403fd98ac88f367fab15ed70f8c532297c653 | [
"BSL-1.0"
] | permissive | alexanderkjeldaas/boost-mirror | 15994a75295926cb975b6cb27b9f472237fc52ae | 1b626831ef9060f49b3197583e7f80445b19a862 | refs/heads/master | 2021-01-10T20:05:39.378833 | 2013-05-11T22:38:36 | 2013-05-11T22:38:36 | 8,898,120 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,992 | cpp | /////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2006-2012
//
// Distributed under 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)
//
// See http://www.boost... | [
"igaztanaga@b8fc166d-592f-0410-95f2-cb63ce0dd405"
] | igaztanaga@b8fc166d-592f-0410-95f2-cb63ce0dd405 |
80de98f96fb680a1ccba049147217bc084bb74da | 0df64eb6236326ae39ec8027da22a87aa4e9b36d | /Week_03/atan2_experiment/src/ofApp.cpp | 8c890d9178b459b617e3f284fde1395f756a39de | [] | no_license | bachadam/ARTTECH-3039 | d9f6d6e879b34fa8a1b69ff80e540502d058c2d5 | 5facc80f156d1fbf13032ac59cd355ea559be1b5 | refs/heads/master | 2021-01-23T08:20:51.080184 | 2017-03-28T20:04:00 | 2017-03-28T20:04:00 | 86,501,270 | 0 | 0 | null | 2017-03-28T19:53:37 | 2017-03-28T19:53:37 | null | UTF-8 | C++ | false | false | 581 | cpp | #include "ofApp.h"
void ofApp::draw()
{
ofBackground(0);
glm::vec2 mousePosition(ofGetMouseX(), ofGetMouseY());
glm::vec2 screenCenter(ofGetWidth() / 2, ofGetHeight() / 2);
glm::vec2 diff = mousePosition - screenCenter;
float angle = std::atan2(diff.y, diff.x);
float distance = glm::distan... | [
"me@christopherbaker.net"
] | me@christopherbaker.net |
fcef9295c8b226bd62b2194dc32c8afec957eaa3 | 1844d045437e540d0e7521b32d0b4265996d1fec | /tests/test.cpp | e81731df34572105e43a927dd4802dac380f21a9 | [] | no_license | sikomo/cpp | f4780552bd39634e9f0f7e6a02dd21b8b8096a47 | 43f129b2ac2471985bdef0a884d33946737a77be | refs/heads/master | 2020-04-04T14:43:25.830007 | 2019-02-09T17:31:16 | 2019-02-09T17:31:16 | 156,009,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 743 | cpp | #include <iostream>
using namespace std;
class B {
public:
B(int v) : varB(v){
};
int varB;
};
class A {
public:
A(int v, B *bb) : var(v), b(bb){
};
int var;
B *b;
};
int main(int argc, char const *argv[]) {
B objetB(200);
A objetA(10, &objetB);
A autreObjetA = objetA;
cout... | [
"komodu59@gmail.com"
] | komodu59@gmail.com |
cd931481edae32a870681b85f199e6acbc18732b | d2190cbb5ea5463410eb84ec8b4c6a660e4b3d0e | /old_hydra/hydra/trunk/pairs/ntuple/pairs.h | e3bfbf968412859643f70143f323ba26bc51a7cf | [] | no_license | wesmail/hydra | 6c681572ff6db2c60c9e36ec864a3c0e83e6aa6a | ab934d4c7eff335cc2d25f212034121f050aadf1 | refs/heads/master | 2021-07-05T17:04:53.402387 | 2020-08-12T08:54:11 | 2020-08-12T08:54:11 | 149,625,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,835 | h | // $Id: pairs.h,v 1.13 2008-09-18 13:06:49 halo Exp $
// Author: Thomas.Eberl@ph.tum.de, last modified : 2006-12-11 18:23:39
//
#ifndef pairs_h
#define pairs_h
#ifdef SIMULATION
#define pairs pairsS
#else // ! SIMULATION
#define pairs pairsE
#endif // ! SIMULATION
#include "TROOT.h"
#include "TChain.h"
#include "TFi... | [
"waleed.physics@gmail.com"
] | waleed.physics@gmail.com |
ccea64125142f297b5777053ba2611b1e965f841 | a65ade13b64bd3b969aef229c2f5ae6162b2933f | /CoreSystem/EffectSystem/ParticleHelper.h | 1e03390dc6d87b61e5417a09713ed4e01a3c766d | [] | no_license | jiowchern/fdo | a29eb161ff2672801c9dc51a06d15687790c0f76 | 84cf1386bb8d238954013734b081f9ac8afc423f | refs/heads/master | 2022-07-20T17:41:10.802133 | 2019-09-24T19:20:40 | 2019-09-24T19:20:40 | 210,220,229 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | h | /**
* @file ParticleHelper.h
* @author Yuming Ho
*/
#ifndef ParticleHelperH
#define ParticleHelperH
#include "ParticlePreRequest.h"
namespace FDO
{
bool RenderParticle(ParticleInstPtr particleInst , unsigned int &outflushedPartCount);
}
#endif // ParticleHelperH | [
"jiowchern@gmail.com"
] | jiowchern@gmail.com |
013313d3e64aca73fb3f63ac1ef31bc646721c15 | af65041099c761e92eb9d27a7699c99b67286bec | /3rdParty/ChaiScript-5.8.1/samples/memory_leak_test.cpp | 13afbb45dae4af55ab7435dfd820bfc734e4117d | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bauer-sw/Deploy-Helper | cafae4b97e3da69ba161a9b9432dbe572787a40f | e8e88a5ba585b9d8e8bcea55367d3ddeb70d5c02 | refs/heads/master | 2021-06-17T13:09:12.562596 | 2017-06-04T16:05:24 | 2017-06-04T16:05:24 | 93,181,534 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,810 | cpp | #include <iostream>
#include <chaiscript/chaiscript.hpp>
#include <chaiscript/chaiscript_stdlib.hpp>
#ifdef READLINE_AVAILABLE
#include <readline/readline.h>
#include <readline/history.h>
#endif
std::string get_next_command() {
#ifdef READLINE_AVAILABLE
char *input_raw;
input_raw = readline("eval> ");
add_hi... | [
"info@bauer-sw.de"
] | info@bauer-sw.de |
2cdaeb2ef1619ba8f07fd46ba6fc46f2d13f86c0 | 652a8a3f660dba3193385d65e00d5aaaa2b489a7 | /Graph/Building_Roads.cpp | 4d2c0f8abaa6c2542359385999b63d5adb03aec2 | [] | no_license | strang3-r/Data-Structure | 90a4bf025efa5de9ffc1c6cfd94f0f8cc3507ee2 | ab1e0ff9ccf3b3ef1a0cdc7f8fb914d69172d019 | refs/heads/master | 2023-06-22T09:17:53.348459 | 2021-07-23T22:43:17 | 2021-07-23T22:43:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,463 | cpp | // Building_Roads.cpp
/*<!-- Created By Black Devil -->*/
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
using namespace std;
#define ff first
#define ss second
#define endl "\n"
#define ll... | [
"55326048+Atmagyan@users.noreply.github.com"
] | 55326048+Atmagyan@users.noreply.github.com |
60a48fc38f5d1376105ac6554b8ae26bf81d938a | 2c97fc62eab1f78c4a5d1a83826a75209ebb6d39 | /1比赛题目/18.10.31模拟赛/players/H10/city/city.cpp | c9978e3c78d8e0104036e818e708c4743a6a72f8 | [] | no_license | GaisaiYuno/My-OI-Code-1 | f32932f1004e593ffee0b0e97cffd25d9e2851bf | c57ec4e2aaa1d770ee9490a42710d1cf71a153f2 | refs/heads/master | 2020-12-31T23:13:46.913582 | 2020-02-08T01:09:46 | 2020-02-08T01:09:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 990 | cpp | #include<iostream>
#include<cstdio>
#include<cmath>
#include<algorithm>
using namespace std;
struct node{
int l,r;
}s[1001];
bool cmp(node a,node b){
return a.l<b.l;
}
int a[10001],n,m,d,val=0,cnt=1;
int ans[2000002];
int main(){
freopen("city.in","r",stdin);
freopen("city.out","w",stdout);
scanf("%d%d",&n,&m);
f... | [
"1980878786@qq.com"
] | 1980878786@qq.com |
a79fd988535dc61438ced13d6a1d3090b686aeb3 | 2962f164cecb440ecd905ab9f3cc569c03a01ad5 | /RtspPlayer/assemblies/sunell/include/RS485DeviceInfo.h | b2c6703d4d50162fdd7faa460096ef9dabdda65b | [] | no_license | paxan222/hello-world | 5ef9bd04a5c4337c1403a04973e2c0c11665bb26 | c55c60e0f72a04e1e2560dc19c2a6bbd7e8b430f | refs/heads/master | 2020-12-11T21:09:30.200433 | 2017-05-04T08:39:53 | 2017-05-04T08:39:53 | 55,044,669 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 3,154 | h | #ifndef _RS485DEVICEINFO_H_
#define _RS485DEVICEINFO_H_
#include "DomainConst.h"
#include <string.h>
#include "SNPlatOS.h"
/**********************************************************************/
//此处用于控制文件编译字节对齐,拷贝时两行注释间内容需一起拷贝,
//结束处的“#ifdef PRAGMA_PACK”部分也要一起拷贝,否则pragma pack入栈出栈不匹配
#if(PRAGMA_PACK_DEFINE != 10000)... | [
"paxan222@yandex.ru"
] | paxan222@yandex.ru |
d9778f3b7ccd83228b81611d8bdfecd6cc6e0c8e | 73a94174af592e3e6107282c7b04a11b256fa0ac | /ARWithWord/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/Il2CppCCFieldValuesTable.cpp | 3d1610f438f89c698c94e75253bc1c1e15d5b78d | [
"MIT"
] | permissive | CPT-BJ/ARWithWord | 55b1f561441947b6dff8ce9142956122e879bc80 | 8c591d791f07b591c69c57042d934f21ff3c2baa | refs/heads/main | 2023-04-20T10:58:45.670593 | 2021-05-08T07:46:42 | 2021-05-08T07:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146,087 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable4[1];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable5[1];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable6[1];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable7[1];
... | [
"shibuiyusuke@gmail.com"
] | shibuiyusuke@gmail.com |
f20e0e6beca54b0cbdc65dfd49a71598e46e1d73 | 5f93a57aa92e38f072981f64d7ee4e41823b545e | /food/anp.cpp | f5e7d8817744aeb8d31ce1e95082a3cf36ae6ab0 | [] | no_license | RealtimeX/frash | 68d00d60ecbcef30db2581641e5ee18a99a2582f | 2b348361f0a1c5de49bfd577b5c4fe6f6d718f24 | refs/heads/master | 2021-01-18T07:39:26.802347 | 2010-07-08T03:46:56 | 2010-07-08T03:46:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 55,261 | cpp | #define ANDROID 1
#include <stdlib.h>
#define IOSFC_BUILDING_IOSFC
#include <IOSurface/IOSurfaceAPI.h>
#include <CoreGraphics/CoreGraphics.h>
#include <CoreFoundation/CoreFoundation.h>
#include <jni.h>
#include "npapi.h"
#include "android_npapi.h"
#include "ANPSystem_npapi.h"
#include "ANPSurface_npapi.h"
#include <mat... | [
"comexk@gmail.com"
] | comexk@gmail.com |
151ed8a1649aa4f2692b8e5d280039ecd2c84f0d | 43963deaade533bc28ed8ca3a00e99bec171046e | /src/kernel/RtlUpcaseUnicodeChar.cpp | 86dfd728881cddd8669ab19dd10c1ec0d67cac46 | [] | no_license | mborgerson/OpenXBOX | 3bc8dac3b719859b1284b2426b195945bb878b98 | 126fbd13a51dd09ae3f7cac747dffe1ce1a0e912 | refs/heads/master | 2023-02-25T16:11:31.497371 | 2017-12-27T21:08:57 | 2017-12-27T21:08:57 | 113,101,895 | 18 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 352 | cpp | #include "common.h"
/*
* RtlUpcaseUnicodeChar
*
* Import Number: 313
* Calling Convention: stdcall
* Parameter 0: WCHAR SourceCharacter
* Return Type: WCHAR
*/
int Xbox::RtlUpcaseUnicodeChar()
{
K_ENTER_STDCALL();
K_INIT_ARG(WCHAR, SourceCharacter);
WCHAR rval;
K_EXIT_WITH_VALUE(rval);
... | [
"contact@mborgerson.com"
] | contact@mborgerson.com |
aaae836d2f53886bc9c1cd8bafc447c67f61b191 | 06c1e117bcb1027d68f9acb8661ed4164df9b7bf | /test.cpp | 89e97430678e10567b6bf822e551349c1a050ded | [] | no_license | Deepayan-Ghosh/Garbage-Collector | 0bb40129e05c4440ae911bdd421684e1fe59b4bb | 97cbbde8c87b82b3d442db390513eab91915bb08 | refs/heads/master | 2021-01-21T17:46:45.431450 | 2017-05-21T21:17:30 | 2017-05-21T21:17:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,000 | cpp | /*
A test program that uses Garbage Collection. The program creates a circular linked list.
Simple pointers are replaced with GCPtr and the type is passed as template parameter.
To use Garbage Collection, include the header GC.h
To see the GC log, use #define GC_LOG
The Log is shown at every st... | [
"deepayanghosh89@gmail.com"
] | deepayanghosh89@gmail.com |
d798af0a93794c4502b766301237ba7610a91b61 | 98a19e75864c2711284e6ea805c4d7c4a2ee0ed4 | /sensor/st/MmaSensor.cpp | fde6020b3fcf97ba10c05514d2c3c6e4e2949c77 | [
"Apache-2.0"
] | permissive | kasimling/Firefly_hardware_rockchip | 3c853ca35caf6d79188aab87a612be88792c9874 | ce9b8c274a65b9f7e52e3bdce96a16e7afb761a9 | refs/heads/master | 2021-05-02T15:29:33.484080 | 2018-02-08T02:02:33 | 2018-02-08T02:02:33 | 120,697,679 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 16,098 | cpp | /*
* Copyright (C) 2008 The Android Open Source Project
*
* 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 app... | [
"alex.ling@harman.com"
] | alex.ling@harman.com |
3681fd1513527b380be01922ea5fe014dce1ef58 | 892cb4c39cf5dbd21ea06fe85228181d340706bd | /MatrixTask.cpp | a10cd4822724c01654e178460f62ea757fa54db9 | [
"MIT"
] | permissive | vsmontes/Dispatcher | e74b630bb41b8d52cecf6872655ca26240110110 | 5f18fb7acfb89dbfa41207aeb1904793c73f4900 | refs/heads/master | 2022-04-14T05:54:12.513441 | 2020-04-15T16:18:51 | 2020-04-15T16:18:51 | 255,970,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,010 | cpp | #include "MatrixTask.h"
#include <iostream>
using namespace std;
extern int MATRIX_DIM;
CMatrixTask::CMatrixTask(int start_line, int line_count)
{
MatrixGlobalData * Data = (MatrixGlobalData*)CMatrixTask::GlobalData;
LocalData = (MatrixLocalData*)malloc(sizeof(MatrixLocalData));
if (Data)
{
((MatrixLocalData... | [
"vmontes@gmail.com"
] | vmontes@gmail.com |
dc70615673a78ee164dfd16804b15b5e01bc1d77 | e0f42167a28d5edb9cd238f69bd8af7ccfee282e | /data-server/src/raft/src/impl/transport/fast_server.h | 33fb2c2724bdeff5487e6120b6dd20e2c2ffb268 | [
"Apache-2.0"
] | permissive | apaqi/sharkstore | d516af141dff3e71274be2847c25c4501bcbd189 | 88e0e0f29c8c170b6021dd0743560a94b9fc8b6a | refs/heads/master | 2020-04-18T06:26:08.514125 | 2019-01-24T07:10:03 | 2019-01-24T07:10:03 | 167,320,629 | 0 | 0 | Apache-2.0 | 2019-01-24T07:09:19 | 2019-01-24T07:09:03 | JavaScript | UTF-8 | C++ | false | false | 940 | h | _Pragma("once");
#include "common/socket_base.h"
#include "transport.h"
namespace fbase {
namespace raft {
namespace impl {
namespace transport {
class FastServer : public dataserver::common::SocketBase {
public:
FastServer(const sf_socket_thread_config_t& config,
const MessageHandler& handler);
... | [
"dingjun@jd.com"
] | dingjun@jd.com |
3722fa51ea6268676ffd6ee6d61c6c405810dab7 | 5044e97d9d89a8c66ae343b7f8dd3bbefba77549 | /Correspondence_Oct7/Pablo2_Oct7/lib/match/src/.svn/text-base/ImageDistanceMap.cpp.svn-base | 961b1f9c48157eb86680a209de2ad235e32247e4 | [] | no_license | ZhiyLiu/optim | 994bbc17553c75fbc1b5a2d6c91be58d3736775b | ddd8c89f62717126b3cd0f695ccc9f0795134bb3 | refs/heads/master | 2021-05-07T09:10:05.830207 | 2018-12-02T03:08:15 | 2018-12-02T03:08:15 | 109,456,051 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,368 | //#include <sys/timeb.h>
//#include <unistd.h>
#include <iostream>
#include <math.h>
#include "Danielsson.h"
#include "DistanceMap3D.h"
#include "ImageDistanceMap.h"
#include "ImageResample3D.h"
#include "snapshot.h"
#include "Tuning.h"
//#define DEBUG
extern int globalVerbosity;
using namespace std;
ImageDist... | [
"zhiy@midag322017.cs.unc.edu"
] | zhiy@midag322017.cs.unc.edu | |
b10145ae6cc81101d7e2d9636a227c9e856d237b | 9ab72b27ea0e679e3a576070e303ba122ae354fe | /test/Common/utest-core.cpp | e31c25045736bc5bec5b763805596b26fb3000d8 | [] | no_license | antoniomosca/coolfluid3 | 6b18d225d3dc4bfd4a660a06eed4d4c7fd25abe5 | 13c941dd4c4d67f2f46977d76707a4e1caf1369d | refs/heads/master | 2021-01-18T10:33:56.215184 | 2011-08-26T09:45:46 | 2011-08-26T09:45:46 | 2,178,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,549 | cpp | // Copyright (C) 2010-2011 von Karman Institute for Fluid Dynamics, Belgium
//
// This software is distributed under the terms of the
// GNU Lesser General Public License version 3 (LGPLv3).
// See doc/lgpl.txt and doc/gpl.txt for the license text.
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE "Test module for... | [
"tlmquintino@gmail.com"
] | tlmquintino@gmail.com |
2491af6c791a4449e87f4fbae25dc09710f36ee4 | da598835bebf4e05ae04dbb521f862a8374fea00 | /cs2400/cs2401/Project5/main.cc | dd423a109beb75bad23183d71fe542523eb35641 | [] | no_license | EYE657318/github-upload | 49a307b5f2fd9d999458acf77b245caf12eaf58c | 34f52d98f493d9d9737a402b6c88ab213caa0567 | refs/heads/master | 2023-02-26T06:52:39.129235 | 2021-01-27T19:28:04 | 2021-01-27T19:28:04 | 333,533,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,191 | cc | #include <iostream>
#include <fstream>
#include "animals.h"
#include "dlist.h"
using namespace std;
int menu();
int main(){
char trash;
int choice;
ifstream fins;
ofstream fouts;
string animaltype;
Animal* temp;
dlist<Animal*> animals;
Animal* test;
bool breaker = false;
bool... | [
"ip657318@ohio.edu"
] | ip657318@ohio.edu |
1dceeb13384fd6e9263dc6300eb17d5ef76f4d03 | 59ed87abbfa81589d00e638746d7c05d56f27a61 | /dense_linear_alg/outer_prod.cpp | 045976b05b21a2440be5da15bea0aeac471a7dfc | [] | no_license | StephanusJustinHuang/UpdateHW5 | 6006133ccd4ec8157cdeda82198f3b19631b84f6 | 92ae95241165138b26c8a8b693127f7c3880385b | refs/heads/main | 2023-09-02T09:42:14.755882 | 2021-11-22T23:04:43 | 2021-11-22T23:04:43 | 430,891,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,399 | cpp | #include "mpi.h"
#include <vector>
#include <numeric>
int* outer_product0(int n, int N, std::vector<int>& x, std::vector<int>& y)
{
std::vector<int> y_global(N);
MPI_Allgather(y.data(), n, MPI_INT, y_global.data(), n, MPI_INT, MPI_COMM_WORLD);
int* z = new int[n*N];
for (int i = 0; i < n; i++)
... | [
"66668715+StephanusJustinHuang@users.noreply.github.com"
] | 66668715+StephanusJustinHuang@users.noreply.github.com |
7e22ef17e4f17dc1d02d862620c50d659a946b93 | f2c3250674d484b91dd9385d7fac50017b034e4b | /luogu/4723-2.cpp | d6cc169102f5b4564f2ce0ab65e44f03c31e6460 | [] | no_license | DQSSSSS/Algorithm-Competition-Code | a01d4e8b3a9b9da02a400eb5bb4e063eaade33c9 | 574a0806fadf1433fcb4fac4489a237c58daab3c | refs/heads/master | 2023-01-06T06:17:12.295671 | 2020-11-11T22:44:41 | 2020-11-11T22:44:41 | 309,434,336 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,527 | cpp | #include<bits/stdc++.h>
#define For(i,a,b) for(i=(a);i<=(b);++i)
#define Forward(i,a,b) for(i=(a);i>=(b);--i)
#define Rep(i,a,b) for(register int i=(a),i##end=(b);i<=i##end;++i)
#define Repe(i,a,b) for(register int i=(a),i##end=(b);i>=i##end;--i)
#define Chkmin(a,b) a=a<b?a:b
using namespace std;
template<typename T>in... | [
"1053181679@qq.com"
] | 1053181679@qq.com |
56ecea0a4cbdab525a1dc324aa3a993fa2f1b10d | c80423e2261489d726703c033718bc54adaf3357 | /Project2/Source.cpp | fdec021529f7343b10d78845d8ec50746daa45f0 | [] | no_license | GerasimenkoOksana/diagramm | cd29f992e023cc05421a5ab2862782e5d3bb8504 | f34fb294560e0e3d3a1701c5b77a4ddfc7cfb2dd | refs/heads/master | 2022-12-16T16:11:08.109208 | 2020-09-06T18:12:05 | 2020-09-06T18:12:05 | 291,769,771 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,289 | cpp | #include<iostream>
#include<string>
#include<fstream>
using namespace std;
class Write
{
string file;
public:
Write(string file) : file(file) {}
void write(string data)
{
ofstream out(file);
out <<data;
out.close();
}
};
class Read
{
string file;
public:
Read(string file):file(file){}
int read()
{
... | [
"gerrus155@gmail.com"
] | gerrus155@gmail.com |
d3c638db492486bbcc32df4d9bffe9dd09c401c9 | cb56d37259f37f7bd6b8c73d4a1fa0121c541759 | /BezierPacthCreator/hw1/Transform.h | bf42280f01635e3ad576f7ecf4624bf5acd21509 | [] | no_license | RicardoZeballos/BezierPatch | 37a933f33e90a65e14abb779de36dcea0095eaa9 | 19ef3ea0803a64b998ca0033683437235c41113c | refs/heads/master | 2020-04-05T23:39:52.230239 | 2013-11-14T07:47:53 | 2013-11-14T07:47:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 881 | h | // Transform header file to define the interface.
// The class is all static for simplicity
// You need to implement left, up and lookAt
// Rotate is a helper function
// Include the helper glm library, including matrix transform extensions
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
//... | [
"z.rick3@berkeley.edu"
] | z.rick3@berkeley.edu |
9f68ab8746371ed98255b918d5199aa5da928493 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /src/Prs3d/Prs3d_ShadingAspect.cxx | de9e605928954e3c9490323955b62ec1b0db5f24 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,907 | cxx |
#define BUC60488 //GG_23/09/99 Updates correctly the Material after
// any change.
#define GER61351 //GG_171199 Enable to set an object RGB color
// instead a restricted object NameOfColor.
// Enable to change separatly the front and back color.
#define OCC1174 //SAV_080103 Added back face i... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
a0dddf548c42e54bce250229d09099b616127b6e | 6bba5e0ed8aea730de624ce4afc56e8647675278 | /src/xercesc/util/XMLBigInteger.cpp | e35f09f3f2b611d897ebb47ada78d0f088e55ae0 | [
"Apache-2.0"
] | permissive | ksmyth/xerces-c | 0b3d2b330389db2018f7d820c898be7f0a2f33f0 | 245d0f626041add542ab7deabd6ba9c3e4641f6d | refs/heads/master | 2021-01-17T17:28:41.671391 | 2017-10-12T15:29:24 | 2017-10-12T15:39:21 | 61,400,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,647 | cpp | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"kevin.m.smyth@gmail.com"
] | kevin.m.smyth@gmail.com |
0bd0be634bb1b29b86f5e747e7bd235ff82281d3 | fde837c3dc53a0908bdc844bca59012e562cb69d | /loginwindow.cpp | 17b181ddfa61fae577b137e1b81abc9a6d54c351 | [] | no_license | simurayousuke/ShopSystem | 06dcc0b7ccffb95628eaeb71d533371b60b20529 | dcee4885d672af7e7be5190b2619a8ce0700edc4 | refs/heads/master | 2021-01-11T04:08:07.467187 | 2016-10-18T06:50:16 | 2016-10-18T06:50:16 | 71,217,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 948 | cpp | #include "loginwindow.h"
#include "ui_loginwindow.h"
#include "QMessageBox"
#include "cstdlib"
LoginWindow::LoginWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::LoginWindow)
{
ui->setupUi(this);
}
LoginWindow::~LoginWindow()
{
delete ui;
}
void LoginWindow::on_buttonLogin_clicked()
{
if(... | [
"yzz0427@outlook.com"
] | yzz0427@outlook.com |
c876dc1404af394dcb86fb6c053ab9009d7a31f1 | e0915750c0683ae62b56a9cd2c28a62e0136aa3d | /include/chromium/src/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc | e628b9fd41c30d068709e1740d5de05ae89a0133 | [] | no_license | sealeks/nsdavinci | e2700b7329f8b23a0ab951a28e7c8da5cf6f69c6 | a2bb626b96550aee95374e14b3c34f5f93faa4bf | refs/heads/master | 2020-04-12T08:05:49.143881 | 2016-10-14T15:31:26 | 2016-10-14T15:31:26 | 41,061,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,173 | 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 "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h"
#include <vector>
#include "base/time.h"
#include "chrome/browser/ui/views... | [
"sealeks@mail.ru"
] | sealeks@mail.ru |
e5511026f78c7329212e72450f21d23b553db073 | 82033329b69d487f0f5442e6728a5c167f6097e7 | /MachineLearningEngine/TestMLE/VectorEngineGetMatrixGetBasicVectorsTest.h | 73ad670e1d41770cb4d05c0d7593928d83e67ac3 | [
"MIT"
] | permissive | Gronne/CPP-Matrix-Engine | 68859f9539fe92683feb3c319cb292c009c227fa | 97aaec75ebf949dc84aaddafa80bcc4d82552c50 | refs/heads/master | 2022-12-09T18:38:08.663338 | 2020-09-14T10:39:21 | 2020-09-14T10:39:21 | 170,529,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,249 | h | #pragma once
#include "VectorEngineDatastructureHeader.h"
TEST(VectorEngineGetMatrixGetBasicVectors, GBV0P2x2M)
{
Matrix *matrix = new Matrix(2, 2);
*matrix = { 0, 0,
0, 0 };
EXPECT_THROW(GetMatrix::getBasicVectors(*matrix), std::exception);
}
TEST(VectorEngineGetMatrixGetBasicVectors, GBV1P2x2M)
{
Matrix *... | [
"mathias0909@gmail.com"
] | mathias0909@gmail.com |
5165b494af2ae06698c7ecc95d0268d96faf1936 | 724ab4b95af7786587d442f206f0c3a895b2e2c1 | /chinko_bot/messages/game/actions/fight/GameActionFightPointsVariationMessage.h | ff28db4b02af60de1495b876e2b8d1c71c61eefb | [] | no_license | LaCulotte/chinko_bot | 82ade0e6071de4114cc56b1eb6085270d064ccb1 | 29aeba90638d0f2fe54d1394c1c9a2f63524e50e | refs/heads/master | 2023-02-04T21:15:20.344124 | 2020-12-26T08:55:00 | 2020-12-26T08:55:00 | 270,402,722 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | h | #ifndef GAMEACTIONFIGHTPOINTSVARIATIONMESSAGE_MESSAGE_H
#define GAMEACTIONFIGHTPOINTSVARIATIONMESSAGE_MESSAGE_H
#include "AbstractGameActionMessage.h"
class GameActionFightPointsVariationMessage : public AbstractGameActionMessage {
public:
// Constructor
GameActionFightPointsVariationMessage() {};
// Copy constru... | [
"negeko-inscriptions@hotmail.com"
] | negeko-inscriptions@hotmail.com |
5e06e29dec8a3e562d53518d4968ca7f713b2641 | 283b934b73be7019a864a24f83508071bfccd040 | /4course/modern_programming_tecs/other_labs/main.cpp | 9dc6508c59eec3aa804206db1e1a7b3342ca6953 | [
"WTFPL"
] | permissive | AlexseiT/sibsutis | 0e3aa4ca315cdf7f6654b2714c5c918f639fb74a | 5d7d88ffabbe445052927eb6c6097697df672997 | refs/heads/master | 2023-08-20T18:15:50.993319 | 2021-08-28T08:10:48 | 2021-08-28T08:10:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,409 | cpp | #include "lab5/TFracEditor.h"
#include "lab4/TPNumEditor.h"
#include <iostream>
using namespace std;
int main() {
cout << "\nTFracEditor:" << endl;
TFracEditor fracEditor;
cout << "init: " << fracEditor.getFraction() << endl;
fracEditor.editFraction(Operations::ADD_DIGIT);
cout << "Add Number: " <... | [
"dmitriy.samsonov28@gmail.com"
] | dmitriy.samsonov28@gmail.com |
314a64b5b7d98f8bbed0458beabfad92d5d591b6 | 90c8e33d17c6cafe9bebd439974585182b01466b | /19s_09/C/20553606_shieldforever_C.cpp | cef00e82757992eb0508542f35f619366193c520 | [] | no_license | neverac/codes | fa89f6bb2aeef868b07e3bacefa1b7051e5c9af6 | 816d5039b48a44d5e940fba85dab0649d5427983 | refs/heads/master | 2020-06-20T10:57:31.191587 | 2019-07-28T08:46:20 | 2019-07-28T08:46:20 | 197,100,521 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452 | cpp | #include<iostream>
#include<cstdio>
#include<cmath>
#include<algorithm>
#include<cstdlib>
#include<cstring>
#include<string>
#include<iomanip>
#include<queue>
using namespace std;
int main(){
int T;
cin>>T;
while(T--){
int ang;
cin>>ang;
int a = ang, b = 180;
for(int i = 2; i <= a; i++){
while(a % i == ... | [
"no-email"
] | no-email |
fcd1d2c318fd20e22df89cff4b1e2b876947bd8c | 8b461323d1dfc94e3d5ef3449cc8fcce7ee9de77 | /congcongclient/Classes/Game/ZJH/TLJRoomDetail.cpp | b696e2a0d1a53e859ecaaf685cf25ad33681cc90 | [
"MIT"
] | permissive | Crasader/18_TTL | 5c324623207fff1c187f8d26a9cdc5097e105850 | 4489bd5cfcf10eb9ebf4232cde822c40f5be6960 | refs/heads/master | 2020-12-12T03:19:21.529121 | 2019-01-25T05:00:11 | 2019-01-25T05:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp | #include "TLJRoomDetail.h"
#include "WIDGET.h"
FV_SINGLETON_STORAGE(TLJRoomDetail);
TLJRoomDetail::TLJRoomDetail()
{
init();
}
TLJRoomDetail::~TLJRoomDetail()
{
}
bool TLJRoomDetail::init()
{
if(!cocos2d::Node::init()) {
return false;
}
initLayout();
initButton();
return true;
}
v... | [
"taotingfu819@163.com"
] | taotingfu819@163.com |
f2cbdeb5ccff6122460bd88a00b92d8567e9d4b3 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/SDKTOOLS/CACLS/ACCOUNT.CXX | 17eeb61a80d0a3c3cc657feed75e9b0d1e4f446b | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,313 | cxx | //+------------------------------------------------------------------
//
// Copyright (C) 1993, Microsoft Corporation.
//
// File: account.cxx
//
// Contents: Class wrapping account sid and name
//
// Classes: CAccount
//
// History: Nov-93 DaveMont Created.
//
//-------------... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
8305b3064a001925c00e977bc9e73a335fa6a781 | fe18c0717d9a4e4000021b05c3b342d2eaf692c1 | /src/search_local/index_read/utils/get_aois_action.h | c605ec4687f3cf44c2dac549d6d23fb7b27a0f58 | [
"OML",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | jdisearch/isearch | 0c29c972650c36774d58cc10d5dc906deb5bbf18 | 272bd4ab0dc82d9e33c8543474b1294569947bb3 | refs/heads/master | 2023-08-12T10:10:13.850970 | 2021-09-18T08:43:05 | 2021-09-18T08:43:05 | 397,084,210 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,940 | h | /*
* =====================================================================================
*
* Filename: get_aois_action.h
*
* Description: aoi related definition.
*
* Version: 1.0
* Created: 09/08/2020
* Revision: none
* Compiler: gcc
*
* Author: zhulin, sh... | [
"shzhulin3@jd.com"
] | shzhulin3@jd.com |
80700f27688fb8f47866fa2f4954f9f4b204633d | 5de2c8ccebe2c71bbb71fdf7e0dcdd6b7c49ac12 | /src/no_service/include/cppcon20/async_event.hpp | a1c49872b4fe69e12388a36dd0147e013b018841 | [] | no_license | RobertLeahy/CppCon2020Talk | cb43b7261ec3c466cee889f9c6f5742415f5a14e | 1ab6bd9ef429bf5446016252f75f83de4baa6c54 | refs/heads/master | 2022-12-23T22:38:30.540174 | 2020-09-15T22:49:10 | 2020-09-15T22:49:10 | 295,865,748 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,886 | hpp | #pragma once
#include <cassert>
#include <cstddef>
#include <utility>
#include <vector>
#include <asio/associated_executor.hpp>
#include <asio/async_result.hpp>
#include <asio/execution/allocator.hpp>
#include <asio/execution/context.hpp>
#include <asio/execution/execute.hpp>
#include <asio/execution/executor.hpp>
#in... | [
"rleahy@rleahy.ca"
] | rleahy@rleahy.ca |
15f7362207a476c9b5584b5cffe4db9337370f59 | 2f0c1ca45348214dad8855d6414b0fbdc7467f77 | /Tools/TestWebKitAPI/Tests/WebKit2/WKImageCreateCGImageCrash.cpp | 778f088c03679d68bb831bf605fea0b06646712a | [] | no_license | changbai1980/webkit | da5bba8b6d0c9c59753fb6db6980875efe8025f0 | a3b93818797274d618f2804762ba301496aff90c | refs/heads/master | 2023-01-09T11:08:58.526560 | 2014-09-24T01:45:40 | 2014-09-24T01:45:40 | 24,399,383 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,559 | cpp | /*
* Copyright (C) 2014 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | [
"aestes@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc"
] | aestes@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc |
9d8f3056dac308902c76ff4a5aa053a36756664c | 896b5a6aab6cb6c1e3ee2e59aad0128226471871 | /chromeos/constants/chromeos_features.h | 9483a5c9f079fba2a883ca87a0a00724fbdd4e39 | [
"BSD-3-Clause"
] | permissive | bkueppers/chromium | 86f09d32b7cb418f431b3b01a00ffe018e24de32 | d160b8b58d58120a9b2331671d0bda228d469482 | refs/heads/master | 2023-03-14T10:41:52.563439 | 2019-11-08T13:33:40 | 2019-11-08T13:33:40 | 219,389,734 | 0 | 0 | BSD-3-Clause | 2019-11-04T01:05:37 | 2019-11-04T01:05:37 | null | UTF-8 | C++ | false | false | 6,645 | h | // Copyright 2018 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.
#ifndef CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_
#define CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_
#include "base/component_export.h"
#include "base/feature... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f75a1aed3359ff521657b70d6fbdaeca225f291c | 11a3b05817a56620f1c149037951bfec63c00356 | /solver.cpp | b43d0f8394360b32b0ed3322c1f2b841dfd24f45 | [] | no_license | eroberts20/puzzle_solver | 46ad0dfc93e8138054b659910f62df5f82021b48 | 0be4d5049bbe2921945ef2c644350ab99aeeac0e | refs/heads/master | 2020-12-24T20:42:52.433262 | 2016-05-08T16:21:22 | 2016-05-08T16:21:22 | 58,320,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 506 | cpp | #include <iostream>
using namespace std;
#include "game_bored.h"
void init();
Game_bored bored;
int main()
{
init();
return 0;
}
void init()
{
bored.init(1, 0, 2, true);
bored.init(1, 1, 2, true);
bored.init(1, 1, 3, true);
bored.init(1, 1, 4, true);
bored.init(2, 0, 0, true);
bored.init(2... | [
"eroberts20@mail.csuchico.edu"
] | eroberts20@mail.csuchico.edu |
09aad02e6d9f29799ffa4a3311eee8e1c697962e | 2962f164cecb440ecd905ab9f3cc569c03a01ad5 | /RtspPlayer/assemblies/sunell/include/RecordQueryCondition.h | 4bba58e1c96232856631efc131d24db6c84575d4 | [] | no_license | paxan222/hello-world | 5ef9bd04a5c4337c1403a04973e2c0c11665bb26 | c55c60e0f72a04e1e2560dc19c2a6bbd7e8b430f | refs/heads/master | 2020-12-11T21:09:30.200433 | 2017-05-04T08:39:53 | 2017-05-04T08:39:53 | 55,044,669 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 9,884 | h | #ifndef _RECORD_QUERY_CONTION_
#define _RECORD_QUERY_CONTION_
#include "SNPlatOS.h"
#include "DomainConst.h"
#include "TimeStruct.h"
#include "AlarmExType.h"
#include <vector>
/**********************************************************************/
//此处用于控制文件编译字节对齐,拷贝时两行注释间内容需一起拷贝,
//结束处的“#ifdef PRAGMA_PACK”部分也要一起拷... | [
"paxan222@yandex.ru"
] | paxan222@yandex.ru |
8260e21438b17bef8ee88ba81233bd205e9ab73f | 7c779a4e844a48c8325cb0dd10ec210ff29d3e0a | /catboost/libs/data_new/loader.h | 828fb1bf3b85b2354f6411af59e16fc576e7d0d7 | [
"Apache-2.0"
] | permissive | canorbal/catboost | 4dda61bbabe4dd4b969b72cde75aa95c6ff5eb19 | 4cd634ded290651da0c48e48e56a2a6425adf0aa | refs/heads/master | 2020-04-07T23:28:01.051412 | 2019-03-22T16:30:26 | 2019-03-22T16:30:26 | 149,100,990 | 0 | 0 | Apache-2.0 | 2018-09-17T09:26:59 | 2018-09-17T09:26:58 | null | UTF-8 | C++ | false | false | 8,074 | h | #pragma once
#include "async_row_processor.h"
#include "meta_info.h"
#include "objects.h"
#include "visitor.h"
#include <catboost/libs/data_util/line_data_reader.h>
#include <catboost/libs/data_util/path_with_scheme.h>
#include <catboost/libs/data_types/pair.h>
#include <catboost/libs/options/load_options.h>
#include... | [
"akhropov@yandex-team.ru"
] | akhropov@yandex-team.ru |
b3ea331cdadb31c7dbba1f937012e818e6fd1d73 | 477061b1377b7c1230b122c6148c24732065e72d | /gittutorial/stdafx.cpp | b89c1cb9a0e54d998b79614387ab21107078e559 | [] | no_license | ChenLiCh/gitTest | 3c57a21ad496d1cda4066fb585f9dd9e351b4bfb | 0a08fa05eccde821b348ce835cb2f27e264f0118 | refs/heads/master | 2021-03-30T21:22:08.392456 | 2018-03-16T03:14:27 | 2018-03-16T03:14:27 | 124,482,297 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 183 | cpp | // stdafx.cpp : 僅包含標準 Include 檔的原始程式檔
// gittutorial.pch 會成為先行編譯標頭檔
// stdafx.obj 會包含先行編譯類型資訊
#include "stdafx.h"
| [
"ahm12345@gmail.com"
] | ahm12345@gmail.com |
e5887f23d76f080fae83162a3ed479bbeff383f6 | 48187768666c03e8eda5e138f23f247ffb9e9af7 | /Prime/Prime.cpp | e8834565c76fa8e85127e9fc731c6d9dfbed4542 | [] | no_license | huangx99/mySonOOP | dcc6a593f19f56a5df358d1f2988d63d43f48151 | 9de3ab591981f4d837fad02eb080090dec560a31 | refs/heads/master | 2020-09-01T12:29:54.670433 | 2017-07-22T04:10:09 | 2017-07-22T04:10:09 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,001 | cpp | #include "Prime.h"
using namespace std;
Prime::Prime(int low, int up):lower(low),upper(up) {
count=0;
dArray=new int[upper-lower];
generatePrime();
}
Prime::~Prime() {
delete [] dArray;
}
bool Prime::isPrime(int n){
int i;
if(n<=1)return false;
for(i=2;i<n;i++){//2,3,4,,,n-1
if(n%i==0)
return false;
}
... | [
"czldl@tom.com"
] | czldl@tom.com |
16847ae104bb6f2e7492f3c78ac803e4e533b794 | 1879a2f5a4a14b81051e3858147c31082eb7dfc7 | /src/JlsNameSpace.hpp | a5bd140ed56bf544c426b8476d895fdd57245ba5 | [] | no_license | asdlei99/join_logo_scp | 1ad70a0e3084f8971cbfc3d95ec357cc41aea9a7 | 0ee68f2054e2d3477a4b7d2d259b4140222e354b | refs/heads/master | 2020-09-26T12:42:03.807453 | 2018-11-11T13:54:11 | 2018-11-11T13:54:11 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 17,769 | hpp | //
// join_logo_scp データ用定義
//
#pragma once
//---------------------------------------------------------------------
// データ格納用
//---------------------------------------------------------------------
namespace jlsd
{
using Msec = int;
using Sec = int;
using Nsc = int;
using Nrf = int;
using Nlg = int;
... | [
"pianoyayaninth@yahoo.co.jp"
] | pianoyayaninth@yahoo.co.jp |
5e3792b41006478f325fae0110b0b163e715d3f1 | 7b5a4de17a163938bb067db18982282a6c76a774 | /code/file_io.cpp | b1aa311b76e6f69ff5c44cb295a5e213c0dbb10c | [
"MIT"
] | permissive | elvismd/tanksgame | aa4769b309a6c742b801ea65a7b2252e8122a2e4 | 8c2c9daa9963b9d5a5e16a8515bd4c3e7d231799 | refs/heads/master | 2021-10-23T13:22:43.694309 | 2019-03-17T21:27:09 | 2019-03-17T21:27:09 | 176,162,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,037 | cpp | #include "file_io.h"
#include "logger.h"
File_Result load_file(const char* file_name, Memory_Arena* arena)
{
File_Result result = {};
FILE* file;
file = fopen(file_name, "rb");
if(file == NULL)
{
log_warning("Unable to open file: %s", file_name);
return result;
}
fseek... | [
"elvis.leite.9@gmail.com"
] | elvis.leite.9@gmail.com |
bbf84a90a09f8b008857e168f74bf4647a7bed8b | f645c62e2fd01ce164964d0b8d7a7c44fec70260 | /src/ServerConfiguration.cpp | 9bc3594c23b9b55a0af6eb6b4c041df873beb6b0 | [
"BSD-3-Clause"
] | permissive | bercik/gear | 37d2df83e9cda1b6d1ccdabc10b0c9a1e77a07d1 | aa33d1e9abed727f822177599d43337bcc778b07 | refs/heads/master | 2020-05-30T01:30:28.980342 | 2010-02-22T16:03:22 | 2010-02-22T16:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,569 | cpp | /*
* Copyright (c) 2009, Piotr Korzuszek
* 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, this list of ... | [
"piotr.korzuszek@gmail.com"
] | piotr.korzuszek@gmail.com |
494195a6c0161a1ac8eb0bbebbbce989839cd65c | 9e60f1a170549690ea791b8d94636915880ef413 | /Input.cpp | 3dd002c524965d938bc01705834d911557598de1 | [] | no_license | EstevanBR/SFML-Engine-2019 | 383a4f498d3076e64b1c92efdc11323db73a6573 | 113df26dc3daf96035ac0571d169913bde32f340 | refs/heads/master | 2020-08-22T00:15:27.935786 | 2019-11-13T06:49:35 | 2019-11-13T06:49:35 | 216,278,691 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,879 | cpp | #include <iostream>
#include "Input.hpp"
#include "InputComponent.hpp"
Input::Input(sf::RenderWindow &window): _window(window) {
}
void Input::handlePress(bool &userInputState) {
if (userInputState == false) {
userInputState = true;
}
}
void Input::handleRelease(bool &userInputState) {
userInput... | [
"estevan@bluerocket.us"
] | estevan@bluerocket.us |
c3b75f6cec7ae8f0172dc9855017946d7d64c9fd | 58b5ad99d0bca0af77ea01c37cf8d23602bf9a8c | /main_old.cpp | 2b46f64eda07065a3983e628ad7acbc2df6a9388 | [] | no_license | wgleiuni/STT2 | cb3a78200ee94b5034b04a4f8877df3ae6a8935e | 56da5c8b86c805b1a4f9bf0fa3e39f9d3f76ca50 | refs/heads/master | 2021-01-13T15:27:39.937406 | 2017-02-24T18:24:04 | 2017-02-24T18:24:04 | 80,164,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,911 | cpp | #include <iostream>
#include <fstream>
#include <sstream>
#include <limits.h>
#include <vector>
#include <string>
#include <algorithm>
#include <utility>
using namespace std;
class Mag {
public:
Mag();
void Read();
void go();
private:
void RK4_onestep();
void RK4_df(doubl... | [
"quantum@chaos37.eas.asu.edu"
] | quantum@chaos37.eas.asu.edu |
90776814f6baa7924d09c36c4f45676a2a9b38c9 | 29c00da21fa59d3749549e8bc194c4d85aa99d89 | /base/callback_helpers.h | 32fb2384a5219135cee77417171fee4d55a54eda | [] | no_license | sgraham/gn | 579fc9ddcc321c5f21197578ada58d87d87615f5 | 07efe06a8facf30e3d8dd92dc6095ccd1e9158e8 | refs/heads/master | 2020-03-18T10:22:21.512014 | 2018-05-27T05:20:43 | 2018-05-27T05:20:43 | 134,608,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,280 | h | // Copyright (c) 2012 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.
// This defines helpful methods for dealing with Callbacks. Because Callbacks
// are implemented using templates, with a class per callback signature... | [
"scottmg@chromium.org"
] | scottmg@chromium.org |
85e389cc3e775c461a19c1892f6bf34e57d88ec4 | b7d57e803e9990d3a782c730d3d3bdfa6f0c83c2 | /include/TGUI/Rect.hpp | ebb33dc177e397f2dcb4aab78e7ef91fabd075d1 | [
"Zlib"
] | permissive | texus/TGUI | f114ae502418599ddc8f26cd6ef0b29e12a314d3 | 3103f6e1279ae40b5a2fac2ef9125d56a97b41bd | refs/heads/1.x | 2023-09-05T21:26:16.767847 | 2023-09-03T18:10:03 | 2023-09-03T18:11:01 | 4,234,723 | 739 | 140 | Zlib | 2023-09-03T16:40:26 | 2012-05-05T15:38:22 | C++ | UTF-8 | C++ | false | false | 11,321 | hpp | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// TGUI - Texus' Graphical User Interface
// Copyright (C) 2012-2023 Bruno Van de Velde (vdv_b@tgui.eu)
//
// This software is provided 'as-is', without any express or implied warranty.
/... | [
"vdv_b@tgui.eu"
] | vdv_b@tgui.eu |
c4cca3cb56a687634f90075867bb5708ed99fd3b | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /gpu/command_buffer/service/scheduler_dfs.cc | 0bc58f13e8aafea6883cb3433b0383c8cb8ec1fc | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | C++ | false | false | 29,270 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/command_buffer/service/scheduler_dfs.h"
#include <algorithm>
#include <cstddef>
#include <vector>
#include "base/cpu_reduction_experiment.h"
#include "base/func... | [
"roger@nwjs.io"
] | roger@nwjs.io |
aef4eb04eb8388bafbf64b6b8e4eb5b9c3d19a65 | 702229825d97d28b79c2719e4edc5270a2b54631 | /android/diploid_android/Diploid_Android/Diploid_Android/Diploid_Android.NativeActivity/Engine/header/ver2.0/Main/Collision.h | 127f00bc56895c9a7581693d73d83b6005f9f1ea | [] | no_license | Keioh/DXLib | fb10edf15468e6b9094e849a872f6f58d7903eb8 | b469010bc02b58cfcdcb334fecc28a892ba9579f | refs/heads/master | 2023-02-08T01:57:27.842954 | 2023-01-26T10:59:58 | 2023-01-26T10:59:58 | 91,177,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,731 | h | #pragma once
#include <list>
#include "DxLib.h"
#include "ver2.0/Graphics/DiploidCircleV2.h"
#include "ver2.0/Graphics/DiploidBoxV2.h"
using namespace std;
class DiploidCollision
{
private:
int upadata_count;//���X�V���邩�̃J�E���g(��ʊO�ȂǁA�p�ɂɔ����������Ȃ��ꏊ�Ōv�Z����炷���߂̕ϐ�)
int window_size_x = 1080, window_size... | [
"kou2013kou.kou@gmail.com"
] | kou2013kou.kou@gmail.com |
f7cdb2f6be3fc17818759e69cf7695dcc9ab1bbf | 03c2feadd7504b465c6672813ee28e9fee5f6a99 | /ScopeOfFunction.cpp | 14c1d2f71369167975d159ca3c6446a9b1c2a242 | [] | no_license | BSE2021/ScopeOfFunction | 32ccc1e6779c1a8f3a833e6b72361a3d72e5852f | b16ee482f306438946e88663f77d348d465806c3 | refs/heads/main | 2023-04-23T01:18:17.403866 | 2021-05-06T05:16:03 | 2021-05-06T05:16:03 | 364,792,657 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 294 | cpp | #include <iostream>
#include <cstring>
using namespace std;
void greet_someone(string greeting) {
//string greeting = "from someone function";
cout << greeting; //local scope
}
int main() {
string greeting = "from main function";
greet_someone(greeting);
cout << "\n" <<greeting;
}
| [
"beula.samuel@yoobeecolleges.com"
] | beula.samuel@yoobeecolleges.com |
8fad6de81127d9b2019bf40b67821c869c914e93 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/inetsrv/iis/svcs/smtp/aqueue/cat/ldapstor/icatitemattr.cpp | 31590fc3e04885359354d4f6804e6ef1b51562ea | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,343 | cpp | //+------------------------------------------------------------
//
// Copyright (C) 1998, Microsoft Corporation
//
// File: icatitemattr.cpp
//
// Contents: Implementation of CICategorizerItemAttributesIMP
//
// Classes:
// CLdapResultWrap
// CICategorizerItemAttributesIMP
//
// Functions:
//
// Histo... | [
"112426112@qq.com"
] | 112426112@qq.com |
0c534c15042ac95c11ebbbbdb8fa69749a86b48c | f778b6e09764715707bedc40b43e5447c754179c | /templates/cc_template.cpp | 3ca0f3852445e5c2b4be6a1a0c7c355d23fcb95e | [] | no_license | rohitagarwal0910/cpsetup | 53ef0d8cab38d641578267bb5c73809a40ae873b | e93d6a23e9e85d3c76c4d3b18f99336fd2f2e533 | refs/heads/master | 2022-09-22T11:22:11.712611 | 2020-06-04T19:25:30 | 2020-06-04T19:25:30 | 259,939,221 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 984 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int lli;
typedef vector<lli> vll;
typedef vector<vector<lli>> vvl;
typedef vector<pair<lli, lli>> vpll;
typedef pair<lli, lli> pll;
typedef pair<long double, long double> pdd;
typedef pair<lli, vll> plv;
typedef pair<long double, vll> pdv;
typedef map<lli... | [
"agarwal.rohit0910@gmail.com"
] | agarwal.rohit0910@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.