blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
26
license_type
stringclasses
2 values
repo_name
stringlengths
7
95
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
57 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
197k
639M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
34 values
src_encoding
stringclasses
18 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
11
9.86M
extension
stringclasses
27 values
content
stringlengths
11
9.86M
authors
listlengths
1
1
author
stringlengths
0
70
9e48c2d5e1dd5377ade75545a1450f5d49a47873
0e1693c18bb5897e2242549b2512d34555a0a266
/Libraries/Prim.cpp
e189788adc2ea9ff796b9f20d05d0fb773bca2b1
[]
no_license
AngelFA04/algoritmos
b3c9cef7b37fb500f05cc463677a99564cefe847
bbc16d8e492872d6d3cd2f6f0586d3ee9e5590d3
refs/heads/master
2022-12-02T02:27:06.874755
2020-08-19T15:49:21
2020-08-19T15:49:21
287,777,577
0
0
null
null
null
null
UTF-8
C++
false
false
1,567
cpp
#include <iostream> #include <limits.h> #include "Prim.h" using namespace std; Prim::Prim(int numeroNodos, int **matrizAdj){ this->numeroNodos = numeroNodos; this->matrizAdj = matrizAdj; arbol = new int[numeroNodos]; visitados = new bool[numeroNodos]; } void Prim::inicializarValores(...
[ "cyberangel1000@gmail.com" ]
cyberangel1000@gmail.com
dd5a3f7f5f30d778882add63e5e6f5456d399c77
681dd06d092fb9af9639fdc2d9be897ffc260645
/Source/JCVoronoiPlugin/Private/JCVValueGenerator.cpp
83ee3f966e32942e4d7e89a0594724aa79286207
[ "MIT" ]
permissive
mengdada/JCVoronoiPlugin
5934675540a9307cbfc3f6613e231e9a00dd4839
25b309759160d52f44604f013e4551c6e597fa19
refs/heads/master
2020-05-15T23:07:18.883778
2019-04-03T22:15:20
2019-04-03T22:15:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,001
cpp
//////////////////////////////////////////////////////////////////////////////// // // MIT License // // Copyright (c) 2018-2019 Nuraga Wiswakarma // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in t...
[ "kubis.padangpasir@gmail.com" ]
kubis.padangpasir@gmail.com
61b9d2a7d8ec3cc44a705922c59a4a5e05adfe49
050b2e7566af61eba7983e2a38a32c34c48b07bb
/balancer/service/center/src/handle/server/SyncServiceRsp.cc
ee65a35499c3935512e916a4dba2418003760d5a
[]
no_license
coolulu/balancer
2e4084f57ad57c9613e5bc96f3d550d84360d9be
2d214dcefb149ba60622b035e280b2ee7a2958bb
refs/heads/master
2021-06-26T20:43:30.713616
2019-02-13T13:49:20
2019-02-13T13:49:20
132,157,585
1
0
null
2018-07-22T02:40:28
2018-05-04T15:28:11
C++
UTF-8
C++
false
false
1,214
cc
#include "SyncServiceRsp.h" #include "log/Log.h" SyncServiceRsp::SyncServiceRsp(Proc& proc, const muduo::net::TcpConnectionPtr& conn, PacketPtr& packet_ptr, muduo::Timestamp time) : _proc(proc), _conn(conn), _packet_ptr(packet_ptr), _time(time) { } SyncServiceRsp::~SyncService...
[ "757533566@qq.com" ]
757533566@qq.com
4e3f4b20ee8c0cda628457b83582e40577e02ee7
2962f164cecb440ecd905ab9f3cc569c03a01ad5
/RtspPlayer/assemblies/sunell/include/MultiTripWireAbility.h
107116e9f0e55f2c5bdb42e2db36d19be682d7f6
[]
no_license
paxan222/hello-world
5ef9bd04a5c4337c1403a04973e2c0c11665bb26
c55c60e0f72a04e1e2560dc19c2a6bbd7e8b430f
refs/heads/master
2020-12-11T21:09:30.200433
2017-05-04T08:39:53
2017-05-04T08:39:53
55,044,669
0
1
null
null
null
null
GB18030
C++
false
false
28,790
h
#ifndef _MULTITRIPWIREABILITY_H_ #define _MULTITRIPWIREABILITY_H_ #include "SNPlatOS.h" #include "DomainConst.h" #include <string> /**********************************************************************/ //此处用于控制文件编译字节对齐,拷贝时两行注释间内容需一起拷贝, //结束处的“#ifdef PRAGMA_PACK”部分也要一起拷贝,否则pragma pack入栈出栈不匹配 #if(PRAGMA_PACK_DEFINE !...
[ "paxan222@yandex.ru" ]
paxan222@yandex.ru
372cda4d3001bc77956d7874d8c9b11ca960ecc4
82886772b5b5a201979112790fe38b93755f810b
/src/Grid.cpp
918f1c06a83e19e9e4a3a18e9dd540ced8b1baa5
[]
no_license
wnguatem/Simple3DViewer
49fbcd8d2d1f749a06ea1db6c926b2863e9d72c1
87b2ff8fa357bc11272c50c9f9ccdeceb157b996
refs/heads/master
2021-01-18T22:33:33.447227
2016-02-04T16:54:38
2016-02-04T16:54:38
32,938,923
5
1
null
2016-06-01T17:50:14
2015-03-26T16:27:54
C++
UTF-8
C++
false
false
4,351
cpp
#include "Grid.h" #include "Game.h" #include "GameException.h" #include "Camera.h" #include "ColorHelper.h" #include "VectorHelper.h" #include "Utility.h" #include "VertexDeclarations.h" using namespace glm; namespace Library { //RTTI_DEFINITIONS(Grid) const GLuint Grid::DefaultSize = 50; const GLuint Grid::Defau...
[ "william.nguatem@googlemail.com" ]
william.nguatem@googlemail.com
20357a8d46bbc68fc3857cc400c07cb69f883b62
fbc4da93b078c320b064f413ee3721a3f24277af
/OfficeVol2/OptionDlgModule.cpp
72d42a5839251625842b4bb60ddea540ce5a9b5c
[]
no_license
wyrover/LazyVol
f97f696d12f7f2053a18a81c130afc9f8eee303c
925df4b1eb1a2405d570a0b59ec58aeb3c1d3c60
refs/heads/master
2021-01-20T08:00:16.257356
2013-04-24T06:59:35
2013-04-24T06:59:35
null
0
0
null
null
null
null
GB18030
C++
false
false
14,927
cpp
#include "MainHead.h" #include "OfficeVolModule.h" #include "OptionDlgModule.h" OptionDlgModule::OptionDlgModule(HWND parent_hwnd):mParentHwnd(parent_hwnd) { } OptionDlgModule::~OptionDlgModule(void) { } LPCTSTR OptionDlgModule::GetWindowClassName() const { return _T("ScanMainForm"); }; void OptionDlgMod...
[ "guolisen@163.com" ]
guolisen@163.com
013e5d9fcf18c0d83a43c6e0b9c0e65ed2e0ea1f
9e6844d984c81fcd002c81452b5648585b90abaa
/tests/test.cpp
a5560119ab97c0066169990afc3d87d4bf7e9579
[]
no_license
siriusbetta/cpp_connector
5cc0edd8388dc74af9b48e4f7086ca1d54f9521d
ea13cfd9993b2d087ed443472af5c5355db760a1
refs/heads/master
2021-07-03T18:04:44.967981
2017-09-26T14:33:33
2017-09-26T14:33:33
104,113,909
0
0
null
null
null
null
UTF-8
C++
false
false
375
cpp
#define CATCH_CONFIG_MAIN #include <../include/Catch/include/catch.hpp> unsigned int Factorial( unsigned int number) { return number <= 1 ? number : Factorial(number - 1) * number; } TEST_CASE( "Factorial are computed", "[factorial]") { REQUIRE( Factorial(1) == 1 ); REQUIRE( Factorial(2) == 2 ); REQUIRE( Factor...
[ "conan85@inbox.ru" ]
conan85@inbox.ru
bb8402d568064b70e1536b152e54c902578f2699
d7c94f4a713aaf0fbb3dbb9b56c9f6945e0479c1
/URI Online Judge/uri2309.cpp
e78d5b4d834b7ec294a5f7027494c2e143a8f265
[]
no_license
fonte-nele/Competitive-Programming
2dabb4aab6ce2e6dc552885464fefdd485f9218c
faf0c6077ae0115f121968f7b70f4d68f9ce922b
refs/heads/master
2021-06-28T09:24:07.708562
2020-12-27T14:45:15
2020-12-27T14:45:15
193,268,717
3
0
null
null
null
null
UTF-8
C++
false
false
870
cpp
#include <cstdio> int getValue(int n) { switch (n) { case 4: return 0; case 5: return 1; case 6: return 2; case 7: return 3; case 12: return 4; case 11: return 5; case 13: return 6; case 1: return 7; case 2: return 8; case 3: ret...
[ "felipephontinelly@hotmail.com" ]
felipephontinelly@hotmail.com
c0ba5e02dbe26de3c9ba7dd4817d85064b84f00f
06bf3efc9b3b8f5968509e279ec0dd5285f19537
/test/utilities/testUtils.hpp
b57f2f54778971f5f4e5686033f37afcd5cdfece
[ "BSD-3-Clause" ]
permissive
jiridanek/Strongtalk
0a87c0eb5281702df6d8c3a927403dc2a7402f72
ee19957341abe4b2113378394806b18ed329bc07
refs/heads/master
2021-05-30T14:09:38.537071
2016-01-10T10:34:47
2016-01-10T10:34:47
42,392,327
2
1
null
null
null
null
UTF-8
C++
false
false
157
hpp
#define as_large_integer(value) \ byteArrayPrimitives::largeIntegerFromSmallInteger(as_smiOop(value), klassOop(Universe::find_global("LargeInteger")))
[ "steve@vimes.worldonline.co.uk" ]
steve@vimes.worldonline.co.uk
bc1fd59320df8de2825bb16f58c4b2428e93270d
5e6637b14fa372049196b4fdbea0bd03ef6180cb
/oj题目/其他人/李春阳/P1058(S9789).cpp
22593aa107f91cdb768df60558a128a8085ee91f
[]
no_license
dangfugui/note-C
de1d9ad34b7ad5e804f41093a6fade408ac56ef5
0cfce2b3f06749312ef22e965bf29f6ed1783f0a
refs/heads/master
2020-06-23T13:41:00.370822
2016-09-10T14:24:26
2016-09-10T14:24:26
67,228,867
0
0
null
null
null
null
UTF-8
C++
false
false
606
cpp
#include"iostream" using namespace std; #include"cstring" int main () { int a,b; cin>>a>>b; string x[10002]; string y[1002]; for(int i=0;i<a;i++) { cin>>x[i]; } for(int j=0;j<b;j++) { cin>>y[j]; } for(int k=0;k<b;k++) { int q=0;...
[ "dangfugui@163.com" ]
dangfugui@163.com
6e1dd40574260400141e45f94645e47eb64b3d86
d1f3fd80b11190ac54f0dbcb5366c05e855d2d61
/ameba_tools_macosx/tools/macosx/src/postbuild_img2_arduino_macosx.cpp
8a5a7dd8fa2f2e6725e583dbd2b081e5545f78c1
[]
no_license
DistyDevice/Arduino
14c5f1dfd03d096ad29f6f221776d00eca845c18
cf5a864ee9011da6c294bebbf38167b2ded6dc50
refs/heads/master
2022-04-06T06:38:53.801243
2020-03-03T03:42:24
2020-03-03T03:42:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,092
cpp
/* Compile command: g++ -o postbuild_img2_arduino_macosx tools/macosx/src/postbuild_img2_arduino_macosx.cpp */ #include <iostream> #include <sstream> #include <cstring> #include <cstdlib> #include <fstream> #include <unistd.h> #include <vector> using namespace std; int main(int argc, char *arg...
[ "william_lai@realtek.com" ]
william_lai@realtek.com
0d8e2320247f371fe294586c45ef7084544ba93e
7eae27dba7482faa734cfaea2b566f40ee938e86
/PostMidsemLab_3/Black_White.cpp
4976366c2c07f252d8bd63261211a54fb7bb84f7
[]
no_license
anshumankr001/CS204
a4da12e984f61df5bba5bebb1c79db8714530ec5
efe611277e79fdd15daff1512b98dcff51f855af
refs/heads/master
2020-06-28T20:34:20.914439
2019-11-14T04:51:43
2019-11-14T04:51:43
200,335,114
3
3
null
null
null
null
UTF-8
C++
false
false
1,959
cpp
#include <bits/stdc++.h> #define f(i, a, b) for(int i=a; i<b; i++) using namespace std; int visited[10000][10000]; int input[10000][10000]; int COUNT; bool is_valid(int, int, int, int, int); void BFS(int, int, int, int, int, int); void reset_visited(int, int); void func(int, int); int main() { int n, m, k, a, b;...
[ "noreply@github.com" ]
noreply@github.com
a8a67ec51302ad45b4f4eb4106a419e95b7cb259
220529721e151c6cc088ebecf4d3c19fd4716df3
/AtCoder/abc157/C.cpp
7f0a5afc11a610f215b9c0373fcd6b498f835b68
[ "MIT" ]
permissive
jahid-coder/competitive-programming
baa2311796e3ffad3ded4789e43f4f37b95673ef
e7878de2445019c916404238180959dc9308ed4a
refs/heads/master
2023-08-26T10:13:57.816451
2021-10-18T04:26:32
2021-10-18T04:26:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,307
cpp
/**************************************************** * Template for coding contests * * Author : Sanjeev Sharma * * Email : thedevelopersanjeev@gmail.com * *****************************************************/ #pragma GCC optimize ("O3") #pragma GCC opt...
[ "thedevelopersanjeev@gmail.com" ]
thedevelopersanjeev@gmail.com
5c5cd8e873b497912a17077f1049a73930ace82a
898c4e7e2c2e4024f7376da729fec0c9aa694e02
/C_Algorithm/chapter01/Q18.cpp
25d52a990dbf25cb8ddb6510d2ee876c6fd319b8
[]
no_license
blue-monkey0/C
f847088563947ff305ce01736d85a385b8f1903f
8b859b26c0d5f7d68cc01eec18d17579fa4521a9
refs/heads/main
2023-02-23T16:27:01.242229
2021-01-29T00:29:16
2021-01-29T00:29:16
null
0
0
null
null
null
null
UHC
C++
false
false
402
cpp
#include <stdio.h> void nrpira(int n) { int i, j; for (i = 1; i <= n; i++) { for (j = 1; j <= i - 1; j++) putchar(' '); for (j = 1; j <= (n - i) * 2 + 1; j++) printf("%d", i % 10); putchar('\n'); } } int main(void) { int n; puts("n단의 숫자 피라미드를 출력하겠습니다."); do { printf("몇 단? : "); scanf_s("%d", &n);...
[ "geon0599@cu.ac.kr" ]
geon0599@cu.ac.kr
8023c3c92b9261ac91719046e7ff43d1c456bd8c
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/hanchuan/sscope/FlyCapture2/src/FlyCapture2GUI/Format7DrawingArea.cpp
96b0a471f48323af694a71c83e972ababdde511d
[ "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
WINDOWS-1252
C++
false
false
18,920
cpp
//============================================================================= // Copyright © 2008 Point Grey Research, Inc. All Rights Reserved. // // This software is the confidential and proprietary information of Point // Grey Research, Inc. ("Confidential Information"). You shall not // disclose such Confid...
[ "hanchuan.peng@gmail.com" ]
hanchuan.peng@gmail.com
ce78da355c11b0593d68e2259e3862ddc5809de6
5b70406792ce4203c6895a13948e282fb909d1d9
/SaveTheGoozesSolution/SaveTheGoozesLib/SaveTheGoozesLib.cpp
64d0eeb4a47dc13efc629e90fa997db624da6425
[]
no_license
Rivaus/Save-The-Goozes-Game
918f673c863f0495bab732cea0d3b76409a70de6
faaf4098fb728f46daa3b80fd0fbc120ef64eead
refs/heads/master
2020-05-30T12:14:31.010619
2019-07-02T21:54:27
2019-07-02T21:54:27
189,728,024
1
0
null
null
null
null
UTF-8
C++
false
false
836
cpp
// SaveTheGoozesLib.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include "pch.h" #include <iostream> int main() { std::cout << "Hello World!\n"; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu // Debug program: F5 or Debug > Start Debugging menu ...
[ "quentin.tran25@orange.fr" ]
quentin.tran25@orange.fr
cb1eb0501767f445c5a99cafa187d820ac86107c
9be246df43e02fba30ee2595c8cec14ac2b355d1
/public/inetgraph.h
50a5fd4c00f793ee08e615c4e9724d9d2e46509d
[]
no_license
Clepoy3/LeakNet
6bf4c5d5535b3824a350f32352f457d8be87d609
8866efcb9b0bf9290b80f7263e2ce2074302640a
refs/heads/master
2020-05-30T04:53:22.193725
2019-04-12T16:06:26
2019-04-12T16:06:26
189,544,338
18
5
null
2019-05-31T06:59:39
2019-05-31T06:59:39
null
UTF-8
C++
false
false
1,602
h
//======== (C) Copyright 1999, 2000 Valve, L.L.C. All rights reserved. ======== // // The copyright to the contents herein is the property of Valve, L.L.C. // The contents may be used and/or copied only with the written permission of // Valve, L.L.C., or in accordance with the terms and conditions stipulated in //...
[ "uavxp29@gmail.com" ]
uavxp29@gmail.com
7652f2ba92279e36fdf58beeedadbfc28dee8181
b77326e5dd7afd7ca08019958c924aee6bcba550
/iBeacon/iBeacon.ino
00c23bf876b72c7bebfb50fef22f0d468d862d4a
[]
no_license
tmatz/bean-experiments
950bfe218510214f609140e78cc8640316899993
5171b2294ff643d2ed2038b1c49ae348793d8db7
refs/heads/master
2021-01-17T15:46:56.502055
2016-10-10T08:09:40
2016-10-10T08:09:40
69,889,562
0
0
null
null
null
null
UTF-8
C++
false
false
212
ino
void setup() { Bean.enableConfigSave(false); Bean.setAdvertisingInterval(1000); Bean.setBeaconParameters(0xDEAD, 0xBEEF, 0xCAFE); Bean.setBeaconEnable(true); } void loop() { Bean.sleep(0xFFFFFFFF); }
[ "t.matsuda.1000@gmail.com" ]
t.matsuda.1000@gmail.com
9c10235056bb6e516ead4ea4784b251664b39ca4
19ad5c2df2a3950cc5dbe837df2e7be2e1d21081
/Warehouse.cpp
fac34f11842a7fcd77247e70fe8e97e8d87f5a34
[]
no_license
frederik1904/kattis
8cd593367b6e4f74c0c3530d643f9c75d6757863
a6846c5d7176e904b2e43d7f515c18f5abe7786c
refs/heads/master
2021-07-15T04:09:44.442471
2021-07-03T18:08:04
2021-07-03T18:08:04
195,087,312
0
0
null
null
null
null
UTF-8
C++
false
false
1,635
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct nameValue { int amount = 0; string name; } ; bool compareName(const nameValue &a, const nameValue &b) { if (a.amount == b.amount) { int minLen = a.name.length() < b.name.length() ? ...
[ "Frederik1904@gmail.com" ]
Frederik1904@gmail.com
288e65b6ec463dc190bbb58e70db91ada6ee9663
10587620d1875a32090a9145a9f4cf6ed83d54e2
/天气预报查询系统/WeatherQuery/keybutton.cpp
2eb1299a21790c9f62434d585849e598e64d86e4
[]
no_license
zhengzebin525/LINUX-Environmental-programming
2eab34cfdcc959e92224b2eda696d20907f68fef
18952913a36e73a3352b4af3dcf8494eac83029a
refs/heads/master
2020-04-16T04:08:35.759680
2019-07-07T14:20:00
2019-07-07T14:20:00
165,257,064
4
11
null
null
null
null
UTF-8
C++
false
false
721
cpp
#include "keybutton.h" #include <QApplication> #include <QKeyEvent> KeyButton::KeyButton(QWidget *parent):QPushButton(parent) { //当按下自己的时候,给自己发一个信号 ,至此自己类中的click_buton()函数 connect(this,SIGNAL(clicked(bool)),this,SLOT(click_button())); } void KeyButton::click_button() { //整个文件就算俺就本身,所以只要获取自...
[ "noreply@github.com" ]
noreply@github.com
dc3c3dbaaa7ce3efd8d3e50bca316d84ccbd7a33
3047545349bf224a182b2c33bf1f110aef1ce9b6
/Transims60/GridData/Write_Summary.cpp
9eed25f328727f3dde90b319e5bf9567f94864f1
[]
no_license
qingswu/Transim
585afe71d9666557cff53f6683cf54348294954c
f182d1639a4db612dd7b43a379a3fa344c2de9ea
refs/heads/master
2021-01-10T21:04:50.576267
2015-04-08T19:07:28
2015-04-08T19:07:28
35,232,171
1
1
null
null
null
null
UTF-8
C++
false
false
1,573
cpp
//********************************************************* // Write_Summary.cpp - Write the New Summary File //********************************************************* #include "GridData.hpp" //--------------------------------------------------------- // Write_Summary //-------------------------------------...
[ "davidroden@7728d46c-9721-0410-b1ea-f014b4b56054" ]
davidroden@7728d46c-9721-0410-b1ea-f014b4b56054
dc877522d25d314a1da9c17db8cffa56a5988df4
77ee3feb0f82773760bffd9c287910c5865d5a80
/src/GM/TexCUBE.cpp
b94bbfc9e85ad5b2fee558ae22eb8dd07b5f894f
[]
no_license
cecilietlandersen/OpenGL
2fa8caf7dbfeb868c6098e4e88979da7b5ad8002
0223782c7241a36af3c9ee0ed6a05ef39b9a5a4d
refs/heads/master
2021-01-15T22:02:27.021912
2012-10-31T12:52:02
2012-10-31T12:52:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,911
cpp
#include "TexCUBE.h" using namespace GM; TexCUBE::TexCUBE(const TexCUBEParams &tex_params) : faces_set(6) { #ifdef GL_TEXTURE_CUBE_MAP_SEAMLESS glEnable(GL_TEXTURE_CUBE_MAP_SEAMLESS); #endif glGenTextures(1, &handle); bind(); for(unsigned int i = 0; i < tex_params.params.size(); i++) { glTexImage2D(GL_TEXTURE...
[ "ann_ht3@hotmail.com" ]
ann_ht3@hotmail.com
513eede9c8b5ce0e2cb0c3edec392634932be424
4a6e20a36f5b6b7fa34fdb2c465969e3425d67c0
/VulkanProject/Utilities.h
c0f12445ccfee201ee77de1edc8dc2f3880e0224
[]
no_license
axsaucedo/VulkanWrapper
0aec4b4839357bb3667f8dddb05f3c9a19cdddd1
42a244db8fef3fdf99ea7a5b80a5420881194bff
refs/heads/master
2022-11-23T18:43:14.420896
2020-07-28T08:16:34
2020-07-28T08:16:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,747
h
#pragma once #include <fstream> #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> #include <glm/glm.hpp> const int MAX_FRAME_DRAWS = 2; const int MAX_OBJECTS = 20; const std::vector<const char*> deviceExtensions = { VK_KHR_SWAPCHAIN_EXTENSION_NAME }; struct Vertex { glm::vec3 pos; // Verte...
[ "axsauze@gmail.com" ]
axsauze@gmail.com
1dd9effec90db8470018ad373bef8187e3c7d5f2
d37d17465820b6fbddac3d322e1cdbc4492a7a01
/URI 1009/Main.cpp
77e8e72fbcd7767826a5d7f10d781652d5ddb925
[]
no_license
nafis195/URI
97b0c590921c7d84b57ff560196db3134ac4a6e3
10f0470719d321b0a3eaee2675fa05aadb3fa948
refs/heads/master
2020-11-28T04:23:52.107445
2020-01-11T06:55:17
2020-01-11T06:55:17
229,702,347
1
0
null
null
null
null
UTF-8
C++
false
false
634
cpp
// Bismillahir Rahmanir Rahim // URI_1009 // Salary with bonus #include<iostream> #include<iomanip> #include<string> using namespace std; double totalSalary (string firstName, double salary, double salesValue) { double total; total = salary + (salesValue * .15); return total; } int main () { st...
[ "noreply@github.com" ]
noreply@github.com
898dcd49d9c180ed6870b8798b7d8230765e71e9
42e6482f57a8d3506987621607b5e9d2719c903e
/bo2k/scr/commandloop.cpp
059fd317b2eaa3f6a8e3293e9bd28fdce003df58
[]
no_license
baiyfcu/BO2K
216ce061bea7cd2f5ad01e2eed3fb703adc5a3b4
c9df1bf1def0005640ccd879d1a7c720ac237bf2
refs/heads/master
2020-03-21T19:29:52.886208
2018-03-01T16:48:53
2018-03-01T16:48:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,965
cpp
/* Back Orifice 2000 - Remote Administration Suite Copyright (C) 1999, Cult Of The Dead Cow 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 2 of the License, or ...
[ "jeremyngalloway@gmail.com" ]
jeremyngalloway@gmail.com
84d9589d708a257955fab86f2cd369d54fa8ce4f
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/c8/4c9d4860e87ead/main.cpp
f321f1de55152b95fdbf5c1b212e75d9f769aaa0
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
517
cpp
#include <iostream> #include <vector> #include <map> using namespace std; typedef vector<int> PrefList; typedef map<int, PrefList> PrefMap; typedef multimap<int, int> Matching; map<int, int> CHcapacity ={{1,1},{2,1},{3,1}}; PrefMap PrefCHLists = {{1,{5,4,6}},{2,{4,6,5}},{3,{4,5,6}}}; PrefMap PrefONLists = {{4,{2,1,3}...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
043a3853907dc3f6acecf6f7952a034ca8eaff94
efd9e3980a2e8a131c1f1ab64a2f856b9d1bee6a
/libraries/ros_lib/diagnostic_msgs/KeyValue.h
3c9e64edb91ec9c770dddbbb01ecf4bba842385d
[]
no_license
limhyon/arduimu
b520688a7132c147eb403473566a42dac719db50
b6725463c98a77d3f912de3464921dd5483f8673
refs/heads/master
2021-01-19T06:06:33.769806
2012-07-24T06:40:21
2012-07-24T06:40:21
5,151,087
4
2
null
null
null
null
UTF-8
C++
false
false
1,736
h
#ifndef _ROS_diagnostic_msgs_KeyValue_h #define _ROS_diagnostic_msgs_KeyValue_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace diagnostic_msgs { class KeyValue : public ros::Msg { public: char * key; char * value; virtual int serialize(unsigned cha...
[ "limhyon@gmail.com" ]
limhyon@gmail.com
855909cedafd1b6249f8324f15b5ab4856ed4df8
27d32027fc88567ae7fce89cef561747acbe25ad
/hackerrank/Algorithms/Implementation/Angry Professor.cpp
663e2c418cf77f2a62a2c2ad6fd898baedfdd700
[]
no_license
jayantsurana/competitiveCoding
ff12aa9ef1cc59701609a400856c9b4f5ee416c6
e4d5ba5132f9f5a4dad4a2f87a831b845ed364de
refs/heads/master
2021-07-20T16:31:18.661792
2020-04-25T12:38:25
2020-04-25T12:38:25
144,750,103
0
0
null
2019-02-19T12:18:19
2018-08-14T17:11:07
C++
UTF-8
C++
false
false
1,920
cpp
#include <bits/stdc++.h> using namespace std; vector<string> split_string(string); // Complete the angryProfessor function below. string angryProfessor(int k, vector<int> a) { int earlyontime=0; string s; for(int i=0; i<a.size(); i++){ if(a[i]<=0) earlyontime++; } if(k<=...
[ "jayantplb@gmail.com" ]
jayantplb@gmail.com
86ced8b916a05bfbe0a2505c10335a536190ea4b
2ba7eac6d92fd7a9ddfe29a66cf099b30a86b9c4
/Project2/P2-1/gtest.cpp
c776e6539dbc1be7fe764ed52fa696a3baed1eb6
[]
no_license
LiaoJJ/COP6726-Database-System-Implementation
746b82c7c8b3a3f9d8d530fab8fac05dbc1a7698
36770a6ab09cf924a98fb9ed393ddb0c5aaa82f2
refs/heads/main
2023-04-20T23:19:34.491291
2021-04-25T18:55:40
2021-04-25T18:55:40
332,445,285
6
7
null
null
null
null
UTF-8
C++
false
false
4,403
cpp
#include "gtest/gtest.h" #include <iostream> #include "Record.h" #include "DBFile.h" #include "DBFile.cc" #include "BigQ.h" #include "BigQ.cc" #include <stdlib.h> using namespace std; class BigQTest : public ::testing::Test { protected: BigQTest() { // You can do set-up work for each test here. } ...
[ "519312579@qq.com" ]
519312579@qq.com
83d80275e20bba40aeba4e1eb06fbd4a3d048151
7975777cfd2500a845c0075ea12f7033596f2e38
/Minecraft/root_widget.h
c4a42a87a5965b5ed099eba656733d9c8b8efb70
[]
no_license
TracyCR7/-MineCraft
7c1d71b1d8388aec1afd5bfc2b4ea46165aa94ef
f97f66b63ded1b203c0a4e6acae4ac0aa006d984
refs/heads/master
2021-04-06T06:50:57.915649
2018-03-13T11:14:38
2018-03-13T11:14:38
124,719,439
0
0
null
null
null
null
UTF-8
C++
false
false
296
h
#pragma once #include <QWidget> #include <QResizeEvent> #include <QSize> #include "utils.h" class ROOT_WIDGET : public QWidget { Q_OBJECT public: ROOT_WIDGET(QWidget* parent); protected: void resizeEvent(QResizeEvent *event) override; signals: void change_size(QSize); };
[ "noreply@github.com" ]
noreply@github.com
3b4e8279d5c5b7ae1ff1af1c32edca63a35d3869
c6062b3748f6f4aa8c088a181109cebfa4d99bf3
/Bots/BotAIController.h
b58a1394e7b71589f27d5f0687aec5ee353b9440
[]
no_license
qipa/UE4-RPG-Demo
c543c16e0813c29c0d7cb8151dbb88abdd4941ed
b0cc148bea228ffcc8c7d368e721a4e1a5239498
refs/heads/master
2021-05-29T21:08:37.036409
2015-11-08T08:41:44
2015-11-08T08:41:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
427
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "AIController.h" #include "BotAIController.generated.h" class UBehaviorTreeComponent; class UBlackboardComponent; UCLASS() class RPGDEMO_API ABotAIController : public AAIController { GENERATED_BODY() public: b...
[ "infamousjeezy@gmail.com" ]
infamousjeezy@gmail.com
3283b34a9cffd4258704a7e96dc41ae88fec5108
c444b63016a742bccc9515f5fc2d38f9a3c3c760
/Reco.h
31dd0e09ccda36ebf93c407e7b4f24f52fbd983e
[]
no_license
vbashkirov/DataFormat-v44
d38a4eeaa10924fc04b5285141813f3b0bbca8de
b583107f04b63aee64273fbee2c60fd0f5877184
refs/heads/master
2021-01-22T12:57:01.595679
2015-02-24T21:23:26
2015-02-24T21:23:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,413
h
// Andriy Zatserklyaniy, April 17, 2014: production release #ifndef Reco_h #define Reco_h #include "DataFormat.h" #include "Track.h" #include "Sensor.h" #include "Geometry.h" #include <iostream> #include <vector> #include <map> #include <list> using std::cout; using std::endl; ClassImp(Hit2D); ClassImp(SensorH...
[ "zatserkl@gmail.com" ]
zatserkl@gmail.com
4e4c1614bd9650cdf9cff4d6a92716dffb2fb73b
01c029e89f2cec46f093e2766c3856339be022f2
/TSLS_Edit_Distance.cpp
52c5fce7144a010a01dfb0e2cf4f831f308b6e28
[]
no_license
XiaoXiaoLui/LeetCode
f16c6213aa88b0454fb919cdf460fec74bb8ba60
f0c3c2f654571655075a21e0b02465a02caf7cb3
refs/heads/master
2021-01-11T02:08:42.353447
2016-10-26T09:28:49
2016-10-26T09:28:49
70,828,096
0
0
null
null
null
null
UTF-8
C++
false
false
1,364
cpp
/****************************************************************************************** Edit Distance ******************************************************************************************/ #include <iostream> #include <cstdio> #include <vector> #include <set> #include <map> #include <algorithm> #i...
[ "980821718@qq.com" ]
980821718@qq.com
fb9500ab979c18b3d332614585aa4fafaa74ed60
ea99679b342d457b22832672e61eecb18512b25d
/src/core_write.cpp
8579ee84c9ffc42bc5b2eadd18107897fdac16bf
[ "MIT" ]
permissive
eletaNetwork/eletaNetwork
ab5cb586c8ce13380eba1eaa58327e3ecb9ec755
c589089d189215d83a34534c82878d39b7cdda96
refs/heads/master
2020-03-08T19:27:51.153812
2018-04-13T06:01:43
2018-04-13T06:01:43
128,353,833
0
0
null
null
null
null
UTF-8
C++
false
false
7,565
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 "core_io.h" #include "base58.h" #include "primitives/transaction.h" #include "script/script.h" #include "script/sta...
[ "38124337+eletaNetwork@users.noreply.github.com" ]
38124337+eletaNetwork@users.noreply.github.com
9c125f406393c4a12f5ca023356aaee03d52f126
56b65fbf1880a8323ab7dc15c9694d5975d2cd2c
/src/crypto/sha256.h
d5c89a6da03ec1759045af8679e45059f00a6d7d
[ "MIT" ]
permissive
btclambo/BitcoinLambo
3e4043e9486ea42401f7d38fc5d5ebbbb38b005e
fc823516765338f06bce5ad8c7e3a5d6fe90f22b
refs/heads/master
2020-03-06T18:31:07.897658
2018-03-27T15:34:49
2018-03-27T15:34:49
127,008,721
0
0
null
null
null
null
UTF-8
C++
false
false
836
h
// Copyright (c) 2014-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOINLAMBO_CRYPTO_SHA256_H #define BITCOINLAMBO_CRYPTO_SHA256_H #include <stdint.h> #include <stdlib.h> #include <...
[ "alfa.alvaro.rodriguez@gmail.com" ]
alfa.alvaro.rodriguez@gmail.com
0f49bdd721aa93feaf4cd2f6ebaf1ce787a1518a
e25b7bb3fd43f763f4e5dcb09cdda35b9a3f30a0
/net/third_party/quic/test_tools/crypto_test_utils_test.cc
ede4a833f74c10c53b6ef0f83a99a0062d8cf383
[ "BSD-3-Clause" ]
permissive
trustcrypto/chromium
281ff06e944b1ff7da7a5005e41173ccc78eb2cd
6e3be4ab657ddd91505753ab67801efcf8541367
refs/heads/master
2023-03-08T03:58:49.920358
2018-12-26T20:55:44
2018-12-26T20:55:44
163,217,833
1
0
NOASSERTION
2018-12-26T21:07:41
2018-12-26T21:07:40
null
UTF-8
C++
false
false
7,065
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/third_party/quic/test_tools/crypto_test_utils.h" #include "net/test/gtest_util.h" #include "net/third_party/quic/core/proto/crypto_serv...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b0371dbaf93a6e2ff33dcb6900bc8b6073b20fed
8447d06d0d5da3db2b3aae926ec66409b38fb140
/3rdPartLib/g2o/g2o/examples/slam2d/main_window.cpp
0ad4e0d898354b1ea8b789f6efba1ee3a10d1379
[ "GPL-3.0-or-later", "LGPL-3.0-or-later", "BSD-3-Clause", "GPL-1.0-or-later", "BSD-2-Clause" ]
permissive
HKPolyU-UAV/FLVIS
60d0fecac6e10eb19a131d589a5c0ddf89198157
4ad31bbe5191ae2763c70a641c31337b1e06c9e2
refs/heads/master
2023-07-21T11:11:05.885918
2023-07-12T14:26:32
2023-07-12T14:26:32
197,144,164
145
37
BSD-2-Clause
2021-06-07T08:45:04
2019-07-16T07:33:55
C++
UTF-8
C++
false
false
3,766
cpp
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // // This file is part of g2o. // // g2o 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 ...
[ "chensy1991@gmail.com" ]
chensy1991@gmail.com
923877562aab22dd4dee8024f595fac6143df562
834abb946ce963e5922f1b683ac027fa4c6d9fe2
/Project2/JeffGrockowskiProject2.cpp
fab5df755ebf54a7bc1f244e5b30e66e669c13f1
[]
no_license
JeffGrock/BMI_calculator
1cb1f082bf41d7650258b4d7dd614e4ac17f8d4e
6e0b3a67d5c8c60d7fad2472611003732ce8fb35
refs/heads/main
2023-03-12T05:00:00.642667
2021-02-25T18:11:06
2021-02-25T18:11:06
342,336,090
0
0
null
null
null
null
UTF-8
C++
false
false
2,087
cpp
// Author: Jeff Grockowski // Date: 06/10/2019 // CSCI 121 project 2 // Program allows user to calculate BMI, and the amount chocolate they can eat. #include <iostream> #include <string> using namespace std; int main() { int const chocolateBarCal(230); int weight, height, age; double BMR, cBarsPerBMI; string gende...
[ "jeff.grockowski@protonmail.com" ]
jeff.grockowski@protonmail.com
2c2c448a1761a7c240a35e6418b63c42d0432e29
556f83e394cd722ec5cc852e69adb12d2a0c78d1
/code/TimePredef.hpp
a937e3b194a031c85bb48b95452398a2cd876d61
[ "MIT" ]
permissive
BiEchi/Programming-Assignment-1
aee2b506483fe34c242ff3468af7a48d88705edc
1d340ee27d7177062215e60dc4666ee72cb91dd2
refs/heads/main
2023-04-26T02:14:54.398342
2021-05-27T10:58:33
2021-05-27T10:58:33
368,122,637
1
0
MIT
2021-05-17T09:07:25
2021-05-17T09:07:24
null
UTF-8
C++
false
false
266
hpp
// // TimePredef.hpp // code // // Created by Jack's Macbook Pro on 2021/3/25. // #ifndef TimePredef_hpp #define TimePredef_hpp #include <iostream> #include <cstring> #include <ctime> using namespace std; extern time_t startTime; #endif /* TimePredef_hpp */
[ "Haob.19@intl.zju.edu.cn" ]
Haob.19@intl.zju.edu.cn
8b620a29dcb24dbb05d38ad71a6517f2eb01d1ed
2851759f8e9b36197858e9ae5307ea6239da5e2e
/system/ulib/fbl/include/fbl/unique_fd.h
d9e5b771e1ad96121de7e9468d57fe79181b6a28
[ "BSD-3-Clause", "MIT" ]
permissive
Allegra42/zircon
a1a809f005c04d4cf2af672c47a2f13161848ca0
50d20f11275ecdd47faa393e3ff6465cee07a670
refs/heads/master
2020-04-05T08:02:40.558430
2018-12-29T00:28:46
2018-12-29T23:42:27
156,698,935
1
1
NOASSERTION
2018-11-08T11:48:25
2018-11-08T11:48:24
null
UTF-8
C++
false
false
1,936
h
// Copyright 2017 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include <stdlib.h> #include <unistd.h> #include <fbl/macros.h> #include <fbl/type_support.h> namespace fbl { // A scoped file descriptor ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
bfb7ae2786f011cc2fd99384f16177aee94ff618
6ce4add532471bb49d199ea632ed4af377735e38
/blif_solve_lib/log.h
fa5bf5edd6cca5ca7459ce83e78115a458214950
[ "MIT" ]
permissive
appu226/FactorGraph
398688f188876eba27a67f327f97e8f0002f856d
b7cf6025339247b0d89740540a813097ca32774e
refs/heads/master
2023-08-17T15:07:21.512438
2023-06-18T17:22:11
2023-06-18T17:22:11
164,322,621
0
1
MIT
2023-02-12T21:49:24
2019-01-06T15:59:51
C++
UTF-8
C++
false
false
2,199
h
/* Copyright 2019 Parakram Majumdar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, ...
[ "appu226@yahoo.co.in" ]
appu226@yahoo.co.in
6f75536e6246c3b93555f011b8d775dc85e1a6ca
4fc1e78d401305cb8bf91e58566e29d526a58cfe
/Josephus/JosephusUsingLinkedList.cpp
1f119929251190dfeaaa8d69d162777101ab9344
[]
no_license
peterloos/Cpp_Josephus
ab2224a8cdca11d2796119e7e2e82e764498a25a
e8f7769ae380d995d05fa136bb32ce0c21c62179
refs/heads/master
2021-01-20T19:42:29.669315
2016-06-14T19:44:30
2016-06-14T19:44:30
61,150,987
0
0
null
null
null
null
UTF-8
C++
false
false
2,519
cpp
#include <iostream> using namespace std; #include "Soldier.h" #include "Josephus.h" namespace SolutionUsingLinkedList { // c'tor(s), d'tor Josephus::Josephus() : m_count(41), m_alive(41), m_lastEliminated(0) { m_passby = Josephus::DefaultPassBy; CreateLinkedList(); } Joseph...
[ "peter.loos@gmx.de" ]
peter.loos@gmx.de
501844de141de05c90c316318bcc0518f613db88
4122acc5bd9ee517fdfd1307bf8a04cc7c95599c
/mindspore/lite/src/ops/populate/common_populate.cc
8255473969877758af39d56eb1260e012a3b3039
[ "Apache-2.0", "MIT", "Libpng", "LicenseRef-scancode-proprietary-license", "LGPL-2.1-only", "AGPL-3.0-only", "MPL-2.0-no-copyleft-exception", "IJG", "Zlib", "MPL-1.1", "BSD-3-Clause", "BSD-3-Clause-Open-MPI", "MPL-1.0", "GPL-2.0-only", "MPL-2.0", "BSL-1.0", "LicenseRef-scancode-unknow...
permissive
limberc/mindspore
655bb4fc582a85711e70c31e12f611cf1a0f422e
e294acdffc9246cb6d77ea18ea00d08244d30c59
refs/heads/master
2023-02-18T20:10:22.588348
2021-01-23T15:33:01
2021-01-23T15:33:01
322,821,027
0
0
Apache-2.0
2021-01-18T14:07:45
2020-12-19T10:27:43
null
UTF-8
C++
false
false
1,248
cc
/** * Copyright 2019-2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[ "yeyunpeng2020@huawei.com" ]
yeyunpeng2020@huawei.com
da17ec3176d8e7c8124f6fcf644569f7dda673f1
a42195c736f18bec131f719288994d849d49593a
/packed_sphere.cpp
80e44f1d12d56014524ed03e4a17b280c9925370
[ "MIT" ]
permissive
rishus/fat-spaces-in-sphere-arrangement
20966c3bd01435d2b2a83853553ba91863d3d5bf
6ef5b6dc22fdcb724226bcb23a5c1649b39a6bdb
refs/heads/master
2021-08-18T19:58:25.737951
2017-11-23T18:36:32
2017-11-23T18:36:32
111,831,860
0
0
null
null
null
null
UTF-8
C++
false
false
374
cpp
#include <iostream> #include <math.h> using namespace std; int main() { int side = 4; for(int i = 0; i < side; ++i) { for(int j = 0; j < side; ++j) { for(int k = 0; k < side; ++k) { double x = 2 * i + j%2 + k%2; double y = sqrt(3.0) * (j + ((1.0/3.0) * (k%2))); double z = (2 * sqrt(6))/3.0 * ...
[ "rishus@vt.edu" ]
rishus@vt.edu
811f9d505b013c247c52a12ed78859c1477c84e1
d47bcf95da7cf618d826abbdafd55d15610d3bd9
/switch.cpp
65d1cabd4e4fa57bc0cdfca0fe6f9b927c149696
[]
no_license
gchacaltana/Sintaxis-C-CPP-A-Search-Algorithm
d6f03ac7421717dd52f7d40b71e7a5692aa7d818
a694538d0aa18d5ed0a16fe22b920dccfa12bd5f
refs/heads/master
2020-08-22T18:00:18.503785
2019-10-21T03:17:39
2019-10-21T03:17:39
216,453,034
0
0
null
null
null
null
UTF-8
C++
false
false
1,320
cpp
#include <iostream> #include <string> using namespace std; char mostrar_opciones(string, string, string); int main() { char r1, r2; r1 = mostrar_opciones("¿Cómo es la tasa de producción de lágrimas?","[R]educida","[N]ormal"); switch(r1) { case 'R': r2 = mostrar_o...
[ "noreply@github.com" ]
noreply@github.com
f41d41885bab9a639e39fb8071eb7590fdef1d43
4d96f3f730ec960a13cccb231ee024b7ac0693bd
/printout.cpp
abf652b5dc9febe025e74901b1eb9a1fc075860d
[ "MIT" ]
permissive
daikai999/stairspeedtest-reborn
c21c7b2f44d40ed11697b8a65a7305e4c227542b
06fb03ddd68800a77515e8209de0f1f4bff76cac
refs/heads/master
2020-08-28T14:52:30.561834
2019-09-29T15:09:21
2019-09-29T15:09:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,479
cpp
#include <iostream> #include <fstream> #include "printout.h" #include "version.h" //define print-out messages struct LOOKUP_ITEM { int index; string info; }; LOOKUP_ITEM SPEEDTEST_MESSAGES[] = { {SPEEDTEST_MESSAGE_EOF, "\nSpeed Test done. Press any key to exit..."}, {SPEEDTEST_MESSAGE_...
[ "49061470+tindy2013@users.noreply.github.com" ]
49061470+tindy2013@users.noreply.github.com
73bf4e0f6fbdf976be867badea6ddbefe469dacc
f69cec4bcba5618871d0eb21c94f62070e6208f1
/Exams/2021.2.09/C.cpp
526a6a18ab153d275821994e858a87b70d50a986
[]
no_license
accoder666/temp
10204075f7081b7e25bd858df3b9f7d258779d7b
b38dcb9a45282503541c5fdb79d2f066ce2736c1
refs/heads/main
2023-07-02T17:14:37.053741
2021-08-11T03:31:44
2021-08-11T03:31:44
394,850,718
0
0
null
null
null
null
UTF-8
C++
false
false
1,808
cpp
#include <cctype> #include <cstdio> #include <cstring> using namespace std; const int maxn = 1000010, sigma_size = 26; struct node { int len, link; int nxt[sigma_size]; }; node t[maxn << 1]; int cnt, last; int siz[maxn << 1]; struct edge { int to, nxt; }; edge G[maxn << 1]; int head[maxn << 1], Gcnt; long ...
[ "2201685475@qq.com" ]
2201685475@qq.com
d20ba589794b48efbaef3d6c5034d2548ae2dee6
aead066f3cfa3491e1c3d4b6b4189a7e08868ff6
/src/socket/Connection.h
f92c747469761752a08cca5c9daccba19bb1a132
[]
no_license
thushear/AsyncWebServer
e0547954189d1911fd0f37c7a9bdd9a5ed507ebf
05f02f73fb45a85a83659515b8e78b602beef103
refs/heads/master
2021-01-18T23:52:48.480570
2015-06-02T08:51:42
2015-06-02T08:51:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,658
h
// // Created by plter on 5/21/15. // #pragma once #include <boost/asio/ip/tcp.hpp> #include "ConnectionManager.h" #include "Buffer.h" namespace aws { class ConnectionManager; class OnSocketListener; class Connection :public std::enable_shared_from_this<aws::Connection>{ friend class ServerSocket;...
[ "xtiqin@163.com" ]
xtiqin@163.com
5b0beb00db96cfd62ad6b017f92a9c5a0ee268d5
2de8f5ba729a846f8ad5630272dd5b1f3b7b6e44
/src/Core/Gpackets/SS/GCSkillToTileOK3.h
9a747d26de9e96edf4d3f383d9b0bb936842e1c3
[]
no_license
najosky/darkeden-v2-serverfiles
dc0f90381404953e3716bf71320a619eb10c3825
6e0015f5b8b658697228128543ea145a1fc4c559
refs/heads/master
2021-10-09T13:01:42.843224
2018-12-24T15:01:52
2018-12-24T15:01:52
null
0
0
null
null
null
null
UHC
C++
false
false
4,894
h
////////////////////////////////////////////////////////////////////// // // Filename : GCSkillToTileOK3.h // Written By : elca@ewestsoft.com // Description : 기술 사용자는 볼수 있고, 당한자는 볼 수 없는 패킷 // ////////////////////////////////////////////////////////////////////// #ifndef __GC_SKILL_TO_TILE_OK_3_H__ #define __GC_...
[ "paulomatew@gmail.com" ]
paulomatew@gmail.com
f1fad2bbbe0c6384744e3e4d8b6a39763f25265e
8352ca72d4f1e8e8ebbbb7d6b07a4e0963be7f41
/DataServer/DataServer_TIP/TA_BASE/transactive/app/dataserver/CFDServer/src/SyncMarketDataForCFD.h
9693e02c5a07a2cd8b5f126f5e638848b1dda5f0
[]
no_license
radtek/slin_code
114f61695fc1a23a018da727452c3c42f64ebe39
a0073e52d600839f7836c2b7673b45b4266259e2
refs/heads/master
2020-06-04T15:03:56.618177
2015-04-27T10:27:47
2015-04-27T10:27:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,429
h
#ifndef __CLASS_SYNC_MARKET_DATA_FOR_CFD_H__ #define __CLASS_SYNC_MARKET_DATA_FOR_CFD_H__ #include "CFDServerCommonData.h" #include "BarCalculator.h" #include "CFDRequest.h" NS_BEGIN(TA_Base_App) class CCFDServerUtilityFun; class CCFDInstrumentBarInfo; class CSyncMarketDataForCFD { public: enum...
[ "shenglonglinapple@gmail.com" ]
shenglonglinapple@gmail.com
1d5d9ed7db6942bd48206e99fe56c4dc4ad4c19d
e5f57aae37a480cf40180d0a5664aaab5a0c0341
/vaca/Component.cpp
a5ec932ebb891f3811b06b8dfed1d899b11ca0bc
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
TheLightWay/vaca
6ddabf0cd12a46583b03cddc99d2b13da87a4e41
95728e6a5c41d9fe2c731f7767b7334b623f41ed
refs/heads/master
2023-06-10T09:47:28.085286
2023-04-12T02:52:15
2023-04-12T02:52:15
149,952,301
0
0
MIT
2018-09-23T05:56:48
2018-09-23T05:56:48
null
UTF-8
C++
false
false
1,609
cpp
// Vaca - Visual Application Components Abstraction // Copyright (c) 2005-2010 David Capello // // This file is distributed under the terms of the MIT license, // please read LICENSE.txt for more information. #include "vaca/Component.h" #include "vaca/SharedPtr.h" #include "vaca/Property.h" #include "vaca/Deb...
[ "davidcapello@gmail.com" ]
davidcapello@gmail.com
8562389987847c12a04e6b03c90970f9e416eded
cfa83be88b6725d9c88d780e08b6392a346f2e15
/cs4290/lab2/memory.h
d1d3f0371b21e842b8d23fe36cdd3dcab1048860
[]
no_license
eugene-voronkov/architecture_projects
63a04babd711ecc4c5ce7eb7d79604282b162f3c
bb3d5c97ca93affdb471c4ac03509792ff3004c0
refs/heads/master
2021-01-21T08:09:06.740624
2016-01-05T17:06:34
2016-01-05T17:06:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,609
h
#ifndef MEMORY_H #define MEMORY_H #include<list> #include<queue> #include "knob.h" #include "all_knobs.h" typedef enum Mem_Req_State_enum { MEM_INV, MEM_NEW, MEM_DRAM_IN, MEM_DRAM_SCH, MEM_DRAM_DONE, MEM_DRAM_OUT, MEM_MAX_REQ_STATE, } Mem_Req_State; typedef enum Mem_Req_Type_enum { MRT_IFETCH, ...
[ "eugene.voronkov@gmail.com" ]
eugene.voronkov@gmail.com
0f2cca11331527142c6a81af499eab6dc7be0635
776426915cb19273095dc9d8ad583d6847add5d4
/robot.cpp
aed800642b344117c1036f7ff20b3031aef98f1b
[]
no_license
imharsh94/ALGO-DS
28832c9f843ee5a22463557c3493976399ad33cc
b9c131a2248c86da10f8df23606fdaef509c2d10
refs/heads/master
2020-08-11T21:22:37.082594
2019-10-12T10:37:32
2019-10-12T10:37:32
214,629,394
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
// codeforces educational round 53 #include<bits/stdc++.h> using namespace std; char s[200008]; int sx[200008],sy[200008]; int main() { int n,i,j,x,y,k; cin>>n; scanf("%s",s+1); cin>>x>>y; if(abs(x)+abs(y) > n ||(n+x+y)&1) { cout<<-1<<'\n'; return 0; } for(int i=1; i<=...
[ "vardhan.harsh94@gmail.com" ]
vardhan.harsh94@gmail.com
3f69c1177031469f39583381efe7b985bc198426
9f81d77e028503dcbb6d7d4c0c302391b8fdd50c
/google/cloud/retail/v2/internal/model_auth_decorator.h
8bf2a926c99f9d1b8275b51fab4742fd4cb0c5d1
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
googleapis/google-cloud-cpp
b96a6ee50c972371daa8b8067ddd803de95f54ba
178d6581b499242c52f9150817d91e6c95b773a5
refs/heads/main
2023-08-31T09:30:11.624568
2023-08-31T03:29:11
2023-08-31T03:29:11
111,860,063
450
351
Apache-2.0
2023-09-14T21:52:02
2017-11-24T00:19:31
C++
UTF-8
C++
false
false
3,784
h
// Copyright 2023 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
[ "noreply@github.com" ]
noreply@github.com
d5fa083e493cb7915d62f1634c4714ae1d76e8a8
48070285a8c93a24b4e568c3a45eade50838e6d2
/Example/Lua/BindAbstract.cpp
9975360a71a909180dd2603519c656878b8a9059
[ "MIT" ]
permissive
ternence-li/LightInkLLM
8a3c54d4664e0cf64a454c7f8bd22fb4c434adff
b4387398b4ce45be0bc2d79ea38d93b81609f7c8
refs/heads/master
2021-09-21T23:23:09.357179
2018-09-02T17:27:49
2018-09-02T17:27:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,043
cpp
/* Copyright ChenDong(Wilbur), email <baisaichen@live.com>. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the...
[ "baisaichen@live.com" ]
baisaichen@live.com
d41cee16d53ba621cc3ee717d9856782a1494c4a
dc9c6f34e15ae60cdecd503117334f5db2276ecd
/065_LC_76_minimumWindowSubstring.cpp
1dc93d6013584627bd685f0e98f479aa08130792
[]
no_license
z2z23n0/Algorithm
43c669958972b73dab95adf8314bbf219690c4d2
6582688bd387b2bb04eb39bafa58e0180f665bb4
refs/heads/master
2022-06-09T22:43:25.914800
2020-05-07T16:27:03
2020-05-08T16:27:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,360
cpp
// // Created by Zeno on 2020/5/2. // class Solution { public: string minWindow(string s, string t) { int start = 0; // record the beginning of the minium substring int minLen = INT_MAX; int left = 0, right = 0; int match = 0; // record the match number between window and needs ...
[ "zhangyuzechn@foxmail.com" ]
zhangyuzechn@foxmail.com
cc5d35422b45c75f8146e02297f99e09fdcbddeb
82646fb7fe40db6dcdf238548128f7b633de94c0
/workspace/P65/src/32.cpp
9583afe2df05015dcd324b3057ed4780060bbe17
[]
no_license
jtahstu/iCode
a7873618fe98e502c1e0e2fd0769d71b3adac756
42d0899945dbc1bab98092d21a1d946137a1795e
refs/heads/master
2021-01-10T22:55:47.677615
2016-10-23T12:42:38
2016-10-23T12:42:38
70,316,051
1
0
null
null
null
null
GB18030
C++
false
false
582
cpp
/* * 32.cpp * Created on: 2015年4月4日 * Author: jtahstu */ //32列出真分数序列 //按递增顺序依次列出所有分母为40,分子小于40的最简分数。 // //*运行结果 //The fraction serials with demominator 40 is: //1/40 3/40 7/40 9/40 11/40 13/40 17/40 19/40 //21/40 23/40 27/40 29/40 31/40 33/40 37/40 39/40 #include<iostream> #include<cstdio> using nam...
[ "root@jtahstu.com" ]
root@jtahstu.com
39b97ce9f5501590918e6b55e5e29616e6b88809
bbe7671fd0218f4f53082aa29eaf8d4137d1b505
/cpp/hello/main.cpp
bbce233c482568dafe9aa3a06261570c71b8c916
[]
no_license
b4rb4tron/projecten
da8650a694860b1e259fafd423eb249f7b2625cf
59f6a94a3b253ec1e9ac63d8ce31cbf493be887f
refs/heads/master
2021-07-06T07:22:11.864197
2018-10-25T09:51:43
2018-10-25T09:51:43
133,808,041
0
0
null
null
null
null
UTF-8
C++
false
false
144
cpp
#include <iostream> #include "test.h" using namespace std; int main() { cout << "Hello world!" << endl; test newtest; return 0; }
[ "roger@snoeivanhout.nl" ]
roger@snoeivanhout.nl
cb3a5e079c958bd59ae282cd6932723fa1a3975e
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/shell/ext/timewarp/util.cpp
979e0bc3df4d8aa6f3a602d7b2a4ddb2afec932c
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
9,065
cpp
#include "precomp.hxx" #pragma hdrstop #include <winnlsp.h> // NORM_STOP_ON_NULL #include "resource.h" #include "timewarp.h" #include "util.h" DWORD FormatString(LPWSTR *ppszResult, HINSTANCE hInstance, LPCWSTR pszFormat, ...) { DWORD dwResult; va_list args; LPWSTR pszFormatAlloc = NUL...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
2013508685c406f26f59797369c25eab0f2a0d9f
cae8f9912d24273fa747f4f791989f1f6f12f247
/sketch_apr02a.ino
fe5d5df7452a0f7ae5a8a29c13e258d9eb96c716
[]
no_license
vasudevgrover/Working-with-GSM-module-Arduino-
ae873f57e68d5b132fb093e64068f77b0f28b6e5
de6d2fbd860a8b16818449abe5d4b56ddd334f81
refs/heads/master
2020-12-24T20:42:52.744017
2016-04-12T16:32:15
2016-04-12T16:32:15
56,079,703
0
0
null
null
null
null
UTF-8
C++
false
false
999
ino
#include <SoftwareSerial.h> SoftwareSerial mySerial(9, 10); void setup() { mySerial.begin(9600); //baud rate of GSM Module Serial.begin(9600); //baud rate of Serial Monitor (Arduino) delay(100); } void loop() { if (Serial.available()>0) switch(Serial.read()) { case 's': SendMessage();...
[ "vasudev.grover@gmail.com" ]
vasudev.grover@gmail.com
19685e5b5a22d7397dc9a822a611b3ff326ebeaa
fa85329dbe03772df56547375154c5437ff2b076
/Zero_L/alfa/Mapa.h
fcb75d70277662fc2f59fdca83186436e309b06b
[ "Apache-2.0" ]
permissive
Ninefrm/Unsingned
9597f3c3cf1c422adbbcbf36a41d0b97aa71aa9a
cf051f6aa6c9d93f8582539b2d36c64a41447a58
refs/heads/master
2021-08-24T05:07:38.657326
2017-12-08T05:12:47
2017-12-08T05:12:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,119
h
#ifndef _MAPA_H_ #define _MAPA_H_ #include <vector> #include <random> #include <curses.h> #include <ctime> #include "Obj.h" #include "Wall.h" #include "Character.h" #include "Enemy.h" #include "Sword.h" class Mapa{ public: Mapa(); Mapa(Character* , std::vector<Wall>, int, int); bool wal...
[ "luiszavala@live.com.mx" ]
luiszavala@live.com.mx
b12965d715e6284202ba24cf0b677891f1f54dfc
12154201c2c4dc8968b690fa8237ebfe1932f60a
/SWEA/1232.cpp
2338641229460152f36e0dd2c7ef0b68a8baaa42
[]
no_license
heon24500/PS
9cc028de3d9b1a26543b5bd498cfd5134d3d6de4
df901f6fc71f8c9d659b4c5397d44de9a2031a9d
refs/heads/master
2023-02-20T17:06:30.065944
2021-01-25T12:43:48
2021-01-25T12:43:48
268,433,390
2
0
null
null
null
null
UHC
C++
false
false
1,359
cpp
/* 1232. [S/W 문제해결 기본] 9일차 - 사칙연산 */ #include <iostream> #include <string> #include <stack> using namespace std; const int N = 1001; int tree[N][2]; string ops[N]; stack<int> s; void init() { for (int i = 0; i < N; i++) { tree[i][0] = 0; tree[i][1] = 0; ops[i] = ""; } while (!s.empty()) { s.pop(); } } b...
[ "heon24500@naver.com" ]
heon24500@naver.com
615641b86279bfc4c7533476181cb73ecfbd385a
f0b4ce0ba6972301435f182a6d4c02987ee17ab3
/whacAMole.cc
8ccc5d4730d71a60529367313bba7ad8cf98479c
[]
no_license
gs0622/leetcode
b64bf1ac8d52ea473cac98b057a5edd1c8ff3591
ef9388f875c375f6f3cd290b04e457b416d860dc
refs/heads/master
2021-06-02T00:54:32.332803
2020-05-19T01:13:51
2020-05-19T01:13:51
20,798,407
0
0
null
null
null
null
UTF-8
C++
false
false
1,489
cc
#include <bits/stdc++.h> using namespace std; class Solution { public: // O(n) sliding window int whatAMoleTwoMallets(vector<int>& A, int w) { int n=A.size(); vector<int> sum(n,0); for (int i=0; i<n; ++i) sum[i]=(i==0)? A[i]: A[i]+sum[i-1]; function<int(int,int)> getSum=[&](int i, int j) { retur...
[ "gs0622@gmail.com" ]
gs0622@gmail.com
69c3bf5e4501e9b659ef06bc25505e9af4c9a44f
da726bce6d0f9ab1e63b9c04a2cb33976a0735a3
/lib/Transform/Mixed/DINodeRetriever.cpp
3cb1bfa7b68a68d6d30bd1e8b3b8fff30200fea7
[ "Apache-2.0", "NCSA" ]
permissive
dvm-system/tsar
c4017018a624100d50749004dc60e1f6b23fa99f
8ee33ff80702766d832e56aa37e82931aacd2ba3
refs/heads/master
2023-05-24T23:41:39.583393
2023-04-22T12:23:40
2023-04-22T12:24:17
212,194,441
19
20
Apache-2.0
2023-05-22T09:11:28
2019-10-01T20:35:07
C++
UTF-8
C++
false
false
7,908
cpp
//===- DIGlobalRetriever.cpp - Global Debug Info Retriever ------*- C++ -*-===// // // Traits Static Analyzer (SAPFOR) // // Copyright 2018 DVM System Group // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
[ "kaniandr@gmail.com" ]
kaniandr@gmail.com
b5589fb337feef68645274585eb809249bd12867
ef91f0c61520391ad25692c6adebff4aebe8dd09
/ServerNet/Sources/VMIMEMessage.cpp
8d1b73eef7e85b122df90ba1f9b7731956adf56e
[]
no_license
StephaneH/core-XToolbox
77462b758dfae86f86aafb8a9c9e5b34215259c7
c166b76bbd1dfba27c7863f203b158212028222e
refs/heads/master
2021-01-19T06:52:37.703070
2014-11-17T13:35:24
2014-11-17T13:35:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,340
cpp
/* * This file is part of Wakanda software, licensed by 4D under * (i) the GNU General Public License version 3 (GNU GPL v3), or * (ii) the Affero General Public License version 3 (AGPL v3) or * (iii) a commercial license. * This file remains the exclusive property of 4D and/or its licensors * and is protected by na...
[ "stephane.hamel@4d.com" ]
stephane.hamel@4d.com
ec09caed19965ed57a38708dc834a6201362759b
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/Action/actionFreeMove.h
bdc2e801fa992746fe8831104b400403dea4acd7
[]
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
1,059
h
#pragma once #include "KingSystem/ActorSystem/actAiAction.h" namespace uking::action { class FreeMove : public ksys::act::ai::Action { SEAD_RTTI_OVERRIDE(FreeMove, ksys::act::ai::Action) public: explicit FreeMove(const InitArg& arg); ~FreeMove() override; bool init_(sead::Heap* heap) override; v...
[ "leo@leolam.fr" ]
leo@leolam.fr
7dd90e0a5fe64e6f0b097f48fea2d058e4492439
771a4e3846212eabbabf6b68bf73d4a326d0973e
/src/vswprinn.cpp
3f647373b1f94326e709d91a5f2ed7b5919456f5
[]
no_license
ganboing/crt.vc12
4e65b96bb5bd6c5b5be6a08d04c9b712b269461f
f1d47126bf13d1c9dccaa6c53b72217fd0474968
refs/heads/master
2021-01-13T08:48:12.365115
2016-09-24T20:16:46
2016-09-24T20:16:46
69,113,159
4
1
null
null
null
null
UTF-8
C++
false
false
4,238
cpp
/*** *vswprint.c - print formatted data into a string from var arg list * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines vswprintf() and _vsnwprintf() - print formatted output to * a string, get the data from an argument ptr instead of explicit * argum...
[ "gan.bo@columbia.edu" ]
gan.bo@columbia.edu
b9b828d0818d1e36db7998a54d1ba8f7a219905b
a9d13a7251696bc70471792765a6e3b46af40490
/cpp/21.cpp
bc8d296e2e70f9104e0849ec2216a8347e15015f
[]
no_license
Yesol222/Algorithm
529e895eb0aa154633f85ae215d41cc74cd5b33e
a8d632935a5bc0413aa097b5ebac435fbf24486a
refs/heads/master
2023-03-24T23:58:39.799405
2021-03-23T06:59:56
2021-03-23T06:59:56
334,355,839
0
0
null
null
null
null
UTF-8
C++
false
false
694
cpp
#include <stdio.h> int main(){ freopen("input.txt.","rt",stdin); int i, A[10],B[10],as=0,bs=0,lw=0; for(i=0;i<10;i++){ scanf("%d",&A[i]); } for(i=0;i<10;i++){ scanf("%d",&B[i]); } for(i=0;i<10;i++){ if(A[i]>B[i]){ as+=3; lw=1; } ...
[ "744348@gmail.com" ]
744348@gmail.com
c40cec2855a8e1024a089444ba834a4497a6b87e
74fc7c5d39baa6c30aa929e629ff60bf40500c61
/test/unit-tests/mbr/abr_manager_mock.h
7d72e0e7df2540c2a133c41a74fcdd4bdfbd12c3
[ "BSD-3-Clause" ]
permissive
jhyunleehi/poseidonos
e472be680d0e85dc62f0e2c0d7356dbee74a3bd6
1d90e4320855d61742ff37af8c0148da579d95d4
refs/heads/develop
2023-07-13T03:37:29.754509
2021-08-23T15:26:08
2021-08-23T15:26:08
393,203,347
0
0
BSD-3-Clause
2021-08-20T00:04:14
2021-08-06T00:30:35
C
UTF-8
C++
false
false
754
h
#include <gmock/gmock.h> #include <list> #include <string> #include <vector> #include "src/mbr/abr_manager.h" namespace pos { class MockAbrManager : public AbrManager { public: using AbrManager::AbrManager; MOCK_METHOD(int, LoadAbr, (string arrayName, ArrayMeta& meta), (override)); MOCK_METHOD(int, SaveA...
[ "kyuho.son@samsung.com" ]
kyuho.son@samsung.com
df1315040d5f57018b7be11b3886ec910c0d910e
22ab69eeeecd020fee3e7be74bd5f6f4959cf7e0
/rocsolver/library/src/auxiliary/rocauxiliary_larf.cpp
8753b11bd34bf0424be1149c0caecb572c854553
[ "BSD-2-Clause" ]
permissive
jcarzu/internalDevelop
4ca697dacd2cc5baa5e7a702466e101fb7715cb6
b874d42ce7db68234e4082c5a4e28446469d8460
refs/heads/master
2020-12-10T02:19:55.781116
2020-01-13T00:56:43
2020-01-13T00:56:43
233,480,387
0
0
null
2020-01-13T00:28:14
2020-01-13T00:28:13
null
UTF-8
C++
false
false
3,374
cpp
#include "rocauxiliary_larf.hpp" template <typename T> rocblas_status rocsolver_larf_impl(rocblas_handle handle, const rocblas_side side, const rocblas_int m, const rocblas_int n, ...
[ "juan.zuniga-anaya@amd.com" ]
juan.zuniga-anaya@amd.com
9244c0f202281ff985344b06fe77ae7f77e05ce6
847e5c2984a5d5d425e6a47565a9fb57d15dbe13
/Libraries/LibJS/Lexer.cpp
75ec759f3f9c56a742e6aa56e3a4932e0a2b88b0
[ "BSD-2-Clause" ]
permissive
rizzrackguy/serenity
7616511a187d22b64c65e19a6f5e6cb57e0dc64d
dd00175ae2d6f23b08cb803eb86fc0108c393971
refs/heads/master
2022-04-15T01:14:30.855454
2020-04-12T17:22:42
2020-04-12T17:23:39
255,151,103
0
0
BSD-2-Clause
2020-04-12T19:04:07
2020-04-12T19:04:07
null
UTF-8
C++
false
false
15,213
cpp
/* * Copyright (c) 2020, Stephan Unverwerth <s.unverwerth@gmx.de> * 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 the above copyright notic...
[ "kling@serenityos.org" ]
kling@serenityos.org
9bd70c24d67b90e653467a6f72d5a3a7b0c226e6
651570891f9a418440f2611f3773e2498c6ce3be
/TRAC-IK package/baxter_sim_kinematics/src/arm_kinematics.cpp
6d13e7a0e60bbde7799b9220da56f008ef8b9d98
[]
no_license
MartinFk/ReMa
aa22bb32f0d5e47b7e812a01ae407ad5444ec6ea
2233e53994952ac36bbab766834f817c26d3bdf6
refs/heads/master
2021-05-06T05:59:18.865847
2018-01-06T18:45:05
2018-01-06T18:45:05
115,284,971
0
1
null
null
null
null
UTF-8
C++
false
false
18,653
cpp
/********************************************************************* # Copyright (c) 2013-2015, Rethink Robotics # 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 ...
[ "martinfeick@yahoo.de" ]
martinfeick@yahoo.de
58514e92995664918b86be20b589c90f7830c54f
cc7b87b6315b53d7682fd1d05481b929363014be
/C++/Volume C/P10042.cpp
964c6ece8fcd3684c2937d98e40627c7a3089872
[]
no_license
ptargino/uvaOnlineJudge
b6d02a3c8cc084547247686da82ea0977c55f4af
b8922626122b013d8e668c6521504fce85958a7b
refs/heads/master
2020-05-19T16:19:34.010520
2012-06-30T21:21:06
2012-06-30T21:21:06
2,787,653
0
0
null
null
null
null
UTF-8
C++
false
false
1,127
cpp
#include <math.h> #include <iostream> using namespace std; bool isPrime(long int n) { int root = (int) sqrt(n); for (int i = 3; i < root; i += 2) if (!(n % i)) return false; return true; } int sumDigits(long n) { int sum = 0; while (n) { sum += n % 10; n /= 10; } return sum; } ...
[ "ptargino@gmail.com" ]
ptargino@gmail.com
1476fd99cb70e74cee533d2ef3d0c0c40cce338e
309647935d0f8f507207ecf48d124102c1d7197f
/Utility/memory_parser/Password.h
1f4901f9aa1b7a159acdd5477f26e8dba5bfa642
[ "MIT" ]
permissive
ThomasChevalier/passwordWallet
6b59d8afd48c1bbdc89348798beebfa6ced87e7e
115dbde3e32f2be65071e6f298c4f03ddfe19b09
refs/heads/master
2021-03-27T20:00:34.594894
2020-04-19T17:03:49
2020-04-19T17:03:49
71,448,410
3
0
null
null
null
null
UTF-8
C++
false
false
318
h
#ifndef PASSWORD_HEADER_THOMAS_CHEVALIER #define PASSWORD_HEADER_THOMAS_CHEVALIER #include <cstdint> #include <string> struct Password { typedef uint8_t id_t; Password(); id_t id; uint16_t counter; std::string name; std::string password; std::string userName; }; #endif // PASSWORD_HEADER_THOMAS_CHEVALIER
[ "thomasom.chevalier@gmail.com" ]
thomasom.chevalier@gmail.com
c502dd86625144c3753bcfca74e13a6eaa6a8977
5cf90b2be2f265e7f02144192dba4a26cef15756
/skia/tests/TessellatingPathRendererTests.cpp
9af45ee51e8d70b41d0fe0dc35cb4c618a578be3
[ "BSD-3-Clause", "MIT" ]
permissive
jiangkang/renderer-dog
b73f1d1d0d5d61ea9a5da81983eeb536d6d791da
8081732e2b4dbdb97c8d1f5e23f9e52c6362ff85
refs/heads/master
2021-07-07T21:49:57.293616
2020-09-13T16:31:34
2020-09-13T16:31:34
174,357,799
0
0
MIT
2020-09-13T11:08:16
2019-03-07T14:18:53
C++
UTF-8
C++
false
false
31,181
cpp
/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "Test.h" #include "GrClip.h" #include "GrContext.h" #include "GrContextPriv.h" #include "GrShape.h" #include "GrStyle.h" #include "SkGradientShader.h" #include "SkPa...
[ "jiangkang0504@163.com" ]
jiangkang0504@163.com
f3460f675f5e2b569bfb2559b06024507bc95d79
67233ab008d07efb37e6ed33c6959fc6215e5048
/CodeTestZone/A1_Threadpool/CThreadUsingMsgLoop.h
8f8965c427a41a58caaa2efac5d085e184a3aa2b
[]
no_license
yinjingyu/LinuxDevelopment
0e9350ec985c40e2a29c9544297e5118a21192a3
5e5c57f3b233507c16cd5e56d4b9682c01a7bdbc
refs/heads/master
2021-01-22T05:15:27.000512
2013-12-03T09:28:29
2013-12-03T09:28:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
707
h
#ifndef CTHREADFORMSGLOOP_H #define CTHREADFORMSGLOOP_H #include "./include/CMsgObserver.h" #include <string> #include "./include/CStatus.h" class CThreadInitFinishedNotifier; class CThread; typedef struct { void * pContext; CThreadInitFinishedNotifier * pNotifier; }SInitialParameter; class CThreadUsingMsgLoop...
[ "yin_jingyu@126.com" ]
yin_jingyu@126.com
e803acdb2294fc1410d222ed47d8dcbe2ab78515
77222f794141f3018763c071d48e38dfd7252246
/src/soundbuffer.cpp
f6cf062f60732579b1222d0a20bca728b29b07aa
[ "Zlib", "BSD-3-Clause", "MIT", "FTL", "LicenseRef-scancode-happy-bunny", "LicenseRef-scancode-warranty-disclaimer", "BSL-1.0", "SGI-B-2.0", "LicenseRef-scancode-synthesis-toolkit", "LicenseRef-scancode-khronos" ]
permissive
dakodun/uair
c3101ee83d5f89b688feef8c5fe6b7ff67c78ab2
a2a6ed6c13e796937c06f2731146e85185680e69
refs/heads/master
2021-11-28T10:38:18.194923
2021-11-13T22:17:05
2021-11-13T22:17:05
18,681,066
0
0
null
null
null
null
UTF-8
C++
false
false
2,361
cpp
/* **************************************************************** ** ** Uair Engine ** Copyright (c) 2010 - 2017, Iain M. Crawford ** ** 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. ...
[ "github@chikin.net" ]
github@chikin.net
9cc7265b0b688e52232a58d0c883fa3a388cbe8a
77b28b71ff49842067732ef8f948d935a8f3e7a5
/my_Codes/test3.cpp
96cdb66ab676ea94b52eeb7a6decaaddb359d07e
[]
no_license
rahulSingh2995/Codes
ea21b49aabb63e8d55db58da2bc10e5c89b4ccfe
f90d7ad5c20523e5d9b76ce6f71305e9cdf7f37f
refs/heads/master
2021-06-12T17:01:52.723269
2020-05-15T04:55:57
2020-05-15T04:55:57
254,365,740
0
0
null
null
null
null
UTF-8
C++
false
false
141
cpp
#include<iostream> class Test { static void fun(int a) {} void fun() {} // compiler error }; int main() { getchar(); return 0; }
[ "rahulcdacacts@gmail.com" ]
rahulcdacacts@gmail.com
49622d2936de25439968c35b7af165f44568c76d
cccfb7be281ca89f8682c144eac0d5d5559b2deb
/ash/components/phonehub/fake_camera_roll_download_manager.h
4d531c34b167ddd565953dec22279be5f1610752
[ "BSD-3-Clause" ]
permissive
SREERAGI18/chromium
172b23d07568a4e3873983bf49b37adc92453dd0
fd8a8914ca0183f0add65ae55f04e287543c7d4a
refs/heads/master
2023-08-27T17:45:48.928019
2021-11-11T22:24:28
2021-11-11T22:24:28
428,659,250
1
0
BSD-3-Clause
2021-11-16T13:08:14
2021-11-16T13:08:14
null
UTF-8
C++
false
false
1,901
h
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_COMPONENTS_PHONEHUB_FAKE_CAMERA_ROLL_DOWNLOAD_MANAGER_H_ #define ASH_COMPONENTS_PHONEHUB_FAKE_CAMERA_ROLL_DOWNLOAD_MANAGER_H_ #include <vecto...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
4493f84051a862b7a4b6422ec4753feeb3476e6d
898d9b3afbb20aa1354873ef1314760732bfc7d0
/avenue/server_connection.cpp
8f0cdddcf596ae2cd7afd8a5bcb6c9055e40407b
[ "MIT" ]
permissive
Aiyowoo/im
cafc74b119f85f09a857e369fff8c6b371c7b86c
d510275d1cc83b2748cb675e99dacbbf04616fb5
refs/heads/master
2020-05-07T19:13:16.772434
2019-05-08T16:12:05
2019-05-08T16:12:05
180,802,881
0
0
null
null
null
null
GB18030
C++
false
false
1,557
cpp
// server_connection.cpp // Created by m8792 on 2019/4/24. // 2019/4/24 22:17 #include "server_connection.hpp" #include "details/log_helper.hpp" namespace asio = boost::asio; namespace ssl = boost::asio::ssl; namespace avenue { server_connection::server_connection(boost::asio::ip::tcp::socket &socket, ...
[ "m879224490@qq.com" ]
m879224490@qq.com
9bfcdbdbf8f938745730cec44cd6b9b2b078490d
5932c483784240c78a493cbc349d955c63d3ba9b
/SimpleTfIdfDocument.h
d304ec08a598e5c0f895acc42111f71830ed6a60
[ "MIT" ]
permissive
UCSB-CS32-F15/cs32-f15-lab07-start
cfb00b221f947271bf666335d84b454f477dc02b
bbb7ba5068329cfb0b5a102c4319ee96308f1821
refs/heads/master
2021-01-10T15:20:42.441640
2018-02-07T04:30:24
2018-02-07T04:30:24
46,363,265
0
0
null
null
null
null
UTF-8
C++
false
false
572
h
#ifndef SIMPLE_TFIDF_DOCUMENT_H #define SIMPLE_TFIDF_DOCUMENT_H #include "GenericTfIdfDocument.h" class SimpleTfIdfDocument: public GenericTfIdfDocument { public: SimpleTfIdfDocument(std::string id, std::string text, std::string metadata="") : id(id), text(text), metadata(metadata) {} ...
[ "pconrad@cs.ucsb.edu" ]
pconrad@cs.ucsb.edu
d10bebe69c3a50eb40de190598629544bca6dd08
99ca9bb6ac36daf7ae528f971e94ad0daf8b03ca
/pi0/ERAlgoJeremyPi0.cxx
29845a6cdcee1977f8f12b378137efa65d960494
[]
no_license
jhewes15/ngamma
fc121295e2ee1366a901360fd2f57f51228efad6
f31b0a31c6464480e5d52d95b5ee917be57a18fb
refs/heads/master
2020-06-05T08:29:47.184869
2015-07-22T18:04:12
2015-07-22T18:04:12
39,088,036
0
0
null
null
null
null
UTF-8
C++
false
false
3,643
cxx
#ifndef ERTOOL_ERALGOJEREMYPI0_CXX #define ERTOOL_ERALGOJEREMYPI0_CXX #include "ERAlgoJeremyPi0.h" namespace ertool { ERAlgoJeremyPi0::ERAlgoJeremyPi0(const std::string& name) : AlgoBase(name) { _name = name; _nGamma = new NGammaBase(); } void ERAlgoJeremyPi0::Reset() {} void ERAlgoJeremyPi0::A...
[ "jeremy.hewes@manchester.ac.uk" ]
jeremy.hewes@manchester.ac.uk
dc0cb618f84e622224d029448a048458734459cd
69b7d52bfcb7d25911829658f401e4cbf56ed8f8
/09/code/01.cpp
231dd0f026e3423b04b208951a3bac780c00d079
[]
no_license
jash-git/OpenCV-path-to-exploration
1c8699683cf47466975774b3a51e0e33bde7c6a4
e568f5689f65b341412244bfb968c2c9f5931e92
refs/heads/master
2020-06-19T22:52:11.057275
2019-07-15T06:15:11
2019-07-15T06:15:11
196,903,754
0
0
null
null
null
null
UTF-8
C++
false
false
1,145
cpp
#include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <iostream> #include <stdio.h> using namespace std; using namespace cv; int main() { Mat img, templ, result; img = imread("nba.jpg"); templ = imread("76.png"); int result_cols = img...
[ "gitea@fake.local" ]
gitea@fake.local
3c90a958fd46cd6c8c1ab273a6613ec5c435920b
8a45f1803d67e98aa59421981c95a5865d4dbf60
/cpp_16_classes/ch12_05_Friend_this.cpp
14f1a76f864b114d9f5003d1ee9965b5e323663f
[]
no_license
walter-cc/cpp
1a2e2f01692be15ad1224d6abe76c6b766d08fa4
36b5d184d7b4e69753750d5132e87754957f7d2a
refs/heads/master
2021-12-30T21:40:22.305507
2021-08-06T16:11:28
2021-08-06T16:13:21
162,880,321
0
0
null
null
null
null
UTF-8
C++
false
false
2,411
cpp
/* 新增編譯和執行步驟 : g++ hello.cpp -o hello ./hello =============================== # 此範例可以看到 : 「this」指標的宣告和使用方式。 「*this」代表目前這個物件的內容,「return *this;」代表傳回目前這個物件的內容。 =============================== # 在建立class物件時,會自動建立屬於該物件自己的指標,叫做「this」指標。 # 「this」指標指向物件自己本身,指向記憶體中儲存該物件的「位址」。 # 「this」指標代表了「目前這個物件」的指標,可以存取到該class的資料成員和成員函...
[ "imwalter8@gmail.com" ]
imwalter8@gmail.com
8f7dde38a5c99c6afcfc4d3d26627c4b65a2d688
237af8f87b8fd71635ff57e9d1657a16e06dcb35
/KnightRiderScanBar.ino
cd4a5c116283a7a8e677c325a4781ccab8c791fa
[]
no_license
erichilarysmithsr/KnightRiderScanBar
814db6c16b6822115204b188b35829312e4cb6f1
72717aab55fd7a6d0b06ddac21aa65a6dadd4263
refs/heads/master
2021-01-21T02:49:40.808396
2014-08-11T15:29:06
2014-08-11T15:29:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,455
ino
#include "LPD8806.h" #include "SPI.h" // Knight Rider KITT and KARR scan bar (light chaser). // Uses a 1 metre Adafruit digital RGB LED strip with an LPD8806 chip. // http://www.adafruit.com/products/306 /*****************************************************************************/ // Number of RGB LEDs in strand: ...
[ "rbirkby@gmail.com" ]
rbirkby@gmail.com
4c157dec32a8c39e3d1c52fb29b8bd51631135c8
47b755444e700332877d8bb432e5739045ba2c8b
/wxWidgets/include/wx/generic/spinctlg.h
0f09abd5d7065c4b2aa2c67dd4b8d4c4bf59b4c3
[ "MIT" ]
permissive
andr3wmac/Torque6Editor
5b30e103f0b3a81ae7a189725e25d807093bf131
0f8536ce90064adb9918f004a45aaf8165b2a343
refs/heads/master
2021-01-15T15:32:54.537291
2016-06-09T20:45:49
2016-06-09T20:45:49
39,276,153
25
14
null
null
null
null
UTF-8
C++
false
false
14,361
h
///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/spinctlg.h // Purpose: generic wxSpinCtrl class // Author: Vadim Zeitlin // Modified by: // Created: 28.10.99 // Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence ////////////////////////...
[ "andrewmac@gmail.com" ]
andrewmac@gmail.com
79f094cb51e708d142f6f5bcf9e3aae3cd0dac00
511f58bc46be60a0215eb46335a783585701c07a
/frq_b.cpp
c3303c414df1466eab2fcf96aabad31667337eff
[]
no_license
sagar-massand/spoj1
6ee6c7b93ba4873dd2a0b43c107f081a3fb69879
56ceac968afc318854ceec4c22267fa64d2c72a8
refs/heads/master
2016-09-06T09:41:04.540897
2013-11-29T12:38:20
2013-11-29T12:38:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,125
cpp
#include<iostream> #include<stdio.h> #include<stdlib.h> #include<algorithm> #include<string.h> #include<math.h> #include<queue> #include<vector> #include<stack> #include<set> using namespace std; #define FOR(i,n) for(i=0;i<n;i++) #define pi(n) printf("%d\n",n); #define pl(n) printf("%lld\n",n); #define ps(c) pri...
[ "sagar.massand@gmail.com" ]
sagar.massand@gmail.com
96eac3462d7af7dbf335defbc10d3bfc4dfbf450
2dcd06afb36378652c851c713e323681d0679242
/Source/effectpattern.cpp
ac2b95d8b2278d66048612fe3e9278049416c403
[]
no_license
LightInMotion/NativeTest
186df26c808a5667434fe8c895bef1ae75ac9b5a
bc6957238a97d120840aa355012f40169811ab70
refs/heads/master
2021-01-10T19:55:50.110959
2016-09-08T23:03:30
2016-09-08T23:03:30
3,811,690
0
0
null
null
null
null
UTF-8
C++
false
false
5,460
cpp
/* Module Description: This module is an 'effect pattern', basically a shape scanned by the effect class. It knows how to load itself from a filename, or from an istream. Effect is a 'friend' because the actual coordinate pairs are fetched directly for speed. */ // Includes ........................
[ "jf@emisense.com" ]
jf@emisense.com
f978428f4f42016702f129d3cc175014e4e5c76b
3c9d8787d9dd84b5402097c1331add04bc7a7f94
/7.23 DP - Min Insertion or Deletion to convert 'a' to 'b'.cpp
db56c70d498ff465e07876dd4221319e86e8a863
[]
no_license
AbhishekPratik1810/my_cpp_dsa_practice
bfc6df01dc2412b39056b5d49791a0ccf105d19a
37e465cf15d162dfaf535fdcf780d5d5225a8575
refs/heads/master
2022-12-09T03:24:24.220974
2020-09-15T17:50:33
2020-09-15T17:50:33
295,805,408
0
0
null
null
null
null
UTF-8
C++
false
false
1,679
cpp
#include <bits/stdc++.h> using namespace std; #define ll long long int #define pb push_back #define endl "\n" #define fo for(int i=0;i<n;i++) #define clear cin.clear();cin.ignore(numeric_limits<streamsize>::max(), '\n'); #define loopSolve int t; cin>>t; while(t--){solve();} //INT_MAX 2,147,483,647 ...
[ "developerpratik18@gmail.com" ]
developerpratik18@gmail.com
ceb46a0de8c5b66f5e8fff49deeda7d1e9b98be6
e104892af303d85c5e661d099b500dc1e35b882d
/Sample4_12/app/src/main/cpp/bndev/MyVulkanManager.h
0a29bf3df0403a1e89773e0d81670d32418d2646
[ "Unlicense" ]
permissive
siwangqishiq/Vulkan_Develpment_Samples
624900dabaca75c9ad21ef5a1ee5af6709dcc9a8
409c973e0b37086c854cde07b1e620c3d8d9f15d
refs/heads/master
2023-08-16T04:13:54.777841
2021-10-14T06:53:11
2021-10-14T06:53:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,603
h
#ifndef VULKANEXBASE_MYVULKANMANAGER_H #define VULKANEXBASE_MYVULKANMANAGER_H #include <android_native_app_glue.h> #include <vector> #include <vulkan/vulkan.h> #include "../vksysutil/vulkan_wrapper.h" #include <vector> #include "mylog.h" #include "DrawableObjectCommon.h" #include "ShaderQueueSuit_Common.h" #include "C...
[ "709165253@qq.com" ]
709165253@qq.com
86c9a0c29e0a927b054f6f09bc2ff427d5c3d419
11e6ec185672c57bb5f80955f001f42731768c73
/Source/BuildingEscape/OpenDoor.h
ac9d413900a980835feec92212b6372c57d01e7e
[]
no_license
Zagorouiko/BuildingEscape
d122fd9d6beca6c1373764844a829107ad383f10
baef29a3bb6561c9d5e8c4e29c01e19e863397ee
refs/heads/master
2020-04-22T18:15:04.301177
2019-02-17T14:37:41
2019-02-17T14:37:41
170,570,823
0
0
null
null
null
null
UTF-8
C++
false
false
792
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "Components/ActorComponent.h" #include "Engine/TriggerVolume.h" #include "OpenDoor.generated.h" UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) ) class BUILDINGESCAPE_API UOpenDoor : public UActorC...
[ "Zagorouiko@gmail.com" ]
Zagorouiko@gmail.com
8a45b92519f1edbaed47284a7cdb59bdeacd858d
95afc50eea3e69c5cfc150b1f0d031f0da95a1d0
/lib/ldcp_sdk/third_party/Asio/asio-1.18.0/src/tests/unit/ip/address_v6_range.cpp
a11eaf6dfa149c8560bcdaa4baefad326537a895
[ "Apache-2.0", "BSL-1.0" ]
permissive
LitraTech/ltme_node
09a04be74b132993210852c8e712984b678ffc9f
f6733085cfd94072764029f4b00171de969e8637
refs/heads/master
2023-07-19T13:00:39.556775
2023-07-13T04:42:25
2023-07-13T04:42:25
232,500,654
6
12
Apache-2.0
2022-08-10T10:52:00
2020-01-08T07:04:26
C++
UTF-8
C++
false
false
697
cpp
// // address_v6_range.cpp // ~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot 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) // // Disable autolinking for ...
[ "dnyang@litratech.com" ]
dnyang@litratech.com
395859f1272e37abd8c7b0093e037c35f8c1c1b3
4424eb0c6d2666a37bbe5b9d6b3550ca11d51729
/SerialPrograms/Source/NintendoSwitch/Programs/VirtualConsole.h
897ba33a6d65d445b642053b852997e6089d5346
[ "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
ercdndrs/Arduino-Source
cd87e4036f0e36c3dd0180448293721be95cc654
c0490f0f06aaa38759aa8f11def9e1349e551679
refs/heads/main
2023-05-05T07:43:52.845481
2021-05-24T02:27:25
2021-05-24T02:27:25
369,910,477
0
0
MIT
2021-05-22T21:39:34
2021-05-22T21:39:33
null
UTF-8
C++
false
false
2,248
h
/* Virtual Game Console * * From: https://github.com/PokemonAutomation/Arduino-Source * */ #ifndef PokemonAutomation_VirtualConsole_H #define PokemonAutomation_VirtualConsole_H #include <QJsonObject> #include "Common/Qt/QtJsonTools.h" #include "CommonFramework/Panels/RightPanel.h" #include "CommonFr...
[ "a-yee@u.northwestern.edu" ]
a-yee@u.northwestern.edu
835f58b4577711e00aa48932d1d287b67d08cc32
4c66e1d186ad4b32cd1677bb64d871e09b505ffc
/drivenet_ros/include/ace/config-sunos5.10.h
e4590571fa8e9b6be69d2dbd1796e15f4d5ee3dd
[ "Apache-2.0" ]
permissive
Bangglll/driveworks_ros
0ace6f4bee4cc585b4c9fd01054101c8c09c5186
9f08a8be336cf317bcb36ae058bb8d673d814660
refs/heads/main
2023-08-14T16:46:55.264875
2021-10-03T06:47:17
2021-10-03T06:47:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,866
h
/* -*- C++ -*- */ // $Id: config-sunos5.10.h 2793 2015-11-30 23:09:18Z mitza $ // The following configuration file is designed to work for SunOS 5.10 // (Solaris 10) platforms using the SunC++ 5.x (Sun Studio 8-10), or g++ // compilers. #ifndef ACE_CONFIG_H // ACE_CONFIG_H is defined by one of the following #include...
[ "763k357@naver.com" ]
763k357@naver.com
3e5c001d463ce600cf58656641ad7314790e0892
5947865dc56dc2906951f21b780db5dc901848c5
/GeeksforGeeks/Palindrome numbers.cpp
c7fa510064a2cd021b74cfae8543eee738f687e3
[]
no_license
nishu112/Geek-Codes
6d9cad76291d7c56900bd988c0c123db6d900c36
f7eece428655c1f656e402b321260f234de62153
refs/heads/master
2021-10-07T09:31:13.379816
2018-12-04T16:36:54
2018-12-04T16:36:54
121,122,751
0
0
null
null
null
null
UTF-8
C++
false
false
456
cpp
#include<iostream> using namespace std; int main() { int t; cin>>t; while(t--) { long long n; cin>>n; long long num=n,len=0; while(num) { ++len; num=num>>1; } long long i=0,j=len-1; int flag=1; while(j>i) { if((!(n&(1<<i)))!=(!(n&(1<<j)))) ...
[ "nishant.sharma112@gmail.com" ]
nishant.sharma112@gmail.com
9cef3c531e617dcf519ef5a53c362a7cff4f6206
0975c61a1485440b5d483dccec9bcd1c218be2e9
/Attribute_types.h
51c6c691204727a81c4b3a1bded946cba23fa2d1
[]
no_license
Lipovr/Starmap
71c4ce6cf58eebacc2d64ae82491fc7b83917867
7bc57cb6580fb491bc5c253e93a356da59423a9f
refs/heads/master
2022-10-01T11:48:52.702621
2020-05-26T18:38:02
2020-05-26T18:38:02
267,121,602
0
0
null
null
null
null
UTF-8
C++
false
false
1,481
h
#ifndef ATTRIBUTE_TYPES_H_INCLUDED #define ATTRIBUTE_TYPES_H_INCLUDED namespace ATTRIBUTES{ namespace ATTRIBUTES_TYPE{ enum TYPE{ ///ALL NAME=0, DESCRIPTION, END_TEXT, ///STAR STARCLASS, ECONOMY, //PO...
[ "lipov.ra@phystech.edu" ]
lipov.ra@phystech.edu
c5ad784120061b33d38be0cfed15aff55f57f342
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/ui/xapp/cdda.cpp
e567984ba410e6154a688265aaabe095167bfeaa
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,204
cpp
#include "std.h" #include "xapp.h" #include "cdda.h" //////////////////////////////////////////////////////////////////////////// CCDDAStreamer::CCDDAStreamer(CNtIoctlCdromService* pDrive, DWORD dwRetries) { ASSERT(pDrive != NULL); m_ibChunk = 0; m_pDrive = pDrive; m_dwRetries = dwRetries; m_dwC...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
8d32b96da13101ab1c0443b1d93d483558408227
73e7c20803be5d8ae467af1feba8a4a7fe219f4b
/Modules/Filtering/DistanceMap/include/itkReflectiveImageRegionConstIterator.h
c05128fc2563e28354e2bf3460046e0f7356a8aa
[ "LicenseRef-scancode-other-permissive", "SMLNJ", "BSD-3-Clause", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-free-unknown", "BSD-4.3TAHOE", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "IJG", ...
permissive
CIBC-Internal/itk
deaa8aabe3995f3465ec70a46805bd333967ed5b
6f7b1014a73857115d6da738583492008bea8205
refs/heads/master
2021-01-10T18:48:58.502855
2018-01-26T21:25:51
2018-01-26T21:25:51
31,582,564
0
2
Apache-2.0
2018-05-21T07:59:53
2015-03-03T06:12:12
C++
UTF-8
C++
false
false
7,261
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "ayla@sci.utah.edu" ]
ayla@sci.utah.edu
64b8312ae8205d8c02e9019d152c48a7a360f800
cf85f8ee951490dc13648ec5815e022e31bf6676
/src/CryptoNoteCore/CryptoNoteBasic.h
5480a93e1e35346a799d58e47479ab09cacea106
[]
no_license
rainmanp7/phfx
1c61ee112c22e9c942287536891a7bf94bb9a829
c00be01f89ceca09003f4f10bb42ab80a363c9b5
refs/heads/master
2020-03-28T03:04:06.843858
2018-09-07T02:50:01
2018-09-07T02:50:01
147,617,262
0
0
null
null
null
null
UTF-8
C++
false
false
1,377
h
// Copyright (c) 2011-2016 The Cryptonote developers // Copyright (c) 2017-2018 PHF-project developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once #include <boost/utility/value_init.hpp> #include <CryptoNot...
[ "muslimsoap@gmail.com" ]
muslimsoap@gmail.com
c679b3d22c8d58af9e9600143a5b66f577bb517d
363c0e6a653d4808640031f82b2c3ee62e13c640
/BlendDemo/Framework3/Math/SphericalHarmonics.cpp
b76d5236968a9016087bf1ef2a5e71a8bb851636
[ "MIT" ]
permissive
dtrebilco/PreMulAlpha
8d7e9a7209c2b2bda6c89e7e9a6daad73ec34ff0
4eaf2b0967a4440bbaf7a83a560ee84626015d3d
refs/heads/master
2021-01-10T12:24:21.105947
2018-03-12T13:00:17
2018-03-12T13:00:17
53,249,801
115
3
null
null
null
null
UTF-8
C++
false
false
23,989
cpp
/* * * * * * * * * * * * * Author's note * * * * * * * * * * * *\ * _ _ _ _ _ _ _ _ _ _ _ _ * * |_| |_| |_| |_| |_|_ _|_| |_| |_| _|_|_|_|_| * * |_|_ _ _|_| |_| |_| |_|_|_|_|_| |_| |_| |_|_ _ _ * * |_|_|_|_|_| |_| |_| |_| |_| |_| |_| |_| |_...
[ "dtrebilco@gmail.com" ]
dtrebilco@gmail.com