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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b586c2dd93b214c365f80a9f909017707e283ab3 | 85c64d4102520c356a5a3f829a0143ed6cb52c68 | /Soft3DEngine/Foundation/Source/Effects/WgVertexColorEffect.cpp | b64c1b31e6f342c1993f928e50aeb64db42fed9c | [
"MIT"
] | permissive | juhgiyo/Soft3DEngine | 1bc1098db80dff6a410ebabfcca8ed33037d937f | 3e9886b0dae9e089427960adda3c83a2f66db24e | refs/heads/master | 2020-12-25T19:03:41.534817 | 2018-04-24T01:43:22 | 2018-04-24T01:43:22 | 4,514,375 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,881 | cpp | ///////////////////////////////////////////////////////////
// //
// WgVertexColorEffect.cpp //
// //
// - Implementation for Vertex Color Effect class //
// ... | [
"juhgiyo@gmail.com"
] | juhgiyo@gmail.com |
f4d0e289c4bf3999215df101b2833b58849c2848 | c44a6e18f0cd6595f6f3b3924fa566b6a8d664e1 | /src/C++/week8/FunctionOverride.cpp | 15ae0276bfe9612f0e723d061e7943605baa394a | [
"MIT"
] | permissive | DPS0340/KPU-OOPL | f8dbb9da6b077039de1ad3170601b86a5f8e7bf5 | 23a9ca6ddc5ce8d7c4716d8ed0d3c1483cd5d5f5 | refs/heads/master | 2022-11-06T13:36:32.418550 | 2020-06-22T15:04:45 | 2020-06-22T15:04:45 | 249,278,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 531 | cpp | #include <iostream>
using namespace std;
class First
{
public:
void MyFunc()
{
cout << "FirstFunc" << endl;
}
};
class Second : public First
{
public:
void MyFunc()
{
cout << "SecondFunc" << endl;
}
};
class Third : public Second
{
public:
void MyFunc()
{
cout... | [
"jiholee@kpu.ac.kr"
] | jiholee@kpu.ac.kr |
dbaae6da9eef0ff0fcd75ac43d09afbcd1a3f737 | 21bb2fa7dc31ff8ff2778fb622ec30a2d670ebc2 | /CodeForces/Contest/Division 2/Div89/B.cpp | ef74271a62b05f8a912e3115b1b68d910329f489 | [] | no_license | shuvokr/CodeForces_Online_Contest | 8caa8f4bd1fc4822527772a31de0143b1977c9f9 | c4b5181767744c0c48066da75b849ff0fcca1db1 | refs/heads/master | 2021-01-20T19:57:08.165881 | 2016-12-04T15:52:48 | 2016-12-04T15:52:48 | 65,748,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,045 | cpp | /***************** Shuvo *****************/
/****************** DIU *****************/
#pragma comment(linker, "/stack:64000000")
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <string>
#include <iostream>
#include <sstream>
#include <vector>
#include <queue>
... | [
"Monkey 'sWorld"
] | Monkey 'sWorld |
a54b272a5db1418c6cea8ee732ac312f201394d5 | 1702be86fb699140f05db0dc153368c19e59e1cc | /vtkm/filter/testing/UnitTestCellMeasuresFilter.cxx | 068eebd9f6f34f0172d9b6076ee8e24fcb68f940 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yisyuanliou/vtk-m-v1.5.0 | 7377e5ef962032aec0977a7248605958a562caf0 | 66e5fb7aa78ac327c2154b1a2ace7f88566358f2 | refs/heads/main | 2023-03-28T09:44:08.181818 | 2021-04-02T11:34:55 | 2021-04-02T11:34:55 | 329,729,614 | 0 | 0 | NOASSERTION | 2021-04-02T11:34:55 | 2021-01-14T20:42:29 | C++ | UTF-8 | C++ | false | false | 3,619 | cxx | //============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURP... | [
"yisyuan@liuyixuandeMacBook-Pro.local"
] | yisyuan@liuyixuandeMacBook-Pro.local |
55c8d4a16f0031e52aae025f4c0969141dfa9004 | 25f2fa95d95e182a9ec7fbe66a05946554eae886 | /src/plane/parallel/openmp_mutex.h | 59006f066cd76d30f092ab908149d4fd49832bfe | [] | no_license | Egor2001/wave-model | 9d72ba1c1f619afe4d7130fa47032b3e6ff15f56 | 2356f39430595f1cb4be9fb56905dacf6b098ad1 | refs/heads/master | 2023-03-02T08:03:56.254483 | 2020-11-23T12:23:12 | 2020-11-23T12:23:12 | 299,619,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,605 | h | #ifndef WAVE_MODEL_PARALLEL_OPENMP_MUTEX_H_
#define WAVE_MODEL_PARALLEL_OPENMP_MUTEX_H_
/**
* @file
* @author Egor Elchinov <elchinov.es@gmail.com>
* @version 2.0
*/
#if defined(_OPENMP)
#include <omp.h>
#endif // _OPENMP
/// @brief
namespace wave_model {
#if defined(_OPENMP)
/**
* @brief Simple implemen... | [
"elchinov.es@gmail.com"
] | elchinov.es@gmail.com |
53090cd3f9ec21a76df7f6eda22c5332cf03184b | 60be51c5ed80aaff2aeefad5a19e8b19403b4908 | /driver_rstracker/src/RsTrackerDriver.cpp | e17d4df33e55b62729830227b01262b262496d48 | [
"MIT"
] | permissive | kazookie/RsTracker | d44fd5e8e53429154d8242a6c1d4c123b3ef5491 | b2d99003025885a8fc482b7d393a2535fa05ce0f | refs/heads/master | 2023-03-28T12:00:17.133216 | 2021-03-29T19:03:14 | 2021-03-29T19:03:14 | 291,536,500 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,237 | cpp | #include "RsTrackerDriver.h"
#include <Windows.h>
#include <cstdio>
#include <cmath>
using namespace vr;
RsTrackerDriver::RsTrackerDriver(RsCameraDriver* rsCamera_Driver, int joint_Num, std::string deviceName)
{
m_unObjectId = vr::k_unTrackedDeviceIndexInvalid;
m_ulPropertyContainer = vr::k_ulInvali... | [
"kzki@hacklab.jp"
] | kzki@hacklab.jp |
c7f53652ee8fd2c737070ee3abf9105ea7cbc5ad | 2e8d57fba23e2e739d81ac0ca78f8406e9c47136 | /media_driver/agnostic/common/codec/hal/codechal_decode_vc1.h | 9b46339f44529c0608e711ad92c20423692b24fb | [
"BSD-3-Clause",
"MIT"
] | permissive | Shashankphatkure/media-driver | 598bbc31b73f52422c9b740f93f2d577b7bc951e | ea0ccc8dbc477f68361ff8f99876d64b31177f55 | refs/heads/master | 2020-03-19T02:59:33.363573 | 2017-12-31T02:08:45 | 2017-12-31T02:15:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,077 | h | /*
* Copyright (c) 2011-2017, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, p... | [
"oliver.sang@intel.com"
] | oliver.sang@intel.com |
e823965bcbc35538960affdb776f9b3bcb96e06b | 1e4b22213862ea4b6c0ecf2c1aea3c73e7d3d2c5 | /Shooting/Src/Manager/GameManager.h | 5b3a0bf69a54c18cd23f45f9d1ecc7fe1eab8daa | [] | no_license | ha-k-pg-mori/ProductionShooting | b32498b6ea8021362ab22872fe1545e1137767ee | bd416c7435cb84fb68f9f63271e4f775d3efec99 | refs/heads/main | 2023-03-05T02:12:18.347398 | 2021-02-08T03:28:03 | 2021-02-08T03:28:03 | 333,353,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 884 | h |
#ifndef GAME_MANAGER_H
#define GAME_MANAGER_H
// ゲーム全体の管理クラス
class GameManager
{
//------------------------------------------------------------
// シングルトンデザイン
public:
// staticなm_pInstanceへのアクセス用関数群
// 実体を作る関数
static void CreateInstance();
// 実体を破棄する関数
static void DestroyInstance();
// 実体があるかを確認する関数
static ... | [
"romi.g20408@gmail.com"
] | romi.g20408@gmail.com |
11bf420eb9180b4b3e15c36ebbb5b681320a9bd3 | 9efe1f22c2fe820eb480b724230900a421ab2a4a | /src/wrappers/program_wrapper.hpp | b4c08d74b50ce0f178179c1d7be5fe58094ab7a3 | [
"Zlib"
] | permissive | cristianadam/buildcache | 0b2dd54359ad71b1b22f2aa9b299e263097143a2 | cb5bc627eaa32cf38369bc1ceff63d6a1921c1b4 | refs/heads/master | 2020-12-14T05:22:30.155074 | 2020-01-17T23:35:45 | 2020-01-17T23:54:14 | 234,654,462 | 0 | 0 | null | 2020-01-17T23:32:44 | 2020-01-17T23:32:43 | null | UTF-8 | C++ | false | false | 5,364 | hpp | //--------------------------------------------------------------------------------------------------
// Copyright (c) 2018 Marcus Geelnard
//
// This software is provided 'as-is', without any express or implied warranty. In no event will the
// authors be held liable for any damages arising from the use of this softwar... | [
"m@bitsnbites.eu"
] | m@bitsnbites.eu |
5c25aeb35211a5964ca122cb19f1a6679f22db8e | e10c4397a97157c2161f638802ca95c80f3e4f20 | /active-active/simulator/common/src/CommandLineArguments.cpp | 47ac326743c53fde102e29aff24c63fe25497034 | [] | no_license | OSLL/cache-simulator | d8fc45c310b9716f60252598aa3c48483d798475 | 21535acfc72c787bee55db1ae931912562666db7 | refs/heads/master | 2021-01-10T15:01:24.044661 | 2015-05-23T07:03:09 | 2015-05-23T07:03:09 | 36,111,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp | #include "CommandLineArguments.h"
QStringList CommandLineArguments::s_arguments = QStringList();
void CommandLineArguments::init(int argc, char** argv)
{
for (int i=0; i<argc; i++)
s_arguments.append(argv[i]);
}
bool CommandLineArguments::isKeySet(const QString& key)
{
return s_arguments.contains(key);
}
| [
"kirill.krinkin@gmail.com"
] | kirill.krinkin@gmail.com |
883a493754cd46ed5d4d506986f2d5002b519ec8 | fc07b06690931b1096dfa4f4969374d138fc79e5 | /Racional2Frac/Racional2Frac/Racional.h | 9a28517f705afdfcbc241de9cbe3360a89c15b72 | [] | no_license | antonpablo/EDA | a3a06c57129e9b87c8f9695b37f7072c58767306 | 621333c79bbbf0ebbd80e279a1c50362e0df33d5 | refs/heads/master | 2020-03-25T11:47:38.438321 | 2018-08-07T13:56:55 | 2018-08-07T13:56:55 | 143,748,740 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,761 | h | #ifndef _RACIONAL_H
#define _RACIONAL_H
#include <iostream>
#include <cmath>
using namespace std;
template<class T>
class Racional {
public:
//Excepcion que se lanza cuando se trata de crear
//una fraccion con denominador 0
class EDenominadorCero {};
//Excepcion que se lanza cuando se produce una div... | [
"panton@ucm.es"
] | panton@ucm.es |
e058139ebc9bb6e7cf7b0aaa707488e2add6b607 | bc034b187c9058c30bbac0a20aebba581ab1e510 | /source/0_3242733_27494_10274_784/m0_3242733_27494_10274_784_3_13_109.cpp | de7234d083c23401cddecd3a09d0813e3ed9f8b2 | [] | no_license | ToolTech/GeneticMNIST | 2d1d3af68b17c1d6c3440246f335e184ce2086e9 | 1e9c2c1dd9dc0cc8451ec543fafe1e3100141b0b | refs/heads/master | 2020-12-19T04:14:05.092882 | 2020-02-17T10:56:16 | 2020-02-17T10:56:16 | 235,614,718 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 121,686 | cpp | // Cpp file for ctxVirtualMachineProgram : 0_3242733_27494_10274_784 Pass:3 Thread:13 Module:109
#include "ctxVirtualMachine.h"
gzBool m0_3242733_27494_10274_784_3_13_1946(ctxVirtualMachineProgram *program)
{
gzFloat stack[91];
gzFloat *sp(stack);
*sp=program->values[152];
*sp*=0.01622785627842f;
++sp;
*sp=pro... | [
"anders.moden@saabgroup.com"
] | anders.moden@saabgroup.com |
4ac50686965e61209ffaca483a300a0f137f0aa3 | fa8b86728f9aeeaefba01b034c0f7909af10f599 | /backjoon-online-judge/olympiad/usaco/2012-01-bronze/5911-gifts/gifts.cpp | 8ec5bcd4fb075e9191cb46018f17cf925d911f67 | [] | no_license | shnoh171/problem-solving | b5a5ee93d043a7887afccc184ff8be300bcc64df | 8c4990f981f6002d36cd4c3ad7b91514d5ab59bd | refs/heads/master | 2020-04-03T11:44:55.268880 | 2019-10-13T11:02:27 | 2019-10-13T11:02:27 | 155,230,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 827 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
struct cost {
int price;
int shipping;
int total;
};
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);
int n, b;
cin >> n >> b;
vector<cost> request(n);
for (int i = 0; i < n; ++i) {
cin >> reques... | [
"shnoh171@gmail.com"
] | shnoh171@gmail.com |
af5f5872977df242bdebfe29d4cdb292160231ca | 62bd558977cd01a24effb3889d1399d980b32c0a | /libraries/chain/include/liteshares/chain/special_authority.hpp | 5cf1e0ea8f331b6544d0fc96a05ef4bf9c007d99 | [
"MIT"
] | permissive | liteshares1/liteshares-core | 0f9f05261eea5a6dfb85301f7f66a24ec41bc760 | 17666b9ede5dbcf6fbb87f5a9cfebb445ab6de24 | refs/heads/master | 2021-06-20T07:19:41.131450 | 2017-08-02T12:27:18 | 2017-08-02T12:27:18 | 99,113,311 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,442 | hpp | /*
* Copyright (c) 2015 Cryptonomex, Inc., and contributors.
*
* The MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitat... | [
"liteshares1@gmail.com"
] | liteshares1@gmail.com |
e47673962765a204207930f346d64881807d04f5 | 4cc7c74b4bb7b818562bedffd026a86f9ec78f41 | /components/autofill_assistant/browser/devtools/devtools_client.cc | 29a63d29fd75b8542173c6e11cb7f7920fd12dd6 | [
"BSD-3-Clause"
] | permissive | jennyb2911/chromium | 1e03c9e5a63af1cf82832e0e99e0028e255872bd | 62b48b4fdb3984762f4d2fd3690f02f167920f52 | refs/heads/master | 2023-01-10T01:08:34.961976 | 2018-09-28T03:36:36 | 2018-09-28T03:36:36 | 150,682,761 | 1 | 0 | NOASSERTION | 2018-09-28T03:49:28 | 2018-09-28T03:49:27 | null | UTF-8 | C++ | false | false | 8,626 | cc | // 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.
// Copied and modified from
// https://chromium.googlesource.com/chromium/src/+/a3f9d4fac81fc86065d867ab08fa4912ddf662c7/headless/lib/browser/headless_dev... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f63bffce9ac330ed6f058dca446d6dfd347a76c0 | bce0c755bfdc527c8cc0737e8e1e59467267cff9 | /sci_gateway/cpp/opencv_ellipse.cpp | db9a284296cd271b04b1b598780b0ba875e19010 | [] | no_license | shubham0108/FOSSEE-Image-Processing-Toolbox | bacc26e6c7139383a374ea16f6c62565a7ff0603 | 68cddb2ca8dabddfe47251ac6647011acb849a2c | refs/heads/master | 2021-06-16T02:27:39.886532 | 2020-05-01T09:23:39 | 2020-05-01T09:23:39 | 97,078,162 | 0 | 0 | null | 2017-07-13T03:57:21 | 2017-07-13T03:57:21 | null | UTF-8 | C++ | false | false | 8,615 | cpp | /********************************************************
Author: Sukul Bagai
*********************************************************
return_image = ellipse(input_image , x_coordinate_of_centre , y_coordinate_centre , first_axis, second_axis, angle, startAngle, endAngle, r_value,g_value,b_value,thickness,linet... | [
"lohachan0108@gmail.com"
] | lohachan0108@gmail.com |
284b612dbfa365bc950fb004028e731fbd6618fa | e753f8ab10eb6732f272217169e48ab4754295ee | /deskutils/taskwarrior/dragonfly/patch-src_util.cpp | 13bf29717ce44326a87e0cde2f91ee81ebb9cc3a | [
"BSD-2-Clause"
] | permissive | DragonFlyBSD/DPorts | dd2e68f0c11a5359bf1b3e456ab21cbcd9529e1c | 4b77fb40db21fdbd8de66d1a2756ac1aad04d505 | refs/heads/master | 2023-08-12T13:54:46.709702 | 2023-07-28T09:53:12 | 2023-07-28T09:53:12 | 6,439,865 | 78 | 52 | NOASSERTION | 2023-09-02T06:27:16 | 2012-10-29T11:59:35 | null | UTF-8 | C++ | false | false | 428 | cpp | --- src/util.cpp.orig 2021-10-19 04:23:40 UTC
+++ src/util.cpp
@@ -131,7 +131,7 @@ int confirm4 (const std::string& questio
// representation is always lowercase anyway.
// For the implementation details, refer to
// https://svnweb.freebsd.org/base/head/sys/kern/kern_uuid.c
-#if defined(FREEBSD) || defined(OPENBSD)
... | [
"nobody@home.ok"
] | nobody@home.ok |
36e31f1a5f15e5b7d7ea871b2cdd4a314dc224ee | b9fb5a164636a8790e840e306e0e61616aff71fd | /src/main.cpp | 7a5ed1bbf395cff9ee39dff7f3836c3859361e30 | [] | no_license | VanPhong99/spaceship-game | 8a9790cd0b730f02ed8d7902430618f286a40844 | 4eb95d60970dd59da1eab5ba91c3f3a876a636f8 | refs/heads/master | 2022-01-25T05:56:32.048430 | 2019-05-02T01:49:27 | 2019-05-02T01:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,449 | cpp | #include <GL/glut.h>
#include <stdio.h>
#include <cstdlib>
#include <ctime>
#include <math.h>
#include <string.h>
#include "matrix.h"
#include "airship.h"
#include "square.cpp"
#include "bullet.h"
#define X 0
#define Y 1
#define Z 2
#define MAX_ENEMIES 10
#define MAX_BULLETS 3
int bulletsAlive = 0;
int enemiesAlive =... | [
"santiagoneto@alu.ufc.br"
] | santiagoneto@alu.ufc.br |
63c1c0a4285bcd090e9f0b8cb7ff5537f2bc309f | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE590_Free_Memory_Not_on_Heap/s01/CWE590_Free_Memory_Not_on_Heap__delete_array_int_alloca_14.cpp | 1030bccadce737a53a2f232fd254b99dbc105af0 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 3,848 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE590_Free_Memory_Not_on_Heap__delete_array_int_alloca_14.cpp
Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete_array.label.xml
Template File: sources-sink-14.tmpl.cpp
*/
/*
* @description
* CWE: 590 Free Memory Not on Heap
* BadSource: alloca Data b... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
e8a26b9ffda20a8d62a6d135a19b866b6eb4db90 | 0f23ee059ea580caa5705226ea148e1576a962f5 | /bgg-client/database.cpp | 959c22465ef475161d4096fe8f62aa2cd1ce380e | [] | no_license | massix/tdj-crawler | fa3e163c581377c376894a25dca4932caad04ef0 | 327adc1402f11405f1da22ed5a9d2034ad1db50d | refs/heads/master | 2021-01-18T23:45:40.320340 | 2016-09-18T17:17:12 | 2016-09-18T17:17:12 | 51,330,841 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,204 | cpp | //
// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
// Version 2, December 2004
//
// Copyright (C) 2016 Massimo Gengarelli <massimo.gengarelli@gmail.com>
//
// Everyone is permitted to copy and distribute verbatim or modified
// copies of this license document, and changing it is allowed as l... | [
"massimo.gengarelli@gmail.com"
] | massimo.gengarelli@gmail.com |
7a5e807a2b6cd7f74744520abfc83c5a7a921565 | 734ea4f697d349edd04a5852c283291f43a2126d | /src/test/tcp.cpp | 1a923ba83ef60509dd74c48c26a3cef2db056a79 | [] | no_license | laughingbovine/Geoff-s-Website-Load-Tester | 4cfb08e9d633a4ec12961fec20cf397758bd85a8 | d572968068ab68b7560f9c740d4fa8e1d5151a53 | refs/heads/master | 2021-01-19T09:55:38.898614 | 2014-03-28T20:25:04 | 2014-03-28T20:25:04 | 3,014,120 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include <stdio.h>
#include <stdlib.h>
#include "../tcp.h"
////////////////////////////////////////////////////////////////////////////////
int main (int argc, char** argv)
{
CharBuffer request("GET / HTTP/1.0\r\nConnection: close\r\n\r\n");
sockaddr_in target;
TcpRun t(0, &target, &request);
if (!r... | [
"laughingbovine@gmail.com"
] | laughingbovine@gmail.com |
500e593c1d875ada8285120874fd3135f28636e7 | 99e3505b6ea0474b968894f7323f902171e17ec3 | /data structure using c/EVENODD.CPP | 6abb8d721bb9aadd189fdec03b6e2316cb5fa145 | [] | no_license | shwetap1995/javascriptprac | 860b2dc19891d0482cd0133e8a7a05749af088f1 | 8c6702e127edc032e7f1ce4d2c5d4a2bce164d0c | refs/heads/master | 2020-06-13T22:40:36.792484 | 2019-10-01T12:16:25 | 2019-10-01T12:16:25 | 194,811,174 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 196 | cpp | #include<conio.h>
#include<stdio.h>
int main() {
clrscr();
int no;
printf("enter the number");
scanf("%i",&no);
if(no%2==0) {
printf("%i is even",no);
}
else
{
printf("%i is odd",no);
}
getch();
} | [
"patilshwetambari1995@gmail.com"
] | patilshwetambari1995@gmail.com |
3698bc8beb6296bd00dcf33cd11c265ac4da67e2 | 3bfa3acfa1457f5e7255b2e6b6a169902340f2d7 | /compressor.h | fb18ff8da3626e98a1f493d7362404721fbf21f3 | [] | no_license | rexdf/qaac | b5e736e5e418cd289e7d74aa5d1aef3438bb48d3 | 01e9d30beddddb15489717be29030b6a522086ae | refs/heads/master | 2021-01-15T09:14:58.737222 | 2014-08-23T00:34:52 | 2014-08-23T00:34:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,590 | h | #ifndef COMPRESSOR_H
#define COMPRESSOR_H
#include "iointer.h"
#include "util.h"
class Compressor: public FilterBase {
const double m_threshold;
const double m_slope;
const double m_knee_width;
const double m_attack;
const double m_release;
const double m_Tlo;
const double m_Thi;
cons... | [
"honeycomb77@gmail.com"
] | honeycomb77@gmail.com |
179844d7046ddf6915326d32bda707c0746569a3 | ea4edc2884fc719b201663c853bf4ba921ad640a | /source/data/Accounts.cpp | 2a4c70198ab372762ebb0ac0e32d76fcb0110ab9 | [
"MIT"
] | permissive | Jde-cpp/MarketLibrary | 69b55be9b5b4860d505dadc2d750140f1a9c9879 | bd4b68a0106a92b7b2e0864b8e0b9aedf1772791 | refs/heads/master | 2022-08-13T14:58:13.891313 | 2022-08-01T09:11:27 | 2022-08-01T09:11:27 | 218,258,652 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,235 | cpp | #include "Accounts.h"
#include "../../../Framework/source/db/Database.h"
#include "../../../Framework/source/db/Syntax.h"
#include "../../../Framework/source/db/GraphQL.h"
#include "../wrapper/WrapperCo.h"
#include "../client/TwsClientCo.h"
#define var const auto
namespace Jde::Markets
{
static const LogTag& _logLev... | [
"johnduffyx@outlook.com"
] | johnduffyx@outlook.com |
7996761082989fbdc37d5933ca42940bb345a8d1 | 878bef83869f67a7628c83c53e259bc53890dc7c | /src/engine/graphics/obj.cpp | 9695eeb4fd9868a86e14849086da9cbaf7cf3b10 | [] | no_license | DanMasotti/game-engine | 7760181461931c92329a380896631cfa91071339 | 8311313e1a4d39d75032cca1797c1058fa205e24 | refs/heads/master | 2023-04-18T23:25:47.919161 | 2021-04-19T02:56:51 | 2021-04-19T02:56:51 | 335,069,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,608 | cpp | #include "obj.h"
#include <QFile>
#include <QTextStream>
#include <iostream>
OBJ::OBJ(QString path) : vertexCount(0)
{
read(path);
}
OBJ::~OBJ()
{
for (int i = 0; i < triangles.size(); i++) {
delete triangles.at(i);
}
}
bool OBJ::read(const QString &path)
{
// Open the file
QFile file(pa... | [
"danielmasotti@gmail.com"
] | danielmasotti@gmail.com |
0c14f271e3b3e1e38b94117c3c1657fdd866abc8 | fec81bfe0453c5646e00c5d69874a71c579a103d | /blazetest/src/mathtest/operations/dmatdmatadd/HDaHDb.cpp | dc1f3a20742da4d9b0a55f2ad55c2392c84caaa0 | [
"BSD-3-Clause"
] | permissive | parsa/blaze | 801b0f619a53f8c07454b80d0a665ac0a3cf561d | 6ce2d5d8951e9b367aad87cc55ac835b054b5964 | refs/heads/master | 2022-09-19T15:46:44.108364 | 2022-07-30T04:47:03 | 2022-07-30T04:47:03 | 105,918,096 | 52 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 4,094 | cpp | //=================================================================================================
/*!
// \file src/mathtest/operations/dmatdmatadd/HDaHDb.cpp
// \brief Source file for the HDaHDb dense matrix/dense matrix addition math test
//
// Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reserved
//
// ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
96e3a78a719ab6b387bbafc51c5218c616d5724b | 4fe8448ea1fffcf92343102a916e84d47897f065 | /XPPM2OOF/burner.C | e2938c58d37e086c734cc940c46af020f7b7bace | [] | no_license | usnistgov/OOF1 | 1a691b7aac20ab691415b4b5832d031cf86ba50c | dfaf20efffaf6b8973da673ca7e4094282bcc801 | refs/heads/master | 2020-06-29T06:17:17.469441 | 2015-01-21T19:07:01 | 2015-01-21T19:07:01 | 29,553,217 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,029 | c | // -*- C++ -*-
// $RCSfile: burner.C,v $
// $Revision: 1.10 $
// $Author: langer $
// $Date: 2000-10-30 19:23:23 $
/* This software was produced by NIST, an agency of the U.S. government,
* and by statute is not subject to copyright in the United States.
* Recipients of this software assume all responsibilities as... | [
"faical.congo@nist.gov"
] | faical.congo@nist.gov |
60eab886fcf63955ae5bd60775e8f13a7e9d8972 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13888/function13888_schedule_18/function13888_schedule_18.cpp | fe817c709a3203369f4c87e6f7e2caaa3ca46b2f | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 875 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function13888_schedule_18");
constant c0("c0", 128), c1("c1", 128), c2("c2", 64), c3("c3", 64);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
415cb33b8b15c42d2504a0e25aab7e99a5ce8aaf | 201c2251a68337ba09c9b993fe1989d595125eb9 | /leetcode/Longest Consecutive Sequence.cpp | 9ee9b25b32635e81deda4fe3a1802c3eda0aa983 | [] | no_license | AhmedKhaledAK/problem-solving-training | 92a928ca383d37abe493145d306e52cb08d5b4ef | 54dd37aef981ab1a8d55e46cf9f57ab1426f6353 | refs/heads/master | 2022-03-16T07:42:28.785189 | 2022-02-12T19:54:54 | 2022-02-12T19:54:54 | 191,613,437 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | cpp | class Solution {
public:
int longestConsecutive(vector<int>& nums) {
if ((int) nums.size() == 0) {
return 0;
}
int n = (int) nums.size(), ans = 0;
unordered_set<int> S(nums.begin(), nums.end());
for (int i = 0; i < n; i++) {
if (S.find(nums[i]... | [
"ahmedkhaledabab@gmail.com"
] | ahmedkhaledabab@gmail.com |
4d1eb9ed258b0355e868c4b2daa7dd7e3885264b | cb0023535c5584fd102e0976647e96df884076a2 | /RPG/RPG/DownloadFileJob.h | c85258f9d4e1f032ea4557b74603dddb39a21608 | [] | no_license | rroa/Real-time-content-streaming | 9212ac75812948a66f07220ccb943da5d2eb6537 | 82ebf28bf83ed720f4530570362a70f634060b43 | refs/heads/master | 2020-04-19T14:20:55.060895 | 2014-10-26T18:02:47 | 2014-10-26T18:02:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 629 | h | #pragma once
#ifndef _DOWNLOADFILE_H_
#define _DOWNLOADFILE_H_
#include <string>
#include <fstream>
#include "BaseJob.h"
#include "ReportErrors.h"
//#include "Woot.h"
namespace Solidus
{
class DownloadFileJob : public BaseJob
{
public:
DownloadFileJob( const std::string& name, const std::string& fileName, const... | [
"raul.roa@gmail.com"
] | raul.roa@gmail.com |
232d2687693fa2640484d615b739d74a6a4c61d7 | 2e2c142919b728417f464b1834bdab929693d85a | /C++/Vector-Sort/vector-sort.cpp | 7376aa55a89d5dcd75fc0e3fd0a7c6f287d5c2bc | [
"MIT"
] | permissive | ryderdo/HackerRank | d6ce2fbe18375fb666b6611897179915e2203ebf | 072c5796eb5907f45f214f1af45338d0c6830893 | refs/heads/main | 2023-04-25T06:09:04.331931 | 2021-05-17T03:48:15 | 2021-05-17T03:48:15 | 368,132,040 | 1 | 0 | MIT | 2021-05-17T09:39:40 | 2021-05-17T09:39:39 | null | UTF-8 | C++ | false | false | 913 | cpp | /* Author: Isaac Asante
* HackerRank URL for this exercise: https://www.hackerrank.com/challenges/vector-sort/problem
* Original video explanation: https://www.youtube.com/watch?v=augknUhDI6Q
* Last verified on: April 17, 2021
*/
/* IMPORTANT:
* This is the full code for the solution.
* Some headers were removed... | [
"isaac.editor16@gmail.com"
] | isaac.editor16@gmail.com |
bb098b738d0ce9b5ece616d9ae8a51dc796c0db8 | 8e2e2770578a7c385893532ba1a1837f24575310 | /src/c/methods/MeMethods.cpp | 340ce83c966ff0ce28b85f5e5463fb9ce1896968 | [
"MIT"
] | permissive | 3wayHimself/modioSDK | cdf7bd58e2d39c445738412abfc6fa93bd02aae7 | 619a29d219aa660d7d1dd97fc0c513ea410333cf | refs/heads/master | 2020-03-10T02:16:01.203159 | 2018-03-30T19:03:47 | 2018-03-30T19:03:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,519 | cpp | #include "c/methods/MeMethods.h"
extern "C"
{
void modioGetAuthenticatedUser(void* object, void (*callback)(void* object, ModioResponse response, ModioUser user))
{
std::string url = modio::MODIO_URL + modio::MODIO_VERSION_PATH + "me/?api_key=" + modio::API_KEY;
u32 call_number = modio::curlwrapper::getCa... | [
"ahmed.hn.43@gmail.com"
] | ahmed.hn.43@gmail.com |
eda495658b1d33e1bccbcbedc344c017fa5e3858 | bcdb9c8da9623ee5525120be34340d90ea90c772 | /src/graphics/Texture.cpp | 808179b0cd034850fd353af06ad0fd5b1b32811f | [] | no_license | viktorstrate/blink-game-engine | d273015a38f267cdda7bebd99d7ca6e909219992 | 0807ffb55896a93d3d9668633191ef41c03a190e | refs/heads/master | 2020-04-20T16:55:02.077809 | 2019-03-06T17:01:22 | 2019-03-06T17:01:22 | 168,973,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,026 | cpp | //
// Created by Viktor Hundahl Strate on 14/02/2019.
//
#include "Texture.h"
#include <stb_image.h>
#include <iostream>
Texture::Texture(unsigned int width, unsigned int height, GLenum format, void* data)
{
glCall(glGenTextures(1, &ID));
glCall(glBindTexture(GL_TEXTURE_2D, ID));
glCall(glTexImage2D(GL_T... | [
"viktorstrate@gmail.com"
] | viktorstrate@gmail.com |
65c8aab3344a462e2e7a167e6e745e77c796ba2d | 7a750e0a60a69e886d213de8ef53e23c2e5958c9 | /Source/MyProject/Player/FirstPersonMovementComponent.cpp | 6ab8210b82ea6db65405ad86f7a05a20c7f79f2a | [] | no_license | stkromm/DesperadoGame | 589a5e6911b2f645dadc565b0e4c7b951c8ccfa5 | 1010240ea5954fc554ea572c715ff0ee80c02c19 | refs/heads/master | 2021-06-28T15:59:22.450735 | 2017-09-14T16:03:07 | 2017-09-14T16:03:07 | 103,510,444 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "MyProject.h"
#include "DesperadoCharacter.h"
#include "FirstPersonMovementComponent.h"
void UFirstPersonMovementComponent::InitializeComponent(){
Super::InitializeComponent();
bCanWalkOffLedgesWhenCrouching = false;
bCrouchMai... | [
"kromm.steffen@gmail.com"
] | kromm.steffen@gmail.com |
4295414ee23e969acfcb3e900d6c731996d20377 | bb9b83b2526d3ff8a932a1992885a3fac7ee064d | /src/modules/osgUtil/generated_code/PolytopeIntersector.pypp.hpp | e2248eebd5ba54af34190b4d5928cc4f206e3d1f | [] | no_license | JaneliaSciComp/osgpyplusplus | 4ceb65237772fe6686ddc0805b8c77d7b4b61b40 | a5ae3f69c7e9101a32d8cc95fe680dab292f75ac | refs/heads/master | 2021-01-10T19:12:31.756663 | 2015-09-09T19:10:16 | 2015-09-09T19:10:16 | 23,578,052 | 20 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 243 | hpp | // This file has been generated by Py++.
#ifndef PolytopeIntersector_hpp__pyplusplus_wrapper
#define PolytopeIntersector_hpp__pyplusplus_wrapper
void register_PolytopeIntersector_class();
#endif//PolytopeIntersector_hpp__pyplusplus_wrapper
| [
"brunsc@janelia.hhmi.org"
] | brunsc@janelia.hhmi.org |
33a06b25ad23be80021e030bfd170a4fcb6a0f71 | 53c7d921a2e7f094fb789ad314a54ae9318592aa | /includes/getPayloadForTxDuration.hh | b7dcd9d60c9372cc22e0fee9fbbf993954f985b7 | [
"MIT"
] | permissive | SeyedSalehi/CSMA-ECA-HEW | c3b2551b5ebc5c6767c6c4b370722f1d3f7b703c | 2b6a2fdbb0e745b8d2296c8c29bae6bcac263f7c | refs/heads/master | 2020-12-02T19:34:36.392925 | 2016-05-24T08:03:42 | 2016-05-24T08:03:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 530 | hh | long int getPayloadForTxDuration (Packet &packet, std::array<FIFO <Packet>, AC> &Queues)
{
int limit = packet.aggregation;
packet.allSeq.assign (limit,0);
long int load = 0;
for(int i = 0; i < limit; i++)
{
load += Queues.at(packet.accessCategory).GetPacket(i).L;
packet.allSeq.at (i) = Queues.at(packet.access... | [
"sanabriarusso@gmail.com"
] | sanabriarusso@gmail.com |
bf60c2ee709340c184d6871873551cffc1598104 | 8044493e960b5ad2ba1b17b1a7f7577032a4c2a0 | /src/world.hpp | 6f36928fcebcec7fd372b4a1f5db5619e2c8a173 | [] | no_license | Meneran/INTouhou | 158cf29d53c72b74e5c0606a0b8b6e0b42c825f2 | 673cf1be1d338746f84b07e9e35450922d5a61a1 | refs/heads/master | 2020-06-17T11:36:35.630287 | 2016-11-28T17:54:34 | 2016-11-28T17:54:34 | 74,998,164 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,109 | hpp | #pragma once
#include <SFML/Graphics.hpp>
#include <SFML/System.hpp>
#include <vector>
#include <string>
#include "component.hpp"
#include "life.hpp"
#include "sprite.hpp"
#include "position.hpp"
#include "display.hpp"
#include "event.hpp"
#include "playermove.hpp"
#include "keycontroller.hpp"
#include "bulletmove.hpp"... | [
"guillaume.chabbert@telecom-sudparis.eu"
] | guillaume.chabbert@telecom-sudparis.eu |
f7804b8290b761a2e8e96006e9d7ec0bb33ab790 | c6244f88275ec3797349ba3cf7dd06391d338051 | /Visual Novel Engine/Gui.cpp | bff5e74ec95b7736ce3a75aa4ba88bd15b721ab8 | [] | no_license | sebost1234/HEN-main | 1ee2abf4572c208e09e15fef8153204b222fd813 | 8a8db5029dc3c29b8e16bfb8ff2ef0219acfe34f | refs/heads/master | 2020-03-19T07:09:06.848282 | 2018-09-13T13:28:20 | 2018-09-13T13:28:20 | 136,090,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,263 | cpp | #include "Gui.h"
#include "Popup.h"
void GuiNS::Gui::sync(sf::Vector2f mousepos, float time)
{
if (popup == nullptr || !popup->isStopping())
for (unsigned int i = 0; i < elements.size(); i++)
elements[i]->sync(time);
if (popup == nullptr)
{
if (held != nullptr)
held->heldEvent(mousepos, mousepos - mousep... | [
"sebastian.kortkowski@gmail.com"
] | sebastian.kortkowski@gmail.com |
eb3035c09abf3008e936e3505e5e533f6ff07a84 | be31580024b7fb89884cfc9f7e8b8c4f5af67cfa | /CTDL1/New folder/VC/crt/src/UMSThreadScheduler.cpp | a0c8d9242ef660290512252131d76af4cb56a2f4 | [] | no_license | Dat0309/CTDL-GT1 | eebb73a24bd4fecf0ddb8428805017e88e4ad9da | 8b5a7ed4f98e5d553bf3c284cd165ae2bd7c5dcc | refs/heads/main | 2023-06-09T23:04:49.994095 | 2021-06-23T03:34:47 | 2021-06-23T03:34:47 | 379,462,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,470 | cpp | // ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// UMSThreadScheduler.h
//
// Source file containing the implementation for a UMS thread based concrt scheduler
... | [
"71766267+Dat0309@users.noreply.github.com"
] | 71766267+Dat0309@users.noreply.github.com |
3f609ad25c6bbb1d0b9c2666dc61a3fc119f4bae | 534507831bcd892e88cc0b8bcf89c8b6900f85cd | /Simulator/USetting.h | 20a70924a6b49025a66bb9f953b6e28e1c224a7d | [] | no_license | yinhaibo/PrivateDataRouter | 66f8a228ef704577328db62ca8e1ad2618fde8b8 | 74483c4267ffeb94b1715df7c6f319f9aa41fc61 | refs/heads/master | 2020-06-06T13:32:34.639505 | 2015-07-30T13:54:50 | 2015-07-30T13:54:50 | 27,987,493 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,090 | h | //----------------------------------------------------------------------------
#ifndef USettingH
#define USettingH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Grap... | [
"yhb_yinhaibo@163.com"
] | yhb_yinhaibo@163.com |
711516e95c8866827298bc74fe99f36014ebb893 | 8c5cf9515e20f75f3f7a38cd0ba49affa10015d5 | /ShopMangerSystem/logon.cpp | 1de4c7f2eb3a5f752e3bf345f61200e74881a832 | [] | no_license | a624762529/shopMangerSyetem | 52abbe5f7ecc0e2ab223bd73bc4e2e0fad6d9564 | d9af964a5333e3e750d0d40d9b56ad47f55f1d58 | refs/heads/master | 2021-05-22T13:51:04.817381 | 2020-11-22T04:12:39 | 2020-11-22T04:12:39 | 252,952,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,873 | cpp | #include "logon.h"
#include "ui_logon.h"
Logon::Logon(QWidget *parent) :
QWidget(parent),
ui(new Ui::Logon)
{
ui->setupUi(this);
ui->lineEdit_password->setEchoMode(QLineEdit::Password);
ui->lineEdit_rpassword->setEchoMode(QLineEdit::Password);
setWindowTitle("注册");
setWindowFlags(Qt::Framel... | [
"44131092+a624762529@users.noreply.github.com"
] | 44131092+a624762529@users.noreply.github.com |
98075b20302c30769f48b8ce27f0ab8bdd74764e | 82cf479d8c43e7372ed320f616a36f82b377075d | /examples/include/asio/detail/impl/win_iocp_io_context.ipp | 7930bd4ee7d1c4fc821082cf6814a7cede1fca6f | [
"Apache-2.0"
] | permissive | FrancoisChabot/variadic_future | 85baf865b101b78fa49fd6d1453b47e1e7f4fd44 | a7e4b30ec0e56006c3bea8c1d8987e779d48af41 | refs/heads/master | 2020-05-30T02:28:53.205000 | 2019-07-17T18:46:27 | 2019-07-17T18:46:27 | 189,498,091 | 44 | 8 | Apache-2.0 | 2019-07-13T03:38:17 | 2019-05-30T23:59:25 | C++ | UTF-8 | C++ | false | false | 15,795 | ipp | //
// detail/impl/win_iocp_io_context.ipp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
/... | [
"francois.chabot.dev@gmail.com"
] | francois.chabot.dev@gmail.com |
2b76f34857d533a945893f4d50433f170e3ac210 | cf404682cbca9ef07c706e3ea1083860ad08a7ef | /Tema2/Tema2-9.cpp | b24985ed8beb8141991cbb05e2eb8e356d6a9c0c | [] | no_license | luciandinu93/CPlusPlusLearning | d1a3287f707cab7b1f4434af6d19e3541f21a968 | beb75cd458e32562903d2ed8b35d8285df79fa7d | refs/heads/master | 2020-04-17T15:12:48.910735 | 2019-03-17T15:54:03 | 2019-03-17T15:54:03 | 166,689,743 | 0 | 0 | null | 2019-03-07T18:41:12 | 2019-01-20T17:34:56 | C++ | UTF-8 | C++ | false | false | 2,292 | cpp | /* Creati o structura denumita Angajat, care sa retina:
* - Numele fiecarui angajat
* - CNP-ul
* - Numarul de ani vechime
* - Plata pe ora
* - Numarul de ore lucrate
* - Remuneratia (calculata ca plata pe ora * nr-ul orelor lucrate)
*/
#include <iostream>
#include <string.h>
using namespace std;
struct Data_an... | [
"lucian.dinu93@yahoo.com"
] | lucian.dinu93@yahoo.com |
c2299b82cfcec78cfb5dcbd01017527c47b39074 | 6185d684498d6003c2fb968a87888a1c6f6fdc56 | /EpgDataCap3/EpgDataCap3/Descriptor/ConnectedTransmissionDesc.h | eb47b4db869a594586aaa2e1931e5cf3b2be7e4d | [] | no_license | Telurin/EDCB10.69_mod5 | 8a3791f497f20f7a82651fbf5c5615748c1a7e47 | 7585af187aa8fda74f2bb44bbb685264ecf566e1 | refs/heads/master | 2016-09-06T21:48:31.866335 | 2013-03-12T13:54:33 | 2013-03-12T13:54:33 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,387 | h | #pragma once
/*
6.2.41 連結送信記述子(Connected transmission descriptor)
連結送信記述子は、地上音声伝送路において連結送信時の物理的条件を示す。表6-79 参
照。
connected_transmission_descriptor (){
descriptor_tag 8 uimsbf
descriptor_length 8 uimsbf
connected_transmission_group_id 16 uimsbf
segment_type 2 bslbf
modulation_type_A 2 bslbf
mod... | [
"epgdatabap@yahoo.co.jp"
] | epgdatabap@yahoo.co.jp |
49a996fe46b8b102b33925e62a0501f462b3f438 | b257bd5ea374c8fb296dbc14590db56cb7e741d8 | /Extras/DevExpress VCL/Library/RS17/dxBrhDlg.hpp | efeabf4329fc96e38b7c972e8fc0f54573ac2fdc | [] | no_license | kitesoft/Roomer-PMS-1 | 3d362069e3093f2a49570fc1677fe5682de3eabd | c2f4ac76b4974e4a174a08bebdb02536a00791fd | refs/heads/master | 2021-09-14T07:13:32.387737 | 2018-05-04T12:56:58 | 2018-05-04T12:56:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,648 | hpp | // CodeGear C++Builder
// Copyright (c) 1995, 2012 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'dxBrhDlg.pas' rev: 24.00 (Win32)
#ifndef DxbrhdlgHPP
#define DxbrhdlgHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#... | [
"bas@roomerpms.com"
] | bas@roomerpms.com |
852a47846ecc2a63f51c172fdd7f9f74d34b3f0d | 960765e3c2e8680b282606c1fbc4e6f471e2db4e | /src/ceph-0.67-src/cls/rgw/cls_rgw_client.cc | 165ca4379878bb748d6558ff51513d0006290a97 | [] | no_license | StarThinking/MOBBS | 7115060a2233e7bd8bb1a9848d6b9a0a469c2bef | 3f9bfe391a3fa0e454b43c6286a33bdda49a44fb | refs/heads/master | 2021-01-13T02:22:18.410864 | 2014-11-05T08:56:41 | 2014-11-05T08:56:41 | 14,044,431 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,723 | cc | #include <errno.h>
#include "include/types.h"
#include "cls/rgw/cls_rgw_ops.h"
#include "include/rados/librados.hpp"
#include "common/debug.h"
using namespace librados;
void cls_rgw_bucket_init(ObjectWriteOperation& o)
{
bufferlist in;
o.exec("rgw", "bucket_init_index", in);
}
void cls_rgw_bucket_set_tag_timeo... | [
"sixiangma0408@foxmail.com"
] | sixiangma0408@foxmail.com |
1663f25c5ce2448351adb0e2ae653ebb4b86b051 | 62081d05e88c17d8a28165f8329a2483c3b1c2bc | /src/graph-components/Node.cpp | f54c7b5207402c4da4d42c7b189829d6a40fbce7 | [] | no_license | yagorbychenok/Team3 | 2cb5d61816be859a37da4a7c30b0b4ebe7ac3a87 | 8cf901d2579427f86383b55c9173fe1273034416 | refs/heads/main | 2023-02-04T11:14:54.608067 | 2020-12-28T22:27:00 | 2020-12-28T22:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cpp | #include <Node.h>
#include <Edge.h>
Node::Node(int32_t pointIdx, int32_t postIdx, uint32_t type) :
pointIdx_(pointIdx), postIdx_(postIdx), type_(type) {}
uint32_t Node::getType() const {
return type_;
}
int32_t Node::getPointIdx() const {
return pointIdx_;
}
int32_t Node::getPostIdx() const {
... | [
"mia.shevko@gmail.com"
] | mia.shevko@gmail.com |
b2e913deaa9e5b39d12cbfb25436e1d6d2062a97 | 963f234d6f87dcb1fbddfc8487b0206c34c5a3d5 | /src/MLisp/Object/SpecialForm/Lambda.cc | 3b83c2b4700d33975b282ab4aa71194335517ba2 | [] | no_license | lih/MLisp | e6e045ddb3dfd85a1a3f7413f3e208ec493b0863 | cbef21a8bf5f0e17680f203c89755400746df39f | refs/heads/master | 2021-01-19T19:32:32.346126 | 2012-09-14T16:45:54 | 2012-09-14T16:45:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 743 | cc | #include "MLisp/CompileState.hh"
#include "MLisp/Object/SpecialForm/Lambda.hh"
#include "MLisp/Operation/Close.hh"
#include "MLisp/Object/Nil.hh"
#include "MLisp/Object/Lambda.hh"
namespace MLisp {
namespace Object {
namespace SpecialForm {
Lambda Lambda::ms_instance(staticLeafTag);
typedef Ob... | [
"marc.coiffier@gmail.com"
] | marc.coiffier@gmail.com |
3c3db2233f9cfe2c9ff6c35ef1295e07c3015bd2 | c8690e28834bffe788aed968ca69d93c23d4eae8 | /turrettControlStepper.ino | bc14ad68b1ac3a709e96aafa3c04d383fe644c78 | [] | no_license | SkyWetter/turretControl | 3626a2542ff56df46b471da0b761d9627aee67da | a3a34c77f3250ae3388ed2e026b60e477df43fee | refs/heads/master | 2020-03-30T17:58:45.878495 | 2018-10-03T20:37:12 | 2018-10-03T20:37:12 | 151,477,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,890 | ino | // * S * K * Y |) W * E * T *
// -=-=-=-=-=-=-=-=-=-=-=-=-
// esp32 control firmware
// october 3, 2018
#include "pulseCounter.h"
#include "Adafruit_AM2320.h"
#include <Stepper.h>
#include <BluetoothSerial.h>
void delayNonStop(float t);
// ******** B L U E T O O T H
BluetoothSerial SerialBT;
byte stepperCa... | [
"andykvanier@gmail.com"
] | andykvanier@gmail.com |
1725a5a5186a6c1552ef5b6bc74ba0eb555e6d1a | 26eeb5c748a8e5ec14551497704bc903b786bcd3 | /source/RuntimeOutputItems.cpp | 8abd25ac6aa1eefba6d96bc4f58cc1171662002e | [
"Apache-2.0"
] | permissive | NanaoMonika/DENN | 0d87f43ea8f39883b17990361f6cdf7245f34328 | c35370d0d6598123aadac7534c10428cfcd0d6e6 | refs/heads/master | 2020-04-27T11:58:12.615285 | 2019-03-04T11:08:22 | 2019-03-04T11:08:22 | 174,316,460 | 1 | 0 | Apache-2.0 | 2019-03-07T09:46:32 | 2019-03-07T09:46:32 | null | UTF-8 | C++ | false | false | 7,923 | cpp | #include "Denn/RuntimeOutput.h"
#include "Denn/Algorithm.h"
namespace Denn
{
class SilentOutput : public Denn::RuntimeOutput
{
public:
SilentOutput(std::ostream& stream,const DennAlgorithm& algorithm):RuntimeOutput(stream, algorithm) {}
};
REGISTERED_RUNTIME_OUTPUT(SilentOutput,"silent")
... | [
"dbgabri@gmail.com"
] | dbgabri@gmail.com |
58591d0e6eda341c07dd40a850f44734d293dfa9 | e649acb68fc5134a3843ef2330e5c2d4070363a8 | /code_jam_1c_2020.overrandomized.cpp | f361586c4eb4e56aa9a2d0ce76054931b5e133ae | [] | no_license | jesuswr/cp-codes-and-problems | 6483949ce896e59c471f0e0640f5c8b47f482ec3 | 770f3bf004f90015f078d5699d26cde5c33d9a28 | refs/heads/master | 2023-08-08T03:37:36.626572 | 2023-07-24T16:54:02 | 2023-07-24T16:54:02 | 196,292,128 | 1 | 1 | null | 2019-10-09T23:23:43 | 2019-07-11T00:26:10 | C++ | UTF-8 | C++ | false | false | 2,450 | cpp | #include <iostream>
#include <vector>
#include <queue>
#include <stack>
#include <algorithm>
#include <math.h>
#include <string>
#include <cstring>
#include <set>
#include <map>
#include <unordered_map>
using namespace std;
typedef long long ll;
typedef pair<int,int> pii;
typedef pair<int,pair<int,int>> piii;
typedef... | [
"jesuswahrman@gmail.com"
] | jesuswahrman@gmail.com |
b5d03bd0502f9e1ff32eda38ee763b6fec645c0e | 46723b95d6ca0c39a4b8c483cbbee4a10ebe1e52 | /gerador.cpp | 689d8960945d551fcc0149bae6e419f85a15effc | [
"Unlicense"
] | permissive | arthurpaulino/agmrgm | f6e44169f853b6fbd75b1254d000b17f7e7b4737 | 9fa0aeaae2b093d4f86bb8d5d5eba4b8d9e6b0ec | refs/heads/master | 2021-07-12T15:40:13.074135 | 2017-10-13T16:38:10 | 2017-10-13T16:38:10 | 106,847,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,412 | cpp | #include <cstdlib>
#include "gerador.h"
int uniforme (int i, int j)
{
return(i + rand () % (j-i+1));
}
static int peso(double p, int maxcusto)
{
double chance = ((double)uniforme(0,100000))/100000.0;
if (chance <= p) return uniforme (1,maxcusto);
else return MAXINT;
}
static int algum_cinza(int n, char *cor)
... | [
"arthurleonardo.ap@gmail.com"
] | arthurleonardo.ap@gmail.com |
db157001f8fb92aa501bbef4a292f4ba57edd3a0 | a13b9a5360910bb2d07d1e02be85067e3cae69da | /Examples/Qt Attempt/clientmanager.h | a6fa557e985777c892bf87e5043c30bb06a9941a | [] | no_license | FEC-UIUC/FEC-Simulator | de08b043c3f43835914bbf0d07c011277c5f0976 | 8f0ae2716c8bd14b36e0459819bc7eb119d231dc | refs/heads/master | 2016-08-07T10:05:12.399159 | 2015-04-20T19:34:32 | 2015-04-20T19:34:32 | 25,443,068 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 928 | h | #ifndef CLIENTMANAGER_H
#define CLIENTMANAGER_H
#include <QByteArray>
#include <QList>
#include <QObject>
#include <QTimer>
#include <QUdpSocket>
class Client;
class Connection;
class ClientManager : public QObject
{
Q_OBJECT
public:
ClientManager(Client *client);
void setServerPort(int p... | [
"gfpastorek@gmail.com"
] | gfpastorek@gmail.com |
f20bdb5dbc38e3bc0718c5461ea9828b6ac88ba9 | 36466c39d3ae94c2f936d4fdfe0fd4b034bbfa80 | /3rdparty/mkldnn/src/cpu/jit_uni_reorder_utils.cpp | cb9c1d116c2b1bc2742ca651e7df59119bc43ff6 | [
"Apache-2.0",
"Intel",
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0",
"MIT",
"BSD-2-Clause",
"Zlib",
"NCSA",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause-Views"
] | permissive | zhouhuaman/dgt | ccc674dc6abb055eeb5b88eaa0177de3a051b362 | a1df50efa3b635c20ddaa6bc5068e5f7bb863b5e | refs/heads/master | 2022-11-27T21:53:05.980980 | 2020-01-13T09:33:14 | 2020-01-13T09:33:14 | 233,558,790 | 1 | 2 | Apache-2.0 | 2022-11-23T15:05:17 | 2020-01-13T09:29:56 | C++ | UTF-8 | C++ | false | false | 11,952 | cpp | /*******************************************************************************
* Copyright 2018 Intel Corporation
*
* 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.o... | [
"zhouhuman@163.com"
] | zhouhuman@163.com |
f32c47f5cfcaf8e8c35722ab6f38dc6738e0b428 | ccf0d38f0e4e53ba7acddc01fd66c42e248a263c | /org/chartacaeli/caa/src/AAVSOP87E_URA.cpp | 3ccab5ecf554d009a13d8974070d84b56d5a2d2e | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | otabuzzman/chartacaeli-app | 28b89c0f4ebb95d92a5a45d18755a0b1bdf6d206 | 881b4cf280a80b3ff7e4ff80f55aafa73607071b | refs/heads/master | 2023-05-10T19:33:30.697791 | 2023-05-05T20:42:59 | 2023-05-05T20:42:59 | 49,746,695 | 2 | 0 | MIT | 2020-11-09T13:31:44 | 2016-01-15T21:45:11 | Java | UTF-8 | C++ | false | false | 373,309 | cpp | /*
Module : AAVSOP87E_URA.cpp
Purpose: Implementation for the algorithms for VSOP87
Created: PJN / 13-09-2015
History: PJN / 13-09-2015 1. Initial public release.
PJN / 22-04-2020 1. Reworked C arrays to use std::array.
Copyright (c) 2015 - 2023 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com)... | [
"iuergen.schuck@gmail.com"
] | iuergen.schuck@gmail.com |
72416d80abe97f16bf34f3572c5de1570a153836 | 9b86bf97a610eba3a30825139a4bd999c5c018de | /agent/yfilter/CQueue.h | d612232c3a2f306ad51d688d7671563fe07aa62c | [] | no_license | wumn290/orange | 5db8f90688ebbb6dd9d203b20e158cf652646ddb | a3d03f82e566470db86a51f8119fecdd5d66634c | refs/heads/master | 2023-08-30T18:05:48.280238 | 2021-11-13T07:52:36 | 2021-11-13T07:52:36 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,792 | h | #pragma once
#include "yfilter.h"
#define TAG_CQUEUE 'euqc'
typedef struct QUEUE_WORKITEM
{
SLIST_ENTRY entry;
char szCause[32];
PVOID pItem;
ULONG nSize;
ULONG nMode;
} QEUEUE_WORKITEM, *PQUEUE_WORKITEM;
#define USE_SINGLE_LIST 1
typedef void (*PCallbackPop)(PQUEUE_WORKITEM pItem, PVOID pCallbackPtr... | [
"kim.tigerj@gmail.com"
] | kim.tigerj@gmail.com |
1bb6ea2ef0b7c511be10801f36e492429e0caae9 | 2c7b219840419d61b7fa8de51df8748bb268e5f4 | /StockExchangeSimulator2/database2.h | ce353c10200212d7fe37973be543849f00d07fc2 | [] | no_license | flovx92/SES | 4392abf6f3b7b265bb83ba617e475ca9f8824987 | 40afa92b97ae82c17e5755184b8fd24b06759800 | refs/heads/master | 2016-08-03T13:43:39.002332 | 2015-02-13T23:28:17 | 2015-02-13T23:28:17 | 29,544,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | h | #ifndef DATABASE2_H
#define DATABASE2_H
#include <QObject>
class Database2 : public QObject
{
Q_OBJECT
public:
explicit Database2(QObject *parent = 0);
~Database2();
signals:
public slots:
};
#endif // DATABASE2_H
| [
"florent.vassaux@ensae.fr"
] | florent.vassaux@ensae.fr |
0e8d792f7a3551ede71e9da8a04a632dc55fb39a | 96adbb43649c0213ba670d8da6e9e0f67bb7acd1 | /Code/GraphMol/QueryAtom.h | 614316b6d54cc8aa0d1e643cca6fc4d606486447 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | ashwin/rdkit | 13fb2b4ceee9b1d3ecbbad497719fb3fbe2a5079 | c2de7f4c941ceab59e20c1e2966781c27ba3ce88 | refs/heads/master | 2020-12-25T12:41:48.704677 | 2013-05-09T06:56:28 | 2013-05-09T06:56:28 | 9,954,003 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,578 | h | //
// Copyright (C) 2001-2006 Greg Landrum and Rational Discovery LLC
//
// @@ All Rights Reserved @@
// This file is part of the RDKit.
// The contents are covered by the terms of the BSD license
// which is included in the file license.txt, found at the root
// of the RDKit source tree.
//
#ifndef _RD_QUERYATO... | [
"glandrum@a5045d30-4826-4484-9c7f-6e55a06ddc77"
] | glandrum@a5045d30-4826-4484-9c7f-6e55a06ddc77 |
f7e164ef08b8530060a9ab7d282861ba5131d84c | c0c8b9d53cc20d302faec7d91758143f9c3ee000 | /Doorbell.ino | a1bcfea2032fe1f675e549f05800d104459d67db | [] | no_license | WaarlandIT/Doorbell | d9814accc6a3877b0b57928c120b7f47c2d1bbd2 | f451a7abc7af54a4d04da7ddaca270b3a24e2871 | refs/heads/master | 2023-03-28T12:57:12.540898 | 2021-03-27T10:32:17 | 2021-03-27T10:32:17 | 352,039,749 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,085 | ino | #include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <WiFiClientSecureBearSSL.h>
// --- Config -- //
const char* ssid = "<Wifi SSID>";
const char* password = "<Wifi password>";
const String TelegramAPI = "<Telegram API token>";
const String TelegramChatID = "Telegram Chat ID";
/... | [
"ron@videoenmedia.nl"
] | ron@videoenmedia.nl |
928fd53b0944f604e1caaa6e127dae312fdde100 | 633cd00a662d3c2ac2eca05b0f30231530036ea4 | /Section15/ChallengeSolution/Checking_Account.cpp | 6a7e8a8864bdf5519418a119481e338f254aba7a | [
"MIT"
] | permissive | dfernandez234/beginning-cpp-programming | ef1cfdddbe014e0c9c5b62bbcce3252abaa2eb16 | 14ef2c2ed7ec33a04e4580907091819f9ac3b1a8 | refs/heads/master | 2022-12-12T21:22:39.416589 | 2020-09-17T04:20:39 | 2020-09-17T04:20:39 | 296,213,906 | 0 | 0 | MIT | 2020-09-17T03:55:11 | 2020-09-17T03:55:10 | null | UTF-8 | C++ | false | false | 434 | cpp | #include "Checking_Account.h"
Checking_Account::Checking_Account(std::string name, double balance)
: Account {name, balance} {
}
bool Checking_Account::withdraw(double amount) {
amount += per_check_fee;
return Account::withdraw(amount);
}
std::ostream &operator<<(std::ostream &os, const Checking_Account ... | [
"dfernandez234@gmail.com"
] | dfernandez234@gmail.com |
4b8d3fd777486bcb0d8fe26c3a7bf8a926329a52 | 52dc9080af88c00222cc9b37aa08c35ff3cafe86 | /0300/60/362b.cpp | 00d470d5b5f9e15e1beee035fcfaf9e889f5f0e3 | [
"Unlicense"
] | permissive | shivral/cf | 1c1acde25fc6af775acaeeb6b5fe5aa9bbcfd4d2 | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | refs/heads/master | 2023-03-20T01:29:25.559828 | 2021-03-05T08:30:30 | 2021-03-05T08:30:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 742 | cpp | #include <algorithm>
#include <iostream>
#include <vector>
template <typename T>
std::istream& operator >>(std::istream& input, std::vector<T>& v)
{
for (T& a : v)
input >> a;
return input;
}
void answer(bool v)
{
constexpr const char* s[2] = { "NO", "YES" };
std::cout << s[v] << '\n';
}
voi... | [
"5691735+actium@users.noreply.github.com"
] | 5691735+actium@users.noreply.github.com |
3664dc87ed5f948bf7b635a0d1cdbf4f77bee5f9 | b8450f0fd5f81a2117346a704af12aa3b27771f2 | /point.h | 2ecd0e96ad562fa0473391894df41064a1981b68 | [] | no_license | zyb2ww/Tetris | 740a04705e29da050100c53b2a6f2e7100816c71 | 3d26b6f099c40d361244e10eecd09ac0e5fa43f4 | refs/heads/master | 2020-03-10T14:17:53.054909 | 2018-04-13T15:40:28 | 2018-04-13T15:40:28 | 129,422,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 830 | h | #ifndef POINT_H
#define POINT_H
#include<string>
class Point{
public:
Point():x(0),y(0){}
Point(const int x, const int y):x(x),y(y){}
Point(const Point& point) { x = point.x; y = point.y; }
void DrawSquare(int colorID) const;
void DrawCircle(int colorID) const;
void DrawStar(int colorID) const... | [
"zhang_yubing1994@163.com"
] | zhang_yubing1994@163.com |
6889252ec763325f0f1611c28b82b114f9c94c56 | a2206795a05877f83ac561e482e7b41772b22da8 | /Source/PV/build/Wrapping/ClientServer/vtkSelectPolyDataClientServer.cxx | 8ddf91f4aa7fc143f5f2a8bfd67b12945d00d06f | [] | no_license | supreethms1809/mpas-insitu | 5578d465602feb4d6b239a22912c33918c7bb1c3 | 701644bcdae771e6878736cb6f49ccd2eb38b36e | refs/heads/master | 2020-03-25T16:47:29.316814 | 2018-08-08T02:00:13 | 2018-08-08T02:00:13 | 143,947,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,040 | cxx | // ClientServer wrapper for vtkSelectPolyData object
//
#define VTK_WRAPPING_CXX
#define VTK_STREAMS_FWD_ONLY
#include "vtkSelectPolyData.h"
#include "vtkSystemIncludes.h"
#include "vtkClientServerInterpreter.h"
#include "vtkClientServerStream.h"
vtkObjectBase *vtkSelectPolyDataClientServerNewCommand(void* /*ctx*/)
{... | [
"mpasVM@localhost.org"
] | mpasVM@localhost.org |
3f4d64cd213ec1135a0cd460e38af46e5656d5fe | 7199772cb81af166a155735791e9378f90c2f5c0 | /Test program/WIP/Primary Test Program/LYT8_2019_02_26_v0.0046CXd/LYT8/Fosc_Pre_P.cpp | 4f4b1224e5ae2910c6b13ecaa06c88610e09877a | [] | no_license | cpaneda/Repo1 | ee95ab10ba0c0dd062f8aabeb97005cca9c9ceff | 27562982496ad45797dfda202d01340be126fcb9 | refs/heads/master | 2021-10-20T16:50:44.247077 | 2019-02-28T23:20:27 | 2019-02-28T23:20:27 | 172,954,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,015 | cpp | //==============================================================================
// Fosc_Pre_P.cpp (User function)
//
// void Fosc_Pre_P_user_init(test_function& func)
// void Fosc_Pre_P(test_function& func)
//
//==============================================================================
#include "asl.h"
// ... | [
"Carlos.Paneda@power.com"
] | Carlos.Paneda@power.com |
fb960b4ed19f4d29fcd942eef3fb5b0295441418 | 22ab69eeeecd020fee3e7be74bd5f6f4959cf7e0 | /rocsolver/library/src/auxiliary/rocauxiliary_larfg.cpp | 44fe2d4cec1f1ceb5b8a9238ffc6f63b2aeef0b2 | [
"BSD-2-Clause"
] | permissive | jcarzu/internalDevelop | 4ca697dacd2cc5baa5e7a702466e101fb7715cb6 | b874d42ce7db68234e4082c5a4e28446469d8460 | refs/heads/master | 2020-12-10T02:19:55.781116 | 2020-01-13T00:56:43 | 2020-01-13T00:56:43 | 233,480,387 | 0 | 0 | null | 2020-01-13T00:28:14 | 2020-01-13T00:28:13 | null | UTF-8 | C++ | false | false | 2,342 | cpp | #include "rocauxiliary_larfg.hpp"
template <typename T>
rocblas_status rocsolver_larfg_impl(
rocblas_handle handle, const rocblas_int n, T* alpha, T* x, const rocblas_int incx, T* tau)
{
if(!handle)
return rocblas_status_invalid_handle;
//logging is missing ???
if(n < 0 || incx < 1)
r... | [
"juan.zuniga-anaya@amd.com"
] | juan.zuniga-anaya@amd.com |
0e7a8c434e292eb11fe40acdfd0cb25d65ac6c0b | 2aaf2743f651a3efc4c05a3ee4dcf18b4bd7584c | /sources/common/RenderDevice.h | 11dd725f807b669c33a97d1ca972f464498087d8 | [] | no_license | DieHertz/android-ios-template | 8dc613ebd5bf861da2a94373d60961fa31e5a598 | 9540d617aa820ae084a44cd3443d0066cbaa8db7 | refs/heads/master | 2020-12-24T13:53:25.130621 | 2013-12-20T18:43:44 | 2013-12-20T18:43:44 | 12,827,493 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,273 | h | #ifndef RenderDevice_h
#define RenderDevice_h
#include "Gl.h"
#include <glm/glm.hpp>
class ShaderProgram;
class RenderDevice {
RenderDevice() = delete;
public:
static void clearColor(const float r, const float g, const float b, const float a);
static void clear();
static void viewport(const float x... | [
"diehertz@gmail.com"
] | diehertz@gmail.com |
76bd25ffe0c322eb8d533cb54ba52cd17c7ad5a2 | 384112508f3efe05d03230e529744bd6d8c3fc98 | /tests/domains/test4.cc | 3cb2aa3dc74a51205a4eec4574dcb47d270fe671 | [
"Apache-2.0"
] | permissive | seahorn/crab | b714df64cacda04258d93384529f9253c425d322 | e401a1eb8292be5589930d8968e654bbfbbf7f49 | refs/heads/master | 2023-08-06T04:24:17.483622 | 2023-07-23T21:19:31 | 2023-07-23T21:19:31 | 95,927,890 | 211 | 36 | Apache-2.0 | 2023-07-03T14:56:39 | 2017-06-30T22:21:48 | C++ | UTF-8 | C++ | false | false | 2,986 | cc | #include "../common.hpp"
#include "../program_options.hpp"
using namespace std;
using namespace crab::cfg;
using namespace crab::cfg_impl;
using namespace crab::domain_impl;
// To test the interface to BGL graphs
void write(z_cfg_ref_t g) {
crab::outs() << "Num of vertices: " << num_vertices(g) << "\n";
for (auto... | [
"navasjorgea@gmail.com"
] | navasjorgea@gmail.com |
45a2e7276fe339ee835f8281639e20642a8a7b22 | 313b78772c4985522f5f796cac731768d3728604 | /include/statsdcc/hostport.h | 4dd6ea9c1dc890f8f58c3fa51430da1ea2b729f3 | [
"MIT"
] | permissive | wayfair/statsdcc | a6c997873fcf9b657f639e20b2462586ec89b045 | 6b99486b75dc3ce1b5a36b81b38cd55d9600e5aa | refs/heads/master | 2021-01-09T21:55:09.987830 | 2019-01-17T17:20:02 | 2019-01-17T17:20:02 | 50,202,643 | 41 | 6 | MIT | 2019-01-17T17:20:03 | 2016-01-22T19:24:49 | C++ | UTF-8 | C++ | false | false | 1,688 | h |
#ifndef INCLUDE_STATSDCC_HOSTPORT_H_
#define INCLUDE_STATSDCC_HOSTPORT_H_
#include <functional>
#include <string>
namespace statsdcc {
struct Hostport {
inline Hostport() {}
inline explicit Hostport(const std::string& hostport) {
std::size_t pos = hostport.find(":");
if (pos == std::string::npos) throw... | [
"sdomalapalli@wayfair.com"
] | sdomalapalli@wayfair.com |
afc089a2cbfca1d0191bd6aebf059188bdf5f400 | 80d382730eb447d28a65984508bd6a00e89b4ddb | /linkedlists/list/sorting stls/Min_Meeting_Rooms.cpp | 26f651807620129eee1088d3e241066cf42d9905 | [] | no_license | vyaspnk/leetcode | 4ab6fbbcf422faa5dc2ef6c11bed439d1b8130e5 | c4f0f3c7b64a3bea577ef9a56db7d2f38eea86ea | refs/heads/master | 2021-01-22T05:06:11.733302 | 2019-01-05T03:36:27 | 2019-01-05T03:36:27 | 81,615,885 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,681 | cpp | /**
Definition for an interval.
*/
struct Interval {
int start;
int end;
Interval() : start(0), end(0) {}
Interval(int s, int e) : start(s), end(e) {}
};
#include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
#include <set>
using namespace std;
struct less_than_start {
inline ... | [
"vmalla@Vijethas-MacBook-Air.local"
] | vmalla@Vijethas-MacBook-Air.local |
97e0a644db43485572ed5fa24e76b6d9f95451bc | cecb4921d2fb89d776ca7c10d54ea5668172d717 | /src/16.cpp | 4ef92eaa098671498480c1637ac923e78be9199e | [
"MIT"
] | permissive | Dimanaux/mpi-puzzles | 8172bbbcb7efa3c4e52d74f962989283c5489bf4 | 4af461dc483fdd938d8f534ed46b792eb6c9f19f | refs/heads/master | 2020-09-06T20:21:28.297205 | 2019-12-25T19:04:36 | 2019-12-25T19:04:36 | 220,540,425 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,171 | cpp | #include <iostream>
#include "mpi.h"
#include "lib.h"
using namespace std;
const int ROWS = 4;
const int COLS = 4;
int main(int argc, char** argv) {
int rank, size;
MPI_Init(&argc, &argv);
MPI_Comm_size(MPI_COMM_WORLD, &size);
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Status status;
float*... | [
"barskoidim@gmail.com"
] | barskoidim@gmail.com |
c93757f9c2a4fa2fcc38451b37870aa566bf821e | 743184aa5c256ea6527bcb8a445c6a20340d3f7a | /Engine/Sources/Runtime/RHI/opengl/ShaderGL.cpp | f843c8acb1ba43d1b215019079b1fdeeb87a2330 | [] | no_license | gjy88/scarlett | 6336e8ac0238e85331bbd089fd231985aac0d1ae | 026aacb16ae6870cdd523d27777f62f8ab8d08c4 | refs/heads/master | 2023-04-12T14:19:11.247634 | 2021-04-29T14:29:49 | 2021-04-29T14:29:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,724 | cpp | #include "Runtime/RHI/opengl/ShaderGL.h"
#include "Foundation/Assert.h"
#include "Runtime/Utils/Logging.h"
#include <string>
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
scarlett::ShaderGL::ShaderGL(const std::string & vsPath, const std::string & psPath)
{
InitializeFromFile(vsPath, ps... | [
"511680777@qq.com"
] | 511680777@qq.com |
f75a8d17b39f943ce07f82d9364c22c9e8447bc7 | bbb808e77135b6552db908bcc086dc2dd7c3d573 | /others/6-cf375-B.cpp | d6d4866d89af35cba32bf63a92310832437c6df6 | [] | no_license | cfeitong/ACM-problem-archive | fda3c9e6bed051e209fe1de7e86a41ac9730a49f | 77d7b7488121fd9d2deaba223d01f4afedee5b9f | refs/heads/master | 2020-05-22T04:38:47.130189 | 2017-03-30T10:37:12 | 2017-03-30T10:37:12 | 65,458,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,185 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <string>
#include <algorithm>
using namespace std;
int cnt[13];
char s[1234567];
char ns[1234566];
int tp;
char modi[10] = "1986";
int main() {
scanf("%s", s);
int len = strlen(s);
for (int i = 0; i < len; i++) {
cnt[s[i]-'0']++;
... | [
"cfeitong@gmail.com"
] | cfeitong@gmail.com |
2f8b6e89759ccd34acec05a9bfed622b85c11aea | d4e7817e821c48b77f38eaad09e4f6c0e353e4af | /src/lapack-like/HermitianTridiag/USquare.hpp | 4bf16e05350d6400b5160cc606cb8c9642784852 | [] | no_license | ahmadia/Elemental-1 | 711cea2a6fbcb1d2f5e3beca091ca7c9688afd2f | f9a82c76a06728e9e04a4316e41803efbadb5a19 | refs/heads/master | 2021-01-18T08:19:41.737484 | 2013-05-12T06:07:32 | 2013-05-12T06:07:32 | 10,011,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,639 | hpp | /*
Copyright (c) 2009-2013, Jack Poulson
All rights reserved.
This file is part of Elemental and is under the BSD 2-Clause License,
which can be found in the LICENSE file in the root directory, or at
http://opensource.org/licenses/BSD-2-Clause
*/
#ifndef LAPACK_HERMITIANTRIDIAG_USQUARE_HPP
#define LAP... | [
"jack.poulson@gmail.com"
] | jack.poulson@gmail.com |
4860619179b9c684d545d1b9c7c28ac8b0a2f3e6 | f5c2de52db3d33c7f59e6bbd8b6428cdd2c24f42 | /tph_demo/tph_demo.ino | fedcbcebc51c06e2780b98500ba0e04979417465 | [] | no_license | gustavomschaefer/tph_demo | 0679d5e6011d87835093112b426b3fd87128f742 | b8f8028510c6493235f5dd6946fddd5d874bac94 | refs/heads/master | 2021-01-14T08:10:57.219953 | 2014-12-20T20:31:18 | 2014-12-20T20:31:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,084 | ino | /*
* Copyright (c) 2014 Kees Bakker. All rights reserved.
*
* This file is part of TPH Ddemo.
*
* TPH Demo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or(... | [
"kees@m2m4all.com"
] | kees@m2m4all.com |
43cbb3840f68dd4f3a88b78561e9cf8982e9653a | 8f761246bf44eb18dd14339c6d95434cd9ac97a6 | /SoundLabyrinthProject/PlayState.h | 9407f44295cc6d477aa35adcd8e977c78d9396f3 | [] | no_license | Jojolinul/SoundLabyrinth | 03b3f209a858ced897cfc9911d91b9c52d6db65f | 3170c226af70f439317cfd163fd37f6143288681 | refs/heads/master | 2020-03-15T08:29:09.469067 | 2018-05-03T21:52:36 | 2018-05-03T21:52:36 | 132,051,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,192 | h | #pragma once
#include "GameState.h"
#include <gtc\quaternion.hpp>
#include <gtx\euler_angles.hpp>
#include "InputManager.h"
#include "ScreenManager.h"
#include "TextureManager.h"
#include "AudioManager.h"
#include <vector>
#include "Chair.h"
#include "OBJLoader.h"
#include "Camera.h"
#include "Light.h"
#include "Wall.h... | [
"lucianhuza@yahoo.com"
] | lucianhuza@yahoo.com |
8c520b628a979999b413be14ed289c797dd8fa5a | b268d3851ca046c80cc2e052d8b853f19b59d3fb | /GameEngine/include/qt/QtGui/qopengldebug.h | 5ad4b5f25c6e43965ee29cdc2df6f2c74838e1c0 | [] | no_license | windless1015/CppGameEngine3D | 03419c01baafc2b941649954c1549f155b396172 | a26d830b8cd795eb797a3284038a03786ac2dc64 | refs/heads/master | 2022-03-27T10:15:55.351490 | 2016-03-16T19:22:55 | 2016-03-16T19:22:55 | 473,269,117 | 1 | 0 | null | 2022-03-23T16:24:37 | 2022-03-23T16:24:36 | null | UTF-8 | C++ | false | false | 8,291 | h | /****************************************************************************
**
** Copyright (C) 2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of t... | [
"benwolverine2019@gmail.com"
] | benwolverine2019@gmail.com |
51cf75634b798422ce82519465f216053ef405f8 | d2765eb920f3d09e9e612238d36bf31b9dc0bee1 | /inference/MultiArcFactors.h | 84d0c7ec58a533bedacfa9a6c53d033e5361652f | [] | no_license | funkey/host | f25be818e4ca47f6704076c6e5e011ead6af95a8 | 505afa63201624c6a5aaffb8ab11ff41a23b5a5d | refs/heads/master | 2016-09-11T08:27:29.055978 | 2015-11-03T14:03:53 | 2015-11-03T14:03:53 | 37,341,248 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | h | #ifndef HOST_INFERENCE_MULTI_ARC_FACTORS_H__
#define HOST_INFERENCE_MULTI_ARC_FACTORS_H__
#include <map>
#include <vector>
#include <graph/Graph.h>
#include "detail/MultiFactorTermImpl.h"
namespace host {
typedef detail::MultiFactorsImpl<Arc> MultiArcFactors;
} // namespace host
#endif // HOST_INFERENCE_MULTI_ARC_... | [
"funke@ini.ch"
] | funke@ini.ch |
5b14f024d0936164fdf7f2558be6a948218c8945 | 378dc1e9ea72a72b2a816eeadf761c40ab4386f1 | /7_C++Primer7.cpp | 83cd7875181e3a032109f6ba35a56f4932ae9b6c | [] | no_license | Kirktopode/Cpp-Exercises | ffe5f1f38c14c3e826a06901d300bc4a6524f492 | 7bd7d66dfc27cc3b0174365a44881810dd83a11e | refs/heads/master | 2021-01-19T01:02:52.287237 | 2016-06-25T05:53:25 | 2016-06-25T05:53:25 | 61,752,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,644 | cpp | #include <iostream>
using namespace std;
double max(double x, double y)
{
if (x > y)
return x;
return y;
}
double min(double x, double y)
{
if (x > y)
return y;
return x;
}
double add(double x, double y)
{
return x + y;
}
double multiply(double x, double y)
{
return x * y;
}
double diff(double x, double y)
{... | [
"masksofpurple@gmail.com"
] | masksofpurple@gmail.com |
24fcae2162589776919b083ecdc9433d2146385e | a7764174fb0351ea666faa9f3b5dfe304390a011 | /src/IGESBasic/IGESBasic_ToolGroup.cxx | 074ca9350b39e533874c15e4dd4b98168f177e27 | [] | 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 | 4,832 | cxx | //--------------------------------------------------------------------
//
// File Name : IGESBasic_Group.cxx
// Date :
// Author : CKY / Contract Toubro-Larsen
// Copyright : MATRA-DATAVISION 1993
//
//--------------------------------------------------------------------
#include <IGESBasic_ToolGro... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
20991c710090b87f00c781e5a50ef7aca7f54ce1 | 06f1e126950a912805ee7ee0b3cee366f91e8364 | /src/rpcmining.cpp | 9b908426443f70b7d3b943e6e15da96caa4edb36 | [
"MIT"
] | permissive | Justbob1956/TrollTokens | 74ab1702901e4bac321533e9a1da0f281d88798f | d596975e6f0f1cc6d26b750bd25e33cb8977be9b | refs/heads/master | 2021-01-01T05:24:43.559512 | 2016-05-23T08:31:44 | 2016-05-23T08:31:44 | 56,522,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,879 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "main.h"
#include "db.h"
#include "txdb.h"
#include "init.h"
#include "miner.h... | [
"zoot686@yahoo.com"
] | zoot686@yahoo.com |
7d3e9d081b99ca3e5c4f267e5b85c4ced0a70c6a | fca8dfee4a80188502b9cad2c7df3c17f167c6ec | /include/optix/optixu/optixpp_namespace.h | b4f666595fe97d32732f31e589ec8151acac9a4c | [] | no_license | tal-chan/mitsuba-optix | c0226f1f2f6018aa4047436b584a614a98298f3d | eee068698aac5746042f9c9f1f9302d610744c0d | refs/heads/master | 2021-01-22T10:21:23.441061 | 2015-06-26T13:13:12 | 2015-06-26T13:13:12 | 38,111,336 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 145,239 | h |
/*
* Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property and proprietary
* rights in and to this software, related documentation and any modifications thereto.
* Any use, reproduction, disclosure or distribution of this soft... | [
"chantal.j.ding@gmail.com"
] | chantal.j.ding@gmail.com |
e0d05378216ff284577b2247a24eaad4c45e6655 | e1ce5c1c8e403df3446ea6736803cec795b47ec5 | /18-SpokeDartsPublic-master/source/Piercing.hpp | 591aa17262eb30f440f61292efb2fc9a61d367e7 | [
"BSD-2-Clause"
] | permissive | HannahJHan/BlueNoiseSampling | c33f240221dd91843d0033de144adc4a238f69c7 | 1aec7e67f3e84735054ec79c6b477950095942ca | refs/heads/master | 2022-12-31T16:17:48.937577 | 2020-10-20T10:43:32 | 2020-10-20T10:43:32 | 305,656,275 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,163 | hpp | // Piercing.hpp
// Copyright 2016 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
// SCR#:2084.0
// a piercing is the point where a line crosses a sphere, along with whether the sphere is entered or left in
/... | [
"741891498@qq.com"
] | 741891498@qq.com |
d11056058960abb3162b283165f7fefcc689e134 | b1c0a1117a62d5f049e189e041aa19a914be6dbd | /2020/03/11/implicitrealloc.cpp | f8be291fa15f6019afd0fde10d4a88eb6cdea250 | [
"LicenseRef-scancode-public-domain"
] | permissive | lemire/Code-used-on-Daniel-Lemire-s-blog | 847451d3acbeb28a6a6d50c6686eb537a6fdff41 | c13fe68cdec26d45f688b5c58245fb428dc2ddb9 | refs/heads/master | 2023-08-31T09:55:12.275811 | 2023-08-31T00:33:59 | 2023-08-31T00:33:59 | 3,945,414 | 729 | 194 | null | 2023-09-04T07:50:21 | 2012-04-06T00:13:02 | C | UTF-8 | C++ | false | false | 306 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
void demo(int p) {
char * array = new char[p];
delete[] array;
char * newarray = new char[p+1];
if(newarray != array) {
std::cout << p << std::endl;
}
}
int main() {
for(int p = 1; p < 2000; p++)
demo(p);
}
| [
"lemire@gmail.com"
] | lemire@gmail.com |
c867837bc8fcdc413a9964de0e3e7724b0b08a2c | 0b15ba00d941f8aa5e093477ce021747b0c4f52c | /src/base/data.cpp | 24b87bc734d616e34cd68d9371e6f49201284318 | [
"MIT"
] | permissive | awper361/fast_rgf | 4ac56697649f613380e10163d49d75b4350c011e | 723a4d78e31524ef20a9bd16dd9ab8ea257271d6 | refs/heads/master | 2020-08-01T02:58:18.484025 | 2019-09-25T12:22:23 | 2019-09-25T12:22:23 | 210,837,620 | 0 | 0 | MIT | 2019-09-25T12:19:06 | 2019-09-25T12:19:06 | null | UTF-8 | C++ | false | false | 12,525 | cpp | /************************************************************************
* data.cpp (2016) by Tong Zhang
*
* For Copyright, see LICENSE.
*
************************************************************************/
#include "data.h"
class MyDataInputException : public std::exception {
public:
string ... | [
"tzwilobe@gmail.com"
] | tzwilobe@gmail.com |
d76366c61387a71fad1135dadf9ee71dc0f97e96 | afbd3ca9619f931fc09a62b933a31ced3ffa8de9 | /static_assert.cpp | b35cbb3e573971ec67921658f1d15b1d59d0bdae | [] | no_license | dimpleok/sample4c-11 | c280edfe7aa86d5d971b01ed1603bd4abf7001e7 | 5e1b3b117ce81c2959efd995dfb70f77015b734d | refs/heads/master | 2016-08-05T10:09:47.028993 | 2014-11-18T07:09:33 | 2014-11-18T07:09:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp | #include <iostream>
#include <string>
#include <type_traits>
template <typename T>
T concat(const T& a, const T& b)
{
static_assert( not std::is_integral<T>::value, "Integer is invalid");
return a + " " + b;
}
int main()
{
// Will trigger compile error
std::cout << concat<int>(10, 20) << std::endl;
... | [
"wanj@126.com"
] | wanj@126.com |
77ddcf6ed7f851086c9aeb9c359eac841725b70b | 48f0185294a032159b6543afc9606a49d96a8e07 | /src/sdk/engine/hltvdemo.h | f9d23b08421914283582ca5cc2d3b1717eab28be | [] | no_license | spumer/Left4Fix | 13f5fdf89427b6a2d5b131a0ad42cb53741d1280 | 41b124263350204a952bb4dbf209bd3772ec1062 | refs/heads/master | 2023-07-09T05:01:53.738176 | 2023-06-24T07:54:32 | 2023-06-24T07:54:32 | 10,987,361 | 9 | 7 | null | 2021-08-15T10:38:56 | 2013-06-27T04:37:07 | C++ | WINDOWS-1252 | C++ | false | false | 686 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef HLTVDEMO_H
#define HLTVDEMO_H
#ifdef _WIN32
#pragma once
#endif
#include <filesystem.h>
#include "demo.h"
#include "de... | [
"spumer-tm@yandex.ru"
] | spumer-tm@yandex.ru |
71f4250aa0da6deab3fdfa997b4beac8a2f4443e | eac812b8fde25475f85eb427cc3b9883bd3e59a8 | /app/android/jni/CameraTango.cpp | 33f7658f29a9a1a9709a78c7417808ea3f329b17 | [
"BSD-3-Clause"
] | permissive | Riotpiaole/rtabmap | f6dc452f07310ea4d682c3611f8e03267a94cde3 | 2b8b36db2ed7a08361dcffc9e2da3070b92a3883 | refs/heads/master | 2020-08-15T20:22:03.547609 | 2020-04-27T15:13:26 | 2020-04-27T15:13:26 | 215,402,703 | 0 | 0 | BSD-3-Clause | 2019-10-15T21:47:24 | 2019-10-15T21:47:24 | null | UTF-8 | C++ | false | false | 32,724 | cpp | /*
Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
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
... | [
"rlian072@uottawa.ca"
] | rlian072@uottawa.ca |
77c2e610293e872476a4b7533d4a535a2c85bce4 | 006f035d65012b7c5af15d54716407a276a096a8 | /dependencies/include/cgal/CGAL/Arr_point_location/Td_active_edge.h | 9be7c08042e76f88594001d4670a1f01c467b08f | [] | no_license | rosecodym/space-boundary-tool | 4ce5b67fd96ec9b66f45aca60e0e69f4f8936e93 | 300db4084cd19b092bdf2e8432da065daeaa7c55 | refs/heads/master | 2020-12-24T06:51:32.828579 | 2016-08-12T16:13:51 | 2016-08-12T16:13:51 | 65,566,229 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,215 | h | // Copyright (c) 2005,2006,2007,2009,2010,2011 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with CGAL.
//
// Licensees holding a valid commerci... | [
"cmrose@lbl.gov"
] | cmrose@lbl.gov |
a942843e8cbe36080bc1c658f77d42de0fa82f8b | 9c2801868c4abc0aa5c33488017bbaba2efb739f | /sum of round numbers.cpp | c4bbe684720adf4a85d25d786975b848aba7d3b0 | [] | no_license | TasFIa003/codeforces | 92638d99dc1d8ae30f89cc1932b5d9b9b431ea40 | dfd655ced01b673cf76e8443dc139eb9b892d237 | refs/heads/master | 2023-02-22T11:52:55.409735 | 2021-01-25T18:04:56 | 2021-01-25T18:04:56 | 332,835,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 469 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
long long n;
long long s;
//vector<long long>v;
cin>>n;
while(n--)
{
cin>>s;
vector<long long>v;
int p=1;
while(s>0)
{
if((s%10)>0)
{
v.push_back((s%10)*p);
}
... | [
"noortasfia7@gmail.com"
] | noortasfia7@gmail.com |
5f42755210deaeba96502eef69c951762c15d89a | 44a19cd5b34a2cab8ec261db02aef0dbfb8674ca | /leetcode/reverse_k_group/ReverseKGroup.cpp | e5d87dc189a55379f79f08397ad19b62393c8ea0 | [] | no_license | bilbo3000/coding | a00c878ec2ae835829b93b3a48bbaeffc2d4e290 | 3019998445e757d1aa25c7cdcfa2ae058fbfd9ee | refs/heads/master | 2020-12-30T22:56:23.348277 | 2018-01-11T03:59:32 | 2018-01-11T03:59:32 | 17,533,977 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,010 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
ListNode *reverseKGroup(ListNode *head, int k) {
// Note: The Solution object is instantiated only once and is reused by eac... | [
"jindongpu@gmail.com"
] | jindongpu@gmail.com |
0a0a5809d07c8a35639230281c1c48a4f9f70d82 | ba96d7f21540bd7504e61954f01a6d77f88dea6f | /build/Android/Debug/app/src/main/include/Fuse.Controls.Native.-6009f819.h | 4d98a12aa4bddfe92de88e4bd0b30b1f6b6c48fd | [] | no_license | GetSomefi/haslaamispaivakirja | 096ff35fe55e3155293e0030c91b4bbeafd512c7 | 9ba6766987da4af3b662e33835231b5b88a452b3 | refs/heads/master | 2020-03-21T19:54:24.148074 | 2018-11-09T06:44:18 | 2018-11-09T06:44:18 | 138,976,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,301 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Controls.Native/1.9.0/Android/ViewGroup.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace Fuse{namespace Controls{namespace Native{namespace Android{struct ViewGroup;}}... | [
"peyte.com@gmail.com"
] | peyte.com@gmail.com |
f3156aa59e40abd9b674ab8d21911cb8583c6d6a | 2360d93766dc54f44b540c1053e87fd94a296f3a | /buch/Programme/Kapitel 9/a9_7/landscape.h | 12820041a8c481cdc02803d706096e7b776e9378 | [] | no_license | khayrat/3dgrafik | 16a3098355b7395cd71f8bce56b43fafdf91ee20 | dfdf05187f22f77b7eb2e696fc4d6cbfd9b63d97 | refs/heads/master | 2020-07-22T06:29:56.041226 | 2019-09-25T19:20:13 | 2019-09-25T19:20:13 | 207,101,227 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,336 | h | #ifndef LANDSCAPE_H
#define LANDSCAPE_H
#include <stdio.h>
#include "simple_types.h"
#include "global_definitions.h"
#include "matrix.h"
#include "heightfield.h"
#include "texture.h"
#include "primary_color.h"
#include "viewport.h"
class landscape
{
private:
long vertex_count;
long detail_... | [
"khayrat.glende@neofonie.de"
] | khayrat.glende@neofonie.de |
5b9561773b3af53452ad886d96527f3b3b71d9bc | 4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4 | /src/nvmesh/TriMesh.cpp | 3e82b672e40752c3c9f2311b9b29f8881445dced | [] | no_license | saggita/nvidia-mesh-tools | 9df27d41b65b9742a9d45dc67af5f6835709f0c2 | a9b7fdd808e6719be88520e14bc60d58ea57e0bd | refs/heads/master | 2020-12-24T21:37:11.053752 | 2010-09-03T01:39:02 | 2010-09-03T01:39:02 | 56,893,300 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 647 | cpp | // This code is in the public domain -- castanyo@yahoo.es
#include "TriMesh.h"
using namespace nv;
/// Triangle mesh.
Vector3 TriMesh::faceNormal(uint f) const
{
const Face & face = this->faceAt(f);
const Vector3 & p0 = this->vertexAt(face.v[0]).pos;
const Vector3 & p1 = this->vertexAt(face.v[1]).pos... | [
"castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c"
] | castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c |
85adf32b08b58ea1c4ef83fd6a28f56ec9859b05 | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/algorithm/string/predicate_facade.hpp | 77108f692d2f3a35e0c8eed3bb1e52c34c66dd0f | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,552 | hpp | // Boost string_algo library predicate_facade.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003.
//
// 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 ... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
7f10090a7bc23500eba689a17ea1f4ef2250ef1f | cdaeec5dff08a6fee54f737631eb849853890cce | /algorithm_impls/longest_consecutive.cc | 331815986e60d01a27b9ab23a3a893ec17e48ca1 | [] | no_license | XiaotaoChen/coding-interview | f4dceedf0a9a199c5716b7fd223f503ba3afec3c | 932311acf3145442a1c293230d949a843e0b61df | refs/heads/master | 2023-05-12T07:23:18.116925 | 2023-05-04T14:02:55 | 2023-05-07T09:02:34 | 308,887,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,674 | cc | #include <algorithm> // max_element
#include <memory> // shared_memory
#include "../algorithm.h"
int longestConsecutive(vector<int> &num) {
if (num.size() == 0) return 0;
if (num.size() == 1) return 1;
vector<int>::iterator max_num_iter;
max_num_iter = std::max_element(num.begin(), num.end());
int... | [
"chenxiaotao03@meituan.com"
] | chenxiaotao03@meituan.com |
9f39ff872f14ad0565e67375eb5f5351df56238e | 8465159705a71cede7f2e9970904aeba83e4fc6c | /build/src_gen/F_DWORD_TO_USINT_gen.cpp | 782658ff45bbaae0a92c92e4c3ccd719bf6a2a57 | [] | no_license | TuojianLYU/forte_IO_OPCUA_Integration | 051591b61f902258e3d0d6608bf68e2302f67ac1 | 4a3aed7b89f8a7d5f9554ac5937cf0a93607a4c6 | refs/heads/main | 2023-08-20T16:17:58.147635 | 2021-10-27T05:34:43 | 2021-10-27T05:34:43 | 419,704,624 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,003 | cpp | /*******************************************************************************
* Copyright (c) 2012 Profactor GmbH
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-I... | [
"tuojianlyu@gmail.com"
] | tuojianlyu@gmail.com |
9907585a7a6ebf8ba9fc80382e2bd3bd9b92fb65 | 175390199ca6c8d6ba09c4828d9e0527d95efc85 | /Chuong 12 - Danh sach lien ket/bai859.cpp | 52306dbda8a0d12a5fd8a05f57e1b6b5140dfa20 | [] | no_license | DuyTran1234/1000ExerciseC- | 4d8627eb2dedf25038557d5fdd07a17ff52fbd00 | 5b6c63aef3c060a49bf0556e7c4a02074f8a977e | refs/heads/master | 2020-08-06T10:19:47.245586 | 2019-10-05T03:55:20 | 2019-10-05T03:55:20 | 212,940,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 471 | cpp | #include <iostream>
using namespace std;
struct node
{
int data;
node *pNext;
};
struct list
{
node *pHead;
node *pTail;
};
void createList(list &l)
{
l.pHead = l.pTail = NULL;
}
node *createNode(int x)
{
node *p = new node;
p->data = x;
p->pNext = NULL;
return p;
}
void addTailList(li... | [
"0985919093dd@gmail.com"
] | 0985919093dd@gmail.com |
134e6c1a09af7445e49cae9127f1892fcb11eeb2 | 897d75dda80d7c410be8c85d6da785cd2538424d | /montyBot/dependencies/include/BWAPI/Client/RegionImpl.h | fc048ec78b97e4a1563a63529ac0280055cf98ef | [] | no_license | cerko2/monte-bot | 88f6cd3b21fabd7a51c6615d99ae757f40ec45fc | b29fbeab618b9f614f1b2a22dce18b54091b94d4 | refs/heads/master | 2021-01-19T11:05:18.945482 | 2013-04-10T01:07:46 | 2013-04-10T01:07:46 | 8,127,774 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,085 | h | #pragma once
#include <BWAPI/Region.h>
#include <BWAPI/Position.h>
#include <BWAPI/Client/RegionData.h>
namespace BWAPI
{
class RegionImpl : public Region
{
private:
RegionData *self;
std::set<BWAPI::Region*> neighbors;
BWAPI::Region *closestAccessibleRgn;
BWAPI::Region *closestInacc... | [
"cerko2@gmail.com"
] | cerko2@gmail.com |
c62bb3bc5033852a24486d45dc94ac7896f76b6a | 89b64c9a4fe8614a0ff9c1a15fcb0e5a1eeb0b6c | /debug/moc_authorization.cpp | b203b31062f3f66c15522fde6962216fe2127a8b | [] | no_license | Vigl3228/Avia-Board | 86248b31fc13bb7bc02aea51063c40e6ef99e128 | f6532744d9ce7cecc987b3226b4f38b5b4934c37 | refs/heads/master | 2023-02-18T16:13:15.689540 | 2021-01-08T16:08:34 | 2021-01-08T16:08:34 | 327,564,485 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,790 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'authorization.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.0)
**
** WARNING! All changes made in this file will be lost!
******************************************************... | [
"enevigl2001@mail.ru"
] | enevigl2001@mail.ru |
57dc50c19eefa3f0dc7598a6f7882a12c5e1f970 | 2af1473c65b15bc1f29f908e63bf49f80958f796 | /ClientMulticast/main.cpp | 985483d5a641e294e2b14e21dfcca1a7184edc53 | [] | no_license | NeutralGender/RedisMulticast | b80dc9fb3b7e569e299181a13f18e0e1b2c6c51d | e92d72a62e9f06fa2a5e26d88088a975cf04fb5d | refs/heads/master | 2020-12-22T12:36:39.580814 | 2020-01-28T16:54:55 | 2020-01-28T16:54:55 | 236,783,949 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 786 | cpp | #include <iostream>
#include "Include/MulticastClient.h"
#include "Include/ReceiveSocket.h"
#include "Include/SendSocket.h"
int main()
{
// ReceiveSocket receive( "local", "group", port );
ReceiveSocket receive("9.5.1.1", "225.1.1.1", 8000);
receive.Create_Socket();
receive.SetReuseAddr();
receive... | [
"sd12@sg.com.ua"
] | sd12@sg.com.ua |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.