blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
1b6cec958a4ec3de61fed5c78919b3452607dc79
74ef11065048fcf08ee5b9ef1c11c0ce10079301
/src/scripting/operators/color_atoms.h
3be42b59e39273ae84a418402238dd823b869326
[ "MIT" ]
permissive
kliment-olechnovic/voronota
fa2548c9ccc3dd6f5a10a054300aca8b6d31ecf4
52c2b0d55f2979d0eef478ed0be20376cb3d561a
refs/heads/master
2023-09-04T05:09:11.275304
2023-08-30T07:59:07
2023-08-30T07:59:07
203,789,299
19
6
MIT
2023-07-04T06:25:54
2019-08-22T12:20:48
C++
UTF-8
C++
false
false
2,519
h
#ifndef SCRIPTING_OPERATORS_COLOR_ATOMS_H_ #define SCRIPTING_OPERATORS_COLOR_ATOMS_H_ #include "../operators_common.h" namespace voronota { namespace scripting { namespace operators { class ColorAtoms : public OperatorBase<ColorAtoms> { public: struct Result : public OperatorResultBase<Result> { SummaryOfAtoms...
[ "kliment.olechnovic@gmail.com" ]
kliment.olechnovic@gmail.com
ed825853a21a8966fb2136e3c47d3a9b0e019008
be4549e8373b39dd777e866a720fc491ffd0f6f5
/I - Weird Subtraction Process.cpp
31a829df7fda0bfd7cbf09e8e677c3ff2acc2f2d
[]
no_license
920052859/Cod_ProblemasResueltos_Codeforce
06833ac3de567c24f3668ad45e84cd96248c5627
42208823ddfb7319d25fbdc4228289c89bfe9619
refs/heads/master
2022-12-23T08:12:04.081828
2020-09-27T04:14:15
2020-09-27T04:14:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
240
cpp
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a>>b; while(a!=0 and b!=0){ if(a>=2*b){ a=a%(2*b); } else if(b>=2*a){ b=b%(2*a); } else { break; } } cout<<a<<" "<<b; return 0; }
[ "lazocorinafanny123@gmail.com" ]
lazocorinafanny123@gmail.com
5c5f85369cdc154500201b972ac36e469e5eaf9c
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_repos_function_3000.cpp
68f138952aa6df112c7cf422285b1502fafbcdd3
[]
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
698
cpp
static void check_merge_bases(int no_checkout) { struct commit_list *result; int rev_nr; struct commit **rev = get_bad_and_good_commits(&rev_nr); result = get_merge_bases_many(rev[0], rev_nr - 1, rev + 1); for (; result; result = result->next) { const unsigned char *mb = result->item->object.sha1; if (!hashc...
[ "993273596@qq.com" ]
993273596@qq.com
7e1162291c4891b05bb5007f1c7e3e32992a9239
ede4223bbe332cf9863caeb7068ee99ddc68ebfd
/src/universe/controller.hpp
9139185ea6f5d43221e62a3712e1d4d0e98894b8
[ "MIT" ]
permissive
Devdevdavid/Galaxeirb
21178a5a0f52d27be2e9f425f865c1078356ccb3
4ea0dee2a8d9580a1417758e0e4839214f7183bd
refs/heads/master
2021-06-23T23:10:01.378633
2020-12-03T19:58:56
2020-12-03T19:58:56
166,375,852
3
0
null
null
null
null
UTF-8
C++
false
false
826
hpp
/* * controler.h * * Created on: Oct 3, 2018 * Author: David */ #ifndef SRC_CONTROLLER_HPP_ #define SRC_CONTROLLER_HPP_ #include "global.hpp" #include "space_interraction.hpp" #include "tools.hpp" #ifdef CUDA_ENALBLE #include "cuda.h" #endif #ifdef SRC_CONTROLLER_C_ struct universe_t universe; #else exter...
[ "david.devant@live.fr" ]
david.devant@live.fr
ab46f34313e5f678ead858f511f04c82b1366661
3abea59bab16016fc5dcbbe9ebb32999f74112a5
/SDK/ProceduralMeshComponent_classes.h
04ecb81b9d8bcda24bf6096598fd2d5c1cb58111
[]
no_license
11-BANG-BANG/SCUM-SDK
4de6bd24acfb6a5818eed2841ea044f4bbac1493
38c28ca609d42a7ed084d22ead19f8dc54b1c7be
refs/heads/main
2023-03-22T23:27:46.609110
2021-03-18T13:11:53
2021-03-18T13:11:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,688
h
#pragma once // Name: S, Version: N /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //--------------------------------------------------------------------...
[ "39485681+AlexzDK@users.noreply.github.com" ]
39485681+AlexzDK@users.noreply.github.com
8687b7ae241c82980fca4e1f2aac651513e05213
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir521/dir522/dir572/dir1838/dir2650/file2663.cpp
88fa5cf9b17d8ad0381ba3569c0eeb2a5b7412d9
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
111
cpp
#ifndef file2663 #error "macro file2663 must be defined" #endif static const char* file2663String = "file2663";
[ "tgeng@google.com" ]
tgeng@google.com
a18c241eb88c5ab37244886783d3ee35d6e9fe56
3e1e10fc80793bdedcda0d41c0d347ca2c9db595
/Volume05/0538/c++.cpp
be332754dcf84ab96a1597449486dda119b7d39d
[]
no_license
mkut/aoj
9a11999c113bc9fda6157ca174ebfb14e3af14ce
1a088f15621c72c9f9d0c9ad0030cb8547b3e66e
refs/heads/master
2016-09-05T11:17:48.734650
2013-07-13T13:18:06
2013-07-13T13:18:06
2,236,868
0
0
null
null
null
null
UTF-8
C++
false
false
394
cpp
#include <iostream> #include <algorithm> using namespace std; int main() { int n, m; string str; while(cin >> n >> m >> str, n != 0) { int ans = 0; for(int i = 0; i < m; i++) { if(str[i] == 'I') { int count = 0; while(str[i+1] == 'O' && str[i+2] == 'I') { count++; i+=2; } ...
[ "mkut@mkut-pc.(none)" ]
mkut@mkut-pc.(none)
682e8079713768b19d47d9437322eb61d252556b
2a1b10c8145c67ae8087ccf2f14b34d1b837a3cb
/old/Minion/src/Minion/Bot/Bot_StateUtil.cpp
191b180fe8c057e06d2829a8f9215f2640967cc6
[]
no_license
strikles-zz/poker
88c99903eacc2cd3572ed2135dde9d2d85024626
bfdac5742c2605bc76d56707c7c59f11c3761423
refs/heads/master
2021-06-05T20:15:18.740933
2015-10-14T15:14:53
2015-10-14T15:14:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,280
cpp
#include <cassert> #include "Bot/Bot_State.h" #include "Bot/Bot_Globalvars.h" #include "Util/Util_MagicNumbers.h" #include "Util/Util_Logging.h" bool CState::InGame(const holdem_player& player) { return (player.m_cards[0] && player.m_cards[1]); } bool CState::CardsDealt(const holdem_state& curState) { for(int c...
[ "striklesgmail.com" ]
striklesgmail.com
a4a9878cb6faf12b34bb5060f26efb14c6c35f41
7b035a7f383e6bb9b8433b67a5df9da9104b39f8
/cityGameReceiver/cityGameReceiver.ino
9b66e9c8a9956c30a421bb7ac64c803e1933309e
[]
no_license
urban/cityGame
d30fc28c43050c2a5ddb257a331b9e333bf5fd52
dd507582d60d184003ab8f43511436307bac2e1d
refs/heads/master
2020-12-25T13:13:28.587018
2013-07-02T19:22:56
2013-07-02T19:22:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
747
ino
#include <MANCHESTER.h> #define RxPin 2 unsigned char data; unsigned char *datas; void setup() { Serial.begin(57600); pinMode(13, OUTPUT); datas = (unsigned char*) malloc( 1 ); // Set digital TX pin MANRX_SetRxPin(2); // Prepare interrupts MANRX_SetupReceive(); // Begin receiving data MANR...
[ "joshuajnoble@gmail.com" ]
joshuajnoble@gmail.com
fb390b2b2da926d17d2a6ca1c16ed43c85d1ce8a
27420b4c3d261840465a28895490432959f4f2b6
/s3/src_backup/gui/widgets/s3_widget_textarea.h
fd8734c176f964a83fbc1260712a6204c0739207
[]
no_license
skei/old-plugin-frameworks
18d15314c0ed3f0ee9f0a9282bbcacd9e907c2fb
c2ad1cb10f38ee4a28a0f9e9ac77effcbc0d5f9c
refs/heads/main
2023-03-18T04:54:20.491450
2021-02-22T16:53:15
2021-02-22T16:53:15
341,266,302
0
0
null
null
null
null
UTF-8
C++
false
false
4,673
h
#ifndef s3_widget_textarea_included #define s3_widget_textarea_included //---------------------------------------------------------------------- /* maybe this one needs some locking? if i press midi keys in a synth plugin, and draws text output to this window from the process thread (a big no no! but..).. duri...
[ "tor.helge.skei@gmail.com" ]
tor.helge.skei@gmail.com
defd271bbb59067dcdc0614cd69e9eb336b859c0
3f8b288711bb5adc2394171507f54c62dc60c601
/atcoder/abc/116c.cpp
430a2bd5cb2d9066b1a81bd6e7325fed53435dfe
[]
no_license
pontsuyo/procon
65df6356f0ea1cfb619898d9e8cc6e326c0586e7
804aaeb526946172a8f41e0619712f5989b6b613
refs/heads/master
2021-06-15T15:13:04.441761
2021-03-20T05:26:54
2021-03-20T05:26:54
175,234,672
1
0
null
null
null
null
UTF-8
C++
false
false
601
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i<n;i++) int main(){ int n; cin >> n; vector<int> h; int tmp; rep(i,n){ cin >> tmp; h.emplace_back(tmp); } int MIN; int mi = 0; rep(i,n){ if(i==0){ mi = ...
[ "tsuyopon9221@gmail.com" ]
tsuyopon9221@gmail.com
b286a9980a53a57d9c1d857b0f36fb13d247299f
8620ee8022f4d4fd53889593b6a160f22af35968
/pysrc/SBExponential.cpp
23482de8798fe155e3f01c71fbb8141c04b3a5ba
[]
no_license
alexabate/GalSim
bd7da3d0b756a47e004fca4ba51c6965892071ee
bce1f911b9581f8e34c81fbd8ac67e72306e01d7
refs/heads/master
2021-01-16T17:50:34.267467
2013-01-22T19:42:40
2013-01-22T19:42:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,378
cpp
#include "boost/python.hpp" #include "boost/python/stl_iterator.hpp" #include "SBExponential.h" namespace bp = boost::python; namespace galsim { // Used by multiple profile classes to ensure at most one radius is given. static void checkRadii(const bp::object & r1, const bp::object & r2, const bp::object & ...
[ "michael@jarvis.net" ]
michael@jarvis.net
034fb8a369170bfd19088bab70857fd9f8ec9d1d
f350f5d97a86c098b8a0e875321aeca55cc53964
/online-judge/poj/1146/poj_1146.cpp
20d758c7613be45282e622366e22e74e929d7c64
[]
no_license
weidagang/coding
f34fe709eae4966896c0895a492c038de7f32ef1
b21bf63d7b2b378a9630266ece33c8c1220b32fc
refs/heads/master
2021-01-01T06:00:02.676815
2016-10-10T03:33:07
2016-10-10T03:33:07
13,381,162
0
0
null
null
null
null
UTF-8
C++
false
false
860
cpp
#include<algorithm> #include<string> #include<iostream> #include<cstdio> #include<cstring> int main() { char word[256]; while(scanf("%s", word)) { if (0 == strcmp("#", word)) { break; } int len = strlen(word); int i, j, k; for (i = len - 1; i >= 0; ...
[ "dagang.wei@ygomi.com" ]
dagang.wei@ygomi.com
2eaea34329928acd94b65ed1123aa5f62dea0c4a
7e791eccdc4d41ba225a90b3918ba48e356fdd78
/chromium/src/chrome/browser/safe_browsing/protocol_manager.cc
f56103ff9ae8c328727aac6d31181c8d97fcadaf
[ "BSD-3-Clause" ]
permissive
WiViClass/cef-3.2623
4e22b763a75e90d10ebf9aa3ea9a48a3d9ccd885
17fe881e9e481ef368d9f26e903e00a6b7bdc018
refs/heads/master
2021-01-25T04:38:14.941623
2017-06-09T07:37:43
2017-06-09T07:37:43
93,824,379
2
1
null
null
null
null
UTF-8
C++
false
false
38,993
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/safe_browsing/protocol_manager.h" #include <utility> #include "base/base64.h" #include "base/environment.h" #include "base/...
[ "1480868058@qq.com" ]
1480868058@qq.com
cd88db292ccfdd3ea7d0e5b6736426bd496e6e08
1476bbf47f2013d1b52bb7f55d2e8d08b7969b3e
/BigDataGeneratorSuite/Graph_datagen/kronecker.cpp
361b4fb636129edcf8647e7f61bcd19972d184c6
[ "Apache-2.0" ]
permissive
felidsche/BigDataBench_V5.0_BigData_ComponentBenchmark
a031e78b82cacf098786d53faa1a4e9e745ee94f
c65c3df033b84dfb6d229f74e564d69cfe624556
refs/heads/main
2023-08-19T07:04:56.553436
2021-09-28T17:02:25
2021-09-28T17:02:25
406,797,617
0
0
Apache-2.0
2021-09-15T14:20:49
2021-09-15T14:20:48
null
UTF-8
C++
false
false
110,398
cpp
#include "stdafx.h" #include "kronecker.h" ///////////////////////////////////////////////// // Kronecker Graphs const double TKronMtx::NInf = -DBL_MAX; TRnd TKronMtx::Rnd = TRnd(0); TKronMtx::TKronMtx(const TFltV& SeedMatrix) : SeedMtx(SeedMatrix) { MtxDim = (int) sqrt((double)SeedMatrix.Len()); IAsser...
[ "gaowanling@ict.ac.cn" ]
gaowanling@ict.ac.cn
ba5eedcf696df5c8dacc626f600e9143dc8c2e75
9c24def6970b30492692d6b523a04f7746375895
/experiment9.cpp
71ddead81bd32987642f0fb41f9426096f6734de
[]
no_license
chiragnarang3003/data-structure-file
1aa858fb0bd98ee26a8496da27eba1cd523ee149
4ea032756b6bc6900344f1ca432b28447cdb7149
refs/heads/master
2020-04-06T11:21:03.855300
2018-11-13T17:00:08
2018-11-13T17:00:08
157,413,411
0
0
null
null
null
null
UTF-8
C++
false
false
1,067
cpp
#include <iostream> using namespace std; void max_heapify(int *a, int i, int n) { int j, temp; temp = a[i]; j = 2*i; while (j <= n) { if (j < n && a[j+1] > a[j]) j = j+1; if (temp > a[j]) break; else if (temp <= a[j]) { a[j/2] = a[j...
[ "chirag82888@gmail.com" ]
chirag82888@gmail.com
3a94b04b4d8fe836db337444852d96f8bf628d9a
7fcfdff6be4b51f71713f06bc7a635b71a3191ac
/MidiLivePlayer/mididevice.h
1a99b4eb1843c2e89ec9d73436e8bf58cbcd77ef
[]
no_license
TomKatsa/MidiLivePlayer
d9c54bc463cb323fcdff46063dd4b59c622d95c2
54c8b2beb8322d400cf6d264ac8c435a596fb233
refs/heads/master
2023-08-22T16:44:51.317418
2021-10-15T16:58:15
2021-10-15T16:58:15
356,342,785
0
0
null
2021-10-30T20:36:42
2021-04-09T16:59:47
C++
UTF-8
C++
false
false
767
h
#pragma once #include <cstdint> #include <optional> #include "midihandle.h" typedef std::optional<uint8_t> note_t; class MidiDevice { private: MidiHandle deviceHandle; uint8_t volume; uint32_t duration; uint32_t NotePack(uint8_t noteValue, uint8_t volume, uint8_t channel = 0); void SendMidiMsg(uint32_t comman...
[ "49811302+TomKatsa@users.noreply.github.com" ]
49811302+TomKatsa@users.noreply.github.com
5db71ca2eb20be8bc09966e33dd7261f65349dc3
efbf55724af6bfaaffeab15cecd5e237de7ed307
/jni/liveMedia/include/ProxyServerMediaSession.hh
a632567a251c2d99a74787a539f13acac839a4e5
[]
no_license
simudream/playstream
2e905696c80141054dc02a6349974da972277304
9a995737307c6e89e10b531db3f07acc5ae4cd8f
refs/heads/master
2020-12-26T02:40:00.750979
2012-11-18T15:38:46
2012-11-18T15:38:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,930
hh
/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.) This libr...
[ "sumit@jungle.(none)" ]
sumit@jungle.(none)
3fd6bcad5f91c9f30bac7ed60bfdc467c83ea16a
980b4735da4ac1882bf74d0d40530f2370fa9389
/yesod.old/test/mpl/integral.cpp
4a00b43717231e119e1c0c2a2318feee12df7c6a
[]
no_license
oakad/ucpf
24790c6f8247e16b8ef48bc3012da15bdd775205
cb832e39776237af5fd901e3942d671af37a8005
refs/heads/master
2021-03-16T07:17:54.219223
2017-04-01T05:57:33
2017-04-01T05:57:33
337,931
0
0
null
null
null
null
UTF-8
C++
false
false
2,345
cpp
/*============================================================================= Copyright (c) 2001-2006 Aleksey Gurtovoy Copyright (c) 2008 Eric Niebler Copyright (c) 2013 Alex Dubov <oakad@yahoo.com> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENS...
[ "oakad@yahoo.com" ]
oakad@yahoo.com
bb61360a394fbedb58edba12ebe995810f2c39e6
9ff69f2638fe679b9fbb3ac682d356b59c50b068
/code archive/CF/892C.cpp
544b78ecf894337d7e42a89a73c93f492ecdb5f0
[ "MIT" ]
permissive
brianbbsu/program
7f7c3d4aacea32ada7f74cf5caffa9931be280c4
c4505f2b8c0b91010e157db914a63c49638516bc
refs/heads/master
2021-05-23T04:53:49.618057
2020-04-18T15:21:10
2020-04-18T15:21:10
81,056,684
4
1
null
null
null
null
UTF-8
C++
false
false
2,076
cpp
//{ #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef double lf; typedef pair<ll,ll> ii; #define REP(i,n) for(ll i=0;i<n;i++) #define REP1(i,n) for(ll i=1;i<=n;i++) #define FILL(i,n) memset(i,n,sizeof i) #define X first #define Y second #define SZ(_a) (int)_a.size() #define ALL(_a) _a.begin(),_...
[ "brianbb.su@gmail.com" ]
brianbb.su@gmail.com
c8b0f79cc4cb45153939a4ba3645b86f84e6c2f8
6bb789e5c065fe17e61ceffe2434a0ee9b1f59bc
/atcoder/code-festival-2014-final/b-anzan.cpp
320a94d6931b6745dc6a1a9a55c6e78c53a4af93
[]
no_license
n-yoda/competitive-programming
a7a1b8ff040cb02d4781ca5cd4635d09651fdde9
0a1210f300e3a5126fb23cc43ff355773499958c
refs/heads/master
2021-01-10T06:52:28.281783
2017-11-04T10:01:08
2017-11-04T10:01:08
46,573,643
0
0
null
null
null
null
UTF-8
C++
false
false
565
cpp
#include <vector> #include <list> #include <map> #include <set> #include <queue> #include <deque> #include <stack> #include <string> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cm...
[ "nobuki.y@gmail.com" ]
nobuki.y@gmail.com
8a2f5a03f35eb17d17c6e3b0c144e0b72dcc9046
63b46fbc7490f0b18205f2fb64d586657f7d3fa0
/tri.cpp
fc854f32208a91c9985ddd2b7048a85f978ba0e7
[]
no_license
dguti026/cs142
e682ba51aafb87406428e6977b2212397188af2f
cabc8ede999b7ee1247f20abdba6bf0dc78378ce
refs/heads/main
2023-03-12T16:58:49.279975
2021-03-02T04:08:22
2021-03-02T04:08:22
335,132,536
0
0
null
null
null
null
UTF-8
C++
false
false
1,197
cpp
#include <iostream> #include <ctime> #include "get_time.h" #include <cilk/cilk.h> #include <cilk/cilk_api.h> using namespace std; int main(){ int n = 1024; int** A; A = new int*[n]; int** B; B = new int*[n]; int** C; C = new int*[n]; for (int i = 0; i < n; i++) { A[i] = new...
[ "dguti026@ti-05.cs.ucr.edu" ]
dguti026@ti-05.cs.ucr.edu
69ea97f455f1acd1cf17113560ae239871d97569
12643319c646bec2f219ca584a82e5864f52f103
/SmartFlat_Nexa_ESP01.ino.ino/SmartFlat_Nexa_ESP01.ino.ino.ino
296301da64b285c9e407f0619afb7946b5b96a7d
[]
no_license
hliljedahl/SmartFlat
7f451995bfdcd344fca1648a47a6e601184dc5d5
37140a2dcf19498dc14b8fb80546998977b00134
refs/heads/master
2020-03-20T00:07:22.440887
2018-08-13T18:02:59
2018-08-13T18:02:59
137,032,875
0
0
null
null
null
null
UTF-8
C++
false
false
3,318
ino
/* Device Title: MK-SonoffPowerStrip Device Description: MQTT Sonoff Power Strip Control Device Explanation: The MQTT server sends a message to the device and based on the message the device turns on a relay, which is attached to an outlet Device information: ht...
[ "hliljed@kth.se" ]
hliljed@kth.se
4d22a9e64e8b9c89551ba589670d8fcac3df1a46
8e307b727b48a2090694738319503a0e4deccc3c
/168_Excel_Sheet_Column_Title.cpp
4180180719d49f7a9d9c023479025f343aad9f3e
[]
no_license
meltycriss/leetcode
a9967762b78c3893ef91da1f44ba624781153f75
a215474e4bdfe20948606166c039e13931d85a56
refs/heads/master
2020-06-10T18:10:01.050611
2017-08-19T03:12:38
2017-08-19T03:12:38
75,722,511
0
0
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
#include <string> using namespace std; class Solution { public: // Step 1. wanted form // x = 26k + r :r in [1, 26] // Step 2. solvable form, in which we can get r // x' = 26k + r' :r' = r-1 in [0, 25], by %26, we can get r' and because mapping from r' to r is 1-1, so we can get corresponding ...
[ "criss.lin@hotmail.com" ]
criss.lin@hotmail.com
0122a92753f7bd9e53aa003ad6326fff26b53db1
2a88b58673d0314ed00e37ab7329ab0bbddd3bdc
/blazetest/src/mathtest/dmatdmatmult/SLDbSUDb.cpp
6161d2ddc77a8b09006acaeb817770bd81e36759
[ "BSD-3-Clause" ]
permissive
shiver/blaze-lib
3083de9600a66a586e73166e105585a954e324ea
824925ed21faf82bb6edc48da89d3c84b8246cbf
refs/heads/master
2020-09-05T23:00:34.583144
2016-08-24T03:55:17
2016-08-24T03:55:17
66,765,250
2
1
NOASSERTION
2020-04-06T05:02:41
2016-08-28T11:43:51
C++
UTF-8
C++
false
false
4,330
cpp
//================================================================================================= /*! // \file src/mathtest/dmatdmatmult/SLDbSUDb.cpp // \brief Source file for the SLDbSUDb dense matrix/dense matrix multiplication math test // // Copyright (C) 2013 Klaus Iglberger - All Rights Reserved // // This ...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
02b47cf4b69eae86b4a69f0efb6b39619219e865
f75650b72c6f394e1c1e31560cbc27aec946d823
/45.cpp
e5a302878715909e64f665a480f199510ecbc890
[]
no_license
miracleke/learncpp
eb881c3da0dd37118a3f909820991b5ef637c6b3
7efd50aab5ae4286f10f2c4101498d4ade2c610b
refs/heads/master
2022-02-20T09:23:40.830697
2019-08-14T13:57:50
2019-08-14T13:57:50
197,947,346
1
0
null
null
null
null
UTF-8
C++
false
false
381
cpp
#include<iostream> #include<cstring> const int MAXN = 10001; using namespace std; int main() { int a[MAXN]; int n, k; int i, j; memset(a, 0, sizeof(a)); cin >> n >> k; for(i = 2; i <= k; i++) for(j = 1; j <= n; j++) if(j % i == 0) a[j] = !a[j]; for(i = 1; i <= n; i++) if(!a[i...
[ "3205244665@qq.com" ]
3205244665@qq.com
35755c37a6436e3f279013d0366f1351df4f365c
b1ceee25440c6ffdea9e17548faca58c884473aa
/boss.cpp
baa038ed0e1f40cafb9479f588603ff14d9beb82
[]
no_license
Mark-Sherman-SE/SpaceInvadersGame
76d8fe91ea73de9a8eefcfea98a2de64bf0ec360
34b395fe5f3a2c4b2eb7011367f3b48bba762593
refs/heads/master
2020-09-28T03:14:22.958317
2020-04-06T08:51:07
2020-04-06T08:51:07
226,674,811
0
0
null
null
null
null
UTF-8
C++
false
false
6,296
cpp
#include "boss.h" #include "player.h" #include <QGraphicsScene> static bool path = true; //конструктор Boss::Boss(BossType bossType, QGraphicsItem *pParent) : Opponent() { setType(bossType); pTimer = new QTimer(this); connect(pTimer, &QTimer::timeout, this, &Boss::onMove); pTimer->start(10); } //устанавли...
[ "marshann2012@gmail.com" ]
marshann2012@gmail.com
0ef7575de68ab1e173e3b2e077f90f7eeb707d4b
0b4f13fabedaf02dd8208f01bb01141bf7e45848
/module_04/ex02/Squad.cpp
b283fb2b32e28813914087566521c07365b6f1cd
[]
no_license
wasayad/piscine-cpp
65829929f89fa77de4890f5b358b46c1b7357a86
1af0c002200ab623fa2aacd456eade1ecded926c
refs/heads/master
2023-04-14T20:43:38.114080
2021-03-31T13:59:21
2021-03-31T13:59:21
348,052,092
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
cpp
#include "Squad.hpp" Squad::Squad() { _count = 0; _first = NULL; } Squad::~Squad() { while (_first) { list *tmp = _first->_next; delete _first->_unit; delete _first; _first = tmp; } } Squad::Squad(const Squad &copy) { *this = copy; } Squad & Squad::operator=(const Squad &copy) { for (int i = 0; i < _...
[ "wasayad@z2r12p2.42lyon.fr" ]
wasayad@z2r12p2.42lyon.fr
ea5afa6fb87ee6f42dd3e11662c3d6d46acad999
7769f3795b2bdc8c6c53524eb5f5907dc4ead68f
/lib/Analysis/LazyCallGraph.cpp
7ae63e27c61d535efd45047fab354bccd36d1a0e
[ "NCSA" ]
permissive
igor-laevsky/llvm-simple-backend
59220a00080d724f5e6cefb8edebe4480f596ffb
b2e50066868c58f4a289df7415d29db1d20350f4
refs/heads/master
2021-01-18T03:34:06.206640
2014-02-17T09:50:02
2014-02-17T09:50:02
16,859,600
6
1
null
null
null
null
UTF-8
C++
false
false
7,793
cpp
//===- LazyCallGraph.cpp - Analysis of a Module's call graph --------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "chandlerc@gmail.com" ]
chandlerc@gmail.com
3d92dfe85862c9b4108c62fad98d827e8f3243a0
587acb02a65d61136a20d951a39f7f4579b63b87
/uva nqueens/main.cpp
b3e82fbbe97ae84aee300c660782f8201361f22c
[]
no_license
shimaahamdy/competitive-programming
101f78c1f37ef6e446ff9be6eb95dbc1cf0d9921
78abff77ce170988e761c15ea8c29605c429e212
refs/heads/master
2020-12-27T21:07:25.419533
2020-06-23T21:01:18
2020-06-23T21:01:18
227,934,730
0
0
null
null
null
null
UTF-8
C++
false
false
911
cpp
#include <iostream> #include <bits/stdc++.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int col[10],digl[20],digr[20],row[10],arr[100][8],j=1;; void nquenns(int r=1) { if(r>8) { for(int i=1;i<=8;i++) { arr[j][i]=row[i]; } j++; ...
[ "shimaahmady722@gmail.com" ]
shimaahmady722@gmail.com
07d9b74353d5c41fc025006086dbcc8d40716cee
4d9d48baadefb86a42e198b3375d7f072c349190
/{{cookiecutter.directory_name}}/Demo/src/main.cpp
261b04bb66f7e1923e3c272018157c486fffa687
[]
no_license
wow2006/CookieCutterCMake
23f48d8d5ec35aee217e3e16cede14fede7cda7f
2adf9c8cc980cdd9bc6d50d5e41a20f7052fd332
refs/heads/master
2020-04-28T18:04:32.186018
2019-03-13T17:22:24
2019-03-13T17:22:24
175,466,867
0
0
null
null
null
null
UTF-8
C++
false
false
52
cpp
int main(int argc, char* argv[]) { return 0; }
[ "eng.ahmedhussein89@gmail.com" ]
eng.ahmedhussein89@gmail.com
8c0c38e87ebe82eeeb30112f23b142fe618e0a9c
576d748cce2a1ae3deb21f1126f2072b3c130b62
/include/NumCpp/Coordinates/RA.hpp
7febbf9a22dd577067befa30a8db048702106750
[ "MIT" ]
permissive
femperor/NumCpp
23ec7225a91a287e930d4b1787ebdc08a024d124
87b8eaf5598f901ca0149e76f5cbb8e4fd23f679
refs/heads/master
2022-11-29T01:54:48.917673
2020-08-05T04:53:24
2020-08-05T04:53:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,660
hpp
/// @file /// @author David Pilger <dpilger26@gmail.com> /// [GitHub Repository](https://github.com/dpilger26/NumCpp) /// @version 2.1.0 /// /// @section License /// Copyright 2020 David Pilger /// /// Permission is hereby granted, free of charge, to any person obtaining a copy of this /// software and associa...
[ "dpilger26@gmail.com" ]
dpilger26@gmail.com
6072c90dd22e6d2a266fc72b6c1b3901b7f936e3
5bbbe92351acc1d319bf688dfd22bad51f2055df
/연습문제소스/EX_42_02/EX_42_02.ino
75e172d2301920872caff8cd8cc2bde0d4056d46
[]
no_license
lsa-src/ArduinoBible
70a8d152af68fbecfeb5cc8bf93d5a3a288ba653
a293231368f8c9b14014dd551575b1452f1c8108
refs/heads/main
2023-05-27T00:36:13.742810
2021-06-07T01:19:45
2021-06-07T01:19:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
998
ino
#include <Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 // OLED x축 해상도 #define SCREEN_HEIGHT 64 // OLED y축 해상도 #define OLED_CLK 9 #define OLED_MOSI 10 #define OLED_RESET 11 #define OLED_DC 12 #define OLED_CS 13 Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, OLED_MOSI, OLED_CLK,...
[ "jeipubmanager@gmail.com" ]
jeipubmanager@gmail.com
e2929cab6f2fe17cc48f3185d03314f44a300cf0
e4775e18fb82d76bcfa589ebd478fa1d1c9193c7
/JeffGCPPNow2019/27_reverseView.cpp
1dcd91e1baf150743b9f2ab693c8b360e8215bef
[ "MIT" ]
permissive
tlanc007/CPP20_Ranges
fbae27ab6c97711957e0f0689696d0f1c67b28f8
e931ecf14904f74e3baac91dfbd09766c74cf7b9
refs/heads/master
2020-05-24T17:45:53.387360
2019-06-05T20:04:36
2019-06-05T20:21:45
187,394,229
0
0
null
null
null
null
UTF-8
C++
false
false
460
cpp
/* 27_reverseView */ #include <iostream> #include <ranges> #include <vector> #include "rangeNamespace.hpp" int main() { std::vector<int> vi {0, 1, 2, 3, 4, 5}; // range.reverse.overview // reverse_view takes a bidirectional View and produces // another View that iterates the same elements in ...
[ "tal.lancaster+gh@gmail.com" ]
tal.lancaster+gh@gmail.com
10cddcefa842111a8373580806158123f0b41e55
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/tests/UNIXProviders.Tests/UNIX_TextRedirectionServiceFixture.h
fea96fe7ab411225b9680fdc0a7776b9b24d0902
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
1,899
h
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
5dc43f5681d38d3a55860495119a4dee7da95592
5a1ea304e98c78f730e0a6b37a5aa4413822bec8
/kt_pttsnt.cpp
16736e733be045eb031ca4e52d9bf6d8d9972195
[]
no_license
minhduc462001/languageC
367ed779543dd0e2c12c670ffd5f6d77ab86af90
1d1929ec5cffc28e567c1d1ab42598192531a8e4
refs/heads/main
2023-07-11T12:48:33.575956
2021-08-18T09:11:54
2021-08-18T09:11:54
397,538,538
0
0
null
null
null
null
UTF-8
C++
false
false
354
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; int dem = 0; while(n%2==0){ dem++; n/=2; } if(dem>0){ cout<<"2 "<<dem<<endl; } for(int i = 3;i<=sqrt(n);i+=2){ dem = 0; while(n%i==0){ dem++; n/=i; } if(dem>0) cout<<i<<" "<<dem<<endl; } if(n>2) cou...
[ "minhduc4600@gmail.com" ]
minhduc4600@gmail.com
ef0e7f7e6c052dd2b6644bfc215944db116b4fbd
f9b7dcbd841a0b3dd0fcd2f0941d498346f88599
/components/sync_bookmarks/bookmark_model_merger_unittest.cc
5889a8a5aaf82df19b2bc8c00f9fb18ac5a99961
[ "BSD-3-Clause" ]
permissive
browser-auto/chromium
58bace4173da259625cb3c4725f9d7ec6a4d2e03
36d524c252b60b059deaf7849fb6b082bee3018d
refs/heads/master
2022-11-16T12:38:05.031058
2019-11-18T12:28:56
2019-11-18T12:28:56
222,449,220
1
0
BSD-3-Clause
2019-11-18T12:55:08
2019-11-18T12:55:07
null
UTF-8
C++
false
false
44,327
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/sync_bookmarks/bookmark_model_merger.h" #include <memory> #include <string> #include <utility> #include <vector> #include "base/gui...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4f09d47c033a2f23d8d70e6c2c1b1faf52587e42
c0532dbb45deda696c9d05687ac18095464763aa
/demoPrograms/CalibrationDemo.cpp
0cdce06ff4b4879dfe6d6122beabac59edbafa7e
[]
no_license
julian-steiner/Waveshare-Stereo-Camera
d7f60cb70b99db113251b297e63b909f252a7462
5e18650e122b54716c779a9f2ac0527fcd22fdd2
refs/heads/main
2023-07-01T18:59:57.730873
2021-07-27T12:36:36
2021-07-27T12:36:36
380,363,889
0
1
null
null
null
null
UTF-8
C++
false
false
887
cpp
#include "ConfigHandler.h" #include "StereoCamera.h" #include "CameraCalibrationAssistant.h" #include <iostream> int main() { waveshare::StereoCamera camera(2, 4); camera.setResolution({1280, 720}); std::cout << "Press 1 if you want to load a default config and create the images for calibration" << std::...
[ "juli.steiner@bluewin.ch" ]
juli.steiner@bluewin.ch
0ba5b42ed9e5bf3c8e2f4e901fa1eace9251b086
28e0ddee1f70e6b3751e62b8f46d9969f909dbbd
/PHashDll/stdafx.cpp
541cc2ef77c6ec6d1fec95d17f7718d96f6afb6a
[]
no_license
ericlin1001/minesweeperAI
602c3aed176113bfeb9a5cb812fd1a8730b8e9e0
ee043769a3b0662220781d88dc27024cdda85989
refs/heads/master
2021-01-20T00:01:38.826665
2017-04-27T03:17:17
2017-04-27T03:17:17
89,068,785
0
0
null
null
null
null
UTF-8
C++
false
false
287
cpp
// stdafx.cpp : source file that includes just the standard includes // PHashDll.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "ericlin1001@gmail.com" ]
ericlin1001@gmail.com
9438054e70870ed372bfbe6dbb1a443b8a45a91f
e5dc9d8142d807b87e6a7980670ecba28e4a9523
/KsSWF/core/KsSwfShapeWithStyle.cpp
93dbe9860f32d76b9367b568be6ec7118a6b31fc
[ "MIT" ]
permissive
a567w/AriaGame
e2c692e32d0afcf3e7ec7a676456e4d4a35c19d7
bf90f79cecd5e27e221fa0e791a784d9be5ef06f
refs/heads/master
2020-07-01T05:03:26.856425
2019-11-05T13:45:56
2019-11-05T13:45:56
201,052,112
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,956
cpp
/************************************************************************************************/ /** * @file KsSwfShapeWithStyle.h * @brief * @author Tsukasa Kato * @date 2004/10/17 * @since 2004/10/17 * @version 1.0.0 */ /********************************************************************************...
[ "q.gate4@gmail.com" ]
q.gate4@gmail.com
5c264f3489fe832f7458e1c9e118a69a44c7f623
01630a00b9aba26c292120419e74cac6cf5caeb0
/76. Scramble String/code.cpp
52f6c0cf9dd46879f1d9895985098830c067b1d4
[]
no_license
amarNetake/Dynamic-Programming-Practice-Work
52348f131ef140f6bb2c9481dc6c79e8732d29a5
21c4da4e99eefbf5c7b0f08a833f85bfcce58261
refs/heads/master
2023-06-30T23:21:56.490305
2021-07-27T21:23:55
2021-07-27T21:23:55
389,616,015
0
0
null
null
null
null
UTF-8
C++
false
false
1,205
cpp
class Solution { public: vector<int> freq(string s) { vector<int> freq(26,0); for(auto x: s) { freq[x-'a']++; } return freq; } bool isScramble(string s1, string s2) { int n=s1.length(); if(s1==s2) return true; ...
[ "netakeamar96@gmail.com" ]
netakeamar96@gmail.com
501999cb83fccf32ee24eed4bfdd743b79d26419
f40f9d4a5973bfa4180ee778e83238d5c3656422
/App/Il2CppOutputProject/Source/il2cppOutput/Bulk_Generics_41.cpp
5a0c453bf65fddbfb2f3e7f24a701b707fdf9d3c
[]
no_license
stevenshan/hololens-fun
cd30936f5ef2c98204613ed53b1754925e31fe95
feb647b9f8301fc24429b601dbcc4299eefb79d8
refs/heads/master
2020-03-28T18:45:08.058701
2018-09-16T11:00:15
2018-09-16T11:00:15
148,907,539
0
0
null
null
null
null
UTF-8
C++
false
false
1,428,800
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "steven.shan99@gmail.com" ]
steven.shan99@gmail.com
3b4a25c471a8bf811c49afd38f63f22ba846c015
05d2e2d06cc6f67c023337fc5d984ec36b060787
/src/Object/ExitDoor.hpp
44800ffe957e697fa91bdfa920a66ea1104161bb
[]
no_license
MarcosJLR/SHP-Engine
8702f33ae63cfcbd752fbf9031e63ec80aba9021
48533a0d8d8cdc4fdaad56789a03fe51c41457ff
refs/heads/master
2022-12-18T00:07:28.507768
2020-09-29T16:35:39
2020-09-29T16:35:39
270,116,229
0
0
null
null
null
null
UTF-8
C++
false
false
597
hpp
#pragma once #include "GameObject.hpp" #include "Collider.hpp" namespace shp { class ExitDoor : public GameObject { public: ExitDoor(ObjectProperties* props) : GameObject(props), m_Collider(nullptr) { m_Collider = new Collider(p...
[ "socram.693@gmail.com" ]
socram.693@gmail.com
f4e999488e93f71b36a17e7b142fe16bfcf3edff
412a0f24d10443cc865a73fc1d9964b0ff23b44c
/code/AzureDeviceManagementClient/DMService.cpp
bd9e767a4f045cd23dbabb73cdf64a9d4d8befc0
[ "MIT" ]
permissive
v-jush/azure-client-tools
f0f354f84f1a58d01134b967e7a230305f1606c8
9ae17e1c1bc0f164dc7a7023e7568782dda77d6d
refs/heads/master
2020-05-17T18:00:13.872887
2019-04-10T17:56:44
2019-04-10T17:56:44
172,009,131
1
0
NOASSERTION
2019-02-22T06:44:08
2019-02-22T06:44:05
null
UTF-8
C++
false
false
13,504
cpp
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #include "stdafx.h" #include "DMConstants.h" #include "DMService.h" #include "AzureDMClient.h" using namespace std; using namespace std::chrono; using namespace std::experimental; using namespace Microsoft::Azure::DeviceMa...
[ "gmileka@microsoft.com" ]
gmileka@microsoft.com
452187c3e46a372e8f5d8ae5f75b4cc77b7268b0
efa3d708e129ba23f422ee160844e50a01d4b349
/src/com/tests/MPIPortsCommunicationTest.hpp
2a8e023c411a9d0c445f9f36873d44c309a6d8e9
[]
no_license
numsim1415/precice
4ba9e9dc339bb857e9e39bbaaa707966f46d5e7b
7bf685adf318a82001a2e2c06337f3a64633d1c1
refs/heads/master
2021-01-12T03:57:51.187846
2014-10-06T07:10:22
2014-10-06T07:10:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,154
hpp
// Copyright (C) 2011 Technische Universitaet Muenchen // This file is part of the preCICE project. For conditions of distribution and // use, please see the license notice at http://www5.in.tum.de/wiki/index.php/PreCICE_License #ifndef PRECICE_COM_TESTS_COMMUNICATIONMPIPORTSTEST_HPP_ #define PRECICE_COM_TESTS_COMMUNIC...
[ "gatzhamm@in.tum.de" ]
gatzhamm@in.tum.de
11d6781127a79daa6f89a04d45b62387ee256481
5819330b65801e11eeb5d247242e20ed7716f8bf
/src/init.cpp
353017b3966fdc58afced0292f0841836a7796d8
[ "MIT" ]
permissive
biidcoin/biidcoin
65e29ff769ba40db0b8dd05e13ce6578831a4884
bc6e8ac69d366fa24a8cf3b9b35e786f48afaf24
refs/heads/master
2021-05-13T23:58:28.244242
2018-04-23T17:25:00
2018-04-23T17:25:00
116,529,769
1
0
null
null
null
null
UTF-8
C++
false
false
36,246
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "init.h" #include "main.h" #include "chainparams.h" #include "txdb.h" #in...
[ "tim@biidcoin.com" ]
tim@biidcoin.com
f2cc74a701951870cc548e3ff4cac6c0439c59e3
1056ff98a7169fa5601511fc74ecb5ded866a740
/monitor00/monitor00.ino
2b3145e593ff049af431ebce6acbb8758c432a8e
[]
no_license
yukaReal/car1
272cc597e39ce5a6ba928ec904dc307f76f9e459
c6b2f6d1c845224ed1f1a1db649d4a578a949f4f
refs/heads/master
2021-09-02T23:41:20.990284
2018-01-04T04:21:10
2018-01-04T04:21:10
116,210,348
0
0
null
null
null
null
UTF-8
C++
false
false
8,874
ino
#include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #define OLED_RESET 4 Adafruit_SSD1306 display(OLED_RESET); #define NUMFLAKES 10 #define XPOS 0 #define YPOS 1 #define DELTAY 2 #define LOGO16_GLCD_HEIGHT 16 #define LOGO16_GLCD_WIDTH 16 static const unsigned char PROGMEM ...
[ "yuriy.yankop@gmail.com" ]
yuriy.yankop@gmail.com
66f1c60cf7a30c6880f2e3da60499db405d34d47
03f037d0f6371856ede958f0c9d02771d5402baf
/graphics/VTK-7.0.0/Rendering/Core/Testing/Cxx/TestLabeledContourMapper.cxx
c348d9eb462cf2100e61d9502e229a5e4d8b7331
[ "BSD-3-Clause" ]
permissive
hlzz/dotfiles
b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb
0591f71230c919c827ba569099eb3b75897e163e
refs/heads/master
2021-01-10T10:06:31.018179
2016-09-27T08:13:18
2016-09-27T08:13:18
55,040,954
4
0
null
null
null
null
UTF-8
C++
false
false
4,980
cxx
/*========================================================================= Program: Visualization Toolkit Module: TestTextActor3D.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This ...
[ "shentianweipku@gmail.com" ]
shentianweipku@gmail.com
ce8708e9afc9e1ae445dd070c658a08662761a52
b6e36d75284458cee8d8d44fabe1b4319733f82e
/Source/CAG_AIR_PEPgate_J_J.h
0f75b6ed3cc91aa09e8863d2d4264889d366313e
[]
no_license
wirecam2023/APIGen
8365648ef1b8186aa5fbe3901d9e20acb3bd051f
edd631651421aa33a672d1ca82e831096cb0f2d2
refs/heads/master
2023-04-26T06:26:54.931521
2020-08-25T18:04:24
2020-08-25T18:04:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
855
h
// Static Model #ifndef __CAG_AIR_PEPGATE_J_J__ #define __CAG_AIR_PEPGATE_J_J__ // Include files #include "CAG_AIR_PEPgate_J.h" class CAG_AIR_PEPgate_J_J : public CAG_AIR_PEPgate_J { public: CAG_AIR_PEPgate_J_J(); ~CAG_AIR_PEPgate_J_J(); void checkDebug(bool b_Debug, CString csFunctio...
[ "don.cannon.wa@gmail.com" ]
don.cannon.wa@gmail.com
80a820bdc54a522e670c8935faedf2ac0fbe574b
bc236abf737d4d7c53d4fd00b7b9d3092e38f42a
/bpnn/outputlayer.cpp
68680be6aa7d4674f2b030864a93cdcea76be7a0
[]
no_license
TERRIOR/BPNN
f810aff0276557d9e4446a959037bfad3cd121ff
0ffd11a3337de4a0ca4849df6128f2beab1f7aa0
refs/heads/master
2020-06-02T00:48:36.459208
2019-06-09T08:59:08
2019-06-09T08:59:08
190,984,344
2
0
null
null
null
null
GB18030
C++
false
false
2,179
cpp
#include "outputlayer.h" outputlayer::outputlayer() { } outputlayer::outputlayer(int i, int o,double lr) { setup(i,o); mlr=lr; } outputlayer::~outputlayer() { //std::cout<<"release outputlayer"<<std::endl; } void outputlayer::setup(int i, int o) { innum=i; outnum=o; wblock.init(o,i); in...
[ "954179799@qq.com" ]
954179799@qq.com
2a421895d754e9f65bc96e07be77c1184fba6d55
85d9d0e0627831fb78e5caa35c9d56b4d7a8f7a1
/MSDB/MSDB-CORE/include/array/memChunkItemIterator.h
612934e7a2142b3503bb9180e440327032a4e8cd
[]
no_license
RonyK/SEACOW
fb929cdfa4d489ec6f7a48ba8ac24a873c5bb618
6263fc77bd6cb10c0d56b4087097e46852a690e3
refs/heads/master
2023-08-01T00:30:57.068265
2021-09-09T03:47:34
2021-09-09T03:47:34
228,312,074
0
0
null
null
null
null
UTF-8
C++
false
false
1,437
h
#pragma once #ifndef _MSDB_MEMCHUNKITEMITERATOR_H_ #define _MSDB_MEMCHUNKITEMITERATOR_H_ #include <pch.h> #include <array/chunkItemIterator.h> #include <util/coordinate.h> namespace msdb { namespace core { class memChunkItemIterator : public chunkItemIterator { public: using self_type = memChunkItemIterator; using ...
[ "sangron@naver.com" ]
sangron@naver.com
01caa4add233abcba051aacaf748dc495429df96
2367e92a92b2006c9359cab215d38f97ad179af9
/data/standard/executable/question5/code.cpp
f8a6bd066bdce38a67d4f92548aa40b489573915
[]
no_license
atharvanaphade/RC-Round-2
63c6f624face8a8058ac8ef2a1e7a571ea8a6fa6
1bfe5db668b335476b0c1e61c52f22b703ae84b1
refs/heads/master
2023-01-05T04:12:09.459280
2020-11-03T15:49:10
2020-11-03T15:49:10
304,720,779
0
0
null
null
null
null
UTF-8
C++
false
false
103
cpp
#include<iostream> using namespace std; int main(){ char c; cin >> c; cout << int(c); return 0; }
[ "naphade21@gmail.com" ]
naphade21@gmail.com
34084e435a3627b9c14f9474770da03ba243b267
88af1100048e12169fa8222f13a75416cd13d449
/Stack/twostacks.cpp
c98040cd31e586c9dcc8a60a92857a016ecc3cc5
[]
no_license
haritha28/Data-Structures
7de8626ccc53cfeb7201269094d53119e67272ac
5fee5ed92c41ca15e956f26022c328b3dfaed9ab
refs/heads/master
2021-01-10T11:37:55.718215
2016-11-15T11:18:49
2016-11-15T11:18:49
50,304,122
1
1
null
null
null
null
UTF-8
C++
false
false
1,347
cpp
#include<iostream> using namespace std; class mystack { private: int arr[100],top,top2,size; public: mystack() { top = -1; top2 = 100; size = 100; } void push(int x) { if(top >= top2) { cout<<"overflow"; } else { ...
[ "haritha.h20@gmail.com" ]
haritha.h20@gmail.com
086d1116a858684b3365fa8487e1b4791a70f59d
0b6309f2222033a58122bb67ca70182899349bbb
/Filerun_candle_vgrid/Default Include/ACE 5.4/ACE_wrappers/ASNMP/tests/Counter_Test.cpp
bbf211f425f1f6409e88ed70489cde0c0a20351c
[ "MIT-CMU", "LicenseRef-scancode-hp-snmp-pp" ]
permissive
elysionlab/client
8c0923df53069510bb0557241cee6bc7ed380806
f67bd232e3eaa859f8b594748d9a3ad306e22c34
refs/heads/master
2022-04-16T18:17:33.976968
2020-04-06T05:32:59
2020-04-06T05:32:59
253,389,619
0
0
null
null
null
null
UTF-8
C++
false
false
4,225
cpp
// Counter_Test.cpp,v 1.5 2003/11/01 11:15:07 dhinton Exp // ============================================================================ // // = LIBRARY // tests // // = FILENAME // Counter_Test.cpp // // = DESCRIPTION // Test all the member functions of the Counter class. An Object // representing an ASN.1 C...
[ "elysionlab@gmail.com" ]
elysionlab@gmail.com
93f88d266b5a52a717545f8fb8267b5b0de75c53
f1687c98832de9f2ff6b07aac01add1f4b4f8827
/folderB/main.cpp
99da4eace940c368bfa72d138f53269316b0c90e
[]
no_license
sudiptog81/test-for-stream
77565613a25a24ea565b71787c883d1571176d8a
102bade3df19251e1872a8a5e0b37e8f89e7e846
refs/heads/main
2023-01-29T08:34:14.605261
2020-12-10T15:10:02
2020-12-10T15:10:02
320,299,307
0
0
null
2020-12-10T14:44:54
2020-12-10T14:37:16
null
UTF-8
C++
false
false
93
cpp
#include <iostream> using namespace std; int main(void) { cout << "hello"; return 0; }
[ "sudipto@ghosh.pro" ]
sudipto@ghosh.pro
a124c42f6f5d1e7a4a9be4e3abdc7e0c06456f79
22b9afc240c9725e9bc09e590336067e2d31b738
/src/tomatrix_fromsym.cc
51d5de4d13530e65dcdced2f4fa0277a02e8beca
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
wrathematics/band
b70077157bc99388d0a999401d6a352bb8b3dea2
0133e65eab999245c8076bd4ba94c230704f5a1d
refs/heads/master
2020-04-05T23:08:59.885622
2017-02-18T01:52:36
2017-02-18T01:52:36
59,312,361
2
0
null
null
null
null
UTF-8
C++
false
false
2,848
cc
/* Copyright (c) 2016, Schmidt 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 conditi...
[ "wrathematics@gmail.com" ]
wrathematics@gmail.com
104f5151fa3dec7b68adc62d8811de8cf44d2489
d4724390d0589ccca17e159f01e24c869e0d4752
/Phoenix/PX2Engine/Logic/PX2LFile.cpp
5c4b511017ff2d4f10551060d92dd4643e06d541
[]
no_license
yuanxudong/PhoenixIoT
1d095bd5f06f0d5ba186c5f7525f31ccf1b40748
a87f1ef8cc61ce7038aa9295d173f9eb36758a61
refs/heads/master
2020-03-28T20:33:55.032028
2017-06-17T09:18:43
2017-06-17T09:18:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,747
cpp
// PX2LFile.cpp #include "PX2LFile.hpp" #include "PX2FontManager.hpp" #include "PX2StringHelp.hpp" #include "PX2LogicManager.hpp" using namespace PX2; PX2_IMPLEMENT_RTTI(PX2, Object, LFile); PX2_IMPLEMENT_STREAM(LFile); PX2_IMPLEMENT_FACTORY(LFile); PX2_IMPLEMENT_DEFAULT_NAMES(Object, LFile); //---------------------...
[ "realmany@qq.com" ]
realmany@qq.com
f32dfbdbf0104bc3b4fbf9a2c068de6112b99429
6905fdc35a163254cd453bf87ae6a206ccf3964a
/12_4/main.cpp
9f0b28e3ccc1f091239d9ec3b3e18ab9b21c798e
[]
no_license
PumbaOmsk/M_A_D_E_A_L_G_O_2
f9885217fcc6400b0b488cd6e08d3cbe31b78029
f7967bf89e838e8121d9306a2c18154eaf3d58e8
refs/heads/master
2022-11-18T06:37:00.171792
2020-07-17T16:11:03
2020-07-17T16:11:03
280,468,173
0
0
null
null
null
null
UTF-8
C++
false
false
7,130
cpp
/** * Введенский Вячеслав В. MADE-ML-22 * D. Ненокку. Суффиксное дерево с обновлением. */ #include <iostream> #include <unordered_map> #include <list> #include <map> #include <queue> #include <stack> #include <cstring> #include <algorithm> static const int MAX_LENGTH = 15000000; static const int BUF_SIZE = 100000;...
[ "vvedensky@rambler.ru" ]
vvedensky@rambler.ru
fa4516e0ebcb3b7c0f1a018ff4a74ec2270c5b17
a7be56efd1867d38ce2fc33ad290088141130c28
/src/qt/qtipcserver.cpp
5d2743423d96953e38e1a80700750392066a6551
[ "MIT" ]
permissive
acgh213/CALCOINS
793b7b594fb8b97a9d9aa91ba9590c75f36f7cdb
e63d2fa51564f0b8b631451f7e9f9057060ffe8b
refs/heads/master
2018-12-30T02:52:56.276846
2014-11-10T16:28:43
2014-11-10T16:28:43
26,086,739
0
0
null
2014-11-05T18:34:52
2014-11-02T16:51:25
TypeScript
UTF-8
C++
false
false
3,497
cpp
// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "qtipcserver.h" #include "guiconstants.h" #include "ui_interface.h" #include "util.h" #include <boost/date_time/...
[ "acgh213@gmail.com" ]
acgh213@gmail.com
0e451fb9e92499a4ea79f378812958d3216b1268
29f2549998b45a046930f3b1c5e3024791b1be16
/include/llvm/CodeGen/MachineModuleInfo.h
3618898a79da0791e49e78515751d88f985927eb
[ "NCSA" ]
permissive
fanfuqiang/iec-61131_new
eda210bd30a6a32e3d14c3d3e87f51b179124c72
fde56fdefd60e33facaa07661e388ed6c916c763
refs/heads/master
2016-09-05T14:59:12.678870
2015-02-06T23:55:09
2015-02-06T23:55:09
30,048,552
2
0
null
null
null
null
UTF-8
C++
false
false
11,046
h
//===-- llvm/CodeGen/MachineModuleInfo.h ------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "feqin1023@gmail.com" ]
feqin1023@gmail.com
ddb3eff9d1049f302be77e504b4edd15c57309c6
9be5f5af24d9b54b104f1dbe21fed165e756d782
/Week 7/main.cpp
0f6fd53ea7cd2a2f4f7ceaabe035570ca948dab9
[]
no_license
Tishkata/UP
a0dc83a7e3f73d3f4eb230ddc95253a1a006a407
c8f76315dc5569a7a06d2cf254b8c95ee9b231a7
refs/heads/master
2021-01-12T15:27:53.644757
2018-03-28T15:23:37
2018-03-28T15:23:37
71,791,099
0
0
null
null
null
null
UTF-8
C++
false
false
7,522
cpp
#include <iostream> using namespace std; const char* WORD = "izdislav"; int containsWord(char* str) { int var = 0, j = 0; for (int i = 0; str[i] != '\0'; ++i) { var = i; j = 0; while (WORD[j] != '\0' && str[i] != '\0') { if(WORD[j] != str[i]) { ...
[ "tihomir.kovachev@egt-bg.com" ]
tihomir.kovachev@egt-bg.com
2031a2260fc03ccd6e095e27406d7697404ceb59
83ba33a8c0905be2b056720606dd7dfea94fea60
/FINM 32400/quickfix-1.14.3/quickfix/src/ruby/QuickfixRuby.cpp
d96001d800993412d5c8e90ea25a0f97f8e49c47
[ "BSD-2-Clause" ]
permissive
mbeven/FINM_2016_SPRING
2e51d612778b1a63e16d8187cb09d82cc4503145
91ac985e9114cddd331ba0cf177e0eaffca0c26e
refs/heads/master
2021-01-21T04:44:36.862654
2016-07-03T19:55:58
2016-07-03T19:55:58
55,090,813
2
2
null
null
null
null
UTF-8
C++
false
false
9,158,884
cpp
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.2 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficienc...
[ "mbeven@uchicago.edu" ]
mbeven@uchicago.edu
b1074079f4c0e7f6cb579cb73a00ccacad73d555
b8fbe9079ce8996e739b476d226e73d4ec8e255c
/src/engine/rb_core/jptr.h
7fd80641c90316e916265d7515c2ba509472e3a6
[]
no_license
dtbinh/rush
4294f84de1b6e6cc286aaa1dd48cf12b12a467d0
ad75072777438c564ccaa29af43e2a9fd2c51266
refs/heads/master
2021-01-15T17:14:48.417847
2011-06-16T17:41:20
2011-06-16T17:41:20
41,476,633
1
0
null
2015-08-27T09:03:44
2015-08-27T09:03:44
null
UTF-8
C++
false
false
1,591
h
//****************************************************************************/ // File: JPtr.h //****************************************************************************/ #ifndef __JPTR_H__ #define __JPTR_H__ //****************************************************************************/ // Class: JPtr...
[ "rushbits@gmail.com" ]
rushbits@gmail.com
89fb5f53fe669ef95ac294f130173e90ab5e3294
1ddf4a00ab74e0b412d66a8d26777eac764a1f81
/Algorithm/Math/Euler Function.cpp
821c38dc774441f054b8609b030d5f1f985e555a
[]
no_license
zhangcaihui/ACM
a8f410338b73c8e3deda8acfbbae3f7ce495fc9d
9bba0f52ace3a1117437cd464d482dfeff2d75eb
refs/heads/master
2020-03-22T11:49:11.806479
2018-06-09T08:02:59
2018-06-09T08:02:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,124
cpp
/* Euler's totient function */ //Get the number of the numbers smaller than n and prime to n int GetPhi(int n) { int m = sqrt(n+0.5); int ans = n; for(int i=2; i<=m; ++i) if(n%i == 0) { ans = ans/i * (i-1); while(n%i == 0) n /= i; } if(n > 1) ans = ans/n * ...
[ "uestc_duiming@xian.icpc" ]
uestc_duiming@xian.icpc
fedb247bf5bd6063a201ef9e2de5868e76b1e70c
419e55c56c5ed91f82657ae451db4dc5ae3dfcce
/practice/SeniorHigh1/semester1/October2021/20211020/practice/gogogo.cpp
fec91ab9f316af2fe523b2d7d9f065c1a58be530
[]
no_license
AlexWei061/cpp
6e267bea4f163f77245fd2b66863b34edb7e64aa
f5f124b0c37b81036932e79290fb5cebcc7f1a5b
refs/heads/master
2022-07-15T06:17:46.061007
2022-07-09T06:55:26
2022-07-09T06:55:26
216,490,498
1
0
null
null
null
null
UTF-8
C++
false
false
751
cpp
#include<bits/stdc++.h> using namespace std; #define MAXN 101 #define INFI 1e20 + 7 int n = 0; double disLis[MAXN] = { 0 }; double r; double x, y; double ans = INFI; double dis; bool chosen[MAXN] = { 0 }; void dfs(int x, double now){ if(x > n){ if(now >= dis) ans = min(now, ans); return; } ...
[ "ty.wei@foxmail.com" ]
ty.wei@foxmail.com
c209cdd0b4988332ecb41ad6843a088a9a733e1a
0c8e27fa725ca13599c9060d58adc3b3fc05be62
/source/unix_account_http/src/GroupReaderHttp.h
eeda7aa9acca816c5d1810ed748860d88e6cc3ff
[ "MIT" ]
permissive
1nfiniteloop/nss-http
2d8245a1c744cacf41511f6c5ba9da27f949f0f2
84f4412e30527b9e56e6bc59b3009987f2352671
refs/heads/main
2023-06-29T20:14:31.003572
2021-08-05T18:22:34
2021-08-05T18:22:34
385,044,781
2
0
null
null
null
null
UTF-8
C++
false
false
1,312
h
#pragma once #include <string> #include "unix_account/Group.h" #include "unix_account/GroupReader.h" #include "Configuration.h" #include "HttpRequest.h" namespace unix_account { class GroupReaderHttp final : public GroupReader { public: HttpRequest _http; GroupReaderHttp(Configuration config) : _http...
[ "gunnarsson.lars@gmail.com" ]
gunnarsson.lars@gmail.com
16c7d0f9de1aa03324216c7b3dc0ecd20d3b207a
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIComDayCqDamCoreImplReportsReportPurgeServiceInfo.cpp
67916d7551f0102828cb38ca4b0842b57057884f
[ "Apache-2.0", "MIT" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
4,211
cpp
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
fe424daf0d26fc836191a0562cfb68ef5ddaa46e
f7876e8167be27ef95490e6a039baf20d62ba2aa
/net/http/HttpRequest.h
2867d0ef402329ee257b01a748cacd2fabd6e2c9
[]
no_license
Chineseguuys/MUDUO
7604e3ea97b21492bfed887d8f63dd64c5ac2298
467323d93ec89537ea49d66a0e4fdc379774c00f
refs/heads/master
2022-11-29T14:41:50.455096
2020-08-10T12:36:03
2020-08-10T12:36:03
277,271,355
0
0
null
null
null
null
UTF-8
C++
false
false
2,813
h
#ifndef MUDUO_NET_HTTP_HTTPREQUEST_H #define MUDUO_NET_HTTP_HTTPREQUEST_H #include "base/copyable.h" #include "base/Timestamp.h" #include "base/Types.h" #include <map> #include <assert.h> #include <stdio.h> namespace muduo { namespace net { class HttpRequest : public muduo::copyable { public: enum Method { K...
[ "yanjianghan1996@outlook.com" ]
yanjianghan1996@outlook.com
dddd706f4b6af611752d7517e1589453c396e1d8
8732d1522ca54fc5bef969f4d42d27907ac8b071
/Chapter 5/Lab 5.3.10 (11)/Lab 5.3.10 (11)/Lab 5.3.10 (11).cpp
27a16bf9c008523fe8c8b5129d39f7c8267a7e2d
[]
no_license
pulupigor/C-Ess-KI3
f0e9dc641fbb2cd179b19dd88fc20fdbee95cbcc
46f3a7f001624368c0777c4213dbd2557061029c
refs/heads/master
2021-08-30T06:16:50.503881
2017-12-09T16:51:52
2017-12-09T16:51:52
107,868,296
0
0
null
null
null
null
UTF-8
C++
false
false
1,361
cpp
// Lab 5.3.10 (11).cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<iostream> using namespace std; class FarmAnimal { public: FarmAnimal(double water_consumption); double getWaterConsumption(); protected:double water_consumption; }; FarmAnimal::FarmAnimal(double water_...
[ "pulupigor@ukr.net" ]
pulupigor@ukr.net
e2b6a48ae62968e147dea4c72191cdc2453f579e
070220e82b5d89e18b93d6ef34d702d2119575ed
/api/include/gui/ILC7ProgressBox.h
9a7f36b445c6f4f4d9d18d85b6087719b3b196ad
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Brute-f0rce/l0phtcrack
2eb4e51f36fd28c9119269881d5e66e6a6dac533
25f681c07828e5e68e0dd788d84cc13c154aed3d
refs/heads/main
2023-08-19T16:41:06.137715
2021-10-17T01:06:21
2021-10-17T01:06:21
418,568,833
2
0
null
null
null
null
UTF-8
C++
false
false
788
h
#ifndef __INC_ILC7PROGRESSBOX_H #define __INC_ILC7PROGRESSBOX_H #include"core/ILC7Interface.h" #include "qstring.h" class ILC7ProgressBox: public ILC7Interface { protected: virtual ~ILC7ProgressBox() {} public: virtual void UpdateStatusText(QString text)=0; virtual void UpdateProgressBar(quint32 c...
[ "crioux@noctem.org" ]
crioux@noctem.org
16ccfbae30722f044e3c37275cb12383dbdc2872
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13725/function13725_schedule_8/function13725_schedule_8_wrapper.cpp
d5f3f002b566aa124dc7fca900be4ac35bec55f6
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
852
cpp
#include "Halide.h" #include "function13725_schedule_8_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){Halide::Buffer<int32_t> buf0(65536, 1024); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
78d4e05ee4cfe2b4439a2211f96a539a87332f28
71a578d13ac7a34a48dd4090dc8a19b6950e9b16
/GUI/config.cpp
e188faa60572d2fbc182d6cb53aa657e7ed6aadb
[ "Apache-2.0" ]
permissive
salutesh/eai
29a117f8bc74ebf1afff8843354515c52f7e9682
633b4509f13a7749840828805ae71a852d8364c5
refs/heads/main
2023-06-22T03:58:11.459627
2021-07-10T19:28:54
2021-07-10T19:28:54
349,575,500
5
0
Apache-2.0
2021-03-19T22:59:17
2021-03-19T22:59:17
null
UTF-8
C++
false
false
192
cpp
class CfgPatches { class eAI_GUI { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "DZ_Data" }; }; };
[ "wtb0019@auburn.edu" ]
wtb0019@auburn.edu
8902e443afb77374d277dc425096f8581ede6f4c
9bd2b92b924d65f19bc534b543f90ae63ea23637
/contest/cf544/F1.cpp
3310b3d665327bfb35f131de47e01090da09d16a
[]
no_license
mooleetzi/ICPC
d5196b07e860721c8a4fe41a5ccf5b58b6362678
cd35ce7dbd340df1e652fdf2f75b35e70e70b472
refs/heads/master
2020-06-09T12:13:48.571843
2019-12-01T11:39:20
2019-12-01T11:39:20
193,435,046
3
0
null
null
null
null
UTF-8
C++
false
false
1,434
cpp
#include<bits/stdc++.h> using namespace std; using ll = long long; const int maxn = 2e5 + 10; const int inf = 0x3f3f3f3f; vector<int> g[maxn]; int deg[maxn],vis[maxn],dis[maxn]; using pa=pair<int, int>; int n, m; int fa[maxn]; int find(int x) { if (fa[x]!=x) return fa[x] = find(fa[x]); return fa[x]; } v...
[ "13208308200@163.com" ]
13208308200@163.com
235041b12794fdd72bf2ed8c5b075c0ecfd82ca5
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/squid/gumtree/squid_new_log_1478.cpp
f76872086ff6420175c8c0405dcc741404afe0b5
[]
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
868
cpp
logfilePrintf(logfile, "%9ld.%03d %6ld %s %s/%03d %" PRId64 " " SQUIDSBUFPH " " SQUIDSBUFPH " %s %s%s/%s %s%s", (long int) current_time.tv_sec, (int) current_time.tv_usec / 1000, tvToMsec(al->cache.trTime), clientip, al->cache.cod...
[ "993273596@qq.com" ]
993273596@qq.com
42e0d402304502b574ef483f3b98b42ccf7a6a46
3847cc605330f7a9a48a748ff37c52ec3dd3beb8
/Helper/singleton.h
eec337a32092cd2bb0a40136eced2df801f921fe
[]
no_license
jkrecek/Serialoid
d484941b39fd840b71e98da6e735c53f866d48ce
c553c7e19dc146e8f5bf57f3f63975e0e6029ba5
refs/heads/master
2020-04-15T10:59:42.636915
2011-12-19T19:13:37
2011-12-19T19:13:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
645
h
#ifndef SINGLETON_H #define SINGLETON_H #include <QObject> template <class T> class Singleton { public: static T& Instance() { static T instance_m; // create static instance of our class return instance_m; // return it } ...
[ "killerfrca@gmail.com" ]
killerfrca@gmail.com
e3427a07959cd2347bf6ca0c85f54c82dbd406b9
c8aaf72cbea43dd9b208c1b76cb764cce103fff9
/Temp/StagingArea/Data/il2cppOutput/Bulk_Mono.Security_0.cpp
2b8f6f522d2647004fac293ab2059922494d4cec
[]
no_license
YoshidaHiroya/pawapoke
6d54f490d33c5892ca24957d6390d02926834bb7
0ea2d5ee0105a5be2df301dbd466ab7fc72e2657
refs/heads/master
2020-04-02T12:05:06.778174
2018-10-31T03:52:03
2018-10-31T03:52:03
154,419,009
0
0
null
null
null
null
UTF-8
C++
false
false
1,973,354
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "class-internals.h" #include "codegen/il2cpp-codegen.h" #include "object-in...
[ "hdotm1225@gmail.com" ]
hdotm1225@gmail.com
3d93d08e9fc5c23bc95577eadd498d1bf7515f7f
e790f0467817194ad9de75f8ada11280d69fc678
/eager-ova/RuleMiner.cpp
48c7a0d0b3adefb2b85623b7e5162c414d3dd0de
[]
no_license
pkubik/eager-ova
a869a5c2cac33ab5847bd2aa7bd62f3d1f2a78cd
234c4eb9823e462455e0d0ceb1955debcd6e6774
refs/heads/master
2021-03-19T06:51:16.917452
2018-01-21T20:24:38
2018-01-21T20:24:38
112,947,887
0
0
null
null
null
null
UTF-8
C++
false
false
2,750
cpp
#include <iostream> #include <string> #include <chrono> #include "IOUtils.h" #include "CSVReader.h" #include "Dataset.h" #include "Miner.h" #include "RuleWriter.h" using namespace std; constexpr auto PARAMS_PATH_SUFFIX = "/rule-miner-params.txt"; constexpr auto CSV_PATH_SUFFIX = "/data.csv"; constexpr auto INDEX_PATH...
[ "p.kubik.pl@gmail.com" ]
p.kubik.pl@gmail.com
0f314ff0fb1a421d236d246402f1e237ec0a5004
6a5385c2815bf8da0161a67981b3ea252a3f7a6c
/LargeNumberComputer/LargeNumberComputer_noOptimizeConsole.cpp
9866f9f24cadd618a97e61d882b7f1f4e8dbcaa3
[ "MIT" ]
permissive
winter901017/LargeNumberComputer
84f4896cd33800567828d9306fc533748c926e4e
f522dd6c62c1df4a6cf3b724beabce155b1222e5
refs/heads/master
2023-06-13T07:53:34.968946
2021-07-01T13:29:38
2021-07-01T13:29:38
377,547,943
0
0
null
null
null
null
UTF-8
C++
false
false
7,132
cpp
// Name: 李宸緯 // Date: May 5, 2021 // Last Update: March 5, 2021 // Problem statement: 大數計算機 #include <iostream> #include <string> #include <vector> #include "InfixToPostfix.h" //算數 運算子優先權 將中序轉換成後序 #include "PostfixCompute.h" #include "BigDecimal.h" //#define API1 //#define API2 //#define API3 //#define using n...
[ "63649186+winter901017@users.noreply.github.com" ]
63649186+winter901017@users.noreply.github.com
344c9a88bb6249bd8c4be02b3ae034aefcc49cb0
f4e17640afef6d1b4d4a85f583a90e37f705dbd5
/B2G/gecko/content/html/content/src/nsHTMLBodyElement.cpp
fd85ac9a81623214a34f901ed5b9324334e0100e
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
wilebeast/FireFox-OS
d370362916f0c5a5408fa08285dbf4779f8b5eb3
43067f28711d78c429a1d6d58c77130f6899135f
refs/heads/master
2016-09-05T22:06:54.838558
2013-09-03T13:49:21
2013-09-03T13:49:21
12,572,236
4
3
null
null
null
null
UTF-8
C++
false
false
19,295
cpp
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "mozilla/Util.h" #includ...
[ "info@hadrons.me" ]
info@hadrons.me
342dc3367241f1aee8a96c5747e1c680b449b024
8f641af44afabd77e68e6a271f745af26f650d8e
/src/netbase.cpp
49226abb19bdc73f2b91e6d41b8473832c14b740
[ "MIT" ]
permissive
dotmeproject/dotme
fc572bef3803c22262dae92c48ec79602b2f7552
3ee517e3ca3659e526e8440f7757c8edee54d63e
refs/heads/master
2020-03-16T04:35:48.899551
2018-10-14T22:33:06
2018-10-14T22:33:06
132,514,980
0
0
null
null
null
null
UTF-8
C++
false
false
39,480
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifdef HAVE_CONFIG_H #include "config/dotme-config.h" #endif #include "netbase.h"...
[ "dotmetoken@gmail.com" ]
dotmetoken@gmail.com
76459bd90f8204965e6e26882405928479a2ed59
8b8e51e94e61654a3f331b7e4fa6770d1b3dd4d7
/Common/Foam/include/base/ISstream.hxx
055e4e9ddbfa551ff37e8f3430025ed5ac70ebe3
[]
no_license
PayvandH/Tonb
1ea829d6732a3645bbf117a8857af5600e9a5192
6964200f033ab0b53fc3f3bfa8d58ca9578ecc66
refs/heads/master
2023-01-12T21:24:30.491648
2020-11-13T17:12:09
2020-11-13T17:12:09
312,663,721
3
0
null
null
null
null
UTF-8
C++
false
false
4,899
hxx
#pragma once #ifndef _ISstream_Header #define _ISstream_Header /*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd ...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
02802ba68313e2a72f9a3b7448b9ba8cad763b12
02eca00244e754e8e677d9d015d66535831a8d5f
/linux/test/ts_input_test/test_Mouse/C_RecvCanThread.cpp
43a25bda22f73064d37f4e327f77078d1cd7aadb
[]
no_license
yinjinzhong/tools
437413b3255eb54f50a63cffc9d5f30b9ad78980
f97ee1be8628eb25fe49be1475c84435b92e5cc3
refs/heads/master
2021-09-13T22:58:00.093904
2018-05-05T12:37:12
2018-05-05T12:37:12
null
0
0
null
null
null
null
GB18030
C++
false
false
15,246
cpp
/***************************************************************************** FileName: C_RecvCanThread.cpp Author: zhulu Version: 1.0 Date: 2015/12/8 13:28:57 Description: 接收can数据的类 History: <author> <time> <version> <desc> zhulu ...
[ "duh@huatugz.com" ]
duh@huatugz.com
3a8bf782a5eb777aabde1b5f1cb92611b47cfd57
4225c4ea49f2eed2f8a8569eca98e5a3339067d7
/agamemnon/agcqlqueryresult.cpp
ea4459b373e019177c31faa6bf4f73d653234c25
[]
no_license
mepahoo/agamemnon
7ea4c36fdd744588b95fa549dc13a9c712dff0dc
6a06b01894cf7e880738fae9150aee747d85c4a3
refs/heads/master
2020-05-18T14:04:42.201141
2012-09-04T20:31:11
2012-09-04T20:31:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,123
cpp
#include "agcqlqueryresult.h" #include <boost/lexical_cast.hpp> #include <boost/date_time/c_local_time_adjustor.hpp> #include "ag_private.h" #include "../thriftcassandra/cassandra_types.h" #include <iostream> #ifdef _WIN32 #define be64toh(x) \ ((uint64_t)( \ (uint64_t)(((uint64_t)(x) & (uint64_t)0x00000000000...
[ "niels.werensteijn@teamspeak-systems.de" ]
niels.werensteijn@teamspeak-systems.de
10dfb2ef22ff1f79907f516d7021f69c3e667446
1c00eb7b442fdb6d5adff7feacc863b974989838
/memodb/lib/Funcs.cpp
16f65492b56286eddc0f7500251f2a94aa7d7e11
[ "LLVM-exception", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yotann/bcdb
e98506af5296d4400eb61f32f63ae13fba8deda6
92f22fb081ae481a518f59bafe1cf3d0a772f794
refs/heads/develop
2023-07-05T19:02:18.860159
2022-05-05T01:51:04
2022-05-05T01:51:04
312,721,095
9
0
NOASSERTION
2023-03-01T14:08:58
2020-11-14T01:20:26
C++
UTF-8
C++
false
false
3,457
cpp
#include <chrono> #include <stdexcept> #include <thread> #include <llvm/Support/Error.h> #include "memodb/Evaluator.h" #include "memodb/Node.h" using namespace memodb; static NodeOrCID test_add(Evaluator &evaluator, Link lhs_node, Link rhs_node) { int64_t lhs = lhs_node->as<int64_t>(); int64_t rhs = rhs_node->a...
[ "smbarte2@illinois.edu" ]
smbarte2@illinois.edu
d59b09121b6607f64abe6811bc77ec6e9efc8ade
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_DinoCharacterStatusComponent_BP_Equus_parameters.hpp
1f4ac99fa7dc87514651192a1a993638c3df33ee
[ "MIT" ]
permissive
git-Charlie/ARK-SDK
75337684b11e7b9f668da1f15e8054052a3b600f
c38ca9925309516b2093ad8c3a70ed9489e1d573
refs/heads/master
2023-06-20T06:30:33.550123
2021-07-11T13:41:45
2021-07-11T13:41:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
824
hpp
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_DinoCharacterStatusComponent_BP_Equus_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //--------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
81d4ba74a1db0d4329fd8bbe851b523a4a3a0a92
372d9af1222320fdee7412446b55efb73aac83cf
/Inc/IPC/Server.h
de59eeaed811a00a7eea9118ccaf311ee03eab19
[ "MIT" ]
permissive
JunExplore/IPC
dc81941a4f9806b279276c030d78f9989679ce3c
b04a4333b936c8aa18b99ca85390690054face85
refs/heads/master
2023-07-09T20:27:41.619083
2017-07-28T18:14:30
2017-07-28T18:14:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,847
h
#pragma once #include "ServerFwd.h" #include "detail/PacketConnectionHolder.h" #include "detail/Packet.h" #include "detail/Callback.h" #include <memory> namespace IPC { namespace detail { template <typename Request, typename Response, typename Traits> class ServerTraits : public...
[ "aivazyan@microsoft.com" ]
aivazyan@microsoft.com
d8894ac2b177bc0879c75a53fd882ac0b2412240
32d913aecc4486907040f5388f50c94c3035000d
/Segundo/AyEDA/pr2_Langstons_Ant_pt2/src/world.cc
e1a3b8c6e964934bb9ee4516ca7c9a1c3f4fe933
[]
no_license
MeloGD/ULL
cab50f3f6cf622eb0ce10d92b33204fefbfa4099
7b34a7d1a38d7686fbd4052d24b65b7f1406de45
refs/heads/master
2023-05-06T15:48:06.048174
2021-05-24T17:23:50
2021-05-24T17:23:50
220,818,639
0
0
null
null
null
null
UTF-8
C++
false
false
3,510
cc
/* Universidad de La Laguna. Grado en Ingeniería Informática. Asignatura de Algoritmos y Estructuras de Datos Avanzadas. Práctica 2: Hormiga de Langton Año: 2020/2021 Autor: Jesús Carmelo González Domínguez email: alu0101267760@ull.edu.es Uso en terminal: $ make run (una vez compilado, se mosntrará el tablero en blanc...
[ "meloglez.96@gmail.com" ]
meloglez.96@gmail.com
ea88a15bacbb077b26eaefc755cc2c649164ffd8
3fd131003096ef7e0dd043e6df355ba67209f8ec
/Source/FaceflowDemo/FaceflowDemoGameModeBase.cpp
53f39ee5e73ce1b6d716f141da18890d083813cb
[ "CC0-1.0" ]
permissive
denfrost/Faceflow
88fcbd24f74f095f077248bda5ed19c1f3202416
e705578e06b6e674688e896e6b0ce96f37e6227b
refs/heads/master
2022-12-06T17:39:37.117271
2020-09-01T15:14:47
2020-09-01T15:14:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
102
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "FaceflowDemoGameModeBase.h"
[ "david.hurtubise@epicgames.com" ]
david.hurtubise@epicgames.com
7d148d2db1cee5dd07e40ded287720acb11ff97b
e34a735456541c1c2f6f7c2dc81428b0538dfa0c
/system_server/include/trans/FrameworkListener.h
a30721b66cbe6711e5ac51f5510785a69e41a858
[]
no_license
fearlessfollowing/titan_prj
3064cfa61c078a3515411533333c1004ac597305
c3b3af611a3381af2e5c90f80fa425cc71749296
refs/heads/master
2020-04-02T13:38:03.669477
2019-03-05T13:30:44
2019-03-05T13:30:44
154,489,532
0
0
null
null
null
null
UTF-8
C++
false
false
795
h
#ifndef _FRAMEWORKSOCKETLISTENER_H #define _FRAMEWORKSOCKETLISTENER_H #include <trans/SocketListener.h> class SocketClient; /* * FrameworkListener - 框架监听器 * 负责处理来自不同底层监听器的数据 */ class FrameworkListener : public SocketListener { public: static const int CMD_ARGS_MAX = 26; /* 1 out of error...
[ "luopinjing@insta360.com" ]
luopinjing@insta360.com
02a7db9353a5234228df6aeb3bca8f55f06932d4
f46e6cbe01177109b7c8bb572de61d0723fad66a
/game.cpp
799174136d35de0e1caa6145ab1d808af4812b9e
[]
no_license
jmillhis/sdl2pong
86ce7137f19bf0664c7ce2c9c9c7ca1d31c5ea08
32b79f6fdb47d57f266fa3613dd7bbaae700ddf0
refs/heads/master
2020-05-05T12:21:15.934653
2019-01-26T01:22:42
2019-01-26T01:22:42
180,024,689
0
0
null
2019-04-07T21:14:35
2019-04-07T21:14:35
null
UTF-8
C++
false
false
3,152
cpp
// game.cpp // // // Written by Jake Millhiser // // Created to better abstract SDL initialization, and thus allow me to reuse this code. #include "game.hpp" SDLGame::SDLGame(const char* aWindowName) { // constructor gameWindow = nullptr; gameRenderer = nullptr; strcpy(windowName, aWindowName); } SDLGame::SDLGa...
[ "jmmillhiser@gmail.com" ]
jmmillhiser@gmail.com
1fca93fe8f74516cae5ab13dabec92b9b243dc70
70b8278d18d5bfb7a90ef90a67dbcd3a5e7c45dd
/host/Usb Boot/Usb_Boot_Driver/Usb_Boot_Driver_Device.h
a526f125010b42392bd9d8edcc4987f7bb73fe98
[]
no_license
OpenNoah/usbboot
61e94c3a22adae845fbf43ffe7e6cc05ffc7e12a
d0d19172173afd0071fdbea53eb55de4485f40df
refs/heads/master
2021-07-18T23:34:38.189566
2021-06-27T21:26:12
2021-06-27T21:26:12
124,675,719
0
0
null
null
null
null
UTF-8
C++
false
false
3,300
h
// Jz4740_usbDevice.h // // Generated by DriverWizard version DriverStudio 3.1.0 (Build 1722) // Requires Compuware's DriverWorks classes // #ifndef __Jz4740_usbDevice_h__ #define __Jz4740_usbDevice_h__ #define JZ4740_VR_GET_CPU_INFO 0x00 #define JZ4740_VR_SET_DATA_ADDRESS 0x01 #define JZ4740_VR_SET_DATA_...
[ "normanzyb@gmail.com" ]
normanzyb@gmail.com
8336205e09db308adf00398c5ecea2441203cb10
11ef4bbb8086ba3b9678a2037d0c28baaf8c010e
/Source Code/server/binaries/chromium/gen/gpu/ipc/common/gpu_preferences.mojom.h
43b0f9fedabc3ef2f197141f790e844414ed4087
[]
no_license
lineCode/wasmview.github.io
8f845ec6ba8a1ec85272d734efc80d2416a6e15b
eac4c69ea1cf0e9af9da5a500219236470541f9b
refs/heads/master
2020-09-22T21:05:53.766548
2019-08-24T05:34:04
2019-08-24T05:34:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
35,345
h
// 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. #ifndef GPU_IPC_COMMON_GPU_PREFERENCES_MOJOM_H_ #define GPU_IPC_COMMON_GPU_PREFERENCES_MOJOM_H_ #include <stdint.h> #include <limits> #include <type_tra...
[ "wasmview@gmail.com" ]
wasmview@gmail.com
eb36ffdd5424186413e82f40a86561de906d6ae0
4ba0b403637e7aa3e18c9bafae32034e3c394fe4
/cplusplus/eLang/eLang/el_lexer_base.h
afadb31ddb4d53e810b70af53ceef1d904a5294e
[]
no_license
ASMlover/study
3767868ddae63ac996e91b73700d40595dd1450f
1331c8861fcefbef2813a2bdd1ee09c1f1ee46d6
refs/heads/master
2023-09-06T06:45:45.596981
2023-09-01T08:19:49
2023-09-01T08:19:49
7,519,677
23
6
null
null
null
null
UTF-8
C++
false
false
1,654
h
// Copyright (c) 2015 ASMlover. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above copyright // notice, this list ofconditions and...
[ "asmlover@126.com" ]
asmlover@126.com
7e4b6880827188a643b0fa5c214350870acd8459
560090526e32e009e2e9331e8a2b4f1e7861a5e8
/Compiled/blaze-3.2/blazetest/src/mathtest/smatsvecmult/MCaVCa.cpp
1de5672a4bffe724fce7b03c537be504ec22c465
[ "BSD-3-Clause" ]
permissive
jcd1994/MatlabTools
9a4c1f8190b5ceda102201799cc6c483c0a7b6f7
2cc7eac920b8c066338b1a0ac495f0dbdb4c75c1
refs/heads/master
2021-01-18T03:05:19.351404
2018-02-14T02:17:07
2018-02-14T02:17:07
84,264,330
2
0
null
null
null
null
UTF-8
C++
false
false
4,384
cpp
//================================================================================================= /*! // \file src/mathtest/smatsvecmult/MCaVCa.cpp // \brief Source file for the MCaVCa sparse matrix/sparse vector multiplication math test // // Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved // // Th...
[ "jonathan.doucette@alumni.ubc.ca" ]
jonathan.doucette@alumni.ubc.ca
557402ded7d28d017718523288f1d9b5b1fa4fe3
3310d7fa7364f8fe23136508d8fee3200901da35
/DesignPatterns/ORiley/StrategyPattern/JetFlying.cpp
ce0aa1c71dcbf31bdb245f5e54e220ec0357c2bf
[]
no_license
D000M/Games
f239919a0bd7bf2326f318e1902b38ecd323e05e
90ac1172a7383f30944a1137f349fe3ca5255536
refs/heads/master
2021-07-11T21:43:54.625976
2020-05-28T07:15:23
2020-05-28T07:15:23
142,460,210
0
0
null
null
null
null
UTF-8
C++
false
false
440
cpp
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: JetFlying.cpp * Author: default * * Created on June 13, 2019, 2:01 PM */ #include <iostream> #include "JetFlying...
[ "georgi.slavov@egt-bg.com" ]
georgi.slavov@egt-bg.com
86e3fc693e6c971de6b363d4479569cc92fde6ef
d84967ba1e6adc72e120f84524c51ad57912df5a
/devel/electron20/files/patch-content_browser_media_media__interface__proxy.cc
957093fc110b35614eaac67d3cb5496f296f2b1e
[ "BSD-3-Clause" ]
permissive
tagattie/FreeBSD-Electron
f191d03c067d03ad3007e7748de905da06ba67f9
af26f766e772bb04db5eb95148ee071101301e4e
refs/heads/master
2023-09-04T10:56:17.446818
2023-09-04T09:03:11
2023-09-04T09:03:11
176,520,396
73
9
null
2023-08-31T03:29:16
2019-03-19T13:41:20
C++
UTF-8
C++
false
false
1,006
cc
--- content/browser/media/media_interface_proxy.cc.orig 2022-08-01 19:04:28 UTC +++ content/browser/media/media_interface_proxy.cc @@ -74,7 +74,7 @@ #include "media/mojo/services/mojo_renderer_service.h" // nogncheck #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS...
[ "tagattie@gmail.com" ]
tagattie@gmail.com
b91c177ca7e081fc0c7155dd656ba74c47f447f3
6b58d5062685c63facc9a5518ccdcbba34a2c361
/ReviveOverlay/revivemanifestcontroller.cpp
25490fbe7154b70e0a894b3497867b009e2deaf6
[ "MIT" ]
permissive
hhy5277/Revive
e225afc37162327cf52caef80a98ad2d0232bcb1
e64e0c4279ba5302d7335361c7900717a6d7a4e6
refs/heads/master
2021-01-13T02:53:07.071140
2016-12-16T17:22:53
2016-12-16T17:22:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,902
cpp
#include "revivemanifestcontroller.h" #include "trayiconcontroller.h" #include "openvr.h" #include "OVR_CAPI_Keys.h" #include "Settings.h" #include <qt_windows.h> #include <QCoreApplication> #include <QDir> #include <QFileInfo> #include <QJsonArray> #include <QJsonDocument> #include <QSettings> #include <QUrl> CReviv...
[ "librevr@users.noreply.github.com" ]
librevr@users.noreply.github.com
25be4f7a92f3c9bb825bc3bc04607611c0f13d03
9ae9dce85b6288a5f408577a14b0ab678f244387
/engine/ui/gGUIToolbarButton.cpp
e207d65d2fb4f44e190ea08019709060a6b63fa6
[ "Apache-2.0" ]
permissive
mustafahicyilmaz35/GlistEngine
70637f53e0ed02718301dc0bc518ab9b312b36f9
72f52e2d93dccb85fba13282746c1ef00f229f1b
refs/heads/main
2023-08-23T05:30:50.784190
2021-10-17T13:27:24
2021-10-17T13:27:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,054
cpp
/* * gGUIToolbarButton.cpp * * Created on: Sep 25, 2021 * Author: noyan */ #include "gGUIToolbarButton.h" //gGUIResources gGUIToolbarButton::res; gGUIToolbarButton::gGUIToolbarButton() { iconid = gGUIResources::ICON_NONE; setSize(32, 32); setTitle(""); setToggle(false); setDisabled(false); setTextV...
[ "noyanculum@yahoo.com" ]
noyanculum@yahoo.com
84fa6da4b8528c10f320e2839d0408edef5d22c4
97ce80e44d5558cad2ca42758e2d6fb1805815ce
/Source/Foundation/bsfUtility/Allocators/BsFreeAlloc.h
ef0fc14eacf2b4c15f3f13fea13fafd066390883
[ "MIT" ]
permissive
cwmagnus/bsf
ff83ca34e585b32d909b3df196b8cf31ddd625c3
36de1caf1f7532d497b040d302823e98e7b966a8
refs/heads/master
2020-12-08T00:53:11.021847
2020-03-23T22:05:24
2020-03-23T22:05:24
232,839,774
3
0
MIT
2020-01-09T15:26:22
2020-01-09T15:26:21
null
UTF-8
C++
false
false
793
h
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// #pragma once namespace bs { /** @addtogroup Internal-Utility * @{...
[ "bearishsun@gmail.com" ]
bearishsun@gmail.com
5337528e7d037180fb5518011b7f9bbf95fc70d5
6a3eb11a317a1e956242c2988345aa43cb569f94
/source/layerexception.h
832882d62a59c52c9a3011894e0833f3398b0e2d
[]
no_license
amonnphillip/nngpu1
e11411b1de0117e26a96d60ae4fd83ad138f8ba9
595307f02a6dcff43fe1dd8839a9373845229fc7
refs/heads/master
2020-06-16T12:10:40.191172
2017-01-09T21:03:50
2017-01-09T21:03:50
75,105,158
1
0
null
null
null
null
UTF-8
C++
false
false
183
h
#pragma once #include <exception> using namespace std; class LayerException : public exception { public: LayerException(char const* const message) : exception(message) { } };
[ "amonnphillip@gmail.com" ]
amonnphillip@gmail.com