blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
f637963a479b9c5b7d7a4c5ac772d07b5d33bbaf
5945d6e644a25dcc1b1552205b6f96fffe159f5f
/src/lib/users/usersreportspam.h
5981f7d1e12cd526827af22b0a40ac24a1b00633
[ "BSD-3-Clause" ]
permissive
yuntan/twitter4qml
5cba11e7f10eb53b547484ce680b115f3511d9c9
67a7ea7c5467293f6b288435e73bc9db18639985
refs/heads/master
2016-09-08T01:20:37.275268
2014-02-18T09:03:39
2014-02-18T09:03:39
16,941,630
3
0
null
null
null
null
UTF-8
C++
false
false
1,964
h
/* Copyright (c) 2012-2013 Twitter4QML Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this l...
[ "stasuku@gmail.com" ]
stasuku@gmail.com
472702ac85ea9dea2b76fb6ed114a13953774659
a3634de7800ae5fe8e68532d7c3a7570b9c61c5b
/spoj/NDIV.cpp
2babf1a4762b4244b41e78c699fa49e3abb923ab
[]
no_license
MayankChaturvedi/competitive-coding
a737a2a36b8aa7aea1193f2db4b32b081f78e2ba
9e9bd21de669c7b7bd29a262b29965ecc80ad621
refs/heads/master
2020-03-18T01:39:29.447631
2018-02-19T15:04:32
2018-02-19T15:04:32
134,152,930
0
1
null
2018-05-20T13:27:35
2018-05-20T13:27:34
null
UTF-8
C++
false
false
2,317
cpp
#include <iostream> #include <cassert> #include <algorithm> using namespace std; int main() { const int PRIME_MAX = 1e5 + 5; bool isPrime[PRIME_MAX]; int numFact[PRIME_MAX]={0}; for(int i=1; i<PRIME_MAX; i++) { isPrime[i]= true; numFact[i]= 2; //1 and i always divide i. } numFact[1]=1; for(int i=2; i<PRIME...
[ "f20160006@goa.bits-pilani.ac.in" ]
f20160006@goa.bits-pilani.ac.in
9c7b8e9d4e184bba1efc26fe035d896f97304e2e
9d53c73cdb19d94e4512a7a18d280f7a6eeb872f
/lockstep/lockstep/include/math/crandom.h
159899a0cbdb6018d511c944df30866c1cfbc5e0
[]
no_license
shiliupingGitHub/MyLockstep
18ccef7981fe131c57734e37cc41be1b8977b934
ec0f66722dc5b14611c4ae1e5b07adfcd8a8a4c0
refs/heads/master
2020-05-17T00:13:52.244003
2019-04-25T09:18:47
2019-04-25T09:18:47
183,389,765
4
2
null
null
null
null
UTF-8
C++
false
false
282
h
#ifndef LOCKSTEP_CRANDOM_H #define LOCKSTEP_CRANDOM_H #include <vector> namespace lockstep { class CRandom { public: CRandom(); ~CRandom(); public: float GetRand(); void SetSeed(unsigned int seed); private: std::vector<int> mRandom; int mCur; }; } #endif //
[ "582441842@qq.com" ]
582441842@qq.com
bbe601b28b918384999ae635d5c8298db1708371
5de343da9cbf6ef759e0cb3317039571364cc8db
/FMIBook/Main.cpp
31c47834f39848b3175a090bada64338dda3fe1b
[]
no_license
kneychev/FMIBook
3c0645b0c45ad0619904c9b00114720bed0dd1d0
a6691db2988abccac9dc6f89bee747c076c84d3d
refs/heads/master
2022-11-20T04:35:27.556245
2020-07-17T19:14:10
2020-07-17T19:14:10
273,052,471
0
0
null
null
null
null
UTF-8
C++
false
false
94
cpp
#include <iostream> #include "FMIBook.h" int main() { FMIBook f; f.Execute(); return 0; }
[ "knneychev@gmail.com" ]
knneychev@gmail.com
b29d2ebe1a7a2029432a1ba3f1e21831081c43c9
21dd18e6665a3eb7c859912ccf91ad650535235a
/Arduino/Updated_Bluetooth_Code.ino
ebedf01faa0a7f5cd490fec7b0e6d885cd99906f
[]
no_license
shaykhok/athApp
7c1d43790a42fe03fc455427168912068cba22c1
1d3f389d59a54596db4fa2726ed01a47f8182fce
refs/heads/master
2020-03-16T16:04:13.049406
2018-05-09T14:58:55
2018-05-09T14:58:55
132,770,815
0
0
null
null
null
null
UTF-8
C++
false
false
16,172
ino
#include <Arduino.h> #include <SPI.h> #if not defined (_VARIANT_ARDUINO_DUE_X_) && not defined (_VARIANT_ARDUINO_ZERO_) #include <SoftwareSerial.h> #endif #include "Adafruit_BLE.h" #include "Adafruit_BluefruitLE_SPI.h" #include "Adafruit_BluefruitLE_UART.h" #include "BluefruitConfig.h" #include <Adafruit_NeoPixel.h>...
[ "noreply@github.com" ]
noreply@github.com
898cdca4c9239c4b1e9d3ff8300570719cb48ff8
d37294afac67bdeef3956e7da6f276a9c8ee23de
/lqneditor/lqneditor/entry.cpp
aeaffe7f60670654b79fbe0d1405915c58fd182a
[]
no_license
layeredqueuing/V5
62c1eef57ba1f15ebd2a15f29abff6beea4f56f6
93dac0b75fd4da2dfa8d3cd64eb0b76dda3cf249
refs/heads/master
2023-08-31T15:38:49.476637
2023-08-22T11:42:01
2023-08-22T11:42:01
35,963,769
15
8
null
null
null
null
UTF-8
C++
false
false
5,633
cpp
// // entry.cpp // lqneditor // // Created by Greg Franks on 2012-11-07. // Copyright (c) 2012 Real Time and Distrubuted Systems Group. All rights reserved. // #include <cassert> #include "model.h" #include "task.h" #include "entry.h" #include "phase.h" #include "arc.h" #include <lqio/dom_task.h> #include <lqio/do...
[ "greg@09d6bd69-5bf4-0310-bf4a-b005c7351135" ]
greg@09d6bd69-5bf4-0310-bf4a-b005c7351135
08165977605e3aec753c55541b5a2b55a8dda7b9
f9998e43df417328593fd3f802542d4a3a6c34d1
/Sorting/Preps/arrays.h
be8330ae0d00a299bd0f7afdf744922fc8ad12f8
[]
no_license
viktorkuznietsov1986/algorithms
75bf0978a6611c5e225c542fe6faafb004f7f444
f5dd5550dc670eace055f974fc0a1e63d9c0e560
refs/heads/master
2021-01-20T18:52:48.993024
2018-08-15T19:48:39
2018-08-15T19:48:39
63,510,463
0
0
null
null
null
null
UTF-8
C++
false
false
936
h
#pragma once #include <vector> bool isStringWithUniqueCharacters(const char* str); bool isPermutation(const char* str1, const char* str2); int magicIndex(const std::vector<int>& arr, int startIndex, int endIndex); void mergeTwoSortedArrays(std::vector<int>& a, int elementsCount, std::vector<int>& b); vo...
[ "victor.kuzn@gmail.com" ]
victor.kuzn@gmail.com
865e28b5e95390f0ed0d5646b1b9f4a0299d5205
8c0ff57279cb239619b233a59b922e8256f9d8e3
/xerces-c-src_2_6_0/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp
9e6be8e0ef7a595a95e94f81a6485969b472d309
[]
no_license
syoutetu/ColladaViewer_VC8
2ae5e8b2348ab863211acec42e8495e27fa9d62c
ed12d14a72773f03ce6cf989bf5029680011476a
refs/heads/master
2020-12-24T15:57:49.055276
2012-02-19T18:57:40
2012-02-19T18:57:40
3,487,317
0
0
null
null
null
null
UTF-8
C++
false
false
12,061
cpp
/* * Copyright 2004,2004 The Apache Software Foundation. * * 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...
[ "syoutetu@gmail.com" ]
syoutetu@gmail.com
9e30e114cece2f3bfc073c7cc15e0309ba5c8be4
a5630c8ee9fbc43204bb7a4cda181d2c9414a259
/src/client.cpp
40201017617deadff19c7553640c9b36d5d5d28e
[ "BSD-2-Clause" ]
permissive
Slamtec/rplidar_ros
503db3fbc691df86944f1afa3db9a1d04d7f2c05
2f10ad5be867a6192fb28306cfc1307213a19850
refs/heads/master
2023-08-18T11:24:26.411953
2023-08-11T08:42:27
2023-08-11T08:53:00
139,397,921
415
436
BSD-2-Clause
2023-09-13T04:54:57
2018-07-02T06:05:05
C++
UTF-8
C++
false
false
2,341
cpp
/* * Copyright (c) 2014, RoboPeak * 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 notice, * this list of conditio...
[ "mickey.leen@gmail.com" ]
mickey.leen@gmail.com
01eec33211ff35218805b10d2b2be53ed63a5d9c
f8aba042d4d38ee8ec6ad0dbee99803b0769eda5
/corr_naive.cpp
53f62a17eae925e279312edc1268f9e0e5005eee
[]
no_license
kig/correlate_opencl
7262a33a4ca27288e7d46e0aa7d030e20129321b
878a9c5e589be5221940d7960336a4e11061be25
refs/heads/master
2020-04-04T16:20:28.199897
2011-02-06T00:17:35
2011-02-06T00:42:43
742,195
5
1
null
null
null
null
UTF-8
C++
false
false
11,625
cpp
/* g++ -O3 -msse3 -mfpmath=sse -fopenmp -lOpenCL -lm -o corr_naive corr_naive.cpp */ #include <omp.h> #include <stdlib.h> #include <stdio.h> #include <sys/time.h> #include <math.h> #include <malloc.h> #include <string.h> #include <iostream> #include <fstream> #include <sys/stat.h> #include <CL/cl.h> #include "sse....
[ "ilmari.heikkinen@gmail.com" ]
ilmari.heikkinen@gmail.com
814a7480cb29abec427858c523ef9d7e3f6241d1
7f92683ba382a8242597277afb72aa97c40818b3
/Temp/il2cppOutput/il2cppOutput/AssemblyU2DCSharp_LoadBars3542034350.h
f0c6d1964ed2c1b06f5494f4dbd38a0966f99aec
[]
no_license
pramit46/game-off-2016
5833734908123bbfcc1ee41c16a7f33fdc9640cc
e9a98c27e6848d3f2109a952a921643a6a9300c8
refs/heads/master
2021-01-11T08:38:36.810368
2016-11-28T19:42:15
2016-11-28T19:42:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,678
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // UnityEngine.GameObject struct GameObject_t1756533147; // BezierCurve struct BezierCurve_t4194209710; #include "UnityEngine_UnityEngine_MonoBehaviour1158329972.h" #ifdef __clang__...
[ "adamstox@gmail.com" ]
adamstox@gmail.com
1069a0e919907d7cc77067e1f9409c92b873e9e8
6dc7e81916130f90c5cd8fe04e604124ff851820
/src/ptolemyapi/stars/SDFInputArgumentFix.h
402ed18b97224dd7b2e1bf5fc4fc3d7cbdbeccda
[]
no_license
mpCopy/test3
b94fb903cacd38f1bb0d336eaa4e5f906f401394
55926e7e555d891c1faac2ba9845d448a4eddd87
refs/heads/master
2023-02-27T12:18:57.663079
2021-02-07T13:10:15
2021-02-07T13:10:15
336,775,716
0
0
null
null
null
null
UTF-8
C++
false
false
831
h
/* @(#) $Source: /cvs/wlv/src/hptolemyaddons/src/ptolemyapi/stars/SDFInputArgumentFix.pl,v $ $Revision: 1.6 $ $Date: 2011/08/25 01:59:19 $ */ #ifndef _SDFInputArgumentFix_h #define _SDFInputArgumentFix_h 1 // header file generated from S:/hped/builds/sr/devXXX/rgcandidate/build/cmake/projects/ptolemy/ptolemyapi/stars/S...
[ "55695695+a2weingarten@users.noreply.github.com" ]
55695695+a2weingarten@users.noreply.github.com
cc0fbecf4457ab819400405a34f2efbb4450eabd
391b179ee31222971629624a9a51e8a98c87db41
/src/si_base/gpu/gfx_raytracing_geometry.h
f6163ff2ad860ed5be018c03d142ee0fa3880011
[ "MIT" ]
permissive
acuvue1102/si_graphics
0e697d910852a3ba2e9564ce09dd6ffe49a3da80
f285a5358fdb8f5b831fba0d7cae423ee79b36c5
refs/heads/master
2021-06-03T01:19:30.678522
2020-02-07T15:27:53
2020-02-07T15:27:53
18,243,761
0
0
null
null
null
null
UTF-8
C++
false
false
2,201
h
#pragma once #include <vector> #include "si_base/gpu/gfx_config.h" #include "si_base/gpu/gfx_enum.h" #include "si_base/gpu/gfx_declare.h" #include "si_base/gpu/gfx_buffer.h" namespace SI { class BaseRaytracingScene; struct GfxRaytracingGeometryTriangleDesc { GpuAddress m_transform3x4 = 0; Gpu...
[ "mktaxi.kg11.02@gmail.com" ]
mktaxi.kg11.02@gmail.com
b6b02200d28f7192a50ecbf92ebaf29b0016f692
d1cee40adee73afdbce5b3582bbe4761b595c4e1
/back/RtmpLivePushSDK/boost/boost/random/detail/integer_log2.hpp
6d0a61b46bfb3a23c618ae7ed65e415a7b8e8d69
[ "BSL-1.0" ]
permissive
RickyJun/live_plugin
de6fb4fa8ef9f76fffd51e2e51262fb63cea44cb
e4472570eac0d9f388ccac6ee513935488d9577e
refs/heads/master
2023-05-08T01:49:52.951207
2021-05-30T14:09:38
2021-05-30T14:09:38
345,919,594
2
0
null
null
null
null
UTF-8
C++
false
false
2,186
hpp
/* boost random/detail/integer_log2.hpp header file * * Copyright Steven Watanabe 2011 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org for most recent version including documentat...
[ "wenwenjun@weeget.cn" ]
wenwenjun@weeget.cn
289185bb67cb4131353856a715ed29f050d7601d
9ce94e0df21fd4221d0deeb3671b147fe4911429
/ejercicios/ejercicios/AA funciones/boletin 1 funciones/ejer 5 funciones/main.cpp
e62c8c8c99d80ff48259ead5862ad00b5b09b3e8
[]
no_license
pepesoriagarcia99/C--_2017-2018
06c57b318d6374522801b4db6ddee906fa5e873a
d6d1d48670be0b80fe56fa17213b4605da7aaefb
refs/heads/master
2022-04-30T22:52:04.720200
2022-04-09T12:29:36
2022-04-09T12:29:36
193,679,861
0
0
null
null
null
null
UTF-8
C++
false
false
947
cpp
#include <iostream> using namespace std; int divisores(int num) { int suma=0; int multiplicacion=0; for(int i=1;i<num;i++) { multiplicacion=num%i; if(multiplicacion==0) { suma=suma+i; } } return suma; } bool hermano (int num1, int num2, int res_div_...
[ "pepesoriagarcia99@gmail.com" ]
pepesoriagarcia99@gmail.com
67062ba1751d483b9afc8c8e6825f929a3939934
857cb11d619be07df5b7949fd2f9ade979c3469d
/GTests/tests.cpp
e4ea6d9621b4dfde4d0a7b03a3ce49c0d1385a48
[]
no_license
LokeshBonta/AMDRPP-Scripts
8c069b67a1071692d8d0772a4de3bed2ac3b5b20
b7b35f84084dda4b9da2dcb0273829768ff5d90d
refs/heads/master
2020-09-18T01:03:15.153132
2020-05-13T18:33:38
2020-05-13T18:34:11
224,126,602
0
1
null
null
null
null
UTF-8
C++
false
false
920
cpp
// tests.cpp #include "functions.cpp" #include <gtest/gtest.h> // All the RPP stuff // Input buffer will only be one // GPU output from RPP will be stored in output2 buffer // CPU output from RPP will be stored in output1 buffer // Compare Both the Tensors TEST(SquareRootTest, PositiveNos) { ASSERT_EQ(6, squar...
[ "lokeshpsn93@gmail.com" ]
lokeshpsn93@gmail.com
dac3399dd0d53b8df904e61eddc49dca11efb732
60705ca1df6865f829095d501f17a4a7c97e7e20
/src/net.cpp
daad6cf1dbd72b0f8bc0789be121f3d710e89412
[ "MIT" ]
permissive
caskbackcoin/cashbackcoin
7344b48cac5a399317264240bb320656859c3685
81e6ffb34901f87d9ac55300399ae0363c984f36
refs/heads/master
2023-03-29T07:20:48.905014
2021-04-15T15:03:40
2021-04-15T15:03:40
357,584,149
1
0
null
null
null
null
UTF-8
C++
false
false
74,457
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-li...
[ "support@newcashbackcoin.com" ]
support@newcashbackcoin.com
dbdbeaf8b9f4a10f00cd0c9ecc46aad6b870a86e
67563a4436b914654dd441eb2e1915bbd41aa8ca
/Engine/sdk/include/MPEffectAsmMath.h
b246d73650a3afd43786bb017e8c0a5d0968a292
[ "Apache-2.0" ]
permissive
PKO-Community-Sources/ClientSide-Sources
1cab923af538ffe9d9cb9154b14dd3e0a903ca14
ddbcd293d6ef3f58ff02290c02382cbb7e0939a2
refs/heads/main
2023-05-13T00:15:04.162386
2021-06-02T15:35:36
2021-06-02T15:35:36
372,753,278
3
0
Apache-2.0
2021-06-02T15:26:17
2021-06-01T08:17:07
C++
GB18030
C++
false
false
804
h
#ifndef MPEffectAsmMath_H #define MPEffectAsmMath_H #include <stdlib.h> /* rand()能返回的最大值. */ #define RAND_MAX 0x7fff // 返回一个随机数 __forceinline float asm_rand() { #if 0 #if _MSC_VER >= 1300 static unsigned __int64 q = time( NULL ); _asm { movq mm0, q // do the magic MMX thing pshufw mm1, mm0, 0x1E paddd...
[ "businessyagura2k@gmail.com" ]
businessyagura2k@gmail.com
6d0b25995efe64c0aa0a434ed15f751876313faf
9a767d11789cdba4452014d8f8019e6d781aef8d
/SourceCode/SourceCode_New/Compiler_Project_1/Disassemble.h
9926d75d27e4382c88200ec0040c7404b404cdec
[]
no_license
hadialaeiyan/AIFAZZY
c3381ea4ed947f46cf47477e5b5716561ebcebdb
906b04ebcbc386d64c592e7db94aeabf38f50410
refs/heads/master
2021-01-02T08:14:06.613449
2013-10-14T06:08:24
2013-10-14T06:08:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,286
h
#include <string> #define BEA_ENGINE_STATIC #define BEA_USE_STDCALL #include ".\HEADERS\BeaEngine.h" class Instruction { public: DISASM DisAsm; char Original_opcode[100]; Instruction* next; Instruction(DISASM DisAsm_arg,char* opcode_arg) { DisAsm=DisAsm_arg; int counter=0; while(opcode_arg[counter]!=NULL) ...
[ "hadi.alaeiyan@gmail.com" ]
hadi.alaeiyan@gmail.com
de377a790efed544b99a2d2a4ad8aba9595d06b1
fb009de98338da600fc8eec9ab86a6dffcbd134f
/atom/browser/api/atom_api_extension.cc
4406589d11fad771da1c5b3cc82fb291f5debcdd
[ "MIT" ]
permissive
ayumi/electron
55ce7aa88b6f3c7644a39772ef2e2dd5418493b1
b2a393aba0ab4218879bd26e10235e8834653301
refs/heads/master
2021-01-14T14:32:19.062695
2016-08-13T02:46:58
2016-08-13T02:46:58
65,602,215
0
0
null
2016-08-13T06:06:12
2016-08-13T06:06:12
null
UTF-8
C++
false
false
9,674
cc
// Copyright (c) 2015 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #include "atom/browser/api/atom_api_extension.h" #include <string> #include <vector> #include "atom/browser/api/atom_api_web_contents.h" #include "atom/browser/extensions/atom_notific...
[ "github@brianjohnson.cc" ]
github@brianjohnson.cc
289b4814afcd682dad76fd2cefc06a00f3a7a9aa
a0875906796263930a5769eaa68ca4cc3530a663
/include/hive/ws13.hpp
6e2784c801464cc083ecf960df70f241ca97539b
[ "MIT" ]
permissive
albedium/devicehive-cpp
4663bbec2b42a68f1bfa63d2b267e24ce20ad95f
4ee2a1ab1a5ebd38d8cd4e209e3ae14fce554459
refs/heads/master
2021-01-20T23:47:40.078818
2014-04-14T09:01:50
2014-04-14T09:01:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
41,180
hpp
/** @file @brief The WebSocket classes. @author Sergey Polichnoy <sergey.polichnoy@dataart.com> The protocol version is 13. @see @ref page_hive_http @see @ref page_hive_ws13 @see [RFC6455](http://tools.ietf.org/html/rfc6455) */ #ifndef __HIVE_WS13_HPP_ #define __HIVE_WS13_HPP_ #include "http.hpp" #include "bin.hpp" ...
[ "sergey.polichnoy@dataart.com" ]
sergey.polichnoy@dataart.com
f0cc978dc28639f5efa5f72499904530309d7f6b
d6d3f1cdb9a9fb06f84734b4a5b871c1a0acf9e5
/src/Game.cpp
57fe604e3c075f2edccbe2d70ce8108ec92e40b5
[]
no_license
rezid/framework-square
90a09655c15d300fc33a5242c254b6b7818eb7c8
7a981e4dff6d4505b3d647430e040eb5d07cbf4b
refs/heads/master
2021-05-01T02:47:44.808384
2017-01-03T11:20:35
2017-01-03T11:20:35
74,726,921
0
0
null
null
null
null
UTF-8
C++
false
false
671
cpp
#include "Game.hpp" #include "Element.hpp" #include "Cmd.hpp" using namespace z; using namespace std; /* Lire les commentaires dans Game.hpp pour toute information sur ses fonctions */ Game::Game(int mm, int nn, ElementPtr e0) { default_element = move(e0); m = mm; n = nn; grid.resize(m); for...
[ "zidane.rezzak@gmail.com" ]
zidane.rezzak@gmail.com
8e4f96c9227d696da475f34a91d074400e545cdd
53714632b593d561da618bcb1b83c5be455fb30a
/pulseconnector.cpp
66b5dbd7fea70b9a6818804c80d019148b99d28d
[]
no_license
tasgon/Pulsar
07f82113f3531019f7dfbbd99aa156b6094013ff
37ef6fe09b6f1bb46c5278da19005182bb185a96
refs/heads/master
2022-12-06T23:03:04.942457
2020-08-31T07:52:26
2020-08-31T07:52:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,073
cpp
#include "pulseconnector.h" #include <iostream> #include <glib.h> #include <cstdlib> #include <QJsonObject> bool check_event(pa_proplist *proplist) { const char *t = pa_proplist_gets(proplist, "module-stream-restore.id"); return (t && strcmp(t, "sink-input-by-media-role:event") == 0); } void sink_update(pa_c...
[ "10052313+telastrus@users.noreply.github.com" ]
10052313+telastrus@users.noreply.github.com
ebd2c841908cce03ac98fbd080a9d45bef34c6ee
b2f80cfef340f2898d69c61fd43345194ac771f0
/LCS/lcs.cpp
475a2c00f1b984f9da2e14d8de253186981c1bc7
[]
no_license
terz99/course-algorithms-data-structures
396e81df26fec5cf08ee380ad7554a6b731117a9
e561ac8c020ae68d37a9a0ad7c75edd0f17fb068
refs/heads/master
2020-03-19T12:44:34.218778
2018-06-07T22:17:02
2018-06-07T22:17:02
136,537,267
0
2
null
null
null
null
UTF-8
C++
false
false
845
cpp
#include <bits/stdc++.h> using namespace std; int dp[1005][1005]; int lcs(const string& x, const int& i, const string& y, const int& j){ if(dp[i][j] == -1){ if(i == 0 || j == 0){ dp[i][j] = 0; } else if(x[i-1] == y[j-1]){ dp[i][j] = 1 + lcs(x, i-1, y, j-1); } else {...
[ "dusanterzic87@gmail.com" ]
dusanterzic87@gmail.com
7b6ef8e45b8e64632e4bf5adab8539b1ae2ffe41
1a5cfa330726f2eb10b27544b9aa658a55d4d301
/STL/Generic Algorithms/random_suffle.cpp
2c31e10d8f104fbfbe758815e2e6df04e6bbe605
[]
no_license
praveenreddychalamalla/CPP
33e6311981a50e8fb224354fcc1b4f30b22e3da6
f1c459e63d994445ebe9e17992dfa59cc418b1df
refs/heads/main
2023-07-02T13:39:39.172102
2021-08-01T10:51:34
2021-08-01T10:51:34
368,180,099
1
0
null
null
null
null
UTF-8
C++
false
false
955
cpp
/** DOCUMENTATION Author: Praveen Reddy Chalamalla Created on 17-05-2021 This code demonstrates the usage of random function. */ #include<iostream> #include<algorithm> #include<vector> #include<ctime> using namespace std; /* class<RandomAccessIterator> void random_suffle(RandomAccessIterator fi...
[ "praveenreddychalamalla@gmail.com" ]
praveenreddychalamalla@gmail.com
ef938d27944b2ebd4ec25fbceb62d2252fb21c5c
61218d87e4344b75e1707838b8ee2a58eddda288
/sources/settingdialog.h
6abcb21ebaa946b724acdf11862783bc46ddc841
[]
no_license
tre3k/PlotGrabber
23a689557c74547424f80a13cac1bf4055557ae5
c0cf24c26e5b40c7fdcd5a3f6ab0a094763accfa
refs/heads/master
2021-04-18T11:50:34.055441
2020-03-31T15:16:47
2020-03-31T15:16:47
249,541,055
0
0
null
null
null
null
UTF-8
C++
false
false
755
h
/* * settingdialog.h * Under license GNU GPLv3 * Autor: Kirill Pshenichnyi (c) 2020 * */ #include <QDialog> #include "interface.h" #include "basewidget.h" #include "elementwidgets.h" namespace Dialogs { class Settings : public QDialog{ Q_OBJECT private: If::Interface *_iface; ...
[ "pshcyrill@mail.ru" ]
pshcyrill@mail.ru
c925b2d326036614098c4d5607f9569ababa0546
90c09bbe3fb26a406ad694c2dd9d794f7cdd0de6
/Vector3d.cpp
4097d5c2dba33e50751a794f3c79168e95976df4
[]
no_license
davsarkissian/ray_tracer
5bcd8ce12f1af1422270a95e270ea9fc154b6e81
e1a33e2ca43a827419642cf74fe73c069d5a9cef
refs/heads/master
2022-04-11T19:32:49.343641
2020-03-11T13:08:35
2020-03-11T13:08:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,840
cpp
#include "Vector3d.h" Vector3d::Vector3d(float x_p, float y_p, float z_p){ x = x_p; y = y_p; z = z_p; } Vector3d::Vector3d(const Vector3d &v){ x = v.x; y = v.y; z = v.z; } std::ostream &operator << (std::ostream &out, const Vector3d v){ out << "(" << v.x << ", " << v.y << ", " << v.z <<...
[ "alexandre.lacour3@hotmail.fr" ]
alexandre.lacour3@hotmail.fr
5ffe3bba7b5fc3fa876c94af902d0cf9a205e289
868e8628acaa0bf276134f9cc3ced379679eab10
/firstCrude2D/we123/h10/0.149/U
221a830dc8c8b5160483bbfd73a175bac7781215
[]
no_license
stigmn/droplet
921af6851f88c0acf8b1cd84f5e2903f1d0cb87a
1649ceb0a9ce5abb243fb77569211558c2f0dc96
refs/heads/master
2020-04-04T20:08:37.912624
2015-11-25T11:20:32
2015-11-25T11:20:32
45,102,907
0
0
null
2015-10-28T09:46:30
2015-10-28T09:46:29
null
UTF-8
C++
false
false
1,580,566
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "stig.m.nilsen@gmail.com" ]
stig.m.nilsen@gmail.com
93dc0437e0199ed8a58fc9e536d153b3c0827158
d77b008ef5748b47a972ced48965ad5e828d811e
/Medium/Backtracking/Word Search/Solution.cpp
10b50918cea38d5f844def9241d3accd299ac44f
[]
no_license
fatin99/Leetcode
5020c180baadc37e22bc0307b1b961c2f695b7ff
b2da57910ab8e12c8cfe8b74d282271f8f28544c
refs/heads/main
2023-08-25T14:29:11.064127
2021-09-30T12:15:58
2021-09-30T12:15:58
398,154,725
0
0
null
null
null
null
UTF-8
C++
false
false
3,656
cpp
#include <bits/stdc++.h> using namespace std; class Solution { public: vector<vector<char>> board; string word; bool found; int m; int n; bool exist2(vector<vector<char>>& board, string word) { this->board = board; this->word = word; this->found = false; vector<...
[ "fatinnbs@gmail.com" ]
fatinnbs@gmail.com
d8fa2412acbac8ed1163896ec080d97898f24bb2
bfa0562c391fa4019fcd49f0b0aafb4611b696a9
/net/Epoll.h
9f0d11b9db68282dc4ff8d4451b36a88c7cc70e2
[]
no_license
Th824/MySimpleWebServer
193ffb56097c0f86f031dfa9cf04d2452b2dd460
bf6d373a8208db8f88c7cdf73abf11c8857f08ee
refs/heads/master
2021-04-17T07:18:09.570288
2020-05-12T09:41:05
2020-05-12T09:41:05
249,424,255
0
0
null
null
null
null
UTF-8
C++
false
false
644
h
#pragma once #include <sys/epoll.h> #include <memory> #include <unordered_map> #include <vector> #include "Channel.h" #include "base/noncopyable.h" class Epoll : noncopyable { public: Epoll(); ~Epoll(); // 往epoll中添加关注的事件 void epoll_add(Channel* request, int timeout); // 修改epoll中的事件 void epoll_mod(Chann...
[ "wuzihui64@gmail.com" ]
wuzihui64@gmail.com
23b19121129f86c4c8b3733f7cee2ab8a3fe5264
673058dceba4e81adeaf1ebfd979df0cc5902a2c
/bin/Debug/Grent/CPP/PB/PublicStructWraper.h
a23f3d1276842981dc42518ab9af67fe646fa70c
[]
no_license
qipa/RpcCoder_SY
c0dbe6e87ad2053d85df1d6d74c9f7058c042e15
2a8a196fec927afbb27d35ee1b9bddd9a6591634
refs/heads/master
2021-05-14T05:58:12.335735
2017-12-11T03:58:28
2017-12-11T03:58:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,931
h
/******************************************************************************************** * Copyright (C), 2011-2025, Ambition. Co., Ltd. * FileName: PubWraperClass.h * Author: 郭晓波 * Description: 公共数据结构的类封装 * Version: 1.0 * History: * <author> <time> <version > <desc> * **********************...
[ "ambitiongxb@foxmail.com" ]
ambitiongxb@foxmail.com
cd74921a4da6904e75ffe8e1adf77bad2ad099d7
777a7527317e5d265536701a7a8f24f3cd6b5ada
/programing/15_box_it.cc
662542aa66736d771e10cc2edc32ff8bef2a729c
[]
no_license
ThanhChinhBK/interview-programing-questions
22d0906ae2e315af4e48f56fe2296a4ac26ff62e
b58d716348301e9b62c57e98ed34a2fb9c34d033
refs/heads/master
2022-05-14T02:29:03.879809
2022-04-09T14:32:26
2022-04-09T14:32:26
116,651,413
3
0
null
null
null
null
UTF-8
C++
false
false
1,449
cc
#include <iostream> using namespace std; class Box{ private: int l=0; int b=0; int h=0; public: int getLength(){ return l;} int getBreadth(){ return b;} int getHeight(){return h;} long long CalculateVolume() { return (long long) l*b*h;} Box(int length, int breadth, int height){ l=length; b=...
[ "nguyenthanhchinh96@gmail.com" ]
nguyenthanhchinh96@gmail.com
b511442c25acf02a9a9f364ef621d85e31aea3da
c38e416f985fe0a9adb8d9915759076620db3f65
/review/test_2_8/test_2_8/test.cpp
a58473cc3ca668d2c9df0a97a6a343b0c9901746
[]
no_license
Missingrakan/C-
d46ef9dba065ab022833b61507524e91b8f9f192
ae6532bc1c3e3e3d0f78f67292716d800d0cc4e2
refs/heads/master
2021-06-19T21:15:17.993858
2021-06-15T13:13:49
2021-06-15T13:13:49
223,600,885
0
0
null
null
null
null
GB18030
C++
false
false
6,731
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include <iostream> #include <vector> #include <string> using namespace std; //给定一个按照升序排列的整数数组 nums,和一个目标值 target。找出给定目标值在数组中的开始位置和结束位置。 //如果数组中不存在目标值 target,返回?[-1, -1]。 class Solution { private: int findFitstPosition(vector<int> &nums, int target) { int size = nums.size(); i...
[ "3047451493@qq.com" ]
3047451493@qq.com
ddae0b2533fd8a546fb96d245d04fe7e5f9763b7
5d76e0896431662fd6f59b51df92831a0df8d963
/fizz_buzz.cpp
ee38a32efdb5b25f8e3b22af39c720988386fd9e
[]
no_license
magmine/LeetCodeConcurrency-
088a6b1521624b16cb6176c181dbee85a6cf7031
573e99d429f4a6a818d8aba8d7c7899ae4551f19
refs/heads/master
2022-12-12T11:28:26.658223
2020-09-04T22:59:41
2020-09-04T22:59:41
292,839,954
0
0
null
null
null
null
UTF-8
C++
false
false
3,321
cpp
#include <mutex> #include <condition_variable> #include <iostream> #include <functional> #include <thread> #include <chrono> using namespace std; class FizzBuzz { private: int n; int it = 1; std::mutex mtx; std::condition_variable cond_var; public: FizzBuzz(int n) { this->n = n; co...
[ "aminemag96@gmail.com" ]
aminemag96@gmail.com
2be266c99103bcf6e3932301344008363afbde7f
c58443dc526e74322ee23784e57c50e318fa6879
/MUSICAL_ROBOTS.ino
0df40bfd17a2e047f8dd24e4f535e237b3c91a9b
[]
no_license
mtderryberry/Musical-Robotics
56e990487b7182c212f517e8d96570b5ff6c5b97
2480613366f8e0f5bfc2ba0806d63ef2e3788f07
refs/heads/master
2016-09-06T12:06:23.713226
2014-06-04T16:04:48
2014-06-04T16:04:48
6,464,824
0
1
null
2012-11-10T09:43:08
2012-10-30T21:31:43
C++
UTF-8
C++
false
false
86
ino
#include <Scheduler.h> //#include <EEPROM.h> #include "MusicalRobots.h" //LEAVE BLANK
[ "ecstipan@bamboo.wifi.wpi.edu" ]
ecstipan@bamboo.wifi.wpi.edu
eb21ff38e345a7a2e40a735f2a82a0ccd20797b3
cbdc2ea2ba1157ff806f4afcba3e30c16a463cb9
/config/DiodeFexConfig.cc
a1abe64249f073f68780a20317f23f8d5d6f0ee7
[]
no_license
lcls-l2daq/pdsapp
b4587751e21f019beb64051e3d953795d650d93d
302ea9273778f38ee17d917c3ef97c4295d9f898
refs/heads/master
2021-01-18T23:46:48.052766
2017-10-10T20:41:05
2017-10-10T20:41:05
87,125,560
1
0
null
null
null
null
UTF-8
C++
false
false
820
cc
#include "pdsapp/config/DiodeFexConfig.hh" #include "pdsapp/config/DiodeFexTable.hh" #include "pds/config/DiodeFexConfigType.hh" #include <new> using namespace Pds_ConfigDb; typedef DiodeFexConfigType T; // limit to 8 ranges static const int NRANGES=8; DiodeFexConfig::DiodeFexConfig() : Serializer("DiodeFexCon...
[ "none@example.com" ]
none@example.com
9b2babf32c7e557d252d1f7f712f4db58011b453
21b7d8820a0fbf8350d2d195f711c35ce9865a21
/Alena's Schedule.cpp
fe72662930e86e0c5aea1f7c5a20101ca1481112
[]
no_license
HarshitCd/Codeforces-Solutions
16e20619971c08e036bb19186473e3c77b9c4634
d8966129b391875ecf93bc3c03fc7b0832a2a542
refs/heads/master
2022-12-25T22:00:17.077890
2020-10-12T16:18:20
2020-10-12T16:18:20
286,409,002
0
0
null
null
null
null
UTF-8
C++
false
false
577
cpp
#include <bits/stdc++.h> using namespace std; int main (void) { int n, state = 0, a, count = 0; cin >> n; for (int i = 0; i < n; i++) { cin >> a; switch (state) { case 0: if (a == 1) { count++; state = 1; } break; case 1: if (a == 1) { count++; } else { count++; ...
[ "harshitcd@gmail.com" ]
harshitcd@gmail.com
bd72ed4a3e407c9d6d597fd2fc0f2989a57183f4
53180c7fcf5de9110a0eecfd1046d61a463de7cc
/vista/about.h
d1a9f3f93ab8186259c41b8fccb5a17f7af4a3d6
[ "MIT" ]
permissive
Eduardserban/MediaQllection
8650403b7b4b4290c38a1f36571a1da742bef504
9501b051726c694622642b5ab1c1872efafb91f6
refs/heads/master
2022-11-17T13:32:10.248590
2020-07-18T08:31:59
2020-07-18T08:31:59
280,614,048
0
0
null
null
null
null
UTF-8
C++
false
false
211
h
#ifndef ABOUT_H #define ABOUT_H #include <QDialog> #include <QLabel> #include <QLayout> class About: public QDialog { Q_OBJECT public: explicit About(QWidget *parent = nullptr); }; #endif // ABOUT_H
[ "sg_eduard@yahoo.it" ]
sg_eduard@yahoo.it
35878497a3c0cf271aca392e57b7fb8fea2259ab
d7a70833f2d3573d9eab615f69106de75ff644f1
/CS530-code/code.09.29/ppc.cpp
c6b1ff561b196db24f2076a795da0bcc09b08280
[]
no_license
JingxianFan/InteractiveCG
8c3ffd01f3ff813a7b133b69df232a13a48d55f9
019fcfbe548d937b2b0b7d012270482b33bfc234
refs/heads/master
2021-01-21T21:19:35.970790
2017-06-19T20:49:42
2017-06-19T20:49:42
94,819,292
0
0
null
null
null
null
UTF-8
C++
false
false
2,987
cpp
#include "ppc.h" #include "m33.h" PPC::PPC(float hfov, int _w, int _h) { w = _w; h = _h; a = V3(1.0f, 0.0f, 0.0f); b = V3(0.0f, -1.0f, 0.0f); float hfovRadians = hfov / 180.0f * 3.1415f; c = V3((float)-w/2.0f, (float)h/2.0f, -(float)w/(2.0f*tan(hfovRadians/2.0f))); C = V3(0.0f, 0.0f, 0.0f); ...
[ "jingxian0317@gmail.com" ]
jingxian0317@gmail.com
7872322c993a34bba2d78ae53207d1f1bf180575
c4c579a029cb839d126181fc0d16255ee357f54d
/cpplog/include/internal/FileLoggingBackend.hpp
4d6b1a0896576eb94e01e5578be60c6f045148d4
[ "MIT" ]
permissive
engelphi/cpplog
f5d3456123f3cd56310a969106861d6ccca782d3
89216f534912cda0baf6d94d659cd90d01e7009a
refs/heads/master
2021-09-16T13:58:34.985582
2018-06-21T13:59:40
2018-06-21T13:59:40
116,581,614
0
0
null
null
null
null
UTF-8
C++
false
false
378
hpp
#pragma once #include "../ILoggingBackend.hpp" #include <fstream> #include <mutex> namespace cpplog::internal { class FileLoggingBackend : public ILoggingBackend { public: FileLoggingBackend(const std::string &file_path); void write(const std::string &msg) override; private: std::ofstream m_stream; ...
[ "philipp.engel.1990@googlemail.com" ]
philipp.engel.1990@googlemail.com
ed49cd89b103b740419dbe0ac88aa0720fd4a305
56ca291048e226509d5d259efc5bfe03a43445ac
/chromeos/services/secure_channel/pending_connection_manager_impl.cc
f3f948b20ee514ff69a72ae53d9c879eb96fce2f
[ "BSD-3-Clause" ]
permissive
Scootkali14001/chromium
7a5259716eb124a72a3b689c9ba552b1e48fa882
b922abbb37d7651bc553bfd8dda3fb7c1071950d
refs/heads/master
2023-03-04T09:35:05.533934
2018-06-06T14:10:32
2018-06-06T14:10:32
136,340,614
1
0
null
2018-06-06T14:28:21
2018-06-06T14:28:21
null
UTF-8
C++
false
false
1,677
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/services/secure_channel/pending_connection_manager_impl.h" #include "base/memory/ptr_util.h" #include "base/no_destructor.h" namespac...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
69eebdd17f264a9b8f3d850a1b432c56edfd471a
6aff274b5cdce8651c19a6f26c59b22466e2782a
/client/fenclient.h
2513e605e507a16cabf646fb2f51741e0de02ba9
[]
no_license
nathanlatino/qt_basic_chat
d26c518270d7a5487b74a7430403f4b6bc1dc9d2
72d481eafe50a749585a57c77156fa78692fdd33
refs/heads/master
2020-05-16T09:31:02.710322
2019-04-23T06:46:40
2019-04-23T06:46:40
182,950,966
0
0
null
null
null
null
UTF-8
C++
false
false
562
h
#pragma once #include <QtWidgets> #include <QtNetwork> #include "ui_fenclient.h" #include <QDebug> class QTcpSocket; class FenClient : public QWidget, Ui::FenClient { Q_OBJECT public: FenClient(QWidget *parent = 0); private slots: void on_btnConnect_clicked(); void on_btnSend_clicked(); void on_...
[ "nathan.latino@he-arc.ch" ]
nathan.latino@he-arc.ch
8e93336c803da9b6f23cb146eda6c11d91d4cf26
e31427aedcca2e42f2bfe6e1c3233ca1cb87de00
/trabalho_3/daniel_nesvera/mainwindow.cpp
ff7d5b462a7d3b75ed85a55845a9ba04d81bbd7a
[]
no_license
nesvera/computer_graphics
5cb9b381b759d1e7348c561af1669e64b2d01a03
b7d0484964048dba01d50f064890780494b18fde
refs/heads/master
2020-03-27T06:14:56.512683
2018-08-25T12:44:07
2018-08-25T12:44:07
146,092,201
0
0
null
null
null
null
UTF-8
C++
false
false
5,446
cpp
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ****************************************************************************/ //Baseado no demo C:\Qt\Qt5.5.1\Examples\Qt-5.5\opengl\qopenglwidget #incl...
[ "daniel.nesvera@ecomp.ufsm.br" ]
daniel.nesvera@ecomp.ufsm.br
4f62c1530daacc73eebc1076eb1a967f7a56e44d
ef9ad586a8e5b456d7812c10cbade65dec2ba86a
/T3DCHAP13/demo13_1_16b.cpp
3ef4c89b8701397bfc6c11fb0a5d73a40a14f972
[]
no_license
klobodnf/windows-game-source-code
2ec82e75cd350838c871193b8b6572fc07f1f8c7
a891c384e0b0192813c679599b319fe89a44af93
refs/heads/master
2016-09-05T22:06:06.538157
2012-05-24T08:44:43
2012-05-24T08:44:43
4,430,435
6
5
null
null
null
null
UTF-8
C++
false
false
11,437
cpp
// DEMO13_1_16b.CPP - constant velocity demo // 16-bit version. make sure your desktop is in 16-bit mode! // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files // INCLUDES /////////////////////////////////////////////// #define INITGUID #define WIN32_LEAN_...
[ "Administrator@20120503-1024.(none)" ]
Administrator@20120503-1024.(none)
fc843dfa86d3495cf9e8e0194a32d2b44117cb21
da9c382285c273fc67882eb33d61bc12c256dd92
/aoa_server/game/GameStatus.h
3dda3f8ac1f25640a0847a0418426feac139fa72
[]
no_license
OndrejPittl/All-Over-Again
3bd423f114691778348a11937c0810dd5ee6f23c
fe89b4dde0333fc4f7be5e75ca654b15879dad51
refs/heads/master
2021-03-16T07:58:35.973059
2017-01-24T15:37:59
2017-01-24T15:37:59
70,334,011
0
0
null
null
null
null
UTF-8
C++
false
false
706
h
#ifndef GAME_STATUS_H #define GAME_STATUS_H enum class GameStatus { /** * Players getting connected. */ CONNECTING, /** * All players got connected. */ READY, /** * A game is getting started. */ STARTED, /** * A game has started and a game is in a p...
[ "ondrej.pittl@gmail.com" ]
ondrej.pittl@gmail.com
ffbfa02e264a78067840bdf5f978774c4b574556
85eb8a0f7c8c3bbb9711f1bcc08aa0f7a9215541
/poco-lib/src/main.cc
03aac9b6a04d0ed9981ed79638aea43437e285c1
[]
no_license
voldyman/playground
a25e0bae77c7f9707a4b66c8ec900147f7e00054
7a455b474b44c2f9e67c9a879ec3860e3bad4265
refs/heads/master
2021-01-10T01:32:33.861486
2016-01-03T14:37:13
2016-01-03T14:37:13
48,104,688
1
0
null
null
null
null
UTF-8
C++
false
false
1,517
cc
#include "Poco/Net/HTTPClientSession.h" #include "Poco/Net/HTTPRequest.h" #include "Poco/Net/HTTPResponse.h" #include "Poco/URI.h" #include "Poco/JSON/Parser.h" #include <iostream> #include <iterator> #include <algorithm> //for copy #include <sstream> std::string parse_json(std::string str) { Poco::JSON::Parser ...
[ "voldyman666@gmail.com" ]
voldyman666@gmail.com
edfc3e2648fa4e11d4b0db03dba854356cd94fe0
c8a2cc98d283552f10e0730ee937d96241434e6f
/source/lib/eagine/file_contents.cpp
a03f1901742563f4e43837b408caf1d30d406e36
[ "BSL-1.0" ]
permissive
lineCode/oglplu2
f144e76e9f952a9b971604517f9f882fe5dbb9a9
fcaf775d85038e40be4f552dbe2bef8952dcc6d6
refs/heads/master
2022-11-21T17:09:02.789613
2020-07-18T21:17:50
2020-07-18T21:17:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
/** * .file lib/eagine/file_contents.cpp * * Copyright Matus Chochlik. * 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 */ // clang-format off #include "prologue.inl" #include <eagine/system_info.hpp> #i...
[ "chochlik@gmail.com" ]
chochlik@gmail.com
a156d0fe960cdbe2857ce9c361a38a06503f3389
ad08926aa7ba9a9ee7da028b13c6f59e6cef9aa5
/src/tetris.h
b3740315254893ee0c8c2489f3d2c755c2f01478
[ "WTFPL" ]
permissive
wilkie/omgwtfadd
5efebacf9f99ea564489aa890ee072a6a1b751ba
470007ea4cf7c2f534d101250301cc42bbb46a46
refs/heads/master
2021-01-23T11:56:09.076621
2013-11-09T10:05:09
2013-11-09T10:05:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,293
h
#ifndef TETRIS_INCLUDED #define TETRIS_INCLUDED #include "game.h" #include "context.h" class Tetris : public Game { public: // conventions: void update(game_info* gi, float deltatime); void draw(Context* context, game_info* gi); void drawOrtho(Context* context, game_info* gi); void keyDown(gam...
[ "wilkie05@gmail.com" ]
wilkie05@gmail.com
c2391bad01af28a1d3226841aedb6f52d2f51246
9ce979a65fcddb0295b1d7587cdbe19139987757
/Merge Sort for Linked List.cpp
20a4bbad26a28bcca5badcb15ecea51131a8642d
[]
no_license
YogeshKumarYadav/GeeksForGeeks-aditional-problems
7028952c2058b658dfb28daeeed9e094c6390e2d
c0b325928c2209ef193ee2f8744ac07be6c14f04
refs/heads/main
2023-06-11T18:53:00.280355
2021-06-29T05:40:20
2021-06-29T05:40:20
381,250,519
0
0
null
null
null
null
UTF-8
C++
false
false
2,444
cpp
// { Driver Code Starts #include <iostream> #include <stdio.h> #include <stdlib.h> #include <bits/stdc++.h> using namespace std; struct Node { int data; struct Node* next; Node(int x) { data = x; next = NULL; } }; // } Driver Code Ends /* Structure of the linked lis...
[ "noreply@github.com" ]
noreply@github.com
b8b94e315f2ad352bbf27137160f8862a9d7a134
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/ISA2+dmb.ld+po+dmb.sy.c.cbmc.cpp
df0685f7392a8468cb5727fde4af277c75ef528f
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
43,022
cpp
// Global variabls: // 0:vars:3 // 3:atom_1_X0_1:1 // 4:atom_2_X0_1:1 // 5:atom_2_X2_0:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 // 2:thr2:1 #define ADDRSIZE 6 #define LOCALADDRSIZE 3 #define NTHREAD 4 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, ...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
e8b1e973be5dcde9f31fe6fdf9ca94af98b99e42
ff9a922503059975d98236bca7efd371c6fb5167
/src/qt/transactiondesc.cpp
03245377961e04767e14e40a8f72c1b063ef987e
[ "MIT" ]
permissive
jaimenurbina/blessingcoin
7925c780f0783e91800b032cba68826306126222
ff4e2d9b3d01cebb140d1130b64465e5d9b6c247
refs/heads/master
2020-12-24T02:53:23.201075
2020-02-01T20:55:03
2020-02-01T20:55:03
237,356,284
0
0
null
null
null
null
UTF-8
C++
false
false
14,760
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2019 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "transactiondesc.h" #i...
[ "32083500+jaimenurbina@users.noreply.github.com" ]
32083500+jaimenurbina@users.noreply.github.com
0876a971ceb4debd3daac4865800727c97e683c0
d99e3a8b8a442062df49c031b13c900fc14aed2b
/11sourcebk/bsadmin/orderquery.cpp
9b1ff5a06b940d97e82964eea42171b9c3e8a7a1
[]
no_license
pengge/jiaocai_new
1ce79aaded807285c61625e590777bfdb5ce208b
982bcc7ee55cc1fc3860ced9305271e9fb9571d6
refs/heads/master
2022-01-31T03:53:58.434184
2016-11-12T12:02:03
2016-11-12T12:02:03
null
0
0
null
null
null
null
GB18030
C++
false
false
6,491
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "orderquery.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "MDIChild" #pragma link "DBCtrlsEh" #pragma link "DBGridEh" #pr...
[ "legendbin@gmail.com" ]
legendbin@gmail.com
b107f53804cdb1be1ddbaac090692e2e7b4d9412
290e24157e886390a6eb57beed815493f1c15b99
/Calc_Func_DLL.h
6b52e61ba0b8ee4966b6e32fcbf20177008dd660
[]
no_license
Loner0822/DataAnalysis
7c1324e159277c93e67bb3f996824a32d4c04e90
ccb41a3e4ea0f2e28cdf758b13865b83b567769c
refs/heads/master
2022-11-26T14:57:28.915631
2020-08-10T06:27:48
2020-08-10T06:27:48
278,573,388
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
h
// 下列 ifdef 块是创建使从 DLL 导出更简单的 // 宏的标准方法。此 DLL 中的所有文件都是用命令行上定义的 CALCFUNCDLL_EXPORTS // 符号编译的。在使用此 DLL 的 // 任何项目上不应定义此符号。这样,源文件中包含此文件的任何其他项目都会将 // CALCFUNCDLL_API 函数视为是从 DLL 导入的,而此 DLL 则将用此宏定义的 // 符号视为是被导出的。 #ifdef CALCFUNCDLL_EXPORTS #define CALCFUNCDLL_API __declspec(dllexport) #else #define CALCFUNCDLL_API __declspec...
[ "Loner0822@users.noreply.github.com" ]
Loner0822@users.noreply.github.com
fe69aada83caee17fbbdf7d0608bb647cacfe1ad
f56f68a4563dbd0dc49cd273f9103e64e4196d38
/trunk/include/boost/log/filters/attr.hpp
3423a433a46bc3bb6b248139e640ffef59b43749
[]
no_license
christianpenya/videojoc
eab08f91e903dbcd47f25aa8e0c33ada0f85dd6f
2a9f2812df6f9100746b3d35a525157063552be1
refs/heads/master
2020-06-22T01:00:35.909303
2017-11-10T05:51:12
2017-11-10T05:51:12
74,768,346
1
3
null
2017-11-10T04:03:10
2016-11-25T15:14:19
C++
UTF-8
C++
false
false
15,875
hpp
/* * Copyright Andrey Semashev 2007 - 2010. * 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) */ /*! * \file filters/attr.hpp * \author Andrey Semashev * \date 22.04.2007 * * The hea...
[ "eloibuisan@gmail.com" ]
eloibuisan@gmail.com
2a3554d494f2a4cac9c48daf31ddb4d17e7a7020
b44250e01cf3528f79e4b0969cf598bee6341840
/src/include/cutlass-ori/gemm/thread/mma_sm61.h
81430d986ac87371fda4a9c77e86086dbdd5d654
[]
no_license
xzgz/cuda-study
c821322ba3101883766fe8d256ba8137ecdf609f
37a88d80be6a3bf121cd4d769e6f1dc37c3ae038
refs/heads/master
2023-08-05T22:16:54.191302
2023-07-24T10:04:48
2023-07-24T10:04:48
211,104,935
0
0
null
2023-05-03T10:27:26
2019-09-26T14:09:26
C++
UTF-8
C++
false
false
8,095
h
/*************************************************************************************************** * Copyright (c) 2017-2021, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditions are me...
[ "hungryhe@tencent.com" ]
hungryhe@tencent.com
e371508d221755260ed69e3962be5c4625f7ee56
b8ab0fef656f9dea709043cca45fff32c023b1f5
/CSE_241_17_19_Fall/HW3/main.cpp
616ec1e923bd5befc0c380d26886f048d24af7c5
[]
no_license
AlpErdemm/GTU-HW-and-Projects
7a8a5ce8b50b057fd370c294a53c906830f1a85e
19e8c1e800e26fb515af6f09dc773706226a1587
refs/heads/master
2022-12-18T08:57:47.190673
2020-09-22T15:53:24
2020-09-22T15:53:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,694
cpp
#include <iostream> #include <vector> #include <string> #include <fstream> using namespace std; class ConnectFour{ public: ConnectFour(); //ConnectFour constructor #1 ConnectFour(const int a); //ConnectFour constructor #2 int playGame(); // Standart Play game int playGameM(); // PlayGame for multiple objects i...
[ "mamikalp61@gmail.com" ]
mamikalp61@gmail.com
003bac4bb8d8b8a5d6d9310867ebe014e0dbe2f1
d451d126d188dbb9287a95d2c50a8ad7723a1d0f
/src/ast/type/qualifier_type_node.h
e57216a3ee102a91b5f5787b445cdd89881d2fbb
[]
no_license
rcorcs/rcc
1fb15f82215968c412ddb5f47742ec6318a18425
5885025911d36a04c2fb2c2e6ca3b56b3bb62458
refs/heads/master
2021-01-21T04:37:23.433928
2017-07-23T01:51:50
2017-07-23T01:51:50
22,624,437
135
11
null
null
null
null
UTF-8
C++
false
false
324
h
#ifndef RCC_AST_QUALIFIER_TYPE_NODE_H #define RCC_AST_QUALIFIER_TYPE_NODE_H #include "type_node.h" #include "../../types/type_qualifier.h" class QualifierTypeNode : public TypeNode { public: QualifierTypeNode(TypeQualifier qualifier); TypeQualifier typeQualifier(); private: TypeQualifier _qualifier; }; #en...
[ "rcor.cs@gmail.com" ]
rcor.cs@gmail.com
bc6c67413a22c1acbc6ff10de6640d96ea3ad55c
4fd632c1daad7f351cdbc87e81a0f8f600d34337
/thread/asyncresult.h
9565aa09249a7f1954397735731edb1622a5bb38
[]
no_license
airyai/avalon
27992e65183d802d4859bde0310b3c4928c93e82
20b82c56ed72928084b2192d8282b9a46b252a4d
refs/heads/master
2016-09-06T11:00:29.099178
2012-03-27T17:47:11
2012-03-27T17:47:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,554
h
/* <one line to give the program's name and a brief idea of what it does.> Copyright (C) 2012 <copyright holder> <email> 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 ve...
[ "airyai@gmail.com" ]
airyai@gmail.com
5cd9bf0f94de7493a95430f2486bd9a5a1262cdb
63be9bec3903edaa0c8232964de0fb2a3fa2f152
/SurfaceMeshProcessing/SplineMap/SplineySymDirichlet.cpp
57a1780bdf4c15cbb6b3282031e871d3f0a5d953
[ "MIT" ]
permissive
USTC-GCL-F/MEBP_VLSM
393a7e49255f3d7cc12eae8bb9c8376ced278aff
5e59f98bf34f10e5472ed13e6e19c3eb547f15c8
refs/heads/master
2022-12-16T11:51:29.080950
2020-09-18T12:00:23
2020-09-18T12:00:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,738
cpp
#include "SplineySymDirichlet.h" SplineySymDirichlet::SplineySymDirichlet() { } SplineySymDirichlet::~SplineySymDirichlet() { } void SplineySymDirichlet::parameterization() { ////load(); // //parafun_solver.reset(new Parafun(sharedd.scaf_data)); parafun_solver->BPE_spline(); //std::cout << "use slim" << pa...
[ "yechyang@mail.ustc.edu.cn" ]
yechyang@mail.ustc.edu.cn
73aa370eb8c322d2112c10ba476a861eb981c7d0
84930d12264cbf640d01fb4db1e23b46271d061d
/test_explicit/main.cpp
7d0b14e3f19261ad30fadf05a659d656e268cbe0
[]
no_license
jbl19860422/test_cpp
3081ec03aa7e7f629ce4e7136b5a5f63838a4c54
30fb412c58706cc412708774bffe7360daa403a7
refs/heads/master
2020-07-25T20:25:46.269124
2019-09-14T09:38:03
2019-09-14T09:38:03
208,415,176
0
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
#include <iostream> class A { public: A(int k) { data_ = k; } private: int data_; }; class B { public: explicit B(int k) { data_ = k; } int data_; }; enum E_TEST { E_A = 0, E_B = 1 }; int main(char argc, char *argv[]) { A a1(10); std::cout << "ok" << std::endl; A a2 = E_A;//没问题,可以隐士转换 B b1(10);//ok...
[ "jbl19860422@163.com" ]
jbl19860422@163.com
403e721a2fbe5b184102e1730d555ed437f263a1
ef1e85ec0538228d30e5bef7823ae79e462006bf
/Source/PuzzlePlatforms/PlatformTrigger.h
3d79192e683a583d355d56169d8282aecec0f381
[]
no_license
bgonz12/MultiplayerPuzzlePlatforms
0ce4cdd06b0452f7f14b9c0252d2340165904e38
fdb7d39f4f4202a53ba546bcdec0c64b5576fc88
refs/heads/master
2021-02-07T15:33:19.559440
2020-03-16T07:20:03
2020-03-16T07:20:03
244,044,745
0
0
null
null
null
null
UTF-8
C++
false
false
1,037
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "PlatformTrigger.generated.h" UCLASS() class PUZZLEPLATFORMS_API APlatformTrigger : public AActor { GENERATED_BODY() public: // Sets default values for ...
[ "bgonz12@hotmail.com" ]
bgonz12@hotmail.com
b43485e39e9b053fb6d0067d3c6457f5dcd1f57a
6d4398f454ed278c0d3f6e166fa0e1370ebaa0ad
/software/QGroundStation/plugins/pfdqml/pfdqmlgadgetfactory.h
23e4610edff6e8beb41410b95edf77232c005951
[]
no_license
nongxiaoming/QGroundStation
4b27cb2165b91b0510210e65a781daf5fc919c64
0a491c9d910e465633c232ecd74a7c283def5301
refs/heads/master
2020-05-18T11:03:00.538465
2014-10-08T16:48:51
2014-10-08T16:48:51
19,404,192
1
1
null
null
null
null
UTF-8
C++
false
false
1,293
h
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be use...
[ "nongxiaoming@gmail.com" ]
nongxiaoming@gmail.com
f791a59665fe11889dc81300d0aedc9c696406b1
90047daeb462598a924d76ddf4288e832e86417c
/chromeos/network/host_resolver_impl_chromeos_unittest.cc
ca4839485f8a45c23eb19d84f0a71ca6c496b903
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
6,044
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/network/host_resolver_impl_chromeos.h" #include <memory> #include "base/location.h" #include "base/macros.h" #include "base/run_loop....
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
048985ee797eaedb9a6ecc7f63471c65ac77bb9f
55562b54d397407c7561c2385b1319399633448e
/testing/testing_dgeqrf_mgpu.cpp
dce30a8eac7ad0e00b34db8042b062406dcdee4b
[]
no_license
kjbartel/clmagma
0183fa30d7a0e27c53bfd8aa4b8dca64895ccaa4
86a58e5d4f28af7942e31d742c3104598d41d796
refs/heads/master
2020-05-26T22:07:09.530467
2015-07-05T11:26:42
2015-07-05T11:26:42
38,567,931
2
4
null
null
null
null
UTF-8
C++
false
false
7,414
cpp
/* -- clMAGMA (version 1.3.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date November 2014 @generated from testing_zgeqrf_mgpu.cpp normal z -> d, Sat Nov 15 00:21:40 2014 */ // includes, system #include <stdlib.h> #include <stdio....
[ "kjbartel@users.noreply.github.com" ]
kjbartel@users.noreply.github.com
8d5d21132f654c1c1aaa54e831f26b55fcd777e8
f5c7304e5ab53c7ac50c49d3e5254675d1297a1b
/libraries/WiFiManager/examples/OnDemand/OnDemandConfigPortal/OnDemandConfigPortal.ino
e9252c3dd969c9b5a4c1c972d51c2053f454a2ae
[ "MIT" ]
permissive
kriffe/ESP32-Adafruit-IO-Templates
62cf2e8d8a213633433a4913fcd445eb964646a4
2a9a46b72ec9ad067cccc5b4ed86bb960c3ad8fe
refs/heads/master
2020-06-20T21:48:46.646150
2019-07-17T11:51:30
2019-07-17T11:51:30
197,261,194
0
1
MIT
2019-07-17T11:50:12
2019-07-16T20:15:56
C++
UTF-8
C++
false
false
1,220
ino
/** * OnDemandConfigPortal.ino * example of running the configPortal AP manually, independantly from the captiveportal * trigger pin will start a configPortal AP for 120 seconds then turn it off. * */ #include <WiFiManager.h> // https://github.com/tzapu/WiFiManager // select which pin will trigger the configurat...
[ "kriffe@users.noreply.github.com" ]
kriffe@users.noreply.github.com
26158e233de98ac8fdd3e6e7ac96abb29b77c89b
067fb4959d8bf2475090519cfcefcecd15ad3aef
/VisionLib.h
4433bfaaf7f4a4bf915848f414a9fa4a8c0dc060
[]
no_license
frc4529/2015-Vision
079fef49f2ba4b812fcc0b888ed1d665e0f9fa81
01717cd16b4636f228ff99b340d84ff87f886d06
refs/heads/master
2021-01-20T05:49:58.963539
2015-02-16T22:20:48
2015-02-16T22:20:48
30,284,828
0
0
null
null
null
null
UTF-8
C++
false
false
2,338
h
#ifndef VISIONLIB_H #define VISIONLIB_H /** * @file VisionLib.h * Main library header. * @note More exports are found in TargetDetector. */ #include "CamFeed.h" #include "TargetDetector.h" /** * Instance of vision system. */ class InstanceStore { public: /** * InstanceStore constructor. * @param cam ...
[ "andrew.silver0@gmail.com" ]
andrew.silver0@gmail.com
b22c8751463eca5fde6a379e6fbd2d1d4353abf6
cccfb7be281ca89f8682c144eac0d5d5559b2deb
/ui/color/color_provider_source_observer.h
5350f8c1fdaccfb94e707a7e9c0648cfca37f69a
[ "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,944
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 UI_COLOR_COLOR_PROVIDER_SOURCE_OBSERVER_H_ #define UI_COLOR_COLOR_PROVIDER_SOURCE_OBSERVER_H_ #include "base/component_export.h" #include "base/s...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
3ddfc3d87e685cc9f5b26c885c08c5cb2ea03b4d
3ad5e5b30a4f32744ee237cab390cc8a0dff66f3
/leetcode_cpp/639_decode_ways_II.cpp
4341463e73d981ae8d262f6c5e448c4722ac75fa
[]
no_license
LeiShi1313/leetcode
721e41508eb244ec840ce593fedc3f8996050a0f
895790f2a2706bb727d535b7cc28047e17b1fb6a
refs/heads/master
2021-03-27T10:22:59.472077
2018-02-11T18:44:21
2018-02-11T18:44:21
94,644,211
1
0
null
null
null
null
UTF-8
C++
false
false
2,405
cpp
// // Created by Dicky Shi on 6/13/17. // #include <iostream> #include <vector> #include <map> #include <unordered_map> #include <string> #include <ctime> #include "utils.h" using namespace std; class Solution { public: int numDecodings(string s) { if (s.empty() || s.front() == '0') return 0; vect...
[ "sl9212@gmail.com" ]
sl9212@gmail.com
56c80e2718a45f24ec6f0a949133164aaddde0ef
cb65b3579998e1213c8146dcd7f6cd93c7bd8de6
/HuffmanAlgorithm/HuffmanAlgorithm/Compressor.h
911252d60769207b95bcf9cd2c9ff5deac2e4c3f
[]
no_license
ZilvinasAbr/KompresinimoAnalize
e5e28242e6495e74d83d4b75b94cfb4c893e0339
28b78a3407447e9ea0f49bc37aefa2140123ee11
refs/heads/master
2020-04-09T16:06:32.507410
2016-05-25T20:27:44
2016-05-25T20:27:44
51,994,434
0
0
null
2016-05-04T15:27:03
2016-02-18T09:06:28
C++
UTF-8
C++
false
false
1,463
h
#pragma once #include <string> #include <vector> #include <fstream> #include <map> #include <queue> #include <list> #include "Node.h" #include "MinimalNode.h" #include "Compare.h" #include "Helper.h" typedef unsigned char BYTE; using namespace std; class Compressor { public: Compressor(); ~Compressor(); static list...
[ "abromavicius.zilvinas@gmail.com" ]
abromavicius.zilvinas@gmail.com
d5244ddad62baff4d644e81c4d7ed2cedcc0b5bf
cd108c137093721febfe5ba6e6bd6f1a532d3d41
/FinBlueCheckPOINT/FinBlueCheckPOINT.ino
4da36fb3a2f3e872475d2376a7cb6f71bdab765a
[]
no_license
NRdeARK/Arduino
559fe568b66964087a9501e9214835173573ccf8
8cd225588f6665b471813d567cc4060eae106d74
refs/heads/main
2023-07-24T15:24:10.198636
2021-09-06T09:44:24
2021-09-06T09:44:24
401,648,632
0
0
null
null
null
null
UTF-8
C++
false
false
9,754
ino
#include <Servo.h> ///motor #define IN1 34 #define IN2 36 #define IN3 38 #define IN4 40 #define PWMA 32 #define PWMB 42 ///sensor #define CLP 31 #define SL2 33 #define SL 35 #define SC 37 #define SR 39 #define SR2 41 int sL2 = 0, sL = 0, sC = 0, sR = 0, sR2 = 0, clp; Servo myse...
[ "85008989+NRdeARK@users.noreply.github.com" ]
85008989+NRdeARK@users.noreply.github.com
ace1d4f3d9a740220a210d53b39016e1d418460c
08faaac5846804626fa3a612d461d81f004e795c
/lib/test.dart
20c8fa55b0ec2f446f558d3df43d5736a11fc0b5
[]
no_license
mmcodetester/flutterGetx
bc46243f5750f859839f0684375b84527a182c3e
68b078cf10129d3c8353eb9928c61a881ef6d9b9
refs/heads/master
2022-12-19T01:19:12.702108
2020-10-01T06:58:35
2020-10-01T06:58:35
300,173,808
1
0
null
null
null
null
UTF-8
C++
false
false
19
dart
//this is for test
[ "noreply@github.com" ]
noreply@github.com
f0b261514a414b25058479c6cf5392c578ee12ae
3533bf109bb6424357de1586727cf083da40d09d
/uva-10921.cpp
1f7303e44811ae1fc9cbfa5d39035ec8e8d31079
[]
no_license
debugster/UVa
e9a0139f6287c0eda56ed6a6473daba60f6df635
e9006f3aa3bc4ef4327fa4d4ec6be171bc8d4268
refs/heads/master
2022-11-04T20:41:39.722931
2022-10-28T13:33:53
2022-10-28T13:33:53
89,742,623
0
2
null
null
null
null
UTF-8
C++
false
false
633
cpp
#include <bits/stdc++.h> using namespace std; int main() { freopen("in.txt","r",stdin); freopen("out.txt","w", stdout); int value[26] = {2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9}; int Len, i; char number[50]; while (gets(number)) { Len = strl...
[ "noreply@github.com" ]
noreply@github.com
28537d00873edb396dac9c7c31bba502aaaa84e0
fe3d0999a411422fdc5ae8ab5631a5c170d1d962
/acm/shuoj/1902.cpp
b7992e56e4f7db2372bae79dba54ad8fa0fa2bf4
[ "MIT" ]
permissive
randoruf/cpp
7063feb1ea72d59902c5ad1b5f82ed161125a593
c28bdb79ecb86f44a92971ac259910546dba29a7
refs/heads/master
2023-03-18T11:28:24.573297
2016-08-01T17:56:29
2016-08-01T17:56:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
949
cpp
#include<bits/stdc++.h> using namespace std; #define INF 0x3f3f3f3f const int maxn = 110; int p[maxn]; int h[maxn]; int dp[maxn]; int main(){ int t; cin>>t; while(t--){ int n; cin>>n; memset(dp,INF,sizeof(dp)); /**记录节点从 1开始,思考更方便(统一dp和p,h的索引)*/ for(int i = 1;i<=n;i++) cin>>p[i]>>h[i]; /**初始化dp[0]是为dp[1]...
[ "18717899732@163.com" ]
18717899732@163.com
37a82bc41e8f5aed3ca0927ee6a8a74598948720
9be0544acb5c2efae3c3ef7ec6dadb25e86ebe73
/bfs/bfs.cpp
650737a3278142af47bac030a78780e8c9aa07cc
[]
no_license
SentryCast/algorithm
774b5fc7dd0b1257bd6426305a2756220a35f729
2b93d99a29a94cac393e17b5da48cd4375ccae16
refs/heads/master
2023-02-27T20:03:29.840610
2021-02-08T10:40:06
2021-02-08T10:40:06
289,916,774
0
0
null
null
null
null
UTF-8
C++
false
false
1,277
cpp
#include <iostream> #include <vector> #include <fstream> #include <queue> #include <algorithm> using namespace std; int main() { int n; int s = 0; ifstream fin("input.txt"); ofstream fout("output.txt"); fin >> n; vector< vector <int> > g(n); // from adj matrix to adj list for(i...
[ "railfuner@gmail.com" ]
railfuner@gmail.com
149f52f58056379d212806c6288d611978e43785
03927d9cc6f6d90e84fed47f2a1c9509ee04a3f3
/include/twit-library/utility/impl/percent_encoding.ipp
8c0fb30ad5f9a5116438ebafd9ede46944286f8c
[]
no_license
godai0519/twit-library
05f54f669c81898a2d1ed7d3f169d4a8f3de452d
139c8f999a5d7922b991ccb801457afbb5d170e3
refs/heads/master
2021-01-18T13:50:41.339572
2013-03-16T12:50:29
2013-03-16T12:50:29
3,107,936
6
3
null
null
null
null
UTF-8
C++
false
false
1,380
ipp
#ifndef TWIT_LIB_UTILITY_PERCENT_ENCODING_IPP #define TWIT_LIB_UTILITY_PERCENT_ENCODING_IPP #include <boost/format.hpp> #include "../percent_encoding.hpp" #include "../radix.hpp" namespace oauth{ namespace utility{ percent_encoder::percent_encoder() { } percent_encoder::~percent_encoder() // = default; { } template...
[ "godai0519@gmail.com" ]
godai0519@gmail.com
2ccc94b762c48d886319f85ef78e063e88c56a9c
1bc9797c7f34ebdb4c91de1778292b84ba677813
/compiler/env.cpp
b7f94274c8c39a45886ae95eb5dfe210f2dc1abf
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
synecdoche/basil
8efade7d95b64f67e0d74cb5b25954411224bce0
575b4590d45144f80d74ddc0bfc133cad4b7c04d
refs/heads/master
2023-09-04T04:07:40.508207
2021-11-07T19:16:01
2021-11-07T19:16:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,998
cpp
/* * Copyright (c) 2021, the Basil authors * All rights reserved. * * This source code is licensed under the 3-Clause BSD License, the full text * of which can be found in the LICENSE file in the root directory * of this project. */ #include "env.h" #include "eval.h" #include "value.h" namespace basil { En...
[ "9532786+elucent@users.noreply.github.com" ]
9532786+elucent@users.noreply.github.com
96a7afe19ac404369c853ee25b5347435a9912ce
87f5c9967478a2affed23696b45fdf1b36a6eda2
/adapted/pixelCheck/pixelCheck.ino
37700cee32bf9c8cffefd0f90015522e4764d97a
[ "MIT" ]
permissive
tianshu-z/FastLED-adapted
a0c515e000ad53e149c4fc50edf0b6198b5a3ebd
68401d3ab560b8abb14f3f4c4802ee5f39a41118
refs/heads/master
2020-06-26T08:09:47.632911
2019-07-30T05:35:01
2019-07-30T05:35:01
199,580,071
1
0
null
null
null
null
UTF-8
C++
false
false
630
ino
#include <FastLED.h> #define LED_PIN 7 #define NUM_LEDS 50 #define LED_TYPE WS2811 #define COLOR_ORDER RGB #define BRIGHTNESS 64 // Define the array of leds CRGB leds[NUM_LEDS]; void setup() { delay(1000); LEDS.addLeds<LED_TYPE, LED_PIN, COLOR_ORDER>(leds, NUM_LEDS); FastLED.setBrightness(BRI...
[ "noreply@github.com" ]
noreply@github.com
331dd4ae2155fa74318376326ab1275ccf7a9a9b
441a373052b7bea962e935e723b0121b0b23d73d
/rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp
95a0791ad958d9df26dc486ff1b9f034e3d906ab
[ "Apache-2.0" ]
permissive
esteve/rosbag2
b5666820d79b98333379d7b32e20956625f04129
7e5bd14b3c6d3c9041ff49d750ad47cf36742679
refs/heads/master
2022-09-19T01:53:45.280350
2022-08-26T22:05:18
2022-08-26T22:05:18
185,188,308
0
0
Apache-2.0
2019-05-06T12:02:14
2019-05-06T12:02:13
null
UTF-8
C++
false
false
13,688
cpp
// Copyright 2018, Bosch Software Innovations GmbH. // // 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...
[ "noreply@github.com" ]
noreply@github.com
c15b13e3e20ae093f1263a61a9fd6392f07f2d20
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/content/browser/web_package/mock_web_bundle_reader_factory.cc
2f8f1d2c24538ae115493df4a953383275e9dacc
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
9,540
cc
// 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. #include "content/browser/web_package/mock_web_bundle_reader_factory.h" #include "base/bind.h" #include "base/callback.h" #include "base/files/file.h" #i...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
7e4bb17e2c0ba4d00786d865d1c04e5dac401e24
cef8d1ddd7c64582b56458b0ebf3fb39423e3f67
/third_party/OpenMesh-8.1/src/OpenMesh/Tools/Utils/Gnuplot.cc
88e91607f10abe62366c9242295b4d4cf4b213f9
[ "MIT", "BSD-3-Clause" ]
permissive
dantros/grafica_cpp
ecb9c093a7270933fe27bb6b018380c6bdff006f
1ad0283295e79b755c546f50944f433c290b5c25
refs/heads/dev
2023-08-26T04:55:34.883134
2021-10-18T04:24:36
2021-10-18T04:24:36
356,721,014
1
5
MIT
2021-10-18T00:40:53
2021-04-10T23:27:32
C++
UTF-8
C++
false
false
11,505
cc
//////////////////////////////////////////// // // A C++ interface to gnuplot. // // This is a direct translation from the C interface // written by N. Devillard (which is available from // http://ndevilla.free.fr/gnuplot/). // // As in the C interface this uses pipes and so wont // run on a system that does'nt have P...
[ "5720443-dacalderon@users.noreply.gitlab.com" ]
5720443-dacalderon@users.noreply.gitlab.com
6f0bbd9aa8317ae40dc38804ef91b499afdf7d7e
db6a40f507b0b24a7194b881f43e47d3889e35be
/src/addrman.h
7ca9c90fec75a472e975871771c617f8c0ab88cb
[ "MIT" ]
permissive
konchunas/LRMcoin
ef55d5ed3333a8e72788ce229586848c7974764a
82fc271b4b46ac8d6d27e26812bb6bf6851c2854
refs/heads/master
2020-05-09T18:46:20.878028
2019-04-18T12:41:13
2019-04-18T12:41:13
181,354,634
0
0
MIT
2019-04-14T18:52:42
2019-04-14T18:52:42
null
UTF-8
C++
false
false
18,434
h
// Copyright (c) 2012 Pieter Wuille // Copyright (c) 2012-2014 The Bitcoin developers // Copyright (c) 2017-2018 The PIVX developers // Copyright (c) 2018 The LRMcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #i...
[ "root@ubuntu16.local" ]
root@ubuntu16.local
dec4d55fddce05aabe692c25aabc36ffd4afb4fc
96ee71b0d46234c381c4916900190821ed7318ba
/Surakarta-game/NewGame.cpp
3550cee4e3c6ef9d5ba32ef767fda4d6e80498b7
[]
no_license
Aubrey-Zhang/All_games
baf5168131c9852b26894c6bb8e58204bac1a739
845693db9ae63ebb3299028535097e5ee45598d1
refs/heads/main
2023-02-21T18:29:25.437839
2021-01-15T23:29:13
2021-01-15T23:29:13
313,158,110
0
0
null
null
null
null
GB18030
C++
false
false
1,738
cpp
// NewGame.cpp : implementation file // #include "stdafx.h" #include "Surakarta.h" #include "NewGame.h" #include <iomanip> #include <fstream> #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif using namespace std; //////////////////////////////////////////////...
[ "noreply@github.com" ]
noreply@github.com
78318705552563867855b54a4a279caf1a160ba1
5696f7e9bb6cb18e791be3f71e8a72f9a26a0a22
/src/GetPoint/GetPoint/GetPoint.h
ce59fc0e50627b0270854589413eb74374155d6c
[ "MIT" ]
permissive
xylsxyls/xueyelingshuang
0fdde992e430bdee38abb7aaf868b320e48dba64
a646d281c4b2ec3c2b27de29a67860fccce22436
refs/heads/master
2023-08-04T01:02:35.112586
2023-07-17T09:30:27
2023-07-17T09:30:27
61,338,042
4
2
null
null
null
null
UTF-8
C++
false
false
697
h
#ifndef QTTEST_H #define QTTEST_H #include <QtWidgets/QMainWindow> #include "ui_GetPoint.h" #include "QtControls/DialogShow.h" class COriginalButton; class LineEdit; class GetPoint : public DialogShow { Q_OBJECT public: GetPoint(QWidget* parent = nullptr); ~GetPoint(); protected: void init(); ...
[ "yangnan123456789@163.com" ]
yangnan123456789@163.com
03ae8f8bbc067bed6f9952ec1e9efbc08c5bc674
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/wg/sdk/UKakaoSessionClientChecker.hpp
ecfc45fcc714d60e287d08a91b998a96f0b61607
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
UTF-8
C++
false
false
873
hpp
#pragma once #ifdef _MSC_VER #pragma pack(push, 1) #endif namespace PUBGSDK { struct alignas(1) UKakaoSessionClientChecker // Size: 0x58 : public UObject // Size: 0x30 { private: typedef UKakaoSessionClientChecker t_struct; typedef ExternalPtr<t_struct> t_structHelper; public: static ExternalPt...
[ "1395329153@qq.com" ]
1395329153@qq.com
16752f38287e1225583c71be958186335b93b111
63e50273ca7940d8097ba10b0de5028ea90989da
/N3.5.cpp
8225f8c9996ef00e7b8a489992583bbd8b1ce103
[]
no_license
OleksiyShukay/project_2
5300a17db97f70b9d15dca4565bc3dea9e1c532a
fbd932cfb805983cb53ae59851c4dceb5546bcae
refs/heads/master
2020-08-18T23:44:38.710620
2019-10-31T00:53:42
2019-10-31T00:53:42
215,829,390
0
0
null
null
null
null
UTF-8
C++
false
false
293
cpp
#include <iostream> int main() { int value; std::cout << " Enter value: "; std::cin >> value; int rev = 0; int num; while (value != 0) { num = value % 10; value = value / 10; rev = rev * 10; rev = rev + num; } std::cout << " Reveres : " << rev << std::endl; }
[ "voriansevrat@gmail.com" ]
voriansevrat@gmail.com
83f78885582976f363594ff070d180773b8f91ff
3032a3eca64e2bec8dc40c4f9ca2c4be9bd39a97
/src/utils/cpu_spmm.h
23610b61c88bc9166d79c1366330f42595593021
[]
no_license
flowold/Graphchallenge21
f6c5f459e3614d0c58813084da039955cbecf08d
74273ac25bfd90162067cb24a9b7a38774a9619b
refs/heads/main
2023-06-12T17:38:57.230339
2021-07-09T03:42:42
2021-07-09T03:42:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,500
h
#pragma once #include <vector> #include <iostream> #include <algorithm> #include "matrix.h" #include "debug.h" namespace ftxj { class CpuSpmm { public: static void run_and_cmp(COOMatrix &weight, float* input, int neuron, int batch, float* output, bool T = false, bool resT = true, bool inputT = true) { ...
[ "932141413@qq.com" ]
932141413@qq.com
f88a6aa7b27b486dd5dd89a798356c76007cabba
88ae8695987ada722184307301e221e1ba3cc2fa
/chrome/browser/sync/sync_service_factory_unittest.cc
689e04e326bff2ec0f1da0522ef74bbd6b36f1bd
[ "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
8,651
cc
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/sync/sync_service_factory.h" #include <stddef.h> #include <vector> #include "base/command_line.h" #include "base/feature_list.h" #include "base/task...
[ "jengelh@inai.de" ]
jengelh@inai.de
7f2466b8c5dbfee2f222848bd3896799bda576c9
8f759450fe7615e7251c1c0c44e1f3812b6f3a22
/Sandbox_Project/Sandbox_Project/Gather.cpp
bcdeb227eba0eb2d939ef2965028775dc3ac6eb2
[]
no_license
nuup20/Max_IAProject
acf4d0d81032e28c9a5c963b1071fd3208772ad9
401f92395c77e2739e23bd161269fc940407e37c
refs/heads/master
2021-08-22T11:24:16.437279
2017-11-11T16:53:45
2017-11-11T16:53:45
103,217,414
0
0
null
null
null
null
UTF-8
C++
false
false
176
cpp
#include "stdafx.h" #include "Gather.h" void CGather::onEnter() { } void CGather::update() { } void CGather::onExit() { } CGather::CGather() { } CGather::~CGather() { }
[ "idv16a.msolano@uartesdigitales.edu.mx" ]
idv16a.msolano@uartesdigitales.edu.mx
518ede2ad52445194e176df783f1ab2af62350d4
ada4d1464295235ea7594f2e1a177cdfb23eba47
/components/duktape/src/duk_config.h
9388dd16cfe227a984fcad584e81c10f318c0ad2
[ "Apache-2.0", "MIT" ]
permissive
davidmoshal/duktape-esp32
af2c86a30cf8233f68937cda9598c0dbd9acdbab
556d8fd781d9dab6ac5adc29e11f2f72a1c078dc
refs/heads/master
2021-01-11T12:02:49.783615
2017-01-20T21:12:02
2017-01-20T21:12:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
92,190
h
/* * duk_config.h configuration header generated by genconfig.py. * * Git commit: 780320d8eb782f36dc9625de86a61a3ac6c6343c * Git describe: 780320d-dirty * Git branch: master * * Supported platforms: * - Mac OSX, iPhone, Darwin * - Orbis * - OpenBSD * - Generic BSD * - Atari ST ...
[ "kolban@us.ibm.com" ]
kolban@us.ibm.com
84fad6da2a868684876285a32904212e6b839540
57a590f66c7a2e9c2e5ba798633260c56f05d409
/torc/generic/util/Error.hpp
ce3025e59e7f996545b741e8b10afbcc43c80bb7
[]
no_license
zkaiwen/e2g
834cdddd40f151c7fc20de68f2c861f6b46723dc
ea34c92a15d932cdea594b57ccebb1e23d6f70e1
refs/heads/master
2021-01-02T09:32:09.077479
2014-11-05T03:43:24
2014-11-05T03:43:24
20,003,075
2
1
null
null
null
null
UTF-8
C++
false
false
6,008
hpp
// TORC - Copyright 2010 University of Southern California. All Rights Reserved. #ifndef TORC_GENERIC_ERROR_H #define TORC_GENERIC_ERROR_H #include <map> #include <string> #include <vector> //BOOST #include <boost/any.hpp> #include <boost/cstdint.hpp> #include "torc/generic/util/MessageId.hpp" namespace torc { n...
[ "zkaiwen@gmail.com" ]
zkaiwen@gmail.com
41d7acd3b53f748a207efaf28622b9fbcd3c5813
63c637fc2773ef46cd22e08e3334121512c31074
/3wkSeries/Day1/ELBOW_CASES/elbow_tri/10/phi
d845ff54ddf040d2b296cc9a38971f66b4926aa0
[]
no_license
asvogel/OpenFOAMEducation
438f811ad47631a414f6016e643dd12792613828
a1cf886fb6f9759eada7ecc34e62f97037ffd0e5
refs/heads/main
2023-09-03T17:26:24.525385
2021-11-05T18:08:49
2021-11-05T18:08:49
425,034,654
0
0
null
null
null
null
UTF-8
C++
false
false
12,685
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 9 \\/ M anipulation | \*-------...
[ "avogel1994@gmail.com" ]
avogel1994@gmail.com
e163710347460ecc4ae3801e5ecc0dfaff5432ac
0a07cbd09a839c079ec219d7903ab44e431671a4
/logging.h
f6cf73fcb6606ff568cc1d07c2bb1441fc6bf057
[]
no_license
Yuguantao/FaultManageQT
517acdb774891943a9475b20135f00f2b95af8f2
072718075b75107e34a493d6a37aeaf14980a7a9
refs/heads/master
2020-06-24T11:37:40.433073
2019-07-26T05:44:10
2019-07-26T05:44:10
198,953,184
0
0
null
null
null
null
UTF-8
C++
false
false
458
h
#ifndef LOGGING_H #define LOGGING_H #include <QMainWindow> #include <QPushButton> #include <QMessageBox> #include <QProgressDialog> #include "mysql.h" namespace Ui { class logging; } class logging : public QMainWindow { Q_OBJECT public: explicit logging(QWidget *parent = 0); ~logging(); private slots: ...
[ "guantaoyu@yeah.neat" ]
guantaoyu@yeah.neat
7a9f990e84b04269869a455020cd34b7d7788c44
82990b42b433845113b10199d0b785c2680691d5
/1pointersSourceCode/doublePointer8.cpp
a20ea64fc12ee478c4e53409ef773019ce44cdb2
[]
no_license
aman1100/Data-Structure
0625ef1835daf49fbdd9e19a0b5f85eac93fce6f
74ed9aa3e7c57bac4623969b2198153a709fd4c1
refs/heads/master
2023-02-15T09:25:44.646130
2021-01-17T18:17:28
2021-01-17T18:17:28
329,559,989
1
0
null
null
null
null
UTF-8
C++
false
false
936
cpp
#include<iostream> using namespace std; void incrementByvariable(int i) { i++; cout<<i<<endl; } void incrementBySinglePointer(int* sp) { (*sp)++; cout<<*sp<<endl; } void incrementByDoublePointer(int** dp) { (**dp)++; cout<<**dp<<endl; } int main() { int i= 10; int* sp=&i; int** dp=&sp; //print the address of ...
[ "aman.chandna2000@gmail.com" ]
aman.chandna2000@gmail.com
a92c5faab71b7c122b2eeb0edd81eb77f115880f
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Tasks/BTTask_BlackboardBase.cpp
9c9f2551698689e7808f9036ec2b93a159b6438c
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
694
cpp
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "BehaviorTree/Tasks/BTTask_BlackboardBase.h" UBTTask_BlackboardBase::UBTTask_BlackboardBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { NodeName = "BlackboardBase"; // empty KeySelector = allow everything } void UB...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
4eb833f9e27fc720b2c39486b8780876fa458c33
96dae00de134c84e58ca7c3a5420313fc484da10
/ICPC_AlgorithmTemplete/搜索/bfs/bfs1.cpp
ef7d6fae2ee3e34cc940196dfd5b67e220a1119b
[]
no_license
meiyoumingzile/ICPC_AlgorithmTemplete
62758cde771667bf8602b6e625456a36c8525ab7
2bcabeadd94e83acaffa0b90365c93468a8f0004
refs/heads/master
2023-08-16T23:06:22.774993
2023-08-13T08:47:01
2023-08-13T08:47:01
159,670,934
7
2
null
null
null
null
UTF-8
C++
false
false
1,410
cpp
#include<stdio.h> #include<queue> #include<iostream> #include<string.h> using namespace std; char mapp[101][101]; bool vis[101][101]; int n; int fx[4]={1,-1,0,0}; int fy[4]={0,0,1,-1}; struct node{ int x,y; }; node BEGIN,END; void bfs() { int i; memset(vis,0,sizeof(vis)); node d,nextd; queue<node> q; ...
[ "2428578442@qq.com" ]
2428578442@qq.com
f7f8e558725dd5743b2475d7516cb208ee778d6d
cd726912664cea9c458ac8b609dd98bf33e3b9a0
/snippets/cpp/VS_Snippets_CLR_Classic/classic GuidAttribute Example/CPP/source.cpp
3f96bf804aaf874342a98554e179044f1c309957
[ "MIT", "CC-BY-4.0" ]
permissive
dotnet/dotnet-api-docs
b41fc7fa07aa4d54205df81284bae4f491286ec2
70e7abc4bcd692cb4fb6b4cbcb34bb517261dbaf
refs/heads/main
2023-09-04T07:16:44.908599
2023-09-01T21:46:11
2023-09-01T21:46:11
111,510,915
630
1,856
NOASSERTION
2023-09-14T21:45:33
2017-11-21T06:52:13
C#
UTF-8
C++
false
false
225
cpp
// <Snippet1> using namespace System; using namespace System::Runtime::InteropServices; [GuidAttribute("9ED54F84-A89D-4fcd-A854-44251E925F09")] public ref class SampleClass { // Insert class members here. }; // </Snippet1>
[ "noreply@github.com" ]
noreply@github.com
c46065bb54531b80b71a5c6e1afd231416db4a70
7ebc12c326dd918bc96c08167f0457ed2f8f93de
/PetrSu/Summer 2013/0003/A/sol.cpp
c3382e9345494dc840bc218647ff4b70eac2fd74
[]
no_license
qwaker00/Olymp
635b61da0e80d1599edfe1bc9244b95f015b3007
c3ab2c559fa09f080a3f02c84739609e1e85075d
refs/heads/master
2021-01-18T16:35:58.452451
2015-08-06T16:45:58
2015-08-06T16:46:25
5,674,825
0
0
null
null
null
null
UTF-8
C++
false
false
4,625
cpp
#include <stdio.h> #include <iostream> #include <math.h> #include <algorithm> #include <memory.h> #include <set> #include <map> #include <queue> #include <deque> #include <string> #include <string.h> #include <vector> typedef long long ll; typedef long double ld; typedef unsigned long long ull; const ld PI = acos(-1.)...
[ "qwaker.00@gmail.com" ]
qwaker.00@gmail.com
ec417f49448b05db0a50920db799f77f246608c2
02b9e4faf8aeb65da48dc4ff98280a2a87a3907a
/deps/v8/src/atomicops_internals_atomicword_compat.h
617aa73b5393c25503b8b7dbaf151440f04cfef1
[ "Zlib", "ISC", "MIT", "LicenseRef-scancode-openssl", "BSD-3-Clause", "Apache-2.0", "Artistic-2.0", "NTP", "LicenseRef-scancode-unknown-license-reference", "bzip2-1.0.6" ]
permissive
opersys/node
841eee5289d8175473bd220c22403f46c3051126
944f905effac0c0b77396910446962eb1ad6cd05
refs/heads/master
2022-12-04T21:19:24.402603
2016-08-10T19:42:50
2016-08-10T19:42:50
33,216,119
0
1
NOASSERTION
2022-11-22T12:10:58
2015-03-31T23:42:32
JavaScript
UTF-8
C++
false
false
3,682
h
// Copyright 2014 the V8 project 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 is an internal atomic implementation, use atomicops.h instead. #ifndef V8_ATOMICOPS_INTERNALS_ATOMICWORD_COMPAT_H_ #define V8_ATOMICOPS_IN...
[ "fedor@indutny.com" ]
fedor@indutny.com
620de1570ca967a84db577fc54e535e68d9a658c
db3562d8fa915393c7ffa760af62647ebccf8212
/client/src/guimanager.hpp
6f90becd2926a851b3702c9618bb60fda492282d
[]
no_license
haoqoo/mir2x
1269cf2ab70a7664a5565a6a56746cf30cdf0659
c2fed4e6e4f8c0e40ce6b13c122fc26ef808dab9
refs/heads/master
2023-07-08T11:03:12.462614
2021-08-08T19:50:00
2021-08-08T19:50:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,722
hpp
/* * ===================================================================================== * * Filename: guimanager.hpp * Created: 08/12/2015 09:59:15 * Description: public API for class client only * * Version: 1.0 * Revision: none * Compiler: gcc * * Author: ANHON...
[ "anhonghe@gmail.com" ]
anhonghe@gmail.com
908b11a8bab08c50d02845969649c5e4df5f98f8
906b838f25576a9e202bdb7e456be8d4ea353554
/ServerEngine/baseinet/HttpParameter.cpp
e4e9b3777a71a8a2b050030a0ee2c08fc2a0737d
[]
no_license
Ajie-99/ALLServer
4363a3ef89e51069bb904ebc6d0b054cb6acc58b
df29fee7947ee92d95781a7e5fefa4c5bed120a9
refs/heads/main
2023-02-12T12:07:31.272989
2021-01-07T13:19:40
2021-01-07T13:19:40
322,156,803
0
0
null
null
null
null
UTF-8
C++
false
false
2,809
cpp
#include "../../Common/CommonFunc.h" #include "HttpParameter.h" #include "../PCH.h" HttpParameter::HttpParameter() { } HttpParameter::~HttpParameter(void) { m_ParameterMap.clear(); } bool HttpParameter::ParseStringToMap(const std::string& strParam) { if(strParam.length() <= 0) { return false; } std::vector<s...
[ "270663316@qq.com" ]
270663316@qq.com