blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
75cec21bd7e003f5ce6154ceaad3ec9adcc080d4
5dbdcc8d8334dcfaf0dd37fe0acb5e2d0c50d478
/Project1/TestExec/TestExec.cpp
7e3ec77edb2230bff7207519940f98bd2b8d8373
[]
no_license
gsatish90/Tokenizer
d45cdbc61e51918c16659ba6daf697460b8cf34e
3d664831f14245a1ce74e077c69664beaeec4527
refs/heads/master
2021-01-20T00:37:47.096210
2017-04-23T19:15:04
2017-04-23T19:15:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,732
cpp
#include "TestExec.h" #include "../Tokenizer/Tokenizer.h" #include "../SemiExp/SemiExp.h" #include "fstream" #include "iostream" /////////////////////////////////////////////////////////////////////// // TestExec.cpp - demonstrates requirements for Tokenizer and // // SemiExpression ...
[ "noreply@github.com" ]
noreply@github.com
f66fe6cb1b7df39c9a41dfb1775863dfe5dd489a
a6dc009415eb5960462284adc5bac17dd7af95ca
/cpp/4_lambda.cpp
cedc31bb4402a82ec29b1ad27caeb0529437d5bd
[]
no_license
axayjha/multithreading
6e7e5d14c997db5dfeb81daa16568fd1cb27318c
a837e8d32d7a709bbb636c672a3900c58dc81cea
refs/heads/master
2022-09-01T07:59:45.881532
2020-05-28T05:00:15
2020-05-28T05:00:15
266,749,795
0
0
null
null
null
null
UTF-8
C++
false
false
509
cpp
// Thread creation using lambda function #include <iostream> #include <thread> #include <chrono> #include <algorithm> using namespace std; using namespace std::chrono; int main() { // auto fun = [] (int x) { // while (x --> 0) { // cout << x << endl; // } // }; // std::thread...
[ "akshayjha@live.in" ]
akshayjha@live.in
185c3f562b9da2d997fea6fd63e465ef3249e1b4
db51f15d0258bf9eb31be22107769ba8a07ea897
/MFCApplication_29.06.2021/MFCApplication/MFCApplication/CParentDlg.h
52a455ff0cc21e800861de85089a0cf0a4674dff
[]
no_license
teodora2537/DiarySchool
066144148cc56c94ba4320797ee5769e0053519e
3066a686186dbb36175a087f76220c32d8ca4ecb
refs/heads/main
2023-06-20T11:39:38.016711
2021-07-23T12:09:51
2021-07-23T12:09:51
337,241,506
0
0
null
null
null
null
UTF-8
C++
false
false
861
h
#pragma once #include <list> #include "Student.h" // CParentDlg dialog class CParentDlg : public CDialogEx { DECLARE_DYNAMIC(CParentDlg) public: CParentDlg(CParentData& oParent, const DialogMode eMode); // standard constructor virtual ~CParentDlg(); // Dialog Data #ifdef AFX_DESIGN_TIME enum {...
[ "noreply@github.com" ]
noreply@github.com
614f270f92edb2927e735d1f75972961d0d4efaa
3e1681991b304fc007b75bb7d870f96a65e1ac28
/C++/test300.cpp
07ccac06be015cb354b861195084cd6a8f4cfd08
[]
no_license
naveenls/Competitive-Coding
8306d7e04f27ad91cd6956cceea2bae83c8ad33a
f59189a5d9e7ffa505a4bb8d3560d66b35be5aca
refs/heads/main
2023-03-21T14:56:06.206429
2021-03-17T18:34:16
2021-03-17T18:34:16
340,908,452
0
0
null
null
null
null
UTF-8
C++
false
false
960
cpp
#include<bits/stdc++.h> using namespace std; int n,m; const int maxN=500; string arr[maxN]; bool col[maxN][maxN]; vector<char> type; vector<pair<int,int> > seq; int r_i,r_j; void dfs(int i,int j) { if(i<0 || i>=n || j<0 || j>=m) return; if(arr[i][j]=='#' || col[i][j]) return; col[i][j]=1; type.push_...
[ "naveenrocks62@gamil.com" ]
naveenrocks62@gamil.com
0b57a5cf31f7797f2bf44e63519d172d01e6c06d
046ccce3543f93896ce595c44a343c210353e397
/CheckSumOfSquareNumbers/check_sum_of_square_numbers.cpp
5cd47277a210fc08cd25a8d33e529acf9fa6fbbf
[]
no_license
suzyz/LintCode
06e964c6abd0e615fcf40365767de8d4e4e35093
d575bf0482e5f74adb7065cf6997acfa8f46f124
refs/heads/master
2021-09-26T22:08:49.362562
2018-11-03T10:17:10
2018-11-03T10:17:10
104,197,868
0
0
null
null
null
null
UTF-8
C++
false
false
400
cpp
class Solution { public: /* * @param : the given number * @return: whether whether there're two integers */ bool checkSumOfSquareNumbers(int num) { int l = 0, r = sqrt(num); while (l <= r) { int tmp = num - l*l; if (tmp == r*r) return true; else if (t...
[ "suzyzhang0@gmail.com" ]
suzyzhang0@gmail.com
714d09ef953cfcf98e705cdcb9e8c37080d71f10
e67e08afcc072261bde2d919e1f8eb854281f35e
/gdal/frmts/georaster/georaster_wrapper.cpp
8b8fececcd674c5874739a4f185e66b8de9905d8
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-info-zip-2005-02", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "MIT", "SunPro" ]
permissive
ShinNoNoir/gdal-1.11.5-vs2015
3b6e1eb2fa8a5163880e3c523dc547b2867274df
5d544e176a4c11f9bcd12a0fe66f97fd157824e6
refs/heads/master
2021-08-28T15:51:25.491557
2021-08-13T12:57:57
2021-08-13T12:57:57
78,644,486
3
0
null
2017-01-12T09:39:54
2017-01-11T14:02:24
C++
UTF-8
C++
false
false
128,135
cpp
/****************************************************************************** * $Id: $ * * Name: georaster_wrapper.cpp * Project: Oracle Spatial GeoRaster Driver * Purpose: Implement GeoRasterWrapper methods * Author: Ivan Lucena [ivan.lucena at oracle.com] * ******************************************...
[ "ivan.lucena@pmldnet.com" ]
ivan.lucena@pmldnet.com
6f8b42c348f5cb45c167c6b4a04d7b01911b8f7d
43d947015f83ac37b83e88a4a269ea16f6ef2eb8
/Source/uiandmain.cpp
25d12fec279794e9d067cd8e5ce6263588b1d698
[ "MIT" ]
permissive
sagniknitr/LearnCV
82776c16c4c08dbe133f14f96fd56f7a1cac667f
26121d662c7e5b3f21e97bdff180803d187a1f9f
refs/heads/master
2022-11-25T23:54:44.898844
2020-07-26T17:29:55
2020-07-26T17:29:55
272,451,254
4
0
null
null
null
null
UTF-8
C++
false
false
20,545
cpp
#include "learncv.h" #include "parameters.h" #include "setparameters.h" #include "ui_learncv.h" #include "ui_setparameters.h" #define junk -1001 #include <QFileDialog> //#include <QMessageBox> bool camstarted = false; // if start camera is pressed or video is loaded bool imageloaded = false; bool videoloaded = false;...
[ "basusagnik1995@gmail.com" ]
basusagnik1995@gmail.com
f1881b2335d59ab8466ba9e7216ffc0233241d33
e9c02bb0df7ad3a928cf7c97b8294451eaa8dbc8
/graph-source-code/129-C/866959.cpp
e2356fbe9469ab9c8425d9c46bd107f4bfd8837a
[ "MIT" ]
permissive
AmrARaouf/algorithm-detection
b157a534545fa8920bbe94e7307d4b937a74aa60
59f3028d2298804870b32729415d71eec6116557
refs/heads/master
2021-01-13T14:37:04.074339
2015-12-06T21:14:31
2015-12-06T21:14:31
45,905,817
0
0
null
null
null
null
UTF-8
C++
false
false
2,673
cpp
//Language: GNU C++ //============================================================================ // Author : LAM PHAN VIET // Online Judge : // Problem Name : // Time Limit : .000s // Description : //============================================================================ #include <algorithm> #...
[ "amr.abdelraouf93@gmail.com" ]
amr.abdelraouf93@gmail.com
9de22571dd9bcc260132d4e0fbb5cf7d0e9f8dfd
dd949f215d968f2ee69bf85571fd63e4f085a869
/subarchitectures/place.sa/trunk/src/c++/tools/sequentialadaboost/features/feature34.cpp
fc85791ada93d5e3dddf633a1db8b19c7f484944
[]
no_license
marc-hanheide/cogx
a3fd395805f1b0ad7d713a05b9256312757b37a9
cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95
refs/heads/master
2022-03-16T23:36:21.951317
2013-12-10T23:49:07
2013-12-10T23:49:07
219,460,352
1
2
null
null
null
null
UTF-8
C++
false
false
1,638
cpp
//----------------------------------------------------------- // feature 34: // gaps (f_30)/ (number_of_beams - 1) // type 34 // // oscar martinez //----------------------------------------------------------- #include "feature30.h" #include "feature34.h" #include <math.h> #include <iostream> using namespace osca...
[ "pronobis@9dca7cc1-ec4f-0410-aedc-c33437d64837" ]
pronobis@9dca7cc1-ec4f-0410-aedc-c33437d64837
6aa1884dc70a905e0ad3bfa943081221efc4a474
b7bdd8036e0577d3e5f3e489e70b9d4b7a85dd72
/Word Ladder.cpp
096c087ee1078240ddcba0cd880671afa8d072d4
[]
no_license
AkmElias/LeetCodes
0c6a11a561ad0569c7086bbd4d26691b442c381b
844bd46272c266e33d8cb095bd4cf80d1936abdc
refs/heads/master
2020-08-01T03:35:17.623524
2019-11-04T16:36:19
2019-11-04T16:36:19
210,847,791
0
0
null
null
null
null
UTF-8
C++
false
false
1,038
cpp
class Solution { public: int ladderLength(string beginWord, string endWord, vector<string>& wordList) { unordered_set<string> dict(wordList.begin(), wordList.end()); queue<string> todo; todo.push(beginWord); int ladder = 1; while (!todo.empty()) { int n = todo.si...
[ "noreply@github.com" ]
noreply@github.com
f2c859a0841f0aef5a93a6cca5abdf51e462600a
8aecd7b63aab09d5eda3a035da9da606c68b4d69
/0103.cpp
6155f34fa2d3434082dbd93210df1ca9decf87c0
[ "Apache-2.0" ]
permissive
lazyparser/leetcode
8b6d417d2e5b31daef2ea0f3de44d0ac1005d780
aa720505e7eade55bab83bce5f62bec4a20cc22c
refs/heads/master
2021-01-18T23:25:58.060286
2017-12-04T13:37:12
2017-12-04T13:37:12
29,648,404
2
1
null
null
null
null
UTF-8
C++
false
false
1,164
cpp
/** * Definition for binary tree * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: vector<vector<int> > zigzagLevelOrder(TreeNode *root) { vector<vector<TreeNode*> > p; v...
[ "lazyparser@gmail.com" ]
lazyparser@gmail.com
333f263d7462f22dd718f12dff5157be1467669a
e2400461ad0ee9db8a85a30c811e47d30e16e1c8
/seleniumtestcases-qa/seleniumtestcases-qa/src/main/resources/firefox/win64/firefox-sdk/include/nsIPaymentFlowInfo.h
7a797a4800897bca06709eae24051898785817b2
[]
no_license
pratikcactus/Insights
720a00187858bbca5b2d8cc36aee23e50c74efbc
0c3178a50d60ba4c14a07f6515a84f0ce22cdc8e
refs/heads/master
2021-01-19T14:48:56.139872
2018-01-23T07:12:47
2018-01-23T07:12:47
100,924,200
0
0
null
null
null
null
UTF-8
C++
false
false
7,456
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\nsIPaymentFlowInfo.idl */ #ifndef __gen_nsIPaymentFlowInfo_h__ #define __gen_nsIPaymentFlowInfo_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTABLE #de...
[ "pratik.sidam@cactusglobal.com" ]
pratik.sidam@cactusglobal.com
420ca640c70b24212928003ee5d17558af04b8ef
ae09261b3a612167f8b2195648d8d090f3f62e8d
/install_isolated/include/hardware_interface/joint_command_interface.h
a0f77be66fb892862530ee51929babc469e745dd
[]
no_license
hyunbeen99/cartographer_ros
4ffa691d562ae3b288ea0311b5f28dcaa930ce54
2eda398c8b53e5f5077c9a1eeb488291a91a2a5b
refs/heads/master
2020-12-19T20:03:14.457527
2020-01-23T16:26:18
2020-01-23T16:26:18
235,616,297
0
0
null
null
null
null
UTF-8
C++
false
false
3,731
h
/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2012, hiDOF INC. // // 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 ...
[ "gusqls1124@gmail.com" ]
gusqls1124@gmail.com
9a8d6b17786119c5f6ae1639df76ce06e5e7f318
e7965b1de397a8665a106653a70de40a2d9a33da
/include/AssetManager.hh
9989895396019bdd4a17753657a81f924c88da5a
[]
no_license
jfcarocota/sdl-gameengine-sample
590445770451d395c961f9a8392d5033b4c40b29
f843af9d781f5ab9aec32a539e11bf2212954419
refs/heads/main
2023-07-10T05:33:09.274786
2021-08-12T02:48:49
2021-08-12T02:48:49
391,493,609
0
0
null
null
null
null
UTF-8
C++
false
false
428
hh
#pragma once #include<map> #include<string> #include "TextureManager.hh" #include "EntityManager.hh" class AssetManager { private: EntityManager* manager; std::map<std::string, SDL_Texture*> textures; public: AssetManager(EntityManager* manager); ~AssetManager(); void ClearData(); void AddT...
[ "jfcarocota@gmail.com" ]
jfcarocota@gmail.com
0050140ac9b82109ca42164c51bb0d06de0ea7b3
ddd404eb299425054c909f3b8cc482c095b0b445
/test_codes/cursestest.cpp
1fd084064f85aa1feee8c98294c8b27d368cc0f6
[]
no_license
rohan-av/alex-search-and-rescue
94bc73b8c4623c03812075c54147361d5f8c28d4
7ca663511dbae2b663a420dffb2812c0a044dd2a
refs/heads/master
2020-04-28T14:19:19.721893
2019-04-16T15:38:59
2019-04-16T15:38:59
175,335,496
2
0
null
null
null
null
UTF-8
C++
false
false
261
cpp
#include <ncurses.h> #include <iostream> int main(){ initscr(); noecho(); int c = getch(); while (c!='q'){ c = getch(); std::cout << c << std::endl; } endwin(); clear(); }
[ "rohanaryavarma@gmail.com" ]
rohanaryavarma@gmail.com
6ebd76b326b8f21d252080925fcb9abb1cfdfcd6
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/Action/actionHorseRideWait.cpp
879f066eafa403fcab9e3ed2e4de14d7b6b2fd9f
[]
no_license
zeldaret/botw
50ccb72c6d3969c0b067168f6f9124665a7f7590
fd527f92164b8efdb746cffcf23c4f033fbffa76
refs/heads/master
2023-07-21T13:12:24.107437
2023-07-01T20:29:40
2023-07-01T20:29:40
288,736,599
1,350
117
null
2023-09-03T14:45:38
2020-08-19T13:16:30
C++
UTF-8
C++
false
false
676
cpp
#include "Game/AI/Action/actionHorseRideWait.h" namespace uking::action { HorseRideWait::HorseRideWait(const InitArg& arg) : HorseRide(arg) {} HorseRideWait::~HorseRideWait() = default; bool HorseRideWait::init_(sead::Heap* heap) { return HorseRide::init_(heap); } void HorseRideWait::enter_(ksys::act::ai::Inli...
[ "leo@leolam.fr" ]
leo@leolam.fr
ed1067ac154ec666c5bae5bbc5311b6897b7148d
5085896a79e7eb968c32717526522264574e571b
/dialog_modifyquantity.cpp
bf5997bb493906ac10b21343ddae9e03aef72cb8
[]
no_license
CactusTribe/MyCoins
c2047571cb364ef0495a94a44d0b003fa974afc2
83ab07e9488fb69b0bf568b9af42ddb9deb8a2f7
refs/heads/master
2016-09-09T23:57:43.200154
2015-09-17T21:32:35
2015-09-17T21:32:35
42,656,837
0
0
null
null
null
null
UTF-8
C++
false
false
713
cpp
#include "dialog_modifyquantity.h" #include "ui_dialog_modifyquantity.h" Dialog_ModifyQuantity::Dialog_ModifyQuantity(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog_ModifyQuantity) { ui->setupUi(this); } Dialog_ModifyQuantity::Dialog_ModifyQuantity(int maxRemove, QWidget *parent) : QDialog(pare...
[ "lefrancjoaquim@gmail.com" ]
lefrancjoaquim@gmail.com
c0b3f96323edbb07e031b0e8062e08ec9758a63e
70c6b732c9db967f5c88a1137d11f262f381042a
/subreactor.h
71d3f0dd7c1a9fb452b14ab8d880ac5637ee90f6
[]
no_license
yaoyili123/http-server
1e49ff057184bf2e393fe15fd9be2e4a3affd0da
de4b75f8dcfd7daabdc606bf989d8ea152e0eb39
refs/heads/master
2020-05-09T22:52:13.254857
2019-11-07T03:32:20
2019-11-07T03:32:20
181,485,360
0
0
null
null
null
null
UTF-8
C++
false
false
1,771
h
#ifndef SUB_REACTOR #define SUB_REACTOR #include "utils.h" #include "epoll.h" #include <string> #include <map> enum METHOD { GET = 0, POST, HEAD, PUT, DELETE, TRACE, OPTIONS, CONNECT, PATCH }; //read a line state enum LINE_STATUS { LINE_OK = 0, LINE_ERROR, LINE_AGAIN };...
[ "1164881099@qq.com" ]
1164881099@qq.com
44eba1cb63add0e6b9aae1818471817b141edbae
4f7c53c128328f294e9b67a4eb00b72c459692e6
/app/Document/StoreResultService.h
477a3e19f3784b834ef875fd6c0120588879c569
[]
no_license
milczarekIT/agila
a94d59c1acfe171eb361be67acda1c5babc69df6
ec0ddf53dfa54aaa21d48b5e7f334aabcba5227e
refs/heads/master
2021-01-10T06:39:56.117202
2013-08-24T20:15:22
2013-08-24T20:15:22
46,000,158
1
1
null
null
null
null
UTF-8
C++
false
false
2,315
h
#ifndef STORERESULTSERVICE_H #define STORERESULTSERVICE_H #include "Database/Database.h" #include "DocumentPosition.h" #include "Goods/GoodsModel.h" class StoreResultService { private: /** * Zmienna odpowiadająca za to czy jest wywoływany skutek magazynowy czy też nie * tzn. czy stan magazynowy (iloś...
[ "milczarek@bluebraces.com" ]
milczarek@bluebraces.com
eda8cdbc94046fc27d88116815044c7c2b89fe98
aff4c6d67714c1df504c7c2e9bf3143cb32826a9
/Practice/2_2017.cpp
defff4ca69b554503f5fbccf14160171c973d222
[]
no_license
VishnuPrabhuT/2D-Game-Engine
8dc31a8f8c56f8a37f67580ac0713ce505354c66
2b20170c67851ce8148956a4997829c78e91129e
refs/heads/master
2021-01-22T01:42:43.077187
2017-12-13T01:06:25
2017-12-13T01:06:25
102,225,197
0
0
null
null
null
null
UTF-8
C++
false
false
242
cpp
#include<iostream> #include<cstdlib> #include<vector> const int MAX=1000; int main(){ std::vector<int> vec; for(int i=0;i<MAX;i++){ vec.push_back(rand()%100); } std::cout<<vec.size()<<std::endl; std::cout<<vec.capacity()<<std::endl; }
[ "vishnuprabhut@gmailcom" ]
vishnuprabhut@gmailcom
af32246208beed244d0c7163239d9b4f96ed0174
21234357e17c83af412b3b843bbf25cf0f703bc3
/UpdateClient/main.cpp
c1f12d9ff3c7945ebb5fbe54290ada403a62dfc8
[]
no_license
DadaYin/UpdateTools
dfa2867d6319b99f14c55531c5bb0366db4b9591
56bb9132e319f084cb9b10c524f1dbd84fa77e74
refs/heads/master
2021-04-01T07:46:06.345983
2020-03-24T14:32:51
2020-03-24T14:32:51
248,169,257
0
0
null
null
null
null
UTF-8
C++
false
false
201
cpp
#include "mainwindow.h" #include <QApplication> #include "downloadfile.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
[ "2275239456@qq.com" ]
2275239456@qq.com
1fd4a7dae35bf35bfcc17336c27c8b31997e886c
1bd75b9c45c3d5d5af3a9c9ba84ab0d4ec1bfd8f
/SpectrumGraph.h
9ea9b874da9a4ad002c4b63ad55fb23d3dfbd8cb
[]
no_license
nadernt/whistle-recognizer
168634eda147752fada31d1b4e073971a053b4bf
7f260f7ee38d9445e2f0806566bbc0ceb45d3986
refs/heads/master
2020-04-06T04:26:13.138539
2010-01-12T17:11:08
2017-02-23T12:22:25
82,922,754
1
0
null
null
null
null
UTF-8
C++
false
false
2,627
h
#if !defined(AFX_SPECTRUMGRAPH_H__D00FAB3B_95DC_433A_B106_D507409E1A0F__INCLUDED_) #define AFX_SPECTRUMGRAPH_H__D00FAB3B_95DC_433A_B106_D507409E1A0F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SpectrumGraph.h : header file // //////////////////////////////////////////////////////...
[ "nadernt@gmail.com" ]
nadernt@gmail.com
3c5ad9c7ea389c42c3dfc33fedd6b8668884ee82
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-application-insights/include/aws/application-insights/model/ListApplicationsRequest.h
43658862bc9b81921494e9865214894e34af0759
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
3,959
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/application-insights/ApplicationInsights_EXPORTS.h> #include <aws/application-insights/ApplicationInsightsRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #includ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
dd1236da1b4808356d7b372dce637b93f96c284c
43ff05c947e16946e789b7c3d9585cb6e6a936b2
/include/Armor.cpp
e2671814c55423350556da9b5da7e415e225b860
[]
no_license
rlannon/DnD_3-5-_VCS
e86c1b4246485434daa890fc7eaa63c31aa13aca
359c787086509ccca411a128d3968bae5e8d4434
refs/heads/master
2020-03-18T04:21:48.474800
2018-06-19T21:14:03
2018-06-19T21:14:03
134,283,440
0
0
null
null
null
null
UTF-8
C++
false
false
1,520
cpp
#include "Armor.h" short Armor::getValue(std::string val) { if (val == "ac_bonus") { return ac_bonus; } else if (val == "max_dex") { return max_dex; } else if (val == "speed_30") { return speed_30; } else if (val == "speed_20") { return speed_20; } else if (val == "armor_check_penalty" || val == "chec...
[ "lannon.riley@gmail.com" ]
lannon.riley@gmail.com
d9fcbf5fb3bdaae0d50b9a9f08d024d928498451
b73eec3a26bdcffb6a19dec6b8b048079befe04c
/3rdparty/meshlab-master/src/fgt/filter_gears/filter_gears.h
963f13e57ac1a56583335cd979bd5f91703ec730
[ "GPL-1.0-or-later", "GPL-3.0-only", "MIT" ]
permissive
HoEmpire/slambook2
c876494174e7f636bdf5b5743fab7d9918c52898
96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4
refs/heads/master
2020-07-24T02:35:39.488466
2019-11-25T03:08:17
2019-11-25T03:08:17
207,775,582
0
0
MIT
2019-09-11T09:35:56
2019-09-11T09:35:56
null
UTF-8
C++
false
false
2,443
h
/**************************************************************************** * MeshLab o o * * A versatile mesh processing toolbox o o * * _ O _ * * Copyri...
[ "541218251@qq.com" ]
541218251@qq.com
093b2873d6cc33f32de64204f737693788a3bc09
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/3.LB.c.cbmc.cpp
a27bfd96dc125d1fbbf9712ebbae8f584354af99
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
41,988
cpp
// Global variabls: // 0:vars:3 // 3:atom_0_X0_1:1 // 4:atom_1_X0_1:1 // 5:atom_2_X0_1:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 // 2:thr2:1 #define ADDRSIZE 6 #define LOCALADDRSIZE 3 #define NTHREAD 4 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, ...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
63016413cc0286128ccf6a79819c25f47f022620
19907e496cfaf4d59030ff06a90dc7b14db939fc
/POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/third_party/WebKit/Source/platform/PopupMenu.h
d9f58b1e02fd46aa454b23d64af4bebf2924d789
[ "BSD-2-Clause" ]
permissive
ATMatrix/demo
c10734441f21e24b89054842871a31fec19158e4
e71a3421c75ccdeac14eafba38f31cf92d0b2354
refs/heads/master
2020-12-02T20:53:29.214857
2017-08-28T05:49:35
2017-08-28T05:49:35
96,223,899
8
4
null
2017-08-28T05:49:36
2017-07-04T13:59:26
JavaScript
UTF-8
C++
false
false
1,359
h
/* * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any ...
[ "steven.jun.liu@qq.com" ]
steven.jun.liu@qq.com
487b937bfebfa2067927ce419fbb166f198876c2
ba4e49a36ffc517f6e4ef1c9b4438955ebb38ef4
/Tree_binaryTree/ctdlgt-caynhiphan-ontap.cpp
218977f75b4def08b0d491ac3577d1b2776c1215
[]
no_license
DevMinhThu/TH02016_DataStructures_Algorithms
462c78c339bdb311f4fda24e8dc82dc7c597598f
73d017c32deae36969772ce2c1a5505e2c487700
refs/heads/master
2022-12-28T00:10:45.638272
2020-10-10T01:47:01
2020-10-10T01:47:01
302,791,229
1
0
null
null
null
null
UTF-8
C++
false
false
1,488
cpp
//Ho ten: Vu Minh Thu //Lop: K63TH //MaSV: 637865 //De: cay nhi phan #include<iostream> #include<stdio.h> using namespace std; //khai bao cua truc nut cua cay struct node { char infor; node *left,*right; }; //Khai bao ham cac phep toan duyet cay void preOrder(node *T);//Duyet truoc void inOrder(node *T);//d...
[ "=" ]
=
40462b5e41c1fd906b3f12a9ea0774401fff74c2
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/cdb/src/v20170320/model/ModifyCdbProxyParamRequest.cpp
0fa81b4a493d89a06cb293301bfd7c5bd6186ede
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
3,415
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
2f123ff6e63b96e0fbd8c608609d5179296c09f2
a15950e54e6775e6f7f7004bb90a5585405eade7
/chrome/browser/notifications/notification_platform_bridge_win_metrics.cc
57acdd0085227e0f1fb7ec1dca864ec93857a2fd
[ "BSD-3-Clause" ]
permissive
whycoding126/chromium
19f6b44d0ec3e4f1b5ef61cc083cae587de3df73
9191e417b00328d59a7060fa6bbef061a3fe4ce4
refs/heads/master
2023-02-26T22:57:28.582142
2018-04-09T11:12:57
2018-04-09T11:12:57
128,760,157
1
0
null
2018-04-09T11:17:03
2018-04-09T11:17:03
null
UTF-8
C++
false
false
2,490
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/notifications/notification_platform_bridge_win_metrics.h" #include "base/metrics/histogram_macros.h" namespace notifications_um...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
5a5f659c1cdc57c91918c4410a87a6081b7d7798
807705dbaf382172b56b1fa49ec72a8b00ba7aff
/njli/graphics/SliderHUD.h
ac698133f7c4aa5c51db2adb4a5936e50fc1c6b0
[]
no_license
njligames/njligames-njlic_engine
6328a2a0e0c19d9739eca85b5a458854aac5c37b
10b677477e79dbe4cbb6ffd744bf18b7bac0e290
refs/heads/master
2021-08-30T00:23:47.196828
2018-12-05T17:32:01
2018-12-05T17:32:01
128,859,807
1
0
null
2019-11-14T14:29:19
2018-04-10T02:11:52
C++
UTF-8
C++
false
false
4,511
h
// // SliderHUD.h // JLIGameEngineTest // // Created by James Folk on 2/13/15. // Copyright (c) 2015 James Folk. All rights reserved. // #ifndef __JLIGameEngineTest__SliderHUD__ #define __JLIGameEngineTest__SliderHUD__ #include "AbstractBuilder.h" #include "AbstractFactoryObject.h" #include "AbstractFrameBufferOb...
[ "jamesfolk1@gmail.com" ]
jamesfolk1@gmail.com
3942fc4c59772a465798683714a1c67f9e12689d
2d361696ad060b82065ee116685aa4bb93d0b701
/src/objtools/import/id_resolver_canonical.cpp
0fdf4dc30ae4c570a2c75ead75cf3d55f1bee03f
[ "LicenseRef-scancode-public-domain" ]
permissive
AaronNGray/GenomeWorkbench
5151714257ce73bdfb57aec47ea3c02f941602e0
7156b83ec589e0de8f7b0a85699d2a657f3e1c47
refs/heads/master
2022-11-16T12:45:40.377330
2020-07-10T00:54:19
2020-07-10T00:54:19
278,501,064
1
1
null
null
null
null
UTF-8
C++
false
false
3,256
cpp
/* $Id: id_resolver_canonical.cpp 571255 2018-09-24 14:00:41Z ludwigf $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States G...
[ "aaronngray@gmail.com" ]
aaronngray@gmail.com
42784652d1c9d3ed8a87cc873920123cf3eb499f
ae211372456396321d6e025caf356f00136aef44
/src/main/common/common/util/hash_util.cpp
cd52008181632226b9d6535de0e22585f92a74c9
[ "Apache-2.0" ]
permissive
charleswu52/orchid-fst
129027a0914a63518d1ead2a66b67331b9489bda
ff5096d4c5c4db81c53dbf583258d03342a4b579
refs/heads/master
2023-05-01T11:46:13.677445
2021-05-19T17:35:36
2021-05-19T17:35:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,601
cpp
/********************************************************************************* *Copyright(C),dingbinthu@163.com *All rights reserved. * *FileName: hash_util.cpp *Author: dingbinthu@163.com *Version: 1.0 *Date: 4/27/21 *Description: file implements hash function and ...
[ "dingbin@58.com" ]
dingbin@58.com
41d597d46c43409b13865a46156253ced58d1370
b41922a16c796c512ba3907db3d13901c548d300
/Eliminate-Virus/gameview.cpp
e70d24f2248d167600569871d1a18fc7d0ddd070
[]
no_license
Ling-yunchi/Eliminate-Virus
1fec03926d678ba53a9925406ed5f84403b7c99e
32c92a1d83e420b01d9793d38704772488075289
refs/heads/master
2023-08-18T02:49:25.962774
2021-02-24T00:43:14
2021-02-24T00:43:14
413,229,639
0
0
null
null
null
null
UTF-8
C++
false
false
32,337
cpp
#include "gameview.h" #include <QDebug> #include "gameover.h" using namespace std; //地图存储 //#为不可破坏墙,&为可破坏墙,@为人物初始位置,*为怪物初始位置qwqq char map1_1[17][17] = { {'#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#', '#'}, {'#', '@', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ...
[ "1005175850@qq.com" ]
1005175850@qq.com
743be85d64ad51e43e3376288078d4fb8943482a
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/printscan/print/spooler/monitors/tcpmon/tcpmonui/cfgall.h
f98cca77d32646bec44ef683816e67bfb2e60711
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,007
h
/***************************************************************************** * * $Workfile: CfgAll.h $ * * Copyright (C) 1997 Hewlett-Packard Company. * Copyright (c) 1997 Microsoft Corporation. * All rights reserved. * * 11311 Chinden Blvd. * Boise, Idaho 83714 * ******************************************...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
6cd96205c59a54dc03fdd6487c61fdeb404b24fa
ab3445c9bf7d80805c13ce43a4890890bcc8a636
/modules/module_recv/components/MyComponent_test.cpp
ba8c817cbfe70ab935985b2821da558082e73083
[]
no_license
fox-wangguodong/eventbus_demo
73ccfb9deb7e83e177fd5605844534d5398caae5
1a472de305ff5f0d36699aeee5feeac6d8acff7d
refs/heads/master
2023-08-24T07:26:35.210758
2021-10-27T04:21:00
2021-10-27T04:21:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
931
cpp
// // Created by fox on 2021/10/21. // #include <gtest/gtest.h> #include <memory> #include "MyComponent.h" class MyComponentTest : public ::testing::Test { public: static void SetUpTestCase() { eventLoop = std::make_shared<muduo::net::EventLoop>(); myComponent = std::make_shared<MyComponent>(event...
[ "499957739@qq.com" ]
499957739@qq.com
715cd02b317993407526145785938c8d9364f597
a06a9ae73af6690fabb1f7ec99298018dd549bb7
/_Library/_Include/boost/preprocessor/comparison/equal.hpp
a0181ed7e561802e257c1d301f1767204d0985aa
[]
no_license
longstl/mus12
f76de65cca55e675392eac162dcc961531980f9f
9e1be111f505ac23695f7675fb9cefbd6fa876e9
refs/heads/master
2021-05-18T08:20:40.821655
2020-03-29T17:38:13
2020-03-29T17:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,190
hpp
# /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.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) # */ # # /* Revised by Paul Mensonides (2002) */ # # /* See http://www.boost...
[ "adm.fael.hs@gmail.com" ]
adm.fael.hs@gmail.com
15ac7bcabb2383b1eddd303e3229ae3b1b5b0ec2
2d2c10ffa7aa5ee35393371e7f8c13b4fab94446
/projects/feed/rank/src/ops/time.cc
e1ca50886895492169678bb40ef7e968065bb163
[]
no_license
faker2081/pikachu2
bec83750a5ff3c7b5a26662000517df0f608c1c1
4f06d47c7bf79eb4e5a22648e088b3296dad3b2d
refs/heads/main
2023-09-02T00:28:41.723277
2021-11-17T11:15:44
2021-11-17T11:15:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,814
cc
#include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/shape_inference.h" #include <ctime> #include <iostream> #include <boost/date_time/gregorian/gregorian.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/local...
[ "chenghuige@gmail.com" ]
chenghuige@gmail.com
115fdc348441bfad9657935b268a961b97faa004
13b66ce5ef1e972369c3c57871bf8290788f2977
/detail/TunnelCallbackDescription.h
57e65744e023b1d7ae633ea83a323ad3b10267c9
[ "MIT" ]
permissive
tpietzsch/cohear
550764b1a4ad73ddb20164e469b69636f5cfb111
f81138d859e658cf291f51936aef5ab0325bcfbb
refs/heads/master
2021-01-14T08:47:09.063492
2015-09-25T18:59:03
2015-09-25T18:59:03
43,169,903
0
0
null
2015-09-25T19:00:02
2015-09-25T19:00:02
null
UTF-8
C++
false
false
956
h
#ifndef COHEAR_TUNNEL_CALLBACK_DESCRIPTION_H__ #define COHEAR_TUNNEL_CALLBACK_DESCRIPTION_H__ #include <cohear/CallbackDescription.h> #include "TunnelSlot.h" namespace chr { namespace detail { template <typename SignalType> class TunnelCallbackDescription : public CallbackDescription { public: TunnelCallbackDescr...
[ "funke@ini.ch" ]
funke@ini.ch
27d70a53e24150b7e8d57ec5c4eee27a09992984
88ae8695987ada722184307301e221e1ba3cc2fa
/chrome/browser/ash/arc/accessibility/arc_accessibility_helper_bridge.h
04738a97741bf0a1fed763a3970f6a2485d798d0
[ "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
6,222
h
// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_ASH_ARC_ACCESSIBILITY_ARC_ACCESSIBILITY_HELPER_BRIDGE_H_ #define CHROME_BROWSER_ASH_ARC_ACCESSIBILITY_ARC_ACCESSIBILITY_HELPER_BRIDGE_H_ #include <map> ...
[ "jengelh@inai.de" ]
jengelh@inai.de
99afb65f01f19478dc6441c6640d4e829f16251d
0943c592f9b2cb639c9c82333e595fac1a3222fc
/mePed_IR_Starter_Program.ino
2fd22c3a57f7df73120dd646c660c11bb21ce1b4
[]
no_license
spiercetech/mePed_IR_Starter_Program
e5d4c995aee4f0027221aaa39ca7b1a447a4b3e7
d88531fc13121ab00f884d6ffb68a1046c1dc091
refs/heads/master
2020-12-02T19:39:26.181001
2017-07-06T00:32:25
2017-07-06T00:32:25
96,372,078
1
1
null
null
null
null
UTF-8
C++
false
false
16,522
ino
//========================================================================================== // // Program for controlling a mePed Robot using an IR Remote // // The mePed is an open source quadruped robot designed by Scott Pierce of // Spierce Technologies (www.meped.io & www.spiercetech.com) // // This program is...
[ "noreply@github.com" ]
noreply@github.com
1d97578a12e26afc59554d9a32ca701118aae39d
76fab0cf72e7a3771c9f1bb7481297c1210de5b6
/src/unittest.cpp
b7b47be1819e304841bfd3e225e3276bf1246fde
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
cscYellow/ucxxrt
9a2d9200e5655b74ef526e3ca8be92f1a5b6e446
d72a1c02606475ac6c1528d7413efe9203009152
refs/heads/master
2023-08-28T02:05:11.530671
2021-11-09T07:31:53
2021-11-09T07:31:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,131
cpp
#ifdef __KERNEL_MODE #include <ntddk.h> #include <wdm.h> #else #include <windows.h> #include <assert.h> #endif #include <ucxxrt.h> #include <string> #include <random> #include <vector> #include <functional> #include <unordered_map> #include <stdexcept> #ifdef _KERNEL_MODE #define LOG(_0, _1, ...) DbgPrintEx(DPFLTR_...
[ "50670906+MiroKaku@users.noreply.github.com" ]
50670906+MiroKaku@users.noreply.github.com
cf3a0f2911e0b286d1503a2ea8e01b8e375f306d
c4d10c36a92294ed86af54596fb6e329b85cff04
/Cplusplus/AcWingQuestions/_0125/_0125_main.cpp
a2a1ffee11d9cf6eece033c05b074fabfd59aa5c
[]
no_license
ToLoveToFeel/AcWing
4b7fd1202dda30d912a2243eafb622c064dfe051
48840a649e5ac50edb113533c931b9253d8ff6b2
refs/heads/main
2023-05-24T07:07:29.863481
2021-06-19T07:42:57
2021-06-19T07:42:57
323,311,511
0
0
null
null
null
null
UTF-8
C++
false
false
577
cpp
// Created by WXX on 2021/2/5 14:10 #include <iostream> #include <algorithm> #define x first #define y second using namespace std; typedef pair<int, int> PII; const int N = 50010; int n; PII a[N]; int main() { scanf("%d", &n); for (int i = 0; i < n; i++) { int w, s; scanf("%d%d", &w, &s); ...
[ "1137247975@qq.com" ]
1137247975@qq.com
0d3d03571beabbe954d706e62cac3ffe3c72f100
f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab
/www/firefox31/patches/patch-js_src_frontend_BytecodeCompiler.cpp
287dc5a9b68bc374574cb8f6ba4ca92b2e63f0e5
[]
no_license
jsonn/pkgsrc
fb34c4a6a2d350e8e415f3c4955d4989fcd86881
c1514b5f4a3726d90e30aa16b0c209adbc276d17
refs/heads/trunk
2021-01-24T09:10:01.038867
2017-07-07T15:49:43
2017-07-07T15:49:43
2,095,004
106
47
null
2016-09-19T09:26:01
2011-07-23T23:49:04
Makefile
UTF-8
C++
false
false
516
cpp
$NetBSD: patch-js_src_frontend_BytecodeCompiler.cpp,v 1.3 2015/06/02 20:04:43 joerg Exp $ --- js/src/frontend/BytecodeCompiler.cpp.orig 2015-05-30 18:55:53.000000000 +0000 +++ js/src/frontend/BytecodeCompiler.cpp @@ -544,7 +544,7 @@ CompileFunctionBody(JSContext* cx, Mutab RootedScriptSource sourceObject(cx, Cr...
[ "joerg" ]
joerg
4d07cc81e90de0850467e58e2eac540d910a11c9
3b4d4e5174888428bc7eb4f802a3a84400aa3571
/P5744.cpp
eb5239dc6aafbc6efc296b219d105ac47ee56e30
[]
no_license
WilliamLi0623/LuoguSolutions
edfebcfb3d0c4367f5a9fdf4d886505efe002883
607b0fefc2fbaa5edc0acd5d164dea95a4302c3b
refs/heads/main
2023-09-06T03:16:40.111364
2021-09-19T03:00:08
2021-09-19T03:00:08
408,017,074
1
0
null
null
null
null
UTF-8
C++
false
false
689
cpp
#include<cstdio> #include<cstring> #include<string> #include<iostream> #include<cmath> #include<algorithm> using namespace std; struct { char name[100]; int age; int score; }info[1000]; int a,tmp; int main() { scanf("%d",&a); for(int i=0;i<a;i++) { scanf("%s %d...
[ "noreply@github.com" ]
noreply@github.com
aa1a383b16d3ef1fb3595dc1c9be3701c5c802bd
4cd30f379494b1f1cc2727beb42fccd13b1afa13
/Assignment 1/scene.cpp
07bf0950e042e57dac282d29e24bf417a4fde1d6
[]
no_license
benjamin-montagnes/CSE306_Computer_Graphics
8214c9e8b21b93e80ad8997bffb05c62fe098d1d
d73f0b02b353949e5d7ce902b43f3f6158e489c4
refs/heads/main
2023-06-05T00:54:41.679816
2021-06-21T16:45:17
2021-06-21T16:45:17
365,894,976
0
0
null
null
null
null
UTF-8
C++
false
false
5,565
cpp
#include <iostream> #include <vector> #include <cmath> #include <random> #include "vector.cpp" #include "ray.cpp" static std::default_random_engine engine(10) ; // random seed = 10 static std::uniform_real_distribution<double> uniform(0, 1); void boxMuller(double stdev , double &x, double &y) { double r1 = unifo...
[ "noreply@github.com" ]
noreply@github.com
58c1f0eeb97790f7b6abc74029d5a8c550af1cfa
bfafc1c4774df5e05b0b1b0ba1780aa6e4457945
/arm-frc2019-linux-gnueabi/include/collada-dom2.5/1.4/dom/domLines.h
483893181b90818686b285a4e55c65e3cae0ffdf
[ "BSD-2-Clause" ]
permissive
juchong/racecar_ws
11b8c8c55509e004404881ff0c83acc9d2e0e613
bf5b7a37e6d3d73fc1085b3d17779afe5ea3eba9
refs/heads/master
2020-06-20T17:47:50.302646
2019-10-01T20:53:07
2019-10-01T20:53:07
197,196,040
2
1
null
null
null
null
UTF-8
C++
false
false
4,890
h
/* * Copyright 2006 Sony Computer Entertainment Inc. * * Licensed under the MIT Open Source License, for details please see license.txt or the website * http://www.opensource.org/licenses/mit-license.php * */ #ifndef __dom141Lines_h__ #define __dom141Lines_h__ #include <dae/daeDocument.h> #include <1.4/dom/domTypes....
[ "niall.p.mullane@gmail.com" ]
niall.p.mullane@gmail.com
0329eea0427b9f84578c38f119f6e541d3b97374
011ea6881985e84f0ad2c95c6b89f171936bd72f
/seminars/01/examples/peterson.cpp
79d3e215291871c0cd3e701096c39f04b533a17c
[]
no_license
dbeliakov/mipt-algo-2016
73916296c01d2632cd0fd76dc6ba71d5662ed7ea
c24eab4c41596a284f8aa6dcf3270b2b54bc1db9
refs/heads/master
2021-03-24T12:11:23.216948
2019-01-09T11:13:05
2019-01-09T11:13:05
66,865,468
23
14
null
2016-12-16T18:44:17
2016-08-29T17:36:22
JavaScript
UTF-8
C++
false
false
935
cpp
#include <iostream> #include <thread> #include <atomic> #include <array> class PetersonMutex { public: PetersonMutex() { want_[0].store(false); want_[1].store(false); victim_.store(0); } void lock(int t) { want_[t].store(true); victim_.store(t); whil...
[ "dbeliakov@yandex-team.ru" ]
dbeliakov@yandex-team.ru
ca73252d29b2b17cff6d7096825bf4c1e6399e11
6c8c4728e608a4badd88de181910a294be56953a
/UiModule/Ether/View/Classical/TraditionalLoginWidget.h
f4cc621c460460ad6ab2c1a01ee82ca35d9c2374
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
caocao/naali
29c544e121703221fe9c90b5c20b3480442875ef
67c5aa85fa357f7aae9869215f840af4b0e58897
refs/heads/master
2021-01-21T00:25:27.447991
2010-03-22T15:04:19
2010-03-22T15:04:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,267
h
// For conditions of distribution and use, see copyright notice in license.txt #ifndef incl_UiModule_TraditionalLoginWidget_h #define incl_UiModule_TraditionalLoginWidget_h #include "ui_TraditionalLoginWidget.h" #include <QTimer> namespace CoreUi { namespace Classical { class Traditiona...
[ "jonne.nauha@evocativi.com@5b2332b8-efa3-11de-8684-7d64432d61a3" ]
jonne.nauha@evocativi.com@5b2332b8-efa3-11de-8684-7d64432d61a3
4f76743975d3f39c1895c2ce1f4d8e930f1c95b6
5ce02d5440c35192aa81498b5bcbce1cd97549b2
/build-LIBRARY-Desktop_Qt_5_8_0_MinGW_32bit-Debug/debug/moc_bookinfo.cpp
c7a88d107896977aa9f8dbe680211301856d793f
[]
no_license
tyj1997/Library201706
96b79c4fdb0bf1065eb6282dfffde7252be3c654
12d8888ff742b7d6fd60373d0e53bab120aab6dd
refs/heads/master
2021-07-02T02:36:57.771052
2017-09-22T03:00:31
2017-09-22T03:00:31
104,423,860
0
0
null
null
null
null
UTF-8
C++
false
false
2,588
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'bookinfo.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) ** ** WARNING! All changes made in this file will be lost! ************************************************************...
[ "305099672@qq.com" ]
305099672@qq.com
9b05ff7c2510d4a3a83ed59bd61b364b3ac6a05a
88de295bd35bc504104815e1afd897266802875b
/legacy/tau/cport/a10/tau+/tau_core/rho_c_port/rho_wrapper.cpp
9d7d59355f1099dadbbb565f623e7dbbbdb27801
[]
no_license
mfonken/combine
4a26545c8e742dfcbc21d16236f6c5a346bfcb16
aac79987ebfd4af0c8e1d441826bc1bfd78e39da
refs/heads/master
2022-11-30T21:40:19.574096
2022-11-18T04:08:04
2022-11-18T04:08:04
94,054,420
0
1
null
null
null
null
UTF-8
C++
false
false
2,748
cpp
// // rho_wrapper.cpp // tau+ // // Created by Matthew Fonken on 3/26/18. // Copyright © 2018 Marbl. All rights reserved. // #include "rho_wrapper.hpp" #include <stdlib.h> #include <string.h> #include <stdio.h> #include <unistd.h> using namespace cv; Rho::Rho( int width, int height ) : width(width), height(heigh...
[ "mgfonken@gmail.com" ]
mgfonken@gmail.com
9232d5052a8fccb2664b0533dd934f4bc702062a
74240774d2805b2c5e91c7172bebc251cc54e2c6
/ASD1/zad2/zad.cpp
4604c2e0e7f191ece9f7a5e21130d240897e12dd
[]
no_license
tomaszjader/Algorytmy_i_struktury_danych
ee335e52a30002840de5329cbd87257d26d12724
b02118480fa5d34523a950505734c430c4b92fad
refs/heads/main
2023-08-18T07:44:19.870679
2021-10-05T22:21:13
2021-10-05T22:21:13
413,407,674
0
0
null
null
null
null
UTF-8
C++
false
false
1,496
cpp
#include <iostream> using namespace std; struct Czlowiek{ string imie; unsigned long long int waga; }; void swap(Czlowiek *xp, Czlowiek *yp) { Czlowiek temp = *xp; *xp = *yp; *yp = temp; } void selectionSort(Czlowiek arr[], int n) { int i, j; int min_idx; for (i = 0; i < n-1; i++) ...
[ "tomasz.jader@gamil.com" ]
tomasz.jader@gamil.com
91149ce8ea2472d86ce7b2303c7b6c306e2b6f12
e5d528ef6f4db8d866f55fe23b986ce6701efc8b
/Temp/il2cppOutput/il2cppOutput/Il2CppCompilerCalculateTypeValues_11Table.cpp
06ad28b800f895bf80944a139617b9e42cf55ccd
[]
no_license
trinhngockhang/Street-Figher-v2
a15ea05f47be0de9037633ae56b4a4334f9c1b3c
b14fed6551c892b5dc582855f1b32fc0c3768555
refs/heads/master
2020-11-24T12:49:33.639584
2019-12-16T15:12:19
2019-12-16T15:12:19
228,149,161
0
0
null
null
null
null
UTF-8
C++
false
false
290,459
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> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "20168267@sie.edu.vn" ]
20168267@sie.edu.vn
a6e6124829096a0f7238023eb1eec50780cc5512
34b3623dbd185b9d8e6bc5af787ff656ebb8f837
/finalProject/results/test/test_lowRe/spline/spline1/30/U
db5e8281e439602389c6c095031d996fe46735fc
[]
no_license
kenneth-meyer/COE347
6426252133cdb94582b49337d44bdc5759d96cda
a4f1e5f3322031690a180d0815cc8272b6f89726
refs/heads/master
2023-04-25T04:03:37.617189
2021-05-16T02:40:23
2021-05-16T02:40:23
339,565,109
1
0
null
null
null
null
UTF-8
C++
false
false
1,003,727
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "kmeyer299@gmail.com" ]
kmeyer299@gmail.com
3e694102e83a1002d7d804289b05a164436b16ba
decb361f6595aafb122ba62c149c7639ee99dd76
/palindrome/palindrome/palindrome.cpp
68df1723d1706e6fd7072a9c46a4191036d9cbd8
[]
no_license
ykkonline/attendance
b7a8656701dce49a7a500ffc7245f399412f132d
304e32b35a54fad91c8fe3f8efc5d725e84d11bf
refs/heads/master
2022-04-23T11:35:58.287182
2020-04-23T03:47:21
2020-04-23T03:47:21
258,087,516
0
0
null
null
null
null
UTF-8
C++
false
false
980
cpp
// palindrome.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> using namespace std; int main() { int input; cout << "please enter an integer\n"; cin >> input; if (input < 0) { cout << "this is not a palindrome\n"; } else { } r...
[ "noreply@github.com" ]
noreply@github.com
9796595901f18e0018e6cd6806e55679a29738ff
f300b75ea198d628dff9c976ebc4f95ee97f2093
/_sort/permutation_1023.cpp
8d481577f5de16f83b1d08671b6bc94df1af4afc
[]
no_license
shahin-shuvo/Data_Structure
a4ebbfe0619ee5ba6f81a4924586f7e6f3ce1e5d
0d717417df266661ea44e0b9553f8cb387ad4c8a
refs/heads/master
2021-01-24T02:11:01.885320
2018-02-25T13:33:10
2018-02-25T13:33:10
122,837,687
0
0
null
null
null
null
UTF-8
C++
false
false
678
cpp
#include<bits/stdc++.h> using namespace std; void pmtt(char ar[] , int i , int n); void print(char ar[] , int n) { if(n==0) return ; print(ar, n-1); cout<<ar[n-1]<<" "; } int k; void pmtt( char ar[] , int i,int n) { if(i==n) { print(ar, n); cout<<endl; k--; r...
[ "shahinshuvo96@gmail.com" ]
shahinshuvo96@gmail.com
8e6ce1f99d5d14b98f3b74a62b727cd4cf8055c8
1abc8b1b640e6a2f77650ea1a920b730e3c0b81e
/AssignmentFiles/Gjk.cpp
232e9c670c728b4f4a1140f5be906835fffd2b1a
[]
no_license
chewang1/graphic
ad481c93800ed5adba801edec3ff84df00d3cfb5
ae0c1210098215c7a705b830ac3b29e2a3f4cc01
refs/heads/master
2021-09-05T15:09:09.385701
2018-01-29T05:18:22
2018-01-29T05:18:22
117,218,497
0
0
null
null
null
null
UTF-8
C++
false
false
19,153
cpp
/////////////////////////////////////////////////////////////////////////////// /// /// Authors: Joshua Davis /// Copyright 2015, DigiPen Institute of Technology /// /////////////////////////////////////////////////////////////////////////////// #include "Precompiled.hpp" //------------------------------------...
[ "che.wang@digipen.edu" ]
che.wang@digipen.edu
ae513dd94e151031197e013a53172fa32436b046
c3b3dffa5c84a4de04934b699e645788d0fb370e
/GFG 11 Week/searchingAndSorting/learn/linearSearch.cpp
78a6c9990281598db3713ff9de2615a56909a3f6
[]
no_license
guptasajal411/problem-solving
ceb94cd4d5e010032af58193511ab07fcea6c3d6
24ab9f94c8da6a6d12302648fa1f1df507982518
refs/heads/main
2023-06-19T12:47:41.743573
2021-07-16T12:17:42
2021-07-16T12:17:42
343,034,211
0
0
null
null
null
null
UTF-8
C++
false
false
384
cpp
#include <iostream> using namespace std; int linearSearch(int array[], int n, int key){ for (int i = 0; i < n; i++){ if (array[i] == key){ return i; } } return -1; } int main(){ int n, k; cin >> n; int array[n]; for (int i = 0; i < n; i++){ cin >> array[...
[ "guptasajal411@gmail.com" ]
guptasajal411@gmail.com
f5459ad6362b9e1b3e2cc2a7eb43bdc5d234e6ce
b8876fcc0956c36552546ba2ac8aa52d24b21db9
/Guidance/SlicotAB01MD.h
ae685f77b20a4498651ee7f01426983e6ac753ec
[ "MIT" ]
permissive
bgin/MissileSimulation
90b43748746f2750ca6137c0186c90a4d873ad49
90adcbf1c049daafb939f3fe9f9dfe792f26d5df
refs/heads/master
2020-04-06T06:00:50.942167
2019-11-05T13:41:40
2019-11-05T13:41:40
47,642,968
28
1
null
null
null
null
UTF-8
C++
false
false
2,029
h
#ifndef __SLICOT_AB01MD_H__ #define __SLICOT_AB01MD_H__ // File version granularity. #ifndef SLICOT_AB01MD_VERSION_MAJOR #define SLICOT_AB01MD_VERSION_MAJOR 1 #endif #ifndef SLICOT_AB01MD_VERSION_MINOR #define SLICOT_AB01MD_VERSION_MINOR 0 #endif #ifndef SLICOT_AB01MD_PATCH_VERSION #define SLICOT_AB01...
[ "noreply@github.com" ]
noreply@github.com
9477742292d6bf041791e492b811c974b68857b9
d1ab005b98a200752187402ea3fbb30ce7e95176
/src/GMLFeature/gmlAppearance.h
b992dfb74f036216d30640125dd2fae5c67ef3c8
[]
no_license
MrBigDog/Geo3DML
ad4e3981a5f37aebf591f3178f8ecac4c27f00d4
d4a4b431331f6335e45f7c6fce1d92ea0fb0ee5b
refs/heads/master
2021-05-14T10:58:27.775494
2018-03-01T01:40:34
2018-03-01T01:40:34
116,368,209
3
0
null
null
null
null
GB18030
C++
false
false
1,339
h
#pragma once #include "gmlfeature.h" #include<string> #include "vtkOpenGLProperty.h" class vtkProperty; class GMLFEATURE_EXPORT gmlAppearance :public vtkOpenGLProperty { public: gmlAppearance(void); ~gmlAppearance(void); static gmlAppearance *New(); virtual char* GetClassName() { return "gmlAppearance"; }; enum ...
[ "635669462@qq.com" ]
635669462@qq.com
dfbddaabbeb60eae52e465881dff219e853fbaa1
7b3018f3c4260289ef8452e2bf8bc7f029752f19
/armstrong_number.cpp
c170005e2089e7a99504313cfb8c754e3b921b26
[]
no_license
Git-Pratik97/Challenges
996913dc35c95225d11c145b57ed472e76f79146
03a0ce8f551c899035650e4a19452b26f0ba3eec
refs/heads/main
2023-06-23T15:50:30.523612
2021-07-24T06:13:50
2021-07-24T06:13:50
387,706,088
0
0
null
null
null
null
UTF-8
C++
false
false
486
cpp
#include<iostream> #include<math.h> using namespace std; int main() { int n ; cin >> n; int sum = 0; int original_number = n; while (n>0) { int last_digit = n%10; sum += pow(last_digit,3); n = n/10; } ...
[ "noreply@github.com" ]
noreply@github.com
1a7cee4300ecbc23c480401811a861fcfe44dd0b
f3948bfdfb656a93070118b9a13eefa12ecc8383
/src/miner.cpp
ebdbc3b1c9bc74cb06e13e1bef81e783e31da2d9
[ "MIT" ]
permissive
zahidaliayub/FastCash
b488d90ed57cb08ffa9787061538c85414f8d787
77873b47049c9b12e735f9df9eeec3ed5c1948e4
refs/heads/master
2021-05-04T17:49:39.459291
2016-08-26T02:48:54
2016-08-26T02:48:54
120,279,257
0
0
null
null
null
null
UTF-8
C++
false
false
19,964
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "txdb.h" #include "miner.h"...
[ "fastcashteam@outlook.com" ]
fastcashteam@outlook.com
3d396e37cd86ab046ae00a710927bb9c86d407c2
b654c48c6a1f72140ca14defd05b835d4dec5a75
/prog3/prog3.cpp
336446d105389e59adc4dee80064b9f7110bdc4b
[]
no_license
johntalton/cs470
036ca995c48712d2506665a337a6d814ab11d347
187c87a60e2b2fdacd038eddb683a68ecd9c711d
refs/heads/master
2021-01-22T17:57:09.139203
1999-06-28T17:32:00
2017-08-18T18:09:22
100,736,624
0
0
null
null
null
null
UTF-8
C++
false
false
3,663
cpp
#include <iostream.h> #include "../glcontrol.h" //Include the basics for adding this into OpenGL #include "../globals.h" // All global vars and functions #include "../prog1/prog1.h" //Include OUR old basic code #include "../prog2/prog2.h" // includ some of our primitive stuff #include "prog3.h" // hope we...
[ "johntalton@gmail.com" ]
johntalton@gmail.com
dd0c116e4461f38102dc4948a3a4ff5e506f25e5
ec68c973b7cd3821dd70ed6787497a0f808e18e1
/Cpp/SDK/TOD_PointLight_A_parameters.h
fd1daeb563e895b6dc63f449b8665bb11d38c767
[]
no_license
Hengle/zRemnant-SDK
05be5801567a8cf67e8b03c50010f590d4e2599d
be2d99fb54f44a09ca52abc5f898e665964a24cb
refs/heads/main
2023-07-16T04:44:43.113226
2021-08-27T14:26:40
2021-08-27T14:26:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,011
h
#pragma once // Name: Remnant, Version: 1.0 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //---------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
b5a48293a3e78a0ef77669c555f74158a2e84199
85e875b32b26de82b877268b18c6b73ac3e2b804
/plant/plant.ino
0923286b8e4b7749c92528b03f9e239d00dee09b
[]
no_license
jeewonKim/manual
d6cda333b0419899513d18ce279c2111f87c403d
35c924258445c2d71eb56d8e4b005258319f501c
refs/heads/master
2021-01-23T16:14:43.254596
2017-06-04T04:08:57
2017-06-04T04:08:57
93,289,274
0
0
null
null
null
null
UTF-8
C++
false
false
330
ino
#define READPERIOD 5 unsigned long lastReadWrite; void setup() { Serial.begin(9600); lastReadWrite = millis(); } void loop() { if (millis() - lastReadWrite > READPERIOD) { int readValue = analogRead(A0); Serial.print(readValue); Serial.println(); Serial.flush(); lastReadWrite = millis();...
[ "noreply@github.com" ]
noreply@github.com
839a272864063506d45cc9ebc94f1928b8cf1168
1e10c085b20032a9c7c373bcb802ee2552b3fb27
/alice/software/b3d2/src/action_perform_decay.cc
a0b282f6627845da7254edf525a97e40fac3e207
[]
no_license
scottedwardpratt/hp
a5d65842fcfe24a43fb90c8df1b3328ad277f401
447fa5efdfc75681103542ff72e4d4a3dfee396f
refs/heads/master
2022-01-31T00:10:06.546100
2022-01-19T20:48:01
2022-01-19T20:48:01
239,546,812
0
0
null
null
null
null
UTF-8
C++
false
false
2,550
cc
#ifndef __ACTION_PERFORM_DECAY_CC__ #define __ACTION_PERFORM_DECAY_CC__ #include "b3d.h" #include "part.h" #include "cell.h" #include "resonances.h" void CAction::PerformDecay(){ CPart *mother,*dptr; CPartMap::iterator ppos; int ibody,nbodies,alpha; double mtot,mt,etamax=b3d->ETAMAX,mothermass; double deleta; F...
[ "prattsc@msu.edu" ]
prattsc@msu.edu
d702510e2f19624c1c373747d0edf2d02e223577
521ea4499e6360af48335e72802a1d536cad3233
/Base2B/main.cpp
e678f52d279b09cdaa34bbc681616ebdf81cd908
[]
no_license
ShirleyHou/3220_Asm3
3123505264fc2933c786cfb94e5e9dcae783ac08
3b47035465d40d931ee27105a479ef5f3d0a7c7f
refs/heads/master
2020-05-26T19:33:24.482524
2019-05-24T03:45:25
2019-05-24T03:45:25
188,348,239
0
0
null
null
null
null
UTF-8
C++
false
false
5,834
cpp
#include "dialog.h" #include <QApplication> #include <iostream> #include <QTextStream> #include <QFileInfo> #include <time.h> #include <vector> #include <tuple> #include "entityfactory.h" #include "jumpingstickman.h" #include "colouredentity.h" #include "flyingentity.h" #include "stage2dialog.h" #include...
[ "xhou0540@uni.sydney.edu.au" ]
xhou0540@uni.sydney.edu.au
f84f3f81fa949df71d408f2778385685136c645a
e81a82daa6542cd7c9e339f5bed5a3b17533d2ca
/test/MotionScriptRunnerTests.cc
4a8f9b9aa457157ea537bb6a1fc762b66ce8626d
[ "Apache-2.0" ]
permissive
drewnoakes/bold-humanoid
56ea9c06d673eff73bd07865bb0bea8d91371a04
6025fcc92cdf3ce9486d4fe5af4f30ee7a7a3335
refs/heads/master
2023-07-16T13:30:17.976858
2021-08-24T12:05:48
2021-08-24T12:05:48
398,125,395
0
0
null
null
null
null
UTF-8
C++
false
false
2,150
cc
#include <gtest/gtest.h> #include "../CM730Snapshot/cm730snapshot.hh" #include "../MotionScript/motionscript.hh" #include "../MotionScriptRunner/motionscriptrunner.hh" #include "../MotionTask/motiontask.hh" #include "../MX28Snapshot/mx28snapshot.hh" #include "../State/state.hh" #include "../StateObject/HardwareState/h...
[ "git@drewnoakes.com" ]
git@drewnoakes.com
ca7d741437661f28392e2f1c9ad8b3604a85eadc
6c2bc6db5031e6cffaeb9e05022daa8ce98cfe20
/Night_Light_Automation_System.ino
2c2b154bd6ce192998563630ad511df7c5c35de9
[]
no_license
NadaHussien12/Arduino-Final-Project-Team-5-
520a219abbcb7e1c71c15b74c0831abb08ebb318
de027f4f56aa4ee0a0a11586dd26962479b3e48c
refs/heads/main
2023-07-24T01:35:57.581962
2021-09-10T14:52:33
2021-09-10T14:52:33
405,114,791
1
0
null
null
null
null
UTF-8
C++
false
false
1,912
ino
//Declaration and initialization of some variables: #define LDR A0 #define LED 13 #include <Servo.h> // constants won't change const int TRIG_PIN = 6; // Arduino pin connected to Ultrasonic Sensor's TRIG pin const int ECHO_PIN = 7; // Arduino pin connected to Ultrasonic Sensor's ECHO pin const int SERVO_PIN = 9; /...
[ "84433181+NadaHussien12@users.noreply.github.com" ]
84433181+NadaHussien12@users.noreply.github.com
52d80b603cee1d8af643492f19457a0eac4313bb
7afa020b6e0cc14608cff1c4d5cbf0d67de3ffe5
/src/qt/optionsdialog.h
43586ce07c274ec672dee106592cc9f4e82ce063
[ "MIT" ]
permissive
bitcointest527/tesbit12
f032d9d469dadb8045a92c96956a2967d82b7dee
71ab5ef78e2c5dc5cf57ce853e4d64930a05947e
refs/heads/master
2023-08-08T08:40:41.473951
2019-11-28T15:44:40
2019-11-28T15:44:40
224,683,941
0
0
MIT
2023-07-22T22:55:34
2019-11-28T15:40:04
C
UTF-8
C++
false
false
1,838
h
// Copyright (c) 2009-2017 The Bitcoin Core developers // Copyright (c) 2019-2019 The bitcoinphantom Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef bitcoinphantom_QT_OPTIONSDIALOG_H #define bitcoinphanto...
[ "edbtcx@protonmail.com" ]
edbtcx@protonmail.com
6766cc6353443f84a7640b2d34379f4643816fb3
f55477989f690571822c034c44a4ff99ca86790d
/Server/network/Utility.cpp
1c90b23ff73f491c1206acd08fb156977b726698
[]
no_license
Arielce/c2p_server
9532564c0ac7ed9ee6d5c938d26304722030349f
8290cedb3b07ec2038aa5dcb69682b0386bf8071
refs/heads/master
2020-04-07T16:31:54.913823
2014-08-02T05:54:49
2014-08-02T05:54:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
452
cpp
#include "Utility.h" namespace cpnet { string GetProtoData(MessageHeader* pMsgHeader) { char* pBuf = (char*)pMsgHeader + sizeof(MessageHeader); int uDataSize = pMsgHeader->uMsgSize - sizeof(MessageHeader); return string(pBuf, uDataSize); } uint32_t GenRandom(uint32_t uMin, uint32_t uMax) { boost::random:...
[ "lovemychobits@sohu.com" ]
lovemychobits@sohu.com
bdd351b74b3bacd3de1f439e614d1a7e05473c98
e0cd22a3dbf1589cee37c33374607ed2ce66e95e
/cpp/opensourcesrcs/vcf/include/implementerKit/GTKFileSaveDialog.h
5bea8f3f0f97926d9c62afa893bcff40597e2eb3
[]
no_license
CodeOpsTech/DesignPatternsCpp
1335402e2c88a4b8715430210ec153af7bb733be
2c67495ffdc65443fae98b2879f7b608e3562876
refs/heads/master
2021-01-11T19:19:48.498940
2017-07-19T02:52:56
2017-07-19T02:52:56
79,355,314
1
0
null
null
null
null
UTF-8
C++
false
false
1,642
h
/** *Copyright (c) 2000-2001, Jim Crafton *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 conditions and ...
[ "ganesh@codeops.tech" ]
ganesh@codeops.tech
b206cb31b07ea0d5d3cf1c4c439d7d472df1659b
8aa5cd4de3323f6f3518834406ed51a27eed2c31
/src/stl/map.h
49eb0d37dc18243673d1405e625d4052e706b943
[ "Zlib" ]
permissive
raptoravis/two
c07b0583ee643c2375323a74802850c3449ac610
4366fcf8b3072d0233eb8e1e91ac1105194f60f5
refs/heads/master
2020-07-24T12:32:48.848094
2019-09-12T00:51:43
2019-09-12T00:51:43
207,928,784
0
0
Zlib
2019-09-12T00:09:58
2019-09-12T00:09:58
null
UTF-8
C++
false
false
279
h
#pragma once #include <infra/Config.h> #ifdef USE_STL #include <map> namespace stl { using std::map; } #else #include <stl/unordered_map.h> namespace stl { template <class K, class T> using map = stl::unordered_map<K, T>; } #endif namespace two { export_ using stl::map; }
[ "hugo.amiard@laposte.net" ]
hugo.amiard@laposte.net
188f7834bd30007214f94499f7b71ebe2a3423fa
22bcbec7293f17147341383e19d8fb88cf9b82d1
/Skeleton.cpp
ca53dd1f2df1ca0f107b0199a309b56cf52e2273
[]
no_license
iscream1/graf17_2
553bdedbe1f16f1f61e783d5c1e88b5a0ad26d48
35e8f7baa333378f32b1c60d7dd4a8ff0f39001c
refs/heads/master
2021-01-19T21:24:09.319237
2017-04-18T18:03:34
2017-04-18T18:03:34
88,654,697
0
0
null
null
null
null
ISO-8859-2
C++
false
false
24,419
cpp
//============================================================================================= // Szamitogepes grafika hazi feladat keret. Ervenyes 2017-tol. // A //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // sorokon beluli reszben celszeru garazdalkodni, mert a tobbit ugyis toroljuk. // A beadott program cs...
[ "iscream.94@gmail.com" ]
iscream.94@gmail.com
94a23708fa462093f96ec7bf53ec43fdeb6f9526
5ee7069d787f644edb981e2d26d0aa3c80f87166
/CodeChef/Practice/Beginner/Magic Set/Sol.cpp
148ece3fedba2ff94e07ce2f8eadefaee9536c46
[]
no_license
Sachindrck/Programs-in-cplusplus
bf9d60433e413d0482e77a26b60e6839e67fdca1
50152b73dd82ca2163215046a49778a429b14aaf
refs/heads/master
2023-04-13T15:48:25.819602
2021-04-15T18:48:44
2021-04-15T18:48:44
280,042,507
2
0
null
2021-04-14T07:08:48
2020-07-16T03:25:12
C++
UTF-8
C++
false
false
487
cpp
#include<iostream> using namespace std; int main() { int t; cin>>t; while(t--) { int n,m; cin>>n>>m; int a[n]; for(int i=0;i<n;i++) { cin>>a[i]; } int count =0; for(int i=0;i<n;i++) { if(a[i]%m==0) ...
[ "noreply@github.com" ]
noreply@github.com
d017fadecaf4be945c8ac208252cb37e8b5ecdeb
647f81510c40c58943aba4a5ba7fece6d1bb46ef
/app/src/main/cpp/SystemAbstraction/Application/CapAfri/demo.hpp
c75a212be86334e9c6ca51912e1be869d88db7fb
[]
no_license
rafal-tarnow/endless_tunnel_multiplatform_tempelate
3d12e4fc809ec0a1b1aa5b295167ac0ab2b9ec79
2e710e57754465bfc3196476914871bd48327075
refs/heads/master
2021-05-12T00:19:20.582363
2019-05-23T06:15:18
2019-05-23T06:15:18
117,531,557
0
0
null
null
null
null
UTF-8
C++
false
false
1,617
hpp
#pragma once #include "./Application/libs/nuklear/implementation/nuklear_gles2.hpp" #include "system_abstraction.hpp" #include <string> using namespace std; #define UNUSED(a) (void)a #define MAX(a,b) ((a) < (b) ? (b) : (a)) class MapEditorGuiEventListener{ public: virtual void gui_onSaveMapButtonClicked() = 0...
[ "rafal-tarnow@wp.pl" ]
rafal-tarnow@wp.pl
6235eb63211549a8f44c2c4e5b1c874c07c4a792
1f26962debe644c50c4f04a2f6deb58973aa7df4
/mainwindow.cpp
361ca3a527c01c027f56d2e26482f5288141e5cb
[ "MIT" ]
permissive
lanser-z/qmultisel
2fe1510f99b2dead5c5f96ca1cc30cebba9c5ee9
24bfcf7a3668bcb2b40302eba25a484e4292ba60
refs/heads/master
2020-06-20T00:37:13.090714
2019-07-15T10:46:09
2019-07-15T10:46:09
196,930,662
1
0
null
null
null
null
UTF-8
C++
false
false
1,543
cpp
#include "mainwindow.h" #include <QVBoxLayout> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), m_rangeTable(this), m_addButton("+", this), m_subButton("-", this) { setMinimumSize(800, 600); setWindowTitle("Merge multiple videos"); m_addButton.move(0, -2); m_subButton.move(50, -2); ...
[ "szs@zhoi.net" ]
szs@zhoi.net
c7478139b561c9ffc602af64f864f59b3d6295d9
970f47b70ab7aefd5c510e0806615a51d5bc35cb
/hmodproduct.h
94fa6ce208b1560c9854fbd340e6107f60cbb01c
[]
no_license
fblabs/HamletMODSF
0d6ce7f93cdf889b14503b49c5e29fb62f203857
f2da591e4240675739775c15e7587a029d047b16
refs/heads/master
2022-12-06T01:53:21.986719
2020-08-26T17:08:12
2020-08-26T17:08:12
269,602,982
0
0
null
2020-07-22T10:47:41
2020-06-05T10:37:32
C++
UTF-8
C++
false
false
978
h
#ifndef HMODPRODUCT_H #define HMODPRODUCT_H #include <QWidget> #include <QSqlDatabase> #include <QSqlRelationalTableModel> #include <QDataWidgetMapper> #include <QSqlTableModel> #include "huser.h" enum FIELDS{ ID=0, CODICE=1, DESCRIZIONE=2, TIPO=3, ALLERGENE=4, ATTIVO=5, ...
[ "fabio.bonfante@fblabs.eu" ]
fabio.bonfante@fblabs.eu
650689813b9d39259b8332d1192514f85d392438
7c2ad32683d4096041a129ddce907a0247f57fe3
/Source/stdafx.h
edd6a76a4f4bbc26ffc63ddffe714b5e811a4a8a
[]
no_license
nico3000/Geordi
24e9a3d4abd3cfb0dd1c01fed35cc5d25bc22212
0ec9bce49767ed4065e7f0a0caf7112f925d115b
refs/heads/master
2016-09-05T18:23:30.797661
2012-06-03T14:40:19
2012-06-03T14:40:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,754
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define _CRTDBG_MAP_ALLOC ...
[ "nicotopia@hotmail.com" ]
nicotopia@hotmail.com
6ad5c60415d6442e7288f57778e62748223f110a
06788ba303a526b4f8e34ae1c08a95c38c928643
/v8-link/jsc-v8-wrap.cc.inl
76dadd6fb01cd730ad545fd2f994d26b4d47574c
[ "BSD-3-Clause" ]
permissive
kisskillkiss/ngui
e11ad7b41ad905330cc38c0367eaf948a2184425
007649890b27a5ef7edc66711a16706a2e4f7a8a
refs/heads/master
2021-08-22T04:44:38.851207
2017-11-29T09:29:12
2017-11-29T09:29:12
112,547,452
1
0
null
2017-11-30T01:15:37
2017-11-30T01:15:37
null
UTF-8
C++
false
false
4,837
inl
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2015, xuewen.chu * 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 sourc...
[ "louistru@hotmail.com" ]
louistru@hotmail.com
c57fe08b0bcc8520848351777f34dedd06ee46b5
e4d6c925c9fa1b2312b66951f4402b18bb02e6e9
/recursos/GI_1/CameraPerspective.h
31e6b3bd90391c750c9e64b16aba255882876155
[]
no_license
miguel7penteado/ComputacaoHeterogenea
51e11f64d91fa93e49a008c803bfe45acd96ddc5
d2c4c381c4442a94f7233592dc0feae21505f296
refs/heads/master
2021-01-08T04:40:21.219013
2020-03-02T14:09:26
2020-03-02T14:09:26
241,915,790
0
0
null
null
null
null
UTF-8
C++
false
false
701
h
/* * CameraPerspective.h * * Created on: Nov 15, 2018 * Author: jack */ #ifndef CAMERAPERSPECTIVE_H_ #define CAMERAPERSPECTIVE_H_ #include "Camera.h" class CameraPerspective : public Camera { public: CameraPerspective(); virtual ~CameraPerspective(); inline CameraPerspective(vec3 camPos,vec3 lookAt,ve...
[ "sp-miguel@pernilongo" ]
sp-miguel@pernilongo
7a5759f25a4fa3a4496a60def17a95b66a00e3d3
0dca3325c194509a48d0c4056909175d6c29f7bc
/sas/src/model/DescribeWebLockConfigListResult.cc
6187abb3711b34edad4912368dfb93be82ba7874
[ "Apache-2.0" ]
permissive
dingshiyu/aliyun-openapi-cpp-sdk
3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62
4edd799a79f9b94330d5705bb0789105b6d0bb44
refs/heads/master
2023-07-31T10:11:20.446221
2021-09-26T10:08:42
2021-09-26T10:08:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,356
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
8dc32159786249d88d6e8484ca0bfbd5e3d98cfc
b8a27c530318a49d2b30b3e4cc7b29687a2a739f
/Quadcopter.ino
1de9acc96f10f3a7a9ebbbbb429a241747890c27
[]
no_license
jdryden572/Quadcopter
e4dbda53519ba53d7e85e00e529d0ca31647cdd6
30be7b517b6efb8874694cbd436370e8a8a7a969
refs/heads/master
2021-01-18T14:48:38.254358
2014-12-30T03:53:00
2014-12-30T03:53:00
28,355,030
0
0
null
null
null
null
UTF-8
C++
false
false
4,225
ino
/* Quadcopter By James Dryden & Ryan Barbaccia For Penn State ME 445 - Microcomputer Interfacing */ #include <Wire.h> #include <QuadPID.h> #include "Config.h" #include "Def.h" #ifdef USE_SERVO_LIB #include <Servo.h> #endif // ============================================================================ // ...
[ "jdryden572@gmail.com" ]
jdryden572@gmail.com
75f59a42c10b46f3d55d4052d51aa64178af2ea1
3e4a7f76fb4563fbc6e2be63c280438a5950b284
/src/testing/performance/kd_performance.cpp
c1777d1b1af3e18fa9cffc775d1ae258e23c431a
[]
no_license
kluopaja/raycaster-tira
af0eaee13054b20451e42fdb162f82e96fed6660
4bfdde05b4e6455879dc9ccf8da2dddc8169b292
refs/heads/master
2023-01-06T22:16:11.970836
2020-10-28T06:50:13
2020-10-28T06:50:13
292,952,246
0
0
null
null
null
null
UTF-8
C++
false
false
5,448
cpp
#include <algorithm> #include <chrono> #include <cmath> #include <iomanip> #include <iostream> #include <random> #include <string> #include "../../model_loader.h" #include "../../raycaster.h" #include "../../utils.h" #include "../../vector.h" #include "../test_utils.h" #include "performance_utils.h" namespace { void ...
[ "kalle.luopajarvi@helsinki.fi" ]
kalle.luopajarvi@helsinki.fi
3b8d6bced429eb79b55683c23f3936d6ffca33dd
612f1daaf7d2b72a69f880c075fceba47bf6ba58
/core/utils/mpls.h
3e686e6ad2fe61b959f84c3b8043a8c085514604
[ "BSD-3-Clause" ]
permissive
gampel/bess
5b10f893154e79f6b6fbd157f521ec8afeb76778
5a42a7741a106bb85a096e63ed7b77c908e2a601
refs/heads/master
2020-12-02T22:28:21.570997
2017-07-14T02:45:30
2017-07-14T02:45:30
96,136,664
0
0
null
2017-07-03T17:51:50
2017-07-03T17:51:50
null
UTF-8
C++
false
false
1,339
h
#ifndef BESS_UTILS_MPLS_H_ #define BESS_UTILS_MPLS_H_ #include "rte_byteorder.h" namespace bess { namespace utils { // MPLS header definition, Reference: RFC 5462, RFC 3032 // // 0 1 2 3 // 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 // +-+-...
[ "barath@icsi.berkeley.edu" ]
barath@icsi.berkeley.edu
ca8ec368a2b2b4134b23ba66a13d4b82c2c1de47
73c8a3179b944b63b2a798542896e4cdf0937b6e
/Notebook/src/Mathematics - Miller-Rabin Primality Test.cpp
54f399d4d07bb7c52df9e58bacc436dd530159ea
[ "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
1,170
cpp
bool miillerTest(Int d, Int n) { // Pick a random number in [2..n-2] // Corner cases make sure that n > 4 Int a = 2 + rand() % (n - 4); // Compute a^d % n Int x = modPow(a, d, n); if (x == 1 || x == n-1) { return true; } // Keep squaring x while one of the following does...
[ "jefersonlsiq@gmail.com" ]
jefersonlsiq@gmail.com
b47315cdf271420bc28a84c92392e4bc19a6359c
6848723448cc22474863f6506f30bdbac2b6293e
/tools/mosesdecoder-master/mert/SentenceLevelScorer.cpp
0d1c15140494a10d6d93c9d845f9ff74e8edc7ea
[ "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "GPL-2.0-only", "Apache-2.0" ]
permissive
Pangeamt/nectm
74b3052ba51f227cd508b89d3c565feccc0d2f4f
6b84f048698f2530b9fdbb30695f2e2217c3fbfe
refs/heads/master
2022-04-09T11:21:56.646469
2020-03-30T07:37:41
2020-03-30T07:37:41
250,306,101
1
0
Apache-2.0
2020-03-26T16:05:11
2020-03-26T16:05:10
null
UTF-8
C++
false
false
5,022
cpp
// // SentenceLevelScorer.cpp // mert_lib // // Created by Hieu Hoang on 22/06/2012. // Copyright 2012 __MyCompanyName__. All rights reserved. // #include "SentenceLevelScorer.h" #include <iostream> #include <boost/spirit/home/support/detail/lexer/runtime_error.hpp> using namespace std; namespace MosesTuning { ...
[ "alexander.raginsky@gmail.com" ]
alexander.raginsky@gmail.com
a077dbf6fb7a779be25989a37006410e927726e7
1766a5640e34c1073e943f7a223cd0c3a994c4db
/third/3rd_qwt/qwt_plot_zoomer.h
ed2a63733e649c5bd8594b3dccb332ad5896e8f8
[ "LicenseRef-scancode-mulanpsl-1.0-en", "MulanPSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
feiyangqingyun/QWidgetDemo
0c6ca8ee5b048dab50795270e91676f526c4bd74
9af16093a20ed140c772d20fb7c5691848534e4e
refs/heads/master
2023-09-01T22:17:05.797092
2023-08-17T02:28:48
2023-08-17T02:28:48
212,790,745
4,856
1,440
NOASSERTION
2023-07-09T08:50:30
2019-10-04T10:34:00
C++
UTF-8
C++
false
false
4,290
h
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- ***************************** * Qwt Widget Library * Copyright (C) 1997 Josef Wilgen * Copyright (C) 2002 Uwe Rathmann * * This library is free software; you can redistribute it and/or * modify it under the terms of the Qwt License, Version 1.0 **************...
[ "feiyangqingyun@163.com" ]
feiyangqingyun@163.com
fd44c1e1c7af87699c47c0872da6913eb82f3207
34491e8a3ed1499d840e0d18dcb8101546150720
/SPARKS/RebeccaAIMLSpark/Dependencies/include/rebecca/framework/Tag.h
9830b589343d290675bd5a6c14c8749394371427
[ "MIT" ]
permissive
adele-robots/fiona
128061a86593bc75b3c5b0cf591de2158c681cc6
1ef1fb18e620e18b2187e79e4cca31d66d3f1fd2
refs/heads/master
2020-06-19T04:42:14.203355
2020-06-10T10:46:58
2020-06-10T10:46:58
196,561,178
0
1
null
null
null
null
UTF-8
C++
false
false
9,361
h
#ifndef REBECCA_FRAMEWORK_TAG_H #define REBECCA_FRAMEWORK_TAG_H /* * RebeccaAIML, Artificial Intelligence Markup Language * C++ api and engine. * * Copyright (C) 2005 Frank Hassanabad * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
[ "root@euve263700.serverprofi24.net" ]
root@euve263700.serverprofi24.net
852b3171e67bde93b58fc98e930c57f7492e56a4
bc6c9971280fe06717d1afbe28f8a56a40679e47
/provox/Window/Window.cpp
a502904975fd945c99544d59d1e16678dcc03ef9
[ "MIT" ]
permissive
keyboardsmoke/provox
59d0cee66898729d66978b58d75454ff0726ccc3
4efc9acc0b0991f47c1031c58b6453c9e167d500
refs/heads/master
2023-04-18T08:43:21.861362
2020-05-24T10:34:42
2020-05-24T10:34:42
261,407,151
0
0
null
null
null
null
UTF-8
C++
false
false
392
cpp
#include "pch.h" #include "window.h" #include "Win32Window.h" #include "XLibWindow.h" Window* Window::Create(Float x, Float y, Float width, Float height) { Window* win = nullptr; #if PROVOX_PLATFORM == PLATFORM_WINDOWS win = new Win32Window(); #else #endif if (!win->Initialize(x, y, width, height)) ...
[ "aartz@blizzard.com" ]
aartz@blizzard.com
5f6630a168c9b551a6e52177e01e7903e2feb866
79663a9d2a219e4038085d966eddde2211e99c5e
/source/baseSha32.cpp
cbfab1f7f33c97b943e1638c97a1da7c7cb8a4e1
[]
no_license
NightOfTwelve/HashDigester-x
11f52d82dbb1e3c765246bcc8bfa8a4e6d0a0f1d
0804a09a048cb7a79de9fe3cfaa006cf324fda77
refs/heads/master
2020-04-06T06:34:50.088605
2015-01-30T16:33:41
2015-01-30T16:33:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,304
cpp
// // Creator: http://www.dicelocksecurity.com // Version: vers.6.0.0.1 // // Copyright 2009-2012 DiceLock Security, LLC. All rights reserved. // // DISCLAIMER // // THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, // INCLUDING, BUT NOT LIMITED TO, ...
[ "aferre@dicelocksecurity.com" ]
aferre@dicelocksecurity.com
842c0be071f364c804eb9ded1958072ff765396b
5c3482acee610df29c3a5e4fac24bd35485a496c
/example/dump-symbols.cpp
8754156a31d8e0ebbeaed25d036972181025be35
[ "BSL-1.0" ]
permissive
MattiRegenhardt/pdb
52996cf40fff1f368c71133c42b946222640ae93
90a7cbedd5ae4dd4451dcf30159753882b559aa0
refs/heads/master
2023-03-12T18:17:25.865283
2021-03-01T02:35:11
2021-03-01T02:35:11
343,000,431
0
0
null
null
null
null
UTF-8
C++
false
false
2,469
cpp
// // Created by Matti on 28.02.2021. // #include <iostream> #include <cstdint> #include <fstream> #include <memory> #include <pdb/pdb.hpp> std::int32_t main(std::int32_t argc, char const* argv[]) { for (auto i = 1; i < argc; ++i) { std::ifstream in{ argv[i], std::ifstream::in | std::ifstream::binary | std::ifstr...
[ "mattiregenhardt@gmail.com" ]
mattiregenhardt@gmail.com
41559e45fe1d76e1bd67db67c17556ffe97a2c55
fef58dcd0c1434724a0a0a82e4c84ae906200289
/usages/0x7CE1CCB9B293020E.cpp
47ab97692b670a7c578721378b28dce95e346fb8
[]
no_license
DottieDot/gta5-additional-nativedb-data
a8945d29a60c04dc202f180e947cbdb3e0842ace
aea92b8b66833f063f391cb86cbcf4d58e1d7da3
refs/heads/main
2023-06-14T08:09:24.230253
2021-07-11T20:43:48
2021-07-11T20:43:48
380,364,689
1
0
null
null
null
null
UTF-8
C++
false
false
350
cpp
// abigail1.ysc @ L36547 int func_248(int iParam0) { int iVar0; char* sVar1; iVar0 = ENTITY::GET_ENTITY_MODEL(iParam0); sVar1 = VEHICLE::GET_VEHICLE_NUMBER_PLATE_TEXT(iParam0); if (iVar0 == joaat("SPEEDO") && MISC::ARE_STRINGS_EQUAL(sVar1, "LAMAR G ")) { return 1; } if (!func_239(iVar0, 0)) { ...
[ "tvangroenigen@outlook.com" ]
tvangroenigen@outlook.com
b3507ee9469ba91d306be15eefc3343d48159fb3
122c628a8dc72460e9c568b1f77482017004f658
/src/map.cpp
99de79bab1c9d6a8b3e78bf1f5f2b830b79fd9f6
[ "MIT" ]
permissive
ferorga/CarND-Path-Planning-Project
44dad39b7095291871a2796d32521778a6caac93
3c3fdef76758819ccccd8a12f92de4d94f2b6803
refs/heads/master
2020-04-26T01:22:42.371546
2019-04-04T19:06:19
2019-04-04T19:06:19
173,202,355
0
0
null
2019-02-28T23:21:19
2019-02-28T23:21:18
null
UTF-8
C++
false
false
3,488
cpp
#include <iostream> #include <vector> #include <math.h> #include "map.h" #include "helpers.h" #include "spline.h" using namespace std; static const double MAX_TRACK_S = 6945.554; // Map::Map(){} Map &Map::getInstance() { // Guaranteed to be instantiated on first use static Map instance; return instance; } void ...
[ "ferorga1@gmail.com" ]
ferorga1@gmail.com
122427d1c2d76543c6cf4e806090059517d23b22
f3c8d78b4f8af9a5a0d047fbae32a5c2fca0edab
/Qt/other/http/src/httpwindow.h
94565926794a0e4f19b460af802e78b5bad72246
[]
no_license
RinatB2017/mega_GIT
7ddaa3ff258afee1a89503e42b6719fb57a3cc32
f322e460a1a5029385843646ead7d6874479861e
refs/heads/master
2023-09-02T03:44:33.869767
2023-08-21T08:20:14
2023-08-21T08:20:14
97,226,298
5
2
null
2022-12-09T10:31:43
2017-07-14T11:17:39
C++
UTF-8
C++
false
false
4,039
h
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage ** Licensees holding valid commercial Qt...
[ "tux4096@gmail.com" ]
tux4096@gmail.com
e4852ce8db84b089f46884319bc8d53ccbb36f75
b411a60c033a4cddabaa2afb5ea681224e0293d6
/Levitan/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/Vuforia.Unity.Engine4.cpp
ea99caa4a5beb6e60b6c7dfd1f8fc38ad8e4e14b
[]
no_license
SanyaKirilv/LevitanAR
b3f8be457a35ef9fec5d68a361521bf88992cfe1
3bae2a611c072046483b6c577bb39d21455390c3
refs/heads/main
2023-09-03T18:56:28.651375
2021-10-22T17:49:44
2021-10-22T17:49:44
352,144,747
1
0
null
null
null
null
UTF-8
C++
false
false
2,456,428
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvoke...
[ "71167144+SanyaKirilv@users.noreply.github.com" ]
71167144+SanyaKirilv@users.noreply.github.com
4ec59d8524837c76f0b57b0aa9e10ecf82be7f50
5f0cbea83c700a32fb311d3fdaac85d1557912ba
/EDXUtil/Graphics/ObjMesh.cpp
274daf2002650825ca04ec5e30692c86e48255bd
[]
no_license
liujiapeng550/JPRender
2256582029637539ba5170770033a18698d403ba
7c64955cfa69c3c5f9140c523e9cb2f5051b9285
refs/heads/master
2023-05-24T21:55:14.049125
2023-05-20T00:49:11
2023-05-20T00:49:11
138,878,191
3
2
null
null
null
null
UTF-8
C++
false
false
18,042
cpp
#include "ObjMesh.h" #include "../Math/Matrix.h" #include "../Core/Memory.h" namespace EDX { bool ObjMesh::LoadFromObj(const Vector3& pos, const Vector3& scl, const Vector3& rot, const char* strPath, const bool forceComputeNormal, const bool makeLeftHanded) { Array<Vector3> positionBuf; Array<Vector3> ...
[ "707752925@qq.com" ]
707752925@qq.com
bc06ab97d35a5145092ac134d5c58708cd00138b
f07c072871f8c6e8f25e63a2a05308575eb3242c
/Codeforces/A. Kyoya And Photbooks.cpp
e9b00c87389fbe4f1ca666e9b191d7e1d4bf559d
[]
no_license
pathakaditya6/Competitive-Programming
7c5d71dcc537152fb06b4e580a68cbe00572a9b1
e6175075cfc82b4ab166181ccaf7a447635911ca
refs/heads/main
2023-01-15T16:32:52.125572
2020-11-22T23:31:57
2020-11-22T23:31:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
787
cpp
// In the name of Aadi Shakti // We are nothing and you are everything // Jai Mata Di #include <bits/stdc++.h> using namespace std; #define int long long #define fast ios_base::sync_with_stdio(false) ; cin.tie(0) ; cout.tie(0) ; #define endl '\n' void solve() { string s ; cin >> s ; cout << ( ...
[ "ayushkumar1234@protonmail.com" ]
ayushkumar1234@protonmail.com
00831d7bfa270e3897461756a044354f9bf36fd5
75c49d1c44aa40c9ea9a787b7bbe0fc333867ea6
/1028.cpp
2c3c139438b4b84db0bfd414aecc564887033d77
[]
no_license
PiKesi522/Cpp-Test
551ad324313e0bdf41bf9d82421fb5c02b2a7398
eec33ce1c0d1b40be8f25eeccb465c81c8d89623
refs/heads/main
2023-05-03T00:53:12.299910
2021-03-27T05:05:39
2021-03-27T05:05:39
351,985,564
1
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include <iostream> #include <string> #include <vector> #include <algorithm> #include <set> using namespace std; set<long long> s; void question(int method) { long long temp; while(cin >> temp) s.insert(temp); //auto beg = --s.begin(); if(method == 'A') for(auto v : s...
[ "noreply@github.com" ]
noreply@github.com
c89f6e0af1bda6b6c11b9d09ceec6375c1369e04
fc92e5a0ff95baa83b41ba31cdc36afc209c3342
/C++/HoldEm/Card.h
044129e63232d838cd5da094ce565354c6cb22c3
[]
no_license
shafeen/Utilities
b07e5a97f14e68901fa528340b679e3bfc7a881c
52ee7beb416f5c10984624f36f3aaa7c74558cba
refs/heads/master
2020-05-21T04:23:01.584683
2017-10-04T13:09:25
2017-10-04T13:09:25
15,571,443
0
0
null
null
null
null
UTF-8
C++
false
false
591
h
// // Created by Shafeen M. on 10/11/2015. // #ifndef CLIONTEST_CARD_H #define CLIONTEST_CARD_H #include <vector> using std::vector; class Card { public: static vector<Card> createDeck(); enum FaceCard { A=1, J=11, Q=12, K=13 }; enum Suit { Hearts=0, Diamonds=1, Spades=2, Clubs=3 }; private: unsign...
[ "sodl02@gmail.com" ]
sodl02@gmail.com