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
baf54ce77f5deff83a771cdbd1ac182a8d0d50e0
f9c397ee58ed47494f1948de541b56343a75b02b
/MiddleApi/EthernetAPI/EthernetAPI/cprotocol.h
61ea19caf8b88f844b92857ee1843181a64ece72
[]
no_license
puneetlft2793/puneet_work
cad4742d0e46e6edf8e5b7821b6910c3f9499a0c
6b912b60b54ccd3fba65deb14b65bd0f402503c3
refs/heads/master
2020-03-27T15:14:21.077190
2018-09-01T10:10:19
2018-09-01T10:10:19
146,705,790
0
0
null
null
null
null
UTF-8
C++
false
false
2,306
h
#ifndef CPROTOCOL_H #define CPROTOCOL_H //#define LIL_ENDIAN #define BIG_ENDIAN typedef unsigned short int ushort; typedef unsigned int uint; typedef unsigned char uchar; #define CMD_REG_WRITE 0x01 #define CMD_REG_READ 0x02 #define CMD_ACTION 0x03 #define CMD_GET_PROP 0x05 #define SEN...
[ "puneet.sharma@logic-fruit.com" ]
puneet.sharma@logic-fruit.com
1cbf21880d81338ef70c6034851d99d8643316c9
edffeabb93e29760a7319fc627146341555d97f1
/ort_custom_op/custom_op.cc
d3f5096c305a1fdfe749c2e56a74980555a47493
[ "BSD-3-Clause" ]
permissive
KongCDY/DCNv2_latest
61babdc7840610b3d4219f0ae2f2ae3934e6177c
44aeff01db152d11c82fe0beafe8c0f7455cfbb0
refs/heads/master
2023-03-20T03:13:41.059961
2021-03-15T11:39:23
2021-03-15T11:39:23
344,762,891
1
0
BSD-3-Clause
2021-03-15T11:39:24
2021-03-05T09:41:21
C++
UTF-8
C++
false
false
2,294
cc
#include <iostream> #include "Eigen/Dense" #include "onnxruntime_cxx_api.h" template <typename T> using ConstEigenVectorArrayMap = Eigen::Map<const Eigen::Array<T, Eigen::Dynamic, 1>>; template <typename T> using EigenVectorArrayMap = Eigen::Map<Eigen::Array<T, Eigen::Dynamic, 1>>; template <typename T> void GroupNor...
[ "xingchen@qiyi.com" ]
xingchen@qiyi.com
04bb1963224c8c14b723d0016c1cbb68c380fd03
859602bc98fd26ecf4a61cad80270417ffa8a0a0
/src/db.h
c338ed9894b3ff2e5fcdad89896334c0bb71254b
[ "MIT" ]
permissive
see-egor/belicoin
136f0de2bc3cd55396c9d7cf949c5318e2014345
92eedf7bf743503cf4975a58dc5c7b28c1e0fe74
refs/heads/master
2020-03-27T05:09:28.493679
2018-08-25T09:49:32
2018-08-25T09:49:32
145,997,845
0
0
null
null
null
null
UTF-8
C++
false
false
8,821
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The belicoin developers // Copyright (c) 2011-2012 Litecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef belicoin_DB_H #define belic...
[ "42675620+see-egor@users.noreply.github.com" ]
42675620+see-egor@users.noreply.github.com
aedc8ccc33893cc8b849dbe0ef39fa952446534c
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/DP/1355.cpp
bb36b7ef9fd451fcefcbd67a86363f3fefa2b7c5
[]
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
WINDOWS-1252
C++
false
false
2,831
cpp
// // main.cpp // Flipping Game // // Created by SRIJAN SONI on 18/08/18. // Copyright © 2018 SRIJAN SONI. All rights reserved. // #include<bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); #define endl "\n" #define Max(x,y,z) max(x,max(y,z)) ...
[ "mukeshchugani10@gmail.com" ]
mukeshchugani10@gmail.com
3116bc88379e6f3cd3c997d76014434842add52a
ad696c6d2b838d414abc0847e496523f40af1cf6
/src/connector_layer/connection/msghandler/inbound/SocketConnectionInboundHandler.h
dac4e214a368c05310d02ee27b97c1eb921b11e8
[]
no_license
GinSoneWin/GroupBump_IM_CPP
e8cc5f33a645604d05d68944e4b1ca9713372f75
19be58962229bc0309045ec718d90ce0c733deff
refs/heads/master
2021-01-12T03:12:19.385673
2017-01-06T05:14:05
2017-01-06T05:14:05
78,175,242
0
0
null
null
null
null
UTF-8
C++
false
false
699
h
// // Created by WenJinXiong on 16-12-25. // #pragma once #include <memory> class SocketConnectionInboundHandler; class Message; template <typename> class SocketConnectionHandlerContext; class SocketConnectionInboundHandler { public: SocketConnectionInboundHandler(); virtual ~SocketConnectionInboundHandler...
[ "447688775@qq.com" ]
447688775@qq.com
b154f8be63e03892bea1cea27f5a480476b17de0
afea1cb90dbc55c0ff25897383e091cda344c129
/may-03-06.cpp
c854af6af1a420f6beead849258cc6b6901d33de
[]
no_license
Reazul137/255th-prblm
ce1166d0b544ed7128b053589c607af242a22bc8
96425db91b26fb927043f79364ff6e046719ae2f
refs/heads/master
2020-03-15T06:13:06.613067
2018-05-03T13:54:46
2018-05-03T13:54:46
132,002,581
0
0
null
null
null
null
UTF-8
C++
false
false
199
cpp
#include<iostream> #include<string> using namespace std; int main() { string name; cout << "Enter your fullname: "<<endl; getline(cin, name); cout << name << endl; return 0; }
[ "reazulislam137@gmail.com" ]
reazulislam137@gmail.com
9203bd2c28dfbd83138b6cccc2b6791273c5cdfe
ec44104d96fe6b87226bc377cd17275c53444d44
/NewWeapon/rangedweapon.h
b2a642e99185dd6d42552129e28d4eac925002b5
[ "MIT" ]
permissive
kkdlau/COMP2012H-OPERATION-H
2bcae68f08b08a0477a74954926b5f200b534abb
b1b7618fd249c3c2a275268b96632fd23380b777
refs/heads/main
2023-01-29T22:26:08.801949
2020-12-18T04:35:04
2020-12-18T04:35:04
313,010,435
0
0
null
null
null
null
UTF-8
C++
false
false
2,554
h
#ifndef RANGEDWEAPON_H #define RANGEDWEAPON_H #include "weapon.h" class RangedWeapon : public Weapon { public: /** * @brief RangedWeapon constructor * @param attack sets the damage for the Bullet * @param attackSpeed sets how fast does the gun Shoot for whole maxBullet * @param reloadSpeed sets...
[ "58636438+almost1234@users.noreply.github.com" ]
58636438+almost1234@users.noreply.github.com
f2721ee6a68c335aa63ace0cd26be6efc64821d7
7aca35b28875d25c1e12378a6c6f2ffbb89f1f85
/OpenMesh/OpenMesh/Core/IO/reader/PLYReader.cc
8745e6650aeaf292cb0410d0a2914255135d941d
[ "BSD-2-Clause", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ranahanocka/surface-reconstruction-benchmark
1c777bc8971e9214801674b0a50933b1b3671ccc
9a88eaf76eea87d688131875f897c4ef40bd3b93
refs/heads/master
2020-08-01T10:31:12.782647
2019-09-27T18:45:14
2019-09-27T18:45:14
210,968,290
0
0
BSD-2-Clause
2019-09-26T00:54:09
2019-09-26T00:54:09
null
UTF-8
C++
false
false
5,722
cc
#include <OpenMesh/Core/IO/reader/PLYReader.hh> namespace OpenMesh { namespace IO { _PLYReader_ __PLYReaderInstance; _PLYReader_& PLYReader() { return __PLYReaderInstance; } _PLYReader_::_PLYReader_() { IOManager().register_module(this); } bool _PLYReader_::read(const std::string& _filename, BaseImporter&...
[ "ksansom@orthanc.me.washington.edu" ]
ksansom@orthanc.me.washington.edu
18ac11bcb5f9ea1c322c63a75d28ff4afdc3db22
7c60a4cd1cc117f1b76d2cbf101074500e72f471
/obd/src/response/FuelPressureCodec.cpp
6ab2ed2b65cf82bb1dbe85399797afea6cc5f804
[ "Apache-2.0" ]
permissive
Yanick-Salzmann/carpi
0d32b452fe2c0e69434e3aa5989b6993af90e0db
29f5e1bf1eb6243e45690f040e4df8e7c228e897
refs/heads/master
2020-09-15T23:26:07.396758
2020-03-28T22:07:36
2020-03-28T22:07:36
223,575,460
2
0
null
null
null
null
UTF-8
C++
false
false
45
cpp
#include "obd/response/FuelPressureCodec.hpp"
[ "yanick.salzmann@gmail.com" ]
yanick.salzmann@gmail.com
5a9e40ba13cb4b70b80bedfad6ad1b5c5da3c6b1
b771b54b2186263770066aab1ab474b945640033
/src/apps/detect_duplicates/include/duplication_action.h
19fcb56c8ef4ddfcc1c66701a0bf0a140554477a
[ "MIT" ]
permissive
boazsade/machine_learinig_models
d13228ac64ab5547c312505be6147d41a81e6523
eb1f9eda0e4e25a6d028b25682dfb20628a20624
refs/heads/master
2020-04-13T01:36:08.251215
2018-12-23T12:37:55
2018-12-23T12:37:55
162,878,744
2
3
null
null
null
null
UTF-8
C++
false
false
1,800
h
#pragma once #include "column_stats.h" #include "actions.h" #include "libs/sources_handling/input_data.h" #include "libs/json_parser/jsonfwrd.h" #include "libs/json_parser/json_istream.h" #include <utility> #include <set> #include <iosfwd> class duplication_base { public: using result_type = std::pair<bool, input_...
[ "boaz.sade@binah.ai" ]
boaz.sade@binah.ai
909bdca1b540fb6d9bd13697d32a825c3c585215
467dfbdd40c7d8a53803fe16db5d2217930d2df0
/Launcher/sdk/steamworksexample/steamvrglhelper.cpp
f08a56673c8353329b8d87840ef436d62d84082e
[ "Bitstream-Vera", "LicenseRef-scancode-public-domain" ]
permissive
Janacek/void-clash
6ea28eedfcb531c27a89951f46af49b0c310551a
29331e2d20618c12f9ef9c476f1aeb39135945f2
refs/heads/master
2020-03-19T07:01:30.035021
2018-06-04T20:18:03
2018-06-04T20:18:03
136,077,711
0
0
null
null
null
null
UTF-8
C++
false
false
13,853
cpp
#include "stdafx.h" #include <GL/glew.h> #include "steamvrglhelper.h" using vr::HmdMatrix44_t; using vr::HmdMatrix34_t; CSteamVRGLHelper::CSteamVRGLHelper() { m_UIRenderTarget = 0; m_UIRenderTargetTexture = 0; m_PredistortRenderTarget = 0; m_PredistortRenderTargetDepth = 0; m_PredistortRenderTargetTexture ...
[ "thomas.epitech@gmail.com" ]
thomas.epitech@gmail.com
085554657cc7b3ad83a32129696ed5a68cb6f3e4
ef44073c4a2d3f1ed4330da5df8400521cd41afc
/cocos-x-ogre/cocos2d/third_party/ogre/ogre_main/src/OgreParticleSystemManager.cpp
8953897f0fc22da9dfc758c513611a7a889f98f9
[]
no_license
zhaoxiaofeng44/cocos2d-x-ogre
41c426becf040e28023adede544f88b88a8c9529
6bf86a65a3e133ccc61b1851b8e329f00ed06ae5
refs/heads/master
2021-01-22T09:43:31.764942
2017-02-08T04:11:20
2017-02-08T04:11:20
41,040,403
1
2
null
null
null
null
UTF-8
C++
false
false
24,300
cpp
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2012 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
[ "zhaoxiaofeng44@126.com" ]
zhaoxiaofeng44@126.com
ef89c5a63d6d09ae76108ebef79902da13d68a6e
bbb3e624cc17ac7a6ce280797eb2d2cfad8ea754
/selenium/vagrant-tiennguyen-php-selenium/firefox-sdk/include/nsIDOMGeoPositionError.h
22c043e2376a4982e102c61045c0dddd994dc0eb
[]
no_license
Virtual-Machine-Vagrant/TienNguyen-vagrant-env
dff187eaeafc8ca1bb68d81853144d914d6fd293
fe8eaa107dd1a22f07e562937113139c5a4e2687
refs/heads/master
2021-01-13T12:59:28.637343
2017-01-12T08:45:51
2017-01-12T08:45:51
78,718,617
0
0
null
null
null
null
UTF-8
C++
false
false
3,408
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIDOMGeoPositionError.idl */ #ifndef __gen_nsIDOMGeoPositionError_h__ #define __gen_nsIDOMGeoPositionError_h__ #ifndef __gen_domstubs_h__ #include "domstubs.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTAB...
[ "mac-l011@mac-l011s-MacBook-Pro-2.local" ]
mac-l011@mac-l011s-MacBook-Pro-2.local
cbfe6780d4e6723d013a03175d68af6d1cc1cc95
7f583ea124d093fb262ab9c1357b8eec211d2164
/communication/LEDOnOff/LEDOnOff.ino
5d44918d22010b888bb9db1260cf7960f40abf97
[]
no_license
moranmt/ME435InClassCode
cde10090c45710dbe06f0a1f81f4f17ee8fdcd92
23243a98b61035e786c26f829989c14ee96cbeff
refs/heads/master
2022-11-09T01:24:32.774787
2020-06-26T02:49:34
2020-06-26T02:49:34
257,447,240
0
0
null
null
null
null
UTF-8
C++
false
false
824
ino
String inputString = ""; // a String to hold incoming data volatile bool stringComplete = false; // whether the string is complete void setup() { Serial.begin(9600); inputString.reserve(200); pinMode(LED_BUILTIN, OUTPUT); Serial.println("READY"); } void loop() { if (stringComplete) { //Serial....
[ "62971225+moranmt@users.noreply.github.com" ]
62971225+moranmt@users.noreply.github.com
bcc20a4b0cbc96ecf3e55799403885a33a632c7e
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/chrome/browser/chromeos/drive/debug_info_collector.cc
bfbb7a5a02521c9b80d8df02993d80993b27d5db
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
4,232
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/drive/debug_info_collector.h" #include <utility> #include "base/callback.h" #include "base/logging.h" #include "google...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
5865cde7ce6998c69dd718dce95e094997d51f42
945c2dbdd8756b422d4019e7303c305e6f340858
/AddlistDemo/AddListGropDetail.cpp
650c4714361701e0b00bd8309945045512a0a6cd
[]
no_license
caoqiwen2001/AddListDemo
fd02d8a5bfea870670d18b344671043484279fe5
e6295820b77b4b463d68c9b0f814a7998fc2e8b3
refs/heads/master
2020-06-03T21:04:00.254197
2014-06-07T09:16:16
2014-06-07T09:16:16
null
0
0
null
null
null
null
GB18030
C++
false
false
3,881
cpp
// AddListGropDetail.cpp : 实现文件 // #include "stdafx.h" #include "AddlistDemo.h" #include "AddListGropDetail.h" // AddListGropDetail 对话框 IMPLEMENT_DYNAMIC(AddListGropDetail, CDialog) AddListGropDetail::AddListGropDetail(CWnd* pParent) : CDialog(AddListGropDetail::IDD, pParent) , txtId(_T("")) , tx...
[ "caoqiwen2001@126.com" ]
caoqiwen2001@126.com
5d25aa733e25080e635ef22b3ea5b071c8c28209
2e6db1f3ada08b88490a90edfa8b07ada9547f8a
/LuminousAcquity/Level1.h
2a8cc5f8674dfe5f24528436543ec8e4dd4f434b
[]
no_license
quantster/CPP_Standalone
35963249c297c6460d8ba91d4f62c882b7a9382f
b2aa2e8c67b88ac5a9fb1bcc93e5edd6ac3d19c6
refs/heads/master
2021-01-19T17:24:50.366255
2015-03-21T18:12:40
2015-03-21T18:12:40
32,639,117
0
0
null
null
null
null
UTF-8
C++
false
false
1,125
h
/* ============================================================================= (C): Nitish Kanabar - 2012. nitish@indigoriverllc.com -------------------------------------------------------------------------------- namespace Level1: Members are specialized for requesting and handling level1 quotes data ...
[ "nkimaging@gmail.com" ]
nkimaging@gmail.com
af16dce234f33cc02672008cb83d61f70b3be8a3
aa7c64b0bdfee9975aec60609e896fe006688bc1
/TallerMetodos-Control/src/include/extra.cpp
e510944835d73afd258911065124480c73811fdd
[]
no_license
cmaureir/utfsm2010
eb9ab5bb9f0c8c43264e02b4279bdd95378403ef
24f3a20ca939382002d9aa3ad63aeb84aedd8cbe
refs/heads/master
2020-03-26T01:25:56.259405
2012-11-25T21:54:44
2012-11-25T21:54:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,393
cpp
#include "extra.h" void inputReading(const char name[50]){ int i,j,tmp; FILE *in; in = fopen(name,"r"); // Primera linea // Numero de Autos - Numero de Opciones - Numero de Tipos de Autos. fscanf(in,"%d %d %d\n",&carNumber, &optNumber, &typeNumber); // Segunda linea // cantidad de autos permitidos en la subse...
[ "cmaureir@csrg.inf.utfsm.cl" ]
cmaureir@csrg.inf.utfsm.cl
2cef3edb3208bf49d6fcce8d82a6fc41363fd75e
0bb16de075f2632349450d69683db3c871b63797
/qt-tutorial/p5/build-MyGui-Desktop_Qt_5_4_1_GCC_64bit-Debug/ui_dialog.h
224b289c45e8a6524ce18adfe8ed0ed1caa42198
[]
no_license
pwarnimo/misc_projects
0e84866bf88bdf138d5bf20116fba3b88ddff7a3
8293b76c01b329a7bc6e5169afe0001591e42da6
refs/heads/master
2021-01-19T01:29:49.282313
2016-04-21T15:40:03
2016-04-21T15:40:03
35,493,643
0
0
null
null
null
null
UTF-8
C++
false
false
3,635
h
/******************************************************************************** ** Form generated from reading UI file 'dialog.ui' ** ** Created by: Qt User Interface Compiler version 5.4.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************...
[ "pwarnimo@gmail.com" ]
pwarnimo@gmail.com
4965500326386c83acdf43989ab168a3a58230c4
6ec1d7d31095bcf45c19ead0a6449d9e694f87b6
/Code/Editor/Module.h
6641aca5778456d0c59125df73da6bd7123ee9c5
[]
no_license
ChrisTohFer/GE2
0659d04f5d19b63a43a91191d002c410b1a35550
6ffd2ab5cd66f03c92e61c7d4aece2bbe3531016
refs/heads/main
2023-08-29T05:20:09.556780
2021-10-02T11:40:51
2021-10-02T11:40:51
340,955,808
0
0
null
null
null
null
UTF-8
C++
false
false
246
h
#pragma once #include <string> namespace ge2::ed { class Module { public: virtual ~Module() = default; void Draw(); virtual void DrawContent() = 0; bool minimised; std::string name; }; }
[ "chrisrkemp@hotmail.co.uk" ]
chrisrkemp@hotmail.co.uk
5c8683ce657d48116425877f9d158675da958aa6
dee902d49a499bcdfc23aa8683ccb66a2fa0e486
/Client/Game/Matrix.hpp
512680aea9a792442063ccc4d2158eff62e00bb2
[ "MIT" ]
permissive
FeodorFitsner/ctnorth
13157fd601f4722784b44d0e4a084415633597e0
8e2dfe391f4c95f38e732509eb0fa3585f915cc6
refs/heads/master
2020-05-22T16:00:40.298284
2017-03-12T05:03:54
2017-03-12T05:03:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
790
hpp
// GTA Matrix // Author(s): iFarbod <ifarbod@outlook.com> // // Copyright (c) 2015-2017 CtNorth Team // // Distributed under the MIT license (See accompanying file LICENSE or copy at // https://opensource.org/licenses/MIT) #pragma once #include "Common.hpp" //#include "RWTypes.hpp" #include "Vector.hpp" namesp...
[ "ifarbod@outlook.com" ]
ifarbod@outlook.com
de7257d340dbff5f0ceb817862fae83589d6b1d5
42479db241de23d1c61ea7455f76032064c509b1
/WundergroundClient.h
03510bf9e9a7c43a63b8ce0281dcd8e6573daf57
[]
no_license
tgreening/ESP8266AlarmClockWeather
b09eb027e436341368231dbfd764beac80f344b3
0877449f5339aad7617b9b41c7e9bcfba2895a64
refs/heads/master
2021-01-23T05:09:33.033976
2018-03-28T13:20:17
2018-03-28T13:20:17
86,281,382
1
0
null
null
null
null
UTF-8
C++
false
false
7,139
h
/**The MIT License (MIT) Copyright (c) 2015 by Daniel Eichhorn 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 limitation the rights to use, copy, modify, m...
[ "tgreening@yahoo.com" ]
tgreening@yahoo.com
b3f8137130c8a488472408f28eb6f540d466d8cc
e2ac48ed25c54c6e3b13eaddb1876331cd020eec
/src/memory_profiling.hpp
6d43d81e3ccaaa6e2a2394d6cdd9223307962433
[ "MIT" ]
permissive
MCRusher/zig
8c6d5faa559dbfeaef786f7ac403c77b295787d6
d49e0a7b90dabbf486902fa9d4a4306aede55087
refs/heads/master
2020-09-16T06:58:55.056625
2019-11-24T04:08:33
2019-11-24T04:08:33
223,688,728
0
0
MIT
2019-11-24T03:47:52
2019-11-24T03:47:52
null
UTF-8
C++
false
false
492
hpp
/* * Copyright (c) 2019 Andrew Kelley * * This file is part of zig, which is MIT licensed. * See http://opensource.org/licenses/MIT */ #ifndef ZIG_MEMORY_PROFILING_HPP #define ZIG_MEMORY_PROFILING_HPP #include "config.h" #include <stddef.h> #include <stdio.h> void memprof_init(void); void memprof_alloc(const ...
[ "andrew@ziglang.org" ]
andrew@ziglang.org
81298371a5d6ba0906d1e436aeebfa8e4256c299
e5f41d5b528cdb68d5a636c10f7522c4a22c58f5
/51CTO下载-300种加密解密算法(C++)源代码/crc.h
5bfa1253047ba70fcee3795eda62cac7a2b259b5
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
paraler/bashrc
4a0979fceada25ce65539c737f8cc9eea200f351
abd7dbe5a3766631b255b05dc00417a62ccb948f
refs/heads/master
2021-01-21T13:33:34.827061
2016-05-18T10:12:23
2016-05-18T10:12:23
59,104,629
2
3
null
null
null
null
UTF-8
C++
false
false
707
h
#ifndef CRYPTOPP_CRC32_H #define CRYPTOPP_CRC32_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) /* Must use this value instead of ~0 due to 64-bit computers */ const unsigned long CRC32_NEGL = 0xffffffffL; class CRC32 : public HashModule { public: CRC32(); void Update(const byte *input, unsigned i...
[ "archparal@gamil.com" ]
archparal@gamil.com
54b9a5f0fee80b98b7af0147bec9eaff0736732e
6a490538337cfe74591110d1454186a4e2064fc4
/HelloWord/HelloWord/main.cpp
364e62ee5975439f0a8e5fcde14ff357db361081
[]
no_license
MoonSupport/LatinCPP
03beb72617c8c38865e60a675e4d81cdb23f9f40
23551cf00352ec5e2c4ef4767486fe4dc59b3e57
refs/heads/master
2020-12-01T09:58:16.232960
2020-03-08T13:50:16
2020-03-08T13:50:16
230,604,783
0
0
null
null
null
null
UTF-8
C++
false
false
246
cpp
// // main.cpp // HelloWord // // Created by 문지원 on 28/12/2019. // Copyright © 2019 문지원. All rights reserved. // #include <iostream> int main(int argc, const char * argv[]) { std::cout << "Hello, World!\n"; return 0; }
[ "jiwon3346@naver.com" ]
jiwon3346@naver.com
1ab5ccd022ece95714ea43bf498850252da18372
a0dd2d8d58261f7b8d1ea1fda84f1ddd162e3575
/Subtraction_Game_1.cpp
10b952e1b31d51e599adbb1bce01d61fa2746bd9
[]
no_license
Narcos101/Problem-solving-on-different-websites
cbe0036696e9e5caf6f372bbf33bddfaaf96856c
c739478ea5daff0900821e397dc7da0844f9a552
refs/heads/main
2023-07-16T08:19:14.366479
2021-09-03T05:38:09
2021-09-03T05:38:09
401,647,202
0
0
null
null
null
null
UTF-8
C++
false
false
2,043
cpp
//Work hard, play hard :) #include <bits/stdc++.h> // This will work only for g++ compiler. #define for0(i, n) for (int i = 0; i < (int)(n); ++i) // 0 based indexing #define for1(i, n) for (int i = 1; i <= (int)(n); ++i) // 1 based indexing #define forc(i, l,...
[ "vivekjaiswar899@gmail.com" ]
vivekjaiswar899@gmail.com
3165a7fa9f712e126b53c154fbb447333bd92f11
e3910ebe46ab488d7cdda3b7715e4ce64412f031
/applications/qTox/src/widget/contentlayout.cpp
45ae42222d0fdf3a48218a53ac4a7bafa71f696a
[ "GPL-3.0-or-later", "GPL-3.0-only", "MIT" ]
permissive
Open-QKD-Network/qkd-net
caab6e4b8dad5c126eed09978a5560a7d7769a37
59da96b7f8724a635662b842b4a5154a8650961a
refs/heads/master
2023-06-07T15:54:19.587999
2022-01-30T21:57:11
2022-01-30T21:57:11
165,184,085
25
24
MIT
2023-05-27T14:21:41
2019-01-11T05:22:12
C
UTF-8
C++
false
false
4,315
cpp
/* Copyright © 2015 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. qTox is libre 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 ...
[ "shravan.mishra@gmail.com" ]
shravan.mishra@gmail.com
8bc0bef6cf70adc133ce757d5ccbbb8f03597175
ae33344a3ef74613c440bc5df0c585102d403b3b
/SDK/SOT_BP_ShipwreckStorageBarrel_Cannonball_classes.hpp
5f15fd193c949d179d9ff2578852b8f4af6d75cd
[]
no_license
ThePotato97/SoT-SDK
bd2d253e811359a429bd8cf0f5dfff73b25cecd9
d1ff6182a2d09ca20e9e02476e5cb618e57726d3
refs/heads/master
2020-03-08T00:48:37.178980
2018-03-30T12:23:36
2018-03-30T12:23:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
781
hpp
#pragma once // SOT: Sea of Thieves (1.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x4) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass BP_ShipwreckS...
[ "antoniohermano@gmail.com" ]
antoniohermano@gmail.com
e76d31f9a0c75e594350572214bf2f9879ed9b75
6f0701d6fd3f9415c0f6f35723ccbb2ffe6188bd
/src/qt/clientmodel.h
09dc0eb9b80f4f9aedb15766135f8d883eeb6f2c
[ "MIT" ]
permissive
pbitmonkey/bitmonkey-debug
a67729cabfa9c09936cba4830a5e2d664f84e813
f48bab02e88b1fcf445c59380e6fda018d86f462
refs/heads/master
2020-07-04T17:50:46.093449
2019-11-05T22:07:03
2019-11-05T22:07:03
202,359,547
0
1
null
null
null
null
UTF-8
C++
false
false
3,677
h
// Copyright (c) 2011-2018 The bitmonkey Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITMONKEY_QT_CLIENTMODEL_H #define BITMONKEY_QT_CLIENTMODEL_H #include <QObject> #include <QDateTime> #include <a...
[ "52039398+Bitmonkeyp@users.noreply.github.com" ]
52039398+Bitmonkeyp@users.noreply.github.com
4c238fd632b923c74a9d77eec5434285228f96a8
a06a28c5fe36c5cd480f49a9871d05f268c3cc5d
/graph.cpp
37fcc22cda54557252296f571260dc73f21559c1
[]
no_license
niharika987/dev
f7f84ea55e246ce2843f02704d5d0f17a083da8b
b588b29092abca975a828fbb7217622305907c1f
refs/heads/master
2020-03-29T07:13:49.934820
2018-09-20T19:23:34
2018-09-20T19:23:34
149,657,657
1
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
#include <bits/stdc++.h> using namespace std; vector <int> adj[1005]; int main() { int x,y,nodes,edges; cin>>nodes>>edges; for(int i=0;i<edges;i++) { cin>>x>>y; adj[x].push_back(y); adj[y].push_back(x); } int q,a,b; cin>>q; while(q--) { int flag=0; cin>>a>>b; for(int i=0;i<adj[a].size();i++) { if(a...
[ "niharikasingh987@yahoo.com" ]
niharikasingh987@yahoo.com
943373e1a8830233d8e85cd1cab706dc3a1d111d
55d8ae43f175c381e6846208f904916d4d365908
/SDKPackage_OGLES2/Demos/ExampleUI/OGLES2/Content/text1.cpp
17a9daffd8bec11c17e22533610ce3b07e95e53c
[]
no_license
anonymousjustice/pvr-pi
404b1c73b6f83e4e6bf25432ed913e8a198beb8c
fbc9b6daaa44fe07c0bd6f897d7f7a87fe08f669
refs/heads/master
2016-08-06T20:43:44.778663
2013-02-14T10:31:26
2013-02-14T10:31:26
5,461,385
7
2
null
null
null
null
UTF-8
C++
false
false
80,857
cpp
// This file was created by Filewrap 1.1 // Little endian mode // DO NOT EDIT #include "../PVRTMemoryFileSystem.h" // using 32 bit to guarantee alignment. #ifndef A32BIT #define A32BIT static const unsigned int #endif // ******** Start: text1.pvr ******** // File data A32BIT _text1_pvr[] = { 0x3525650,0x0,0x616267...
[ "anon@justice" ]
anon@justice
baab8efff5e469cf4c9c9e1ab4b7c43e7cdf1f5c
f20e965e19b749e84281cb35baea6787f815f777
/Alignment/Alignment/AlignKernel/src/AlVec.cpp
f2c4b5ff7db2fe2131ea9b0a32daa1de5a4fd713
[]
no_license
marromlam/lhcb-software
f677abc9c6a27aa82a9b68c062eab587e6883906
f3a80ecab090d9ec1b33e12b987d3d743884dc24
refs/heads/master
2020-12-23T15:26:01.606128
2016-04-08T15:48:59
2016-04-08T15:48:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,627
cpp
#include <iostream> #include <iomanip> #include "AlignKernel/AlVec.h" #include "AlignKernel/AlMat.h" #include "AlignKernel/AlSymMat.h" #include <string.h> AlVec::AlVec() { Nele = 0; ptr_data = 0; // set pointer to null } AlVec::AlVec(size_t N) { Nele = N; ptr_data = new double[Nele]; for(size_t i=0;i<N...
[ "wouterh@nikhef.nl" ]
wouterh@nikhef.nl
78ed669ab32979970a9eb255bbceddb077d36abf
ee823479b104fa9e0d8a9cba8c8eeb0fb40a19fd
/example/21_particleStartpoint/src/ofApp.h
87006bbb20b7cb518e3631f4e7f5f9507969bb96
[ "MIT" ]
permissive
NozomiFUKAO/idd_medilab15
108769adb87e490ebc1031d0a60f79b4d0f4ebb1
5eeba305dcae0de8632478f63b0f48c9c0513dd1
refs/heads/master
2020-12-11T01:45:28.323734
2015-05-11T16:47:33
2015-05-11T16:47:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
528
h
#pragma once #include "ofMain.h" #include "ParticleVec2.h" class ofApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed(int key); void keyReleased(int key); void mouseMoved(int x, int y ); void mouseDragged(int x, int y, int button); void ...
[ "tadokoro@gmail.com" ]
tadokoro@gmail.com
9fe6d678b3f53f524483685435b86afc17ade752
9decc5f9d762269a31b65d5132b7224cd0717bb5
/tools/cudaTest/main.cpp
2357e46c698a5542d404623fe16ecaa98f0dd2f5
[]
no_license
rballester/Livre
137e3d467d19b0044028d91e653eaeb69120fbc0
2ca382651ca8769aeb952721c8875fd6f8487e45
refs/heads/master
2020-12-11T09:27:05.017479
2013-11-29T15:12:57
2013-11-29T15:12:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,126
cpp
#include "cpuDecompressor.h" #include <msv/util/testing.h> #define PRINT_TENSOR_TIMINGS #include "cudaDecompressor.h" #include <iostream> #include <vector> #include <cuda.h> #include <fstream> namespace { const std::string pathSrt = "/home/maxus/tmp/compressionTst.dat"; } int main() { std::cout << "Reading ...
[ "ahmet.bilgili@epfl.ch" ]
ahmet.bilgili@epfl.ch
9894195f4f14f1c4da92c4ff32a6ba315fdffa80
a6912f30283f4b0bf37e6b98d914d4c664b1e348
/src/qt/overviewpage.cpp
123db8b8f2d09cfdb57c10aa5cf75a3946fe48e8
[ "MIT" ]
permissive
BlueDragon747/Electron-ELT
be16bb6f7b57371876e9f5118d1757e880f2dea6
7d25c1b5f9cd923d12e73d545d8fbb91ff56a4a9
refs/heads/master
2022-05-07T05:19:12.507442
2022-03-18T07:42:36
2022-03-18T07:42:36
137,487,480
0
0
MIT
2022-03-05T23:29:32
2018-06-15T12:54:40
C++
UTF-8
C++
false
false
7,182
cpp
#include "overviewpage.h" #include "ui_overviewpage.h" #include "clientmodel.h" #include "walletmodel.h" #include "bitcoinunits.h" #include "optionsmodel.h" #include "transactiontablemodel.h" #include "transactionfilterproxy.h" #include "guiutil.h" #include "guiconstants.h" #include <QAbstractItemDelegate> #include <...
[ "electron.coin@gmail.com" ]
electron.coin@gmail.com
6f80f30dc39a7e16cbe08116a7063685284eb33a
afe37c3c0667b6f3fc31d02e903dc4528fd17d87
/Engine/Code/Engine/Renderer/RGBA.cpp
ee7ab62ce7ecc8b9860bbfca9644d8e6b0e0b750
[]
no_license
Sunken-City/BoneMasks
9c48c62c2239b125f9675d40e3e0d140e15a5ac0
8f70e11ee21086ddacc17ef8d18b90482d63db39
refs/heads/master
2021-05-31T14:09:41.979640
2016-05-09T21:48:52
2016-05-09T21:48:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,976
cpp
#include "Engine/Renderer/RGBA.hpp" #include "Engine/Math/Vector4.hpp" #include "Engine/Math/MathUtils.hpp" const RGBA RGBA::WHITE(0xFFFFFFFF); const RGBA RGBA::BLACK(0x000000FF); const RGBA RGBA::RED(0xFF0000FF); const RGBA RGBA::GREEN(0x00FF00FF); const RGBA RGBA::BLUE(0x0000FFFF); const RGBA RGBA::MAGENTA(0xFF00FFF...
[ "acloudy@mail.smu.edu" ]
acloudy@mail.smu.edu
9960e0f9f9bf2fc6c48750665d03cf8a08e02c78
d49b8536d996a81fd2a356f2ccd850abd4447217
/VirusPack/beispiel/DKCS/DKCS/dkcs_ddos_bot_src/main.cpp
a78f55f3175fffd6289848b60ac3dcaf40588c85
[]
no_license
JonnyBanana/botnets
28a90ab80f973478d54579f3d3eadc5feb33ff77
995b9c20aca5de0ae585ae17780a31e8bdfd9844
refs/heads/master
2021-07-01T01:51:01.211451
2020-10-22T23:14:57
2020-10-22T23:14:57
148,392,362
9
5
null
null
null
null
UTF-8
C++
false
false
4,755
cpp
//----------------------------------------------------------------- // this file is a part of: DKCS WORM.DDoS bot v 0.1 // c0d3d by: Dr.Pixel // 2006 (C) DKCS Security Team // // contacts: e-mail: dkcs@void.ru // icq: 7600278 // web: http://dkcs.void.ru // forum: http://dkcs.net.ru //-----------------...
[ "mstr.be832920@gmail.com" ]
mstr.be832920@gmail.com
79d7c5e506734498ed2e5f936e1d38d6ed878887
653aa38b5fb34b062ebb0befb81a34cd3b56321a
/1. Some Essential Concepts/structureandfunction.cpp
7066719d69c452170b5225f01f29416da5a5e9b6
[ "MIT" ]
permissive
ritwik12/Data-Structure-and-Algorithms
cefc962c144a35864df18e20dfc997987b15b2b7
15696f319b44c5c58373a67d2f4e8c9820117cc2
refs/heads/master
2020-11-29T20:19:53.719064
2019-12-25T16:47:11
2019-12-25T16:47:11
230,208,328
1
0
MIT
2019-12-26T06:28:39
2019-12-26T06:28:38
null
UTF-8
C++
false
false
499
cpp
#include <iostream> using namespace std; struct rectangle { int length; int bredth; }; void initialize(struct rectangle *r, int l, int b) { r->length=l; r->bredth=b; } void changelength(struct rectangle *r, int l) { r->length=l } int area(struct rectangle r) { return r.length*r.bredth; } int main() { ...
[ "kshitizsaini.rtk@gmail.com" ]
kshitizsaini.rtk@gmail.com
f5ee21c3a7285d0e648a9a85f3d4fcbd37e3973c
238edf5919d6653e0c63552229ac9f48e33ba274
/Inventory/stock.h
f6ab20311480de0ec12bcde41f730b292eae69cb
[]
no_license
elnasty/222_A1
9a5b22cb282df9e5185c47250362b8a0fc0247de
99b9fbd29da3888ed83389045bab122aa3e38d92
refs/heads/master
2021-05-05T00:32:17.041262
2018-02-21T02:47:01
2018-02-21T02:47:01
119,502,345
0
0
null
null
null
null
UTF-8
C++
false
false
1,556
h
/* * Name : stock.h * Author : Stanley * Sub Authors : Benjamin * * Created on : 140217 * * Purpose : contains includes and declaration of Transaction class * * Changes : * DATE USER DETAIL * 140217 Stanley Original file conception * 150217 ...
[ "elnastyteo@gmail.com" ]
elnastyteo@gmail.com
cfe7791a7f4297428c23658428809e20167ca107
c04fd95d0f3bdd16fbd75a95f0e9b5079240e9aa
/DSA_Assignment/DSA_Assignment/Queue.cpp
39e9f5cce0ff734c398165d0f315485612c19f19
[]
no_license
ktzy0305/SpellChecker
2e52609d575dc33b383f6d36fa48b028d1fc2cac
afaef2351da4c550adfde3e291084b044dbb70a2
refs/heads/master
2020-04-16T13:35:44.950068
2019-02-16T15:50:50
2019-02-16T15:50:50
165,634,141
0
0
null
null
null
null
UTF-8
C++
false
false
1,121
cpp
//Dominic Ng Jun Yao, S10177858H //Kevin Toh Zheng Ying, S10179142B #include "pch.h" #include "Queue.h" #include <iostream> using namespace std; Queue::Queue() {} Queue::~Queue() { frontNode = nullptr; backNode = nullptr; } bool Queue::enqueue(ItemType item) { Node* newNode = new Node(); newNode->item = item;...
[ "kevintoh0305@gmail.com" ]
kevintoh0305@gmail.com
ffcfa088eab5d4a29fe1a55bef9c543046fd8963
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/5d/b53c45b7497693/main.cpp
c5fc1f45e7d790b6786eeb217939a7a1ff4bb5a9
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
408
cpp
#include <iostream> int naive_socks(int n, int m) { int day = 0; while(n > 0) { //morning ++day; --n; //afternoon if (day % m == 0) ++n; } return day; } int main() { for(int n=2; n<6; ++n) { for(int m=2; m<6; ++m) { std::cout...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
79d7e7b7617c02a2de7561bb09c327f1382f38a6
2c59e2dcc1d821daf1001f7b748ea5082c47b8dd
/menon/io.hh
df53d926c813c6a91e23fefee825f111beb8b82a
[ "BSL-1.0" ]
permissive
menonfled/menon_cpp_lib
828750ea754b9862b91a4e97c9d34944a7076580
729bb581023e7558360fd17ac0866e20b2d7ec40
refs/heads/master
2023-01-20T00:26:43.547595
2020-11-23T01:15:14
2020-11-23T01:15:14
294,441,833
1
0
null
null
null
null
UTF-8
C++
false
false
456
hh
/// @file menon/io.hh /// 入出力のための宣言・定義 /// @author @menonfled #ifndef MENON_IO_HH_ #define MENON_IO_HH_ #pragma once #include "menon/bits/filelength.hh" #include "menon/bits/gets.hh" #include "menon/bits/puts.hh" #include "menon/bits/iostream.hh" #include "menon/bits/fseek.hh" #include "menon/bits/filelength.hh" #i...
[ "elddiry@gmail.com" ]
elddiry@gmail.com
41e0afd066877678f93763abc86a288dd78cb81a
391edc0de89e79ec5d6931dcbd006bed2b2521cc
/33_pbr_1/Sphere.h
cd65a6ac2d8c283e55dbbbf0ebd07f93ebf26689
[]
no_license
williamblair/learnopengl
b7663cdf1becc11fbf7c6e70967d559e52473ecc
5f778df12e668ee966e649e170ecc97c6303770c
refs/heads/master
2021-01-21T17:58:11.259331
2020-09-17T00:12:47
2020-09-17T00:12:47
91,998,336
0
0
null
2020-08-04T23:59:39
2017-05-22T01:07:54
C
UTF-8
C++
false
false
5,220
h
#ifndef SPHERE_H_INCLUDED #define SPHERE_H_INCLUDED #include <cmath> #include <glad/glad.h> typedef struct Sphere { GLfloat* vertices; GLuint* indices; size_t numVertices; size_t numIndices; unsigned int VBO; // vertex buffer object unsigned int VAO; // vertex array object ...
[ "blairw@cs.sunyit.edu" ]
blairw@cs.sunyit.edu
a4bcb9b470f306b4a4f584bb9c89f352011d90bf
e371c4f4f5b1d4812fdbd50ab27eb767eba6faaf
/RayTracer - Rasterization/Geometric Objects/GeometricObject.h
2eceaabbc57fc881e75b4d54be48f1b0171c0bb8
[]
no_license
tsargs/Ray-tracer
ce01baba0e2175f25bec97d74a0681e2ebab7934
b069aa16fbf0e3d2a77bd42e589382dbae4d408c
refs/heads/master
2021-03-22T04:59:53.057456
2018-02-12T01:40:07
2018-02-12T01:40:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,226
h
#ifndef GEOMETRIC_OBJECT #define GEOMETRIC_OBJECT // ============================================================================= // // Created by Shyam Prathish Sargunam on 12/29/15. // Copyright © 2015 Shyam Prathish Sargunam. All rights reserved. // // ============================================================...
[ "shyam.prathish@tamu.edu" ]
shyam.prathish@tamu.edu
a47bcf20d507af00c3a56baf6c97421ff1aa41ff
b5bb24596deb19b9114783fe44577009fdd1d296
/ptlib/tags/Baseline220195/include/ptlib/msos/ptlib/socket.h
932dae18cb227336967309b45e1bab26bbdca1d1
[]
no_license
erdincay/opal-voip
0ca10d30105795272b505995309b2af5836d1079
7937e4df5833f48a273a9b3519de87c6bcdc5410
refs/heads/master
2020-05-17T18:41:42.371445
2015-09-10T17:38:14
2015-09-10T17:38:14
42,303,471
3
0
null
null
null
null
UTF-8
C++
false
false
2,051
h
/* * $Id: socket.h,v 1.5 1995/01/02 12:16:22 robertj Exp $ * * Portable Windows Library * * Socket Class Declarations * * Copyright 1993 Equivalence * * $Log: socket.h,v $ * Revision 1.5 1995/01/02 12:16:22 robertj * Moved constructor to platform dependent code. * * Revision 1.4 1994/12/12 10:10:17 ro...
[ "robertj@023b2edf-31b2-4de3-b41e-bca80c47788f" ]
robertj@023b2edf-31b2-4de3-b41e-bca80c47788f
8adb2790371a106ee5a733590501fa9d2f640288
4ae178e2f872acba3acdcb06cb145b82e48908f8
/trial_test_ws/devel/.private/moveit_msgs/include/moveit_msgs/MoveGroupFeedback.h
058ebc8dffdc655118aebf306189c1ebd9bc1a82
[]
no_license
ZhikaiZhang1/ros-lbr-repo
51279a0c1e00f1e1d5f0f3be2e3feb2dc04600df
8fce59c6145481a0ec58d345cb3caa641c59f78e
refs/heads/master
2023-06-04T15:55:18.769023
2021-06-22T12:34:00
2021-06-22T12:34:00
380,094,172
0
0
null
null
null
null
UTF-8
C++
false
false
6,011
h
// Generated by gencpp from file moveit_msgs/MoveGroupFeedback.msg // DO NOT EDIT! #ifndef MOVEIT_MSGS_MESSAGE_MOVEGROUPFEEDBACK_H #define MOVEIT_MSGS_MESSAGE_MOVEGROUPFEEDBACK_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_t...
[ "zhikaizhangHULK@gmail.com" ]
zhikaizhangHULK@gmail.com
e352103cb2b6217a0422274543733eed68a5ebf8
8d2eacab2e53e41692bd93ba3adae7ea70de9ec4
/src/qt/qrcodedialog.cpp
f84055c4896384f054716224a82eb714ad16f939
[ "MIT" ]
permissive
chen0137/worldo_alpha
38158f2a7d1620bed596b2ab358fcf56b9de5e86
51f2c4849085d22e80e6730f06bd0e2732cbe0c8
refs/heads/master
2021-01-23T22:19:32.430011
2014-02-12T20:23:56
2014-02-12T20:23:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,309
cpp
#include "qrcodedialog.h" #include "ui_qrcodedialog.h" #include "bitcoinunits.h" #include "guiconstants.h" #include "guiutil.h" #include "optionsmodel.h" #include <QPixmap> #include <QUrl> #include <qrencode.h> QRCodeDialog::QRCodeDialog(const QString &addr, const QString &label, bool enableReq, QWidget *parent) : ...
[ "travel@tt.betterboyfriendbuilder.com" ]
travel@tt.betterboyfriendbuilder.com
7d089a02ad10f2eb9c25b189b38c2ddfb958d242
3180c55988e3e87dd1290d6f90c3b63a08f6042a
/IfcPlusPlus/src/ifcpp/IFC4/IfcRelAssignsToGroupByFactor.cpp
c4ee42fbca0ef59c88faab38ca5c9391264af9b5
[]
no_license
bbrangeo/IFCPlusPlus
65d3bb3c0cdd4043f516a6a8321d522e0683a180
87e361487c86a15a4417b4ab8d744cd7b9a39876
refs/heads/master
2021-01-17T22:20:29.395459
2014-06-05T13:05:31
2014-06-05T13:05:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,060
cpp
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * in...
[ "fabian.gerold@gmail.com@06f6d6f3-f2e0-f239-6e86-ba6a5d17d3a5" ]
fabian.gerold@gmail.com@06f6d6f3-f2e0-f239-6e86-ba6a5d17d3a5
fde53c1e3ca825e58e962ac9e935a32223c0c9ce
45d300db6d241ecc7ee0bda2d73afd011e97cf28
/OTCDerivativesCalculatorModule/Project_Cpp/lib_static/FpmlSerialized/GenClass/fpml-shared-5-4/ExternalDocument.cpp
0d59aba15017c723f49aae60a87ee40e37206f4e
[]
no_license
fagan2888/OTCDerivativesCalculatorModule
50076076f5634ffc3b88c52ef68329415725e22d
e698e12660c0c2c0d6899eae55204d618d315532
refs/heads/master
2021-05-30T03:52:28.667409
2015-11-27T06:57:45
2015-11-27T06:57:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,467
cpp
// ExternalDocument.cpp #include "ExternalDocument.hpp" #ifdef ConsolePrint #include <iostream> #endif namespace FpmlSerialized { ExternalDocument::ExternalDocument(TiXmlNode* xmlNode) : ISerialized(xmlNode) { #ifdef ConsolePrint std::string initialtap_ = FileManager::instance().tap_; FileMa...
[ "math.ansang@gmail.com" ]
math.ansang@gmail.com
2b48cc51b3d194d432f35d3ccdc743fac78323f9
657e8b139b63381d002ef36c9fd3f3b8242e911b
/src/Lsystem1.h
e90bbb02c32a48892809ce68d3dcf8d8c4204f63
[]
no_license
daniel7solis/L-Systems
15edea2296af04017ccd1ccbd5e09c8df977ea51
1ebbf7f78d9cb75ef0a3c44b9d687fb485e8ba87
refs/heads/master
2021-01-13T01:55:38.748701
2014-07-24T19:46:23
2014-07-24T19:46:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
255
h
#ifndef LSYSTEM1_H_ #define LSYSTEM1_H_ #include <string.h> #include "managerXML.h" class Lsystem1 { private: public: managerXML manXML; Lsystem1(); virtual ~Lsystem1(); void leerCadena(); void control(); bool getXML(); }; #endif /*LSYSTEM1_H_*/
[ "daniel7solis@gmail.com" ]
daniel7solis@gmail.com
d315ed09c249ee5cd33ca80113efe85ca043f11c
0fccbf9ebdf37ce43424a3a465599070bb5ba508
/AICabin/DirectUI/Source/activex/scoped_comptr.h
46b83f8ee98d2c88b9f5c9d1cd924c60f4649b45
[]
no_license
lineCode/AICabin
0314481ff7df99c5ea615f87ed29272ceee71ab6
5262123bef0c75b7429f628f0c1637befed5de94
refs/heads/master
2022-04-01T17:12:17.341430
2020-01-01T15:30:42
2020-01-01T15:30:42
null
0
0
null
null
null
null
GB18030
C++
false
false
7,194
h
#ifndef __base_scoped_comptr_h__ #define __base_scoped_comptr_h__ #pragma once #include <unknwn.h> #include "activex_inner.h" namespace util_activex { template<class T> class scoped_refptr { public: scoped_refptr() : ptr_(NULL) {} scoped_refptr(T* p) : ptr_(p) { if(ptr_) { ...
[ "710681042@qq.com" ]
710681042@qq.com
13f3da9fddd121fa6fd185e75a5ae1017b31f269
d690a7f7fe2329f08274e50d6b9f6c1e048c5e57
/src/apps/sequencer/engine/CvInput.cpp
d7fbdf384ea2b04a58d736f635369a93a87844a5
[ "freertos-exception-2.0", "MIT", "GPL-2.0-or-later" ]
permissive
westlicht/performer
5fde2bbb74db2eb9b855cc08c11fb99f3cb8746a
dac9d12621b4683fc0e98303a422b34ac6f3d23a
refs/heads/master
2022-10-03T00:02:48.422071
2022-06-07T12:16:45
2022-06-07T20:46:39
98,348,867
219
69
MIT
2022-09-21T13:31:29
2017-07-25T20:51:01
C
UTF-8
C++
false
false
251
cpp
#include "CvInput.h" CvInput::CvInput(Adc &adc) : _adc(adc) { } void CvInput::init() { _channels.fill(0.f); } void CvInput::update() { for (int i = 0; i < Channels; ++i) { _channels[i] = 5.f - _adc.channel(i) / 6553.5f; } }
[ "simon.kallweit@gmail.com" ]
simon.kallweit@gmail.com
71c709ab4a2a5570b478a2c66458f16985dfc6a9
4698154a1b913fdefa171a7fe6b50341c71ea690
/sPhysics/sWorld.cpp
d1a02919ed8574a0b7e2dc8f87ea1f9742e9ffbc
[]
no_license
illogicz/NeuroEvolution
724ed2b17cb17752ef7022a7defffc643e867071
d5d067bd3ae85d1ae424b247493c39d4d0826467
refs/heads/master
2020-08-07T12:12:05.618868
2016-11-05T17:50:32
2016-11-05T17:50:32
15,806,141
53
10
null
null
null
null
UTF-8
C++
false
false
182
cpp
#include "sWorld.h" void sWorld::SayGoodbye(b2Joint * joint) { sJoint * j = (sJoint*)joint->GetUserData(); if(j->isInWorld()){ j->jointDestroyed(); remove((sObject*)j); } }
[ "illogicz@gmail.com" ]
illogicz@gmail.com
a9084ba762e5ac90704fe8a5a24830531d9268f2
45990c0bba0aa6ddc8ace3d0385ff61d2078859a
/C(Java)-S(C++)/server/main.cpp
9ab0616499c842760232637be34f19e75f82efe1
[]
no_license
nesrinesghaier/Client-Server
91cc3feebd5340789f9d52cc5fa8a32ca8531253
5c1ad92199e6418dc2dad9654a32fe915488be32
refs/heads/master
2020-04-08T03:08:37.117138
2018-11-24T19:42:00
2018-11-24T19:42:00
158,743,075
0
0
null
null
null
null
UTF-8
C++
false
false
758
cpp
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.cpp * Author: nesrine * * Created on November 1, 2018, 3:34 PM */ #include <cstdlib> #include "Presentation/S...
[ "nesrinesghaier10@gmail.com" ]
nesrinesghaier10@gmail.com
6fdfca4568588c2ed34865542602e0a614fe46b3
d3da5015a3266cdbcf025a7e5f9cc5b59c40649d
/main.cpp
2ef775450e6e10e469ccacbe2387f1a1517dcb60
[]
no_license
SaikovaDA/aaa
92cd3e1d945e7e5d160bf981ce98635c9b2a0ab3
829b09146820b8b99e3c70febf42532b28c3896e
refs/heads/master
2021-01-19T05:33:51.202766
2017-04-06T14:03:26
2017-04-06T14:03:26
87,436,061
0
0
null
null
null
null
UTF-8
C++
false
false
3,335
cpp
#include <iostream> #include <vector> #include <sstream> #include <cassert> using namespace std; char Scale[]="KFC"; struct Temperature{ double temp; char scale; }; istream &operator>>(istream& stream,Temperature& temp) { cout<<"Enter temperature: "; stream>>temp.tem...
[ "u211-10@public.mpei.local" ]
u211-10@public.mpei.local
23caa06eb777118c16e90a44a97700b3423eb4c7
fb10f420e1373c404bf9b8dc0c67dde090f37dd6
/utils/FDTracker.h
f825cbae9e08cd7fbeec1ee9710338d41bdd5617
[ "BSD-2-Clause" ]
permissive
NiklasWang/Voyager
02eeab089037bb12a62b91b106de6b530669fff2
abff720bd5330b5e7146fcc3e0816b9dddf856ee
refs/heads/main
2023-06-18T04:40:57.115510
2021-07-13T10:20:41
2021-07-13T11:15:33
382,997,469
0
0
null
null
null
null
UTF-8
C++
false
false
2,204
h
#ifndef FD_TRACKER_H #define FD_TRACKER_H #include <stdint.h> #include <pthread.h> namespace voyager { #ifndef COMPILE_C_ONLY class FDTrackerImpl; class FDTracker { public: static FDTracker *getInstance(); public: int32_t add(int fd, const char *func = "", uint32_t line = 0, pthread_t thread = 0, ...
[ "niklas.wang@outlook.com" ]
niklas.wang@outlook.com
aede36d71af6cbf770f7091bed410b2961ce057a
08cda58c92e90cb4925a6b85d263998ea5723aa2
/BaseEntity.h
a76f0632919c9dc81614e2b7243213af3e83d83e
[]
no_license
JK1337/Bubble-Bobble
98a5647678c5df1a3172242616e99ead4d2058dc
28267897089c125d5bba6b795f5d3015d45fb8ad
refs/heads/master
2020-05-29T22:24:12.908381
2019-05-30T12:39:58
2019-05-30T12:39:58
189,408,108
1
0
null
null
null
null
UTF-8
C++
false
false
1,085
h
//****************************************************************************************** // Author: Jasper Kindt // Class: BaseEntity // Date: 10/7/2009 //****************************************************************************************** #ifndef BASEENTITY_H_INCLUDED #define BASEENTITY...
[ "Jasper" ]
Jasper
fb4d9193e510e21bc4d1fd827b5d211924ada5a5
5a7d3db1f4dc544d47430dcecf9de5ae2990fe88
/.emacs.d/undohist/!home!sirogami!programming!compe!AtCoder!ABC!133!d.cc
0cae067b65fd59fd2bc200f9dd129054664bd5e5
[]
no_license
sirogamichandayo/emacs_sirogami
d990da25e5b83b23799070b4d1b5c540b12023b9
c646cfd1c4a69cef2762432ba4492e32c2c025c8
refs/heads/master
2023-01-24T12:38:56.308764
2020-12-07T10:42:35
2020-12-07T10:42:35
245,687,325
0
0
null
null
null
null
UTF-8
C++
false
false
16,475
cc
((digest . "47b8675ad8b6b78a3d3cc573053e35c8") (undo-list nil (518 . 520) (t 24248 65028 288238 909000) nil (527 . 529) (t 24248 65010 72476 258000) nil ("<" . -574) ((marker . 520) . -1) ("<" . -575) ((marker . 520) . -1) (" " . -576) ((marker . 520) . -1) 577 nil ("r" . -577) ((marker . 520) . -1) 578 nil ("e" . -57...
[ "sirogamiemacs@gmail.com" ]
sirogamiemacs@gmail.com
77ce8b622ddc6223cebc1ea26ac204e8f5e29dc2
5e06b79590947ef9d93875235fd506ead92fca79
/test_package/test_package.cpp
5228a6d0bfb8d8df8599df37eaa1578de3e40ee3
[ "MIT" ]
permissive
bincrafters/conan-theora
19bce6386d5af271e6d73a81d52c7edcf1d03397
382ad934dad0a73440e70fd3a641cc1f3c2d74ec
refs/heads/stable/1.1.1
2021-06-13T01:05:51.508308
2019-01-25T18:18:00
2019-01-25T18:18:00
141,024,242
2
0
MIT
2019-01-25T18:18:01
2018-07-15T12:06:29
Python
UTF-8
C++
false
false
3,986
cpp
/******************************************************************** * * * THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
[ "uilianries@gmail.com" ]
uilianries@gmail.com
3bb8a0b7fed6d856f7c6c186cc549560cf7a2f42
20d1c4a5f4d5a7dd4c6e2276b91e16f29f12be41
/semestr4/контрольная работа на машинах/task5.cpp
00fd2bdcebe18a9941b6515b22971e8ad1c1ad5f
[]
no_license
h-bekker/Kurs1-2
1147a63e62fe3920a14f2a161dd5bb58ceebbb79
b4a84f0ae96bf665f7fe79db305cc7e6e9fd6092
refs/heads/master
2021-08-23T12:42:33.709712
2017-12-04T23:24:36
2017-12-04T23:24:36
113,106,026
0
0
null
null
null
null
UTF-8
C++
false
false
542
cpp
#include <iostream> using namespace std; class W { public: int * w; void wf (int * wp) { w = wp;} }; class X: virtual W { public: int * x; void xf (int * xp) { x = xp; w = xp; } }; class Y: virtual W { public: int * y; void yf (int * yp) { y = yp; w = yp; } }; class Z: X, Y { public: int * z; void zf (...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
adaab55aff5654f558c6d7bbd61736fc88f6f884
ecf09975f46b34707c305ca694760ed367671763
/Assignment4/src/tree.h
0d2480bbd9465913f369f8da1edb38cb9992e2e1
[]
no_license
V4G4X/DSF_Lab
42d95a296e1a57788ad1072363e5257de1d1a385
39f9251b4b7d16fb88f30dbbf39e0b84a82bab60
refs/heads/master
2020-04-21T08:33:33.937963
2019-04-09T06:33:37
2019-04-09T06:33:37
169,423,326
0
0
null
null
null
null
UTF-8
C++
false
false
486
h
#ifndef TREE_H_ #define TREE_H_ typedef struct node1{ char data; node1 *left,*right; }node1; class btree{ node1 *root; public: btree(); node1* maketree(char x); node1 *getroot(){ return root; }; bool isOperand(char x); bool isOperator(char x); void postfix(); void prefix(); void R_preorder(node1 *p); ...
[ "varun.gawande@gmail.com" ]
varun.gawande@gmail.com
c2a346b1e37852bc9b0ddba4166874d16578cf80
e6be3ab53fbf06f28c9618be65bdfc81ff2297d9
/src/HistoryHeuristic.cpp
961a4de2a852067e0f82e2615285b9b89a071646
[ "MIT" ]
permissive
codeyu/Renju
1bcd99eddddbe8c8af08d41e957e82344bd7d867
c6750c478f332a829428e738939cce24df7be1d3
refs/heads/master
2021-04-29T03:40:17.098404
2017-01-04T14:06:03
2017-01-04T14:06:03
78,019,171
0
0
null
null
null
null
GB18030
C++
false
false
4,048
cpp
//******************************************************************************* // COPYRIGHT NOTES // --------------- // This source code is a part of Renju which is an example of <Game Programing guide>. // You may use, compile or redistribute it as part of your application // for free. // You cannot redistribute ...
[ "codeyu@gmail.com" ]
codeyu@gmail.com
0a4dec3cd5e8f76a8bc8cdf2c7eef398887471cc
489797cd7b79694cd128afc1b84ebc7bc3eeae93
/day_0.cpp
9121a7f2197c3a788b2bb58a28ef07e9880e6805
[]
no_license
Prerna13149/30DaysCodeofDay
78e74c78e8ed95581522ea977d7e7f211b391119
593d8ee25dd08dfb14538b250049ce0e451c84ac
refs/heads/master
2020-06-17T20:56:06.319712
2019-07-18T17:41:01
2019-07-18T17:41:01
196,051,503
0
0
null
null
null
null
UTF-8
C++
false
false
606
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> using namespace std; int main() { // Declare a variable named 'input_string' to hold our input. string input_string; // Read a full line of input from stdin (cin) and save it to our variable, input_string. ...
[ "prerna13149@gmail.com" ]
prerna13149@gmail.com
ee51ecc3970e0002dea88bb2fa6820b5e970926a
dd267038685dcefd5f89016c63f72c2ad4aa7fdf
/src/content/renderer/render_thread_impl.h
31674c3029b17ffc82e0c0da0bd8b69d5ac98f84
[ "BSD-3-Clause" ]
permissive
webosose/chromium87
044d5c74ae9c2815cf096fd98bf9ea4e7e2fe6b3
75729b78817d49249cd004ef734c032269f06e53
refs/heads/master
2022-11-05T07:23:21.710708
2021-10-06T11:24:51
2021-10-08T08:30:55
392,617,373
4
2
null
2022-11-01T02:23:21
2021-08-04T08:54:03
null
UTF-8
C++
false
false
26,961
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 CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ #define CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ #include <stddef.h> #include <stdint.h> #include <map>...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
929902cbd002418752f66ccc5cd3b8f6250888d0
36579e820f5c07cd1fe796abc777f23f32efeb10
/src/chrome/browser/media/router/discovery/dial/device_description_fetcher.cc
9e8c4b1f571eeb2913d99eb7a20d11216c6c76d6
[ "BSD-3-Clause" ]
permissive
sokolovp/BraveMining
089ea9940ee6e6cb8108b106198e66c62049d27b
7040cdee80f6f7176bea0e92f8f3435abce3e0ae
refs/heads/master
2020-03-20T00:52:22.001918
2018-06-12T11:33:31
2018-06-12T11:33:31
137,058,944
0
1
null
null
null
null
UTF-8
C++
false
false
7,856
cc
// Copyright (c) 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/media/router/discovery/dial/device_description_fetcher.h" #include "base/strings/string_util.h" #include "base/strings/strin...
[ "sokolov.p@gmail.com" ]
sokolov.p@gmail.com
9b05a552a2079d19fccc8224acb43896579f3a9e
c272012fa1205e8d179ed45ebb1e1323c39b9a2b
/leet/0806/leet_203.cpp
da0a76f20bdde489131fece341a4b5adec3b589d
[]
no_license
yumkong/cpp_prac
8eea35e9ef2120d496613ff876414db052b67a03
1f36353264aede24b337ccf39189550c3fe46d02
refs/heads/master
2020-06-02T22:22:29.847191
2017-08-28T15:59:20
2017-08-28T15:59:20
94,108,218
0
0
null
null
null
null
UTF-8
C++
false
false
1,263
cpp
// remove all elements with value val from a linked list #include <iostream> using namespace std; // 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) { ...
[ "yumkongleo@gmail.com" ]
yumkongleo@gmail.com
9e86dbdcd9a4838d055decc3d79668a4e483edf6
ebf7654231c1819cef2097f60327c968b2fa6daf
/server/base/Double_Queue.h
569cdebc478beef812dea8c8ba6ceef3e254eb48
[]
no_license
hdzz/game-server
71195bdba5825c2c37cb682ee3a25981237ce2ee
0abf247c107900fe36819454ec6298f3f1273e8b
refs/heads/master
2020-12-30T09:15:17.606172
2015-07-29T07:40:01
2015-07-29T07:40:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,094
h
/* * Double_Queue.h * * Created on: 2012-05-26 19:51 * Author: lyz */ #ifndef _DOUBLE_QUEUE_H_ #define _DOUBLE_QUEUE_H_ #include <queue> #include "Thread_Mutex.h" #include "Mutex_Guard.h" template<class Obj> class Double_Queue { public: typedef std::queue<Obj> Item_Queue; Double_Queue(void); ~D...
[ "zuti@avatarworks.com" ]
zuti@avatarworks.com
65fa53e53daba71e968fec95aef25cf5cfb4aa0f
8973c9d35edd9e2889d36e25a2e74f4d2e47e3db
/configReader/ConfigReader.h
8e6a2656f0c598bf7d6d1e86f28502e25797fee6
[]
no_license
kupob/ubjsonStorage
0712c969514e2e39845f661d1f8cbf64ffa6ebc2
7a198a3442ab1efc0f2045c5eb05aa81540bd45a
refs/heads/master
2022-09-20T12:31:43.579097
2020-06-03T10:02:03
2020-06-03T10:02:03
266,510,046
0
0
null
null
null
null
UTF-8
C++
false
false
644
h
#pragma once #include <cinttypes> #include <string_view> #include <string> namespace storage { class ConfigReader { public: ConfigReader(); ~ConfigReader(); public: inline bool isCfgLoaded() const { return cfgLoaded; } inline int64_t getMaxFileSize() const noexcept { return m_maxFileSize; } in...
[ "egor.kirillov@iqoption.com" ]
egor.kirillov@iqoption.com
91e7807cc5cff7e3416684b5eb9c12f42c4c3f5d
2f826d31f423fd50c705c7980e86b7a440cc182c
/Orthotics_View/choosepatientscreen.h
7c981d096e412951591fcda20872671544f3f7a9
[]
no_license
SeraphRobotics/SR-Archive
ce3e0c6a3728abbedbb221b657b1b4585de42337
7bb44c4b5b6b47a0a3adb899d99d74f78f67d80d
refs/heads/master
2021-03-27T16:12:51.628023
2015-06-03T20:07:59
2015-06-03T20:07:59
33,962,353
0
0
null
null
null
null
UTF-8
C++
false
false
2,523
h
#ifndef CHOOSEPATIENTSCREEN_H #define CHOOSEPATIENTSCREEN_H #include <QWidget> #include <QtGui> //#include "patientoptionsdialog.h" //#include "patientmodel.h" class PatientModel; class PatientOptionsDialog; class ChoosePatientScreen : public QWidget { Q_OBJECT public: ChoosePatientScreen(QWidget *parent = ...
[ "jeffreyilipton@gmail.com" ]
jeffreyilipton@gmail.com
cb4c66b4b7aaa1bafc1c5b71e03c243c5082c62d
9ce3270ffd032a611dfd8618d640ae494f1437c9
/mojo/edk/system/shared_buffer_dispatcher.cc
94b3d2838e94ac634b325bdda5f698d1a7aace2a
[ "BSD-3-Clause" ]
permissive
darinf/ports
4a68d3196c2db88c54ee37c23eff55ddd71ef8d8
c0bcdb438331c4973dd1427c38addb335d9fe353
refs/heads/master
2021-01-10T12:45:57.847071
2016-01-25T07:56:54
2016-01-25T07:56:54
46,911,574
1
2
null
2016-01-14T03:26:01
2015-11-26T07:44:46
C++
UTF-8
C++
false
false
8,752
cc
// Copyright 2014 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 "mojo/edk/system/shared_buffer_dispatcher.h" #include <stddef.h> #include <stdint.h> #include <limits> #include <utility> #include "base/loggi...
[ "rockot@chromium.org" ]
rockot@chromium.org
52a63061adeaac68bcda943318d7459fa4708133
5aa916bf1650c7c28818cf569cf717b3db32ead6
/TornadoEngine/Source/Developer/ShareDev/GameItems/SerializerMaterialItem_Binary.h
45ff8ee827ccda30a86c4b55b51976002d1388a8
[]
no_license
lxq2537664558/MMO-Framework
125c21d2cec6e29ec42bb72f05691ddaef9de448
b0bac7e040ec632543d3d3d4ee23be1bf6224dd9
refs/heads/master
2021-08-19T04:22:28.528036
2017-11-24T18:48:46
2017-11-24T18:48:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
676
h
/* Author: Gudakov Ramil Sergeevich a.k.a. Gauss Гудаков Рамиль Сергеевич Contacts: [ramil2085@mail.ru, ramil2085@gmail.com] See for more information License.h. */ #ifndef SerializerMaterialItem_BinaryH #define SerializerMaterialItem_BinaryH #include <string> #include "TypeDef.h" #include "BaseSerializerItem_Binary...
[ "ramil2085@mail.ru" ]
ramil2085@mail.ru
84c8b590c42b875c3fb5b9f361d996dd3c0de29d
5a60d60fca2c2b8b44d602aca7016afb625bc628
/aws-cpp-sdk-athena/include/aws/athena/model/DataCatalog.h
48ff1716438adf0109ea4d08ef0ae8abe8e4ecc9
[ "Apache-2.0", "MIT", "JSON" ]
permissive
yuatpocketgems/aws-sdk-cpp
afaa0bb91b75082b63236cfc0126225c12771ed0
a0dcbc69c6000577ff0e8171de998ccdc2159c88
refs/heads/master
2023-01-23T10:03:50.077672
2023-01-04T22:42:53
2023-01-04T22:42:53
134,497,260
0
1
null
2018-05-23T01:47:14
2018-05-23T01:47:14
null
UTF-8
C++
false
false
34,816
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/athena/Athena_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/athena/model/DataCatalogType.h> #include <aws/core/utils/memory/stl/AWSMap.h> #includ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
256a1c634c6073784935af33500c0bef7d7fb10e
fa054ba4aabed9e0c3669a49196fea6708844d5f
/samples/08_framegraph/main.cpp
d625afaff82eb0b45ebaacdc2d8095501311481a
[]
no_license
asdlei99/DirectX12Lab
c577dd9017f62cee61abd18cc64b94c6e361f876
c88059122fb18f47446b3180ecb60ad05c03e26f
refs/heads/master
2022-11-28T03:24:48.329058
2020-08-10T06:54:39
2020-08-10T06:54:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,118
cpp
#include <iostream> #include "./mesh.h" const char *GBUFFER_VERTEX_SHADER = R"___( cbuffer Transform : register(b0) { float4x4 WVP; float4x4 World; }; struct VSInput { float3 position : POSITION; float3 normal : NORMAL; float2 uv : TEXCOORD; }; struct VSOutput { float4 position ...
[ "airguanz@gmail.com" ]
airguanz@gmail.com
feddfc9ae39e9bf471677bf87ca7f358a9cc9de7
b4e9bab1beb0318a598ddab9eb7532796f8f1a03
/progressBar.cpp
1f53b73ab62e01d1ab9b865360486b5010c97ea4
[]
no_license
saphirus87/Final_Quest
0871383793a263f4a13597819a664f3e68717fe5
e46d6f39f3344b554b7e497e23df3d35c5d2ffdb
refs/heads/master
2021-05-10T15:51:30.154053
2018-01-30T08:07:02
2018-01-30T08:07:02
118,562,637
0
0
null
null
null
null
UHC
C++
false
false
2,438
cpp
#include "stdafx.h" #include "progressBar.h" progressBar::progressBar() { } progressBar::~progressBar() { } HRESULT progressBar::init(int x, int y, int width, int height) { _x = x; _y = y; _rcProgress = RectMake(x, y, width, height); _progressBarTop = IMAGEMANAGER->addImage("frontBar", "hpBarTop.bmp", x, y,...
[ "saphirus87@gmail.com" ]
saphirus87@gmail.com
fca2af9891ff7276ca4ffb0598e9790c1f936a0e
ab9b0088effca70f111f1ddacd7de3e76100fcd8
/server/main.cpp
88c1ade993c2220ca978e2d74327fc4f3b6b11ec
[]
no_license
Ententerminator/vsys-ubuntu
88f6267294619013cb4318ec3d131883d0eba609
c0ab49ae43edb9b66e348747ef3d27309b81171f
refs/heads/master
2020-04-02T04:35:23.931970
2018-10-21T14:54:01
2018-10-21T14:54:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
192
cpp
#include <iostream> #include "server.h" using namespace std; int main(int argc, char* argv[]) { cout << "Hello World!" << endl; mailServer* serf = new mailServer; delete serf; }
[ "no.mail@exis.ts" ]
no.mail@exis.ts
d1d23ddc9f208d6f4b6bda47a5c75c120cc6f209
4d20da82d7580d11e2b4e1e9423877fd320f6ba0
/build/2pass/swift-linux-x86_64/lib/Basic/SwiftRevision.inc
da5286b2bb11943439bf76b9669dea9320a6b1fd
[]
no_license
felix91gr/swift-linux-build
bbc4a13e20630ab8794ae177fc0062ede8014140
3dbceac2801f75f6f5f07e275c17a292a5d9a74d
refs/heads/master
2020-05-21T07:16:39.502235
2017-03-11T00:00:50
2017-03-11T00:00:50
84,584,515
0
0
null
2017-03-10T17:28:36
2017-03-10T17:28:36
null
UTF-8
C++
false
false
124
inc
#define SWIFT_REVISION "493db433644c39576efff03e908f99ae9d6e9767" #define SWIFT_REPOSITORY "https://github.com/apple/swift"
[ "felix91gr@gmail.com" ]
felix91gr@gmail.com
3a4d8c32703a6772298e284dafd4e19d87eef7c4
e51487e6e184eee8f64e22ca0d73a336f343018d
/include/basalt/spline/ceres_local_param.hpp
a3767e6ca3dab74a47037cff74497a58a678daae
[ "BSD-3-Clause" ]
permissive
kongan/lidar_mars_registration
1f18ecd96f76a48be9d9391c901c31f7c55b265b
dcd47105ee28d79291372430e65abdf9ebd6991b
refs/heads/main
2023-08-15T02:50:50.724324
2021-10-12T07:54:56
2021-10-12T07:54:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,105
hpp
/** BSD 3-Clause License This file is part of the Basalt project. https://gitlab.com/VladyslavUsenko/basalt-headers.git Copyright (c) 2019, Vladyslav Usenko and Nikolaus Demmel. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo...
[ "jquenzel@ais.uni-bonn.de" ]
jquenzel@ais.uni-bonn.de
5a7674ac3c453f8a8d77163c6e4c07ec153aeee2
b480c710a2a17d5738380ceb4fb07d4c91369bac
/H4lCutFlow/Root/CutParticleJet.cxx
ac778bd93e81903e6c8455fd7c024e14ad1ee2d6
[]
no_license
MittalMonika/VBSZZ4l
36783dfd489966295a29a63f98f598d762720cb4
1b2dd019b7a8a5520901f1bcea7a4863d3dfe9a7
refs/heads/master
2021-01-13T13:41:04.987774
2017-06-22T10:56:15
2017-06-22T10:56:15
95,105,662
0
1
null
null
null
null
UTF-8
C++
false
false
8,260
cxx
#include "H4lCutFlow/CutParticleJet.h" #include "JetJvtEfficiency/IJetJvtEfficiency.h" using namespace std; CutParticleJet::CutParticleJet(EventContainer* eventcont) : CutParticleBase(eventcont) { m_cutFlowName = "jet"; m_jetSelection = NA; m_jetcleaningTool = ToolHandle<IJetSelector>("JetClea...
[ "monikamittal27@gmail.com" ]
monikamittal27@gmail.com
f6c790cb6aaa28266e6bfbd555f4a1afb380fb86
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/Samples/AIAD/Character.cpp
2546a25407d676899906f1cdafe6012f13f52745
[]
no_license
svn2github/ngene
b2cddacf7ec035aa681d5b8989feab3383dac012
61850134a354816161859fe86c2907c8e73dc113
refs/heads/master
2023-09-03T12:34:18.944872
2011-07-27T19:26:04
2011-07-27T19:26:04
78,163,390
2
0
null
null
null
null
UTF-8
C++
false
false
50,624
cpp
/* --------------------------------------------------------------------------- This source file is part of nGENE Tech. Copyright (c) 2006- Wojciech Toman This program is free software. File: Character.cpp Version: 0.01 --------------------------------------------------------------------------- */ #inc...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57
81746eb30c82446a7f6e039cc98fc6da42582fbe
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_repos_function_2614_httpd-2.4.20.cpp
a5d0d75b2353eea099239297b80464d5b53969ba
[]
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
75
cpp
int h2_worker_is_aborted(h2_worker *worker) { return worker->aborted; }
[ "993273596@qq.com" ]
993273596@qq.com
7de8de3dbb47e6402190c77cb31a81f648a38fb9
ab5b050bef630246aa7941c87fa3953ed33ef5b3
/IOperand.hpp
16f6d405f7c1378a652bfc64e0c5426bfd90ff2d
[]
no_license
jorenga/AbstractVM
62ec919143ad0ea376b019e2a041bb013b42f8bd
76545fd3a0e750ceea2c28c55faada08c3f41a27
refs/heads/master
2022-10-01T21:21:53.193924
2016-11-24T13:22:07
2016-11-24T13:22:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
754
hpp
#ifndef IOPERAND_HPP # define IOPERAND_HPP # include <string> enum class eOperandType {Int8 = 0, Int16 = 1, Int32 = 2, Float = 3, Double = 4}; class IOperand { public: virtual ~IOperand( void ) {} virtual int getPrecision( void ) const = 0; virtual eOperandType getType( void ) const = 0; ...
[ "renoufjoseph@gmail.com" ]
renoufjoseph@gmail.com
723224315928d7733b3bca5c6b6149d20e677d99
aaace6896a877915fa951a6ab0d364e43dc28148
/sonoff/sonoff.ino
66fe6efbbf65ba5f2b6ba5fd8f06daed53756caf
[]
no_license
lavvy/Sonoff-MQTT-OTA-Arduino
21996280c92e97f7473288263182a21acbdd9ed2
cac56e9dac1da1186eeb735d5d9e98d8f5b5652e
refs/heads/master
2021-01-11T20:20:18.249622
2017-01-15T16:35:06
2017-01-15T16:35:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
102,267
ino
/* * Sonoff and ElectroDragon by Theo Arends * * ==================================================== * Prerequisites: * - Change libraries/PubSubClient/src/PubSubClient.h * #define MQTT_MAX_PACKET_SIZE 400 * * - Select IDE Tools - Flash size: "1M (64K SPIFFS)" * =====================================...
[ "mhtarends@gmail.com" ]
mhtarends@gmail.com
04e95312dbfd71d356ac2995f04a59a7aa5c03a8
5d1b4f9e8edd5fae8bad3413f5e61d79c00c28b5
/src/qt/nuggetaddressvalidator.h
7339a5eae1f3bb7229fe840a139095db34abaea2
[ "MIT" ]
permissive
hamuki/nugget
de7a6801d0939ff3b5c8f0b0d12f90e90f4adaaa
b7c7d200fcbfe72375ef6e1d1c150c0dfee0b125
refs/heads/master
2021-01-11T02:28:42.490506
2016-10-17T03:21:40
2016-10-17T03:21:40
70,939,190
0
1
null
null
null
null
UTF-8
C++
false
false
511
h
#ifndef NUGGETADDRESSVALIDATOR_H #define NUGGETADDRESSVALIDATOR_H #include <QRegExpValidator> /** Base48 entry widget validator. Corrects near-miss characters and refuses characters that are no part of base48. */ class NuggetAddressValidator : public QValidator { Q_OBJECT public: explicit NuggetAddressVal...
[ "hamukione@gmail.com" ]
hamukione@gmail.com
0d6422be9bbc02e7c12da764f7b63340fa6d33a2
c9e32374ecc46eac59437a068d424e6eb28ca849
/omnicxy/proto/cxy/p2-main.cc
da5218764a4b4471d09ade67eeca64130bf6f559
[ "GPL-1.0-or-later", "LGPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "LGPL-2.1-only", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
urnest/urnest
261884b2ee71d64748c9e2afe7e78c9df61d91e7
6ec484080222f27a33070fa3b65593645f94a575
refs/heads/master
2023-07-13T06:16:41.566253
2023-07-06T11:04:34
2023-07-06T11:04:34
6,716,252
1
1
MIT
2023-06-11T03:06:14
2012-11-16T04:12:22
C++
UTF-8
C++
false
false
5,793
cc
// Copyright (c) 2014 Trevor Taylor // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, // provided that the above copyright notice appear in all. // Trevor Taylor makes no representations about the suitability of this // softw...
[ "urnest@onthenet.com.au" ]
urnest@onthenet.com.au
82d4efb4283fb8c7cc22ee22a293ce7652521eb2
dccf6d602b6f78ef8c0e76c81ff13f2ba01b6f3c
/mbedRPC/RPCHTTPServerVariable/src/main.cpp
0640e6090ee6c5d6d679fab8d1fa720d2117ea67
[ "Apache-2.0" ]
permissive
mc-b/IoTKitV2
b4595830181f6ee2841f60cbd760dd71c9453847
8517c14ede1fd4a153aa917da559112dcb26f42c
refs/heads/master
2021-01-01T19:36:54.224160
2019-09-01T12:37:40
2019-09-01T12:37:40
98,625,886
0
1
null
null
null
null
UTF-8
C++
false
false
1,553
cpp
/** HTTP RPC Server mit vordefinierten Objekten */ #include "mbed.h" #include "rtos.h" #include "EthernetInterface.h" #include "HTTPServer.h" #include "mbed_rpc.h" #include "Servo.h" EthernetInterface eth; // Servo + aktuelle Werte Servo servo1 ( D9 ); Servo servo2 ( D10 ); float val1, val2; Ticker ser...
[ "marcel.bernet@ch-open.ch" ]
marcel.bernet@ch-open.ch
3ee0e673481f9b7af210f701cf230197db5fa9f4
d3e1f9a07e09953ac689c74ad1f7f1ada982dd77
/SDK/Widget_LoginSteam_parameters.h
4c33a368151f7d2224b41f9d8aaa722427418f25
[]
no_license
xnf4o/HSH_SURVIVE_SDK
5857159731ceda7c06e158711003fbaf22021842
2f49c97a5f14b4eadf7dc3387b55c09bc968da66
refs/heads/main
2023-04-12T06:52:47.854249
2021-04-27T03:13:24
2021-04-27T03:13:24
361,965,544
0
0
null
null
null
null
UTF-8
C++
false
false
4,120
h
#pragma once // Name: hsh, Version: 2 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //---------------------------------------------------------------...
[ "xnf4o@inbox.ru" ]
xnf4o@inbox.ru
eab1e2acdbe5df39788c13837b79bcf5ee36d6ac
4f81156247b945bdbce6a3fe27bef6e0b9fe7a28
/foundementals/3_vector.cpp
57fb69468585cf035164016920c42f5a05ad3f0c
[]
no_license
sws-54/cpp_examples
a72e3bc8877daaa7f2ff2c77f076035e7549e0b5
dd5b9cd6b924d8472cc2d132893c48873c659ff5
refs/heads/master
2020-03-14T10:16:19.333468
2018-06-02T01:56:33
2018-06-02T01:56:33
131,563,134
0
0
null
null
null
null
UTF-8
C++
false
false
1,850
cpp
#include <cstdio> #include <iostream> #include <vector> // u need to include this to use vector /* // a vector is simple an array that can grow in size not fixed size // a vector is template class in STL // */ int main() { // 1- declear a vector : there is 6 constractors in c11 // empty constractor : vector<type>...
[ "38383942+sws-54@users.noreply.github.com" ]
38383942+sws-54@users.noreply.github.com
a5be0a85ba80e90d368262b17c7d00bf119234c7
70e9690ba284a972ebb26c0b49b60331139a8891
/Solutions/Pascal Triangle.cpp
8ff2419dfd50f1aae7a782dc91551891c8e8bd97
[]
no_license
SandeepMaithani/Problem_Solving_Placement_series
b04b81b790905f4815d7f1ee97648639d31b4b17
6443e70e5b13f7dc37b78c8971e81f8b262c7dbf
refs/heads/master
2023-01-13T07:51:34.852582
2020-11-20T18:04:31
2020-11-20T18:04:31
276,155,717
0
0
null
null
null
null
UTF-8
C++
false
false
743
cpp
//Time Complexity O(N*N) and Space Complexity O(N*N) vector<vector<int>> generate(int numRows) { vector<vector<int>>answer; if (numRows == 0) { return answer; } vector<int>temp1; temp1.push_back(1); answer.push_back(temp1); if (numRows == 1) { return answer; } ...
[ "sandeep1137@gmail.com" ]
sandeep1137@gmail.com
a9617da36377e4e0d9fdcc0853136494f55a919a
e3d3efac5562005605b0ad3408cc62fce30f0cc5
/old_MPS/CGmethod_BucketMethod/include/inputs.hpp
596dd27a329052cbc7d0ffc56d1a469d580fec09
[]
no_license
SasaLab-MPS/main
80bba695105da2c4557cfb986cc1d96fdb44f911
1407aeb8a3596a0cfca962e604b1d48ba53ba863
refs/heads/master
2023-08-18T17:25:39.832638
2021-10-06T08:15:35
2021-10-06T08:15:35
337,380,691
0
0
null
null
null
null
UTF-8
C++
false
false
5,801
hpp
/*===================================================================== inputs.hpp Yota INOUE (2021) 粒子法プログラムの定数定義ファイル Last update: Feb 20, 2021 =======================================================================*/ //#include "inputs.hpp" #ifndef INPUTS_HPP_20210220_220210_ #define INPUTS_HPP_20210220_2...
[ "4520510@ed.tus.ac.jp" ]
4520510@ed.tus.ac.jp
1e1cde4e935f317280cfbf492816df044cc27077
a951c7dfc31f71f22836bdc0ab9249222b8c9e58
/HelloFacebookJsb/Classes/AppDelegate.cpp
21995867a53c1451532cd606883b23372bad0885
[ "MIT" ]
permissive
Ratel13/facebook-jsb-sdk-samples
836a54034df20ea23c99a42ca7a24e6df0976b06
761b88d269ae16cb2d2c5fc38b9152f11677d6df
refs/heads/master
2020-12-25T03:42:33.772246
2013-08-27T06:40:16
2013-08-27T06:40:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,472
cpp
#include "AppDelegate.h" #include "cocos2d.h" #include "SimpleAudioEngine.h" #include "ScriptingCore.h" #include "generated/jsb_cocos2dx_auto.hpp" #include "generated/jsb_cocos2dx_extension_auto.hpp" #include "jsb_cocos2dx_extension_manual.h" #include "cocos2d_specifics.hpp" #include "js_bindings_chipmunk_registration...
[ "wenhai.lin@chukong-inc.com" ]
wenhai.lin@chukong-inc.com
fee2c3420fa2489bac21507f2a2f66c399916ee3
37d320fd9ba12cf1126a663e493ee27ca4413249
/mcp3008.cpp
b46cc5cfe0ccc26c14086efe729cb1d45c17306b
[]
no_license
ilguargua/arduino_mcp3008
aa6c8d200f135a10753361c7f9560b8bcda83698
c5e9533d7ac11c86b5c599f3b5ec8e2190a7bd45
refs/heads/master
2021-01-01T05:11:06.682048
2016-05-23T09:13:19
2016-05-23T09:13:19
59,468,570
0
0
null
null
null
null
UTF-8
C++
false
false
1,002
cpp
#include <SPI.h> #include "mcp3008.h" mcp3008::mcp3008(uint8_t ss) { _ss = ss; pinMode(ss, OUTPUT); digitalWrite(ss, LOW); digitalWrite(ss, HIGH); } /* * channel = mode single (1) 0-7 : pseudo-diff (0) 0-3 * samples = n. of samples; default 4 * mode = 1 single - 0 pseudo-diff * polarity = in diff. mode...
[ "ilguargua@gmail.com" ]
ilguargua@gmail.com
f933732e55d99a59ebed6fd1d2707cd8e110d105
0afaa857dcb35fdd8dc85e7c5ffbc0eba0fec53d
/log.cpp
d4c30941102a2a2fc154e37e34dfbc3e1052c286
[]
no_license
xdqi/shadowsocks-asio
ff3dd0bc5aaee8034283d60f5f36d4774bffc98b
6a99f49f08d7bf535f323126c59dcfa135d082af
refs/heads/master
2023-01-10T03:07:24.961241
2018-08-06T14:54:28
2018-08-06T14:54:28
107,867,747
1
0
null
null
null
null
UTF-8
C++
false
false
278
cpp
#include <cstdio> #include <cstdarg> void LOG(const char *level, const char *fmt, ...) { va_list args; va_start(args, fmt); fprintf(stderr, "[%-7s] [%s:%d] ", level, __PRETTY_FUNCTION__, __LINE__); vfprintf(stderr, fmt, args); fprintf(stderr, "\n"); va_end(args); }
[ "xdqi@users.noreply.github.com" ]
xdqi@users.noreply.github.com
1661dfecf13516f6330d9427b3de42274179b82b
066b18ae71d431880b17a66fd3168529b487371e
/Sources/Xcode/ModelIO.framework/Headers/CDStructures.h
8d3e2f9e560b311636fcfc8386b70070fd96303b
[]
no_license
RakhithJK/XcodeMobileDevice
ceade8d88c41b990cd9815c193a252d697f436bd
6ee6f5051f5bb373dafd8cb79003494e95360135
refs/heads/master
2022-03-24T03:14:53.979539
2019-12-13T09:38:26
2019-12-13T09:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,275
h
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #pragma mark Blocks typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown #pragma mark Named Structures...
[ "sem@phonecheck.com" ]
sem@phonecheck.com
60e4e0b45ebf36b65318e039a23a7b703a611c35
c28a6f2c8ce8f986b5c22fd602e7349e68af8f9c
/android/device/realtek/proprietary/libs/libRTKExtractor/RTKExtractor/Include/Filters/IFileEditing.h
441aa84d459c9e9d6ae084ec840f6e7661457062
[]
no_license
BPI-SINOVOIP/BPI-1296-Android6
d6ade74367696c644a1b053b308d164ba53d3f8c
1ba45ab7555440dc3721d6acda3e831e7a3e3ff3
refs/heads/master
2023-02-24T18:23:02.110515
2019-08-09T04:01:16
2019-08-09T04:01:16
166,341,197
0
5
null
null
null
null
UTF-8
C++
false
false
15,446
h
#ifndef __I_FILE_EDITING_H__ #define __I_FILE_EDITING_H__ /** * @brief IFileEditing is a generic interface to edit media files */ class IFileEditing { public: /** * @brief Enumeration of the Pixel Formats Used by the Editing Functions */ enum PIXEL_FORMAT { YV16, /**< YV16 (not fin...
[ "Justin" ]
Justin
6f2c3990cc39bbd0920da4b46fe3ff8a53fc9ec3
f0c9a2768ad21e570a380e5ec0521523f4434250
/data_collector/src/data_upload_mission.cc
00726b3432118015a161c2512dbffe9434a327cf
[]
no_license
KitFung/BATsNet
45396290ba910fa3217740adc6501631ec51cd69
fc177e67cad337406bd50266984145fc6603f297
refs/heads/master
2023-02-26T14:35:29.156328
2021-02-09T07:39:46
2021-02-09T07:39:46
279,792,003
1
2
null
null
null
null
UTF-8
C++
false
false
2,509
cc
#include "include/data_upload_mission.h" #include <unistd.h> #include <chrono> #include <thread> #include "include/data_io.h" namespace fs = std::experimental::filesystem; namespace data_collector { DataUploadMission::DataUploadMission(const std::string &name, const scheduler:...
[ "sa9510@gmail.com" ]
sa9510@gmail.com
77eb28cddb84c5a65e3175712816211a40007d4d
ba8c9a6a96fa29cb9b3ff3cc1ea879203aa765e4
/Current/Fence.cpp
840ed772fbbb67d29dee300f1c89bd39f0690f6d
[ "MIT" ]
permissive
abdelrehman99/Problem-solving
25390c1cdb56f8e7fd5d85c83ab5406b5a0924e5
4cc0a66fc57debda3c71cf7143aba4c71d46af2e
refs/heads/master
2023-07-16T06:18:29.247843
2021-08-21T21:28:28
2021-08-21T21:28:28
388,305,668
1
0
null
null
null
null
UTF-8
C++
false
false
1,334
cpp
#include <bits/stdc++.h> using namespace std; #define fast ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); typedef long long ll;typedef long double ld;typedef pair<int,int> pii; #define F first #define S second #define PB push_back #define MP make_pair const ll mod = 1e9+7, N = 2e6+7, M = 2e6+7, INF = INT_MAX/10; ll po...
[ "abelrehmanmamdouh@gmail.com" ]
abelrehmanmamdouh@gmail.com
dfbfe25531970c061f8bfb90f8374e9cf168f468
489ff0135e8b2cd931468f2c8d8a96a2772a1fa8
/src/pmu/Receiver.hpp
32fb29d90bccd7c4b1769eb5c5cfae48ac995589
[ "BSD-3-Clause" ]
permissive
GMLC-TDC/HELICS-PMU
5eeb642728aa6ab07a0346ab72d855a31cfe70d9
954ea6a52295f365ebb4f8d289cf71139c142c25
refs/heads/master
2023-07-19T01:42:07.845724
2021-09-07T14:45:10
2021-09-07T14:45:10
384,691,166
0
0
null
null
null
null
UTF-8
C++
false
false
713
hpp
/* Copyright (c) 2017-2020, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause */ #pragma once #include "c37118.h" #include "TcpHelperClasses.h" namesp...
[ "phlptp@gmail.com" ]
phlptp@gmail.com
5a2bce5bcd78036ff184a0a9d2c82fa112e9a6dc
aa0b5ca75dcf4cee8a4f1b26310e536bb7c11dc0
/cpp/file-transfer/client/TransferContext.cpp
0749fcbf22c7a85a436cbf65b181c2517cf297d1
[]
no_license
asiafrank/learn
fc50267af2de743b75ef052aea448292bb8b6216
0c5098afa5a1b9e00aa68c9f93e594540e7a62dd
refs/heads/master
2022-10-21T18:28:33.829430
2021-03-04T03:05:27
2021-03-04T03:05:27
125,231,597
1
0
null
2022-10-12T20:27:35
2018-03-14T15:10:08
C++
UTF-8
C++
false
false
1,214
cpp
#include "stdafx.h" #include "TransferContext.h" namespace tf { TransferContext::TransferContext(const wstring& filePath) : filePath(filePath), state(context::Waiting), percent(0.0) { if (filePath.empty()) throw std::exception("filePath not valid"); size_t p...
[ "zhangxfdev@gmail.com" ]
zhangxfdev@gmail.com
2b06302ea1c168ca18c8ec5e8b7e12d05bb4f308
9dfd2390e654dc2c2eed29b58c8a062118b7b8b4
/content/browser/tracing/background_tracing_active_scenario.cc
c45aa44631960fa0ef6c70a4c360d3ba40514773
[ "BSD-3-Clause" ]
permissive
tongchiyang/chromium
d8136aeefa4646b7b2cf4c859fc84b2f22491e49
58cf4e036131385006e9e5b846577be7df717a9c
refs/heads/master
2023-03-01T18:24:50.959530
2020-03-06T07:28:27
2020-03-06T07:28:27
245,365,574
1
0
null
2020-03-06T08:22:06
2020-03-06T08:22:05
null
UTF-8
C++
false
false
25,486
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 "content/browser/tracing/background_tracing_active_scenario.h" #include <set> #include <utility> #include "base/memory/ref_counted_memory.h" #i...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f7a9b0fbfa886af40f1523021d6524f81e060d02
1ee0598d0ab1a1eec95c74079ff50d884d1f0989
/code/gcs/tests/DataValidation/testIt.cpp
fb0e1e0381168b817bc7b88b815c5211c78954b0
[]
no_license
slothxd/GCS
2a3d95e004ddb1a5da53493b409911c961227451
b1ff1075b8fb052d6cf33c55f8e9808ca0af087e
refs/heads/master
2021-01-23T06:58:51.986574
2015-10-11T20:58:41
2015-10-11T20:58:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,425
cpp
#include <QTest> #include <QByteArray> #include "validate_data.h" class TestIt : public QObject { Q_OBJECT private slots: void testNothingOkay(); //wrong msg id, wrong length, wrong data void testDataOkay(); //wrong msg id, wrong length, right data void testLengthOkay(); //...
[ "ethan.ito.rhs@gmail.com" ]
ethan.ito.rhs@gmail.com