blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
39ea257cc47f5552d1a08f5def55c4265d508756
f0d4e5b2bc6a688dff5dd4d1d0178b3c6e8b3309
/database/txn/TxnAccess.h
8fab5d8cd938434160be6fa674f0347a7975af2f
[ "Apache-2.0" ]
permissive
cac2003/GAM-1
25a2d0f839e00c0c8a0a28629cac8a4a9f007925
218c5a1e985bd7572f9f8a938f9e3c7468868be4
refs/heads/master
2020-03-30T20:03:44.334154
2018-10-05T05:50:48
2018-10-05T06:12:44
151,571,503
3
1
null
2018-10-04T12:55:21
2018-10-04T12:55:21
null
UTF-8
C++
false
false
842
h
// NOTICE: this file is adapted from Cavalia #ifndef __DATABASE_TXN_TXN_ACCESS_H__ #define __DATABASE_TXN_TXN_ACCESS_H__ #include "Record.h" #include "gallocator.h" namespace Database { struct Access { Access() : access_record_(nullptr), access_addr_(Gnullptr) { } AccessType access_type_; R...
[ "guowentian1992@gmail.com" ]
guowentian1992@gmail.com
e8beb524cc8f7102d489dc8bf16b643113417b8c
cb517177a1a2fc008285c84c6ab105c29967cfcc
/Competition/UVa10340.cpp
053702905ecabc89bd51e6a6745b230d7cbfa78e
[]
no_license
cshung/Competition
8b4219593bfe28372ba82fbf923437988d862e2c
f534f37b34a0ef2351f4af3926ac864fed6dafc5
refs/heads/main
2023-08-29T03:25:35.042880
2023-08-16T15:32:45
2023-08-16T15:32:45
23,745,091
0
0
null
null
null
null
UTF-8
C++
false
false
1,076
cpp
#include "stdafx.h" // http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1281 #include "UVa10340.h" #include <iostream> #include <string> using namespace std; int UVa10340() { while (true) { string first_string; string second_string; cin ...
[ "cshung@gmail.com" ]
cshung@gmail.com
361977dc9798b441dbc6f12dec9c883c56c22839
e83c99f7aa2af6174b6150a6cd6fd94e2b0d3b52
/build-QtTcpClientProducer-Desktop_Qt_5_6_0_MinGW_32bit-Debug/ui_mainwindow.h
2cc19725b3bc55ab06eaf8fa8571fef56fb83f42
[]
no_license
massaohs/Projeto_3
c0f420490af145051a93ac1a3dea5aaafb74187e
ba53fd1c4096a76fb20ad158cdde6c186d537b06
refs/heads/master
2020-12-25T18:33:01.786135
2017-06-30T01:42:38
2017-06-30T01:42:38
93,967,310
0
0
null
null
null
null
UTF-8
C++
false
false
9,159
h
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.6.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "LAB C6" ]
LAB C6
c1638c12baa9c723dfc70bd862eb4b86e75283bb
5b59ecb8c86ee528a86e530dab5e1a5bdfae4958
/constantTone/constantTone.ino
46fdeb1caa004b0931d018007d8f4a17326cfb83
[]
no_license
dunland/DAO_Arduino
2b282516d87d3f3ff24596af574e09efcb4f2895
c573a84abb55fea4546b7630adfe6d4b01c519cc
refs/heads/master
2022-02-11T14:13:17.490366
2019-08-16T16:30:20
2019-08-16T16:30:20
102,719,062
0
0
null
null
null
null
UTF-8
C++
false
false
238
ino
int note = 100; void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: tone(8,note); delay(2000); note += 100; if (note >= 3000) { note = 100; } }
[ "david.unland@web.de" ]
david.unland@web.de
aa6eb87466bd9213b0e9a4385f684903c0b8920e
bd50c8190e1e7977a70ce2f77e8f151187966954
/core/src/visitor.cpp
08808199ca3a3dfa8b131cb14cbf0de13de74fb9
[]
no_license
svloyso/DevDaysRoguelike
5789aaaacc69afb035a46074038f78db69efafbe
f4ef21bbbb91f6261591aeec8f9b17617108d76a
refs/heads/master
2021-01-10T03:13:57.993706
2015-11-08T19:37:36
2015-11-08T19:37:36
45,459,065
0
0
null
null
null
null
UTF-8
C++
false
false
103
cpp
#include "visitor.h" #include "basic.h" void Visitor::visit(ObjectPtr obj) { obj->visit(this); }
[ "svloyso@gmail.com" ]
svloyso@gmail.com
602fe84db8aaf2d3d9f323ccdd6f97abe0b8c81e
b4da433d23b02dfb20f2a00d19c0a36a76b49ad9
/AP_Buffer_FIFO.cpp
a4b935e9fb74db0a7df11946410dc9796e24ed49
[]
no_license
SuWeipeng/AP_Buffer
03101610f8164d30dcbf3e15366675a7cfb545ed
831ef0a90955ff9bfe6f765fd48ff1f53e40d305
refs/heads/master
2021-02-04T18:49:03.439281
2020-05-24T15:20:09
2020-05-24T15:20:09
243,698,832
1
0
null
null
null
null
UTF-8
C++
false
false
1,851
cpp
#if defined(USE_RTTHREAD) #include <entry.h> #else #include <string.h> #include <stdlib.h> #endif #include "AP_Buffer_FIFO.h" #ifndef USE_RTTHREAD #define rt_memmove memmove #define rt_malloc malloc #define rt_free free #endif AP_Buffer_FIFO::AP_Buffer_FIFO(AP_Buffer &instance, void* w_buf, void* r_buf) : AP_Buff...
[ "weipeng.su@outlook.com" ]
weipeng.su@outlook.com
14740751c22500dee73b630ff9f8f56f4b2298b0
e22efcd1f449f5eb87e69a391f8ab3e79dd21207
/OPLab1/Task2/Task2.cpp
1a53f907fb82e31948a45a4124733ed33e2fbba7
[]
no_license
Hyperinex/op_C
c0f603d24789f2120874c891322fc9ed7dc48485
6804e7a0fe2cb2ee94d4589c07347b30266c0da2
refs/heads/main
2023-01-11T12:59:48.612831
2020-11-11T19:14:27
2020-11-11T19:14:27
301,527,534
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
360
cpp
// Task2.cpp: определяет точку входа для консольного приложения. // #include "stdafx.h" #include <windows.h> int main() { SetConsoleCP(1251); SetConsoleOutputCP(1251); printf("«Прозрачный водопад»…\nУпала в светлую волну\nСосновая игла.\n "); return 0; }
[ "46731945+Hyperinex@users.noreply.github.com" ]
46731945+Hyperinex@users.noreply.github.com
760cb4ec6f12ae42ff1996d6b9f6105df7e2d41b
560090526e32e009e2e9331e8a2b4f1e7861a5e8
/Compiled/blaze-3.2/blazetest/src/mathtest/dmatdmatmult/MHbMDb.cpp
c532a71485ca1ac924d95f57a4d773a33b5e1d61
[ "BSD-3-Clause" ]
permissive
jcd1994/MatlabTools
9a4c1f8190b5ceda102201799cc6c483c0a7b6f7
2cc7eac920b8c066338b1a0ac495f0dbdb4c75c1
refs/heads/master
2021-01-18T03:05:19.351404
2018-02-14T02:17:07
2018-02-14T02:17:07
84,264,330
2
0
null
null
null
null
UTF-8
C++
false
false
4,750
cpp
//================================================================================================= /*! // \file src/mathtest/dmatdmatmult/MHbMDb.cpp // \brief Source file for the MHbMDb dense matrix/dense matrix multiplication math test // // Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved // // This...
[ "jonathan.doucette@alumni.ubc.ca" ]
jonathan.doucette@alumni.ubc.ca
45e4de7e97afa62723f8491409cceaa5fa1facce
4e8a8b9373a8b481e72f80c710e393eaaa06a135
/src/ofxJSONRPC.h
31952ad7f4e6ff4d274b18f57b7d9bdc037a672d
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
bakercp/ofxJSONRPC
fe40d059c2018c8d33a9dc134fb74580fb17a715
c4512f0e4bae9f6e4b57a48af1b4af6e1302d545
refs/heads/master
2020-12-24T05:41:36.067625
2018-06-06T19:06:17
2018-06-06T19:06:17
15,919,539
23
9
null
2017-06-08T15:20:07
2014-01-14T23:49:51
C++
UTF-8
C++
false
false
487
h
// // Copyright (c) 2014 Christopher Baker <https://christopherbaker.net> // // SPDX-License-Identifier: MIT // #pragma once #include "json.hpp" #include "ofxHTTP.h" #include "ofx/JSONRPC/BaseMessage.h" #include "ofx/JSONRPC/Error.h" #include "ofx/JSONRPC/Errors.h" #include "ofx/JSONRPC/MethodArgs.h" #include "ofx/...
[ "me@christopherbaker.net" ]
me@christopherbaker.net
0b29dd859d8194a8def1e8b3d5837d7530fdf515
14d5d165add507452bea06dc6f3366089e55e763
/my-finroc-proj/stereo/stereo_gray/offline/tStereoProc_processCloud_segm.cpp
9e148b15b7b4e91eaa28353f546cf36341ec7066
[]
no_license
arasdar/Robotics
bed8221e404e0a1e78c30cccbe9f7ee369f4f5f9
0a2016dc8ed4a5a28109b893ea3a099dd6abd08d
refs/heads/master
2021-04-15T05:56:58.822963
2018-06-22T22:59:45
2018-06-22T22:59:45
126,894,461
0
0
null
null
null
null
UTF-8
C++
false
false
1,204
cpp
#include "projects/stereo_traversability_experiments/aras/stereo_gray/offline/tStereoProcessing.h" using namespace finroc::stereo_traversability_experiments::aras::stereo_gray::offline; void tStereoProcessing::processCloud_segm() { /*! Initializing process cloud - segmentation*/ float roughness = deg2rad(1.0f)...
[ "arasdar@yahoo.com" ]
arasdar@yahoo.com
5b768536b37c2b868d088cd8cbad8229576bec41
222bc22cb0330b694d2c3b0f4b866d726fd29c72
/src/brookbox/wm2/WmlEdgeKey.inl
d3e371ffdaab0f0a5e09896fdfda61919afca952
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
darwin/inferno
02acd3d05ca4c092aa4006b028a843ac04b551b1
e87017763abae0cfe09d47987f5f6ac37c4f073d
refs/heads/master
2021-03-12T22:15:47.889580
2009-04-17T13:29:39
2009-04-17T13:29:39
178,477
2
0
null
null
null
null
UTF-8
C++
false
false
1,081
inl
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under the terms of // the license agreement http://www.magic-software.com/License/WildMagic.pdf // and may not be copied or ...
[ "antonin@hildebrand.cz" ]
antonin@hildebrand.cz
4dd06e58ebadbcfb1d709a3e52c4933e9253f529
d5b8f1d6b847f27d14b0a73baea0d6d563538a67
/LEVEL_1_NOVICE/15_Do_While_Loop.cpp
ebea2564eff26e1a7840f535b5af8fb3a2825807
[]
no_license
RS-codes/CppQuickRef
047d0d65cce3316fe83b4b678aafc5ed14e04a55
67b0152e28d4b259fa57815ead9fa4b4f9993657
refs/heads/master
2020-12-03T06:10:35.481444
2020-01-22T04:34:14
2020-01-22T04:34:14
231,223,871
0
0
null
null
null
null
UTF-8
C++
false
false
257
cpp
//#15. Do While Loop with Example : #include<iostream> using namespace std; int main() { char input; do{ cout<<"menu"<<endl; cout<<"Enter x to exit or any other key to see menu again: "; cin>>input; }while(input != 'x'); return 0; }
[ "RS-codes@github.com" ]
RS-codes@github.com
bca6f1ff25ac04b59b852de386ead6fca4bcadf7
f59bdc6c260f5d29a955792c5e3b2ea54e6e1c5a
/TFTP/Client/src/CommandDel.cpp
1d1acfd8452bf6ac880a54475bfe7f758ec6f06f
[]
no_license
chenmic/TFTP
4535c5e3fc8479ae564f15faec92883443375b19
6a5ca3082efc92647ddb44603ab5132e5e58d167
refs/heads/master
2020-03-31T17:44:26.773263
2018-10-10T14:02:30
2018-10-10T14:02:30
152,427,890
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include "../include/CommandDel.h" using namespace std; CommandDel::CommandDel(const string &filename) : Command((short)8), filename(filename){} string CommandDel::getStr(){ return filename; } CommandDel::~CommandDel(){}
[ "noreply@github.com" ]
chenmic.noreply@github.com
4658098d0f2cf702fe6426b862669cd9d10b4a35
04e86f081fe537e7b1375509b28117be733c6139
/L12_02.CommonPrimeDivisors.cpp
9e689e11d35cbe6c1ef6b8fce35f17187432678f
[]
no_license
tedison7/codility
d1f1371b9b788f0131565b253ec8a6f42a9db7d4
65dcd7f73b26cf09fb1a847039072f8c0a8d95b4
refs/heads/main
2023-07-27T01:38:35.725194
2021-09-11T15:46:06
2021-09-11T15:46:06
403,993,063
0
0
null
null
null
null
UTF-8
C++
false
false
947
cpp
// you can use includes, for example: // #include <algorithm> // you can write to stdout for debugging purposes, e.g. // cout << "this is a debug message" << endl; using namespace std; int CalGCD(int a, int b) { if (b == 0) return a; return CalGCD(b, a % b); } bool SameDiv(int a, int b) { if (a ...
[ "ktjiss0930@gmail.com" ]
ktjiss0930@gmail.com
4854eb9554e0e21dd213c2316c9a0868492ac30e
8d577ee98e411bdc23b25cc907416d827ca32a84
/geopano.cpp
1e5499f194dfcc18dddfc735367047298343b319
[]
no_license
jaechoonchon/Vpano
bc3a1b64f52faea0bbe1eb251d653765f0b03cf1
c79c0bd7fcd08d0b2040591ec057f60df8ff83da
refs/heads/master
2016-09-05T13:02:44.822626
2010-11-17T00:58:11
2010-11-17T00:58:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,297
cpp
#include "geopano.h" static int read_scanstr( FILE *fp, /* input file pointer */ const char *str) /* input target string */ { const char *s; int c; s = str; for (;;) { c = getc(fp); if (c == EOF) return FAILURE; if (c == *s) { s++; if (*s == '\0')...
[ "jaechoon@earthmine.com" ]
jaechoon@earthmine.com
76d43ad4daa5b88bc8045c8c55a47913131163f5
a58e90d114cee2a5f14379dd8d703c8f4de9a150
/Sandbox/Sandbox.cpp
ec671c5f1de7dccdfbccc9bbf1787c4b5acbcd23
[ "MIT" ]
permissive
Krusto/lwlog
2db893203513038b74eb206404a934c52bec351d
43377e554315636b484a80473ab7994226e4a7b9
refs/heads/master
2023-06-26T07:56:51.008630
2021-07-29T14:09:36
2021-07-29T14:09:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
537
cpp
#include "Benchmark.h" #include "lwlog.h" int main() { auto console = std::make_shared< lwlog::logger< lwlog::default_log_policy, lwlog::default_storage_policy, lwlog::single_threaded_policy, lwlog::sinks::stdout_sink > >("CONSOLE"); console->set_level_filter(lwlog::level::info | lwlog::level::deb...
[ "krissko7209@abv.bg" ]
krissko7209@abv.bg
d0c649086b65449ef7103385c47dd128068fa915
ab8d5c1344ece514a61ae0f4646575d4028df548
/week11_HeapMergeSorts/merge.h
662002f86cf0b8e8bb8c06af4777a67408756746
[]
no_license
YuraVasiuk/Custom-Made-Data-Structures
e20262b3e3e43d1e4d61e441ffc237b3d88aa88b
032ea861280cf26f33ce76a2279e17eead5f0a49
refs/heads/master
2021-09-04T11:09:16.722965
2018-01-18T05:00:44
2018-01-18T05:00:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,771
h
/*********************************************************************** * Program: * Week 11, Sorting * Brother Ercanbrack, CS 235 * * Author: * Yurii Vasiuk * Summary: * The implemetation of the merge sort ************************************************************************/ #include <list> using...
[ "vas14001@byui.edu" ]
vas14001@byui.edu
f69da0847e0c9f0cae80a9c3d9e90b35ba23f7c2
c81cddc27d6dcd899cb586af50605cf9c74a2bc6
/软设1/二叉树/Huffman/main.cpp
d97464b3962fbb0946b8d24e4e7381651dd014e6
[]
no_license
aplmilk/homework
0bb55958a9b6389332b3e914156b74fbb58e5d5e
b375c3b6c0140bcc09f606585a8cdcf1e91dacc6
refs/heads/master
2016-08-12T04:13:35.223772
2015-12-10T12:35:52
2015-12-10T12:35:52
47,549,089
0
0
null
null
null
null
GB18030
C++
false
false
4,322
cpp
#include <stdio.h> #include <stdlib.h> #define MAX 100 #define TOP 5 typedef struct hufnode // 哈夫曼树结点数据结构 { int weight,children[TOP],parent,choose; // choose:辅助建立用的标记域 } HUFNODE; int AddZero(int n,int k); // 增添零元素 int Total(int m,int k); // 统计总共的结点数 void CreateHuffmanTree(int n,int m,int l,int k); ...
[ "387655188@qq.com" ]
387655188@qq.com
4c3cc5c56696f554ed6fb4d8ede8647af380a8b1
63a381d90124527f8dd7d833f3da70b3160f1869
/src/SRP/SRPPresets.cpp
4ad591039abe67e28b4a67f8549e64f813186ce1
[]
no_license
zengnotes/MultiplayerOnlineGame
f75fe82c1ce53c631466c209db7c397ecbff27e2
31561dedb03d77d69dff0ea2853aa666ec4c7751
refs/heads/master
2021-01-20T06:32:50.570693
2014-11-11T20:02:43
2014-11-11T20:02:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,021
cpp
// // SRP xint - SRP implementation using boost::xint // Copyright (C) 2011-2014 Michael Fink // /// \file SRPPresets.cpp Presets for SRP group parameters // // includes #include "stdafx.h" #include "SRPHelper.hpp" using namespace SRP; namespace SRP { /// stores preset SRP group parameters struct PresetGroupParamet...
[ "michael.fink@asamnet.de" ]
michael.fink@asamnet.de
7dd0e9a513745f39dfb8a54f9102e29793a8f819
6887dc98ac29fe19c6e5510da99bd607096e798b
/bbs/mmkey.cpp
e1270ef25b46bed0c959c714d25d315bf8f2b167
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
k5jat/wwiv
88d98ac64871c8b71d0887be8059137893170dfd
b390e476c75f68e0f4f28c66d4a2eecd74753b7c
refs/heads/master
2020-04-03T13:24:30.740685
2019-02-03T18:42:14
2019-02-03T18:42:14
155,283,818
0
0
Apache-2.0
2019-02-03T18:42:15
2018-10-29T21:28:43
C++
UTF-8
C++
false
false
4,214
cpp
/**************************************************************************/ /* */ /* WWIV Version 5.x */ /* Copyright (C)1998-2017, WWIV Software Services */ /* ...
[ "rushfan@wwivbbs.org" ]
rushfan@wwivbbs.org
3bd2deee56bf43af3c6079fdac24420d193b068c
bc245fdb1c7bc426cb9ad64220156da58de99053
/test/parser_test2.cpp
4c6da19b1cd45aee09f851671fc2cd5c4806801f
[]
no_license
gianmarco-todesco/Parser
c1582af5d4b9fc586109808284ed83b31b70bb19
32d0873f9d79c0ff8af733a7e5e3fde80cd10062
refs/heads/master
2021-01-20T01:19:57.538703
2017-09-05T17:37:42
2017-09-05T17:37:42
89,258,855
0
0
null
null
null
null
UTF-8
C++
false
false
1,915
cpp
#include "parser.h" #include "grammarbuilder.h" #include "catch.hpp" #include <sstream> #include <iostream> using namespace std; class MyCGrammarProvider { Grammar *m_grammar; bool m_valid; public: MyCGrammarProvider() : m_grammar(0), m_valid(true) {} ~MyCGrammarProvider() { delete m_grammar; m_grammar = 0; }...
[ "gianmarco.todesco@gmail.com" ]
gianmarco.todesco@gmail.com
1bb7f5ba4e933e33b3b16682296aadbc40bb1a37
cc590bf63865c7634004ddeb479433a4cb104743
/oommf/app/oxs/ext/imagevectorfield.cc
b4cbf4ec91bc2e390ade420fde886a3eaa9bc4fa
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
fangohr/oommf
3980568c062a4ca32feb21a673bdebd1f4eed800
6dfaa8f744574c8e73679a42536d4c6ea3183ec8
refs/heads/master
2023-07-20T03:58:15.452974
2023-07-14T17:05:04
2023-07-14T17:05:04
43,062,791
23
11
null
2023-07-14T16:50:26
2015-09-24T11:27:36
C++
UTF-8
C++
false
false
8,699
cc
/* FILE: imagevectorfield.cc -*-Mode: c++-*- * * Image vector field object, derived from Oxs_VectorField class. * */ #include <string> #include "oc.h" #include "nb.h" #include "vf.h" #include "atlas.h" #include "threevector.h" #include "meshvalue.h" #include "director.h" #include "imagevectorfield.h" #inclu...
[ "fangohr@soton.ac.uk" ]
fangohr@soton.ac.uk
e398091cb0315b81de0463b6d92c5acf76426b22
6249d45a7a8959003639671a4e50457d0a6a50b8
/Classes/Native/Il2CppCompilerCalculateTypeValuesTable.cpp
cfe381a0e1e1aa6c9de2b1decaa8fda34356fc51
[]
no_license
natenankivell/ARMagicDoor
37d074751d91f46a4b61962a0d567000a06555e1
2ba3a94fb4f851596e68112f714bf51c5c15f947
refs/heads/main
2023-08-25T15:05:13.867811
2021-11-02T01:42:10
2021-11-02T01:42:10
423,638,250
0
0
null
null
null
null
UTF-8
C++
false
false
321,117
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable4[1]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable5[1]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable6[1]; IL2CPP_...
[ "80724861+natenankivell@users.noreply.github.com" ]
80724861+natenankivell@users.noreply.github.com
4bbaa230e98dbe14c943b3b7faf489f2b27dc41e
f950882940764ace71e51a1512c16a5ac3bc47bc
/src/GisEngine/GeoDatabase/EmbDBTransaction.h
5bb7dd35fa5a04e302e13163fcddfea551ea17e4
[]
no_license
ViacheslavN/GIS
3291a5685b171dc98f6e82595dccc9f235e67bdf
e81b964b866954de9db6ee6977bbdf6635e79200
refs/heads/master
2021-01-23T19:45:24.548502
2018-03-12T09:55:02
2018-03-12T09:55:02
22,220,159
2
0
null
null
null
null
UTF-8
C++
false
false
970
h
#ifndef GIS_ENGINE_GEO_DATABASE_EMBDB_TRANSACTION_H_ #define GIS_ENGINE_GEO_DATABASE_EMBDB_TRANSACTION_H_ #include "GeoDatabase.h" #include "../../EmbDB/EmbDB/embDB.h" namespace GisEngine { namespace GeoDatabase { class CEmbDBTransaction : public ITransaction { public: CEmbDBTransaction(embD...
[ "nk.viacheslav@gmail.com" ]
nk.viacheslav@gmail.com
66fcb622e6cd524be6ad5f79a3833f9d7ee71741
033be4ab87853f3749b5d6f58a96ac774c297af2
/path-sum-ii/path-sum-ii.cpp
801b332a0bae87efff93c9ca929c11af8502fd66
[]
no_license
anurag-25/LeetCode
8c7f92bc885579fce09411eda8734ca54822c816
bcce3344ae109cc480e545bbb8f111e2a675cad3
refs/heads/main
2023-09-06T07:11:35.428281
2021-11-26T14:10:38
2021-11-26T14:10:38
405,235,283
0
0
null
null
null
null
UTF-8
C++
false
false
1,049
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "70976859+anurag-25@users.noreply.github.com" ]
70976859+anurag-25@users.noreply.github.com
c8429a8734d3d6304edef3f66be10f1d25723580
090243cf699213f32f870baf2902eb4211f825d6
/vjudge/70127/G.cpp
f9a6191e820bedf91143a92f5927a77dbbce5c2b
[]
no_license
zhu-he/ACM-Source
0d4d0ac0668b569846b12297e7ed4abbb1c16571
02e3322e50336063d0d2dad37b2761ecb3d4e380
refs/heads/master
2021-06-07T18:27:19.702607
2016-07-10T09:20:48
2016-07-10T09:20:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
670
cpp
#include <cstdio> #include <cstring> char T[50001]; char P[50001]; int main() { int t; scanf("%d", &t); while (t--) { scanf("%s", T); scanf("%s", P); int n = strlen(T); int m = strlen(P); int f[m + 1]; f[0] = 0; f[1] = 0; for (int i = 1; i < m; ++i) { int j = f[i]; while (j && P[i] != P[j]...
[ "841815229@qq.com" ]
841815229@qq.com
b21eaf880ab66dbee692a0590975564dfe7e10e8
a904c42a45b99c6de6c95cf52ba88001740765e4
/Sources/Renderer/Swapchain/Framebuffers.cpp
35970350628c3baa1add5a8134bf95d1d04e8504
[ "MIT" ]
permissive
lineCode/Acid
0cc31acf1060f0d55631b3cbe31e540e89a44a31
573ca8ea9191f62eaab8ef89c34bf15e70e0c1e4
refs/heads/master
2020-03-28T14:29:58.922933
2018-09-12T06:35:25
2018-09-12T06:35:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,815
cpp
#include "Framebuffers.hpp" #include "Display/Display.hpp" #include "Renderer/Renderpass/Renderpass.hpp" #include "DepthStencil.hpp" namespace acid { Framebuffers::Framebuffers(const uint32_t &width, const uint32_t &height, const RenderpassCreate &renderpassCreate, const Renderpass &renderPass, const Swapchain &swa...
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
e66240703af34663a80be0ea47c8cd1b7db26924
352af6bd131766fd1451f4effada1e3d69f230a8
/src/xtopcom/xnetwork/src/xdiscover_message.cpp
ef85c02bdb8e24e3a1211768b122ea187f8d6700
[]
no_license
Alipipe/TOP-chain
8acbc370738af887ebf4a3d1ccee52b2813d3511
52db1c850e1ea2e60a3da7896dc89d83350d1a83
refs/heads/dev/fast_sync_develop
2023-07-02T22:37:07.787601
2021-08-14T05:35:29
2021-08-14T05:35:29
357,528,232
0
0
null
2021-04-13T11:29:16
2021-04-13T11:29:15
null
UTF-8
C++
false
false
1,427
cpp
// Copyright (c) 2017-2018 Telos Foundation & contributors // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "xnetwork/xp2p/xdiscover_message.h" NS_BEG3(top, network, p2p) constexpr std::chrono::seconds xtop_discover_me...
[ "zql0114@gmail.com" ]
zql0114@gmail.com
f22a193c6bf1807635561f7130ba502a07ad1b09
146c65138cf8665918193c74a185ceab0ba7009b
/src/systemc/ext/channel/sc_signal_inout_if.hh
b272162545abf80f89c0b736ed5bdd3a112b9e4b
[ "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LGPL-2.0-or-later", "MIT" ]
permissive
harvard-acc/gem5-aladdin
b962dd2103e938354c05d81e6843c145ac05e085
d4efbee56d71f9609eab85393eff58f5dbf7763c
refs/heads/master
2022-11-11T12:25:29.032584
2022-01-21T06:26:00
2022-01-21T06:26:00
70,526,994
194
66
BSD-3-Clause
2022-10-06T04:50:52
2016-10-10T20:41:00
C++
UTF-8
C++
false
false
2,953
hh
/* * Copyright 2018 Google, 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 above copyright * notice, this list of conditions and the following disclaimer; * ...
[ "gabeblack@google.com" ]
gabeblack@google.com
5f8ea73664c53a62e4720ea7b3aa565ecd1ec36a
8018006b59b3fe62a19f77fb490ef5d5a589270b
/Player/TestMain.cpp
4ecf8ae82aec6035bc9a731c1e71bf38316a46a9
[]
no_license
ImanuelRichter/ARdevKitPlayer
d7bab175df474c7d5be8edc0cce4491aac6d1a1f
e557376d04615a6224e0b1ececfc61b2e5075ec3
refs/heads/master
2016-08-05T01:09:58.967301
2014-04-17T20:40:13
2014-04-17T20:40:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,271
cpp
#include "stdafx.h" #include "Player.h" #include "shlwapi.h" #include <QtGui/QApplication> #include <iostream> #include <stdio.h> /// <summary> /// Implements a new message handler for the qDebug() call. /// </summary> /// <param name="type">The type of the message</param> /// <param name="msg">The MSG, as string</p...
[ "lachowitzer@outlook.com" ]
lachowitzer@outlook.com
faa866dd767ab4f9d60d7c70d26813d04e81812c
b53bdc4576f948e6066bbead8a93451fa1598726
/Luogu/ShengXuan/P3810(2).cpp
581e8f2758b3b5d455d350413cfc33d3222ae3b1
[]
no_license
Clouder0/AlgorithmPractice
da2e28cb60d19fe7a99e9f3d1ba99810897244a4
42faedfd9eb49d6df3d8031d883784c3514a7e8b
refs/heads/main
2023-07-08T11:07:17.631345
2023-07-06T12:15:33
2023-07-06T12:15:33
236,957,049
0
0
null
null
null
null
UTF-8
C++
false
false
2,354
cpp
#include <algorithm> #include <cstdio> template <typename T> void read(T& r) { static char c; r = 0; for (c = getchar(); c > '9' || c < '0'; c = getchar()) ; for (; c >= '0' && c <= '9'; r = (r << 1) + (r << 3) + (c ^ 48), c = getchar()) ; } const int maxn = 2e5 + 100; str...
[ "clouder0@outlook.com" ]
clouder0@outlook.com
6e1295e08d1a1985442abf4c4a135a27a047a670
52b592b0cf6509443660d670bb6f33d9e3e03f39
/170817_frameWork2D/mainGame.cpp
49cfe85e815310d1317e34cc34e88401d42c7a48
[]
no_license
choi92727/relicHunterZero
e44bbc189f21c4f32367d479e687a8cdeb63a50e
bd24a91c70126c2094834862a33f6535d3f4b085
refs/heads/master
2021-01-20T23:09:01.593801
2017-09-01T06:59:12
2017-09-01T06:59:12
101,840,329
0
0
null
2017-09-03T17:23:03
2017-08-30T05:11:59
C
UHC
C++
false
false
875
cpp
#include "stdafx.h" #include "mainGame.h" mainGame::mainGame() { } mainGame::~mainGame() { } HRESULT mainGame::init() { gameNode::init(true); SCENEMANAGER->addScene("loadingGame", new loadingGame); SCENEMANAGER->changeScene("loadingGame"); return S_OK; } void mainGame::release() { gameNode::release(); ...
[ "choi92727@gmail.com" ]
choi92727@gmail.com
71aab7b00bb0ff10edf3ed1fe272eb2f15e6d2f8
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/third_party/woff2/src/woff2_dec.cc
ee85fad72bfd36c65d6e629f8f232a7590b74b85
[ "BSD-3-Clause", "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "GPL-1.0-or-later" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
44,155
cc
// Copyright 2014 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
08f99792d28e843d9623a698c0d341efea1687c6
587e191159ab12e577940251d14558939e602614
/verwrite/stockIT/app/src/main/include/Fuse.FastProperty2Link.h
3e9638362c279ee942df429bb4bc39ed1fbb82ee
[]
no_license
hazimayesh/stockIT
cefcaa402e61108294f8db178ee807faf6b14d61
809381e7e32df270f0b007a6afc7b394453d1668
refs/heads/master
2021-04-09T16:10:23.318883
2017-07-31T21:28:05
2017-07-31T21:28:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
599
h
// This file was generated based on 'C:\Users\Emenike pc\AppData\Local\Fusetools\Packages\FuseCore\0.43.11\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{struct FastProperty2Link;}} namespace g{ namespace Fuse{ // internal cla...
[ "egaleme@gmail.com" ]
egaleme@gmail.com
bc1c7c4eabbdcd3161121909b15ef72e8bc33ddb
74377cb6c163a0cf5f76fbccded9d47f49ce83e8
/iostream/readfile.hpp
e1c148e8be8f86825818bb650984418eaae0e441
[]
no_license
mauve/util
a083ed95c8466f562c6fa444de3ab0666d7e0fda
94f46bdbbdc29da8cc1b002d9571f9d58b10f318
refs/heads/master
2020-05-14T14:28:31.565374
2015-02-25T12:05:17
2015-02-25T12:05:17
5,748,002
0
0
null
null
null
null
UTF-8
C++
false
false
708
hpp
/* * Copyright (C) 2012, All rights reserved, Mikael Olenfalk <mikael@olenfalk.se> */ #ifndef UTIL_IOSTREAM_READFILE_HPP_ #define UTIL_IOSTREAM_READFILE_HPP_ #include <ios> #include <vector> #include <string> namespace util { bool readfile (const std::string& path, std::vector<char>& buf, std::size_t max_size...
[ "olenfalk@spotify.com" ]
olenfalk@spotify.com
5278e1b253eccc20a858e8058743b47e0a70b393
6ddff82ba9be03efb7417cbc7d9e38331a7b1fbc
/lab06-07/Repo.h
7b4a6e2597128cb55e902b22b60f9c48aa157776
[]
no_license
LauraDiosan-CS/lab5-6-template-stl-iuliagrindeanu
ef1f4e990461ea05b4a657e4df99c7bc922993a0
82c06cf117bc32a5336db92fae68f8ae1f182dba
refs/heads/master
2021-05-18T15:17:14.852139
2020-04-06T15:07:32
2020-04-06T15:07:32
251,294,374
0
0
null
null
null
null
UTF-8
C++
false
false
1,943
h
#pragma once #include "Booking.h" #include <list> #include <fstream> using namespace std; template <class T> class Repo { protected: list<T> lista; public: Repo(); ~Repo(); void addElem(const T b); list<T>& getAll(); int getSize(); int delElem(const T b); void updateElem(const T b, int f_nr, char* c_n, int s_nr...
[ "iuliagrindeanu@yahoo.com" ]
iuliagrindeanu@yahoo.com
ae0193297b06f4eaafa940d42ac82337ce2d3f18
a53392ed71d0f50c0b1ead8afe1ee9b34fd4fd1b
/devel/include/neo_msgs/HoldRequest.h
0cba25d72484f5ba59ae39c5536540b7aa77be46
[]
no_license
Hongbinbin/dashgo
1ae5aa857a803c8f1d299277ac6a5627c6cbecd9
ed2b9b559d356868e6fb99bfec47543b2d9fd482
refs/heads/main
2022-12-25T18:41:03.925227
2020-10-05T11:02:43
2020-10-05T11:02:43
301,355,880
0
0
null
null
null
null
UTF-8
C++
false
false
5,007
h
// Generated by gencpp from file neo_msgs/HoldRequest.msg // DO NOT EDIT! #ifndef NEO_MSGS_MESSAGE_HOLDREQUEST_H #define NEO_MSGS_MESSAGE_HOLDREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/mess...
[ "hobinisagay28@gmail.com" ]
hobinisagay28@gmail.com
79611e69f8959c5e6638b912de15708bceb7309e
6c4e391046022177244aeade63b03fc0824a4c50
/components/password_manager/core/browser/android_affiliation/facet_manager.cc
68ed9c813c3a8d7e719d583733f17ca05e6385d7
[ "BSD-3-Clause" ]
permissive
woshihoujinxin/chromium-2
d17cae43153d14673778bbdf0b739886d2461902
71aec55e801f801f89a81cfb219a219d953a5d5c
refs/heads/master
2022-11-15T00:18:39.821920
2017-07-14T19:59:33
2017-07-14T19:59:33
97,331,019
1
0
null
2017-07-15T17:16:35
2017-07-15T17:16:35
null
UTF-8
C++
false
false
10,258
cc
// Copyright 2015 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. // Note: Read the class comment of AffiliationService for the definition of the // terms used below. // // On-demand fetching strategy // // A GetAffiliat...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1a623427ca24f36c804aefc1e501e58ad8dd5e01
bc802f2f46557a0b5bfa9eb26821d0e82ec78aab
/H05/ToString/Ex02/Triangle.h
45d840172ff14e655bda0bd307b273f36d0b3d74
[ "MIT" ]
permissive
IceIce1ce/Lab-OOP-HCMUS
5fd145994cb352d1d65af1a292071dd554b3f018
974873f129dd4d39c0094fe8e0cc30236555cf50
refs/heads/master
2022-01-22T12:15:00.084514
2022-01-17T10:32:13
2022-01-17T10:32:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
287
h
#include"Point.h" #include"Tokenizer.h" #include<iostream> using namespace std; class Triangle { private: Point* _A; Point*_B; Point* _C; public: Triangle(Point*, Point*, Point*); Point get_peak_A(); Point get_peak_B(); Point get_peak_C(); static Triangle* Parse(string s); };
[ "ctran743@gmail.com" ]
ctran743@gmail.com
bd298134c136089f90a8df041c6621d15ce610f5
dd34b7bccff4bf11aa269c28dd95c54263b8a1fa
/project/renderengine/renderengine.h
487b6e7f4ee06b5e736d3bc5ced5e8a375b79eb3
[]
no_license
Celdorfpwn/renderapp
14d6438c17b810d326e9fd5a42ee74678ebc616e
57c43daaf34c6a5da12c7eb96fecd074bde0349e
refs/heads/master
2021-04-15T07:24:11.369814
2018-03-21T22:00:23
2018-03-21T22:00:23
126,245,654
0
0
null
null
null
null
UTF-8
C++
false
false
127
h
#ifndef RENDERENGINE_H #define RENDERENGINE_H class RenderEngine { public: RenderEngine(); }; #endif // RENDERENGINE_H
[ "apostol_ionut@ymail.com" ]
apostol_ionut@ymail.com
0b2b440bc06bb9aa47415b018546dd097a0df128
6e1d5f8d0e34ac9e98680810e5bd6613dbcdc7b7
/src/Core/Pipeline/DXRayTracingPipeline.h
263fa29e1a605f090739ba61f13fbadf5fde2931
[]
no_license
darksectordds/FlyCube
1917dee675a14a31176b334253e281e18a1480f7
869c5d480fb8f17f14e54a4fe7d4551c0445a367
refs/heads/master
2023-03-09T09:20:11.274692
2021-02-23T15:49:02
2021-02-23T15:50:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
883
h
#pragma once #include "Pipeline/Pipeline.h" #include <Instance/BaseTypes.h> #include <d3d12.h> #include <wrl.h> using namespace Microsoft::WRL; class DXDevice; class DXRayTracingPipeline : public Pipeline { public: DXRayTracingPipeline(DXDevice& device, const RayTracingPipelineDesc& desc); PipelineType GetPip...
[ "softmob@mail.ru" ]
softmob@mail.ru
75ffb39b386bbfbc79cb0204339d671322a1c360
1945d2a07b3c1bbbafcd2fd35f073be6ec7134de
/Excel Sheet Column Title.cpp
491fbfc4e8f6a2cee4862ae21772e13a51ec80dc
[]
no_license
happydog123/LeetCode
dd2b100670a96bc15c5336d4891ea637ae7dbed1
9db78129c44925f9c301a0c8746109cfb483ea9e
refs/heads/master
2021-01-22T09:16:45.873870
2015-03-23T01:54:35
2015-03-23T01:54:35
29,679,264
0
0
null
null
null
null
GB18030
C++
false
false
1,211
cpp
#include <iostream> #include <math.h> #include <string> using namespace std; class Solution { public: string convertToTitle(int n) { string result; unsigned int numpow=1; unsigned int ttemp=n; if(n<=26){ result+=('A'+n-1); return result; } while(!(n<=max(numpow)&&n>=min(numpow))){ numpow++; ...
[ "hamazuhe2009@163.com" ]
hamazuhe2009@163.com
0d6c1f1e1ca549baf6a493d37466162d8ece682a
2942469228f0d58708aee8ad26a4286e2fb62416
/COMP 1102/practical-01/main-3-4.cpp
314b6b21f935133abf24fa0cd52886f04d13fa91
[]
no_license
WangSihan1118/School-Work-Practice
ebccb4cb03d06d5697f825e73d7a9f4462fb0a46
33e2d544fb2cf1e48a1ae714e17288a35c797b6b
refs/heads/master
2022-11-27T13:53:38.976419
2020-08-03T01:04:25
2020-08-03T01:04:25
281,855,315
0
0
null
null
null
null
UTF-8
C++
false
false
144
cpp
#include <iostream> #include <stdlib.h> extern void passorfail(char grade); int main(int argc,char **argv) { passorfail('A'); return 0 ; }
[ "wangsihan1118@gmail.com" ]
wangsihan1118@gmail.com
3fa814e2624b12b3a466e544f8b79f190ac459aa
646f2d559c6739e282f2c0142fef56aa154d55b8
/src/test/rpc_tests.cpp
afddca5c4a8b63d7d80c99c4a12d7f8e3b5abadc
[ "MIT" ]
permissive
Cyprella/suc
72ed31971249e5dd688e664eff18c24eb0a42876
7c62b7f1c786dbbda3b93febefe8c818486d0e82
refs/heads/master
2021-04-27T18:26:08.619581
2018-02-23T06:03:29
2018-02-23T06:03:29
121,935,379
0
0
null
null
null
null
UTF-8
C++
false
false
16,688
cpp
// Copyright (c) 2012-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 "rpcserver.h" #include "rpcclient.h" #include "base58.h" #include "netbase.h" #include "test/test_suc.h" #include...
[ "dharshan.rasiah@gmail.com" ]
dharshan.rasiah@gmail.com
410218066733c453f57abae8558f442698e83589
4799b00a04835c148a38912c78a49e3ad7ea238a
/apps/reConServer/PyConversationManager.hxx
e67912ad785e8ce374e4d4c0923055a34d7afa33
[ "BSD-3-Clause", "VSL-1.0", "BSD-2-Clause", "Apache-2.0" ]
permissive
amir110/resiprocate
4f7c551b23fd215c74bab19258fe649aee94efdd
8ac44307ece7a2f4325cfcf94f7894f6c63770ba
refs/heads/master
2023-08-18T02:49:35.916666
2023-08-08T14:19:11
2023-08-08T14:19:11
212,524,808
0
0
NOASSERTION
2019-10-03T07:54:31
2019-10-03T07:54:31
null
UTF-8
C++
false
false
5,978
hxx
#ifndef PYCONVERSATIONMANAGER_HXX #define PYCONVERSATIONMANAGER_HXX #if defined(HAVE_CONFIG_H) #include "config.h" #endif #include <rutil/Data.hxx> #include <rutil/PyExtensionBase.hxx> #include <resip/stack/Dispatcher.hxx> #include "MyConversationManager.hxx" #include "reConServerConfig.hxx" namespace reconserver...
[ "daniel@pocock.pro" ]
daniel@pocock.pro
bddacd2909810e507588e6b7f96f5a0f79dd007a
2c8167872b996f916d62f94bfe24bb0b83e7cb35
/MainScene.h
80a95c253684a32580c8eb7b9c1e87647111895b
[]
no_license
angeluen/Classes
814ecb2419809c723452b44e343184c0f80afd43
51d4820ecb97870b820ea001c88257d9257e5155
refs/heads/master
2021-01-22T05:00:56.789270
2014-05-21T01:17:25
2014-05-21T01:17:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
801
h
// // MainScene.h // TestCocos // // Created by 김민준 on 2014. 4. 2.. // // #ifndef __TestCocos__MainScene__ #define __TestCocos__MainScene__ #include <iostream> #include <cocos2d.h> USING_NS_CC; class MainScene : public cocos2d::Layer { private: public: static cocos2d::Scene* createScene(); ...
[ "Testing" ]
Testing
9524a54520d85abf1adbf4202c3a96ff2a793d0d
cb80a8562d90eb969272a7ff2cf52c1fa7aeb084
/inletTest9/0.042/alphat
4708f4c2b55c01922640600b106d5cb69d147f75
[]
no_license
mahoep/inletCFD
eb516145fad17408f018f51e32aa0604871eaa95
0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2
refs/heads/main
2023-08-30T22:07:41.314690
2021-10-14T19:23:51
2021-10-14T19:23:51
314,657,843
0
0
null
null
null
null
UTF-8
C++
false
false
140,856
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "mhoeper3234@gmail.com" ]
mhoeper3234@gmail.com
5ceacbf3582f9245bf7fb60fb6ba29c1f89330d4
be0282afa8dd436619c71d6118c9db455eaf1a29
/Intermediate/Build/Win64/Design3D/Inc/UMG/ComboBoxString.gen.cpp
2435cabad3dbf08f17821f25b7ecfa25eea136f2
[]
no_license
Quant2017/Design3D
0f915580b222af40ab911021cceef5c26375d7f9
94a22386be4aa37aa0f546354cc62958820a4bf6
refs/heads/master
2022-04-23T10:44:12.398772
2020-04-22T01:02:39
2020-04-22T01:02:39
262,966,755
1
0
null
2020-05-11T07:12:37
2020-05-11T07:12:36
null
UTF-8
C++
false
false
60,913
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "Snake_Jenny@126.com" ]
Snake_Jenny@126.com
fd2390be68ee0e62fb194681a056caf318967d46
4e1188866e4b786fae1dec085594b398cc8c9a2e
/friendtoolbox.h
3b45bc0a26f4e8b642671ed5d70da86197990f53
[]
no_license
lsj754039701/QQ
2f33b988385226786be124c7b4839cff24023147
134d4ac96084ae48933ec7f0404528bd55770630
refs/heads/master
2021-01-17T17:10:01.906937
2016-06-05T14:52:43
2016-06-05T14:52:43
60,465,337
1
0
null
null
null
null
UTF-8
C++
false
false
280
h
#ifndef FRIENDTOOLBOX_H #define FRIENDTOOLBOX_H #include <QToolBox> class friendToolBox:public QToolBox { Q_OBJECT public: friendToolBox(QWidget *parent=0); protected slots: void slotIndexChange(int index); private: int curIndex; }; #endif // FRIENDTOOLBOX_H
[ "754039701@qq.com" ]
754039701@qq.com
42d13c997671639878b86d23d5dfe09594d0d7f6
61961df3f9f1b73f3d6abd73bce0594ec49a7854
/string to interger.cpp
2808b52d206f0a6e5406c2be0ed4664efc94f77c
[]
no_license
arrowxie/LeetCode
d44a14249822d20f337ab9909f04ba7f629b0b82
de8020f61f01a91f3ccb52d4b85148ae19edc662
refs/heads/master
2020-05-16T21:45:49.781425
2015-05-03T05:53:42
2015-05-03T05:53:42
34,974,694
0
0
null
null
null
null
UTF-8
C++
false
false
525
cpp
class Solution { public: int atoi(const char *str) { long long result=0; int temp=0; int count=0; bool sign = true; if(str==NULL) return 0; while(*str==' ') str++; while(*str=='+'||*str == '-') { if(*str == '-') sign = false; str++; count++; } if(count>1) return 0; while(...
[ "1161590742@qq.com" ]
1161590742@qq.com
1a066ee12e853a19468f6ba429cec514f87d5457
a64128622c6e44549b2c0822a9989ec0db9f167f
/015_3Sum.cpp
ea0685d9e6e941333eb4ff06aa2157669620cc3f
[]
no_license
liuxiangbin/LeetCode
86c022552cde1d16bc63d71c8ae4f3d5c5280425
47d1289128917f09b0dac1dbec6b8e22b584d3a8
refs/heads/master
2020-05-31T13:36:44.530459
2015-05-24T13:58:51
2015-05-24T13:58:51
25,041,683
1
0
null
null
null
null
UTF-8
C++
false
false
3,203
cpp
/* Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: Elements in a triplet (a,b,c) must be in non-descending order. (ie, a ≤ b ≤ c) The solution set must not contain duplicate triplets. For example, give...
[ "mycodekingdom@gmail.com" ]
mycodekingdom@gmail.com
903ff9eb8053470c60f2a2106f18d79f77c302c4
e051007a41a782cf41690fcb4deb492f839dce41
/Mesh.cpp
7041a8b31fccde152084222d50baaac6f53facfc
[ "CC0-1.0" ]
permissive
mderu/SoftwareRenderer
312ae14b2f8a65de9aae3769b1ebb840eb6e340f
ecc105a15871db25262a2b7cf1d3b04f3948f894
refs/heads/master
2021-01-01T15:55:37.019910
2015-11-30T00:28:44
2015-11-30T00:40:55
27,953,040
0
0
null
null
null
null
UTF-8
C++
false
false
20,855
cpp
#include "stdafx.h" #include "Mesh.h" #include "Util.h" #include "Vector3F.h" #include "Matrix4F.h" #include <math.h> #include <algorithm> #include <GL/glut.h> #include <iostream> //Scale: void Mesh::scale(float sc) { s.x *= sc; s.y *= sc; s.z *= sc; } void Mesh::scale(float px, float py, float pz) { s.x *= px; s...
[ "mderu001@ucr.edu" ]
mderu001@ucr.edu
7725f63276574c396cdc6a239ed02bba4e7b3515
2abe8354cb3cdc99a981501516f0f6132b296821
/2021-7-26/Fudan_U3/src/c.cpp
6a6f913f2e29c4d5a7b3334d383606baffbb7257
[]
no_license
maZymaZe/acm-remote
ddacdc367669707cd08527af2c7d5824b9308bd3
594b1836a1e1673b0afa1ee96e7cef7ef4fd8210
refs/heads/master
2023-07-21T19:27:33.180085
2021-08-28T03:42:08
2021-08-28T03:42:08
330,306,957
0
0
null
null
null
null
UTF-8
C++
false
false
3,667
cpp
#include <algorithm> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <iostream> #define int long long //哈哈哈#define真好用 using namespace std; int fastRead() { int f = 1, r = 0; char c = getchar(); while (c > '9' || c < '0') { if (c == '-') { f...
[ "782618517@qq.com" ]
782618517@qq.com
b84b7ae4546d76a5ffb05ffef236f16c072eb71a
74a9456b605da15cbce5eefcfc22b2c049925d24
/mimosa/rpc/service.hh
308af70a6a577ba8356f4b28319ba86381ec442d
[ "MIT" ]
permissive
abique/mimosa
195ae693e2270fbfe9129b95b981946fab780d4e
87fff4dfce5f5a792bd7b93db3f3337e477aae76
refs/heads/master
2022-06-30T16:32:55.355008
2022-06-07T11:38:47
2022-06-07T11:38:47
2,087,313
27
8
MIT
2018-01-16T07:20:04
2011-07-22T05:40:03
C++
UTF-8
C++
false
false
893
hh
#pragma once # include <string> # include "../ref-countable.hh" # include "basic-call.hh" # include "protocol.hh" namespace mimosa { namespace rpc { class Channel; class Service : public RefCountable<Service>, private NonCopyable, private NonMovable { public: enum CallMethodStatus ...
[ "bique.alexandre@gmail.com" ]
bique.alexandre@gmail.com
7d0f437a5e12b5995b6901d0d03364125a30c906
a7764174fb0351ea666faa9f3b5dfe304390a011
/drv/StepShape/StepShape_RightCircularCone.ixx
353831537fd4c2209422636c549c90f809043047
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
872
ixx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #include <StepShape_RightCircularCone.jxx> #ifndef...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
b67aa3b1415c67dcc58f860bd1d6b4a9a762efac
8cc95381e7c810f0ee4921fb2e6140748dd3ea57
/200_299/288_valid_word_abbr.h
fcd20c969585af1a03c0c86a98dcfe12122999c5
[]
no_license
wangchenwc/leetcode_cpp
5691fd6091050cd09ececfa94c02497f78b88293
6c0c847f25710781f40a2817cb0e0152002f1755
refs/heads/master
2020-04-22T02:36:02.836904
2018-11-08T06:13:00
2018-11-08T06:13:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
678
h
// // 288_valid_word_abbr.h // cpp_code // // Created by zhongyingli on 2018/8/7. // Copyright © 2018 zhongyingli. All rights reserved. // #ifndef _88_valid_word_abbr_h #define _88_valid_word_abbr_h class ValidWordAbbr { public: ValidWordAbbr(vector<string> &dictionary) { for (auto a : dictionary) { ...
[ "lizhongying@ofo.com" ]
lizhongying@ofo.com
f2d1b7165bca9be3cc61acf77e5301d197569f24
0d0e78c6262417fb1dff53901c6087b29fe260a0
/wss/src/v20180426/model/SSLCertificate.cpp
0f97a8e340756e43de03ea54c8524e2d4000d4a0
[ "Apache-2.0" ]
permissive
li5ch/tencentcloud-sdk-cpp
ae35ffb0c36773fd28e1b1a58d11755682ade2ee
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
refs/heads/master
2022-12-04T15:33:08.729850
2020-07-20T00:52:24
2020-07-20T00:52:24
281,135,686
1
0
Apache-2.0
2020-07-20T14:14:47
2020-07-20T14:14:46
null
UTF-8
C++
false
false
26,198
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 ...
[ "zhiqiangfan@tencent.com" ]
zhiqiangfan@tencent.com
ba40e3ec120b1395597b33ff842f0fba19567513
cf326bf46c6f618adaf93bec38a9f0cb3253e82a
/codepasterconstants.h
610cb8f7dfadb55fd5f601dcbcda5a4eb658c29d
[]
no_license
alexander-podshiblov/MyPlugin
05803a90f51346dccf0e3f6a4deb19519a58ee40
dd4d315dd1df7ad9e0f81128e301c091edbb91f1
refs/heads/master
2021-01-19T18:51:50.593869
2014-09-21T12:19:37
2014-09-21T12:19:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
281
h
#ifndef CODEPASTERCONSTANTS_H #define CODEPASTERCONSTANTS_H namespace CodePaster { namespace Constants { const char ACTION_ID[] = "CodePaster.Action"; const char MENU_ID[] = "CodePaster.Menu"; } // namespace CodePaster } // namespace Constants #endif // CODEPASTERCONSTANTS_H
[ "Work@Alexander.(none)" ]
Work@Alexander.(none)
3c4eeb55916213284e124b19ad89d91090d8864c
0617d09a276ee6f59d2feffd4db4739677198178
/src/viewer/render_instances.cpp
e9c70cbe50e440663cb10220259ef9d6e085bca3
[ "MIT" ]
permissive
fanghao6666/visionaray
2d72fa7b35f66ccfe3fd332eb52786f9b6ef9aee
18364c521cad82c3d5a2bbfd462bddb43a1f6a52
refs/heads/master
2022-07-16T08:50:46.153614
2020-05-12T23:04:00
2020-05-12T23:04:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,285
cpp
// This file is distributed under the MIT license. // See the LICENSE file for details. #include <cassert> #include "render.h" namespace visionaray { void render_instances_cpp( index_bvh<index_bvh<basic_triangle<3, float>>::bvh_inst>& bvh, aligned_vector<vec3> const& ge...
[ "info@szellmann.de" ]
info@szellmann.de
166c9bc9eca4139bc6328b0d2b47d76774b0e469
a722faf9fb50c794555861bb4858c3ed8a7a25f3
/contest/atcoder/abc061/A/main.cpp
8bfc270f11555c678822dc3dd336538a5735c8ab
[]
no_license
ar90n/lab
31e5d2c320de5618bc37572011596fee8923255d
6d035e12f743e9ba984e79bfe660967b9ca8716b
refs/heads/main
2023-07-25T17:29:57.960915
2023-07-22T12:08:18
2023-07-22T12:08:18
77,883,405
4
0
null
2023-07-17T08:45:14
2017-01-03T04:15:49
Jupyter Notebook
UTF-8
C++
false
false
392
cpp
#include <bits/stdc++.h> using namespace std; const string YES = "Yes"; const string NO = "No"; auto solve(long long A, long long B, long long C) { return ((A <= C) && (C <= B)) ? YES : NO; } int main() { long long A; scanf("%lld", &A); long long B; scanf("%lld", &B); long long C; scanf("%lld", &C); ...
[ "argon.argon.argon@gmail.com" ]
argon.argon.argon@gmail.com
3f58398bf1f844d1ed56a0eed5dec4cd8a529e01
e641bd95bff4a447e25235c265a58df8e7e57c84
/content/renderer/service_worker/service_worker_network_provider_for_frame.h
8fd344354cea5f28351177f2c1d2cf4a88f4861e
[ "BSD-3-Clause" ]
permissive
zaourzag/chromium
e50cb6553b4f30e42f452e666885d511f53604da
2370de33e232b282bd45faa084e5a8660cb396ed
refs/heads/master
2023-01-02T08:48:14.707555
2020-11-13T13:47:30
2020-11-13T13:47:30
312,600,463
0
0
BSD-3-Clause
2022-12-23T17:01:30
2020-11-13T14:39:10
null
UTF-8
C++
false
false
3,490
h
// Copyright 2019 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 CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_NETWORK_PROVIDER_FOR_FRAME_H_ #define CONTENT_RENDERER_SERVICE_WORKER_SERVICE_WORKER_NETWORK_PROVID...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
0b2d091f95bdb2a1b02ee144d71c421a199aad8a
c98365913c93d4e35eebf94d15286aac9266b500
/src/hpp/dds/pub/find.hpp
55bce9af14bc0e95e8206ee5672342f05232e021
[]
no_license
sutambe/dds-psm-cxx
5646349fc317f215418c30806f58f411c8abb337
bababd36ed41f0bab0ddca8d60b5ea38e1a7900b
refs/heads/master
2021-01-16T19:34:56.119255
2011-11-08T16:23:41
2011-11-08T16:23:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,754
hpp
#ifndef OMG_DDS_PUB_FIND_HPP_ #define OMG_DDS_PUB_FIND_HPP_ /* Copyright 2010, Object Management Group, Inc. * Copyright 2010, PrismTech, Corp. * Copyright 2010, Real-Time Innovations, Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
[ "angelo@icorsaro.net" ]
angelo@icorsaro.net
60c8b817872f83f6220366c2d974f9da65963560
56bde74fd9e71289ce2a96e2ea2478d1b92fc8f5
/WindmillDetector.cpp
aad4011d4894f89484c196399d0f773db61b2589
[]
no_license
liufangzheng2017/WindmillDetector
d401bf2be7179a27329d1287874f0eb641e4fb26
aaa14c4c395f2910a6de8539aba8cd6a2fc6dd0e
refs/heads/master
2020-07-10T16:32:01.408351
2019-08-25T15:19:55
2019-08-25T15:19:55
204,311,881
0
0
null
null
null
null
UTF-8
C++
false
false
5,825
cpp
#include "Main.h" WindmillDetector::WindmillDetector() { try { m_stgRead.open("Settings.yaml", cv::FileStorage::READ); } catch (...) { std::cerr << "[Error] E0004 An exception occurred while loading Settings.yaml." << std::endl; std::cerr << "[Trace] Thrown at WindmillDetector::WindmillDetector()." <<...
[ "noreply@github.com" ]
liufangzheng2017.noreply@github.com
c14b01af66df1df3d145ddf65e2d14cc663cb00c
5d4bbc4ba9ab0ddf8a44034ad1a8f3cf0ee274a3
/findFirstAndLastPositionOfElementInSortedArrray.cpp
8897d8cde50b085152ea2b74abae98ffab8e10b1
[]
no_license
a5batra/LeetCode-Solutions-in-C-plus-plus
eda25d641859d8da193825cf06fd7db845862224
2124763fce4b5f7c150c95578bf972fbba3d3b50
refs/heads/master
2021-12-08T21:41:11.234971
2021-08-11T20:43:13
2021-08-11T20:43:13
243,896,276
1
0
null
null
null
null
UTF-8
C++
false
false
1,985
cpp
// // Created by Ankit Batra on 11/22/20. // /* Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value. * If target is not found in the array, return [-1, -1]. * Follow up: Could you write an algorithm with O(log n) runtime complexity? */ #include <i...
[ "a5batra@ucsd.edu" ]
a5batra@ucsd.edu
703b70c7ffaec58cd528fe1fe06f291be209e965
56fcab9393f0ec379e2abb00d2d8eda36f64e823
/uintah/kokkos_src_original/.svn/pristine/70/703b70c7ffaec58cd528fe1fe06f291be209e965.svn-base
224b22c0e7f744360df6079f622dd72bc1591b19
[ "MIT", "CC-BY-4.0" ]
permissive
damu1000/hypre_ep
4a13a5545ac90b231ca9e0f29f23f041f344afb9
a6701de3d455fa4ee95ac7d79608bffa3eb115ee
refs/heads/master
2023-04-11T11:38:21.157249
2021-08-16T21:50:44
2021-08-16T21:50:44
41,874,948
2
1
null
null
null
null
UTF-8
C++
false
false
9,250
/* * The MIT License * * Copyright (c) 2016-2017 The University of Utah * * 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 * right...
[ "damodars@sci.utah.edu" ]
damodars@sci.utah.edu
5d4d1546b25c8845bca12341157b336bbc3cfebf
339f4d197f735089f85784dc6e853c5ac046aff8
/src/utils.cpp
9122d5c842ee2622a6d429a42b22619c981e2e63
[ "Apache-2.0" ]
permissive
nmaupu/yokis-hack
722d741109bb5c89de33d23f5e8335502cbb00f2
c876cd3e2a56de171a49c5d66bc662cedfa92443
refs/heads/master
2022-03-09T13:49:19.995083
2022-02-22T17:52:58
2022-02-22T17:52:58
227,478,708
15
5
Apache-2.0
2022-02-22T17:42:39
2019-12-11T23:19:52
C++
UTF-8
C++
false
false
510
cpp
#include "utils.h" #include "globals.h" #include <Arduino.h> void printBinaryRepresentation(uint8_t n, bool leadingZero = false) { char buf[8 * sizeof(uint8_t) + 1]; // Assumes 8-bit chars plus zero byte. char* str = &buf[sizeof(buf) - 1]; uint8_t nb = 0; *str = '\0'; do { nb++; ...
[ "nmaupu@gmail.com" ]
nmaupu@gmail.com
4fddc89eb407acb61b9b8eb19d1f4ea79cbaaaba
b4660cc8fa3ce045508105fa52228a98fa19a87d
/src/usage_stats/usage_stats.h
4e009a18e689890d8118df7402c9007e79d05adf
[ "BSD-3-Clause", "LicenseRef-scancode-unicode", "LicenseRef-scancode-public-domain" ]
permissive
hnakamur/mozc-deb
81e9b561863e57da73aa9ba90d24ff5d0bca480b
a0d6db21786ae7fc54806714cbeca6c7c74cbd36
refs/heads/master
2021-04-15T09:32:03.635220
2018-05-04T10:09:23
2018-05-04T10:09:23
126,575,465
0
1
null
null
null
null
UTF-8
C++
false
false
4,504
h
// Copyright 2010-2016, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of condit...
[ "hnakamur@gmail.com" ]
hnakamur@gmail.com
0204c1b3106fa8cb81795f46b875119cd008c3d5
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_13135.cpp
a91cb4303fc3990e4e9cf8112a3bcb3f266b37c3
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
510
cpp
{ unsigned char x; if (p[0] >= 'a' && p[0] <= 'z') x = (p[0] - 'a' + 0x0a) << 4; else if (p[0] >= 'A' && p[0] <= 'Z') x = (p[0] - 'A' + 0x0a) << 4; else if (p[0] >= '0' && p[0] <= '9') x = (p[0] - '0') << 4; else return (-1); if (p[1] >= 'a' && p[1] <= 'z') x |= p[1] - 'a' + 0x0a; else if ...
[ "993273596@qq.com" ]
993273596@qq.com
0f51d8f25f7ce89113e968c6515b1af60b131e5a
58bffd767c9c2fb289c48217eb1f1a4a3b610e31
/cpp/junk.hpp
5bd3a4f46756b080a183700c4fcbc1b51f785e77
[]
no_license
Grahack/wisp-1
e4b443f7f0b819890f60902a1583248de2459dc6
9d97db7bc3b92d01f9fd61c097b4836714f8c4d9
refs/heads/master
2021-01-21T08:46:11.921038
2013-05-27T19:27:31
2013-05-27T19:27:31
14,207,988
2
0
null
null
null
null
UTF-8
C++
false
false
3,763
hpp
#pragma once // some code that i wrote, that may or may not become useful in the future #include "alloc.hpp" #include "object.hpp" #include <boost/functional/hash.hpp> namespace harkon { // hmm is this even useful? template<class T> class gc_alloc { public: // type definitions typedef T value_type; ty...
[ "ericwspringer@gmail.com" ]
ericwspringer@gmail.com
ab8bc2ca0ea37f8ad96e18ba2689b4b4b1b99a5d
d364a3bf6f43a16ef6bf0ead96828dc671d6f554
/narcissist/include/narcissist/narcissist.hpp
451cf32b80d3defd632dda916a1617f538313217
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
twistys01/narcissist
8e22db53042625c88c0b10eeda644997632a34ec
5dff539a607a089135e2b433da0c01fc02ed3181
refs/heads/master
2020-03-28T19:11:42.895103
2018-03-31T10:06:13
2018-03-31T10:07:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
138
hpp
#pragma once #include <secp256k1.h> namespace Narcissist { extern secp256k1_context *secp256k1ctx; void setup(); void destroy(); }
[ "matthew@incognito.host" ]
matthew@incognito.host
72f532c2fe42837e95ea871bf172b864298e4c5c
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/src/protocols/jd3/chunk_library_inputters/PDBChunkLibraryInputter.hh
570b086b554ed6448f8073cfdf6d99ae400880a5
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
3,330
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
79e8f8ca8dea145d905ee6531b7db47f8883d66b
5667daf99e88353f63c7d1241da5f3c62679273a
/Examples_3/Unit_Tests/src/10_PixelProjectedReflections/10_PixelProjectedReflections.cpp
64387b5b025ddde21ba5b719da3211ff732cd4a8
[ "Apache-2.0" ]
permissive
GeneralGDA/The-Forge
f5516ae9fe2e07904061450494d020deebd6da5b
6e70720da6bf2dee53a47094ecef8dae9ccf68a1
refs/heads/master
2020-04-04T15:39:04.735469
2018-11-18T11:33:06
2018-11-18T11:33:06
156,046,068
0
0
null
2018-11-04T03:33:17
2018-11-04T03:33:17
null
UTF-8
C++
false
false
95,207
cpp
/* * * Copyright (c) 2018 Confetti Interactive Inc. * * This file is part of The-Forge * (see https://github.com/ConfettiFX/The-Forge). * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * ...
[ "jenkins@conffx.com" ]
jenkins@conffx.com
775e53378c6a20fca8f804f25ec80f49d85f6623
5838cf8f133a62df151ed12a5f928a43c11772ed
/NT/base/cluster/mgmt/clusocm/ctaskupgradewin2k.h
36dbe12ee13f00db4834d3221c8d0634176f95a3
[]
no_license
proaholic/Win2K3
e5e17b2262f8a2e9590d3fd7a201da19771eb132
572f0250d5825e7b80920b6610c22c5b9baaa3aa
refs/heads/master
2023-07-09T06:15:54.474432
2021-08-11T09:09:14
2021-08-11T09:09:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,649
h
////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000-2002 Microsoft Corporation // // Module Name: // CTaskUpgradeWin2k.h // // Description: // This file contains the declaration of the class CTaskUpgradeWindows2000. // This class represents the task ...
[ "blindtiger@foxmail.com" ]
blindtiger@foxmail.com
27233accce4b93ae5a7a5a62f2714977d349c38c
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/libs/chrono/example/test_clock.cpp
c08473c9955c5c70dd319285902480cac71c6e94
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
KqSMea8/sstd_library
9e4e622e1b01bed5de7322c2682539400d13dd58
0fcb815f50d538517e70a788914da7fbbe786ce1
refs/heads/master
2020-05-03T21:07:01.650034
2019-04-01T00:10:47
2019-04-01T00:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,609
cpp
// test_system_clock.cpp ----------------------------------------------------------// // Copyright 2008 Howard Hinnant // Copyright 2008 Beman Dawes // Copyright 2009 Vicente J. Botet Escriba // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt /* This cod...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
05025747a2dacb0ce35b88b00d3be57815a9b6b3
93c4ca4bee3964373e01e5b83b890b756c8258c2
/futures.h
4b95c3669c48efffb5ff6424bed4484d2b4acf26
[]
no_license
maierlars/agency-node
4b157144637e07b3bc9633895a5a538cad8a3257
55c39797bc4ce6086af4fc6d0a2b0be91fde696b
refs/heads/master
2021-07-01T10:59:42.520005
2021-02-26T14:39:18
2021-02-26T14:39:18
224,397,500
2
2
null
2019-12-30T12:22:16
2019-11-27T09:48:59
C++
UTF-8
C++
false
false
5,283
h
#ifndef AGENCY_NODE_FUTURES_H #define AGENCY_NODE_FUTURES_H #include <utility> #include <optional> #include <functional> #include <atomic> #include <memory> #include <mutex> #include <condition_variable> #include <cassert> #include "deserialize/types.h" struct scheduler { static void queue(std::function<void(void)...
[ "lars@arangodb.com" ]
lars@arangodb.com
99d572e71f00142d252a97191bf84f9ae25f6de8
d7fa3dabaeec38d4d0efb32e0f7eb78ac13a879b
/bbgram/src/model/User.h
5350972877c671e6bd35f95f4f5e0a2e6b0349b4
[]
no_license
niko-lay/bbgram
1c5de80f44ae496f08ddc6f3e0dc74650f225731
f93c4c0ddea27317241b6505663df1b380219d3e
refs/heads/master
2021-01-12T12:59:43.400736
2018-04-30T22:18:33
2018-04-30T22:18:33
68,862,315
0
0
null
2016-09-21T22:19:00
2016-09-21T22:19:00
null
UTF-8
C++
false
false
1,906
h
#pragma once #include <QMap> #include <bb/cascades/Image> #include "Peer.h" class User : public Peer { Q_OBJECT Q_PROPERTY(QString phone READ phone NOTIFY phoneChanged) Q_PROPERTY(QString firstName READ firstName NOTIFY nameChanged) Q_PROPERTY(QString lastName READ lastName NOTIFY nameChanged) Q...
[ "moadib73rus@gmail.com" ]
moadib73rus@gmail.com
3e2eff52fc20f9dec56129c88f09e236d45a0f2c
b0c55c3b2df6f09bd810a5355a31f1f14778c501
/test/arduino/PrettyColors/PrettyColors.ino
a1902bc136e921db023e80473026f3e59c172d1b
[]
no_license
patilpramod97/laboratory
cef1850a9ac68742285bc5ff339a128cd0a1f6ab
0c0e40283c242abc262bea90507f04981067cb07
refs/heads/master
2021-01-17T21:57:52.856821
2015-03-06T19:24:34
2015-03-06T19:24:34
32,625,549
2
0
null
2015-03-21T08:37:21
2015-03-21T08:37:21
null
UTF-8
C++
false
false
2,962
ino
/* Pretty colors. For use with the BL-L515 Round Type, FULL COLOR LED lamp (common anode)p Connect G, B, R pins of the LED to (PWM) digital out pins 9, 10, and 11, respectively, and connect the anode (long pin) to ground through a 100Ω resistor. */ #include <stdlib.h> const int redPin = 11; const int gr...
[ "josh@fortytwo.net" ]
josh@fortytwo.net
4e2998e39d261a9b018eb789011d6875c0e8b631
45074cc0edde439faa782146c9a11ea40148b3b5
/src/chef/CookInfo.h
cbc3fc12b670284d7cc9149bc8ba7339c8f51eda
[ "Zlib" ]
permissive
modificus/gaen
246b91cb4e1bc535a27bab91f119c5f144fc8a89
c8368942acb3c61f1e38e8f3acf93c9ae3af5786
refs/heads/master
2021-01-15T11:44:30.165220
2016-08-27T10:08:29
2016-08-27T10:08:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,227
h
//------------------------------------------------------------------------------ // CookInfo.h - Describes a cooking operation, and its buffer result // // Gaen Concurrency Engine - http://gaen.org // Copyright (c) 2014-2016 Lachlan Orr // // This software is provided 'as-is', without any express or implied // warranty...
[ "lorr@gaen.org" ]
lorr@gaen.org
7cc01444100343c9b18227f86ff3aee5594321b6
5547eb598cf36cd6bad73a2506f6d455af30829d
/Huiswerk Week 6/huiswerk week 6/huiswerk week 6/Main.cpp
cb8fb3d9db055f949ca3f5817486dfa7f1889ba9
[]
no_license
jellebooij/OOP-advanced
c13e9722a4fc457dfe2e7f5af305ae015474d8ac
7b4097f5d3ac25a3669e41cd0f39287870baa1dc
refs/heads/master
2020-03-29T22:07:32.736067
2018-11-02T15:01:31
2018-11-02T15:01:31
150,404,025
0
0
null
null
null
null
UTF-8
C++
false
false
476
cpp
#include <iostream> #include "Parent.h" #include <memory> using namespace std; int main() { std::unique_ptr<Parent> p1 = std::make_unique<Parent>("Parent1"); cout << "P1:" << *p1 << endl; Parent* p2 = new Parent(*p1); // roept de copy constructor aan cout << "P2:" << *p2 << endl; Parent* p3 = new Parent("Pare...
[ "jellebooij@outlook.com" ]
jellebooij@outlook.com
c8b1f41e9212d2ed1c055f76062146d7e825bbfb
415ecd6b3ea44dca3ad675b0f17ea145583c17d5
/base_station/receive_function.cpp
41a15f0dd989fa55ecf34d228ef9a011a4995098
[]
no_license
zappyfish/upes-nicky-boi
e7e6dc25da365ae47f1240a840901b90b6c93b3c
830a7f2083379a2832fb040d6c93ae2ef75957d7
refs/heads/master
2020-04-25T05:24:10.140349
2019-02-25T16:29:34
2019-02-25T16:29:34
172,541,715
0
0
null
null
null
null
UTF-8
C++
false
false
544
cpp
// // Created by Liam Kelly on 2/23/19. // #include "receive_function.h" ReceiveFunction::ReceiveFunction(char *name, void (*action)(Packet*)) : mName(name), mAction(action){} ReceiveFunction::ReceiveFunction(ReceiveFunction &toCopy) : mName(toCopy.mName), mAction(toCopy.mAction) {} ReceiveFunction::~ReceiveFunctio...
[ "liamkelly2015@gmail.com" ]
liamkelly2015@gmail.com
d1a4845a06a9f8df43a55ae131dbcf2fcbcd3e1b
e5c6be6014b732eee00cafc7bef231d0b4a9dd1e
/include/m5gpack.hpp
2a54ebe3f9bf084a22153cdf9e35c4ebf97f1ab4
[]
no_license
kuvaldini/m5gpack
a346cd505012d4aced8e8769e86ad8d26aca1e1a
79e8e490f2db28f2a0fe81f82f301206bb07878b
refs/heads/main
2023-03-04T03:22:56.080669
2021-02-12T19:04:24
2021-02-12T19:04:24
324,422,385
0
0
null
null
null
null
UTF-8
C++
false
false
25,687
hpp
#pragma once //todo compare presision for floats/doubles //todo printer densed, printer pretty, printer json //todo // #include <endian> #include <cstdint> #include <optional> #include <variant> #include <vector> #include <string_view> #include <chrono> #include <iostream> #include <iomanip> #include <type_traits> /...
[ "i.kyb@ya.ru" ]
i.kyb@ya.ru
4c2e61be146acb29f353dae7614bc772ce8a311d
b1d0b228332702856ad2cbee60874e39db368834
/EllipseDetectorLib/EllipseDetectorLib.h
39d17a49d642ccea6fedcb4178b5950901706570
[]
no_license
Jasionkit/EllipseDetectorLib
9ef5538dc35e4df4c787b8ebed2691cfa9f0c88c
660e60c464760349dc580ba02272b1f295064ad6
refs/heads/master
2021-06-20T20:50:26.953688
2017-03-12T19:27:07
2017-03-12T19:27:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,504
h
// EllipseDetectorLib.h #pragma once using namespace System; #include "EllipseResult.h" #include "ExecutionTime.h" #include <opencv2\opencv.hpp> using namespace std; using namespace cv; using namespace System; using namespace System::Drawing; using namespace System::Runtime::InteropServices; namespace EllipseDet...
[ "desakov@diasoft.ru" ]
desakov@diasoft.ru
81a28bbe716352ab0b67c44464e601cd1873737a
4dd6b1890042bb3cf972afd9d66cc26fd7a3856f
/for dividing an integer into two integers.cpp
f3178f66503f573b497ba1fac02c8d0177fad35a
[]
no_license
Vanshika-RJIT/c-plus-plus-progamming-language-
485606060b38e7dd460ed9f90930d0d418fad299
fefa46b78ceae1bd83e08013018ccd6313bef7f0
refs/heads/master
2020-11-23T22:29:30.976722
2020-10-15T12:53:42
2020-10-15T12:53:42
227,846,853
0
1
null
2020-10-15T12:53:43
2019-12-13T13:31:54
HTML
UTF-8
C++
false
false
376
cpp
#include<iostream> #include<cstring> using namespace std; int main() { int t; cin>>t; int c=0; while(t--) { c++; string n,m; cin>>n; m=n; for(int i=0;n[i]!='\0';i++) { if(n[i]=='4') { n[i]='3'; } } int a=stoi(m); int b=stoi(n); cout<<"Case #"<<c<<": "<<...
[ "noreply@github.com" ]
Vanshika-RJIT.noreply@github.com
890e99b88e96542cbfeba8c70047c4a5ea18f4db
7f7cfa3b40507e72f0b38d99b8eecaee96664d96
/trunk/07-Source/Project/util.cpp
9be97cca3a50985243ee993745e87e39c817bbce
[]
no_license
BGCX067/faiq-svn-to-git
4c61568005a49f9e59dd638767f7659d0f723ed1
043cc825890b5febb6b9373f1e082c6ab5ab24a7
refs/heads/master
2016-09-01T08:56:54.756786
2015-12-28T14:21:15
2015-12-28T14:21:15
48,699,066
0
0
null
null
null
null
UTF-8
C++
false
false
28,305
cpp
/**************************************************************************//** * NAME: util.cpp * * PURPOSE: Searchmonkey reusable and miscellaneous functions. * * DATE: September 6, 2009 *******************************************************************************/ #include "debug.h" #inc...
[ "you@example.com" ]
you@example.com
7f7a042dfb5381934c453a5dc3c041ae1e5f04c0
9ca50ac301ca48e38503aea0c1bf45bdadc310e4
/src/cbor_serializer.cpp
7e1cbe019e18d3e096fed30b37dd813d8fe9356e
[]
no_license
zdzhaoyong/svar_rosbridge
c0484546e1ce33cf866f412eadca9ecc80c0a921
10e7734776034bd2fd007f7867b696b4e4d4b9a8
refs/heads/master
2023-07-12T22:10:02.580484
2021-08-08T06:45:50
2021-08-08T06:45:50
383,981,892
7
0
null
null
null
null
UTF-8
C++
false
false
14,394
cpp
#include "Svar.h" using namespace sv; struct cbor_serializer final{ struct OSize{ template <typename T> OSize& operator <<(const T& c){ sz+=sizeof(T); return *this; } void write(const char* s,size_t length){ sz+=leng...
[ "zd5945@126.com" ]
zd5945@126.com
9b00144b6ff5ba8a7046002ba65dd0d05800acbb
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/mash/screenlock/screenlock.cc
17cf4f97df6acd57f6f918d892569c92d066f412
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
3,789
cc
// Copyright 2016 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 "mash/screenlock/screenlock.h" #include "ash/public/interfaces/container.mojom.h" #include "base/macros.h" #include "base/strings/utf_string_con...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
6ab6adf5a7006c2bb78328c0120feb3ede910204
e99592f5f7a8c58c4619ca42d3ccb2292b49f332
/MFCApplication2/MFCApplication2/MFCApplication2View.h
ff7552f411fb314ccf44ac8e88523b008463c505
[]
no_license
tseebo/Vc
e19318b5c7daad2e0490edb08388a104f6663747
78e65b17d1443247dccde04e2e27839a0d16e175
refs/heads/master
2021-03-21T15:04:10.567853
2020-07-02T11:27:07
2020-07-02T11:27:07
247,305,884
1
0
null
null
null
null
GB18030
C++
false
false
954
h
// MFCApplication2View.h : CMFCApplication2View 类的接口 // #pragma once class CMFCApplication2View : public CView { protected: // 仅从序列化创建 CMFCApplication2View(); DECLARE_DYNCREATE(CMFCApplication2View) // 特性 public: CMFCApplication2Doc* GetDocument() const; // 操作 public: // 重写 public: virtual void OnDraw(CDC* p...
[ "1305771558@qq.com" ]
1305771558@qq.com
f588866f132160c77b68e3acf5b0c866d32a9cca
8992d58c52017d7c2060de0a9e01e78b9a729549
/src/masternode.cpp
1899b2339704876a18c42ff4048160feaf45824f
[ "MIT" ]
permissive
AnabolicRampage/Linda-1
f744efccfc93818fec1cd2fa0878a558b8fb01bd
612a80960d0661bd8c72f3885a723b7e1674fc48
refs/heads/master
2020-04-16T13:13:10.911616
2019-01-13T13:29:01
2019-01-13T13:29:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,284
cpp
#include "masternode.h" #include "activemasternode.h" #include "darksend.h" //#include "primitives/transaction.h" #include "main.h" #include "util.h" #include "addrman.h" #include <boost/lexical_cast.hpp> int CMasterNode::minProtoVersion = MIN_MN_PROTO_VERSION; /** The list of active masternodes */ std::vector<CMas...
[ "dstoneham.93@gmail.com" ]
dstoneham.93@gmail.com
1bca70424b807cf1380b4830273f3f075b1d62a4
e179d313721d389730834cfe3677f9c4d7dacae5
/critpath/mcpat/processor.h
b8a1438fb7c770a84523f65471d97e773e488ed3
[]
no_license
PolyArch/prism
8796243a5618e8d12f965bf30b9f6e799112e1cd
583beba32710113e47f68ab573aae5376a19e010
refs/heads/master
2021-03-27T12:37:34.160907
2019-09-30T17:38:49
2019-09-30T17:38:49
111,027,680
0
0
null
null
null
null
UTF-8
C++
false
false
4,782
h
/***************************************************************************** * McPAT * SOFTWARE LICENSE AGREEMENT * Copyright 2012 Hewlett-Packard Development Company, L.P. * All Rights Reserved * * Redistribution and use in...
[ "tjn@cs.wisc.edu" ]
tjn@cs.wisc.edu
b936314a44822a6a43b314d0f0ecc98e220bf826
59ad83925bd1ffb3f3b6248ddf317921ed2bb24b
/ATATool/PropertyPageBT.cpp
66d618c38fc1044d33e586b461f450a2b7f57d5b
[]
no_license
momoomom/ATA
f5cb01615b2b662d54ec834c95d7d5921ab96c7c
92489654d21c61b8a5cc6f62b790ddfa6448e704
refs/heads/master
2021-12-11T13:20:11.810785
2016-11-15T07:02:26
2016-11-15T07:02:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,323
cpp
// PropertyPageBT.cpp : implementation file // #include "stdafx.h" #include "ATATool.h" #include "PropertyPageBT.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CPropertyP...
[ "jian.song@wheatek.com" ]
jian.song@wheatek.com
8d15a60c3dd3c0c459a30470830b49969b5318e6
bf7fe9c190e45d80200706bf39359716ba41587d
/Particles/Particle.cpp
e64c0e1e4c1617d6458ae8ee0190c005554474dc
[]
no_license
VladislavKoleda/CosmicDefender--master
de1a34f9ebe0bff764152b94d170710642809a98
042097567af4a3e6eba147971ce067a3a982907a
refs/heads/master
2020-11-23T21:04:17.911131
2019-12-13T10:53:43
2019-12-13T10:53:43
227,819,746
0
0
null
null
null
null
UTF-8
C++
false
false
293
cpp
#include "Particle.h" using namespace SFML::System; namespace ComicDefender { Particle::Particle(float angle, float speed, float dx, float dy, float x, float y, float Q, int Flag) { Angle = angle; Speed = speed; DX = dx; DY = dy; X = x; Y = y; q = Q; flag = Flag; } }
[ "koleda147@gmail.com" ]
koleda147@gmail.com
33991f2b695dde5e4e31de736c744c428b884efe
081c3f131070a238892670c96c18796d9dcffcf0
/VCExercisesOOP/ArrayParallelLookup/ArrayParallelLookup.cpp
5f55d394df563d502c41c30a972073cd37cbaca3
[]
no_license
EdgarCerna/csis223
77b66ffa8b8e8f04fa822ff4679f8abe2730a47c
f9f317f5f428799107edfad3a9ecca1f3db71cc1
refs/heads/master
2020-03-29T21:06:43.932374
2018-12-13T07:21:25
2018-12-13T07:21:25
150,350,218
0
0
null
null
null
null
UTF-8
C++
false
false
1,842
cpp
// ArrayParallelLookup.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <fstream> #include <string> using namespace std; int main() { string stateCode[60]; // declare 2-letter state code array string stateName[60]; // declare state name array string cod...
[ "S1460902@student.mcckc.edu" ]
S1460902@student.mcckc.edu
2f3206a2476d7d968ae286484738fc47b3797eba
cfdae4915f49b5acd9fac9b2674a8084ba8dd1bf
/tests/functional/namespace/expected/Car.qml.cpp
6da8e024cc7b74a86b4a399a45de3bd8649a1953
[ "BSD-2-Clause" ]
permissive
cryoma01/doxyqml
729f38e447c30da42baa2a4c6172aaef862990b5
6481a723fec932cc724bcd8c8bcf9f343079deed
refs/heads/master
2020-09-21T15:19:17.966386
2019-04-28T18:05:02
2019-04-28T18:05:02
224,829,534
0
0
NOASSERTION
2019-11-29T10:14:30
2019-11-29T10:14:29
null
UTF-8
C++
false
false
123
cpp
namespace ns { /** * A car */ class Car : public Item { public: /** * Car speed */ Q_PROPERTY(real speed) }; }
[ "mail@agateau.com" ]
mail@agateau.com
3a28223b812928a964dfe07d7d62d5cc976c1bc7
a8b937985a2a245195a039192be6b4334fe8a349
/tests/ordinary_differential_equations_test.cpp
3aa3ed0488c2db080c7852759cb15e2e2b3eb62a
[]
no_license
Quanteek/OpenNN-CMake
f7e460758f6dd62a39fedfc148726a5e9fb64f50
1cecec74764ef70f1caa10fc76272673c9eb3b40
refs/heads/master
2021-01-01T05:40:41.148486
2014-06-26T11:49:59
2014-06-26T11:49:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,338
cpp
/****************************************************************************************************************/ /* */ /* OpenNN: Open Neural Networks Library ...
[ "benoitbayol@dhcp-23-78.wifi-auth.ecp.fr" ]
benoitbayol@dhcp-23-78.wifi-auth.ecp.fr
03ba321494eb0d8a9d803ce9fa41ba43202dee1a
89a6e0eca52e0cb31915fa43d9b1ba3f0145b257
/演算法題型分類/Prefix-Sum/c462.cc
c8cd34d1dd66923ddd1b8abd864fd0f720deb7e4
[]
no_license
rollfatcat/ProblemSet
03a3a960ec324b831d3db422a52d623f2d04b6f0
f9c76320e8812304b73ac348e8e34e8a55e08a10
refs/heads/master
2023-04-03T15:48:44.551030
2023-03-21T19:09:32
2023-03-21T19:09:32
191,777,230
4
0
null
null
null
null
UTF-8
C++
false
false
1,161
cc
/* 給定K個單位長度和一個字串,輸出連續K個單位大小寫交錯的子字串長度? * 解題關鍵:貪婪法,將原字串轉變為連續大小寫的字元長度 * */ #include<bits/stdc++.h> using namespace std; const int MaxN=1e5; char ss[MaxN+2]; int num[MaxN]; int main(){ int K, N; while(scanf("%d",&K)!=EOF){ scanf("%s\n",ss); /* 轉換為"連續"大小寫字元的長度 */ N=0; num[0]=1; bool now, pre= 'A'<=ss[0] and s...
[ "crhsieh1114@outlook.com" ]
crhsieh1114@outlook.com
4390c1bff6f099dd276e25e7a079ed18c3807248
ef5fe6b55f3d9a697392a252617e1dc79b184222
/AtCoder/ABC159/A.cpp
5526d6589ea1ad22a5b6d47d89fa5d4bc02c9914
[]
no_license
kunichan9292/Programing-contest
15110f1dbf00a9957d524c6163cd165b3828803f
9126d5c63b80f170de8108ca74c7ae7a2bf9c921
refs/heads/master
2022-06-18T04:40:45.662188
2020-05-12T19:49:16
2020-05-12T19:49:16
263,432,210
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include<iostream> using namespace std; int main(){ int N,M; cin >> N >> M; int count_N=0; int count_M=0; if(N>=2){ count_N=N*(N-1)/2; } if(M>=2){ count_M=M*(M-1)/2; } cout << count_N + count_M << endl; }
[ "9230-kunichan@ezweb.ne.jp" ]
9230-kunichan@ezweb.ne.jp
0b05a26b7af8621d8c8f4398b68c12144a422346
76f0efb245ff0013e0428ee7636e72dc288832ab
/out/Default/gen/blink/bindings/core/v8/V8SVGAnimatedLength.cpp
f047d3641e36c96ca3d249741f3d0bdafe150f78
[]
no_license
dckristiono/chromium
e8845d2a8754f39e0ca1d3d3d44d01231957367c
8ad7c1bd5778bfda3347cf6b30ef60d3e4d7c0b9
refs/heads/master
2020-04-22T02:34:41.775069
2016-08-24T14:05:09
2016-08-24T14:05:09
66,465,243
0
2
null
null
null
null
UTF-8
C++
false
false
5,966
cpp
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! #include "V8SVGAnimatedLength.h" #include "bindings/core/v8/ExceptionState....
[ "dckristiono@gmail.com" ]
dckristiono@gmail.com
8da97996b3b05400945207630bfa70ab128623bb
aed00e5e89506629e4182f6074062d4f86644f07
/script/hardware_interface.cpp
53cf8d9916db2ec72cf2322cc48fcfb745833959
[]
no_license
AntoBrandi/Simple-Robot-Arm
a3504bb8c034dea07e4e235e793ff656e7daed13
65c86640353aeb4138929e04d8eb6d66bf1a2a95
refs/heads/master
2022-04-23T18:09:29.601832
2020-04-24T16:53:54
2020-04-24T16:53:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,726
cpp
#include <hardware_interface/joint_command_interface.h> #include <hardware_interface/joint_state_interface.h> #include <hardware_interface/robot_hw.h> #include <std_msgs/UInt16MultiArray.h> #include <ros/ros.h> class ArduinoBot : public hardware_interface::RobotHW { public: ArduinoBot() { // init the publisher...
[ "antonio.brandi@outlook.it" ]
antonio.brandi@outlook.it
84498f78a8810b6e87c0c8c9daa8b1638b235d66
517b8f53ecc24928a787ab92cb729b7ebe6b3de4
/389 BASICALLY SPEAKING.cpp
4c119070127f877e54c10ec5f9b0f55640300d98
[]
no_license
sajalkhan/UVA-ONLINE-JUDGE
4c738fe946d536a5b058da56d8a025be54514856
801ebd2a6366d11226e275210171c66cc4baecfe
refs/heads/master
2021-05-12T08:15:41.628850
2018-01-12T19:32:30
2018-01-12T19:32:30
117,277,417
1
0
null
null
null
null
UTF-8
C++
false
false
1,561
cpp
/**-------------------------------------- MD.SOHARUB HOSSEN DAFFODIL INTERNATIONAL UNIVERSITY PROBLEM: UVA 389 BASICALLY SPEAKING ----------------------------------------*/ #include<bits/stdc++.h> using namespace std; int other_to_decimal(string s,int a) { int ln=s.size(); int p=ln-1; long long...
[ "sajalhossen@yahoo.com" ]
sajalhossen@yahoo.com
529d27d51381dafc81e45d876cdddb9c74cb56d4
ef23e388061a637f82b815d32f7af8cb60c5bb1f
/src/emu/cpu/sh4/sh4comn.h
546468de860a577af428f1943de8fa266b407d59
[]
no_license
marcellodash/psmame
76fd877a210d50d34f23e50d338e65a17deff066
09f52313bd3b06311b910ed67a0e7c70c2dd2535
refs/heads/master
2021-05-29T23:57:23.333706
2011-06-23T20:11:22
2011-06-23T20:11:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,775
h
/***************************************************************************** * * sh4comn.h * * SH-4 non-specific components * *****************************************************************************/ #pragma once #ifndef __SH4COMN_H__ #define __SH4COMN_H__ //#define USE_SH4DRC /* spe...
[ "Mike@localhost" ]
Mike@localhost