blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
ac0809dcf6549a88b8b055264f9387524b6c8b05
39a2435c4fb16a2a9cfc573b88c61aeb58bfbddb
/CommandLine/testing/SmallTests.cpp
02a6801262e75a9f80aa10ca32cf81426f8ad750
[]
no_license
jandujar/enigma-dev
32a7b3da0d756c559549be2bbc59070c0e9e5198
e1f40f05cbbc44384d589799cf6eb91d27ce8d9f
refs/heads/master
2021-04-27T15:50:40.594894
2018-02-22T02:07:28
2018-02-22T02:07:28
122,477,637
0
0
null
2018-02-22T12:48:29
2018-02-22T12:48:28
null
UTF-8
C++
false
false
4,540
cpp
#include <boost/filesystem.hpp> #include <boost/foreach.hpp> #include <gtest/gtest.h> #include <iostream> #include <map> #include <string> #include <vector> #include "TestHarness.hpp" namespace { using std::map; using std::string; using std::vector; using NameMap = map<string, string>; const char *const kSimpleTes...
[ "JoshV10@gmail.com" ]
JoshV10@gmail.com
9c89a8016cd51b9fb076e2c3a7d6fb0311ecb7ae
3d57fe4a401e13860a08de708bddb10129fa19b6
/code/WPILib/Synchronized.h
de2b521d430f5fe61f3176f57dcdab15c554a201
[ "MIT" ]
permissive
trc492/Frc2011Logomotion
e2bf396a2dcaf030df4a2aeb14ce2c2bcd2bd741
c0cf25c21acdf2eb965e60291955f9e3080eb319
refs/heads/master
2021-01-25T04:36:25.208325
2018-05-27T19:35:26
2018-05-27T19:35:26
93,456,304
0
0
null
null
null
null
UTF-8
C++
false
false
1,308
h
/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ /*--------------...
[ "trc492@live.com" ]
trc492@live.com
c31fc186abb189d4697735627cd12558630ec8ed
98b09966eddd7ee089b515be805765c31e954d05
/intkv.cpp
838f67167cb2a82d135754e2058691df71eaa946
[]
no_license
pradeep-k/graphlake
00b28b550315f577c91b2a7017d7d03c7b37cc19
23d6b3f0fc4456009f36465aef4d64a1b2bc1ec9
refs/heads/master
2020-04-03T14:00:46.767933
2019-03-24T23:19:01
2019-03-24T23:19:01
155,308,391
0
1
null
null
null
null
UTF-8
C++
false
false
2,816
cpp
#include "graph.h" typedef struct __label_int64_t { vid_t src_id; int64_t dst_id; } label_int64_t; status_t int64kv_t::batch_update(const string& src, const string& dst, propid_t pid /* = 0*/) { vid_t src_id; uint64_t dst_id; index_t index = 0; label_int64_t* edges; if (batch_info1[ba...
[ "pradeepk@gwmail.gwu.edu" ]
pradeepk@gwmail.gwu.edu
8888f19a45e463ae3b8c6b1ee126eb77fd9b1b7b
53604577e8d1bf282a8e54ccf6a1a6ddba04b30c
/21_Spring/AStarNewVersions/SearchAlgorithm/SearchAlgorithm/main.cpp
183ace285be446fcb57078543601d62f3f98bc34
[]
no_license
Augmented-Library/Augmented-Library
a18a678ce10aadb34c54597499241bce4cc764cc
2da4c78deba4b067d60a67bbeac778e8c5eea45f
refs/heads/master
2022-12-11T18:18:44.281801
2021-05-12T17:29:03
2021-05-12T17:29:03
250,043,543
1
1
null
2022-09-23T22:53:22
2020-03-25T17:18:38
Swift
UTF-8
C++
false
false
10,560
cpp
// // main.cpp // SearchAlgorithm // // Created by Kora Hughes on 4/6/21. // Copyright © 2021 NYU Augmented Library VIP. All rights reserved. // #include <iostream> #include <list> #include <vector> #include <string> #include <fstream> #include <stdio.h> #include <math.h> #include "AStar.h" using namespace std; us...
[ "korastuff@gmail.com" ]
korastuff@gmail.com
0a21c745379b95fdff2ee263463fdb10ca1e7762
85f18e51046ed7cbe3647056f4e986f598e1892e
/talk-05/project1/observer.cpp
de9a0302aed6b67f9ad85ecc8c350067af8501eb
[]
no_license
sanblch/cpp-club
53240a9275783e2ec1add990b7e9adfa543b24cd
b446fc5729f87cd5f075b42bb87ba454f79fe480
refs/heads/master
2023-02-10T03:22:34.793623
2021-01-08T20:41:53
2021-01-12T04:23:02
255,383,396
1
1
null
null
null
null
UTF-8
C++
false
false
1,200
cpp
// Наблюдатель (Observer) #include <iostream> #include <vector> enum class Lang { ru, en }; class Observer { public: virtual void update(Lang lang) = 0; }; class Language { Lang lang{Lang::ru}; std::vector<Observer *> subs; public: void subscribe(Observer *obs) { subs.push_back(obs); ...
[ "a.krutikov@innopolis.ru" ]
a.krutikov@innopolis.ru
9da94cd363b103e0ea420a52d0af1e8f14ef4354
86ae690a1d10bb14e47d2951529d380c0f8c80f0
/Game/Actors/Enemy.h
b530c8f48d9c619b30e4390d7ecb02827aa744ee
[]
no_license
ickiie/CSC196
cbe8a3963d5983a55066ada38eb2e82fc9a64ea5
811b7c976296770230039038a3062f351effc007
refs/heads/master
2023-07-03T08:10:21.777274
2021-07-30T01:24:59
2021-07-30T01:24:59
381,502,884
0
0
null
null
null
null
UTF-8
C++
false
false
371
h
#pragma once #include "Base/Actor.h" class Enemy : public nc::Actor { public: Enemy(const nc::Transform& transform, std::shared_ptr<nc::Shape> shape, float speed) : nc::Actor{ transform, shape }, speed{ speed } {} void Update(float dt) override; void OnCollision(Actor* actor) override; private: float speed{ 200...
[ "nicolasries8@gmail.com" ]
nicolasries8@gmail.com
df30d4c28020ab34f1e3636912e8ad1820fd3013
45a1f47c08d3a1820ef2bcdb0a5c81ba7a95ba93
/fintp_connectors/src/MqConnector/MqFetcher.h
604b6a09fee40715db2ecce133600fbbe1fca4a0
[]
no_license
FinTPc/fintpc-tip
88fdd88451914b83b97b97903c6ebc308ce5509f
bf0e2d3a6015b8130022d839b16fa328c1c6af2b
refs/heads/master
2021-03-18T12:52:14.542929
2020-06-23T08:36:30
2020-06-23T08:36:30
247,077,547
0
0
null
null
null
null
UTF-8
C++
false
false
3,554
h
/* * FinTP - Financial Transactions Processing Application * Copyright (C) 2013 Business Information Systems (Allevo) S.R.L. * * 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...
[ "alexandru.zamfir@allevo.ro" ]
alexandru.zamfir@allevo.ro
6d2e55eab5f0c1e9189a4e476726c640d13d2200
6d258d9abc888d6c4640b77afa23355f9bafb5a0
/curlsmtp/src/client_text.cpp
fcc582dcce5eae1fa1a61c9cd20139b3cd945e0b
[]
no_license
ohwada/MAC_cpp_Samples
e281130c8fd339ec327d4fad6d8cdf4e9bab4edc
74699e40343f13464d64cf5eb3e965140a6b31a2
refs/heads/master
2023-02-05T00:50:47.447668
2023-01-28T05:09:34
2023-01-28T05:09:34
237,116,830
15
1
null
null
null
null
UTF-8
C++
false
false
1,207
cpp
/** * curlsmtp sample * 2020-07-01 K.OHWADA */ // SMTP Client // send mail with plain text to SMTP server // reference : https://github.com/honeyligo/curlsmtp/blob/master/main.cpp // g++ src/client_text.cpp curlsmtp.cpp -std=c++11 `pkg-config --cflags --libs libcurl` `pkg-config --cflags --libs jsoncpp` #inclu...
[ "ml.ohwada@gmail.com" ]
ml.ohwada@gmail.com
02fffc14dca9770c6c59507cd52fb4074b82096a
2d8f769e1abdafdd8edcbc8e4cbf7d77569b116e
/libraries/libutils/ResultOr.h
85b4a7bb34006e0b459f3f5161a643cc23368a59
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
atomicbitty/skift
0792810b7902fc98e8a2e3a4aa57a5e83255d7d7
2b4082c28ec560c9668f99f4c728e163d92d4e87
refs/heads/master
2022-12-04T07:43:29.467978
2020-08-26T22:33:06
2020-08-26T22:33:06
281,727,148
0
0
null
2020-07-22T16:21:05
2020-07-22T16:21:05
null
UTF-8
C++
false
false
971
h
#include <libsystem/Result.h> #include <libutils/Move.h> template <typename T> class ResultOr { private: Result _result; T _value; public: bool success() { return _result == SUCCESS; } T &&take_value() { assert(success()); return move(_value); } Result result() { return _...
[ "nicolas.van.bossuyt@gmail.com" ]
nicolas.van.bossuyt@gmail.com
cf3d5d72bdb3075757c438b694fa030d005e0a13
cd4c589986e0cb69c025a50091a6cb083b1c5586
/Middleware/PhysX/Samples/SampleBase/SampleConsole.cpp
b296a3e4c827709fec85cc681fad2995d1846eed
[]
no_license
DarriusWright/QuantumEngine
245e41afbf2d3eb4284afeb094a1b39b3423f739
aa1660fb6cb4c3645dcff215438b1b19a68dae06
refs/heads/master
2016-09-06T05:30:11.874136
2014-12-14T07:58:53
2014-12-14T07:58:53
27,872,722
1
0
null
null
null
null
UTF-8
C++
false
false
16,083
cpp
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
[ "dwright@student.neumont.edu" ]
dwright@student.neumont.edu
cb6d4b10bf4599f40c2b7144fa10d12a40955a44
9da9d591939d0ec1603fbe47858ed14268573ab6
/src/plugins/windows/windowsplugin.cpp
de16c518707d4051279e38eff7d64713f232cba5
[ "BSD-3-Clause" ]
permissive
rburchell/communi-desktop
03f83aee813f7c76f9b02903b1a078830240692f
0c0abb860af1cc1e6c54ad279025a5db04c7b031
refs/heads/master
2021-01-16T19:03:35.792275
2016-01-02T15:28:21
2016-01-02T15:32:38
7,948,081
0
1
null
null
null
null
UTF-8
C++
false
false
2,132
cpp
/* Copyright (C) 2008-2015 The Communi Project You may use this file under the terms of BSD license as follows: 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 ab...
[ "jpnurmi@gmail.com" ]
jpnurmi@gmail.com
da1171911266e361fa1b4ac6bcef12f7efc165b1
a3eb2cffef0e5bad04de69892c88bad17d7f9e22
/components/invalidation/impl/fcm_sync_network_channel.cc
d43bab76496597533f1927cfd0e2b581b9228ddf
[ "BSD-3-Clause" ]
permissive
daresais/chromium
1bb49915d877325f4de51011efeb46ba905d7384
fc37cd2e89d4ccdecb24d18b0e49000936830caf
refs/heads/master
2022-11-29T17:07:34.274402
2019-12-05T09:47:27
2019-12-05T09:47:27
225,954,954
0
0
BSD-3-Clause
2019-12-05T10:11:51
2019-12-04T20:52:45
null
UTF-8
C++
false
false
1,751
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/invalidation/impl/fcm_sync_network_channel.h" namespace syncer { FCMSyncNetworkChannel::FCMSyncNetworkChannel() : received_messages...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
2c5e785d4f20fc570760e5ea1f65cad25966a022
707faf9498b106f93305321b2f1ee9c31784506f
/c/gestiune-biblioteca/utiliz.cpp
cff7f4a46f5e34d2a2c1b5acef77ea9e99f7351c
[]
no_license
bdumitriu/playground
489479996fd3c8a83f456d08c01de5e09acb18d8
22a67f59832f0367806e50c84f2aec1ebba18150
refs/heads/master
2023-07-31T13:53:37.833865
2023-07-18T23:06:28
2023-07-18T23:07:24
2,675,737
1
0
null
2022-11-24T03:00:56
2011-10-30T15:39:47
Java
UTF-8
C++
false
false
8,901
cpp
#include "utiliz.h" // Implementarea claselor ce contribuie la utilizarea obiectelor Utilizator::Utilizator() { Utilizator(0, 0, 0); } Utilizator::Utilizator(int id, char *nume, char *sex) { this->id = id; strcpy(this->nume, nume); strcpy(this->sex, sex); nrObiecte = 0; } Utilizator::~Ut...
[ "bogdan.dumitriu@qtronic-software.ro" ]
bogdan.dumitriu@qtronic-software.ro
ddd97ba84d906b898e45bcd5cefdce0c58fe82e6
07eb399da1ce4374deedb339117299d321305b55
/freespace2/src/helped/helpedline.cpp
a2f802bdac796dda257c6aa37878b7f6e08c6168
[]
no_license
lubomyr/freespace2
222474acb364f4f2e5ad36ecad0450244196220d
a959fcf403400f5c5d933fba66a41d8e96b02811
refs/heads/master
2021-01-15T08:58:58.113252
2016-11-06T14:53:59
2016-11-06T14:53:59
52,396,527
11
4
null
null
null
null
UTF-8
C++
false
false
1,029
cpp
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on * the source. */ // HelpEdLine.cpp: implementation of the HelpEdLine class. // ///////////////...
[ "lubomyr31@gmail.com" ]
lubomyr31@gmail.com
a9ea01352bb2afcf10b680362ef3b59d2a7149af
3f75df57ae155e3eaada2885b12b78a63bbc43a1
/source/Geometry/SiLC/Model/include/Silc_Globals.hh
8b0fb203b53143cc8a343b4f7f9d65080e624848
[]
no_license
nkxuyin/mokka-cepc
52bb13455b6fc5961de678ad7cb695f754e49a47
61ce9f792a4cb8883f0d1cd1391884444b372dc0
refs/heads/master
2021-01-20T10:42:00.982704
2015-02-11T12:59:43
2015-02-11T12:59:43
24,243,983
0
1
null
null
null
null
UTF-8
C++
false
false
6,524
hh
/*! \file Silc_Globals.hh \brief Defines all common stuff for the classes in Silc namespace. This code is a part of the Geometry Builder for silicon tracking. Created and Developed by the SiLC Collaboration for full simulation optimisation. The design pattern of this code is originally defined to be used in Mokka...
[ "xuyin@nankai.edu.cn" ]
xuyin@nankai.edu.cn
79a03ea7b50c2552fb45e952aa820c97c5eea74f
c0a24b3c498a586f39f347f20caea830fc2c8694
/openFrameworks/libs/openFrameworks/app/ofAppEGLWindow.h
a5a6b5671cd9356949cdff4a674c608427749a85
[ "MIT" ]
permissive
AlexWolski/Ray-Tracing-Renderer
adc4e505ecb4ab665b91722b6567dbad8192fc77
c52a82fabaef937686da89df0c46501cbbce0a17
refs/heads/master
2023-05-01T16:18:20.269657
2021-05-19T12:32:15
2021-05-19T12:32:15
316,375,461
0
0
MIT
2021-05-19T11:52:58
2020-11-27T01:52:37
C++
UTF-8
C++
false
false
7,963
h
#pragma once #include "ofConstants.h" #include "ofAppBaseWindow.h" #include "ofThread.h" #include "ofImage.h" #include "ofEvents.h" #include "ofRectangle.h" #include <queue> #include <map> #include <X11/Xlib.h> enum ofAppEGLWindowType { OF_APP_WINDOW_AUTO, OF_APP_WINDOW_NATIVE, OF_APP_WINDOW_X11 }; typedef stru...
[ "alex.theinfinite@gmail.com" ]
alex.theinfinite@gmail.com
71df4c3cdc399bf1581accb32ba3b2b24a1b633a
70cc76bf6161fc555aa27d9f651ee00f11257f88
/Source/Fighter/Private/Event/EventModule.cpp
e5e100a567a5efe5ab2c97cc46f5a091e1c93975
[]
no_license
lori227/UE4Client
18e9be4544629230011ca0d75c57639ed1103a6f
64479b81b7908537afc03df8e15cc0505177ad28
refs/heads/master
2022-01-17T21:06:52.149599
2019-08-16T02:51:15
2019-08-16T02:51:15
194,272,747
0
0
null
null
null
null
UTF-8
C++
false
false
1,529
cpp
#include "EventModule.h" #include "FighterInstance.h" #include "Public/Lua/LuaModule.h" UEventModule::UEventModule( const FObjectInitializer& ObjectInitializer ) : Super( ObjectInitializer ) { } UEventModule::~UEventModule() { } UEventModule* UEventModule::GetEventModule() { return UFighterInstance::Instan...
[ "lori227@qq.com" ]
lori227@qq.com
b76417c70a5590c025c9e1343d0c84aad036f51b
f1d4116ad2fde1b06d28ad052064db38073e612c
/01_開発環境/shooting_c++/renderer.cpp
04941ee6982e218f0f9c017ffcd719698f80fa2d
[]
no_license
ayanokudo/HGS_2021_3_26
457cb1477840e792830f5641698e2cab9e9bdc6c
99d029ac6755a486c22d38077a80b692001986ed
refs/heads/main
2023-03-27T23:04:50.135455
2021-03-27T00:04:42
2021-03-27T00:04:42
351,449,310
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
7,649
cpp
//=============================================== // // 描画処理 (renderer.cpp) // Author : 後藤慎之助 // //=============================================== //======================== // インクルードファイル //======================== #include "renderer.h" #include "scene.h" #include "scene2d.h" #include "fade.h" #include "manager.h" #in...
[ "ayanokudo1211@gmail.com" ]
ayanokudo1211@gmail.com
c8046e2aac54f0660c7c08847fa1969aa5d6342d
d37fffa68b27868277b9655e6e2ad5590588f48e
/src/libs/pestpp_common/FileManager.cpp
ef4abdb9a5a7f6e14b98fb8f809aea7994f607c9
[ "LicenseRef-scancode-warranty-disclaimer", "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
scalet98/pestpp-1
d215a1ae33c785edf64b610675fe903bbce49859
04bac2b11eb410f85d9bfe09ac84e1d705bc55d8
refs/heads/master
2022-11-15T09:47:01.726575
2020-07-14T21:14:34
2020-07-14T21:14:34
283,382,711
1
0
null
2020-07-29T02:55:43
2020-07-29T02:55:42
null
UTF-8
C++
false
false
7,181
cpp
/* This file is part of PEST++. PEST++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. PEST++ is distributed in the hope that it w...
[ "jtwhite1000@gmail.com" ]
jtwhite1000@gmail.com
49364ee0345805adbe4cddff3e4b855c3f8b2316
abf9a0f7d37a470cfdcb35209858a4ea5bd0e74d
/github/Leika/Source/Stdafx/stdafx.h
cff25d966036f37676798273cc9fdc08e47aadac
[]
no_license
ShinichiArakawa/Leika-STG
459e286c2bc774e980cf09ca3f0c3e10844713b3
d7283739a3453ae1f46e2583986cb2d891248089
refs/heads/master
2021-06-12T08:19:58.812439
2016-12-25T17:50:11
2016-12-25T17:50:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
894
h
#pragma once #define _USE_MATH_DEFINES #include <SimpleMath.h> #include <string> #include <d3d11.h> #include <WICTextureLoader.h> #include <DirectXColors.h> #include <cmath> #include <d2d1.h> #include <list> #include <algorithm> #include <wrl.h> #include <io.h> #include <Fcntl.h> #include <consoleapi.h> #include <ios...
[ "武井 克己" ]
武井 克己
0b2f909d335c50a8ba75afffffc8411023803dd5
09cbb611036bce4e67ea3a2f9f141805a6c37167
/hphp/runtime/vm/jit/irgen-interpone.cpp
7945acdad282d440a86b6b1efc18605bc005abad
[ "Zend-2.0", "PHP-3.01", "BSD-3-Clause" ]
permissive
runt18/hhvm
6d681cd3e575b018ab8bedaebefbc4b5523e0f7a
9f573af4fbdd4e4bcbd4225fb7ee65deacb4104e
refs/heads/master
2021-01-24T23:34:56.173485
2016-03-22T18:33:18
2016-03-22T18:33:18
39,160,130
0
0
null
2016-03-22T18:33:18
2015-07-15T20:41:02
C++
UTF-8
C++
false
false
17,055
cpp
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | +---------...
[ "hhvm-bot@fb.com" ]
hhvm-bot@fb.com
5d1ec49a5b95c289b2ed4297e953553040f96ddb
3d03db0670c03be0b93ba1d529fc4629370ee65b
/RobotExp_4/Comm.h
46c309fff80738724ce8fae89e6c29e288edef7a
[]
no_license
kangdongwoon/MotorControl
7e06372313c0925833cf5ac3e7ed0ce8ba0be0fa
088a07659eceed50b0d75d332490682f2bba25a0
refs/heads/main
2023-06-12T06:11:49.712383
2021-07-04T12:39:35
2021-07-04T12:39:35
382,845,694
0
0
null
null
null
null
UTF-8
C++
false
false
3,923
h
////////////////////////////////////////////////////////////////////////////////////////////////////////// // File : Comm.h // Version : 1.0.1 // Date : 2019.08.21 // Writer : Lee, Seungmin (CDSL) ////////////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef _CCO...
[ "wdk1121@naver.com" ]
wdk1121@naver.com
ce864c09367e20a059262b881bf7d76bc9bfdcea
60bd79d18cf69c133abcb6b0d8b0a959f61b4d10
/libraries/shiftOutSlow/ShiftOutSlow.h
6b6e39719de5cad1631c5d2f9e4106423fad577b
[ "MIT" ]
permissive
RobTillaart/Arduino
e75ae38fa6f043f1213c4c7adb310e91da59e4ba
48a7d9ec884e54fcc7323e340407e82fcc08ea3d
refs/heads/master
2023-09-01T03:32:38.474045
2023-08-31T20:07:39
2023-08-31T20:07:39
2,544,179
1,406
3,798
MIT
2022-10-27T08:28:51
2011-10-09T19:53:59
C++
UTF-8
C++
false
false
1,052
h
#pragma once // // FILE: ShiftOutSlow.h // AUTHOR: Rob Tillaart // VERSION: 0.1.4 // PURPOSE: Arduino library for shiftOut with build-in delay // DATE: 2021-05-11 // URL: https://github.com/RobTillaart/ShiftOutSlow #include "Arduino.h" #define SHIFTOUTSLOW_LIB_VERSION (F("0.1.4")) class Shif...
[ "rob.tillaart@gmail.com" ]
rob.tillaart@gmail.com
80407bffa06a4ac706cfe53334165b9360f8a763
777f9fcbc5fd2c877b57f7a6eb4eaf708d7e416e
/instruction.h
f338c4ce539a959d0df6eaa03e5f8a5e3271aca1
[]
no_license
ayudov/Plot
7802baa37101f6fe22dbbb398e2a2901c905b645
2d4b1f715f0495e71128e3a7c2362bd218422cf9
refs/heads/master
2021-09-10T01:08:36.361582
2018-03-20T13:00:56
2018-03-20T13:00:56
126,016,757
0
0
null
null
null
null
UTF-8
C++
false
false
406
h
#ifndef INSTRUCTION_H #define INSTRUCTION_H #include <QWidget> namespace Ui { class InstructionWindow; } class InstructionWindow : public QWidget { Q_OBJECT public: explicit InstructionWindow(QWidget *parent = 0); ~InstructionWindow(); signals: void firstWindow(); private slots: void on_pushB...
[ "yudovv@gmail.com" ]
yudovv@gmail.com
5db125bc0c736bba2c4340f1bbdfa24258b1ec30
8ed4f41e2db7c11ddfe3ae5569f5a1f0fb145dd7
/TabsFrame/TabsFrame.h
b5814e365e32c5d2cb8ebafda2aaa752adedbbb9
[ "MIT" ]
permissive
hillelskolnik/TabsFrame
4299c2ab3a691a3bf9b82945947da207b02b73e4
58115e2eb4a156f21596e608d4ce516b1e8f4420
refs/heads/master
2020-05-29T21:44:45.788823
2019-05-30T10:52:19
2019-05-30T10:52:19
189,389,307
0
0
null
null
null
null
UTF-8
C++
false
false
7,717
h
// TabsFrame.h : main header file for the TabsFrame application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CTabsFrameApp: // See TabsFrame.cpp for the implementation of this class // #incl...
[ "hillelskolnik@gmail.com" ]
hillelskolnik@gmail.com
4312f9067a6ddc082bc8c589d24dc783cc778075
475ef285430134fd584a5eaf7a5c9c2f64d7e429
/matlab/haar/haar_vertical_linear.cxx
69d329fd15a4a600182f62c8d4c78548db1ad557
[]
no_license
ilario-pierbattista/hasp-tracker
2a1726caae852838c0f6dbad62a2b1792b243e5e
649a94057474d8cfc09f433fdb350606e50bc799
refs/heads/master
2021-01-24T15:22:39.783646
2015-12-17T10:50:12
2015-12-17T10:50:12
34,039,056
3
0
null
null
null
null
UTF-8
C++
false
false
1,693
cxx
#include <iostream> #include "mexutils.h" using namespace std; /* * Main function * * * * nlhs: Numero atteso di output * plhs: Array di puntatori all'output * nrhs: Numero di parametri in input * prhs: Array di puntatori all'input */ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mx...
[ "pierbattista.ilario@gmail.com" ]
pierbattista.ilario@gmail.com
f7931601aa1f0d26e66fa3c5c4adf9ea21bed557
d89a102718ba60ee88b730d7a8c9412971e40fd9
/External/libigl-2.1.0/include/igl/ray_box_intersect.h
8c33f234f97e211e4dc89a6b31b19b534a25dd14
[ "MIT", "GPL-3.0-only", "MPL-2.0" ]
permissive
RokKos/eol-cloth
bd228eef04400d3199864d5d7cf60de641c88479
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
refs/heads/master
2021-02-18T23:08:30.700135
2020-03-28T10:46:48
2020-03-28T10:46:48
245,248,707
0
0
MIT
2020-03-05T19:20:33
2020-03-05T19:20:32
null
UTF-8
C++
false
false
1,386
h
// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla Public License // v. 2.0. If a copy of the MPL was not distributed with this file, You can // obtain one at htt...
[ "rok.kos@outfit7.com" ]
rok.kos@outfit7.com
77613a7ee6cd63e1fdb16693092324086ed6afb7
20aaa121f46faeb4cea2f2a00064744734a95631
/ash/wm/immersive_fullscreen_controller.h
9d0f757c1e012369273829e7175bba2eb06124b6
[ "BSD-3-Clause" ]
permissive
michaelhood/chromium
5808259fdfbc9ef132056d2d9a48d0449a9c3ea2
56a0bba55886e67d75e4b4b6719371e050036ae6
refs/heads/master
2021-01-15T12:50:20.116977
2013-12-01T17:50:22
2013-12-01T17:50:22
14,848,303
1
0
null
null
null
null
UTF-8
C++
false
false
11,000
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_WM_IMMERSIVE_FULLSCREEN_CONTROLLER_H_ #define ASH_WM_IMMERSIVE_FULLSCREEN_CONTROLLER_H_ #include <vector> #include "ash/ash_export.h" #inclu...
[ "pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98" ]
pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98
4841a1f7b417cc16cd45ddf6af9b2fb6932e729a
7a36a0652fe0704b4b27f644653e7b0f7e72060f
/TianShan/ComcastNGOD/ssmNGODr2c1(Improved)/SetupHandler.cpp
1c751ceef885c9aad5c3ffade9eb3451fb984dc1
[]
no_license
darcyg/CXX
1ee13c1765f1987e293c15b9cbc51ae625ac3a2e
ef288ad0e1624ed0582839f2a5a0ef66073d415e
refs/heads/master
2020-04-06T04:27:11.940141
2016-12-29T03:49:56
2016-12-29T03:49:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,067
cpp
#include "./SetupHandler.h" #ifdef _DEBUG #include <iostream> using namespace std; #endif SetupHandler::SetupHandler(ssmNGODr2c1& ssm, IStreamSmithSite* pSite, IClientRequestWriter* pReq) : RequestHandler(ssm, pSite, pReq) { _method = "SETUP"; _inoutMap[MAP_KEY_METHOD] = _method; #ifdef _DEBUG cout<<"construct SET...
[ "jjz@example.com" ]
jjz@example.com
dce3d6109a3d0813eb97a3758fa435a792e13946
b012b15ec5edf8a52ecf3d2f390adc99633dfb82
/branches-public/moos-ivp-12.2mit/ivp/src/lib_logic/InfoBuffer.cpp
709989cd8e80056048968e4a11d44528a5c2d67c
[]
no_license
crosslore/moos-ivp-aro
cbe697ba3a842961d08b0664f39511720102342b
cf2f1abe0e27ccedd0bbc66e718be950add71d9b
refs/heads/master
2022-12-06T08:14:18.641803
2020-08-18T06:39:14
2020-08-18T06:39:14
263,586,714
1
0
null
null
null
null
UTF-8
C++
false
false
6,134
cpp
/*****************************************************************/ /* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: InfoBuffer.cpp */ /* DATE: Oct 12th 2004 Thanksgiving in Waterl...
[ "zouxueson@hotmail.com" ]
zouxueson@hotmail.com
4ad99c3d82a93eb2bb69402d82809ff3031e7e61
043ebd14c35e26216fcc4b37cc2b11ea60896d2d
/src/cx-endian.cpp
a444b7b0cf15f469d2cbee613a179b2605787174
[ "BSD-2-Clause" ]
permissive
ryanvbissell/cx
d8c3fa71af1a78220ee2a49179b99ffb4f93d2bb
5291d5cb8e622920628343088eaec9996a3b1d44
refs/heads/master
2021-06-22T01:22:40.638665
2020-12-21T01:35:18
2020-12-21T01:35:18
48,903,825
0
0
null
null
null
null
UTF-8
C++
false
false
778
cpp
// vim: set tabstop=2 softtabstop=2 shiftwidth=2 expandtab : /* * Copyright (c) 2013-2017 Ryan V. Bissell * All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause * See the enclosed "LICENSE" file for exact license terms. */ #define CX_TRACE_SECTION "endian" #include "cx-endian.hpp" using namespace CX...
[ "ryan@bissell.org" ]
ryan@bissell.org
561b0a3d0225c621eddf89bbb998861d868727c2
8191864909f7d8b896f97ff353ce475757f4fbd1
/deps/icu-small/source/common/uidna.cpp
2f133198491a9a15a936fe2ded64d1473306485a
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-unicode", "LicenseRef-scancode-openssl", "LicenseRef-scancode-unknown-license-reference", "Artistic-2.0", "NAIST-2003", "NTP", "ICU", "ISC", "Zlib", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
mozilla/spidernode
df5a1e58b54da5bfbc35a585fc4bbb15678f8ca0
aafa9e5273f954f272bb4382fc007af14674b4c2
refs/heads/master
2023-08-26T19:45:35.703738
2019-06-18T19:01:53
2019-06-18T19:01:53
55,816,013
618
69
NOASSERTION
2019-06-18T18:59:28
2016-04-08T23:38:28
JavaScript
UTF-8
C++
false
false
27,703
cpp
// Copyright (C) 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * * Copyright (C) 2003-2014, International Business Machines * Corporation and others. All Rights Reserv...
[ "srloomis@us.ibm.com" ]
srloomis@us.ibm.com
497efe21308b7e053f5f6b7513f8c503e7772be9
eba46fea985743f7e6ad20b149e7974e5fca6cc9
/widget/snooze_options.cpp
9dd1419e9d5d718fdd6f2a5182a09f341b84a824
[]
no_license
bdajeje/QtAlarm
56b2dac5b13a5129b966daf7335fd42f094a5d55
0eab83920beafd7839e47bc5d25cafcf43c1a727
refs/heads/master
2021-01-10T21:34:12.554953
2020-03-31T14:44:51
2020-03-31T14:44:51
19,826,028
0
0
null
null
null
null
UTF-8
C++
false
false
931
cpp
#include "snooze_options.hpp" #include "utils/properties.hpp" #include "utils/icons_manager.hpp" #include <QVBoxLayout> SnoozeOptions::SnoozeOptions(QWidget *parent, Qt::WindowFlags flags) : QDialog(parent, flags) { setWindowTitle(tr("Sound Options")); setWindowIcon(utils::IconsManager::get("snooze.png")); auto...
[ "jeremy.gousse@broadsign.com" ]
jeremy.gousse@broadsign.com
9619c4c09dd2e39e52bf031441d5e9097367ec66
467dc7e46b7dd2b7b24b308115cd15cca1a0b665
/3rdParty/humblelogging-master/include/humblelogging/configuration/simpleconfiguration.h
459681ce48fd05db21d7bb2b30f242c6e43eb2ce
[ "Beerware" ]
permissive
jiangtaojiang/PiMower
6a5bdd786bbae9319e7a07041c4375e9fce5cd96
3bfb1ecd2d4563a5b48a02b97fec97a9dcca7417
refs/heads/master
2021-12-22T11:46:36.639464
2017-10-13T13:07:35
2017-10-13T13:07:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
430
h
#ifndef HL_SIMPLECONFIGURATION_H #define HL_SIMPLECONFIGURATION_H #include "../configuration.h" #include "../loglevel.h" HL_NAMESPACE_BEGIN class HUMBLE_EXPORT_API SimpleConfiguration : public Configuration { public: SimpleConfiguration(int level = LogLevel::All); virtual ~SimpleConfiguration(); virtual int ...
[ "rohmer@yahoo.com" ]
rohmer@yahoo.com
5330bc069de1b1b5ad6268b6889d4d75a5463099
682b2f75ad805434c417831711bfa6655e4e2432
/Effect/Effect_LevelUp.cpp
d965522b1aa9b63e0a7d2b45dc1c91d7a5ce9ec9
[]
no_license
godyello123/JamJamGuradian
dae578617383ec9bba565c11dd64cc019eb8ef47
a878a3c52922c0447ce6d2be6ba3fd85421b7b4e
refs/heads/master
2023-03-17T22:42:44.541024
2021-03-16T08:48:47
2021-03-16T08:48:47
325,564,168
0
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Effect_LevelUp.h" AEffect_LevelUp::AEffect_LevelUp() { m_fTime = 0.f; m_fMaxTime = 1.2f; } void AEffect_LevelUp::BeginPlay() { Super::BeginPlay(); } void AEffect_LevelUp::Tick(float DeltaTime) { Super::Tick(DeltaTime); m...
[ "godyello123@gmail.com" ]
godyello123@gmail.com
188db7b4449ff13d952d8ab946b79613bb948593
e5f0f793fe910d147e1b3f21b77bb6592dce6752
/include/gl/state.hpp
9abd6560abd2726c4948c4c7772d31a2def64915
[ "BSL-1.0" ]
permissive
acdemiralp/gl
37ae9c4edcf1868ee2c93a45d62af55754f605b2
d08297fc03c6b63302eb9a9f07967bf623c968ff
refs/heads/develop
2021-12-15T01:43:43.192442
2021-12-05T16:48:56
2021-12-05T16:48:56
99,337,060
177
21
BSL-1.0
2018-09-13T22:12:16
2017-08-04T11:35:21
C++
UTF-8
C++
false
false
5,223
hpp
// Copyright Ali Can Demiralp 2016 - 2021. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef GL_STATE_HPP #define GL_STATE_HPP #include <string> #include <vector> #include <gl/opengl...
[ "demiralpali@gmail.com" ]
demiralpali@gmail.com
6a874d878e1fed196f078bdf3438b68b472e5c44
71139ac0e49209af20baf3fe88456912482c86f2
/types/null.hh
8678054c53c1e8645e67b4a12396114d43f24ddb
[]
no_license
sjolsen/sbcl-format-port
8dc32c648d67d80d659115ac0a855bace3bd1820
e447913862718ffc5267f1ab28b40d625ae73472
refs/heads/master
2021-01-10T19:16:22.482070
2015-07-28T04:06:13
2015-07-28T04:06:13
38,029,236
0
0
null
null
null
null
UTF-8
C++
false
false
88
hh
#ifndef TYPES_NULL_HH #define TYPES_NULL_HH struct null { }; static null nil; #endif
[ "so1132@txstate.edu" ]
so1132@txstate.edu
18d9e736b6aca1b2996396ca7f13554c48110884
345628ec0f6363b1ba235996649fb2fb0f786f19
/BTMultiThread-unix/include/Globals.h
7445626066e3676461c1e920e2b12e3619e89fa5
[]
no_license
rsantomo/Behavior-Tree
5a085f3cd8645740422885d585594cc47afa9dc7
09e24a04aa7fe67ac7651f118c1c6b7d8fc8da51
refs/heads/master
2020-04-15T20:07:42.109436
2015-03-02T14:35:28
2015-03-02T14:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
261
h
#ifndef global_H #define global_H #include <iostream> #include <alerror/alerror.h> #include <pthread.h> extern const std::string NAO_IP; extern std::string activity_name; extern bool activity_name_locked; extern pthread_mutex_t aPass_lock; #endif
[ "michele.colle@hotmail.com" ]
michele.colle@hotmail.com
7bbce9f44b68793aa8777ff97735197eedf3c486
3e11dc7aee5b08d296762de34aa56ad628de968f
/sample/SampleBroadcaster-Swift/Pods/Headers/Public/glm/glm/gtx/euler_angles.inl
e239690372f7e458b0b6bb96152d6076dd7d62dd
[ "LGPL-2.1-only", "MIT" ]
permissive
ParsifalC/VideoCore
9f6fb03729992022e19b34f22568e1c24819ad01
1ecb3b261e0ad6139e27299d5be459bf91a1a17f
refs/heads/master
2023-05-28T18:53:27.178985
2016-04-27T09:37:23
2016-04-27T09:37:23
57,192,837
0
0
MIT
2023-05-11T02:48:06
2016-04-27T07:24:46
C++
UTF-8
C++
false
false
43
inl
../../../../../glm/glm/gtx/euler_angles.inl
[ "max.campolo@kiswe.com" ]
max.campolo@kiswe.com
1daeabf5386756d7b6d9bf89bd4c621b74d27cc4
473d012bf941b45893e1d6cf79e43ff82f6e24f1
/ESP8266ArduinoIDE/DS18B20_temperature_sensor/DS18B20_temperature_sensor.ino
40bc77344aa6962a8902fa6ed2fad298609c4a32
[]
no_license
Paloschi/Arduino
46adfb29969da250fcff5bdac6b7bda9500a8d5f
f21b1c1eea8b0e2c7a6b0528189508d828b46dba
refs/heads/master
2021-01-08T17:50:32.482077
2020-11-05T13:05:05
2020-11-05T13:05:05
242,099,709
0
0
null
2020-02-21T09:17:11
2020-02-21T09:17:11
null
UTF-8
C++
false
false
2,960
ino
/* Created by Igor Jarc See http://iot-playground.com for details Please use community fourum on website do not contact author directly Code based on https://github.com/DennisSc/easyIoT-ESPduino/blob/master/sketches/ds18b20.ino External libraries: - https://github.com/adamvr/arduino-base64 - https://github...
[ "igor.jarc1@gmail.com" ]
igor.jarc1@gmail.com
64737ce699c73459c4ace83be09a130a70759906
1c882485e93f260359a62c0359428df0e8358af5
/ModuleIntegrationTest/ModuleIntegrationTest/util/SystemCheck.h
39ba5c72d7ffdaabc86a5224d946a905e0b0b481
[]
no_license
JaeKwang/ModuleIntegrationTest
c91c665ae2c5aa6a2faf406bc67f2cf99ef5366a
4a23faf2945c1f233c6a5c7df32fd28da6637e20
refs/heads/master
2020-06-23T20:00:01.228163
2019-08-01T12:51:54
2019-08-01T12:51:54
198,738,455
0
0
null
null
null
null
UHC
C++
false
false
1,301
h
// SystemCheck.h: interface for the CSystemCheck class. // ////////////////////////////////////////////////////////////////////// #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include <vector> using namespace std; class CSystemCheck { public: CSystemCheck(); virtual ~CSystemCheck(); /////////////...
[ "jkpark@potenit.com" ]
jkpark@potenit.com
44acc9cc2a5f2c9e061af8ca996c935fe283d796
ed5669151a0ebe6bcc8c4b08fc6cde6481803d15
/test/magma-1.3.0/src/cgetrf_nopiv_gpu.cpp
ced81d161b363a1965bb0a23110501ee8f1197e8
[]
no_license
JieyangChen7/DVFS-MAGMA
1c36344bff29eeb0ce32736cadc921ff030225d4
e7b83fe3a51ddf2cad0bed1d88a63f683b006f54
refs/heads/master
2021-09-26T09:11:28.772048
2018-05-27T01:45:43
2018-05-27T01:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,077
cpp
/* -- MAGMA (version 1.3.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver November 2012 @generated c Wed Nov 14 22:53:03 2012 */ #include "common_magma.h" // === Define what BLAS to use ============================================ #def...
[ "cjy7117@gmail.com" ]
cjy7117@gmail.com
c0837e13faefbe8b9872d57765273b5ac78fec68
1dd825971ed4ec0193445dc9ed72d10618715106
/examples/extended/medical/DICOM/src/DicomNestedPhantomParameterisation.cc
b3852a00606b2ffbc28cf56fee888f7420f77964
[]
no_license
gfh16/Geant4
4d442e5946eefc855436f4df444c245af7d3aa81
d4cc6c37106ff519a77df16f8574b2fe4ad9d607
refs/heads/master
2021-06-25T22:32:21.104339
2020-11-02T13:12:01
2020-11-02T13:12:01
158,790,658
0
0
null
null
null
null
UTF-8
C++
false
false
7,877
cc
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "gfh16@mails.tsinghua.edu.cn" ]
gfh16@mails.tsinghua.edu.cn
c1de55cd1656a0f1b554cf672f479443ee5b9dc7
78b3747f7c472515307a5de29c5a4c220974d3e4
/Arena/source/MD2Model.cpp
ad037fc049a371738b9a65cc921f6a507223326d
[]
no_license
highronn/smashstein
07c65771ca8146a23d15f42ab192bbe945e1b6ec
8eb45b8bc80032564b249a102a4545732e9af080
refs/heads/master
2022-03-26T18:55:59.764158
2019-10-23T08:42:27
2019-10-23T08:42:27
216,946,393
0
0
null
null
null
null
UTF-8
C++
false
false
8,253
cpp
#include <MD2Model.hpp> #include <GL/glew.h> #include <GL/gl.h> #include <GL/glu.h> #include <Fonctions.hpp> // ---------------------------------------------- // LoadModel() - charge un modèle à partir d'un // fichier <.md2>. // ---------------------------------------------- CMD2Model::CMD2Model(): m_fScale(1), m_uiT...
[ "rony.murat@gmail.com" ]
rony.murat@gmail.com
046178275de83d732bf81865832db11691c5d2d4
1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7
/Demo/Shenmue3SDK/SDK/ST_LookAtCacheData_structs.h
69f737fe5dac48f46294ee300d37e6327d7b3256
[]
no_license
LemonHaze420/ShenmueIIISDK
a4857eebefc7e66dba9f667efa43301c5efcdb62
47a433b5e94f171bbf5256e3ff4471dcec2c7d7e
refs/heads/master
2021-06-30T17:33:06.034662
2021-01-19T20:33:33
2021-01-19T20:33:33
214,824,713
4
0
null
null
null
null
UTF-8
C++
false
false
3,549
h
#pragma once // Name: S3Demo, Version: 0.90.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Script Structs //--------------------------------------------------------------------------- // UserDefinedStruct ST_LookAtCa...
[ "35783139+LemonHaze420@users.noreply.github.com" ]
35783139+LemonHaze420@users.noreply.github.com
91e771a05daa1e4bc3fd6290afc643bd0821eb82
dd3e31f7410d4c7c93e229f8b71c503cd648a3bc
/src/dragonbones/Armature.cpp
27a7137e9e95926f73612eea45922fa861580a61
[ "MIT" ]
permissive
ywl19891989/DragonBones
8b0917c32699a512300b7993bd0b7128cdce0495
13c08ba430a07453091fceecb420bc95fc0eba70
refs/heads/master
2021-01-10T20:30:03.385011
2014-03-02T15:31:14
2014-03-02T15:31:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,296
cpp
/* * Armature.cpp * * Created on: 2014-2-27 * Author: Hali */ #include "Armature.h" #include "Slot.h" #include "Bone.h" #include <algorithm> #include "display/IDisplayBridge.h" #include "core/DBObject.h" #include "animation/Animation.h" Armature::Armature(void* display) : userData(NULL) { _display = dis...
[ "hali.yang1989@gmail.com" ]
hali.yang1989@gmail.com
2663ca0070ceada677a75a88c18bcb9c73b6fb60
ef320c2411f63c4643ea74ebcb6dc03adb6b2983
/SweeneyTest.h
8ead3eb1ff1d7af454c7c48abd8b6f3e684dd0b8
[ "Apache-2.0" ]
permissive
XiaozhiGuo/Complex-3D-Vector-Fields
b4e5e593b6663cb1dc664c0b21b613b498804de3
a2c7f13716781281be9b1f2fa60cefe81da4599a
refs/heads/master
2021-01-24T20:03:10.280807
2016-03-30T01:33:15
2016-03-30T01:33:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
h
#pragma once class SweeneyTest { public: SweeneyTest(); ~SweeneyTest(); virtual float doStuff(float a, float b); };
[ "kylemdsweeney@gmail.com" ]
kylemdsweeney@gmail.com
4f92b3ad84dd8e52dda37dcce7c9e6e8338a9241
68ab609409e4c09f15ec4467a844435044652609
/cppSource/source/arrayBalancer.h
23b13586a5bce8eb5465ab1c6b57eae53e0631db
[]
no_license
Handagege/PCA
c066b79abbecedfc04df11d41ebbb43cf67a09e8
ee07b81048db50983f1784e3c496796f4d8f2544
refs/heads/master
2021-01-10T19:00:57.822780
2015-08-24T07:31:30
2015-08-24T07:31:30
41,288,693
0
0
null
null
null
null
UTF-8
C++
false
false
822
h
///////////////////////////////////////////////////////////////////////////////////////////////////// //// //// CarrayBalancer : arrayBalancer.h //// //// v1.0 - 2015.05.22 by (zhanghan5@staff.weibo.com) //// /////////////////////////////////////////////////////////////////////////////////////////////////////// #incl...
[ "han445812769@126.com" ]
han445812769@126.com
837ad7e3fb957b66b89c7849b71bdd4fbf4e6892
0f986e28d92af87814bd00dccf962de581011264
/lab2/Prj/TestDriver/main.cpp
44bd6385c2279e818a27e682cccb01906e7026b7
[]
no_license
SindragosaLedokrylaya/Anastasiia-Abashyna-KI17
968e46dcb1628398134c23b5c696ed98ea894ad6
aae996250fc16e93395d5e39b87d84ebc65df825
refs/heads/master
2021-04-06T11:39:51.040291
2018-04-20T19:01:58
2018-04-20T19:01:58
125,355,913
0
0
null
2018-03-15T11:15:32
2018-03-15T11:15:32
null
WINDOWS-1251
C++
false
false
4,400
cpp
#include <iostream> #include <ModuleAbashina.h> #include <stdlib.h> using namespace std; const char num[13] = {'-',',','.','0','1','2','3','4','5','6','7','8','9'}; bool isNum (string s); double toNum(string s); int main() { setlocale(LC_CTYPE,"ukr"); /* string qtest [5]; qtest[0] = q_calculation...
[ "nastena.drakon@gmail.com" ]
nastena.drakon@gmail.com
9e21c1b7ebd8d157e20f4a7fe14379fea2cf9f4c
b01adb671949fcd94e1c4c29fd21bb5382785a85
/LeetCode/29_divide_two_integers.cpp
aa206b9ee460f216b985e1acd51e03fdd9bc71ea
[ "MIT" ]
permissive
tanishq1g/cp_codes
c13f4841cbd3226c3600abc75eecb970aa416962
80b8ccc9e195a66d6d317076fdd54a02cd21275b
refs/heads/master
2021-06-20T00:37:48.926709
2021-02-05T17:59:10
2021-02-05T17:59:10
170,661,173
0
0
null
null
null
null
UTF-8
C++
false
false
2,029
cpp
#include <iostream> #include <vector> #include <map> #include <algorithm> #include <cstdlib> #include <string> #include <stack> using namespace std; class Solution { public: int divide(int dividend0, int divisor0) { long q = 0, ch, mul; long int dividend = dividend0; long int divisor = divis...
[ "tanishq.gupta@iiitb.org" ]
tanishq.gupta@iiitb.org
52829b8dc60f4ca5ea5388be1337d4e8b5005384
f818a5eb97c21258bd940565386382cdbd0f08fe
/problem2_v4.cpp
95adf5c1eb1a98a8eccbd7fb251e424d49106105
[]
no_license
YouYaoGuai/Problem1
384ff6359372a3784eb29376cd6975d922db51eb
91f0d5661cb90f87da449a1847e5bb5477e71267
refs/heads/master
2021-01-18T19:28:52.561700
2013-11-28T08:16:43
2013-11-28T08:16:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,083
cpp
#include <queue> #include <sys/types.h> #include <stdio.h> #include <pthread.h> #include <unistd.h> #include <assert.h> #include <semaphore.h> #define PRODUCER_STOP 0 //Producer threads stop #define CONSUMER_STOP 0 //Consumer threads stop #define PRODUCER_RUN 3 //Producer threads run #define CONSUMER_RUN 4 //Con...
[ "421997399@qq.com" ]
421997399@qq.com
f88494103901eeba7c5b0f3435ebf152302f6cc7
694c4de29879d086d4b2f47f1535faa992e27dd9
/smacc_sm_reference_library/sm_three_some/include/sm_three_some/states/st_state_4.h
b1f852855f5d06aa1328beacbf270d2b12f58cbd
[ "BSD-3-Clause" ]
permissive
tommy-gluxkind/SMACC
2df6e685bb74b04e084e6f2472ceb4444370113c
65cea9471f84daf5eb2f10649be2e7e3c1a2bb9f
refs/heads/master
2023-07-05T01:59:13.459704
2021-05-28T21:39:00
2021-05-28T21:39:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
527
h
namespace sm_three_some { // STATE DECLARATION struct StState4 : smacc::SmaccState<StState4, MsRun> { using SmaccState::SmaccState; // DECLARE CUSTOM OBJECT TAGS struct TIMEOUT : SUCCESS{}; struct NEXT : SUCCESS{}; struct PREVIOUS : ABORT{}; // STATE FUNCTIONS static void staticConfigure() { ...
[ "pibgeus@gmail.com" ]
pibgeus@gmail.com
de2f0dd1b5a584df9683895dcaa26517f6d34992
59ed80f0c6ede970ba515a399fefe9e8ff39f054
/LearningOpenCV/045.图像二值化与去噪.cpp
f47541c12568248ce26811e0f0b3cbf479b3a7fd
[]
no_license
webstorage119/LearningOpenCV14
3eb11b4e98259862dad34e424942cc9eccb96bcc
04162a6edcc16d7271f295d0de34d39063292a63
refs/heads/master
2023-08-10T13:42:12.399234
2020-03-17T05:14:09
2020-03-17T05:14:09
null
0
0
null
null
null
null
GB18030
C++
false
false
643
cpp
#include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace std; int main(int argc, const char *argv[]) { Mat src = imread("D:/images/coins.jpg"); if (src.empty()) { printf("could not load image...\n"); return -1; } namedWindow("input", WINDOW_AUTOSIZE); imshow("input", src); // 去...
[ "563412673@qq.com" ]
563412673@qq.com
aedff7f21a8e361ee37976a361f1dcf1d9e1abdc
6506a1f7f639d9cf6ca5921d17012d872368b843
/Baekjoon/13229.cpp
b5814f229ba7c87ab09c3a2e46f951e41a8e21d0
[]
no_license
onnoo/Online-Judge
c844dd1a6032eff2df32598ef93d6d9e3a4a070f
7df441657cc7750c3d90141e7462f3a2f72213a0
refs/heads/master
2022-06-06T18:30:57.732490
2022-03-19T09:28:15
2022-03-19T09:28:15
163,737,364
1
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
#include <iostream> #include <vector> using namespace std; int arr[100000]; int main(void) { ios_base::sync_with_stdio(0); cin.tie(0); int N, M, i, j, sum; cin >> N; for (int i = 0; i < N; i++) { cin >> arr[i]; } cin >> M; while (M--) { sum = 0; cin ...
[ "sweyjw@gmail.com" ]
sweyjw@gmail.com
d49d453f054220baa35a854ebc48ac6ae47b97b2
d52d86753f5766bf7d1d8a3c8286cb2bb904d3b2
/include/stan/math/prim/prob/lognormal_cdf.hpp
03ba45077faff4754fdcaa5619a25ab17cb078e0
[]
no_license
lijinbio/MMULT
102726a3e29cf9cd801aedf837fe4a762b5b1593
b68eed35e5d562d473b14c1a593da4730d1d0b94
refs/heads/master
2022-12-13T01:31:31.919180
2020-09-20T14:56:16
2020-09-20T14:56:16
292,704,139
1
0
null
null
null
null
UTF-8
C++
false
false
2,798
hpp
#ifndef STAN_MATH_PRIM_PROB_LOGNORMAL_CDF_HPP #define STAN_MATH_PRIM_PROB_LOGNORMAL_CDF_HPP #include <stan/math/prim/meta.hpp> #include <stan/math/prim/err.hpp> #include <stan/math/prim/fun/erfc.hpp> #include <stan/math/prim/fun/size_zero.hpp> #include <stan/math/prim/fun/constants.hpp> #include <stan/math/prim/fun/va...
[ "lijin.abc@gmail.com" ]
lijin.abc@gmail.com
a6ad2a10e821c57aa7c407e627b85ca7025f033d
0a95e856228482d252ce4c399b82cce80ceca5eb
/problemdata.cpp
846a8fa9a54d604aa3c62f4d82f74fe5210cf741
[]
no_license
mtkloepf/ProF
972437440490e1d3a11994fdceb47d96c40e6469
8243888f428efda7429ebb8dec0f07656d64ca98
refs/heads/master
2021-01-22T10:46:38.505990
2017-03-15T21:48:25
2017-03-15T21:48:25
43,173,656
0
0
null
null
null
null
UTF-8
C++
false
false
588
cpp
#include "problemdata.h" ProblemData::ProblemData() { } QList<Requirement *> ProblemData::getRequirements() const { return requirements; } void ProblemData::setRequirements(const QList<Requirement *> &value) { requirements = value; } void ProblemData::addRequirement(Requirement &value) { if(!requiremen...
[ "mtkloepf@mtu.edu" ]
mtkloepf@mtu.edu
fff2ba71b51a42ea0e7f929c58de1ee1656bcd90
3134c38a2f5d083430fb34f4fbbfef3b5830338a
/Slave/include/Transaction/Setting.h
91ce4f16b0ed13e01d2e1d42395d5b69c42e272a
[]
no_license
muhuhui/kit_code_t35e
979c6d98e015cd2281c191c562fbbf27c534c694
d8fb1991791e9869a59920ba7faf1b277b29cfe7
refs/heads/main
2023-05-29T02:17:38.771550
2021-06-11T08:32:48
2021-06-11T08:44:46
375,956,108
0
0
null
null
null
null
UTF-8
C++
false
false
8,473
h
#ifndef SETTING_H #define SETTING_H #include "Common/SingleTon.h" #include <string> #include <list> #define begin_pos "orbit_start_position" #define end_pos "orbit_end_position" #define arm_begin_pos "arm_begin_pos" #define arm_end_pos "arm_end_pos" #define default_speed "speed" #define acceleration "orbit_accelerati...
[ "muhuhui@163.com" ]
muhuhui@163.com
4d6a98fc89f7452997cd207a54216157e67c025d
6dbe15afeef125057e7d331606e3be9c5d510e5c
/Server/Sock/SocketManager.h
9ef84f2cc5b9f687985c263e4dcb982b46d1ca29
[]
no_license
adwel94/2D_PROJECT_SERVER
428ef32ae233eb25f84c2fd07d6a7139e30be5f3
426ae3d5b90f61b3053177c3b8c427bec2ebbee8
refs/heads/master
2022-11-29T19:33:43.485282
2020-08-19T08:45:22
2020-08-19T08:45:22
257,766,749
1
0
null
null
null
null
UHC
C++
false
false
964
h
#pragma once #ifndef _SOCKET_MANAGER_H_ #define _SOCKET_MANAGER_H_ #include "Sock.h" #include "Singleton/SingleTon.h" #include "Log/Log.h" namespace Server { namespace Socket { class cSockManager { Utilities::cLog mLog; public: cSockManager(); ~cSockManager(); //소켓 변경 bool TCP_Listen_Sock(OUT ...
[ "hun4159@naver.com" ]
hun4159@naver.com
d5b440a7a2714f3ed35ca0ca51c43cccb9274897
036c026ca90f4a4a663f914b5333ecd1da9ff4d3
/bin/windows/obj/include/lime/graphics/opengl/ext/EXT_blend_minmax.h
b1b3a57e68f25b28ae9134ffa625651a6e8c8d8c
[]
no_license
alexey-kolonitsky/hxlines
d049f9ea9cc038eaca814d99f26588abb7e67f44
96e1e7ff58b787985d87512e78929a367e27640b
refs/heads/master
2021-01-22T04:27:53.064692
2018-05-18T02:06:09
2018-05-18T02:06:09
102,267,235
0
1
null
2018-03-25T19:11:08
2017-09-03T13:40:29
C++
UTF-8
C++
false
true
2,549
h
// Generated by Haxe 3.4.0 (git build development @ d2a02e8) #ifndef INCLUDED_lime_graphics_opengl_ext_EXT_blend_minmax #define INCLUDED_lime_graphics_opengl_ext_EXT_blend_minmax #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_STACK_FRAME(_hx_pos_60db2844fe3361da_10_new) HX_DECLARE_CLASS4(lime,graphics,opengl,ex...
[ "akalanitski@playtika.com" ]
akalanitski@playtika.com
5e8dc84d09e458fe78b9a7f2ab4c55b0f1ea3d3c
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/contest/1542580585.cpp
92bef88d68019f27e198e56ad0ef20841c753865
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
1,463
cpp
#include<bits/stdc++.h> #include <math.h> using namespace std; #define MOD 1000000007 #define ll long long #define slld(t) scanf("%lld",&t) #define sd(t) scanf("%d",&t) #define sld(t) scanf("%ld",&t) #define pd(t) printf("%d\n",t) #define plld(t) printf("%lld\n",t) #define pcc pair<char,char> ...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
04b6bd5e6c91857a627230de920a1cc08d85b0ba
04b1803adb6653ecb7cb827c4f4aa616afacf629
/chrome/chrome_cleaner/logging/message_builder_unittest.cc
162e65b19a261e14262a45543b2bc34486da220f
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
4,254
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 "chrome/chrome_cleaner/logging/message_builder.h" #include "testing/gtest/include/gtest/gtest.h" namespace chrome_cleaner { TEST(MessageBuilde...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
c9eabc286999e5a72252d65ea629b97d3c6c847a
abaf6ba4ce6db92e48c84d38a31fb793d5bee035
/U8libExample/U8libExample.ino
ea20dc6c20ccbaf71800b3feaa046da953c17d98
[]
no_license
bobm123/TurnsCounter
e948b749d2ae3bd64adbd90bd66c066bdfd29f79
bb584b29190a31af1610ad7763bc3f1538622f7c
refs/heads/master
2023-06-13T05:44:59.161655
2015-05-13T11:02:40
2015-05-13T11:19:24
383,812,561
0
0
null
null
null
null
UTF-8
C++
false
false
1,069
ino
#include "U8glib.h" U8GLIB_SSD1306_128X64 u8g(12, 11, 8, 9); // SW SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9 void setup(void) { // assign default color value if ( u8g.getMode() == U8G_MODE_R3G3B2 ) { u8g.setColorIndex(255); // white } else if ( u8g.getMode() == U8G_MODE_GRAY2BIT ) { u8g.setCol...
[ "bobm123Wgmail.com" ]
bobm123Wgmail.com
02188189aa9b9d955b8833981f4e08f6f267ba4b
897868d4960eee6e728597e4ec5576aa03064785
/libecc/src/c++/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
ac9877bbd9ce75752c5f4a0caaa7bf66726f2b70
[ "NCSA", "MIT" ]
permissive
martell/ellcc
ab95d98c6023a23402a474044730db125349c843
b144e161b5f70da528ae64329f27e4dfab489e5a
refs/heads/master
2021-04-26T11:49:19.551929
2016-10-05T09:21:00
2016-10-05T09:21:00
70,063,491
2
1
NOASSERTION
2020-03-07T21:58:00
2016-10-05T13:32:53
null
UTF-8
C++
false
false
5,256
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
[ "rich@ellcc.org" ]
rich@ellcc.org
e90a37159955ebab7987b0f3e721cf848e36e3b7
4f0b3ab49115594a5cac97e10f7a571f0167ce5a
/2938/2938.cpp
102130ec45243f31cdaae0eff471bb447cd7c9a0
[]
no_license
hk-lin/Bzoj-Problemset-Record
5ae05d52c0248db04a080b222a93d93cef570360
6c6ef4bfe33e05927736d810a22767628567d205
refs/heads/master
2021-09-11T16:58:47.869362
2018-04-10T04:14:44
2018-04-10T04:14:44
109,981,895
0
0
null
null
null
null
UTF-8
C++
false
false
1,863
cpp
#include<bits/stdc++.h> #define clr(x) memset(x,0,sizeof(x)) #define clr_1(x) memset(x,-1,sizeof(x)) #define INF 0x3f3f3f3f #define mod 1000000007 #define LL long long #define next nexted using namespace std; const int N=3e4+10; const int type=2; char s[N]; int n,m,T,tot; int vis[N]; struct node { int pre,tag,dep,n...
[ "464453990@qq.com" ]
464453990@qq.com
70420edb732ad523ba44a7de06aa6fa61200f5a2
e452720ba987d43156855aa4053c9ec29c32bcec
/src/steamnetworkingsockets/clientlib/steamnetworkingsockets_p2p.cpp
4a6b1a72a0a700f93918a72e750851022f975069
[ "BSD-3-Clause" ]
permissive
MemoryLonely/GameNetworkingSockets
d591aa3d6415b360f8d1daa79527b53594980212
d921e68ec8f450af70207fe59c4f7bc5c9444090
refs/heads/master
2022-04-15T02:21:23.346304
2020-04-14T17:09:25
2020-04-14T17:09:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,467
cpp
//====== Copyright Valve Corporation, All rights reserved. ==================== #include "steamnetworkingsockets_p2p.h" #include "csteamnetworkingsockets.h" #include "crypto.h" #ifdef STEAMNETWORKINGSOCKETS_ENABLE_SDR #include "steamnetworkingsockets_sdr_p2p.h" #endif #ifdef STEAMNETWORKINGSOCKETS_ENABLE_WEBRTC #i...
[ "fletcherd@valvesoftware.com" ]
fletcherd@valvesoftware.com
55b6226f96e2b86b28364148d5d88700e1e96522
afcd92b290354284424d39f52a5f79e21176c22f
/NursePatternGenerator/NursePatternSource.cpp
8a67c64bee02c25fd54693e854b0b2df1e7a5365
[]
no_license
justinkong94/Y3Dissertation
31964a449a7057bfc704b2b21d7bf021a31a289c
ac4f098ad0e7359dd32c67f8045e0fb25050b55b
refs/heads/master
2020-07-06T10:22:54.472814
2016-11-17T16:40:13
2016-11-17T16:40:13
74,046,683
0
0
null
null
null
null
UTF-8
C++
false
false
31,064
cpp
#include <iostream> #include <algorithm> #include <vector> #include <string> #include <sstream> #include <fstream> #include <time.h> using namespace std; //3 things that must be manually changed for every new instance const int TOTALTYPEOFSHIFTS = 2; const int TOTALNUMBEROFNURSES = 14; const int TOTALNUMBEROFDAYS = 1...
[ "justinkong24@yahoo.com" ]
justinkong24@yahoo.com
7e2bf492fe46c6066595e6c93f512b78265db9c2
5822905d99d37279354d96cf369220b84d1e43f0
/src/argument_handler.cpp
485e7fbcfdeb85684af0a241210d81de04a28404
[]
no_license
paulsteele/report-generator
1c14d8c0401cd36171cec708fb0ee96e534dfc01
dd36ef709e57f896eb8407a8c8a57594899268a0
refs/heads/master
2021-01-22T11:58:38.005785
2014-05-28T01:29:03
2014-05-28T01:29:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,722
cpp
/*---------------------------------------------------------- Argument Handler Handles arguments passed into program. Arguments have format "-KEY=VALUE". Value is optional ----------------------------------------------------------*/ #include "argument_handler" /*-------------------------------------------------------...
[ "paul_steele@live.com" ]
paul_steele@live.com
8f1bfb8a108ea5e342edf9a23a99cbff7442c0d6
bacc812a98b547550b8d95e633a49130f88c11e0
/include/node.h
47c3a582128bd29c4a24932445d9716e8deab93a
[]
no_license
Dememedp/dopppvis
18e7445b96acf4a3344275290a3a1194ee098009
95310bb0c2cb99c89bdd0cb0d34927e2a386b969
refs/heads/master
2023-02-08T12:30:56.514318
2020-12-24T12:10:27
2020-12-24T12:10:27
324,147,895
0
0
null
null
null
null
UTF-8
C++
false
false
300
h
#ifndef NODE_H #define NODE_H #include "set.h" template<class T> struct node { T data; node* parent; set<std::unique_ptr<node>> leaves; explicit node(const T& data); }; template<class T> node<T>::node(const T& data) { this->data = data; this->parent = nullptr; } #endif
[ "artfree11@mail.ru" ]
artfree11@mail.ru
178980a2a69b73de0d45a243a9523f857b691e66
c893855e46d7506f952bafd5a03b14dd5a1bbd3b
/Algo++/Von Neuman Loves Binary.cpp
a45612554899e639ba3c3763450151b2436378e9
[]
no_license
abhidahiya23/CompetitiveProgramming
9b8465cc53add476f83c6cb71346e91449b2d675
347ee56b38677c55886617a6fcb008a17f445bc8
refs/heads/master
2020-06-20T03:58:03.996610
2020-02-06T18:55:40
2020-02-06T18:55:40
196,983,425
0
0
null
null
null
null
UTF-8
C++
false
false
296
cpp
#include<iostream> #include <math.h> using namespace std; void decimal(string s){ int n = s.length(); int num=0; int k=0; for(int i=n-1;i>=0;i--){ num = num + (s[i]-'0')*pow(2,k++); } cout<<num<<endl; } int main(){ int t; cin>>t; while(t--){ string s; cin>>s; decimal(s); } }
[ "abhidahiya23@gmail.com" ]
abhidahiya23@gmail.com
e1dd6f69e9b102ea4e0bd34efcfe0426d45ce0c2
dde3d97ce1b9ba62fcfd4e90f9f222d129e01ba2
/二进制求和.cpp
9e38cd7bbca160a2a039194d3f04f197ea3f52ba
[]
no_license
jingaz/LeeCode
f3d0d2aeaf3f9e8b82f3efd60d85d5d367b3cef1
1bf9a780099c0418e3fd49c0a6088191863de2c2
refs/heads/master
2021-05-22T02:14:14.179942
2020-04-28T18:29:01
2020-04-28T18:29:01
252,923,512
0
0
null
null
null
null
UTF-8
C++
false
false
1,257
cpp
#include <iostream> #include <string> #include <vector> using namespace std; string addBinary(string a, string b) { string long_str = a.size() > b.size() ? a : b; string short_str = a.size() > b.size() ? b : a; int i = long_str.size() - 1; int j = short_str.size() - 1; int ca = 0; for (; i >= ...
[ "2695455228@qq.com" ]
2695455228@qq.com
05a3c1ecfb19b1b1da80f517de6477486ac44e23
2ea8cec84aa618decaf658d9033eda8b6f6de4a4
/Cpp/include/stat_fetcher.hpp
5095bba638c4596116b3d87de112d811c138408f
[]
no_license
sayansil/test_cpp_actions
b6f1068c540617de9aadcb08208894456297682d
de082957068973f145f25151debd6637724d1252
refs/heads/master
2021-01-08T22:26:15.485322
2020-11-07T19:55:16
2020-11-07T19:55:16
242,160,345
0
0
null
null
null
null
UTF-8
C++
false
false
1,380
hpp
#ifndef STAT_FETCHER_HPP #define STAT_FETCHER_HPP #include <memory> #include <string> #include <vector> #include <utility> #include <nlohmann/json.hpp> #include <nlohmann/json_fwd.hpp> #include <filesystem> #include <iostream> #include <animal.hpp> #include <plant.hpp> using ENTITY_MAP_TYPE = std::unordered_map<std::...
[ "sayan227sil@ymail.com" ]
sayan227sil@ymail.com
041024f569f7260270a57a851e333cf23c530568
005cb1c69358d301f72c6a6890ffeb430573c1a1
/Pods/Headers/Private/GeoFeatures/boost/mpl/remove.hpp
8a66fc66cd181eb1b3447ef3b95514fd9b90d243
[ "Apache-2.0" ]
permissive
TheClimateCorporation/DemoCLUs
05588dcca687cc5854755fad72f07759f81fe673
f343da9b41807694055151a721b497cf6267f829
refs/heads/master
2021-01-10T15:10:06.021498
2016-04-19T20:31:34
2016-04-19T20:31:34
51,960,444
0
0
null
null
null
null
UTF-8
C++
false
false
59
hpp
../../../../../GeoFeatures/GeoFeatures/boost/mpl/remove.hpp
[ "tommy.rogers@climate.com" ]
tommy.rogers@climate.com
dd5c61c73c0760166db8fe4ce5981a795b8fa93f
7fdcca15c8c9ecfc1f8922b1d604c53b8e516ada
/libusb_amba/amba_pktfmt.h
21d7f1771ca871feada63b779458cff622a9af73
[]
no_license
hotsauce1861/libusb_amba
f9cfc122f7f950d5cf669a0967b439326f68d1a3
23af56d88f341d2d4c39c2e0a883ed553372a3e2
refs/heads/master
2021-04-15T12:16:27.823770
2018-03-29T07:21:30
2018-03-29T07:21:30
126,916,137
0
0
null
null
null
null
UTF-8
C++
false
false
247
h
#ifndef AMBA_PKTFMT_H #define AMBA_PKTFMT_H class amba_pktfmt { public: amba_pktfmt(); int get_header_size(){return m_header_size;} private: int m_header_size; }; #endif // AMBA_PKTFMT_H
[ "834086858@qq.com" ]
834086858@qq.com
bf0adf117bf1c832d861a6b196354f0c213c4f42
a8d9d9ba85abaad5c2f690a64e95edccfdbab1a0
/network3/network3.cpp
fe6769578c06a77e03d21fe6e3888db84cb439e1
[]
no_license
dunnaway/wwiv
fc418e6815bcf874ed38b505d7e24c51a23cdfd4
0722138f2256f6facee5643d325a6d9b9eb35f34
refs/heads/master
2021-05-08T03:38:44.236316
2017-09-24T21:21:20
2017-09-24T21:21:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,096
cpp
/**************************************************************************/ /* */ /* WWIV Version 5.x */ /* Copyright (C)2016-2017, WWIV Software Services */ /* ...
[ "rushfan@wwivbbs.org" ]
rushfan@wwivbbs.org
1024597d53a7a3659e1bcbe4512a9ee4b3a7b11b
a9b562110162378cb3ad5e15231de6a1f88e45dd
/v1.0/CSObserver/build-CSAnalize-Desktop_Qt_5_12_3_MSVC2017_64bit-Release/release/moc_matchinfo.cpp
8d1624315c91f8a253afba0f2cf547d2f762fdd5
[]
no_license
mrKaribin/CSObserver
92a9e1eee35d74ca126f4e5183d848989ce7a105
9f47820f8de2cec25a0fc82d47b139c7c6b5e70d
refs/heads/main
2023-04-05T02:06:20.390063
2021-04-25T18:10:23
2021-04-25T18:10:23
361,458,646
0
0
null
null
null
null
UTF-8
C++
false
false
6,424
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'matchinfo.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.3) ** ** WARNING! All changes made in this file will be lost! **********************************************************...
[ "demyan.marfida@gmail.com" ]
demyan.marfida@gmail.com
e59762da561892ca97dd88c7631a95380aaba796
b999e8c802019a6eaa1ce4bb8d054349a37eee25
/win10/Include/10.0.17763.0/winrt/windows.graphics.directx.h
03070b432b91ba911a634c470addba51bf4a2c37
[ "BSD-3-Clause" ]
permissive
kniefliu/skia
a647dd2011660f72c946362aad24f8d44836f928
f7d3ea6d9ec7a3d8ef17456cc23da7291737c680
refs/heads/master
2021-06-09T02:42:35.989816
2020-03-22T09:28:02
2020-03-22T09:28:02
150,810,052
4
4
null
null
null
null
UTF-8
C++
false
false
44,645
h
/* Header file automatically generated from windows.graphics.directx.idl */ /* * File built with Microsoft(R) MIDLRT Compiler Engine Version 10.00.0223 */ #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRE...
[ "kniefliu@outlook.com" ]
kniefliu@outlook.com
99e997c67c44195ce6d11340ee74d0d114fe6e8c
f9738b3c771cb67dc2a3f6748d74cc98fee9ae7e
/Project/externals/binaryen/src/cfg/Relooper.h
50f40fd88ff2e5fdb3eb89075fba7ff76ac73de0
[ "MIT", "Apache-2.0" ]
permissive
eedsilva/default-template
ca40c97973e97732f7d0df2c7d8756a8b07cf4b8
069c6f9d1634a4b49ddb1ae704788ef0403ecb03
refs/heads/master
2020-03-23T15:25:21.763462
2018-08-10T09:09:33
2018-08-10T09:09:33
141,747,106
1
0
MIT
2018-07-20T18:51:31
2018-07-20T18:51:30
null
UTF-8
C++
false
false
12,421
h
/* * Copyright 2016 WebAssembly Community Group participants * * 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...
[ "info@infinitexlabs.com" ]
info@infinitexlabs.com
58cad75d3cc13d568fef0be0edf655f3c1295533
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/Game/XLoadingCompleter.h
310975a7a533b52ebb1f701f00079aeecaf4b9fc
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
608
h
#pragma once class XLoadingCompleter { private: public: XLoadingCompleter() {} virtual ~XLoadingCompleter() {} virtual void WorldLoadingFinish() = 0; ///< World 로딩 완료 virtual void Complete() = 0; ///< 서버까지 준비 완료 }; class XGame; class XLoadingFrame; class XLoadingCompleter_Game : public XLoa...
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
d5d1145b79f319e301896ee7c8544812c1b3c058
5cfbc693c02bb5afc3e762a8e9958239b8b0f08d
/CPP17/week7/L7/zad2.cpp
f151ee21bd284ac2291e5ba3e9fe8f2a5a9fa9d2
[]
no_license
ItachiEU/University
f38e3e1f3d5c08ab0c4385f8309f668b64d98e7d
1b17188bd2bd859b6206698787a196e9259b57a5
refs/heads/master
2023-01-27T15:04:47.370134
2023-01-13T18:07:37
2023-01-13T18:07:37
246,630,943
0
2
null
2023-01-13T18:02:17
2020-03-11T17:02:29
Jupyter Notebook
UTF-8
C++
false
false
834
cpp
#include <bits/stdc++.h> using namespace std; random_device rd; mt19937 mt(rd()); void uni(double a, double b, string fileName) { ofstream out(fileName); uniform_real_distribution<double> real(a, b); for (int i = 0; i < 1000; i++) { out << real(mt) << endl; } out.close(); } void binom(double ...
[ "komorowski.filip@gmail.com" ]
komorowski.filip@gmail.com
314396dc2b589df52a56b1c4b4d8aaee805c7718
8adefb535a4ca1b18dea49388600f927bab05e01
/lib/custolib/BL0937.cpp
525b9fe8c853541602651c8ad32cbb6098c56e08
[]
no_license
albkirk/Despertador-ZEN
ce0c7eb43910496bf2d70b4bb65313b67b218eb4
2b8b00aed92bdac9349b706840283df4137c1616
refs/heads/master
2023-05-13T00:09:30.067748
2023-05-02T17:27:54
2023-05-02T17:27:54
162,419,265
0
0
null
null
null
null
UTF-8
C++
false
false
7,023
cpp
/* BL0937 By Nuno Albuquerque, based on Xose Pérez's HLW8012 version This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This pr...
[ "albkirk@gmail.com" ]
albkirk@gmail.com
d1ee13b88f1437fcf689f8737a6d4d91a5000852
f4968a195b8fc27de2786033ffbe5a70f8893235
/helloTest/helloTest/stdafx.cpp
30a3cecfd08ab2433892c5d61bf03695faebd6c1
[]
no_license
dusk96/master
ea257786655393025f72d6c2c052fd66d76f636f
3e86501cfb4e6011a95dcc2ab4cc6050745fc328
refs/heads/main
2023-05-13T05:13:19.837251
2021-06-03T13:31:37
2021-06-03T13:31:37
373,496,498
0
0
null
null
null
null
GB18030
C++
false
false
261
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // helloTest.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
[ "dsk_163mail@163.com" ]
dsk_163mail@163.com
c6152027ccbb97292cbf9d4c894498538d2c3924
2f88104543a7c8906f901d8b4b4b67110927df17
/3 File Input Output, Classes/typecasting.cpp
7e16062ba0905eb0c203fa0408acd2f939c52821
[]
no_license
MStolz-MSc/Cpp_Training
7b96c3654f1d80184989bffd20db775292b90fd8
3324bee40fb79f3e04cc5d48236c954155fd00ba
refs/heads/master
2023-02-20T02:58:51.378274
2021-01-22T21:37:51
2021-01-22T21:37:51
330,275,244
0
0
null
null
null
null
UTF-8
C++
false
false
790
cpp
// simple demonstration of typecasting. // example: (char)65 --> 'A' // c-style cast // char(65) --> 'A' // function-style cast // static_cast<char> ( 65 ) --> 'A' // or when devision is made with two integers...could be handy to type cast.. #include <iostream> using namespace std; int main() { f...
[ "marius37@online.de" ]
marius37@online.de
29bf4bd66e1c9d153b362e0d5fd86c03354baede
a859dd90cb36036b19571ee45ee699e87d87a67e
/extendedwebserver.cpp
b7c9d85555debb902f7ccddd417a83a30ed91256
[]
no_license
sean-foley/garage-o-matic
31c1bfcbdeb4508bfd5748b924bca68814268b3c
746fc73d1a417c2d75d3e2ccf74d18931d9573ed
refs/heads/master
2021-08-20T03:09:34.539514
2017-11-28T03:20:20
2017-11-28T03:20:20
111,967,617
1
0
null
null
null
null
UTF-8
C++
false
false
10,718
cpp
//====================================================================== // PRE-COMPILED HEADER //====================================================================== /*====================================================================== FILE: extendedwebserver.cpp CREATOR: Sean Foley GENERAL DESCRIPTION: The ES...
[ "coding@seanfoley.com" ]
coding@seanfoley.com
65c2f85b63b9f4a675ed84786802c9d490ba98b5
21ede326b6cfcf5347ca6772d392d3acca80cfa0
/components/history/core/browser/history_backend.h
9dc8271ef4273b1f30fe0205cc2eb6366b4f2a4c
[ "BSD-3-Clause" ]
permissive
csagan5/kiwi
6eaab0ab4db60468358291956506ad6f889401f8
eb2015c28925be91b4a3130b3c2bee2f5edc91de
refs/heads/master
2020-04-04T17:06:54.003121
2018-10-24T08:20:01
2018-10-24T08:20:01
156,107,399
2
0
null
null
null
null
UTF-8
C++
false
false
44,614
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_BACKEND_H_ #define COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_BACKEND_H_ #include <stddef.h> #include <s...
[ "team@geometry.ee" ]
team@geometry.ee
57a445c7ceda5a4872a43c988ec25f0e6a3b515c
037d518773420f21d74079ee492827212ba6e434
/blazetest/src/mathtest/dvecsvecmult/V3bVCb.cpp
e96c40f50207aa82c6d7b210544fe1afb4639ec4
[ "BSD-3-Clause" ]
permissive
chkob/forked-blaze
8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8
b0ce91c821608e498b3c861e956951afc55c31eb
refs/heads/master
2021-09-05T11:52:03.715469
2018-01-27T02:31:51
2018-01-27T02:31:51
112,014,398
0
0
null
null
null
null
UTF-8
C++
false
false
3,737
cpp
//================================================================================================= /*! // \file src/mathtest/dvecsvecmult/V3bVCb.cpp // \brief Source file for the V3bVCb dense vector/sparse vector multiplication math test // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // Thi...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
85d710c3e71d7be404e64eec01a8d1b615974ba3
701fc202e1c208d2bff1bfe19db7d42c16d9a500
/queue.cpp
a46b069c0ee088adebcffe2d4e8190b6b10687af
[]
no_license
zhangxiaoyin0122/STL-Analog-implementation
76f2081c4435bfebd5e51ebd1f63a91599b8cfd0
17cc1e47a96752f9de6d9029aa71ae32b597b8fb
refs/heads/master
2023-02-12T23:19:24.235705
2021-01-03T09:00:40
2021-01-03T09:00:40
310,041,210
0
0
null
null
null
null
UTF-8
C++
false
false
876
cpp
#include <iostream> #include <queue> using namespace std; template<class T,class Container = deque<T> > class Queue{ public: //队列的插入:尾插 void push(const T& val){ _con.push_back(val); } //队列的删除:头删 void pop(){ _con.pop_front(); } //获取元素个数 size_t size()const{ retur...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
b0259c805e7568ba6fa440182aa4c4a38a5b6391
9e319f4ec990d56e9f8b104a98e37e66ecbdc02b
/C_Programs/331_BinarySearchAlgorithmByArray.cpp
e4281ef02a78aabf99060b49a929891a62d7e4e8
[]
no_license
bhagya314/MKPITS_Bhagyashri_Lalsare_Java_Mar_2021
d4e680a00c654792da98947c655b9f0d1a0d9be6
218e8f604b4fe9c9480a558b263e47ffb813f225
refs/heads/main
2023-07-13T12:37:51.188075
2021-08-20T14:53:39
2021-08-20T14:53:39
347,282,013
0
0
null
null
null
null
UTF-8
C++
false
false
663
cpp
//wap to search an element in an array using binary search algorithm. #include<stdio.h> int main() { int num[5] = { 1,2,3,4,5}; int low=0,high=4,mid,notosearch; printf("enter no to be searched"); scanf("%d",&notosearch); //5 //writing logic for binary search while(low <= high) //4 <= 4 { mid=(low+high)/2; /...
[ "bhagyashrilalsare@gmail.com" ]
bhagyashrilalsare@gmail.com
4b6245c720c5cf497413f3c2cec2d390010f2048
0e18ce18b14894410d72afb706f4c1b7bb8b76d2
/Number System/happy_number.cpp
20570a9b844b855df3b207b5f097f3b6a0268e44
[]
no_license
kai04/Programming
5aea45665c42ded10343cbf3998a21c19805e49b
671ae25bbb231b6e8a3e55033e3f641327affb2d
refs/heads/master
2023-06-25T13:02:33.924742
2023-06-11T16:28:15
2023-06-11T16:28:15
118,023,479
0
0
null
null
null
null
UTF-8
C++
false
false
837
cpp
#include<bits/stdc++.h> using namespace std; vector<int> get_digits(int n){ vector<int> ret; while(n>0){ ret.push_back((n%10)); n = n/10; //cout<<"n:"<<n<<endl; } return ret; } bool isHappy(int n) { int x = n; map<int,bool> ...
[ "saurav.shrivastava04@gmail.com" ]
saurav.shrivastava04@gmail.com
c81e43344ee1dbdeb84bd97797403dc21af874f4
5838cf8f133a62df151ed12a5f928a43c11772ed
/NT/inetsrv/iis/svcs/cmp/webdav/_davprs/method.cpp
203ae3d0c2566885e025e4807ab5fbdd10928dc8
[]
no_license
proaholic/Win2K3
e5e17b2262f8a2e9590d3fd7a201da19771eb132
572f0250d5825e7b80920b6610c22c5b9baaa3aa
refs/heads/master
2023-07-09T06:15:54.474432
2021-08-11T09:09:14
2021-08-11T09:09:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,142
cpp
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // METHOD.CPP // // Copyright 1986-1997 Microsoft Corporation, All Rights Reserved // #include "_davprs.h" #include <statcode.h> #include "ecb.h" #include "instdata.h" // ------------------------------------------------------------------...
[ "blindtiger@foxmail.com" ]
blindtiger@foxmail.com
83bf1bcb6b2d252ce7e43eba8e0ce0c20d7eeb6c
d912b7f3ce4be566c0a4b61cda3aa2595007edf1
/advanced_tone/advanced_tone.ino
b2b6cb54a7b94d9721aa481038e8f6d020b5b087
[]
no_license
AliceCengal/musical_staircase
25e76d3bf3af437f785edf491bd080d8e9379104
f2586423dbc9f6da55edb2b7b281abbae09136c5
refs/heads/master
2020-04-20T14:24:18.880575
2014-04-19T03:30:36
2014-04-19T03:30:36
18,388,729
2
0
null
2014-04-19T03:30:38
2014-04-03T02:33:55
Python
UTF-8
C++
false
false
2,701
ino
int noteCount = 1; int capacitorCount = 10; int pinReading[1]; // [noteCount] int prevReading[1][10]; // [noteCount] capacitorCount int isHigh[1]; // [noteCount] int pinOffset = 3; // We use pin 2 to drive the emmiter, so start from pin 3 float THRESHOLD = 0.4; int EMITTER_PIN ...
[ "cengallut@gmail.com" ]
cengallut@gmail.com
c0908e88741062dc059e6e9aed508fe2db7a8bc4
39a6e659899d26700a2523c726a1fc85a02266a1
/src/engine.cpp
e81899d9427157ea98b78c13512c9fa9cfbf0342
[]
no_license
aalin/gta2-level-viewer
10567b5bc0ab566c96d5d0fb4efc67ace3895294
88c79439adadbdeec2bc06e03009ff0b0aa5e95f
refs/heads/master
2016-09-05T23:33:06.516215
2010-01-28T01:50:03
2010-01-28T08:39:40
479,547
5
0
null
null
null
null
UTF-8
C++
false
false
3,921
cpp
#include "common.hpp" Engine::Engine(int width, int height, bool fullscreen) : _width(width), _height(height) { _running = true; const SDL_VideoInfo* video_info = SDL_GetVideoInfo(); Uint32 flags = SDL_OPENGL; flags |= SDL_GL_DOUBLEBUFFER; flags |= SDL_HWPALETTE; if(video_info->hw_available) flags |= SDL_H...
[ "andreas.alin@gmail.com" ]
andreas.alin@gmail.com
37050cbc1f4342c821eae16c76b695c1a1e3560e
c95cb568e4f3717d3aa321450a0d88028826fd2a
/cpp/RemoveLinkedListElements/RemoveLinkedListElementsSub1.cpp
950fb2da4597d154bec10460377adc080360d448
[ "MIT" ]
permissive
wuzhiyi/leetcode
5774c3fed5733694cfe1cb3c73b38fb406f7d5cc
cc8d565d261542b202fc0bd6b136e87fba344451
refs/heads/master
2021-01-19T02:27:45.186784
2016-06-30T09:08:47
2016-06-30T09:08:47
45,733,548
3
0
null
null
null
null
UTF-8
C++
false
false
637
cpp
/* 建立一个fakehead及指针p,判断p->next->val,符合条件就跳过该元素 */ /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode* removeElements(ListNode* head, int val) { ListNode *p, *fakehea...
[ "wuzhiyi@users.noreply.github.com" ]
wuzhiyi@users.noreply.github.com
279871418867c625c5f1c14db3c9bcf8784f40a2
ba87cc146b2ea6b705a675460ab3c6a70909e325
/Contests/Preparação Primeira Fase OBI/Palíndromo.cpp
02b2b138219c086a20aa74b192b809211b65ccb7
[]
no_license
RoberttyFreitas/Grupo-OBI-2020
3437d820e05aad529a29bda6b611d121c4ec9d66
71fee8c05adfd96df2787713a7072c079b5ab983
refs/heads/master
2022-10-19T17:44:53.339423
2020-06-11T17:08:59
2020-06-11T17:08:59
256,434,549
2
0
null
null
null
null
UTF-8
C++
false
false
876
cpp
#include <bits/stdc++.h> using namespace std; #define MAXN 2010 int dp[MAXN]; int pal[MAXN][MAXN]; int N; string s; int palindromo(int i, int j){ if(pal[i][j] != -1) return pal[i][j]; if(i == j) return 1; if(i == j - 1) return pal[i][j] = (s[i] == s[j]); if(s[i] != s[j]) return pal[i][j] = 0; return palindrom...
[ "roberttyec@gmail.com" ]
roberttyec@gmail.com
ef7cf5939ab61e8db7c5166fb8da03baec01fa55
fae14ee6c69f0b197a4889b14fce116572c123aa
/source/src/Game.cpp
616f4bdf068eeeb50cea5db9b5eb3366c7c14b1a
[ "MIT" ]
permissive
jane8384/seven-monkeys
a1a02563ae4c0f614ac3d2653f565091ca78d67f
119cb7312f25d54e88f212a8710a512b893b046d
refs/heads/master
2021-06-22T01:40:38.196325
2017-08-30T09:59:42
2017-08-30T09:59:42
103,931,863
0
1
null
2017-09-18T11:44:41
2017-09-18T11:44:40
null
UTF-8
C++
false
false
2,236
cpp
// // Game.cpp // SevenMonkeys // #include "Game.hpp" USING_NS_CC; Game& Game::instance() { static Game *instance = new (std::nothrow) Game(); return *instance; } Game::Game() { CCLOG("// Game %x Constructor", (int)(long)this); mTotalStars = 0; } const char* Game::getHumanizeMode(int mode) { ...
[ "afernasa@gmail.com" ]
afernasa@gmail.com
e169de707bc181a5018ff20ddab7979aee34613a
35a776038e0d014498e00eee212fda22d2306f5c
/source/Audio/SoundManager.cpp
ec4351f8922e0d30ed5571ae067ccc22ad3908b6
[]
no_license
WorldsParticle/Engine
cfecd38601b9e2e0d61b63f95cc3f80590495f5c
39145cd3168a41f26ff5f5db40ec5adb2d5eb0b1
refs/heads/master
2020-04-11T21:07:02.297123
2016-06-19T00:39:10
2016-06-19T00:39:10
32,475,350
1
2
null
2016-06-17T09:10:53
2015-03-18T17:58:17
C++
UTF-8
C++
false
false
2,741
cpp
/// /// \file SoundManager.cpp /// \brief TODO fill SoundManager.cpp brief /// \author Severine Febvet (febvet_s) /// \version 1.0.0 /// \date Nov 29, 2015 /// /// TODO fill SoundManager.cpp description /// #include "Engine/Audio/SoundManager.hpp" SoundManager::SoundManager() : _error (), _device(nullptr), _context(n...
[ "none@none.none" ]
none@none.none
229b279fdb137c92492a155654b3086599fcc454
bf56bf32d79cb64474f25238573fb1f726bfe993
/Punto2/Calculadora/Calculadora.cpp
14461c5ab4fbb9c010a4d5623d6746e384399633
[]
no_license
ChristianTaborda/OOP-Work-3
92bf2290ca1e5310b4f61f01ba3cbd12ab4a2c17
f5c34e816be0900e9ecc8261ac9ff47c6f0ddf19
refs/heads/main
2023-02-18T07:19:56.932592
2020-12-29T01:22:09
2020-12-29T01:22:09
325,154,781
0
0
null
null
null
null
UTF-8
C++
false
false
2,403
cpp
/****************************************************************************************** * Autores: * * * * -Christian Camilo Taborda Campiño 1632081...
[ "christian.taborda@correounivalle.edu.co" ]
christian.taborda@correounivalle.edu.co
36e4b12f71cf86222312e8b6a772568cd15b4ac4
4c33e086514dc1ac474136d2a720de0fc9f6893f
/src/Commands/UnitSpecifier.cc
3ab23632cfcf7f105a7d6cd2b87878e7a9866132
[]
no_license
abratio/gerber_rs274x_parser
3be7489c62e664319b2164ce547ac5355d3280af
1d0bdd5755d852011296593824936959a5f55e76
refs/heads/master
2022-12-27T06:18:11.070744
2020-09-29T05:37:32
2020-09-29T05:37:32
299,515,781
2
0
null
2020-09-29T05:43:20
2020-09-29T05:43:19
null
UTF-8
C++
false
false
2,707
cc
#include "Commands/UnitSpecifier.hh" #include "GlobalDefs.hh" #include "SemanticIssue.hh" #include "SemanticIssueList.hh" #include "GraphicsState.hh" #include "location.hh" #include <iostream> UnitSpecifier::UnitSpecifier(Gerber::UnitType unit_type) : m_unit_type(unit_type) {} UnitSpecifier::UnitSpecifier(Gerber::Un...
[ "aaron.bamberger@gmail.com" ]
aaron.bamberger@gmail.com
0db44ccb5850f79e1ee44b2642f3bde6d9766200
fc1cdf47bbebea45cd324ff6f4064cc74ebf1ff7
/media/src/jsr309/RTPMultiplexer.cpp
2a015bba626e4ace07bb11e26713fca1e1f9826e
[]
no_license
omusico/mcumediaserver
66e9439388b0618768e11f04a1b5bd098828805f
e83c51655bd97a4c4b023a28f463259b0d8aa268
refs/heads/master
2020-11-30T01:46:29.517067
2012-08-05T06:53:49
2012-08-05T06:53:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,897
cpp
/* * File: RTPMultiplexer.cpp * Author: Sergio * * Created on 7 de septiembre de 2011, 12:19 */ #include "log.h" #include "RTPMultiplexer.h" RTPMultiplexer::RTPMultiplexer() { //Create mutex pthread_mutex_init(&mutex,NULL); } RTPMultiplexer::~RTPMultiplexer() { //Lock mutexk pthread_mutex_lock(&mutex); ...
[ "myoldman@163.com" ]
myoldman@163.com
89cb03693d78018332faaf44012da189b3ccb9a5
349fe789ab1e4e46aae6812cf60ada9423c0b632
/Interface/IREM_FormaDocZTreb.h
297b6bad519c5344127a79505a1a52734447339d
[]
no_license
presscad/ERP
a6acdaeb97b3a53f776677c3a585ca860d4de980
18ecc6c8664ed7fc3f01397d587cce91fc3ac78b
refs/heads/master
2020-08-22T05:24:15.449666
2019-07-12T12:59:13
2019-07-12T12:59:13
216,326,440
1
0
null
2019-10-20T07:52:26
2019-10-20T07:52:26
null
UTF-8
C++
false
false
1,383
h
#ifndef UIREM_FormaDocZTrebH #define UIREM_FormaDocZTrebH #include "IMainInterface.h" #include "UGlobalConstant.h" #include "IREM_DMDocZTreb.h" class __declspec(uuid(Global_IID_IREM_FormaDocZTreb)) IREM_FormaDocZTreb : public IMainInterface { public: __property IREM_DMDocZTreb * DM = {read = get_DM , write = set_DM}...
[ "sasha@kaserv.ru" ]
sasha@kaserv.ru
b8edbbfc629ba4ae2c2dd1a3b4be5be705702ad6
1c7aaa1c757fa61a61d8ef752ac181e9d8a6d031
/src/DataBlobs/TimeSeriesDataSet.h
606320bcf8f17f63a72b8eba066e7baff9db42f8
[]
no_license
pelican/AMPP
672c4e1ff5d050c1770a41fcab74a063759ea407
dfc1b963e8ef6143641ccb559793cc66a1e7981d
refs/heads/master
2021-01-21T12:08:04.795011
2012-04-13T12:12:35
2012-04-13T12:12:35
2,689,425
1
0
null
null
null
null
UTF-8
C++
false
false
6,061
h
#ifndef TIME_SERIES_DATA_SET_H_ #define TIME_SERIES_DATA_SET_H_ /** * @file SubbandTimeSeries.h */ #include "pelican/data/DataBlob.h" #include <vector> #include <complex> namespace pelican { namespace lofar { /** * @class TimeSeriesDataSet * * @brief * * @details */ template <class T> class TimeSeriesData...
[ "katimi@SLIMER.(none)" ]
katimi@SLIMER.(none)