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
6368a87cac9c38df3845e87421f74de67e16ae16
7fa06a81b1958ad4bd19f051bdc2429b1ea9c707
/ass3/src/server/tcpServer/tcpServer.cpp
cc29b9db5d919bdf6d05cae7117dca6b252557f4
[]
no_license
ronenius/Advanced-Programming-Project
0b67edd6470543204549519a1fb3750a97f63381
9d10f5f9914fcc01745fe83f3999c0b34631c59d
refs/heads/master
2023-08-18T02:05:08.232992
2021-10-11T21:25:08
2021-10-11T21:25:08
393,982,567
0
0
null
null
null
null
UTF-8
C++
false
false
1,452
cpp
#include "tcpServer.hpp" //The tcp port (42069). const int tcpServer::TCP_PORT = 42069; //The queue size of the server accepting (5). const int tcpServer::QUEUE_SIZE = 5; //The constructor of the tcp server. tcpServer::tcpServer(int sock) : sock(sock){}; //Binds the socket to the tcp port. void tcpServer::bind() { ...
[ "ronenius4@gmail.com" ]
ronenius4@gmail.com
f03eb607b95eb435b2ed2b0cdb2bf5f4873ed59e
61e52d6262b98da6b0df4c1d411e1f876f792833
/src/Application/AppKernel.hpp
0128f9a31fabd4448584dba8fd540aba09acc8c2
[ "MIT" ]
permissive
chapterjason/Clive
b25e3bc528a4f8b7b80fdcc7a8a5de074ef38a3a
29883b5b42233c57870fa4a14e57831d659d1d16
refs/heads/master
2020-06-19T14:48:06.116622
2019-07-21T22:08:00
2019-07-21T22:08:26
196,749,918
1
0
null
null
null
null
UTF-8
C++
false
false
387
hpp
// // Created by jason on 18.07.19. // #ifndef CLIVE_APPKERNEL_HPP #define CLIVE_APPKERNEL_HPP #include "../Core/Kernel/Kernel.hpp" using namespace Clive::Core; namespace Clive::Application { class AppKernel : public Kernel { public: void bootstrap() override; int execute(int a...
[ "jason.schilling@sourecode.de" ]
jason.schilling@sourecode.de
e0cd289694ab69d22b1babe925111eedb9858b94
502ed2eacc58c6c6dbc42bad6305bcda8ce8fa94
/object/DedeCMS/data/tplcache/009e2e1d14141a902138d624aeca99ae.inc
d92fd66e7788aef81ebbe96d9985cf9f1f2df4f6
[]
no_license
fengzi930610/nnmtl
98ad4eab21601ca23d8f006fd2766878298e1d6d
0b245c3860f35a06edb3b5ca351fe57cad4fa5d8
refs/heads/master
2020-05-09T20:10:40.216050
2019-10-22T09:11:36
2019-10-22T09:11:36
181,389,342
1
0
null
null
null
null
UTF-8
C++
false
false
682
inc
{dede:pagestyle maxwidth='800' pagepicnum='12' ddmaxwidth='200' row='3' col='4' value='1'/} {dede:img ddimg='/uploads/allimg/171006/1-1G006115343.jpg' text='' width='1046' height='800'} /uploads/allimg/171006/1-1G006115343.jpg {/dede:img} {dede:img ddimg='/uploads/allimg/171006/1-1G006115345.jpg' text='' width='1519' h...
[ "lanjiafeng@nnmtl.com" ]
lanjiafeng@nnmtl.com
43abba7d39f69ce541505dbb994321076188ab47
6550126ec9f3310fb7083edb17edb84faac71e9f
/src/E/1/E14_LongestCommonPrefix.cpp
2ac150ec9b3768bb381b2a5d5369546cc1a18645
[]
no_license
d2macster/leetcode-cpp
d9dd988a18f3721141b4a174e44fb4cbffa47e1d
48caf45921107f5003bf5b766242c11840e5b84c
refs/heads/master
2021-07-16T20:50:55.500503
2018-08-26T22:10:05
2018-08-26T22:10:05
116,715,207
0
1
null
2019-10-24T17:45:49
2018-01-08T18:54:01
C++
UTF-8
C++
false
false
609
cpp
// // Created by Andrii Cherniak on 3/7/18. // #include <string> #include <vector> using std::string; using std::vector; class Solution { public: string longestCommonPrefix(vector<string> &strs) { int L = strs.size(); if (L == 0) return ""; string prefix = strs[0]; for ...
[ "theandriicherniak@gmail.com" ]
theandriicherniak@gmail.com
9ec7910d503eb7973ce376cb131d47d6eba6d291
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/InfraredController/UNIX_InfraredControllerMain.cpp
9d457bca4c6e28f2ed2c476aa9bab3d2cbdb3e8b
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
2,207
cpp
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
488ddbb8b78ef1ebd6387eb4e61ede39340b229a
69784e105ddc2aca3699b6b07dbcb1834d7c242c
/Classes/Native/Vuforia_UnityExtensions_Vuforia_ImageTargetBuilder2457446201.h
5fc99f0aebf4ffb5594ace0b6066974b4de9e392
[]
no_license
ryanmcgrail95/CRHC-iOS
7e72139100b2140143deb424d21fdc69b2959ed1
1b00260e6c59f552d9a8b94e42fcae5e657a6c46
refs/heads/master
2021-06-12T11:21:33.461817
2017-03-04T01:08:34
2017-03-04T01:08:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,781
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // Vuforia.TrackableSource struct TrackableSource_t2832298792; #include "Vuforia_UnityExtensions_Vuforia_ImageTargetBuilder518883741.h" #ifdef __clang__ #pragma clang...
[ "rmcgrai1@nd.edu" ]
rmcgrai1@nd.edu
e31fb6ba0e866b0ac945ddab2cb9d761bfddbe13
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/thpc/src/v20220401/model/SetAutoScalingConfigurationResponse.cpp
b51d7f5aac6c96c6030bf87d5b6a058b46a462d9
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
3,106
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
663db4a1abdda52fa66969e281a1e76d1953b8e1
f861cbae2b4cb616c00c40ea8eb4b46716b45bf2
/Maze/Manager.cpp
24fbcdb5e449289b4bdaaf44c5ee5dff56a68f17
[]
no_license
yutateno/Simple2DMaze
8064be2d2b70782ae120eac9351c22daa63d3552
086b47335253114b2a8d3b59a69146feabca52ff
refs/heads/master
2020-05-16T04:56:34.504659
2019-04-23T09:07:58
2019-04-23T09:07:58
182,796,614
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,775
cpp
#include "Manager.hpp" /// -------------------------------------------------------------------------------------------------- void Manager::SceneChange() { // 今のシーン switch (BASICPARAM::e_nowScene) { // タイトル case ESceneNumber::TITLE: POINTER_RELEASE(p_baseMove); for (int i = 0; i != std::extent<decltype(tem...
[ "kingwasheart@yahoo.co.jp" ]
kingwasheart@yahoo.co.jp
11cd35f2660300d8f3a998b7a62374182262c27b
4656eadea9a07f49dc7baa1c250aa3ba5855bb0e
/MainComponent.cpp
3a5a09092ac637d0965c1bd898e62cd0cbbb2af6
[]
no_license
HectorGit/MultiGUI_Clone_Thread
0c2c54113c17a80ac89b811873f9512d825d3329
0a209dcfa211b3cf3c62e203002e717d1a0216e6
refs/heads/master
2021-08-06T17:45:23.541580
2017-11-06T17:43:52
2017-11-06T17:43:52
109,728,672
0
0
null
null
null
null
UTF-8
C++
false
false
12,807
cpp
/* ============================================================================== This file was auto-generated! ============================================================================== */ #include "../JuceLibraryCode/JuceHeader.h" #include "AudioRecorderComponent.h" #include "LogWindowComponent.h" #include "Au...
[ "hectorandres.pv@gmail.com" ]
hectorandres.pv@gmail.com
f318d32397ddfb072661998aa50e01382e7d544c
5318b60b7185251023d5658fa4a5742a4d508051
/Sketch Files/Sprintf/Sprintf.ino
5047f69ceadcc60a4d60fe7c96ebb9e23d5fec0c
[]
no_license
TechStuffBoy/ArduinoDev
ccede08da30ab55ef8c83f5acf8fb3caed3aa893
f76509d16bf831dadc751eb348cb06e30911a8da
refs/heads/master
2020-03-29T21:23:22.207583
2018-11-15T12:20:16
2018-11-15T12:20:16
150,363,936
0
0
null
null
null
null
UTF-8
C++
false
false
262
ino
char buffer[200]; int time=7; void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: sprintf (buffer, "you have %d hours to come to me",time); Serial.println(buffer); }
[ "nandhu03.m@gmail.com" ]
nandhu03.m@gmail.com
b937164849cfd66bc51043ec8773b95990db28f1
ad74f7a42e8dec14ec7576252fcbc3fc46679f27
/PioletDC/stdafx.h
0cb851c3c2ef0842b94363f919b838ea7790716e
[]
no_license
radtek/TrapperKeeper
56fed7afa259aee20d6d81e71e19786f2f0d9418
63f87606ae02e7c29608fedfdf8b7e65339b8e9a
refs/heads/master
2020-05-29T16:49:29.708375
2013-05-15T08:33:23
2013-05-15T08:33:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,325
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently #pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #endif // Modify the following defines if you have to ...
[ "occupymyday@gmail.com" ]
occupymyday@gmail.com
947a6c6f6d6e0bed32e8ec54ce8c431757e3dcb4
7e4895025ddf4d17147596508026ccd7d824f1bd
/hmrM2500_Ontake/hmLib_v3_04/lab/old/operator_interface.hpp
486440f9da9e2316ab64280158f05d620a0507e3
[]
no_license
HomuraVehicle/HomuraMachine_Ontake
23effe3fe993c1e06fd64888e7afb83ef9e8346f
ba9ef38885801379e9d19c9be262511104b4fba1
refs/heads/master
2020-04-02T13:10:52.137985
2016-08-06T07:48:28
2016-08-06T07:48:28
64,088,198
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
41,320
hpp
#ifndef HMLIB_OPERATORINTERFACE_INC #define HMLIB_OPERATORINTERFACE_INC 1 # /*===operator_interface=== operator関数群用のinterfaceを提供する friend宣言を使うのは、引数に自分自身ではなくmy_typeを使う事で、参照を戻す際にmy_typeへのキャストを避けるため my_type& operator++(){ increment(); return *this; //Error cast from this_type to my_type } operator_interface:v0_01/1303...
[ "hmito@outlook.com" ]
hmito@outlook.com
674edb082d3cae38f73b3a9247cc4fa41edf3cb2
f10f768be221f79951f8e1cfe6f0fe7c3165dfd4
/3DEngine/Physics/OBB.h
0047e24b519e407fceddb311e2a9a9e73b669a26
[ "MIT" ]
permissive
EricDDK/3DEngineEC
7ef6aa298aa024164a63e4e49047cbe8d89684a7
cf7832e69ba03111d54093b1f797eaabab3455e1
refs/heads/master
2020-06-20T00:35:37.282566
2019-08-03T09:07:13
2019-08-03T09:07:13
196,930,013
6
3
MIT
2019-08-03T09:07:14
2019-07-15T05:29:15
C
UTF-8
C++
false
false
244
h
#ifndef _PHYSICS_OBB_H__ #define _PHYSICS_OBB_H__ #include "../Common/Macro.h" #include "../Math/Math.h" ENGINE_NAMESPACE_START class OBB { public: Vector3 center; Quaternion rotation; Vector3 extents; }; ENGINE_NAMESPACE_END #endif
[ "dekai.ding@shen021.com" ]
dekai.ding@shen021.com
6d37077ad3b61c32d1eefa563c4cf269d82dbc88
0954c102d25ae4e26fdc3453d3cf4d405aedd35b
/Noah-doho-6-and-6---master (Animation) 2/Classes/JNICalls/InterfaceJNI.h
b580b6409a5590baa38d7a7911c812056d79882f
[]
no_license
73153/Cocos2dx-animation-cocosbuuilder
c987c34c3e24cf1b44c9560bf10f1ac3af05b433
1f423549b7da96da86cdc5eb92afea8011ecbf66
refs/heads/master
2020-04-06T04:41:50.056706
2017-02-22T11:21:02
2017-02-22T11:21:02
82,796,159
0
0
null
null
null
null
UTF-8
C++
false
false
322
h
#ifndef __INTERFACE_JNI_H__ #define __INTERFACE_JNI_H__ #include "cocos2d.h" class InterfaceJNI { public: static void helloWorld(); static void postMessageToFB(); static void postMessageEMail(); static void postMessageToTweet(); static bool isInternetConnected(); protected: }; #endif // __INTERFACE_JNI_H_...
[ "ios.zaptl@zaptechsolutions.com" ]
ios.zaptl@zaptechsolutions.com
75fe342a1c537659a21ee700b11d5c17559066a4
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/extlib/Scaleform/GFx SDK 2.1.57/Src/GFxPlayer/GFxLoadProcess.h
450789d83f18bac0e4a121923b036a5b414f553f
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,679
h
/********************************************************************** Filename : GFxLoadProcess.h Content : GFxLoadProcess - tracks loading and binding state. Created : Authors : Michael Antonov Copyright : (c) 2001-2007 Scaleform Corp. All Rights Reserved. Notes : This...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
e16c1208d51a1971934e3d055c07ecf5df2479ae
d34730c4d11d2c38d3db77ca6bef7eedaf1e3885
/src/include/Data_element.hpp
911ee79127f9b8233f4436c13e3520caf0a72723
[]
no_license
romaingroux/lib_filetools
f8514460144542059f9121fdd94e5c4f52b5984f
ac3ddc5da5805c7185c04aef288ffbfbcc7d3e49
refs/heads/master
2021-04-06T18:10:26.479881
2018-03-08T12:55:08
2018-03-08T12:55:08
124,391,571
1
0
null
null
null
null
UTF-8
C++
false
false
271
hpp
#ifndef DATAELEMENT_H #define DATAELEMENT_H /*! * \brief The Data_element class is a simple virtual interface for classes modelising any type of data. */ class Data_element { public: virtual ~Data_element() = 0 ; private: } ; #endif // DATAELEMENT_H
[ "you@example.com" ]
you@example.com
301a633dddfcf4ce8d67603698b89a3bcccd05ec
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14646/function14646_schedule_11/function14646_schedule_11_wrapper.cpp
42db0ebfe1f603806803bc42f3c99db9f5a6e241
[]
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
857
cpp
#include "Halide.h" #include "function14646_schedule_11_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){Halide::Buffer<int32_t> buf0(1024, 512, 64); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
91325a1b080b119f8d31125d9b87d306f127bda3
a86f1a570706894d0bf20c7499de467c95f92b90
/src/pxMatrix4T.cpp
21fbd81d15af8e505231790d144782af16223e2b
[ "Apache-2.0" ]
permissive
kkartunov/pxCore
59eb7901ba632f6344e19043358e416b5f2f54f1
c9f56b6e0a8f6e96a6b418c666435d2767d58329
refs/heads/master
2021-06-12T08:25:19.877221
2017-03-03T21:50:15
2017-03-03T21:50:15
83,960,343
1
0
null
null
null
null
UTF-8
C++
false
false
179
cpp
#include "pxMatrix4T.h" void sincos(double x, double *s, double *c) { *s = sin(x); *c = cos(x); } void sincosf(float x, float *s, float *c) { *s = sin(x); *c = cos(x); }
[ "michael_fiess@cable.comcast.com" ]
michael_fiess@cable.comcast.com
cc727ad210ec045081a311eff68a970b5134b8c7
3dbf3b1a91f539631898624cfd8771cf8e395087
/src/tea/graphicscomponent.cpp
aff0234091850076694c4cb3bfed4b4877aba051
[]
no_license
FredTheDino/Tea
daa5596beef860ffcde0a543f407dae62614f0b0
4f838626bf3ac139863794fc0a3d2353f43a6f45
refs/heads/master
2021-01-17T20:57:21.435863
2016-11-03T21:06:54
2016-11-03T21:06:54
61,391,835
0
0
null
null
null
null
UTF-8
C++
false
false
2,304
cpp
#include "graphicscomponent.h" namespace Tea { GLuint GraphicsComponent::_vertexBufferObject = -1; GLuint GraphicsComponent::_vertexArrayObject = -1; bool GraphicsComponent::_setUp = false; std::vector<Vertex> GraphicsComponent::_vertices; std::vector<GraphicsComponent*> GraphicsComponent::_componentList; Gra...
[ "Edvard.Thornros@gmail.com" ]
Edvard.Thornros@gmail.com
63308346e1f763901248fc9aad33f126ccda336e
ff45a52977730ca9d9937526cbe072ce70130278
/thorns/ML_BSSN_NoVec/src/ML_BSSN_NoVec_RHSStaticBoundary.cc
4bd5297299c940d808e3fe9011f92efaa4e3ab05
[]
no_license
ianhinder/KrancData
74c0d2d218949e04e37be4cf7f91b40072f5f0e3
dab5896ec41b65ae0986b36d697317d7de599d7e
refs/heads/master
2020-12-24T15:13:35.012149
2014-03-19T11:18:16
2014-03-19T11:18:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,031
cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" namespa...
[ "ian.hinder@aei.mpg.de" ]
ian.hinder@aei.mpg.de
156e6eb4dfcdce0430db32737066c9102d56b62c
4bcc9806152542ab43fc2cf47c499424f200896c
/tensorflow/compiler/mlir/tensorflow/utils/cluster_util_test.cc
df641fb2176357f5073720d83a099bac35f61a4c
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "BSD-2-Clause" ]
permissive
tensorflow/tensorflow
906276dbafcc70a941026aa5dc50425ef71ee282
a7f3934a67900720af3d3b15389551483bee50b8
refs/heads/master
2023-08-25T04:24:41.611870
2023-08-25T04:06:24
2023-08-25T04:14:08
45,717,250
208,740
109,943
Apache-2.0
2023-09-14T20:55:50
2015-11-07T01:19:20
C++
UTF-8
C++
false
false
7,984
cc
/* Copyright 2023 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
effaee60ac903408dd0790306c428d9cab846923
cccfb7be281ca89f8682c144eac0d5d5559b2deb
/components/viz/service/surfaces/surface_saved_frame.h
cac37b248cc8bc1ec8bad6289b691bc7f3213c3b
[ "BSD-3-Clause" ]
permissive
SREERAGI18/chromium
172b23d07568a4e3873983bf49b37adc92453dd0
fd8a8914ca0183f0add65ae55f04e287543c7d4a
refs/heads/master
2023-08-27T17:45:48.928019
2021-11-11T22:24:28
2021-11-11T22:24:28
428,659,250
1
0
BSD-3-Clause
2021-11-16T13:08:14
2021-11-16T13:08:14
null
UTF-8
C++
false
false
6,874
h
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_VIZ_SERVICE_SURFACES_SURFACE_SAVED_FRAME_H_ #define COMPONENTS_VIZ_SERVICE_SURFACES_SURFACE_SAVED_FRAME_H_ #include <memory> #include ...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
0fa42e203ea5f4aae427c98c2356ad85753d3c98
5f53f13ff320c50af317f6812ab85ed820cd8fab
/source/binary_image_analysis/find_hull.cpp
35b11d41e6a9b3b679bd734d0c51adcfc7affea7
[]
no_license
mehome/Learn_OpenCV
59e726e55fddfccb2311a27c0aebe1e093995ba4
0c4eaf142bdd16bdf0747aae32cbbaadc6a77a48
refs/heads/master
2022-04-12T19:10:20.807446
2020-04-08T07:21:58
2020-04-08T07:21:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,729
cpp
/* 凸包检测 */ #include<iostream> #include<opencv2\opencv.hpp> using namespace std; using namespace cv; int main(int argc, char**argv) { Mat src = imread("./test_images/tubao.png"); //imshow("src", src); Mat gray,bin; cvtColor(src, gray, CV_BGR2GRAY); threshold(gray, bin, 0, 255, THRESH_BINARY); vector<vector...
[ "stdcoutzrh@gmail.com" ]
stdcoutzrh@gmail.com
fc326c3df0074aff0a2417b2434f28168aeedec0
153c1f29c7d31aed68ab68ef5d3964338f97f8dd
/protocol/gate.pb.h
7f38057377c921ce04033ec8a11e05ade7cf7b75
[]
no_license
Nickqiaoo/cppim
78f2b00915c8fed61819de9c1e6923e10c36fccd
9c6789df48b55a416515711b212e0f081c5d3b1d
refs/heads/master
2022-04-12T00:53:23.026806
2020-03-30T08:37:36
2020-03-30T08:37:36
207,251,145
3
1
null
null
null
null
UTF-8
C++
false
true
49,617
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: gate.proto #ifndef PROTOBUF_gate_2eproto__INCLUDED #define PROTOBUF_gate_2eproto__INCLUDED #include <string> #include <google/protobuf/stubs/common.h> #if GOOGLE_PROTOBUF_VERSION < 3000000 #error This file was generated by a newer version of pro...
[ "qiaoyingjie.nick@shengqugames.com" ]
qiaoyingjie.nick@shengqugames.com
dd853582f62f1f853c1b49c0a7f237970c273c86
4d5f2cdc0b7120f74ba6f357b21dac063e71b606
/xercesc/xerces-c1_7_0-win32/include/xercesc/validators/datatype/DateDatatypeValidator.hpp
1f7b7e61df8cd68d30ce416608e52c7a7b75e837
[ "Apache-1.1", "Apache-2.0", "BSD-2-Clause" ]
permissive
anjingbin/starccm
cf499238ceb1e4f0235421cb6f3cb823b932a2cd
70db48004aa20bbb82cc24de80802b40c7024eff
refs/heads/master
2021-01-11T19:49:04.306906
2017-01-19T02:02:50
2017-01-19T02:02:50
79,404,002
2
0
null
null
null
null
UTF-8
C++
false
false
4,657
hpp
/* * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source c...
[ "anjb@qkjr.com.cn" ]
anjb@qkjr.com.cn
22112578b051d26cfab70981ccdb2dee46528d4f
8403738e873da6add2b5d32beb8105fe8d2e66cb
/C++ Primer plus/4_compoundtype/example/structur.cpp
a076965fd41d1d6eabc112fe05a1f216c67d8617
[]
no_license
autyinjing/Cpp-learning
415a9e9130c1d864b28b749e8a27935936a08234
fea63fed9c124c6a4218c61ce455554a8d6f29e4
refs/heads/master
2021-01-19T01:52:59.513207
2017-04-21T10:18:22
2017-04-21T10:18:22
38,310,895
0
0
null
null
null
null
UTF-8
C++
false
false
962
cpp
// ===================================================================================== // // Filename: structur.cpp // // Description: // // Version: 1.0 // Created: 2014年02月21日 20时28分50秒 // Revision: none // Compiler: g++ // // Author: Aut(yinjing), linuxeryinjing@...
[ "autyinjing@126.com" ]
autyinjing@126.com
11abe74c43cd04e532b49e2fad9b15c017c98759
e723b0cb7ba718563676c459ca72ee9a93b430b1
/GameClient.h
a3334f27558d3524cb40af47504a17159b85e16c
[]
no_license
omerorhun/game_client
2d143e820cd8711b6ad74ab429295ef2590091b3
be3c17226b07d6b7ff939fde6cf78f935c60c841
refs/heads/main
2023-01-13T08:03:11.104714
2020-11-15T23:20:06
2020-11-15T23:20:06
313,139,941
0
0
null
null
null
null
UTF-8
C++
false
false
1,476
h
#ifndef _GAME_CLIENT_H_ #define _GAME_CLIENT_H_ #include <stdint.h> #include <string> #include "json.hpp" typedef struct { std::string question; std::string choice_a; std::string choice_b; std::string choice_c; std::string choice_d; std::string correct_answer; }QuestionInfo; typedef struct { ...
[ "omerorhunsahiniu@gmail.com" ]
omerorhunsahiniu@gmail.com
495d902f1c301bfaa5f4278c44c8607d6f5fe4ae
fe7150e6178a9d93baa720f1eb4fe2b8365613ae
/src/lib_common/SimMap/DragMap.cpp
47f7a4a33dfbd341bde52c5410fa275e948b5ce4
[]
no_license
nicrip/moos-ivp-marineswarm
2db0a327881a528e5b8914b795b0516590c7bfd7
f2e2043e278c9ca51d3aee37ed2ab31005d98ca1
refs/heads/master
2021-01-10T07:09:46.987103
2015-10-22T19:59:40
2015-10-22T19:59:40
44,127,701
6
2
null
2015-10-21T15:39:36
2015-10-12T18:56:24
C++
UTF-8
C++
false
false
1,120
cpp
#include <iostream> #include "DragMap.h" #include "MBUtils.h" using namespace std; //---------------------------------------------------------------- // Constructor DragMap::DragMap() { m_reflect_negative = false; m_figlog.setLabel("DragMap"); m_factor = 0; } //---------------------------------------------...
[ "nick.rypkema@gmail.com" ]
nick.rypkema@gmail.com
81f93896910ebcae7a6bfbdc35fa6b68f8804d9a
b87d3c7c3f24beb2dcc5323f33f8886d0315d8be
/TestingCppOut/PointerPointerTester.cpp
aa84ba837738d87f69d57a039012a8f259806f43
[]
no_license
ramzy2000/TestingCppOut
76b1108a709283f3a78204432d6ffbf74df09d9f
c8751268e0c01c1714862ae4f27a7176e1de4d0f
refs/heads/master
2023-06-27T23:04:47.676149
2021-08-03T01:48:30
2021-08-03T01:48:30
380,108,155
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
#include "PointerPointerTester.h" PointerPointerTester::PointerPointerTester() { test(); } void PointerPointerTester::test() { std::cout << "number == " << ***triplePtr << '\n'; std::cout << "ptr == " << **triplePtr << '\n'; std::cout << "doublePtr == " << *triplePtr << '\n'; std::cout << "triplePtr == " << trip...
[ "caseyduffy00@gmail.com" ]
caseyduffy00@gmail.com
c9ff924ff37b22fe978e229a93c7e3035df4eeee
a2111a80faf35749d74a533e123d9da9da108214
/raw/pmsb13/pmsb13-data-20130530/sources/21gbd4mgnulhm130/2013-04-12T10-51-20.292+0200/sandbox/olfrik/apps/t5Graphs/t5Graphs.cpp
73e6fd0a45a6961ad89c3fda023b2cb761f3924b
[ "MIT" ]
permissive
bkahlert/seqan-research
f2c550d539f511825842a60f6b994c1f0a3934c2
21945be863855077eec7cbdb51c3450afcf560a3
refs/heads/master
2022-12-24T13:05:48.828734
2015-07-01T01:56:22
2015-07-01T01:56:22
21,610,669
1
0
null
null
null
null
UTF-8
C++
false
false
3,262
cpp
// ========================================================================== // t5Graphs // ========================================================================== // Copyright (c) 2006-2012, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and use in source and ...
[ "mail@bkahlert.com" ]
mail@bkahlert.com
99f8c9f315b3a9aed36388ab354a9fa69128d247
089316887010fa4af569b8235534701246dcba88
/doc/S9/main.cpp
cde2fa0ceee7770f1e7c3ca185ac034d6ab1b587
[]
no_license
jorgealemangonzalez/SoftwareArchitecture
ea537b3388b08d71c34a69b6c8c2e67898341507
0197b755f47faf6e68ea0c8adfe1f1b728926e6c
refs/heads/master
2021-01-11T11:59:06.816423
2016-06-28T18:55:13
2016-06-28T18:55:13
76,684,072
1
0
null
null
null
null
UTF-8
C++
false
false
1,208
cpp
#include "Fraction.cpp" #include <iostream> int main(){ Fraction < int > init1(5,10); Fraction < int > init2(9,14); Fraction <int> res = init1+init2; std::cout << "("<< init1._numerator << " / " << init1._denominator << ") + (" << init2._numerator << " / " << init2._denominator; std::cout << ") = " << res._nu...
[ "arnau.guinart01@estudiant.upf.edu" ]
arnau.guinart01@estudiant.upf.edu
c51eef4442de9ad0163806f92e8996a3972fabd3
7bb793c39d512bc3490608ec028c06677fdd7b05
/hrserver/src/base/ServInfo.cpp
a97f1622bb71a3e42117268dfc15144b83d20679
[]
no_license
rineishou/highwayns_rin
11564fc667633720db50f31ff9baf7654ceaac3f
dfade9705a95a41f44a7c921c94bd3b9e7a1e360
refs/heads/master
2021-06-17T23:06:29.082403
2018-12-17T12:13:09
2018-12-17T12:13:09
88,716,361
0
0
null
null
null
null
UTF-8
C++
false
false
1,303
cpp
/* * ServInfo.cpp * * Created on: 2013-8-8 * Author: ziteng@mogujie.com */ #include "ServInfo.h" serv_info_t* read_server_config(CConfigFileReader* config_file, const char* server_ip_format, const char* server_port_format, uint32_t& server_count) { char server_ip_key[64]; char server_port_key[64]; ...
[ "tei952@hotmail.com" ]
tei952@hotmail.com
935fb83fa87e0bfc2c657f3b988cd6cc38617307
58febce6be896835382f03b21162f0090b3fcb0a
/leetcode/weekly/191.cpp
c56037391d32ad2c345720e3c77e1194bcaa1855
[ "Apache-2.0" ]
permissive
bvbasavaraju/competitive_programming
5e63c0710b02476ecb499b2087ddec674fdb049f
bc17ec49b601aac62fa94449927fd64b620352d7
refs/heads/master
2022-10-31T15:17:00.151024
2022-10-23T09:14:52
2022-10-23T09:14:52
216,365,719
1
0
null
null
null
null
UTF-8
C++
false
false
3,590
cpp
/**************************************************** Date: May 31th, 2020 Successful submissions : 1 Time expiration : 1 Not Solved : 1 Wrong Answer/ Partial result : 1 link: https://leetcode.com/contest/weekly-contest-191 ****************************************************/ #include <iostream> #include <vector> #i...
[ "bv.basavaraju@gmail.com" ]
bv.basavaraju@gmail.com
e00ebe599b2a4da72871bce0b50166f344ca9342
8137fad2b71bbf297c191a506de897a9d2c4024c
/LevelHEngine/Core/WindowFrame.cpp
1e9b0d4f71f2dc64a7bf67c73c58ef48d48541ea
[ "MIT" ]
permissive
JSlowgrove/LevelHEngine-GEP-Assignment-1
90e77c2c55149065608f3fd44df44c85c610a74d
ab5f59414e712c1c10177e3063f9e1554cda8331
refs/heads/master
2020-03-30T19:14:55.422012
2018-10-05T17:07:34
2018-10-05T17:07:34
151,534,933
0
0
null
null
null
null
UTF-8
C++
false
false
1,656
cpp
#include "WindowFrame.h" std::string WindowFrame::title; Vec2 WindowFrame::windowPos; Vec2 WindowFrame::windowRes; bool WindowFrame::fullscreen; float WindowFrame::frameRate; void WindowFrame::setWindow(std::string title, Vec2 windowPos, Vec2 windowRes, bool fullscreen, float frameRate) { setTitle(title); setWindow...
[ "i7218850@bournemouth.ac.uk" ]
i7218850@bournemouth.ac.uk
d650ee9b7a3f20ab9c5870943b2e4f4ad34745cb
38d389eb9ff8540e814f84d69d56677d400a8c37
/xmu/xmu 1036the lost card.cpp
a5b604fbafd60a6bba73ea69199b7919ce738653
[]
no_license
sndnyang/programCode
ffc48717af8ee66a3852c8f7422b610b3a5aadb2
2bedd34ffdd035f91a0d3baef7c9a5fd819c221c
refs/heads/master
2020-05-17T23:12:24.413702
2017-03-09T08:43:58
2017-03-09T08:43:58
5,778,480
0
1
null
null
null
null
UTF-8
C++
false
false
263
cpp
#include<stdio.h> #include<stdlib.h> int main() { int i,n,k=0,p,t; scanf("%d",&n); for(i=0;i<2*n-1;i++) { scanf("%d",&p); t=p^k; k=t; } printf("%d\n",t); system("pause"); return 0; }
[ "sndnyangd@gmail.com" ]
sndnyangd@gmail.com
69685f5d0825af275a4919e9676927be78fe2e40
87367cfd5fa3f123dd0c47d376499b3e2c7d01b2
/exercise2.cpp
4b89b2ec6f6b01001a0e2703e27d49095570e74c
[]
no_license
guettler/advanced_algorithms
21aaac77ebaf6ce5a6c05012099e08410d699367
b06045ce697b980f0b1882e8c12f5f7f5f684daf
refs/heads/master
2020-05-16T20:38:08.013601
2012-06-24T16:09:58
2012-06-24T16:09:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,969
cpp
/* * File: exercise2.cpp * Authors: Group 5 */ #include <iostream> #include <fstream> #include <string> #include <vector> #include <algorithm> #include <sys/time.h> #include <bitset> #include <math.h> using namespace std; #define match 0 #define mismatch 1 #define gap 1 #define Q 12 // max...
[ "nico.guettler@finalfrontierlabs.com" ]
nico.guettler@finalfrontierlabs.com
5453ed945d1140143ff771f3b4736d41ef17ec20
0934679bbf0793d0103dfe144470f4169def36b9
/src/makethreeinter.cpp
e5f4166d0b08939321a75985096a76c40b72865b
[]
no_license
cran/sparsereg
c9ac647badcfc9f0353b9d3177c473a27ac66057
cac952e8477e78f3ae3af6add4afaca32f12add6
refs/heads/master
2021-01-13T01:13:28.062858
2016-03-10T23:32:18
2016-03-10T23:32:18
39,434,372
0
0
null
null
null
null
UTF-8
C++
false
false
2,067
cpp
# include <RcppArmadillo.h> // [[Rcpp::depends(RcppArmadillo)]] using namespace Rcpp ; ////// make interactions: interact X0 and X1, place in X2 ////// // [[Rcpp::export()]] Rcpp::List makethreeinter_cpp(Rcpp::NumericVector X00, Rcpp::NumericVector X10, Rcpp::NumericVector X110, Rcpp::NumericVector ...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
1f6f9bdbaff9f5341a88d4d97a0c71218dc5e7ef
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/content/browser/android/load_url_params.cc
57eff2d5fae0fc62777a32fe90aa3c34841fae6b
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
1,257
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/android/load_url_params.h" #include <jni.h> #include "base/android/jni_string.h" #include "content/public/browser/navigati...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
fa890778c124aab27db187dc4c5384ca45f73b7a
779bb7108d6891aafbfbcc48ce2aada7d8e5ae69
/Winsock/Game.h
54aac1df3d946ec1c241e127a5ed7189378c2a75
[]
no_license
Mathew977/Network-Game-Server
a73a2d9d271655f27496b7888c9b51837b9c7889
d68367eb2b689c57de1e401e19f358c7cbd381ef
refs/heads/master
2020-06-21T20:38:50.430355
2019-07-18T08:38:11
2019-07-18T08:38:11
197,547,311
0
0
null
null
null
null
UTF-8
C++
false
false
172
h
#pragma once #define DEFAULT_BUFLEN 512 class Game { private: public: //Handles retrieving the leaderboard from the files char* getLeadboard(); Game(); ~Game(); };
[ "Mathew.W.A.Taylor@hotmail.com" ]
Mathew.W.A.Taylor@hotmail.com
c56ad219ced3b4057d51028cb96a7e9806833a5f
ea90486b2c0174818e02ef7ba17e2c67c2eaaa00
/motion/sweetie_bot_servo_inv/src/servo_inv_lead.cpp
0f131ccbcabfaa0aa2a3f1cbcf188e9ab6ae9e4b
[]
no_license
sweetie-bot-project/sweetie_bot_rt_control
f760df3e991c10cbeacb7f656e8825cf381a6fcc
ee523681773327ab7b1328e646779e828473e919
refs/heads/master
2021-06-14T19:48:26.210352
2020-01-04T16:47:09
2020-01-04T16:47:09
190,021,034
0
1
null
null
null
null
UTF-8
C++
false
false
4,515
cpp
#include <rtt/Component.hpp> #include <iostream> #include "servo_inv_lead.hpp" using namespace RTT; using sweetie_bot::logger::Logger; namespace sweetie_bot { namespace motion { ServoInvLead::ServoInvLead(std::string const& name) : TaskContext(name), log(logger::categoryFromComponentName(name)) { if (!log.rea...
[ "goncharovoi@yandex.ru" ]
goncharovoi@yandex.ru
63240b9e477999cb993b51622b2999428c7cad8f
52d7262e25cd3635a4d6d711aad9891cf959facc
/C++Primer/chapter9/test_9.43.cpp
899a68ea8b8e39cea7dbbd01ad10e79131ee124d
[]
no_license
blackDogSheriff/MyNote
bedad79b66eefc1f15eae300361b3665c852b045
f54a83a3052f458ae3294dc2c27b880dbf59ecc5
refs/heads/main
2023-06-04T02:00:51.802379
2021-06-21T08:02:14
2021-06-21T08:02:14
357,460,967
0
0
null
null
null
null
UTF-8
C++
false
false
887
cpp
#include <iostream> #include <vector> #include <string> using namespace std; void replace_string(string &s, const string &odlVal, const string &newVal) { auto l = oldVal.size(); if (!l) return; auto iter = s.begin(); while (iter <= s.end() - 1) { auto iter1 = iter; auto iter2 = oldVal.begin(); while (iter2...
[ "937864741@qq.com" ]
937864741@qq.com
ee5442685414929b45e13f64098db2542f434db8
c35d9e80739c5f972ab051df78eacaa6405f3e63
/ConsolePacMan/GameEngine/src/GameEngine/Core/ECS/Components/TransformComponent.h
b29a977d6394b4227265ba9bf88b9081e3d458e7
[ "MIT" ]
permissive
lhurt51/CC-AdvanceCPP
7ea652573020ded79e166489fe543cd0e9f1e136
3834c60956c7198159e851fd80998cc86f1c6e52
refs/heads/master
2020-05-29T20:03:45.198995
2019-08-19T00:10:41
2019-08-19T00:10:41
189,346,291
0
0
null
null
null
null
UTF-8
C++
false
false
968
h
#pragma once #include "gepch.h" #include "GameEngine/Core/TimeStep.h" #include "GameEngine/Core/ECS/Components.h" #include <glm/glm.hpp> namespace GameEngine { class TransformComponent : public Component { public: TransformComponent(float inSpeed = 10.0f) { position = { 0.0f }; scale = { 1.0f }; rot...
[ "liamhurt51@gmail.com" ]
liamhurt51@gmail.com
f8b2ffe6152e88b283880f138f6a249c2a5294d1
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/xgboost/xgboost-old-new/xgboost-old-new-joern/dmlc_xgboost_old_new_old_function_180.cpp
35b14d921ef1691ec80e22e8b2c55431f3b9da47
[]
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
300
cpp
virtual void Load(IStream &fi) { uint64_t sz; utils::Assert(fi.Read(&sz, sizeof(sz)) != 0, "Read pickle string"); p_str->resize(sz); if (sz != 0) { utils::Assert(fi.Read(&(*p_str)[0], sizeof(char) * sz) != 0, "Read pickle string"); } }
[ "993273596@qq.com" ]
993273596@qq.com
ac3eaf470d0af268b35c49424d29dd07696da9f5
4b4c32e96cce176935dd6d506d65080b14715f8d
/view/Binary-Search/Search-Step-Simulation/POW.cpp
4a289354c5ab16428c28e86711efd936ffebc525
[]
no_license
working12/CODE
3432b24a74726e4a589d45393521630f05a5938a
cf456d7070a5c44faa2c572d7f69cce2474a2bca
refs/heads/master
2021-01-10T02:21:07.493004
2017-03-08T16:15:02
2017-03-08T16:15:02
44,948,196
0
0
null
null
null
null
UTF-8
C++
false
false
898
cpp
int Solution::pow(int x1, int n1, int d) { /* 2^7 7-->1 6--> 3--> 2--> 1--> 1*2 4 8 16 16*8=128 */ long long r=1; long long x=x1,n=n1;//to avoid overflow. Otherwise int creates problem. if(x==0) return 0; if(n==0) return 1%d; x=...
[ "working12@users.noreply.github.com" ]
working12@users.noreply.github.com
31287323279232f3af48a128ae6984f67e6c61cc
35cbc0049d0c88cd9282a3c82980500bc2093cf2
/2017-11-21/da3.cpp
a1f0a8b5f747290e48339e04f31c19887c5f71df
[]
no_license
ciwomuli/NOIP2017exercise
9f96026a7c88548a0d2783374b0a9582012acf33
e13a818f14da49b3ec94626e7f664301a9da985e
refs/heads/master
2023-01-22T14:02:02.850686
2020-12-04T14:21:08
2020-12-04T14:21:08
108,097,370
0
0
null
null
null
null
UTF-8
C++
false
false
865
cpp
#include<iostream> #include<algorithm> #include<cstdio> #include<cstdlib> //int bi_find(int *a,int l,int r,int s){ // if (l==r && a[l]!=s){ // return 0; // } // // int mid=(l+r)/2; // if (a[mid]==s){ // return mid; // } // if (a[mid]<s){ // return bi_find(a,mid+1,r,s); // } else { // return bi_find(a,l,mid-1,s); ...
[ "570727732@qq.com" ]
570727732@qq.com
6c3d8ef1b8548cb87a73c30daa8153f41d3d0603
dd267038685dcefd5f89016c63f72c2ad4aa7fdf
/src/chrome/browser/chromeos/attestation/tpm_challenge_key_subtle.cc
8a73400ac0e6eb9ec663116919e5379bb7e86ee9
[ "BSD-3-Clause" ]
permissive
webosose/chromium87
044d5c74ae9c2815cf096fd98bf9ea4e7e2fe6b3
75729b78817d49249cd004ef734c032269f06e53
refs/heads/master
2022-11-05T07:23:21.710708
2021-10-06T11:24:51
2021-10-08T08:30:55
392,617,373
4
2
null
2022-11-01T02:23:21
2021-08-04T08:54:03
null
UTF-8
C++
false
false
18,442
cc
// Copyright 2020 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/chromeos/attestation/tpm_challenge_key_subtle.h" #include "base/base64.h" #include "base/bind.h" #include "base/check_op.h" #inc...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
6fcd188ca01b8fdc06550b368d91a9707d95a1bc
d1535b84fdb0d0d1d76a00096f557f03be71554f
/src/Scheme_values/Built_in.cpp
60c23cf52514c5f034c2443e5595858c1550f711
[]
no_license
mrsch/CPPScheme
38e46701a2bb2ea1575d64c2cde1a27ec5903aa3
80902ae2299f11bddde3fa2665ea0f5d6b4ec39c
refs/heads/master
2021-05-16T13:43:14.239260
2017-10-02T14:03:49
2017-10-02T14:03:49
105,409,114
0
0
null
null
null
null
UTF-8
C++
false
false
650
cpp
#include "Scheme_values/Built_in.hpp" #include "Environment.hpp" #include "Scheme_values/Scheme_value.hpp" Built_in::Built_in(Procedure proc) : proc(proc) { } std::string Built_in::as_string() const { return "Built-in procedure"; } Eval_result Built_in::execute(const std::shared_ptr<Environment>& env, ...
[ "m.schlegel@posteo.de" ]
m.schlegel@posteo.de
013863e91d46c8b8a8be36e5a86b0346aac55455
ead0e66fe1c4079b6e8216989bff5ef1cae136e6
/Engine/Vector4.cpp
485351b192511774d7b6ec13b2a7e02afe22c3d7
[]
no_license
Trevor802/A-Simple-Game-Engine
5dc8afd5c8e9d55fce5d785ccd55fc719b7c3b2a
5186c27aee33ff4b0c56f18dde7632644077fc7a
refs/heads/main
2022-12-20T17:34:21.411168
2020-04-01T07:06:26
2020-04-01T07:06:26
304,770,612
0
0
null
null
null
null
UTF-8
C++
false
false
3,167
cpp
#include "Vector4.h" #include "Numeric.h" #include <assert.h> #include <algorithm> namespace Engine { Vector4::Vector4(void) : m_x(0), m_y(0), m_z(0) {} Vector4::Vector4(float i_x, float i_y, float i_z, float i_w) : m_x(i_x), m_y(i_y), m_z(i_z), m_w(i_w) {} Vector4::Vector4(const Vector3& i_other, float i_w) : m_...
[ "pascerveau@gmail.com" ]
pascerveau@gmail.com
b1e19c623f9c5a1c5ffa1d8d7abbe18722584387
a6562c37cbf85f66f448ea05c81d984440e3025a
/Penguin Glide/PenguinGlide/Source/PenguinGlide/public/SpeedBoostGenerator.h
bc1853b77425ba2ece3b94046e9e7646ebf26ce0
[]
no_license
Energyslam/PenguinGlideUnreal
5120805d2bc65dd2c80ffa9b06f6157f2d3d03e8
6fa141f3b3ce60963c475d12beb81f8e33cd55af
refs/heads/master
2021-07-04T22:12:51.238836
2021-02-16T18:38:17
2021-02-16T18:38:17
218,162,565
0
0
null
null
null
null
UTF-8
C++
false
false
11,093
h
#pragma once #include "SoundManager.h" #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "ProceduralMeshComponent.h" #include "Engine/Public/TimerManager.h" #include "TempPlayer.h" #include "SpeedBoostGenerator.generated.h" class ATempPlayer; UCLASS() /*! * \brief This class generates the speedb...
[ "max.groen4" ]
max.groen4
80ea9eb552e9193ca7bcb086dd1cf3a89ab4fb88
43f42ce170085a5253d4a6f3f844cec648aa0904
/MultipleModels/Texture.h
9d5043862ef4875142e2eae2b0e31ff9d225e9a5
[]
no_license
anjaldoshi/vk_forge
eb3148b0864102d05f02fcae5c65e45af9fc1f32
35606a510f9e7ac9d80aaa696a8bafdca4baa493
refs/heads/master
2020-04-07T18:12:12.162678
2018-11-21T21:24:58
2018-11-21T21:24:58
158,601,161
0
0
null
null
null
null
UTF-8
C++
false
false
958
h
#pragma once //Vulkan #include <vulkan/vulkan.h> //STL #include <string> #include <memory> #include "BufferManager.h" #include "ImageManager.h" class Texture { public: Texture(std::shared_ptr<VulkanContext> context, std::shared_ptr<BufferManager> bufferManager, std::shared_ptr<ImageManager> imageManager); Textur...
[ "anjaldoshi09@gmail.com" ]
anjaldoshi09@gmail.com
ba4cb7dc63a17825b523c3cf409f307fcfd05e96
c3590f02e6c0a94a6ac22441beb1bcd3f3788eee
/implot_test_main/main.cpp
82e7d8ada323daced39560ad8568291f9a32d70f
[]
no_license
PashaPlastic1/implot_test
e768d59cafb8fb390c17f60886f71b91cf8d28c1
ef58eefee339e9706a2ead92926a3db9ee28232d
refs/heads/main
2023-01-05T13:53:52.793066
2020-10-11T12:49:25
2020-10-11T12:49:25
302,459,247
0
0
null
null
null
null
UTF-8
C++
false
false
2,807
cpp
#include <QtImGui.h> #include <implot.h> #include <imgui.h> #include <QApplication> #include <QTimer> #include <QSurfaceFormat> #include <QOpenGLWidget> #include <QOpenGLExtraFunctions> class DemoWindow : public QOpenGLWidget, private QOpenGLExtraFunctions { protected: void initializeGL() override { in...
[ "saint1995@yandex.ru" ]
saint1995@yandex.ru
fbcf48948d102cc670491a13662802fe39b577c5
54d8acb9f614f1da82d4fbe5cfc1ead5972ab3b7
/codeforces/training/CF-1311A.cpp
de08eaf1f7832108654e44bc4bd122a4c5ec5717
[]
no_license
JohnItoo/Solvay
9efd2e5a0318a0cf48a7e9d913a287e95188231d
150b9460fe6332317362eba816e14b1ba6620ef5
refs/heads/master
2023-04-08T03:51:10.432417
2022-09-06T21:00:00
2022-09-06T21:00:00
188,384,500
1
2
null
null
null
null
UTF-8
C++
false
false
2,063
cpp
//============================================================================ // Name : template.cpp // Author : // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #include <...
[ "itoohue@gmail.com" ]
itoohue@gmail.com
a8d5b324286ebdd49ca516d852c9019a6f96ddd8
b197982a06f9275d3ab21e47a270cc4de83c916e
/generated/FSCTL_PIPE_PEEK_request.cpp
0e0d6b113dfc85d9eb60da16c779d80ce9ad23f9
[]
no_license
shashanksingh/Code-Generator-for-RDP
d0f88e8ad9b7f0da9a17210b9908e8f4b2f20820
3919b20672a68d99cea5b07d159a60fb200efe41
refs/heads/master
2021-03-12T19:35:39.373928
2012-01-22T15:51:11
2012-01-22T15:51:11
3,240,273
5
2
null
null
null
null
UTF-8
C++
false
false
685
cpp
/* * ===================================================================================== * * Filename: FSCTL_PIPE_PEEK_request.cpp * * Version: 1.0 * Created: 25/06/2011 06:54:53 PM * Revision: none * Compiler: gcc * * Author: * Company: Devon IT * * =...
[ "shashank.personal@gmail.com" ]
shashank.personal@gmail.com
7b86f5942b72550bb1044fe0d0e0caa4d0d41545
5885fd1418db54cc4b699c809cd44e625f7e23fc
/codeforces/1506/c.cpp
3d544bfc174f962f5be4eebe6ee0dfff8e17ff90
[]
no_license
ehnryx/acm
c5f294a2e287a6d7003c61ee134696b2a11e9f3b
c706120236a3e55ba2aea10fb5c3daa5c1055118
refs/heads/master
2023-08-31T13:19:49.707328
2023-08-29T01:49:32
2023-08-29T01:49:32
131,941,068
2
0
null
null
null
null
UTF-8
C++
false
false
638
cpp
#include <bits/stdc++.h> using namespace std; constexpr char nl = '\n'; using ll = long long; int T = -1; int main() { if(T < 0) { cin.tie(0)->sync_with_stdio(0); cin >> T; } if(--T) main(); string a, b; cin >> a >> b; unordered_set<string> sub_b; for(int i=0; i<size(b); i++) { for(int j=0; i+j<size(...
[ "henryxia9999@gmail.com" ]
henryxia9999@gmail.com
3bebc206f93a75d614b20e1ae827d6ed03116df4
c9cdb8772eb74c832b703624f6395f1e8b84c09e
/HCore/CCore/test/test1021.PTPEcho.cpp
b63c328fbb4094c3914400177f1383e0f926c94c
[ "BSL-1.0" ]
permissive
SergeyStrukov/CCore
70799f40d0ecfec75ab9298f60e7396413931800
509bd439ae5621603f9fbe8e8b3ca03721ac283b
refs/heads/master
2021-01-17T17:01:19.899215
2015-08-12T18:41:25
2015-08-12T18:41:25
3,891,233
6
1
null
null
null
null
UTF-8
C++
false
false
2,785
cpp
/* test1021.PTPEcho.cpp */ //---------------------------------------------------------------------------------------- // // Project: CCore 1.02 // // Tag: HCore // // License: Boost Software License - Version 1.0 - August 17th, 2003 // // see http://www.boost.org/LICENSE_1_0.txt or the local co...
[ "sshimnick@hotmail.com" ]
sshimnick@hotmail.com
326b585d2048384ac288788e97ffdde8b739084f
8f33d720272e3758886ecdb41542b7d1be7115f8
/src/operator/Projection.hpp
f85491bb31e790124134c72652493edb68c9bc22
[]
no_license
JigaoLuo/query_optimization
2af5013fcfb37351eb9085d431621c65b16d7500
52ebba7dddbe3c5e62e1b6c297baa21393e76e3d
refs/heads/master
2023-07-10T15:32:41.644985
2021-08-17T03:34:11
2021-08-17T03:34:11
397,081,462
2
1
null
null
null
null
UTF-8
C++
false
false
1,138
hpp
#ifndef H_operator_Projection #define H_operator_Projection //--------------------------------------------------------------------------- #include "operator/Operator.hpp" #include <memory> //--------------------------------------------------------------------------- /// A projection class Projection : public Operator {...
[ "luojigao@outlook.com" ]
luojigao@outlook.com
6b23083626911dd73013edd00eb5e9a6648ebe3a
39bb755b1a4b46d5a5c65373be2eb02759509229
/src/bind_test.cpp
6ae05cc4cfd0bd914ffbda1153b2c9cbe3ca48b3
[]
no_license
panshengli/cpp_practice
b16b2aca275e53a9902e2f01e4198a11e3df6c8e
3d30ca3121b328f40adb7daaa8d8913fc0fd91d8
refs/heads/master
2023-06-14T02:54:43.933899
2021-07-12T13:59:33
2021-07-12T13:59:33
259,030,078
3
0
null
null
null
null
UTF-8
C++
false
false
455
cpp
#include <iostream> // std::cout #include <functional> // std::bind int fun(int a, int b,int c,int d,int e) { return a + b + c + d - e; } int main() { int x=1,y=2,z=3; auto g1 = std::bind(fun,x,y,std::placeholders::_2,z,std::placeholders::_1); std::cout << "g1: " << g1(2,3)<<std::endl; a...
[ "18604451549@163.com" ]
18604451549@163.com
a701a096d1138539a1deda971113602d29647abb
29fe10a10c25f0c4396cfee7d285bd1c7a057b59
/src/client.cpp
25318e2c22cd8b0d59aa3d21074766dc8bcda42b
[]
no_license
skyformat99/mongopp
7a00828d3543596fe1257c112d7063caf26f3d3f
3de932eb0461ad16966ea56bdb7aeb25c6f0a6d1
refs/heads/master
2020-12-24T19:27:46.190344
2014-07-16T01:50:00
2014-07-16T01:50:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,648
cpp
#include <algorithm> #include <mongoc.h> #include <string> #include "client.hpp" #include "collection.hpp" #include "database.hpp" #include "document.hpp" #include "element.hpp" using namespace std; namespace mongo { Client::Client() : client_(NULL) { } Client::Client(const string &uri) { ...
[ "ben.becker@mongodb.com" ]
ben.becker@mongodb.com
e0970ecaf1da93061a4752df2b0f6da73f3947d1
23caa38e9d9c9d044d213b3816b5f411c5f8d324
/Scrabble/Scrabble/tile.h
20cc8508bed233629595e08d6f15edd781aab6b8
[]
no_license
keanedawg/ScrabblePlusPlus
f9b937cbef76bd257754fe9c5bcbd7c0c5204bec
e2e7b814f8adec8cc0222f57e696d605b8e57ac1
refs/heads/master
2021-09-24T08:44:16.181905
2018-10-05T23:25:01
2018-10-05T23:25:01
107,488,740
0
0
null
null
null
null
UTF-8
C++
false
false
553
h
#pragma once class Tile { public: Tile() : type(' '), letter(' ') {} Tile(char type) : type(type), letter(' ') {} Tile(char type, char letter) : type(type), letter(letter) {} inline bool isEmpty() { return letter == ' '; } // does it have a letter on it? inline void addLetter(char letter) { this->letter = lette...
[ "cameronfife@hotmail.com" ]
cameronfife@hotmail.com
98a212f5d62047cad31ba8e71dc9458ea9cd8b5b
96eaebd467794284f338a56b123bdfa5b98dd4d1
/core/test/lib/boost/boost/hof/detail/holder.hpp
5b67303781d0b033e1afecbfc04c943903ea4331
[ "MIT" ]
permissive
KhalilBellakrid/lib-ledger-core
d80dc1fe0c4e3843eabe373f53df210307895364
639f89a64958ee642a2fdb0baf22d2f9da091cc3
refs/heads/develop
2021-05-14T07:19:17.424487
2019-05-20T20:33:05
2019-05-20T20:33:05
116,260,592
0
3
MIT
2019-06-26T08:07:16
2018-01-04T13:01:57
C++
UTF-8
C++
false
false
705
hpp
/*============================================================================= Copyright (c) 2014 Paul Fultz II holder.h 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) ==============================...
[ "andrii.korol@ledger.fr" ]
andrii.korol@ledger.fr
be19939713f9fb6ec3ff3fb41fb55d906b8bd9a0
9bcf60bc15e35962b9e9ef65c25f356daf85319e
/interface/HgcalTupleMaker_PFCandProducer.h
b505fb2875728cf6162d100ee05238bb141a5e92
[]
no_license
edmundaberry/HgcalTupleMaker
6267f12106bf3672b08089be29bb88f3fd5eaee2
17da9b513582f476d88719bfcc2e581ca5b5909e
refs/heads/master
2021-01-01T16:18:57.250471
2015-03-22T15:46:12
2015-03-22T15:46:12
23,188,152
0
0
null
null
null
null
UTF-8
C++
false
false
527
h
#ifndef HgcalTupleMaker_PFCandProducer_h #define HgcalTupleMaker_PFCandProducer_h #include "FWCore/Framework/interface/EDProducer.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/Utilities/interface/InputTag.h" class HgcalTupleMaker_PFCandProducer : public edm::EDProducer { public: expli...
[ "edmund.a.berry@cern.ch" ]
edmund.a.berry@cern.ch
5523c2235a6e3093939c6c4a3806a39d1554ff43
09ff4c9c5d219096bc4b90d23b75636b9d616559
/Practica_3_final/archivos.cpp
f8ab3962a4a5952e5647f5a91ae738347791d4df
[]
no_license
JorgeMountain/Practica3
1aafe89a5ef29a273d39ea8432e68c72a943996a
e02ce42ee23c8c789e196bdab00eb7070b6206db
refs/heads/master
2023-01-06T20:16:21.431544
2020-10-31T10:30:00
2020-10-31T10:30:00
308,856,812
0
0
null
null
null
null
UTF-8
C++
false
false
3,065
cpp
#include "Archivos.h" void escribir_txt(string name, string data){ fstream k(name, fstream::out | fstream::binary); //k<<data k.write(data.c_str(), data.length()); k.close(); } string leer_txt(string name){ long long int tam; string data; fstream k(name, fstream::in | fstream::ate | fstream::binary); ...
[ "jorge.montana@udea.edu.co" ]
jorge.montana@udea.edu.co
0c131ec1bb88bf0a80454af68ed7e6b973bab03f
f32d05dc32431e44c1805005b98d8b6262ebae9a
/libim/connection.h
ba01f6900fe08f9e15ccbc6758b12d15b3c9179f
[]
no_license
jogger0703/buildim
d19475801acc68125201b87fa768e2d814367a74
f99dfe9c2fee057501364c1eb08accb962b5644f
refs/heads/master
2016-09-05T12:15:34.918832
2014-09-11T09:42:05
2014-09-11T09:42:52
null
0
0
null
null
null
null
GB18030
C++
false
false
3,701
h
#ifndef ___LIBIM_CONNECTION__H__ #define ___LIBIM_CONNECTION__H__ #include "value.h" struct event; struct evbuffer; class im_account; class im_connection; typedef enum { LIBIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */ LIBIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection do...
[ "zhaoxueqian@eyou.net" ]
zhaoxueqian@eyou.net
fc1c344f3b3c38d8478af4be1012a31a953e0956
b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1
/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h
0e0787fa82965304034b8dcf56a5db0b7e6f50d0
[ "Apache-2.0" ]
permissive
uve/tensorflow
e48cb29f39ed24ee27e81afd1687960682e1fbef
e08079463bf43e5963acc41da1f57e95603f8080
refs/heads/master
2020-11-29T11:30:40.391232
2020-01-11T13:43:10
2020-01-11T13:43:10
230,088,347
0
0
Apache-2.0
2019-12-25T10:49:15
2019-12-25T10:49:14
null
UTF-8
C++
false
false
4,725
h
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
[ "v-grniki@microsoft.com" ]
v-grniki@microsoft.com
846268f5ea114dbf4f676eca014b3f7819998ea9
16c25858ef1e5f29f653580d4aacda69a50c3244
/hikr/build/iOS/Preview/src/Fuse.Controls.FallbackTextEdit.g.cpp
3752b213c4774176b8fc6ce46c9723c3c4f6ad95
[]
no_license
PoliGomes/tutorialfuse
69c32ff34ba9236bc3e84e99e00eb116d6f16422
0b7fadfe857fed568a5c2899d176acf45249d2b8
refs/heads/master
2021-08-16T02:50:08.993542
2017-11-18T22:04:56
2017-11-18T22:04:56
111,242,469
0
0
null
null
null
null
UTF-8
C++
false
false
101,691
cpp
// This file was generated based on '(multiple files)'. // WARNING: Changes might be lost if you edit this file directly. #include <Fuse.Controls.FallbackTextEdit.DegreeSpan.h> #include <Fuse.Controls.FallbackTextEdit.LineCache.h> #include <Fuse.Controls.FallbackTextEdit.LineCacheLine.h> #include <Fuse.Controls.Fallba...
[ "poliana.ph@gmail.com" ]
poliana.ph@gmail.com
e100e96080030581e9ee3f4a660987790cee073c
b3f6daa5d6c987eb8a61d5fe125bf2a98997e259
/8kyu/Convert a Boolean to a String/test.cpp
731a35b45273699418060487807c3279049425cc
[]
no_license
krnets/codewars-practice
53a0a6c9d2d8c2b94d6799a12f48dd588179a5ce
5f8e1cc1aebd900b9e5a276884419fc3e1ddef24
refs/heads/master
2022-12-20T19:33:43.337581
2022-12-16T05:32:39
2022-12-16T05:32:39
217,464,785
1
0
null
2020-07-20T08:36:31
2019-10-25T06:20:41
JavaScript
UTF-8
C++
false
false
352
cpp
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "../../doctest.h" #include "solve.cpp" TEST_CASE("testing boolean_to_string_method") { SUBCASE("basic_tests") { CHECK(boolean_to_string(true) == "true"); CHECK(boolean_to_string(false) == "false"); CHECK(boolean_to_string(false) == "false"); CHECK(boolean_t...
[ "cmantheo@gmail.com" ]
cmantheo@gmail.com
daaeb6ec97a4849274f1beb83710b81dcc7f4e8e
a3d4aa8e1caf8b0db174be07f4d102605b05dff1
/include/node/node_contextify.h
e6b7e0a9e080f272ae98b241b4f06d657b6bd8ca
[ "MIT" ]
permissive
mafia2online/m2o-node-plugin
2bff514e53ef416bcf46dfa056d485bcb441b621
d741a168397ebe7cd57e12c0bb1e1b502e500b4e
refs/heads/master
2020-03-15T16:45:59.791928
2018-10-08T15:17:22
2018-10-08T15:17:22
132,242,374
1
0
null
null
null
null
UTF-8
C++
false
false
3,867
h
#ifndef SRC_NODE_CONTEXTIFY_H_ #define SRC_NODE_CONTEXTIFY_H_ #include "node_internals.h" #include "node_watchdog.h" #include "base_object-inl.h" namespace node { namespace contextify { class ContextifyContext { protected: // V8 reserves the first field in context objects for the debugger. We use the // second ...
[ "vladgritsenko@gmail.com" ]
vladgritsenko@gmail.com
97345c20bff199cab1414be11c8870eeaa476040
488706ddcd860941510ddd5c8f35bbd065de9ca1
/visualtext3/cj/Calendar/XTPCalendarControlView.h
29f5a989bc7af291244de43a377a2610a09e8f74
[]
no_license
VisualText/legacy
8fabbf1da142dfac1a47f4759103671c84ee64fe
73d3dee26ab988e61507713ca37c4e9c0416aee5
refs/heads/main
2023-08-14T08:14:25.178165
2021-09-27T22:41:00
2021-09-27T22:41:00
411,052,445
0
0
null
2021-09-27T22:40:55
2021-09-27T21:48:09
C++
UTF-8
C++
false
false
24,176
h
// XTPCalendarControlView.h: interface for the CXTPCalendarControlView class. // // This file is a part of the XTREME CALENDAR MFC class library. // (c)1998-2013 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER...
[ "david.dehilster@lexisnexisrisk.com" ]
david.dehilster@lexisnexisrisk.com
b26901787cc9735358569b3c1933ad7ca9ca1c9f
eb192dfea075a36502882c19f566255562c99126
/OpenFoamandPreCICE/Solid_convection/7.1/gradTy
aa49cf3b162b7577328bc7013a78bbce74a76560
[]
no_license
moritzhof/CFD-Solver
e8dfc5714107039e9b02d297d4c62a6a187cafa8
35fc2d02a8f7366ecc68a8ae275c6aec03132418
refs/heads/master
2020-06-23T17:06:09.203977
2019-08-07T21:04:01
2019-08-07T21:04:01
198,681,196
2
0
null
null
null
null
UTF-8
C++
false
false
61,809
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | ...
[ "moritz.t.hof@gmail.com" ]
moritz.t.hof@gmail.com
49529e2a0920afae4084b60b129ca77d5656b2d5
7895017bba3049a80dd5dafc154dc68ba9f2af05
/Launcher_Module.h
e6130cb4953626f74097768a26c774df94ecea06
[ "MIT" ]
permissive
tesolberg/BusyBoard
2e304ccd16c39f62acd822b4d647c3a5e97c4091
81ab0266343579058bc8a0f89394aa675b62baef
refs/heads/master
2020-03-18T22:26:44.516332
2018-05-29T20:30:17
2018-05-29T20:30:17
135,345,830
0
0
null
null
null
null
UTF-8
C++
false
false
432
h
#ifndef Launcher_Module_h #define Launcher_Module_h #include "Arduino.h" class Launcher_Module { public: Launcher_Module(int launcherVccPin, int launcherInputPin, int buzzerPin); void updateLauncherModule(); private: void runLaunch(); int _launcherVccPin; int _launcherInputPin; int _buzzerPin; boolean ...
[ "torelsol@gmail.com" ]
torelsol@gmail.com
90b8bb9e00298c1727c7f18e310d76d89b162a4b
9fa363c042e4f7ba31d75f9535acb6dca69e79cb
/LCBCAdminSystem/projectDataSet.h
9dad8d010e110df6ddd9ddc47497c08820a15e25
[]
no_license
andreboyce/lcbcadminsystem
f30914132fdd100fa1e879b6f2648879a4f02b9f
425af46bc3324289d23135f28f6ef6d8c702ba04
refs/heads/main
2023-03-14T15:34:08.496230
2021-03-11T11:10:49
2021-03-11T11:10:49
346,674,135
0
0
null
null
null
null
UTF-8
C++
false
false
477,920
h
#pragma once #using <mscorlib.dll> #using <System.dll> #using <System.Data.dll> #using <System.Xml.dll> #using <System.Data.dll> using namespace System::Security::Permissions; [assembly:SecurityPermissionAttribute(SecurityAction::RequestMinimum, SkipVerification=false)]; // // This source code was auto-generated by...
[ "mobile@andreboyce.com" ]
mobile@andreboyce.com
241674121921fae2b24080bc8206e85461c28051
23e7350754a7e7c00bdbede88082f08f08907f57
/LC_t/knapsck.cpp
3022c74e6645c9f61bcd12cd80c69d4668e952e1
[]
no_license
XA-IT/JianZhi_Offer
9953ab54b6317438075fc3340010437b6232d634
c3448471f87dc13b22f4f711ef4f541841808792
refs/heads/master
2022-09-26T21:59:58.715561
2022-09-18T07:28:09
2022-09-18T07:28:09
162,817,558
0
1
null
2020-06-26T12:56:24
2018-12-22T14:24:44
C++
UTF-8
C++
false
false
1,531
cpp
#include "public_utils/public_utils.h" /* for 状态1 in 状态1的所有取值: for 状态2 in 状态2的所有取值: for ... dp[状态1][状态2][...] = 择优(选择1,选择2...) */ class solution_knapsack { public: int knapsack(vector<int> &weights, vector<int> &val, int n, int w) { vector<vector<int>> d...
[ "buaawzt@outlook.com" ]
buaawzt@outlook.com
ed4e14979978c0bf396ff346d5bec68845ab5177
dd6ffac87c25069939dddccd0e5d0d41c23f832f
/Project1/Source/Resources/Model.h
7aa6196c28a9f3beb6d5924655bfc81b21f9af91
[]
no_license
vidhisoni/3D-Game-Project
901e8fb3ecbeeffe0188b72f865e38ad55f8c6fe
f53c8c9eb95662455a4e1ce9105d2393664af1a6
refs/heads/master
2022-10-26T06:16:51.875969
2020-06-16T04:39:53
2020-06-16T04:39:53
272,602,412
0
0
null
null
null
null
UTF-8
C++
false
false
1,362
h
#pragma once #include "Resource.h" class Mesh; class Material; class Skeleton; /*! * Model Resource that defines a collection * of Meshes and their skeletal structure * */ class Model : public Resource { public: /*! * Model Overloaded Contructor * * \param a_name The name of the Model Resource */ GEAR_...
[ "vidhi.soni@digipen.edu" ]
vidhi.soni@digipen.edu
b600614ae297eb77f58984d68a69d29c2bc80b1b
e51d009c6c6a1633c2c11ea4e89f289ea294ec7e
/xr2-dsgn/sources/xray/ai/sources/animation_filter.cpp
2dbfbd3ae0211f5d374c4afab535f9704fb93a16
[]
no_license
avmal0-Cor/xr2-dsgn
a0c726a4d54a2ac8147a36549bc79620fead0090
14e9203ee26be7a3cb5ca5da7056ecb53c558c72
refs/heads/master
2023-07-03T02:05:00.566892
2021-08-06T03:10:53
2021-08-06T03:10:53
389,939,196
3
2
null
null
null
null
UTF-8
C++
false
false
1,539
cpp
//////////////////////////////////////////////////////////////////////////// // Created : 27.09.2011 // Author : Tetyana Meleshchenko // Copyright (C) GSC Game World - 2011 //////////////////////////////////////////////////////////////////////////// #include "pch.h" #include "animation_filter.h" #include <xray/ai/a...
[ "youalexandrov@icloud.com" ]
youalexandrov@icloud.com
a6b086081d9fea0e530333e387a2f40c1d8233f7
f189851803d303c342a8f42df55e677cfb8f72da
/include/ttree/pavt/bst.h
c3326414e817bee6f9dd2523203a96491877fe92
[]
no_license
tylertownsend/TTree
5aa32c4215d668d93b2920798f4f03696f9c4aec
cd26a63f5269ec171dbed4bfb6a0c5c694471399
refs/heads/master
2020-03-28T12:59:21.637024
2019-07-13T07:15:22
2019-07-13T07:15:22
148,355,103
0
0
null
2019-07-13T07:15:23
2018-09-11T17:35:46
C++
UTF-8
C++
false
false
915
h
// // Created by ttown on 9/30/2018. // #ifndef TTREE_INCLUDE_PAVT_PAVT_BST_H_ #define TTREE_INCLUDE_PAVT_PAVT_BST_H_ #include <mutex> #include <atomic> #include <ttree/base/binary_tree.h> #include <ttree/pavt/pavt_bst.h> #include <ttree/pavt/lock_manager.h> namespace pavt { class BST: public PaVT...
[ "ttown@knights.ucf.edu" ]
ttown@knights.ucf.edu
7800df704850289a412e351256be4f1402ef55d6
0a4cd1fd14e2c4f50fb05d7c5a613ba0a943001b
/proxy1541/uno_proxy1541/uno_proxy1541.ino
4aceb9cf913a5aa8b667f56a3abdba0a693f8dc3
[]
no_license
c64scene-ar/c64f3
2852cbd2cd867751daa6b4189856512d21658a23
2023e896d396350c7d9660706101ce09c1196224
refs/heads/master
2021-01-10T13:00:05.830575
2015-07-16T13:34:56
2015-07-16T13:34:56
36,076,626
2
0
null
null
null
null
UTF-8
C++
false
false
1,993
ino
//#include <Console.h> #include <stdarg.h> int iToC64; char format[100]; // digital pin 2 has a pushbutton attached to it. Give it a name: int atn_button = 2; // BLUE int data_button = 3; // BROWN int clk_button = 4; // BLACK int atn_state, data_state, clk_state; int debug = 0; int prev_state = 0xFFFF, cur_st...
[ "sebastianmuniz@gmail.com" ]
sebastianmuniz@gmail.com
5eac579b779108ef5a08e800a7eb44e28cfc7ea9
fd9b12a40aca3d6a331eacb825c82fe2ddeb9874
/final/db/db.cpp
5faa284b1a5575b54b0b05b4d221106c926cb4a7
[]
no_license
xzeng17/CS466
e8c666ec2887256f099c1a3c5773c051d4a94206
ab7a018cfe629bddafe8a1f8fb2e1b16fe2438c9
refs/heads/main
2023-04-15T19:25:53.809807
2021-05-06T16:23:20
2021-05-06T16:23:20
341,237,490
0
0
null
null
null
null
UTF-8
C++
false
false
1,750
cpp
#include "db.h" #include <iostream> using namespace std; Database::Database(const string& filename) { Fileloader fl(filename); try { init(fl); } catch (runtime_error e) { cout<<e.what()<<endl; } cout<<"Parsed from "<<filename<<". Database has: "<<size()<<" entries!"<<endl; } void...
[ "xzeng17@illinois.edu" ]
xzeng17@illinois.edu
dda37f293825814087c076dba08787b4e93fb258
817b372277ba8c47cc9c6cadcc61d243fc276443
/Plugins/OSC/Source/OSC/Private/Receive/OscReceiverInterface.cpp
870124d8be9d3d156d3a88102f07ddbbab565459
[]
no_license
parayc/FaceTrack_UE4
9eb7391bba779e3a3e741061cfbbf361081b2d8d
30a1853583d85058bc8374642d391c330fae7b3e
refs/heads/master
2020-05-03T04:59:49.826333
2015-02-15T17:45:08
2015-02-15T17:45:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
397
cpp
#include "OscPrivatePCH.h" #include "OscReceiverInterface.h" UOscReceiverInterface::UOscReceiverInterface(const class FPostConstructInitializeProperties& PCIP) : Super(PCIP) { } const FString & IOscReceiverInterface::GetAddressFilter() { static FString defaultValue; return defaultValue; } void IOscReceiver...
[ "skas@live.co.uk" ]
skas@live.co.uk
4c9d7f6b57db358f09e8731a6d88922b406d680b
bd0b341c3839734e4c2ed9a61ea90deae83f7b8d
/Marlin/WebConfig.cpp
dc77b681131d28cf618d11dbb9e78be136976104
[]
no_license
robertbjarum/CXHibernate
976e823ae037a4715ac77786e2951ee157cb2216
4fa4c366ab6975fc2174144fb65cd9276941ab43
refs/heads/master
2023-06-03T08:25:02.008286
2021-06-26T15:04:56
2021-06-26T15:04:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,250
cpp
///////////////////////////////////////////////////////////////////////////////// // // SourceFile: WebConfig.cpp // // Marlin Server: Internet server/client // // Copyright (c) 2015-2018 ir. W.E. Huisman // All rights reserved // // Permission is hereby granted, free of charge, to any person obtaining a copy // of th...
[ "edwig.huisman@hetnet.nl" ]
edwig.huisman@hetnet.nl
ca1c6b29f9f2be3be6a7237cb416e3cfe1037640
35a9dcf009857ca7c720e31dbef6cd22479854ef
/src/Simulator/Boids.cxx
47b6cc05b23ad0c0cb0ff420accb312e3db9ac0f
[]
no_license
x3ent3nte/SimulationProject
22e9646512f374c74a3fdde68cc2fa5b183bb327
292e4e663a66d35147442dcda0841a56a736ed4a
refs/heads/master
2023-05-14T06:28:15.124400
2021-06-06T19:42:43
2021-06-06T19:42:43
275,607,695
0
0
null
null
null
null
UTF-8
C++
false
false
14,585
cxx
#include <Simulator/Boids.h> #include <Simulator/Agent.h> #include <Utils/Buffer.h> #include <Utils/Compute.h> #include <Utils/Timer.h> #include <Utils/Command.h> #include <array> #include <stdexcept> #include <iostream> namespace BoidsUtil { size_t xDim = 512; size_t kNumberOfBindings = 6; VkDescriptor...
[ "m202-tracer@hotmail.co.uk" ]
m202-tracer@hotmail.co.uk
b446f6035e1802b00d33aa1d5c05b7d019abed9c
5308c651112761c26501037d7d3201042ff90758
/src/Game.cpp
e985e48b99e9f9dad05bb65592a8f13d37eac879
[]
no_license
Spoutnik87/Zoo_Engine
bf19c2732c82252ef7a66c2ae1778482a1388da4
7e492d1be20fd9943757e974b860a4d8189d158a
refs/heads/master
2020-03-31T07:38:50.878789
2018-10-21T21:19:32
2018-10-21T21:19:32
152,029,286
0
3
null
2018-10-09T14:48:38
2018-10-08T06:31:48
C++
UTF-8
C++
false
false
2,218
cpp
#include <iostream> #include "Game.h" #include "Logger.h" #include "InputHandler.h" #include "ResourceManager.h" #include "Configurator.h" #include "MainMenuState.h" Game *Game::game; Game::Game() { if (game == NULL) { game = this; logger = new Logger(); resourceManager = new ResourceManag...
[ "vladkyry@gmail.com" ]
vladkyry@gmail.com
2dfb40353c472f31bbd3d3a6b283a161307e835a
5a95fff651cb0e3f56c8c721434578bfba1fcae4
/tools/zapccs/UserReplacer.h
e1ab6db3d60d21a2192f57b49cf1cbd9fe1c03f3
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wangqiang1588/zapcc
1f864133b4037f7591f4b1a84ddf7be1bda427ae
c2b11ba7d65eb36a595f8da5044e39868d8d825b
refs/heads/master
2020-03-21T01:59:35.758257
2018-06-19T18:27:40
2018-06-19T18:27:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
930
h
#ifndef ZAPCC_USERREPLACER_H #define ZAPCC_USERREPLACER_H #include "llvm/ADT/SetVector.h" #include "llvm/Support/Casting.h" namespace clang { class Decl; class Expr; class NestedNameSpecifier; class Type; class Stmt; class UserReplacer { public: UserReplacer(Decl *Dependee, Decl *Replacement) : Dependee(Depe...
[ "yaron.keren@gmail.com" ]
yaron.keren@gmail.com
1eef9c714563922b64346cd596eabc388e6ee570
7926bafb7e46fca5ad0ff1a5ed4235746b51f086
/tests/core_tests/transaction_tests.cpp
f2a93b7e3817a917bf1822ee8bf47f2c0642cdff
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
btmdteam/bitcoinmedal
40253796139ed029832d2720d28a200e136407da
7688ce1b30cf0a728bd590841b02c772b606e43f
refs/heads/master
2020-04-10T10:22:36.919475
2018-12-08T17:53:55
2018-12-08T17:53:55
160,963,325
0
0
null
null
null
null
UTF-8
C++
false
false
7,117
cpp
// Copyrights(c) 2017-2018, The BitcoinMedal Project // Copyrights(c) 2014-2017, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source cod...
[ "btmdteam@gmail.com" ]
btmdteam@gmail.com
73bc7898dca4b7d19e351588d387fd7554e9654d
d7170c2a8234c947432ee1cbffe2eb22db31b221
/transmission_model/src/TransmissionRunner.cpp
555a8541d312ade895a0a0b1c35e79ff10c96764
[]
no_license
khanna7/BARS
c3ab28354f4bb711c7d8307486194769454c86ff
6829f0da638c0c839c40dd6f6b84a645c62f4446
refs/heads/master
2023-07-06T06:33:57.160645
2023-06-28T23:17:24
2023-06-28T23:17:24
40,013,171
6
2
null
2016-05-17T17:08:43
2015-07-31T16:01:07
C
UTF-8
C++
false
false
1,856
cpp
/* * TransmissionRunner.cpp * * Created on: Jan 19, 2016 * Author: nick */ #include "TransmissionRunner.h" #include "Person.h" namespace TransModel { TransmissionRunner::TransmissionRunner(float circumcision_multiplier, float condom_multiplier, float infective_insertive_multiplier, float duration...
[ "ncollier@anl.gov" ]
ncollier@anl.gov
b58b30dab2fbbbb871cbfe6bedab490a4fe397b0
5c3971098a8a6547a51b6d2f6b5458619806f99e
/sources/main.cpp
fb95959c00dc010ad1aaaf325573f35596ffb484
[]
no_license
Teaching-projects/SZE-MOSZE-2020-Random
a0c2d6d62a5c5566c0aef0f9e04f9d4df3d3f7e5
51b0c95e51b20fc301a396114452040481221cb4
refs/heads/master
2023-01-29T22:02:34.974476
2020-12-09T18:42:01
2020-12-09T18:42:01
294,094,872
0
0
null
2020-12-09T18:42:02
2020-09-09T11:39:14
C++
UTF-8
C++
false
false
2,267
cpp
#include <iostream> #include <map> #include <string> #include <filesystem> #include <algorithm> #include <iterator> #include <list> #include "JSON.h" #include "Map.h" #include "Game.h" #include "PreparedGame.h" #include "HeroTextRenderer.h" #include "ObserverTextRenderer.h" #include "HeroSVGRenderer.h" const std::ma...
[ "ubi19998@gmail.com" ]
ubi19998@gmail.com
9e54f14ccd09bf4e018e535b610a9af2aeaa1d4f
8675b8c7c8eaac4912989462d7090c62db6c7299
/leetcode/main.cpp
b95f89afa60ff3af3e0651da9b2ab5e54d46c8d6
[]
no_license
zxnn81/ojcode
c524943047e6782c3a2f5bec425f38de72f70d16
f838e4f323e4a27aa27a64190e879bcbd0ed05ce
refs/heads/master
2016-08-06T20:18:53.557550
2015-07-06T18:39:47
2015-07-06T18:39:47
38,487,524
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,218
cpp
#include "main.h" int main() { /// int a=hammingWeight(001101111001); // printf("%d",a); /* int a[3]={3,2,4}; int ll1[2]={9,9}; int ll2[1]={1}; ListNode*l1=NULL,*l2=NULL; ListNode* end; for(int i=0;i<2;i++) { if(l1==NULL) { l1=new ListNode(ll1[i]); end=l1; }else { ListNode* tmp=end; end=new...
[ "zxnn81@gmail.com" ]
zxnn81@gmail.com
ac0f88f1145be06cd9983750682a0be1b368731e
1baa341b32f689f73fc2661ec30d35b231b02cda
/test/GlobalFXCMConnection.h
f32bc629846531d1a6c0f3a320ed14dfc0c58835
[]
no_license
JoeButler99/PyFXCM
901f17bf3780ccfbcaf44bee2d7d0da3848ad75b
1cf828162d2e15576fceb8acf7f876bb640fb1e1
refs/heads/master
2019-01-19T12:10:34.399252
2014-12-29T14:40:04
2014-12-29T14:40:04
27,457,654
1
1
null
null
null
null
UTF-8
C++
false
false
754
h
/* * GlobalFXCMConnection.h * * Created on: 5 Dec 2014 * Author: joe */ #ifndef GLOBALFXCMCONNECTION_H_ #define GLOBALFXCMCONNECTION_H_ #include <stddef.h> // defines NULL #include "../src/YamlConfigLoader.h" #include "../src/SessionHandler.h" class GlobalFXCMConnection { public: static GlobalFXCMConnect...
[ "joe_butler99@hotmail.com" ]
joe_butler99@hotmail.com
693522d2522a216ca5b95aca87d28ad3ab87723e
13ea9deda4f88378a78fac44cbf1ef1209dc8d74
/src/spork.cpp
262b8b6badc251427d83f0d09ea63070af45e32b
[ "MIT" ]
permissive
tminussi/arepacoin
bf3502db4e2f234ab9b2e7ab627aca0cd4ecc7cb
cc3d756d470d5f342f2625637d63b89a40bd1884
refs/heads/master
2020-03-30T12:55:34.939859
2018-10-02T12:10:34
2018-10-02T12:10:34
151,248,304
0
0
null
2018-10-02T12:09:03
2018-10-02T12:09:02
null
UTF-8
C++
false
false
11,074
cpp
// Copyright (c) 2014-2016 The Dash developers // Copyright (c) 2016-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "spork.h" #include "base58.h" #include "key.h" #include "main.h" #include...
[ "loldlm1@gmail.com" ]
loldlm1@gmail.com
e910233487d06a9705e0bddf5edc2ff4f4e5025f
50b7980236b960b133c91c6d653fb334d904252c
/SDK/BP_MonkCutMale02_classes.h
72fc4d160300ae8b1d9c0c8991ecf783bbd786ca
[]
no_license
wyverns1/mordhau_sdk
c5fa2978203f6c3d405a011c06c39274f52549d1
43693f2102efc684c1d27fb5b4a0abfa67c1f596
refs/heads/master
2020-06-04T00:55:40.096978
2019-06-13T17:12:36
2019-06-13T17:12:36
191,802,239
0
0
null
null
null
null
UTF-8
C++
false
false
637
h
#pragma once // Name: MORDHAU, Version: 1.0.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass BP_MonkCutMa...
[ "jay50@pitt.edu" ]
jay50@pitt.edu
071ff8bc153e0b445098993b4b5ce9618afb2e77
83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1
/gen/blink/bindings/modules/v8/V8VRDevice.h
463449404ccd8953a2906b5b23b143aa23688fa0
[ "Apache-2.0" ]
permissive
cool2528/miniblink49
d909e39012f2c5d8ab658dc2a8b314ad0050d8ea
7f646289d8074f098cf1244adc87b95e34ab87a8
refs/heads/master
2020-06-05T03:18:43.211372
2019-06-01T08:57:37
2019-06-01T08:59:56
192,294,645
2
0
Apache-2.0
2019-06-17T07:16:28
2019-06-17T07:16:27
null
UTF-8
C++
false
false
1,986
h
// 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. // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! #ifndef V8VRDevice_h #define V8VRDevice_h #include "bindings/core/...
[ "22249030@qq.com" ]
22249030@qq.com
c719b747841680e09e9de71e5934de77e97294d7
19600b8e5bbc2c293baee39a9659d136ea3f520c
/p3/src/palindrome_prod.cc
954233503141eab14b4ef72085217d4bd88299c1
[]
no_license
amarleo/CYA-Practicas
60456b599f56970c1049c0331835f8ffe968a541
9f00bd19a81350823ba0490b114439fa73e6274e
refs/heads/main
2023-02-13T06:15:52.968917
2021-01-13T09:15:54
2021-01-13T09:15:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,649
cc
/* Copyright 2020 Alejandro Martín de León - Práctica 3: Productos capicúa Centro: Escuela Superior de Ingeniería y Tecnología Asignatura: Computabilidad y Algoritmia Año: 2020/2021 Autor: Alejandro Martín de León Contacto: alu0101015941@ull.edu.es Fichero: palindrome_prod.cc Este programa contiene el código fuente ...
[ "alu0101015941@ull.edu.es" ]
alu0101015941@ull.edu.es
7b0d739dcde028682ee86c07e1a80c00895f3fa0
ca0d65a2519697f1fab4d0467271e032f72feed5
/darts-x86/omp2cd-examples/benchmarks/array_bench/common.output.darts.h
a632402b08f581f7e293b2c1a4209f7eafc1b66c
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
jandres742/omp2cd
fca943f38e77ff9d32d066c6713e4556cf30fd54
15f64d65c41a1b9238af81fe2627c1b8e12ceca7
refs/heads/master
2020-12-24T11:09:41.811053
2017-06-28T19:23:40
2017-06-28T19:23:40
73,186,762
6
1
null
null
null
null
UTF-8
C++
false
false
4,086
h
#ifndef _common_output_darts_h_ #define _common_output_darts_h_ #ifndef __DARTS_ #define __DARTS_ #endif #include "common.h" #include "darts.h" #include "ompTP.h" #include "tbb/concurrent_vector.h" #include "utils.h" #include <limits.h> #include <math.h> #include <mutex> #include <numa.h> #include <stdio.h> #include <s...
[ "jandres742@gmail.com" ]
jandres742@gmail.com
862fae802d1997116b98778af997708c205a97f9
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/ui/accessibility/ax_tree.cc
f8827172a6add9476e9e4516d4405a15e59d3385
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
23,364
cc
// Copyright 2013 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 "ui/accessibility/ax_tree.h" #include <stddef.h> #include <set> #include "base/logging.h" #include "base/strings/stringprintf.h" #include "ui/...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
6c31e13026a9880ca7b1441029c7903b060a7ad9
f17233dad5f2585e15da6c78bb34ab63058c80a4
/src/rpcprotocol.h
36285faa45a4c5d431e29a37ac6f2b1bba59f3ac
[ "LicenseRef-scancode-other-permissive" ]
permissive
ventual-core/vntl
6ba7fe48da60e701786befb3e21072b7a7c56d33
9408f2d7ea53e7191d0d72a13ad80c6472f4f1cf
refs/heads/master
2020-03-27T07:06:20.326264
2018-08-26T11:22:55
2018-08-26T11:22:55
145,736,814
0
0
null
null
null
null
UTF-8
C++
false
false
7,569
h
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_RPCPROTOCOL_H #define BITCOIN_RPCPROTOCOL_H #include <boost/asio.hpp> #inc...
[ "ventual@tuta.io" ]
ventual@tuta.io
1656fbc6b73f0f864a2f1dbea9e6d4ee6f3b5598
7cd6706dac37c2a898a565b4dadacf369590e2f0
/src/base58.h
13b84f0cc39aa75a8ed68251a0445e442fd1a241
[ "MIT" ]
permissive
occoin/OfferlibationCoin
be6c5d4992ad4a8988c4f488c895a6c5783f0acd
edd5baf7116f818b273219d69facbebbe1a05f1f
refs/heads/master
2021-01-10T05:48:26.588869
2016-04-04T14:14:58
2016-04-04T14:14:58
55,416,891
0
1
null
null
null
null
UTF-8
C++
false
false
13,122
h
// Copyright (c) 2009-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. // // Why base-58 instead of standard base-64 encoding? // - Don't want 0OIl char...
[ "offcoin@126.com" ]
offcoin@126.com
0a3a1fa14137419b3bdd95908c060e8aa57933ea
c024a8d406ab3556a8c5bf5d66256cf6ec5dc7d9
/7/FindMaxEx/stdafx.h
cc756c3bbcfc6c2f1c6c232c089cdeb9ac5691d7
[]
no_license
sergeythrees/Object-Oriented-Programming
1fa17b5606360b4b6ef1dd6e470f7426fef649b6
77e227a64cb2cf00f429c090bc16ca6ec8aefa36
refs/heads/master
2021-09-04T09:49:56.837506
2018-01-17T20:02:33
2018-01-17T20:02:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
347
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #include <stdio.h> #include <tchar.h> #include <vector> #include <functional> // TODO: reference additional headers yo...
[ "sergeythrees@gmail.com" ]
sergeythrees@gmail.com
9de8dd01a6995f8b96402acc74f44f885ddcc969
d5cb0e3a8fc1f9522954e453e238481b9406d978
/fyp-evolutionary-art/core/clGenerator.cpp
8416dd4050d2d8fdef87e8f211aa91dda1e6bebf
[ "MIT" ]
permissive
baccka/fyp-evolutionary-art
831c1acf761df6d028d5a5316101b4a1828a608e
dac828e229aee4e8975c297d2021a897a30737cc
refs/heads/master
2016-08-11T23:10:13.172034
2016-04-17T22:33:50
2016-04-17T22:33:50
55,785,020
1
0
null
null
null
null
UTF-8
C++
false
false
822
cpp
#include "clGenerator.h" #include <iostream> namespace core { CLTreeGenomeImageGenerator::CLTreeGenomeImageGenerator(const TreeGenomeImageGenerationOptions &options, CLComputeProvider &clProvider) : clProvider(clProvider), options(options) { } cl::Image2D &CLTreeGenomeImageGenerator::getImage() { if (image) { re...
[ "a.lorenz1@nuigalway.ie" ]
a.lorenz1@nuigalway.ie
72d4293dfeb9116d06f5dee22d4863a5b1e74784
6ed471f36e5188f77dc61cca24daa41496a6d4a0
/SDK/DinoColorSetGenericFemale_parameters.h
5fe2592b25d5c071c1ad6eeca407f19e4bd60478
[]
no_license
zH4x-SDK/zARKSotF-SDK
77bfaf9b4b9b6a41951ee18db88f826dd720c367
714730f4bb79c07d065181caf360d168761223f6
refs/heads/main
2023-07-16T22:33:15.140456
2021-08-27T13:40:06
2021-08-27T13:40:06
400,521,086
0
0
null
null
null
null
UTF-8
C++
false
false
706
h
#pragma once #include "../SDK.h" // Name: ARKSotF, Version: 178.8.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Parameters //--------------------------------------------------------------------------- // Function D...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
fec943d1086068b6a792355908636652b9217157
8080043688d572479a94a68b76af83cb29b4ffea
/hello_SMG.cpp
ae3ab22ee9be51808af2229c4c3d84b4638d1758
[]
no_license
MarySam01/PMI2
7596b4e15671401e13a2a5106be3fa4a233aa9c5
dd9e4c5a6742ce8b7b8a7c1f6f531b0f4f5235c3
refs/heads/main
2023-02-17T09:14:00.201495
2021-01-17T04:54:56
2021-01-17T04:54:56
330,165,709
0
0
null
2021-01-16T15:48:14
2021-01-16T13:12:35
C++
UTF-8
C++
false
false
141
cpp
#include <iostream> #include "fio.h" #include <string> using namespace std; string print_SMG() { return "Samoylova Marya Gennadievna"; }
[ "fjuluur@mail.ru" ]
fjuluur@mail.ru
9111efb7de0d6cfd4a3eb996a6aadd3d9f3fefbf
52c01c8e5380603a715e45fdf8ce2f585f51e578
/Source/FIT2097Week3/FIT2097Week3GameStateBase.cpp
579a214375efdd5cb9bd4fe8c85f9b95b70c8e5b
[]
no_license
HeatHazeDaze/FIT2097Week3
b9342140969751bf366f4ed125ccf35696d103b5
a8a83b8f71b0e0fe7586a2b99206c7cf7965ec26
refs/heads/master
2023-04-13T04:34:48.314327
2020-11-11T08:39:03
2020-11-11T08:39:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
121
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "FIT2097Week3GameStateBase.h"
[ "joshua.wirawan@gmail.com" ]
joshua.wirawan@gmail.com