blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
07e867464658729651894475f3c1328301f31b08
66213c48da0b752dc6c350789935fe2b2b9ef5ca
/typical90/045_01.cpp
7100a7864627eb6019e5e5731e95a3231219df46
[]
no_license
taketakeyyy/atcoder
28c58ae52606ba85852687f9e726581ab2539b91
a57067be27b27db3fee008cbcfe639f5309103cc
refs/heads/master
2023-09-04T16:53:55.172945
2023-09-04T07:25:59
2023-09-04T07:25:59
123,848,306
0
0
null
2019-04-21T07:39:45
2018-03-05T01:37:20
Python
UTF-8
C++
false
false
1,946
cpp
#define _USE_MATH_DEFINES // M_PI等のフラグ #include <bits/stdc++.h> #define MOD 1000000007 #define COUNTOF(array) (sizeof(array)/sizeof(array[0])) #define rep(i,n) for (int i = 0; i < (n); ++i) #define intceil(a,b) ((a+(b-1))/b) using namespace std; using ll = long long; using pii = pair<int,int>; using pll = pai...
[ "taketakeyyy@gmail.com" ]
taketakeyyy@gmail.com
af3a47b77abada4dc414a90c44bbff74627052c5
6c22b8f2b9ad8ff375e098516b4a7b9b70e98308
/USACO/Section 1.1/test.cpp
7b566a9ad7268f4d049dd4744b241d5b48fbbd42
[]
no_license
KartikTalwar/Puzzles
9c937fc083ba11b9a5dad35ed0ff7c969233177c
bc2b39c94dce289f80a5f49475a1a6aa35a6e0c2
refs/heads/master
2016-09-10T18:48:34.568772
2013-06-07T16:55:49
2013-06-07T16:55:49
2,166,807
3
0
null
null
null
null
UTF-8
C++
false
false
390
cpp
/* ID: talwar.1 PROG: test LANG: C++ */ /* * The simplest program on the training pages: * read in two integers from a single line and print their sum. */ #include <iostream> #include <fstream> #include <string> using namespace std; int main() { ofstream fout ("test.out"); ifstream fin ("test.in"); i...
[ "hi@kartikt.com" ]
hi@kartikt.com
077edc17f59614fdcf26864808b08f0cbb4482f2
acaba79bdae6facb7aa8bed9026c34eaf4e736cb
/DayZ-SQF/dayz_epoch_b/CfgServerTrader/Category/NeutralBuildingSupplies.hpp
e47419adeba6db5b8b85d116d0cdc7e3cca40555
[]
no_license
jazzywhit/DayZ-Epoch
b8a8ccbdefc967049beaab38e02c3edd56fc7ab1
c1bd5c39e1bd3a348a19dcedb2cbab4132171bb2
refs/heads/master
2016-09-06T03:07:05.549646
2015-04-15T12:30:31
2015-04-15T12:30:31
25,013,512
1
0
null
null
null
null
UTF-8
C++
false
false
2,616
hpp
class Category_662 { class ItemSandbag { type = "trade_items"; buy[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"}; }; class ItemTankTrap { type = "trade_items"; buy[] = {2,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"}; }; class ItemTentOld { type = "trade_items"; buy[] = {4,"ItemSilverB...
[ "jwhitworth@hbs.edu" ]
jwhitworth@hbs.edu
fe82fd68c84b6bfdc8fe15b4446bc8590f7e7392
5a2349399fa9d57c6e8cc6e0f7226d683391a362
/src/qt/qtwebkit/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h
9b0e4e264ad48801917e876ef539c07c999fa6bd
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "BSD-3-Clause" ]
permissive
aharthcock/phantomjs
e70f3c379dcada720ec8abde3f7c09a24808154c
7d7f2c862347fbc7215c849e790290b2e07bab7c
refs/heads/master
2023-03-18T04:58:32.428562
2023-03-14T05:52:52
2023-03-14T05:52:52
24,828,890
0
0
BSD-3-Clause
2023-03-14T05:52:53
2014-10-05T23:38:56
C++
UTF-8
C++
false
false
5,178
h
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
e5ad7205ef83523e31c33782ee403becef55545f
7d702c8fb1460a310314ea6fb2088d447a236993
/Math/add1ToNumber.cpp
111b4554a09116d8f4f59d1ffcaf0928e0e4ef4f
[]
no_license
preetskhalsa97/interviewBit
a73189342054be977e4de7362608c31a289aa175
553626c402293f2e2af1cfb90fe9597a076a387c
refs/heads/master
2021-05-13T13:01:09.640300
2018-01-10T21:04:41
2018-01-10T21:04:41
116,691,334
0
0
null
null
null
null
UTF-8
C++
false
false
624
cpp
// https://www.interviewbit.com/problems/add-one-to-number/ vector<int> plusOne(vector<int> &A) { int i = A.size() - 1, carry = 0; while (i >= 0){ carry = 0; if (A[i] != 9){ A[i] = A[i] + 1; break; }else{ ...
[ "noreply@github.com" ]
preetskhalsa97.noreply@github.com
656d95cf3147b8b14320b2a66e60c5b0e8ae89a6
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Classes/SoundVisualizationStatics.h
2de76fd8a2d18844b22cb1117981dcad5dc63089
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
2,364
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "SoundVisualizationStatics.generated.h" class USoundWave; UCLASS() class USoundVisualizationStatics : public UBlueprintFunctionLi...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
7421a68b13a6c484edeaeb4f80a3160fa853091f
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/processor2/1.46/U
b3aa839dc2bcc279e2ab4659104ecb5214583f90
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
114,923
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "tdg@debian" ]
tdg@debian
80a4a0414fd8158ff6aee5e58f264ad224bf9863
95d1d9880ff8357a8f4563bed4b9fbfbaa572712
/Bitwise_ORs_of_Subarrays.cpp
15a8aa67d7ccb50ad05fe2c491331c6cb9bf83ee
[]
no_license
lineagech/LintCode
66702d203fdd1fddb345f1d063827a9e0c697710
4dd9fac8894830c1c35b9f63f5359d65e7691bbd
refs/heads/master
2021-06-01T15:47:05.060232
2020-10-08T18:50:09
2020-10-08T18:50:09
135,180,191
0
0
null
null
null
null
UTF-8
C++
false
false
639
cpp
class Solution { public: int subarrayBitwiseORs(vector<int>& A) { int n = A.size(); if( n == 0 ) return 0; unordered_set<int> curr; unordered_set<int> ans; for( auto num : A ) { unordered_set<int> next; for( auto c : curr ) { ...
[ "noreply@github.com" ]
lineagech.noreply@github.com
ae054d3844d4827cc1822a4f9f658766b4e980c4
a3620c3aeb23d6e3ed69fac4c132d035461ba686
/genint.cpp
c430fb1a9ec6eaa8b2879ece63f6784ab4e23491
[]
no_license
rtscmrn/UNGenetico
0ba763d85726ec4d51ada9fc7efaf1b52e036459
e8ad50f81ff0a2aaf1bb0967ebd4b2f55b652b83
refs/heads/master
2023-09-02T02:07:25.756723
2021-10-15T19:30:38
2021-10-15T19:30:38
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
6,481
cpp
#ifndef _GENINT_CPP #define _GENINT_CPP #endif #ifndef _GENINT_HPP #include "genint.hpp" #endif //////////////////////// GEN REAL (double) ////////////////////// GenEntero::GenEntero() { Minimo=-10; Maximo=10; Valor=0; } void GenEntero::crearAleatorio() { double azar; azar=(double)((double)...
[ "ogduartev@unal.edu.co" ]
ogduartev@unal.edu.co
292bfe2ffd557c771799e0594ba8f8f145bebb97
0da8c3a4ba0d76df9162b2c35a81b5a8885da041
/fibSeries.cpp
0dc55ebaa759f441b6678170f3bc44cc67f45cd9
[]
no_license
noobmaster440/HackPep
57b636930924212e098eb73d1839410352c38cce
e3fa84230758a4be40c2e68c9d9f28f16f4f7f1f
refs/heads/master
2020-08-04T21:12:34.416796
2019-10-02T07:33:54
2019-10-02T07:33:54
212,280,930
1
0
null
null
null
null
UTF-8
C++
false
false
290
cpp
#include <iostream> using namespace std; void printFib(int n) { int prev = 0; int curr = 1; while (prev <= n) { int next = prev + curr; cout << prev << " "; prev = curr; curr = next; } } int main(int args, char **argn) { int n = 0; cin >> n; printFib(n); }
[ "saadsiddiqi440@gmail.com" ]
saadsiddiqi440@gmail.com
0e539111f384acff0fb9e38010f436f0b6872ae1
63c71060f36866bca4ac27304cef6d5755fdc35c
/src/SmartObj/SlotMgr/Tester/SlotMgrTester.cpp
9b1912f659bd48bf148116d1b3fee610ccb2f988
[]
no_license
15831944/barry_dev
bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a
d4a83421458aa28ca293caa7a5567433e9358596
refs/heads/master
2022-03-24T07:00:26.810732
2015-12-22T07:19:58
2015-12-22T07:19:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,204
cpp
//////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2005 // Packet Engineering, Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification is not permitted unless authorized in writing by a duly // appointed officer of ...
[ "barryniu@jimodb.com" ]
barryniu@jimodb.com
2a7e9db64dcec04ee067a11c719c24857d88992a
999c1f826b7cda71c9b65f49df212c928149f882
/Sources/CyGlobalContextInterface4.cpp
b7f36f10cc02ff5f39131e6370aad00b725431b5
[]
no_license
JefferySergent/Caveman2Cosmos
0b76bd9cb5294dbcdca498ff469dcc08d57b44ce
3b4ecdc897a2150f4b7e81bda70317f038801e46
refs/heads/master
2020-07-11T22:54:13.615466
2019-09-01T22:02:40
2019-09-01T22:02:40
204,651,220
0
0
null
null
null
null
UTF-8
C++
false
false
16,449
cpp
// // published python interface for CyGlobalContext // Author - Mustafa Thamer // #include "CvGameCoreDLL.h" void CyGlobalContextPythonInterface4(python::class_<CyGlobalContext>& x) { OutputDebugString("Python Extension Module - CyGlobalContextPythonInterface4\n"); x .def("getNumMissionInfos", &CyGlobalContext...
[ "alberts2@live.de" ]
alberts2@live.de
4a0d7dd3a63cbd4303352aa76f6206bbf7293ae8
4edb44ba205b3f169aa5dab62cb92a27fc42eac0
/PTL3Arduino.ino
5d02edf61f2fcd156480b956673c6fe5741205b0
[]
no_license
BW1928/NUS
3ffd2df18d5a1c4a2721499b1bc859bf749dad7a
c75ec245dfc8ec9694a9ad252e2cd77417975505
refs/heads/master
2020-06-10T04:34:06.481166
2019-06-24T22:58:31
2019-06-24T22:58:31
193,583,423
0
0
null
null
null
null
UTF-8
C++
false
false
2,773
ino
/* Bartosz Wójtowicz 2019 */ #define X_STEP_PIN 54 #define X_DIR_PIN 55 #define X_ENABLE_PIN 38 #ifndef X_CS_PIN #define X_CS_PIN 53 #endif #define Y_STEP_PIN 60 #define Y_DIR_PIN 61 #define Y_ENABLE_PIN 56 #ifndef Y_CS_PIN #define Y_CS_PIN 49 #endif #...
[ "noreply@github.com" ]
BW1928.noreply@github.com
ccf5be640a983f7edad63e92c35eaf8bed1b5f51
da1ba0378e1ed8ff8380afb9072efcd3bbead74e
/google/cloud/containeranalysis/quickstart/quickstart.cc
430b150e655ab0de70d7445bdd67b3f3ee0cfdf9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Jseph/google-cloud-cpp
76894af7ce744cd44304b48bea32d5116ded7497
fd8e70650ebac0c10bac4b293972e79eef46b128
refs/heads/master
2022-10-18T13:07:01.710328
2022-10-01T18:16:16
2022-10-01T18:16:16
192,397,663
0
0
null
2019-06-17T18:22:36
2019-06-17T18:22:35
null
UTF-8
C++
false
false
1,390
cc
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
[ "noreply@github.com" ]
Jseph.noreply@github.com
b4d95a6704cf3a8644c9c7f56968f3076586f250
64c511bb0c1a61134966ff03a46d2f2802cda379
/Arrays/EquilibriumIndex.cpp
d277539f14df3ecc841badcb398ba6e9beddc15a
[]
no_license
ria28/Data-Structures-And-Algorithms
96f2278e35c4a1bb346d81fbea0e9da0f57c90c0
3225ba1b3dec9c2f77d6b2c9cc5cb9933cbb306d
refs/heads/master
2023-06-08T07:50:57.422775
2021-07-03T11:43:10
2021-07-03T11:43:10
278,084,625
0
0
null
null
null
null
UTF-8
C++
false
false
628
cpp
// https://www.geeksforgeeks.org/equilibrium-index-of-an-array/ #include <iostream> #include <stdio.h> using namespace std; void equilibrium(int arr[], int len) { int sum = 0; for (int i = 0; i < len; i++) { sum += arr[i]; } int leftSum = 0; for (int i = 0; i < len; i++) { ...
[ "riajaiswal28@gmail.com" ]
riajaiswal28@gmail.com
fdb0ed23bb0c06fd3d0b84195302fb3e1ac5f4d5
02a6fb846f517ab9b9f6028311783b9e38e3c816
/src/game/client/render.h
20a5b24ac7b13bbe46b596234cdd4ffe711e91b7
[ "LicenseRef-scancode-other-permissive", "Zlib" ]
permissive
arsdragonfly/New-Nodes
79bce64231417ff3409dc3f680c1c209c69d4e94
8cc2ddc02a6835342604e45ca3c19eeb84811a9c
refs/heads/master
2021-01-16T19:40:13.161455
2013-06-19T11:03:38
2013-06-19T11:03:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,386
h
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #ifndef GAME_CLIENT_RENDER_H #define GAME_CLIENT_RENDER_H #include <base/vmath.h> #include <game/mapitems.h> #include "ui.h" ...
[ "freddiew@qq.com" ]
freddiew@qq.com
dd24154fc181831ccff41bfe06f329f3a3a1ec75
a66ce2b31cee52088d0941f1734de2932b3afc37
/ioc/subscriptionctx.h
1ba4c59d307c7343e76274e08ce94d1c6c2b9dbc
[ "BSD-3-Clause" ]
permissive
mdavidsaver/pvxs
291cda745d2b8387445758ef0054ea7d952dd390
aba04ee95228369ba0f6f1843f85e830c2587317
refs/heads/master
2023-08-04T17:24:39.334946
2023-07-30T20:19:44
2023-08-03T00:20:13
216,301,431
13
24
NOASSERTION
2023-09-13T10:44:47
2019-10-20T03:21:19
C++
UTF-8
C++
false
false
2,057
h
/* * Copyright - See the COPYRIGHT that is included with this distribution. * pvxs is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. * * Author George S. McIntyre <george@level-n.com>, 2023 * */ #ifndef PVXS_SUBSCRIPTIONCTX_H #define PVXS_SUB...
[ "mdavidsaver@gmail.com" ]
mdavidsaver@gmail.com
e4d69d35bc1cad712f9bf075ab40439c9d6ce2e6
756953bd7487da84962013ed4efc19a5ed2561a5
/src/handlers/feature_handlers/aiPoliceOfficerFeatureHandler.cpp
4efec04122a1215e79313708bab40646e9102e56
[]
no_license
Dummiesman/mm2hook
a4ade067fdc981ea4accde5dbfeb7653b2b5247f
511c96a24b88f3210791dd8ea668fb377b02c4f5
refs/heads/master
2023-08-19T05:39:17.219544
2023-08-10T15:32:00
2023-08-10T15:32:00
93,969,666
2
0
null
2017-06-10T22:53:27
2017-06-10T22:53:27
null
UTF-8
C++
false
false
646
cpp
#include "aiPoliceOfficerFeatureHandler.h" using namespace MM2; /* aiPoliceOfficerFeatureHandler */ void aiPoliceOfficerFeatureHandler::DetectPerpetrator() { mmGameManager *mgr = mmGameManager::Instance; auto player = mgr->getGame()->GetPlayer(); if (*getPtr<int>(player, 0x2258)) return; ...
[ "aaro4130@gmail.com" ]
aaro4130@gmail.com
61dfb4223f150a7c611d11b814b45042fbeec241
a4a8b5555a2807a8ec76e1ab343eb087c02d8cff
/LintCode/Advance/Week5/395_Coins_in_a_Line_II.cpp
b895f31fddf3e909008ee32d3c38f62626cde269
[]
no_license
ZSShen/IntrospectiveProgramming
83267843d0d70d8f1882e29aff0c395ff2c3f7bc
011954e2b1bf3cf9d0495100d4b2053f89b7ac64
refs/heads/master
2020-12-03T05:24:28.529360
2019-12-13T07:24:48
2019-12-13T07:24:48
37,024,879
2
0
null
null
null
null
UTF-8
C++
false
false
5,057
cpp
class Solution { public: /** * @param values: a vector of integers * @return: a boolean which equals to true if the first player will win */ bool firstWillWin(vector<int> &values) { // write your code here /** * A: Sa, Diffa = Sa - Sb = (Sa' + n) - Sb' = n - (Sb' - Sa')...
[ "andy.zsshen@gmail.com" ]
andy.zsshen@gmail.com
bb9ada8baa2ed9f3662d278acde8e1f447b28a45
4231871d911b587d542a3ffad201a4f884dcae36
/mtgGame/cards/creatures/NorwoodRanger.cpp
0b4abdd6ca849c89bfeaa06c0bb6bf1cad8d970d
[]
no_license
dstuck/mtgAlg
8cd1b78bb0e46ea72a974a392eeacf4849724d1e
c68ef3810565f8adb6fdbfd478669060a11de809
refs/heads/master
2021-01-01T05:54:05.568134
2015-03-22T20:10:49
2015-03-22T20:10:49
15,098,653
1
0
null
null
null
null
UTF-8
C++
false
false
722
cpp
/* * NorwoodRanger.cpp * * Autogenerated by generateCards.py * Author: dstuck */ #include "NorwoodRanger.h" NorwoodRanger::NorwoodRanger() { KeywordVanilla(); id = 83188; name = "Norwood Ranger"; cmc = 1; isCreature = true; subtype.push_back("Elf"); subtype.push_back("Scout"); flavor.push_back("The song o...
[ "dstuck88@gmail.com" ]
dstuck88@gmail.com
2baa1116ace95696f2e896b8a8e88116a838a53a
b90dec02f9a7d8ec708c638bb98140d979a12206
/Homework/Week 13 E - TT 的神秘任务3(选做).cpp
b7ebbe76b3b01c0ee18c93c325a21d6d04066134
[]
no_license
lyl2000/Programming-Practice-2019
05263b636ad37aca4c452bcd453bbf689c0f04b1
d605092dbed3aff5584b1242fa14849e1cb6b42f
refs/heads/master
2023-07-03T15:35:41.398120
2021-08-03T09:04:47
2021-08-03T09:04:47
392,206,774
0
0
null
null
null
null
GB18030
C++
false
false
1,106
cpp
#include <stdio.h> #define max(x, y) x>y?x:y const int N = 1e5+20; const int inf = 1e8; int a[2 * N], sum[2 * N], q[2 * N]; int main() { int t; scanf("%d", &t); while(t--) { int n, k; scanf("%d%d", &n, &k); for(int i = 1; i <= n; ++i) scanf("%d", &a[i]); for(int i = 1; i <= k; ++i) a[n + i] = a[i]; /...
[ "3059306507@qq.com" ]
3059306507@qq.com
9af14a1e243ae7a095ec6f58b21fb7e90f42ee80
054aa2480675228408adb3ab9ef2b0d64664e973
/Nearest Perfect Square.cpp
ba7ef21773a31b4b02bf930df78b2758210affd5
[]
no_license
iam-abhijha/GFG-DSA-Questions-Solutions
3fe8d7e2f2cc1b531101be59ed8f16a50022363c
d998da5d648f359bceb04a843b2f761d3eda5fbe
refs/heads/main
2023-06-17T05:31:59.941143
2021-07-05T10:24:55
2021-07-05T10:24:55
355,064,754
0
0
null
null
null
null
UTF-8
C++
false
false
615
cpp
#include<bits/stdc++.h> using namespace std; long long int NearestPerfectSquare(long long int N){ long long int abovenumBER = ceil(sqrt(N+1)) * ceil(sqrt(N+1)); long long int belownumBER = floor(sqrt(N-1)) * floor(sqrt(N-1)); long long int difference_1 = N - abovenumBER; long long int difference_2 = belownumB...
[ "56464922+iam-abhijha@users.noreply.github.com" ]
56464922+iam-abhijha@users.noreply.github.com
65bfc4e9c6b74a4b8476cba6b3383a05951c8400
f05438c279fbf9b1576328dd30ed150028360343
/src/Bullet.cpp
8aa48285dddca41808f8b566b30cf68a981595a6
[]
no_license
shilaranidas/GAME3001_Assignment3
e3416e44dc2c1547b5a67bd0d88254b48dd9f6ac
62472b3b910d026534ccf839b751230444d72780
refs/heads/master
2022-04-15T20:40:47.699821
2020-04-15T05:11:52
2020-04-15T05:11:52
255,713,890
0
0
null
null
null
null
UTF-8
C++
false
false
1,502
cpp
#include "Bullet.h" #include "Game.h" #include <utility> Bullet::Bullet() : m_currentFrame(0), m_bIsActive(false) { TheTextureManager::Instance()->loadSpriteSheet( "../Assets/sprites/atlas.txt", "../Assets/sprites/atlas.png", "spritesheet", TheGame::Instance()->getRenderer()); m_pSpriteSheet = TheTextureManag...
[ "shilarani.das@georgebrown.ca" ]
shilarani.das@georgebrown.ca
65e430279e2f539ba33807e613fc9ab4b023622c
84a2fcde25a6effaaec8676a69cb4776d9a277ee
/Arduino/Learning/ProfileSD/ProfileSD.ino
2f7c55c7dde0c0024bb8ed8c779c668a0b0abfe6
[]
no_license
Samraksh/AppNotes
a9429aab0482fc73947f6e4a2682f61d0e92498b
813341a95b27bc3bbf41718f48fae60197913fec
refs/heads/master
2022-11-07T00:51:07.992208
2017-10-12T01:42:02
2017-10-12T01:42:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,758
ino
#include <SD.h> #include <SPI.h> const int led = 13; // GPIO pin for LED control const int sdWrite = 8; // const int sdChipSelect = 4; // Select SD Card const int defaultChipSelectPin = 10; static File sdDataFile; // SD card datafile void setup() { Serial.begin(115200); pinMode(sdWrite, OUTPUT); char s...
[ "william.leal@samraksh.info" ]
william.leal@samraksh.info
1e6cb9f0e287c9e2e33d9c2b4cb9fb65a44a2b77
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_TerrorBird_Character_BP_functions.cpp
6b1757789ed704393a6d1f1e5c6764f709c0b71a
[ "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
1,541
cpp
// ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_TerrorBird_Character_BP_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //----------------------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
27210ee86feb2a1486c4f8fa4d626e05ce46b169
08e4b89294f2bb0bda8686ff2b411a54cd8f2d54
/ch1/1.5/1.5.cpp
7347d4568eabecce048c4905d2311f89c4100f80
[]
no_license
yumixx/cc189
083fb604455049fa38fa3c174d6c20d10826e48e
a93d4d73da75c8054af542db884376ca928d8e5e
refs/heads/master
2021-01-03T16:02:50.308631
2020-04-03T18:42:23
2020-04-03T18:42:23
240,142,959
0
0
null
null
null
null
UTF-8
C++
false
false
838
cpp
#include <iostream> #include <string> #include <cstdlib> using namespace std; bool checkOneEdit(string a, string b) { if(abs((int)(a.length() - b.length())) > 1) { return false; } string shortString = a.length() < b.length() ? a : b; string longString = a.length() < b.length() ? b : a; bool foundDiffe...
[ "sprinklecn@hotmail.com" ]
sprinklecn@hotmail.com
6422b24b1a86337ba32aa1383668ed34d1a22647
5eeef0b0574669d8f97534cd99267b55f74db30f
/src/indigen-cli.cpp
2b4de745f1bcc917c6caf50fda1dba2dc91e0f34
[ "MIT" ]
permissive
indigencoin/indigen
960ad78cce5f17e0cd1363cf3d678ebe1bc05bb6
eb3893c6f50acdca86048f6b8e02c94935411e69
refs/heads/master
2020-03-27T23:27:18.922453
2018-09-04T09:00:59
2018-09-04T09:00:59
107,514,921
0
2
null
null
null
null
UTF-8
C++
false
false
9,916
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin developers // Copyright (c) 2009-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2017-2017 The Indigen developers // Distributed under the MIT/X11 software license, see the accompanying // file CO...
[ "larrimar@live.com.ph" ]
larrimar@live.com.ph
c2f998fcdbc990118f6cd50b6a77be080441604c
cae0243512e1614fc9ef945713c9499d1a56d389
/src/testers/tester_iteration_golfers.h
770e2b2cc5ea3d09f0e8a4259abfe65243b1a689
[]
no_license
alejandro-reyesamaro/POSL
15b5b58a9649234fa9bedbca4393550d38a69e7d
0b3b7cf01a0392fc76394bbc04c52070637b3009
refs/heads/master
2021-04-15T11:10:24.998562
2016-09-06T15:10:54
2016-09-06T15:10:54
33,991,084
1
0
null
null
null
null
UTF-8
C++
false
false
178
h
#pragma once #include "tester.h" class Tester_IterationGolfers : public Tester { public: Tester_IterationGolfers(int argc, char *argv[]); string test(); };
[ "alejandro-reyesamaro@univ-nantes.fr" ]
alejandro-reyesamaro@univ-nantes.fr
14b4316ccc5d03d756768997c9182114589303a6
3f87f59350a4a6c1b65d941ce3ff035182febf9a
/main.cpp
9d47473f5f87eff1a0f77c9360200f42c1087e06
[]
no_license
Goodjamp/jalousieContro
66f8468e371c40c644586e26dc89b9e47a75c7c5
d9f86bc0eaa9954eba6f3246010ed2eed60b906a
refs/heads/master
2020-06-26T09:03:30.218365
2019-12-21T11:02:43
2019-12-21T11:02:43
199,590,798
0
0
null
null
null
null
UTF-8
C++
false
false
413
cpp
#include "jalousiecontrol.h" #include <QApplication> #include <QVector> #include <QMetaType> int main(int argc, char *argv[]) { QApplication a(argc, argv); jalousieControl w; w.show(); qRegisterMetaType< QVector<uint32_t> >(); qRegisterMetaType< QVector<uint16_t> >("QVector<uint16_t>"); qRegist...
[ "ger_1987@ukr.ner" ]
ger_1987@ukr.ner
cedb4c604ee406e8b4ebe25afbe137b981e41d73
04c77fea47012ada9ce1d49db60a43a0ee2183cb
/src/bme280Sensor.cpp
b2c040aa71ec0167656c8ca4ebe11b05533c6a23
[]
no_license
raspyweather/SimpleEnvironmentLogger
30d5799439970b0a1949bebef50049f57411035a
c877bcbcf254e45f42e246138873de554283dbdd
refs/heads/master
2021-09-23T12:18:19.613349
2021-09-11T10:14:32
2021-09-11T10:14:32
186,020,569
0
0
null
2021-09-11T10:14:33
2019-05-10T16:29:51
C++
UTF-8
C++
false
false
1,184
cpp
#include "bme280Sensor.h" #include "sensor.h" #include "unifiedSensor.h" void bme280Sensor::init() { Serial.print(F("Connecting to BME280")); while (!bme.begin()) { Serial.print(F(".")); delay(500); } bme.setSampling(Adafruit_BME280::MODE_FORCED, Adafruit_BME280::SAMPLING_X1...
[ "raspyweather@gmail.com" ]
raspyweather@gmail.com
181d4eaf4e39d8da6a286c11b71ebb3c86009606
ee640b43338a2bde1c6c0ef2138bf5248e1f8d44
/Classes/AnimationCreator.h
544d73c87f73e35d3d1eac23c8d34ade0a2b953a
[]
no_license
tarasyurts/CocosGame
e7b3eb75ef5f661aecc7100a417a2825cecb0aab
ecdb4dbd78b70173a8fa75cfc551597fcaa6a838
refs/heads/master
2022-03-15T05:03:19.938941
2019-12-12T17:12:01
2019-12-12T17:12:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
274
h
#pragma once #include "cocos2d.h" USING_NS_CC; using namespace std; class AnimationCreator { static AnimationCreator* animationCreator; //AnimationCreator(); public: static AnimationCreator* getInstance(); Animate* createAnimate(string, int, int, int, float); };
[ "tariksyurts@gmail.com" ]
tariksyurts@gmail.com
9f78726ac3c241f922d9a1be9249200ba0198035
ddb3a09433b23ca0ed8c99c41d31780a8b7193fb
/mta_direct.cc
f84bc916e05f2d3cab204863fdc99dad78df2029
[]
no_license
cherryasphalt/LEDSubwayDisplay
4e1281b0a04e35a73eca181e1010883ae6fb1108
59e99e50eabbe63339aad01b040aee19a28cb7ee
refs/heads/master
2021-05-29T18:04:37.151823
2014-10-18T23:09:44
2014-10-18T23:09:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,086
cc
#include "led-matrix.h" #include "graphics.h" #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace rgb_matrix; int main(int argc, char *argv[]) { int rows = 32; int chain = 1; int x_orig = 0; int y_orig = 0; rgb_matrix::Font font; font.LoadFont("fonts/4x6.bdf"); GPIO io; if (!io.Init()...
[ "fivepercentjuice@gmail.com" ]
fivepercentjuice@gmail.com
a68073d39aa6ad0176e97e03fce929a276be211b
7fdbeb31edb47d2012d3cde6393d691dd01a41bd
/703. Kth Largest Element in a Stream.cpp
43cc2c686aa85f9224c391a8f6e506fbc9b30bcf
[]
no_license
hsintali/LeetCode
954a73c624d8c9d348e23a9b2b1055f69e3e23e6
d5b90576385ce1e3d7ca420ff03aba407bb977d9
refs/heads/master
2023-06-17T07:03:15.149125
2021-07-14T12:52:59
2021-07-14T12:52:59
202,471,672
1
0
null
null
null
null
UTF-8
C++
false
false
1,131
cpp
/* https://leetcode.com/problems/kth-largest-element-in-a-stream/ */ /* Approach 1: minHeap Intuition: Time complexity: KthLargest: O(nlogk); add: O(logk) Space complexity: O(k) */ class KthLargest { public: KthLargest(int k, vector<int>& nums) { this->k = k; for(auto val : nums) ...
[ "noreply@github.com" ]
hsintali.noreply@github.com
c5f095fd1a57d3468c42d646e6d9b347a5433f43
8d44ea96349cbdae98834a962eea68048a932d43
/Source/MasterEditor.cpp
88331ff3e5fcfc1e3d96fc8c0059d31c070fe593
[]
no_license
StijndeK/RisingFX
1a71d4b69010f7e190fe1c7e1b08a4f80e7c6f4e
60bb8b93bccb1b7cd5a9fb942feceea8140ecdfd
refs/heads/main
2023-05-29T00:39:08.624227
2021-06-14T10:06:44
2021-06-14T10:06:44
301,431,139
0
0
null
null
null
null
UTF-8
C++
false
false
1,552
cpp
/* ============================================================================== MasterEditor.cpp Created: 10 Oct 2020 12:20:23pm Author: Stijn de Koning ============================================================================== */ #include <JuceHeader.h> #include "MasterEditor.h" //==========...
[ "sdk.stijn@gmail.com" ]
sdk.stijn@gmail.com
98fc37d10ea0c5f1bde658c2dead4837b8876329
753d47547e78da443cc964241e9b8c72556c8217
/SYCL/Matrix/element_wise_all_ops_int8.cpp
adcee2a750ef9f102930b8e8427cbafa6e6e16f4
[ "LicenseRef-scancode-unknown-license-reference", "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
intel/llvm-test-suite
d52de8f95b3f2500ed70cf3f3461cc346bea01a8
2e687fcd57149112d7b29e9e85bf74ce85f1119c
refs/heads/intel
2023-05-28T08:59:07.287800
2023-03-27T23:53:19
2023-03-27T23:53:19
272,825,916
22
156
NOASSERTION
2023-09-08T11:41:32
2020-06-16T22:36:38
Logos
UTF-8
C++
false
false
777
cpp
//==----------- element_wise_all_ops_int8.cpp - DPC++ joint_matrix---------==// // // 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 // //===---------------------------...
[ "noreply@github.com" ]
intel.noreply@github.com
4f800c885c8c0e1f6fff68d2aafc80cb934d7fce
74870e1d278f20027ea0213d9d87ee6128a01f65
/Q9012.cpp
03612a9757b75059d87ee1be4c4e93286ee3e27f
[]
no_license
jleun1403/BOJ_CPP
795816db9e8a2828ec48aaf9f8da9276d4b0abef
415502a8fd7093f469a3b7bf1c5e756505ae0e76
refs/heads/master
2020-07-10T01:28:42.157301
2019-08-24T11:41:03
2019-08-24T11:41:03
204,131,610
0
0
null
null
null
null
UTF-8
C++
false
false
645
cpp
#include <stack> #include <iostream> using namespace std; int main() { int testcase; cin >> testcase; while(testcase--) { int temp = 0; string s; cin >>s; if (s[0] == ')'){ cout <<"NO"<<'\n'; continue; } for (int...
[ "david1403@hanmail.net" ]
david1403@hanmail.net
98bd890272df2bb11c496523a212baa45ffdeb32
c97bb9dbaec062458f4fc1ce4dd26796aa313693
/code/src/l0-infra/trans-dsl/sched/action/SchedExclusiveAction.cc
9b10c47b86f9c156c3d25d46288c9cb4a4204d93
[]
no_license
weisha1991/Dsl
c9ec6252626c8b114ed66e1675d90c6845e099b0
5fd1a92f379872429561a506316668c2d170c69b
refs/heads/master
2020-06-28T22:55:06.050902
2020-02-01T13:46:18
2020-02-01T13:46:18
200,363,494
0
0
null
null
null
null
UTF-8
C++
false
false
2,882
cc
/* * SchedExclusiveAction.cc * * Created on: Apr 28, 2013 * author: Darwin Yuan * * Copyright 2013 ThoughtWorks, All Rights Reserved. * */ #include "l0-infra/trans-dsl/sched/action/SchedExclusiveAction.h" #include "l0-infra/trans-dsl/utils/ActionStatus.h" TSL_NS_BEGIN //////////////////////////////////...
[ "251813921@qq.com" ]
251813921@qq.com
d32324e8e45787e8f3e853cfc3f859ce3d4025bc
7fc36ba6c0a938d18d248097ac124e5f0682376d
/Assignments/A2/Gaddis_8thEd_Chapter3_Problem24/main.cpp
02a557bb8407a2f3d074cecd7e5099984e947e99
[]
no_license
abdulabbas/CSC-5
37f44b4add2d4b71f67491419acde0697aa672d1
30203e3a53d8f9cc1ec6526124ea94d14094f28d
refs/heads/master
2021-05-04T10:42:52.842156
2016-10-30T03:25:35
2016-10-30T03:25:35
53,756,896
1
0
null
null
null
null
UTF-8
C++
false
false
2,067
cpp
/* * File: main.cpp * Author: Abdul-Hakim * Created on July 4, 2015, 8:39 PM */ #include <cstdlib> #include <string> #include <iostream> #include <iomanip> using namespace std; //User Libraries //Global Constants //Function Prototypes //Execution Begins Here! int main(int argc, char** argv) { //Declare the va...
[ "abdulhabbas@live.com" ]
abdulhabbas@live.com
36d6d2c98b792e91092f988a125b1dd62fd51b8c
1206e9479da1fdbdcb1f15b43b1853206a749756
/esempi/snippets/lettura_servo_ch_pulse/lettura_servo_ch_pulse.ino
269db74abcdb3c02e7e0d4e7a244bb2f730e9f5e
[ "LicenseRef-scancode-public-domain" ]
permissive
eaman/aerei_arduino
87cb0afe75531868c753e43749dab5fe513f8866
f49edc56a746b01b1d632f20438dc1948d081786
refs/heads/master
2021-01-23T05:24:12.402629
2017-03-15T17:00:45
2017-03-15T17:00:45
92,966,642
0
0
null
null
null
null
UTF-8
C++
false
false
1,295
ino
/* Lettura di un canale servo della RX Lettura tramite la funzione pulsein Utilizzabile su qualunque PIN Il codice e' blocking fin tanto che il segnale passa da RISE a FALL quindi blocca per 1-2ms a ogni esecuzione. Il segnale dalla rx dovrebbe essere ~50hz, vedere questo sketch $_millis con le...
[ "andrea@piffa.net" ]
andrea@piffa.net
bc9b27299bd11a9c498192731890acab89feb7a8
4754bb5470fbbd608323f468cddf6658b031e090
/1 семестр/HW3/task4/task4.cpp
732c412c3d6f5ddc99a759ebc1c78b6b4e871e15
[]
no_license
artbez/origin
af86cba1eacfbf85c10047afd84884355aece671
7fe1dd71cc3b8312cf3d5713714319bc4f629692
refs/heads/master
2016-09-03T06:32:57.485079
2015-05-28T20:54:28
2015-05-28T20:54:28
15,024,516
0
0
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
#include <iostream> #include <stdlib.h> #include "list.h" using std::cout; using std::cin; using namespace ListSpace; void addValue(ListElement * x, List &l); enum UserCommand { quit, addEl, removeEl, printL }; UserCommand toCommand(int a); int main() { List l; init(l); bool flag = true; whil...
[ "artemii.bezguzikov@gmail.com" ]
artemii.bezguzikov@gmail.com
5c8a3e7add301fde8f39f5416dada697ae9e9baf
56ade096db1fe376ee43d38c96b43651ee07f217
/044. Wildcard Matching/C++/Solution.cpp
904322cec35a2bae679fbb861de680cf4fc08407
[]
no_license
xiaole0310/leetcode
c08649c3f9a9b04579635ee7e768fe3378c04900
7a501cf84cfa46b677d9c9fced18deacb61de0e8
refs/heads/master
2020-03-17T05:46:41.102580
2018-04-20T13:05:32
2018-04-20T13:05:32
133,328,416
1
0
null
null
null
null
UTF-8
C++
false
false
748
cpp
class Solution { public: bool isMatch(string s, string p) { int lengthS = s.length(); int lengthP = p.length(); vector<vector<bool>> dp(lengthS + 1, vector<bool>(lengthP + 1, false)); dp[0][0] = true; for (int j = 1; j <= lengthP; j++) { dp[0][j] = dp[0][j - 1] &&...
[ "zhantong1994@163.com" ]
zhantong1994@163.com
ab22563477e72dd95d57093c8062ccf4e8c0e162
306ef98b43c8b0aae8851d92ab7d242f96286afa
/Utils.cpp
15218e0bb372ca0249c23f7af2dc7a3640b928b7
[]
no_license
GodaBujenauskaite/Battleships
44bb9624f64810a2a3020c7cbf3eca87a626622d
00d3b4e827cf75720f65a02572fc42eab4c34140
refs/heads/main
2023-05-24T14:08:04.299131
2021-05-14T21:01:27
2021-05-14T21:01:27
366,397,739
0
0
null
null
null
null
UTF-8
C++
false
false
4,568
cpp
#include "define.h" #include "Utils.h" #include "Objects.h" #include <iostream> #include <vector> using namespace std; //funkcijos int Kiek_x(Lentele &laivu_vietos_x_skaiciuoja, const int n) { //kad nekurtu kopijos - & int kiek_x = 0; //skaiciuoja kiek x visame borde for (int i = 0; i < n; i++...
[ "noreply@github.com" ]
GodaBujenauskaite.noreply@github.com
632bb6c7c9176a929606a4156b3991b6d5099edb
22cc83be4eeaf57399a92c7039bc441edd178a67
/src/simulation/algorithm/fine_particles/warren_spring_curve.cpp
3e1ae32a2d3cb4aa1dfa170af073720a3cd36102
[ "WTFPL" ]
permissive
dearshuto/ParticleBasedSimulation
0703c12df4c266b267dd6e470fb04abb72f93d64
75f7f7454e39f8ed4b970a94d261385cb03b3e15
refs/heads/master
2022-03-03T20:57:29.036506
2017-02-10T02:55:33
2017-02-10T02:55:33
78,620,264
0
0
null
null
null
null
UTF-8
C++
false
false
1,265
cpp
// // warren_spring_curve.cpp // CubicFineParticleSimulation // // Created by Shuto on 2016/09/27. // // #include <cmath> #include "particle_based_simulation/simulation/algorithm/fine_particles/warren_spring_curve.hpp" double fj::WarrenSpringCurve::compute(const double x)const { const auto& kParameter = getPar...
[ "shuto.shikama@fj.ics.keio.ac.jp" ]
shuto.shikama@fj.ics.keio.ac.jp
15341ee780c12aa6bdb9eb175258d77d711dd062
f555fb1e73c3b1d9294dcf4eaa5d06db9eaf001e
/src/codegentemp/cydevicerv_trm.inc
17124c2258a8f6a5e663333001e37885245d7bac
[]
no_license
priyank6796/cypress-touch-switch
71664172e43e075f88b94ac1e9197568db7eef9b
5addf90ebf34d53d52d52b2dfc9ecfe02f684c45
refs/heads/master
2020-03-09T01:29:10.609792
2018-04-07T09:55:58
2018-04-07T09:55:58
128,515,809
4
0
null
null
null
null
UTF-8
C++
false
false
623,470
inc
; ; File Name: cydevicerv_trm.inc ; ; PSoC Creator 4.1 Update 1 ; ; Description: ; This file provides all of the address values for the entire PSoC device. ; ;------------------------------------------------------------------------------- ; Copyright (c) 2007-2017 Cypress Semiconductor. All rights reserved. ; You ma...
[ "priyank.goria@gmail.com" ]
priyank.goria@gmail.com
e1856dcc94570e96712aa51dc0a51fc81a736108
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_PrimalItem_WeaponMiningDrill_functions.cpp
58558f4f90b9b8ca1ac6a92e47ea0acb68d8055b
[ "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
1,137
cpp
// ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_PrimalItem_WeaponMiningDrill_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //-----------------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
bbebb99ce730c5575f0e9a046600798acc655994
5cf04a4324110ace538302aaa8484a05f09f0d9c
/Sourcecode/mx/core/elements/StaffDistance.h
7a3b91a5dfb04822f370ba953fe1e9ff03d6819b
[ "MIT" ]
permissive
jsj2008/MusicXML-Class-Library
ebce53a1d1fea280141c84b62b232c3395ad0eb6
079c4b87835cc9942c052571d7ee3ebfdb91fa31
refs/heads/master
2020-05-31T16:05:09.402234
2017-03-10T23:02:09
2017-03-10T23:02:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,520
h
// MusicXML Class Library // Copyright (c) by Matthew James Briggs // Distributed under the MIT License #pragma once #include "mx/core/ForwardDeclare.h" #include "mx/core/ElementInterface.h" #include "mx/core/Decimals.h" #include <iosfwd> #include <memory> #include <vector> namespace mx { namespace core { ...
[ "matthew.james.briggs@gmail.com" ]
matthew.james.briggs@gmail.com
c1b7e484f597200c877e8e84194bfc3d344a4e18
dfc25f262ddcf558d3f565f59fc650aa5cb67b59
/src/common/expression/test/ListComprehensionExpressionTest.cpp
dbb88ae7ab810ad89f93d3d0dcb5cb09f5d67838
[ "Apache-2.0" ]
permissive
jievince/nebula
0e3acf91a2e8f87d05288a36705fd9c27bded64a
d3ef4412f9d4ee6872d0dbe94694875132fbb3ee
refs/heads/master
2023-04-10T08:23:58.096075
2022-08-09T06:07:57
2022-08-09T06:07:57
394,878,675
2
0
Apache-2.0
2021-08-11T05:56:47
2021-08-11T05:56:46
null
UTF-8
C++
false
false
4,578
cpp
/* Copyright (c) 2021 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. */ #include "common/expression/test/TestBase.h" namespace nebula { class ListComprehensionExpressionTest : public ExpressionTest {}; TEST_F(ListComprehensionExpressionTest, ListComprehensionEvaluate) ...
[ "noreply@github.com" ]
jievince.noreply@github.com
5396d70dbc3b6d402f8371eb8d8c4f4722d54362
fafa6b62318af71162a9da784d28b2c8c41049f2
/src/dfa/tag_history.h
497c88dd1ba300897253ba0c5b8f96713bdff701
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
dayfox5317/re2c
f4d3d52b68dd0d5c9dc1baaa49ce29a30cab746c
f8aad4ebd098c31aca82d32f9115facd7d56433e
refs/heads/master
2020-04-29T14:44:26.331742
2019-03-08T07:21:49
2019-03-08T07:21:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,786
h
#ifndef _RE2C_DFA_TAG_HISTORY_ #define _RE2C_DFA_TAG_HISTORY_ #include <stddef.h> #include "src/util/c99_stdint.h" #include <sys/types.h> #include <map> #include <vector> #include "src/regexp/tag.h" #include "src/util/forbid_copy.h" namespace re2c { typedef int32_t hidx_t; typedef std::vector<tag_info_t> tag_path_t...
[ "skvadrik@gmail.com" ]
skvadrik@gmail.com
e4e513862b1c0e9a615a28ffcb0ece49adc33859
a1d319f22634908f4fb31ac7c2a21f66225cc991
/Shared/cpp/range-v3/include/range/v3/algorithm/mismatch.hpp
7d8382e26c9ee606ba56921be77973073cd85336
[]
no_license
sdl-research/sdl-externals
2ee2ae43a5d641cc0e2c0a7c642f48d15f32fbeb
56459e0124eadf38ff551494b81544cb678a71d7
refs/heads/master
2021-01-17T15:06:59.783100
2016-07-10T06:40:45
2016-07-10T06:40:45
28,290,682
4
0
null
null
null
null
UTF-8
C++
false
false
5,856
hpp
/// \file // Range v3 library // // Copyright Eric Niebler 2014 // // Use, modification and distribution is 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) // // Project home: https://github.com/ericniebler/range-v...
[ "graehl@gmail.com" ]
graehl@gmail.com
2eb1bf45aab62aa3bde7b420b1201bd6d265d75f
cc88d733d3d1783c19530eee545c568836c197e0
/server/include/chilkat/CkZipW.h
48b9b9518aaeefed1b4752b9402c2558a4d434b9
[ "Apache-2.0" ]
permissive
SKKU-Tizen-SecBTKey/FrameworkVirtualKeyboard
e9069dcb622d58fea087190cfe1bfd08387fc030
6962d4ef499e333f53bb25bed5ef0fe9c48be717
refs/heads/master
2016-09-06T12:43:00.897916
2015-06-09T16:45:24
2015-06-09T16:45:24
33,869,404
0
0
null
null
null
null
UTF-8
C++
false
false
71,943
h
// CkZipW.h: interface for the CkZipW class. // ////////////////////////////////////////////////////////////////////// // This header is generated for Chilkat v9.5.0 #ifndef _CkZipW_H #define _CkZipW_H #include "chilkatDefs.h" #include "CkString.h" #include "CkWideCharBase.h" class CkZipEntryW; cla...
[ "jinmok80@naver.com" ]
jinmok80@naver.com
96106dfc940892582e749d827a198b4372cf468c
c04db7cc586ff8306a20c1d40cc4714e3cc6ce6a
/src/arealight-sampler.h
6bd566d6fea3b5fc065d5cd59f22e06e8485298e
[]
no_license
kiselgra/globillum
43b93e0d792cf64f8b3beacf07278dccc98e6b61
42ab3be558c85bd6ca0464e362d7fe77653b999e
refs/heads/master
2021-07-12T23:24:37.324685
2015-06-24T11:49:03
2015-06-24T11:49:03
106,959,023
0
0
null
null
null
null
UTF-8
C++
false
false
2,986
h
#ifndef __AREALIGHT_SAMPLER_H__ #define __AREALIGHT_SAMPLER_H__ #include "util.h" #include "lights.h" #include <libcgls/scene.h> #include <librta/cuda-kernels.h> #include <librta/cuda-vec.h> namespace rta { namespace cuda { namespace cgls { gi::light* convert_and_upload_rectangular_area_lights(scene_ref sc...
[ "kai@istar" ]
kai@istar
263c3c3988725560c56bd905b10746cdb7624516
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/blink/renderer/core/style/list_style_type_data.h
4bef084fe986fb2cc9e92b7ff8d4725b02c6cea8
[ "BSD-3-Clause", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "Apache-2.0", "MIT" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
2,922
h
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_LIST_STYLE_TYPE_DATA_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_LIST_STYLE_TYPE_DATA_H_ #include "base/check_op.h" #include...
[ "jengelh@inai.de" ]
jengelh@inai.de
d7acd63fa40def2705b170d9223bac590369a4e8
002df2aecf110b3718c22aa99db1c74c8e66c0fe
/Problems/0125. Valid Palindrome.cpp
12bf748337160df8f3f2e45e7f86922b3923e64c
[ "MIT" ]
permissive
KrKush23/LeetCode
ddde2f95ac745ed3751486439b81873069706ed7
2a87420a65347a34fba333d46e1aa6224c629b7a
refs/heads/master
2023-08-23T16:28:02.852347
2021-10-12T20:52:02
2021-10-12T20:52:02
234,703,492
0
0
null
null
null
null
UTF-8
C++
false
false
401
cpp
class Solution { public: bool isPalindrome(string s) { int i=0,j = s.length()-1; while(i<=j){ if(isalnum(s[i]) and isalnum(s[j])){ if(tolower(s[i++]) != tolower(s[j--])) return false; } else if(!isalnum(s[i])) i+...
[ "noreply@github.com" ]
KrKush23.noreply@github.com
a6d831b0186351bf3f1b080be391ebf2e225da2d
ca03f9ca62e3c1d17604ab982bf28a1ddeee6348
/CppND-Memory-Management-Chatbot/src/chatlogic.cpp
dcee6173eb2d87cb14c2e981bbcff2bd5c8cbc22
[]
no_license
ThomasDayton/CppND-Memory-Management-Chatbot
0bdad6cfa08b582c02bf17cf97aac2206be59ba3
91dd5a14710824127e2708b6885db265ace4600c
refs/heads/master
2022-12-23T19:01:24.139351
2020-09-24T17:16:33
2020-09-24T17:16:33
297,722,398
0
0
null
null
null
null
UTF-8
C++
false
false
8,548
cpp
#include <fstream> #include <sstream> #include <iostream> #include <vector> #include <memory> #include <iterator> #include <tuple> #include <algorithm> #include "graphedge.h" #include "graphnode.h" #include "chatbot.h" #include "chatlogic.h" ChatLogic::ChatLogic() { //// STUDENT CODE //// // create inst...
[ "noreply@github.com" ]
ThomasDayton.noreply@github.com
caf27d7df3c29d896564b02e47393b17179fce16
16bb681f78486ac66fa8407ca9282d0610f541c5
/ports/PdPulp/Source/MainComponent.cpp
9b97acf4b907c2a9e71bc397657c95acb1bd17fe
[]
no_license
DanielAeolusLaude/DISTRHO-Ports-Extra
95d7eaec78a0217d195f7a05cf5b643f86afc8cf
660d76e492cebb7afdf23ede9e5bdca6192728b3
refs/heads/master
2021-01-16T21:19:28.900350
2015-08-21T20:18:51
2015-08-21T20:18:51
42,022,217
2
0
null
2015-09-06T23:25:33
2015-09-06T23:25:32
null
UTF-8
C++
false
false
14,955
cpp
/* ============================================================================== This is an automatically generated GUI class created by the Introjucer! Be careful when adding custom code to these files, as only the code within the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loa...
[ "falktx@gmail.com" ]
falktx@gmail.com
ac6a9025bfe6980ed49bc6cee893edd6906d3705
5ecdd26fedd80305f62f01357d85396bd7528b65
/client/include/socketIO.hpp
c908a953877c12d17880269cab36847d0ad453f9
[]
no_license
Tor1surphY/keywordPrompter
572dab5098ae1143ef7ea8685dec0664fba5c422
5ee65e1aaa6996b205a58f7a50509081cb030b3b
refs/heads/master
2023-01-04T00:44:29.166624
2020-10-28T11:17:04
2020-10-28T11:17:04
302,006,796
0
0
null
null
null
null
UTF-8
C++
false
false
282
hpp
#ifndef __TY_SOCKETIO_HPP__ #define __TY_SOCKETIO_HPP__ namespace ty { class SocketIO { public: SocketIO(int); int readN(char*, int); int writeN(const char*, int); int fd() const { return _fd; } private: int _fd; }; } // end of namespace ty #endif
[ "shijingzhe96@gmail.com" ]
shijingzhe96@gmail.com
024b709c072076ad12fd2a5e3fa6b6ebffdb0717
5ebd5cee801215bc3302fca26dbe534e6992c086
/blazetest/src/mathtest/row/IncludeTest.cpp
642c87c64db27f32ab1f2aa4247707f4e03972ad
[ "BSD-3-Clause" ]
permissive
mhochsteger/blaze
c66d8cf179deeab4f5bd692001cc917fe23e1811
fd397e60717c4870d942055496d5b484beac9f1a
refs/heads/master
2020-09-17T01:56:48.483627
2019-11-20T05:40:29
2019-11-20T05:41:35
223,951,030
0
0
null
null
null
null
UTF-8
C++
false
false
2,728
cpp
//================================================================================================= /*! // \file src/mathtest/row/IncludeTest.cpp // \brief Source file for the Row include test // // Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved // // This file is part of the Blaze library. You can r...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
eef3374d8a7bb50576ea8f19bc8fca835d1dca0d
0da071c412415402b669bc3733e36058f4fd1877
/src/_IVirtualListViewWorkAreaEvents_CP.h
823cbf41a030ea7d3b462af77b13f8f9a5f0f44e
[ "MIT" ]
permissive
Michael-prog/ExplorerListView
3d50d4e09bfdff06e06b9b80f62075a942b07644
8bc0299b7d58def5393527f518fd857f5122b42d
refs/heads/master
2022-01-25T09:02:24.411107
2019-02-27T19:43:42
2019-02-27T19:43:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
798
h
////////////////////////////////////////////////////////////////////// /// \class Proxy_IVirtualListViewWorkAreaEvents /// \author Timo "TimoSoft" Kunze /// \brief <em>Fires events specified by the \c _IVirtualListViewWorkAreaEvents interface</em> /// /// \if UNICODE /// \sa VirtualListViewWorkArea, ExLVwLibU::_IVirt...
[ "tkunze71216@gmx.de" ]
tkunze71216@gmx.de
61ac0936951b6493b63e8fb9fe156993a176db62
018f218719f1f12b67884284a88f3b5f78ec739d
/devel/.private/mavros_msgs/include/mavros_msgs/HilControls.h
623e222eeac4b458a154db160b94a8ea4fc21ba4
[]
no_license
Wanghh0626/QGC_Interface
d1ae153a1d0ed68dc7eb4ce24d8af06cf779cca9
fe15753922e94eadd08c5f4b962bdd4de53a71e8
refs/heads/master
2023-03-14T21:18:16.891495
2018-07-09T09:48:41
2018-07-09T09:48:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,332
h
// Generated by gencpp from file mavros_msgs/HilControls.msg // DO NOT EDIT! #ifndef MAVROS_MSGS_MESSAGE_HILCONTROLS_H #define MAVROS_MSGS_MESSAGE_HILCONTROLS_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include ...
[ "deddy.welsan@gmail.com" ]
deddy.welsan@gmail.com
ae2a5dce07e34a3bc0be15579156ab5b563e629f
95c09733f41aacfe3c16d0d8d9ed97eed1cb5fe3
/Volume0/0084.cpp
c0303830b77771a38e8e3e15987810ec95e082b0
[]
no_license
mattya-lab/Aizu_Online_Judge
8e91a6230a063654ffb81f2cb570169c13380892
4b7ee8a650f32ed845a04994ff10419609323879
refs/heads/master
2022-12-22T16:11:39.572685
2020-09-30T07:20:45
2020-09-30T07:20:45
272,605,616
1
0
null
null
null
null
UTF-8
C++
false
false
512
cpp
#include<bits/stdc++.h> using namespace std; #define rep(i, n) for(int i = 0; i < n; i++ ) #define N (1023) int main(void) { rep(z, 2) { char s[N] = "";; fgets(s, N, stdin); s[strlen(s) - 1] = '\0'; char word[N] = ""; int k = 0; rep(i, strlen(s)) { if (s[i] == ',' || s[i] == ' ' || s[i] =...
[ "noreply@github.com" ]
mattya-lab.noreply@github.com
70dd25d37cadec565ed96becf70599f57ba18b3c
84ecaa2eb2436f80c71ddefa7d52da49c092a7f1
/MainClient/gui/gamehall/jwidgetgameinfo.h
2d5db0bbd543868dc9505303dd6712ca4797b806
[]
no_license
kubuntu/Dlut-Game-Platform
0a586d06c4032c288f9e4337c31110574fcbed01
5fc347255fedf567283da5d639af697cc52c1209
refs/heads/master
2021-01-16T22:55:17.130650
2012-04-26T07:40:11
2012-04-26T07:40:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
501
h
#ifndef JWIDGETGAMEINFO_H #define JWIDGETGAMEINFO_H #include <QWidget> class JGameInfo; class JUserInfo; namespace Ui { class JWidgetGameInfo; } class JWidgetGameInfo : public QWidget { Q_OBJECT public: explicit JWidgetGameInfo(QWidget *parent = 0); ~JWidgetGameInfo(); void clear(); void setGameInfo(const JG...
[ "lexdene@sohu.com" ]
lexdene@sohu.com
39b7f554de952259d2c77cfaa75920921acd7f62
6247645bcf9e88080f7ae8e85af04cfef17dfc08
/cpp/piscine_cpp/d01/ex00/main.cpp
eb1dedebc6ffc96631e0ee9c46246a477f5f4c92
[]
no_license
mbougrin/42
fad8c61664b0ab8007f19f25877363a88dc67112
10b831d503812650172b8689f7667631fd6060ca
refs/heads/master
2020-04-05T23:28:38.918042
2017-08-01T14:43:34
2017-08-01T14:43:34
71,226,609
0
0
null
null
null
null
UTF-8
C++
false
false
1,348
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: ...
[ "mbougrin@e3r2p18.42.fr" ]
mbougrin@e3r2p18.42.fr
b739a4422a3cec586df096cfe8a8d66e90e46997
e077aaaa60a39ba40855f36bc3a53f8adfc8fc08
/tensorflow-master-tensorflow/core/common_runtime/gpu/gpu_init.cc
9832eeb36c90f0edbbe5ace5d733b1c54329d2e1
[ "MIT" ]
permissive
xijunlee/tensorflow-learning
fe9dd1d9b0d3e79b7ed3cad16c4d25073ab14483
936c384667632c43ccd3d536b8136d46a978d5aa
refs/heads/master
2022-11-01T13:27:22.423217
2018-12-05T07:19:34
2018-12-05T07:19:34
88,263,357
1
1
MIT
2022-10-11T19:19:53
2017-04-14T11:48:26
C++
UTF-8
C++
false
false
5,086
cc
/* Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
[ "xijun.lee@hotmail.com" ]
xijun.lee@hotmail.com
c874c8de9978e7246617626878b4f52f1e438f5a
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir521/dir3871/dir5864/dir6285/dir6286/file6369.cpp
cf8e7583c495d0ea9d5922227c12acade8b05231
[]
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 file6369 #error "macro file6369 must be defined" #endif static const char* file6369String = "file6369";
[ "tgeng@google.com" ]
tgeng@google.com
973984613f7e84340db4844976d40e26db6d5c05
be8561569d04327355769399046ffa3595b0f8ab
/HelloWorldScene.h
eb45f7b9b3979df0c219eb8c81ed5b173ce908a4
[]
no_license
BL01/breakout-legacy-00
db927d5794ce2661703b1a3db099ac2dd649f94f
d59190a934595c9e4c04cb124a4d54dde6460423
refs/heads/master
2021-01-18T20:35:12.209870
2015-06-18T16:32:36
2015-06-18T16:32:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
802
h
#ifndef __HELLOWORLD_SCENE_H__ #define __HELLOWORLD_SCENE_H__ #include "cocos2d.h" #include "BackgroundLayer.h" #include "BlacknWhiteLayer.h" #include "PortalLayer.h" #include "GravityLayer.h" #include "ReverseLayer.h" #include "GrowingBrickLayer.h" #include "ContraLayer.h" #include "ContraWithOutBossLayer.h" #include...
[ "liuzhixiu1115@163.com" ]
liuzhixiu1115@163.com
9d173d325fffe55b15dd72b5740134ee5c496e25
5ef7f5ba06b98319a5406dfa3b25c985257713d4
/IGC/VectorCompiler/lib/GenXCodeGen/GenXGASCastAnalyzer.h
3ba932823ebda770bd3fe49f87f865af64e08a10
[ "MIT" ]
permissive
intel/intel-graphics-compiler
6a1ae1a84c541e967e70324492f22c941a02e38f
ea522543be6d042ec80e5db8e8878be31af68938
refs/heads/master
2023-09-03T20:31:55.215461
2023-08-29T18:31:52
2023-09-02T08:55:05
105,299,467
546
176
NOASSERTION
2023-08-23T08:57:03
2017-09-29T17:27:54
C++
UTF-8
C++
false
false
2,678
h
/*========================== begin_copyright_notice ============================ Copyright (C) 2022 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ // /// GenXGASCastWrapper /// ------------- /// /// GenXGASCastWrapper is an analysis th...
[ "sys_igcbot@intel.com" ]
sys_igcbot@intel.com
6caedfd86b9121d7fc87c07d3e5c8388f095b84c
58d5d957c8838cedc7dd14bd6293d46258d94c69
/libXDM_to_git/Quaternion.h
00741d517e92b6186a9befb3c66bc7bfea7966e9
[]
no_license
CMU-Suter-Group/XDMXX
da8c4a51a398b96db1611a4edb286c15d1112ad5
664a380a930759a05d13dc047964e4448956853d
refs/heads/master
2020-05-19T20:07:24.576458
2015-09-18T19:20:02
2015-09-18T19:20:02
42,741,932
0
0
null
null
null
null
UTF-8
C++
false
false
6,370
h
//////////////////////////////////////////////////////////////// // // File: Quaternion.h // Author: Frankie Li // e-mail: sfli@cmu.edu // // Quaternion class for basic SO(3), S^4 math // // ///////////////////////////////////////////////////////////////// #ifndef QUATERNION_H_ #define QUATERNION_H_ #in...
[ "davidmenasche@bigbird.wv.cc.cmu.edu" ]
davidmenasche@bigbird.wv.cc.cmu.edu
2970bf2098b4f746c41ffa1805b2df78e0c61b8a
68759c4c3d046117508deb1c5bdabab74e9c0bf8
/CCS/src/dtcc/CoordinateSystems/polarst/PolarStereographic.cpp
acb7c88f03ea9f55ae54b0ffd957faa71b0f5dec
[]
no_license
restjohn/geotrans
38fdb794371a3afb513a3de8c20d965e8e375f66
56f241b1bafd42ed9129ec5de9cfc9e283330ca1
refs/heads/master
2020-03-30T01:48:43.195511
2018-09-27T16:40:29
2018-09-27T16:40:29
150,596,493
3
0
null
null
null
null
UTF-8
C++
false
false
24,446
cpp
// CLASSIFICATION: UNCLASSIFIED /***************************************************************************/ /* RSC IDENTIFIER: POLAR STEREOGRAPHIC * * * ABSTRACT * * This component provides conversions between geodetic (latitude and * longitude) coordinates and Polar Stereographic (easting and northing)...
[ "restjohn@users.noreply.github.com" ]
restjohn@users.noreply.github.com
85e2b3113786d6d8f8bb7fa6a95d418c7a4fe672
696e35ccdf167c3f6b1a7f5458406d3bb81987c9
/ash/login/ui/login_expanded_public_account_view_unittest.cc
3342c93416be3aa9c223be890fefcc124daa9fb8
[ "BSD-3-Clause" ]
permissive
mgh3326/iridium-browser
064e91a5e37f4e8501ea971483bd1c76297261c3
e7de6a434d2659f02e94917be364a904a442d2d0
refs/heads/master
2023-03-30T16:18:27.391772
2019-04-24T02:14:32
2019-04-24T02:14:32
183,128,065
0
0
BSD-3-Clause
2019-11-30T06:06:02
2019-04-24T02:04:51
null
UTF-8
C++
false
false
12,659
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 "ash/login/ui/login_expanded_public_account_view.h" #include "ash/login/mock_login_screen_client.h" #include "ash/login/ui/arrow_button_view.h" #...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
207963f01d56d6f0a4263918160dca8dc05165af
23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f
/Windows API函数参考手册/第02章窗口处理/2.4窗口的大小、位置和布局/2_4_6_1/2_4_6_1.cpp
6bf55ef8f87a8a425e64c234b35c44cc98832b7a
[]
no_license
IgorYunusov/Mega-collection-cpp-1
c7c09e3c76395bcbf95a304db6462a315db921ba
42d07f16a379a8093b6ddc15675bf777eb10d480
refs/heads/master
2020-03-24T10:20:15.783034
2018-06-12T13:19:05
2018-06-12T13:19:05
142,653,486
3
1
null
2018-07-28T06:36:35
2018-07-28T06:36:35
null
UTF-8
C++
false
false
5,131
cpp
// 2_4_6_1.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWind...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
488cdddd492f3733c4cea32f182a685dc2d53c30
6f4883cec42366e1ed7dc4ddf25b56e7702b0c69
/2457/6251344_AC_79MS_4496K.cpp
d787f0d99d8baa0a4002b4f9461279b1bc10c4f6
[]
no_license
15800688908/poj-codes
89e3739df0db4bd4fe22db3e0bf839fc7abe35d1
913331dd1cfb6a422fb90175dcddb54b577d1059
refs/heads/master
2022-01-25T07:55:15.590648
2016-09-30T13:08:24
2016-09-30T13:08:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,424
cpp
#include<iostream> const int INF=100000000; int d[1100],path[1100],flag[1100],map[1100][1100]; int m,n; void dfs(int x) { if(x!=1) dfs(path[x]); printf("%d\n",x); } void Dijkstra() { int i,j,x,min; if(n==1) { printf("0\n"); return ; } ...
[ "dilin.life@gmail.com" ]
dilin.life@gmail.com
afe48a70596a88e19dfd8ed2a7643f727ab62ffa
4d8a630e73a8ba75cb40886d2fd1c6faab917da5
/6th week/1.SerialComm_read/1.SerialComm_read.ino
56d17a43dc2a5532399a673cf8dbce863b339997
[]
no_license
kokwei217/Arduino-Workshop-2019
272e9c6844725a5daa85929a43ed092f1619ddba
ccc50fa9e3244b63046f21e31243cd4e4cdddd64
refs/heads/master
2020-08-29T13:24:14.960105
2019-11-23T15:25:03
2019-11-23T15:25:03
218,045,496
0
0
null
null
null
null
UTF-8
C++
false
false
508
ino
//Serial.available () //gets the number of bytes available for reading //returns number of bytes available to read\ //Serial.read() - reads incoming serial data , only reads character. char input ; void setup() { // put your setup code here, to run once: Serial.begin (9600); Serial.println ("ready"); } voi...
[ "40696840+kokwei217@users.noreply.github.com" ]
40696840+kokwei217@users.noreply.github.com
0bb5fa0eb1b92db39fe4715a933f5324c541a841
88abcc78c7c3bce8d99ae41b4cbfef7976fd70a5
/ListFast.h
c230ab82433600733401556e3d38eb446278def1
[]
no_license
SocolaDaiCa/Data-Struct
347a086d361b5a379bdd8f22513f8d3274f13c0c
a67db853e51ba3e63f5228a46d578eb2ace9435b
refs/heads/master
2020-08-10T00:36:24.535644
2020-07-01T22:28:32
2020-07-01T22:28:32
214,211,816
0
0
null
null
null
null
UTF-8
C++
false
false
1,185
h
#pragma once #define MAX_LIST_POOL_SIZE 1000 class List { public: static int values[MAX_LIST_POOL_SIZE]; static int befores[MAX_LIST_POOL_SIZE]; static int afters[MAX_LIST_POOL_SIZE]; static int nPool; int size, begin, end; void reset() { size = begin = end = 0; befores[0] = afters[0] = 0; } static int new...
[ "tokentien@gmail.com" ]
tokentien@gmail.com
dfe5948b376f09137c7c92e6ddf2b89a07cffa36
5e5536224f21f9acbab9ccbbccb4478fa1a9c83f
/lab3.cpp
87660029cbe9219ef3a32604616b0147d569f32d
[]
no_license
FrankCCCCCC/OS
cae238937f5374f8f7ff7fa52224bc8e13b6fa1f
c166ec63c4aa5ffee8c5614b2e9b0de173e1b0d9
refs/heads/main
2023-08-09T11:19:48.829752
2021-09-15T17:11:20
2021-09-15T17:11:20
406,858,505
1
0
null
null
null
null
UTF-8
C++
false
false
32,093
cpp
#include <iostream> #include <fstream> #include <string> #include <vector> #include <stdlib.h> #include<stdio.h> #include <sstream> #include <iomanip> #include <cstring> #include <queue> #include <stack> #include <algorithm> #include <getopt.h> #include <climits> #include <list> #include <map> #define...
[ "noreply@github.com" ]
FrankCCCCCC.noreply@github.com
dc33bae45607da79d30b872a3442042eee645f9b
59abf00084d1ba4eb35e1132926af2d7cc6d8f8b
/Original_Media/MediaPlayer/mainwindow.h
eef191a24cf04a12cd584618820a5e1a69ce862c
[]
no_license
fabimarin3/Proyecto_Final_DSP
2a9ef99da012bd05f526592d6319cb6c10428ab8
a502d2e2efab75a775bbcdde5fde74c71b31775d
refs/heads/master
2020-06-04T22:06:28.721687
2019-06-16T19:56:59
2019-06-16T19:56:59
192,209,054
0
0
null
null
null
null
UTF-8
C++
false
false
1,869
h
/* * DSP Example is part of the DSP Lecture at TEC-Costa Rica * Copyright (C) 2010 Pablo Alvarado * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * ...
[ "noreply@github.com" ]
fabimarin3.noreply@github.com
57559a4af09a7349ce808bdd652be3b29640ed2e
ad6098b2119d0edb91c35b885df1e7aed966ac55
/draw_model.cpp
1074e50075d25dffadab53f63c86f4a7cdce8e46
[]
no_license
helloshyreckdc/pcl
66c3b80fc4baeaf00436a5641424c9bc6ad1917e
59cfdf24758b4a0698449c3ad28e25da8b37f047
refs/heads/master
2021-09-03T16:00:17.971286
2018-01-10T08:43:13
2018-01-10T08:43:13
114,631,476
0
0
null
null
null
null
UTF-8
C++
false
false
919
cpp
#include <pcl/io/pcd_io.h> #include <pcl/point_types.h> int main() { pcl::PointCloud<pcl::PointXYZ> cloud; cloud.width = 1951; cloud.height = 1; cloud.is_dense = false; cloud.points.resize(cloud.width * cloud.height); int i = 0; for(int j=0; j<=25; j++) for(int k=0; k<=25; k++) { cloud.p...
[ "shyreckdc@gmail.com" ]
shyreckdc@gmail.com
8558df7d4ac32c43fcf60d339e425b86ea0d4b5a
b26776967e256f5c083c7826b1655b6a39aeb587
/branches/PanelManager/ListPanel.cpp
548dfef30952efce3cab7d168cec6ffe0cee7991
[]
no_license
dilide/RStockAnalyst
578c329054a60231029202fbe6cc6f8937f7bdf7
bdb2be4d5b9754ded8c5cfd11d796b02248a4776
refs/heads/master
2021-05-21T14:21:14.996821
2020-04-03T08:59:35
2020-04-03T08:59:35
252,679,840
1
0
null
null
null
null
GB18030
C++
false
false
2,806
cpp
/* ============================================================================ 文件名称 : ListPanel.cpp 作者 : 李亚科 创建时间 : 2011-12-29 16:56 修改时间 : 2011-12-29 16:57 说明 : 用于存放所支持的所有窗口,目前只有Panel一种 ============================================================================ */ #include "common.h" #include "ListPanel.h" #inclu...
[ "me@liyake.com" ]
me@liyake.com
4d6adac75fa29ff1a569dd321e854c094b3b274f
6f12b5c02b2def6dc5e21f5ac22160d89fe415e9
/notes/04-23.c++
23e333e8ceeb5791e3315c0bbd683879b8bd01c1
[]
no_license
aprilhare19/cs371p
3a46471436ffdcb33b641f8021c1e4b249700e29
468b74153aa671d8b144dd2ca1d8c82d327678f8
refs/heads/master
2020-03-15T08:26:22.328776
2018-05-02T21:51:34
2018-05-02T21:51:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
903
// ----------- // Mon, 23 Apr // ----------- struct A { void f (int) {...}}; struct B : A { using A::f; void f (int i) { A::f(i);} void f (string) {...}}; int main () { B x; x.f(2); // not ok x.A::f(2); struct A { virtual void f (int) {...}}; struct B : A { void f (in...
[ "downing@cs.utexas.edu" ]
downing@cs.utexas.edu
effc1f679cf125be4f80bd4bfbeff6bbd898f3e4
2394823436d02e621f50adcaab03e312effdce8a
/book.cpp
dfa0aac1f53e9b92d1808ad2047809bfcb21f767
[]
no_license
Nokciec/library-pwr-cpp
6a73c414ae9be55b0eb889964c465848c3817ee3
45ad157529a738fb18e31c6ead44b2ed471f4290
refs/heads/master
2020-03-19T01:37:36.014545
2019-03-11T12:45:25
2019-03-11T12:45:25
135,558,815
1
0
null
null
null
null
UTF-8
C++
false
false
1,041
cpp
#include "book.h" #include <fstream> #include <string> #include <iostream> Book::Book(long i_bookID, std::string i_title, std::string i_author, long i_ISBN, int i_publicationDate, std::string i_publicationPlace, std::string i_publisher, int i_p...
[ "dominika.poreba@gmail.com" ]
dominika.poreba@gmail.com
0495ae04c0d525cf08f3a6881ce12b0cb7f9d2ff
c4f97519cc04268c12ced731dd5cb7493610727b
/public/magic_message_control.cc
533338108786bce12993a084fa35a43d9bb07459
[]
no_license
freshguy/multi_media
e923f778adfe6a0d7a4af1a4bd8de0388036e882
cbfb1c92e3c22c1fb33dceac5e70155d9dcfbf06
refs/heads/master
2020-12-24T17:08:28.853610
2014-10-20T06:37:44
2014-10-20T06:37:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
33,677
cc
// Copyright (c) 2013 Juyou Inc. All rights reserved. // Author: wangjuntao@juyou.com (Juntao Wang) #include <map> #include <algorithm> #include "file/file.h" #include "juyou/circles/public/utility.h" #include "juyou/multi_media/public/magic_message_control.h" #include "juyou/multi_media/msg_action/msg_action_play.h" ...
[ "root@taogle-desktop.(none)" ]
root@taogle-desktop.(none)
9756fff723a2019bf8e6b498cf3681484f5855b4
5c133d148e129a9947b0d2877117b262f12b907d
/MaterialTheme/build-qt-material-widgets-Desktop_Qt_5_13_1_MinGW_64_bit-Debug/examples/ui_snackbarsettingsform.h
2608973ed50137d994b47637c69cc778fb886885
[]
no_license
HoratioPrime/Integral_3_Ways-CourseWork
59c7d0a4a2e43f6bf53ce013d64f768529e59fe8
4c67651e37cdf45c55111f5eb673b31bef531dd4
refs/heads/master
2020-09-05T07:58:17.571444
2019-11-18T17:31:52
2019-11-18T17:31:52
210,185,523
0
0
null
null
null
null
UTF-8
C++
false
false
2,038
h
/******************************************************************************** ** Form generated from reading UI file 'snackbarsettingsform.ui' ** ** Created by: Qt User Interface Compiler version 5.13.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *****************************...
[ "samohin.work@gmail.com" ]
samohin.work@gmail.com
1b7645a42db14a58cb73f251129370b617abda32
45cb40f15a5332384e4cf053f26d4e9e56c465c4
/4/console.h
43b0b4bc3bfa971262425f4b708fb64977e23586
[]
no_license
nksazonov/labs_2_term
a9b1216e124b603861181d68be90a4af467cc465
f900d9535651ce413a75adf04b2bbd2a8bbfe34a
refs/heads/master
2022-10-16T09:12:21.950236
2020-06-15T09:03:44
2020-06-15T09:03:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,043
h
#ifndef TREECONSOLE_H #define TREECONSOLE_H #include <QTextBrowser> #include <QString> class Console { private: QTextBrowser* _browser; QColor _techColor; QColor _textColor; QColor _errorColor; void _print(const QString& str, const QColor& color) const; void _printTime() const; public: ...
[ "actpohabt.ns@gmail.com" ]
actpohabt.ns@gmail.com
afeb6378da5b59cfa88c638833a0caaaef0492f5
c895a346ac2242b4ade7b5ca46c5cbcf75d11b61
/arduino/aquarium/aquarium.ino
c01d5cda650001fce4b18749e6447dda1af38856
[ "MIT" ]
permissive
mottihoresh/nodarium
e68a1e3d1796ee8d31b30e6f4ee710c6bf85356c
ecd8cdf0aaef61a2dbba7f9c7076b124dfc509a8
refs/heads/master
2021-01-23T02:24:10.605459
2014-07-03T04:08:18
2014-07-03T04:08:18
17,611,887
0
1
null
null
null
null
UTF-8
C++
false
false
1,368
ino
#include <Wire.h> #include <OneWire.h> #include <DHT.h> #include <Adafruit_MCP23017.h> #include <Adafruit_ADS1015.h> #include <Adafruit_PWMServoDriver.h> // There are seveal things we need to define... // PWM Chips: Adafruit_PWMServoDriver pwm1 = Adafruit_PWMServoDriver(0x41); Adafruit_PWMServoDriver pwm2 = Adafruit...
[ "fish@fishroom.(none)" ]
fish@fishroom.(none)
1ae37bc3f390dad93e596a6ffc37e4c62744e8f1
c3463be89e53d6bd7ed5c1fddcdad549091c9632
/Simple/CCore/src/UIntSplit.cpp
82270ac7b347f54e70799b7dd3f7fd75d9bf1dc5
[ "BSL-1.0", "FTL" ]
permissive
SergeyStrukov/CCore-4-xx
c6f8eb37bbda33fbc8ab4a15b72c88b35aac291b
c15aeee098cc2f62914e45741af95b1a90e3ed10
refs/heads/master
2023-02-18T09:22:43.796949
2023-02-08T06:30:43
2023-02-08T06:30:43
262,752,021
0
0
null
null
null
null
UTF-8
C++
false
false
546
cpp
/* UIntSplit.cpp */ //---------------------------------------------------------------------------------------- // // Project: CCore 4.01 // // Tag: Simple Mini // // License: Boost Software License - Version 1.0 - August 17th, 2003 // // see http://www.boost.org/LICENSE_1_0.txt or the local copy // // Co...
[ "sshimnick@hotmail.com" ]
sshimnick@hotmail.com
d7a0222d5eefe948679f6ea1ef208f913a4024ea
faba7be521cf303d8e288327cd1fcab971571b76
/src/masternode-budget.cpp
54fdfbfce11de87c12e565f14365d87ea6400579
[ "MIT" ]
permissive
j00v/blockchainenergy-core
49b9b50e21b5b80295932d43d6082e759f96fd0e
0b84aa662d632ac4fb4509d0af9d8b853b66d9d4
refs/heads/master
2022-11-09T05:50:51.737367
2020-06-26T15:26:46
2020-06-26T15:26:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
88,759
cpp
// Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2019 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "init.h" #include "main.h" #include "addrman.h" #include "chainparams.h"...
[ "info@tlsgroup.io" ]
info@tlsgroup.io
1619f4c1d83bd33e67701c3976beb3518e2caf5a
71d018f8dbcf49cfb07511de5d58d6ad7df816f7
/scistudio/trunk/resrebuild.cpp
3641497ab806fc22d64ba92214bc66a7becf27aa
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
qq431169079/SciStudio
48225261386402530156fc2fc14ff0cad62174e8
a1fccbdcb423c045078b927e7c275b9d1bcae6b3
refs/heads/master
2020-05-29T13:01:50.800903
2010-09-14T07:10:07
2010-09-14T07:10:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,121
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "resrebuild.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "CGAUGES" #pragma link "piereg" #pragma resource "*.df...
[ "mageofmarr@d0e240c1-a1d3-4535-ae25-191325aad40e" ]
mageofmarr@d0e240c1-a1d3-4535-ae25-191325aad40e
2f83542a8977e9f755c5db9d243e97d54fe860b2
9b5e36af7e4161c141c0524bc5c4df54786edde3
/HSTrade/source/HSQuanTrade/StrategyArbitrage/stdafx.cpp
183686cb0fd6422fe245f465ec0035993fce2bab
[]
no_license
E452003/trade
c6b3af8fb185fc45fc87f0cb828dd6b826b9baf0
9222f4c4bace9a620a63ddfc8055d00d49525937
refs/heads/master
2021-06-01T04:51:27.957159
2016-07-02T07:14:43
2016-07-02T07:14:43
null
0
0
null
null
null
null
GB18030
C++
false
false
171
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // StrategyArbitrage.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "708805692@qq.com" ]
708805692@qq.com
d272b50067a38bbcbc76b40aa0bac2a285c74aa7
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/inet/mshtml/src/site/text/lsm.hxx
3752298e91978e15c84d2ca5ec4727003cf8d7ac
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C++
false
false
9,453
hxx
/* * LSM.HXX -- CLSMeasurer class * * Authors: * Sujal Parikh * Chris Thrasher * Paul Parker * * History: * 2/27/98 sujalp created * * Copyright (c) 1997-1998 Microsoft Corporation. All rights reserved. */ #ifndef I_LSM_HXX_ #define I_LSM_HXX_ #pragma INCMSG("--- Beg 'lsm.hxx'"...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
872917695df08c4cd35f619785dfc39e5fffce15
5cbf69ead8e1f06abd45fa497e2e8bc59da0fd27
/desktop/MacrosGenerator/main.cpp
a8e8e12ae0f87bd70db746198baaaadb678cd6a6
[]
no_license
flying-pi/eJournal
059c47911fb9055722481c3c91f4283d4fa21169
aeb02619b9886f9473d2c06992a410b34e882254
refs/heads/master
2020-06-15T16:33:35.147636
2017-05-06T14:28:30
2017-05-06T14:28:30
75,279,319
0
0
null
null
null
null
UTF-8
C++
false
false
1,229
cpp
#include <QCoreApplication> #include <QDebug> #include <qfile.h> QString generateForModelIndexMacros(int count, QString varName) { QString result = ""; for (int i = 1; i < count; i++) { result += "#define insertIndexMacrosOperator" + QString::number(i); result += "("; for (int v = 1; v <= i; v++) { ...
[ "yurabraiko@gmail.com" ]
yurabraiko@gmail.com
9ea9e6fa84f406884200409619f76abdcb2cdfff
9536b881623482c60ec78cabf6c6318b71de037b
/tests/unittests/lit_cases/test_popart/test_pow_bcast_array_popart.cc
0d5f140a052527bfae473f543b6f2f4ededeb090
[ "Apache-2.0" ]
permissive
ahuizxc/heterogeneity-aware-lowering-and-optimization
d33856cce91e205f50740d1cbfedd10cd455ec11
065496a9c3b2923067bccd6fe1519677cb23c4f6
refs/heads/master
2023-03-18T21:22:57.033753
2021-02-18T16:43:22
2021-02-18T16:43:22
321,588,303
1
1
Apache-2.0
2020-12-15T07:34:18
2020-12-15T07:34:17
null
UTF-8
C++
false
false
1,993
cc
//===-test_pow_bcast_array_popart.cc-----------------------------------------------------------===// // // Copyright (C) 2019-2020 Alibaba Group Holding Limited. // // 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 ...
[ "wmzhao.code@gmail.com" ]
wmzhao.code@gmail.com
ca8e8516ec2eeaaad12a21f09c6a193e783936b5
bd062ba413f4c425c8ce662fa5a63f639cee0511
/src/demo/CustomFrameBuffer.h
b835c8be4c8ee53dcec3f1513d645ba817df82c2
[]
no_license
TuringKi/hmodel
11cb03babeb2399ec978585081c0cf82e6ad3de1
630e26a71bf143ac11d029549903e74b3e148224
refs/heads/master
2022-03-13T15:07:03.945981
2017-09-27T05:35:22
2017-09-27T05:35:22
104,976,945
0
0
null
null
null
null
UTF-8
C++
false
false
7,555
h
#pragma once #include "util/gl_wrapper.h" #include "util/mylogger.h" #include <cassert> #ifdef WITH_OPENCV #include "opencv2/core/core.hpp" ///< cv::Mat #include "opencv2/highgui/highgui.hpp" ///< cv::imShow #include "opencv2/contrib/contrib.hpp" ///< cvtConvert #include "opencv2/imgproc/types_c.h" ///< CV_BG...
[ "Xiao.ma" ]
Xiao.ma
e2fda7409cb7ab27860a29bc56c506ced0bdd54a
92b00768a757165b3ac59fb14fb1533e5365d244
/Supapa.cpp
7163a702b4850e987ed1c6b2b7acf1b4e7d9e27f
[ "MIT" ]
permissive
Supapa/Supapa
d6793b895033f080608af9b8a5304840998e07e3
3a7e31c06ec0960a79de71b8cdcc01c9cd2e886f
refs/heads/master
2021-01-18T13:49:00.702344
2014-06-13T10:15:56
2014-06-13T10:15:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,933
cpp
#include "supapa.h" Supapa::Supapa() { init(); } Supapa::~Supapa() { delete []Go; delete []Prt; delete []Rel; delete []Needs_List; delete []IRL; delete []IRLlist; delete []IRLlistPrt; } void Supapa::init() { PI=3.1415926; RATE=100; level=0; isShowinfo=false; isChec...
[ "wangbing@sigarea.com.cn" ]
wangbing@sigarea.com.cn
69aca0dcb6ed5fbc3b53f3c42af54ee6c7b9628d
71807bdda3f513c6d457755e73d240b6779a951b
/Oscilloscope.h
35feb0bae244591627a5021b5cecf4aa63773f8a
[]
no_license
molip/Oscilloscope
ffbb987ca9bfa75e7273379f2781ebf398ecd4da
736c58f7395c74cdc4f79241dbaa172285aa2e9b
refs/heads/master
2021-01-15T16:17:35.916333
2016-12-29T12:33:19
2016-12-29T12:33:19
22,544,708
0
0
null
null
null
null
UTF-8
C++
false
false
482
h
// Oscilloscope.h : main header file for the Oscilloscope application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols class COscilloscopeApp : public CWinApp { public: COscilloscopeApp(); // Overrides public:...
[ "jxxwhite@gmail.com" ]
jxxwhite@gmail.com
21a2eaef7066eae0a317cf5c02d467448ba2393a
4368f3b127b9330885c7a1789446c8af56189cdb
/Qt/QtCore/qitemselectionmodel.h
4e1f6328f502c4c79635850d0e497bb01e5319b8
[ "MIT" ]
permissive
Yangff/mvuccu
4cb57a8fb855a60c44e40f30b9c23bc66e175781
d0dc7c84fdeea4ee3b70ba758942a3499bd7a53a
refs/heads/master
2021-01-17T06:52:24.207080
2017-11-24T17:08:24
2017-11-24T17:08:24
52,864,715
5
5
null
2017-11-24T17:08:24
2016-03-01T09:30:02
C++
UTF-8
C++
false
false
10,282
h
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage **...
[ "yangff1@gmail.com" ]
yangff1@gmail.com
568cdd5c3c2bcfb8d829b326b9792f35015fbf76
3632116e8c473c1c5d35cbdab944935366c06192
/RenderTestBed/misctools/misctools.h
88aadb95a1aa0e142661a27ff86cbd72832968c9
[]
no_license
gnishida/RenderTestBed
f08ee303c783a176805a31e185edd0aa2339b80f
471c032d86df34f3c8cac713a7007abc875c9fc9
refs/heads/master
2021-01-10T10:48:49.480489
2015-12-13T16:33:57
2015-12-13T16:33:57
47,858,025
0
0
null
null
null
null
UTF-8
C++
false
false
6,378
h
/************************************************************************************************ * * MTC Project - Misc tools * * * @desc Class containing miscellaneous tools * useful to more than one project * @author cvanegas * *****************************************************************************...
[ "gnishida@purdue.edu" ]
gnishida@purdue.edu
c8a8d27bc9ca9edc3b273665f48adacbe314a360
0577a46d8d28e1fd8636893bbdd2b18270bb8eb8
/update_notifier/thirdparty/wxWidgets/src/richtext/richtextindentspage.cpp
ae0d6576c10b1cfe3872e60f939c19a27144200d
[ "BSD-3-Clause" ]
permissive
ric2b/Vivaldi-browser
388a328b4cb838a4c3822357a5529642f86316a5
87244f4ee50062e59667bf8b9ca4d5291b6818d7
refs/heads/master
2022-12-21T04:44:13.804535
2022-12-17T16:30:35
2022-12-17T16:30:35
86,637,416
166
41
BSD-3-Clause
2021-03-31T18:49:30
2017-03-29T23:09:05
null
UTF-8
C++
false
false
27,868
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/richtext/richtextindentspage.cpp // Purpose: Implements the rich text formatting dialog indents page. // Author: Julian Smart // Modified by: // Created: 10/3/2006 2:28:21 PM // Copyright: (c) Julian Smart /...
[ "mathieu.caroff@free.fr" ]
mathieu.caroff@free.fr
2dded909f9c48898d2cd3402fc20d93256a7efa3
e2e0d74f307cd406dbc972abed6c9a92d6d3df64
/Source/Plugins/TestFilter/TestFilterEditor.h
4a5bda8135d1dc92b05cfd34c109550d48ea54fc
[]
no_license
e-matteson/plugin-GUI
98e01e4d215855e5bf71de2d89643a98250cd2ef
a74f77c5e12bc3da421d2e7c7ed9efadbcd721f2
refs/heads/master
2021-01-19T19:17:13.383299
2017-04-03T21:19:51
2017-04-03T21:19:51
83,718,471
0
0
null
2017-03-02T19:51:54
2017-03-02T19:51:54
null
UTF-8
C++
false
false
2,692
h
/* ------------------------------------------------------------------ This file is part of the Open Ephys GUI Copyright (C) 2014 Open Ephys ------------------------------------------------------------------ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Pub...
[ "e.r.matteson@gmail.com" ]
e.r.matteson@gmail.com
95688b06a697d499e7fea27104b7d944c89e52b6
399379e5b451c14eb1eb10674455fa7f495bfdd5
/DicomWebStorge/Orthanc-1.7.4/OrthancServer/Sources/ServerJobs/CleaningInstancesJob.h
9200b6527b9972d63993308f8e85ac53f4ec1f34
[ "GPL-3.0-only", "LGPL-2.1-or-later", "BSD-3-Clause", "LGPL-3.0-only", "x11vnc-openssl-exception", "MIT" ]
permissive
a2609194449/Assistant-decision-making-system-for-gallbladder-cancer-
010924fd66f2c0bcb28fc8c027decb6e792fb5b0
75a9d3432cb510ea94fa09cc9b440e8b8e7f0a84
refs/heads/main
2023-01-07T04:06:55.819764
2020-11-02T15:44:28
2020-11-02T15:44:28
310,475,021
0
0
MIT
2020-11-06T02:51:20
2020-11-06T02:51:20
null
UTF-8
C++
false
false
2,612
h
/** * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the G...
[ "huiyuening00@gmail.com" ]
huiyuening00@gmail.com
d2c5c80c7a23dcb4fc2ad9669513a6b12f97fe8c
27c136e13979201f88a820d1bca5e56fe52c3a6d
/testing/testing_strmv.cpp
98dcd5bf21ce13b0f84129ca55b77d152108ace5
[]
no_license
EmergentOrder/magma
421070f87fb3009e4229e41ce0677d4092926a66
546b7716e7b2e3cb256a9c8aa6d4df4272fcb08b
refs/heads/master
2021-01-01T17:05:02.120717
2014-08-12T17:46:58
2014-08-12T17:46:58
22,886,527
1
0
null
null
null
null
UTF-8
C++
false
false
5,711
cpp
/* -- MAGMA (version 1.5.0-beta3) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date July 2014 @generated from testing_ztrmv.cpp normal z -> s, Fri Jul 18 17:34:22 2014 @author Chongxiao Cao */ // includes, system #include <stdl...
[ "lecaran@gmail.com" ]
lecaran@gmail.com
59b3907cb535695439bba1acbb953b32ecfcfa67
1742cd526f243de44a84769c07266c473648ecd6
/cdf/101845f.cpp
482eab7e79cb841ab6484d4606cf8ffe54bda0ed
[]
no_license
filipeabelha/gym-solutions
0d555f124fdb32508f6406f269a67eed5044d9c6
4eb8ad60643d7923780124cba3d002c5383a66a4
refs/heads/master
2021-01-23T05:09:38.962238
2020-11-29T07:14:31
2020-11-29T07:14:31
86,275,942
2
0
null
null
null
null
UTF-8
C++
false
false
2,771
cpp
#include <bits/stdc++.h> using namespace std; mt19937_64 llrand(random_device{}()); #define st first #define nd second #define mp make_pair #define pb push_back #define cl(x, v) memset((x), (v), sizeof(x)) #define db(x) cerr << #x << " == " << x << endl #define dbs(x) cerr << x << endl #define _ << ", " << #define gc...
[ "me@filipeabelha.com" ]
me@filipeabelha.com