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
b34926cf237939568807f7dacea2902645860345
cb29359f5874a3f33ac7b48f6f45ddd464429340
/C++ Tuts/Inventory.h
f7bede37a47ccd32cd8aab03e374e7071f946347
[]
no_license
Inceptix/Text_RPG
f52ec373c31ee94646e136138d528a74ed7f4325
643a80c16bd3bdf85530c42f38e174eb5015ea1c
refs/heads/master
2020-07-25T17:16:24.939748
2019-09-14T00:26:54
2019-09-14T00:26:54
208,359,960
0
0
null
null
null
null
UTF-8
C++
false
false
647
h
#pragma once #include "Armor.h" #include "Weapon.h" #pragma comment (lib, "winmm") #include <Windows.h> class Inventory { public: Inventory(); ~Inventory(); Inventory(const Inventory &obj); inline int size() const { return this->invNumberOfItems; }; Item& operator[](const int index); void invAddItem(const Item ...
[ "m.rrapaj@gmail.com" ]
m.rrapaj@gmail.com
ace08bcb65fa49d0f99f47085963b54cae86b123
3415afd59d79cd40cb39e9700b37cafad1e4adeb
/UVA/Graph/AllPairsShortestPath/11463Commandos/11463Commandos.cpp
56dc2d6801b416910fc5ee8b92c995574af29ff7
[]
no_license
Doebe/workplace
9bfd3a31bd33fa75f00fecb42e7730be0bebfa60
16d3dd699e8507359083cf6d0df42669b39fb8ca
refs/heads/master
2021-01-19T20:38:13.469378
2016-01-25T19:58:38
2016-01-25T19:58:38
50,373,548
1
0
null
null
null
null
UTF-8
C++
false
false
1,444
cpp
#include <bits/stdc++.h> using namespace std; const int MAX_INT = std::numeric_limits<int>::max(); const int MIN_INT = std::numeric_limits<int>::min(); const int INF = 1000000000; const int NEG_INF = -1000000000; #define max(a,b)(a>b?a:b) #define min(a,b)(a<b?a:b) #define MEM(arr,val)memset(arr,val, sizeof arr) #defi...
[ "zlpan39@gmail.com" ]
zlpan39@gmail.com
a3f99a14f3092ec7209e9a9d980f285fcfa69aaa
dab16faeec5a1882c3aa65d823fa669e5e832111
/Slider/ArchiveImagesDialog.h
8f9f8b9fb3eb2f394751e78f1bded7a3f5b47f85
[]
no_license
paul-hc/DevTools
adaa6b20bedfb941a6114c70b97c2776c543946c
84be93c23d8d2a272b6d5d09c4129a6cd87a2aa4
refs/heads/master
2023-08-31T18:17:21.143856
2023-08-31T17:51:12
2023-08-31T17:51:12
116,268,930
0
1
null
null
null
null
UTF-8
C++
false
false
2,756
h
#ifndef ArchiveImagesDialog_h #define ArchiveImagesDialog_h #pragma once #include "ArchivingModel.h" #include "ListViewState.h" #include "utl/Path.h" #include "utl/UI/HistoryComboBox.h" #include "utl/UI/LayoutDialog.h" #include "utl/UI/ReportListControl.h" #include <vector> class CAlbumModel; class CArchiveImagesD...
[ "phc.2nd@gmail.com" ]
phc.2nd@gmail.com
b278e4b3a971b34a9738af7079900fdd0f90f18d
54a18c47208cdb86e3ce7ed6f8e2341d66c2afbe
/Tarea2_2doParcial/main.cpp
25ea2b5c95ac055791514693bc4a359f0d79d823
[]
no_license
CarlosRodezno/Programas
36a115dfa895184e99d999388a1f26ef7f572297
f1c079b07de0423ee4708beb1d3aab10e1e4e411
refs/heads/master
2021-01-02T08:13:51.946559
2013-12-04T22:21:03
2013-12-04T22:21:03
null
0
0
null
null
null
null
ISO-8859-10
C++
false
false
3,633
cpp
#include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace std; //Carlos Rodezno 21141200!! int dia,mes,year; char signo[30]; int acuario=0,piscis=0,aries=0,tauro=0,geminis=0,cancer=0,leo=0,virgo=0,libra=0,escorpion=0,sagitario=0,capricornio=0; void ingresar(int &dia,int &mes,int ...
[ "carlos_rodezno@live.com" ]
carlos_rodezno@live.com
536dea274b4f9988c0f0554624b1e338dc64e827
887f3a72757ff8f691c1481618944b727d4d9ff5
/third_party/gecko_1.9/linux/gecko_sdk/include/nsIGlobalHistory.h
1e883aac8cf917e2644a51c94d638a35f82b35c0
[]
no_license
zied-ellouze/gears
329f754f7f9e9baa3afbbd652e7893a82b5013d1
d3da1ed772ed5ae9b82f46f9ecafeb67070d6899
refs/heads/master
2020-04-05T08:27:05.806590
2015-09-03T13:07:39
2015-09-03T13:07:39
41,813,794
1
0
null
null
null
null
UTF-8
C++
false
false
3,425
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/tinderbox/XR-Trunk/Linux_2.6.18-53.1.14.el5_Depend/mozilla/docshell/base/nsIGlobalHistory.idl */ #ifndef __gen_nsIGlobalHistory_h__ #define __gen_nsIGlobalHistory_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't wa...
[ "gears.daemon@fe895e04-df30-0410-9975-d76d301b4276" ]
gears.daemon@fe895e04-df30-0410-9975-d76d301b4276
9354884b07dd86556b4423356d520dfe10547dc3
81159441bf7249cd04e2ea8925ed2ce4ea3eb969
/native/download_handler.cpp
f1243079df2df7d9fddd803ad22d01263c8c6e41
[ "BSD-3-Clause" ]
permissive
DalavanCloud/java-cef
f3108ee835a13b6e3680af1f7319c2dd4ccd40b1
71141140e1ef3ca71704e83915ddd2b7ec8272d8
refs/heads/master
2020-04-22T00:02:05.315618
2019-02-08T21:42:33
2019-02-08T21:42:33
169,965,448
1
0
NOASSERTION
2019-02-10T10:17:46
2019-02-10T10:17:46
null
UTF-8
C++
false
false
3,217
cpp
// Copyright (c) 2014 The Chromium Embedded Framework 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 "download_handler.h" #include "client_handler.h" #include "jni_util.h" #include "util.h" DownloadHandler::DownloadHandle...
[ "magreenblatt@gmail.com" ]
magreenblatt@gmail.com
36ce4594ac00cee45e335f8b6f0fe5df7d92c7c6
0ed3ff478ea539c975438027f91737b2f0995736
/garli/tags/0.952b2/src/topologylist.h
ff9462ded5ebd39a9d06613458b102b74060ec36
[]
no_license
zwickl/garli
a275d6fad15c0d3e5d12fe6821efbfff1e1c7520
65fb3e7e967109d1c0a3a9b3fa5eeb0df89285ff
refs/heads/master
2022-09-24T16:39:32.643748
2022-09-15T23:11:54
2022-09-15T23:11:54
39,407,170
4
3
null
null
null
null
UTF-8
C++
false
false
1,090
h
// GARLI version 0.952b2 source code // Copyright 2005-2006 by Derrick J. Zwickl // All rights reserved. // // This code may be used and modified for non-commercial purposes // but redistribution in any form requires written permission. // Please contact: // // Derrick Zwickl // National Evolutionary Synthesis Center...
[ "zwickl@f68b6e6a-deb8-11de-9f73-7335da764322" ]
zwickl@f68b6e6a-deb8-11de-9f73-7335da764322
bf34fe9a2d4a99beb6ae0a616aebe31f87c78fef
99f1550e0a3c2e21088e2ffc72bc5dadabb1188f
/ui/UISDK/Src/UIObject/Panel/panel_desc.h
cf967b409b79ffaf92f373d6da15034f3d1aa345
[]
no_license
flymolon/UI2017
0d0bb1c173e015e7fe26ada47358b4581f3b0e29
e7182b19d9227abe6d3f91600e85d13c85917e71
refs/heads/master
2020-04-11T01:42:49.336393
2017-02-12T04:15:19
2017-02-12T04:15:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,340
h
#pragma once #include "Inc\Interface\iobjectdescription.h" #include "Inc\Interface\ipanel.h" class PanelDescription : public IObjectDescription { public: static IObjectDescription* Get() { static PanelDescription s; return &s; } virtual void CreateInstance(UI::ISkinRes* p, void** pp) override { ...
[ "libo30@lenovo.com" ]
libo30@lenovo.com
d5c9cb815e17912a545331d215cfb78d8cdd38de
be36d75bb62d595012078e67d22ccbf6788da439
/IOS_GEOPDF_READER/pdfium/core/src/fpdfapi/fpdf_cmaps/GB1/Adobe-GB1-UCS2_5.cpp
92cec8f3825d5818aee731c147bd5fce8aef0a7a
[ "BSD-3-Clause" ]
permissive
terragotech/gpkg-lfs
099abbc495ab6e7623891bd8685bb46107b72526
ba9e8bf255d1feee68e401c1804d5d00962dd484
refs/heads/master
2022-07-20T03:55:36.733465
2017-12-08T09:13:19
2017-12-08T09:13:19
87,077,550
0
0
null
null
null
null
UTF-8
C++
false
false
257,736
cpp
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "cmaps_gb1.h" const FX_WORD g_FXCMAP_GB1CID2Unicode_5[30284] = { ...
[ "ganesan.r@knetworks.co.in" ]
ganesan.r@knetworks.co.in
3b50c3031c6f71c1e4829361b525f50b22c8b73d
1e4568c4f4180399c8677938494208304b6158bc
/机房预约系统/机房预约系统/manager.h
e20e24aaf5e01e1e0d72ce9bc4e3730f70624f72
[]
no_license
FuChaolei/vs
f981dfa66a3bb122e07eee5ae318e5b4b8ee3503
70581415e47d501ae86a354a7997c1c5319227f9
refs/heads/main
2023-08-16T15:07:38.764430
2021-09-23T14:19:36
2021-09-23T14:19:36
361,801,947
0
0
null
null
null
null
UTF-8
C++
false
false
785
h
#pragma once #include <iostream> #include<fstream> #include <string> #include <vector> #include<algorithm> using namespace std; #include "Identity.h" #include"globalFile.h" #include"computerRoom.h" #include"student.h" #include"teacher.h" class Manager : public Identity { public: //默认构造 Manager(); //有参构造 管理员姓名,密码 M...
[ "1310866178@qq.com" ]
1310866178@qq.com
2cbcba044a9886883c4140176a03371bb885f6a7
98f89236e387e151a8f95781b45f7497cf3abdba
/Degenerate/assets/shaders/FileReaders.cpp
5a70ff7a29329e5ba51411ab8b9adcb31937f9aa
[]
no_license
Spenson/NetworkGame
de81d803537597e3c2026cd099b4183ff2ea0391
2e913da2205b405216b4784826170f7a35b24079
refs/heads/master
2022-04-10T14:40:00.310685
2019-12-15T04:27:59
2019-12-15T04:27:59
227,936,984
0
0
null
null
null
null
UTF-8
C++
false
false
22,971
cpp
#include "FileReaders.h" #include <tinyxml2/tinyxml2.h> #include <iostream> glm::vec3 GetXYZ(tinyxml2::XMLElement* node) { return glm::vec3( node->FindAttribute("x")->FloatValue(), node->FindAttribute("y")->FloatValue(), node->FindAttribute("z")->FloatValue() ); } glm::vec3 GetXYZW(tinyxml2::XMLElement* node)...
[ "Spencer@LAPTOP-QF032TM9" ]
Spencer@LAPTOP-QF032TM9
08d3926af46ed16169ba66f1a63438d928272c19
9734cfede33ab9c012bed4b24db71abeea4879a6
/src/ukf.h
9623b8f5ed12e715afdf1c4950276c15289f63ad
[ "MIT" ]
permissive
XiangKe1015/UKF-Unscented-Kalman-Filter-Project
f2fc568c98883206b321b8f840457778ce879c9a
233157dc3369d941663d5f39423b45282fef0965
refs/heads/master
2020-04-08T04:38:13.918804
2018-11-26T13:48:15
2018-11-26T13:48:15
159,025,468
1
0
null
null
null
null
UTF-8
C++
false
false
3,977
h
#ifndef UKF_H #define UKF_H #include "measurement_package.h" #include "Eigen/Dense" #include <vector> #include <string> #include <fstream> using Eigen::MatrixXd; using Eigen::VectorXd; class UKF { public: ///* initially set to false, set to true in first call of ProcessMeasurement bool is_initialized_; ///* ...
[ "xiangke1015@163.com" ]
xiangke1015@163.com
53fc1aa0496d9882f9cc0a96755d80587d4e2055
7353a670a04d55068dc9eb4436d06f834e145efe
/boost/asio/impl/test/gettable_socket_option.hpp
76841dfcf43df24a87bafb8d935eba18bc3bd33e
[]
no_license
shinobu-x/cpp
a53b25d6c81dbafad59bb9b288f630153ccb0021
0969ba4d3214555617743ddff30847770fd11e96
refs/heads/master
2021-01-22T06:28:29.011183
2018-09-15T10:42:06
2018-09-15T10:42:06
92,556,004
1
0
null
null
null
null
UTF-8
C++
false
false
530
hpp
#include <cstddef> template <typename pointer_type> class gettable_socket_option { public: template <typename protocol> int level(const protocol&) const { return 0; } template <typename protocol> int name(const protocol&) const { return 0; } template <typename protocol> pointer_type* data(con...
[ "shinobu@redhat.com" ]
shinobu@redhat.com
b896987dfb1ed30608bcc80027c16f926e19a3da
56b7ddf9a6ed9fba675400fb6ddc29a00d729654
/proj1/Graph.h1
ac76669b60d916daa6a8258a667082439ce41c88
[]
no_license
RI45816/341_SP2019
5ad84af9bc29bb47f64cee053f3743af4b7945a7
77b8d4721474965870a835bf39fab12fe19d2f3c
refs/heads/master
2020-04-21T15:02:59.394764
2019-05-01T03:10:59
2019-05-01T03:10:59
169,655,751
0
1
null
null
null
null
UTF-8
C++
false
false
2,678
h1
// File: Graph.h // // CMSC 341 Spring 2019 // // Header file for Graph class // #ifndef _GRAPH_H_ #define _GRAPH_H_ #include <stdexcept> // for throwing out_of_range exceptions #include <tuple> // for tuple template class Graph { public: // Graph constructor; must give number of vertices Graph(int n); ...
[ "uu3@umbc.edu" ]
uu3@umbc.edu
787266d7d5604b0a9d20e929ecce1245868e64f8
0df8ed742b7f6b908050fc1ecf4376539b9d6b65
/PNG_Encoder/lib_usage.cpp
2e7494ccdc32da00957961d0763373882ec9ad46
[ "MIT" ]
permissive
dsjohns2/CS-241-Honors-Project
75b1a72fbba6d8b3523dadf88583a4fdcec8dadd
6962bdf71efb91dac00ec703515142d4f2b55661
refs/heads/master
2020-05-29T08:47:42.967824
2017-10-27T00:31:10
2017-10-27T00:31:10
70,014,137
1
1
null
null
null
null
UTF-8
C++
false
false
10,531
cpp
/* lodePNG Examples Copyright (c) 2005-2012 Lode Vandevenne 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. Permission is granted to anyone to use this software for any purpose, including co...
[ "bershan2@illinois.edu" ]
bershan2@illinois.edu
eb483588c2835975ea9a7f816862ecd6abb34a61
34008f19c7bedd1a804c40c5d713f711794bf909
/vector.h
b833325161527344cea7d66d62087bbb13bc7a3e
[]
no_license
Hedenghui/cpp
8875ed797934bc7818ccb094255c5c6984afe6c0
b9b5976aa8a821d191e115cb2bb790d78743b168
refs/heads/master
2021-05-19T09:14:18.033618
2020-11-24T15:36:33
2020-11-24T15:36:33
251,623,832
0
0
null
null
null
null
GB18030
C++
false
false
5,121
h
#pragma once #include<assert.h> namespace hdh { template<class T> class vector { public: typedef T* iterator; typedef const T* const_iterator; vector() :_start(nullptr) , _finish(nullptr) , _endofstorage(nullptr) {} ~vector() { delete[] _start; _start = _finish = _endofstorage = nullptr;...
[ "1143671646@qq.com" ]
1143671646@qq.com
1f50dabf56cae0971e4fe09e73248301d96fe733
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/Game/XChat.cpp
37802f8a80d7e4d0d8a0f405c7a740707294de0f
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
11,745
cpp
#include "stdafx.h" #include "ZChat.h" #include "MChattingFilter.h" #include "ZApplication.h" #include "ZGameInterface.h" #include "ZPost.h" #include "ZCombatChat.h" #include "ZCombatInterface.h" #include "ZIDLResource.h" #include "MListBox.h" #include "MLex.h" #include "MTextArea.h" #include "ZMyInfo.h" ...
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
321889f833379cbf4c4262bddc0785422c3fc743
999909dea40af0132435e195309650d5a5b0047f
/src/Project.h
b82bb42ea8d1194afd4af7ff1ee4ad6d4b1564ea
[]
no_license
gvnq/Conception
484b40ad595a373497b0e6d0cec8b48af02be7a6
781986cb8985300565a14bf80f496c7db907877d
refs/heads/master
2020-12-11T08:01:25.973509
2013-04-06T05:53:39
2013-04-06T05:53:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,333
h
#pragma once #ifndef __Project_H__ #define __Project_H__ class Project { public: Project(); ~Project(); void LoadSampleGenProgram(CanvasWidget & CanvasTEST); void GenerateProgram(const std::string & ProgramContent); void GenerateProgramForFunction(std::ostream & Out, const std::string & InputContent, const std:...
[ "shurcooL@gmail.com" ]
shurcooL@gmail.com
b5340215b338c713bb9e2668977b3555d7463841
bdd9f3cdabe0c768641cf61855a6f24174735410
/src/engine/client/application/TextureBuilder/src/win32/TextureBakeView.cpp
880ca9ea17a3844ed9cb2957b90dfde3990ac815
[]
no_license
SWG-Source/client-tools
4452209136b376ab369b979e5c4a3464be28257b
30ec3031184243154c3ba99cedffb2603d005343
refs/heads/master
2023-08-31T07:44:22.692402
2023-08-28T04:34:07
2023-08-28T04:34:07
159,086,319
15
47
null
2022-04-15T16:20:34
2018-11-25T23:57:31
C++
UTF-8
C++
false
false
27,377
cpp
// ====================================================================== // // TextureBakeView.cpp // copyright 2001 Sony Online Entertainment // // ====================================================================== #include "FirstTextureBuilder.h" #include "TextureBakeView.h" #include "TextureBuilderDoc.h" #in...
[ "swgmaster@india.com" ]
swgmaster@india.com
bac1df241c78cb98df5995826a2c2d93c23211bd
d1a4de3f9c6eb9585c2dd37de769f7ae6fd3a6dd
/source/canvas/scene/MusicalKeyboard.cpp
552ca210443addc823d6481febad9a9448133cbd
[ "MIT" ]
permissive
RobertDamerius/CKeys
38f60114ec71709d67b529d197aa634145e02883
3a861e033abee595472770e85acba47b17f37bf8
refs/heads/master
2023-03-20T11:58:44.685210
2021-03-09T20:06:12
2021-03-09T20:06:12
271,225,926
3
0
null
null
null
null
UTF-8
C++
false
false
10,536
cpp
#include <MusicalKeyboard.hpp> #define KEY_WHITE_RATIO (6.4) // (height / width) of a white key #define KEY_BLACK_RATIO (6.6) // (height / width) of a black key #define KEY_RATIO_BLACK_WHITE (0.65) // (width of black / width of white) #define KEY_SPA...
[ "damerius.mail@gmail.com" ]
damerius.mail@gmail.com
0ad7c5ecbc27f0d22459ed727313abe12d50fe5d
5af679c8c4e50ed32ed8d3f55a6df9cb98773a4b
/components/StorageUtility/file_storage.cpp
bb20afabcdbbd249fb52aa79e74e0d0b92a894c6
[]
no_license
dmtan90/sense-switch-dual
574d15ebb549ee5f263c9792315bed618c5c1bdf
5adb8c92a832d212a13072fb0656a1faf811a787
refs/heads/master
2023-06-10T01:14:20.417749
2021-07-06T03:35:10
2021-07-06T03:35:10
383,327,894
0
0
null
null
null
null
UTF-8
C++
false
false
6,592
cpp
/* * file_storage * * Created: March 11, 2017 * Author: Tan Do * Email: dmtan90@gmail.com */ #include "file_storage.h" #include "config.h" wl_handle_t file_storage::mWearLevelHandle; const char file_storage::mBasePath[] = "/fs"; const char file_storage::mTag[] = "FileStorage"; SemaphoreHandle_t file_storage...
[ "dmtan90@gmail.com" ]
dmtan90@gmail.com
3f16d83ad7e15a9eed9282a7aafbaf5d63f33fa7
73c8a3179b944b63b2a798542896e4cdf0937b6e
/Codeforces/MisteriousNumbers.cpp
e40d2fa18f5c73496024087de8d0571af79e127c
[ "Apache-2.0" ]
permissive
aajjbb/contest-files
c151f1ab9b562ca91d2f8f4070cb0aac126a188d
71de602a798b598b0365c570dd5db539fecf5b8c
refs/heads/master
2023-07-23T19:34:12.565296
2023-07-16T00:57:55
2023-07-16T00:57:59
52,963,297
2
4
null
2017-08-03T20:12:19
2016-03-02T13:05:25
C++
UTF-8
C++
false
false
353
cpp
#include <vector> #include <iostream> #include <string> #include <algorithm> #include <math.h> #include <string.h> using namespace std; string a, b; int main(void) { cin >> a >> b; reverse(b.begin(), b.end()); int na = atoi(a.c_str()); int nb = atoi(b.c_str()); cout << na + ...
[ "jefersonlsiq@gmail.com" ]
jefersonlsiq@gmail.com
8d47c0b72bbdd077c197cccdc1ef05c000abfbd5
6d1c143787686870c2bd792b75836c5a707dad3f
/Server/CommonCPlus/CommonCPlus/ice/IceUtil/CountDownLatch.h
d23ea15dddf36e2047ccbfadaa140b25898aed34
[]
no_license
jakeowner/lastbattle
66dad639dd0ac43fd46bac7a0005cc157d350cc9
22d310f5bca796461678ccf044389ed5f60e03e0
refs/heads/master
2021-05-06T18:25:48.932112
2017-11-24T08:21:59
2017-11-24T08:21:59
111,915,246
45
34
null
2017-11-24T12:19:15
2017-11-24T12:19:15
null
UTF-8
C++
false
false
1,005
h
// ********************************************************************** // // Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************...
[ "613961636@qq.com" ]
613961636@qq.com
00051d0b0086d277c6e5b59b265e6732eb6707c4
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/function_types/detail/pp_tags/cc_tag.hpp
392d954d56e93f5c07caff75ffac4f8ee10b3029
[ "BSL-1.0", "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
464
hpp
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ // no include guards, this file is intended for multiple in...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
8d6d3c13af004d3727cb662cd0fef5fceb720799
8b6fe368977190e1bc4c87dbb7bb4f0090ec0883
/Homework_1/Homework_1/Homework_1/Homework_1.cpp
dc2e5323d535290311284a528c8c16cb5097eb7f
[]
no_license
AlspachS/CST211-Data-Structures
df040dffa009366f441c41818c0187137a3b9fae
8c0c97a61ebdddb3ea898c9fb8a274e36290bc78
refs/heads/master
2020-04-05T02:32:04.975835
2018-11-07T02:43:44
2018-11-07T02:43:44
156,480,600
0
0
null
null
null
null
UTF-8
C++
false
false
6,916
cpp
#define _CRTDBG_MAP_ALLOC #include <crtdbg.h> #include <iostream> using std::cout; using std::cin; using std::endl; #include <string> using std::string; #include "Array.h" #include "Exception.h" int main( ) { _CrtSetDbgFlag( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF ); int * temp = nullptr; // M...
[ "steven.alspach@outlook.com" ]
steven.alspach@outlook.com
293a21b1b20ca28f235a528ce7089f8e602252c2
00b979f12f13ace4e98e75a9528033636dab021d
/branches/ziis/src/include/ziafs_utils.hh
6e0a608e3620731d6f2f430235320994c60f4481
[]
no_license
BackupTheBerlios/ziahttpd-svn
812e4278555fdd346b643534d175546bef32afd5
8c0b930d3f4a86f0622987776b5220564e89b7c8
refs/heads/master
2016-09-09T20:39:16.760554
2006-04-13T08:44:28
2006-04-13T08:44:28
40,819,288
0
0
null
null
null
null
UTF-8
C++
false
false
797
hh
// // ziafs_utils.hh for in // // Made by texane // Login <texane@gmail.com> // // Started on Wed Jan 25 14:25:08 2006 texane // Last update Wed Feb 22 15:09:32 2006 texane // #ifndef ZIAFS_UTILS_HH # define ZIAFS_UTILS_HH #include <ziafs_buffer.hh> #include <string> namespace utils { ...
[ "texane@754ce95b-6e01-0410-81d0-8774ba66fe44" ]
texane@754ce95b-6e01-0410-81d0-8774ba66fe44
bc3177009e1390733f1f7ea3f6786fa96fc24582
9f3d0bad72a5a0bfa23ace7af8dbf63093be9c86
/vendor/shaderc/third_party/spirv-tools/test/binary_strnlen_s_test.cpp
2d2170b09bca7529755bf9cba4f10dbca28e656f
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "Zlib", "GPL-3.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-khronos", "LicenseRef-scancode-nvidia-2002", "MIT", "BSD-3-Clause" ]
permissive
0xc0dec/solo
ec700066951f7ef5c90aee4ae505bb5e85154da2
6c7f78da49beb09b51992741df3e47067d1b7e10
refs/heads/master
2023-04-27T09:23:15.554730
2023-02-26T11:46:16
2023-02-26T11:46:16
28,027,226
37
2
Zlib
2023-04-19T19:39:31
2014-12-15T08:19:32
C++
UTF-8
C++
false
false
1,027
cpp
// Copyright (c) 2016 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
[ "0xc0dec@gmail.com" ]
0xc0dec@gmail.com
4f0949fe41b467976fe4177ddac308d07673801f
041f35bf29af5e3141f7760f306e083861b0013d
/Source/Shared/WinRT/XboxLiveLogCallEventArgs_WinRT.h
e7484d45c52e6bc2ff556560bfca5b637212e030
[ "MIT" ]
permissive
UnforeseenOcean/xbox-live-api
96ddb95291402ae19f797327c89c823dda697e34
17c586336e11f0fa3a2a3f3acd665b18c5487b24
refs/heads/master
2020-04-07T04:36:37.454667
2017-02-15T00:32:22
2017-02-15T00:32:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,600
h
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. ...
[ "jasonsa@microsoft.com" ]
jasonsa@microsoft.com
4a4fcaa5bf649597d1be64dd5451d2d09dd86ac8
899e3440cda769c6a4b7649065dee47bc0516b6c
/topcoder/topcoder/GroceryBagger.cpp
74b9d3602ab9628a9c54426b367dd039ffbce6d4
[]
no_license
karanjude/snippets
6bf1492cb751a206e4b403ea7f03eda2a37c6892
a1c7e85b8999214f03b30469222cb64b5ad80146
refs/heads/master
2021-01-06T20:38:17.017406
2011-06-06T23:37:53
2011-06-06T23:37:53
32,311,843
0
0
null
null
null
null
UTF-8
C++
false
false
1,770
cpp
#include "stdafx.h" #include <map> #include <algorithm> #include <vector> #include <queue> #include <sstream> #include <string> #include <cctype> #include <string> #include <utility.cpp> using namespace std; class GroceryBagger{ map<string,int> _table; public: int minimumBags(int strength,vector<...
[ "karan.jude@737fc9ef-4d2d-0410-97ed-4d0c502f76d2" ]
karan.jude@737fc9ef-4d2d-0410-97ed-4d0c502f76d2
c2c66591f67ed1261eb4ab1337e255490c374f45
54d3e4cce20d31b45f34becefb6f577d897bb01f
/tests/unit/parse/control/capture.cpp
00c9747848fc1110bbcf0cc082647d85ef731520
[]
no_license
cloudcalvin/vcd_assert
78f5bc2987e94cd91ab1e9432216865431fed8a8
435d9c6c4ea5957439ea1742f09369262bcc85fb
refs/heads/master
2020-03-24T23:17:43.146201
2018-08-01T08:25:34
2018-08-01T08:25:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,142
cpp
#include "parse/actions/apply/integer.hpp" #include "parse/actions/apply/string.hpp" #include "parse/actions/apply/value.hpp" #include "parse/actions/command/apply.hpp" #include "parse/actions/command/apply0.hpp" #include "parse/actions/command/inner_action.hpp" #include "parse/actions/control.hpp" #include "parse/acti...
[ "pleroux0@outlook.com" ]
pleroux0@outlook.com
852efaa6bfe654c3c61f89ec87ebdb9f2e842825
9839817a30a4a01cfb3ebbf0402b9a26495cb0e8
/phantom/GeneratedFiles/ui_phantom.h
5f3d510cf0cc06e7977942a68c47d3303680a883
[]
no_license
Anisluo/phantom
014d610cdd6144d869d935c36887f333f0b4c96d
55f31512a9381e2e4b8a7a7274225acd24674240
refs/heads/master
2022-02-19T01:20:14.762735
2019-09-03T12:00:05
2019-09-03T12:00:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
48,088
h
/******************************************************************************** ** Form generated from reading UI file 'phantom.ui' ** ** Created by: Qt User Interface Compiler version 5.11.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ************************************...
[ "zhaoyang_wu@foxmail.com" ]
zhaoyang_wu@foxmail.com
3056d54cef6e40b68634da7734983210f0805d87
8ca6707f09af7e8fcc74eb12a1aaca0a576f1a44
/src/BulletArray.cpp
dec51364130e418429a57cea20a218ba2533f4af
[ "MIT" ]
permissive
teakhanirons/nKarugaVita
f8a2d30ab10ee469051e53b8054b0210a1b0b0e7
36e6f2cb8d491db5b2c5d6ca7c7d0ab53ed4dee0
refs/heads/master
2022-09-18T20:27:52.434748
2020-05-30T22:58:00
2020-05-30T22:58:00
268,167,631
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
11,699
cpp
#include "common.h" BulletArray::BulletArray() { clear(); // lasers too for(int i = 0; i < MAX_LASER; i++) data_laser[i].deactivate(); laserCount = 0; } BulletArray::~BulletArray() { } void BulletArray::handle() { bool destroyBullet; int bossDamaged; // Bullets for (int i = 0; i < bulletCount; i++) { ...
[ "mattias.refeyton@telecom-paristech.fr" ]
mattias.refeyton@telecom-paristech.fr
0729063f35998d212d94b18052045403f773cc4d
ca2c2fb6ec468d724982d0fe31515a1c83bb6906
/work - Copy/camDlg.cpp
c6e3ad2e9bd7f6f7f892b51e531ddc9899d60572
[]
no_license
pglen/cam
fa16057592e1bf48230882cb58c9342506dd346d
288b96d657849e55f1602ade4e6e7c840376f365
refs/heads/master
2021-01-22T01:19:18.589025
2017-12-06T06:39:56
2017-12-06T06:39:56
102,217,663
0
0
null
null
null
null
UTF-8
C++
false
false
9,702
cpp
// camDlg.cpp : implementation file // #include "stdafx.h" #include "cam.h" #include "camDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #pragma comment(lib, "msimg32.lib") ///////////////////////////////////////////////////////////////////////////// // CAboutD...
[ "peterglen99@gmail.com" ]
peterglen99@gmail.com
da18b392a08e02f00c2e278ec8430b67fc580ee5
6b1fb48ca30f804e22f52de5883ffcc993299d9c
/views/MastermindView.h
e2bda5067f1475f9e0199bb20ea913933f41a4c8
[]
no_license
mariahuertas/mastermind_views
17ea220aec71a8a33920311a459f1cc985499cae
3b053288004a10b0c875262ecb5ba519d3c0cc2e
refs/heads/master
2020-06-03T15:33:04.948669
2019-06-13T14:30:10
2019-06-13T14:30:10
191,631,479
0
0
null
null
null
null
UTF-8
C++
false
false
735
h
#ifndef MASTERMINDVIEW_H #define MASTERMINDVIEW_H #include "controllers/Controller.h" #include "ControllerVisitor.h" #include "controllers/StartController.h" #include "controllers/ColocateController.h" #include "StartView.h" #include "GameView.h" #include "ContinueView.h" class MastermindView : public ControllerVisito...
[ "mariahuertas296@gmail.com" ]
mariahuertas296@gmail.com
4e89122c7c6749ea967b511b9d3b4967d07dedf4
1cd1abf451fd8d94f2aaccf0333654ff8d70d340
/com.ibm.streamsx.mongodb/impl/include/boost/scoped_array.hpp
951e808acd80e826f36aa4f99c57d1538ff603bf
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
IBMStreams/streamsx.mongoDB
5c4a0d842d17fed055691acbd544f79b3a1b1331
b08d15284b471a46b17bd3f494795f812c719a5f
refs/heads/develop
2022-06-01T14:52:22.929207
2022-05-05T17:50:09
2022-05-05T17:50:09
21,670,083
8
3
NOASSERTION
2022-05-05T17:49:33
2014-07-09T21:37:29
C++
UTF-8
C++
false
false
56
hpp
#pragma once #include <streams_boost/scoped_array.hpp>
[ "leongor@gmail.com" ]
leongor@gmail.com
5ac655560892b05870b9a0d5d3f2f3ff2f60770e
45f6df925bc4db2c5e3cbcbb70a74635ec2d7d57
/src/ctp-quotes/ctp_quote_handler.cpp
8fb2c0384c24710859b2f5dcb1cf0a1af82272b4
[ "MIT" ]
permissive
phixcn/babel-trader
43800ed49874d80b804f66628a219530087a361e
46ac3c6c08298af3de9a3e40483801a117f2744f
refs/heads/master
2020-04-17T22:17:53.389856
2019-01-21T17:06:15
2019-01-21T17:06:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,723
cpp
#include "ctp_quote_handler.h" #include "glog/logging.h" #include "rapidjson/writer.h" #include "rapidjson/stringbuffer.h" #include "common/converter.h" #include "common/utils_func.h" CTPQuoteHandler::CTPQuoteHandler(CTPQuoteConf &conf) : api_(nullptr) , conf_(conf) , req_id_(1) , ws_service_(this, nullptr) , h...
[ "mugglewei@gmail.com" ]
mugglewei@gmail.com
196e3e767458890416f9980e65e1937da3ad78e1
d86a687668eb2bbcd696509d4de38382a5fd363e
/modules/UPnPNat/UPnPNat.cpp
51a13ca50563342272d10bf29d5af5d975721c74
[ "Unlicense" ]
permissive
delthas/SWRSToys
5cf1b0e876616fb92104aaaba6a4b3c7a703d7b4
d2bd8fb6888a188a8177418b2552c0e51e6a8abe
refs/heads/master
2023-03-18T14:06:32.203130
2021-03-05T10:48:01
2021-03-05T10:48:01
226,019,877
8
4
Unlicense
2020-06-28T00:57:10
2019-12-05T05:01:05
C
UTF-8
C++
false
false
4,663
cpp
#include <winsock2.h> #include <cstdio> #include <iostream> #include <iphlpapi.h> #include <natupnp.h> #include <shlwapi.h> #include <vector> const BYTE TARGET_HASH[16] = {0xdf, 0x35, 0xd1, 0xfb, 0xc7, 0xb5, 0x83, 0x31, 0x7a, 0xda, 0xbe, 0x8c, 0xd9, 0xf5, 0x3b, 0x2e}; IUPnPNAT *natDevice = 0; IStaticPortMappingCollect...
[ "delthas@dille.cc" ]
delthas@dille.cc
0ac6ba1c0a342d69415e2bf92f3575363a2cd2bf
cced4ac95dd4a28db8d63225b5e81d2dc292e8a6
/quote_tunnels/my_tunnel_lib_x1_fut/src/my_tunnel_lib.cpp
f7dc6d421907feb37c53c297f8091015b3cd7b82
[]
no_license
zhangjiayin/gangof4
13be6ee4e0e69a39e1d9bde6db4c25ec1426af43
4231baaa702826d0480b1d18512e750f5c6fc83b
refs/heads/master
2021-01-18T08:16:15.610598
2017-03-06T09:00:18
2017-03-06T09:00:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
31,132
cpp
// TODO: wangying x1 status: done #include "my_tunnel_lib.h" #include <string> #include <string.h> #include <mutex> #include <condition_variable> #include "my_tunnel_lib.h" #include "qtm_with_code.h" #include "my_cmn_util_funcs.h" #include "my_cmn_log.h" #include "my_trade_tunnel_struct.h" #include "config_data.h"...
[ "wangying@localhost.localdomain" ]
wangying@localhost.localdomain
2d04f0f625e955c5f3abc92b564a9756ec87f9e1
3f61877d870dffeb4e4e4edfbef0a5ef6c8ad79c
/Baek__2577숫자의갯수.cpp
82c8ced83d678e88db319cd5f5aff2904e35ae58
[]
no_license
dkpark10/Algorithm
393d113204affec0f7e9c6859b72e9afc2e66937
6e222da756b22c515a63432675903f8259b5bd34
refs/heads/master
2023-04-17T05:35:50.591946
2023-04-08T13:11:29
2023-04-08T13:11:53
184,561,343
1
0
null
null
null
null
UTF-8
C++
false
false
377
cpp
// 짱 쉬운문제.. // 3개의 수 입력받아 그 수의 각 자리 갯수 출력 #include<iostream> using namespace std; void Func(int n) { int arr[10] = {}; int r; while (n) { r = n % 10; arr[r]++; n /= 10; } for (int i = 0; i < 10; i++) { cout << arr[i]<< endl; } } int main(void) { int a,b,c; cin >> a >> b >> c; Func(a*b*c); ...
[ "=" ]
=
5e93841bcebbeab7c7695a29d6ffa2b75f6027d9
efcf4630719d7b4b179c8111d2b608ccdd7acc95
/irg-support/examples/primjer04/prozor.cpp
a8856fc8fbf05e30bc679348c241bd4ebf983b66
[]
no_license
ftodoric/fer-irg
5e48d1d0016442cb8ba72c00403650bb00dbe09c
3a0091272aaf12dc3c3dbd6f4bb3b245a626c131
refs/heads/main
2023-07-06T05:13:24.318171
2021-08-08T14:35:47
2021-08-08T14:35:47
347,084,721
1
0
null
null
null
null
UTF-8
C++
false
false
9,069
cpp
// Kompajliranje: // g++ -o prozor prozor.cpp util.cpp -lGLEW -lGL -lGLU -lglut -lpthread #ifdef _WIN32 #include <windows.h> //bit ce ukljuceno ako se koriste windows #endif #include <stdio.h> #include <string.h> #include <stdlib.h> #include <iostream> #include <GL/glew.h> #include <GL/freeglut.h> // Uk...
[ "fptodoric@gmail.com" ]
fptodoric@gmail.com
7613c1fc661cd811db6fa19638d03ac05f65c21d
d3ff058b4f7ab910e98a301cf7d446be11f57086
/Platformer/Enemy.h
18a2d30f86044598d1583965dc8d84f4ca20787a
[]
no_license
canoi12/SDL
1f8fdb857b868673b5d6272f86b23cc4c6291a7b
65fc4cd49bfd03513cf5378c7b25a4d9c13c21af
refs/heads/master
2020-07-09T05:03:08.005078
2016-09-19T17:56:54
2016-09-19T17:56:54
67,264,822
0
0
null
null
null
null
UTF-8
C++
false
false
229
h
#pragma once #include "GameObject.h" #include "Camera.h" class Enemy : public GameObject { public: Enemy(std::string img_path, float x, float y); Enemy(); ~Enemy(); void Update(float delta); void Draw(); };
[ "canoimaster@gmail.com" ]
canoimaster@gmail.com
5b419e80258bc4a36e37c8e3aaca3ab23bd40fb8
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13853/function13853_schedule_35/function13853_schedule_35.cpp
e114514410edb22b86e384d41812f619e908372b
[]
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
1,824
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function13853_schedule_35"); constant c0("c0", 128), c1("c1", 512), c2("c2", 1024); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
2f504174ce8c66337346ae65782074c76d9910c6
66b8f6702a7189e08e03bf639574c5778b1ee29c
/VTIL-Architecture/arch/register_desc.hpp
4e65bd3d80a998f397e2ddcb35012b53a7cfcc53
[]
no_license
CrackerCat/VTIL-Core
b3a1d71d8d9af4a18f2b3cdaf0c49fc4a216b988
f70c1e1ca9897043defb22c8c32c0de121a4d475
refs/heads/master
2022-11-08T11:23:17.135338
2020-06-21T03:05:10
2020-06-21T03:05:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,759
hpp
// Copyright (c) 2020 Can Boluk and contributors of the VTIL 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 code must retain...
[ "can.boluk89@gmail.com" ]
can.boluk89@gmail.com
bd78dbaa7c2dd71e9a4124d828efe7a7c7a44857
cf062395789b95aee5793b92aeebbb4b8dade685
/PolynAddCPro_task/PolynAddCPro/PolynAdd.cpp
7e11ecd41d9292f7d174792958bed38b56a59fb2
[]
no_license
zzwwqq/DataStructure
a31f51a5d6f5f96eb4dd7c0ea02b3e78972c9012
9de390a758fc551d6be996aa19ee4b7ba8e40ddb
refs/heads/master
2021-08-28T00:56:49.487733
2017-12-10T23:52:48
2017-12-10T23:52:48
null
0
0
null
null
null
null
GB18030
C++
false
false
2,457
cpp
#include <iostream> #include <stdlib.h> #include "structDefine.h" #include "Polyn.h" using namespace std; //函数声明 void InputData(int nOrder, PLinkList &sPolyn); bool GetInt(int &value); //程序入口 int main() { cout << "/*注意:系数为浮点类型,指数为整数(可为负)类型" << endl; cout << "请按指数从小到大的顺序输入多项式*/\n\n"; //创建一元多项式 PLinkList sPolynA =...
[ "1107717335@qq.com" ]
1107717335@qq.com
d4c61ae90f80b3d3268e047c41422c70d43b1923
38c10c01007624cd2056884f25e0d6ab85442194
/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc
d7453258a5655f615b671cf8e79267c6b9228298
[ "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
15,664
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/widget/desktop_aura/x11_topmost_window_finder.h" #include <algorithm> #include <vector> #include <X11/extensions/shape.h> #include <X1...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
417a256a502beba3af89628c1225dbf1c2506613
0e84970e6feb328b7eb4b21a2df231c9c528aa16
/bringup/zk_mini/jni/activity/dualsensorActivity.h
bd0f8c328a25b1b2564873c05fee9ba45c754123
[]
no_license
jxmlegend/SSD222_Demo
a447a809cbb6d1adb50acf628ee61d3ebfb194ca
eedf4367f11ba54cdd6a5c5ce11dda5c555fc1d3
refs/heads/main
2023-08-22T06:01:36.059247
2021-09-24T11:13:21
2021-09-24T11:13:21
370,617,067
0
0
null
2021-05-25T08:18:11
2021-05-25T08:18:11
null
UTF-8
C++
false
false
2,970
h
/*********************************************** /gen auto by zuitools ***********************************************/ #ifndef __DUALSENSORACTIVITY_H__ #define __DUALSENSORACTIVITY_H__ #include "app/Activity.h" #include "entry/EasyUIContext.h" #include "uart/ProtocolData.h" #include "uart/ProtocolParser.h" #includ...
[ "koda.xu@mstarsemi.com" ]
koda.xu@mstarsemi.com
00f0ed2ffc63862dfd3f670ab6dc55c3c64e0660
bdef6df34dbac0ec96c33df43c81f1a07145a621
/adafruit_ili9341/main/main.cpp
9e53bd7c57acbc23b946fd389f0ca0d91ddacd86
[]
no_license
chegewara/arduino-as-component
b7c4dbf98a10c08ede279ffaf6839896098b815d
5a84f70d3a239be1ba53d5a1e412f363f174aff3
refs/heads/master
2022-10-12T03:22:32.441622
2020-06-02T01:42:52
2020-06-02T01:42:52
266,627,629
3
0
null
null
null
null
UTF-8
C++
false
false
9,888
cpp
#include "Arduino.h" /*************************************************** This is our GFX example for the Adafruit ILI9341 Breakout and Shield ----> http://www.adafruit.com/products/1651 Check out the links above for our tutorials and wiring diagrams These displays use SPI to communicate, 4 or 5 pins are requi...
[ "imperiaonline4@gmail.com" ]
imperiaonline4@gmail.com
8567dcc4ef71c991b0091860ba3ea242dfecb94f
a23224a3a04171a00ed598132356899852a4f229
/Passes/part1/CountDynamicInstructions.cpp
010e3865d2e78a365fb029b3576321eb93dfa8c2
[]
no_license
soumym/CSE231_Project
6c4cdf2c46c769508907ed0dd5d172e712b4400c
e89b7022279998e379f938fb69b4694f941a04c6
refs/heads/master
2020-04-17T23:34:42.318375
2019-01-25T06:37:47
2019-01-25T06:37:47
167,040,830
0
0
null
2019-01-22T17:57:29
2019-01-22T17:57:29
null
UTF-8
C++
false
false
3,984
cpp
#include "llvm/Pass.h" #include "llvm/IR/Function.h" #include "llvm/Support/raw_ostream.h" #include "string" #include "map" #include "vector" #include "llvm/IR/InstIterator.h" #include "llvm/IR/LLVMContext.h" #include "/lib231/lib231.cpp" #include "llvm/IR/Value.h" #include "llvm/IR/GlobalValue.h" #include "llvm/IR/Glo...
[ "soumyarka08@gmail.com" ]
soumyarka08@gmail.com
fb51c50a3e486ac60b3607f1ea08ac6b3a4c0ef8
57532e995d8e5980945afae7e814f69869a9266e
/ATM-multiple-accounts/bank.cpp
56e0b74855a6f61d008f7c02ff4a33faf0f14a75
[]
no_license
zackluckyf/Classes_object-oriented_programming
84f7afb4a26a651ad95ad7278163e66e3d959130
a0abc0a368030f5b352689ab1eefa39b56e703ee
refs/heads/master
2016-09-08T02:01:27.483279
2015-12-09T01:16:09
2015-12-09T01:16:09
41,642,593
0
0
null
null
null
null
UTF-8
C++
false
false
1,271
cpp
// // bank.cpp // ATM-multiple-accounts // // Created by Zack Fanning on 9/1/15. // Copyright (c) 2015 Zackluckyf. All rights reserved. // #include "bank.h" //Static Member Variables int bank::totalAccounts = 0; double bank::bankBalance = 10000; bank::bank() { accountNumber = 0; balance = 0.0; total...
[ "fanning.34@gmail.com" ]
fanning.34@gmail.com
71c8dc1f2f8663d25474f5be92a347c6f29d67a2
f11059a855524ea036e4c17b1c19d11d54c16099
/packages/vio/include/monocular_triangulation.h
88aeedb0e2289d0bdaf88e9895757a6df3fb6455
[]
no_license
Forrest-Z/robot
8edc6d27a6e69c343dde921dada2f2030fb7d8c2
66877347b3dd0fd5bd870a6d64fb5a606f4075c6
refs/heads/master
2023-04-04T11:58:33.925162
2021-04-15T23:25:29
2021-04-15T23:25:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,107
h
#pragma once #include "packages/calibration/include/kannala_brandt_distortion_model.h" #include "packages/feature_tracker/include/stereo_feature_track_index.h" #include "packages/triangulation/include/triangulation.h" namespace vio { /// Performs monocular triangulation for VIO template <typename TRACK_DATABASE_T> c...
[ "chris@getmoss.ai" ]
chris@getmoss.ai
68012e27283a2362b37b376a1aa9b8164268994f
89057af69b3971d25ba5e0994adf26895f3d0a1e
/libminifi/test/unit/HashContentTest.cpp
e7fba41d449b2db556e6eb29d4b40f73744d84d9
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "MIT-0", "Zlib", "OpenSSL", "MIT", "BSD-1-Clause", "ISC", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSL-1.0", "LicenseRef-scancode-bsd-unchanged", "LicenseRef-scancode-public-domain", "BSD-2-Clause", ...
permissive
DalavanCloud/nifi-minifi-cpp
66fbfcda9f4ff661c243357854ad7bf085693d0c
8b2fdf1dd48d78733a1e25e65febb8a4fe69b536
refs/heads/master
2020-04-29T10:14:36.770554
2019-03-14T16:26:01
2019-03-16T01:52:59
176,054,529
1
0
Apache-2.0
2019-03-17T04:05:40
2019-03-17T04:05:39
null
UTF-8
C++
false
false
5,333
cpp
/** * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
[ "phrocker@apache.org" ]
phrocker@apache.org
217edd21236b5e752513cf19647bce9892bf4a21
507a520665a8f27b538bf6fda5dedcb977b7e522
/Pillars.cpp
7d534929675c7ae0cc7dc541603ffda4ce53df9d
[]
no_license
gauravahlawat81/Codeforces
b6a0050294c5208996afd745bead12a67cfbcaa2
b8fc21323e3c99d204c7ae946d724b5da3210f80
refs/heads/master
2021-01-15T00:31:21.699096
2020-03-22T19:40:46
2020-03-22T19:40:46
242,812,494
0
0
null
null
null
null
UTF-8
C++
false
false
2,319
cpp
#include <bits/stdc++.h> using namespace std; #define FOR(i, j, k) for (int i = (j); i <= (k); i++) #define FFOR(i, j, k) for (int i = (j); i < (k); i++) #define DFOR(i, j, k) for (int i = (j); i >= (k); i--) #define bug(x) cerr << #x << " = " << (x) << '\n' #define pb push_back #define mp make_pair #define bit(s, i) (...
[ "gaurav@gaurav-system.nitk.ac.in" ]
gaurav@gaurav-system.nitk.ac.in
29372d52aadad5f771130f24d0235e0329479550
452dafe3f2c76d22a33098634016c1e323456a67
/Contests/1372/D.cpp
d83aac9e9b9fca0d591c4378c22df0a6d08a1481
[]
no_license
nikakogho/codeforces
6c87b4d7b640808813e405d5ce6e129bd527f5df
b6261f5a83e221de190f6daec3ba932e45d1acca
refs/heads/master
2023-03-21T19:34:58.401874
2021-03-06T15:49:16
2021-03-06T15:49:16
345,130,987
0
0
null
null
null
null
UTF-8
C++
false
false
603
cpp
#include <bits/stdc++.h> using namespace std; #define ll long long void solve() { int n; cin >> n; int A[n]; for(int i = 0; i < n; i++) cin >> A[i]; int arr[n * 2]; int j = 0; for(int i = 0; i < n; i += 2, j++) arr[j] = arr[j + n] = A[i]; for(int i = 1; i < n; i += 2, j++) arr[j] = arr[j + n] = A[i]; int le...
[ "nikakoghuashvili@gmail.com" ]
nikakoghuashvili@gmail.com
0731d37ca1ef41c9308f539db96778c188d963f4
e798f3cd0d6cc6ad191702bbb387afdb0ae9eab0
/Classes/Dispatchers/SelectMagicTargetState.hpp
d83a46ce351421bc5bc12562ea8249a1b6cb62ff
[]
no_license
Morgan87/FlameDragonX
9dbd359c939df08a1f7c7a8a769d9408bf50ca10
15ed056572c52df76cfea8990cc1e5f81331c8fc
refs/heads/master
2021-05-07T04:08:19.692309
2016-11-29T22:41:46
2016-11-29T22:41:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
706
hpp
// // SelectMagicTargetState.hpp // FlameDragonX // // Created by SuiYi on 9/14/16. // // #ifndef SelectMagicTargetState_hpp #define SelectMagicTargetState_hpp #include "cocos2d.h" #include "ActionState.hpp" #include "RangeScopeResolver.hpp" class BattleScene; class SelectMagicTargetState : public ActionState { ...
[ "charlie_5899@hotmail.com" ]
charlie_5899@hotmail.com
f4b100c919e2f1e42ff1166f8e415218c0c001e7
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5765824346324992_1/C++/Safadurimo/main.cpp
467b5df91eb6c86aba6dcc266b9826c6571bfbab
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
2,160
cpp
#include <vector> #include <map> #include <set> #include <queue> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <cmath> #include <limits> #include <string> #include <cstring> // memset #include <iostream> // cin, cout #include <fstream> // io redirection #inclu...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
b70a9a574d4e7fd1f5573a73df45269fa792a2f4
5456502f97627278cbd6e16d002d50f1de3da7bb
/device/bluetooth/dbus/bluetooth_agent_service_provider.cc
7d99386507b75fee309f501a4e4f89186b621257
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,382
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 "device/bluetooth/dbus/bluetooth_agent_service_provider.h" #include <memory> #include <utility> #include "base/bind.h" #include "base...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
1f4a65ca406b90308b58ebece5c4edb4357224c4
095c9fc0e6f92679da55786a4c4218af10e3a850
/src/bitcoin-tx.cpp
e897c4eed5634a55d9d5d39cd48ef7813966048a
[ "MIT" ]
permissive
3s3s/TKSR
cd0e87e5df23eefdff1f4bf4b777995296163762
f8270820a1838092f5eefad48aae69f1bd729a61
refs/heads/master
2021-01-01T19:41:06.948374
2017-07-25T20:27:02
2017-07-25T20:27:02
98,648,619
0
0
null
null
null
null
UTF-8
C++
false
false
21,399
cpp
// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "base58.h" #include "clientversion.h" #include "coins.h" #include "consensus/consensus.h" #include "core_io.h" #incl...
[ "ivanivanovkzv@gmail.com" ]
ivanivanovkzv@gmail.com
7d7eebd58aa42fb0eae137b787a889cc0ed28081
7505009568d5f79005bf53ed261ad5edd7b9047e
/logdevice/common/test/SocketTest_fixtures.cpp
8c6d772d4370a3f0d1c38761a8d75aeb3c2eb72d
[ "BSD-3-Clause" ]
permissive
Anjali05/LogDevice
d326bb3a2f3137f9f0775ed2117aa8aaa2942939
96ea1c76a3fad0aa0ae400c020fc48329a037166
refs/heads/master
2020-08-17T12:26:35.601405
2019-10-16T21:34:11
2019-10-16T21:36:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,353
cpp
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include "logdevice/common/test/SocketTest_fixtures.h" #include <folly/executors/Inli...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
bd5a1cb877203a029f50f8dfcbc0e0be5c5a26ab
8a1a2440dca0e3b60d11c74e6061df7e7ab6ab89
/GTE_Win/clipper/line.cpp
638d3b37a9b0ce1d4ecb9914b65d337d301edb8c
[]
no_license
VB6Hobbyst7/GERBER_X3
cf4ceea15e068c5ccc53235349aa9887cf14c6cf
eaa0084448d997224cb1423cf0423a215624b26b
refs/heads/master
2023-07-12T16:36:06.688997
2021-07-18T14:49:19
2021-07-18T14:49:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,890
cpp
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++, C#, and Java: http://www.viva64.com /******************************************************************************* * ...
[ "xray3d@ya.ru" ]
xray3d@ya.ru
716f85f1192c4b86c095d0f97f85e8d7a2d40e6a
b92b0e9ba2338ab311312dcbbeefcbb7c912fc2e
/build/shogun_lib/examples/undocumented/libshogun/balanced_conditional_probability_tree.cpp
bb41c0bd67b21dbc342e55b934cff5a472c6afb0
[]
no_license
behollis/muViewBranch
384f8f97f67723b2a4019294854969d6fc1f53e8
1d80914f57e47b3ad565c4696861f7b3213675e0
refs/heads/master
2021-01-10T13:22:28.580069
2015-10-27T21:43:20
2015-10-27T21:43:20
45,059,082
1
0
null
null
null
null
UTF-8
C++
false
false
2,893
cpp
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * Written (W) 2011 Shashwat Lal Das * Copyright (C) 2011 Ber...
[ "prosen@305cdda6-5ce1-45b3-a98d-dfc68c8b3305" ]
prosen@305cdda6-5ce1-45b3-a98d-dfc68c8b3305
b675edfd133ca0de60b3e46250cc1f250aaca3b2
70b8c24be880e95f55448a769e03c37b7fd6a5c6
/Project4/SDLProject/SDLProject/Entity.cpp
188f1f26cd27936d83e8975e196b675f2945970d
[]
no_license
mlitzenberg305/CS3113
14b4e8d6dcad4d1765d08077628416cb3be59866
3db8e7dc600d6acdabbd2a856171beb246a7bc92
refs/heads/main
2023-07-03T04:12:07.072142
2021-08-12T16:38:29
2021-08-12T16:38:29
370,409,788
1
1
null
null
null
null
UTF-8
C++
false
false
9,517
cpp
#include "Entity.h" Entity::Entity() { position = glm::vec3(0); movement = glm::vec3(0); acceleration = glm::vec3(0); velocity = glm::vec3(0); width = 1.0f; height = 1.0f; speed = 0; jumpPower = 0; energy = 0; isActive = false; modelMatrix = glm::mat4(1.0f); } boo...
[ "m.litzenberg@nyu.edu" ]
m.litzenberg@nyu.edu
8831c1c53c34f26e52dd92ed17ab10dd2c695e26
9b236ac59c45449e0f1299f5893ae1263eec6620
/examples/GLUT/07-mouse-select/BiQuadFilter.hpp
caf4c13eadfb49604d01a5087a1effba4a6e5214
[ "BSD-3-Clause" ]
permissive
zwells1/HapticMoCap
2d7d513b07a4e2db19d27ba84362d97005723141
0f102834b44f6f38473145da4e39090fafa126b2
refs/heads/master
2022-04-23T05:56:23.093844
2017-02-22T01:56:48
2017-02-22T01:56:48
256,818,783
0
0
null
null
null
null
UTF-8
C++
false
false
2,539
hpp
#pragma once /* BiQuadFilter.hpp this class is designed to interpret where the Marker is and to provide feedback that with a parameterisized object. I imagine that each object will be interpretted different. File Name: Filter.hpp Author: Zachary Wells Date: 10/18/2016 Tested With: Chai version 3.1.1 */ //-----------...
[ "zawells@umail.ucsb.edu" ]
zawells@umail.ucsb.edu
2fc6e0e66d46be6e4b4f0d5335dc485f1b1bad91
b5cf3763b003aed32ad20970ef9563775fd85fd9
/src/examples/main_chat_client.cpp
5b4d43534984c6a30c23f06323732a132f9c8e33
[]
no_license
itegulov/tcp_homework
f89ef471be472186500416522c4e2080b7cb3c53
1a212f6219dc94b7b787311bc776a2a92ec6383c
refs/heads/master
2021-01-10T10:24:10.411066
2015-02-01T12:09:49
2015-02-01T12:09:49
27,030,228
0
0
null
null
null
null
UTF-8
C++
false
false
217
cpp
#include <QtWidgets/QApplication> #include <QtWidgets/QInputDialog> #include "main_window.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
[ "wibkwibk@gmail.com" ]
wibkwibk@gmail.com
78c64f8faefcd5bfc96ad11bb36cff0e0cf29823
47464aca81e6302b16ca6f85eaa70b1a2e5fda50
/Assignment 4/Problem5.cpp
7d1f967a4a6fd9fa3f48f019eb6521777a20b3c8
[]
no_license
ak2300941/CIS-17A
79afb6bfb5e547ca0c1c86abf5d345912729c365
1dc0535137bbced1278a93430b707c176b852643
refs/heads/master
2020-12-25T19:38:47.475385
2015-12-05T22:05:54
2015-12-05T22:05:54
19,469,311
0
0
null
null
null
null
UTF-8
C++
false
false
1,345
cpp
/* * File: Problem5.cpp * Author: Andrew Kim * Created on May 14, 2014, 10:21 AM * Problem 5 Implementation */ #include "Class5.h" #include <string> #include <iostream> using namespace std; Time::Time(){ hour=0; min=0; sec=0; } Time::Time(int h, int m, int s){ hour=h; min=m; sec=s; } ...
[ "akim27@student.rcc.edu" ]
akim27@student.rcc.edu
85878e0b23d77ea8af616af8cea178c59aa6b63e
a550ff2a385e7a7498c02ac831116e4ff38f2a1c
/c++ sol/CSES/Graph Algorithms/police_chase.cpp
d7af4eba8fe8588689b4cd716db94df3f6ecfe4b
[]
no_license
TausifIqbal/CPcode
28854eca64813bf01369ec553558a8cf87111537
23292111132752f4639037ebada288f338101e32
refs/heads/master
2023-04-07T19:38:52.373971
2021-04-13T23:11:36
2021-04-13T23:11:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,733
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <string.h> #include <queue> using namespace std; #define endl '\n' const int maxn = 500; int n, m; int graph[maxn][maxn]; pair<int, int> edge[2 * maxn]; bool visited[maxn]; long maxflow(){ int total = 0; int maxflow, maxloc; int flow[maxn], par[ma...
[ "super_j@att.net" ]
super_j@att.net
0e1bbf7b1caad7522aa1f50d6cd56db17cdcf568
044e0ac5ea2ccc56b25e23fd31e83692a08a7e9f
/matplotlib/matplotlib-1.0.0/agg24/include/agg_rasterizer_cells_aa.h
9d576bad1589f1fa8e00cd3efddd85b26ac33e2e
[]
no_license
dfwmountainbiker/python
fc517e561d072d40daaeb08e64a26bf804f7b37d
4c9d22f1a596576abf381eaedb21ece78543f732
refs/heads/master
2016-09-06T05:29:02.076712
2012-09-10T15:50:35
2012-09-10T15:50:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,847
h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all ...
[ "christopherbond@gmail.com" ]
christopherbond@gmail.com
9aa72049599b6a3c5068de077271ca51f52b0f8f
89eea3c4e5abd612d13ee8de20e4a3b15c098392
/binary.cpp
3f36cb49c86d0cb71e1eaaad2650f65adc61cb5c
[]
no_license
Davlatjon1/binary_tree_cpp
bdc15327ce4976d618feb6a319cae7641f410ab9
9c3f69ea8cbc60792a48351a2db5ebb1752ffd6d
refs/heads/master
2023-01-31T17:29:04.345277
2020-12-16T18:57:18
2020-12-16T18:57:18
321,740,872
0
0
null
null
null
null
UTF-8
C++
false
false
1,299
cpp
#include<iostream> #include<stdio.h> #include<stdlib.h> using namespace std; typedef int Data; typedef struct Node{ Data data; struct Node *left; struct Node *right; } Node; void tree_print(Node *tree); // pechat' dereva Node * tree_add(Node *tree, Data d); //dobavit' dannie void tree_print(Node *tree){ //pe...
[ "abdudavlat99@gmail.com" ]
abdudavlat99@gmail.com
e10dbc2088a347fb63248d93befc97e3b7596332
fa04d2f56c8d4ebfb931968392811a127a4cb46c
/trunk/Cities3D/src/StandardRules/StandardRules.bulkbuild.cpp
19d00a5bb05f6a4569c9ce2e749700fe3e58777f
[]
no_license
andrewlangemann/Cities3D
9ea8b04eb8ec43d05145e0b91d1c542fa3163ab3
58c6510f609a0c8ef801c77f5be9ea622e338f9a
refs/heads/master
2022-10-04T10:44:51.565770
2020-06-03T23:44:07
2020-06-03T23:44:07
268,979,591
0
0
null
2020-06-03T03:25:54
2020-06-03T03:25:53
null
UTF-8
C++
false
false
9,363
cpp
#include "stdwx.h" // This file must come first. #include "Strings.cpp" #include "AllowedName.cpp" #include "AllowedOption.cpp" #include "AroundTheBoardName.cpp" #include "AroundTheBoardOverview.cpp" #include "AroundTheBoardPortsName.cpp" #include "AroundTheBoardPortsOverview.cpp" #include "BankDataDevCards.cpp" #inc...
[ "saladyears@gmail.com" ]
saladyears@gmail.com
80d491e2b1279258870926461d0b8ff75838d18f
542eef51e099841b78650defffbbbc024692e851
/src/SPFD5408.h
40f72fe631019332a405a1a16cd0e79421064c7d
[]
no_license
paoloach/STM32LcdLibrary
fc47d39b54e4aca55fca67ef8da399fbaf7edc0a
505c410b0a07fce8aa7434783bbe4c0d46198474
refs/heads/master
2021-01-25T05:43:28.035942
2020-04-06T17:54:04
2020-04-06T17:54:04
80,660,876
0
0
null
null
null
null
UTF-8
C++
false
false
882
h
/* * SPFD5408.h * * Created on: 16 gen 2017 * Author: paolo */ #ifndef SPFD5408_H_ #define SPFD5408_H_ #include "Pins.h" #include "BaseAcccess.h" #include "GFX.h" class SPFD5408 { public: SPFD5408(); static LcdID readID(void); void begin(LcdID id); void reset(); void drawPixel(int16_t ...
[ "paolo.achdjian@skillbill.it" ]
paolo.achdjian@skillbill.it
d2bab10f4a4125e348f65febfb11ae3d23d07f60
973b9c9214ada7982cef0fbcafbdc95af33022e6
/online_oj/oj_compile.hpp
df5bcea51b4ee9dc78022ff1f35ef1d746de9df9
[]
no_license
Yfan133/project
081ef07f18d249d34320451c84b1bcee032a043a
71fc4067177ec2baf3253e817011ad16d9ffa061
refs/heads/main
2023-03-03T06:07:49.712062
2021-02-12T15:17:09
2021-02-12T15:17:09
337,007,648
0
0
null
null
null
null
UTF-8
C++
false
false
1,408
hpp
#pragma once // 编译运行代码,并处理结果 #include <jsoncpp/json/json.h> #include <iostream> #include <string> enum ErrorNo { OK = 0, PRAM_ERROR, // 参数错误 INTERNAL_ERROR, // 内部错误 COMPILE_ERROR, // 编译错误 RUN_ERROR // 运行错误 }; class Compiled { public: static void CompileAndRun(const Json::Value& Req...
[ "1157346001@qq.com" ]
1157346001@qq.com
4469152822b086b8cbd13c4e8fc7c3346c341bc2
1ca22c3dead23a2924f5b6aeb7e87abb33235ce4
/HexView/FindDlg.cpp
59e2d132cb2ff13e6b9f799e348ce1e044cdbea1
[]
no_license
bienhuynh/Big-Numbers
01379a31f32993e881f92d253a40bef539823cbf
54470c914bbceca91120a74ca139bca29a9f983e
refs/heads/master
2021-01-22T19:17:58.077391
2017-01-18T19:27:33
2017-01-18T19:27:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,626
cpp
#include "stdafx.h" #include "FindDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif CFindDlg::CFindDlg(SearchMachine &searchMachine, CWnd* pParent) : m_searchMachine(searchMachine) , CDialog(CFindDlg::IDD, pParent) { m_findWhat = searchMachine.getFindWhat().cstr(); m_timerIsRunning = false; m_waitCursorO...
[ "jesper.gr.mikkelsen@gmail.com" ]
jesper.gr.mikkelsen@gmail.com
3117b7aaaba68ae0b648e2b07c2a6d8bf298d4de
d99ab6e8586f76c6e6bdec1b2fba73e7d892f5e8
/ACM/SPOJ/HISTOGRAM2.cpp
a9fc9fedd9a2992422f94cc3465ca043d3e48024
[]
no_license
jindalshivam09/cppcodes
661d368c77793a0c8170397711c1eec9eeff1e27
c2913c4d3e144de7a0a60749b675e2f661d5b07b
refs/heads/master
2021-05-16T02:39:47.452998
2020-07-26T18:45:42
2020-07-26T18:45:42
23,185,118
1
0
null
null
null
null
UTF-8
C++
false
false
2,115
cpp
// C++ program to find maximum rectangular area in linear time #include<iostream> #include<stack> using namespace std; // The main function to find the maximum rectangular area under given // histogram with n bars int getMaxArea(int hist[], int n) { // Create an empty stack. The stack holds indexes of hist[] arra...
[ "jindalshivam09@gmail.com" ]
jindalshivam09@gmail.com
eb254620b8048e5da4f159a08518a0cc4bc0c92c
e85462936b65e5478fcd0ca0e2a1128df422dde0
/Rhythm-Game/helper.cpp
e350d6599cb39c8b24db21cf3dcac22f7002924c
[]
no_license
diammen/Rhythm-Game
f42bef34c1395069bc27d5ebd23499f262039f78
642b3087011df4004d87da2e471540a7da935962
refs/heads/master
2020-03-31T01:30:13.680326
2019-08-21T19:53:21
2019-08-21T19:53:21
151,784,002
1
0
null
null
null
null
UTF-8
C++
false
false
1,175
cpp
#include "helper.h" vector<note> vReadFile(string filePath) { using namespace std; // open song file fstream songFile; songFile.open(filePath, ios_base::in); if (!songFile.is_open()) { CloseWindow(); } int size = 0; string buffer; // read note number from file songFile >> size; vector<note> notes; ...
[ "marcelnamdao@gmail.com" ]
marcelnamdao@gmail.com
79ab046f4bea5773c971385473ee62068e5de35d
17fc32044652e3e45ba026827103214f84f39d71
/Vehicle/Suv.cpp
b45a3f8096a6bc41ec56796c1e5433471b97f78d
[]
no_license
kirtimanmishra/VehicleRental
f6d21101c0555bafe1a57e659c3ce4dc6b5e02b3
0b8967059496f9432526c675c961402321dc8075
refs/heads/main
2023-08-22T15:09:37.625187
2021-10-08T04:51:03
2021-10-08T04:51:03
411,304,785
0
0
null
null
null
null
UTF-8
C++
false
false
207
cpp
#include <bits/stdc++.h> #include "Vehicle.cpp" #pragma once using namespace std; class Suv : public Vehicle { public: Suv(string licenceNumber, int barCode) : Vehicle(licenceNumber, SUV, barCode) {} };
[ "mishrakirtiman24@gmail.com" ]
mishrakirtiman24@gmail.com
2824fe4c6a3757c2030dd582522532c6fcf6f89b
e484fee1e913699a0ecc70cbb5d66a8b9ca3d178
/fix_temp_berendsen.cpp
9182b423886e8b14cbffd0c03907d8f37f587761
[]
no_license
hhuangae/liggghts-src
1262b3e86b4146f2e6060c84a6d2cc76f8ff9985
4ef8da6674da942d5b47e2ec545bd6b20db3af47
refs/heads/master
2020-04-10T15:37:09.733744
2012-03-12T15:15:07
2012-03-12T15:15:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,171
cpp
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
[ "sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa" ]
sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa
f212ac24a70d597aa87052e3addc9cac114bb13b
01b0293c16e409a7f151b0738349be6c05b92209
/Enkel.Compiler/src/call_visitor.cpp
8c6c1681ca119efd25eec2b1871f0c6187681542
[]
no_license
maddnias/EnkelScript
fcd4087d3a9b2e63ec78c54d3f4f310ca3779f24
0e9162fc409dd9722b2c8e75a231646f03e1071a
refs/heads/master
2021-03-27T11:54:24.827193
2018-04-28T17:30:23
2018-04-28T17:30:23
97,603,335
4
0
null
null
null
null
UTF-8
C++
false
false
1,166
cpp
#include "stdafx.h" #include "call_visitor.h" #include "enkel_runtime.h" using namespace std; namespace enkel { namespace runtime { call_visitor::call_visitor(enkel_runtime &rt, compiler::func_decl_node &targetFunc) : exec_visitor(rt), mTargetFunc(targetFunc), mRecursive(false) { } call_visitor::...
[ "ubbelolhf@gmail.com" ]
ubbelolhf@gmail.com
222db681f476d29c36a24b7d750f03b3dbb2dc09
36184239a2d964ed5f587ad8e83f66355edb17aa
/.history/hw3/ElectoralMap_20211017142600.cpp
e1ad09f456d2428d994306f5fb0b948540ca5801
[]
no_license
xich4932/csci3010
89c342dc445f5ec15ac7885cd7b7c26a225dae3e
23f0124a99c4e8e44a28ff31ededc42d9f326ccc
refs/heads/master
2023-08-24T04:03:12.748713
2021-10-22T08:22:58
2021-10-22T08:22:58
415,140,207
0
0
null
null
null
null
UTF-8
C++
false
false
6,733
cpp
#include<iostream> #include<map> #include<set> #include<random> #include<time.h> #include<stdlib.h> #include"ElectoralMap.h" #define num_district 3 #define num_enum 4 //int Candidate::id = 0; int ElectoralMap::count_district = 0; int Election::ids = 0; int Election::party_one_active = 0; int Election::party_two_act...
[ "70279863+xich4932@users.noreply.github.com" ]
70279863+xich4932@users.noreply.github.com
7b9be8bbb74071b182dc6a5b0da8d514b8e3a8f7
65344b6804428bdcdec8123bc3761f9642442851
/src/Cargo.cpp
b77b565d271ba520710a1b3eba034c81924274c6
[]
no_license
rlf23240/TLM_Thesis
15829d4171d64fb812f344afbc38abeb5832db3f
a8fea285b55e0abd0cc0c1c5178d6f4343c0a069
refs/heads/master
2022-04-29T15:25:14.446655
2019-10-13T02:58:05
2019-10-13T02:58:05
215,958,411
0
0
null
2019-10-18T06:45:07
2019-10-18T06:45:07
null
UTF-8
C++
false
false
1,128
cpp
#include <ostream> // // Created by Ashee on 2019/6/18. // enum cargo_type{only_air, only_sea, air_both, sea_both}; struct Cargo{ Cargo(char departure, char destination, int start_time, int arrive_time, int volume, int weight, cargo_type type) : departure(departure), destination(destination), start_ti...
[ "tim956956a@gmail.com" ]
tim956956a@gmail.com
60d94d598c187abe3062fc6d474e9854f924fd87
1bfd698b2c1f5760734dc42632fe54c65a286086
/IfcPlusPlus/src/ifcpp/IFC4/include/IfcStructuralSurfaceAction.h
f16428606bcaf068c6d30d33d80228ea2273709d
[]
no_license
wartburgritter0/old_IfcPlusPlus
c0bd0b784396c100d0d96fc7af6146a0325a9e1b
d0f9d81462b295990d3eb83c9c406d520840330e
refs/heads/master
2021-05-27T21:54:14.456425
2014-06-03T21:23:14
2014-06-03T21:23:14
19,681,159
1
0
null
null
null
null
UTF-8
C++
false
false
4,498
h
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * in...
[ "fabian.gerold@gmail.com@06f6d6f3-f2e0-f239-6e86-ba6a5d17d3a5" ]
fabian.gerold@gmail.com@06f6d6f3-f2e0-f239-6e86-ba6a5d17d3a5
3a491d6007a4f514d828ed808db389558f2855a2
3f59413339a744fc43a1b122f80891d04b64fcf2
/Homework1/src/TakeStep.cpp
14e160d5425164ada89a14925ac62f2767d2b3ca
[]
no_license
Jmiceli17/ASEN5519
14642737e97999eee78316985f38dd086bfd2a7f
8c1aa955c85f1d3e5f3c0365c6e1f9681ddc0628
refs/heads/main
2023-07-17T13:26:20.494670
2021-08-28T19:33:34
2021-08-28T19:33:34
302,205,564
0
0
null
null
null
null
UTF-8
C++
false
false
597
cpp
#include "TakeStep.hpp" // std::vector<double> TakeStep(std::vector<double> init_position, std::vector<double> direction_vector, double step_size) void TakeStep(std::vector<double> &position, std::vector<double> direction_vector, double step_size) { std::vector<double> step_vector(direction_vector.size()); std:...
[ "joe.miceli8@gmail.com" ]
joe.miceli8@gmail.com
f5afbe972bd38b547202ef91b22b3bb872203cc7
e7dc148001d4a8a9c65a526f012eb34c23bed371
/API_FrameWork/Zorder.cpp
a6aeca3c44f45c9b8acce083b41918066063da2d
[]
no_license
12tg12tg/katanaZERO
466255c89d298cc4c23ae01d7d5b384efe21c535
3637a34d7653aadc467ac5f6911206469a142678
refs/heads/main
2023-07-31T13:19:52.661323
2021-08-29T06:22:09
2021-08-29T06:22:09
398,959,693
0
0
null
null
null
null
UHC
C++
false
false
23,701
cpp
#include "framework.h" #include "Zorder.h" void Zorder::release() { _vZorder.clear(); } void Zorder::ZorderRender(image* img, float z, float bottom, int destX, int destY) { tagZorder _zo(IMG_NOMAL, img, z, destX, destY); _zo.bottom = bottom; _vZorder.push_back(_zo); } void Zorder::ZorderRender(image* img, ...
[ "12tg@naver.com" ]
12tg@naver.com
823f193feb91e73a8766c33fec6ca961861e37e6
1ac739e73f504b88275bf3a2ce7f6649c4736331
/SDK/ANAREA_MovieScene_parameters.hpp
4fa3ea41e863009ee8732a971ce396a315e298ca
[]
no_license
frankie-11/ANAREA-SDK
d6a0974a72ecf75fc016849883d9118791956e7c
b49808b7e1c33afead53c577f88ab7ff89aa993e
refs/heads/master
2022-12-01T06:52:19.732996
2020-08-16T16:13:38
2020-08-16T16:13:38
287,978,810
1
0
null
null
null
null
UTF-8
C++
false
false
19,127
hpp
#pragma once // ANAREA (4.24) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------------------------- // Function MovieScene.Mov...
[ "60810131+frankie-11@users.noreply.github.com" ]
60810131+frankie-11@users.noreply.github.com
12e05a8dcdc3a22d4cc55e1d02ebacf92246b2ed
0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd
/chrome/browser/chromeos/smb_client/smb_errors_unittest.cc
d0c2e01103f903a132d5320139752f41de2e31a5
[ "BSD-3-Clause" ]
permissive
yachtcaptain23/browser-android-tabs
e5144cee9141890590d6d6faeb1bdc5d58a6cbf1
a016aade8f8333c822d00d62738a922671a52b85
refs/heads/master
2021-04-28T17:07:06.955483
2018-09-26T06:22:11
2018-09-26T06:22:11
122,005,560
0
0
NOASSERTION
2019-05-17T19:37:59
2018-02-19T01:00:10
null
UTF-8
C++
false
false
8,829
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/smb_client/smb_errors.h" #include "base/files/file.h" #include "chromeos/dbus/smbprovider/directory_entry.pb.h" #includ...
[ "artem@brave.com" ]
artem@brave.com
14572b3dce1cdeb8a3643beadab35d985d05e9b1
6bfd15ea297e83f11fbe8bdf793a74153b6c217f
/newcode/longestsubstring.cpp
f1fbee79310e845c95f30c646332958a99d1ea05
[]
no_license
mophy1109/code_learning
75130238c710dc85f8ee76c7ae72e02650ae469a
8836cd49982ffa1e9504b90c25877ae0ef4e1c60
refs/heads/master
2020-03-16T17:36:46.323511
2018-09-10T11:07:36
2018-09-10T11:07:36
132,840,100
0
0
null
null
null
null
UTF-8
C++
false
false
598
cpp
#include <bits/stdc++.h> using namespace std; int main(int argc, char const *argv[]) { string str; cin >> str; int a[256]; memset(a, 0, sizeof a); int s = 0, e = 0; int maxval = 0; for(e = 0; e<str.length();e++){ if(a[str[e]] == 0){ a[str[e]]++; // cout << ...
[ "xxqqxx930519@gmail.com" ]
xxqqxx930519@gmail.com
a887e55afa12df9c6873c9c522b1792b78258b90
4e239204fdcb9037541cbf154b4b2372c11e75b3
/Number Theory/triangle-solution.cpp
2ea66aeb7830d2b326f66ce3b38b1627a272cbe2
[]
no_license
xiaoshua/Template
322902b804570486fd3df44000670a3532691ef1
4ed0d9718e6d90489d600d7d5823b3f99fe6a149
refs/heads/master
2020-04-07T07:29:33.183122
2019-11-28T06:25:56
2019-11-28T06:25:56
16,245,443
0
0
null
null
null
null
UTF-8
C++
false
false
1,624
cpp
#include <cmath> #include <iostream> using namespace std; int gcd(int a, int b) { while (a && b) { if (a > b) { a %= b; } else { b %= a; } } return a + b; } /* * https://github.com/nayuki/Project-Euler-solutions/blob/master/java/p139.java * Pythagorean tri...
[ "momei@wacai.com" ]
momei@wacai.com
ba4e6f1d213faf27c62d511f0f9855b3067b2011
0f0df7351c29d0ec9178afb44225c84d6e28ccd6
/gdcm/gdcm-2.0.16/Examples/Cxx/ClinicalTrialAnnotate.cxx
4afd350b9519cced0d5523a1d9d3d589682dbb7e
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
gbook/miview
070cde96c1dfbc55ea6ff8f3a87bf7004c4862e2
eea025e8e24fdd5e40986ee42eb8ea00e860b79a
refs/heads/master
2021-01-10T11:16:50.802257
2015-07-16T19:44:45
2015-07-16T19:44:45
36,947,429
1
0
null
null
null
null
UTF-8
C++
false
false
2,861
cxx
/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Module: $URL$ Copyright (c) 2006-2010 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is dist...
[ "gregory.a.book@gmail.com" ]
gregory.a.book@gmail.com
b1532c3f0a21486dc8c8fa3430ae76f18a729db2
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/cppcheck/2018/12/testvalueflow.cpp
ef6308a982401aaf89a9cf190023d32e16d727f4
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
132,537
cpp
/* * Cppcheck - A tool for static C/C++ code analysis * Copyright (C) 2007-2018 Cppcheck team. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
fec54d17a931be8e3e5365d55982497a3cb59847
c6d3b8562fa963f36be7f8abb5fbd90eda787032
/Source/YangDataStructure/Public/YangDataStructure.h
de19b3397f226ec492be04430b7781e2384a79f9
[]
no_license
renkin4/BinaryTreeTemplate
ab4c2e0464916a2b9a8ce2ef6c4197da04790caa
08a56dddc01821e1a62ba72a673c092c1c484dce
refs/heads/master
2020-03-28T20:46:23.859518
2018-09-18T14:08:47
2018-09-18T14:08:47
149,100,549
0
0
null
null
null
null
UTF-8
C++
false
false
329
h
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Modules/ModuleManager.h" class FYangDataStructureModule : public IModuleInterface { public: /** IModuleInterface implementation */ virtual void StartupModule() override; virtual void ShutdownModule() over...
[ "yangah9991@gmail.com" ]
yangah9991@gmail.com
b4b4943f63a3bba9b6e499eecb82fe95ba9f133b
e90dce402ed32a67ce7b0469d784571e1b557b0b
/Tema9/Ejercicio2/solucion2.cpp
6f04968a8eb2eca8827d371e70ab8401bb4c2420
[]
no_license
Trifido/Practicas-FP
19928b5df68c8ca764d69c86a1ce819f95a0d656
2d045ea3437b54138b19827e2d2fc5c679fe97d6
refs/heads/master
2021-01-17T16:19:18.984025
2016-09-22T10:07:03
2016-09-22T10:07:03
68,908,770
0
0
null
null
null
null
UTF-8
C++
false
false
1,548
cpp
/* Metodo Modifica */ #include <iostream> using namespace std; class MiVectorCaracteres{ private: static const int TAMANIO= 50; char vector_privado[TAMANIO]; int total_utilizados; public: MiVectorCaracteres() :total_utilizados(0) { } int Total...
[ "vicentemartinezrodriguez@gmail.com" ]
vicentemartinezrodriguez@gmail.com
0f4daa6823693b3beaf3b77ef6fa7edc25d06f50
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/third_party/blink/renderer/core/animation/pending_animations.h
010ccffb26f5ee3691f4b0f558b39d5826fcd518
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
5,079
h
/* * Copyright (C) 2013 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
bf52622f9fa60b73b0630eeb9fadfe6daffd8e4d
0ef00c7bc856d8c5f1711a43a3c9b932fd80ceba
/tEndian.h
e959168fce73430949e91a6b7ebaee8a834de811
[ "MIT" ]
permissive
skyformat99/endian-template
030e857735ea44b7528711a67752b56627dff483
5849ae0393fd6d32f035a9c89bb0ed8b1359c422
refs/heads/master
2020-12-28T08:31:20.691964
2016-02-26T15:44:16
2016-02-26T15:44:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,223
h
/* Endian Template by Terence J. Grant (tjgrant@tatewake.com) Work with big endian and little endian types in C++ without ever calling a conversion function. The MIT License (MIT) Copyright (c) 2012-03-09 Terence J. Grant (tjgrant@tatewake.com) Permission is hereby granted, free of charge, to any person obtain...
[ "tjgrant@tatewake.com" ]
tjgrant@tatewake.com
ed1d166137b18dc5c7fc356b3761691bf577698a
d6277591f92c4d021bee86f4532d87556922783c
/codes/uva/357.cpp
dc7b6767efecd76aed79311b129d9b8c46e05e76
[]
no_license
masterchef2209/coding-solutions
83a1e8083f7db7f99ca16c9a8a584684f2ad8726
48c7aa127e2f2353cc18cf064fbd5b57875c1efa
refs/heads/master
2021-05-26T06:02:53.579607
2020-04-25T21:23:56
2020-04-25T21:23:56
127,779,581
0
0
null
null
null
null
UTF-8
C++
false
false
1,902
cpp
/*Read the problem carefully before starting to work on it*/ #include <bits/stdc++.h> //#include <boost/multiprecision/cpp_int.hpp> //using namespace boost::multiprecision; //#include <ext/pb_ds/assoc_container.hpp> //#include <ext/pb_ds/tree_policy.hpp> using namespace std; //using namespace __gnu_pbds; typedef lo...
[ "huk2209@gmail.com" ]
huk2209@gmail.com
b011ff317526cc9e7ffe66110e1ee1113f28fa63
02e91fbc85a6d90675a9b285862e9bfddfb9bc20
/RPC/RPC 07 - 2016/sweet.cpp
9fb17353ad2cc17b910273a50ad83fa0beaeb8a8
[]
no_license
UTP-TriforceX/Competitions
43d44cfc6fb08da545c88dcc1a06a1c73c51664e
de40cd62e98831ac74e39e7fdc3db94667597aaf
refs/heads/master
2021-01-21T22:10:34.418405
2016-10-22T16:52:31
2016-10-22T16:52:31
47,049,899
1
0
null
2016-10-22T16:52:31
2015-11-29T04:29:14
C++
UTF-8
C++
false
false
364
cpp
#include <bits/stdc++.h> using namespace std; int main() { long long cant = 0, in; int i = 1; while (cin >> in and in) { cant += in; if (cant >= 50) { if ((cant / 50) > 1) { cout << "Input #" << i << ": Totally Sweet!" << endl; } else { cout << "Input #" << i << ": Sweet!" << endl; } c...
[ "sebas_tian_95@hotmail.com" ]
sebas_tian_95@hotmail.com
57720988f213663fb1c18ec549908c9550d93cf5
58ebfb9d00b398254ef5cb5f37bf15b7846b8099
/IftttSample/widget.h
1be7dd95f0da4b0f9e2f0d8c2b00a9827655da2f
[]
no_license
argama147/qiita-IftttSample
434c64eb6956232334b757da28ff321854d7d943
ad5758756f8ffd7622c043b99574ecee2aae337d
refs/heads/master
2020-03-15T20:19:56.560692
2018-05-07T11:56:51
2018-05-07T11:56:51
132,330,170
0
0
null
null
null
null
UTF-8
C++
false
false
398
h
#ifndef WIDGET_H #define WIDGET_H #include <QWidget> class IftttAccessManager; namespace Ui { class Widget; } class Widget : public QWidget { Q_OBJECT public: explicit Widget(QWidget *parent = 0); ~Widget(); private slots: void on_pushButton_clicked(); private: Ui::Widget *...
[ "argama147@gmail.com" ]
argama147@gmail.com
a1acaddd059069a56fea663a206c40f3637a27d9
1dbf007249acad6038d2aaa1751cbde7e7842c53
/live/include/huaweicloud/live/v2/model/ListUpStreamDetailRequest.h
695f97619ef762a19f47bc76206002bc4ec19fd6
[]
permissive
huaweicloud/huaweicloud-sdk-cpp-v3
24fc8d93c922598376bdb7d009e12378dff5dd20
71674f4afbb0cd5950f880ec516cfabcde71afe4
refs/heads/master
2023-08-04T19:37:47.187698
2023-08-03T08:25:43
2023-08-03T08:25:43
324,328,641
11
10
Apache-2.0
2021-06-24T07:25:26
2020-12-25T09:11:43
C++
UTF-8
C++
false
false
2,992
h
#ifndef HUAWEICLOUD_SDK_LIVE_V2_MODEL_ListUpStreamDetailRequest_H_ #define HUAWEICLOUD_SDK_LIVE_V2_MODEL_ListUpStreamDetailRequest_H_ #include <huaweicloud/live/v2/LiveExport.h> #include <huaweicloud/core/utils/ModelBase.h> #include <huaweicloud/core/http/HttpResponse.h> #include <string> namespace HuaweiCloud { n...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
4e03094232365806e5a22570c58e03122925855f
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-devicefarm/include/aws/devicefarm/model/CreateProjectResult.h
a21eabf89c9fe96b9627f207890a8517efbf357f
[ "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,206
h
/* * 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
a63a2bcc91149a848725e4f3bc8bba642ff6962f
00b3089bddb86536c006a8a96bf72993245f1ee2
/test/ryu/d2s_test.cpp
2717e48399fd97ccbe3ede3866fc97f40eb60fd1
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
Vicfred/json
c6578ef69fd41c3c6891844f72a41b1ce043eb4b
ef48831ab35cfd7de6ab7d4395091e9481ccf403
refs/heads/master
2020-09-22T13:54:16.293567
2019-11-23T02:24:26
2019-11-30T18:54:24
225,228,169
1
1
BSL-1.0
2019-12-01T20:44:49
2019-12-01T20:44:48
null
UTF-8
C++
false
false
10,869
cpp
// Copyright 2018 Ulf Adams // // The contents of this file may be used under the terms of the Apache License, // Version 2.0. // // (See accompanying file LICENSE-Apache or copy at // http://www.apache.org/licenses/LICENSE-2.0) // // Alternatively, the contents of this file may be used under the terms of // the...
[ "vinnie.falco@gmail.com" ]
vinnie.falco@gmail.com
032295f286e0c0b530e11d78b701dae9b2036860
02624243eaaaf12aa2e832b89a3b608f5ff7ca13
/main.cpp
db28e2303b93f7117e8122c20d5d52be800c70b9
[]
no_license
madhok/PatientRecord
9f24ddb214bb6aa66435ee2ab52529f74690d2e1
05439ec39d645b0c1bc897f0d113bf507c672d7a
refs/heads/master
2021-01-22T10:08:33.144886
2013-10-25T23:37:27
2013-10-25T23:37:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
684
cpp
#include <iostream> #include "patientRecord.h" using namespace std; int main() { patientRecord obj; cout << "Press 1 - to search patient records" << endl; cout << "Press 2 - to add new patient" << endl; int val = 0;; cin >> val; if(val < 1 && val >2) { cout << "Wrong entry" << endl; retu...
[ "madhok@madhok-E6430.internal.synopsys.com" ]
madhok@madhok-E6430.internal.synopsys.com
3b930074c4ff5843e364fe467e2c2b8665393b55
35aed4b474853b415632d473d38fbf629258596f
/ncsdk/src/main/jni/externalLibs/include/common/objectarray.h
2a6f05b55a83fb1d28170a6f9563e12cf08587c6
[]
no_license
saki4510t/MovidiusTest
1ecdcd712dc66745ee5733b98fbb4b4f705082b6
bd5e2f4c00c6d6db7d429592714427661058938b
refs/heads/master
2020-04-07T14:20:27.950329
2018-11-27T07:32:26
2018-11-27T07:32:26
158,443,276
0
0
null
null
null
null
UTF-8
C++
false
false
2,656
h
/* * aAndUsb * Copyright (c) 2014-2018 saki t_saki@serenegiant.com * Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0) License. * License details are in the file license.txt, distributed as part of this software. */ #ifndef OBJECTARRAY_H_ #define OBJECTARRAY_H_ #include "utilbase.h...
[ "saki4510t@gmail.com" ]
saki4510t@gmail.com
2a1bed87f1894701f4434950fe5049a837e44fdf
bd6eaefa3b660b5a7b31cff0aca364646d2ca13b
/Happy_Birthday.ino
ca17dc82ec4742d18f88b36b73588bea20133410
[]
no_license
FrogletApps/Happy_Birthday
9026f28163aeca5f98800f11f47cdd1971aecb35
5aacdec909bc67e8d0eece03b0d5b54162256af0
refs/heads/master
2021-05-13T23:46:07.892496
2018-01-07T00:16:54
2018-01-07T00:16:54
116,525,235
0
0
null
null
null
null
UTF-8
C++
false
false
2,647
ino
void setup() { // put your setup code here, to run once: pinMode(2, OUTPUT); pinMode(3, OUTPUT); pinMode(4, OUTPUT); pinMode(5, OUTPUT); pinMode(6, OUTPUT); pinMode(7, OUTPUT); //for the buzzer #define Buzzer 2 //for note indicators #define RedLED 3 #define YellowLED 4 #define GreenLED 5 #define Red2LED 6 #define ...
[ "james_pearson@outlook.com" ]
james_pearson@outlook.com