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
29ccd19340040a4407098ed88c7ba05f7f35ee0a
f4f8e9b55f4ec4a6733bd71596c7206d1270094b
/tensorflow-yolo-ios/dependencies/eigen/doc/snippets/SparseMatrix_coeffs.cpp
532e59856d3c30017fd18ef2e7996dfe33ce0cbd
[ "MIT" ]
permissive
initialz/tensorflow-yolo-face-ios
1e71a73c9814a24fc3ca36a61f2abc7a4b32ad63
ba74cf39168d0128e91318e65a1b88ce4d65a167
refs/heads/master
2021-08-19T19:22:34.604864
2017-11-27T07:39:21
2017-11-27T07:39:21
112,151,522
0
0
null
null
null
null
UTF-8
C++
false
false
128
cpp
version https://git-lfs.github.com/spec/v1 oid sha256:792cca442007f942beda639f16b2cf736e7df3c1e42eb15d8d61b6c4c28088a5 size 411
[ "kaiwen.yuan1992@gmail.com" ]
kaiwen.yuan1992@gmail.com
460698bfb56bb298c9b40a562de8c86dab33dc40
770bf6029669a3b96830b160b61331870fcea9a3
/ÖRNEKLER/PG33-ClassKisiler/PG33-ClassKisiler/stdafx.cpp
de4faacc00dc5aaf0f8505a3fad31e882678b897
[]
no_license
mustafraca/Programlamaya-Giris-OrnekveOdevler
9f71729a1c3dfae966380d258b8ce09a023c11ba
4d7cb7dea3e0e2068fa53ada76afc7d383118455
refs/heads/master
2021-01-03T03:36:28.647172
2020-02-12T01:44:13
2020-02-12T01:44:13
239,903,855
0
0
null
null
null
null
UTF-8
C++
false
false
296
cpp
// stdafx.cpp : source file that includes just the standard includes // PG33-ClassKisiler.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "36599634+mustafraca@users.noreply.github.com" ]
36599634+mustafraca@users.noreply.github.com
4d2ccecec054227ec8f74ccdd9b5c0a843cadb67
3e35cd073cd7a6627ab670eb03b2845a67a7f2c3
/include/gaia_network_httpserver.h
db2fd913001fa697aac8dd0bea3467f300aefad5
[]
no_license
sylarchen0906/GAIA
0db1613060432b3ad9c5e3d0201eeb2ec5863cb7
c4839827a85353c5dee18879ad8520582dd1ecbe
refs/heads/master
2020-05-26T21:34:30.691139
2017-02-17T15:24:50
2017-02-17T15:24:50
82,507,676
0
0
null
2017-02-20T02:22:28
2017-02-20T02:22:28
null
UTF-8
C++
false
false
1,802
h
#ifndef __GAIA_NETWORK_HTTPSERVER_H__ #define __GAIA_NETWORK_HTTPSERVER_H__ #include "gaia_type.h" #include "gaia_assert.h" //#include "gaia_sync_lock.h" //#include "gaia_sync_autolock.h" //#include "gaia_sync_lockrw.h" //#include "gaia_sync_autolockr.h" //#include "gaia_sync_autolockw.h" //#include "gaia_ctn_ref.h"...
[ "70601797@qq.com" ]
70601797@qq.com
76c97e1308a0bb6d3dac1c0d32971db454766561
84202c9c5d843e4633e34927e2b63f18b9692b0c
/tests/src/protostar/math/RectPackTest.cpp
dcb10cb1a0af63ab2cd8e6412be86ef9c6ddc8a6
[ "Apache-2.0" ]
permissive
xgdwangdechao/galaxy
08acd323c5ce22a5401f310e3ad94c2fd76d386a
e4cede2a4f7c0aa0db421c2d65230e7ba4cb37b9
refs/heads/master
2022-12-03T13:02:47.444557
2020-08-18T11:40:11
2020-08-18T11:40:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,919
cpp
/// /// RectPackTest.cpp /// tests /// /// Refer to LICENSE.txt for more details. /// #include <gtest/gtest.h> #include <protostar/math/RectPack.hpp> TEST(RectPack, init) { pr::RectPack<int> p; p.init(100, 100); EXPECT_EQ(p.get_width(), 100); EXPECT_EQ(p.get_height(), 100); } TEST(RectPack, cant_fit) { pr::Rec...
[ "dev.dom.re@gmail.com" ]
dev.dom.re@gmail.com
354e9fb82a5067879b51a366794b722c2103b5e0
e433566a524fd56b871bdd93685e0b8f2985574c
/drone_project/drone_ws/devel/include/bebop_msgs/CommonCommonStateMassStorageInfoStateListChanged.h
9d890d53deafc68a473f6ba69c184393f624f88e
[]
no_license
JarrettPhilips/self_landing_drone
000b2f386302555f1876fbc38ada71d12451f8e0
7e497492941d9f642d4991c3fbc5be20e63f965e
refs/heads/master
2021-09-14T13:20:14.536053
2017-12-20T00:16:55
2017-12-20T00:16:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,213
h
// Generated by gencpp from file bebop_msgs/CommonCommonStateMassStorageInfoStateListChanged.msg // DO NOT EDIT! #ifndef BEBOP_MSGS_MESSAGE_COMMONCOMMONSTATEMASSSTORAGEINFOSTATELISTCHANGED_H #define BEBOP_MSGS_MESSAGE_COMMONCOMMONSTATEMASSSTORAGEINFOSTATELISTCHANGED_H #include <string> #include <vector> #include <m...
[ "masc7859@colorado.edu" ]
masc7859@colorado.edu
de131b7d7b25bde07083279fcadcf000d5b65c0e
007867b4937f52de7746f79124ef104b2d183f5a
/计算几何/凸包/PKU 3348 Cows.cpp
f9d929ba327d78926bf29331795b9ed03afe8dba
[]
no_license
WhereIsHeroFrom/Algorithm
84dcee3174dbcd9e996442f07627a96c46f6c74a
6bf620d6219770db60b40d151eecd686955ab723
refs/heads/master
2023-08-05T14:05:48.385791
2021-10-06T00:21:39
2021-10-06T00:21:39
306,805,686
16
4
null
null
null
null
GB18030
C++
false
false
8,119
cpp
#include <iostream> #include <algorithm> #include <cstring> #include <cmath> #include <cstdlib> using namespace std; const int MAXP = 100010; const double eps = 1e-10; #define INT_POINT #ifdef INT_POINT typedef int PointType; typedef long long MultiplyType; // 由于乘法可能导致 int 溢出,所以需要定义一种乘法后的类型(平方、叉乘、点乘) #else typedef...
[ "menjitianya2007@163.com" ]
menjitianya2007@163.com
d4054098fed250945ffd0bf90263f148786ebd8c
cc1701cadaa3b0e138e30740f98d48264e2010bd
/chrome/browser/ui/app_list/search/chrome_search_result.cc
66aef456ccac88e7acc3a53ec1f3829f4130c1ae
[ "BSD-3-Clause" ]
permissive
dbuskariol-org/chromium
35d3d7a441009c6f8961227f1f7f7d4823a4207e
e91a999f13a0bda0aff594961762668196c4d22a
refs/heads/master
2023-05-03T10:50:11.717004
2020-06-26T03:33:12
2020-06-26T03:33:12
275,070,037
1
3
BSD-3-Clause
2020-06-26T04:04:30
2020-06-26T04:04:29
null
UTF-8
C++
false
false
6,020
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. #include "chrome/browser/ui/app_list/search/chrome_search_result.h" #include <map> #include "base/containers/adapters.h" #include "chrome/browser/ui/app...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b498ad87addb6697cbe381addd78d7602d1f2eb5
68bd064e7738c276551b220c2be7837b9b603e06
/psetggm/tests/test_xor.cpp
7a4c200204230beaacfa6457420a77eba2069c2a
[ "MIT" ]
permissive
dimakogan/checklist
15acfcd6db7167e28b4ae4e00f08a995b1ce43ce
cd0ba2a770fcb184417715f6cf1dd753e8d5bfa4
refs/heads/master
2023-05-05T09:55:08.835496
2021-05-25T22:53:05
2021-05-25T22:53:05
347,237,651
21
2
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include <iostream> #include "../xor.h" int main() { int row_len = 31; uint8_t db[row_len * 7]; long long unsigned int idx1 = 3; long long unsigned int idx2 = 6; for (int i = 0; i < row_len; i++) { db[idx1*row_len + i] = 'X'; db[idx2*row_len + i] = 'X' ^ (uint8_t)i; } l...
[ "dkogan@cs.stanford.edu" ]
dkogan@cs.stanford.edu
420b59b58d791c8bb4646c9509cb0a3aeda87ccf
fe6b0a0e981bb6fd356fc4467835dd1a52a0a49a
/Assets/StreamingAssets/Audio/GeneratedSoundBanks/Wwise_IDs.h
6a5e82966f247a3c8da41952eda3d999b3dfc1a7
[]
no_license
FruitPunchSamurai12/GJL
107883d0c89a099522ec86c7cd9479fa5925d517
912206f3eef2dc51248a0386703133e8f510e155
refs/heads/main
2023-08-09T21:03:30.383352
2021-09-16T12:37:19
2021-09-16T12:37:19
340,971,530
0
0
null
null
null
null
UTF-8
C++
false
false
5,291
h
///////////////////////////////////////////////////////////////////////////////////////////////////// // // Audiokinetic Wwise generated include file. Do not edit. // ///////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef __WWISE_IDS_H__ #define __WWISE_IDS_H__ #...
[ "rbarry.audio@gmail.com" ]
rbarry.audio@gmail.com
767fef145cb258fb4c3b459a7f5080ea2b4abb78
260e5dec446d12a7dd3f32e331c1fde8157e5cea
/Indi/SDK/Indi_0003_Grace_parameters.hpp
8e4b7c359981fd8c3396630522f0da2e68836907
[]
no_license
jfmherokiller/TheOuterWorldsSdkDump
6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0
18a8c6b1f5d87bb1ad4334be4a9f22c52897f640
refs/heads/main
2023-08-30T09:27:17.723265
2021-09-17T00:24:52
2021-09-17T00:24:52
407,437,218
0
0
null
null
null
null
UTF-8
C++
false
false
473
hpp
#pragma once // TheOuterWorlds SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "Indi_0003_Grace_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------------------------- // Funct...
[ "peterpan0413@live.com" ]
peterpan0413@live.com
30d68b76ef1462df8527e5fdf3e7e49684d7cc8e
df1a392cbf9dd781b209897e7913840a5a0f20b4
/src/io/BasicReaderWriter.cpp
a34b77c2062c3af6922dea8246643714309db13a
[ "MIT" ]
permissive
dlatikaynen/blooDot
e665491230d09be79f8a7517c22e55786af3fe1c
5ba6b0deac2c15a373715c479af80df2647a6bdc
refs/heads/master
2023-07-11T00:38:24.006063
2022-09-18T13:49:21
2022-09-18T13:49:21
200,548,112
4
0
MIT
2020-04-30T10:46:13
2019-08-04T22:34:54
C++
UTF-8
C++
false
false
4,427
cpp
#include "..\PreCompiledHeaders.h" #include "BasicReaderWriter.h" using namespace Microsoft::WRL; using namespace Windows::Storage; using namespace Windows::Storage::FileProperties; using namespace Windows::Storage::Streams; using namespace Windows::Foundation; using namespace Windows::ApplicationModel; using namespac...
[ "dlatikay@outlook.com" ]
dlatikay@outlook.com
fc5131a7c8affaff0ae8cbbc6b187c51136b7fe8
f81124e4a52878ceeb3e4b85afca44431ce68af2
/re20_2/processor16/65/U
16f8ea6bdd2e146b6d49f6d52a4857161b1ae231
[]
no_license
chaseguy15/coe-of2
7f47a72987638e60fd7491ee1310ee6a153a5c10
dc09e8d5f172489eaa32610e08e1ee7fc665068c
refs/heads/master
2023-03-29T16:59:14.421456
2021-04-06T23:26:52
2021-04-06T23:26:52
355,040,336
0
1
null
null
null
null
UTF-8
C++
false
false
23,885
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "chaseh13@login4.stampede2.tacc.utexas.edu" ]
chaseh13@login4.stampede2.tacc.utexas.edu
7ce0cc1c17de7207ad01aed96ba2b423a9c82771
cefd6c17774b5c94240d57adccef57d9bba4a2e9
/WebKit/Source/WebCore/rendering/style/StyleGeneratedImage.cpp
6b59fe7c496425d60c81b4bc481301663eb2a4ce
[ "BSL-1.0", "BSD-2-Clause", "LGPL-2.0-only", "LGPL-2.1-only" ]
permissive
adzhou/oragle
9c054c25b24ff0a65cb9639bafd02aac2bcdce8b
5442d418b87d0da161429ffa5cb83777e9b38e4d
refs/heads/master
2022-11-01T05:04:59.368831
2014-03-12T15:50:08
2014-03-12T15:50:08
17,238,063
0
1
BSL-1.0
2022-10-18T04:23:53
2014-02-27T05:39:44
C++
UTF-8
C++
false
false
3,333
cpp
/* * Copyright (C) 2000 Lars Knoll (knoll@kde.org) * (C) 2000 Antti Koivisto (koivisto@kde.org) * (C) 2000 Dirk Mueller (mueller@kde.org) * Copyright (C) 2003, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it ...
[ "adzhou@hp.com" ]
adzhou@hp.com
d454888692befd09e36e2f270e6c837f8763d6b4
d68d11f044b324dfa94ca01f5d7110c445face7b
/src/AddyMasterInfo.cpp
19448ad3476982c8d40665607e0e2daf205f4943
[]
no_license
aabdelrazek/addypin
568e43753c9c36731798bcaebb28b6db08fe519c
2d1f72293f22d57080ad5a21fd6dbc520b3f965d
refs/heads/master
2021-01-18T01:42:53.306335
2015-03-03T04:06:19
2015-03-03T04:06:19
30,514,234
1
0
null
null
null
null
UTF-8
C++
false
false
2,729
cpp
/* * AddyMasterInfo.cpp * * Created on: 2015-02-14 * Author: aabdelrazek */ #include "inc/AddyMasterInfo.h" #include "utils/inc/strtk.hpp" #include <Wt/WApplication> #include "tinyxml/tinyxml.h" AddyMasterInfo::AddyMasterInfo(std::string email, std::string mpin, unsigned int maxEntries): mMasterPin(mpin...
[ "eng.afathy@gmail.com" ]
eng.afathy@gmail.com
1260d963ff0d1f56870bbddc47b204ee2aee6939
f85d6b88aa35c4ce2d4315dcaa247db071a92b52
/Direct3D/GamePlayManager/GamePlayManager.cpp
da484edc5ae815c7ca703b8fd4a0774d1ce4e4da
[]
no_license
junghoon88/dx11portfolio
279d3117550b0766a68836d12b032e25ddbcfec1
fbd2941c772162b7d9be75e6409fa9633bca415d
refs/heads/master
2020-03-26T06:40:05.006809
2018-09-21T13:13:52
2018-09-21T13:13:52
144,615,838
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
617
cpp
#include "stdafx.h" #include "GamePlayManager.h" #include "../Executes/DrawStage.h" GamePlayManager::GamePlayManager(DrawStage * stage) : stage(stage) , playTime(0.0f) { enemyRespawnManager = new EnemyRespawnManager(stage); } GamePlayManager::~GamePlayManager() { SAFE_DELETE(enemyRespawnManager); } void GamePlay...
[ "theking14@hanmail.net" ]
theking14@hanmail.net
d352516ad763e55f7533608e3b47f1a3c0d487d6
896bcdf42a98bde051097ebe3e68c44feba02f85
/做题/4.Stacks of Flapjacks.cpp
e004a9bde9600c53403c91cce6163c52a259398b
[]
no_license
BIT-zhangxin/AlogrithmLearning
4c13b5c24b6677172068a78e859a996cd5559112
6a68357adeb6fb6f8b7b2832676d5e2dbb3157f1
refs/heads/master
2020-06-24T00:32:41.029086
2019-07-25T09:01:42
2019-07-25T09:01:42
198,795,739
2
0
null
null
null
null
GB18030
C++
false
false
1,736
cpp
//#include <stdio.h> //#include <stdlib.h> //#include <string.h> // //int Left = 0; // //void find(int *A, int len); //void change(int *A, int x); //int check(int *A,int len); // //int cmp(const void *a, const void *b) //{ // return *(int*)a - *(int*)b; //} // //int main() //{ // char tmp; // int size = 0; // int A[35]...
[ "1047632321@qq.com" ]
1047632321@qq.com
25125577ac9f2ee0778cc12d58930555427e62c4
591b536f8a4b434a8358b2e5d05f101cd0e74154
/pscx_emulator/pscx_disc.h
222a307b771bd9b5c51380ad342d31f670d5c00a
[]
no_license
oaleshina/pscx_emulator
67315b7dc275cfe44d20959cbf39377b6a67e9fa
af968ff2c0523fcd91322ef192f7869d4917d882
refs/heads/master
2022-09-29T11:17:37.871757
2022-04-18T16:26:07
2022-04-18T16:26:07
147,331,649
3
3
null
2022-04-21T12:37:10
2018-09-04T10:52:55
C
UTF-8
C++
false
false
3,866
h
#pragma once #include <fstream> #include "pscx_minutesecondframe.h" // Size of a CD sector in bytes. const size_t SECTOR_SIZE = 2352; // CD-ROM sector sync pattern: 10 0xff surrounded by two 0x00. Not // used in CD-DA audio tracks. const uint8_t SECTOR_SYNC_PATTERN[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,...
[ "oaleshina@nvidia.com" ]
oaleshina@nvidia.com
9894fcb92c2ca3d82756857662db566d29fd4eab
dca9e5c65e79786df5da45d917eb2c2729cd45ab
/Assignment - Ik/ASS65.CPP
d5d2a0e4c929e486cb797d955efbf2545477813e
[]
no_license
raja21068/C-Programs-Beginners
792650260b359d6c0e5797c6775ff023e9801037
e16110d731dbb6cee346d086b7d1c3038a3a6adb
refs/heads/master
2021-07-25T03:27:39.254067
2017-11-06T05:30:40
2017-11-06T05:30:40
109,651,660
0
0
null
null
null
null
UTF-8
C++
false
false
283
cpp
#include <conio.h> #include <stdio.h> void main () { clrscr(); int a,b,c,d,e,f,g; printf("Enter two fraction numbers(a/b,c/d): "); scanf("%d/%d,%d/%d",&a,&b,&c,&d); e=b*d; f=e/b; g=e/d; printf("\n\nThe sum of %d/%d and %d/%d is: %d/%d",a,b,c,d,(a*f+c*g),e); getch(); }
[ "rajakumarlohano@gmail.com" ]
rajakumarlohano@gmail.com
66c4959707e157876dabac41ea2f3ce02f0bd690
634120df190b6262fccf699ac02538360fd9012d
/Develop/mdk/RealSpace3/TestRS3/main.cpp
c06b29a31517141bbc16c2f5babb6ca58f2c494a
[]
no_license
ktj007/Raiderz_Public
c906830cca5c644be384e68da205ee8abeb31369
a71421614ef5711740d154c961cbb3ba2a03f266
refs/heads/master
2021-06-08T03:37:10.065320
2016-11-28T07:50:57
2016-11-28T07:50:57
74,959,309
6
4
null
2016-11-28T09:53:49
2016-11-28T09:53:49
null
UHC
C++
false
false
5,357
cpp
#include "stdafx.h" #include <vector> #include <string> #include "MFileSystem.h" #include "MCrashDump.h" // 디버그 모드에서 실행 할 때 너무 느릴 경우 주석 처리하시면 됩니다. #include "vld.h" #pragma comment(lib,"vldmt.lib") #ifdef _DEBUG #pragma comment ( lib, "UnitTest++.vsnet2008d_NoException.lib" ) #else #pragma comment ( lib, "UnitTest++....
[ "espause0703@gmail.com" ]
espause0703@gmail.com
4be8963f422de923e3d0d8ab2c6ce2d11a08558d
d990692dd7afdbb2a235ad03ac5209b4f3bb0df9
/ipc/chromium/src/base/message_loop_unittest.cc
ed7b0c14da76539b80b2f18c9aebbe690b8daef7
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
walkero-gr/timberwolf
5c33158a19dfeb3781c72c6732d45747d9a3c19e
90ca7da29b6089d1b14f5ff1d08e586aa2ec041f
refs/heads/master
2022-09-15T11:13:14.252767
2022-09-04T12:39:59
2022-09-04T12:39:59
291,531,351
0
0
NOASSERTION
2020-08-30T18:46:51
2020-08-30T18:46:51
null
UTF-8
C++
false
false
45,871
cc
// Copyright (c) 2006-2008 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 "base/logging.h" #include "base/message_loop.h" #include "base/platform_thread.h" #include "base/ref_counted.h" #include "base/thread.h"...
[ "benjamin@smedbergs.us" ]
benjamin@smedbergs.us
c072070230c2dd545b27a5497c1ea9d9c6983896
dde869518027fe29e5de7d04b7e41321ac5d0ba4
/cpp/glakkengine/src/Level/Level.cpp
99bc88efb6bd37a4b7cf4318e56acda22f0e6de0
[ "MIT" ]
permissive
ekroth/pool
0b91c81fac58bca6d1ead41ab6c971b7bd44ccd7
fb7e7602a8bea9b16451a75d23250f0c2b67f0d3
refs/heads/master
2021-06-06T09:53:55.253375
2016-09-07T23:41:30
2016-09-07T23:41:30
15,030,906
0
0
null
null
null
null
UTF-8
C++
false
false
1,505
cpp
/* Copyright (c) 2010-2011 Andrée Ekroth * See the file LICENSE.txt for copying permission. */ #include "Level/Level.hpp" #include "GameTime.hpp" #include "Graphics/IRenderer.hpp" #include "Level/LevelItem.hpp" using namespace kke; Level::Level (const std::string& name) : name(name), isLoaded(false) { } Level::~L...
[ "andree.ekroth@gmail.com" ]
andree.ekroth@gmail.com
bdd65c011df54b0f79da0d42524ca6eaefdad354
90047daeb462598a924d76ddf4288e832e86417c
/net/tools/quic/quic_server_bin.cc
6fc25241361953002f831a73146ab0f638c0f8b0
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
3,204
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // A binary wrapper for QuicServer. It listens forever on --port // (default 6121) until it's killed or ctrl-cd to death. #include <iostream> #includ...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
97dd62fd08d23cd835da75c47bea75ac672544ef
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_patch_hunk_2315.cpp
df3b1c46c04f8092ee1b5e018c7f19c3a5f75c24
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
483
cpp
lock = lock_ref_sha1_basic(newrefname, NULL, NULL, NULL, 0, NULL, &err); if (!lock) { error("unable to rename '%s' to '%s': %s", oldrefname, newrefname, err.buf); strbuf_release(&err); goto rollback; } - hashcpy(lock->old_sha1, orig_sha1); + hashcpy(lock->old_oid.hash, orig_sha1); if (write_ref_to_lo...
[ "993273596@qq.com" ]
993273596@qq.com
d39b53288eeb6b7ff54a64e81e2d36c403d87868
66f382479a46b3c3f5fe614a52baa5ef52951cec
/DuiLib/Control/UIGifAnim.h
58f48fc65a4f0726a6b1a675ca22c2905e38d070
[ "MIT" ]
permissive
fawdlstty/DuiLib_Faw
80005af6b1e328818f66cdad47c06108c9ec2137
f16f9913f027555640ec17eeb077c5be446681ae
refs/heads/master
2023-08-22T22:51:58.377968
2023-05-03T13:13:51
2023-05-03T13:13:51
152,514,855
95
29
NOASSERTION
2023-08-06T15:09:06
2018-10-11T01:50:39
C++
UTF-8
C++
false
false
1,658
h
#ifndef GifAnimUI_h__ #define GifAnimUI_h__ #pragma once namespace DuiLib { class UILIB_API CGifAnimUI: public CControlUI { enum { EVENT_TIEM_ID = 100, }; DECLARE_DUICONTROL (CGifAnimUI) public: CGifAnimUI (void); virtual ~CGifAnimUI (void); faw::string_t GetClass () const; LPVOID GetInterface (f...
[ "f@fawdlstty.com" ]
f@fawdlstty.com
3291f7226871babaf8b39d22a1796bc9a0e49ed0
03b011fa49f1d8ae4b14cd102931698e1ef74a59
/src/AM2320-WebGraph/AM2320-WebGraph.ino
4860c70cacafa44b64ba50f6180ec2f1b4889c5e
[ "MIT" ]
permissive
kzt206/AM2320-WebGraph
603dbc7ebb692ec36153980b87801115d217a0bf
efddc2907d7bdfcbfc329401415f83c6e234e220
refs/heads/master
2022-01-14T17:46:12.306651
2019-07-08T01:01:29
2019-07-08T01:01:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,974
ino
#include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> #include <ESP8266WebServer.h> #include <FS.h> #include <WebSocketsServer.h> #include <TimeLib.h> #include <AM2320.h> #include <Ticker.h> /************************************************ PARAMETERS ************************************************/ /* If you use t...
[ "shiguregaki@gmail.com" ]
shiguregaki@gmail.com
d7c97d334a59ae58c154bf5276c0509b9be5ba6f
3f4197b01dbc1f065d759c79e603c7deb31a2599
/external/android/include/21/frameworks/av/include/media/stagefright/MediaCodec.h
54a4e8b6ed059f52bbffe0e714068220ba8e0d1b
[ "Apache-2.0" ]
permissive
nova-video-player/aos-avos
543477be60e8a2a546f027dd0a97b3bf170585e7
2b79168e639f8088ef5d1e3a8d09f5523c063801
refs/heads/nova
2023-08-09T21:09:13.446561
2023-07-07T20:00:31
2023-07-07T20:00:31
133,509,761
10
6
Apache-2.0
2020-02-05T22:19:25
2018-05-15T11:59:28
C
UTF-8
C++
false
false
10,079
h
/* * Copyright 2012, 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 applica...
[ "noury@archos.com" ]
noury@archos.com
cf8cab98a0252fab3e2dfd5887019a60d06f8d76
cac5943d4339b3877a1cc3ecaf7293ab5f5c97d0
/src/examples/07_module/circle.h
9da758a8c0c614070bf3473b6bdb50b93f3457ad
[ "MIT" ]
permissive
acc-cosc-1337-fall-2019/acc-cosc-1337-fall-2019-Fortress117
128aef7ffd0773f393ede8cb93e5aa48ca0ba078
76cfd56f0d4cb53bd2ce997fffb994bd30560ce2
refs/heads/master
2020-07-13T07:58:29.178211
2019-12-10T00:08:28
2019-12-10T00:08:28
205,038,730
1
0
null
null
null
null
UTF-8
C++
false
false
189
h
//circle.h #ifndef CIRCLE_H #define CIRCLE_H #include"../07_module/shape.h" namespace mod7ex { class Circle : public Shape { public: void draw() override; }; } #endif // ! CIRCLE_h
[ "arturo.gonzalez@austincc.edu" ]
arturo.gonzalez@austincc.edu
9d944ed318bdf37a448c0917273045a522298ca9
77403c90252ea0c41db72e1f6bccb2842f026897
/src/abstract/gatewayabstract.cpp
fe22aaad79ee38c4e05266b20db7d552f51c68e3
[]
no_license
lyarbean/qtrader
1c783340d9aa1827e3368548c38d17a08af0e4e4
2d64b6195a39cd64eb3e1d6375b1bfa33560eff3
refs/heads/master
2021-05-12T00:14:14.060284
2018-01-16T06:35:01
2018-01-16T06:35:01
117,529,572
1
0
null
null
null
null
UTF-8
C++
false
false
50
cpp
#include "gatewayabstract.h" using namespace oz;
[ "slbyan@gmail.com" ]
slbyan@gmail.com
c5dee2584544de021b41875de5efea5de66c80a7
4716135a3130ddcd14cec7ef64825e5e248b70a1
/src/procedures/determine_characterisation.hpp
1e7df6cb380d027bf5ffa0be8567d5654b5cd736
[ "BSD-3-Clause" ]
permissive
Battery-Intelligence-Lab/SLIDE
2465ae09a15674e573374151edbe0b17297a89ba
847fec7aaeaefb916c51e5264aa8aa0dcfe72b20
refs/heads/master
2023-09-01T02:47:32.948438
2023-04-08T04:07:24
2023-04-08T04:07:24
185,216,614
26
8
NOASSERTION
2023-04-08T04:07:25
2019-05-06T14:47:40
C++
UTF-8
C++
false
false
2,229
hpp
/* * determine_characterisation.hpp * * Header file for the functions used to find the parameters which will match measured CCCV cycles. * This are the diffusion constants, rate constants and DC resistance. * * Copyright (c) 2019, The Chancellor, Masters and Scholars of the University * of Oxford, VITO nv, and t...
[ "volkan.kumtepeli@gmail.com" ]
volkan.kumtepeli@gmail.com
784a92e29bd6f82570b7389cbefca8e9c6291c58
5950c4973a1862d2b67e072deeea8f4188d23d97
/Export/macos/obj/src/lime/_internal/backend/native/NativeCFFI.cpp
69d449c4ab665329b101e5eef41d3c0249d16d66
[ "MIT" ]
permissive
TrilateralX/TrilateralLimeTriangle
b3cc0283cd3745b57ccc9131fcc9b81427414718
219d8e54fc3861dc1ffeb3da25da6eda349847c1
refs/heads/master
2022-10-26T11:51:28.578254
2020-06-16T12:32:35
2020-06-16T12:32:35
272,572,760
0
0
null
null
null
null
UTF-8
C++
false
true
1,339,642
cpp
// Generated by Haxe 4.2.0-rc.1+cb30bd580 #include <hxcpp.h> #ifndef INCLUDED_cpp_Prime #include <cpp/Prime.h> #endif #ifndef INCLUDED_lime__internal_backend_native_NativeCFFI #include <lime/_internal/backend/native/NativeCFFI.h> #endif HX_LOCAL_STACK_FRAME(_hx_pos_02b9537fa9419772_354_boot,"lime._internal.backend.na...
[ "none" ]
none
2fe381ed7cbbc2e7d3a00bce9ee161d47c425e41
ed8332a1512f81aced000cc8034acee41051f74d
/ZFramework3D/ZExpMapGenerateWarp.h
009d5543ede5777951916d8a1324043af646c463
[]
no_license
zzez12/ZFramework
cefd52aea8447d253334f34dc3246eb6bff4235d
347d68a96a030888ea7b0fc22c63bd3279a6279c
refs/heads/master
2021-01-19T02:39:21.808644
2016-07-04T02:17:12
2016-07-04T02:17:12
50,234,235
0
0
null
2016-07-04T02:18:38
2016-01-23T10:38:55
C++
UTF-8
C++
false
false
1,027
h
#pragma once #ifndef ZEXPMAPGENERATEWARP_H_ #define ZEXPMAPGENERATEWARP_H_ #include "GlobalDefs.h" #include "../Scene/Mesh3D.h" #include "../ExLib/expmap/ExpMapGenerator.h" #include "../ExLib/expmap/VFTriangleMesh.h" #include "ZMeshParser.h" namespace ZMeshSpace { class ZExpMapGenerateWarp { public: ZExpMapGene...
[ "zzez12@foxmail.com" ]
zzez12@foxmail.com
bc49a70c452a52d629d84713167ac80cece812fd
49db9830c7f183873c1394d8291e35d1289a08c6
/include/core/Thread.h
5147cbc007dddb24d7007485175ee09bce19d4f0
[ "Zlib" ]
permissive
DarthCoder117/Icicle-Engine
ef0f1d96cbbeea5f8cff395a963a6fe44064b64b
2aa3d56e7ca58f9d7e1ad946bda371495507b9b4
refs/heads/master
2020-12-26T16:27:29.568802
2015-03-04T01:19:19
2015-03-04T01:19:19
29,780,395
1
0
null
null
null
null
UTF-8
C++
false
false
1,312
h
#ifndef THREAD_H #define THREAD_H #include <IcicleCommon.h> namespace ice { namespace core { ///@brief Wrapper around thread implementation. ///The current implementation just wraps std::thread for portability. class Thread { public: Thread() {} template <typename F, typename... P> Thread(F&&...
[ "tanner@icicle-games.com" ]
tanner@icicle-games.com
71a558535bd3e7f25f1b1a9dae480b8e489dcce9
e76ea38dbe5774fccaf14e1a0090d9275cdaee08
/src/sync/engine/apply_control_data_updates_unittest.cc
f3d173cba912ec6c54c0101e06d7a938ac9c33dd
[ "BSD-3-Clause" ]
permissive
eurogiciel-oss/Tizen_Crosswalk
efc424807a5434df1d5c9e8ed51364974643707d
a68aed6e29bd157c95564e7af2e3a26191813e51
refs/heads/master
2021-01-18T19:19:04.527505
2014-02-06T13:43:21
2014-02-06T13:43:21
16,070,101
1
3
null
null
null
null
UTF-8
C++
false
false
38,941
cc
// Copyright 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. #include "base/format_macros.h" #include "base/location.h" #include "base/memory/scoped_ptr.h" #include "base/strings/stringprintf.h" #include "sync/engin...
[ "ronan@fridu.net" ]
ronan@fridu.net
6d19e06f12a947d34d731b2cb580ef94b82c9ae6
f174607cab237e01c11de99fab7d9d9dec4fa380
/lab4/interpolations/netwon_interpolation.cpp
7090bfda7d4d44da7cdf64da3664ec73c827b447
[]
no_license
MatiXOfficial/MOwNiT
ff6c1c3c6df5c1fc8afd53bc6665ac554e2f80ae
7ddbd9add9617e566732447d2fc8956923942daf
refs/heads/master
2021-03-21T22:57:07.273833
2020-06-12T13:39:37
2020-06-12T13:39:37
247,333,529
1
1
null
null
null
null
UTF-8
C++
false
false
1,141
cpp
#include <vector> #include "../utils/point.h" std::vector<Point> newtonInterpolation(const std::vector<Point> &nodes, const std::vector<double> &pointsX) { int n = nodes.size(); std::vector< std::vector<double> > F(n, std::vector<double>()); for (Point node : nodes) { F[0].push_back(node.getY()...
[ "mateuszkocot99@gmail.com" ]
mateuszkocot99@gmail.com
01f0e5e3b761ae80802b4e6707c95774f0aa169e
c1b03b59b3974058e3dc4e3aa7a46a7ab9cc3b29
/src/module-wx.new/generated/Class_wx_WebViewFactory.h
4b2c3a296b31fb36465dc4e5d37277bb93682082
[]
no_license
gura-lang/gura
972725895c93c22e0ec87c17166df4d15bdbe338
03aff5e2b7fe4f761a16400ae7cc6fa7fec73a47
refs/heads/master
2021-01-25T08:04:38.269289
2020-05-09T12:42:23
2020-05-09T12:42:23
7,141,465
25
0
null
null
null
null
UTF-8
C++
false
false
1,791
h
//---------------------------------------------------------------------------- // wxWebViewFactory //---------------------------------------------------------------------------- #ifndef __CLASS_WX_WEBVIEWFACTORY_H__ #define __CLASS_WX_WEBVIEWFACTORY_H__ #include <wx/webview.h> Gura_BeginModuleScope(wx) //------------...
[ "ypsitau@nifty.com" ]
ypsitau@nifty.com
a2196cadf50dbdab1a925651a21bc0c2c9636932
41921879b1eb3b50f97944fe6641eb91666da914
/syutil/syutil/SyUtilClasses.cpp
b1651d105e651545a557b47dc59a9621b234947b
[ "MIT" ]
permissive
siyuli/SYUtil
6b0562ab61fa344d774f392173013c0fe789f18f
b4eda55f40fec8ff87086af8b52c20f33ed3aab7
refs/heads/master
2021-01-10T03:24:20.991215
2020-10-09T13:44:39
2020-10-09T13:44:39
44,081,525
0
0
null
null
null
null
UTF-8
C++
false
false
3,359
cpp
//#include "SyBase.h" #include "SyUtilClasses.h" #include "SyThreadMisc.h" #include "SyUtilMisc.h" #include "SyAssert.h" #include "SyDebug.h" #include "SyNetwork.h" //#include "tp_p.h" START_UTIL_NS /////////////////////////////////////////////////////////////// // class CSyCleanUpBase //////////////////////////...
[ "siyuli@cisco.com" ]
siyuli@cisco.com
78d25c342848ec6cbcae42f5ab2065d701b9637e
07327b5e8b2831b12352bf7c6426bfda60129da7
/Include/10.0.14393.0/winrt/windows.media.streaming.adaptive.h
567656f316cf773c6d69c1f1543c75fc7216b154
[]
no_license
tpn/winsdk-10
ca279df0fce03f92036e90fb04196d6282a264b7
9b69fd26ac0c7d0b83d378dba01080e93349c2ed
refs/heads/master
2021-01-10T01:56:18.586459
2018-02-19T21:26:31
2018-02-19T21:29:50
44,352,845
218
432
null
null
null
null
UTF-8
C++
false
false
251,860
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.01.0618 */ /* @@MIDL_FILE_HEADING( ) */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR...
[ "trent@trent.me" ]
trent@trent.me
5a0b0e26768f15b7db5ac79a0193da51474748e9
cbfb8553a5c990c79e184149e236e1fa3e8ba943
/Leetcode/Array/2564_SubstringXORQueries.cpp
7c91b1f28e3c4e59227400c44c1e14b5ae3d9c96
[]
no_license
DancingOnAir/LeetCode
09c0b8c428216302be02447b257e7b9ca44c741b
62d5a81f9a774599368a91050bcf83e4ffab8f50
refs/heads/master
2023-05-09T01:59:58.943716
2023-05-04T01:10:42
2023-05-04T01:10:42
93,221,941
2
1
null
null
null
null
UTF-8
C++
false
false
1,463
cpp
#include <iostream> #include <vector> #include <string> #include <unordered_map> using namespace std; class Solution { public: vector<vector<int>> substringXorQueries(string s, vector<vector<int>>& queries) { unordered_map<int, vector<int>> seen; for (int i = s.size() - 1; i >= 0; --i) { ...
[ "taotong1984@hotmail.com" ]
taotong1984@hotmail.com
573171df081d8eabd701a6f87c79a8e8cffd121d
ffd84b61323d53863ae46872e16f55966f4e16ce
/ESP32-Firebase-Car/ESP32-Firebase-Car.ino
dcbbd480515db849d8454371c51161ee803ea798
[]
no_license
dtmkeng/Project_EE
c4bed255fa6608f806bcd69fb74205fd3a81e79e
4ca53945eecc3cecbcc55216461b208b79b3471b
refs/heads/master
2021-05-13T13:33:58.458871
2018-01-08T16:50:32
2018-01-08T16:50:32
116,710,518
0
0
null
null
null
null
UTF-8
C++
false
false
2,140
ino
#include <WiFi.h> #include <IOXhop_FirebaseESP32.h> #include <time.h> // Config Firebase #define FIREBASE_HOST "esp32-ccar.firebaseio.com" #define FIREBASE_AUTH "q5iEL3edyyzhS4QVT7VGfJ8PHpzpfWTaUNlsVNrC" // Config connect WiFi #define WIFI_SSID "DevTech" #define WIFI_PASSWORD "Alonesnon0" // Config time int timezon...
[ "nongrace6654@gmail.com" ]
nongrace6654@gmail.com
450d384474b11afdc9eba238116959aeeea6f1b7
4c955558d482b2a85153509b8ca63480ca00b6bf
/src/sycl/SYCLDataFormats/SiPixelDigiErrorsSYCL.cc
a0b5cd20b8e7c1d10c11d5b4c0fd086dba4a2e13
[ "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
cms-patatrack/pixeltrack-standalone
a9080890b11e4ac58b712bb0e6b46970ad8ac7d8
8b7a333df8fe24a2399a0cabf34a24202f48ff7e
refs/heads/master
2023-08-19T04:19:10.014356
2023-08-17T20:16:57
2023-08-17T20:16:57
231,442,836
13
31
Apache-2.0
2023-09-04T17:31:45
2020-01-02T19:05:03
C++
UTF-8
C++
false
false
1,753
cc
#include "SYCLDataFormats/SiPixelDigiErrorsSYCL.h" #include "SYCLCore/device_unique_ptr.h" #include "SYCLCore/host_unique_ptr.h" #include <cassert> SiPixelDigiErrorsSYCL::SiPixelDigiErrorsSYCL(size_t maxFedWords, PixelFormatterErrors errors, sycl::queue stream) : formatterErrors_h(std::move(errors)) { error_d ...
[ "au99.perego@gmail.com" ]
au99.perego@gmail.com
86b89e680e24f31c681f82a592f5d01f0ec5ba84
21f6d92b229d90b539a31e89644cc25281399b18
/Hmwk/Assignment 4/Indiv. Problems/Problem5/main.cpp
ced275c7693278171e7f6e0285d9a0d53c09206e
[]
no_license
mkvarner/mv2504740
51809b69766dbd15821d25c1ee55061bc7396664
a5f46e745e426900eab1b8b61fb44555bd3e29da
refs/heads/master
2016-09-10T15:48:36.083729
2014-07-31T20:31:00
2014-07-31T20:31:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
806
cpp
/* * File: main.cpp * Author: Megan Varner * Created on July 9, 2014, 7:51 PM * Distance traveled */ #include <iostream> using namespace std; int main() { float distance, speed, time; cout << "Speed of the vehicle in miles per hour: "; cin >> speed; while(speed <= 0) { cout << "Speed of the ve...
[ "megan.varner63@gmail.com" ]
megan.varner63@gmail.com
659286c9e2e0e68464e2d370816e891273afbc4f
581f7c9d75a5ebc95264e56c2b2de9283e02afdc
/PICTest/PIC_main.cpp
a4c002153c064255988250734192031afe7525de
[]
no_license
skrcjstk/FluidSimulationWithOPT
22551e617748a381b8a51ab2fd242701a4f2ce4b
ea43536944f44659d9b5fda727c18ba6ef3a0100
refs/heads/master
2021-09-10T00:35:01.130681
2018-03-20T11:48:18
2018-03-20T11:48:18
108,535,626
0
0
null
null
null
null
UTF-8
C++
false
false
11,705
cpp
#include "GL/glew.h" #include "..\FluidSimulationWithOPT\Visualization\MiniGL.h" #include "..\FluidSimulationWithOPT\Visualization\Selection.h" #include "GL/glut.h" #include "..\FluidSimulationWithOPT\Visualization\PrimitiveBuffer.h" #include <iostream> #include <stdio.h> #include <stdlib.h> #include "PIC.h" #include "...
[ "skrcjstk@gmail.com" ]
skrcjstk@gmail.com
46556d1ec840a903c5c48f6257d0b75ebf380308
188fb8ded33ad7a2f52f69975006bb38917437ef
/Fluid/processor4/0.04/U
8a48b8c9a960a9d6fc3ac74d01314767c0d8e744
[]
no_license
abarcaortega/Tuto_2
34a4721f14725c20471ff2dc8d22b52638b8a2b3
4a84c22efbb9cd2eaeda92883343b6910e0941e2
refs/heads/master
2020-08-05T16:11:57.674940
2019-10-04T09:56:09
2019-10-04T09:56:09
212,573,883
0
0
null
null
null
null
UTF-8
C++
false
false
18,680
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | ...
[ "aldo.abarca.ortega@gmail.com" ]
aldo.abarca.ortega@gmail.com
da1492b2a3297317dd850a7e25b7f9b084b3b8bd
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/src/protocols/simple_moves/UniformPositionMover.hh
92e4187a34bc1967c67200111af34b4694fd2b9a
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
3,993
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
729d2f9cd541a35fd8dfd652c541160b1edf79c8
a81bfc4ebf924828d89f353d033bb7d654a999bf
/Invitation/Changsha/A.cpp
522f29b5f461d24d42f8086f2f88b69e3ae9f605
[]
no_license
someoneAlready/Summer-Code
2ce3f7c270e8deb9d1a0ed566762983d58806b20
cc576fb0412fe78905ee741df7ca2fc9c1caa23d
refs/heads/master
2021-05-26T14:34:49.923499
2013-10-16T10:59:53
2013-10-16T10:59:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,475
cpp
#include <iostream> #include <algorithm> #include <vector> #include <queue> #include <stack> #include <cstdio> #include <cstdlib> #include <cstring> #include <cmath> #include <climits> #include <ctime> using namespace std; #define rep(i, n) for (int i=0; i<(n); ++i) #define repf(i, a, b) for (int i=(a); ...
[ "cgangee@gmail.com" ]
cgangee@gmail.com
36d2e1500a094f17880a5bfceb35ef6530dc0abb
3bbfb653b7f13a0b4d130d4e10362f353196504d
/camOdoCalib/src/egsl/egsl_ops.cpp
6d8c20ff1876b947f73d6d9d8676bfff2abc203e
[]
no_license
guanyinsama/odom_lidar_calibration
0a5286cff92074bc2eab286677a1a7e044f77e7a
1e131934cd695fbf756da676687094bc1aaafd0e
refs/heads/main
2023-07-13T05:41:37.481208
2021-08-24T05:39:49
2021-08-24T05:39:49
399,347,799
7
0
null
null
null
null
UTF-8
C++
false
false
4,182
cpp
//#include <gsl/gsl_matrix.h> //#include <gsl/gsl_blas.h> //#include <gsl/gsl_linalg.h> //#include <gsl/gsl_eigen.h> #include "egsl/egsl.h" val egsl_sub(val v1,val v2){ return egsl_sum(v1, egsl_scale(-1.0,v2)); } val egsl_compose_col(val v1, val v2){ gsl_matrix *m1 = egsl_gslm(v1); gsl_matrix *m2 = egsl_gslm(v2...
[ "yjyyanw@sunnyoptical.com" ]
yjyyanw@sunnyoptical.com
5b3b39a80368b993754bc6a39483ac10869e38b8
1abd81b2612f0d5c428a90dcfd78e21603529784
/hackerrank-minimum-penalty-path/main.cpp
76087382588915289b5117ce0123c2657a48cb1f
[]
no_license
younghyunjo/problem-solving
1b5a1b663ec60b8156ee6419b399e813e1b9d690
9f400816cd4ad21d5c2f6563f21821d43bf95738
refs/heads/master
2021-01-25T07:54:31.763546
2019-01-31T00:44:08
2019-01-31T00:44:08
93,679,631
0
0
null
null
null
null
UTF-8
C++
false
false
1,391
cpp
#include <bits/stdc++.h> using namespace std; #define MAX_COST 1024 int minimalPenalty(vector<pair<int, int>>* edges, int from, int to) { bool visited[1001][MAX_COST]; memset(visited, false, sizeof(visited)); queue<pair<int, int>> bfsQueue; bfsQueue.push(make_pair(from, 0)); while (!bfsQueue.e...
[ "younghyunjo99@gmail.com" ]
younghyunjo99@gmail.com
9645c8ec5d6b68fd454fc4c3345673a4ba5bc0fc
61b638259032db17c0dd07b068d9cb82a96910e2
/src/LibunwindWrapper/Main.cpp
34ce451309c5f8a88ae5cc1a88a49ea233aff8b5
[ "MIT", "Apache-2.0" ]
permissive
fractalspace/superdump
0743160ec989ab28c1a075b63dc5475cd1f78982
e44c1566cdfca7a3b7ab79c784b65909c4927a29
refs/heads/master
2020-03-26T14:36:23.544997
2017-06-22T11:05:10
2017-06-22T11:05:10
144,995,613
1
0
null
null
null
null
UTF-8
C++
false
false
1,973
cpp
#include "LibunwindWrapper.h" #include "Main.h" #include <stdio.h> #include <vector> using namespace std; LibunwindWrapper* wrapper; int main(int argc, char** argv) { if (argc != 3) { printf("2 arguments required.\r\n"); return 1; } printf("Launching with args %s,%s\r\n", argv[1], argv[2]); fflush(stdout); ...
[ "dominik.steinbinder@dynatrace.com" ]
dominik.steinbinder@dynatrace.com
ced0f90f2f27dc7fa29893ddfcd8832948beacc3
a553f3918d3ef1f2098794ecc0dfd212916eee78
/averageimage.cpp
254baf376fc1e321f676786c062dc0f681707d9a
[]
no_license
jendralhxr/clumon
151b8735d05dfceb51c7cd815c93ff1fc3f67e4c
742ba7c9affa8855ba3fd4b52221dc37f7016c34
refs/heads/master
2021-06-26T21:05:09.914513
2021-01-20T04:00:09
2021-01-20T04:00:09
73,871,629
0
0
null
null
null
null
UTF-8
C++
false
false
1,608
cpp
#include <iostream> #include <iostream> #include <iomanip> #include <fstream> #include <opencv2/opencv.hpp> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <math.h> using namespace std; using namespace cv; ofstream logfile; char filename[256]; Mat image, temp; int ima...
[ "jendral.hxr@gmail.com" ]
jendral.hxr@gmail.com
370b91086e3515fc9727468d7be8e8c8bdcc1a10
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5706278382862336_0/C++/Etienne/main.cpp
82f7cae96fbbda5bee3c6283b428deb6eff6d422
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
965
cpp
#include <iostream> #include <list> #include <algorithm> #include <vector> #include <string> #include <stack> using namespace std; void testCase() { long long p, q; cin >> p; cin.ignore(); cin >> q; if(q == 0) { cout << " impossible" << endl; return; } ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
0bf1dd8d5cc09ac7ed78b3f77248881925485480
6cc0c6af410b84fea59bd970dd7ff66990711090
/PAnDA.h
4b992a6ee89e006065c294b0784343c632c7ce44
[]
no_license
mhoopmann/panda-ms
c955541fbfda65f1dbbf94334b0debfaf55a0d66
4e400093b5d362d6f0909d23892242e84a1272d2
refs/heads/master
2021-01-10T21:00:10.061400
2015-04-23T18:40:27
2015-04-23T18:40:27
34,474,460
0
0
null
null
null
null
UTF-8
C++
false
false
1,121
h
//#pragma once #ifndef _PANDA_H #define _PANDA_H #include "stdafx.h" #include "sqlite3.h" #include "cKronik.h" #include "MSReader.h" #include "Spectrum.h" #include <vector> using namespace std; typedef struct PPID{ int charge; float firstRT; float lastRT; float intensity; double monoMass;...
[ "maccoss@5c5e9a1d-dd6e-c237-9e86-5b6b01bd2de3" ]
maccoss@5c5e9a1d-dd6e-c237-9e86-5b6b01bd2de3
52adc12c677a9521c33e309887bbc1aa56dd3b52
a97b372638717f8b8d7a0aff1f8ec43a80957d3d
/gtest/template_test.cpp
912789aa5d5fd7af76a5a6a1673c8067a69cb0fb
[]
no_license
ilya1725/ProjectBits
a5cbcdbccfccbbb639df4276e969075e7685233f
77722bcb74b1ebbcc8def6668c300c42f600686c
refs/heads/master
2022-12-23T20:31:29.832771
2022-12-22T22:30:57
2022-12-22T22:30:57
45,317,582
0
0
null
2022-11-10T06:41:41
2015-10-31T20:40:57
C++
UTF-8
C++
false
false
1,251
cpp
// // Google test how to test templated classes // #include <gmock/gmock.h> #include <gtest/gtest.h> #include <type_traits> // The actual class to run the test on template <std::size_t N> class Line { public: explicit Line(){}; std::size_t length() const { return length_; } private: sta...
[ "katsnelson@gmail.com" ]
katsnelson@gmail.com
1e345dae2c14c2779f7005778ecc893bd67353d4
62df53f1123102cdc26290fdec3e202130b5c25b
/source/XYO/NetUse/License.hpp
657f7fb4e5132d3734dfd9b7b70e4190efff663c
[ "MIT" ]
permissive
g-stefan/net-use
fa25dc56f0f5bb645e32a4f747bf12ef183a3288
857f939140aa193e3de704e2771420f5dd1b22d9
refs/heads/main
2023-07-23T19:26:44.978271
2023-06-08T12:23:14
2023-06-08T12:23:14
203,877,110
0
1
null
null
null
null
UTF-8
C++
false
false
501
hpp
// Net Use // Copyright (c) 2020-2023 Grigore Stefan <g_stefan@yahoo.com> // MIT License (MIT) <http://opensource.org/licenses/MIT> // SPDX-FileCopyrightText: 2020-2023 Grigore Stefan <g_stefan@yahoo.com> // SPDX-License-Identifier: MIT #ifndef XYO_NetUse_LICENSE_HPP #define XYO_NetUse_LICENSE_HPP #ifndef XY...
[ "g_stefan@yahoo.com" ]
g_stefan@yahoo.com
2d3f24179696e896f898d33d0fd594d04cdba742
ed1343271e50e9feeefffebde8fe0d49c1de13e0
/GL/src/picopng.h
46e86d724194f6ae9b16f3c220449ad8c9b29b5d
[]
no_license
alxklk/OGLBase
7bad233017c905826ce008af1db18663ac05040e
d0605c02f8d3742828491e2854a2ac707868649e
refs/heads/master
2021-01-10T14:28:50.658502
2015-10-17T13:47:33
2015-10-17T13:47:33
43,898,260
0
0
null
null
null
null
UTF-8
C++
false
false
37,068
h
#include <stddef.h> namespace ppng { template <typename T>struct iter { int pos; iter(int i=-1) :pos(i) {}; }; template <typename T> class varray { T dummy; T* buf; unsigned int sz; unsigned int cap; public: ~varray() { delete[] buf; } varray() { cap=1024; buf=new T[cap]; sz=0;...
[ "Cinemafarm115%" ]
Cinemafarm115%
a9a9600f327e4eb63537fd64c5a89dc86651c259
2083070b7799082a084e3094e386de8d29dbfe27
/compil/src/generator/cpp/format/method.h
deeb9643354a4ff038683ec153672e92dd8167f8
[]
no_license
ggeorgiev/compil
939a8320ad14e0d4d6fd86ce9b29c57bd3f068b0
42b91209c65a11a935b81a64cb15337c9501baa4
refs/heads/master
2021-01-10T21:01:24.235578
2014-06-29T02:47:17
2014-06-29T02:47:17
2,500,018
0
0
null
null
null
null
UTF-8
C++
false
false
8,263
h
// CompIL - Component Interface Language // Copyright 2011 George Georgiev. 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 copy...
[ "george.georgiev@hotmail.com" ]
george.georgiev@hotmail.com
67ff65785a422d7b33edf16847ec83efa8b6a271
cc2e0a28135cab239998266a9a62e37f5256aa62
/GraveYard/EventVertex.cc
a2b0bc77d310e84db859f98de8fc677238dd2602
[]
no_license
AndrewShultz/AraReco
32e1ecf27686cc717813631a06eba755de89f9f5
44b1cd7e6508b731da73b24ce9e13bba42146e18
refs/heads/master
2021-01-22T04:15:20.763997
2017-05-10T15:27:15
2017-05-10T15:27:15
92,447,894
0
0
null
2017-05-25T21:59:22
2017-05-25T21:59:22
null
UTF-8
C++
false
false
8,181
cc
#include "EventVertex.h" ClassImp(EventVertex); int EventVertex::debug_bit=0; EventVertex::EventVertex() : VertexPos() { initialize(); } EventVertex::EventVertex(ChannelCollection channels, OpticalIce *ice) : VertexPos() { initialize(); _channels=channels; _ice=ice; } EventVertex::EventVertex(...
[ "ikrav@cobalt05.icecube.wisc.edu" ]
ikrav@cobalt05.icecube.wisc.edu
c6df620c8353d0682e6b1560d6723d8134cbeb6a
1ad6afd3a08c5487701038af3ad4511420d7d410
/llvm/tools/clang/tools/extra/clangd/Protocol.cpp
566104ba25847f8eaf0e3328e72986d5ff550a7d
[ "NCSA" ]
permissive
geekwish/Bitype
a12a42337d74328f2559513c2b1f3bee4549a63d
4b9605b6ba4d09efcdc97982ccd8b36e48d253cd
refs/heads/master
2020-08-19T12:35:44.141934
2018-12-23T04:53:26
2018-12-23T04:53:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,125
cpp
//===--- Protocol.cpp - Language Server Protocol Implementation -----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "1131252124@qq.com" ]
1131252124@qq.com
e35197db6ad5bb2d1627575661f4d6d3118aa4f9
8928ba08b866447488eac57a813bbb1550f2d7dd
/src/Utility.cpp
92d9013320ec2280d48ff20f4206e15096d23c99
[]
no_license
CJavinal/Alpha
2696fe5956f510d36a969bcfe9e1a0d19339b11f
2a520fbad5766c434cbf1d3eda97979e9c148882
refs/heads/master
2020-03-21T10:39:34.079110
2018-07-01T22:20:03
2018-07-01T22:20:03
138,463,719
0
0
null
null
null
null
UTF-8
C++
false
false
4,080
cpp
#include "Utility.hpp" #include <SFML/Graphics/Sprite.hpp> #include <SFML/Graphics/Text.hpp> #include <cassert> #include <cmath> std::string toString(sf::Keyboard::Key key) { #define BOOK_KEYTOSTRING_CASE(KEY) case sf::Keyboard::KEY: return #KEY; switch (key) { BOOK_KEYTOSTRING_CASE(Unknown) BOOK_KEYTOSTRIN...
[ "CJavinal.1@protonmail.com" ]
CJavinal.1@protonmail.com
7c7742f9ea1dd4da4f1c4fa3cb52a084d9511c20
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_old_log_13621.cpp
14cc0c98d2c3f14428445da8fab1d413e6e503e5
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
507
cpp
fputs( " rection. This option is meaningful only when using -L, --loca-\n" " tion (Added in 7.26.0)\n" "\n" " --proto <protocols>\n" " Tells curl to use the listed protocols for its initial\n" " retrieval. Protocols are evaluated left to right, are c...
[ "993273596@qq.com" ]
993273596@qq.com
4182fdef700ef14b8bb88f46c6af54a62cbf4991
884d8fd8d4e2bc5a71852de7131a7a6476bf9c48
/grid-test/export/macos/obj/include/lime/media/openal/_ALBuffer/ALBuffer_Impl_.h
2f348aff495308cdedda44d46eb624602cf6fe2d
[ "Apache-2.0" ]
permissive
VehpuS/learning-haxe-and-haxeflixel
69655276f504748347decfea66b91a117a722f6c
cb18c074720656797beed7333eeaced2cf323337
refs/heads/main
2023-02-16T07:45:59.795832
2021-01-07T03:01:46
2021-01-07T03:01:46
324,458,421
0
0
null
null
null
null
UTF-8
C++
false
true
2,107
h
// Generated by Haxe 4.1.4 #ifndef INCLUDED_lime_media_openal__ALBuffer_ALBuffer_Impl_ #define INCLUDED_lime_media_openal__ALBuffer_ALBuffer_Impl_ #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS4(lime,media,openal,_ALBuffer,ALBuffer_Impl_) namespace lime{ namespace media{ namespace openal{ namespace _ALBu...
[ "vehpus@gmail.com" ]
vehpus@gmail.com
d2144f665126fcfd774ad70ee43a87bc3eb8b46b
96cb8fc3f97c7f1db554fa7184ca1ec4c107a22c
/dataobjects/MapLayout.cpp
e5b0c67a3d1831110271491160213eefd988f5a2
[ "BSD-2-Clause" ]
permissive
Zackmon/SeventhUmbral
f8493a4ae62f6fe10e656d49b999dd3fb63582be
25580111b361d2fdc2c15fd2cd150e4c763ca774
refs/heads/master
2022-01-11T12:43:26.081530
2021-12-23T17:01:28
2021-12-23T17:01:28
439,861,352
0
0
NOASSERTION
2021-12-19T12:46:13
2021-12-19T12:46:12
null
UTF-8
C++
false
false
6,821
cpp
#include <vector> #include <algorithm> #include <map> #include "MapLayout.h" //#define _TRACE_TREE #ifdef _TRACE_TREE #include <Windows.h> #include "string_format.h" #endif struct UNK1 { uint32 offset1; uint32 offset2; uint32 someFlags1; uint32 someFlags2; }; CMapLayout::CMapLayout() { }...
[ "jpd002@b2dc461f-b7ed-4520-8422-8e9c2511a46d" ]
jpd002@b2dc461f-b7ed-4520-8422-8e9c2511a46d
8e5b68b32fc9e3ee2ce84447b3071e990d09ec45
ec01845dc903df85fc8f8ecd2de6dfd6f369201c
/QtC/EDS/Collection.h
2956cfac6b729a8043292e78c0cb7daf33f25b55
[ "MIT" ]
permissive
jotahtin/qtc-sdk-cpp
e95f5bf4725b9a5b87f8127422c235de52f482e5
38100db42a15cd843e387dd146df54f33baa68e8
refs/heads/master
2020-05-16T20:24:01.506833
2014-04-10T12:57:59
2014-04-10T12:57:59
18,401,099
0
1
null
null
null
null
UTF-8
C++
false
false
5,393
h
/* -*- mode:c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- ** File: QtC/EDS/Collection.h ** Copyright: Copyright (c) 2014, Digia Plc. All rights reserved. ** All other trademarks are the property of their respective owners. ** Comment: Engin.IO Data Storage Collection ** Author(s)...
[ "Jorma Tähtinen" ]
Jorma Tähtinen
9b65e9b843f5a63c9e5fbdcf1b13c3fe6f5b5d35
59198b35100e4bac4e53aa1773350aa2e951c014
/Sqlite3DbEngine/DispatchModuleCenter/AccountMgr.cpp
0ffba4aaa9e3a49504a8eb5dca4dfcc423fcd9d4
[]
no_license
15831944/Sqlite3DbEngine
172e25798c2fc5ee7771f2a81402683d50411205
0d5cbd596c18bcac62707165c5f8b80c89a1b677
refs/heads/master
2022-03-19T23:10:34.223118
2017-10-29T13:08:33
2017-10-29T13:08:33
null
0
0
null
null
null
null
GB18030
C++
false
false
112,883
cpp
// AccountMgr.cpp : CAccountMgr 的实现 #include "stdafx.h" #include "AccountMgr.h" #include "SKFHelper.h" #include "SqliteHelper.h" #include "openssl/aes.h" #define TDHXKJ_ACCOUNTSTATUS_LOCK 1 // CAccountMgr CString CAccountMgr::CreateTable(CComPtr <ISafeService>& spiSafeService) { CString strAdminPW; if(NULL == spiS...
[ "xzm.sakawa@gmail.com" ]
xzm.sakawa@gmail.com
da2f3675aa862fe97859342a1d7557897b654f63
c88512967628dffb32ba28912480c9fb5344d143
/_sources/SimpleMC2.cpp
14137e24d615eee8e4bbe89fe18a652ca4642217
[]
no_license
cycbill/Cpp_Design_Patterns_and_Derivatives_Pricing
fd31a6cb645588de51eb4516316331526451401c
c44df0e5791b7eb3ea53a3cb7fb3fc7f380d6953
refs/heads/master
2020-07-13T07:42:11.233552
2019-10-03T01:48:48
2019-10-03T01:48:48
205,035,734
1
0
null
null
null
null
UTF-8
C++
false
false
770
cpp
#include "../_headers/SimpleMC2.h" #include "../_headers/Random1.h" #include <cmath> double SimpleMonteCarlo2(const PayOff& thePayOff, double Expiry, double Spot, double Vol, double r, unsigned long NumberOfPaths) { double variance = Vol * Vol * Expiry; double rootVariance = sqrt(variance); double itoCorrectio...
[ "cuiyechang1991@gmail.com" ]
cuiyechang1991@gmail.com
9af3fdb3b0efea2d9ff7d30b0d26ca497cbf0730
b4db7259ae8c997f20ab5fd6c0dde3f1c156a041
/src/test/merkle_tests.cpp
17be56fca9d949ae0a7e30666574d5ffcfb3d032
[ "MIT" ]
permissive
sparkscrypto/Sparks
070a74a1ad7388857b9c98f023bdce4a99c3ab6d
2c807e4a53662b55413e0d9d4c7d12dec6e7b331
refs/heads/master
2021-09-16T10:49:22.182869
2018-02-27T13:12:14
2018-02-27T13:12:14
114,945,575
14
16
MIT
2018-06-19T17:50:23
2017-12-21T00:55:13
C++
UTF-8
C++
false
false
5,910
cpp
// Copyright (c) 2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "consensus/merkle.h" #include "test/test_Sparks.h" #include "random.h" #include <boost/test/unit_test.hpp> BOOST_FIXTUR...
[ "xoma200288@mail.ru" ]
xoma200288@mail.ru
c1cf7984f64e984f30cb9feda9b202a2765f95e2
9a48be80edc7692df4918c0222a1640545384dbb
/Libraries/Boost1.40/tools/inspect/unnamed_namespace_check.cpp
149bb0c654b05c768fd33b3e3508a2886fd7780b
[ "BSL-1.0" ]
permissive
fcrick/RepSnapper
05e4fb1157f634acad575fffa2029f7f655b7940
a5809843f37b7162f19765e852b968648b33b694
refs/heads/master
2021-01-17T21:42:29.537504
2010-06-07T05:38:05
2010-06-07T05:38:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,751
cpp
// unnamed_namespace_check -----------------------------------------// // Copyright Gennaro Prota 2006. // // 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) #include "boost/regex.hpp" #include "boos...
[ "metrix@Blended.(none)" ]
metrix@Blended.(none)
c1c4d658042c7fba5c20c51e0092b2df131e820e
41a76318e5b9eef2c69bbf922724f8b191d7d124
/kokkos-kernels/src/impl/generated_specializations_cpp/spiluk_symbolic/KokkosSparse_spiluk_symbolic_eti_spec_inst_flt_int_int64_t_LayoutLeft_Threads_HostSpace.cpp
53725c261abdb8765797bd3045ba86879f6a4600
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
zishengye/compadre
d0ff10deca224284e7e153371a738e053e66012a
75b738a6a613c89e3c3232cbf7b2589a6b28d0a3
refs/heads/master
2021-06-25T06:16:38.327543
2021-04-02T02:08:48
2021-04-02T02:08:48
223,650,267
0
0
NOASSERTION
2019-11-23T20:41:03
2019-11-23T20:41:02
null
UTF-8
C++
false
false
2,615
cpp
/* //@HEADER // ************************************************************************ // // KokkosKernels 0.9: Linear Algebra and Graph Kernels // Copyright 2017 Sandia Corporation // // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, // the U.S. Government retain...
[ "pkuberry@gmail.com" ]
pkuberry@gmail.com
3f8c7f5e469de2141747f5f4c52f31b32b4c9c53
ed11fa2af9ee9832f224515a9ad86c6e54588f26
/wallet/qt/ntp1/ntp1tokenlistmodel.h
cd12b437d3a94a13eb60348933949e01821e43bb
[ "MIT" ]
permissive
HUSKI3/Neblio-Node
f4fc48917dfc1e27d28fcdabea414af5a4737589
9bc65b2b2c90f52baf05182aaaeb0260a410a712
refs/heads/master
2023-01-03T03:38:36.171390
2020-10-29T20:36:17
2020-10-29T20:36:17
308,339,643
0
0
null
null
null
null
UTF-8
C++
false
false
3,844
h
#ifndef NTP1TOKENLISTMODEL_H #define NTP1TOKENLISTMODEL_H #include <QAbstractTableModel> #include <QTimer> #include <atomic> #include "init.h" #include "ntp1/ntp1wallet.h" #include "wallet.h" class NTP1TokenListModel : public QAbstractTableModel { Q_OBJECT boost::shared_ptr<NTP1Wallet> ntp1wallet; bool ...
[ "info@afach.de" ]
info@afach.de
e2b9b0876ab92b3ec5bd13c43e51d41f3d19212d
3376d4b197f2bceff1320ca70081bfdc686c88c4
/Engine/Engine/Model/Model.h
688bdf244f87edc5164087e6e7395146ab9f6499
[]
no_license
ChuanChinLai/LaiCraft
96a86f7e55854f77ee10050526e881f5f17048bb
bba2eb26d9a1e70f7b2a7376e70336bb5f4e8552
refs/heads/master
2020-04-23T19:18:13.061286
2019-03-22T22:56:36
2019-03-22T22:56:36
171,398,661
0
0
null
null
null
null
UTF-8
C++
false
false
850
h
#pragma once #include <Engine/Model/Mesh.h> #include <Engine/Utility/NonCopyable.h> namespace LaiEngine { class Model : public NonCopyable { public: Model() = default; Model(const Mesh& mesh); ~Model(); Model(Model&& other); Model& operator= (Model&& other); void Init(const Mesh& mesh); void BindVA...
[ "chuanchinlai@gmail.com" ]
chuanchinlai@gmail.com
498e5eea904bca591f2a0debab916ef4e50cb009
558ee3aa7f340667f69942dd4e67465d0b7849b4
/OpenGL tutorial (Cherno)/src/VertexBufferLayout.h
1fe35f04e72dfad2a85d628db775e5f9d438886d
[]
no_license
braedynkenzie/OpenGL-Sandbox
a7c57bfaada9ba5acb8984f4bc13ef68e1db2704
43a5ce6dfc164af61b97800929170526db7eb437
refs/heads/master
2023-03-09T04:46:12.962538
2021-02-20T01:39:39
2021-02-20T01:39:39
271,402,240
1
0
null
null
null
null
UTF-8
C++
false
false
1,574
h
#pragma once #include <vector> #include <GL\glew.h> #include "Renderer.h" struct VertexBufferElement { unsigned int type; unsigned int count; unsigned char isNormalized; static unsigned int GetSizeOfType(unsigned int type) { switch (type) { case GL_FLOAT: return 4; case GL_UNSIGNED_INT: return 4; ...
[ "braedyn26@gmail.com" ]
braedyn26@gmail.com
8dfa4371823853037b420a768e3d4c1001efbc07
23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f
/Win32 Programming/SynchronizationExplorer/PANEL.H
aefa861ed9c21a4843df335ca7ee9eabf6b7ae25
[]
no_license
IgorYunusov/Mega-collection-cpp-1
c7c09e3c76395bcbf95a304db6462a315db921ba
42d07f16a379a8093b6ddc15675bf777eb10d480
refs/heads/master
2020-03-24T10:20:15.783034
2018-06-12T13:19:05
2018-06-12T13:19:05
142,653,486
3
1
null
2018-07-28T06:36:35
2018-07-28T06:36:35
null
UTF-8
C++
false
false
1,813
h
// Panel.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPanel form view #ifndef __AFXEXT_H__ #include <afxext.h> #endif class CPanel : public CFormView { protected: CPanel(); // protected constructor used by dynamic creation ...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
1e82e8860f5efb98f6297e803a640b45aa93fdfc
4d92d83c6f13c1727b458c5aa7fcf55bc70b8e49
/Source/ui_win32/HleRendererSettingsWnd.cpp
d656849a4d2908d68e69868eda563ac477784592
[]
no_license
bigianb/hle_play
c970d4eac92d039a47f9adb71b0687f3fcca2c00
c7a476a459faaff852eb3434be2a50027c5701f2
refs/heads/master
2021-07-11T11:04:00.240700
2021-04-20T22:18:40
2021-04-20T22:18:40
43,740,158
0
0
null
null
null
null
UTF-8
C++
false
false
5,577
cpp
#include "PtrMacro.h" #include "HleRendererSettingsWnd.h" #include "layout/HorizontalLayout.h" #include "layout/LayoutStretch.h" #include "win32/LayoutWindow.h" #include "win32/Static.h" #include "AppConfig.h" #define CLSNAME _T("HleRendererSettingsWnd") #define WNDSTYLE (WS_CAPTION | WS_POPUP | WS_CLIPSIBLINGS | W...
[ "bigianb@gmail.com" ]
bigianb@gmail.com
c89eab74b945791f9fea8aaf012cd544827fcdac
c6b483cc2d7bc9eb6dc5c08ae92aa55ff9b3a994
/hazelcast/generated-sources/include/hazelcast/client/protocol/codec/RingbufferReadManyCodec.h
3e240fefe6d3609e737bddc012caacd62c8e59e3
[ "Apache-2.0" ]
permissive
oguzdemir/hazelcast-cpp-client
ebffc7137a3a14b9fc5d96e1a1b0eac8aac1e60f
95c4687634a8ac4886d0a9b9b4c17622225261f0
refs/heads/master
2021-01-21T02:53:05.197319
2016-08-24T21:08:14
2016-08-24T21:08:14
63,674,978
0
0
null
2016-07-19T08:16:24
2016-07-19T08:16:23
null
UTF-8
C++
false
false
4,166
h
/* * Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
[ "ihsan@hazelcast.com" ]
ihsan@hazelcast.com
dfdea71dcb814d1e898604a7cc72357fd50beddf
32da723b5c759c98845249bb51332109014b4f62
/C++OOP.cpp/PracticalProjects/Bank - VisualStudio Solution/Bank/Bank/BankAccount.h
89fe870bbd461e64a555174ca36b403d224f395a
[]
no_license
IliyanKafedzhiev/FacultyOfMathematicAndInformatic
b8a810ca1100cc0f39c1460f60eb014e4c0b5ffc
a2b05a9aa7e677609447c0311ee79552464434ce
refs/heads/master
2020-07-06T04:19:30.531000
2015-03-02T21:54:42
2015-03-02T21:54:42
18,809,355
1
0
null
null
null
null
UTF-8
C++
false
false
690
h
class BankAccount { private: char* ownerName; char IBAN[14]; double balance; public: /* BankAccount(); BankAccount(const char* ownerName, const char* IBAN); BankAccount(const char* ownerName, const char* IBAN, double balance); */ BankAccount(cons...
[ "iliqnkafedjiev@gmial.com" ]
iliqnkafedjiev@gmial.com
5b6313b9708e0169bd8d97c6ff116db6c4946ce8
fdb63531719c0bf9e4c4593bf7e55ffc0936a93e
/18. Dynamic Programming/38. True Boolean Parenthesization Memoization M-2 Optimization.cpp
7f6f90314d491b926e89ecde2e4e0f7ba44bb16c
[]
no_license
ashishmohapatra2703/DSA-practice-questions
aec9ca4aa4e619dd5f754088f87fdf142f4049a5
791f84fa01fb3156cb0e77da09428eb0b38649d8
refs/heads/master
2023-08-16T05:54:33.627700
2021-10-17T17:26:28
2021-10-17T17:26:28
367,565,132
2
0
null
null
null
null
UTF-8
C++
false
false
3,350
cpp
// better use 3D Matrix cuz we don't have to iteratively search in matrix as we are doing with Map. // Optimization -> memoize at every call in the k loop too // (For worst of edge cases) In the base condition i==j ,store value 0/1 (T/F)depending on outcome in you dp matrix & then return. ////////Passed in GFG #includ...
[ "ashishmohapatra2000@gmail.com" ]
ashishmohapatra2000@gmail.com
3b70a8943850cc572c7958ef148e96defccb129e
e241ab77ec8f6194a7166331657c0bc807da3a42
/Day11/part1/main.cpp
795be817fe34664c6a58aae8df721faa9469d7da
[]
no_license
bznein/AoC2018
1c6760cee7d2bbcf4aef5507784aed2ab4f3de3b
10fb30900524796ea0c47cedc38d811a49f6356a
refs/heads/master
2020-04-08T23:29:13.161000
2019-07-24T21:07:26
2019-07-24T21:07:26
159,826,851
5
0
null
null
null
null
UTF-8
C++
false
false
1,355
cpp
#include <utility> #include <vector> #include <iostream> #include <map> #include <limits> using namespace std; using coords=pair<int,int>; const int GRID_SERIAL_NUMBER=5177; const int SQUARE_SIZE=3; const int GRID_SIZE=300; int getRackId(coords c) { return c.first+10; } int getPowerLevel(coords c) { int base=...
[ "nikolas.degiorgis@iit.it" ]
nikolas.degiorgis@iit.it
8cad48919a343e656ddc14e7ede6f0f2b70c651a
a2051f83309f0e5327054ed11fad829e9c3d6cba
/Motor.h
c0c5820dd328f56c12c64c4b8258588f5132038c
[]
no_license
isaac-team-polito/snakerobot
6d7d2ac4325ca54d672ac65b313e1e3f698f0e6d
3934ec663e3b311d95a7314e3446a88e073d43a5
refs/heads/main
2023-08-29T11:48:08.177432
2021-10-12T07:49:00
2021-10-12T07:49:00
351,521,581
0
1
null
null
null
null
UTF-8
C++
false
false
381
h
#ifndef MOTOR_H #define MOTOR_H #include <Arduino.h> // TODO ADD ENCODER AND PID CONTROL /** * @file * @version 1.0 * @author Andrea Grillo * * Simple class to control a motor object. * */ class Motor { public: Motor(byte pwm, byte in1, byte in2); void go(int speed, bool invert); void stop(); ...
[ "grilloandrea6@gmail.com" ]
grilloandrea6@gmail.com
a878d5909b85afeb7bceb055b253f055bb30b93a
cd03b1817d54dffe21f93b3a3d83e0f6bc6da55a
/src/analyze.cpp
30349915a210420d486a7dea05b6a61a3bf9c7fe
[]
no_license
Wyatt915/text-analysis
d0f20e25f77b980185243ae59dbac1094926503f
65200c0e6c1d78213cb2694431a59a382e54abce
refs/heads/master
2021-01-19T01:47:21.152409
2016-07-24T20:00:10
2016-07-24T20:00:10
64,083,521
0
0
null
null
null
null
UTF-8
C++
false
false
4,444
cpp
#include "analyze.hpp" #include <array> #include <vector> #include <iostream> #include <algorithm> const double LETTERFREQ[] = { 0.08167, 0.01492, 0.02782, 0.04253, 0.12702, 0.02228, 0.02015, 0.06094, 0.06966, 0.00153, 0.00772, 0.04025, 0.02406, 0.06749, 0.07507, 0.01929, 0.00095, 0.05987, 0.06327, 0.0905...
[ "wyatt915@gmail.com" ]
wyatt915@gmail.com
f44ef3511b705fcf59eb40ad9051b247e535b55f
ac9e8b1032292f300623eae6a69eecbb9f29fed0
/Q1/PRO1/P3/Rectangle2.cc
6de4ec7ec4fdb9ce4adf5a36aaab1a12f156daee
[]
no_license
ericfib/UPC-FIB
284888753cf300bbbf801b38e4a62eb5861e7c2b
0cb178994d0ec0be9cab978f9c090641c0b074b9
refs/heads/master
2020-12-14T15:34:06.554808
2020-04-15T16:41:33
2020-04-15T16:41:33
234,789,710
0
0
null
null
null
null
UTF-8
C++
false
false
439
cc
#include <iostream> using namespace std; int main () { int f, c, cont = 0, cont1 = 0, cont2 = 1; cin >> f >> c; for (int y = 1; y <= f; ++y){ cont1 = cont; for (int j = 0; j <= c; j++) { if (j == y) cout << "0"; else if (j < y){ cout << cont...
[ "ersele46@gmail.com" ]
ersele46@gmail.com
ced3d07faa06b592dc2e01bc4b2a0c8ba791f6c6
13c3ab1b675aa446d101dfef6f8138c03334aa49
/contracts/libraries/include/gxclib/types.hpp
d882e9841ffd0430dfd963d1d220a85e03e50164
[ "MIT" ]
permissive
Game-X-Coin/gxc-contracts-v1
97ecbffd4fc2dc8cbe6dd3612deeae92a79fd005
cc5cc59cab0422238a44d2c4d909a31200817a35
refs/heads/master
2020-04-13T11:41:49.001067
2019-06-26T07:25:35
2019-06-26T07:25:35
163,181,211
1
0
null
null
null
null
UTF-8
C++
false
false
200
hpp
/** * @file * @copyright defined in gxc/LICENSE */ #pragma once #ifdef __cplusplus namespace eosio { using capi_checksum256 = std::array<uint8_t,32> __attribute__ ((aligned(16))); } #endif
[ "conr2d@gmail.com" ]
conr2d@gmail.com
89ddbd633543fc2e7e4cdc0c474eba02307c11ad
98dd7a26d2b9f075bebba06b43c92bbbe2793194
/llvm/tools/clang/lib/Driver/Tools.cpp
a1682e222f494cb1cf3f78c1590f5b0eb0fc6eef
[ "NCSA", "MIT" ]
permissive
intel-cgss/cm-compiler
600abe2fe498e50db07cb915d9c80ea6d44b389a
350b433b3d1dc40eae9bf7b8b79de75bbee085e8
refs/heads/master
2021-05-01T09:52:15.736086
2018-02-03T17:28:10
2018-02-03T17:30:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
308,272
cpp
//===--- Tools.cpp - Tools Implementations --------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "gang.y.chen@intel.com" ]
gang.y.chen@intel.com
1b308b488f21aab8a1b4531d6d81854f4e2a9e78
bc997f47b4cffef395f0ce85d72f113ceb1466e6
/ICPC/Korea/icpc21_i.cpp
ef949fe7f0d20827d0dfd4676d51278c8972e26d
[ "LicenseRef-scancode-public-domain" ]
permissive
koosaga/olympiad
1f069dd480004c9df033b73d87004b765d77d622
fcb87b58dc8b5715b3ae2fac788bd1b7cac9bffe
refs/heads/master
2023-09-01T07:37:45.168803
2023-08-31T14:18:03
2023-08-31T14:18:03
45,691,895
246
49
null
2020-10-20T16:52:45
2015-11-06T16:01:57
C++
UTF-8
C++
false
false
3,802
cpp
#include <bits/stdc++.h> #define sz(v) ((int)(v).size()) #define all(v) (v).begin(), (v).end() using namespace std; using lint = long long; using llf = long double; using pi = pair<lint, lint>; bool in(pi a, pi b){ return a.first <= b.first && b.second <= a.second; } int solve(vector<pi> a){ int n = sz(a); // for(a...
[ "koosaga@gmail.com" ]
koosaga@gmail.com
618cc6d24cd5220528830801bbd311fffd72cde9
8cf32b4cbca07bd39341e1d0a29428e420b492a6
/contracts/libc++/upstream/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_rvalue.pass.cpp
bd63ffa92fde08c7d74f80135e3aadb214242dd9
[ "NCSA", "MIT" ]
permissive
cubetrain/CubeTrain
e1cd516d5dbca77082258948d3c7fc70ebd50fdc
b930a3e88e941225c2c54219267f743c790e388f
refs/heads/master
2020-04-11T23:00:50.245442
2018-12-17T16:07:16
2018-12-17T16:07:16
156,970,178
0
0
null
null
null
null
UTF-8
C++
false
false
3,497
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------...
[ "1848@shanchain.com" ]
1848@shanchain.com
0dd8e45d6919601c76a7bbeb28b6b8021d8810e1
666e2ff7aa1a4bcf3592331062ce774373fe6fa6
/sip/sip_dialog_management.cpp
bcbe501b848015b389f295c710ee33419b687b1e
[]
no_license
asyr625/mini_sip
aeffd6e5ea1dafafa817b1137859b41351fe9580
12ea4b9a03585b5c7e5b5faeeed0a5bc6a9c19cc
refs/heads/master
2021-01-20T12:06:33.212419
2015-11-24T02:33:26
2015-11-24T02:33:26
46,761,914
0
1
null
null
null
null
UTF-8
C++
false
false
29,437
cpp
#include <iostream> #include "sip_dialog_management.h" #include "sip_command_string.h" #include "sip_transition_utils.h" #define SHUTDOWN_CALLS_TIMEOUT 3000 #define SHUTDOWN_DEREGISTER_TIMEOUT 3000 bool Sip_Dialog_Management::a0_start_startShutdown_startShutdown( const Sip_SMCommand &command) { if (transition_m...
[ "619695356@qq.com" ]
619695356@qq.com
2ab060697f3617755fa1c41870b10b6fa15003d2
c80bd757f18735452eef1f0f7cd7bd305d4313c7
/src/Modules/Legacy/Fields/GenerateElectrode.cc
099b2e92437dbf760090d06908b63b96c10a918d
[ "MIT" ]
permissive
kenlouie/SCIRunGUIPrototype
956449f4b4ce3ed76ccc1fa23a6656f084c3a9b1
062ff605839b076177c4e50f08cf36d83a6a9220
refs/heads/master
2020-12-25T03:11:44.510875
2013-10-01T05:51:39
2013-10-01T05:51:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,560
cc
/* * The MIT License * * Copyright (c) 2008 Scientific Computing and Imaging Institute, * University of Utah. * * * 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 restricti...
[ "dwhite@sci.utah.edu" ]
dwhite@sci.utah.edu
125605fe2c3c90fa533a0e1772cee87b10a89299
ba5eabcf0e3880a4cc86e9222fcb2ecd5f53b103
/tools/viewer/SkSLDebuggerSlide.cpp
4b2183b88f4de9bafc09751a991f45f35289eabc
[ "BSD-3-Clause" ]
permissive
aseprite/skia
d2b63003610c796594e81deea093eb6b13704838
478f512f7a84658167d9f83f35d42fb0903b4a37
refs/heads/aseprite-m102
2023-08-24T00:47:30.288547
2023-02-28T20:21:26
2023-03-03T18:12:59
45,053,736
139
51
BSD-3-Clause
2023-03-03T18:14:21
2015-10-27T16:20:42
C++
UTF-8
C++
false
false
11,473
cpp
/* * Copyright 2021 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "tools/viewer/SkSLDebuggerSlide.h" #include "include/core/SkCanvas.h" #include "include/core/SkStream.h" #include "tools/viewer/Viewer.h" #include <algorithm> #inclu...
[ "skcq-be@skia-corp.google.com.iam.gserviceaccount.com" ]
skcq-be@skia-corp.google.com.iam.gserviceaccount.com
bac734e41c8aed1eceaec401ca32509e3354c424
fffd991af9e271317935d05fbebd4d0886c2146f
/PracticasED/Practicafinal/conecta4_v2.1/src/tablero.cpp
d5022c148c2797fbf34268340d29cede595d5679
[]
no_license
jocaro97/ED
e541f65d285df15cb81055f208031c8068eb4bff
169a9a7fcc9903e3ee348b946602250025de9520
refs/heads/master
2022-07-18T06:07:47.250179
2020-05-18T21:12:04
2020-05-18T21:12:04
265,046,448
0
0
null
null
null
null
UTF-8
C++
false
false
6,916
cpp
#include "tablero.hpp" #include <iostream> using namespace std; void Tablero::reserve() { this->tablero.resize(filas); for(int i = 0; i < filas ; i ++){ this->tablero[i].resize(columnas); for(int j = 0; j < columnas; j++) this->tablero[i][j] = 0; } } Tablero::Tablero() : filas...
[ "johanna_capote_robayna@hotmail.com" ]
johanna_capote_robayna@hotmail.com
a8c28724078b996321619e73f86dfe1619347d46
cab0e3ca805131c0518056513990b02b3b9585fb
/observables_old.h
64f8cc7f49fc29975edfe9aa8cb9022d07099136
[]
no_license
olavfsyljuasen/Exact
d9509e8715a17cf5dfaf0ae8bde240186dda27a7
b6d69c2f293e0a5a6cdd7e63c031e525e3d247e2
refs/heads/main
2023-05-25T17:19:05.921161
2021-06-05T14:29:01
2021-06-05T14:29:01
374,127,877
0
0
null
null
null
null
UTF-8
C++
false
false
8,908
h
#ifndef OBSERVABLES_H #define OBSERVABLES_H #include<fstream> using namespace std; const double MAXMINENERGY=100000.; #include "alltemperatures.h" #include "fulldiagonalization.h" #include "operator.h" #include "lowlevelroutines.h" class BasicObservables { public: #ifdef FULLDIAGONALIZATION BasicObservables(int,...
[ "sylju@fys.uio.no" ]
sylju@fys.uio.no
3d71859c9a08b365e82e8d3d3db4ab97298e25e1
7b35b2c1bebe204c0087704933406aa6e99a9640
/torch/csrc/jit/tensorexpr/kernel.cpp
2284fc018c402547b81c9fa0f556ad0255a9d107
[ "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0" ]
permissive
zpao/pytorch
b25e3740394291f608bc4447f6ceaae67760f27c
c06d2afa9903573cf1afd39547d3afd4aa6fca98
refs/heads/master
2023-06-21T18:13:14.674430
2021-05-26T17:32:29
2021-05-26T17:33:32
177,882,461
1
0
null
2019-03-26T23:12:46
2019-03-26T23:12:46
null
UTF-8
C++
false
false
104,604
cpp
#include <c10/util/variant.h> #include <torch/csrc/jit/tensorexpr/kernel.h> #include <ATen/ExpandUtils.h> #include <ATen/TensorGeometry.h> #include <c10/util/string_utils.h> #include <torch/csrc/jit/jit_log.h> #include <torch/csrc/jit/passes/utils/subgraph_utils.h> #include <torch/csrc/jit/tensorexpr/analysis.h> #incl...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
c310bd2e41e146c6477c5270e36de5b2eae13f60
e8c79a50bb3ae6de451fbbae6e6865677626a07c
/std/re-error.cpp
e4e9700f9cc1cb912b38626f5ac36164841b64c9
[]
no_license
doc-cloud/cpp
24ddf931a501d4660c6755587500d4989b9b1639
c9dfe9d527b04d3d0890f2a3effed3b9e7f2a373
refs/heads/master
2021-01-23T23:04:17.952391
2017-09-09T13:03:47
2017-09-09T13:03:47
102,954,864
0
0
null
null
null
null
UTF-8
C++
false
false
763
cpp
#include <iostream> using std::cout; using std::cin; using std::endl; #include <string> using std::string; #include <regex> using std::regex; using std::regex_error; int main() { #if 0 try { regex r("[[:alnum:]+\\.(cpp|cxx|cc)$", regex::icase); } catch (regex_error e) { cout << e.what() << " code " << e.code()...
[ "Linkerist@163.com" ]
Linkerist@163.com
3dcd0ad7b7f4baeb8cf2acfec9bffb8a99aeb37c
d8ab016a48cbc043a632b24f8ec7a23a850d6368
/codes/Garnetwzy/218.cpp
93deb4f19db2ac8b9ee21655ae27b712cae5b634
[]
no_license
neu-velocity/code-camp-debut
ba52ce5b1a7fe74d8a79115f56117793ba893f0c
5664a83b0bbb3ae37a88c52dbbc28a3e60c16020
refs/heads/master
2020-05-30T12:25:47.900030
2019-09-03T00:02:33
2019-09-03T00:02:33
189,734,016
5
2
null
2019-06-05T15:49:17
2019-06-01T13:08:36
Java
UTF-8
C++
false
false
1,474
cpp
class cmp { public: bool operator()(vector<int> p1, vector<int> p2) { if(p1[0] != p2[0]) { return p1[0] < p2[0]; }else{ if(p1[2] == p2[2]) { if(p1[2] == 1) { return p1[1] > p2[1]; }else{ return p1[1] ...
[ "596913416@qq.com" ]
596913416@qq.com
9508248c7a8a61485be634d34c3b411662c6ed97
fc6beba5e0e4879051a3b98a512f48d997c8bd6b
/read_lammpstrj/src/read_lammpstrj.cpp
d9bf265f8da2061206dc8021a3ee6dc14f20dd21
[]
no_license
earunachalam/clearwater
f12bc9536d38e2ba4388b8ae6e11ebd700a0f788
97e526a5073805302955ae5932274dff8f618c9a
refs/heads/master
2020-03-14T12:12:39.172528
2018-05-23T22:44:43
2018-05-23T22:44:43
131,606,538
0
0
null
null
null
null
UTF-8
C++
false
false
2,467
cpp
#include <cmath> #include <cstdio> #include <cstdlib> #include <iostream> #include <core/common.h> #include <core/numeric.h> namespace nm = numeric; int main(int argc, char** argv) { uint natoms; if (argc == 2) { natoms = std::atoi(argv[1]); printf("natoms = %d\n",natoms); } else { printf("Syntax: \n"...
[ "arunachalam.easun@gmail.com" ]
arunachalam.easun@gmail.com
d455e9f35c14934444056b90defa244edb6bf0c0
92e7a96c196e563b70f78db321680d830af80a53
/Miscellaneous/PlatformCTP/src/PlatformCTPQuot.cpp
c097bc18d5e613c372ea35d0ba4014a9b999eec7
[]
no_license
alexfordc/zq
513723341132dd2b01f5ca3debb567b2fd31c033
a0b05b7416fe68784e072da477e8c869097584e2
refs/heads/master
2021-05-25T14:19:37.317957
2018-02-24T05:57:23
2018-02-24T05:57:23
null
0
0
null
null
null
null
GB18030
C++
false
false
27,339
cpp
//#include "stdafx.h" // #include <windows.h> #include "PlatformCTPQuot.h" #include "FileOpr.h" #include "tools_util.h" using std::make_pair; #pragma unmanaged #if 0 #define LOG_INFO(fmt, ...) ; #else #define LOG_INFO(fmt, ...) CFileOpr::getObj().writelocallogDaily("log","PlatformCTPQuot", "[%s][%d]:"fmt, __FILE_...
[ "w.z.y2006@163.com" ]
w.z.y2006@163.com
b9265a42e25e027e9dd25a150982af138acd34c8
71d3a6cf8eb1baf41f0b10d1030447539862b327
/sources/main/processing/unix/input_file.cpp
71366fce16de8d5f70c97e0696cab4380d32712c
[]
no_license
lunakoly/CashLegacy
5ecb838ddc0251a2d77f8e6f06c7ba8cc6254982
ee423ca7e489962b700c341e34452cd3e0886f3d
refs/heads/master
2023-01-28T10:46:20.668111
2020-12-12T18:49:50
2020-12-12T18:49:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,299
cpp
// Copyright (C) 2020 luna_koly #include "input_file.hpp" #include <unistd.h> #include <sys/wait.h> #include <sys/stat.h> #include <fcntl.h> #include "../../unix/helpers.hpp" std::optional<std::string> UnixInputFile::then(UnixOutputTask * next) { this->next = next; next->previous = this; // 0666 - pe...
[ "lunyak.kolya@mail.ru" ]
lunyak.kolya@mail.ru
b527fc995d31799e9665e4aeb747cca6917da3ef
7103802e54b6e91a263a2fdfb6db0e8211c76102
/test/Resource/ResourceCache.test.cpp
a55d4d9e9563def3821eab0f600523e92852a950
[ "Zlib", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lairworks/nas2d-core
5ff6203c8a984f96fd1d34798a372ed0089c0cd1
7dfc1d9e86eaf952caf4824478a79f736be6b880
refs/heads/main
2023-06-27T00:38:24.711325
2023-06-19T04:46:44
2023-06-19T04:46:44
40,338,546
13
9
Zlib
2023-06-19T04:46:45
2015-08-07T03:11:05
C++
UTF-8
C++
false
false
1,483
cpp
#include "NAS2D/Resource/ResourceCache.h" #include <gtest/gtest.h> TEST(ResourceCache, load) { class MockResource { public: MockResource(const std::string& initString, int initValue) : string{initString}, value{initValue} {} bool operator==(const MockResource& other) const { return string == other....
[ "Dan.R.Stevens@gmail.com" ]
Dan.R.Stevens@gmail.com
48cac2425029628709b2ff0f349b1ff66e974a44
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/BT_WidgetManager.cpp
c5d5da665a4fd8dc52a778ff3bca77b332dac847
[ "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C++
false
false
13,077
cpp
// Copyright 2012 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
[ "anandx@google.com" ]
anandx@google.com
64d2106617c38ba3b5232acaa8f11149f2e6d4c1
a0037c2cc5247e453477a0e8dbd7f52115fc1ac9
/system_api/libc_time_api.cc
aafd84c1078fe03305b7d09dce8e293eda092963
[ "Apache-2.0" ]
permissive
max19931/lmctfy
41cd74e5a79fead2bca381270100ff024c742753
02ab42ab4702d3cd577ada230369e3f1d7786351
refs/heads/master
2023-04-06T11:54:52.979318
2019-09-11T13:11:14
2019-09-11T13:11:14
198,486,076
0
0
NOASSERTION
2019-07-23T18:21:20
2019-07-23T18:21:20
null
UTF-8
C++
false
false
1,361
cc
// Copyright 2014 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
[ "vmarmol@google.com" ]
vmarmol@google.com
2451792822531616891f210f08fd5ef103acd409
cae0243512e1614fc9ef945713c9499d1a56d389
/src/testers/tester_iteration_all_intervals.h
36fa1f4008ee2873cf176a2a800712023d6fae0e
[]
no_license
alejandro-reyesamaro/POSL
15b5b58a9649234fa9bedbca4393550d38a69e7d
0b3b7cf01a0392fc76394bbc04c52070637b3009
refs/heads/master
2021-04-15T11:10:24.998562
2016-09-06T15:10:54
2016-09-06T15:10:54
33,991,084
1
0
null
null
null
null
UTF-8
C++
false
false
188
h
#pragma once #include "tester.h" class Tester_IterationAllIntervals : public Tester { public: Tester_IterationAllIntervals(int argc, char *argv[]); string test(); };
[ "alejandro-reyesamaro@univ-nantes.fr" ]
alejandro-reyesamaro@univ-nantes.fr
34b4b553bdf63f1df790088ebc87fd0beafbe55c
44decb474afc5c061e974591e7557e3823306f86
/linux_c/DesignPattern/CreationalPatterns/Factory/ConcreteProduct.h
3deb9cb59dafa8b60732b39948d3450529655e7d
[]
no_license
hechengjin/c-cpp
c3023f4f13cc62c7229f8b41d0b3e401c2ba110b
639fc8abe033899e1056f31247f50625d8b42fe9
refs/heads/master
2020-04-25T03:01:23.189048
2019-05-11T14:33:55
2019-05-11T14:33:55
172,461,875
1
0
null
null
null
null
UTF-8
C++
false
false
229
h
#ifndef _CONCRETEPRODUCT_H_ #define _CONCRETEPRODUCT_H_ #include "Product.h" class ConcreteProduct:public Product { public: ~ConcreteProduct(); ConcreteProduct(); protected: private: }; #endif //_CONCRETEPRODUCT_H_
[ "he_chengjin@outlook.com" ]
he_chengjin@outlook.com
75b875c8635f00e9060798bd0518ec1851a3254a
cde198bebb6a4ed98801158b010f971b0000d5fe
/Algorithm Basics/第四讲 数学知识/快速幂/875. 快速幂.cpp
7a4d51413277d97f0be3cb3c1531fe6a89e93632
[]
no_license
YTGhost/AcWing
8e4588624f5c2871b496e3086045ac47d1365e84
505cbd50e74ec3aa146c975a563eafea1f757d88
refs/heads/master
2021-09-20T15:35:12.406137
2021-09-09T14:13:44
2021-09-09T14:13:44
249,120,388
2
0
null
null
null
null
UTF-8
C++
false
false
420
cpp
#include <iostream> using namespace std; typedef long long LL; int qmi(int a, int b, int p) { int res = 1; while(b) { if(b&1) res = (LL)res * a % p; b >>= 1; a = (LL)a * a % p; } return res; } int main() { int a, b, p, n, res; cin >> n; while(n--) { ...
[ "283304489@qq.com" ]
283304489@qq.com