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
8b4b627e7656da81df5f25e1133b87d607b7c807
2145b91ff1d9812f4b5f2215de19d47e4deabaff
/include/FrequencyHashTable.hpp
887d55407356d34b1fe3b11ae7557d388a5bf0e7
[ "MIT" ]
permissive
alex-mitrevski/text_classifier
c761c7be5756d548e670b490ba1c7a1f6f3e11dd
3ded22b75ba854141d170967278495ad3f4d6b5a
refs/heads/master
2021-01-21T06:30:56.723772
2016-08-15T13:24:00
2016-08-15T13:24:00
24,006,071
0
0
null
null
null
null
UTF-8
C++
false
false
649
hpp
#ifndef TRAINING_HASH_TABLE_HPP #define TRAINING_HASH_TABLE_HPP #include "FrequencyList.hpp" #include "Heap.hpp" #include <string> #include <vector> using std::string; using std::vector; class FrequencyHashTable { public: FrequencyHashTable(); FrequencyHashTable(int); ~FrequencyHashTable(); FrequencyList** getEn...
[ "aleksandar.mitrevski.1990@gmail.com" ]
aleksandar.mitrevski.1990@gmail.com
547a1e6522915f914ff5bb66974a28f454e1021c
bc2a6e1f41ced330c04c199d0e13f7f8b82bd6ef
/src/halibs/include/avr-halib/regmaps/local/atmega128rfa1/eeprom.h
27bfed9f2eb301f5a894e821b1b1be7441ed20f7
[]
no_license
SoCXin/MEGA328P
372187c044c402ae90c3c3192b4d90f8ea996f3e
321166c6f287e441d0ae906ecfddc5d3cff706f2
refs/heads/master
2023-04-27T02:10:27.492148
2021-05-18T07:51:01
2021-05-18T07:51:01
157,304,433
0
0
null
null
null
null
UTF-8
C++
false
false
2,148
h
#pragma once #include <avr-halib/regmaps/base/localRegMap.h> #include <stdint.h> namespace avr_halib { namespace regmaps { namespace local { namespace atmega128rfa1 { /**\brief EEPROM register map for atmega128rfa1 * * Abstraction of EEPROM access registers. * Especially EECR, EEARL, EEARH, EEDR....
[ "qitas@qitas.cn" ]
qitas@qitas.cn
35b115356dc6c6af0731d87463c48d173b517d97
8b50ac206718b020e1477f5f251c93c53001f019
/Source/Spectrogram.h
f3cf8aa5e9d938449273c0004478870373828b1c
[]
no_license
owengc/smodels
20246c6ecfc8e803678b95acd639f4f6e31db268
2caf8c24537da1d64cf9e90e63f238b9ebd788e2
refs/heads/master
2016-09-06T11:15:49.301873
2014-07-07T17:15:23
2014-07-07T17:15:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,575
h
/* ============================================================================== 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...
[ "owen.campbell@gmail.com" ]
owen.campbell@gmail.com
2c039c64a60473b4fd4cc83967762b281469ef9d
5e3854a39930f676bedc35bd01a0aebf3fb431c6
/程序员面试金典/05.08.draw-line-lcci.cpp
f9a6f4d1c7fd813e3476adb859c5117dd9a95c34
[]
no_license
kobe24o/LeetCode
a6f17f71f456055b0f740e9f5a91626c5885212f
519145d4c27e60ff001154df8d0e258508a2039f
refs/heads/master
2022-08-04T12:44:33.841722
2022-07-30T06:55:47
2022-07-30T06:55:47
198,562,034
36
17
null
null
null
null
UTF-8
C++
false
false
497
cpp
class Solution { public: vector<int> drawLine(int length, int w, int x1, int x2, int y) { int n = w>>5, idx = y*n; vector<int> ans(length,0); while(x1 > 31) { idx++; x1 -= 32; x2 -= 32; } int l = x1, r; for( ; x2>=0; l=0,x2-=32) ...
[ "mingmingchen1989@163.com" ]
mingmingchen1989@163.com
8dc3118e1069be12d4286dde04c734d234ea85b5
ee95862d18ea6f7d017de1428381a227918aa913
/build-Polinom_kursach-Desktop_Qt_5_10_0_MinGW_32bit-Release/release/moc_enter_pol.cpp
0144e6f1a5c16a6419ae57d8e341251ccfc0ba4c
[]
no_license
Dmitry-Karchevsky/Kursovaya_3sem
eb6e439fcb464281e981ad40822f203c745bf4eb
8abfa8db6fd0eb1be2fcd4a47287feeea2ff1953
refs/heads/master
2020-04-22T10:10:41.562182
2019-02-12T10:18:29
2019-02-12T10:18:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,701
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'enter_pol.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.0) ** ** WARNING! All changes made in this file will be lost! ****************************************************...
[ "noreply@github.com" ]
Dmitry-Karchevsky.noreply@github.com
35835ac76ec39ec063721c49c3dac89c9c94bafa
2ba94892764a44d9c07f0f549f79f9f9dc272151
/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.h
3ec434c6deb96121f48e34b1c2e0c6336473ffe2
[ "BSD-2-Clause", "LicenseRef-scancode-proprietary-license" ]
permissive
PopCap/GameIdea
934769eeb91f9637f5bf205d88b13ff1fc9ae8fd
201e1df50b2bc99afc079ce326aa0a44b178a391
refs/heads/master
2021-01-25T00:11:38.709772
2018-09-11T03:38:56
2018-09-11T03:38:56
37,818,708
0
0
BSD-2-Clause
2018-09-11T03:39:05
2015-06-21T17:36:44
null
UTF-8
C++
false
false
4,338
h
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once ////////////////////////////////////////////////////////////////////////// // FBlueprintEditorCommands /** Set of kismet 2 wide commands */ class FBlueprintEditorCommands : public TCommands<FBlueprintEditorCommands> { public: FBlueprintEdito...
[ "dkroell@acm.org" ]
dkroell@acm.org
6b97bf392c995479324efbb03c7c1a7c8e3f6a31
141fb5cfe08ecc8b997fff4b08bd89626e14e4bc
/app/menus.cpp
707ce1d6aefc5a97312f6567780d8235eecd2ae6
[]
no_license
parkviewtsa/circuitbuilder2
bcc150a87b50e281a9cce904dcd88a5279d4fa53
d3824491fde9820599c9fb1c297f41170683e0b0
refs/heads/master
2016-09-06T12:34:04.000797
2015-06-29T22:46:24
2015-06-29T22:46:24
32,589,506
0
0
null
null
null
null
UTF-8
C++
false
false
641
cpp
#include <QtWidgets> void setup_menus (QMainWindow* window) { // File menu QAction *new_file = new QAction("&New", window); QAction *open = new QAction("&Open", window); QAction *quit = new QAction("&Quit", window); new_file->setShortcut(window->tr("CTRL+N")); open->setShortcut(window->tr("CTRL...
[ "bmb0610@gmail.com" ]
bmb0610@gmail.com
5f2bf77eef61def7522147df81343691bf023427
44061ae3c8c33d01a914bbc890c8e1f9094d2c32
/HW03012108.cpp
2ac8943371f1d24c4aa3380e57d17ec7744bf22c
[]
no_license
OyunaM/Homework-2
94be774e4f934b1c661a8ee7c7ca6cfd32fc31d4
a195d7115d626e7ac30a0f157383761f915be608
refs/heads/main
2023-03-19T03:04:41.468015
2021-03-17T06:01:13
2021-03-17T06:01:13
343,298,076
0
1
null
null
null
null
UTF-8
C++
false
false
235
cpp
#include<iostream> using namespace std; int main(){ int numberofdays = 1329; int numberofyears; numberofyears=numberofdays/365; cout<<"numberofyears = "; cout<<numberofyears<<endl; return 0; }
[ "noreply@github.com" ]
OyunaM.noreply@github.com
8c79c6a9d45b186e613cdd23da93ec4321a7adba
1634cbacdd5e772321dcfbb37312d67545f81ccc
/Card.h
e694381ef458268bc1d648f63ead04d6a611c3f8
[]
no_license
Dsal3316/CIS2013_Week15_Homework1
bb93116259ef02a599724436b8e1447dfbe648cb
87aca32050fd2d44ad8259b745aee0de23e3f95a
refs/heads/master
2020-03-16T15:22:52.579692
2018-05-09T10:49:26
2018-05-09T10:49:26
132,721,811
0
0
null
null
null
null
UTF-8
C++
false
false
154
h
#include <iostream> #include <cstdlib> #include <string> using namespace std; struct card{ string suit; char face; int value; bool faced_up; };
[ "35541000+Dsal3316@users.noreply.github.com" ]
35541000+Dsal3316@users.noreply.github.com
0c9f68266758df4906ba620d6120b72c2dc05f15
d36575e929d79a659d9f1046d01c6b49fd63d679
/src/rng.hpp
680220c6e081a7ec0e8551c7779476706e2f34ea
[]
no_license
yurilifanov/tiny_ising
2385bc78705497330e2a0d36344fa879a698be1a
b2819a5ce5d35380fc3b492bcfa892d6c267e1ad
refs/heads/master
2021-08-16T11:44:15.896221
2017-11-19T20:19:10
2017-11-19T20:19:10
88,097,628
0
0
null
null
null
null
UTF-8
C++
false
false
2,612
hpp
/* This is a class wrapper around the C code for xoroshiro128+ generator available at http://xoroshiro.di.unimi.it/ (Accessed 2017-04-15). */ #ifndef _RNG_ #define _RNG_ #include <cstdint> #include <random> #include <ostream> #include <iostream> #include <utility> #include <cmath> #include <limits> /* Random i...
[ "yurilifanov@gmail.com" ]
yurilifanov@gmail.com
5ed1e28c56efc13bec533dc98772dcb1953d3347
fabc53fbd667254e9f55ba657eb7f98b6d76de5c
/Server/Source/Clients/DifferentialDriveClient.h
9cec5d01bddfc57758c4f958a0286729ca4dc7c9
[]
no_license
mellmann/robulab
9b90bc18d030b3920fd43f5b262e8929d59fd61a
513c362edfd6fe51782a1de0fe01c204c7e11f8a
refs/heads/master
2020-05-18T19:00:49.675402
2013-06-03T15:13:20
2013-06-03T15:13:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,420
h
/** */ #ifndef _DifferentialDriveClient_h_ #define _DifferentialDriveClient_h_ #include "UdpTransport.h" class DifferentialDriveClient { public: class MotionRequest { public: MotionRequest() : move(false), linear_speed(0.0), angular_speed(0.0) {} boo...
[ "mellmann@informatik.hu-berlin.de" ]
mellmann@informatik.hu-berlin.de
665ae558f58026f271ecfc0cd022958aab9dfcc5
db7c5838538bb3ef9c84fe9f77cf361e2cb9c832
/suffix_array/main.cpp
a67a66463e4f763906d25a5ce7d96a8e67b56455
[]
no_license
halida/learn_acm
025cde07b58abc8bdfd92a27acbddfd0589b8d5e
7ca10666283ca0359751b1a833d1a392bb523b09
refs/heads/master
2016-09-06T14:50:06.277702
2014-08-17T01:36:11
2014-08-17T01:36:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,374
cpp
//-*-coding:utf-8-*- //---------------------------------------------------------- // module: main // url: suffix array // time spend: 20:53 //---------------------------------------------------------- #include <algorithm> #include <vector> #include <deque> #include <queue> #include <map> #include <iostream> #include <...
[ "linjunhalida@gmail.com" ]
linjunhalida@gmail.com
6960a9547c5283e8f0560642cd38fb4a22b9e4f2
74d7434ef64329f2f8152f9a40d8153102b7c888
/t1-uranus/umseqp/include/mcudef.h
f7e3f6989ef202383eddd3a2e1322c92de6240b8
[]
no_license
xiaodezhang/ums
8975f2e6d102141bc8f111f34806d9e77d2e8cdd
6ac501086114e15b1234490c683d8220a30d14e7
refs/heads/master
2020-04-03T18:26:21.229207
2018-10-31T02:19:32
2018-10-31T02:19:32
155,484,149
0
1
null
null
null
null
GB18030
C++
false
false
207,408
h
#ifndef _MCUDEF_H_ #define _MCUDEF_H_ #include "kdvtype.h" #include "tpsys.h" #ifdef WIN32 #pragma pack( push ) #pragma pack( 1 ) #endif #define MAXLEN_EQP_ALIAS 16 //OS类型 #define OS_TYPE_VXWORKS 1 //Vx #define OS_TYPE_LINUX 2 //Linux #define OS_TYPE_WIN32 ...
[ "zhangxiaode0@gmail.com" ]
zhangxiaode0@gmail.com
6c38f2cb5e226daf83e77ce09a2978b0378c221b
5c55577989c748269572b2c290a68dd357b33992
/src/pow.cpp
f08d14e82c3848964e21c49b8c29a576c2d6b8bc
[ "MIT" ]
permissive
Nanakshahiworld/nanakshahicoin-core
23630bd9fe51b82fb1ebd8deb15e15c9ad5d45d3
8a74516d6ffe1ba1e89fc1d63e3874c2cb4fbb63
refs/heads/master
2023-06-23T04:31:30.721282
2021-07-12T12:37:27
2021-07-12T12:37:27
385,234,382
0
0
null
null
null
null
UTF-8
C++
false
false
3,998
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "pow.h" #include "arith_uint256.h" #include "chain.h" #include "primiti...
[ "mws@email.com" ]
mws@email.com
10a2b347207fd2bb1280a6d4ea24edec3f9ccdfa
0fba517f10d2179a8aa838b9da9b789d4e203598
/Codechef/2014/MAR/WALK.cpp
3c197770e098f786321451df5d1487c0fda0e496
[]
no_license
hdi-superuser/Codes
e7923975b4656a09b211710d659cd2ea7859bcbb
2ca9d777d6ecce59c0ed26e8db83b475b73b192a
refs/heads/master
2021-01-21T00:36:34.855984
2016-06-15T20:27:28
2016-06-15T20:27:28
61,238,394
0
0
null
2016-06-15T20:22:04
2016-06-15T20:22:04
null
UTF-8
C++
false
false
1,047
cpp
#include <iostream> #include <algorithm> #include <cstdio> #include <cstdlib> #include <vector> #include <cstring> #include <string> #include <cmath> #include <ctime> #include <utility> #include <map> #include <set> #include <queue> #include <stack> #include <sstream> #define FOR(a,b,c) for (int a=b,_c=c;a<=_c;a++) #de...
[ "yenthanh.t7@gmail.com" ]
yenthanh.t7@gmail.com
0e8acb1c95114dc714b88f74da99c54bf2e1ef1d
5696f7e9bb6cb18e791be3f71e8a72f9a26a0a22
/src/QtControls/QtControls/src/RegExpBase.h
3adabb3cf062ce93313751e6ff63afc7b3edb9a5
[ "MIT" ]
permissive
xylsxyls/xueyelingshuang
0fdde992e430bdee38abb7aaf868b320e48dba64
a646d281c4b2ec3c2b27de29a67860fccce22436
refs/heads/master
2023-08-04T01:02:35.112586
2023-07-17T09:30:27
2023-07-17T09:30:27
61,338,042
4
2
null
null
null
null
GB18030
C++
false
false
2,094
h
#pragma once #include <QRegExp> #include <QRegExpValidator> #include "RegExpAttri.h" #include "QtControlsMacro.h" class QComboBox; /** 对QComboBox设置正则表达式 使用方法 setRegularExpression进行设置,父窗口要install,要链接QComboBox的两个信号 QObject::connect(htmlComboBox, &QComboBox::currentTextChanged, this, &InviteBattleDialog::onGa...
[ "yangnan@sensetime.com" ]
yangnan@sensetime.com
c1bda65afc84e0c16a03562d91e7151fee7495a4
dd267038685dcefd5f89016c63f72c2ad4aa7fdf
/src/base/logging_pmlog_provider.h
cca3b985481f478465a22242bd7c029bf05de793
[ "BSD-3-Clause" ]
permissive
webosose/chromium87
044d5c74ae9c2815cf096fd98bf9ea4e7e2fe6b3
75729b78817d49249cd004ef734c032269f06e53
refs/heads/master
2022-11-05T07:23:21.710708
2021-10-06T11:24:51
2021-10-08T08:30:55
392,617,373
4
2
null
2022-11-01T02:23:21
2021-08-04T08:54:03
null
UTF-8
C++
false
false
1,719
h
// Copyright (c) 2019 LG Electronics, Inc. // // 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 agre...
[ "donghyun11.kim@lge.com" ]
donghyun11.kim@lge.com
a47b025c42c243738e14dff721520ddd090e8d31
a180969be1d5735818b6d7bf375417accb6ceadd
/src/LST/unity/app2.cpp
06e76c3ee201900a31d747ca983d32135e19151f
[]
no_license
lifestyletoken/LST
3f85ccc2cb1824b611fa8dddb2c2c1b65dacdbb6
0efc9d90f050e0a18d80162020fa39ac0e6990a3
refs/heads/master
2020-03-22T05:08:26.228190
2018-07-03T07:30:49
2018-07-03T07:30:49
133,297,038
0
0
null
null
null
null
UTF-8
C++
false
false
1,594
cpp
//------------------------------------------------------------------------------ /* This file is part of skywelld: https://github.com/skywell/skywelld Copyright (c) 2012, 2013 Skywell Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is her...
[ "1535239824@qq.com" ]
1535239824@qq.com
ef6ef55553cfff5e5785719b32ae6646d752aaf8
774d35d72046bd26ddcbaeb228d6e246e15a47a3
/arduino/lichtorgel.ino
7f1d17e1b13706292b1245ef3712ca501662120b
[]
no_license
nosqlgeek/dev4kids
900cc63a68ef71b3aab1e216363bc23bcbbbda4e
d5d4accccce50aff539d9bb2a9ec3fbd9535bf31
refs/heads/master
2020-03-29T09:31:45.600790
2018-09-28T13:28:14
2018-09-28T13:28:14
149,762,432
0
0
null
null
null
null
UTF-8
C++
false
false
630
ino
//Anschlüsse benennen int GELB = 12; int ROT = 11; int PIEP = 10; /** * Anschlüsse einrichten */ void setup() { // put your setup code here, to run once: pinMode(GELB, OUTPUT); pinMode(ROT, OUTPUT); pinMode(PIEP, OUTPUT); } /** * Das Hauptprogramm */ void loop() { lichtorgel(true); } /** * Lich...
[ "david@nosqlgeeks.de" ]
david@nosqlgeeks.de
02f7601560404a363929d9172acfd1a54d64bc4d
f5f741037b34d5a28b090611f700eb84ab9b855b
/platforms/win32/platform.cc
0a1f01b233bddd0dc2879717d97a4ea84175206e
[]
no_license
cristiandonosoc/picasso
f34fcd3fa173815a1125f516179fc1a30bcabafe
58fb15f675ba10c55220c710d4f282a0af71255b
refs/heads/master
2021-01-25T11:20:27.461146
2018-04-14T08:49:17
2018-04-14T08:49:17
123,393,304
0
0
null
null
null
null
UTF-8
C++
false
false
982
cc
/****************************************************************************** * @file: platform.cc * @author: Cristián Donoso C. * @email: cristiandonosoc@gmail.com * @date: 2018-03-15 * @license: 2018 Cristián Donoso C. - All Rights Reserved. * * @description: TODO(Cristian): Add description ****************...
[ "cristiandonosoc@gmail.com" ]
cristiandonosoc@gmail.com
11d61268cea998d9458647f3227de5636cc5bf27
82ff0cd39808d55ab421267db9c32b5369b3d8ec
/Vector/VectorTest.cpp
470851f90d8edd11b1aca71bdc5ba3e4e572e132
[]
no_license
zhiguang-t/custom-vector
4be2f7180af77ae760495c7288f18e204e205086
f3d5237e7978b772d488c709847d3244e52ab6f0
refs/heads/master
2022-11-27T20:43:17.126945
2020-08-02T18:49:18
2020-08-02T18:49:18
284,521,549
0
0
null
null
null
null
UTF-8
C++
false
false
3,625
cpp
#include "VectorTest.h" VectorTest::VectorTest() { cout << "---------------------------------------------------" << endl; cout << "Tests for Vector class" << endl;; cout << "---------------------------------------------------" << endl << endl; } VectorTest::~VectorTest() {} void VectorTest::T...
[ "noreply@github.com" ]
zhiguang-t.noreply@github.com
52dbd5109a5ff30e05004e193196677be59236f3
288814f5740bc16c91ed3f80d2d2227858558933
/openanalytics-open/src/model/QueryServiceAccountListResult.cc
e815522c1ca1ca825f2e482f714fa9effc1ed943
[ "Apache-2.0" ]
permissive
zken/aliyun-openapi-cpp-sdk
0feab403b347aa9fd3c11ac9078c5e04d86db498
3c991c9ca949b6003c8f498ce7a672ea88162bf1
refs/heads/master
2023-01-19T12:53:40.944710
2020-11-27T02:44:58
2020-11-27T02:44:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,083
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
60e16270f4c9537a311d25c32577e9aafa4eeada
a480dcee2b8c2852fe10b545dd45053e918a689a
/fboss/agent/platforms/sai/SaiWedge400CPort.h
17cd17ad9b635a3f2c29cab24088a50cea1ea127
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
phshaikh/fboss
c6951c3ed535cbbfc2b4851e77a798174746781f
05e6ed1e9d62bf7db45a770886b1761e046c1722
refs/heads/master
2020-03-23T22:48:35.116337
2020-03-21T01:44:12
2020-03-21T02:04:20
142,198,903
1
0
null
2018-07-24T18:39:16
2018-07-24T18:39:15
null
UTF-8
C++
false
false
612
h
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
54f75049182c40bdfb76beb45c220d19156209a4
05800c6d0970e2d3cbc3e733d72d5d33a491368a
/Classes/NotifyPropertyChangedBase.h
096374456b4afdf8c7176111684e1108b01758d0
[]
no_license
fujisawa-kenji/BreakBlocks
b6f02e81031520f926a924241daf96b0666c29b8
b9af9d071e2738a1d13cf1e155ef425d19d27551
refs/heads/master
2021-01-10T20:49:26.066465
2013-05-23T23:07:22
2013-05-23T23:07:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,350
h
// // NotifyPropertyChangedBase.h // BreakBlocks // // Created by 藤澤 健治 on 2013/05/03. // // #ifndef __BreakBlocks__NotifyPropertyChangedBase__ #define __BreakBlocks__NotifyPropertyChangedBase__ #include <vector> #include <string> #include "IPropertyChangedListener.h" #include "PropertyChangedEventArgs.h" using n...
[ "fujisawa@wonderpla.net" ]
fujisawa@wonderpla.net
9766f7f0f00e1f918f77ec2fa7711f26cecbdcfe
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/admin/wmi/wbem/winmgmt/roswell/a51rep.cpp
8e10c6bd8697509f0bc65f4c73adbf12028924a3
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
168,579
cpp
/*++ Copyright (C) 2000-2001 Microsoft Corporation --*/ #include <windows.h> #include <wbemidl.h> #include <wbemint.h> #include <stdio.h> #include <wbemcomn.h> #include <ql.h> #include <time.h> #include "a51rep.h" #include <md5.h> #include <objpath.h> #include "lock.h" #include <persistcfg.h> #incl...
[ "112426112@qq.com" ]
112426112@qq.com
0275517e0504d17a116cac5a1748e02332ca969d
ba2ece8ccf8855707a93f71bc3994621a78c1769
/zh/chapter6-Future/test_code/mystudy-launch/test.cpp
b522771713a149d388bce4a7e72f93a3ef48fdb0
[ "MIT" ]
permissive
Rajpratik71/Cplusplus-Concurrency-In-Practice
74a2bf86b9b61ce14916cfdbc17c12791a4defca
56ad967de5a525a49522e9760641c842af243a5e
refs/heads/master
2021-01-23T06:34:14.178369
2019-06-19T11:33:28
2019-06-19T11:33:28
93,027,031
0
0
MIT
2019-06-19T11:33:29
2017-06-01T07:05:22
C++
GB18030
C++
false
false
1,514
cpp
#include <iostream> // std::cout #include <future> // std::async, std::future, std::launch #include <chrono> // std::chrono::milliseconds #include <thread> // std::this_thread::sleep_for /* * 设置异步任务的启动策略的。 * Asynchronous: 异步任务会在另外一个线程中调用,并通过共享状态返回异步任务的结果(一般...
[ "1137486478@qq.com" ]
1137486478@qq.com
eb32f1068fd9cfc1f8338af36b35e19d93c85273
a16da86a4b90cdae3963f6adc46315d7a9056cbb
/Source/Wwise/include/AK/SoundEngine/Common/IAkPluginMemAlloc.h
b466cce19d3fa43e8dec5012be63fd89b503a86d
[ "MIT", "Unlicense" ]
permissive
Project-3-UPC-DDV-BCN/Project3
0b18abfa21c97db1e036b4a20fa125e0243699d7
3fb345ce49485ccbc7d03fb320623df6114b210c
refs/heads/master
2021-07-15T10:55:35.559526
2018-10-19T14:35:14
2018-10-19T14:35:14
114,779,047
10
1
MIT
2018-04-23T21:26:45
2017-12-19T15:05:53
C++
UTF-8
C++
false
false
5,230
h
/******************************************************************************* The content of this file includes portions of the AUDIOKINETIC Wwise Technology released in source code form as part of the SDK installer package. Commercial License Usage Licensees holding valid commercial licenses to the AUDIOKINETIC W...
[ "elsuperchowchow@gmail.com" ]
elsuperchowchow@gmail.com
d918fd438b2549bee54913905f2f9e808c0dafcb
cf30d23faf84481fbe8a3fb445d62995534e6aea
/cbuilder/client/da_browse/OPClient_TLB.cpp
aa34af81a245550ac8a3b4427587dff7a20bc141
[]
no_license
beNative/opcdelphi
73995d88c6b7ed22f7b79ed1b6b66f5915275fc8
cfc11eb3160edb5489e127b198c0513e5dbcee7b
refs/heads/master
2021-01-14T19:36:13.844418
2015-12-29T10:31:09
2015-12-29T10:31:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,174
cpp
// ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data read from a ...
[ "mike.dillamore@3904a934-2ebc-11df-9ac8-ff20597b2c9b" ]
mike.dillamore@3904a934-2ebc-11df-9ac8-ff20597b2c9b
ff95f3111712f065301d4b7ae1ab3639594fb4a4
9072afab32b1251e30e01fdab19f793300128faa
/cas8/nzs.cpp
3a2e0a43074fff2dd1d5333293cc967b37f21277
[]
no_license
gianthead97/kiaa
68fa3aadcd4f42039e5499b3e9f95596ed0e6a02
5225bce37decd6ee933e99ad67bb46ab62a9ebe9
refs/heads/master
2020-04-04T17:30:45.769809
2018-11-04T20:56:55
2018-11-04T20:56:55
126,069,868
1
0
null
null
null
null
UTF-8
C++
false
false
800
cpp
#include <iostream> #include <cstdlib> #include <vector> using namespace std; int NZS(vector<int> niz); int NZD(int a, int b); int main(int argc, char const *argv[]) { vector<int> niz; int x; while(cin >> x) niz.push_back(x); cout << NZS(niz) << endl; return 0; } int NZS(vector<int...
[ "n.jankovic997@gmail.com" ]
n.jankovic997@gmail.com
60804cc85d72a76ce544d31c7da4e16b77ee2fab
66e9d4ade105ca25ccaeece17b63831aaf133e7d
/ash/system/power/power_prefs_unittest.cc
5a210ad62e051d3968affe82f1742f79cb165b72
[ "BSD-3-Clause" ]
permissive
rookiechao/chromium
17eed8364b9f369d35ca62ff380a7c5d55c5f810
2cd605c5bfcb7672fd6f4cae7400ec62308f3c2f
refs/heads/master
2023-03-07T20:13:33.287402
2019-04-04T09:48:01
2019-04-04T09:48:01
178,987,904
1
0
NOASSERTION
2019-04-02T03:00:16
2019-04-02T03:00:16
null
UTF-8
C++
false
false
16,662
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/system/power/power_prefs.h" #include <memory> #include <string> #include <utility> #include <vector> #include "ash/public/cpp/ash_pref_nam...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
7d8e29ccd6cccf8a6fe98acf6fa4d09c4f7b5ed2
f8f61cdec9d14e43e341808526c7b5a44bbd3346
/worker.cpp
e4bd7210461ccaf48c24a0c4d23bd8b9b678e00e
[]
no_license
Drabina99/Hive-Simulator
998bf6a394516c876706f3042c969f579fade25c
6e9312b304202594756636037dfb61eee8ceed69
refs/heads/main
2023-04-15T18:17:15.411059
2021-04-28T19:12:54
2021-04-28T19:12:54
348,315,456
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
4,339
cpp
#include <iostream> #include <Windows.h> #include <Psapi.h> #include <tchar.h> #include <conio.h> #include <time.h> using namespace std; typedef struct { int no_of_beds; int capacity; int flowers_in_bed[100]; //ilosc kwiatow w danej rabacie int units_in_flower[100][100]; //ilosc jednostek nektaru w po...
[ "noreply@github.com" ]
Drabina99.noreply@github.com
1e6193c5fc56c695341df882ba12cd4952a0e221
8c4d93f02735b781226f56ff06eb62f9a6ed8db8
/Physics/Physics simulation/projects/PhysLib/code/AABB.h
db33f73be4ea1a587bdbd14df0b642c030c9d18c
[]
no_license
Aggroo/Code-samples
f7e5ec2f1f1579bfe7bbd0e2c80f4c11e8d6ab98
7d82826c35db0c4de3bcda229ccbff6425179100
refs/heads/master
2021-01-22T05:54:48.882259
2017-07-15T14:02:37
2017-07-15T14:02:37
92,506,114
0
0
null
null
null
null
UTF-8
C++
false
false
624
h
// // Created by antgrn-3 on 11/4/16. // #ifndef GSCEPT_LAB_ENV_AABB_H #define GSCEPT_LAB_ENV_AABB_H #include <MeshResource.h> #include "matrix4D.h" namespace Physics { class PhysicsNode; class AABB { public: AABB(); AABB(CGMath::vector3D min, CGMath::vector3D max); void SetUp(const CGMath::MeshResource&...
[ "hunterer90@gmail.com" ]
hunterer90@gmail.com
7156059e9299c88c001117c7b348ce4ec6757c1d
b15c8104293cfa7bd3989c3b7636656e1a83fbc3
/Carpintero.cpp
0a45369f70053480d3557cab6eade436282294c4
[]
no_license
alasinofranco3/TP2-Taller-De-Programacion-1
f49e237c41edd5bc0fa2cb73e0049eb7fa861b44
8ea74b139ddcfe527e3650620acd5b180748394f
refs/heads/master
2022-09-18T18:26:32.341023
2020-06-01T23:59:35
2020-06-01T23:59:35
262,322,551
0
0
null
null
null
null
UTF-8
C++
false
false
426
cpp
#include "Carpintero.h" Carpintero::Carpintero(ProtectedCounter* p, BlockingInventory* i) : Productor(p, i) { neededResources["Madera"] = 3; neededResources["Hierro"] = 1; } int Carpintero::run() { int result = 0; while (result != CLOSED) { result = inventory->take(&neededResources); if (result == CLOSED) {...
[ "falasino@fi.uba.ar" ]
falasino@fi.uba.ar
aeaf8627f409208eadac1cc5a5d965fbfb5a8102
c333d514d05338f0b335968b17ffdb5f21e2ec27
/Include/Math/Point3D.h
7e6280f4dfbd046ed808039b17234d834e1813cb
[]
no_license
TiagoRabello/Math
e4cc8a9d6a6dfd6db82da23a873b79cc08d4f65f
5dbe07729930219859b84d6be3472f7d35fb730a
refs/heads/master
2021-01-22T06:49:31.535492
2014-03-12T00:36:45
2014-03-20T23:41:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,379
h
#ifndef _POINT3D_H #define _POINT3D_H #include <type_traits> namespace Math { struct Vector3D; struct Radian; template< typename Number > struct BasicPoint3D { static_assert( std::is_arithmetic< Number >::value, "Can only use BasicPoint3D with arithmetic types." ); Number x; Number y; ...
[ "tiago.gomes_mtg@hotmail.com" ]
tiago.gomes_mtg@hotmail.com
ae955c7294f65ddc724c9267bfa3c033233db729
9f30e0ec74baf09b5f6db359edfd54f3ff26fc06
/Bak/src/svr_common/lua/init_bindings.h
01b4f4f89f42af7187b3290f8012801dca82eabe
[]
no_license
Georgiana-Unity/unitygame
186b23c4e69784f7bd5b3b86ecefe5e5eea6edd1
a478b1a22c57e40276fc8eb1fe136e19be5401b9
refs/heads/master
2020-08-01T18:33:05.665066
2017-10-02T15:56:37
2017-10-02T15:56:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
228
h
#ifndef SVR_COMMON_LUA_INIT_BINDINGS_H #define SVR_COMMON_LUA_INIT_BINDINGS_H struct lua_State; namespace Lua { // 由 CApp::InitLua() 调用。 void InitBindings(lua_State* L); } #endif // SVR_COMMON_LUA_INIT_BINDINGS_H
[ "kuangben2001@163.com" ]
kuangben2001@163.com
ad2a6690723016fb506cad7ab37f186eafa62eee
069f829c0b2962f9b37d6cfd4edb8c506b3af817
/Exoskeleton.h
2585bc2efb6769a2a384947e5285fba9de15defd
[]
no_license
jpildush/ARAIGSesnsorApp
ba18d2346bdbc383dfea00bd9e2fb434b9c6b2d7
a590715a2229fba2aebf33911049f1e715a9c69e
refs/heads/master
2021-05-11T04:54:19.205776
2018-01-18T08:21:41
2018-01-18T08:21:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
505
h
#ifndef _EXOSKELETON_H_ #define _EXOSKELETON_H_ #include <string> #include <iostream> #include <iomanip> #include "Stimulation.h" namespace AECS{ class Exoskeleton : public Stimulation{ std::string ExoName_; usint ExoIntensity_; usint ExoDuration_; public: Exoskeleton(std::string&,std::string&,us...
[ "noreply@github.com" ]
jpildush.noreply@github.com
8ced28c0e7f577407aa3a4441a394c31efda0926
c48608b3f490ee69429953d6054e5d400915b62b
/Evaluables/Tema5/Exercici3/main.cpp
fc4e46a45196080d7a872e038b49b488f66e3e12
[]
no_license
NIU1639392/laboratoriprogramacio
047c400882f0f6a6f0913e7c7fee65a19b2334cf
6dbcdc0061bce63ba872fd9fd941d52bd1f59894
refs/heads/master
2023-03-14T18:17:17.211452
2020-01-09T23:47:04
2020-01-09T23:47:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,252
cpp
#pragma once #include <iostream> #include <cstdio> #include <vector> #include "graf.h" using namespace std; void mostraBool(bool logic) { if (logic) cout << "TRUE"; else cout << "FALSE"; } void mostraNodes(std::vector<string> &nodes) { cout << "["; if (nodes.size() > 0) { for (int i = 0; i < nodes.size() ...
[ "atenrev@gmail.com" ]
atenrev@gmail.com
cc1fa81f182913bc18930e69b75f750bd7c784a2
f24029837fe993a9924a869391a96c7c2a4fbd97
/src/tool-musedata2hum.cpp
c8f87c26e920742951b2d8c752f470ad571ea976
[]
permissive
johnnymac647/humlib
91213efd57eb5e4c349507dff5517131384260b7
c67954045fb5570915d6a1c75d9a1e36cc9bdf93
refs/heads/master
2023-08-27T23:28:32.363209
2021-09-14T17:29:55
2021-09-14T17:29:55
404,083,001
0
0
BSD-2-Clause
2021-09-14T17:29:55
2021-09-07T18:27:20
null
UTF-8
C++
false
false
18,233
cpp
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Wed Sep 25 19:23:06 PDT 2019 // Last Modified: Wed Sep 25 19:23:08 PDT 2019 // Filename: musedata2hum.cpp // URL: https://github.com/craigsapp/hum2ly/blob/master/src/musedata2hum.cpp // Syntax: C++11; humlib // vim...
[ "craigsapp@gmail.com" ]
craigsapp@gmail.com
586c5fbc818df6ed317c4e2128ae4c681abc6993
3b9a242f2d7df732f5f7dc29027f73bd8773e71d
/sandboxes/cb/tmp/ipc-test-old/shm_ip_arr.cpp
8eec473c3c099062eb872fa42f34135b6e234ddd
[]
no_license
skubliy/scratches
8d0c15b30d7f60cf7f82382148d6a18f658609b4
813be4487bb82e76c4e26b85f357e6d1b0910a34
refs/heads/master
2021-01-16T23:21:33.071813
2016-07-13T19:31:58
2016-07-13T19:31:58
59,788,158
0
0
null
null
null
null
UTF-8
C++
false
false
3,219
cpp
#include <fcntl.h> //for O_RDONLY #ifndef LOG #define LOG sprintf #define LOG_DEBUG stdout #define LOG_DEBUG2 stdout #define LOG_ERROR stderr #endif //#include "shm_ip_arr.h" #include <list> #include "ip_wrap.hpp" #define MAX_VAP 64 #define MAX_IP_PER_VAP 8 typedef std::list<ip_wrap*> ip_list_t; typedef shm_ip_...
[ "skubliy@gmail.com" ]
skubliy@gmail.com
2ed724766937ff879e180bb937290199457b0f86
b7f1b4df5d350e0edf55521172091c81f02f639e
/ash/shell_init_params.cc
374902f6fd03e8ed1d4468ccae7bf9fb6a19563c
[ "BSD-3-Clause" ]
permissive
blusno1/chromium-1
f13b84547474da4d2702341228167328d8cd3083
9dd22fe142b48f14765a36f69344ed4dbc289eb3
refs/heads/master
2023-05-17T23:50:16.605396
2018-01-12T19:39:49
2018-01-12T19:39:49
117,339,342
4
2
NOASSERTION
2020-07-17T07:35:37
2018-01-13T11:48:57
null
UTF-8
C++
false
false
465
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/shell_init_params.h" #include "ash/shell_delegate.h" #include "ash/shell_port.h" namespace ash { ShellInitParams::ShellInitParams() = def...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
cf5c2dc36f4843882d6d4bdf8273b643654c8715
f50073efa52f136df19f4fdc58a33633da847c08
/Ams_Win_New/FRM_OPER_LIST.cpp
34940ed2b7378115087ace41b0b2ea983d6cd7c4
[]
no_license
pavelaltman/ams_src
3d927a589c0fe216989b794b488ed0edac74d65d
46b400ca1f70975c520d4ff3c852e6ab3b7d8235
refs/heads/master
2020-06-01T05:41:03.427063
2015-04-25T13:11:21
2015-04-25T13:11:21
34,567,690
0
0
null
null
null
null
UTF-8
C++
false
false
755
cpp
//--------------------------------------------------------------------------- #include "AMS_HDR.h" #pragma hdrstop #include "amsclnt.h" #include "FRM_OPER_LIST.h" #include "REFRESH_ACCS.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "AmsDBGr...
[ "altmanpavel@gmail.com" ]
altmanpavel@gmail.com
4846e03ba57903bfa1fcedcc505d9bcddc8db764
4ea02c6154fcf86c5ecf336660f5c42ea32836f2
/src/test/pq/exception.cpp
14ef564bfcc2de389d0bf288eaf2e9aaae39dbe5
[ "BSL-1.0", "LicenseRef-scancode-free-unknown" ]
permissive
radpointhq/taopq
0eb8fd2f2ea5f6fb6e0917e407147ec4fba053a1
694c6878fd54bfb3f78d4fc436004e92754e34f6
refs/heads/master
2022-11-10T11:22:37.832599
2022-10-28T10:13:20
2022-10-28T10:13:20
185,247,389
0
0
MIT
2021-04-29T19:21:56
2019-05-06T18:08:08
C++
UTF-8
C++
false
false
1,526
cpp
// Copyright (c) 2021-2022 Daniel Frey and Dr. Colin Hirsch // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include "../getenv.hpp" #include "../macros.hpp" #include <tao/pq/connection.hpp> void run() { // o...
[ "d.frey@gmx.de" ]
d.frey@gmx.de
91d6f5db825ef0e76232fa08ee56298c9bce63e7
17711af3f83893a9b640b71708c658750538e273
/src/Message.cpp
b1c49d5d92cdda0da4a2bd3637ae74a7b55f6245
[]
no_license
ttamalina/TTA_BOSH
eaadc892a976254c8cd26357c5a68b9d53068526
d518c6556fe8eb6b6d7fcd16e8a15f6a3356984d
refs/heads/master
2020-11-29T10:38:06.063695
2020-01-25T08:54:37
2020-01-25T08:54:37
230,092,681
0
0
null
null
null
null
UTF-8
C++
false
false
6,456
cpp
/** * message.cpp - Implementation file * message converter functions definitions */ #include <stdio.h> #include <Message.hpp> /** * @name getTextForKey * @brief * * Provide the cmd key associated to an action. * * @param [in] enumVal The integer value corresponding to the action, in the action enu...
[ "ttamalina42@protonmail.com" ]
ttamalina42@protonmail.com
d4688c5904411c8d0a1bd0e6ad809fb565856805
f69ad70bf1a8857301980f986e1b4c31c94d731e
/TP3/Damageable.cpp
02cc064ce7deddb549a0993f59ab73e1927776b1
[]
no_license
deboxta/IMAGWZIT
3fd5d3df3622849dd1106d96659125f4b2ca818e
a24764a00f77bcb31910b4d2136f729c4fae08e7
refs/heads/master
2023-02-01T12:56:42.447719
2020-12-16T07:37:19
2020-12-16T07:37:19
264,275,370
0
0
null
null
null
null
UTF-8
C++
false
false
611
cpp
#include "Damageable.h" #include <utility> namespace TP3Prog { Damageable::Damageable(int initialHealth, DamageableType damageableType = None) : type(damageableType), maxHealth(initialHealth), health(initialHealth) { } Damageable::~Damageable() { } void Damageable::takeDamage(DamageableType damageElement, int...
[ "yannick.c.pro.a@gmail.com" ]
yannick.c.pro.a@gmail.com
135ae0df8a241ea6c063df974f46bf98713bb0ec
31d2ff5b2d70ad6afc047c31339875b4ab4e4975
/media/gpu/android/texture_pool_unittest.cc
964c7a9e49582f7875860f9e7a643eac9c8e24e9
[ "BSD-3-Clause" ]
permissive
DalavanCloud/chromium
3d0934237ac6604158ed8db649d5e08d95e6c702
6a4703692d4e6f1480cc9d32a8677ff8c2a51c16
refs/heads/master
2023-01-01T17:13:36.512656
2018-07-13T14:37:55
2018-07-13T14:37:55
140,859,288
1
0
null
2018-07-13T14:48:30
2018-07-13T14:48:30
null
UTF-8
C++
false
false
5,602
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 "media/gpu/android/texture_pool.h" #include <memory> #include "base/memory/weak_ptr.h" #include "base/run_loop.h" #include "base/test/scoped_ta...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
256890bcf3cdc751748c08e3bda90ac23bb873de
6707a6506971a9eca60d0b6482dd641d378fa0d3
/Timestamp.h
769f44e13d659857e10eb31db8c32d2609a40194
[]
no_license
Nchtobe/TcpServer
aa95c8a7520e76abc94b2371af23ad3bc88646fb
3afcb3dc4ef0da042cd04b8eb3b9b9f2abbbaee7
refs/heads/master
2022-11-24T20:53:16.505073
2020-07-28T09:36:24
2020-07-28T09:36:24
283,160,250
0
0
null
null
null
null
UTF-8
C++
false
false
262
h
#pragma once #include <iostream> #include <string> class Timestamp { public: Timestamp(); explicit Timestamp(int64_t microSecondsSinceEpoch); static Timestamp now(); std::string toString() const; private: int64_t microSecondsSinceEpoch_; };
[ "“793997002@qq.com”" ]
“793997002@qq.com”
c066c793588e7f2b6a04508be4d71d23b011d1a0
49c29f98cca5aaa97d2302c3714e4c77aa104af6
/src/qt/rpcconsole.cpp
ca3fd0d67350a8bfc783b7860d41a75afcca9166
[ "MIT" ]
permissive
SweetStake/SweetStake
0c27c14f18339bcdbd164504fd512e0cb11e78c6
55dede3202ba7994af4165d138c265b713e0b047
refs/heads/master
2021-01-20T12:38:02.934627
2015-09-24T17:59:12
2015-09-24T17:59:12
42,786,078
0
0
null
null
null
null
UTF-8
C++
false
false
14,509
cpp
#include "rpcconsole.h" #include "ui_rpcconsole.h" #include "clientmodel.h" #include "bitcoinrpc.h" #include "guiutil.h" #include <QTime> #include <QTimer> #include <QThread> #include <QTextEdit> #include <QKeyEvent> #include <QUrl> #include <QScrollBar> #include <openssl/crypto.h> // TODO: make it possible to filt...
[ "sweetstakedev@yahoo.com" ]
sweetstakedev@yahoo.com
9ade473c54ccf747f6aa2b7af0cd39a678c9deea
a6bb1c2fa01dcccabece38d252af209f255b4d9e
/tin_foil_piano/tin_foil_piano.ino
169e1ed2eeba0f8c154e6eaee85e1985de967365
[]
no_license
katygimma/Arduino
1db46f8c083a1ee2f574816920b064aa75c78c3b
858aa0f6c61b262d54ce09446f14aaaf1cfd2b76
refs/heads/master
2021-01-15T23:50:19.456232
2013-10-23T21:24:09
2013-10-23T21:24:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
719
ino
#include <CapacitiveSensor.h> CapacitiveSensor capSensor1 = CapacitiveSensor(4,2); CapacitiveSensor capSensor2 = CapacitiveSensor(7,2); int notes[] = {262, 330}; int threshold = 1000; void setup(){ Serial.begin(9600); } void loop(){ int keyVal1 = analogRead(4); Serial.println(keyVal1); long sensorValue1 = capSe...
[ "katyg628@gmail.com" ]
katyg628@gmail.com
3f1dd93b0ef2552450c14f936bfd14659ed23a44
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_1/Z6.1+dmb.ld+dmb.sy+dmb.sy.c.cbmc.cpp
95733c042a3e455813ba6c3027fd0cbfc7f768d8
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
37,648
cpp
// 0:vars:3 // 3:atom_2_X0_1:1 // 4:thr0:1 // 5:thr1:1 // 6:thr2:1 #define ADDRSIZE 7 #define NPROC 4 #define NCONTEXT 1 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b?a:b) char __get_rng(); char get_rng( char from, char to ) { char ret = __g...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
d5768edbb47291d30fee50f36466d0d144c52716
7fd7cdde108cb9905610d9f52c3e1ba99d256094
/2EXDIF.cpp
f2860cac52ff2fedd3f1fbe44666374bb43d4f50
[]
no_license
edubuenos/TarefaFinal
853a08c0d10e52b834600a81f101ffd7fee55b03
c4522eb4c75617fd394c456d74cf1899e578b183
refs/heads/main
2023-06-05T00:12:31.313678
2021-06-25T22:15:19
2021-06-25T22:15:19
380,364,580
1
0
null
null
null
null
UTF-8
C++
false
false
353
cpp
#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand (time(NULL)); int num = 0; int a[50]; int i = 0; for (num=1; num<=50; num++){ a[num] = rand() %100; if (num>=2){ cout << a[num] << " " << num << " " << a[num] * a[num-1] << "\n"; } else { cout << a[num] << " " << num << ...
[ "noreply@github.com" ]
edubuenos.noreply@github.com
efb6b78a8e93c39e9c3a8098e278ad783d2835c0
7e4933c2866cdd9e5711fc22f7ffa04bd204ba79
/HackerRank/Day 23/BST_Level_Order.cpp
f9a740527a1b145ef37745e07bc37fd461d416ec
[]
no_license
SujalAhrodia/30_Days_Of_Code
ec024fd62f9149f7369bd21ed9d65f9074df4364
6f67e43e06c7664196b57032490c9c03ee96ee67
refs/heads/master
2020-04-06T09:16:54.988394
2019-02-12T05:20:26
2019-02-12T05:20:26
157,335,620
0
0
null
null
null
null
UTF-8
C++
false
false
1,440
cpp
#include <iostream> #include <cstddef> #include <queue> #include <string> #include <cstdlib> using namespace std; class Node{ public: int data; Node *left,*right; Node(int d){ data=d; left=right=NULL; } }; class Solution{ public: Node* insert(Node* r...
[ "noreply@github.com" ]
SujalAhrodia.noreply@github.com
e28df3ac5d3637fcb9ba8efd3f4d9f5873d89727
8e055ad15f07b6a0ef3942a5a4cb2d475086872d
/include/LpLsc/LscUtil.h
03bd52212161e72e9be3683db59532b284bd291a
[]
no_license
afew/2009-tegra-project
9acff994a4453d91eaabf6085b11a4cb26476d7b
d23cffb254256e982f7d22a7cddd9e990f2713b4
refs/heads/master
2021-08-19T01:42:14.930685
2017-11-24T11:21:10
2017-11-24T11:21:10
111,910,394
0
0
null
null
null
null
UTF-8
C++
false
false
1,195
h
// Interface for the LscUtil class. // //////////////////////////////////////////////////////////////////////////////// #if _MSC_VER > 1000 #pragma once #endif #ifndef _LscUtil_H_ #define _LscUtil_H_ namespace LpLua { struct LscUtil { static ILpDevGL* m_pDevGL; // OpenGL Device static INT Create(ILpDev...
[ "afewhee@hotmail.com" ]
afewhee@hotmail.com
c00dd56190adf33b7d42a1b6cd9642c8fcf5aa63
62cec11c95d90be3bf84e29d76ee3e3785d9f59e
/120_triangle/minimumTotal_v2.cpp
1498ef51acac00f998c2f12ba5ba3a44fa813f74
[]
no_license
Jody-Lu/Array
faec40f1ec18968dd3739c9f6cb6039aed86e7e5
eaee6a529705b5973cb502d2fcb607ab0bedec08
refs/heads/master
2020-04-12T09:06:43.860700
2016-11-19T21:33:47
2016-11-19T21:33:47
63,844,260
0
0
null
null
null
null
UTF-8
C++
false
false
480
cpp
#include <vector> using namespace std; class Solution { public: int minimumTotal(vector<vector<int> >& triangle) { int n = triangle.size(); vector<int> minlen(triangle.back()); for(int layer = n - 2; layer >= 0; layer--) { for(int i = 0; i <= layer; i++...
[ "b00901192@ntu.edu.tw" ]
b00901192@ntu.edu.tw
c5e096356aab3a315e0b759a947317e01bbea0f6
9329a21799b19cb774e60f760881b7e6a05ff4f1
/client/src/ballModel.cpp
66072e52b85a4f3e9d2237406653a4bf20451004
[]
no_license
victorpmacc/Desespero872_TheMMO
29df23105f811cf42598d26c520e7c9d8d9a6a6a
fd08a2845305ef3313ca4fd6d05cf3287040b398
refs/heads/main
2023-02-19T14:38:24.690714
2021-01-24T16:14:58
2021-01-24T16:14:58
331,706,586
0
0
null
null
null
null
UTF-8
C++
false
false
1,769
cpp
#include "ballModel.hpp" BallModel::BallModel(int posX, int posY, int height, int width){ this->posX = posX; this->posY = posY; this->height = height; this->width = width; this->rect.x = posX; this->rect.y = posY; this->rect.h = height; this->rect.w = width; } void BallModel::set_posX(int nova_posX){ ...
[ "victorpmacc@gmail.com" ]
victorpmacc@gmail.com
eddd0c4a4b88f7520cc5d69e8da459005398e6da
571c1c04a9ce6d752b64714e87fc5a7229c9a776
/1-williams-hw3.cpp
5496b5e3b171efca2087a3248e2aea1a542a6f69
[]
no_license
erinthered/os-simulator
18ec137259e2e2e99527277180552d661fffd8b4
4966902f77706662a0cc8c2e640cda3139683eab
refs/heads/master
2020-04-12T13:16:23.616049
2018-12-20T02:56:23
2018-12-20T02:56:23
162,518,120
0
0
null
null
null
null
UTF-8
C++
false
false
52,874
cpp
#include <iostream> #include <vector> #include <deque> #include <string> #include <regex> #include <iomanip> #include <unordered_map> #include <queue> #include <utility> #include <algorithm> //Process Control Block Class class PCB { public: PCB(int PID, float initialBurstEstimate, unsigned int size ) : pid_( ...
[ "erinbesswilliams@gmail.com" ]
erinbesswilliams@gmail.com
570aded66100361582b04e15b392ee4847d0ac44
dfa4dc97a231ecae28a6295266581746a97573e8
/include/rvg/context.hpp
ff177e6382f3efbf4d8578178031366338746d3a
[ "BSL-1.0" ]
permissive
foow/rvg
341dc0e87ee8678969faa99a5a71ab4e9be8ee4a
1a6bf177f1f1734c8656fbacbe54512f5230eefb
refs/heads/master
2023-03-07T00:54:18.882382
2021-02-14T12:01:42
2021-02-14T12:01:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,368
hpp
// Copyright (c) 2019 nyorain // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt #pragma once #include <rvg/fwd.hpp> #include <rvg/state.hpp> #include <rvg/paint.hpp> #include <vpp/trackedDescriptor.hpp> #include <vpp/pipelin...
[ "nyorain@gmail.com" ]
nyorain@gmail.com
c94fcb88f8d103dc377c2e4b2e81627297c4f81e
fc7ca6501f50bdcb144bf5d86ac9bea93e368eaf
/ShaderCompiler/main.cpp
2da5e1a825d5e929b53f431afff652f76cd20322
[]
no_license
tarik2281/MarbleGame
23462cba92f7e6f7b9085213423e2c416188cd1b
f5b409f0f880f64a971f599b50d85a87b7567e40
refs/heads/master
2020-03-18T02:59:15.049333
2018-06-08T01:01:46
2018-06-08T01:01:46
134,217,011
0
0
null
null
null
null
UTF-8
C++
false
false
5,289
cpp
#include <iostream> #include <vector> #include <Windows.h> #include <d3dcompiler.h> #pragma comment(lib, "d3dcompiler.lib") #define VS_ENTRY "VSMain" #define GS_ENTRY "GSMain" #define PS_ENTRY "PSMain" #define VS_TARGET "vs_5_0" #define GS_TARGET "gs_5_0" #define PS_TARGET "ps_5_0" #define VS_SUFFIX "_V.cso" #defi...
[ "tarik.karaca@stud.uni-duisburg-essen.de" ]
tarik.karaca@stud.uni-duisburg-essen.de
ac9b8a3d72bbb66e4b21e193b3be1930c1ad7958
ac9950126299f2b82c973cf9e1f79b7981052347
/text-to-speech-windows/hiot_voice/stdafx.cpp
24258edec624397bd7d86dd0aad730f33b3274e0
[]
no_license
mebjas/project-hiot
ba5526e268343a19044be133a161493a49a40e55
e202f144b8f3841fae669fcde990c0b4731c6d87
refs/heads/master
2016-09-06T17:34:49.341274
2015-05-20T20:07:50
2015-05-20T20:07:50
28,133,881
0
0
null
null
null
null
UTF-8
C++
false
false
289
cpp
// stdafx.cpp : source file that includes just the standard includes // hiot_voice.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
[ "minhazav@gmail.com" ]
minhazav@gmail.com
e52ecf90a8e2a4ce11f96a6c09e64d8c4e465749
f252f75a66ff3ff35b6eaa5a4a28248eb54840ee
/external/opencore/oscl/pvlogger/src/pvlogger_file_appender.h
64025d9ae5a3a406e7370c907f91fa94dc0b727d
[ "MIT", "LicenseRef-scancode-other-permissive", "Artistic-2.0", "LicenseRef-scancode-philippe-de-muyter", "Apache-2.0", "LicenseRef-scancode-mpeg-iso", "LicenseRef-scancode-unknown-license-reference" ]
permissive
abgoyal-archive/OT_4010A
201b246c6f685cf35632c9a1e1bf2b38011ff196
300ee9f800824658acfeb9447f46419b8c6e0d1c
refs/heads/master
2022-04-12T23:17:32.814816
2015-02-06T12:15:20
2015-02-06T12:15:20
30,410,715
0
1
null
2020-03-07T00:35:22
2015-02-06T12:14:16
C
UTF-8
C++
false
false
11,242
h
#ifndef PVLOGGER_FILE_APPENDER_H_INCLUDED #define PVLOGGER_FILE_APPENDER_H_INCLUDED #ifndef OSCL_MEM_AUTO_PTR_H_INCLUDED #include "oscl_mem_auto_ptr.h" #endif #ifndef OSCL_FILE_IO_H_INCLUDED #include "oscl_file_io.h" #endif #ifndef PVLOGGERACCESSORIES_H_INCLUDED #include "pvlogger_accessories.h" #endif template < cl...
[ "abgoyal@gmail.com" ]
abgoyal@gmail.com
81feeb37b0c0d200a7e16aa6f454be315a1e37be
e94a67b77c3ef8dce0f476616913fb239178ce16
/net80211/crypto/rijndael.cpp
36732e5637a23b865b079e6702d73e4e28c3a984
[ "LicenseRef-scancode-public-domain-disclaimer", "BSD-2-Clause" ]
permissive
Champ-Goblem/IntelWiFiDriver---Voodoo80211
e8e91cd3c74c9b1296a0600e2e6b897e1498c1a1
593128156412690a785a55a3d7615f83b0f54b74
refs/heads/master
2020-12-04T13:19:27.211384
2020-05-02T16:19:53
2020-05-02T16:19:53
231,778,379
97
5
null
null
null
null
UTF-8
C++
false
false
59,068
cpp
/* $OpenBSD: rijndael.c,v 1.19 2008/06/09 07:49:45 djm Exp $ */ /** * rijndael-alg-fst.c * * @version 3.0 (December 2000) * * Optimised ANSI C code for the Rijndael cipher (now AES) * * @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> * @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.b...
[ "prashant.vaibhav@tobyrich.com" ]
prashant.vaibhav@tobyrich.com
4274ab4cd1742c822fa71cdcbca8183d761ccf66
068762b58f7647447032da9c8c47b05273eaa1a4
/random/random6.cpp
38313890143b060efa3f05f7d8c0f7c05b19d66c
[]
no_license
CelestialLemon/Programs
b43793aff234fdb7095905ada30630f20d5445fb
4a789d920b5748679e28901c9c374fde8cfa37ec
refs/heads/master
2023-05-28T15:36:22.265564
2021-06-23T11:31:48
2021-06-23T11:31:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
180
cpp
#include<iostream> #include<windows.h> #include<GL/gl.h> #include<stdlib.h> using namespace std; int main() { glBegin(GL_POINT); glVertex2f(10, 10); return 0; }
[ "ashutoshinde23@gmail.com" ]
ashutoshinde23@gmail.com
3699a85010032be2208cefef8194e227ded1c6f5
f2ee0909c84a3ee64a21be8118e252602f945808
/POJ/1743/11495176_AC_266MS_724K.cpp
89fd5fcfe6d83911935985177c57208c8658a4ee
[]
no_license
zhsl/OJSolutions
498d5ec8f5101f7848b72a78b7188ef8d177b38f
c6a390bf839105b39dfb33194604841197e58472
refs/heads/master
2021-01-12T09:29:59.063957
2017-03-19T07:06:54
2017-03-19T07:06:54
76,168,886
0
0
null
null
null
null
UTF-8
C++
false
false
2,916
cpp
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include<iostream> #include<string> #include<algorithm> #include<vector> #include<queue> #include<stack> #include<map> using namespace std; #define LL long long #define pii pair<int,int> #define Max(a,b) ((a)>(b)?(a):(b)) #define Mi...
[ "zhanghsl.it@foxmail.com" ]
zhanghsl.it@foxmail.com
33e109a758ea290727946f68f5bf4943c1d9ba9b
f80795913b6fbbfbc1501ca1e04140d1dac1d70e
/10.0.14393.0/winrt/internal/Windows.ApplicationModel.Store.3.h
7d88beb99be6a7a72ae74a6288eeae5866e272b1
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
jjhegedus/cppwinrt
13fffb02f2e302b57e0f2cac74e02a9e2d94b9cf
fb3238a29cf70edd154de8d2e36b2379e25cc2c4
refs/heads/master
2021-01-09T06:21:16.273638
2017-02-05T05:34:37
2017-02-05T05:34:37
80,971,093
1
0
null
2017-02-05T05:27:18
2017-02-05T05:27:17
null
UTF-8
C++
false
false
6,920
h
// C++ for the Windows Runtime v1.0.161012.5 // Copyright (c) 2016 Microsoft Corporation. All rights reserved. #pragma once #include "Windows.ApplicationModel.Store.2.h" WINRT_EXPORT namespace winrt { namespace Windows::ApplicationModel::Store { template <typename H> struct impl_LicenseChangedEventHandler : implem...
[ "josuen@microsoft.com" ]
josuen@microsoft.com
03a13068936d54fca6cffd82b9196a033c742696
542c26394b780093107dcf27be78a2589cee4f8b
/competitive-coding/spoj/gss3.cpp
1d7e20abe0bb2212d5f30db33d9f9eb7c0e170a0
[]
no_license
krypten/competitive-coding
4aaf46d13835d7bd762ea420a6442b87c0013029
a1a4f3572acb06710d55d1064121739270d3ec1b
refs/heads/master
2021-07-04T16:46:12.685267
2015-02-07T01:46:15
2015-02-07T01:46:15
17,129,831
0
1
null
2020-09-30T13:35:51
2014-02-24T08:29:58
C++
UTF-8
C++
false
false
2,420
cpp
#include <cstdio> using namespace std; struct Tree { int maxv, sum, lval, rval; }; const int MAX = 1 << 16; int a[MAX]; Tree T[MAX << 1]; inline int max2(int a, int b) { return ((a > b)? a : b); } inline int max3(int a, int b, int c) { return max2(a, max2(b, c)); } void init(int Node, int i, int j...
[ "iit2012195@iiita.ac.in" ]
iit2012195@iiita.ac.in
8a796bbb2eeb1efb2f68ace174a78d62ead1bf84
b6ddd049a0493595dd85694df9357ada3c5efea8
/asPluginManager.h
65fd8e7460aa23ba24896445ebdec9f7a11328f3
[]
no_license
foto-andreas/asPluginManager
6f8a115adf0fb10d7dca0439c3fadbf4857a294b
c1d4101f97baf78771f14496512724b2c3e18017
refs/heads/master
2020-01-23T22:05:30.656654
2016-11-23T20:56:20
2016-11-23T20:56:20
74,613,333
0
0
null
null
null
null
UTF-8
C++
false
false
4,860
h
#pragma once /** \mainpage asPluginManager - Plugin Management for AfterShot Pro * * @author Andeas Schrell * @version 1.0.9 * @date 2012-07-10 * @warning Like removing the plugins manually, disabling a plugin here has the following effect: * If you change settings for an image with a plug...
[ "as@schrell.de" ]
as@schrell.de
75b99c7a2809358ba0c18b582719fc2c1cc477f2
2f81c131876f8cd6c8dd34f56a2b959191230f30
/Baekjoon_Algorithm/Unknown/2609.cpp
f217f57869946032b9c9be7405344089810b8241
[]
no_license
ryu1127/Problem_Solving
9bd369645975999230088ac235889b212490642c
a400392729bec4fbed236b72fd734cb428b2a0b2
refs/heads/master
2022-08-13T07:23:15.656289
2019-09-20T11:10:50
2019-09-20T11:10:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
343
cpp
#include<stdio.h> #include<algorithm> using namespace std; int main() { int n1, n2; scanf("%d%d", &n1, &n2); int num; int as1=1, as2; num = min(n1, n2); while (true) { if (n1 % num == 0 && n2 % num == 0) { as1 = num; break; } else num--; } as2 = as1 * (n1 / as1) * (n2 / as1); printf("%d\n%d", a...
[ "ryudonghun78@gmail.com" ]
ryudonghun78@gmail.com
23d73c2ee751a2899233090b56dd9fc0d6ee774c
2eb7213beece465f41993a703d04e557ef89ab1b
/Iron/strategy/fight.h
77b59f69365084f6530707b969becef598cbb083
[ "MIT" ]
permissive
zhandongdong/iron_bot_for_sc1
93fb3b510b46a2edb6b3c1f0b7b2d269603e8396
ec98a47168362a8bcecc82267d35d1054915414a
refs/heads/master
2021-09-26T18:52:47.013644
2018-07-30T05:55:14
2018-07-30T05:55:14
141,386,863
0
0
null
2018-07-18T06:36:23
2018-07-18T05:49:11
C++
UTF-8
C++
false
false
3,454
h
////////////////////////////////////////////////////////////////////////// // // This file is part of Iron's source files. // Iron is free software, licensed under the MIT/X11 License. // A copy of the license is provided with the library in the LICENSE file. // Copyright (c) 2016, 2017, Igor Dimitrijevic // /////////...
[ "zhandong_1992@126.com" ]
zhandong_1992@126.com
a9e12f207cad8d358b411b9f05c06de35263f0c1
55f2a837a7a75d25d6af14106616e6107d67703b
/C++ Programs/LastWordLength.cpp
84ae616f7e5d5172624046d9f42b82d43da83553
[ "MIT" ]
permissive
SpooderManEXE/Hacktoberfest2020-Expert
fd63d011478fa25b8437fab0917cc6e21ff3bd41
aa7aa4b22c52cee3b00e900d87a93284dea351de
refs/heads/master
2023-08-11T12:21:11.615267
2020-11-02T02:01:59
2020-11-02T02:01:59
292,271,265
79
328
MIT
2021-10-01T03:26:08
2020-09-02T12:03:46
Jupyter Notebook
UTF-8
C++
false
false
860
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int t; cout<<"Enter No of test cases "<<endl; cin>>t; while(t--) { cout<<"Enter a string (You can enter spaces in between words as well as in the end and front)"<<endl; string A; getline(cin,A); ...
[ "noreply@github.com" ]
SpooderManEXE.noreply@github.com
b3f23e184f779a15563ffb06f2b4e661eaf160ef
46562ad5824f919d47fb9b31f9ba781c15504028
/src/models/metasprite/metasprite.h
839c734f1e8ebde71cc6c06966b2ff6e2e385793
[ "MIT" ]
permissive
undisbeliever/untech-editor
f61c233340e6f1a5882034a8917901c5ca5416e7
0927e385c7d8085f3e2caafa48038c563499d9b2
refs/heads/master
2023-07-08T03:41:51.347757
2023-07-01T08:49:21
2023-07-01T08:49:21
75,025,364
8
0
null
null
null
null
UTF-8
C++
false
false
3,071
h
/* * This file is part of the UnTech Editor Suite. * Copyright (c) 2016 - 2021, Marcus Rowe <undisbeliever@gmail.com>. * Distributed under The MIT License: https://opensource.org/licenses/MIT */ #pragma once #include "common.h" #include "animation/animation.h" #include "models/common/idstring.h" #include "models/...
[ "undisbeliever@gmail.com" ]
undisbeliever@gmail.com
b5a8c02ec46c6493180a781dc7a565cff573a239
b0d7cb7c1c7aba9631ac71e4b64b5606bcae0236
/external/kpl/fixedstringbuffer.h
49c75fa8ac94010aaae19f25a18855b98a38ee18
[]
no_license
kdchambers/SaiKo
9079fdeb7e606ae3789cbcd31a2a0600be75e0d5
8cd94f7095503feb8ebdfff14f53e3f0550fd9ed
refs/heads/master
2023-01-09T18:07:39.722749
2020-11-14T19:03:05
2020-11-14T19:03:05
82,732,017
0
0
null
2020-01-20T21:02:01
2017-02-21T22:07:03
C++
UTF-8
C++
false
false
662
h
#ifndef FIXEDSTRINGBUFFER_H #define FIXEDSTRINGBUFFER_H #include <cstring> namespace kpl { template <std::size_t N> class FixedStringBuffer { public: char data[N + 1]; std::size_t dataSize = 0; bool setSize(std::size_t size) { if(size >= N) ...
[ "kd.chambers97@gmail.com" ]
kd.chambers97@gmail.com
cbb6c8a4d11cc4977564ff1e9092e2190ebd5d2a
6b550d3d0b182bcddda1f0a175d6b6cd07b60fb3
/logdevice/common/configuration/nodes/NodeRole.h
976f13a2c77d85dc2d93778f0260d65d29c1cdc5
[ "BSD-3-Clause" ]
permissive
Rachelmorrell/LogDevice
5bd04f7ab0bdf9cc6e5b2da4a4b51210cdc9a4c8
3a8d800033fada47d878b64533afdf41dc79e057
refs/heads/master
2021-06-24T09:10:20.240011
2020-04-21T14:10:52
2020-04-21T14:13:09
157,563,026
1
0
NOASSERTION
2020-04-21T19:20:55
2018-11-14T14:43:33
C++
UTF-8
C++
false
false
1,005
h
/** * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <bitset> #include <cstdint> #include <string> #include <folly/Range.h> namespace f...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
c7c51dc38d13f278f8025d0d411d6e7089fbda4e
490cd361ad575030abcfa8f1d24f71ccb1005414
/dali/internal/canvas-renderer/tizen/shape-factory-tizen.cpp
89c724a6ad3dc94615c53e60adcda08054f22b11
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
elishateng/dali-adaptor
1a89b7ae38b82026ab885698774343369a4bcda3
07b086966c8f0c1c7277d304f4dc10574e8145fe
refs/heads/master
2023-05-13T06:54:26.412822
2021-05-21T09:17:46
2021-05-21T09:17:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
961
cpp
/* * Copyright (c) 2014 Samsung Electronics Co., Ltd. * * 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...
[ "jsuya.choi@samsung.com" ]
jsuya.choi@samsung.com
3d5a912a4aafec0ecfa11b62ff3ba9e2fa24fcdb
03e1a82d1e83dd76aa10d926abf819640653411b
/__history/17.2/2245 股票趋势模式壹.cpp
1a5fd5443f3b6e75bdd6a13d716ea24e00be1494
[]
no_license
gbakkk5951/OI
879d95c0b96df543d03d01b864bd47af2ba9c0c8
a3fe8894e604e9aac08c2db6e36c1b77f3882c43
refs/heads/master
2018-09-20T10:09:23.170608
2018-07-09T11:52:21
2018-07-09T11:52:21
115,510,457
2
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,859
cpp
#include<cstdio> #include<cstring> //#include<sstream> //#include<string> //#include<cctype> using namespace std; char a[802],b[802]; int re[5]; int dis[256]; bool read(); void search(); void clear(); //void getin(); int dp[802][802];//dp[geta][getb] int la,lb; int maxn=0; int main() { int n; //getin(); /*char temp[80...
[ "526406038@qq.com" ]
526406038@qq.com
429a9a7d85af7b831d203ec7a053f75402251045
79cffbcef36e89ab240abc929b422f4f6f34c512
/DirectXGame/Resource.h
45f99e01ab840175938e15e5292e022384dea0ec
[]
no_license
dtrajko/DirectXGame
90545e726e801bf345d1a61f183f9a907e518b5d
3b22fd47ba2e1d5bf0b4df49a1a1e8ac31fa81f8
refs/heads/master
2021-06-29T22:39:23.613848
2021-06-02T22:47:23
2021-06-02T22:47:23
229,850,293
1
0
null
null
null
null
UTF-8
C++
false
false
174
h
#pragma once #include <string> class Resource { public: Resource(); Resource(const wchar_t* full_path); virtual ~Resource(); protected: std::wstring m_full_path; };
[ "dtrajko@gmail.com" ]
dtrajko@gmail.com
c5288efd324a19d0e707eb38f43a8021f6d761f8
1cabb42bc0d59c32e2c0dd4a08386c5087eaa32e
/DIV_3_595/untitled.cpp
5af7a05d285b347a146c14540f502c334e430b8c
[]
no_license
ivary43/competitive
c9917d38c972df82dc46b83cb6348f2272ceac8e
14a085c68434bacb51c786c5468608bf7ac16ced
refs/heads/master
2021-07-08T09:40:34.725174
2020-08-07T07:47:56
2020-08-07T07:47:56
133,011,686
0
0
null
null
null
null
UTF-8
C++
false
false
347
cpp
#include "/Users/manishkumar/Work/stdc++.h" //#include<bits/stdc++.h> using namespace std; #define FOR(i,a,n) for(long long i=a;i<=n;i++) #define REP(i,n) FOR(i,0,n) #define rep(i,n) FOR(i,0,n-1) #define SYNC ios_base::sync_with_stdio(false); cin.tie(NULL); #define pb push_back #define ll long long int #define vi vecto...
[ "manish.kumar@elucidata.io" ]
manish.kumar@elucidata.io
0fa9d7bb7349a78d4e38fdcec2a2b49cc9657e41
54ca9947b3a7d9697226baefb29e705fdda7f232
/install/rtt/include/rtt/internal/CollectSignature.hpp
0ba0ee69b9a0a5ea922a3e6a10db707914f5fd03
[]
no_license
alri02/workspace
11e440633cc4f77d70345c867c3fd98e340d7843
056dcdb539352e09bc174c2dea6064011a1fd340
refs/heads/master
2023-01-23T09:55:36.027304
2020-07-16T23:54:48
2020-07-16T23:54:48
250,555,272
0
0
null
2023-01-20T22:01:14
2020-03-27T14:26:07
C++
UTF-8
C++
false
false
13,893
hpp
/*************************************************************************** tag: The SourceWorks Tue Sep 7 00:55:18 CEST 2010 CollectSignature.hpp CollectSignature.hpp - description ------------------- begin : Tue September 07 2010 copyrig...
[ "alveena.rifat@dfki.de" ]
alveena.rifat@dfki.de
ad6d811cdc8bcdff992b8d1da2ead50bbdcb10f4
41e7251063f265b98df8d612473068bec2465997
/include/framework/log/SMFLogPrerequisites.h
077b9e86529ed44530efa85ca577132017e689e6
[]
no_license
inbei/smf
fefd47a96559483aa396861fd23aca9e29e49d04
702f6a296d4db28bfeed88718d4da6d2f801023a
refs/heads/main
2023-03-16T06:38:27.542161
2020-12-17T06:09:17
2020-12-17T06:09:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
378
h
#ifndef SMF_LOG_PREREQUISITES_H #define SMF_LOG_PREREQUISITES_H #include "framework/SMFPrerequisites.h" namespace surveon { namespace mf { namespace log { class ILogger; class IAppender; class IFileAppender; class IRollingFileAppender; class LogManager; class AppenderContext; } // namespace log } // namespace mf }...
[ "younianhuang@gmail.com" ]
younianhuang@gmail.com
b2ebc181de2d0f938f77f593ef3508fc5e44ac91
ab37fe1ddef5189ea6af43cd5795ad8bc0894da1
/ui/src/OEM/SYSAPI_OEM/Win32/src/WinCE4/oem_sa_scr_wince4.cpp
4c429ff0ea683c326cfa296ef55ea469c3539bb1
[]
no_license
amos74/smartfx
b3bdd3ce80857d3f7546f20c0ed814d03fb21866
9c6cea36bddbbf8750333d36f82d1e7ce852772b
refs/heads/master
2020-04-11T15:44:45.488493
2019-01-13T15:40:44
2019-01-13T15:40:44
161,901,525
0
1
null
null
null
null
UHC
C++
false
false
8,718
cpp
#include <windows.h> #include "OEM_SA_Scr.h" #include "OEM_SA_Mem.h" #include "SYSAPI.h" #include <string.h> #define MAKE565(r,g,b) ((atWORD)(((((atWORD)((r) & 0xF8)) << (5+6-3))) | \ ((((atWORD)((g) & 0xFC)) << (5-2))) | \ (((atWORD)((b) & 0xF8)) >> 3))) #define GET565R(cl) ((atBYTE)(((cl) >> 8) ...
[ "jcmh74@gmail.com" ]
jcmh74@gmail.com
0575628690226a1fa3c2d91a86826b30b8a93394
5bf8fba6b2b85babc3fdec95ecb5737aeb4d7bcb
/examples/09-hdr/hdr.cpp
5ceadd5a636298e591f0d40cfbb676c228d6f732
[ "LicenseRef-scancode-free-unknown", "BSD-2-Clause", "MIT" ]
permissive
masums/bgfx
584d7f796ef704c3708c2e022c1b22b447237589
623fd3cf0b4d23cfb05419ddf74bca971fff138b
refs/heads/master
2020-04-01T04:38:08.329292
2018-10-12T23:41:26
2018-10-12T23:41:26
152,871,274
1
0
BSD-2-Clause
2018-10-13T12:47:25
2018-10-13T12:47:25
null
UTF-8
C++
false
false
18,614
cpp
/* * Copyright 2011-2018 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" #include "bgfx_utils.h" #include "imgui/imgui.h" #include <bx/rng.h> namespace { static float s_texelHalf = 0.0f; struct PosColorTexCoord0Vertex { float m_x; ...
[ "branimirkaradzic@gmail.com" ]
branimirkaradzic@gmail.com
daaaece674e525b9c77f1bc1add1fb171d45af8e
baff7495f213d8e85a529469aabd803840275045
/src/zkclient.h
05c339ce3b3080fe5affec2b6eeb3790d50f8984
[ "MIT" ]
permissive
lanpay-lulu/CPP-Simple-ZK-Client
b488cec20e5c08d62f4bd4ffd9e046cf0c805dbb
a273980cfe4514f4bd7f570103900abf1a6be35f
refs/heads/master
2020-04-15T04:06:19.656461
2019-01-07T06:45:45
2019-01-07T06:45:45
164,371,248
0
0
null
null
null
null
UTF-8
C++
false
false
830
h
#include <string> #include <vector> #include <mutex> #include <condition_variable> #include <zookeeper/zookeeper.h> using std::string; using std::mutex; using std::unique_lock; class ZkClient { public: ZkClient(string connString, string path, int32_t client_type): _connString(connString), _path(path), _...
[ "wangshihan@lvwan.com" ]
wangshihan@lvwan.com
5e1a95e36f8dd26477c233fdbe0b874a94e0df0d
7ec8c9aed38ef5c45962e2171d363562f81c9961
/Canadian Experience/CanadianExperience/TimelineDlg.h
6bd769a479ad79a735b1e3b86d89549f587b0bb1
[]
no_license
funakoshiapi/Object-Oriented---Software-Dev
521dda9c3588273bb295e24304d5fe3dc8547789
bc8b46a391c09954bc05b738fdcadd6affc4962e
refs/heads/master
2021-01-03T11:22:14.025950
2020-10-06T22:34:24
2020-10-06T22:34:24
240,059,589
0
0
null
null
null
null
UTF-8
C++
false
false
672
h
/** * \file TimelineDlg.h * * \author Funakoshi Silva * */ #pragma once #include "Timeline.h" /** * * Dialog box properties */ class CTimelineDlg : public CDialog { DECLARE_DYNAMIC(CTimelineDlg) public: CTimelineDlg(CWnd* pParent = NULL); virtual ~CTimelineDlg(); void SetTimeline(CTimeline * time...
[ "noreply@github.com" ]
funakoshiapi.noreply@github.com
53dcc382901223dba7bb87cc97a5f044f1fa92ea
f11f67f8610d419436d938acbfb93fa0f60968fb
/base/shader/light/shader_lighting_data.cpp
e90a95a2af290015095ddd39ca30a6b36ad0488e
[]
no_license
Alagris/GLEngine
7999f589c1ea9fa853e8844a7f6a4571f0b8eb5b
127ad97d09ee7993f9df2a77ca986e3b7ad8682c
refs/heads/master
2021-01-21T01:11:25.450711
2017-09-22T13:34:17
2017-09-22T13:34:17
101,868,722
0
0
null
null
null
null
UTF-8
C++
false
false
34
cpp
#include "shader_lighting_data.h"
[ "alagris@gmail.com" ]
alagris@gmail.com
83a9882fd66bdad2054ed67be2e278cf857e16ff
e023a2bd92905516579c089ae7c09b2b200f7661
/Volume 002/242 - Stamps and Envelope Size.cpp
92aac82eaed2f1d78ad369a2813613be7b29a991
[]
no_license
jayzhan211/UVa-Online-Judge
0b83bad15e7813b767aec920db1012cc997310f0
881dfc7ac3c4921402589e8764239078fd0bc096
refs/heads/master
2021-10-20T19:09:04.841009
2019-03-01T07:34:05
2019-03-01T07:34:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,269
cpp
#include<iostream> #include<algorithm> #include<map> #include<string> #include<cstdio> #include<queue> #include<cmath> #include<stack> #include<cctype> #include<sstream> using namespace std; int s, n; int main(){ while (cin >> s, s){ cin >> n; int ans = -1, num, v[11], m, p[11]; for (int i = 0; i < n; i++){ ...
[ "noreply@github.com" ]
jayzhan211.noreply@github.com
9102a784a782ab9ece6c0ffb683882f110b5cb59
119c1dd2b61764210064511d8ab5be252b8b7c8f
/InterivewBit/03 Strings/3Minparentheses.cpp
b2a43474bc66ac10fe768287faa48dd079d7d829
[]
no_license
jasveen18/CP-krle-placement-lag-jayegi
2557309a9dfc4feb01dbdc867a67f1ccc4f10868
8db92e5c3a7d08edfc34d8223af6c080aa3e4721
refs/heads/main
2023-07-29T09:39:36.270193
2021-09-03T15:19:22
2021-09-03T15:19:22
430,816,168
1
1
null
2021-11-22T18:10:13
2021-11-22T18:10:13
null
UTF-8
C++
false
false
695
cpp
/****************************************** * AUTHOR : ARPIT * * NICK : arpitfalcon * * INSTITUTION : BIT MESRA * ******************************************/ // Problem Statement - The task is to find minimum number of parentheses ‘(‘ or ‘)’ (at any positions) we must add to make the resulting parentheses string valid...
[ "arpitfalcon1@gmail.com" ]
arpitfalcon1@gmail.com
eb8561d15d94bb780e25e5321803be1309fe3d84
db5bba94cf3eae6f1a16b1e780aa36f4b8c3c2da
/cbn/src/model/DeactiveFlowLogResult.cc
c42f67f36d60ce433fa37efc3b8dd6ee8d20011b
[ "Apache-2.0" ]
permissive
chaomengnan/aliyun-openapi-cpp-sdk
42eb87a6119c25fd2d2d070a757b614a5526357e
bb7d12ae9db27f2d1b3ba7736549924ec8d9ef85
refs/heads/master
2020-07-25T00:15:29.526225
2019-09-12T15:34:29
2019-09-12T15:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,528
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "noreply@github.com" ]
chaomengnan.noreply@github.com
093f0d93767bdd4d0a18806545bd2eb486ce0c23
e9907bc518adcd4770f6c62c2a792cbda396aff3
/leetcode_balance_bst.cpp
693417ea8e11d25c792eba665cf6382ba546a098
[]
no_license
md-qubais/DSA_updated
efa59fee40001b21c16fa76ef7bf300d725b5dfd
93b9569670def3dc68073b133133642571d40631
refs/heads/main
2023-06-16T18:33:20.346480
2021-07-10T06:14:28
2021-07-10T06:14:28
384,624,998
1
0
null
null
null
null
UTF-8
C++
false
false
1,931
cpp
class Solution { public: int get_height(TreeNode*root){ if(!root){ return 0; } return max(get_height(root->left),get_height(root->right))+1; } int balance_Factor(TreeNode*root){ return get_height(root->left)-get_height(root->right); } TreeNode* right_rota...
[ "hiq4dsa@gmail.com" ]
hiq4dsa@gmail.com
b302a402acb9fc38e58232a63ed2f6d7efee8e0b
89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04
/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp
e0e76491fb6446edc3317a145a4c2313d8f1366c
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
bino7/chromium
8d26f84a1b6e38a73d1b97fea6057c634eff68cb
4666a6bb6fdcb1114afecf77bdaa239d9787b752
refs/heads/master
2022-12-22T14:31:53.913081
2016-09-06T10:05:11
2016-09-06T10:05:11
67,410,510
1
3
BSD-3-Clause
2022-12-17T03:08:52
2016-09-05T10:11:59
null
UTF-8
C++
false
false
14,033
cpp
/* * Copyright (C) 2013 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "bino.zh@gmail.com" ]
bino.zh@gmail.com
cff078b79e2ec393f973b7237bcc6e9260995238
36955d2c6279a929e159f71f26cab9195db583cd
/frontend/FoamCutter/src/Log.cpp
4b658101abc70159a268130451baabefa457778d
[]
no_license
aquadraatengineering/Foamcutter
9b262495340a8bb4194e89bcc6deed701e704cd8
d7a302e4e4928dcc40650855dc3f0b5c24800f20
refs/heads/master
2020-06-30T10:17:38.748262
2019-09-23T08:38:28
2019-09-23T08:38:28
200,799,397
1
0
null
null
null
null
UTF-8
C++
false
false
388
cpp
// // Log.cpp // Controler // // Created by Kris Temmerman on 11/06/2019. // #include "Log.hpp" using namespace std; void Log::setup() { } void Log::logError(string error) { logData.push_back(pair<string,int>(error,1)); logDirty =true; } void Log::log(std::string log) { logData.push_b...
[ "kris@neuroprouctions.be" ]
kris@neuroprouctions.be
1b4f1fd81f32847fa1a466090e91eb78daf4a2e0
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir521/dir3871/file7837.cpp
658548ed531957ce2c92bc1b18db941f49042151
[]
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 file7837 #error "macro file7837 must be defined" #endif static const char* file7837String = "file7837";
[ "tgeng@google.com" ]
tgeng@google.com
d51fbbf37dd9d8a14d1c9cf5b7044c20eba56aa8
3943f4014015ae49a2c6c3c7018afd1d2119a7ed
/final_output/output_recur_large/legendre_formula_-100000.0000000_1000000.000000/0-9.cpp
dece95cbaca84958ff050b9392249d5e703a70e2
[]
no_license
Cathy272272272/practicum
9fa7bfcccc23d4e40af9b647d9d98f5ada37aecf
e13ab8aa5cf5c037245b677453e14b586b10736d
refs/heads/master
2020-05-23T10:10:15.111847
2019-06-08T00:23:57
2019-06-08T00:23:57
186,689,468
0
0
null
null
null
null
UTF-8
C++
false
false
1,556
cpp
#include <iostream> #include <stdio.h> #include <assert.h> #include <math.h> extern "C" { #include "quadmath.h" } #ifndef IFT #define IFT float #endif #ifndef OFT #define OFT __float128 #endif template <class _Real> _Real __libcpp_legendre_recurrence(unsigned __n, _Real __x) { if (__n == 0u) return _Real(...
[ "cathyxu@Cathys-MacBook-Pro.local" ]
cathyxu@Cathys-MacBook-Pro.local
6bea466c892ad7bf9a65929ef0efbdbe6ca94ffa
66f9068975371370067000c8b7225f4f8208c7f2
/make/src/main.cc
81f92bacfea9339be8a33dd49950053e354e2b3e
[]
no_license
davidinfante/OpenGL-Informatica-Grafica
9bbcd53b6f845c52d982e2905fe47ebb74fe9ffe
e3c9895e157e3dcc37132faee9db7f873a00e6cf
refs/heads/master
2021-05-14T12:59:35.890722
2018-04-16T00:31:22
2018-04-16T00:31:22
116,424,462
2
0
null
null
null
null
UTF-8
C++
false
false
3,723
cc
/* ########################### Modificado por: David Infante Casas ########################### */ #ifdef _WIN32 #include <windows.h> #endif #include "stdlib.h" #include "stdio.h" #include <GL/glut.h> #include <ctype.h> #include "escena.h" Escena *escena; void draw_scene(void) { if (escena!=NULL) escena->dibujar()...
[ "noreply@github.com" ]
davidinfante.noreply@github.com
cad1c7283264f86705e866e9e5f31e03a2b5edde
e217eaf05d0dab8dd339032b6c58636841aa8815
/src/OpenInfraPlatform/UserInterface/HelpBrowser.cpp
2e3f701a6bba71df75a75bd7acc926d94fcce5cd
[]
no_license
bigdoods/OpenInfraPlatform
f7785ebe4cb46e24d7f636e1b4110679d78a4303
0266e86a9f25f2ea9ec837d8d340d31a58a83c8e
refs/heads/master
2021-01-21T03:41:20.124443
2016-01-26T23:20:21
2016-01-26T23:20:21
57,377,206
0
1
null
2016-04-29T10:38:19
2016-04-29T10:38:19
null
ISO-8859-1
C++
false
false
1,827
cpp
/*! \verbatim * \copyright Copyright (c) 2015 Technische Universität München * Chair of Computational Modeling and Simulation. All rights reserved. * \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann) * \brief This file is part of the TUM ...
[ "planung.cms.bv@tum.de" ]
planung.cms.bv@tum.de
4d590f623fe14076726ec2281fc46a97184a36ed
615a2439b27e4c27a9fe9651664277c43131ccff
/System.Core/include/Switch/System/ApplicationException.hpp
38c96bbde19fe9564d227bfcba4ce0e8b8bb5245
[ "MIT" ]
permissive
jiukouyin/CppLikeCSharp
34718813c2a0e116d056b46a81d4e604a225fd4f
b2d8d9da9973c733205aa945c9ba734de0c734bc
refs/heads/main
2023-08-21T21:21:06.443010
2021-10-01T09:39:41
2021-10-01T09:39:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,178
hpp
/// @file /// @brief Contains Switch::System::ApplicationException exception. #pragma once #include "Exception.hpp" /// @brief The Switch namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace Switch { /// @brief The System namespace contains fundamental classes and base clas...
[ "3249897878@qq.com" ]
3249897878@qq.com
3c5c66d73a532d51c98e296cc988892784c3c77d
39d836bff58fad474e16ac04e89b0877df16df21
/examples/Blinker_Button/Button_BLE/Button_BLE.ino
95efaab124a068c19a4eb1ad2737eef4851b8eb9
[ "MIT" ]
permissive
lthirty/blinker-library
27db3851177a5944f686c3f2110e0ef8aa04483c
cdcf388904eba201d66a8667f9029cc4e221198c
refs/heads/master
2022-12-01T21:31:31.568769
2020-08-06T07:49:56
2020-08-06T07:49:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,284
ino
/* ***************************************************************** * * Download latest Blinker library here: * https://github.com/blinker-iot/blinker-library/archive/master.zip * * * Blinker is a cross-hardware, cross-platform solution for the IoT. * It provides APP, device and server support, * and uses ...
[ "121024123@qq.com" ]
121024123@qq.com
84ac848f67bfe34f6258a521b47f14b4a90d7bf5
521de75775d8057d9dcfda166a20c40e147cb3b9
/steam_api/PatchMW2ClientCommands.cpp
f739c62a731a087bb2c7b70b70c12ee3c864bed2
[]
no_license
mbaturu/IW4M-Server
827b3c1881d4e4286d5104954819a23624d57989
7f88b34f07491a87b29f69426494e18819475e6b
refs/heads/master
2021-09-01T22:19:12.558186
2017-12-28T21:55:13
2017-12-28T21:55:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,529
cpp
// ========================================================== // IW4M project // // Component: clientdll // Sub-component: steam_api // Purpose: Re-implementing of cheat-like client commands. // // Initial author: NTAuthority // Started: 2012-04-27 // ========================================================== #includ...
[ "shii@cock.li" ]
shii@cock.li
e5b0357365997d0977347b686352cf68e41c6e59
c1842ab37aa0ffde21d621a16043fdb488285ae5
/MPI6File2.cpp
496ea2708a2191c3e925e16e91a8b0f32bb5e8f0
[]
no_license
efedra/Mnogopoto4ka
d229dcd2ec247689653560ed429847ea3a2896cf
f907160a714e56f7bfc6671b86881e2d4a4c7d97
refs/heads/main
2023-02-10T08:05:48.648101
2021-01-06T15:57:36
2021-01-06T15:57:36
327,359,568
0
0
null
null
null
null
UTF-8
C++
false
false
1,158
cpp
#include "pt4.h" #include "mpi.h" #include <vector> #include <utility> #include <algorithm> using namespace std; void Solve() { Task("MPI6File2"); int flag; MPI_Initialized(&flag); if (flag == 0) return; int rank, size; MPI_Comm_size(MPI_COMM_WORLD, &size); MPI_Comm_...
[ "noreply@github.com" ]
efedra.noreply@github.com
7838e1ad0b7031d443e581ac161869aed745b2fc
c591b56220405b715c1aaa08692023fca61f22d4
/syeda reeha quasar/milestone 2/leap year or not.cpp
94e48c1d142711e25db1ab056ba48157ea5a66d6
[]
no_license
Girl-Code-It/Beginner-CPP-Submissions
ea99a2bcf8377beecba811d813dafc2593ea0ad9
f6c80a2e08e2fe46b2af1164189272019759935b
refs/heads/master
2022-07-24T22:37:18.878256
2021-11-16T04:43:08
2021-11-16T04:43:08
263,825,293
37
105
null
2023-06-05T09:16:10
2020-05-14T05:39:40
C++
UTF-8
C++
false
false
264
cpp
#include<iostream> using namespace std; int main() { int year; cout<<"enter the year" <<endl; cin>>year; if (year%4==0) {cout<<"it is a leap year"<<endl; if (year %400==0) {cout<<"it is a century leap year"<<endl; } } else cout<<"it is not a leap year"<<endl; }
[ "reeha.saba@gmail.com" ]
reeha.saba@gmail.com
aa38f1433a0eafe5ba646aee7aba5037ce6659e1
0480ab4afd7ccb14a457b433a2c1467e9a11f234
/include/paren_expr_node.hpp
0c10ac23fbf99ec8a68094445b2a62e1de8e8c0e
[ "MIT" ]
permissive
magicmoremagic/bengine-blt
2c364d554d89cbb8c55c1c6da5232371efca5b74
fc2e07107dca0689d44ebd066b74d5bac7cacfa8
refs/heads/master
2021-01-13T04:10:39.200277
2018-01-06T06:46:28
2018-01-06T06:46:28
77,801,946
0
0
null
null
null
null
UTF-8
C++
false
false
984
hpp
#pragma once #ifndef BE_BLT_PAREN_EXPR_NODE_HPP_ #define BE_BLT_PAREN_EXPR_NODE_HPP_ #include "node.hpp" #include "token_type.hpp" #include <be/core/console_indent.hpp> namespace be::blt { struct ParenExprNode : Node { std::unique_ptr<Node> expr; ParenExprNode(std::unique_ptr<Node> expr) : expr(std::move(expr...
[ "ben@magicmoremagic.com" ]
ben@magicmoremagic.com
0e02ae7c465bbd4b2cef3967b5481f5a5d61936c
46bac0632b906fc808a276d4409b38a903011be9
/TasksForExercise/Task26.cpp
2bcc92ac07cb95c5c508aae7ad7b801533c85e49
[]
no_license
StoyanYanev/Introduction-to-programming
f4dc28877b3f91bd8911233c75a0be7b63e0384b
f199b495e106bb3de947acfb1ea3d4c28390f93c
refs/heads/master
2020-03-23T18:02:43.326577
2019-02-04T16:05:02
2019-02-04T16:05:02
141,886,780
0
0
null
null
null
null
UTF-8
C++
false
false
2,421
cpp
#include<iostream> int AscendingOrder(int startPosition, int endPosition, int sequence[]); int DescendingOrder(int startPosition, int endPosition, int sequence[]); int main() { int sequence[] = { 1,3,5,6,4,2 }; int len = std::end(sequence) - std::begin(sequence); int middle = len / 2; int firstElement =...
[ "noreply@github.com" ]
StoyanYanev.noreply@github.com
483080998244a21bb15e0de00457b95f46fdca71
98d3e24c7cdd69786c5e424c574bf55d9c2e15e3
/src/details/jsonize_oldcpp.h
788b4f461e00d17ba4b4519b601bb9e85ff254de
[ "MIT" ]
permissive
hinike/ofxSerializer
087521818d2be1fc9653ef63ba1b6bce36aa9f3e
8719b4c81d5d7a3e2eb2a6261a250a9674115464
refs/heads/master
2021-01-13T01:04:06.697112
2015-05-09T10:14:07
2015-05-09T10:14:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,346
h
/* for(var i = 2; i <= 20; i++) { var args = []; for(var j = 0; j < i; j++) args.push(j); var str = "template <" + args.map(function(n) { return "typename Arg" + n; }).join(", ") + ">\n" + "inline void jsonize(std::ostream &os, " + args.map(function(n) { return "const char * const key" + n + ", ...
[ "ishii@buffer-renaiss.com" ]
ishii@buffer-renaiss.com