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
1097e15e0808a79554a947f4201b3e521e7a00a3
b2d99df815da81e0981a7a122af82ece95f2500e
/Gym/101466F/10347808_AC_62ms_2052kB.cpp
313402e6b8a46a9e94c106083b760cc9aac89e59
[]
no_license
kamrulashraf/Vjudge-mixed-
6048ae7d5e7c89e379ea571bc03a145ce8f9bc56
222db6b7148340dfbafc9644e5d1e56e9c9b2333
refs/heads/master
2020-03-30T17:07:47.628806
2018-10-03T16:14:46
2018-10-03T16:14:46
151,442,082
0
0
null
null
null
null
UTF-8
C++
false
false
402
cpp
#include <bits/stdc++.h> using namespace std; bool comp(int a , int b){ return a>b; } int main() { int n; scanf("%d",&n); int flag = 0; for(int i = 0 ; i< n ; i++){ int a , b, c; scanf("%d%d%d",&a,&b,&c); if(a+b <= c) flag = 1; if(b+c <= a) flag = 1; if(c...
[ "mdkamrul938271@gmail.com" ]
mdkamrul938271@gmail.com
f8af4fe2610f1969a8f468dcb949a1475bb20ae8
24bc4990e9d0bef6a42a6f86dc783785b10dbd42
/components/optimization_guide/core/page_topics_model_handler.cc
19f88f0646e2a5a4145500e67a8b528efc7577e7
[ "BSD-3-Clause" ]
permissive
nwjs/chromium.src
7736ce86a9a0b810449a3b80a4af15de9ef9115d
454f26d09b2f6204c096b47f778705eab1e3ba46
refs/heads/nw75
2023-08-31T08:01:39.796085
2023-04-19T17:25:53
2023-04-19T17:25:53
50,512,158
161
201
BSD-3-Clause
2023-05-08T03:19:09
2016-01-27T14:17:03
null
UTF-8
C++
false
false
15,717
cc
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/optimization_guide/core/page_topics_model_handler.h" #include <ctype.h> #include "base/barrier_closure.h" #include "base/containers/contains.h" #include ...
[ "roger@nwjs.io" ]
roger@nwjs.io
52df30ceb51a990afd795c618520b32a004400c8
50002b97a38507a78f441c30856f9e6fa0705da9
/Write/interface/NtuWriteSteering.hpp
d0090eee5a7ad9d71101bc81c497f4ff26f5ba51
[]
no_license
ronchese/NtuAnalysis
3abfdd8dd75a554c591c5a56b7a69ed7e0e3978c
a35e217f8bb3eb27387124d617e03ca56b927f38
refs/heads/master
2023-05-11T04:47:42.004545
2023-05-03T09:44:08
2023-05-03T09:44:08
21,427,587
0
2
null
2021-06-23T13:44:25
2014-07-02T14:34:15
C++
UTF-8
C++
false
false
1,363
hpp
#include "TFile.h" // system include files #include <iostream> #include <fstream> #include <sstream> #include <memory> template <class T> NtuWriteSteering<T>::NtuWriteSteering( const edm::ParameterSet& ps ): NtuWriteInterface<T>( ps, this ) { histName = ps.getUntrackedParameter<std::string>( "histName" ); } te...
[ "paolo.ronchese@cern.ch" ]
paolo.ronchese@cern.ch
8e39aeb29e848a597f22276e9593275978009f41
61922a3e721398c808e8c2ac2b628cf00a636222
/llvm-3.7.1/llvm/tools/clang/include/clang/AST/DataRecursiveASTVisitor.h
dd167fe27c0235273b171ace5ad975605b026b17
[ "NCSA", "MIT" ]
permissive
oslab-swrc/unisan
e67d1e5792b682e46bfed9f0bf7fa85beab52764
fbeaf3163f2c5093f54aecafeff3c8c5d296d57d
refs/heads/master
2021-12-03T23:34:53.463073
2021-11-05T04:55:34
2021-11-05T04:55:34
424,831,354
0
0
NOASSERTION
2021-11-05T04:52:08
2021-11-05T04:52:07
null
UTF-8
C++
false
false
96,039
h
//===--- DataRecursiveASTVisitor.h - Data-Recursive AST Visitor -*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "kjlu@gatech.edu" ]
kjlu@gatech.edu
a26880a9b941ecb71f2bff6a0255ff17dd93f609
e76e1d3bef8dda184f6ad869ef68e55b9a63f4bb
/Random/approx_log.h
141c1b44d3206bffae22f3f4e3783a9ce4356ce0
[]
no_license
VinInn/ctest
1dc634ba662e579ffe9ddabfde21fe17d9bc1534
8dbef5207cb3bd7d83e1874f0fce3f98e66c1915
refs/heads/master
2023-07-14T21:19:58.215969
2023-07-08T06:04:55
2023-07-08T06:04:55
21,533,811
3
0
null
null
null
null
UTF-8
C++
false
false
5,255
h
#pragma once /* Quick and dirty, branchless, log implementations Author: Florent de Dinechin, Aric, ENS-Lyon All right reserved Warning + disclaimers: - no special case handling (infinite/NaN inputs, even zero input, etc) - no input subnormal handling, you'll get completely wrong results. This is the worst...
[ "vincenzo.innocente@cern.ch" ]
vincenzo.innocente@cern.ch
e08956d592567bc5e8fd7a1024a68307747dbc1e
416b8c31b16ebcd873fbbea82d089143ea693c27
/classes/gateScene.cpp
af48c83cf48da2e5a8dde2b9573b88b70b8532d9
[]
no_license
17c/CrazyCar
e76f5338cdbc1bc7b098de054022f3d06b8d2c6f
96c415fb3818db5b98a4d2cba98d66cd74b97e15
refs/heads/master
2021-01-11T04:46:03.938272
2016-10-17T05:03:13
2016-10-17T05:03:13
71,098,892
0
0
null
null
null
null
GB18030
C++
false
false
3,986
cpp
#include "gateScene.h" #include "Car.h" #include "CarMoveController.h" #include "MonsterManager.h" #include "CSceneStart.h" #include "cocos2d.h" USING_NS_CC; Scene * gateScene::createScene() { auto scene = Scene::create(); auto Layer = gateScene::create(); scene->addChild(Layer); return scene; } bool gateScene::in...
[ "hacor@foxmail.com" ]
hacor@foxmail.com
12d45ffba4841d485f40e60c6c87b2c977b38422
701106170d5ad2c2261fbe8a33be23ebf81f6226
/main.cpp
e2135f312cc20d2359c2c92ba0085492e87e7852
[]
no_license
drWebber/CourseWork
7e9bbfe91930471e14b7303b62e218a13a579d4a
88ca7650d6647a1f660035312257f61cc25b3347
refs/heads/master
2021-05-07T22:27:53.817884
2017-11-11T16:38:50
2017-11-11T16:38:50
107,310,386
0
0
null
null
null
null
UTF-8
C++
false
false
440
cpp
#include "mainwindow.h" #include <QApplication> #include <QFile> int main(int argc, char *argv[]) { QApplication a(argc, argv); QApplication::setWindowIcon(QIcon(QPixmap(":/img/images/favicon.png"))); QFile styleF; styleF.setFileName(":/qss/misc/style.css"); styleF.open(QFile::ReadOnly); QStri...
[ "m.fedorenko@tut.by" ]
m.fedorenko@tut.by
919af789f97707f908f51262a011d8a43b635f8f
d29244939102a4e16f5aef5d36a5e4de96619267
/CheckPresence/app/src/main/jni/MemoryFile.cpp
684dc4f028d2b2f51756fc72e98ec66fa6a537d1
[]
no_license
damiandajer/CheckPresence
e304d525cc2cac2397dfdae96007b82df62de86f
5cfd07f55c8bc0e5bb39f4e1daecab5af5415ab6
refs/heads/master
2021-01-21T04:41:31.830649
2016-06-20T22:03:08
2016-06-20T22:03:08
55,186,043
1
0
null
2016-06-20T22:03:09
2016-03-31T22:05:10
C++
WINDOWS-1250
C++
false
false
3,804
cpp
#include "MemoryFile.h" MemoryFile::MemoryFile() : mFileData(nullptr) , mFileLength(0) , mIndexRead(0) , mIndexWrite(0) { } MemoryFile::MemoryFile(const char * fileData, int fileLength) : mFileData(nullptr) , mFileLength(fileLength) , mIndexRead(0) , mIndexWrite(0) { setFile(fileData, fileLength); } #if def...
[ "damiandajer@gmail.com" ]
damiandajer@gmail.com
fa60772fe1078682a6d364f8806c94805096c37d
2bc222c4afd9db25917d5469db0ff5da0a076797
/src/istream/istream_null.hxx
6756189c4bc4745d360f49985f1ec93513523128
[]
permissive
CM4all/beng-proxy
27fd1a1908810cb10584d8ead388fbdf21f15ba9
4b870c9f81d5719fd5b0007c2094c1d5dd94a9c4
refs/heads/master
2023-08-31T18:43:31.463121
2023-08-30T14:03:31
2023-08-30T14:03:31
96,917,990
43
12
BSD-2-Clause
2023-09-11T10:00:43
2017-07-11T17:13:52
C++
UTF-8
C++
false
false
271
hxx
// SPDX-License-Identifier: BSD-2-Clause // Copyright CM4all GmbH // author: Max Kellermann <mk@cm4all.com> #pragma once struct pool; class UnusedIstreamPtr; /** * #Istream implementation which reads nothing. */ UnusedIstreamPtr istream_null_new(struct pool &pool);
[ "mk@cm4all.com" ]
mk@cm4all.com
bdfe31dba45fd1feead3176fafa1650366828537
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/MP+dmb.sy+ctrl-rfi-ctrl-addr-ctrlisb.c.cbmc_out.cpp
2a66e9e71679971a4f93e9c570d689ee4a8ad4d3
[]
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
57,505
cpp
// Global variabls: // 0:vars:5 // 7:atom_1_X10_0:1 // 5:atom_1_X0_1:1 // 6:atom_1_X4_1:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 #define ADDRSIZE 8 #define LOCALADDRSIZE 2 #define NTHREAD 3 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
451a8d73e91dc117e337eaf37e857e38c93faa10
654907f9d0e495b86c2a01e5ebf48c8eaa6e3735
/src/rpcmisc.cpp
eefb1926f9a6cb47181b378f465f4881018316d0
[ "MIT", "Apache-2.0" ]
permissive
yibitcoin/yibitcoin
a9fee20756354fcacb726edc368b994b63f39a4b
e1c2143b925900b8ded33942b95d8e69ee66f2f5
refs/heads/master
2021-01-01T04:26:34.413240
2016-05-16T04:41:34
2016-05-16T04:41:34
58,698,688
2
1
null
null
null
null
UTF-8
C++
false
false
16,135
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 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 "base58.h" #include "clientversion.h" #include "init.h" #include "main.h" #in...
[ "fuwenke@gmail.com" ]
fuwenke@gmail.com
261fb97fb7911207113920884aafedade385826a
1f56f9d07657499d5d7bcce1d6349189f3c24269
/src/test/merkle_tests.cpp
df796d582048b7f704d1b3779d5024397af01f96
[ "MIT" ]
permissive
jesusleon1995/banq
d5ae4165032ceb2f210ceaf37738c24cc1749dca
4d2c5448b6ecbbff488ef4d0c472a3a58ef27d10
refs/heads/master
2020-03-16T20:51:00.890446
2018-06-26T08:04:16
2018-06-26T08:04:16
130,862,851
0
0
null
2018-04-24T13:59:06
2018-04-24T13:59:05
null
UTF-8
C++
false
false
5,908
cpp
// Copyright (c) 2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "consensus/merkle.h" #include "test/test_banq.h" #include "random.h" #include <boost/test/unit_test.hpp> BOOST_FIXTURE_...
[ "info@banq.online" ]
info@banq.online
f9b9a84f9b4c7b7e15cf5762b8d0e2a6f8824e90
aa27c780f8fc33cfc8bb1d9d77b85dfbdf8579cf
/src/sengi_up_sim.cpp
93d9e8d649ab463f1662cb15bb85fcca7c19dc7c
[ "MIT" ]
permissive
Russ76/upbot_ros
eccf4bb37bd49e75295a714e839bc9a8cb0d62a6
94220ac5adc50fd59efd1e7fbad17bb535c1e911
refs/heads/master
2022-01-09T09:41:29.788104
2019-06-03T23:04:16
2019-06-03T23:04:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,587
cpp
/* * The MIT License * * Copyright (c) 2019 Giovanni di Dio Bruno https://gbr1.github.io * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limita...
[ "giovannididio.bruno@gmail.com" ]
giovannididio.bruno@gmail.com
488c62a2543fa09abba02070792e7881d2f1f88f
4a0fd2a24ca24bb9be61a76e8f7a89ab4f5089d8
/RUIYIN_OMRON/RUIYIN_OMRON/RUIYIN_OMRON.cpp
f85d30ade62c8f7c7b8ee6bc8d4edb6a26ed0850
[]
no_license
ifteng/Test
619c7d58363d42e386094675f3887e12466a28da
fe019129a98173662e41c2bb234e61a6e5be89de
refs/heads/master
2020-04-22T13:43:21.502714
2019-02-13T01:32:16
2019-02-13T01:32:16
170,419,135
0
0
null
null
null
null
GB18030
C++
false
false
3,555
cpp
// RUIYIN_OMRON.cpp : 定义 DLL 的初始化例程。 // #include "stdafx.h" #include "RUIYIN_OMRON.h" #include "PB_API.h" #include "RS232C.H" #include "COMMFCN.h" #ifdef _DEBUG #define new DEBUG_NEW #endif BOOL g_bIsInit = FALSE; CRs232c g_ToolRs232; vector<CString> strVec; //将引用层传进来的字符串解析成单个字符串装进容器里面 #define TIMEOUT 500 HANDLE g...
[ "862334163@qq.com" ]
862334163@qq.com
e71c0bccdef8d7a8bc2be255767598decc0b2ed1
42b29c6ad9deb4494dbb9f914252b93b1632f97a
/OpenVRTest/VRWindow.h
cc260153dac2c3304283aad9806a488c3303d3d8
[]
no_license
JeremyAdamHart/OpenVRTest
403817d284609b0dd44e2b686438587bb739460d
31582f791a3a79cb6b70de6591fc6f87de493084
refs/heads/master
2021-06-02T23:14:39.375265
2020-06-30T05:49:53
2020-06-30T05:49:53
92,997,194
0
0
null
null
null
null
UTF-8
C++
false
false
1,079
h
#pragma once #ifdef _WIN32 #define APIENTRY __stdcall #endif // GLAD #include <glad/glad.h> // confirm that GLAD didn't include windows.h #ifdef _WINDOWS_ #error windows.h was included! #endif // GLFW #include <GLFW/glfw3.h> #include <openvr/openvr.h> #include <string> #include <glm/glm.hpp> #include "VRCamera.h...
[ "jeremyadamhart@gmail.com" ]
jeremyadamhart@gmail.com
dbe0395d9f51ce5ea17cf0c610ef5273640526c8
8b98136ecb89e1f45848a77979465ba4591613b7
/Labor_5_2_Vitruelle Methoden in der Bib/Dozent.cpp
6f7f6b8f0306cfc9a463d8aa90e4007808fc7224
[]
no_license
Voxel07/OOS1
9c27b11a855ecfb088d1056609541c8361dd5d02
ecb42fc14ca0582692eaac420d105aed82a80f6e
refs/heads/master
2023-04-12T00:12:17.056145
2021-04-21T11:53:00
2021-04-21T11:53:00
330,428,133
0
0
null
null
null
null
ISO-8859-3
C++
false
false
213
cpp
#include"Dozent.hpp" Dozent::Dozent(std::string _name, int _prfrNr) :Person(_name,3),prfrNr(_prfrNr) { } void Dozent::print() const{ Person::print(); std::cout << "Prüfernummer: " << prfrNr << std::endl; }
[ "voxel@vivaldi.net" ]
voxel@vivaldi.net
bbfbb2dca2b2d925b9a42de011c58bc8f9e7316e
3c444f7c0678d0a4d07990a4aea9ff891808b2e0
/src/engine/doer/doer.cpp
99a6fc0c605e69e02a9fe2fcbaa430bfae5ab9ae
[]
no_license
srikanth007m/spruce
ffeaa9f97b8b3c2ec446a72df449306e548769f7
89a29b3f4a5c2c84d3288b57f01363485885e8af
refs/heads/master
2021-01-10T03:43:33.341546
2014-10-03T07:01:05
2014-10-03T07:01:05
49,263,679
0
0
null
null
null
null
UTF-8
C++
false
false
12,471
cpp
// doer.cpp // // Copyright (C) 2011, Institute for System Programming // of the Russian Academy of Sciences (ISPRAS) // Author: // Vahram Martirosyan <vmartirosyan@gmail.com> // // This program is free software; you can redistribute it and/or modify // it...
[ "tsyvarev@ispras.ru" ]
tsyvarev@ispras.ru
d851bcd04f8241e655e5be505d28d966e5693e42
2f7cd00c3dc4215cdf2688ba3fab3f9f93164bf0
/Math/Vertex3D_PCT.hpp
b9262a93aa27375b17b5b5785cde82e720213d4e
[]
no_license
2bitdreamer/SD6_Engine
f212bf82476f8d8f77acdd074fed55cfbab0b838
f7dbebe902084ea988a6bf576065c5b1abdf247e
refs/heads/master
2020-04-15T15:49:56.969799
2016-09-21T23:29:24
2016-09-21T23:29:24
50,884,472
0
0
null
null
null
null
UTF-8
C++
false
false
463
hpp
#pragma once #include "Engine/Math/raw_vector.hpp" #include "Engine/Math/raw_vector.hpp" #include "Engine/Math/raw_vector.hpp" struct Vertex3D_PCT { Vec3 m_position; RGBA m_color; Vec2 m_texCoords; Vertex3D_PCT(): m_color(255,255,255,255) {}; bool operator == ( const Vertex3D_PCT& rhs ) const { if (m_posit...
[ "DarkDespair5@gmail.com" ]
DarkDespair5@gmail.com
1c9c92fcb01a6f0147989e0a4ee6420af12811d3
e57eb6a48e9ccad54182ceab0f2147191267d590
/ArmillarySphere/App/Il2CppOutputProject/Source/il2cppOutput/mscorlib4.cpp
45ec86f48bbf17477f0e2d0cf5f173e3b035f22e
[]
no_license
Doberman0/Final-Year-Project
38fd4aed25a58923ab61db878347d1c8ac7f9183
6d15f163d1a1e3a99663bea405cfada0c2d103c5
refs/heads/master
2022-07-14T06:39:55.648661
2020-05-16T17:13:19
2020-05-16T17:13:19
235,336,227
1
0
null
null
null
null
UTF-8
C++
false
false
2,288,018
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "icalls/mscorlib/Syst...
[ "DabeerM@hotmail.com" ]
DabeerM@hotmail.com
867bc480a587fc17e70fb35381ef6c8a2bc359ab
2f221a3cc6b46d4782970d5283dca60e12b5e16b
/wk6306/test01.cpp
0448425987b04487e8de6e1d01d35a65f5cffd09
[]
no_license
Eudaemonal/C-17
9ad1533cc3bb54b5c7f7b0b039c6478b8c651d72
94ae7e9b692c06ad8b279a05a7262a065f83b5ad
refs/heads/master
2021-09-15T08:10:07.957732
2018-05-29T01:47:00
2018-05-29T01:47:00
113,742,841
0
0
null
null
null
null
UTF-8
C++
false
false
909
cpp
#include <iostream> #include <string> #include <thread> #include <mutex> #include <condition_variable> std::mutex m; std::condition_variable cv; std::string data; bool ready = false; bool processed = false; void worker_thread(){ std::unique_lock<std::mutex> lk(m); cv.wait(lk, []{return ready;}); std::cout << "Wor...
[ "eudaemonal@gmail.com" ]
eudaemonal@gmail.com
d35d22ea698d0c85eb37d41d9e00981aa43a806f
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_18755.cpp
72757910e629c14a361c46452b042c6dc89a319c
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
{ #if defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ >= 10) static int no_accept4; if (no_accept4) goto skip; peerfd = uv__accept4(sockfd, NULL, NULL, UV__SOCK_NONBLOCK|UV__SOCK_CLOEXEC); if (peerfd != -1) ...
[ "993273596@qq.com" ]
993273596@qq.com
821865309117c10a8173ff007bff6345e372bfb7
47c052112c248d2d5d9a16d8fdd6f8dc9838fad3
/nfc/Nfc.h
84f214902e3115ad49813ad7a82987800c9346ee
[]
no_license
dlasdl/android_device_A7010a48
227d5cc89affcea8d30ca08970cc97a42590fc37
198102aa9a7fe3ee9c45ecfb7b50dc8586ce529f
refs/heads/master
2020-04-17T13:29:39.540273
2018-02-28T20:33:03
2018-02-28T20:33:03
166,618,161
0
1
null
2019-01-20T03:14:17
2019-01-20T03:14:16
null
UTF-8
C++
false
false
2,618
h
#ifndef ANDROID_HARDWARE_NFC_V1_0_NFC_H #define ANDROID_HARDWARE_NFC_V1_0_NFC_H #include <android/hardware/nfc/1.0/INfc.h> #include <hidl/Status.h> #include <hardware/hardware.h> #include <hardware/nfc.h> namespace android { namespace hardware { namespace nfc { namespace V1_0 { namespace implementation { using ::andr...
[ "gabro2003@gmail.com" ]
gabro2003@gmail.com
93426193f5b829c0c2a3a64febc099f09e229252
793c8848753f530aab28076a4077deac815af5ac
/src/dskphone/uilogic/talkuilogic/uilogicacdcallinfouibase.h
01c705c1a6bafd12c17ef1efed5e6929cad64065
[]
no_license
Parantido/sipphone
4c1b9b18a7a6e478514fe0aadb79335e734bc016
f402efb088bb42900867608cc9ccf15d9b946d7d
refs/heads/master
2021-09-10T20:12:36.553640
2018-03-30T12:44:13
2018-03-30T12:44:13
263,628,242
1
0
null
2020-05-13T12:49:19
2020-05-13T12:49:18
null
UTF-8
C++
false
false
576
h
#ifndef _UILOGIC_ACDCALLINFO_UIBASE_H #define _UILOGIC_ACDCALLINFO_UIBASE_H #include "uilogicbasetalkui.h" #include "acdcallinfoprocessor.h" class CUILogicACDCallInfoUIBase: public CUILogicBaseTalkUI { public: CUILogicACDCallInfoUIBase(void); virtual ~CUILogicACDCallInfoUIBase(void); public: //获取绑定的proce...
[ "rongxx@yealink.com" ]
rongxx@yealink.com
809e676ad9813b6426305934276ab74d957d07a0
62510fa67d0ca78082109a861b6948206252c885
/hihope_neptune-oh_hid/00_src/v0.1/foundation/multimedia/media_lite/frameworks/player_lite/player_control/player/fsm/src/hi_state.h
e498fb8c4e650fd0de4b559cf4b262b877aa9129
[ "Apache-2.0" ]
permissive
dawmlight/vendor_oh_fun
a869e7efb761e54a62f509b25921e019e237219b
bc9fb50920f06cd4c27399f60076f5793043c77d
refs/heads/master
2023-08-05T09:25:33.485332
2021-09-10T10:57:48
2021-09-10T10:57:48
406,236,565
1
0
null
null
null
null
UTF-8
C++
false
false
1,289
h
/* * Copyright (c) 2020-2021 Huawei Device 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...
[ "liu_xiyao@hoperun.com" ]
liu_xiyao@hoperun.com
216cd252859c6c501129e33c719f5df1a0baecf0
ae001b199ad749b056b016966b56b2f555a95116
/src/cpp/shared/combat/army.cpp
0f1498948c6af0323fb7817b3061aeb693d98e4d
[]
no_license
DarkAtom77/project-ironfist
203022524461a1154a5bd33c6c862b5089b1521b
bf6b02010ccbec8e4e718827c987b22a81f86757
refs/heads/master
2020-04-13T23:27:55.946458
2018-11-04T03:44:55
2018-11-04T03:44:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
94,067
cpp
#include "artifacts.h" #include "combat/army.h" #include "combat/combat.h" #include "resource/resourceManager.h" #include "scripting/callback.h" #include "sound/sound.h" #include "spell/spells.h" #include "expansions.h" #include <set> #include <vector> extern ironfistExtra gIronfistExtra; extern char *cMonFilename[];...
[ "kertwaii@gmail.com" ]
kertwaii@gmail.com
7536c3940499daddd052ed636494dfc24c858c70
1754a20778101b8971c057ec6c358d6b45ed940b
/src/bench/mempool_eviction.cpp
3523f7af3cb2eaa75c17d98b50249c7d244cb68e
[ "MIT" ]
permissive
valeamoris/platopia
33ad24e97fa77f09cab94a35705f2180d9904064
563c616db768f813aa4482d39d8ed1d8aacaad4f
refs/heads/master
2020-04-11T06:48:50.911653
2018-05-15T06:15:27
2018-05-15T06:15:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,434
cpp
// Copyright (c) 2011-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 "bench.h" #include "policy/policy.h" #include "txmempool.h" #include <list> #include <vector> static vo...
[ "d4ptakr@gmail.com" ]
d4ptakr@gmail.com
2da590584ce1e2c83cafcbeeb8f463df25f11f28
0fa04fd99d626dbc8c8440a05a85c2ee7b7d4e86
/src/shape_signatures/hks.h
5fe78e52933393a0a1c566b666e7914e71e08bc5
[ "MIT" ]
permissive
chatyan/self_similarity
9fd1319a93e0a584c83940806c9947192b5feef6
c032daa3009f60fdc8a52c437a07c6e3ba2efe4b
refs/heads/master
2022-12-11T09:40:28.857449
2020-09-21T23:53:55
2020-09-21T23:53:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
893
h
#ifndef HKS_H_ #define HKS_H_ #include <Eigen/Dense> #include <Eigen/Sparse> #include <Eigen/Core> template <typename DerivedVal, typename DerivedVec, typename DerivedHKS> inline bool hks( const Eigen::MatrixBase<DerivedVal>& eVecs, const Eigen::MatrixBase<DerivedVec>& eVals, double tmin, double tmax,...
[ "jgraus@gmu.edu" ]
jgraus@gmu.edu
7638cbaac9a8733ecc4ec3141fd604c460ba4319
538b5058d7279ed988cd4e35c0ea89ffb1f9c006
/cr18_act_ctrl/Drivers/ros_lib/ros.h
ae7ee1ab162a78e37a95a600c83b639892a1f6f5
[]
no_license
yskhara/cr18_act_ctrl
481ce3c6ba466d3487f8fc7d3f60a27c873c9df5
6f30093184131035233306927a0224bc0f1446fb
refs/heads/master
2020-03-25T22:00:27.961958
2018-10-03T13:21:43
2018-10-03T13:21:43
144,200,685
1
1
null
null
null
null
UTF-8
C++
false
false
361
h
/* * ros.h * * Created on: Aug 15, 2018 * Author: yusaku */ #ifndef ROSSERIAL_CLIENT_SRC_ROS_LIB_ROS_H_ #define ROSSERIAL_CLIENT_SRC_ROS_LIB_ROS_H_ #include "ros/node_handle.h" #include "STM32Hardware.h" namespace ros { typedef NodeHandle_<STM32Hardware, 25, 25, BUF_SIZE, BUF_SIZE> NodeHandle; } #endif /...
[ "yusaku@yusaku-T460s" ]
yusaku@yusaku-T460s
897cee4e58dfdebb8fe3c2b3048adb66a9244ee0
b5da292572a88a82fa960acb6aa560aea4feeace
/src/sba_file_io.cpp
8308a45020e684ae065bb986c7a7630dae0056ed
[ "BSD-3-Clause" ]
permissive
Adlink-ROS/sparse_bundle_adjustment_ros2
aff18132e11a691d301cb681516f34bdd50fad4b
91b29a76e4076b677ef4a4af6dead1b31f62bcb9
refs/heads/master
2021-07-19T23:05:50.783329
2020-04-20T12:46:19
2020-04-20T12:46:19
137,312,840
0
1
null
null
null
null
UTF-8
C++
false
false
32,620
cpp
#include "sparse_bundle_adjustment/sba_file_io.h" #include <map> using namespace sba; using namespace Eigen; using namespace frame_common; using namespace std; int sba::readBundlerFile(const char *filename, SysSBA& sbaout) { // Create vectors to hold the data from the bundler file. vector< Vector3d, Eigen::...
[ "f44006076@gmail.com" ]
f44006076@gmail.com
c96423890cf5cdb767b7ae06b211da265b7a5342
dc3b1b231ee872d5d4d2e2433ed8a2d8fb740307
/chapter16/ex22.cc
52f9baa7c90aeab18e0f59da13c04483a45f7cf3
[]
no_license
coder-e1adbc/CppPrimer
d2b62b49f20892c5e53a78de0c807b168373bfc6
33ffd4fc39f4bccf4e107aec2d8dc6ed4e9d7447
refs/heads/master
2021-01-17T08:54:23.438341
2016-08-13T03:21:08
2016-08-13T03:21:08
61,343,967
0
0
null
2016-06-29T14:37:16
2016-06-17T03:49:23
C++
UTF-8
C++
false
false
1,220
cc
#include "ex22.h" #include <sstream> using std::string; using std::vector; using std::map; using std::set; using std::ifstream; using std::ostream; using std::endl; using std::getline; using std::istringstream; using std::shared_ptr; TextQuery::TextQuery(ifstream &is): file(new vector<string>, DebugDelete()) { strin...
[ "mengxianghua1995+github@gmail.com" ]
mengxianghua1995+github@gmail.com
c078936997f5a6c149a5104a12604313fef8f288
f4856d61fcc38257f661b8c2117fc80086acc29e
/Recursion&Backtracking/Fibonacci.cpp
31f4563a86a9e0a44539e5609c1352334578019d
[ "Apache-2.0" ]
permissive
abhijay94/CompetitiveProgramming
4e182cd71db74e908309b7795311e30a5310dec2
ba1f05c189750a49ab9f69b10d2aafa60baa4310
refs/heads/master
2020-04-13T19:27:56.851791
2019-01-15T05:27:14
2019-01-15T05:27:14
163,403,550
0
0
null
null
null
null
UTF-8
C++
false
false
357
cpp
#include <bits/stdc++.h> using namespace std; int fib (int n) { if (n == 0 || n == 1) { return 1; } return fib(n - 1) + fib (n - 2); } int main() { #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif ios_base::sync_with_stdio(false); cin.tie(NULL); int n; cin...
[ "abhijaynsit@gmail.com" ]
abhijaynsit@gmail.com
66939d7f06c931224ab315564e656ee06d72f1df
8c98a8914794ba30c2741a4e8f43009c528f9928
/arduino/scootButtons/scootButtons.ino
b3d7d18b07070641b4ed0b785f948c89da30edd8
[]
no_license
KyleMagocs/ScootyPoochy
8e96e2b7b6b4b76822e982e8f8c1918244cfa80e
9146cc0e67b809990fbbb34a5afb170ce7f8a3f5
refs/heads/master
2021-01-11T20:19:14.380278
2019-01-02T20:00:43
2019-01-02T20:00:43
79,080,493
3
1
null
2017-08-18T03:13:19
2017-01-16T03:44:25
Python
UTF-8
C++
false
false
791
ino
const int pinBtnLeft = 6; const int pinBtnRight = 10; //Variables for the states of the SNES buttons boolean boolBtnLeft; boolean boolBtnRight; void setup() { pinMode( 13, OUTPUT ); pinMode( pinBtnLeft, INPUT_PULLUP ); pinMode( pinBtnRight, INPUT_PULLUP ); boolBtnLeft = false; boolBtnRight = fals...
[ "kylemagocs@gmail.com" ]
kylemagocs@gmail.com
a746a232cd061276550b6887113cec0e6a1938a1
fe6e3b7fe54ffce519f83d076354f03681b87f94
/src/qt/openuridialog.cpp
fa656ad95de86391653261a5a13c92e3ea8576b0
[ "MIT" ]
permissive
lightpaycashproject/lightpaycash
311ff83dce2f813d52c481e283dde8f9eb5e01ff
d0187fde81b8414077ca863fab50265c0396d3de
refs/heads/master
2020-03-26T00:00:27.706354
2018-08-11T20:51:19
2018-08-11T20:51:19
144,303,030
1
0
null
null
null
null
UTF-8
C++
false
false
1,423
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2018 The LightPayCash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/...
[ "akshaycm@hotmail.com" ]
akshaycm@hotmail.com
77e97d64e44a81843abe47badf86830a9a31f6d4
d161e85db8956d5b1b684dcc3e73ce02f4cf7e4a
/洛谷/p1403.cpp
fe3e03fe34e67b7ad7c44a6cbdaeabfd7f9c9f65
[]
no_license
Yuuoniy/Leetcode
c084fb9a659cf1d68411946328ac17909a44a2b2
bbc6edaa859dc322e55a741d5924d7b2490cb889
refs/heads/master
2022-02-20T18:27:59.438573
2019-09-17T12:48:33
2019-09-17T12:48:33
162,166,989
0
0
null
null
null
null
UTF-8
C++
false
false
180
cpp
#include <iostream> using namespace std; int n; int main(){ cin >> n; int ans = 0; for(int i = 1; i <= n; i++) { ans+=n/i; } cout << ans << endl; return 0; }
[ "linmq006@gmail.com" ]
linmq006@gmail.com
88d5c54b0c211c37ed34f19cdef1ea31a510e7da
bfa95d17eb7ed298f0c1a7e912e475d1b6796760
/p2es1.cpp
900a58f774ee70fb9cfb6aefc1de4b87552d46cb
[]
no_license
M9k/Esempi_P2
89ce4ae9a3f4875d295cc2cc4aa665ac15569076
3177d61a4eea27db1f752c4762a003f2d027a956
refs/heads/master
2020-05-21T08:49:05.383199
2017-02-15T16:42:46
2017-02-15T16:42:46
70,186,444
0
0
null
null
null
null
UTF-8
C++
false
false
1,218
cpp
vector<QAbstractButton*> fun(list<QWidget*>& l, const QSize& q) { vector<QAbstractButton*> rit; for(list<QWidget*>::const_iterator i=l.being(); i!=l.end(); ) { if(dynamic_cast<QCheckBox*>(*i) || dynamic_cast<QPushButton*>(*i)) { rit.push_back(static_cast<QAbstractButton*>(*i)); i = l.erase(i): } else...
[ "mcailotto96@gmail.com" ]
mcailotto96@gmail.com
63da6dad2b652d5c5df281d2234235f0a0c08e4c
0b0f7e759cb92e8ec435d74ac12b05c9907e0688
/include/hermes/VM/JSObject.h
3c9a57674d6b0a555f96eed2a0169885a955ecf3
[ "MIT" ]
permissive
Usamaliaquat123/hermes
42e1589cca6d3dc08166ca45df566cad816d89bf
67f2bb57ffa374eb984ea6f2fcab0ece41213df6
refs/heads/master
2020-11-26T23:41:40.810031
2019-12-20T07:17:57
2019-12-20T07:19:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
60,794
h
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifndef HERMES_VM_JSOBJECT_H #define HERMES_VM_JSOBJECT_H #include "hermes/VM/CallResult.h" #include "hermes/VM/Handle.h" #include...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
1a95e633d899b218b35b702bd38cabb5e41fcd93
38c10c01007624cd2056884f25e0d6ab85442194
/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
47419767850cd02606e296df955b48bcfc17a034
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
4,275
h
/* * Copyright (C) 2010 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: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
813dfff8ea299ca3f6cb0e2ece13d4c7f763c87a
1d99e97b68558f832cbbb4f47c67f0eaa5fa6c13
/test/animation/basic_viewer_test.cpp
c728b6185889c9c7544f9e3b946560ccab180ba1
[ "MIT" ]
permissive
Liby99/Rotamina
643a2d8df598d39db222b07ac61a4047f35d55a9
47a588b7e4674d3ab20d9d7afc43b25c7e0fa304
refs/heads/master
2021-05-11T21:47:51.695839
2018-03-07T20:27:09
2018-03-07T20:27:09
117,479,851
5
0
null
null
null
null
UTF-8
C++
false
false
486
cpp
#include <rotamina/rotamina.h> using namespace rotamina; int main() { // Initiate Animation a; Character c; // Load AnimationParser::load(a, "./res/animations/wasp_walk.anim"); CharacterParser::load(c, "./res/skeletons/wasp.skel", "./res/skins/wasp.skin"); // Add to Animator...
[ "liby99@icloud.com" ]
liby99@icloud.com
65980fcbaa55dba80572dc1045e412b671fe6504
8c58995c5c396ee2c733d91502c0719e2e1c6247
/src/harbour-gems.cpp
6db24c06593ebe6cff74fe5f7613fbdc67da0791
[]
no_license
sailfish-os-apps/bejeweled-sailfish
78d938286ba216e477a75360b3fd0be4052e3197
6325001b869eb6f8e2a5a76305045a893f92ce53
refs/heads/master
2021-07-17T15:04:35.945663
2020-07-23T13:55:45
2020-07-23T13:55:45
195,236,351
0
0
null
2020-07-23T13:55:46
2019-07-04T12:20:18
QML
UTF-8
C++
false
false
599
cpp
#ifdef QT_QML_DEBUG #include <QtQuick> #endif #include <sailfishapp.h> int main (int argc, char * argv []) { // SailfishApp::main() will display "qml/template.qml", if you need more // control over initialization, you can use: // // - SailfishApp::application(int, char *[]) to get the QGuiApplicatio...
[ "thebootroo@gmail.com" ]
thebootroo@gmail.com
0d67ba45c6faf64ba06c7df22bc5b1fcfc347920
cbb0105e0379b0369f5d33850fd7fafbddeb6cb6
/JZ08.cpp
d7983ee30ae9691048c3e5951f08b0c4ae2b41f2
[ "Apache-2.0" ]
permissive
corn1ng/LeetCode-Solution
b570bf2f48caed85afd224f11aeab56d1f905506
e7b6f77dd407c9a5cc8be43dc9b0e5d9bc185b95
refs/heads/master
2021-09-29T01:35:51.335724
2018-11-22T11:51:29
2018-11-22T11:51:29
111,047,122
0
0
null
null
null
null
UTF-8
C++
false
false
692
cpp
class Solution { public: TreeLinkNode* GetNext(TreeLinkNode* pNode) { TreeLinkNode* ne=NULL; TreeLinkNode* pre =NULL; if(pNode->right!=NULL) //如果有右子树。找到右子树的最左结点。 { ne = pNode->right; while(ne!=NULL) { pre = ne; ...
[ "wangkangning1@foxmail.com" ]
wangkangning1@foxmail.com
4ceab34b3fa6995510eff9b5704b7100c745af13
df993c0f5ab7d0e9f9ad8d596c57dad3dbc89594
/app/src/main/cpp/uget/UgetApp.h
d86fe08092e3f8eef5ae169b98b9a53fc9b841f2
[]
no_license
urlget/uget-android
9147048f209744aabbfab6e772ef6b0c55c901f2
470d55ee2e4153dd0a1667ece83c04e709c4ca42
refs/heads/master
2023-06-17T15:05:59.493519
2019-02-11T01:42:33
2019-02-11T01:42:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,778
h
/* * * Copyright (C) 2012-2019 by C.H. Huang * plushuang.tw@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your op...
[ "plushuang.tw@gmail.com" ]
plushuang.tw@gmail.com
497221fe1ff0bf418b56426a6c880df802d28ef9
159978e4f9b61ca2741625cb83efb8af27acc703
/visuals.cpp
d6010b38dccde290e0b7d82e8db1210d0dd1eac2
[]
no_license
Nikoklis/SolarSytemSimulation
cbbfb80fcff4a563c8a47662d2fd4938cf811271
1be4ccb601f85e18000d1f892bc74a97172205ce
refs/heads/master
2021-05-05T01:19:00.854635
2018-01-30T20:49:11
2018-01-30T20:49:11
119,591,232
0
0
null
null
null
null
UTF-8
C++
false
false
8,646
cpp
#include <stdio.h> #include <fstream> #include <string.h> #include <iostream> #include <sstream> #include <math.h> #include <stdlib.h> #include "GL/glut.h" #include "visuals.h" model md; int starMatrix[2000]; /////////hasko//////// float sun = 1; float transun = 15.0; static float ty = 0.0; static float tx = 0.0; ...
[ "nikoklis@localhost.localdomain" ]
nikoklis@localhost.localdomain
701b4c3dfa63e13e19607eb8a44c9b0e31f1283c
6b6cbecc5cce2fda677eb4a222c9d025f8757db3
/Applications/PixelPaint/Layer.h
1c0f43daaf07d8ceddeeceee0ecca56e7bda2e07
[ "BSD-2-Clause" ]
permissive
matthewgraham1/serenity
6ccfbcc2f0e8e4035b978d8107d62427ccacae58
f591157eb8759c38e3e013921a5484c223bd3427
refs/heads/master
2022-11-22T05:20:46.248144
2020-07-16T17:08:39
2020-07-16T17:47:11
280,229,648
0
0
BSD-2-Clause
2020-07-16T18:33:44
2020-07-16T18:33:44
null
UTF-8
C++
false
false
2,669
h
/* * Copyright (c) 2020, Andreas Kling <kling@serenityos.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, t...
[ "kling@serenityos.org" ]
kling@serenityos.org
58b10eefe089af5281428fb466d1daca504fd550
5ddfb41da5fca9b153638688468a700ccb4e3b61
/C++/206_ReverseLinkedList.cpp
ecd10667338f44b45b9863590b7225cee9f5c89a
[]
no_license
charlieusc/Leetcode_2017
80c7ef2bf6b86e8d2264d3debf16c1525bd7a242
3cf818ca83209dea36fa08d04ba30477568585b1
refs/heads/master
2021-01-11T21:11:09.497762
2017-02-07T03:42:41
2017-02-07T03:42:41
79,266,660
0
0
null
null
null
null
UTF-8
C++
false
false
509
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode* reverseList(ListNode* head) { ListNode dummy(0); dummy.next = head; while(head && head->next) { ...
[ "yangjialinusc@gmail.com" ]
yangjialinusc@gmail.com
955c9e99d15cde4018c456b4e661f7e5be3180df
d705251ac03958c1122649cfb96d72a2d45785f9
/octave.cpp
88eb3f5261a518bc25e08f473d01e31bc59164dd
[]
no_license
igoartem/LabsCV
68237783044363acfbe4bc4be2236c15e33bae87
91ac17621beea7e7dc9052cc3abb36a1aac4099b
refs/heads/master
2020-05-21T10:02:50.914383
2016-11-14T07:17:41
2016-11-14T07:17:41
58,789,640
1
0
null
null
null
null
UTF-8
C++
false
false
928
cpp
#include "octave.h" Octave::Octave(double sigma, double k, int number) { this->sigma = sigma; this->k = k; this->number = number; } vector<shared_ptr<CVImage> > Octave::getVecLayers() const { return vecLayers; } void Octave::setVecLayers(const vector<shared_ptr<CVImage> > &value) { vecLayers = v...
[ "artoym25@mail.ru" ]
artoym25@mail.ru
3ca6b18bdb656807e1f95d7fc3f30f8a87b4724e
a81c07a5663d967c432a61d0b4a09de5187be87b
/chrome/browser/page_load_metrics/page_load_metrics_initialize.cc
0ad976f5089d4b10e2b0983dd834091f837dfc47
[ "BSD-3-Clause" ]
permissive
junxuezheng/chromium
c401dec07f19878501801c9e9205a703e8643031
381ce9d478b684e0df5d149f59350e3bc634dad3
refs/heads/master
2023-02-28T17:07:31.342118
2019-09-03T01:42:42
2019-09-03T01:42:42
205,967,014
2
0
BSD-3-Clause
2019-09-03T01:48:23
2019-09-03T01:48:23
null
UTF-8
C++
false
false
9,731
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/page_load_metrics/page_load_metrics_initialize.h" #include <memory> #include <utility> #include "base/macros.h" #include "base/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
d1aec8e9c303b4443a90f33236f4fb1315d0c2cb
a856357821804a5088915280afb68560d4b9a288
/CondFormats/RunInfo/interface/LHCInfo.h
01a6501617a426ea6c07381584211da08b10ebd6
[ "Apache-2.0" ]
permissive
rosar17/cmssw
07b1821c10338aa3378888ac54139446dee5fd14
2146f4009b2c949b4419d777b1a8cc3b777f35ab
refs/heads/master
2021-04-03T01:49:10.769169
2018-03-09T12:33:48
2018-03-09T12:33:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,452
h
#ifndef CondFormats_RunInfo_LHCInfo_H #define CondFormats_RunInfo_LHCInfo_H #include "CondFormats/Serialization/interface/Serializable.h" #include "CondFormats/Common/interface/Time.h" #include <bitset> #include <iostream> #include <string> #include <sstream> #include <vector> class LHCInfo { public: enum FillType...
[ "giacomo.govi@cern.ch" ]
giacomo.govi@cern.ch
923f44366fcaf04b6bc818291c295dd1fd728453
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/Includes/QtIncludes/src/3rdparty/phonon/phonon/pulsesupport.h
3b773cb5ca56445e97260dbfc1ad66540f9ef4ab
[ "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C++
false
false
2,878
h
/* This file is part of the KDE project Copyright (C) 2009 Colin Guthrie <cguthrie@mandriva.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 o...
[ "anandx@google.com" ]
anandx@google.com
eb6e8051671ecb1746248465143f6aa3f02dd9ff
8804710e5e0c7187940688ba0bdf578bd5fbfbd5
/src/leafepfrender.cpp
de6a4342b1e437e6cdb5069807b299691fd85106
[]
no_license
DreamLogics/leaf-epf-render
fae8743c3cb70485490e8c920abb95642f2398f5
7c41035e0711f4fb30233a4ed198b8a7681a4054
refs/heads/master
2020-12-30T10:50:12.519692
2014-05-07T11:55:58
2014-05-07T11:55:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,016
cpp
/**************************************************************************** ** ** LEAF EPF Render engine ** http://leaf.dreamlogics.com/ ** ** Copyright (C) 2014 DreamLogics ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU Lesser General Public License as pub...
[ "sladage@gmail.com" ]
sladage@gmail.com
9c9425896b52d5678ffee7c27c0f2dac20f1e40d
b85d2e77ffe5500c1f0028e6ba981d01eab558c6
/fm_editarprodutovenda.h
9dbe03d12a60d7fc58e32cf18768d72c73246504
[]
no_license
italoribeiroc/ControlEstoque
297728fe9b5dc2547956746b0845da348e1c780c
56162972cd79bb9c886c291110e4a88b7cfcb4f5
refs/heads/master
2021-05-23T15:25:38.994579
2020-11-25T19:09:25
2020-11-25T19:09:25
253,360,175
0
1
null
null
null
null
UTF-8
C++
false
false
477
h
#ifndef FM_EDITARPRODUTOVENDA_H #define FM_EDITARPRODUTOVENDA_H #include <QDialog> namespace Ui { class fm_editarprodutovenda; } class fm_editarprodutovenda : public QDialog { Q_OBJECT public: explicit fm_editarprodutovenda(QWidget *parent = nullptr); ~fm_editarprodutovenda(); private slots: void o...
[ "italoribeiro@estudante.ufscar.br" ]
italoribeiro@estudante.ufscar.br
5586e5ce8cd97f87e60f029f26d47890a68770e2
cd80eaf874c15a8153d8fe231482adc70bb10c6a
/chrome/browser/ash/borealis/borealis_game_mode_controller_unittest.cc
1246fc9448de805017d069f3061b55fce93bd35e
[ "BSD-3-Clause" ]
permissive
zfzlinux/chromium
5e34e4344ebddf676b15c263c8ea388ac72d7e79
c91a38ba6259025d8845b876728ea99d0a656a47
refs/heads/main
2023-03-20T10:25:47.790851
2021-04-20T02:50:07
2021-04-20T02:50:07
359,669,150
1
0
BSD-3-Clause
2021-04-20T03:13:55
2021-04-20T03:13:54
null
UTF-8
C++
false
false
5,263
cc
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ash/borealis/borealis_game_mode_controller.h" #include "ash/test/test_widget_builder.h" #include "base/memory/ptr_util.h" #inclu...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
e06fe7946c23d99bc34a471f245d6ad4f1e48996
9e19abf3b4f91884e49f461129ef2dfdd1d966cc
/main.cpp
71a03cb8328aacc2549b5d8640d49f387bb600d3
[]
no_license
joanmolinas/Conjunt
036ffe366f4f50e5dc31a5e1ca8fcb15f0af8215
8c54c939900008e34f6cc41c8a067c87b7ece3e4
refs/heads/master
2021-06-03T10:23:26.343277
2016-10-12T21:54:29
2016-10-12T21:54:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
386
cpp
#include <iostream> #include "conjunt.hpp" using namespace std; string show_bool(bool b) { return b ? "true" : "false"; } int main() { conjunt<int> a; conjunt<int> b; b.insereix(11); b.intersectar(a); b.print(cout); cout<<a.card()<<endl; try { a.min(); } catch(error e) { ...
[ "joanmramon@gmail.com" ]
joanmramon@gmail.com
9e308a9abc95b27471cb81d8f57d6e18ff9f334c
522a944acfc5798d6fb70d7a032fbee39cc47343
/d6k/trunk/src/scadastudio/standarview.h
2ab418fbc1747399fe40d75876218d61c6666e0c
[]
no_license
liuning587/D6k2.0master
50275acf1cb0793a3428e203ac7ff1e04a328a50
254de973a0fbdd3d99b651ec1414494fe2f6b80f
refs/heads/master
2020-12-30T08:21:32.993147
2018-03-30T08:20:50
2018-03-30T08:20:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
690
h
#ifndef STANDARDVIEW_H #define STANDARDVIEW_H #include <QMainWindow> #include <QPushButton> #include "tableview.h" #include "scadastudio/base.h" class IMainWindow; class CStandardView : public QMainWindow, public IBase { Q_OBJECT public: CStandardView(IMainWindow *pUi, QString strTagName, QString descName, QStrin...
[ "xingzhibing_ab@hotmail.com" ]
xingzhibing_ab@hotmail.com
07e6fd49d43f0c991896c79c38261ee19a3dd1c2
ba9485e8ea33acee24dc7bd61049ecfe9f8b8930
/ac/prev/abc152_a.cpp
281d1ffe08bc69546e19eeb79556d31794e53f3e
[]
no_license
diohabara/competitive_programming
a0b90a74b0b923a636b9c82c75b690fef11fe8a4
1fb493eb44ce03e289d1245bf7d3dc450f513135
refs/heads/master
2021-12-11T22:43:40.925262
2021-11-06T12:56:49
2021-11-06T12:56:49
166,757,685
1
0
null
null
null
null
UTF-8
C++
false
false
501
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll> pll; #define rep(i, n) for (ll i = 0; i < (ll)n; ++i) #define all(obj) (obj).begin(), (obj).end() static const int dx[4] = {0, 1, 0, -1}; static const int dy[4] = {1, 0, -1, 0}; static const char dir[4] = {'u', 'r', 'd', 'l'}; sta...
[ "kadoitakemaru0902@g.ecc.u-tokyo.ac.jp" ]
kadoitakemaru0902@g.ecc.u-tokyo.ac.jp
d3b9b42bdd4a4699d15bea7043a97ab877b25aff
cceeae2a1aed9d3e4443b62d744781d8896af6bd
/opennn/opennn/conjugate_gradient.cpp
885be868a16266e7fabdee147f4effabb4ee74c8
[]
no_license
mode89/go-trainer
02cf7c07b61ae912a59f329ba001099c6347af6e
d7e3e483713c38bb6e5e81c5ed420ece91fc6feb
refs/heads/master
2021-01-15T22:34:22.096083
2015-02-26T03:14:47
2015-02-26T03:14:47
31,157,627
1
0
null
null
null
null
UTF-8
C++
false
false
98,201
cpp
/****************************************************************************************************************/ /* */ /* OpenNN: Open Neural Networks Library ...
[ "mode89@mail.ru" ]
mode89@mail.ru
e61d7547b2f384c83f5078203d52d47fb61bce1e
dc2e0d49f99951bc40e323fb92ea4ddd5d9644a0
/Activemq-cpp_3.7.1/activemq-cpp/src/main/decaf/security/GeneralSecurityException.cpp
fc750229dd81d84478ce7a3646492e83d6008bc6
[ "Apache-2.0" ]
permissive
wenyu826/CecilySolution
8696290d1723fdfe6e41ce63e07c7c25a9295ded
14c4ba9adbb937d0ae236040b2752e2c7337b048
refs/heads/master
2020-07-03T06:26:07.875201
2016-11-19T07:04:29
2016-11-19T07:04:29
74,192,785
0
1
null
null
null
null
UTF-8
C++
false
false
2,737
cpp
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
[ "626955115@qq.com" ]
626955115@qq.com
88f6fb093ae097302117f9c82e42786f67f3364f
584105ff5b87869494a42f632079668e4c3f82de
/sci_gateway/cpp/opencv_detectSURFFeatures .cpp
90750e708053ca014fae3edc63abe3e0af11ddb7
[]
no_license
kevgeo/FOSSEE-Computer-Vision
0ceb1aafb800580498ea7d79982003714d88fb48
9ca5ceae56d11d81a178a9dafddc809238e412ba
refs/heads/master
2021-01-17T21:11:31.309967
2016-08-01T14:45:40
2016-08-01T14:45:40
63,127,286
6
0
null
null
null
null
UTF-8
C++
false
false
12,789
cpp
/*************************************************** Author : Shashank Shekhar ***************************************************/ #include <numeric> #include "opencv2/core/core.hpp" #include "opencv2/features2d/features2d.hpp" #include "opencv2/nonfree/features2d.hpp" #include "opencv2/highgui/highgui.hpp" #include ...
[ "kevingeorge2006@hotmail.com" ]
kevingeorge2006@hotmail.com
227fbfb1a1f759a19377844d835489d52da21bd3
1a93a3b56dc2d54ffe3ee344716654888b0af777
/env/Library/include/qt/QtDesigner/5.12.9/QtDesigner/private/formbuilderextra_p.h
5c06dc3dc57dc1a8977678ba0f3cceeef1c045d7
[ "Python-2.0", "LicenseRef-scancode-python-cwi", "GPL-1.0-or-later", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause", "0BSD", "LicenseRef-scancode-free-unknown", "GPL-3.0-only", "GPL-2.0-only" ]
permissive
h4vlik/TF2_OD_BRE
ecdf6b49b0016407007a1a049f0fdb952d58cbac
54643b6e8e9d76847329b1dbda69efa1c7ae3e72
refs/heads/master
2023-04-09T16:05:27.658169
2021-02-22T14:59:07
2021-02-22T14:59:07
327,001,911
0
0
BSD-3-Clause
2021-02-22T14:59:08
2021-01-05T13:08:03
null
UTF-8
C++
false
false
9,578
h
/**************************************************************************** ** ** Copyright (C) 2018 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Designer of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage ** Licensees holding valid commercial...
[ "martin.cernil@ysoft.com" ]
martin.cernil@ysoft.com
56bb690d196f13766c6097a6ae8eec290e35ee6a
8b20c6ef83d66c241b5c2ba28a62146531c78a0e
/ch12/ex12_19_20_22/StrBlobPtr.h
771ba2412ced19bcda30a1bd216a41f85825e703
[]
no_license
Ilikecoding/cpp_primer
ab849d02fa1e55faff74d1d79c370c01e0e70e5c
51493c95a6c3c1563501dc179d39d160eb39afc3
refs/heads/master
2016-09-05T12:21:27.853909
2015-01-08T15:45:57
2015-01-08T15:45:57
27,260,335
0
0
null
null
null
null
UTF-8
C++
false
false
480
h
#ifndef STRBLOBPTR_H #define STRBLOBPTR_H #include <memory> #include <string> #include <vector> #include "StrBlob.h" class StrBlobPtr { public: StrBlobPtr(): curr(0) {} StrBlobPtr(StrBlob &a, std::size_t sz = 0): wptr(a.data), curr(sz) {} std::string& deref() const; StrBlobPtr& incr(); private: std::share...
[ "2426984972@qq.com" ]
2426984972@qq.com
2aeae221bc9b50ddcc7f9d296187513cbf20c3d8
b243484c252a0be6bba3f7d821deffa5648a6944
/c++/101-150/103_Binary_Tree_Zigzag_Level_Order_Traversal.cpp
6034a7e0089001d46a572301c8523005af722651
[]
no_license
lqryo/leetcode
a3e913ad15b2d2e5d99e03845dd505c4cf9f37a2
cf13de4958e4b4c2fb8fc79cf98d7035d23f83c3
refs/heads/master
2020-05-15T20:10:27.415993
2020-01-16T07:51:13
2020-01-16T07:51:13
182,472,085
0
0
null
null
null
null
UTF-8
C++
false
false
1,597
cpp
#include <functional> #include <iostream> #include <sstream> #include <string> #include <vector> #include <algorithm> #include <glog/logging.h> using namespace std; //Definition for a binary tree node. struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), ri...
[ "liangqi1995@gmail.com" ]
liangqi1995@gmail.com
bca5a6f9ec0f1fdb3feb3890517081bc85ffee44
44c286b522cf72b338671c3795fdccf5e4e30017
/src/functions.cpp
d1fa6f4c416faafb423fb585ce385a7c84083757
[ "Unlicense" ]
permissive
traversc/trqwe
e994bec3182c8a7a4fccdf002047b3608cb2a041
dcf57673ca308dd8d1889d1621b6976b78e4bd26
refs/heads/master
2021-06-03T16:27:01.406016
2020-11-30T19:24:56
2020-11-30T19:24:56
97,065,323
23
2
null
null
null
null
UTF-8
C++
false
false
1,484
cpp
#include <Rcpp.h> #include <unordered_map> using namespace Rcpp; // [[Rcpp::plugins("cpp11")]] // [[Rcpp::export]] std::unordered_map<SEXP, int> tablec_string(CharacterVector x) { std::unordered_map<SEXP, int> tab; int n = x.size(); for(int i=0;i<n;i++) { tab[x[i]]++; } return tab; } //...
[ "traversc@gmail.com" ]
traversc@gmail.com
110c3ab235be1e09ed0ec1b452c046baa8e9c24e
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/engine/core/render/vulkan/vk_texture.h
198cf3729071a31403bccfa0c524f50278552d71
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
2,747
h
#pragma once #include "base/texture/texture.h" #include "base/texture/texture_render_target_2d.h" #include "vk_render_base.h" #include "vk_render_state.h" namespace Echo { class VKTexture { public: VKTexture(); virtual ~VKTexture(); // get vk image view virtual VkImageView getVkImageV...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
dff839e9c34f3272db9fe7e0357d23405fad5182
d1d92df0b664942a12e22e35a4f58d2f51e0fb40
/src/parser.cpp
937bba10ead020e237b346d08641c84eddd489ca
[]
no_license
mkhasan/client_interface_ros
a21e6aba657fa965629f5cb26cb7d9360dd2f789
fc8424047316eefd8cd2b9337c5156fa27c5ee30
refs/heads/master
2022-06-12T03:55:24.559962
2020-05-05T18:38:47
2020-05-05T18:38:47
261,414,995
0
1
null
null
null
null
UTF-8
C++
false
false
7,696
cpp
#include "client_interface/parser.h" #include "client_interface/client_interface.h" #include "ros/ros.h" #include <iostream> #include <fstream> #include <vector> #include <sstream> #include <memory> #include <assert.h> #include <boost/algorithm/string.hpp> #include <unistd.h> #define KNNOT2MS 0.514444444 usi...
[ "hasan@kaist.ac.kr" ]
hasan@kaist.ac.kr
721a07b054dc1acb38c6ffa4f872bc8a0ee9c0b8
897ef84932251c57a790b75b1410a147b9b64792
/guiheader.h
9ec21ecf01d473e1f52d3bade66a86de83acafdf
[]
no_license
erophames/CamX
a92b789d758e514d43e6fd676dbb9eed1b7b3468
56b08ed02d976621f538feca10e1aaa58926aa5a
refs/heads/master
2021-06-21T21:14:27.776691
2017-07-22T11:46:09
2017-07-22T11:46:09
98,467,657
1
2
null
null
null
null
UTF-8
C++
false
false
2,203
h
#ifndef CAMX_guiTimeLine_H #define CAMX_guiTimeLine_H 1 #include "object.h" #include "winzoom.h" #include "seqtime.h" #include "timestring.h" class guiZoom; class Seq_Signature; class Seq_Song; class guiGadget_CW; class guiTimeLinePos:public OStart { friend class guiTimeLine; public: guiTimeLinePos(){nextmeasure=...
[ "matthieu.brucher@gmail.com" ]
matthieu.brucher@gmail.com
9f602d5e4523fea2f07bf08127d9f33dc46c6dab
32b8db47c9335f65aeb39848c928c3b64fc8a52e
/tgame-client-classes-20160829/game/fightendless/StrengthenItem.cpp
4b9d6301ec615728431d440131f5673ebad27c8e
[]
no_license
mengtest/backup-1
763dedbb09d662b0940a2cedffb4b9fd1f7fb35d
d9f34e5bc08fe88485ac82f8e9aa09b994bb0e54
refs/heads/master
2020-05-04T14:29:30.181303
2016-12-13T02:28:23
2016-12-13T02:28:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,753
cpp
#include "StrengthenItem.h" #include "NounHelper.h" #include "defines.h" #include "FightEndlessControl.h" #include "TextHelper.h" #include "UserObj.h" #include "CommonDialog.h" #include "tip/TipControl.h" CStrengthenItem::CStrengthenItem(){ } CStrengthenItem::~CStrengthenItem(){ } CStrengthenItem*...
[ "1027718562@qq.com" ]
1027718562@qq.com
9d4f1ee1b368fcea13ff12713799eeb2426c42ac
2c2ad6088a624dc68566bf5db343af40831dd78d
/common/Msg2SmvPdu.cpp
63687e5245c9349d44348cd705d7b2f698508938
[]
no_license
xjsh2017/WSAnalKit
7afecb55b29d64cde4a83b5f99943973b905745d
6ffb9cb0703485240a056ae4f243ca0b1b27f09e
refs/heads/master
2021-01-22T20:29:13.785967
2017-03-17T15:10:24
2017-03-17T15:10:24
85,325,335
0
1
null
2017-03-17T15:13:19
2017-03-17T15:13:19
null
UTF-8
C++
false
false
9,822
cpp
#pragma execution_character_set("UTF-8") #include "Msg2SmvPdu.h" //#include "AnalyzeMMSData.h" #include <cmath> //#include <iostream.h> #include<list> using namespace std; template <typename Integer> Integer Reverse(Integer value) { Integer result = value; volatile char *p1 = reinterpret_cast<char*>(&result); ...
[ "benevo@163.com" ]
benevo@163.com
f2d9b642a2edf9d046792886e362b9bcffe180ab
843518e45edb72fd0a7a16493f5fa75ed16bf921
/src/stabilize/stabHeaders/stabClass.h
108e91bc68335404b3be906017184c587d2144a6
[]
no_license
risenanti/skyshark
635a7bea48c94eb0209ae74f3cd1723e6f06952f
ba2f556db6a7bc78e4a22048c6d648d226641a2e
refs/heads/master
2021-09-14T12:01:12.123192
2018-02-23T16:20:32
2018-02-23T16:20:32
99,359,404
0
0
null
null
null
null
UTF-8
C++
false
false
1,073
h
/*Copyright Jackal Robotics LLC*/ /*Keith Conley 2017*/ #ifndef stabClass_h #define stabClass_h #include "std_msgs/Header.h" #include "skyshark_msgs/VelocityTarget.h" #include "skyshark_msgs/frameAngle.h" //angle of frame body #include "skyshark_msgs/StabTargets.h"//targets from rcInput #include "pid.h" #include "ros...
[ "risenanti@gmail.com" ]
risenanti@gmail.com
ff29da07e4cdefcec22ca650ca45bce4aaa3d2b5
ef66e297a49d04098d98a711ca3fda7b8a9a657c
/Algorithm/ACGT inverted counts/ACGT inverted counts/main.cpp
f05bdd91bf1157ab9087021a97aef4e6530131e7
[]
no_license
breezy1812/MyCodes
34940357954dad35ddcf39aa6c9bc9e5cd1748eb
9e3d117d17025b3b587c5a80638cb8b3de754195
refs/heads/master
2020-07-19T13:36:05.270908
2018-12-15T08:54:30
2018-12-15T08:54:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
592
cpp
#include <iostream> #include <cstdio> using namespace std; #pragma warning(disable:4996) int algo(char *s, int len) { int sum = 0; int c[4] = { 0 }; for (int i = 0; i < len; i++) { switch (s[i]) { case 'A': sum += c[1] + c[2] + c[3]; c[0]++; break; case 'C': sum += c[2] + c[3]; c[1]++; br...
[ "449195172@qq.com" ]
449195172@qq.com
bb81bc6cbd9df0022a2f6b58ec8f9012938439de
b49b52be52ef1ba3aca1e059d1c817f492fde686
/TinyNetPerf/Headers/Interfaces/ISocket-Bind-Handling.h
7384ad66599c486408a771a349da94a166621293
[ "BSD-3-Clause" ]
permissive
jwolak/TinyNetPerf-Beta-Research
4726dcf969fb7eef9cd5d6751796c0d7a0f65fd4
075830b0408ae5d74f7ecb81b930b1f74f2a1d2a
refs/heads/master
2022-04-24T00:21:49.711219
2020-04-28T20:52:53
2020-04-28T20:52:53
259,747,981
1
0
null
null
null
null
UTF-8
C++
false
false
2,128
h
/* * ISocket-Bind-Handling.h * * Author: Janusz Wolak */ /*- * Copyright (c) 2020 Janusz Wolak * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source cod...
[ "januszvdm@gmail.com" ]
januszvdm@gmail.com
5169eb553f2354b8a0179f9a64463b287d8ac7bd
13a32b92b1ba8ffb07e810dcc8ccdf1b8b1671ab
/home--tommy--mypy/mypy/lib/python2.7/site-packages/pystan/stan/src/stan/mcmc/hmc/static_uniform/dense_e_static_uniform.hpp
57f97add57a1edcb86cf3a2843b3fc295966603e
[ "Unlicense" ]
permissive
tommybutler/mlearnpy2
8ec52bcd03208c9771d8d02ede8eaa91a95bda30
9e5d377d0242ac5eb1e82a357e6701095a8ca1ff
refs/heads/master
2022-10-24T23:30:18.705329
2022-10-17T15:41:37
2022-10-17T15:41:37
118,529,175
0
2
Unlicense
2022-10-15T23:32:18
2018-01-22T23:27:10
Python
UTF-8
C++
false
false
1,041
hpp
#ifndef STAN_MCMC_HMC_STATIC_UNIFORM_DENSE_E_STATIC_UNIFORM_HPP #define STAN_MCMC_HMC_STATIC_UNIFORM_DENSE_E_STATIC_UNIFORM_HPP #include <stan/mcmc/hmc/static_uniform/base_static_uniform.hpp> #include <stan/mcmc/hmc/hamiltonians/dense_e_point.hpp> #include <stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp> #include <stan...
[ "tbutler.github@internetalias.net" ]
tbutler.github@internetalias.net
7ec3087df8e66cbf6817e428a3345132931cbd5e
381ad93d4670abf05e9822eb5600fabddb5d1ddc
/valuationEngine/src/market/zeroCouponCurve.cpp
7c2b08868da3f77db3ceca06f7cc81d034fe9196
[]
no_license
miguel240/cmake_example
93bfe2fe210519d4c00425a9defdb8e48a03d7c7
2def380c3e6738e9acd8712a182f454e5c1791a7
refs/heads/master
2023-04-27T08:17:55.240919
2021-05-21T15:17:54
2021-05-21T15:17:54
361,815,235
0
1
null
null
null
null
UTF-8
C++
false
false
845
cpp
#include <valarray> #include "zeroCouponCurve.h" market::ZeroCouponCurve::ZeroCouponCurve(types::MapDiscountCurveType curveData, const types::date today) : curveData_{curveData}, today_{today}, fixedRate_{} {} boost::optional<double> market::ZeroCouponCurve::getRate(types::date date) const { ...
[ "measix.miguelr@gmail.com" ]
measix.miguelr@gmail.com
0ebf88599d3368a8d6917541f757913224488373
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_new_hunk_1157.cpp
763f6c449d938ec95f501ab29ffe1be22c00e442
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,134
cpp
{ const char *fname; int rc; if (*s->error_fname == '|') { apr_file_t *dummy = NULL; apr_cmdtype_e cmdtype = APR_SHELLCMD_ENV; fname = s->error_fname + 1; /* In 2.4 favor PROGRAM_ENV, accept "||prog" syntax for compatibility * and "|$cmd" to override the default. ...
[ "993273596@qq.com" ]
993273596@qq.com
51b010337dc813ee4238ed7302d488cc816b33c6
d14ec94bf8daaf8d302da069b1a5fdb93bf18241
/tests/shell/test.cpp
9e78566da591afdb56c9f4189db3271b9b4bb67a
[ "Apache-2.0" ]
permissive
egranata/puppy
7128ed79e1aa109bcfbeb689016401e28c2428cc
dc8b9bd7620966d94b18cbfaf50c9c5e142b9f6c
refs/heads/master
2021-07-04T13:14:59.947100
2019-02-18T19:22:26
2019-02-18T19:22:26
135,356,842
28
2
null
null
null
null
UTF-8
C++
false
false
2,579
cpp
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
[ "granata.enrico@gmail.com" ]
granata.enrico@gmail.com
867262754f1d14f7cd0d4e12f0d78e857955d3b0
65a429a1b4ba173ebb6ce3c7e7b2d51318fbd18e
/Week3/different_summands/different_summands.cpp
30373a5400abf9835b031b1fce5827d1fe4efdde
[]
no_license
amanchhajed/AlgorithmicToolbox
e1cffd62da334dd5533122f0f3eb5ddb5592ec85
9c80d58993f68aff04059711a052ececbbed383f
refs/heads/master
2022-07-31T00:03:49.845617
2020-05-17T13:39:45
2020-05-17T13:39:45
264,674,438
0
0
null
null
null
null
UTF-8
C++
false
false
532
cpp
#include <iostream> #include <vector> using std::vector; vector<int> optimal_summands(int n) { vector<int> summands; //write your code here for(int i=1;i<=n && n>=0;i++) { n = n-i; if( n > i) { summands.push_back(i); } else { summands.push_back(n+i); } } return summands; } int m...
[ "chajedaman@Amans-MacBook-Pro.local" ]
chajedaman@Amans-MacBook-Pro.local
53bae301e12255d96933c7b31e2205a15a2813de
3166b70d3a41550e6ec5102b1397e8ad9aa26e22
/parallel_computing_mini_project/main.cpp
da2ce1bceb99d588f39083b9354535a28a0627a0
[]
no_license
tommitah/cpp_mini_projects
b6545ee9b213c3d5cba4f3d0aa9a4af58f7adddc
c4982e156d39d6b149de49eda70c7e635fc853da
refs/heads/master
2023-04-21T21:52:54.141004
2021-05-06T12:46:18
2021-05-06T12:46:18
350,132,572
0
0
null
null
null
null
UTF-8
C++
false
false
3,818
cpp
#include <cmath> #include <cstdlib> #include <ctime> #include <iostream> #include <chrono> #include <string> #include <vector> #include <array> #include <algorithm> #include <execution> #include <future> constexpr auto COLS = 300; constexpr auto ROWS = 300; /** * Military unit strengths (positive = AI unit, * negat...
[ "reijotahvanainen15@gmail.com" ]
reijotahvanainen15@gmail.com
8e9daba253ed9bd0c19071992ae62287531f02ad
5956f43258d6a1bff90b0dd497552913b2134b86
/basic/7.cpp
f7e111dbf4f147f10fd22389d895063c163ae7e8
[]
no_license
shilpasayura/cpp
91a8c87974a40a5ef9e1db97bf8ae91911df551a
98536ca6eab311ba6818bf5bd4d1afa4b471dded
refs/heads/main
2023-08-03T01:34:06.176663
2021-09-20T17:40:54
2021-09-20T17:40:54
395,855,122
0
0
null
null
null
null
UTF-8
C++
false
false
173
cpp
#include<iostream> using namespace std; main() { cout<<sizeof(char)<<endl; cout<<sizeof(int)<<endl; cout<<sizeof(float)<<endl; cout<<sizeof(double)<<endl; }
[ "niranjan.meegammana@gamil.com" ]
niranjan.meegammana@gamil.com
67f967260f430dc8cd48ac74e008cbe42451400c
407d2a50f70fcdc3803f3a9abbafa845bb1b3054
/완전탐색/카펫/solve.cpp
f938e6e710e644f049fe41681409804635045070
[]
no_license
wizleysw/Programmers
d7d4007b375163f66f572f7803d53142c7757043
c13e379e5c25f663193dac17e0d125b756c71b90
refs/heads/master
2022-12-18T15:39:00.356728
2020-09-24T12:34:08
2020-09-24T12:34:10
293,737,435
0
0
null
null
null
null
UTF-8
C++
false
false
523
cpp
#include <string> #include <vector> #include <iostream> using namespace std; vector<int> solution(int brown, int yellow) { vector<int> answer; int total = brown + yellow; for(int i=1; i<total; i++){ if(total%i !=0) continue; int j = total/i; if(i<j || j<3) contin...
[ "wizley@kakao.com" ]
wizley@kakao.com
97ae3ffa9461154c8793d9c8edc608aac774c0b6
18ca065a9fb413a409d19cc83b04b56d9e314ba6
/gfg1.cpp
70e4345773ec9400760941d6eb8786d40e6779de
[]
no_license
shubhamchauhan269/Pattern
85558a3eddb1ceefaa0ebe601264b9a4a6433118
b119e1bf0f5ba4d1452bd9fb85a15dfd1c887fe5
refs/heads/master
2021-02-27T04:18:03.939924
2020-03-07T06:11:40
2020-03-07T06:11:40
245,578,072
0
0
null
null
null
null
UTF-8
C++
false
false
345
cpp
#include<stdio.h> int def(int l,int temp) { if(l==temp) return 0; else l=l+5; printf("%d ",l); def(l,temp); } int sub(int p,int temp) { if(p>0) { printf("%d ",p); p=p-5; return sub(p,temp); } else { printf("%d ",p); return def(p,temp); } } int main() { int p,temp; scanf("%d",&p); temp=p; s...
[ "shubhamchauhan269@gmail.com" ]
shubhamchauhan269@gmail.com
1e3d6ef44c92b42bd1ded20b71545d8986cafb0e
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_old_log_7587.cpp
7427a01569c4adcb7803791b2ca46ffe464b5ab2
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
516
cpp
fputs( " url_effective The URL that was fetched last. This is most mean-\n" " ingful if you've told curl to follow location:\n" " headers.\n" "\n" " filename_effective\n" " The ultimate filename that cur...
[ "993273596@qq.com" ]
993273596@qq.com
d58fec04490068e8c7649f520ae34de7645b62c9
20ca57ad4b62b7c34d60557a8df48dae02c02106
/MidiJDraw/src/MidijMidiObject.h
ba8475f19291e732a99e4333480afff19577bfdb
[]
no_license
amilcarsantos/maemo-midij
91b27489ce655bc8254ed02eaf96641a229e341e
e64d30e224db4898fb6d1fa4c44d96bde34031ff
refs/heads/master
2021-01-02T08:19:44.556813
2014-10-26T18:53:14
2014-10-26T18:53:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,618
h
/* * MidijMidiObject.h * * Created on: 26 de Jun de 2011 * Author: Amilcar */ #ifndef MIDIJMIDIOBJECT_H_ #define MIDIJMIDIOBJECT_H_ #include "midij/mixxx/MidiObject.h" class MidiMappingDraw; class MidiMapping; struct MidijQueuedMessage { uchar status; uchar midicontrol; uchar midiva...
[ "amilcar.santos@gmail.com" ]
amilcar.santos@gmail.com
ff5abce0a12c648d93168680eb1ea4ad921a2373
b71cdbc9fc78604111c8588b97ce23dfc5782b63
/Source/PointCloudSelecting/PointCloudRenderingComponent.h
00c75ae978e8021196c816428f3a41d262fc0406
[]
no_license
FloatingObjectSegmentation/UnrealScanner
99a1ac369af8b42188948a2a6e65e94ddb6f3a4c
61520559c3b1fdcfcc3a2c0d4a9291d1d88699b1
refs/heads/master
2020-03-25T05:20:25.449090
2018-12-30T19:03:20
2018-12-30T19:03:20
143,441,666
2
0
null
null
null
null
UTF-8
C++
false
false
2,576
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include <fstream> #include <iostream> #include <string> #include <sstream> #include "Rpc.h" #include "CoreMinimal.h" #include "Components/ActorComponent.h" #include "PointCloud.h" #include "Runtime/Core/Public/Misc/FileHelpe...
[ "kristijan.mirceta@gmail.com" ]
kristijan.mirceta@gmail.com
460a142d8a7708b40714471d1a798df210d7e69d
bb337e0e505794811151a09154891bf8f50e03e9
/Detyrat ne shtepi/banesa.cpp
ca148f38f6e0237218c3caf1073c4a725e6614fe
[]
no_license
adisylejmani/Gjuhe-Programuese
484178ecd832582dc70b71df9f677b06f9c15c68
c3c0a89334bfa80faba13d0137e76085ec12f7dc
refs/heads/master
2021-10-26T22:47:43.538121
2019-04-14T14:02:37
2019-04-14T14:02:37
181,306,846
0
0
null
null
null
null
UTF-8
C++
false
false
1,367
cpp
//#include<iostream> //#include<string> //using namespace std; //const int n = 5; //string M[] = { "ulpiana","dardani","vranjefc" }; //enum mahalla //{ // // ulpian,dardani,vranjefc //}; //struct banesa //{ // mahalla lagjja; int kati; double cmimi; int S_dhomave[n]; //}; //void vijat(char s,int x) //{ // for (size_t i...
[ "adisylejmani123@gmail.com" ]
adisylejmani123@gmail.com
9d121daf936d256f5353f0668a7df9e9931a39be
b030551a29ab11029e62844f3dddaba8429db08d
/GAME_LEARNING-Space Out/AllienSprite.cpp
da124f742ed928972a78ca98ca4c100c586059d2
[]
no_license
xeonv3/lion
a1b6cb7cea8e5bf53800d0e8d9b99f07559b7f3a
44a7a728d4fe217f74773b5524acc6f2f465899f
refs/heads/master
2020-06-02T14:52:49.550295
2013-09-08T16:26:34
2013-09-08T16:26:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,840
cpp
#include "AlienSprite.h" extern Bitmap* g_pBlobboBitmap; extern Bitmap* g_pBMissileBitmap; extern Bitmap* g_pJellyBitmap; extern Bitmap* g_pJMissileBitmap; extern Bitmap* g_pTimmyBitmap; extern Bitmap* g_pTMissileBitmap; extern int g_iDifficulty; //-----------------------------------------------------------------...
[ "super163mail@163.com" ]
super163mail@163.com
6f051c681c19b6199a8f4a572da9a382b8ee9dba
2531d0068c47df2933f0935e334e98bdba844361
/arca_engine/core/source/core.cpp
078e5c4572b1bdf558fd2bc3795e33a3267c483d
[]
no_license
arcashka/arca_vulkan
d75b3db26c549c4ab0bde2cf352dc4fbec52ed75
a6d5a75eb1988bbe3cf0d3124af7f7a59c5e5d95
refs/heads/master
2020-04-29T11:50:42.956823
2019-05-26T12:03:58
2019-05-26T12:03:58
176,115,124
0
0
null
null
null
null
UTF-8
C++
false
false
586
cpp
#include "core.h" #include <assert.h> #include "iwindow.h" namespace arca::core { namespace { static std::shared_ptr<Core> instance = nullptr; } std::shared_ptr<Core> Core::getInstance() { assert(instance && "initialize must be called before getting instance!"); return instance; } void Core::...
[ "pewpewstol@gmail.com" ]
pewpewstol@gmail.com
6e11754d978b21bbcd2b4ec132fb298a3b84a70f
f197f6f11aa848df1454d2ff4a7c4bc4356b05b3
/include/hermes/IR/Instrs.h
63d00b693afa59d2b7fea89a23a5ed82faa00ec0
[ "MIT" ]
permissive
luism3861/hermes
10211deec7269e95c338a9da7fa6ec9b8cf6af25
47ae05137f5a30ad3892c3ea783c22dafa1dbeca
refs/heads/master
2022-11-17T22:08:10.488210
2020-07-11T07:17:01
2020-07-11T07:18:13
278,903,170
0
0
MIT
2020-07-11T16:49:27
2020-07-11T16:49:26
null
UTF-8
C++
false
false
86,318
h
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifndef HERMES_IR_INSTRS_H #define HERMES_IR_INSTRS_H #include <string> #include <utility> #include "hermes/FrontEndDefs/Builtins...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
8a1b0b57585f0f2b8afcd054111c2b8252941bb1
44e2a537ca3472fc3b00a3edd4c22e07e859e40e
/components/sync/nigori/nigori_model_type_processor.cc
982eba90b80824844558b1b1db7c92904bfe3185
[ "BSD-3-Clause" ]
permissive
JACB920/chromium
cd6f836f5dbc6b44f4c7836a33ffbbcc8270f4bb
c8af0e6f42e95a02af31801aa386f4feaedb2b46
refs/heads/master
2023-02-26T20:36:17.814303
2020-01-15T22:11:38
2020-01-15T22:11:38
234,184,746
1
0
null
2020-01-15T22:18:50
2020-01-15T22:18:49
null
UTF-8
C++
false
false
15,282
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/nigori/nigori_model_type_processor.h" #include "base/metrics/histogram_macros.h" #include "base/threading/sequenced_task_runner...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
3829898b2c339e2677a0444ef52ae64a38a6ec55
6bf94e4b7c7dd2702c1e92951091476d7ec60a40
/src/kinematics/quarternion.cpp
5ac787721746af74a0a9a8578a0e2067396a083e
[]
no_license
jiziye/mynt_basic_algthms
9cb250ac4d693459be7d5c3434d80bbb4dc0f669
0b22b592b3b1257ee323a98bdf0166d4c4220e58
refs/heads/master
2022-07-05T17:56:17.950315
2020-05-21T06:40:10
2020-05-21T06:40:10
265,773,074
0
0
null
null
null
null
UTF-8
C++
false
false
2,412
cpp
// // Created by cg on 9/20/19. // #include "kinematics/quarternion.h" namespace mynt { Quarternion::Quarternion() { #if Q_HAMILTON v4_[0] = 1.0; v4_[1] = 0.0; v4_[2] = 0.0; v4_[3] = 0.0; #else v4_[0] = 0.0; v4_[1] = 0.0; v4_[2] = 0.0; v4_[3] = 1.0;...
[ "ziyeji@slightech.com" ]
ziyeji@slightech.com
a19d35a18491b92965ad9568ec57ee0c75bebd51
8e494e01e0f11843d4b1b3e39a454d09240e1427
/cekla.h
111ab944f509970b2200985996824b9a3effefef
[]
no_license
AcidicNut/dp0
add2334b91ded29a98d309d417a3dcba37d37c55
aa4b1bc6c9274588fe33c102bcc3c1af247f7a98
refs/heads/master
2020-07-30T01:15:01.892291
2019-09-22T01:19:01
2019-09-22T01:19:01
210,032,899
0
0
null
null
null
null
UTF-8
C++
false
false
20,909
h
/* -*- c++ -*- $Revision: 862 $ * * Copyright (C) 2011, BME Declarative Programming Course * Authors: Richard Kapolnai, Peter Szeredi * * List functions for Cekla. Released under GPL. */ #ifndef CEKLA_H #define CEKLA_H /** * \english * @file cekla.h Cekla C++ library for builtins. * @mainpage Cekla C++ l...
[ "lb@lb.lb" ]
lb@lb.lb
67e13c35f32596405483f9d27162fdaae318ddb7
b1a8b4515064081a2571a21cef3aab597e2566c4
/unit_tests/os_interface/windows/os_context_win_tests.cpp
b2524ac6a8ba2bc9770c7c334251155901fce500
[ "MIT", "LicenseRef-scancode-free-unknown" ]
permissive
KamilKoprykIntel/compute-runtime
379e9bc66e34b6cbda4b9a1ef7d1cd0da58d9ca2
8ece440625dc178b6f836ea455d8daccda5cdcc0
refs/heads/master
2021-01-08T04:01:29.178394
2020-02-19T19:17:21
2020-02-20T11:10:21
241,906,088
0
0
MIT
2020-02-20T14:32:41
2020-02-20T14:32:40
null
UTF-8
C++
false
false
2,345
cpp
/* * Copyright (C) 2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "core/unit_tests/helpers/debug_manager_state_restore.h" #include "unit_tests/mocks/mock_wddm.h" #include "unit_tests/os_interface/windows/wddm_fixture.h" using namespace NEO; struct OsContextWinTest : public WddmTestWithMoc...
[ "ocldev@intel.com" ]
ocldev@intel.com
79e834b02be630c8ee9ba8e2a0c1bf4124ca7a7c
466f4cf9ed0a9535774d1d2e6fb7d3c53b53481a
/TP1/tests/LOG6302_TP1_for_imbr.cpp
3689c940a47db5f814faeb97aaa3df5b6d38d82c
[]
no_license
phtroa/LOG6302
70a504ee67abb5d741b60f3d1aa58ef77ac6cd7a
27fdab7174a1c564af88eb46c4266dc1c31f4af6
refs/heads/master
2021-01-11T17:12:06.939925
2017-04-14T22:29:09
2017-04-14T22:29:09
79,737,781
0
0
null
null
null
null
UTF-8
C++
false
false
399
cpp
class Foo { public: int x; int bar() { if (false) return 42; for (int i = 0; i < -1; i++) { for (int j = 0; j < -1; j++); } return -1; } }; int main(void) { Foo foo; if (foo.bar() == 17) { while (true) { if (foo.x == 42) { ...
[ "philippe.troclet@gmail.com" ]
philippe.troclet@gmail.com
4e5c27648122c0602f6a58a0b542c65cec97a2bb
151ad59f65b87099dfa33b93521a86519719bdaa
/Surrounded 190B.cpp
b110b2e6b7da4507265c317b1d3ba42f91382b90
[]
no_license
saurabh170/Codeforces
e2e7e81f2389ec659becf5c21c35bc915ed0e9f2
39eb6c0851be8c06d6254eefd1a999b9d9bb02aa
refs/heads/master
2020-12-02T19:27:10.156531
2017-07-05T16:36:33
2017-07-05T16:36:33
96,340,317
0
0
null
null
null
null
UTF-8
C++
false
false
695
cpp
#include "iostream" #include "cmath" #include "stdio.h" using namespace std; void conditionalswap(int *a,int *b){ int temp=*a; if (*a<*b) { temp=*a; *a=*b; *b=temp; } } int main() { int x1,y1,r1; int x2,y2,r2; cin>>x1>>y1>>r1; cin>>x2>>y2>>r2; int R=r1,r=r2; conditionalswap(&R,&r); double d=sqrt(pow((x...
[ "saurabhjain170@gmail.com" ]
saurabhjain170@gmail.com
b565af917fcf2d9e458862aeca2fa7c32503a88f
2ba94892764a44d9c07f0f549f79f9f9dc272151
/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBool.h
8e78a77469747e07505003c2d19fb2cfbf0db52c
[ "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
895
h
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialExpression.h" #include "MaterialExpressionStaticBool.generated.h" UCLASS(collapsecategories, hidecategories=Object, MinimalAPI) class UMaterialExpressionStaticBool : public UMaterialExpression { GENERATED_UCLASS_BO...
[ "dkroell@acm.org" ]
dkroell@acm.org
4f3b2b28548bed24493c207a8edaf4c67123b520
15dbe015aebba8ef5a94557566bed36763b1aba9
/src/qt/guiutil.cpp
f2b78de194096e04e24ab4f97bbe4fdaa59ccff0
[ "MIT" ]
permissive
AM16031993N/Helpico
cef35b2ce20dcc066786bf17117879fa77c28c69
7b912a593b4863f113e4b1c1d1922df77831253f
refs/heads/master
2021-10-24T02:29:16.635062
2019-03-21T12:32:06
2019-03-21T12:32:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
33,963
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "guiutil.h" #include "bitcoinaddressvalidator.h" #include "bitc...
[ "vip@anonymous.do" ]
vip@anonymous.do
5211b7a9ed46c23c2a25cd9e92843fd7bc9645c9
2449e88e03b8d9dbc76f30f9bca8bff8116afa79
/imDX11/Model.h
45a07fb3dcaf1555c454df4ab292b8b466ddd1f7
[]
no_license
imalerich/imDX11
236e1471ea3c78a339a4339fc6f960f647916144
c67f7d8536c37108f134238f4fee8f48389ada1b
refs/heads/master
2021-08-30T19:41:18.990578
2017-12-19T07:09:05
2017-12-19T07:09:05
114,587,824
0
0
null
null
null
null
UTF-8
C++
false
false
510
h
#pragma once #include <stdlib.h> #include <memory> #include <vector> #include "Material.hpp" #include "d3dutil.h" #include "Mesh.h" class Model { public: Model(); Model(const char * Filename); /** * Release all buffers stored by this model. */ void Release(); /** * Loops through each mesh in the model, ...
[ "ian.malerich@outlook.com" ]
ian.malerich@outlook.com
b975863e1b89aa5336e774a52bd26fa571757c26
8f7c8beaa2fca1907fb4796538ea77b4ecddc300
/services/device/generic_sensor/platform_sensor_provider_mac.cc
be2993ae1a76e416b7a788ccc108c99d968ca6d9
[ "BSD-3-Clause" ]
permissive
lgsvl/chromium-src
8f88f6ae2066d5f81fa363f1d80433ec826e3474
5a6b4051e48b069d3eacbfad56eda3ea55526aee
refs/heads/ozone-wayland-62.0.3202.94
2023-03-14T10:58:30.213573
2017-10-26T19:27:03
2017-11-17T09:42:56
108,161,483
8
4
null
2017-12-19T22:53:32
2017-10-24T17:34:08
null
UTF-8
C++
false
false
2,908
cc
// Copyright 2016 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 "services/device/generic_sensor/platform_sensor_provider_mac.h" #include "base/memory/ptr_util.h" #include "base/memory/singleton.h" #include "s...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
56565804f6115439d200224e4245c6a9c3a98082
3437fb257545a0bf6d25a76ada6047f7c4686865
/LeetCode/168.cpp
1c84eea6d242bbc51cb74e5b6ca06447ddf0dca1
[]
no_license
whing123/C-Coding
62d1db79d6e6c211c7032ca91f466ffda4048ad9
3edfbad82acd5667eb0134cb3de787555f9714d8
refs/heads/master
2021-01-23T01:26:17.228602
2019-10-03T16:21:43
2019-10-03T16:21:43
102,434,473
0
0
null
null
null
null
UTF-8
C++
false
false
429
cpp
/* *题目: * 168 * Excel Sheet Column Title * *思路: * * *技法: * */ class Solution { public: string convertToTitle(int n) { string tmp; while(n > 26){ tmp.insert(tmp.begin(),'A' + ((n % 26 == 0) ? 25 : (n % 26 - 1))); if(n % 26 == 0) n--; n...
[ "whpiggys@gmail.com" ]
whpiggys@gmail.com
2f1490feb32a8256637378a222d1e47a9de1ec30
8f92f53b80c737cdf485a22ac02cea900356f080
/Stock Market simulator/stateofaccount.cpp
d6f54818f0901cc724ade91d291572facc9bfa90
[]
no_license
eslamtharwat/Stock-Market-simulator
ef4529a7b1e224b61733792119b559f28ac59c8f
06ed1bbf5872c2497fa0167c816e88db865e05e2
refs/heads/master
2021-01-20T05:01:30.958807
2018-12-21T11:08:52
2018-12-21T11:08:52
101,410,576
0
0
null
null
null
null
UTF-8
C++
false
false
1,883
cpp
#include "stateofaccount.h" bool Stateofaccount::create_state(int id, string note) { ifstream file; ofstream temp; int file_id, not; string line; file.open("history.txt", ios::in); if (!file.is_open()) { temp.open("history.txt", ios::out); temp.close(); file.open("history.txt", ios::in); } temp.open("hi...
[ "eslam20001010@yahoo.com" ]
eslam20001010@yahoo.com
0acc7ecc7821df499175276e086743dfdb7e9933
960765e3c2e8680b282606c1fbc4e6f471e2db4e
/src/ceph-0.72.2-src/test/bench/tp_bench.cc
31a4db37e09c89c1e09f238cac21ec59c37ec7b0
[]
no_license
StarThinking/MOBBS
7115060a2233e7bd8bb1a9848d6b9a0a469c2bef
3f9bfe391a3fa0e454b43c6286a33bdda49a44fb
refs/heads/master
2021-01-13T02:22:18.410864
2014-11-05T08:56:41
2014-11-05T08:56:41
14,044,431
3
1
null
null
null
null
UTF-8
C++
false
false
5,333
cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- #include <boost/scoped_ptr.hpp> #include <boost/lexical_cast.hpp> #include <boost/program_options/option.hpp> #include <boost/program_options/options_description.hpp> #include <boost/program_options/variables_map.hpp> #include <boost/program_option...
[ "sixiangma0408@foxmail.com" ]
sixiangma0408@foxmail.com
3c0f62e70bf88ffe489de4853e050b40586ecf00
5631f5023c76c4660d1d162408db6d4442538c08
/R-package/src/executor.cc
31a8a1f1c9ef067128aa745fc062d7405aceed08
[ "Apache-2.0" ]
permissive
dantisnghua/mxnet
7f6e9043fa992de382986a20ce9be6cf666ffda2
eeb0d5b6b56a77259db3ad14a9fac97c6b6dbdca
refs/heads/master
2021-01-14T10:27:00.102300
2015-10-16T19:31:51
2015-10-16T19:31:51
44,410,101
1
0
null
2015-10-16T20:55:29
2015-10-16T20:55:29
null
UTF-8
C++
false
false
9,393
cc
/*! * Copyright (c) 2015 by Contributors * \file executor.h * \brief Rcpp Symbol of MXNet. */ #include <Rcpp.h> #include <string> #include <algorithm> #include "./base.h" #include "./executor.h" #include "./ndarray.h" #include "./symbol.h" namespace mxnet { namespace R { void Executor::UpdateArgArray(const Rcpp:...
[ "tianqi.tchen@gmail.com" ]
tianqi.tchen@gmail.com
21a4f78d2397a8cbd64727e895269d66ed438a11
d479721adbdb92703a0b276dfbac9f09fa5a3051
/C++Test/ZeroMQ/events/socketBase/SocketImpl_ZMQ.cpp
b2a6b7b8aa1ebb1ee5310dabea1fb090a8548e02
[]
no_license
hyCpp/projecgt
c62fc2b5d22df2fe82f1757844b3eddd357a7387
6852d6331d0ea04f2c88ee256f7264e060ed1f16
refs/heads/master
2020-04-27T23:24:22.917391
2019-03-10T04:13:31
2019-03-10T04:13:31
174,774,562
1
1
null
null
null
null
UTF-8
C++
false
false
9,400
cpp
#include "SocketImpl_ZMQ.h" #include "SocketContext.h" // -------------DataBlock-------------- SocketImpl_ZMQ::DataBlock::DataBlock() : AbstractDataBlock() { zmq_msg_init(this); } SocketImpl_ZMQ::DataBlock::~DataBlock() { zmq_msg_close(this); } size_t SocketImpl_ZMQ::DataBlock::GetLength() { zmq_msg_...
[ "huyang@192.168.124.5" ]
huyang@192.168.124.5