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
64977b6e8341872e0a727e448679603bfbc81e6e
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE121_Stack_Based_Buffer_Overflow/s04/CWE121_Stack_Based_Buffer_Overflow__CWE805_int64_t_alloca_memmove_33.cpp
9f2fa634d079769d90b228e36b8f269425bf87cb
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
3,120
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_int64_t_alloca_memmove_33.cpp Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.label.xml Template File: sources-sink-33.tmpl.cpp */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: ...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
cb4848875cbf2117831b3be63921c8f02a813570
1cba40be0095359b6ea74c8bb4c9562371bc0316
/Baekjoon/16120. PPAP.cpp
e70bed3b5793a56a8c36e13b84d0c6d07b36761f
[]
no_license
dgandrewc/leetcode
4934b7700c4e8b6bce5be2ae2232794a03d0e00b
00c834222e16dd4e57e5ac11bb438a2ecec99375
refs/heads/main
2023-06-09T17:05:03.329571
2021-07-05T03:45:02
2021-07-05T03:45:02
357,297,233
0
0
null
null
null
null
UTF-8
C++
false
false
398
cpp
#include<iostream> using namespace std; int main(void) { string str; cin >> str; int cnt=0; for(int i=0; i<str.size(); i++) { if(str[i]=='P') cnt++; else if(str[i]=='A') { if(cnt>=2 && str[i+1]=='P') { cnt--; i++; } else { cout << "NP" << endl; return 0; } } } i...
[ "dgandrewc@gmail.com" ]
dgandrewc@gmail.com
466f0f32cd90174ac493eb638b6c4f961861c225
8f11b828a75180161963f082a772e410ad1d95c6
/packages/vehicle/include/device/ICurrentProvider.h
82f2861e26b79d8d4273c4b983be86febec315d8
[]
no_license
venkatarajasekhar/tortuga
c0d61703d90a6f4e84d57f6750c01786ad21d214
f6336fb4d58b11ddfda62ce114097703340e9abd
refs/heads/master
2020-12-25T23:57:25.036347
2017-02-17T05:01:47
2017-02-17T05:01:47
43,284,285
0
0
null
2017-02-17T05:01:48
2015-09-28T06:39:21
C++
UTF-8
C++
false
false
905
h
/* * Copyright (C) 2008 Robotics at Maryland * Copyright (C) 2008 Joseph Lisee <jlisee@umd.edu> * All rights reserved. * * Author: Joseph Lisee <jlisee@umd.edu> * File: packages/vision/include/device/ICurrentProvider.h */ #ifndef RAM_VEHICLE_DEVICE_ICURRENTPROVIDER_06_15_2008 #define RAM_VEHICLE_DEVICE_ICURREN...
[ "jlisee@gmail.com" ]
jlisee@gmail.com
85a6b41dfb9c2b2328bb79cb593adef77db5dace
1864d6be0f28eea17d097aa94fb0a8f955fa21f3
/Screen/Math/src/screen/math/Radian.cpp
f3dba22033d2df1787dd7192a26f05e3623e0610
[]
no_license
sivarajankumar/screen3d
a1fd17011248da213fc53be5544fe4e7bcda2906
7c7fb5469f80ec8bbcd7202fc1913bb66bd21e49
refs/heads/master
2021-01-10T03:19:13.368011
2012-11-04T12:44:29
2012-11-04T12:44:29
49,218,449
0
0
null
null
null
null
UTF-8
C++
false
false
3,250
cpp
/***************************************************************************** * This source file is part of SCREEN (SCalable REndering ENgine) * * * * Copyright (c) 2008-2012 Ratouit Thomas * ...
[ "pjdemaret@df6f4744-0210-11df-9fb0-db4daf2f83fa" ]
pjdemaret@df6f4744-0210-11df-9fb0-db4daf2f83fa
dbf63e82da9b071b46608600d3b1a1f7bf7f26a8
e61a6e786c840ffea6bd0ad43b3f4907b050e001
/src/help/TextEdit.cpp
22df6af9bec05e11416d7f87ab60bd9c5f2805c8
[ "LicenseRef-scancode-public-domain" ]
permissive
kaiyuzhao/XmdvTool
7888919d30e6b3b52eb4a6759b254d60ff64bb22
d0be8511e1577995220a18e0bdbae601cd95727a
refs/heads/master
2021-09-28T10:27:58.532772
2021-09-24T03:30:35
2021-09-24T03:30:35
43,215,167
11
5
null
2021-09-24T03:30:36
2015-09-26T17:22:40
C++
UTF-8
C++
false
false
2,925
cpp
/* * textedit.cpp * * Created on: Feb 1, 2010 * Author: mukherab */ /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This...
[ "kaiyu@dato.com" ]
kaiyu@dato.com
132871645892e9c4c23a5b1dde91338fcc95cd4b
eda023fde0fb2a48a66a6290875cc98179322c81
/Engine/Graphics/Texture.cpp
310b0faf1afec26e7a2e740b5803d08da5fa6b5e
[ "X11" ]
permissive
i0r/huisclos
58ca628b59c776abc406214e90a882064c05b759
930c641ab64f1deff4c15a6e1617fc596cf8118f
refs/heads/master
2020-05-02T06:32:26.090264
2019-03-26T13:50:32
2019-03-26T13:50:32
79,543,414
0
0
null
null
null
null
UTF-8
C++
false
false
1,201
cpp
#include "Shared.h" #include "RenderContext.h" #include "Texture.h" #include <d3d11.h> #include <Engine/ThirdParty/DirectXTK/Inc/DDSTextureLoader.h> texture_t* TextureManager::GetTexture( const renderContext_t* context, const char* texPath ) { const uint64_t texHashcode = MurmurHash64A( texPath, static_cast<int>( st...
[ "baptiste.prevost@protonmail.com" ]
baptiste.prevost@protonmail.com
9947f81547eecf2b31b56ac37e698bc9f42d7a9a
bd8d279e9c97d5dbc978fa8345235a33c006fc97
/samples/DateTime/src/DialogApp.h
fd5cfeeb87c84d9e216dc01f2c57848637fdde0b
[]
no_license
the-reverend/Win32xx
d2b3ec040df4ed594fe0ec648b394f49b2258b2e
3a6bd55fc7f0f8f0d24133cbeb9ce9226efe554f
refs/heads/master
2016-09-12T13:49:48.392542
2016-04-17T03:22:30
2016-04-17T03:22:30
56,416,919
0
0
null
null
null
null
UTF-8
C++
false
false
518
h
/////////////////////////////////////// // DialogApp.h #ifndef DIALOGAPP_H #define DIALOGAPP_H #include "MyDialog.h" // Declaration of the CDialogApp class class CDialogApp : public CWinApp { public: CDialogApp(); virtual ~CDialogApp(); virtual BOOL InitInstance(); CMyDialog& GetDialog() {return m_MyDialog;} ...
[ "ronaldpwilson@gmail.com" ]
ronaldpwilson@gmail.com
68277284bbfdbb2289a5b78bbc5189577e4a34e5
9d0e1d990e309d6e3a2c7e38d2898e146bc756d3
/tree/check_identical.cpp
9b221ddce9c1a67e45125ec89e3fdf1b019fa91f
[]
no_license
Cyatrosi/DSAlgo
be981b56692d0fe99af1b6bc7e86bc0ee426760a
5c02780c5236e036e769809b3c8e68db2ef35a1f
refs/heads/master
2020-03-12T08:55:25.297949
2018-04-25T18:30:24
2018-04-25T18:30:24
130,502,551
1
0
null
null
null
null
UTF-8
C++
false
false
1,567
cpp
#include<bits/stdc++.h> using namespace std; struct node { int key; struct node *left,*right; }; struct node *newnode(int key) { struct node *temp = new node; temp->key = key; temp->left = temp->right = NULL; return temp; } node *addnode(node *root,int key) { if(root == NULL) return ...
[ "nileshsaxena23@gmail.com" ]
nileshsaxena23@gmail.com
90c36e33b07345cab3f3819edfbf1c4970963e87
812067c42686dffa054e1e8bd54e5d48aa4bb161
/116.populating-next-right-pointers-in-each-node/populating-next-right-pointers-in-each-node.cpp
620640841d980677a5c552c817e27d101a00b534
[]
no_license
spacefan/Leetcode
35873bef37fad4ce8d7611482879706f9e9cd54c
344e181544a7347f3b208dd98712cce0b73f9f94
refs/heads/master
2020-03-22T04:04:44.278754
2017-05-14T06:10:33
2017-05-14T06:10:33
139,471,573
0
1
null
2018-07-02T17:08:14
2018-07-02T17:08:14
null
UTF-8
C++
false
false
596
cpp
/** * Definition for binary tree with next pointer. * struct TreeLinkNode { * int val; * TreeLinkNode *left, *right, *next; * TreeLinkNode(int x) : val(x), left(NULL), right(NULL), next(NULL) {} * }; */ class Solution { public: void connect(TreeLinkNode *root) { if(!root) return ; ...
[ "huangjipengnju@gmail.com" ]
huangjipengnju@gmail.com
cfe7893df2547f11728660daf4edf13563d35e4d
a4f888f4af89da2bb3777c06163cd19ffa6988c1
/test/Src/Utility/Collision.cpp
aae196028b504e844d6d3681edbaf7a8032e048b
[]
no_license
siryuu0725/peapro
f27c6b53ec3bb4a4176620094797b07f7f120eee
ad42fe58b7cd33fab4bc012784a87b9a0ac8967d
refs/heads/master
2022-10-12T04:05:18.529069
2020-06-08T09:43:58
2020-06-08T09:43:58
270,561,220
0
0
null
null
null
null
UTF-8
C++
false
false
1,166
cpp
#include "Collision.h" bool Collision::CircleHit(D3DXVECTOR2 posA_, D3DXVECTOR2 posB_, float radiusA, float radiusB) { float a = posA_.x - posB_.x; float b = posA_.y - posB_.y; float c = sqrt(a * a + b + b); if (c <= radiusA + radiusB) { return true; } else return false; } bool Collision::OugiHit(D3DXVEC...
[ "siryu725@gmail.com" ]
siryu725@gmail.com
9bc6ed1934bfc443303bae8a34087fb61d0558dc
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-organizations/source/model/ActionType.cpp
6dfbe217a3cd5f14ab69215540f44eccd24d10d5
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
2,778
cpp
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
824e64518c59520b8a50d5de5a9746967377cde0
84e8de770bbb9955c809a2b3a327484c9bd9c023
/class_obj.cpp
9c4bcf1a66cd5ab9b662703deb1d38ed8e0d1d5f
[]
no_license
ShohrabRustam/CPP-Object-Oriented-
432d6648255decc19d333bf6ad18e635b6b13306
13d77aa0be2dce17525d88f6c6656dabb6b56ea6
refs/heads/master
2023-08-16T22:28:53.429382
2021-10-09T08:21:10
2021-10-09T08:21:10
415,247,538
0
0
null
null
null
null
UTF-8
C++
false
false
821
cpp
#include <iostream> using namespace std; class Room { private: double length; double breadth; double height; public: // function to initialize private variables void getData(double len, double brth, double hgt) { length = len; breadth = brth; height ...
[ "mohdrustam001@gmail.com" ]
mohdrustam001@gmail.com
45c2b80de6ba3657ac258032db89449fae5b1e50
2d45c865218d8e37f329fe3105212fb7045e8e19
/src/Graphics/Rectangle.h
809da8476a5fdcebbc10f65b56a1a14438f2209d
[]
no_license
stereotype13/VREngine
18120a392fd705fc514aac408d169dfbb6f4e8d1
29ec43c977da10177ddad6153a11104dc0c0f872
refs/heads/master
2021-05-16T01:56:45.445874
2016-12-09T23:42:30
2016-12-09T23:42:30
75,885,018
0
0
null
null
null
null
UTF-8
C++
false
false
254
h
#pragma once #include "Renderable.h" #include "..\Math\vec4.h" namespace VR { namespace core { class Rectangle : public Renderable { public: Rectangle(GLfloat x, GLfloat y, GLfloat width, GLfloat height, const VR::math::vec4& color); }; } }
[ "stereotype13@hotmail.com" ]
stereotype13@hotmail.com
4ccaf57f1ce13908637e274a61dc0328af9222ea
fd7208dff242a8d2506b9929d7000c87c618fb1d
/Programmers/Programmers_12902.cpp
74114943184ffe62ec158c6bcd52c9fc0bac2e7f
[]
no_license
Jungdahee/Problem_Solving
2d2b9cef3b3125279da32135c2d285424481a51c
b1b39b578b8198e9ac07bf9daca5e8c186747736
refs/heads/master
2020-08-30T03:22:51.773237
2019-12-14T14:50:54
2019-12-14T14:50:54
218,247,453
0
0
null
null
null
null
UTF-8
C++
false
false
549
cpp
#include <string> #include <vector> #include <iostream> using namespace std; int solution(int n) { // 3 * n 타일링 - success vector<long long> number(n + 1, 0); number[0] = 1; number[2] = 3; for(int i = 4; i <= n; i += 2){ //이전 값에 *3 수행 시 이전 타일을 그대로 사용했을 시 경우의 수 계산 가능 number[i] += (...
[ "jungdahee010@naver.com" ]
jungdahee010@naver.com
fb068d3f3249480fdcb5faac1558e3babb78324b
7fa6aa899c62125789da0368c3cbd514cd7def10
/PagedLOD/Tests/UnitTests/TestCase_2003/test.cpp
75ba4a2fde404a2d97cb87d16fa5326b4ec21e87
[]
no_license
xiaoqiye/RFPagedLOD
f78e72d537319101063980a98b675eec13f37b32
aa0eefe17955cef5144874612d0d37f34b2f21fc
refs/heads/master
2022-11-21T20:18:59.908851
2020-07-26T12:21:31
2020-07-26T12:21:31
255,565,532
0
0
null
null
null
null
UTF-8
C++
false
false
2,513
cpp
#include "pch.h" #include "MockData.h" const std::string LODTREE_FOLDER_PATH = "H:\\PagedLOD_Resource\\Chengdu\\SerializedData\\"; const std::string BIN_FOLDER_PATH = "H:\\PagedLOD_Resource\\Chengdu\\BinData\\"; TEST(TestRenderingTileNodeGeneratorKernal, TestWork) { auto pPipelineP2R = std::make_shared<hivePagedLOD:...
[ "806707499@qq.com" ]
806707499@qq.com
98ecd3d05c6a6c275d24c3c648880b2878551703
31475b58b676a174d89b3130f869656366dc3078
/fm_physics_bullet/bullet/bullet_collision/collision_dispatch/bt_sphere_sphere_collision_algorithm.h
8c7adfbe5b246b1c086354531747acd89e82113a
[]
no_license
cooper-zhzhang/engine
ed694d15b5d065d990828e43e499de9fa141fc47
b19b45316220fae2a1d00052297957268c415045
refs/heads/master
2021-06-21T07:09:37.355174
2017-07-18T14:51:45
2017-07-18T14:51:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,054
h
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permiss...
[ "1542971595@qq.com" ]
1542971595@qq.com
001d5cb309ff34c7eb7cda1ef53073ae7b5656d5
588af4de7d99da2312a97e0c48b8332c366eeb31
/src/MakerMatty_Button.h
367a1195b0f02c0b304d0df88c7688fae7ef27b2
[ "MIT" ]
permissive
immakermatty/MakerMatty_Button
1a894b3a365777ae4c8edb2bca69c9c61c9775e1
d5a228d86518f8d1df8361518ba4b08a1474caad
refs/heads/master
2022-12-20T07:27:34.123667
2020-10-05T15:12:08
2020-10-05T15:12:08
272,677,234
0
0
null
null
null
null
UTF-8
C++
false
false
891
h
/** * Author : @makermatty (www.maker.matejsuchanek.cz) * Date : 16-6-2020 */ #ifndef _MM_BUTTON_h #define _MM_BUTTON_h #include <Arduino.h> #include <Bounce2.h> /* Use this defines before including the library for changin the wiring of the buttons */ // #define BUTTONS_INTERNAL_PULLUP_WIRED // #define BUTTONS_...
[ "kkartk322@gmail.com" ]
kkartk322@gmail.com
b187997f2d544611e150c97e72fa3be25c6604f4
8e8aa2932ec737f2ec55edacaa944ff2be4b02d3
/Algorithms/DuplicatesInVector.cpp
58627a14d0812eb48f4b3d6a06c0902d63a3579a
[ "MIT" ]
permissive
Nemanja92/Algorithms
76e0c631673188ebf9526d5dec9c2a852a790674
9f5e3913b8c343732f6fceabf14aea02e9094c6c
refs/heads/master
2021-06-28T01:19:23.277194
2021-04-06T02:24:15
2021-04-06T02:24:15
216,981,590
1
0
null
null
null
null
UTF-8
C++
false
false
658
cpp
// // DuplicatesInVector.cpp // Algorithms // // Created by Nemanja Ignjatovic on 11/27/19. // Copyright © 2019 Nemanja Ignjatovic. All rights reserved. // #include "Algorithms.hpp" /* Time Complexity: O(n) Auxiliary Space: O(1) */ void findDuplicatesInVectorHashing(vector<int> arr) { map<int, int> hashMap;...
[ "nemanja92@icloud.com" ]
nemanja92@icloud.com
ebf9f336b4560087b97dd186f9d0866032f4775e
0c4bd1b977cc714a8a6b2839f51c4247ecfd32b1
/C++/nnForge/nnforge/reshape_data_transformer.cpp
1663f875fabd64c21074912efa06062a37feb53e
[ "Apache-2.0" ]
permissive
ishine/neuralLOGIC
281d498b40159308815cee6327e6cf79c9426b16
3eb3b9980e7f7a7d87a77ef40b1794fb5137c459
refs/heads/master
2020-08-14T14:11:54.487922
2019-10-14T05:32:53
2019-10-14T05:32:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,900
cpp
/* * Copyright 2011-2016 Maxim Milakov * * 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 applic...
[ "the.new.horizon@outlook.com" ]
the.new.horizon@outlook.com
2f5281692050428e7b4bec81955b0c1ea9573cd7
09cbd3eb63b290115682c72d529087ae0a56fc71
/runtime/mem/frame_allocator.h
17ae23e8d06d1ecda22ec63833de2393cb797697
[ "Apache-2.0" ]
permissive
openharmony-gitee-mirror/ark_runtime_core
ac3c512a58fd6b52315da0c6f099edf827cd88e6
2e6f195caf482dc9607efda7cfb5cc5f98da5598
refs/heads/master
2022-07-28T07:38:29.271322
2021-11-25T11:45:47
2021-11-25T11:45:47
410,627,949
0
0
null
null
null
null
UTF-8
C++
false
false
5,332
h
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * 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...
[ "wanyanglan1@huawei.com" ]
wanyanglan1@huawei.com
b8e4842b8c20ac6f0bdfde7dc42b387d2efdeada
ae52a789938dcda0e77dee94c76b7ee2f5a42e13
/obs_text_directwrite/obs_text_directwrite.cpp
932b0fe7e586c1b4596d974f7cb1d8c4167eb283
[]
no_license
molandtoxx/obs-text-directwrite
40feba6d0d006dd20c8a235c5317534d96fdb67c
1db80b6092f49c356012fc7af79a555446ab0cb0
refs/heads/master
2020-12-27T12:55:16.031618
2017-06-18T04:46:29
2017-06-18T04:46:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
29,535
cpp
#include <util/platform.h> #include <util/util.hpp> #include <obs-module.h> #include <sys/stat.h> #include <windows.h> #include <algorithm> #include <string> #include <memory> #include <math.h> #include "CustomTextRenderer.h" using namespace std; #ifndef clamp #define clamp(val, min_val, max_val) \ if (val < ...
[ "lazycat.fish0215@gmail.com" ]
lazycat.fish0215@gmail.com
525064389e30111ea3965b9f697dde40ae4dd5bc
0412573aa478f60cd9123e6a9715f503a1dd6bd7
/DLL/GoldManager.cpp
e548c16e941f2c8e81da7472540fdf8f052e5d68
[]
no_license
Abin-Liu/Pindlebot_Sig
7d28f4d4a5cdeeed69f9676f4b1349d2664a3775
ff5269c5148c80662283ca1b646b191484b30592
refs/heads/master
2020-03-20T19:29:17.621445
2018-06-10T09:12:54
2018-06-10T09:12:54
137,639,835
0
0
null
null
null
null
UTF-8
C++
false
false
3,271
cpp
// GoldManager.cpp: implementation of the CGoldManager class. // ////////////////////////////////////////////////////////////////////// //#include "StdAfx.h" #include "GoldManager.h" // Stuff for picking gold #define MAXGOLD(char_level)((char_level) * (DWORD)10000) #define GOLDSPACE(char_level, inventory_gold)(MAXGOLD...
[ "abinn32@163.com" ]
abinn32@163.com
7450434ce1a6287b290119d043a375b375582262
583149883e4e6a8c27eb4a5314c26ea92f485fec
/Source/PansMooMoo/Buildings/Building.h
12e67ca322410aa9f920dea6028f74d2f0722963
[]
no_license
janbroz/PansMooMoo
ab47885baa07aa4b437314fe9d08967b8abdf82d
bdc1508a514c6a5f271949ff203030096b4c45f8
refs/heads/master
2020-04-19T13:19:32.338770
2019-02-07T03:52:27
2019-02-07T03:52:27
168,214,167
0
0
null
null
null
null
UTF-8
C++
false
false
924
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "UMG.h" #include "Building.generated.h" UCLASS() class PANSMOOMOO_API ABuilding : public AActor { GENERATED_BODY() public: // Sets default values for thi...
[ "f870421@gmail.com" ]
f870421@gmail.com
837aacb0b55d82d1639bb570aeb60ab4a1451689
d7db098f4b1d1cd7d32952ebde8106e1f297252e
/AtCoder/ABC/036/d.cpp
c8dd7234ca80df5abb05a82e99ffb6c38e885486
[]
no_license
monman53/online_judge
d1d3ce50f5a8a3364a259a78bb89980ce05b9419
dec972d2b2b3922227d9eecaad607f1d9cc94434
refs/heads/master
2021-01-16T18:36:27.455888
2019-05-26T14:03:14
2019-05-26T14:03:14
25,679,069
0
0
null
null
null
null
UTF-8
C++
false
false
1,223
cpp
// header {{{ #include <bits/stdc++.h> using namespace std; // {U}{INT,LONG,LLONG}_{MAX,MIN} #define INF INT_MAX/3 #define MOD (1000000007LL) #define MODA(a, b) a=((a)+(b))%MOD #define MODP(a, b) a=((a)*(b))%MOD #define inc(i, l, r) for(long long i=(l);i<(r);i++) #define dec(i, l, r) for(long lon...
[ "monman.cs@gmail.com" ]
monman.cs@gmail.com
869a322b686a0ebcdc60f0ae0d2c361123f114cd
6350f5536d4c4939c539c29dad984a2cfa0bf77d
/verhojenhallinta.cpp
d1cf44539d79f1fc6331e5dda9e08bc80ef85db1
[]
no_license
sadxtester/KotiTeatter
3d3cbf6957cdf2266c8ca47b30f2a9ff29ee140f
a35c0e83d34ca5725f6e7159eec3876cf1bac065
refs/heads/master
2016-09-06T19:29:10.230554
2012-03-13T20:57:14
2012-03-13T20:57:14
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
717
cpp
#include "verhojenhallinta.h" #include <QDebug> VerhojenHallinta::VerhojenHallinta(QObject *parent) : QObject(parent) { m_onkoVerhotAuki = false; } void VerhojenHallinta::avaaSuljeVerhot(bool suljetaankoVerhot){ qDebug() << "signaali verhojen avaamisesta/sulkemisesta vastaan otettu"; if(suljetaank...
[ "ma@tester.test" ]
ma@tester.test
54e89595e17809e8303953daa842d1595cde56e8
21553f6afd6b81ae8403549467230cdc378f32c9
/arm/cortex/Freescale/MK64F12/include/arch/reg/rfvbat.hpp
c8b04b656c94d6ba415c8390925868ee38870cc2
[]
no_license
digint/openmptl-reg-arm-cortex
3246b68dcb60d4f7c95a46423563cab68cb02b5e
88e105766edc9299348ccc8d2ff7a9c34cddacd3
refs/heads/master
2021-07-18T19:56:42.569685
2017-10-26T11:11:35
2017-10-26T11:11:35
108,407,162
3
1
null
null
null
null
UTF-8
C++
false
false
1,869
hpp
/* * OpenMPTL - C++ Microprocessor Template Library * * This program is a derivative representation of a CMSIS System View * Description (SVD) file, and is subject to the corresponding license * (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory). * * This program is distributed in the hope...
[ "axel@tty0.ch" ]
axel@tty0.ch
1ff1f57642c2c8ce9157e511a577f124c56a5bc6
a55b87a1e0b9ef1b49b81799a1eadef24779fe16
/Chapter 02 Linked lists/Question 06/C++/stdafx.cpp
16ac57c3c069997e18f7830483a3ae6ab018cca6
[]
no_license
anesin/ctci
385b5e42dcdb85eaff7387ca0252b7295d9c12b3
bac9b8c352dd13b9b2dfa42e318954887d93681a
refs/heads/master
2021-01-22T17:57:30.800645
2017-03-16T01:44:45
2017-03-16T01:44:45
85,046,421
0
0
null
null
null
null
UTF-8
C++
false
false
286
cpp
// stdafx.cpp : source file that includes just the standard includes // Q-02-06.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
[ "anesiner@gmail.com" ]
anesiner@gmail.com
55b4245189befab2d5fac383f4010bea90bfc884
2729d7cc7089c27ecf9c177a4917dfe59d1311ba
/src/example.cpp
1273a6791e6cc43ed0f1af1aab5c6fa8499b74bd
[]
no_license
COLAB2/baxter_pcl
1513a991c6f5d7ddfa5a0851ac97aebd0544efef
f5dce389ae602085882a98abf5270ff73038c94f
refs/heads/master
2021-03-22T05:19:51.746721
2018-08-06T19:39:28
2018-08-06T19:39:28
112,775,454
1
1
null
null
null
null
UTF-8
C++
false
false
863
cpp
#include <ros/ros.h> // PCL specific includes #include <sensor_msgs/PointCloud2.h> #include <pcl_conversions/pcl_conversions.h> #include <pcl/point_cloud.h> #include <pcl/point_types.h> ros::Publisher pub; void cloud_cb (const sensor_msgs::PointCloud2ConstPtr& input) { // Create a container for the data. sensor_...
[ "gogineni.14@wright.edu" ]
gogineni.14@wright.edu
00b072559ca2f88bc16ce1d0d10c9791b99f9dd9
6f998bc0963dc3dfc140475a756b45d18a712a1e
/Source/AnimationLib/DoorOpenIdleState.h
93fdae5bf9ad7d3da3191fc3d4c1be89606c5fbc
[]
no_license
iomeone/PudgeNSludge
d4062529053c4c6d31430e74be20e86f9d04e126
55160d94f9ef406395d26a60245df1ca3166b08d
refs/heads/master
2021-06-11T09:45:04.035247
2016-05-25T05:57:08
2016-05-25T05:57:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
537
h
#ifndef DOOROPENIDLESTATE_H_ #define DOOROPENIDLESTATE_H_ #include "State.h" __declspec(align(32)) class DoorOpenIdleState : public State { private: DoorOpenIdleState(void){} DoorOpenIdleState( const DoorOpenIdleState& ) {} const DoorOpenIdleState& operator = (const DoorOpenIdleState& ) {} public: ~DoorOpenIdleSt...
[ "ethanthecrazy@gmail.com" ]
ethanthecrazy@gmail.com
2ac839a80c75cd23ba9069c14b8ca62d3393392a
ce36a853f193e8a3d16570c3ebd86ea84696bc78
/core/os/winmain.cpp
ccce836aa14bb85a02adbdd78cfe87340643ea72
[ "Unlicense" ]
permissive
seanlim/ponyo
d93faf1150602ef86344250471414d80d928dfef
ebb44b92c9e49803bda5ed355b98d6f6fda13f23
refs/heads/master
2020-04-01T14:55:41.129001
2019-10-07T03:23:07
2019-10-07T03:23:07
153,313,917
0
0
null
null
null
null
UTF-8
C++
false
false
3,401
cpp
#define _CRTDBG_MAP_ALLOC #define WIN32_LEAN_AND_MEAN #include <crtdbg.h> #include <stdlib.h> #include <windows.h> #include "common.h" #include "graphics.h" #include "main.h" #include "random.h" bool AnotherInstance() { HANDLE ourMutex = CreateMutex(NULL, true, "process0"); return GetLastError() == ERROR_ALREADY...
[ "lim_kai_xiang_sean@s2013.sst.edu.sg" ]
lim_kai_xiang_sean@s2013.sst.edu.sg
a81c889f508a80b7d3b44d9aefab9d3d414305ad
60bcabba9e16d91165a6b1f7368aae813231cc07
/src/treelike/action/fade_out.cpp
7f79b376d8c97692e17a2943bb5313e83e20ddc1
[]
no_license
yumayo/treelike
b5bd0d42737fc2486860266a8e8c34ad8ffb7d93
12463256b5b4da10a8a1bcd5a9dc52a8974d23b8
refs/heads/master
2021-06-20T08:31:49.495890
2017-07-30T17:40:56
2017-07-30T17:40:56
88,397,093
0
0
null
null
null
null
UTF-8
C++
false
false
618
cpp
#include <treelike/action/fade_out.h> #include <treelike/node.h> using namespace cinder; namespace treelike { namespace action { CREATE_CPP( fade_out, float duration ) { CREATE( fade_out, duration ); } bool fade_out::init( float duration ) { finite_time_action::init( duration ); return true; ...
[ "scha-taz0@outlook.jp" ]
scha-taz0@outlook.jp
a1419c636b8a14fdc17fabc283268321529f7c9d
40546e4371261bfd7a0643dd9da4d751161baa3e
/CS Lab practice/Lab9/cs163_graph.h
45bc6598d869fbae63ffa2855423dd301902de57
[]
no_license
tochiton/Data-Structures
f7c9111e55c38a0b886f03a75233d80b9e8d4403
fbe4c9e20881c501e0c221260c9c0c6e94182546
refs/heads/master
2020-12-24T08:42:47.228659
2016-11-09T22:37:40
2016-11-09T22:37:40
73,325,007
0
0
null
null
null
null
UTF-8
C++
false
false
1,122
h
#include "cs163_entry.h" //Compare these structs to the ones in your answers on Page #1 struct vertex { journal_entry * entry; //NULL, if the vertex isn't set struct node * head; //edge list }; struct node { vertex * adjacent; //Additional data would be needed ...
[ "tochi.caraballo@gmail.com" ]
tochi.caraballo@gmail.com
f1cbf178edac5e1432034c1eaf7a8afb626663ea
4264133677f7525f9a51054d6ccbf51f6599eccc
/AVFileParse/FLV_Parse/TagScript.h
9bd9f73b1f8bca4d7b5c8c17c4f7de5eb89ee4ab
[]
no_license
peichangliang123/ToolBank
6d6c4e31bddb233d94df6f4d145d836e7306832d
599beaf80a7f384a82a540c6e4e184b488e4c236
refs/heads/master
2023-05-27T18:54:10.794257
2019-10-19T03:18:49
2019-10-19T03:18:49
null
0
0
null
null
null
null
ISO-8859-7
C++
false
false
201
h
#pragma once #include "TagType.h" #include "amf.h" #include <vector> class CTagScript : public CTagType { public: CTagScript(); ~CTagScript(); // ΟΤΚΎ; virtual void Display(); };
[ "yuanda_yu@sina.com" ]
yuanda_yu@sina.com
cb2037fae9af0fa44a905b25173e29e431365787
8cf763c4c29db100d15f2560953c6e6cbe7a5fd4
/src/qt/qtbase/src/gui/text/qtextimagehandler.cpp
37c18e3624c5db67e7ab8880ceb2798952f333ea
[ "BSD-3-Clause", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "Qt-LGPL-exception-1.1", "LicenseRef-scancode-digia-qt-commercial", "LGPL-3.0-only", "GPL-3.0-only", "LicenseRef-scancode-digia-qt-preview", "LGPL-2.1-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-refe...
permissive
chihlee/phantomjs
69d6bbbf1c9199a78e82ae44af072aca19c139c3
644e0b3a6c9c16bcc6f7ce2c24274bf7d764f53c
refs/heads/master
2021-01-19T13:49:41.265514
2018-06-15T22:48:11
2018-06-15T22:48:11
82,420,380
0
0
BSD-3-Clause
2018-06-15T22:48:12
2017-02-18T22:34:48
C++
UTF-8
C++
false
false
8,866
cpp
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensee...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
c8118d3cc753ddfe8e52550037f3b660bbd6fc30
e0281740c6d5ed8046410ea220d18ba18ac6869f
/third_party/fmt/include/fmt/color.h
4dbb37d339d08894141576f9d9db0f9e1973cbbb
[ "MIT", "BSD-2-Clause", "Python-2.0", "BSD-3-Clause", "LicenseRef-scancode-free-unknown" ]
permissive
killvxk/icebox
fe34e88a97f674671965f6d4bee8e8a84ddcbbda
463dd01236aea40ff6312af1881bf9b915765794
refs/heads/master
2020-06-03T07:50:23.511752
2019-07-13T09:40:22
2019-07-13T09:40:22
191,500,707
0
2
MIT
2019-07-13T09:40:23
2019-06-12T05:01:18
C++
UTF-8
C++
false
false
18,557
h
// Formatting library for C++ - color support // // Copyright (c) 2018 - present, Victor Zverovich and fmt contributors // All rights reserved. // // For the license information refer to format.h. #ifndef FMT_COLOR_H_ #define FMT_COLOR_H_ #include "format.h" FMT_BEGIN_NAMESPACE #ifdef FMT_DEPRECATED_COLORS // colo...
[ "benoit.amiaux@gmail.com" ]
benoit.amiaux@gmail.com
1181524692ab514e994aac883767dbcc5ab29e22
7bf78a184381771d4ca77c35ce603aab36331edd
/main.cpp
46ca79bdcd67ed3683cbec293c325c325a642a5f
[]
no_license
sidit77/InputShareBT
53bbd86bb17f2bb3277e51b1c2f723e13b615281
704fc123a68289eab372eb2c772c9b18fdca3e44
refs/heads/master
2023-04-19T19:30:55.956959
2021-05-16T12:52:23
2021-05-16T12:52:23
358,184,917
1
0
null
null
null
null
UTF-8
C++
false
false
3,578
cpp
#include <QtWidgets/QApplication> #include <QPushButton> #include <QSystemTrayIcon> #include <QMenu> #include <iostream> #include <bitset> #include "inputhook.h" #include "bluetooth.h" #include "hid.h" int main(int argc, char *argv[]){ Q_INIT_RESOURCE(resources); QApplication app(argc, argv); QCoreApplica...
[ "sidit77@gmail.com" ]
sidit77@gmail.com
b379d11030a4338999deeef8c8db3d740be6de53
3cf9e141cc8fee9d490224741297d3eca3f5feff
/C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-2884.cpp
84518434dcea3e8547c30bc57bd33713e6ab861d
[]
no_license
TeamVault/tauCFI
e0ac60b8106fc1bb9874adc515fc01672b775123
e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10
refs/heads/master
2023-05-30T20:57:13.450360
2021-06-14T09:10:24
2021-06-14T09:10:24
154,563,655
0
1
null
null
null
null
UTF-8
C++
false
false
2,503
cpp
struct c0; void __attribute__ ((noinline)) tester0(c0* p); struct c0 { bool active0; c0() : active0(true) {} virtual ~c0() { tester0(this); active0 = false; } virtual void f0(){} }; void __attribute__ ((noinline)) tester0(c0* p) { p->f0(); } struct c1; void __attribute__ ((noinline)) tester1(c1* p); struct c1 { bool ac...
[ "ga72foq@mytum.de" ]
ga72foq@mytum.de
873febaf329c6055ca74e4a6277baf1ac6e32256
26ad4cc35496d364b31396e43a863aee08ef2636
/SDK/SoT_BP_Lantern_functions.cpp
5f40cab446c261884b8857cbe6482abd2e04e0a1
[]
no_license
cw100/SoT-SDK
ddb9b19ce6ae623299b2b02dee51c29581537ba1
3e6f12384c8e21ed83ef56f00030ca0506d297fb
refs/heads/master
2020-05-05T12:09:55.938323
2019-03-20T14:11:57
2019-03-20T14:11:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,532
cpp
// Sea of Thieves (1.4) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_Lantern_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function BP_Lan...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
5f7f8cce6aa1e491d284b5f1c206b5dcd0498f4f
f16ca93a097425dd80012deb14fa5840b87eb650
/ContentTools/Common/Filters/FilterTexture/RemoveTexturePaths/hctRemoveTexturePathsOptions.h
0b9294c7cffa8349923638e772dc0147814f013d
[]
no_license
Veryzon/havok-2013
868a4873f5254709b77a2ed8393355b89d2398af
45812e33f4bd92c428866e5e7c1b4d71a4762fb5
refs/heads/master
2021-06-25T23:48:11.919356
2021-04-17T02:12:06
2021-04-17T02:12:06
226,624,337
4
1
null
2019-12-08T06:21:56
2019-12-08T06:21:56
null
UTF-8
C++
false
false
1,912
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Product and Trade Secret source code contains trade secr...
[ "veryzon@outlook.com.br" ]
veryzon@outlook.com.br
e47fe2d5f9353d754574bbcd43f87440be5c1e49
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvtlib/priority.cpp
93c33288ea6a0fab59c8975cb1c4570e2cc7fc41
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,313
cpp
/*==========================================================================; * * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved. * * File: priority.cpp * Content: Implements a process that uses DirectSound in prioirty * mode to simulate an aggressive external playback only ...
[ "112426112@qq.com" ]
112426112@qq.com
0dae844c75354d7c8f78008934057bd8af6a3858
8f11b576b6fd648b67e4cbebeb525c97d1b9e6dd
/ImageTool/HistogramDlg.cpp
aee82127504a6e60eb1e401603dcd49dfab1d53b
[]
no_license
josoooooooooojang/ImageProcessingMFC
b220a980a9a3f2fb3d45a5536517aa8c953d8d8d
25ac359012fd2986e0974020982e4158a04e56cb
refs/heads/master
2023-02-08T16:03:20.183210
2021-01-05T16:48:16
2021-01-05T16:48:16
317,869,588
0
0
null
null
null
null
UTF-8
C++
false
false
1,978
cpp
// HistogramDlg.cpp: 구현 파일 // #include "pch.h" #include "ImageTool.h" #include "HistogramDlg.h" #include "afxdialogex.h" #include "IppImage\IppDib.h" #include "IppImage\IppImage.h" #include "IppImage\IppConvert.h" #include "IppImage\IppEnhance.h" // CHistogramDlg 대화 상자 IMPLEMENT_DYNAMIC(CHistogramDlg, CDialogEx) C...
[ "46040847+josoooooooooojang@users.noreply.github.com" ]
46040847+josoooooooooojang@users.noreply.github.com
de092d353c6cb49961cf2811d0c92e5dbd2aa075
38c10c01007624cd2056884f25e0d6ab85442194
/content/public/test/mock_render_thread.cc
687d7b8951d21a1c7c4f3ad9202bb36d3ae35013
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
8,037
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/public/test/mock_render_thread.h" #include "base/single_thread_task_runner.h" #include "base/thread_task_runner_handle.h" #include ...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
2cb51204b503d3fbcd3b76fa81df77155261aae2
3f78ac9921f1d12340210045af9659f8485fb521
/BookSelection/s3.cpp
7719e5165689515248110c3805daf50a0974de54
[]
no_license
cfyuen/Topcoder-Marathon
d2d1d42540081255432bdd2e34b9f255c83bf84d
0b617f323212ea08a48c1a7748696ddef669178b
refs/heads/master
2020-03-19T06:01:34.617770
2018-06-04T08:16:26
2018-06-04T08:16:26
135,984,163
0
0
null
null
null
null
UTF-8
C++
false
false
15,128
cpp
/***************** v5.1 various height(hill climb, minor adjust),approx binpack change findheight, estimate average - Bug fixed Bugs fixed in valley... optimization of approxbinpack, back to original changed binpack to near binpack fixed height, binpack optimally for each shelf from low height to high height (O(n^2*v))...
[ "cfyuen.trevor@gmail.com" ]
cfyuen.trevor@gmail.com
c771e9d9cd047031801120b703cee9b6dc6b854a
7a74c9a3dcbd98e5ddf4c69e923920aa099fb665
/src/sqlite/cursor.cpp
c488498dbaef7dae371904c1bc351e173fafc8d6
[ "MIT" ]
permissive
cp3fantasy/mx3
ec90f5971ca0ec52cac6f66727c4f8ac3c9173a9
954bdeb14319427dba386fdf64ae6e7499646925
refs/heads/master
2021-01-18T07:25:47.969570
2015-02-25T08:43:50
2015-02-25T08:46:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,727
cpp
#include "cursor.hpp" #include "stmt.hpp" #include <sqlite3/sqlite3.h> using mx3::sqlite::Stmt; using mx3::sqlite::Cursor; using mx3::sqlite::Value; Value Cursor::value_at(int pos) const { sqlite3_stmt * stmt = m_raw_stmt.get(); sqlite3_value * value = sqlite3_column_value(stmt, pos); const auto type = sq...
[ "stevenkabbes@gmail.com" ]
stevenkabbes@gmail.com
c05610bfc4c07994046f8c99b5df1acd7e53002f
42719c16705542a9d20b8852a153ef627e484fef
/cpp/Set_Functions.h
5d34b4e86261754fde3b95ba91e2fd46fa5bec44
[]
no_license
luiarthur/Boggle
bf0e0ea518607df14608fda2066ba6ee524f821f
6e50dcc080bea2bd13e0c453a769ffcedb3d988b
refs/heads/master
2021-01-21T04:37:38.832585
2020-01-14T03:49:43
2020-01-14T03:49:43
26,022,276
0
0
null
null
null
null
UTF-8
C++
false
false
318
h
#include <set> template<typename Key_Type, typename Compare> std::set<Key_Type, Compare> operator+( const std::set<Key_Type, Compare>& left, const std::set<Key_Type, Compare>& right){ typename std::set<Key_Type, Compare> result(left); result.insert(right.begin(), right.end()); return result; }
[ "luiarthur@gmail.com" ]
luiarthur@gmail.com
0f7e13b7f66e791bedfebd0aaf5f4c87c3c6153a
0a9306173a78ed7f3ab20c2db2fd21c3ae01b19a
/ddlus/cute/update.cpp
581e066982642601f52411b82fc37e38f2dd334f
[]
no_license
jaysi/prj
ee811ba838b2fc40c13e9ffb5c986e3241798ff6
4bd599ea8e8681806e5a8e34f78f13613838716c
refs/heads/master
2020-12-03T00:43:01.263991
2017-10-21T14:06:44
2017-10-21T14:06:44
96,068,073
0
0
null
null
null
null
UTF-8
C++
false
false
2,177
cpp
#include "update.h" #include "mainwindow.h" //int plotxy(struct session *sess){ // Update* up; // struct tok_s* x, *y; // x = poptok(sess); // if(!x){ // printe(MSG_MOREARGS); // return false_; // } // y = poptok(sess); // if(!y){ // printe(MSG_MOREARGS); // return ...
[ "b.akhondi@B-Akhondi.Chillco.local" ]
b.akhondi@B-Akhondi.Chillco.local
791f8a614e386a6a504801627134c2247986e27b
043226adf84531a160bb816f0926382f3e3f4a5c
/PizzaAbstractFactory/marinara_sauce.cc
f9604215f73bf875067333371ff17647f015f5b2
[]
no_license
Akhil-Dalwadi/CPP
14ddba738bc39e771523a5d498be712d034db592
1f8030a39b6e7d9ed3038aee91d16be33c1af971
refs/heads/master
2022-02-16T10:56:40.302269
2018-10-19T16:40:23
2018-10-19T16:40:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
91
cc
#include "marinara_sauce.h" MarinaraSauce::MarinaraSauce() { name_ = "Marinara sauce"; }
[ "nguyen_bn@hotmail.com" ]
nguyen_bn@hotmail.com
0efbd171121f51805c737eb22e1cefc826935b63
a08f16f650e6158ac719527d15c804988818cbb5
/TrainingCamo/dia4m.cpp
1257380fdcdd810ea1eadc396f5be7f2583add31
[]
no_license
emae18/pc-Key
d2651dad02ce268ea24ab845b8634eeb334515bb
3b79a3bb16afebcbbda3f27a872e619a82f1ce0a
refs/heads/master
2020-04-16T09:01:19.009218
2020-03-30T04:34:19
2020-03-30T04:34:19
165,447,519
0
0
null
2020-02-28T05:34:05
2019-01-12T23:43:31
C++
UTF-8
C++
false
false
1,067
cpp
#include<bits/stdc++.h> //template Emae #define forin(i,n) for(int i=0;i<n;i++) #define forisn(i,s,n) for(int i=s;i<n;i++) #define fortin(i,n) for(int i=0;i<=n;i++) #define nforin(i,n) for(int i=n;i>-1;i--) #define mostrar(x,s) for(auto x : s)cout<<x<<" "; #define desc greater<int>() #define asc less<int>() #define all...
[ "eliasvilte1@gmail.com" ]
eliasvilte1@gmail.com
1adacfe586f37037ede578d80ea8301f867bfd8c
e1c6bed59e725e9e7f28f17e88357c3424dba491
/est/speech_tools/base_class/EST_svec_aux.cc
a88eceaf175816257fb918d7c31d3bc1e420997c
[ "MIT", "LicenseRef-scancode-proprietary-license", "BSD-3-Clause", "GPL-1.0-or-later", "LicenseRef-scancode-other-permissive", "MIT-Festival" ]
permissive
shashankrnr32/WaveCLI
87a398809263a97da4c072617b3ed3e0aa396287
b2addcfb90b9dbef8ce6035e01dbf639285ec20f
refs/heads/master
2020-05-07T09:17:19.010465
2019-05-21T07:59:04
2019-05-21T07:59:04
180,370,062
1
2
MIT
2019-04-20T08:48:39
2019-04-09T13:13:02
Python
UTF-8
C++
false
false
4,091
cc
/*************************************************************************/ /* */ /* Centre for Speech Technology Research */ /* University of Edinburgh, UK */ /* ...
[ "shashankrnr32@gmail.com" ]
shashankrnr32@gmail.com
eff63aa27b4fcc14940152d20b30e748fb47e344
e91828f8e87a17b942cc26da4bf061f65e3a04c8
/searchcorespi/src/vespa/searchcorespi/index/activediskindexes.h
dff2590655913c2a06509feba932e4dc95f98aa5
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
NolanJos/vespa
69dbe95b1a9e8cba2879d7b39d882501dc92bebc
fdc4350398029fbffbed3c0498380589a73571d7
refs/heads/master
2022-08-02T10:29:40.065863
2020-06-02T12:47:31
2020-06-02T12:47:31
268,804,702
1
0
Apache-2.0
2020-06-02T13:12:47
2020-06-02T13:12:46
null
UTF-8
C++
false
false
796
h
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include <vespa/vespalib/stllike/string.h> #include <vespa/vespalib/util/sync.h> #include <set> namespace searchcorespi { namespace index { /** * Class used to keep track of the set o...
[ "bratseth@yahoo-inc.com" ]
bratseth@yahoo-inc.com
891521d4113000eb28785d26d05fe48f66258464
ec238b46f55c73f8be22315d45df590ae252dc79
/Amethyst/Source/Core/Context.h
7b813dd3b628d8d578735a82f09d00153ad06df8
[]
no_license
xRiveria/Amethyst
9c2ca3b8b142d1cb8e826cf216ea1c3c86888401
ac9acb726e9d4361b5cf4e2976448fd8d98bf7f6
refs/heads/master
2023-06-03T10:29:25.689304
2021-06-13T15:15:17
2021-06-13T15:15:17
339,117,861
0
0
null
null
null
null
UTF-8
C++
false
false
2,874
h
#pragma once #include "ISubsystem.h" #include "../Runtime/Log/Log.h" #include "AmethystDefinitions.h" namespace Amethyst { class Engine; enum class TickType { Variable, Smoothed }; struct _Subsystem { _Subsystem(const std::shared_ptr<ISubsystem> subsystem, TickType tickType) { m_SubsystemPointer = s...
[ "ryan-wende@outlook.com" ]
ryan-wende@outlook.com
da27a855dcfd91adbb27cb7271607c1845c92cb3
faa1deda6f40791c71410db9c497a94ef922dc0c
/tests/id/id_api.cpp
cd2673860660199ac4c25b78f507b33a9eebb051
[ "Apache-2.0" ]
permissive
bader/SYCL-CTS
df2f58f1ab10d2a2900cec7c28b6279443c91d06
1a79b76f831ac756bb5c369e8d157228dcb15d3e
refs/heads/SYCL-1.2.1/master
2023-09-06T01:38:01.495070
2021-02-03T07:56:30
2021-02-03T07:56:30
196,969,522
0
0
Apache-2.0
2023-06-16T04:20:22
2019-07-15T09:38:41
C++
UTF-8
C++
false
false
7,981
cpp
/******************************************************************************* // // SYCL 1.2.1 Conformance Test Suite // // Copyright: (c) 2017 by Codeplay Software LTD. All Rights Reserved. // *******************************************************************************/ #include "../common/common.h" #define ...
[ "ronan.keryell@xilinx.com" ]
ronan.keryell@xilinx.com
9a7f9c0a7edfe72a3cf66d21b398fea062018c98
d7d040481472d1e1e8c2e304cd4ac4f87e248b77
/002_YouTube/Aditya Verma/Stacks/008_Trapping_Rain_Water.cpp
005846fbd70abbbff67f3059047ae8095d6d5a57
[]
no_license
Sahil1515/Competitive-Coding
9f24dec518f565074cb14ce65e1c2ebd162a49db
2bd2a2257c8cac5a5c00b37e79bbb68a24e186d4
refs/heads/master
2023-06-12T20:48:19.342064
2021-06-30T02:20:16
2021-06-30T02:20:16
290,392,677
0
0
null
null
null
null
UTF-8
C++
false
false
1,371
cpp
#include<bits/stdc++.h> using namespace std; // } Driver Code Ends class Solution{ // Function to find the trapped water between the blocks. public: int trappingWater(int arr[], int n){ // Code here int arrL[n]; int arrR[n]; int water[n]; for(...
[ "sahilsainisalaria@gmail.com" ]
sahilsainisalaria@gmail.com
3b2391120e2279d606d5a5e5f101454fda06eaa7
4f53831ead94da9bd133c4c2d18acba200e40039
/EngineCore/Components/PositionComponent.cpp
cbae8ff9b7aee2e6a037d2fbf0299887cc840743
[]
no_license
SolidCake98/GameEngine
d13fd733b015da1c00d88c47c372affa59d21af5
1a0de503792d9892aefaa78f979b4ab5410c9fb5
refs/heads/master
2022-09-20T22:11:38.984441
2020-06-05T16:17:21
2020-06-05T16:17:21
251,269,131
0
0
null
null
null
null
UTF-8
C++
false
false
605
cpp
// // Created by gleb on 13.05.2020. // #include "PositionComponent.h" PositionComponent::PositionComponent(float x, float y, float angle) { _x = x; _y = y; _angle = angle; } std::string PositionComponent::GetName() const { return "PositionComponent"; } float PositionComponent::GetX() const { return _x;...
[ "whnpir@gmail.com" ]
whnpir@gmail.com
c487054227236017d1944fd1371d331c3e07c0fe
0819df2c2812de2332a8ac7137aff4ca101b96df
/KT_new_1D/staggeredcell.h
940b2f170d869d291a4c15c3ac23074d5877ab90
[]
no_license
Yukee/finite-volume
48052abfd989591d6e9bdc2afa5b0eb671a2c1f6
bd81926f9dee29491d0a6f72aef744a1c4676421
refs/heads/master
2021-01-25T08:54:39.320145
2013-07-16T17:27:51
2013-07-16T17:27:51
10,644,004
0
1
null
null
null
null
UTF-8
C++
false
false
395
h
#ifndef STAGGEREDCELL_H #define STAGGEREDCELL_H #include "cell.h" #include "nt.h" /* Used with NT scheme (see nt.h for details) */ class SpatialSolver; class StaggeredCell : public Cell { public: StaggeredCell(); StaggeredCell(const double dx, const double dt); virtual void evolve(); virtual std::...
[ "nicolas91mace@gmail.com" ]
nicolas91mace@gmail.com
30613ef57b7c750b671110aed89638cb1803d299
21100eaf94ceb5b886fdbb6e14088bb3dfd32e8e
/BattleTank/Source/BattleTank/TankBarrel.cpp
f7b69a7b46b84af16fc20e111a18a5f05ed45344
[]
no_license
timberwang0810/Battle_Tank
1214f7fde7c6fcbef11662a8551a2eccf683d207
d2f7417ed94bb64ae5cc15336742f0cb3ddd27f1
refs/heads/master
2022-10-17T00:21:45.471339
2020-06-17T00:27:37
2020-06-17T00:27:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
481
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "TankBarrel.h" void UTankBarrel::Elevate(float RelativeSpeed){ RelativeSpeed = FMath::Clamp<float>(RelativeSpeed,-1,1); auto ElevationChange = RelativeSpeed * MaxDegreesPerSecond * GetWorld()->DeltaTimeSeconds; auto ...
[ "annie@Zilins-MBP.fios-router.home" ]
annie@Zilins-MBP.fios-router.home
c15022e62b484b292b9fe0e6357f4cda6bebf779
a0e97414e0baaf6f5dd3dfb2872349466519150d
/devices/include/factory.hpp
7c60a7f469c4996c1be3386b9b71dc5ed39ad81c
[ "MIT" ]
permissive
ellin3288/ve
1fca9d2bdf04479acf35a3ce0aa6e71e00486384
9f080319b542126f08064294efd323ac328a0b67
refs/heads/master
2020-12-11T09:15:42.032885
2014-12-09T15:04:49
2014-12-09T15:04:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
31,373
hpp
//------------------------------------------------------------------------------ // File: factory.hpp // // Desc: Device factory - Manage IP Camera. // // Copyright (c) 2014-2018 INTINT. All rights reserved. //------------------------------------------------------------------------------ #ifndef __VSC_FACTORY_H_ #defi...
[ "xsmart@163.com" ]
xsmart@163.com
f5262edc4705f6e5e228cd2650fcf361600b5b42
5a60d60fca2c2b8b44d602aca7016afb625bc628
/aws-cpp-sdk-athena/include/aws/athena/model/UpdateNamedQueryResult.h
090c08097cb92bfe1994dab4944b771a8dd65df2
[ "Apache-2.0", "MIT", "JSON" ]
permissive
yuatpocketgems/aws-sdk-cpp
afaa0bb91b75082b63236cfc0126225c12771ed0
a0dcbc69c6000577ff0e8171de998ccdc2159c88
refs/heads/master
2023-01-23T10:03:50.077672
2023-01-04T22:42:53
2023-01-04T22:42:53
134,497,260
0
1
null
2018-05-23T01:47:14
2018-05-23T01:47:14
null
UTF-8
C++
false
false
785
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/athena/Athena_EXPORTS.h> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
6aa49bc44680a4ed2fc21bd64a431cf918f6fd67
1ed34e46bbd9d77d1e74a133fc2f1ffab49a2397
/src/wireguard/wireguard.cpp
577b4336bd41769691e56aa86d672217b4941d6c
[ "MIT" ]
permissive
raydwaipayan/wg-gui
f43639d00410fd97159ba736ed05fc506edb6ed3
26bcee64f94d493f6a51108dc748f74e5312c04b
refs/heads/master
2022-12-06T03:22:32.304584
2020-08-20T15:24:48
2020-08-20T15:24:48
284,971,812
2
0
null
null
null
null
UTF-8
C++
false
false
2,740
cpp
// Copyright 2020 Banbreach // Written by Dwaipayan Ray // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
[ "dwaipayanray1@gmail.com" ]
dwaipayanray1@gmail.com
8ab60637de4e96af2e6241e9a21807648d5c9b58
e42e01a33985d2ac4e8c85407243d968f0bc845e
/solution/372-Delete-Node-in-a-Linked-List/372-Delete-Node-in-a-Linked-List.cpp
ac694a981b21599f0d9a107f954fe6117f533dd5
[]
no_license
Snow-Crash/lintcode-practice
dd6646814aa8f18917b64fbb4561bfe71e6511b9
11950eec472777d39a7034c2986c80b6fb76ef7a
refs/heads/master
2023-01-22T00:58:49.779520
2020-11-13T05:52:14
2020-11-13T05:52:14
268,988,706
0
0
null
null
null
null
UTF-8
C++
false
false
997
cpp
// 372-Delete-Node-in-a-Linked-List.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> class ListNode { public: int val; ListNode* next; ListNode(int val) { this->val = val; this->next = NULL; } }; class Solution { public: ...
[ "hfang02@syr.edu" ]
hfang02@syr.edu
f829612f9240feb0639d0ecbf6523fe55c595472
5f8482008795504e17db32c814586567d8ad8483
/MCValidation/two_particle_plots.h
ab057b278fa9bf6924c4bedb4dd504557fab53a6
[]
no_license
AtlasWHHV/ATLASMCValidation
4694cf096f39be3f393ec6f41656aca9e110fd1d
3b33e86eadb577f00ff9d5201d4d7288b0499820
refs/heads/master
2020-12-31T07:11:49.959589
2017-02-01T01:53:58
2017-02-01T01:53:58
80,581,202
0
0
null
null
null
null
UTF-8
C++
false
false
3,724
h
#ifndef __two_particle_plots__ #define __two_particle_plots__ #include "xAODTruth/TruthParticle.h" #include "TH1.h" #include <string> class two_particle_plots { public: two_particle_plots(const std::string &name, const std::string &title) { _deltaR = new TH1F ((name + "DR" ).c_str(), (title + "\...
[ "gordon@gordonandpaula.net" ]
gordon@gordonandpaula.net
922b5571311ddb7607132b9dff1c576f5e0095b9
55196303f36aa20da255031a8f115b6af83e7d11
/private/external/gameswf/gameswf/gameswf_avm2.h
4975c5cae9eaba359c3cba1f6342ac014677479d
[]
no_license
Heartbroken/bikini
3f5447647d39587ffe15a7ae5badab3300d2a2ff
fe74f51a3a5d281c671d303632ff38be84d23dd7
refs/heads/master
2021-01-10T19:48:40.851837
2010-05-25T19:58:52
2010-05-25T19:58:52
37,190,932
0
0
null
null
null
null
UTF-8
C++
false
false
2,879
h
// gameswf_avm2.h -- Vitaly Alexeev <tishka92@yahoo.com> 2008 // This source code has been donated to the Public Domain. Do // whatever you want with it. // AVM2 implementation #ifndef GAMESWF_AVM2_H #define GAMESWF_AVM2_H #include "gameswf/gameswf_function.h" #include "gameswf/gameswf_jit.h" names...
[ "viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587" ]
viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587
31f10d54c704086085ceff701611725184b6a87b
1f682e669dbf8370d63285135238ea1846e490c8
/src/StopsTableGeneratorHttps.hpp
5441444f5cedb677b7cca6193ff4c0adc5d7455c
[ "Apache-2.0" ]
permissive
kononowicz24/public-transport-live-display
494b9519e1487d7b8f5bc6763c4b5c6ff4950b1b
445bc2a0120542ffb36e65408c61d54748a7d5f4
refs/heads/master
2022-02-01T14:28:00.408063
2022-01-17T19:04:26
2022-01-17T19:04:26
178,856,560
0
0
null
null
null
null
UTF-8
C++
false
false
3,191
hpp
#ifndef _STOPSTABLEGENERATOR_H_ #define _STOPSTABLEGENERATOR_H_ #include <ESP8266WiFi.h> #include <WiFiClientSecure.h> #include <ESP8266HTTPClient.h> #include <ArduinoJson.h> #include "VFDInterface.hpp" #include "passwords.h" #include "debugInterface.hpp" boolean showStopDelayList(const char *host, int httpsPort, Stri...
[ "kononowicz24@gmail.com" ]
kononowicz24@gmail.com
aa042b59ff963a8a6cc70d7dd6859b148db98993
984246e5ef86b94a47ffab8e6be1c3bb20fcc23e
/deck.h
34d706e3b94a85d702cfae5a39b11eea65f867e9
[]
no_license
tonningp/cis201-game
7cf7710a35a76211e9322add84d5632b52a2ad9d
e8af7facf1068db3d92832789b64a2bee2f22528
refs/heads/master
2020-04-06T19:10:56.023505
2018-11-15T16:50:21
2018-11-15T16:50:21
157,728,823
0
0
null
null
null
null
UTF-8
C++
false
false
163
h
#ifndef DECK_H #define DECK_H #include <string> #include <vector> #include "card.h" class Deck { std::vector<Card> m_deck; public: Deck(){}; }; #endif
[ "paul.tonning@student.vvc.edu" ]
paul.tonning@student.vvc.edu
aa919afdf81264a18eff51fd8f28848b8e71bead
77ac717c860c2d7e214bc4d911f0d220ad612f24
/AnimationFSM/Walking.h
c751f596c52d1c56539758d9ff26692d58573160
[]
no_license
KrystianSarowski/Animation-Sprites-FSM
659bbf2177ff3745ce35e41bda710d5f8c422d7a
2b4d3f9ff08ee4e8b157c6f448d2f7866f2821f2
refs/heads/master
2020-04-01T20:34:44.452224
2018-11-11T20:37:16
2018-11-11T20:37:16
153,610,678
0
0
null
null
null
null
UTF-8
C++
false
false
391
h
#ifndef WALKING_H #define WALKING_H #include <State.h> // @Author Krystian Sarowski class Walking : public State { public: Walking(); ~Walking(); void idle(Animation* a); void jumping(Animation* a); void climbing(Animation* a); void walking(Animation * a); void hammering(Animation * a); void shoveling(Animat...
[ "C00225629@itcarlow.ie" ]
C00225629@itcarlow.ie
737f445bef04488811d254d1184a2d28f3962785
048a60046d36e605e6a330944d557228fd860ae9
/GMCJamPlayer/extensions/execute_shell_simple/execute_shell_simple.cpp
84e93649315071ef7ddc59b5d67003c16d134ee0
[]
no_license
gamedevdan/gmc-jam-player
c1bb3e26a9c7059c7e87ddf309800721ea94b2fe
638966e74d0cb1e78f0c6bee8ae105e49145dd2d
refs/heads/main
2023-06-25T14:51:11.576505
2021-07-29T08:16:54
2021-07-29T08:16:54
343,727,254
1
1
null
2021-05-12T10:41:03
2021-03-02T10:03:09
Yacc
UTF-8
C++
false
false
720
cpp
/// @author YellowAfterlife #include "stdafx.h" #include <shellapi.h> #include <memory> #if defined(WIN32) #define dllx extern "C" __declspec(dllexport) #elif defined(GNUC) #define dllx extern "C" __attribute__ ((visibility("default"))) #else #define dllx extern "C" #endif dllx double execute_shell_simple_raw(const...
[ "dan@chequered.ink" ]
dan@chequered.ink
802d3ae0dffbfe56a9a8dd5c78edf1392755d2fe
0d0e78c6262417fb1dff53901c6087b29fe260a0
/ocr/include/tencentcloud/ocr/v20181119/model/VinOCRResponse.h
9d007a92f5c0819ab19fe6a0c3f65e4ad63063f5
[ "Apache-2.0" ]
permissive
li5ch/tencentcloud-sdk-cpp
ae35ffb0c36773fd28e1b1a58d11755682ade2ee
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
refs/heads/master
2022-12-04T15:33:08.729850
2020-07-20T00:52:24
2020-07-20T00:52:24
281,135,686
1
0
Apache-2.0
2020-07-20T14:14:47
2020-07-20T14:14:46
null
UTF-8
C++
false
false
2,100
h
/* * 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 ...
[ "jimmyzhuang@tencent.com" ]
jimmyzhuang@tencent.com
fd7c9df169e3c2edcd424a5a0a3bf919d30de62d
be4f246d03631a0370d7aa487dfe683ad9e11173
/include/data/extern/thrift/client_constants.h
e683ab493ae8e2ab55dbd85fc8e60e32986486d2
[ "Apache-2.0" ]
permissive
phrocker/sharkbite
f03abb8173ef3b5525d81d0184859e49c2e067f3
7f2625f74331b0cd4a75dc0484949c40f1409686
refs/heads/main
2023-09-01T11:53:00.189396
2022-07-23T00:15:11
2022-07-23T00:15:11
79,762,882
30
5
Apache-2.0
2023-08-17T22:34:50
2017-01-23T02:32:18
C++
UTF-8
C++
false
true
487
h
/** * Autogenerated by Thrift Compiler (0.9.3) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #ifndef client_CONSTANTS_H #define client_CONSTANTS_H #include "client_types.h" namespace org { namespace apache { namespace accumulo { namespace core { namespace client { namespac...
[ "marc.parisi@gmail.com" ]
marc.parisi@gmail.com
96a863905bf0de0416af1e57c899342ffe36764a
346e7f4aa65d89e3ca1e4b6210e1a68eb99bab5d
/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h
6787953603926d98b051f701731e4081259ede0e
[ "Apache-2.0" ]
permissive
raptoravis/DiligentCore
cd74be889968cfebab635fcc07d382c22f9065a5
a2ee49069659eb650b912463a8e380c1c49a0605
refs/heads/master
2020-08-12T19:30:35.599793
2019-11-02T04:04:54
2019-11-02T04:04:54
214,829,391
0
0
Apache-2.0
2019-10-13T13:55:22
2019-10-13T13:55:22
null
UTF-8
C++
false
false
2,962
h
/* Copyright 2015-2019 Egor Yusov * * 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 * * THE SOFTWARE IS PROVIDED "AS IS", ...
[ "egor.yusov@gmail.com" ]
egor.yusov@gmail.com
968756a2685ef28cb3ee9416e1a7b63eb5693332
33ad44ec1150b5dfea704f7f483ac33c938bd259
/Cifrados/EuclidesBinario/main.cpp
09160cec3b5f167a5fa85763cea997999758294d
[]
no_license
AlonsoCerpa/ED3
231ae517403abd68d3b78cf8b464cda8b6f6019a
775cc01975793ab87148b63aff536153652638a7
refs/heads/master
2020-04-24T04:01:10.864672
2017-11-11T21:01:31
2017-11-11T21:01:31
66,728,146
0
0
null
null
null
null
UTF-8
C++
false
false
1,952
cpp
#include "funciones.h" #include <NTL/ZZ.h> #include <chrono> #include <iostream> #include <fstream> using namespace NTL; using namespace std; using namespace std::chrono; int main() { string auxStr, num1Str, num2Str; ifstream num1Txt, num2Txt; ZZ num1; ZZ num2; long nBits = 20000; high_resolution_clock::...
[ "alonso.cerpa@ucsp.edu.pe" ]
alonso.cerpa@ucsp.edu.pe
81648ec407ecdb36e957695e17526b70d64e70e1
bd5775ff6aaf09b9ab4719990473a04227ea897a
/amici/src/hdf5.cpp
0643fd5724e4b6e4a1b58f74d1e51a934ec51591
[ "BSD-3-Clause" ]
permissive
ICB-DCM/Study-DFO
89e23441fa0b41ac3d230e5c72e4d990c3db69b6
e0612427c8c3d8e3fe0c7d5a795ecb01a586309f
refs/heads/master
2022-04-07T00:27:46.379781
2020-01-08T11:27:33
2020-01-08T11:27:33
119,100,031
2
4
null
2020-01-08T11:27:35
2018-01-26T20:30:50
C
UTF-8
C++
false
false
23,108
cpp
#include "amici/hdf5.h" #include "amici/amici.h" #include <hdf5_hl.h> #include <cassert> #include <cstring> #include <algorithm> #ifdef AMI_HDF5_H_DEBUG #ifndef __APPLE__ #include <cexecinfo> #else #include <execinfo.h> #endif #endif #include <unistd.h> #include <cmath> namespace amici { namespace hdf5 { /** * @b...
[ "yannik.schaelte@gmail.com" ]
yannik.schaelte@gmail.com
5c511add1e32bf5c6e12f2ecd0805ae20fb7850b
3501288a559c3996eedda7d91609d2afc74af351
/codeforces/palindromes-building.cpp
0545537deae7c691c64071ddae12ae4100a6f5ef
[]
no_license
josecleiton/contest
9b76035025943067bf7b1eedc40e9aa03b209d12
6e35bbda0f739782536fb6837194a86e7f52e89f
refs/heads/master
2023-06-22T20:10:06.980694
2023-06-18T13:50:07
2023-06-18T13:50:07
137,649,792
23
9
null
null
null
null
UTF-8
C++
false
false
1,907
cpp
//TEMPLATE COM MACROS PARA OS CONTESTS //compile usando: g++ -std=c++11 -lm -O3 arquivo.cpp #include <bits/stdc++.h> #define FOR(x) for(int i=0;i<x;i++) #define ROF(x) for(int i=x-1;i>=0;i--) #define ROFJ(x) for(int j=x-1;j>=0;j--) #define FORJ(x) for(int j=0;j<x;j++) #define FORQ(Q) for(int i=0;Q;i++) #define FORM(x,y...
[ "jcleitonbc@gmail.com" ]
jcleitonbc@gmail.com
56d21998c3de18dd567b86481924519b20bc75c1
a6832dffec7f93e8d48efd27403918633b0a94c8
/grpc_backend/Indexer.h
5b8216279e877f58e73216bbc21ab0281d703ac8
[]
no_license
shrekshao/TinyCloud
497b13b97ef8cf1fa59967ad644ff4ba1d45fe86
5c9cc1361331a153b8598929b06a9f4bfd29ca7d
refs/heads/master
2020-12-24T10:52:20.114445
2016-12-19T05:13:23
2016-12-19T05:13:23
73,127,947
2
1
null
2016-12-05T19:10:31
2016-11-07T22:47:30
C++
UTF-8
C++
false
false
1,188
h
// // Created by tianli on 12/5/16. // #ifndef TINYCLOUD_STORAGE_SERVICE_H #define TINYCLOUD_STORAGE_SERVICE_H #include <iostream> #include <vector> #include <string> #include <sys/stat.h> #include <map> #include <boost/thread.hpp> #include <boost/filesystem.hpp> using namespace std; /* * Node object to store dire...
[ "tianlihan9@gmail.com" ]
tianlihan9@gmail.com
779fc9273ef9306dcef3c7038c5f8c492fce259f
9e52f9ebd890948abee5a56594dd70038ed3072d
/matlab_tools/CloudsGPUPro6-master/Terrain/EarthHemisphere.cpp
c557891f4831a2fb5fafc25c8e9acda5587f00b1
[ "BSD-3-Clause", "MIT" ]
permissive
CS1371/textbook
9b9585ba3b04a46dcf7f2c44346eb12dabff39e3
57bc0fd7cd69bc60f556b231c79679cac3455e4b
refs/heads/master
2020-09-11T17:09:38.080789
2020-07-15T20:05:06
2020-07-15T20:05:06
222,132,166
0
0
MIT
2020-04-13T15:47:11
2019-11-16T17:05:37
C++
UTF-8
C++
false
false
45,502
cpp
// Copyright 2013 Intel Corporation // All Rights Reserved // // Permission is granted to use, copy, distribute and prepare derivative works of this // software for any purpose and without fee, provided, that the above copyright notice // and this statement appear in all copies. Intel makes no representations about th...
[ "alexhrao@gmail.com" ]
alexhrao@gmail.com
e74fdaf87eb139e795debd91a7445a0c782caf9e
23c524e47a96829d3b8e0aa6792fd40a20f3dd41
/.history/Map_20210529111042.hpp
6f6ef287ce4ef068304ee5eb6c385b1ff64c7d20
[]
no_license
nqqw/ft_containers
4c16d32fb209aea2ce39e7ec25d7f6648aed92e8
f043cf52059c7accd0cef7bffcaef0f6cb2c126b
refs/heads/master
2023-06-25T16:08:19.762870
2021-07-23T17:28:09
2021-07-23T17:28:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,906
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Map.hpp :+: :+: :+: ...
[ "asleonova.1@gmail.com" ]
asleonova.1@gmail.com
cc4cb2c60ef2ceed11447dcd689581ad6d0fa281
c25b77ca1d93c8f631db04aac1bc535985e9d3f8
/Moon/Moon/Neuron.cpp
a70b77102ce1a7524ce43587f5c2e3504d738ab9
[]
no_license
juby0601/NN-projects
f39355cb6046bfb3bdb8437418a2a78c281b44f0
86c462468d13e28582ab987d5a3ab956ad6c4d58
refs/heads/master
2020-12-24T19:50:58.043835
2017-04-02T15:30:17
2017-04-02T15:30:17
86,214,465
0
0
null
null
null
null
UTF-8
C++
false
false
1,561
cpp
#include "Config.h" #include "Neuron.h" #include <math.h> #include <iostream> using namespace std; Neuron::Neuron() { } Neuron::~Neuron() { } void Neuron::Init(std::vector<double> &inputVector) { inputs = inputVector; weights.resize(inputVector.size()); product.resize(inputVector.size()); GenerateInitialWeights...
[ "you@example.com" ]
you@example.com
872607087d4d7ba189c06423ac20319e49532829
f8e7b0dd30e12f3a4b8a0f65e119a15e3a6407ee
/Baekjoon/BJ5622.cpp
3f954d140f7709cd8e94cf765d5059f0be8165a5
[]
no_license
BaeJuneHyuck/BaekJune
def023503c51e7ab574e28994c3d22089b5694f3
c90c7f210f5d0e12b4c0a9dcd3e3280b1d6f318f
refs/heads/master
2020-06-24T15:18:19.782424
2020-01-28T07:59:41
2020-01-28T07:59:41
198,998,731
1
0
null
null
null
null
UHC
C++
false
false
525
cpp
// 백준 5622번 다이얼 // ABC 2, DEF3... PQRS 7 TuV8 WXYZ 9 #include<iostream> #include<string.h> using namespace std; int main() { char input[16]; cin >> input; int sum = 0; for (int i = 0; i < strlen(input); i++) { char a = input[i]; if (a <= 'C') sum += 3; else if (a <= 'F')sum += 4; else if (a <= 'I') sum += ...
[ "37135285+BaeJuneHyuck@users.noreply.github.com" ]
37135285+BaeJuneHyuck@users.noreply.github.com
d2db2ba230e19f304e82112a7b84e997f83a340e
4648b1ce396ac5f0b6b7a7864c45eac1aad8ab5d
/src/Experiments/Scalability/query500/query10K.cpp
b645d38a7b7c3a9a77a4e5e1769fc462d8ae4047
[ "MIT" ]
permissive
Anonymous82338590/AdaptiveDynamicArray
a8c110e6008c095a4ef680dfaf8c3a4db5024d8a
47786167d6b6238da8f717ef8126fd68a6939990
refs/heads/master
2022-12-25T23:40:10.079790
2020-09-30T10:27:04
2020-09-30T10:27:04
276,539,229
0
0
null
null
null
null
UTF-8
C++
false
false
8,679
cpp
#include <iostream> #include <fstream> #include <chrono> #include <random> #include <algorithm> #include "../../../HeaderFiles/CountedBtree.h" #include "../../../HeaderFiles/StandardArray.h" #include "../../../HeaderFiles/AdaptiveDynamicArray.h" #include "../../../HeaderFiles/LinkedList.h" #include "../../../HeaderFile...
[ "anonymous82338590@gmail.com" ]
anonymous82338590@gmail.com
522a62f88d8bb74b9aaf8c4475d6b311f9750c12
caefd84ac575cf192a6a6e2de9b4f3fac41e466c
/trunk/knewcode/kc_web_plugins/kc_web_page_data_idname/one_level/func_lib.cpp
fb5e42807d0a5c1f332e04c119da4bc8a19d07df
[ "Apache-2.0" ]
permissive
zogyzen/knewcode
43ffdf81a10a22d879671b663c59c7739636eaf7
bd414a52330cde040ceaf91d1b380c402b2814b4
refs/heads/master
2020-06-16T21:31:31.158295
2016-11-29T10:36:39
2016-11-29T10:36:39
75,064,119
0
0
null
null
null
null
UTF-8
C++
false
false
1,947
cpp
#include "../std.h" #include "func_lib.h" //////////////////////////////////////////////////////////////////////////////// // TFuncLib类 KC::one_level::TFuncLib::TFuncLib(IIDNameItemWork& wk, IKCActionData& act, string name, const TKcLoadFullFL& load) : TFuncLibItemBase(wk, act, name), m_loadSyn(load) { } // 获取函数定...
[ "zogy@163.com" ]
zogy@163.com
65749cce1406398c5e650e323f5e3c88b844d40d
2747910fdf1422832b5b2531837729a26c9f09fa
/Project02/Airport.hpp
2056fce6520f0149f674b4c1153b79ec1f322f76
[]
no_license
jvolden/CS250
6f851c40d674da5eaa9ba6120b3f18dbd34f2636
3d65986153187eb9328f70c209f15c550a14b486
refs/heads/master
2021-08-28T00:35:40.018375
2017-12-10T21:56:03
2017-12-10T21:56:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
625
hpp
#ifndef _AIRPLANE_HPP #define _AIRPLANE_HPP #include <iostream> #include <cstdlib> #include <stack> #include <queue> #include <iomanip> using namespace std; #include "Traveller.hpp" #include "DataStructures/Queue.hpp" //! Airport structure that has a "waiting room" and a Line to prepare for boarding ...
[ "volden.jon@gmail.com" ]
volden.jon@gmail.com
2f1f8872adbf099ba6bc8106fad1494e62864620
e5f3053c071ca0a5e321ebcdd26ecb20739bfd57
/BSTLEAF.h
1306805ca8fad2cd97c53fd41d57f187d79cbd80
[]
no_license
Styerstyler8/AVLTree
f160271438ec5506c430098ceceacd9b982e22c8
321076d7736937a24e6eb5833ee0fccb76306893
refs/heads/master
2020-12-19T16:04:44.555356
2020-01-23T11:39:12
2020-01-23T11:39:12
235,784,462
0
0
null
null
null
null
UTF-8
C++
false
false
14,278
h
#ifndef BSTLEAF_H_INCLUDED #define BSTLEAF_H_INCLUDED #include <iostream> //For size_t and other things #include <stdexcept> //For exceptions namespace cop3530{ //BST for inserting at leafs template<typename key_type, typename value_type, bool (*compare)(key_type, key_type), bool (*equals)(key_type, key_type...
[ "styerstyler8@gmail.com" ]
styerstyler8@gmail.com
3a533ceaee3f53fd2620c8fa3f2383d14d49e20b
0781025fbcd1188d64d557bda7daf71ee1620596
/Source/Browse.cpp
719d4e95db3610bb0f637656c0c153e20ceaf756
[]
no_license
Sedisan/TimeManagment
ef179ee2286075387060ec6075f63f0572f641ac
fe5ed9cd624778210bbaa7bf80813bb9488ad5da
refs/heads/master
2021-06-26T19:05:29.813249
2018-03-20T18:53:10
2018-03-20T18:53:10
96,586,122
0
0
null
null
null
null
UTF-8
C++
false
false
2,182
cpp
#include "stdafx.h" #include <iostream> #include <fstream> #include <cstdlib> #include <map> #include <thread> #include <chrono> #include "Header/Header.h" #include "Header/Date.h" #include "Header/Browse.h" #define DaysLimit 20 std::string getNameOfBASEWITHALLRECORD(); void BrowseHistory::show() { for (size_t i = 1; ...
[ "szymonryl@gmail.com" ]
szymonryl@gmail.com
9a00e4211ae6605f1bc73d6e74c126fabf0b3d04
fffb732290af97687ea3221ce4a6ce4d95640aff
/courses/w16/source_tx2/VisionWorks-SFM-0.90-Samples/nvxio/src/NVX/FrameSource/OpenCV/OpenCVVideoFrameSource.cpp
a3c2a29ed01a540d0e70e704e3adc1c49516fc53
[]
no_license
NamWoo/self_driving_car
851de73ae909639e03756eea4d49ab663447fc19
cd5c1142c9e543e607ca9dc258f689de6879d207
refs/heads/master
2021-07-24T19:51:54.459485
2021-07-06T13:58:19
2021-07-06T13:58:19
186,267,543
9
7
null
null
null
null
UTF-8
C++
false
false
4,920
cpp
/* # Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # * Redistributions of source code must retain the above copyright # notice, this list ...
[ "pre3ice@gmail.com" ]
pre3ice@gmail.com
fdf6262c042bd8677e4b78d19704624ef9104e91
37aabc655cd6e17c148bbac7e8e8112c91375ff3
/src/zmq/zmqabstractnotifier.h
77c85f3b24226753597d683b77ca0513662d3420
[ "MIT" ]
permissive
Chellit/Chellit
84ac02c08ab286ffbab3582b4ef2cce0addec1cf
7d804cfc64b4e91234b68f14b82f12c752eb6aae
refs/heads/master
2023-02-12T01:49:33.344076
2021-01-12T23:10:20
2021-01-12T23:10:20
283,389,696
2
1
null
null
null
null
UTF-8
C++
false
false
1,289
h
// Copyright (c) 2015 The Bitcoin Core developers // Copyright (c) 2017-2019 The Raven Core developers // Copyright (c) 2020 The Chellit Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CHELLIT_ZMQ_ZMQABST...
[ "chellitcoin@gmail.com" ]
chellitcoin@gmail.com
0cf44d2f89118b8fbb803d3a97dd50fdc5ce92aa
13508677af95d0940a6774e60002c5bcfba7ae9f
/10858 - Unique Factorization.cpp
0130f477b3aa9693c4abb7494fb46d1c1a030f9c
[]
no_license
kuonanhong/UVa-2
f40686287e1aa717b6da4af81d0eafa07b0afd17
f58813d6a926f1ae4f61644d51dc1fe28b923cbd
refs/heads/master
2021-04-30T15:22:20.138385
2016-06-13T06:26:44
2016-06-13T06:26:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,328
cpp
/** UVa 10858 - Unique Factorization by Rico Tiongson Submitted: July 5, 2013 Accepted 0.029s C++ O(m sqrt n) time */ #include<iostream> #include<cstdio> #include<cmath> #include<vector> #include<algorithm> using namespace std; int n, lim, sz, temp[35]; vector<int> factors; vector<vector<int> > out;...
[ "thericotiongson@gmail.com" ]
thericotiongson@gmail.com
c260f86cc4a51b88fb5c50b6360e2e087127e3ff
85e9720615bdab031242c9108bfcc1f85c949d92
/esp32/L07-ADC/ADC_Test/ADC_Test.ino
6365655bea262362a44ad53a8dcdc44a1189eedb
[]
no_license
zmaker/video
795f215e2eb2c51e524b9446f5d415bb382eb0c2
51253c6896f77908bc00f198235840e50910984c
refs/heads/master
2023-06-07T13:41:50.948217
2023-06-06T07:13:32
2023-06-06T07:13:32
230,980,996
10
3
null
null
null
null
UTF-8
C++
false
false
175
ino
void setup() { Serial.begin(115200); delay(3000); analogReadResolution(12); //da 9 a 12 } void loop() { int v = analogRead(34); Serial.println(v); delay(500); }
[ "zeppelinmaker@gmail.com" ]
zeppelinmaker@gmail.com
ab0d0f73e25f3d5ee61310eaeab8600b66fefa0b
a0f5ed95c261ad5baef324bfaa990072987ea26e
/frames.h
d61c65dbf8c2ebdfb4317a709e06701faa8b397f
[]
no_license
andudu/Activity_Recongnition_Fisrt_Person
1f92b36435af41ab96730b7824e0506e1e5741b9
20b14d614efb32620cb65936096be5e0efd111aa
refs/heads/master
2021-01-15T16:52:39.626794
2014-07-12T06:12:35
2014-07-12T06:12:35
61,765,262
1
0
null
2016-06-23T02:03:32
2016-06-23T02:03:31
null
UTF-8
C++
false
false
1,364
h
// // frames.h // FP_ADL_Detector // // Created by Yahoo on 11/10/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #ifndef FP_ADL_Detector_frames_h #define FP_ADL_Detector_frames_h #include <stdlib.h> #include <iostream> #include <vector> #include <cv.h> #include <highgui.h> #include <cxcore.h...
[ "shane7226107@gmail.com" ]
shane7226107@gmail.com
21f7b9e043ea7e9b1fb4dfbf5aa59712a672ea4f
f89e32cc183d64db5fc4eb17c47644a15c99e104
/pcsx2-rr/pcsx2/x86/microVU_Clamp.inl
6d6675fbe1285b8dc8d28abcdf8595eaaf0579c6
[]
no_license
mauzus/progenitor
f99b882a48eb47a1cdbfacd2f38505e4c87480b4
7b4f30eb1f022b08e6da7eaafa5d2e77634d7bae
refs/heads/master
2021-01-10T07:24:00.383776
2011-04-28T11:03:43
2011-04-28T11:03:43
45,171,114
0
0
null
null
null
null
UTF-8
C++
false
false
4,482
inl
/* PCSX2 - PS2 Emulator for PCs * Copyright (C) 2002-2010 PCSX2 Dev Team * * PCSX2 is free software: you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Found- * ation, either version 3 of the License, or (at your option)...
[ "koeiprogenitor@bfa1b011-20a7-a6e3-c617-88e5d26e11c5" ]
koeiprogenitor@bfa1b011-20a7-a6e3-c617-88e5d26e11c5
5f6acc7a69346d3c30ab731b99742a5581d9f132
0bb63178342cf99764d1184f3af772d79190f399
/interface/templates/test.tpp
8821521ce26283e1f24ba4ee7bf5431a8cd95eac
[]
no_license
vveckaln/TauAnalysis
7c669d6cc079eda0571c60499fb0d7b3e87ecf29
dc1c3563737d3f0343efed9aeda60d0333c779d2
refs/heads/master
2020-04-06T05:32:15.655099
2015-05-26T14:46:23
2015-05-26T14:46:23
26,512,828
0
0
null
null
null
null
UTF-8
C++
false
false
432
tpp
#include "LIP/TauAnalysis/interface/ObjectPool.hh" using namespace cpHistogramPoolRegister; template<class Object> void ObjectPool<Object>::Draw(Option_t * draw_option){ for (typename map<TString, Object*>::iterator it = object_map.begin(); it != object_map.end(); ++it){ TCanvas_pool -> at(it -> first) -> cd(TCan...
[ "viesturs.veckalns@cern.ch" ]
viesturs.veckalns@cern.ch
0678b33ed5d07d6ed57edd6eeb5de52e46b07029
338074d69c95f8108bfc6e096130ea3d9ee63a1b
/sources/MSHGEOTOOLS/ExtractMeshNodes.h
b7e24314eabdc199ee1b84099d5dc31e4e330729
[ "BSD-2-Clause" ]
permissive
drjod/ogs_kb1
6ac54acaad903353235752cc3d96b527e6b81d36
659060ce0e8955761444af0a68a5219b5c281f2f
refs/heads/master
2023-04-15T03:58:08.946299
2022-05-24T10:03:11
2022-05-24T10:03:11
38,899,008
3
3
NOASSERTION
2022-05-31T10:00:22
2015-07-10T19:46:06
C++
UTF-8
C++
false
false
6,436
h
/* * ExtractMeshNodes.h * * Created on: Dec 3, 2010 * Author: TF */ #ifndef EXTRACTMESHNODES_H_ #define EXTRACTMESHNODES_H_ #include <iostream> // MSH #include "msh_lib.h" #include "msh_mesh.h" // GEO #include "GEOObjects.h" #include "PointWithID.h" #include "Polygon.h" namespace MeshLib { /** * This c...
[ "jod@gpi.uni-kiel.de" ]
jod@gpi.uni-kiel.de
8a618c30ebd4a01a1b85ce346506840415fa4ea1
eb87d0b2a87220e19bc771f9f29b6fd2125bcdb9
/widgets/work/task/sizewidget.cpp
303bd3cf44cd3f81d986de1c134a595f0a654e8a
[]
no_license
shul20/proprint
dc472ec13fc5eba3be408ae9111c6db42eae9269
21323a293fadb5c45a0cb79d82800e77b6a2af28
refs/heads/master
2021-01-17T17:48:09.792853
2016-06-12T08:30:55
2016-06-12T08:30:55
60,956,366
0
0
null
null
null
null
UTF-8
C++
false
false
1,788
cpp
#include "sizewidget.h" #include "ui_sizewidget.h" #include "entity/order/work.h" SizeWidget::SizeWidget(QWidget *parent) : QWidget(parent), ui(new Ui::SizeWidget), width(0), height(0), amount(0), workSize(0) { ui->setupUi(this); } SizeWidget::~SizeWidget() { delete ui; } void SizeWidget::on_width_va...
[ "shul20@ukr.net" ]
shul20@ukr.net
46ac7cafad0a295c5569d8050f58bd2c4a1d769d
51c1c5e9b8489ef8afa029b162aaf4c8f8bda7fc
/easybuilder/src/easybuilder/frame/SettingOutputDlg.cpp
bc4b7ebc0cf520aee3937e8decdaa573f2322acd
[ "MIT" ]
permissive
aimoonchen/easyeditor
3e5c77f0173a40a802fd73d7b741c064095d83e6
9dabdbfb8ad7b00c992d997d6662752130d5a02d
refs/heads/master
2021-04-26T23:06:27.016240
2018-02-12T02:28:50
2018-02-12T02:28:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,011
cpp
#include "SettingOutputDlg.h" using namespace ebuilder; SettingOutputDlg::SettingOutputDlg(wxWindow* parent) : wxDialog(parent, wxID_ANY, wxT("output")) { wxSizer* sizer = new wxBoxSizer(wxVERTICAL); { wxArrayString choices; choices.Add(wxT("love2d")); choices.Add(wxT("libgdx")); choices.Add(wxT("cocos2d-...
[ "zhuguang@ejoy.com" ]
zhuguang@ejoy.com
ae7a6bc1fb8a412b0a4446ec47e579687fe951ba
0f7a4119185aff6f48907e8a5b2666d91a47c56b
/sstd_utility/windows_boost/boost/compute/exception.hpp
6dd4541277e81d68ba868cbd1acf3c66fe917aa6
[]
no_license
jixhua/QQmlQuickBook
6636c77e9553a86f09cd59a2e89a83eaa9f153b6
782799ec3426291be0b0a2e37dc3e209006f0415
refs/heads/master
2021-09-28T13:02:48.880908
2018-11-17T10:43:47
2018-11-17T10:43:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
861
hpp
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http://boostorg.g...
[ "nanguazhude@vip.qq.com" ]
nanguazhude@vip.qq.com
446ddd47cb61332c3246b6bdaed84b92568fcf96
217344a59ed800b31bbd447dd5857cad3faca2d4
/AtCoder/Code-Festival-2016/R1/A.cc
06af32e5743f2f052214121fead5b3c78494d672
[]
no_license
yl3i/Retired
99fb62a0835589e6523df19525f93283a7e9c89f
472a96ccc2ef3c5bd0c2df7ddbe37604030723c4
refs/heads/master
2021-05-22T01:58:55.381070
2018-05-21T09:30:39
2018-05-21T09:30:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
478
cc
/************************************************************************* > File: A.cc > Author: lyyllyyl > Mail: riho.yoshioka@yandex.com > Created Time: Sat 24 Sep 2016 08:02:17 PM CST *************************************************************************/ #include <bits/stdc++.h> i...
[ "yuzhou627@gmail.com" ]
yuzhou627@gmail.com
ce256d067df1d09bed5467bf3c42a4c8923c98bc
62fca7aa07094bea44aea3f781576f3448590e8c
/The First Person/Temp/StagingArea/Data/il2cppOutput/Bulk_Mono.Security_1.cpp
7ac4cdd30f1512b8c9b8c10b9006e136b7df4dda
[]
no_license
RandomProduct/FirstPerson
ebd721ee93326413d110e2a787ff159690cb1157
5e07fcbf028bae55f3b4fc7635f20f5bb0088105
refs/heads/master
2021-01-10T16:12:46.329009
2016-03-01T05:49:03
2016-03-01T05:49:03
52,850,978
0
0
null
null
null
null
UTF-8
C++
false
false
60,019
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> struct t885; struct t832; struct t740; struct t800; struct t798; struct t35; struct t886; struct t887; s...
[ "ream@uwec.edu" ]
ream@uwec.edu
90054aa3307a029d1ba7bd1076bae672647ffe40
bddb40149f9028297d9b4f3f6b77514cadac9bca
/Source/Jeremy/FBTool/FrameWork/Communication3/FC3_debug_message.cpp
89b27436cea75435dfae76ba969469bc84df1773
[]
no_license
JamesTerm/GremlinGames
91d61a50d0926b8e95cad21053ba2cf6c3316003
fd0366af007bff8cffe4941b4bb5bb16948a8c66
refs/heads/master
2021-10-20T21:15:53.121770
2019-03-01T15:45:58
2019-03-01T15:45:58
173,261,435
0
1
null
null
null
null
UTF-8
C++
false
false
3,100
cpp
#include "StdAfx.h" #include "FrameWork.Communication3.h" using namespace FrameWork::Communication3::debug; message::message( const std::pair< DWORD, DWORD > sizes ) : m_ref( 1 ), m_p_category( NULL ), m_p_message( NULL ), FrameWork::Communication3::implementation::message( header_size + ( sizes.first + siz...
[ "james@e2c3bcc0-b32a-0410-840c-db224dcf21cb" ]
james@e2c3bcc0-b32a-0410-840c-db224dcf21cb
681b6d92f354b33eca95cee187a0c7013c174060
c3203a11c0ab4f9e3a853fcd658166990cf8487b
/URI/Level1/1960/ideone_ZRcD9R.cpp
0f83eb3ab05a127ef4db502e5fd4e95c9f7a3598
[]
no_license
betogaona7/CompetitiveProgramming
3d37688f028593a2314c676f3e01cc0e5b6d1d8e
5ac5b7bf13941cc56f28e595eeb33acfa98650b3
refs/heads/master
2021-01-12T06:09:24.069374
2020-04-23T15:02:16
2020-04-23T15:02:16
77,318,404
0
0
null
null
null
null
UTF-8
C++
false
false
692
cpp
#include <stdio.h> #include <iostream> #include <bits/stdc++.h> using namespace std; main(){ map <int, string> r; r[1] = "I"; r[2] = "II"; r[3] = "III"; r[4] = "IV"; r[5] = "V"; r[6] = "VI"; r[7] = "VII"; r[8] = "VIII"; r[9] = "IX"; r[10] = "X"; r[20] = "XX"; r[30] = "XXX"; r[40] = "XL"; r[50] = "L";...
[ "albertoo_3c@hotmail.com" ]
albertoo_3c@hotmail.com
21b541d855cf34cf33a6b8d4152afb7c7b8dbdc9
a695bb7e12f830a2159035002b993973d3e993ee
/cpp/queue/loopqueue.h
481cf01c8152b26105b8fe74eca48b8c63bc1a16
[]
no_license
shiwk/takeiteasy
c7d74303c93534196bb20c02e6ec73515c12268d
c9f3db88964782ab908e05bf5acde614ff918884
refs/heads/master
2022-11-30T20:18:20.550346
2022-11-20T15:12:27
2022-11-20T15:12:27
210,109,243
0
0
null
null
null
null
UTF-8
C++
false
false
374
h
// // Created by swk on 2019-06-25. // #ifndef CPP_LTC_LOOPQUEUE_H #define CPP_LTC_LOOPQUEUE_H namespace happycoding{ class loopqueue { public: int dequeue(); bool enqueue(int queue); explicit loopqueue(int size); private: int head; int tail; int size; ...
[ "shiwk@tju.edu.cn" ]
shiwk@tju.edu.cn
0a27c7b0f0efa4f2c456e055acbfeac1ecdfeb05
005cb1c69358d301f72c6a6890ffeb430573c1a1
/Pods/Headers/Private/GeoFeatures/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp
c441ba56ae3943db43a95d786caafb921539568c
[ "Apache-2.0" ]
permissive
TheClimateCorporation/DemoCLUs
05588dcca687cc5854755fad72f07759f81fe673
f343da9b41807694055151a721b497cf6267f829
refs/heads/master
2021-01-10T15:10:06.021498
2016-04-19T20:31:34
2016-04-19T20:31:34
51,960,444
0
0
null
null
null
null
UTF-8
C++
false
false
96
hpp
../../../../../../../../GeoFeatures/GeoFeatures/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp
[ "tommy.rogers@climate.com" ]
tommy.rogers@climate.com
65720dae8c9f77a86231241a8c336f743bcac76e
92a63b0e9fa1c5692eecc6d811ffe43ac98cb6d2
/include/google/protobuf/any_test.pb.h
47c071ed9bb3dfcf28461cd79383b44dfc0a3115
[ "MIT" ]
permissive
zhouyunpeng/framework
75f1d465388ab9c7d171e19f13a654753273a728
500b73cf72de332968fac85b113c6a8d51fa7401
refs/heads/master
2020-11-29T04:24:40.868421
2019-12-25T01:18:22
2019-12-25T01:19:05
230,021,307
7
1
null
null
null
null
UTF-8
C++
false
true
13,722
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/any_test.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_5ftest_2eproto #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_5ftest_2eproto #include <limits> #include <string> #include <google/protobuf/port_def....
[ "zyp@hoteamsoft.com" ]
zyp@hoteamsoft.com