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
5ee1065ace67716a2eebcfc862753ade23459812
b2adab7ad93d1afc5be1654f3ed2f0bdd3fbbacf
/Ivaldi/Source/GPUClient/VertexBuffer.h
d463a8bb2378a6e1a3c6b8b5df94033e8c3d7d5e
[]
no_license
vyeresko/ivaldi
3004ed49249c99a51061142088d98aa1edc5ddd5
fb717f0aa4bc63915b6ecfdf6a00085969c93eab
refs/heads/master
2020-05-14T20:55:28.702774
2019-04-17T19:12:36
2019-04-17T19:12:36
181,952,426
0
0
null
null
null
null
UTF-8
C++
false
false
375
h
#pragma once #include "Core.h" #include "GPUClient/ShaderInputLayout.h" namespace ivaldi { namespace gpu { class VertexBuffer { public: friend class GPUClient; VertexBuffer() = default; virtual ~VertexBuffer() = default; virtual void copyData(const std::vector<float> &data) = 0; virtual void...
[ "vyeresko@gmail.com" ]
vyeresko@gmail.com
05996d0d6c8ca87172fdb24b4a0f304c7deefa88
c773732bc141c8ad6861127ae5024f4b71b901b2
/Arithmetic/cpp/qsort.cpp
094b04758d308319c56fe7d95c0375f6b945ccd9
[]
no_license
agmi/code
ac938b85a1fcd1e070c0f1a863b176a3ddd9eb88
aa2af3bef2ffb3209c6ac11b7cf3435edf683c8e
refs/heads/master
2021-01-17T17:06:54.607710
2014-04-20T17:26:52
2014-04-20T17:26:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
905
cpp
#include <iostream> using namespace std; int parition(int list[], int low, int high){ int pivot = low; int middle = list[low]; while(low<high){ if(list[low] < middle){ int tmp = list[low]; list[low] = list[pivot]; list[pivot] = tmp; pivot = low; low++; } else if(list[low] > middle){ int i =...
[ "agilemichael@gmail.com" ]
agilemichael@gmail.com
3c92a16a3f94e52aa4468dc25b0a23ab5afe940c
3e79ef0c47b8cb95f847dc090d1a46cda2489d60
/src/media/PacketQueue.cpp
34944b6429f491f376ab293f2b090da85e7d3951
[]
no_license
mehome/ffmpeg_media
b4315a418bb509135b3849ced92efd2f331cf7f7
8b28de8e56b58ca4308fea18f4d65e58ee198f5a
refs/heads/master
2022-12-17T09:22:12.170830
2020-09-11T09:17:11
2020-09-11T09:17:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
809
cpp
#include "PacketQueue.h" #ifdef __cplusplus extern "C" { #endif #include <libavformat/avformat.h> #include <libavcodec/avcodec.h> #include <libswscale/swscale.h> #include <libavutil/imgutils.h> #include <libswresample/swresample.h> #ifdef __cplusplus }; #endif PacketQueue::PacketQueue() { } bool PacketQueue::push(c...
[ "qiudaowen@yy.com" ]
qiudaowen@yy.com
564266920f094946f5455e27f5d6dcecf494e09b
b12585f232e90a61715b6258e063c616d9dd7719
/source/lib/dng_sdk/dng_shared.cpp
8c96c8115f9a58c66f126b47a874744c4f0bc335
[ "BSD-3-Clause", "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
supertobi/gpr
e55d68e23952f942370d7677b460dd25bc970537
db9cacfd1f9234ffe2501870989d5872c50876f9
refs/heads/master
2023-08-13T10:23:47.332996
2021-09-28T08:06:12
2021-09-28T08:06:12
410,865,814
0
0
NOASSERTION
2021-09-27T11:58:26
2021-09-27T11:58:26
null
UTF-8
C++
false
false
60,322
cpp
/*****************************************************************************/ // Copyright 2006-2008 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file in // accordance with the terms of the Adobe license agreement accompanying it. /*****...
[ "aabbas@gopro.com" ]
aabbas@gopro.com
6d478815c7e57d198e1d60e56376da50fcb41be3
5df36d6a2a73d3aa24bd7b1d3fe35a4731706c34
/ABC158/b.cpp
65e66b0ecc6080774db281f251df59d5b410c098
[]
no_license
shunya-s15/Atcoder
7a5ce84eef673fc0b1dc4fd1100d44ebe1ba9dcc
7c670109bcc19a25efa4ec48c95615d0ebaafab0
refs/heads/master
2023-06-20T04:12:44.711496
2021-07-20T03:47:16
2021-07-20T03:47:16
282,530,952
0
0
null
null
null
null
UTF-8
C++
false
false
366
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; int main(){ int64_t n,a,b; cin >> n >> a >> b; int64_t sum = a+b; int64_t ans = a*(n/sum); if(n%sum != 0){ if(n%sum > a){ ans += a; }else{ ans += n%sum; } ...
[ "shunya.suraimu@gmail.com" ]
shunya.suraimu@gmail.com
ffe873fe6f6f7357b9e08c4004aa13efce33625e
6e20207f8aff0f0ad94f05bd025810c6b10a1d5f
/SDK/ArthurStoryShelter_classes.h
47f579f23fac2b34d4c3e7db651620aad7dcd6f6
[]
no_license
zH4x-SDK/zWeHappyFew-SDK
2a4e246d8ee4b58e45feaa4335f1feb8ea618a4a
5906adc3edfe1b5de86b7ef0a0eff38073e12214
refs/heads/main
2023-08-17T06:05:18.561339
2021-08-27T13:36:09
2021-08-27T13:36:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
789
h
#pragma once // Name: WeHappyFew, Version: 1.8.8 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass ArthurSto...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
28521891d627d58b0b5cc5d84a5f2b43a8ed8bda
1aa38513e62d081e7c3733aad9fe1487f22d7a73
/compat/check-visible.cpp
84ddd6d90f8b7ccdbf4c82f61f70a595f4166840
[ "ISC", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
cpuwolf/opentrack
c3eae3700a585193b67187c6619bf32e1dedd1aa
5541cfc68d87c2fc254eb2f2a5aad79831871a88
refs/heads/unstable
2021-06-05T14:18:24.851128
2017-11-02T13:10:54
2017-11-02T13:10:54
83,854,103
1
0
null
2017-03-04T00:44:16
2017-03-04T00:44:15
null
UTF-8
C++
false
false
1,247
cpp
#include "check-visible.hpp" #if defined _WIN32 #include "timer.hpp" #include <QMutexLocker> #include <windows.h> constexpr int visible_timeout = 5000; constexpr int invisible_timeout = 250; static Timer timer; static QMutex mtx; static bool visible = true; never_inline OTR_COMPAT_EXPORT void set_is_visible(cons...
[ "sthalik@misaki.pl" ]
sthalik@misaki.pl
073475aa1124a2f6a6722e505e2d2ed06e8de8b3
ecc970107f26e382b2e170c7201f7fa8b7d47050
/2120/Lab7/lab07.cpp
1e266ec53dd8ee94e0413f2ff43e51ffdd72b66d
[]
no_license
OnyxKnight/Labs
53315f93910072004561f1cf63eeeb6ce8d0cda5
5593e79f2da56de275858d0cae7d9e95bf6baebd
refs/heads/master
2021-01-20T08:00:23.314252
2017-05-06T17:55:10
2017-05-06T17:55:10
90,075,679
0
1
null
null
null
null
UTF-8
C++
false
false
1,240
cpp
#include <iostream> #include <string> #include "Queue.h" using namespace std; //Print a Queue template<class T> void printQueue(Queue<T> & q, string name){ cout << name << ": "; cout << "size = " << q.size(); cout << ", queue = (front) "; while( !q.empty() ){ cout << q.front() << " "; //Uncomment...
[ "noreply@github.com" ]
noreply@github.com
1719c9b73e455719947198cf66ab745591bd7b5c
aa138fc4785411c9d88b827eaaf3644579a37c67
/test/unit/DslPrimaryTisUnitTest.cpp
7625b596661b7c226c6b05c50718418313745ed5
[ "MIT" ]
permissive
tuniarhq/deepstream-services-library
e9bf5abc7960849dbc284277497e22c59572e36b
9b238004a42c6e0c891d538e698ad38ce678422f
refs/heads/master
2023-08-20T01:38:54.888679
2021-09-17T19:39:50
2021-09-17T19:39:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,633
cpp
/* The MIT License Copyright (c) 2019-2021, Prominence AI, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
[ "noreply@github.com" ]
noreply@github.com
4a1a58a467ed9e75ab259e1f7dcd5dde9b7720f3
66a0e5c3959683c12a61c2e97b0f361dc042a3e4
/CodeForces/713B.cpp
b2ebc44d050e425424507a1d5c9599251219fe76
[]
no_license
theteleton/ACM
3f5fb98a20599443b5ead010e477c3338fbb07e0
161b6daea32a6b0fd122c6858749f54269089b45
refs/heads/master
2023-07-14T15:09:38.779805
2021-08-26T18:00:55
2021-08-26T18:00:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,552
cpp
#include <iostream> #include <vector> #include <map> #include <cmath> using namespace std; int main() { int t; cin >> t; while (t--) { int n; cin >> n; char mat[401][401]; int x1 = -1; int y1 = -1; int x2 = -1; int y2 = -1; for (int i = 0; i < ...
[ "it8816@student.uni-lj.si" ]
it8816@student.uni-lj.si
817ee6dd412157a800636a8408c2963e5dff7cf7
e1f49710ce394d6817b77c6589259263d574df20
/TinySTL/alloc.h
482936dc4b5bd05661b1e3385d9e0f2282e2f072
[]
no_license
LinNego/TinySTL
f3d24a80fdc79055692c9661cba711ff3e9e52c6
79bf69e2a10bd551f60849c9658ed87c409c7a1f
refs/heads/master
2022-12-06T01:49:15.592200
2020-07-31T10:44:13
2020-07-31T10:44:13
272,491,698
1
0
null
null
null
null
UTF-8
C++
false
false
6,358
h
/*LinNego*/ #ifndef MYSTL_ALLOC_H #define MYSTL_ALLOC_H #include <cstddef> #include <cstring> #include <cstdlib> #include <exception> #include <new> namespace mystl { template <int inst> class alloc_prime { typedef void (*hander)(); //为了简化声明 alloc_prime(const alloc_prime&) = delete; alloc_prime& operator=(co...
[ "LinNego@example.com" ]
LinNego@example.com
e791833770276f6261e50f204029fd22c29e7c57
30114f6730aac693971d826f58e46f6d158e6957
/ATL/Advanced/CThreadPool/tasks.h
54516d642ce8052fa80c8708ad9ff5c1d1b61cdb
[]
no_license
oudream/vc_example_official
67111751a416df93cdc4b9f1048d93f482819992
8075deebd4755b2a7531a8f918c19ad2e82e2b23
refs/heads/master
2020-06-14T08:00:01.267447
2019-07-03T01:03:59
2019-07-03T01:03:59
194,953,887
2
2
null
null
null
null
UTF-8
C++
false
false
1,799
h
// File: tasks.h // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Classes Reference and related electronic // documentation provided with the library. // See these sources for detailed information regarding the // Microsoft ...
[ "oudream@126.com" ]
oudream@126.com
ceed7f3afa30c58910a7683eb6004335afa131a6
028411051fe54000e882aef22878061cd7eb28bf
/Priority Queue/Pqueue.h
a877dde5b8b4e7c4479c90965a1b680c218f7e1f
[]
no_license
Kacper20/Priority-Queue
8335ed28916e3b6d5312d36bd7af19c8646e9679
e7c61ac85f4491fa8e67ada2fa1516a54ae917af
refs/heads/master
2021-03-12T20:28:40.926005
2014-04-01T18:24:33
2014-04-01T18:24:33
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
1,865
h
/* ***Kacper Harasim *** Projekt 1 *** Deklaracja klasy PQueue *** INFO: / Implementacja oparta jest na kopcu binarnym. Wszystkie operacje poza łączeniem kolejek odbywają się w czasie O(lgN) gdzie N jest wielkością kopca. / Operacja połączenia(zdefiniowana w funkcji operatorowej +) jest zrealizowana w czasie O(N). *** ...
[ "kacper.harasim@gmail.com" ]
kacper.harasim@gmail.com
95f5f4199b99fa34f20910cb095c190fa095960e
934bece520adff2a6cf481d5314319b030d69728
/Conference Track Management/Conference Track Management/Tactics/CTimeLimit.h
b83cab216e94807e09d0295892f1a215074a860b
[]
no_license
skyformat99/Conference-Track-Management
aae996618543a2fd8c92d12083f583004e6fc76a
f4e71aa6bb9b08becfdb5fb53a2440f15fe0e7b7
refs/heads/master
2021-01-24T08:54:18.193299
2016-03-26T06:08:16
2016-03-26T06:08:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
261
h
#pragma once #include "CTactics.h" class CTimeLimit : public CTactics { public: CTimeLimit(); ~CTimeLimit(); bool IsSatisfy(vector<CCourse>* listPool, vector<CCourse>* list, int count); private: bool HasCourseWithID(vector<CCourse>* list, int id); };
[ "shiple@qq.com" ]
shiple@qq.com
c3f7d42621992bb97fda4b725c2771e2962be490
37a63e7798a3cb5cf8e9524d4bfed69948986319
/firmware/teensy/ad7616.cpp
1993654b6b4c95b1a7b97fe651b387c5dfdbb407
[]
no_license
arne48/control_board_set
62121b2a0c9b739a61d270e792eea082fbfd2ee9
f849a5185bce2521ae91ab5597a3d996371ca963
refs/heads/master
2023-04-21T19:24:08.543040
2021-05-03T09:45:47
2021-05-03T09:45:47
283,436,400
0
1
null
2020-12-23T12:06:20
2020-07-29T08:00:10
C++
UTF-8
C++
false
false
1,203
cpp
#include "ad7616.h" AD7616::AD7616(Embedded_SPI *dev, Embedded_GPIO *gpio, int trigger_measurement_gpio) { _dev = dev; _gpio = gpio; _trigger_measurement_gpio = trigger_measurement_gpio; } void AD7616::prepareChannel(uint8_t channel, int cs){ _channel_select_command[1] = channel | channel << 4; _channel_sel...
[ "arne.hitzmann@gmail.com" ]
arne.hitzmann@gmail.com
116599c82954fb1564a605a261345e8c6b27e0cd
1cf0d109e5f5c29d938158829cb96a5a5c0fdfee
/StringTransformationThroughDictionaryWords.cpp
9bdc42037b3a40a4a49e7d7ae675d1439b6c7846
[]
no_license
gauraviitp/cpp
ca4a189e4cf83555370986df20e8b076ca5546db
394b5d00886ec7aadc4f81b804e3ee79d8cf6358
refs/heads/master
2020-03-28T22:38:15.215529
2019-09-12T21:54:13
2019-09-12T21:54:13
94,628,550
1
0
null
null
null
null
UTF-8
C++
false
false
1,594
cpp
// ConsoleApplication1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <algorithm> #include <climits> #include <iostream> #include <map> #include <string> #include <unordered_set> #include <vector> using namespace std; typedef vector<string> VS; typedef map<string, VS> MSV...
[ "noreply@github.com" ]
noreply@github.com
e2e8089da58b0783b348430c36d88f25fc60b567
163dc8d3c9be4e2c3cf713b1ca6e1bd3993bcac6
/include/mixr/map/rpf/CadrgTocEntry.hpp
2fe105e4a40bfebc4477112128f136affb6d7445
[]
no_license
azcbuell/mixr
3091c75d0d4f489ee8385ea38612d7b4bfe5550c
b1ccf3166f1feb0c4c8822a18adb83e8d2ceee8a
refs/heads/master
2021-01-20T05:34:39.662113
2017-09-08T23:03:00
2017-09-08T23:03:00
101,452,440
0
0
null
2017-08-26T00:44:34
2017-08-26T00:44:34
null
UTF-8
C++
false
false
5,598
hpp
#ifndef __mixr_map_rpf_CadrgTocEntry_H__ #define __mixr_map_rpf_CadrgTocEntry_H__ #include "mixr/map/rpf/CadrgFrameEntry.hpp" #include "mixr/base/Object.hpp" namespace mixr { namespace rpf { //------------------------------------------------------------------------------ // Class: CadrgTocEntry // // T...
[ "doug@openeaagles.org" ]
doug@openeaagles.org
dcd992e8aa00bde0af3113fc790417c71aa18356
8b393f1b7b02443d4365d1d99c468dcd2f810b10
/wled00/wled17_mqtt.ino
5e6e418627a92bfe75ffe82395715d5251da731d
[ "MIT" ]
permissive
TheAeroPath/m5stickCLED
5796ba16d21d6bd523d90d8a21dfa777de160eec
931d14d9ce47f78d863b09af10e3f6e51b7d0ced
refs/heads/master
2023-03-19T15:00:49.180859
2019-06-23T09:55:00
2019-06-23T09:55:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,941
ino
/* * MQTT communication protocol for home automation */ #define WLED_MQTT_PORT 1883 void parseMQTTBriPayload(char* payload) { if (strstr(payload, "ON") || strstr(payload, "on") || strstr(payload, "true")) {bri = briLast; colorUpdated(1);} else if (strstr(payload, "T" ) || strstr(payload, "t" )) {toggleOnOf...
[ "aenertia@aenertia.net" ]
aenertia@aenertia.net
f353a5cb63c43c139c5cf4ff9b5b0a565a7db407
a7764174fb0351ea666faa9f3b5dfe304390a011
/inc/V3d_TypeOfView.hxx
0e2d26a3cdddf8995824d3abc418b33a2e2e9909
[]
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
518
hxx
// 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. #ifndef _V3d_TypeOfView_HeaderFile #define _V...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
c8633c90cc57e5dba870ba3ddf2c27591ec54e32
1ceed49a59cc104695732b404ce3f195ae3d4954
/sem 1/6.16/main.cpp
e56be619f80eff1a09f7deceaee812c84f2b6f4c
[]
no_license
pawellazicki/C_Homework
60804b4627082c9ff4edb1d8b5b38af37825ecf2
725e59ce635fa8c908d2d4d74610ac7cda5ba73a
refs/heads/master
2020-05-29T16:57:05.415139
2019-05-29T16:01:21
2019-05-29T16:01:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
713
cpp
// program wczytuje macierz 5 na 5 i pokazuje kolumny ktorych suma jest najwieksza #include <stdio.h> #include <stdlib.h> #define N 5 int main() { int tab[N][N],i,a,s[N],maxi; printf("wpisz liczby:\n"); for(i=0;i<N;i++) { for(a=0;a<N;a++) { scanf("%d", &tab[i][a]); ...
[ "pawelllaz@gmail.com" ]
pawelllaz@gmail.com
b534ad7c7610883747062435c3433eb2a59fbe69
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/buildtools/third_party/libc++/trunk/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp
3ec6976127545e35927f32818e4880ec5ee5642a
[ "MIT", "NCSA", "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,885
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
ce0816a0eae011e1ba35071229d4ca7f60a6d46b
351916691d65c96c6d9330fe735daaab4bfddfdf
/LibraryManager/BookEdit.cpp
49dc04d7d06268458ef8cc723d9d5d50bfca7c4d
[]
no_license
TianbaoLi/LibraryManager
c268377081e76c7cd7192f7dcb112230562bc3f0
e7ef97c3c8f2cc089fceed686076008305c4edc9
refs/heads/master
2021-09-09T00:53:37.561523
2015-01-05T05:18:56
2015-01-05T05:18:56
null
0
0
null
null
null
null
GB18030
C++
false
false
2,325
cpp
// BookEdit.cpp : 实现文件 // #include "stdafx.h" #include "LibraryManager.h" #include "BookEdit.h" #include "afxdialogex.h" #include "BookManager.h" // BookEdit 对话框 IMPLEMENT_DYNAMIC(BookEdit, CDialogEx) BookEdit::BookEdit(CWnd* pParent /*=NULL*/) : CDialogEx(BookEdit::IDD, pParent) { } BookEdit::~BookEdit() { } ...
[ "turingmac@hotmail.com" ]
turingmac@hotmail.com
3b5fa77371a8b36db8ff7d0352527cfc6360b779
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.007/NC7H14OOH-P
04cbe11a91aca863565d47ec80c0b087faa61703
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
843
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
b6f2185189637c304bf5734cf92ce751efcc7c01
cf2939e41477981c3dab7918afa699baf81e5aad
/src/boost/polygon/polygon_90_data.hpp
f44023c350b5d4549c06ffed3e231d0a1668dec3
[ "BSL-1.0" ]
permissive
ivankravets/arduino-boost
250187c853a15de3da086fe12baab1a6a3c72ec6
10696aee3f6150f26734c43f9da2070e9fca9582
refs/heads/master
2020-03-28T06:54:13.522677
2018-09-06T01:08:21
2018-09-06T01:08:21
147,868,298
1
0
BSL-1.0
2018-09-07T19:50:04
2018-09-07T19:50:04
null
UTF-8
C++
false
false
2,977
hpp
/* Copyright 2008 Intel Corporation Use, modification and distribution are subject to 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). */ #ifndef BOOST_POLYGON_POLYGON_90_DATA_HPP #define BOOST_POLYGON_POLYGON_90_DATA_HPP...
[ "rpavlik@iastate.edu" ]
rpavlik@iastate.edu
43633aa34c91c18c530baa0bfd0364119a4c77e6
80e7858df30191bf233302a3730c31b9397ad37e
/Personal_Practice/constructor.cpp
5c019f758dd4b59dc1918c13243f07c07890a306
[]
no_license
junyoung5/ev3Project
6ae63880e1d80a2ed66a0ea6ee49d37de1e744b1
950367825d14e22552e82504a59e136ccf3547d9
refs/heads/master
2021-08-31T14:31:03.983991
2017-12-21T17:42:40
2017-12-21T17:42:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
576
cpp
#include <iostream> //formal parameter의 이름을 달리한 경우 class Student { private: int age; char* name; public: Student(); Student(int Age, char * Name) //formal parameter의 이름을 달리한 경우 { age = Age; name = Name; } } //formal parameter의 이름과 Attribute이름 같게 하나 This 함수 사용. cl...
[ "21300455@handong.edu" ]
21300455@handong.edu
842a37e8672be2cb0e0d9867084d5bd1980fc17e
9538a4d0b744965d84bb97447002b585513cee8f
/greedy.cpp
c24be56e6e613d7bdca330ac4745367947e2f45d
[]
no_license
bamboo-hust/google-hashcode
5a88bf90f3908f6739ee42f2f42c8a31807aeab9
72074ae48efc06d15ddc0451a97cf792c60a095a
refs/heads/master
2021-01-04T20:05:22.644501
2020-02-17T05:42:30
2020-02-17T05:42:30
240,741,788
0
0
null
null
null
null
UTF-8
C++
false
false
463
cpp
#include <bits/stdc++.h> using namespace std; int m, n; vector<int> a; int main() { cin >> m >> n; a.resize(n); for (int i = 0; i < n; ++i) cin >> a[i]; vector<int> res; for (int i = n - 1; i >= 0; --i) { if (m >= a[i]) { m -= a[i]; res.push_back(i); } ...
[ "anhducle@coccoc.com" ]
anhducle@coccoc.com
f7fb38b79aa4bf18554488d8753332fb97fa92be
39b853ddd115dea90f667829c75e1110a3ffa6a5
/Others/Odev2.cpp
82ca0bac12425d9fee20a0d1927888727e0a86d8
[]
no_license
muhammet-mucahit/My-C-Studies
c238d4e51674f856d08447ad02debf7a06ca3787
458de617df8096b5e50bd1be6940e0bd32484b10
refs/heads/master
2020-06-28T14:30:55.203428
2019-08-02T15:19:00
2019-08-02T15:19:00
200,255,747
0
0
null
null
null
null
UTF-8
C++
false
false
399
cpp
#include<stdio.h> #include<math.h> int main() { int a,b,c; printf("1.sayiyi giriniz :");scanf("%d",&a); printf("2.sayiyi giriniz :");scanf("%d",&b); printf("3.sayiyi giriniz :");scanf("%d",&c); if(a>b) { if(a>c) { printf("En buyuk a."); } else { printf("En buyuk c."); } } else { if(b>c) {...
[ "mucahit@zeo.org" ]
mucahit@zeo.org
7e9fd726729c19137471fe024a6e6c90eaddd4a6
fb8b507984a7b61999a49175b9c82d79ab4d517a
/src/display/screenshot.hpp
0b0ae7791eb08e19f3f86609661a2d8b850701fb
[]
no_license
henrypc6/clothSim
1e110508c39a27d84d216bfb97357a33f1db1499
7d2c4f7d5b8ef15f42c088db9da284c78e65f23a
refs/heads/master
2020-03-16T03:10:02.615744
2018-05-09T04:14:06
2018-05-09T04:14:06
132,481,841
0
0
null
null
null
null
UTF-8
C++
false
false
227
hpp
#ifndef DISPLAY_SCREENSHOT_HPP #define DISPLAY_SCREENSHOT_HPP class Screenshot { public: Screenshot() {} ~Screenshot() {} void saveScreenshot(const int window, const unsigned int frame, const char* imagesDir); }; #endif
[ "peng0175@umn.edu" ]
peng0175@umn.edu
4ca7b5fc80f3a980d033f7c5fa4e591e1617838b
616e90f1892c8958039059cd00eeb10ddd5e1e92
/tree/617-merge-two-binary-trees.cpp
00f16f53a9087f063720e24869feb4c6c862960b
[]
no_license
zuselegacy/leetcode
3bbd6c5c025b46d40383a46112941b2d7f4503ff
9d444019211bfa484d99b47a5703cc19763c780b
refs/heads/master
2022-10-20T19:40:42.087679
2022-09-22T13:37:50
2022-09-22T13:37:50
230,397,626
0
0
null
null
null
null
UTF-8
C++
false
false
1,065
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...
[ "zuselegacy@gmail.com" ]
zuselegacy@gmail.com
70dbbfaca11f2ef4fbf2f2baa49ddc21a53e15e0
9869acb3d91e06529f0a017954cae10d796f6fc6
/keylogger-fud/TimeLog.cpp
dcd14ffbb7f84d0e6d1f230a512785048b897770
[]
no_license
Patrickjusz/CPP
2cf39368cf05a0e98058a1346966cfba8a2235d8
559bbf1ac33d43ef5796175bc08bfbce9ff0e624
refs/heads/master
2021-08-07T09:31:14.192964
2017-11-08T00:26:50
2017-11-08T00:26:50
109,883,260
0
0
null
null
null
null
UTF-8
C++
false
false
1,407
cpp
#include "TimeLog.h" TimeLog::TimeLog() { this->config = new Config(); } int TimeLog::getTimeMs() { return time(NULL); } string TimeLog::loadFileTime() { FILE *file = fopen(this->config->GetTimeFileName().c_str(), "r"); if (file) { char tmpBuffor[16]; //UNIX TIME (s) BUFFOR (10 digit [1/1/197...
[ "patryk.jastrzebski91@gmail.com" ]
patryk.jastrzebski91@gmail.com
e6053de34c6bbf4b0b17234b112130873c208e5f
4e74645771b2b3457906a52958fd0a2f5931b72c
/Chapter-12/ex1221.cc
9aacbc856a4dff7c2f26cb9041efb81744f3a7ee
[]
no_license
chushu10/cpp-primer
750b09a058ab45a8b629312a55f2ac43acd981f7
1bd1c90ab46bc02cf0bd039672e489c5cd91bef8
refs/heads/master
2022-02-23T00:59:03.861091
2019-09-10T13:49:33
2019-09-10T13:49:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
438
cc
#include <string> #include <fstream> class NoName { public: NoName(const std::string &name, int ival, double *pd, std::ifstream &ifs): name_(name), ival_(ival), pd_(pd), ifs_(ifs) {} private: const std::string name_; int ival_; double *pd_; std::ifstream &ifs_; }; int main(int argc, char const...
[ "liuchushu10@gmail.com" ]
liuchushu10@gmail.com
0b806d34763853a120df65c661335e6ff4f6e13c
bb2abaf75ffcafb5cab0bcde2825a5f699c32114
/cpp_rtype/server/include/Component/Position.hpp
9efa50e9d1838ae68537f6f306f3384357ad04ae
[]
no_license
leroy-0/CPP_2017
72afa80106fb437bb75a3545244098115308cb67
f8de1b38dec8802ebf74e116470dbd465723bbc7
refs/heads/master
2022-06-08T07:59:26.647201
2020-05-05T14:34:07
2020-05-05T14:34:07
261,495,573
0
0
null
null
null
null
UTF-8
C++
false
false
451
hpp
// // Created by Sebastien on 12/01/2018. // #ifndef R_TYPE_UI_HPP #define R_TYPE_UI_HPP #include <vector> namespace Component { struct Position { enum Geolocalisation { LEFT_UP, RIGHT_UP, LEFT_DOWN, RIGHT_DOWN }; i...
[ "maxime.leroy@corp.ovh.com" ]
maxime.leroy@corp.ovh.com
f6a87bb1134ef8d84a5205e999c9bd9fd274f55d
3bacd8f24d38a5072fdaa2ae1bb3a1b10c8ef064
/robot_control/Robotics/Heatmap/Heatmap/Lidar.h
7b9d1d31b586ae2bc66841e6de6b1a85f3b6f4f1
[]
no_license
JakobYde/Robotics_Vision_AI_Group_Project
e253fdf753a66486def5ef66c757360857df2f4e
857e351f07029cda2150ef6263f4bdf61d0e8e29
refs/heads/master
2020-11-24T06:09:24.582400
2018-12-16T12:38:06
2018-12-16T12:38:06
228,000,890
0
0
null
null
null
null
UTF-8
C++
false
false
378
h
#pragma once #include "Point.h" #include "Edge.h" class Lidar { public: Lidar(); ~Lidar(); void newMeasurement(); void addMeasurement(PolarPoint p); void addMeasurements(std::vector<PolarPoint> points); Line leastSquareFit(std::vector<PolarPoint> points); std::vector<Line> getLines(); std::vector<Point> get...
[ "olvea16@student.sdu.dk" ]
olvea16@student.sdu.dk
d72ec7c465349d200982880c20ec50cf62173814
bed3ac926beac0f4e0293303d7b2a6031ee476c9
/Modules/ThirdParty/VNL/src/vxl/core/vnl/Templates/vnl_sparse_matrix+complex+double--.cxx
c22e8f2a7a3394091d4094da435646f1cae6036a
[ "IJG", "Zlib", "LicenseRef-scancode-proprietary-license", "SMLNJ", "BSD-3-Clause", "BSD-4.3TAHOE", "LicenseRef-scancode-free-unknown", "Spencer-86", "LicenseRef-scancode-llnl", "FSFUL", "Libpng", "libtiff", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", ...
permissive
InsightSoftwareConsortium/ITK
ed9dbbc5b8b3f7511f007c0fc0eebb3ad37b88eb
3eb8fd7cdfbc5ac2d0c2e5e776848a4cbab3d7e1
refs/heads/master
2023-08-31T17:21:47.754304
2023-08-31T00:58:51
2023-08-31T14:12:21
800,928
1,229
656
Apache-2.0
2023-09-14T17:54:00
2010-07-27T15:48:04
C++
UTF-8
C++
false
false
120
cxx
#include "vnl/vnl_complex.h" #include "vnl/vnl_sparse_matrix.hxx" VNL_SPARSE_MATRIX_INSTANTIATE(std::complex<double>);
[ "hans-johnson@uiowa.edu" ]
hans-johnson@uiowa.edu
045a687a3acb4090f27fc426c945e10d61a4521b
32987a0e09e0be0f7aa462c4085fae378d0e6759
/D03/ex04/SuperTrap.hpp
7843fb7a309536c35098926086c08877c59b9050
[]
no_license
yslati/CPP
c4994f70e2e7ada110d6de94b3d53f3205bf661f
328b7d46b4101da79d14f8b884c05dd960088b1e
refs/heads/master
2023-04-15T15:10:04.073423
2021-04-12T16:17:16
2021-04-12T16:17:16
331,574,864
0
0
null
null
null
null
UTF-8
C++
false
false
1,454
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* SuperTrap.hpp :+: :+: :+: ...
[ "yslati@e2r4p6.1337.ma" ]
yslati@e2r4p6.1337.ma
9d4ff38791673ffe72f17a50f932ccdba516c4ec
9c75528c3a4a31a23e3c8f035d19c30ed6a58244
/SafeArray.cpp
9343cc934f803c52d555203c7ea467d38867df53
[]
no_license
LeventJ/SafeArray
bd0f59cf11bfb14ade806a84e1ac7c384409490b
2c237dd72a508eb390e7a58d639c131bb9668481
refs/heads/master
2021-01-01T17:28:29.838011
2015-04-24T04:30:15
2015-04-24T04:30:15
34,491,322
0
0
null
null
null
null
UTF-8
C++
false
false
681
cpp
#include "SafeArray.h" SafeArray::SafeArray(int size) { this ->size = size; number = new int[size]; } SafeArray::~SafeArray() { } void SafeArray::check(int index) { if(index<0||index>size) { cout<<"Warning!"<<endl; // exit(0); } } int& SafeArray::operator[](int index) { check(i...
[ "Levent_J@163.com" ]
Levent_J@163.com
7c16f4142aa715e558b4827367290f5b8cdb2dd1
2557b930a316247a60108bd7c62b7506f01f8777
/examples/steady_inlet_outlet_bifurcation/system/controlDict
3d62fb186555fe416684269b27f29b025e254c30
[ "MIT" ]
permissive
Chr1sC0de/ArteryScalingLawsBC
1b49c68d6734698067eef815cb992a4089e1e420
254498e26107e3542fedeb456873b5a02c4bd2ad
refs/heads/main
2023-02-21T06:40:23.114436
2021-01-28T01:49:53
2021-01-28T01:49:53
318,335,876
1
1
null
null
null
null
UTF-8
C++
false
false
1,300
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | ...
[ "63153273+Chr1sC0de@users.noreply.github.com" ]
63153273+Chr1sC0de@users.noreply.github.com
b00b0372a2bb84323134e0e5b358653cb7465ef7
2a7889e17a4c8c5c751052661ed0f8498205e960
/sum of array number.cpp
a22210d741dc235ee638ee9054d081099f4c06ee
[]
no_license
alaminsheikh01/CPP_important-topics
d6e5496374883ec8f58c5f4b18b655368ecfd4b3
708f7308debcb3d5042bded785aeebf7fee32dd9
refs/heads/master
2022-03-08T19:29:30.700573
2019-11-07T05:18:02
2019-11-07T05:18:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
184
cpp
#include<iostream> using namespace std; int main() { int num[5]={10,20,30,40,50}; int sum=0; for(int i=0;i<5;i++) { sum +=num[i]; cout<<sum<<endl; } }
[ "noreply@github.com" ]
noreply@github.com
36556279d5274237776cca665599099d61f71108
c47b80e996fa5469fae837bdba6f213f2460e95c
/buffer.h
71e4bde2c6167e435fcb19f1a2c6a1023f49c21a
[]
no_license
Felipeasg/LFTracking
c8e2670194205636fee18d1f355992728a51ead0
d1de1b26a11303923b170b65e3af0584ef869bb7
refs/heads/master
2021-01-10T17:19:37.678323
2020-07-12T01:02:19
2020-07-12T01:02:19
36,243,414
5
1
null
null
null
null
UTF-8
C++
false
false
401
h
#ifndef BUFFER_H #define BUFFER_H class Buffer { public: Buffer(char* array, int size); ~Buffer(); int putByte(char* ch); int getByte(char* ch); int putN(char* data, int offset, int n); int getN(char* data, int offset, int n); int getLength(); private: char* data_array; int arra...
[ "felipeadrianosg@gmail.com" ]
felipeadrianosg@gmail.com
4be50e29bb9a36aaec3bed81a32f37be40792540
bd3bbe85e6652f13090ffd729a6bd8a50e0015a7
/BinomialTree.hpp
3618ee80806ec23dd5358f42c477ff74c2d5e368
[]
no_license
PPPW/Financial-Simulations
c299784e6eae92af6e601e0775209e586933352f
cf4839974a7f6b360df275e8833b7ccd70d16764
refs/heads/master
2021-01-10T15:59:16.488523
2016-01-02T22:34:23
2016-01-02T22:34:23
43,526,114
0
0
null
null
null
null
UTF-8
C++
false
false
884
hpp
/** The BinomialTree class generates the binomial tree and uses the tree to price different instruments. The default model is Cox-Ross-Rubinstein. @author Pei Wang */ #ifndef BINOMIAL_TREE #define BINOMIAL_TREE #include "Trees.hpp" #include "VanillaOption.hpp" #include <vector> class BinomialTree :...
[ "pei.wang.fudan@gmail.com" ]
pei.wang.fudan@gmail.com
32d3bb8b5b62e3ed63a5468db5bb42e114f15be2
175cb710901f613caf919bc34fd1d3699aa2458e
/CppPractice/CSES/Dynamic Programming/dp4.cpp
e54ccc9720f8dc5793479960d98e38727de5d026
[]
no_license
harshit977/CP_Solutions
0df1cd3ddbebdf0fd840c3a35f876c5ce7d3e3a1
b83e70f10229da6c2005f12b653ed6aa5eb74a07
refs/heads/main
2023-08-12T06:48:50.721317
2021-10-01T11:43:18
2021-10-01T11:43:18
412,458,588
1
0
null
2021-10-01T12:29:36
2021-10-01T12:29:35
null
UTF-8
C++
false
false
1,012
cpp
#include<bits/stdc++.h> #define boost ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0) #define ll long long #define fi for(ll i=0;i<n;i++) #define pb push_back ll solve(ll *v,ll n,ll w) { int dp[n+1][w+1]; ll mod=1e9+7; for(int i=1;i<=n;i++) dp[i][0]=1; for(int i=0;i<=w;i++) ...
[ "noreply@github.com" ]
noreply@github.com
930d4815bc359d41a95f1c2f1dcb0a525705f60e
2a99d31e41e265efd0c215ad455e8b8a05d6d84a
/palette.h
eef2a2a0935847dfcabc2cb30f03698c7a3b54b8
[]
no_license
oragelac/brams-waterfall
e6f8bbeaf37037105417c89d148439d1f236a3a7
174a8223c81ed1dabdf9b5c054a3e4c2dcfd28d3
refs/heads/main
2023-03-06T04:38:44.614627
2021-02-23T09:14:49
2021-02-23T09:14:49
341,494,421
0
0
null
null
null
null
UTF-8
C++
false
false
335
h
#ifndef PALETTE_H #define PALETTE_H #include <QColor> #include <iostream> class Palette { public: Palette(); void setBrightness(int); void setContrast(int contrast); QColor *colors; QColor operator[](unsigned int i); private: int brightness; int contrast; double _f; }; #endi...
[ "calegaroantoine@gmail.com" ]
calegaroantoine@gmail.com
b979b9aa993fe18ca5db3e1018d82f16cb771f2c
4aa72084aa12cb676d51807243e8a70b02ba4ff9
/Plamadeala_Raytracing_1/Code/objloader.cpp
28895cf8eea2b750501dc6e3b118ec49ec7b2617
[ "MIT" ]
permissive
Cornul11/CG_2021
90c2b79f48881ab86e6a9a55ab722b9371f4d173
286ebb03bade9fa1e1609a603731e9ada994204d
refs/heads/main
2023-03-26T09:59:17.770765
2021-03-22T01:27:28
2021-03-22T01:27:28
338,468,537
0
0
null
null
null
null
UTF-8
C++
false
false
5,620
cpp
#include "objloader.h" // Pro C++ Tip: here you can specify other includes you may need // such as <iostream> #include <fstream> #include <iostream> #include <sstream> using namespace std; // =================================================================== // -- Constructors and destructor ----------------------...
[ "cornul11@gmail.com" ]
cornul11@gmail.com
343881634a69ce69397dfbc14fa9abdd647cd498
f84f0c113acded328c44aa15b3dbc9856a4c0e1e
/Second Semester/Alexander_D_SolveForPI/Alexander_D_SolveForPI/Alexander_D_SolveForPI.cpp
89b5b5116c3f9ac901a9f663047af0cc2d2e8f10
[ "MIT" ]
permissive
FullscreenSauna/School-12th-grade
f16a7ee4319fa3aedf7bbf4ce1513f5adb4fb837
bba0ed1daccd24130515716cc3be178e3401394b
refs/heads/main
2023-06-16T04:29:17.735444
2021-07-09T09:06:40
2021-07-09T09:06:40
384,380,216
0
0
null
null
null
null
UTF-8
C++
false
false
454
cpp
#include <iostream> using namespace std; int main() { cout << "How many terms do you want to calculate?" << endl; int n; cin >> n; int denominator = 3; double sum = 1; for (int i = 2; i <= n; i++) { if (i % 2 == 0) { sum -= 1.0 / denominator; } ...
[ "alexanderdz@abv.bg" ]
alexanderdz@abv.bg
d2b90f776fda424b9f729728c3116965cc83ff9e
38370ec6d3ba86570dd0efd1de8841f6ff5bad59
/CrossApp/view/CACollectionView.h
7fb59499d69606a81cefb37c7a33b14e02b4d2e1
[]
no_license
RainbowMin/CrossApp
f3588907811cc5f3b9936439b95aade65eb29e5a
45b5d4893fab0bb955089e1655694b189760608d
refs/heads/master
2021-01-18T10:07:52.377093
2014-07-22T05:44:16
2014-07-22T05:44:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,128
h
// // CAAlertView.h // CrossApp // // Created by Zhujian on 14-6-27. // Copyright (c) 2014 http://www.9miao.com All rights reserved. // #ifndef __cocos2dx__CACollectionView__ #define __cocos2dx__CACollectionView__ #include "view/CAView.h" #include "view/CAScale9ImageView.h" #include "controller/CABarItem.h" #incl...
[ "278688386@qq.com" ]
278688386@qq.com
4045d80c31ed93d31fa6d57bbaccf6d137bd9afc
48717e6e780ed9e135c465284c5587fa537385a2
/src/qt/coincontroldialog.h
419fe32febd04a2f87a495d0fca655304cc4cb23
[ "MIT" ]
permissive
champmine/privcy
7f239621cb4aef2c1e204e3a6b69dd73ced116bf
bed16b116211351080db1759ae4fd332af2175e6
refs/heads/master
2023-06-22T21:24:09.715310
2021-07-08T17:30:45
2021-07-08T17:30:45
384,041,920
0
1
null
null
null
null
UTF-8
C++
false
false
3,038
h
// Copyright (c) 2011-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. #ifndef BITCOIN_QT_COINCONTROLDIALOG_H #define BITCOIN_QT_COINCONTROLDIALOG_H #include <amount.h> #include <QAbstractButton...
[ "sarris88p@gmail.com" ]
sarris88p@gmail.com
f576b790de5a2b5258db16d173b1fa57b264f79f
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/3WeekTutorial/day2/forwardStep/0.5/Ma
5b3a931566aa55e31c33f655c4f42865c46a7853
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
42,627
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
91670aa1925e522cf6e6709ef97e6492a30f0a2b
95326a775c0b4980561ab7b1a7f43058c9ef9b7c
/Exercices/src/Labels.h
1a5a235b06def6100f8e9ec54187b207bf8cfb26
[ "MIT" ]
permissive
polferrando98/ParticleSystem
ef2526dba76f9484a02dfeb55fcf65c32f3915b1
ad112cb0bcf581bdb696febe7c80f32960ed546f
refs/heads/master
2020-03-10T03:06:36.161625
2018-06-01T09:14:07
2018-06-01T09:14:07
129,154,997
0
0
null
null
null
null
UTF-8
C++
false
false
513
h
#ifndef _LABELS_ #define _LABELS_ #include "Widgets.h" #include "mdFonts.h" #include "SDL/include/SDL.h" class Labels : public Widgets { public: Labels(const char* content, const SDL_Color& color, _TTF_Font* font_size, std::pair<int, int> pos, Module* callback); ~Labels(); void draw(); void setText(const char* ...
[ "pol.ferrando.98@gmail.com" ]
pol.ferrando.98@gmail.com
87a01ff60f0557b6cb1b021255f7d3fb52849d3e
c0338811bab1c94204c12bf2c33324ac0d33f36b
/ModelPusty.cpp
ec1328536f0cc9dd81a1ab0b9269386ad9a0f550
[]
no_license
MateuszBielski/odZera
7933a28937987a454a5a526590ab4b0b527cff9c
5c0575021801119c765eeea887a29d17c4286b2b
refs/heads/master
2020-03-21T18:50:00.921940
2018-12-24T11:41:14
2018-12-24T11:41:14
138,915,765
0
0
null
null
null
null
UTF-8
C++
false
false
173
cpp
#include "ModelPusty.h" ModelPusty::~ModelPusty() { // g_print("\ndestruktor ModelPusty"); } itLspModel ModelPusty::AdresPelnegoObiektu() { return tuJestemPelny; }
[ "mateo_bass@bialan.pl" ]
mateo_bass@bialan.pl
7f56b59b48dd6c72a616a243b390b56d82766e8f
f5d27caff31fa8a7924738256086f506d0ff260b
/Pixy_get_video/get_video_from_pixy.cpp
26301e9a91eb269877569f68ea5ac8bf5af393f8
[]
no_license
edwardlo12/Pixy_get_video
d37a391458814e7545fac6bba6deac60452383ee
4c910a52b0b87ade9b4252fa87a63d7272019cd6
refs/heads/master
2021-01-19T18:38:47.272039
2017-04-16T08:33:41
2017-04-16T08:33:41
88,369,908
1
1
null
null
null
null
UTF-8
C++
false
false
3,531
cpp
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> #include <string.h> #include <math.h> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/opencv.hpp> #include <opencv/cv.h> #include <opencv/highgui.h> #include <ctime> #include "pixy.h" using namespac...
[ "edwardssd@EDWARDSSD-PC" ]
edwardssd@EDWARDSSD-PC
1498b904268dd16aa3bfd7594ece60e3613b148e
73ee941896043f9b3e2ab40028d24ddd202f695f
/external/chromium_org/chrome/browser/ui/webui/ntp/android/navigation_handler.cc
d5c9a2e1693f74bc8e2aeb594833d0b1d453f18e
[ "BSD-3-Clause" ]
permissive
CyFI-Lab-Public/RetroScope
d441ea28b33aceeb9888c330a54b033cd7d48b05
276b5b03d63f49235db74f2c501057abb9e79d89
refs/heads/master
2022-04-08T23:11:44.482107
2016-09-22T20:15:43
2016-09-22T20:15:43
58,890,600
5
3
null
null
null
null
UTF-8
C++
false
false
3,011
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/ntp/android/navigation_handler.h" #include "base/bind.h" #include "base/logging.h" #include "base/metrics/histogram.h" ...
[ "ProjectRetroScope@gmail.com" ]
ProjectRetroScope@gmail.com
82dc161e29657204d72925bc2fa0b5d405cd7d79
a30a69ada79fd9799f27e45c7234fbca23ffd4e9
/MRF_JW/GraphCuts.cpp
bd21474ea6455f5ef4f08f1bc9434109e22482a9
[]
no_license
leejang/stereo_matching
b4be4a8547fec0442c19e66fb4ba521a65dace5c
5127472db7d4cf00492b44be28d31efb0b760efa
refs/heads/master
2020-04-20T21:06:01.654909
2019-02-04T15:17:02
2019-02-04T15:17:02
169,097,748
0
0
null
null
null
null
UTF-8
C++
false
false
23,766
cpp
/* * File: GraphCuts.cpp * * This file originzted from the MRF 2.2 Library * slightly modfied by Jangwon Lee, 11/2016 * Email: leejang@indiana.edu */ #include "energy.h" #include "graph.h" #include "GraphCuts.h" #include <stdio.h> #include <time.h> #include <stdlib.h> #include "string.h" #define MAX_INTT 100000...
[ "leejang@madthunder.soic.indiana.edu" ]
leejang@madthunder.soic.indiana.edu
1fa79d33b2249d1f38c84f839ac045bb69213d9c
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/test/crttests/test/clib/time/drv.cpp
1b91b4add90396d347c45b3007efbbe889628dbb
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
652
cpp
#include <xtl.h> int gmtime1Entry(); int localtime1Entry(); int mktime1Entry(); int mktime2Entry(); //int mktime3Entry(); int futime1Entry(); int futime2Entry(); int utime1Entry(); int utime2Entry(); int ftime1Entry(); int time1Entry(); int ctime1Entry(); //int strftime1Entry(); int testcrtEntry(); ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
73053cac6bd7e0a348fe06b9f023ee07feda9469
792f2ee67210556f224daf88ef0b9785becadc9b
/AOJ/contest/PakenCamp19Day1-C.cpp
6954546ee9033caf6a98333ca2992ed16167aa65
[]
no_license
firiexp/contest_log
e5b345286e7d69ebf2a599d4a81bdb19243ca18d
6474a7127d3a2fed768ebb62031d5ff30eeeef86
refs/heads/master
2021-07-20T01:16:47.869936
2020-04-30T03:27:51
2020-04-30T03:27:51
150,196,219
0
0
null
null
null
null
UTF-8
C++
false
false
546
cpp
#include <iostream> #include <algorithm> #include <iomanip> #include <map> #include <set> #include <queue> #include <stack> #include <numeric> #include <bitset> #include <cmath> static const int MOD = 1000000007; using ll = long long; using u32 = unsigned; using u64 = unsigned long long; using namespace...
[ "firiexp@PC.localdomain" ]
firiexp@PC.localdomain
7064dd812f29dd37166a56fe39df3f4913a5f12d
a4dfd629736c667a2204b489b24021a88e5bfc46
/LeetCode/ReverseInteger.h
6ba5e83997141c2320f22cc4d32337fa29e77dcf
[]
no_license
djhanove/MechE-to-SWE
1474444838bf81e688c7e8080df8593d6b09e197
c91ab9df339b0335d09945895ba0128f8025c3cb
refs/heads/master
2021-03-26T21:55:43.440428
2020-06-28T15:10:10
2020-06-28T15:10:10
247,753,643
0
0
null
null
null
null
UTF-8
C++
false
false
319
h
class Solution { public: int reverse(int x) { int reversed = 0; while(x) { if(INT_MAX/10 < reversed) return 0; if(INT_MIN/10 > reversed) return 0; reversed = reversed * 10 + x % 10; x/=10; } return reversed; } };
[ "djhanove@mtu.edu" ]
djhanove@mtu.edu
5e7a6879351bc6782a48eac58862d6ac763143a0
8c2b209d83d457eb0b55822d440007387f2d2a75
/util/src/Subsystem.cpp
377fff85d85a3152761c9473325a4b9a7f9f384c
[]
no_license
MayaPosch/Lucid
491277fdd2edacb8469171292330853d51b35bc6
48e7563f59ba125e3d694976fc4d7a8fd47e66bc
refs/heads/master
2022-09-07T08:03:40.387631
2020-06-01T15:33:42
2020-06-01T15:33:42
266,867,257
0
0
null
null
null
null
UTF-8
C++
false
false
534
cpp
// // Subsystem.cpp // // Library: Util // Package: Application // Module: Subsystem // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #include "lucid/Util/Subsystem.h" namespace Lucid { namespace Util { Subsystem::Subsyst...
[ "maya@nyanko.ws" ]
maya@nyanko.ws
f78ef41d66b6a9525f32dcbb2699522f643ee64d
b44e47d7941c0299312c20ad2e6cad141aff62f2
/main.cpp
dd7c5f2645b4c8d6ba7be32ff9979b0a2b27287a
[]
no_license
Ons-zerai/Sending-SCD30-sensor-data-to-a-network-server-via-LoRaWAN-protocol-
40b65ab0bdefda46ba3b7daebf4364e791a43ffa
b0c72739794b1c7a87a4fdea6558a498b7a91143
refs/heads/main
2023-08-16T07:33:47.819271
2021-10-22T21:40:12
2021-10-22T21:40:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,199
cpp
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file lora_app.c * @author MCD Application Team * @brief Application of the LRWAN Middleware ****************************************************************************** * @attent...
[ "noreply@github.com" ]
noreply@github.com
61bd8d37bc2f2d8289013bbba58a0aab56b01b16
fc51d373fb5f6bf772023b8e1959bcd0818b928d
/juce_libsamplerate/src_wrappers/libsamplerate_SRC.h
e0b607e8f7e92483d3753ed402a28dd9c8ee3c50
[ "BSD-2-Clause" ]
permissive
talaviram/juce_libsamplerate
a572724a61012e7f91c8c9dfb3b87b042b22183b
5d6c8a48636e84f38333e341d315551342a90f76
refs/heads/master
2020-06-26T07:50:43.548721
2019-08-17T13:07:43
2019-08-17T13:07:43
199,576,434
3
0
null
null
null
null
UTF-8
C++
false
false
1,512
h
/* ============================================================================== Copyright (c) 2019, Tal Aviram All rights reserved. This code is released under 2-clause BSD license. Please see the file at : https://github.com/talaviram/juce_libsamplerate/blob/master/COPYING ====================================...
[ "me@talaviram.com" ]
me@talaviram.com
1aa1ef581ca946cb1ab9d5814b1d2efedcd20a9b
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE124_Buffer_Underwrite/s03/CWE124_Buffer_Underwrite__new_wchar_t_loop_82.h
17e9f0b3b9469b344068b2fc9fe49cdadbfb76f7
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
1,270
h
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__new_wchar_t_loop_82.h Label Definition File: CWE124_Buffer_Underwrite__new.label.xml Template File: sources-sink-82.tmpl.h */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memory bu...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
777c96b5ad109d1f27e2db7b2acafa8ef8c60289
9a1a0b47b59e55e3f2043ad32d5d58455e69425d
/0607/ficheros/numeros.cpp
44a0cb7338f30f93cac0a6cd3e83fb6c845e2bfa
[]
no_license
piranna/asi-iesenlaces
dcabc0213791c04a8b6b4ccb850d5bda78292ae1
cf35cbea732065e09a58604a93538a9b9dca875f
refs/heads/master
2016-08-06T05:09:44.270637
2008-06-15T09:00:27
2008-06-15T09:00:27
32,416,588
1
0
null
null
null
null
UTF-8
C++
false
false
2,096
cpp
// $Id$ // ficheros de enteros #include <stdio.h> #include <stdlib.h> void creaFichero(char *nombre) { int i; FILE * f; f = fopen(nombre, "w"); if ( f == NULL) { perror("fopen"); exit(1); system("pause"); // Detiene la consola } for (i=1; i<1...
[ "morillas@f86dea77-7e2e-0410-97ea-a74e350978e6" ]
morillas@f86dea77-7e2e-0410-97ea-a74e350978e6
59fc25a3a5bd3de49f1cabea18a47a9e71c8314d
dfb4cb8d916b62d7272ca353302d1ad95e4d7244
/src/test/univalue_tests.cpp
af903cc2a0bc2d14c3c30889bf3fd09427974245
[ "MIT" ]
permissive
mirzaei-ce/core-shahbit
d166ab47067bf66c3015c3da49ff31cd29f843db
57ad738667b3d458c92d94aee713c184d911c537
refs/heads/master
2021-07-21T11:09:22.493418
2017-10-25T13:50:55
2017-10-25T13:50:55
108,276,937
0
0
null
null
null
null
UTF-8
C++
false
false
9,501
cpp
// Copyright 2014 BitPay, Inc. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <stdint.h> #include <vector> #include <string> #include <map> #include <univalue.h> #include "test/test_shahbit.h" #include <boost/test/uni...
[ "mirzaei@ce.sharif.edu" ]
mirzaei@ce.sharif.edu
44324e3056ef8f13282dd8602dd07825ccfb6882
b87556def7b2308ecee1f2f6837aafdea995b681
/source/cGameStatePlay.cpp
89ac413cbe281039a20b6dfc66e66a5680f33943
[]
no_license
ChuckBolin/SideScroller
b418e52dee41d0b162fa18c6ef37c5de2dd1a6ad
9993eb68dda5d4c7e47d66ff14af6d483441fac3
refs/heads/master
2016-09-11T11:05:46.763091
2014-04-12T01:30:17
2014-04-12T01:30:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,842
cpp
//cGameStatePlay.cpp #include "..\includes\cgamestateplay.h" #include "..\includes\keystatus.h" #include "..\includes\log_templates.h" //defined in main.cpp WndProc extern HWND g_hMainWnd; extern UINT g_Msg; extern WPARAM g_wParam; extern LPARAM g_lParam; extern HINSTANCE g_hAppInst; extern ...
[ "cbolin@sc.rr.com" ]
cbolin@sc.rr.com
58b7976462527618928344afd5177c392e91c02a
575c78d3b7a2fe90f4f0624d963bd6111dfca309
/deps/polyscope/src/render/opengl/shaders/ribbon_shaders.cpp
303a1e4d2e809b5def4a3d7a0c133d39073d79da
[ "MIT" ]
permissive
g-gisbert/Inpainting-Holes-In-Folded-Fabric-Meshes
1898a35a848f9f16a99653c7c1e95ab0941755cd
ccce75215b742a1c971008c4f1a889bd85b6c74d
refs/heads/main
2023-08-19T08:49:47.829392
2023-08-18T13:55:11
2023-08-18T13:55:11
648,992,474
5
2
MIT
2023-07-21T15:34:49
2023-06-03T12:45:00
C++
UTF-8
C++
false
false
5,861
cpp
// Copyright 2017-2019, Nicholas Sharp and the Polyscope contributors. http://polyscope.run. #include "polyscope/render/opengl/shaders/ribbon_shaders.h" namespace polyscope { namespace render { namespace backend_openGL3_glfw { // clang-format off const ShaderStageSpecification RIBBON_VERT_SHADER = { ShaderStag...
[ "gisbert.guillaume1997@gmail.com" ]
gisbert.guillaume1997@gmail.com
9fcac7f98d060629dcac11e70d8466f2aeb6f5f4
a1dec9b8941cdefce699d2b0c5c907b7f9f5cce1
/Project_CPP/detcted_windows_architecture.cpp
3fbf9d2ace951b01fc1aa809ebd18dc2fbaeaeec
[]
no_license
ddarkclay/programming-cookbook
876763762e5922f267259233ddbca71b0d833ddb
1ebe5ab0a1798cef25aeababfa3deb0e6a4b0d10
refs/heads/master
2020-11-24T09:14:08.502636
2019-12-14T18:34:52
2019-12-14T18:34:52
228,066,456
0
3
null
2019-12-15T02:34:29
2019-12-14T18:02:29
Python
UTF-8
C++
false
false
290
cpp
#include<iostream> #include<conio.h> using namespace std; int main() { #if (defined (_WIN32)) std::cout<<"Windows 32 Bit Architecture !"<<std::endl; #elif(defined (_WIN64)) std::cout<<"Windows 64 Bit Architecture !"<<std::endl; #endif getch(); }
[ "vaibhavchaudhari8625@gmail.com" ]
vaibhavchaudhari8625@gmail.com
fd40c3a1dfe5f708b8b54081af0ce481c6a29c8b
62b0d19327705b09c47764f588327f5f91c2576f
/Hashing/common-elements.cpp
5d60a85c6a162582b01b9f9e4660950ab8a78be6
[]
no_license
SparshJain2000/GFG_Solutions
637600a12010c26f6fd28644c9aca8c8ae9020ad
d570c35683969cf7f343d3da4827359cf87269c6
refs/heads/main
2023-08-28T03:22:23.989906
2021-10-05T08:07:59
2021-10-05T08:07:59
320,352,756
4
5
null
2021-10-05T08:08:00
2020-12-10T18:09:58
C++
UTF-8
C++
false
false
1,061
cpp
#include <bits/stdc++.h> using namespace std; /* Given two lists V1 and V2 of sizes n and m respectively. Return the list of elements common to both the lists and return the list in sorted order. Duplicates may be there in the output list. */ vector<int> common_element(vector<int> v1, vector<int> v2) { so...
[ "jainsparsh0801@gmail.com" ]
jainsparsh0801@gmail.com
ac0c74f8d6006fd12a2679ab796f77a724dc63aa
13771efbe4bd2803f21b75c0edb621a0d68d0f6c
/그래프/단어변환_그래프BFS_프로그래머스.cpp
a88fb0c9b536320cea318910a5f53c4e875fab9d
[]
no_license
Flare-k/Algorithm
f6e597bcb376d8c0f50e91556cadf2cceadd786c
64ab13c5304712292c41a26a4347f010d70daf98
refs/heads/master
2023-04-08T21:05:08.130284
2023-04-03T13:57:01
2023-04-03T13:57:01
236,532,243
2
0
null
null
null
null
UTF-8
C++
false
false
1,167
cpp
#include <iostream> #include <algorithm> #include <string> #include <queue> #include <vector> using namespace std; int result = 21e8; bool used[51]; struct Node { string word; int level; }; int checkStr(string a, string b) { int cnt = 0; int len = a.length(); for (int i = 0; i < len; i++) { ...
[ "rokkyw@naver.com" ]
rokkyw@naver.com
41f20d9ff21cd4f0f16faed88c619dd585abfc9f
084c16828bf29c1534976b81394b75bfd02fedc4
/E-olimp/Geometri/what_type_of_triangle.cpp
55b4b2f56e33ebb435ac61f5c705c2c9baa3150c
[]
no_license
timminn/Competitive-Programming-Solutions
278f3b9e1ae06173cfd7c6af851bbcda09c85301
21c8070a807dff1d6170acf5cb102ac5e1d4b4b5
refs/heads/master
2021-05-30T10:05:45.225954
2016-01-26T01:05:57
2016-01-26T01:05:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
348
cpp
#include <iostream> #define FOR(i,a,b) for(i=a; i<=b; i++) #define FOR2(i,n) FOR(i,0,n-1) #define all(x) x.begin(),x.end() using namespace std; int solve() { int a,b,c; cin >> a >> b >> c; if(a == b && b == c) return 1; if(a == b || b == c || a == c) return 2; return 3; } int main() { cout << solve...
[ "harungunaydin@Harun-2.local" ]
harungunaydin@Harun-2.local
d039f6cedea8f914363d5492dbe54e9e780ea949
9f2ea2feeed695d5d4870ff7074d5c96999d7146
/components/password_manager/core/browser/form_parsing/form_parser.cc
dba8aa4d2e20796bbfce5602e74e4b4c9228be86
[ "BSD-3-Clause" ]
permissive
vitalybuka/chromium
289ebbafe4db85fe9ee794e2e93ac5525db96fd0
c43e2076a35b740204deac7d213edb93d03bc68b
refs/heads/master
2023-02-24T14:49:53.938847
2019-12-14T01:19:24
2019-12-14T01:35:10
103,636,540
0
0
null
2017-09-15T09:12:32
2017-09-15T08:59:45
null
UTF-8
C++
false
false
45,181
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 "components/password_manager/core/browser/form_parsing/form_parser.h" #include <stdint.h> #include <algorithm> #include <iterator> #include <se...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
3c27d977fdf5c373f267ae76d2d49754772be786
ef68b62f4a1dd2e26e26ef2fc67e18f8fbe96418
/libs/cgv_gl/gl/gl_transparent_renderer.h
88251550bc6004034536970a1d4bc36c17e55f70
[]
no_license
lintianfang/cleaning_cobotics
68d9a4b418cdadab9dde1c24f529f45e7fc3bd4f
26ccba618aec0b1176fcfc889e95ed5320ccbe75
refs/heads/master
2023-02-25T21:36:10.777059
2021-01-29T09:49:16
2021-01-29T09:49:16
281,898,712
1
0
null
null
null
null
UTF-8
C++
false
false
2,781
h
#pragma once #include <cgv/render/texture.h> #include <cgv/render/frame_buffer.h> #include "gl_depth_peeler.h" #include "lib_begin.h" namespace cgv { namespace render { namespace gl { /** OpenGL helper class to simplify transparent rendering. It is derived from a depth peeler whose functionality is used f...
[ "tianfang.lin@tu-dresden.de" ]
tianfang.lin@tu-dresden.de
139a046a79ed335d7327c15ddc4821868c285582
1eee1c3d2d376b39884012ca99e8c002a410fa92
/Code/3100-3199/3164.cpp
35de052c327ed6f12d204554d094ecb677c7d4d3
[]
no_license
Ienu/ExerciseEveryday
7ceb85d69f6ce4518ea7da75868585acab755650
458a39561594a4504a806199ff5c43adcbcdb7ee
refs/heads/master
2020-03-15T18:50:48.158822
2018-09-30T08:14:21
2018-09-30T08:14:21
132,293,599
2
0
null
null
null
null
UTF-8
C++
false
false
346
cpp
#include <iostream> #include <algorithm> using namespace std; int main() { int a[10], i; for (i = 0; i < 10; ++i) { cin >> a[i]; } sort(a, a + 10); for (i = 0; i < 10; ++i) { if (a[i] % 2 == 1) { cout << a[i] << " "; } } for (i = 0; i < 10; ++i) { if (a[i] % 2 == 0) { cout << a[i] << " "; } } c...
[ "noreply@github.com" ]
noreply@github.com
5effa2fca03c20f2f277f501f47f289fb905345b
792e697ba0f9c11ef10b7de81edb1161a5580cfb
/lib/IR/Instructions.cpp
7798af3b19b99a75dd817fa6fc307db788e27e1f
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
opencor/llvmclang
9eb76cb6529b6a3aab2e6cd266ef9751b644f753
63b45a7928f2a8ff823db51648102ea4822b74a6
refs/heads/master
2023-08-26T04:52:56.472505
2022-11-02T04:35:46
2022-11-03T03:55:06
115,094,625
0
1
Apache-2.0
2021-08-12T22:29:21
2017-12-22T08:29:14
LLVM
UTF-8
C++
false
false
180,683
cpp
//===- Instructions.cpp - Implement the LLVM instructions -----------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "agarny@hellix.com" ]
agarny@hellix.com
dc2d189beacc592aadc739f5399fdfe1cba5c665
3d6e3bed8ffc6c31cedbfce5fb7b18906a11e556
/src/RcppExports.cpp
9198483b4c6fd665b3f6de1f88779d291defc46e
[]
no_license
AnestisTouloumis/ShrinkCovMat
df2b2164554d8ab5b8dcc106c8ba8c36defd7b86
7941b4c65493ea01fdf6f355a231bbdb64a88943
refs/heads/master
2023-07-25T09:31:08.904217
2023-07-21T09:02:13
2023-07-21T09:02:13
94,104,864
11
4
null
null
null
null
UTF-8
C++
false
false
1,952
cpp
// Generated by using Rcpp::compileAttributes() -> do not edit by hand // Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 #include <RcppArmadillo.h> #include <Rcpp.h> using namespace Rcpp; #ifdef RCPP_USE_GLOBAL_ROSTREAM Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); Rcpp::Rostream<false>& Rcpp::R...
[ "A.Touloumis@brighton.ac.uk" ]
A.Touloumis@brighton.ac.uk
ba4844c4854efe929277c52769a9f9509e6d07fa
974749492500560d2d29fb89b305a7c2966011a5
/NFC_monitoring/NFCwidget.cpp
1253dabf3b0e395618bea10bef367104d1fe8bfa
[]
no_license
holmes-asava/NFC
78d226603ed900301c7df62706ffcdc89d191dc0
54f12107dbef29ec1f18932c8891e28367bfa3d4
refs/heads/master
2021-09-16T13:50:59.706405
2018-06-21T09:57:49
2018-06-21T09:57:49
135,673,516
0
0
null
null
null
null
UTF-8
C++
false
false
438
cpp
#include "nfcwidget.h" #include <QItemSelection> #include <QtWidgets> NFCWidget::NFCWidget() { descriptionLabel = new QLabel(tr("There are currently no contacts in your address book. " "\nClick Add to add new contacts.")); mainLayout = new QVBoxLayout; mainLayout-...
[ "homer.asava@gmail.com" ]
homer.asava@gmail.com
88833cb468518864ef1a23a6ddf9e8899ad54f2e
6250f3343eff1638912510b66ed936c59796635a
/src_vc141/base/win/scoped_winrt_initializer.cc
64379193c5120c278387e00e3b2647407fc1041c
[ "Apache-2.0" ]
permissive
nneesshh/mytoolkit
b4b242307a6603bc5785bc130de8f4d3b5ea9265
336ae9c7077c8687a8cf8a2ce4aec804c28ab90c
refs/heads/master
2020-04-05T15:18:07.985547
2018-12-17T11:36:07
2018-12-17T11:36:07
156,961,652
0
2
null
null
null
null
UTF-8
C++
false
false
1,087
cc
// Copyright 2017 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 "base/win/scoped_winrt_initializer.h" #include "base/logging.h" #include "base/win/com_init_util.h" #include "base/win/core_winrt_util.h...
[ "nneesshh@163.com" ]
nneesshh@163.com
84facb2ed00f4e8bac805ea89774cbb1fdc5e45b
8dc84558f0058d90dfc4955e905dab1b22d12c08
/net/third_party/quiche/src/quic/core/quic_control_frame_manager.cc
511ef2be82b1f86b584af5dc80899c0c0b76859d
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
11,066
cc
// Copyright (c) 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/third_party/quiche/src/quic/core/quic_control_frame_manager.h" #include <string> #include "net/third_party/quiche/src/quic/core/quic_c...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
59f7a3977dce4579d09ff7ea08fb8673e58c5fcd
a474bca61f76af8ea7e089f2f5307f12bc6c6756
/Atividade04/01.cpp
b952282d703d072d9c75420ba96e286d05aefd7a
[]
no_license
davigomesflorencio/programming_challenges
82fda9748765d24ade535217a6e6ea657f5bbdc1
5f75a2ceabf5c03097b6381fd501fa7736854268
refs/heads/main
2023-07-23T10:16:41.749537
2021-09-02T00:47:24
2021-09-02T00:47:24
367,394,171
0
0
null
null
null
null
UTF-8
C++
false
false
2,244
cpp
#include <bits/stdc++.h> #include <iostream> #include <stack> using namespace std; /** * * 1405. Longest Happy String * **/ typedef pair<int, int> pi; class Solution { public: string longestDiverseString(int a, int b, int c) { string s = ""; int last = -1, letter_index, tam; int count[] = {a, b, c...
[ "davigomesflorencio@gmail.com" ]
davigomesflorencio@gmail.com
c5a4f4843d013e68ff4fd7598752277b0e4aecca
0e1b1f5e2893070ebdcb5eb15b07b89b0f31f471
/submodules/seqan/tests/translation/test_translation.h
f1d3dd3fa44edc5fb5bf2778fec12deec3d620ab
[ "MIT", "BSD-3-Clause" ]
permissive
sheffield-bioinformatics-core/STRique
1a4a3e59e0ac66174ed5c9a4498d6d8bed40b54d
fd2df916847727b3484b2bbad839814043d7dbea
refs/heads/master
2022-12-27T22:28:31.893074
2020-09-29T14:31:45
2020-09-29T14:31:45
296,618,760
0
0
MIT
2020-09-18T12:45:30
2020-09-18T12:45:29
null
UTF-8
C++
false
false
21,968
h
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2018, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
[ "matthew.parker@sheffield.ac.uk" ]
matthew.parker@sheffield.ac.uk
78d9ee63a31c7fedcd509374042c90702e1f86f9
95ae7dfa9ee578f1b24a65986ff78bf77ceca0c5
/Engine/source/math/mRotation.h
0ec23f2e169b431569ae45ae9c74080f073b0649
[ "MIT", "LicenseRef-scancode-unknown" ]
permissive
TorqueGameEngines/Torque3D
4e1f6a05cc0928980c8c7c20bcdd680eaa6dcee8
a445a4364664e299196bd551d213844486080145
refs/heads/development
2023-09-03T12:40:40.658487
2023-08-24T14:44:43
2023-08-24T14:44:43
267,440,108
1,192
178
MIT
2023-09-13T14:28:16
2020-05-27T22:35:54
C++
UTF-8
C++
false
false
11,908
h
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
[ "Areloch@gmail.com" ]
Areloch@gmail.com
85e30f6cfd0f56132eae9f3a40d392ee958f1ff8
7f5b3d155887bd28176e81f060fcb8f16b762d94
/abc/123/123a.cpp
7b213c05046a44c9bab59da99a7af4a58879b484
[]
no_license
3to5thpower/kyopro
3aadae55f5953e26a8f2a5d410b86b56c3ffa5da
b3f4612c9dbccb42559b59d40cc5e6241fbb63b9
refs/heads/master
2020-04-23T11:02:28.927160
2019-12-08T14:08:05
2019-12-08T14:08:05
171,122,530
0
0
null
null
null
null
UTF-8
C++
false
false
757
cpp
#include<bits/stdc++.h> using namespace std; #define ll long long #define INF 99999999 #define rep(i,n) for(int i=0,temp=(int)(n);i<temp;++i) //vec.size()がnの時等の高速化 #define all(x) (x).begin(),(x).end() #define SORT(v, n) sort(v, v+n); #define VSORT(v) sort(v.begin(), v.end()); #define vint vector<int> #define vvint vec...
[ "gen194265@gmail.com" ]
gen194265@gmail.com
5a3cdb1b319756c8aeb769e5f57c7a4d4d5a795a
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_repos_function_1843_last_repos.cpp
56efb4f3213e31ff2dceb3df94eed0ba99179885
[]
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
382
cpp
static apr_array_header_t *get_sorted_modules(apr_pool_t *p) { apr_array_header_t *arr = apr_array_make(p, 64, sizeof(module *)); module *modp, **entry; for (modp = ap_top_module; modp; modp = modp->next) { entry = &APR_ARRAY_PUSH(arr, module *); *entry = modp; } qsort(arr->elts, arr...
[ "993273596@qq.com" ]
993273596@qq.com
d978435cab0614fa2ccec3edd1e065ba3dcfa40f
330d1e60e0402cfc685d469b44f4a6674614f681
/Src/iberbar/Utility/StdHelper_Vector.h
5f33a202b49fcadcdeed15e7148ab308131182d2
[]
no_license
berbar/iberbarEngine
abeeb7e714f44867c2cf8bc55a2f699a5462e294
87b4d45eca444c34ad6f71326f8fa2063a62ca5d
refs/heads/master
2023-01-23T08:28:12.872280
2022-05-01T16:52:47
2022-05-01T16:52:47
299,245,571
5
1
null
null
null
null
UTF-8
C++
false
false
809
h
#pragma once #include <iberbar/Utility/Unknown.h> #include <vector> namespace iberbar { namespace StdHelper { template < typename T > void VectorSafeClearRef( std::vector<T*>& data, bool release ) { if ( release == true ) { auto iter = data.begin(); auto end = data.end(); for ( ; iter != end...
[ "bigbigbir@hotmail.com" ]
bigbigbir@hotmail.com
ea54d749e54b94c15074939604224f9a874fafac
5606abcea74fb003332a6876e799de3c4ce01039
/Lab 9/190041208_Task_4.cpp
f9c4ca16c98774f21d90c39b8d9730dade7ee2bf
[]
no_license
lamiya-tahsin/190041208-CSE-4302
d43b345e42aa6365039949a20d9b0a0dc7b6a370
6c826d03ba9efb300dd6bc0ef3f14c4661a5873a
refs/heads/master
2023-08-29T05:19:36.671587
2021-10-05T14:48:25
2021-10-05T14:48:25
380,792,763
0
0
null
null
null
null
UTF-8
C++
false
false
5,080
cpp
#include <bits/stdc++.h> #include <string> using namespace std; //git commit enum class Material {Wood,Board,Steel,foam}; class Furniture { protected: string pname; double price; double discount; Material madeof; public: Furniture(string pn,double p,double d,Material m):pname("Bed"),price(0),discou...
[ "lamiya.tahsin17@gmail.com" ]
lamiya.tahsin17@gmail.com
193d559477a4de8ac0c445fbfae9e58bdac22fb3
3c85cc067bc9bb9db9015c207b58081ca10fe520
/BlockFactory.cpp
77864b6efff40aae7231c683e828a90f45ba2245
[]
no_license
253627764/jowu
37ec3fb35aa87d99256657db0fb6b0dc8d61d33f
95b7d549bf02449a30efdafcfe650042f79b7f68
refs/heads/master
2021-01-21T16:44:14.491477
2015-05-17T16:50:23
2015-05-17T16:50:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
629
cpp
#include "BlockFactory.h" #include "TetrisBlock.h" Block* BlockFactory::create(Block_Type type) { switch (type) { case Block_Stick: { return new BlockStick; } break; case Block_S: { return new BlockS; } break; case Block_Z: { return new BlockZ; } break; case Block...
[ "jowu598@gmail.com" ]
jowu598@gmail.com
318db3cddd2c879079b221f82a99b49e2188b03b
ba12045eb9c0230e61bf4b0f13bd43f721678e61
/Print_balanced_paranthesis_by_recursion.cpp
b805f52a88904be38a089890dd2b701334908b10
[]
no_license
Kriti7744/pol
8c346172766df8dac44dfd8b5e2d6de01d2ef1c6
42a7b29af74bff4e85fc5da380300870b8afa527
refs/heads/main
2023-08-12T11:09:02.550248
2021-10-19T06:26:41
2021-10-19T06:26:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
733
cpp
//proposed by dark_coder #include <bits/stdc++.h> using namespace std; void generateParenthesis(int n, int open, int close, string s, vector<string> &ans) { if (open == n && close == n) { ans.push_back(s); return; } if (open < n) { generateParenthesis(n, open + 1, close, s ...
[ "noreply@github.com" ]
noreply@github.com
12d7beabf127181b726b24a38db56d21840f688c
c9ea781a99dfbb0d580cf35f346189077617a1f0
/plugins/samplesource/limesdrinput/limesdrinputgui.cpp
60859e53c316e96915eaa1396248126f80e141e2
[]
no_license
LiShuai1225/sdrangel
9ca7c58eb2e3e8b69fc063de6f80897d21075c07
10065d7243828c1d6754c7be86b1a4fb99552d07
refs/heads/master
2021-01-25T08:13:26.411043
2017-05-16T20:46:29
2017-05-16T20:46:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,261
cpp
/////////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2017 Edouard Griffiths, F4EXB // // // // This program is free software; you can redistribute it and/or mod...
[ "f4exb06@gmail.com" ]
f4exb06@gmail.com
01bcabdbd8d64c391fdf4038f2ca31c0dc75b7c5
d8ea1ed34f0261f9164b597799111ece08c208e4
/TopCoder/RandomPancakeStackDiv2.cpp
15f13a121d668ca2f0ad39637f1633814628010f
[]
no_license
OmarAbdelrahman/solved-problems
8a6695280072588332e0e0c5606d699b7489b898
62b734644bce6c997bd08aa651b968a9fdff205c
refs/heads/master
2021-09-05T07:58:58.631821
2018-01-25T12:45:07
2018-01-25T12:45:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
696
cpp
#include <bits/stdc++.h> using namespace std; class RandomPancakeStackDiv2 { public: double f(const int mask, const int width, const int sum, const int size, const vector<int>& d) { if (size == 0) { return sum; } double result = 0.0; for (int i = 0; i < d.size(); ++i) { if (mask & (1 << i)) { contin...
[ "omar.sebres@gmail.com" ]
omar.sebres@gmail.com
b2d79e74c25aaf77d284fdcafb5d6f95885e286d
9ee5bb630c292084d4d875e89215a8989e8422dc
/Conway_GoL/Game.cpp
e614458a1c10d2d6b4b823cdcfb620662fd12f1f
[]
no_license
joonhan/Conway-GoL
fa73e4fc7c7d328216962e784cdfd53c53464d2e
d6076fbf4f1981cc10afc05dac8b2496a493b190
refs/heads/master
2021-01-22T08:10:14.239921
2017-02-14T05:50:30
2017-02-14T05:50:30
81,877,547
0
0
null
null
null
null
UTF-8
C++
false
false
13,914
cpp
// Game.cpp // Conway_GoL #include "Game.hpp" using namespace Constants_GoL; //Game class default constructor Game::Game() { //assign window settings window.create(sf::VideoMode(kWindowWidth, kWindowHeight), "Game of Life"); //initialize game status flag isGameRunning = false; } //simp...
[ "hanjs@Joonsoos-MacBook-Pro.local" ]
hanjs@Joonsoos-MacBook-Pro.local
b00f292f9b383fed8ed6b26dd35b643c62c73be9
f5f67756f203c35eed8edd3330a2c60d927cee52
/hrdesktop/common/src/Modules/ScreenCapture/ScreenCaptureModule_Impl.cpp
e22d212dcb33ca14e9cf3e86e2ee7e53ea25dd6c
[ "BSD-2-Clause" ]
permissive
wang5858/highwayns
86c87ca139f0c0bdd7930b649ef3236e4b116aba
73b1cf13b5a9a36f485d7b82600654095a271cd9
refs/heads/master
2021-01-19T14:24:01.144989
2017-04-22T01:56:18
2017-04-22T01:56:18
88,157,128
1
0
null
2017-04-13T11:18:11
2017-04-13T11:18:11
null
UTF-8
C++
false
false
2,560
cpp
 /******************************************************************************* * @file ScreenCaptureModule_Impl.cpp 2015\5\5 15:51:49 $ * @author 南松<nansong@mogujie.com> * @brief ******************************************************************************/ #include "stdafx.h" #include "Scree...
[ "tei952@hotmail.com" ]
tei952@hotmail.com
b006b27d6f069b8ed7ddef18b04407df8dac9920
fe50b4afc85d88027c6f63ec9da85787946507db
/Libs/PluginFramework/Testing/FrameworkTestPlugins/auth_plugin/auth_plugin.cpp
afa81b9a9c90dc065be57403c38ab1cc2f9bfe32
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
yuzhongbin/CTK
a33e14bcb99ddbf11040f7d8202d6b79b2925b72
c7c851074079d3e61eb20d89f0c8b129dbd64fa9
refs/heads/master
2020-12-21T01:10:39.283543
2020-02-28T13:24:33
2020-02-28T13:24:33
236,262,193
0
0
Apache-2.0
2020-01-26T03:29:36
2020-01-26T03:29:35
null
UTF-8
C++
false
false
465
cpp
#include <QtDebug> #include "auth_plugin.h" #include <ctkPluginContext.h> AuthPlugin::AuthPlugin() { // context->registerService<AuthenticationService>(this); } bool AuthPlugin::login(const QString& username, const QString& password) { qDebug() << __FILE__ << __FUNCTION__; if (QString::compare(...
[ "yuzhongbin@gmail.com" ]
yuzhongbin@gmail.com
94d85d7968974b379a2719fea54919a3625beee5
188fb8ded33ad7a2f52f69975006bb38917437ef
/Fluid/processor5/0.16/Force
a89f78bb57d7d6a39a8f11d75af0accb63d09419
[]
no_license
abarcaortega/Tuto_2
34a4721f14725c20471ff2dc8d22b52638b8a2b3
4a84c22efbb9cd2eaeda92883343b6910e0941e2
refs/heads/master
2020-08-05T16:11:57.674940
2019-10-04T09:56:09
2019-10-04T09:56:09
212,573,883
0
0
null
null
null
null
UTF-8
C++
false
false
1,724
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | ...
[ "aldo.abarca.ortega@gmail.com" ]
aldo.abarca.ortega@gmail.com
a18b70f1c0b854b82c37421855437280ad0b1aa4
de9645f0e53f9a1b130ed3a1fb6888ed0433cd7c
/asgmt03.cpp
74403026bfb2c74842c33e00185a6908293fb268
[]
no_license
JMWhitney/hashmap
0a32bb50f9255453550aa0eefe3bf6732a0e10f8
e4263ee571525fb69579fd00a6b35210223f4fe8
refs/heads/master
2020-04-07T10:52:49.765797
2018-11-19T23:36:39
2018-11-19T23:36:39
158,303,828
1
0
null
null
null
null
UTF-8
C++
false
false
4,368
cpp
// do not change this file #include <cstring> #include <iostream> #include <iomanip> #include "hashmap.h" using namespace std; static HashMap *hm; static void printStocks(void) { cout << endl << "----------------------------------------------------------------------------" << endl << endl << *hm // pr...
[ "noreply@github.com" ]
noreply@github.com
50957fcf36409706b3751ee8bb1f6e6a98c6f3e6
9dae91b21614b0cbfb7d7e89b7b3eb642fcc9a20
/build-highlight-Desktop-Debug/moc_mainwindow.cpp
918c8e54c79c4a0a2983b2e6299241eb56b6f0ee
[]
no_license
EdwardOwusuAdjei/QT-CPP-Texteditor
34da13ef0c02629d7268dae922abe78a4a0bbb26
a9dc9890324d8796ddb05edea9049484300aff8c
refs/heads/master
2021-01-10T17:11:36.267587
2016-02-17T20:04:13
2016-02-17T20:04:13
51,951,161
0
0
null
null
null
null
UTF-8
C++
false
false
4,636
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'mainwindow.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1) ** ** WARNING! All changes made in this file will be lost! **********************************************************...
[ "adjei.edward@yahoo.com" ]
adjei.edward@yahoo.com
a35453bfa563d0e5c7e1e4e6dda44ba9503cd297
9620c8e0ca242f056af639a6501a3729e03fc13d
/VaporPlus/Postprocess.cpp
2c34db8ce6d84f5d895a866889698bb1cda5e98b
[ "MIT" ]
permissive
clandrew/vapor
2c405bf063e24bb6346b6b6eed94020ff9cbc680
500ef1ac43f7b72499914ccad2306037fc7d96b9
refs/heads/master
2021-06-20T23:54:32.338340
2021-02-02T06:14:41
2021-02-02T06:14:41
179,010,582
1
0
null
null
null
null
UTF-8
C++
false
false
4,910
cpp
#include "stdafx.h" #include "Postprocess.h" #include "CompiledShaders\PostprocessVS.hlsl.h" #include "CompiledShaders\PostprocessPS.hlsl.h" using namespace DirectX; void Postprocess::CreatePostprocessPipelineState(ID3D12Device5* device) { ComPtr<ID3DBlob> vertexShader; ComPtr<ID3DBlob> pixelShader; UINT compileF...
[ "cmlandrews@gmail.com" ]
cmlandrews@gmail.com
7c36be4bcce060d8be11af1bcc78fcda0214bc82
8eae6774231f4a313e7aa8ac30d5c678dc1c2a42
/SWUST OJ/0290.cpp
04a53fc5935e060d653cd39d27bfa0f54b076aff
[ "MIT" ]
permissive
windcry1/My-ACM-ICPC
c97b203e5e54d355168ed14db888f4a1b3e6c363
b85b1c83b72c6b51731dae946a0df57c31d3e7a1
refs/heads/master
2021-09-06T20:47:56.525749
2021-08-22T14:06:10
2021-08-22T14:06:10
231,622,263
0
0
null
null
null
null
UTF-8
C++
false
false
954
cpp
//Author:LanceYu #include<iostream> #include<string> #include<cstring> #include<cstdio> #include<fstream> #include<iosfwd> #include<sstream> #include<fstream> #include<cwchar> #include<iomanip> #include<ostream> #include<vector> #include<cstdlib> #include<queue> #include<set> #include<ctime> #include<algorithm> #includ...
[ "lanceyu120@gmail.com" ]
lanceyu120@gmail.com
ec8a4915df69c921e2b1162ee4430ffaf040bf5b
ba9322f7db02d797f6984298d892f74768193dcf
/cloudwf/src/model/ShopDeleteRequest.cc
34d953123f9587b4a894922bf819049e38aee872
[ "Apache-2.0" ]
permissive
sdk-team/aliyun-openapi-cpp-sdk
e27f91996b3bad9226c86f74475b5a1a91806861
a27fc0000a2b061cd10df09cbe4fff9db4a7c707
refs/heads/master
2022-08-21T18:25:53.080066
2022-07-25T10:01:05
2022-07-25T10:01:05
183,356,893
3
0
null
2019-04-25T04:34:29
2019-04-25T04:34:28
null
UTF-8
C++
false
false
1,299
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
860ceca0d80e823d3b1780d4b556b710dd47f961
aad6b08ee56c2760b207d562f16be0a5bb8e3e2a
/tags/Galekid1.0/WebKit/OrigynWebBrowser/WebCoreSupport/WebInspectorClient.cpp
5a1bf13f495d0c7a351c7b9a43a9268eff7bb9e3
[ "BSD-3-Clause" ]
permissive
Chengjian-Tang/owb-mirror
5ffd127685d06f2c8e00832c63cd235bec63f753
b48392a07a2f760bfc273d8d8b80e8d3f43b6b55
refs/heads/master
2021-05-27T02:09:03.654458
2010-06-23T11:10:12
2010-06-23T11:10:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,022
cpp
/* * Copyright (C) 2008 Pleyo. 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 conditions...
[ "mbensi@a3cd4a6d-042f-0410-9b26-d8d12826d3fb" ]
mbensi@a3cd4a6d-042f-0410-9b26-d8d12826d3fb
914efa233915317d27cbc7660e612f50202aeabc
df295d7ec2064c527d7c47f7dfd3a6364c7a9cbf
/spoj/SUBXOR.cpp
79547a043faf02bbe2dc27ab8ac037a73985e093
[]
no_license
Shahraaz/CP_S4
7df25e4b764f0067ce51600e76923a7ed1b6fb82
b1ae31fa40028ab878f27b4435bfe0d356b70df0
refs/heads/master
2020-05-24T22:08:55.990592
2019-07-15T23:42:49
2019-07-15T23:42:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,052
cpp
//Optimise #include <bits/stdc++.h> using namespace std; #define multitest 1 // #define Debug 1 #ifdef Debug #define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__); template <typename Arg1> void ZZ(const char *name, Arg1 &&arg1) { std::cerr << name << " = " << arg1 << endl; } template <typename Arg1, typename... Args> void ZZ...
[ "shahraazhussain@gmail.com" ]
shahraazhussain@gmail.com
54807fb81fc61e7ae37fa6d16e94bfc161436349
d426bcbf5211e6d499d8bc874f88be43d9c4570a
/SoftwareController/Log.h
3676173e8a5b9b1cdbf2f09bb2c8aecf292ecf1a
[]
no_license
i-Seiza/SoftwareController
a3f69c927552e10b0118367f481dcc1839827dcd
6bf147b54b1c47c02e95587d8422b17aa26de532
refs/heads/master
2021-01-21T05:09:38.845719
2015-08-12T07:25:05
2015-08-12T07:25:05
40,586,234
0
0
null
null
null
null
UTF-8
C++
false
false
246
h
#pragma once class CLog { public: CLog(void); ~CLog(void); private: bool IsWrite(); public: void Write( const std::string sLog ); void Write( const std::string sClass, const int eType, const std::string sContents ); };
[ "ikuko.masuda@optim.co.jp" ]
ikuko.masuda@optim.co.jp
c848312d03a5798637fe80c09e1c61c919f5de31
b3eb8ce1ba90537837af172fd1d96a3f560769e1
/Sources/Helpers.h
92ed67c6deae0974b41a7d4b174638a7e3601d44
[]
no_license
patternspandemic/KoreC
cc0a129bc7043d9d9f4144420bb1fb78e6538701
331a0793b0a881f6d26d7945a608e03730c2b292
refs/heads/master
2021-06-30T00:07:29.062810
2021-05-18T00:18:20
2021-05-18T00:18:20
96,575,220
4
0
null
null
null
null
UTF-8
C++
false
false
406
h
#include <Kore/pch.h> #include <Kore/Graphics4/Shader.h> #include <Kore/Graphics4/Texture.h> /* namespace KoreC { class WTextureUnit4 { public: WTextureUnit4(Kore::Graphics4::TextureUnit unit); Kore::Graphics4::TextureUnit unit; }; class WConstantLocation4 { public: WConstantLocation4(Kore::Graphics4...
[ "patternspandemic@live.com" ]
patternspandemic@live.com
c904c294c25b136ae4cca67bfa7d611138ea963d
7785cc65f7adbb079fc31458a7ddd9a7a7a55104
/tic_tac_toe_qt/general_handler.cpp
69655ad107fea6b75d17548f62960d860a3b4a53
[]
no_license
rodrigovb96/tic_tac_toe
7c916e2fce3e318ebcbf71bfe09b250a032a99f0
e370c09909c72575f495f71dffeb852ddd096086
refs/heads/master
2021-01-22T16:04:39.611793
2018-05-10T19:37:06
2018-05-10T19:37:06
102,387,396
0
0
null
null
null
null
UTF-8
C++
false
false
4,197
cpp
#include "general_handler.h" General_Handler::General_Handler() { // Window setup window.create(VideoMode(600,600),"Tic-Tac-Toe AI",Style::Close); window.setFramerateLimit(30); // loading text font if(!font.loadFromFile("../files/font.TTF")) std::cerr << "ERROR LOADING TEXT FONT!" << '\n'; else init_t...
[ "rodrigovalente1996@gmail.com" ]
rodrigovalente1996@gmail.com