blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
bd72938528701a16c9143e960f5b68ffd7076d1a
0e3cf2d88620e4311a9d0fda2bee2d93b6607119
/Scripts/Legion/EyeOfAzshara/boss_lady_hatecoil.cpp
dae1ed2560a33474a056ec59a845bffa5d08eb81
[]
no_license
SquallSpiegel/Project-Darkspear
67b1d895cf31a6796ffc0322c9e0a9b78f298245
b93487efb808e0421e1551d1fb951f406c521f26
refs/heads/master
2023-03-16T00:43:51.943898
2019-01-05T10:21:38
2019-01-05T10:21:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,440
cpp
/* * Copyright (C) 2017-2019 Project Darkspear <https://github.com/Hymn-WoW/Project-Darkspear> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your...
[ "lordn00dle2@gmail.com" ]
lordn00dle2@gmail.com
9df6791be9a643e601ab61a8202ee2eb068278b7
5069f2992e1e3594295819b832032a5395e8e99c
/Actions/SaveAction.h
8b12086bdd6af40aa97de8177f15547b94af8265
[]
no_license
AhmedHisham552/Paint-for-kids
36e8ec9bffeb9be9451a601d49a9c07a3f41d6b7
503da2c694417017221914091fa6f9576c23a916
refs/heads/master
2020-04-12T19:27:52.804002
2018-12-22T09:04:46
2018-12-22T09:04:46
162,709,486
0
0
null
null
null
null
UTF-8
C++
false
false
241
h
#pragma once #include "Action.h" #include"../ApplicationManager.h" class SaveAction : public Action { private: string name; public: SaveAction(ApplicationManager* pApp); void ReadActionParameters(); void Execute(); ~SaveAction(); };
[ "40614397+AhmedHisham552@users.noreply.github.com" ]
40614397+AhmedHisham552@users.noreply.github.com
06182957a588c3a14dd0bbf0a64bffadc0ecf125
84a7f7ff628a3bb6d318795a4c801df6ad2a9048
/Galactic_cluster/celestialbody.h
a86d9c48b2a0c7dffc2edba27e66dc3787630a6d
[]
no_license
emilblix/FYS-4150
8190d435d830452c30d6f5a3bc3ae547aa4b479e
5f9ee79426f6d034ead0d4d7283ccf6ec544bb23
refs/heads/master
2021-01-20T12:38:10.590619
2014-12-08T07:32:02
2014-12-08T07:32:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
600
h
#ifndef CELESTIAL_BODY_H #define CELESTIAL_BODY_H #include <vec3.h> class CelestialBody { public: double mass; // Relative mass of body compared to the Sun vec3 position; // Coordinates of body vec3 velocity; // Velocity of body ...
[ "emilblix@gmail.com" ]
emilblix@gmail.com
bb17da301f9b90dee19e48afdb0465cffda47723
ef349c7e735019da95b4b39ad6141027e519647f
/helper.h
8494ca28e0a38f83ffcb75b30dc9f11664fa6cba
[]
no_license
eas/Graphics-core
63fec1a0e67b9f3f99013571911d9d1bd2759556
65c378d606ca07982c5a89ab74f06bdb05383fb8
refs/heads/master
2021-01-19T06:05:33.261243
2009-10-21T18:33:09
2009-10-21T18:36:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,712
h
#pragma once #include "exception" #include "windows.h" #include "d3dx9.h" namespace Helper { class WinApiError :public std::exception { public: WinApiError( DWORD errorCode ) : errorCode_(errorCode) { } public: DWORD errorCode_; }; struct WindowPostion { int height; int width; int left; ...
[ "a.elovikov@gmail.com" ]
a.elovikov@gmail.com
0001f23c76099556ce15784cbd97b222475d2d11
0aa91508c25477a70e78156d8e85763e7b37bec6
/UnitFrameDetailCount.cpp
f09d16484fcca74614975870598b8ce1605b8cb1
[]
no_license
Zummer/calculate1c
55969cbb2926ff9adcd5a04bbf05bf84038109c8
b3ca83bd3eeb49294680fc570bca1e525dd84520
refs/heads/master
2016-09-06T15:40:23.818475
2014-12-12T12:01:20
2014-12-12T12:01:20
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
3,690
cpp
// --------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "UnitFrameDetailCount.h" #include "UnitFramePlaceOperation.h" // --------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "AdvSpin" #prag...
[ "afanasev@comefoto.ru" ]
afanasev@comefoto.ru
ddd58805cac26ddf828b61912252c038885ecbea
83bfbbe8a3d8c6d6972bfff7edc84458d4cf17fd
/Maze/Stack.cpp
6dafa4d5795b7572cc6d51e6b5090e6a7510276d
[]
no_license
afrojuju1/metaMouse2.0
f4ab7c9e0131fbc6199ecd9b18e7b7b3a7a3b6a0
ccfd6ac43817febecd62cbe1867bab62373ed370
refs/heads/master
2021-06-12T20:43:43.021474
2017-03-20T05:58:54
2017-03-20T05:58:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
146
cpp
#include "Stack.h" Block pop() { Block b = stack[stackPos]; stackPos--; return b; } void push(Block b) { stackPos++; stack[stackPos] = b; }
[ "adeoa.bello.262@my.csun.edu" ]
adeoa.bello.262@my.csun.edu
8d32b96da13101ab1c0443b1d93d483558408227
73e7c20803be5d8ae467af1feba8a4a7fe219f4b
/Modules/Filtering/DistanceMap/include/itkReflectiveImageRegionConstIterator.h
c05128fc2563e28354e2bf3460046e0f7356a8aa
[ "LicenseRef-scancode-other-permissive", "SMLNJ", "BSD-3-Clause", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-free-unknown", "BSD-4.3TAHOE", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "IJG", ...
permissive
CIBC-Internal/itk
deaa8aabe3995f3465ec70a46805bd333967ed5b
6f7b1014a73857115d6da738583492008bea8205
refs/heads/master
2021-01-10T18:48:58.502855
2018-01-26T21:25:51
2018-01-26T21:25:51
31,582,564
0
2
Apache-2.0
2018-05-21T07:59:53
2015-03-03T06:12:12
C++
UTF-8
C++
false
false
7,261
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "ayla@sci.utah.edu" ]
ayla@sci.utah.edu
b65144c6eafe9bd6df4ef28d7bf523ce31ecd92c
bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7
/rdr2/0x18714953CCED17D3.cpp
46b1fab23d280c0f7fc6a4bb2b1b5f3e782e83ee
[]
no_license
DeepWolf413/additional-native-data
aded47e042f0feb30057e753910e0884c44121a0
e015b2500b52065252ffbe3c53865fe3cdd3e06c
refs/heads/main
2023-07-10T00:19:54.416083
2021-08-12T16:00:12
2021-08-12T16:00:12
395,340,507
1
0
null
null
null
null
UTF-8
C++
false
false
424
cpp
// braithwaites2.ysc @ L52175 bool func_1247(var uParam0) { if (func_33(uParam0) <= iLocal_92) { if (ENTITY::DOES_ENTITY_EXIST(Local_14.f_19[0]) && !CAM::_0x139EFB0A71DD9011()) { if (!VEHICLE::IS_VEHICLE_DRIVEABLE(Local_14.f_19[0], false, false)) { return true; } if (VEHICLE:...
[ "jesper15fuji@live.dk" ]
jesper15fuji@live.dk
2f2d0e429507f30a32767296f98c5cad1bdcb45a
4fc9d5d49b9d0c9a8aec35e02418230c4a439bf7
/Samples/Physics/FreeTopFixedTip/PhysicsModule.cpp
c8b7b281179ee254c2a2c113d9b486aa2955d66a
[]
no_license
zhouxs1023/GTEngine
07d8a299522a8b33b6960dca06a4ca6cb459622c
16c1af003106798dd2d91800085818b40adfad1a
refs/heads/master
2020-03-27T18:03:37.798691
2019-12-30T13:49:17
2019-12-30T13:49:17
146,895,580
9
3
null
null
null
null
UTF-8
C++
false
false
3,296
cpp
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2019 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.1.2 (2018/10/05) #include "PhysicsModule.h" PhysicsModul...
[ "zhouxs1023@163.com" ]
zhouxs1023@163.com
40277902a733bbb5558743e2359166f19382f339
dab17edba4d031ef4892bd373892b3ea39eac992
/KleptoEngine/Renderer.h
7e47ce5e6e88256007943feb7f4dd78178405170
[]
no_license
McMasterGameDesignAssociation/current-version
fc13f74693d5ef3e2da76a27d4ee99d972e496c4
df89d6d7a3abafd3333d9115d1cbc370d88f34b7
refs/heads/master
2020-12-24T14:02:00.284263
2015-02-25T16:53:39
2015-02-25T16:53:39
26,332,614
0
0
null
null
null
null
UTF-8
C++
false
false
4,330
h
/* COPYRIGHT BENJAMIN ISHERWOOD 23/10/2014 THIS SOFTWARE IS INTENDED FOR OPEN SOURCE USE, REDISTRIBUTION IS ENCOURAGE THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT....
[ "isherwb@mcmaster.ca" ]
isherwb@mcmaster.ca
07d25173ae7f0659749c2a92131694733553d9d5
54d88765e22d3ce7ce4ff3538ea5205b9913cc4e
/practice_java/exam.c++
2d5b23da4224e06bad71de6dc7bf642ca0f3e742
[]
no_license
KindLoad/pracserver
2bcb343f4c6e5b51218a14620cc12a5a4fa19dfa
312aa0c1b0d8a2c80ac91dfc7189991633cd33d2
refs/heads/Soongil_branch
2022-12-16T20:47:42.955817
2020-07-06T01:28:45
2020-07-06T01:28:45
275,346,771
0
0
null
2022-12-13T04:21:28
2020-06-27T10:15:27
Java
UTF-8
C++
false
false
189
#include <string> #include <vector> #include <iostream> #include <algorithm> using namespace std; int main(int argc, char const *argv[]) { cout << "so sleep" << endl; return 0; }
[ "kdge248@gmail.com" ]
kdge248@gmail.com
7ecefd58185018499d6e3f74e6507f5bd8c65a52
01ac52f86f7e7c7d8efab9c66796b107a4198731
/base.h
582716769f5fe39ff77adde3eefe1f3bd6a7f6da
[]
no_license
BCnick943204/RNA2DModelGen
1547aba15bec7a85c45c43255828fe974ee31bd2
1e370687792545715e1adab458c5eae6ea44fe4b
refs/heads/master
2021-01-02T12:27:59.094168
2020-05-27T04:44:34
2020-05-27T04:44:34
239,623,812
0
0
null
null
null
null
UTF-8
C++
false
false
260
h
#ifndef BASE_H #define BASE_H #include <QGraphicsPixmapItem> #include <QPixmap> #include <QSize> #include <stdio.h> class Base: public QGraphicsPixmapItem { public: Base(char); int setBasePic(char); private: QSize base_size; }; #endif // BASE_H
[ "nicholas.passantino@bellevuecollege.edu" ]
nicholas.passantino@bellevuecollege.edu
5a5730d186a551d8411cea24c395a8829543b543
31ac07ecd9225639bee0d08d00f037bd511e9552
/externals/OCCTLib/inc/IGESGraph_ToolColor.hxx
a93a5f73079485404611a3bc2227ab4dcbe56987
[]
no_license
litao1009/SimpleRoom
4520e0034e4f90b81b922657b27f201842e68e8e
287de738c10b86ff8f61b15e3b8afdfedbcb2211
refs/heads/master
2021-01-20T19:56:39.507899
2016-07-29T08:01:57
2016-07-29T08:01:57
64,462,604
1
0
null
null
null
null
UTF-8
C++
false
false
3,117
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _IGESGraph_ToolColor_HeaderFile #define _IG...
[ "litao1009@gmail.com" ]
litao1009@gmail.com
8a5228ee31bac3a8a008aa5cef8dc0a16f9a02a0
d5785b4a1abf832fb6fed4ff4cfe06a0e44e0fe6
/toj373.cpp
eaee3a2ac8eccc134ce93a3c0f9e21258d44bbea
[]
no_license
arasHi87/OnlineJudgeExercise
7caaf58f43c675488a712279cb310c55729957d4
90afc36d25bd2a015c7fde604c78d82591d2113a
refs/heads/master
2022-02-21T19:06:39.260348
2019-09-22T09:17:13
2019-09-22T09:17:13
197,958,223
0
1
null
null
null
null
UTF-8
C++
false
false
415
cpp
#include <cstdio> using namespace std; int x1, x2, y1, y2, x, y, W, H; double tmp; int main() { #ifdef local freopen("in", "r", stdin); #endif scanf("%d%d%d%d%d%d", &x1, &y1, &x2, &y2, &x, &y); W=x2-x1, H=y2-y1; if (x<x1) tmp+=(x1-x)*H/2.0; if (x>x2) tmp+=(x-x2)*H/2.0; if...
[ "arasi27676271@gmail.com" ]
arasi27676271@gmail.com
2d0f3f46e819d631a4fc59ecf1352ef65da660ac
68aa47b6de663a691a45604987d05f52b47e8073
/src/kflio_node.cpp
06a6e8bc0b8dd8d1988a3209610254515ac24062
[]
no_license
liuxinren456852/test
993337fbee1ae6ad8845c9bd37d5fa8015ea7c44
5ad8bae3389c344dc0f4e8156e17abec1b176355
refs/heads/master
2022-04-08T11:13:28.351385
2020-02-27T19:34:51
2020-02-27T19:34:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
550
cpp
#include <ros/ros.h> #include <parameters.h> #include <Estimator.h> int main(int argc, char** argv) { ros::init(argc, argv, "liom_fusion_node"); ros::NodeHandle nh; ros::NodeHandle pnh("~"); ROS_INFO("\033[1;32m---->\033[0m Feature IMU Association Started."); parameter::readParameters(pnh);...
[ "qinchaom4a1@163.com" ]
qinchaom4a1@163.com
2b3951b075345a7f29e0aafab13de1fbe63499d1
58475d1b39384a6a016227c93e2ab69521a26d4c
/AVR_tools/Owi.cpp
9b8b34ebb7c59a547af945af1ffff5cf2b48aeb6
[ "Beerware" ]
permissive
uncle-Zoid/AVR
32cc457e29673d55c179256fdceaa4ad58f83bb7
143e51ccab5e7286f40a2f8ce4e4200a359c0bca
refs/heads/master
2022-12-10T22:52:35.772523
2020-08-27T12:04:58
2020-08-27T12:04:58
283,755,019
1
0
null
null
null
null
UTF-8
C++
false
false
2,023
cpp
/* * Owi.cpp * * Created: 18.06.2020 10:05:41 * Author: pappd */ #include "Owi.h" #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> Owi::Owi(const AvrPort &port, uint8_t pin) : port_ (port) , pin_ (pin) { } byte_t Owi::reset() { cli(); setbit (*port_.ddr, pin_); ...
[ "dominik.papp@tcz.cz" ]
dominik.papp@tcz.cz
7a5ac76848e1eb05658b9463968878209af26d51
0ed1b441759ef92872821a07f6c6cff04094e390
/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
eca774ead93531ec6b4f94b5909439396f89f62e
[ "NCSA" ]
permissive
sslab-gatech/caver
651dd1e404c03a9568ef512164c98e918821c9e8
81363a7d0581d99fe216c4394294b0a2372f08eb
refs/heads/master
2021-01-10T03:43:56.533854
2015-10-13T18:23:15
2015-10-13T18:23:15
44,137,365
30
10
null
null
null
null
UTF-8
C++
false
false
37,374
cpp
//===-- PPCRegisterInfo.cpp - PowerPC Register Information ----------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "lifeasageek@gmail.com" ]
lifeasageek@gmail.com
4fdddc4be907ae141cb823ca6a68e9de844c41db
e76ea38dbe5774fccaf14e1a0090d9275cdaee08
/src/ash/test/test_launcher_item_delegate.cc
7ac8b727f64a66f34499abcc879493d0089b5c74
[ "BSD-3-Clause" ]
permissive
eurogiciel-oss/Tizen_Crosswalk
efc424807a5434df1d5c9e8ed51364974643707d
a68aed6e29bd157c95564e7af2e3a26191813e51
refs/heads/master
2021-01-18T19:19:04.527505
2014-02-06T13:43:21
2014-02-06T13:43:21
16,070,101
1
3
null
null
null
null
UTF-8
C++
false
false
1,253
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/test/test_launcher_item_delegate.h" #include "ash/wm/window_util.h" #include "ui/aura/window.h" namespace ash { namespace test { TestLaun...
[ "ronan@fridu.net" ]
ronan@fridu.net
fefe116c87467822bc7a5606dbf092fa45c69b79
16d488cb25d6dd784e13c288cfc7c1ac5fb1d23a
/triangle/triangle.hpp
b1b8614be33c2b00320066a3bc9981a10cdbe5f2
[]
no_license
sufuf3/ST2017-hw4-Symbolic_and_Fuzz
59ca97d5437ef2efdb0df93a068a7f7f044e64b7
d148795b7ffafa556d10f7ee657add0cc6ea1d84
refs/heads/master
2020-12-25T18:52:18.145022
2017-06-12T07:45:58
2017-06-12T07:47:34
94,000,815
1
0
null
null
null
null
UTF-8
C++
false
false
262
hpp
#ifndef __TRIANGLE_H__ #define __TRIANGLE_H__ #define MIN 1 #define MAX 200 #define TYPE_INVALID_INPUT 0 #define TYPE_NOTTRIANGLE 1 #define TYPE_EQUILATERAL 2 #define TYPE_ISOSCELES 3 #define TYPE_SCALENE 4 int triangle_type( int a, int b, int c ); #endif
[ "sufuf3@gmail.com" ]
sufuf3@gmail.com
d3deba0f0cd312054f5cbc40f7db7a5f2957f537
85e419bed080da37dd13d2dd4276a486ae6fbe07
/MusicPlayer/MyForm.h
3ac03825701d876c2cd6961a32d5f57a5f474ceb
[]
no_license
mvrtn/mvrtn
afefded1bbfd48be73e3aea98b60106b04dad95b
fc03aa545c65fb20228968f5d091b3f129aa6b7d
refs/heads/master
2020-03-12T11:33:51.726893
2018-04-22T20:30:14
2018-04-22T20:30:14
130,599,549
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
11,817
h
#pragma once #include "Player.h" namespace MusicPlayer { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace System::IO; using namespace WMPLib...
[ "gloryseeker66@gmail.com" ]
gloryseeker66@gmail.com
d095c26090762548dc580b650dc558094555da02
c41b487ea8a7452f9dffcff8e173d1b300cdc6e7
/pvr/channels/PVRChannelGroupInternal.cpp
e536bce3024df35a0e752aa24f8d9f1d23c6657a
[]
no_license
PengWEI9/seebo
0ade683df5acee18c6458d7326b5a2b761cb9b0e
615caa9f9e625d7961bb4499061d64cec5299019
refs/heads/master
2020-06-18T07:38:48.104372
2016-11-30T09:24:47
2016-11-30T09:24:47
75,152,259
0
0
null
null
null
null
UTF-8
C++
false
false
12,679
cpp
/* * Copyright (C) 2012-2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * ...
[ "peng.wei8899@gmail.com" ]
peng.wei8899@gmail.com
eaeeb17fa551a66474d234025e42e5b18aafd07b
f97babbde971815bcc118da750ad462726a87858
/fastText/src/loss.h
d20423b627d54046eb7c144027ca22077e77bee7
[ "MIT" ]
permissive
key2long/HyperbolicEmbedding
925d4204f744ac2f6376edfdd26a30f685f69229
5eb05b7816b774be42e08004ce5b5ead14fe5650
refs/heads/master
2023-06-09T16:25:10.413547
2019-08-20T09:45:59
2019-08-20T09:45:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,728
h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <random> #include <vector> #include "matrix.h" #include "model.h" #inc...
[ "yaopeizhang1@yeah.net" ]
yaopeizhang1@yeah.net
aaf31aa1fb9aefab2c2bfdada85afd1ca9f5b90d
be56db18beb96bb0584baa423caa8effabc28d03
/src/gpu/kernel_runner.cpp
0bb0345f2c6d7c9b8bf660809b092163bd030921
[ "BSL-1.0", "Apache-2.0" ]
permissive
jingjing54007/clDNN
c09fa54de686a65e98396cc19751a4b629863c33
32b63d833ae078907b85343164708a541fe4d5a5
refs/heads/master
2020-03-14T23:31:47.650731
2018-04-09T02:36:31
2018-04-09T10:17:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,392
cpp
/* // Copyright (c) 2016 Intel Corporation // // 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 o...
[ "tomasz.poniecki@intel.com" ]
tomasz.poniecki@intel.com
d3efc75cc1ff0484c8503a1b239dfe4baf0b914c
b3366048ca173c251028344fa69cf54c121a993b
/Neuron.cpp
af7ea210fc9a33e87be36df1e1c050b16df152d0
[]
no_license
sanny1/Backpropagation
bc93c41165fd88ef36fa2c19cfed33d6ff3dc663
5ef33ea247f2a7807a0974c9659190ec98402698
refs/heads/master
2020-09-25T19:31:45.680812
2017-12-22T23:32:36
2017-12-22T23:32:36
66,761,695
0
0
null
null
null
null
UTF-8
C++
false
false
2,824
cpp
// // Created by Sanyog Chhetri on 18/12/15. // #include "Neuron.h" #include <random> using namespace Ann; using namespace std; Neuron::Neuron(int size, int Bias) : actual_output(1, 0), weight(size + 1, 0), input(size, 0), hidden_e_gradient(size, 0) { default_random_engine gene...
[ "Sanyog2.Chhetri@live.uwe.ac.uk" ]
Sanyog2.Chhetri@live.uwe.ac.uk
cd39232ecebf8397db538ec966e604e4a475de04
c32ee8ade268240a8064e9b8efdbebfbaa46ddfa
/Libraries/m2sdk/C_Traffic_Subdiv_Evaluator.h
03efa6712782e19ed5954071bd7c159b2cef376c
[]
no_license
hopk1nz/maf2mp
6f65bd4f8114fdeb42f9407a4d158ad97f8d1789
814cab57dc713d9ff791dfb2a2abeb6af0e2f5a8
refs/heads/master
2021-03-12T23:56:24.336057
2015-08-22T13:53:10
2015-08-22T13:53:10
41,209,355
19
21
null
2015-08-31T05:28:13
2015-08-22T13:56:04
C++
UTF-8
C++
false
false
230
h
// auto-generated file (rttidump-exporter by h0pk1nz) #pragma once #include <I_TrafficEvaluator.h> /** C_Traffic_Subdiv_Evaluator (VTable=0xFFFFFFFF) */ class C_Traffic_Subdiv_Evaluator : public I_TrafficEvaluator { public: };
[ "hopk1nz@gmail.com" ]
hopk1nz@gmail.com
485de1992d09f2ed397435ff6dea04d61b1645e6
08613205986ad9671c661f0d8e2668df4c24c91c
/Aliza_Naqvi_zz/serialComm/serialComm.ino
542ab0ca613d6cd7b474d9f448681d8d0c86233e
[]
no_license
zhenzhenqi/baruchPresentation
3570008e50de4cb9b973335a4efd46d38f8a140a
92cbe580c08fb916d84f281459ba5e0e09f02246
refs/heads/master
2021-06-25T03:15:15.174942
2017-09-13T02:32:23
2017-09-13T02:32:23
103,343,651
0
0
null
null
null
null
UTF-8
C++
false
false
419
ino
const int SENSOR_PIN = 0; // Analog input pin void setup() { Serial.begin(9600); // No need for any code here // analogWrite() sets up the pins as outputs } void loop() { int sensorValue; // // // Read the voltage from the softpot (0-1023) // sensorValue = analogRead(A0); Serial.write(map(s...
[ "jane363636@gmail.com" ]
jane363636@gmail.com
5dfd7789707632222e997ab1d27a8bebb4f2219d
e9ac38a3c8e09ec3b5050fb8d60b695f592f0cca
/src/base/buffer.cpp
aa91df2bbbac9adb5ba71ea9252102e4773bd5cd
[]
no_license
AnaBit/cobweb
54572bdd116d8ceb71eba9e6ac81b88304dc0957
4288898f542176684d1ee347277375768dc6b274
refs/heads/master
2016-09-01T13:21:34.329864
2016-04-12T10:53:13
2016-04-12T10:53:13
54,700,752
0
0
null
null
null
null
UTF-8
C++
false
false
1,238
cpp
#include "buffer.hpp" namespace cobweb { namespace base { atom_buffer::buffer_data atom_buffer::conv_data(std::vector<unsigned char> & data) { buffer_data buf(data); return buf; } atom_buffer::buffer_data atom_buffer::conv_data(std::vector<unsigned char> && data) { buffer_data buf(data); return buf; }...
[ "AnaBitIO@hotmail.com" ]
AnaBitIO@hotmail.com
fbea2b8a5a02bc3c189b4feb934383072e7e9507
889626966d3f108522c753db83a1a23318d4d6fd
/src/governance-object.h
149c20758d17543c584e7f2aae0b1a798b0f93e3
[ "MIT" ]
permissive
safepeofficial/safepeofficial
5a14d0aeaa140c52d3d96f3e7bb892cd28e143c0
aca67695fedfabbdd6dc512358fee54fefc912de
refs/heads/master
2023-06-23T08:00:42.237747
2021-07-22T14:06:58
2021-07-22T14:06:58
386,934,834
0
0
null
null
null
null
UTF-8
C++
false
false
10,097
h
// Copyright (c) 2014-2019 The Dash Core developers // Copyright (c) 2021 The SafePe Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef GOVERNANCE_OBJECT_H #define GOVERNANCE_OBJECT_H #include "cachemul...
[ "dev.vanshtah@gmail.com" ]
dev.vanshtah@gmail.com
8b22858c0fb6b21e108253672b59baf2c4fdc6cd
50bdaa2e71aae37240c61c930decbfe9d1e504b8
/harp-daal-app/daal-src/include/algorithms/neural_networks/layers/loss/softmax_cross_layer_types.h
f034df3012b3a8b227a4b370b77cd8f23f38fc61
[ "Apache-2.0" ]
permissive
prawalgangwar/harp
010b1f669ee54941365ba1204be4e1484c15f108
3c3a3bf2d519f76ccf8ae17d8b3681e0a93048b7
refs/heads/master
2020-09-13T19:57:54.274328
2017-06-20T00:03:57
2017-06-20T00:03:57
94,464,682
0
0
null
2017-06-15T17:49:16
2017-06-15T17:49:16
null
UTF-8
C++
false
false
3,460
h
/* file: softmax_cross_layer_types.h */ /******************************************************************************* * Copyright 2014-2016 Intel Corporation * * 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 ...
[ "lc37@156-56-102-164.dhcp-bl.indiana.edu" ]
lc37@156-56-102-164.dhcp-bl.indiana.edu
87a339c2edb699ac2cd0f0f1c4c8fa2b62cbd06d
07834560a94f1617df35b057a26c3976e0e4f519
/VC2013_AES_Security/AES_Security/Function/FileManager.h
d7121e65b036b0d1e9de7ec107b987d382ee4a46
[]
no_license
liqing90/VC_Test_S_3
8d4a07988663251e2cb2b09e49414c82743b694f
75e6cfbfc54129b4e43bab677bba7f27f217ab59
refs/heads/master
2021-03-25T09:50:26.819830
2018-02-28T08:24:34
2018-02-28T08:24:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,313
h
// FileManager.h: interface for the CFileManager class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_FILEMANAGER_H__A9E277BD_2182_44DA_B68A_EE1CBAB6E67F__INCLUDED_) #define AFX_FILEMANAGER_H__A9E277BD_2182_44DA_B68A_EE1CBAB6E67F__INCLUDED_ #if _MSC_VER > 1000 #pragma once...
[ "rex721101@google.com.tw" ]
rex721101@google.com.tw
67332bc032c936ceec98e18ad0fd3fbfb27f9caa
6b3e19170e2bfe62a57656a5836bd64b946366bf
/W6/G1/D2/358.cpp
02d5907a6de6b62f06390d153035b928fc8f1135
[]
no_license
Beisenbek/PP1_2018R
299da157ec370bd4d4ff7fff3f1722505a95dee4
2f5d0a94dc4193ca648655168d4decbfacd6f92e
refs/heads/master
2021-05-12T01:11:11.694365
2018-04-16T13:53:38
2018-04-16T13:53:38
117,552,376
0
0
null
null
null
null
UTF-8
C++
false
false
641
cpp
#include <iostream> #include <stdio.h> #include <cmath> #include <algorithm> #include <ctype.h> using namespace std; int main(){ freopen("input.txt","r",stdin); int n,m; cin >> n >> m; int a[n][m]; int s[n]; for(int i = 0; i < n; ++i){ s[i] = 0; for(int j = 0; j < m; ++j){ cin >> a[i][j]; s[i] = s[...
[ "beysenbek@gmail.com" ]
beysenbek@gmail.com
576c9dfb33579334eca1f1f94a57194f5299c29d
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5706278382862336_1/C++/Mejor/A.cpp
0e9a1cfcd02d12e7ec8e7fa0777298d61f2fbd6b
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,071
cpp
#include <iostream> #include <fstream> #include <vector> #include <algorithm> #include <set> #include <map> #include <limits> #include <string> #include <queue> #include <cstdio> using namespace std; long long gcd(long long a, long long b){ while (b!=0){ //fout<<a<<" "<<b<<endl; long long temp=a; ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
d0aca4879164840117fda1f44f02a67d20f97900
fa683fdb9a812992e2069e1ce85270746f3575fc
/src/ui/sprite.cpp
2080d21dea3905af95038bdec5d5f02b58594d03
[ "Apache-2.0" ]
permissive
kevinfyc/KGE
da2021682eec72188db4b1de24f019e915867143
3b3d805317765c1c67f7584f8c1eee6e7c94c3a3
refs/heads/master
2021-07-14T11:31:06.296883
2017-10-18T03:08:13
2017-10-18T03:08:13
104,315,430
1
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
// // sprite.cpp // libkge // // Created by kevin on 17-10-10. // // // #include "sprite.h" namespace kge { Ref<Sprite> Sprite::Create(const Rect& rect, const Vector4& border) { Ref<Sprite> sprite; sprite = Ref<Sprite>(new Sprite()); sprite->_rect = rect; sprite->_border = border; return sprite; } ...
[ "kevin" ]
kevin
d0c7133b06aa53eb9c73eb9d686f83e730b10e2e
bdc6119c5910093d2417830e15f2389a7e5e74b7
/sols/s-topcoder/tree_weighting.cpp
d2afad291ad51faae1f3b97b38f77a241579a952
[]
no_license
danscu/onlinejudge
0d10d4902cb152dd6401d3624ebb7bc6c44bba38
a981794d868dd8366d8f50931f10704066fbab96
refs/heads/master
2021-01-15T15:33:47.893332
2016-08-31T00:50:50
2016-08-31T00:50:58
17,789,216
0
0
null
null
null
null
UTF-8
C++
false
false
4,693
cpp
#include <cstdio> #include <iostream> #include <list> #include <set> using namespace std; #define DBG 1 #if DBG #define D(x) x; #else #define D(x) #endif #define REP(v,n) for(int v=0;v<n;v++) #define every(iter, iterable) \ typeof((iterable).begin()) iter = (iterable).begin(); iter != (iterable).end(); iter++ type...
[ "d.xie@sta.samsung.com" ]
d.xie@sta.samsung.com
eb2c1dd1a9516f5e61ccb7737188815bd1678e9e
d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3
/chromium/third_party/crashpad/crashpad/snapshot/win/module_snapshot_win.cc
d9d74c1b7ff20083a6618e1369dd490b1929129f
[ "BSD-3-Clause", "Apache-2.0", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT" ]
permissive
Csineneo/Vivaldi
4eaad20fc0ff306ca60b400cd5fad930a9082087
d92465f71fb8e4345e27bd889532339204b26f1e
refs/heads/master
2022-11-23T17:11:50.714160
2019-05-25T11:45:11
2019-05-25T11:45:11
144,489,531
5
4
BSD-3-Clause
2022-11-04T05:55:33
2018-08-12T18:04:37
null
UTF-8
C++
false
false
11,509
cc
// Copyright 2015 The Crashpad Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ...
[ "csineneo@gmail.com" ]
csineneo@gmail.com
433e563e3cd11109cb8478ab8bd2ea5ac8e225fe
89b7ffc5c56331a189501cda035648e2b2016d74
/WebLayoutCoreOnly/Source/WebCore/RenderTableRow.h
99ec28cb7e860b456892a3b352eda5f863ac7d12
[ "MIT" ]
permissive
jjbheda/trylearn
60343fdb74dd597f0a49286de4ec1f0f57a06faa
74dd5c6c977f8d867d6aa360b84bc98cb82f480c
refs/heads/master
2020-03-22T17:49:17.391764
2018-03-30T16:25:32
2018-03-30T16:25:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,398
h
/* * Copyright (C) 1997 Martin Jones (mjones@kde.org) * (C) 1997 Torben Weis (weis@kde.org) * (C) 1998 Waldo Bastian (bastian@kde.org) * (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) * Copyright (C) 2003, 2004, 2005, 2006, 2009 Apple Inc. ...
[ "jianbai.gbj@alibaba-inc.com" ]
jianbai.gbj@alibaba-inc.com
943bacdce81d365058783fed35770c2759f7edfc
189041dd0815ef75a49080dc49606edaf9cc33c9
/17.电话号码的字母组合.cpp
2f760cf1287740b7163591c3d7b264408bcb8fde
[]
no_license
nercoeus/leetcode_practice
1b3e9e3165fb7af9a69da695de823c423e4b85b0
5181467cc80b417137ff32133460ad58f8fad365
refs/heads/master
2022-12-26T18:45:31.700552
2021-05-19T15:54:07
2021-05-19T15:54:07
152,102,663
1
0
null
null
null
null
UTF-8
C++
false
false
975
cpp
/* * @lc app=leetcode.cn id=17 lang=cpp * * [17] 电话号码的字母组合 */ // @lc code=start #include <vector> #include <string> using namespace std; class Solution { public: vector<string> letterCombinations(string digits) { vector<string> res; if (digits.empty()) return re...
[ "18252116593@163.com" ]
18252116593@163.com
bc60a68efd2e2be024ca355f53cf0800fdba24eb
9fa292d97ceb374068d355bd41097d0407d68bd3
/include/rspf/base/rspfKeywordlist.h
a29bfe9f5c159a038694345590bdbcf9d995566e
[]
no_license
mfkiwl/rspf_v2.0
4d90153b92cc416663c798e05f87e348ad8792ef
f22d2707b775a4776fc8359a255f39c26ecc96a3
refs/heads/master
2021-05-27T04:36:34.132569
2013-07-16T04:04:12
2013-07-16T04:04:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,740
h
//******************************************************************* // // License: See top level LICENSE.txt file. // // Author: Ken Melero // // Description: This class provides capabilities for keywordlists. // //******************************************************************** // $Id: rspfKeywordlist.h 21527 ...
[ "loongfee@gmail.com" ]
loongfee@gmail.com
c17318d3696465f153cec26f0cc3d5d390624f6d
fdc26fead1306592b84068ec9ac3ca5bcc1b9834
/INTERVIEWBIT/Other/OSSTesting.cpp
65a6e38f186824ce95ca2927c858c582edaccc46
[ "MIT" ]
permissive
yashsanghvi001/Hacktober-CP-contributions
f4e34d8061d9b8be8cf5e5004a983098a3022b11
a42628c48b00e296eb41f9dd1e223781ebc841a6
refs/heads/main
2022-12-31T11:58:25.515263
2020-10-24T07:17:08
2020-10-24T07:17:08
302,109,476
1
0
MIT
2020-10-14T16:18:48
2020-10-07T17:22:07
C++
UTF-8
C++
false
false
267
cpp
#include<iostream> #include<sstream> using namespace std; int main(){ int i; ostringstream oss; string str = ""; for(i = 0; i < 5; i++){ oss << i; str = str + oss.str(); oss.str(""); } cout << str; return 0; }
[ "yogeshgaur1995@gmail.com" ]
yogeshgaur1995@gmail.com
15aa535c4a0005cfb5d9c8f99c44b741aa41118e
05dee134ef4e552fecd0d39dea5d6cdc3a82965c
/LuoGu/洛谷-P3258.cpp
a0d04e7d9f44745c9021350ca1d43889fd223446
[]
no_license
yliu-cs/ACM
35239420f36baf336e17a5c45d2c7a5ae9317413
f67ca3e6de900afabe38201e19c74d0e1c6a40a3
refs/heads/master
2022-03-20T10:10:25.787434
2019-12-05T16:30:29
2019-12-05T16:30:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,707
cpp
#include <bits/stdc++.h> using namespace std; const int maxn = 3e5 + 5; struct Edge { int V, Next; }; Edge edges[maxn << 1]; int Head[maxn]; int Tot; void Init() { Tot = 0; memset(Head, -1, sizeof(Head)); } void AddEdge(int U, int V) { edges[Tot] = Edge {V, Head[U]}; Head[U]...
[ "978539910@qq.com" ]
978539910@qq.com
f8d4a206c917c7481d34b354ec62b0b9a6b4c800
bc4f3bae021fb7db65c5fc571cc26fdec38c28b4
/Pods/Headers/Public/SARUnArchiveANY/ulinks.hpp
93506a6330e5d9c0bc8f42d37740632aa5a93e0a
[]
no_license
a349112363/RarDecompression
e00f101cb10f2275cee31f1cbb2a4ad0f3f757b0
c26b8ded3ad99473f3cae81836e329acf8ba16b0
refs/heads/master
2020-03-18T02:56:12.417401
2018-05-21T06:14:27
2018-05-21T06:14:27
134,214,466
0
0
null
null
null
null
UTF-8
C++
false
false
58
hpp
../../../SARUnArchiveANY/External/Unrar/Headers/ulinks.hpp
[ "kiss.loo@qq.com" ]
kiss.loo@qq.com
20adf1e4f02b92c80a99a778db630e8bb7972486
d6d0117815cd0328bfd6e8f433db5cc5b7e1b9fd
/hw4/twiteng.cpp
75bd94a4ef224d0713d9fb44feb1b47c21c31faf
[]
no_license
dshebib/USC-CS104-Data-Structures
ec623a67c9ecfcf6e6904038f19cd2d068e37f51
e1d533f182d8c751688658c332a07c45a7b93d0a
refs/heads/master
2023-03-21T14:30:31.524416
2017-07-17T06:54:57
2017-07-17T06:54:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,282
cpp
#include "twiteng.h" TwitEng::TwitEng() { tweetSize_ = 0; tweets_ = new Tweet[10]; tweetMaxSize_ = 10; } TwitEng::~TwitEng() { delete [] tweets_; for(std::map<std::string, User*>::iterator it = usrs.begin(); it != usrs.end(); it++) { delete it->second; } } void TwitEng::adduser(std::string name) { ...
[ "shebib@usc.edu" ]
shebib@usc.edu
75a5d7ea4486cfc425a7aee1cc54bbd0c63b72ee
2254fb093ccf0b8cfece31e39d05b34b79acb275
/priormap_localization/lidar/include/lidar/hough_transform.hpp
b9708fb5073078a96c9e531d030ed737731b0b6b
[]
no_license
wvu-irl/Bramblebee-Nav-system
0badd510941a4a59d6467f5a68ad2292976ef367
f88debfc68faf4286726c4ef6c1cec2e6f1906d6
refs/heads/master
2020-04-02T11:12:11.296935
2019-09-19T00:22:17
2019-09-19T00:22:17
154,376,286
0
0
null
null
null
null
UTF-8
C++
false
false
1,902
hpp
// hough transform in here works for localization in greenhouse // input: processed lidar data: project to xy coordinate // output: robot's pose #ifndef HOUGH_H_ #define HOUGH_H_ #include "ros/ros.h" #include "ros/console.h" #include <iostream> #include <pcl/io/pcd_io.h> #include <pcl/point_types.h> #include <pcl_...
[ "noreply@github.com" ]
wvu-irl.noreply@github.com
2aef979a06044fa5cf4e12f0729d4deb3b094b38
387549ab27d89668e656771a19c09637612d57ed
/DRGLib UE project/Plugins/Modio/Source/ThirdParty/NativeSDK/ext/asio/asio/src/tests/properties/cpp11/require_free.cpp
ab366a4c6db149d25d236a52a68e8ed045477b41
[ "BSL-1.0", "MIT" ]
permissive
SamsDRGMods/DRGLib
3b7285488ef98b7b22ab4e00fec64a4c3fb6a30a
76f17bc76dd376f0d0aa09400ac8cb4daad34ade
refs/heads/main
2023-07-03T10:37:47.196444
2023-04-07T23:18:54
2023-04-07T23:18:54
383,509,787
16
5
MIT
2023-04-07T23:18:55
2021-07-06T15:08:14
C++
UTF-8
C++
false
false
1,484
cpp
// // cpp11/require_free.cpp // ~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include "asio/require....
[ "noreply@github.com" ]
SamsDRGMods.noreply@github.com
a5d42e0eae1a2b6beca313554316239fce002474
96feb31b215645ec438c09588e1c9dc5691f283b
/plugins/dali-script-v8/src/rendering/shader-wrapper.cpp
f3aff6cb89cb1600a2623cb4c46468f26592d031
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
nui-dali/dali-toolkit
28a99e6f117023e95920ee8eda35b6346485e074
b514a4671789bee2f03b0177393b9a21f62ac2c3
refs/heads/master
2020-05-26T23:44:18.106253
2019-05-17T10:06:27
2019-05-17T10:06:27
188,398,539
0
0
null
null
null
null
UTF-8
C++
false
false
3,394
cpp
/* * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
[ "r.huang@samsung.com" ]
r.huang@samsung.com
d6ca27eb144a76ea106a53c99c5484ad763fd386
34a294504a848c7f8ded96d0abaac08ebd4193e3
/sparse_matrix.h
8b4bcf1f4ca3b36e72aa843a8dcb1dedb147e239
[]
no_license
ma-hei/Fluid-Simulation
dbcd1adabf23d92ec08391b592e7f917c1eeada2
c129a9da67197e409858c28810f84444c0bc04b1
refs/heads/master
2021-01-22T07:32:26.278484
2017-05-01T00:48:10
2017-05-01T00:48:10
4,194,245
0
0
null
null
null
null
UTF-8
C++
false
false
8,335
h
#ifndef SPARSE_MATRIX_H #define SPARSE_MATRIX_H #include <iostream> #include <vector> #include "util.h" //============================================================================ // Dynamic compressed sparse row matrix. using namespace std; template<class T> struct SparseMatrix { unsigned int n; // dimension...
[ "marten_heidemeyer@web.de" ]
marten_heidemeyer@web.de
f9ec2b82ce740c09121b98180028ff0331e40c10
39eac74fa6a244d15a01873623d05f480f45e079
/PackageUseSelectionDlg.h
f400301599d944a066eeaf5ccad419b24c110fc3
[]
no_license
15831944/Practice
a8ac8416b32df82395bb1a4b000b35a0326c0897
ae2cde9c8f2fb6ab63bd7d8cd58701bd3513ec94
refs/heads/master
2021-06-15T12:10:18.730367
2016-11-30T15:13:53
2016-11-30T15:13:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,949
h
#if !defined(AFX_PACKAGEUSESELECTIONDLG_H__CF3B3301_44EE_411F_BD52_68DD1866FF7C__INCLUDED_) #define AFX_PACKAGEUSESELECTIONDLG_H__CF3B3301_44EE_411F_BD52_68DD1866FF7C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PackageUseSelectionDlg.h : header file // // (j.jones 2008-05-22 11:44) - PLID...
[ "h.shah@WALD" ]
h.shah@WALD
30977a359a1ec3d2a8d22558ba241055d33576c6
97ce80e44d5558cad2ca42758e2d6fb1805815ce
/Source/Foundation/bsfCore/Private/RTTI/BsTextureImportOptionsRTTI.h
7768ee9af0c4a8186dcac219393fa1bdbe4d2aa9
[ "MIT" ]
permissive
cwmagnus/bsf
ff83ca34e585b32d909b3df196b8cf31ddd625c3
36de1caf1f7532d497b040d302823e98e7b966a8
refs/heads/master
2020-12-08T00:53:11.021847
2020-03-23T22:05:24
2020-03-23T22:05:24
232,839,774
3
0
MIT
2020-01-09T15:26:22
2020-01-09T15:26:21
null
UTF-8
C++
false
false
1,284
h
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// #pragma once #include "BsCorePrerequisites.h" #include "Reflection/Bs...
[ "bearishsun@gmail.com" ]
bearishsun@gmail.com
32262cdbe0cf52960edff93162aba3e1488c2879
0fed3d6c4a6dbdb49029913b6ce96a9ede9eac6c
/Codeforces/861/861B.cpp
3ddb69585855ee7e19f52b3c9aaddddcdfb7801b
[]
no_license
87ouo/The-road-to-ACMer
72df2e834027dcfab04b02ba0ddd350e5078dfc0
0a39a9708a0e7fd0e3b2ffff5d1f4a793b031df5
refs/heads/master
2021-02-18T17:44:29.937434
2019-07-31T11:30:27
2019-07-31T11:30:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,516
cpp
#include <bits/stdc++.h> using namespace std; #define clr(a, x) memset(a, x, sizeof(a)) #define mp(x, y) make_pair(x, y) #define pb(x) push_back(x) #define X first #define Y second #define fastin \ ios_base::sync_with_stdio(0); \ cin.tie(0); typedef long long ll; typedef long double ld; typed...
[ "zbszx040504@126.com" ]
zbszx040504@126.com
fecc04712635d9a33293026ccbdb4cbe918a984a
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/content/common/field_trial_recorder.mojom.h
213394e05ba5bbbce6e6af16cefacdaa54b34876
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C++
false
false
4,635
h
// content/common/field_trial_recorder.mojom.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_COMMON_FIELD_TRIAL_RECORDER_...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
9cd0d406c0ed531aaa5cd49dc730b034f51d0ee2
b012cd346ca2a31bc3b3bb145d8e89bd71c7ccdc
/NFS/server.h
d3d333960ef80a3545d75d4a90dcebbf532af9e2
[]
no_license
Natfeitosa/IPFS_Network
cc0918922ea8a6075e4eda211d4a998c903251ac
000943116b4c6e7a04bfdc4e47e03d38e07c872d
refs/heads/main
2023-05-08T01:46:14.213336
2021-05-25T13:14:06
2021-05-25T13:14:06
369,966,787
0
0
null
null
null
null
UTF-8
C++
false
false
11,937
h
#ifndef SERVER #define SERVER #include <iostream> #include <stdio.h> #include "filesys.h" #include <vector> #include "header.h" #include <WinSock2.h> #include <WS2tcpip.h> #include <Windows.h> #include <iphlpapi.h> #define DEFAULT_PORT "27015" #define BUFFER_SIZE 1024 #pragma comment(lib,"Ws2_32.lib") ...
[ "noreply@github.com" ]
Natfeitosa.noreply@github.com
8bef19a548752d87346034296fc3a45d6fdefd0a
df13301ec4a28fbbdd85783fa093c58686dc4a85
/test/vecAdd_5.h
6ac225db3f6b922e6f641828e103db57f7316628
[]
no_license
cjatin/tlib
3d0631b938035bb3b59148f2ffee7e9228691046
a45e8a80fd48a2dc7ca75e6100f9573228cdc626
refs/heads/master
2020-10-01T16:58:15.034497
2019-12-20T05:17:19
2019-12-20T05:17:19
227,581,470
0
0
null
null
null
null
UTF-8
C++
false
false
347
h
#include "tlib.h" #include <benchmark/benchmark.h> static void vecAdd_5(benchmark::State& state) { // Perform setup here for (auto _ : state) { // This code gets timed std::vector<int> a = {1, 2, 3, 4, 5}; auto b = a; std::vector<int> c; vecAdd(a, b, c); } } // Register the function as a benc...
[ "Jatin.Chaudhary@amd.com" ]
Jatin.Chaudhary@amd.com
8c5c91c639b41e31d86fca6f46b1bb9eb7612c85
a6ed6ea5ebe14517e0ce1a9b7ba293b481cc1abe
/prog_lab_4_2/Tree.h
71eb736a4238a3105dac80ab394d6639deb200b1
[]
no_license
RadiationX/ClionProjects
320c1e5a1be613d5d260b6c75b55da2d097f5011
3695271d84acd7a337e36930ed3fd4b455095030
refs/heads/master
2021-05-15T01:11:23.300882
2017-06-14T23:46:32
2017-06-14T23:46:32
56,440,201
0
0
null
null
null
null
UTF-8
C++
false
false
1,853
h
// // Created by radiationx on 10.05.17. // #ifndef PROG_LAB_4_2_TREE_H #define PROG_LAB_4_2_TREE_H #include "iostream" using namespace std; struct Node { int value; int size = 0; Node *nodes = NULL; }; class Tree { private: Node root; int capacity = 0; void add(Node &root, int value) { ...
[ "radiationx@yandex.ru" ]
radiationx@yandex.ru
1c9194558fea4344eb438dacc2106281781a7499
0399fff8bacf9e54442f7166a0561a7089cce1fe
/src/mmo/ast/composition.h
cc773f5f0f708a0582823e6529488edb9bec69e0
[]
no_license
mascha/qss-engine
a2a2b63703094becba5b31975092ca8985916601
0ff943707b1bc952b2f5e866c8bf27ffb98de5f2
refs/heads/master
2021-06-17T22:35:17.470498
2017-05-19T13:33:42
2017-05-19T13:33:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,906
h
/***************************************************************************** This file is part of QSS Solver. QSS Solver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or ...
[ "joaquin.f.fernandez@gmail.com" ]
joaquin.f.fernandez@gmail.com
be6b224ee8ab0a36fea49e00d7e1df0a05418438
9627bdbd6f366de38685fe674cbcbda673127614
/src/shapes.cpp
7eba2d66b83654f4ab4fa568a88ba10cc6e099ef
[ "MIT" ]
permissive
hermetikos/OpenGL-Cross-Platform-Benchmark
31ce1e9f536e45d480da66ae69d99778e264ad7e
4ed4017401aa6f072059f0d7d61933500427895b
refs/heads/master
2021-10-08T14:23:10.479886
2018-12-13T06:44:29
2018-12-13T06:44:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,691
cpp
/* This file is part of OpenGL-Cross-Platform-Benchmark which is released under the MIT License. Copyright Stan Slupecki 2018 Go to https://misturdust319.github.io/OpenGL-Cross-Platform-Benchmark/ for full license details. */ #include <GLBenchmark/shapes.h> #include <vector> // using these objects // create...
[ "sslup@hermetikos.com" ]
sslup@hermetikos.com
21081b430aa51807140ffe7b2cbc95f5dc7db02d
cb9c91c777c85404c89a5168f50119493d0280c5
/tests/unsigned_map.cpp
94b45cf628304127f8852a6515eb3ed3b76a741c
[ "BSD-3-Clause" ]
permissive
p-groarke/fea_unsigned_map
dde1a574988e07d3fb458651a59e0b7719daa118
aab5ddeac7a71845a5f160bb69fc32e03cd281ee
refs/heads/master
2021-11-18T02:18:21.190488
2021-08-01T22:10:04
2021-08-01T22:10:04
199,511,416
3
0
BSD-3-Clause
2020-10-02T21:02:35
2019-07-29T19:03:20
C++
UTF-8
C++
false
false
8,916
cpp
#include <fea_unsigned_map/fea_unsigned_map.hpp> #include <gtest/gtest.h> #include <memory> #include <unordered_map> namespace { struct test { test() = default; ~test() = default; test(const test&) = default; test(test&&) = default; test& operator=(const test&) = default; test& operator=(test&&) = default; te...
[ "noreply@github.com" ]
p-groarke.noreply@github.com
52532e5e77f9a82050c69df7124a6c19adb4c1ee
72f2992a3659ff746ba5ce65362acbe85a918df9
/apps-src/apps/librose/unit_frame.cpp
8f06c7a17f25bdc4ff28f6cd901aaf5e0c8c9d78
[ "BSD-2-Clause" ]
permissive
chongtianfeiyu/Rose
4742f06ee9ecd55f9717ac6378084ccf8bb02a15
412175b57265ba2cda1e33dd2047a5a989246747
refs/heads/main
2023-05-23T14:03:08.095087
2021-06-19T13:23:58
2021-06-19T14:00:25
391,238,554
0
1
BSD-2-Clause
2021-07-31T02:39:25
2021-07-31T02:39:24
null
UTF-8
C++
false
false
17,077
cpp
/* $Id: unit_frame.cpp 47820 2010-12-05 18:08:51Z mordante $ */ /* Copyright (C) 2006 - 2010 by Jeremy Rosen <jeremy.rosen@enst-bretagne.fr> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundatio...
[ "service@leagor.com" ]
service@leagor.com
ee840cc26d4f18d6f5d3951ba6a76c380eb8d508
69e2689bcfc9c876595b742d12013657662a6f65
/Codigo/WEMOS/Capбtulo 10/MQTTReleTemperatura/MQTTReleTemperatura.ino
b53fe3c2b214ae9e769c5358af42c01b9e5a9e12
[]
no_license
Marcombo/Processing-interfaces-de-usuario-aplicaciones-de-vision-artificial-IoT-Arduino-ESP8266
91ea44a1a1cb66d49c6a2bae9bf9ecd1fdcdcd9a
e54960281f387de5d09b4005650d6ee872205a7b
refs/heads/main
2023-02-17T05:35:52.555093
2021-01-11T10:08:06
2021-01-11T10:08:06
328,616,518
1
3
null
null
null
null
UTF-8
C++
false
false
2,525
ino
#include <SimpleDHT.h> #include <ESP8266WiFi.h> #include <PubSubClient.h> const char* ssid = "*************"; // SSID de la red WIFI a la que desea conectarse const char* password = "*******************"; // contraseña de dicha red const char* mqtt_server = "test.mosquitto.org"; const char* tema = "marco...
[ "ferri.fc@gmail.com" ]
ferri.fc@gmail.com
49faf70bbeef6e7075e98a8e9b733a8c68289c57
f6858055f3f619400ba432ec3c2f2e585c244f83
/Source/ProjectOglowia/Private/CommonUtils.cpp
95c29ca440f476f22612f1bf2faa4691b467a295
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mrG7/peacenet-ue
87e2253bc5566f30061e2cf269b2dd3c59088a6b
a865ea26983dc2930b39a377745210b9d38e9936
refs/heads/master
2020-03-31T16:23:24.605729
2018-10-08T20:42:09
2018-10-08T20:42:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,156
cpp
// Copyright (c) 2018 The Peacenet & Alkaline Thunder. #include "CommonUtils.h" FText UCommonUtils::GetFriendlyFilesystemStatusCode(const EFilesystemStatusCode InStatusCode) { switch (InStatusCode) { case EFilesystemStatusCode::OK: return FText(); case EFilesystemStatusCode::DirectoryNotEmpty: return NSLOCTEX...
[ "31224503+TheFuzzyRiolu@users.noreply.github.com" ]
31224503+TheFuzzyRiolu@users.noreply.github.com
cbf191b4fc613a5a31ec9b9c6f2934fbb7a87e22
a453c287a016b1bb43163be667daa4a7b03c42f2
/main.cpp
7cf9b615eaec03acbd1555b439816e5f3c80af21
[]
no_license
kolisergej/parentheses
acc56b867efedaede25428f85994a2bcca9b7de9
399ed964edda61779d5e8a46a35f0ad552066e27
refs/heads/main
2023-03-13T23:11:56.921272
2021-03-07T13:13:43
2021-03-07T13:13:43
345,350,828
0
0
null
null
null
null
UTF-8
C++
false
false
5,162
cpp
#include <cassert> #include <iostream> #include <stack> #include <string> #include <unordered_set> #include <unordered_map> using namespace std; const string kInfinite{"Infinite"}; const unordered_map<char, char> kDict = { {'{', '}'}, {'(', ')'}, {'[', ']'} }; const unordered_set<char> kValues{'}', ')', '...
[ "kolisergej@yandex.ru" ]
kolisergej@yandex.ru
aba2db8b417c1c0aa04e272085db37056dcb3ed4
042983c6b28fd12d37652bc90390b0e59ee71c4d
/source/tools/new_triangulation/LinearAlgebra/SparseMatrix.ipp
bf7742ae6f3990f6730b4aa79dd996134f50980e
[]
no_license
cigarfish/latticeCollagen
26718aae8cb5a9c6ade428d1e6fd47abe3b71348
74ac165a2e63f8f0aa7501ce8c6568ac8a407d9e
refs/heads/master
2020-03-21T23:07:33.057342
2018-10-11T16:03:01
2018-10-11T16:03:01
139,167,691
0
0
null
null
null
null
UTF-8
C++
false
false
3,538
ipp
/* * SparseMatrix.tcc * * Created on: Oct 27, 2010 * Author: jagiella */ #include <stdlib.h> #include <stdio.h> #include <assert.h> //#include "Mathematix.h" #include "SparseMatrix.hpp" #ifndef NULL #define NULL 0 #endif template <class T> SparseMatrix<T>::SparseMatrix( int m, int n) { A = (SparseVecto...
[ "zhaojielingzjl@yahoo.com" ]
zhaojielingzjl@yahoo.com
72b19656e8a6959dbd15f273f3531a52203e599b
d7784cb9ce174ec5091d327b21ebcf4c6c507388
/yukicoder/349_352/349.cpp
82680ccd77b63f120194d7217da11346e8eb0f09
[]
no_license
mmxsrup/procon
3a349b10c852ad593ecedcdd1c9fdb93cb8d8f3b
af059cc3f6786db71f0077d1ec5d902171b9860a
refs/heads/master
2021-01-17T15:05:05.580007
2017-12-06T07:52:53
2017-12-06T07:52:53
84,103,106
0
0
null
null
null
null
UTF-8
C++
false
false
1,414
cpp
/* 一番多い者に着目すればいける */ #include <iostream> #include <string> #include <algorithm> #include <functional> #include <vector> #include <stack> #include <queue> #include <set> #include <bitset> #include <map> #include <cstdio> #include <cstdlib> #include <cstring> #include <cmath> using namespace std; typedef long long ll; t...
[ "mmxsrup@yahoo.co.jp" ]
mmxsrup@yahoo.co.jp
3e853920e96631cb90faf26277adcb7cbd5fbf4c
9889e7fd73314382fb2f9e8f63d92cf3254b75fb
/ThirdParty/NairnMPMFEA/Common/System/LinkedObject.hpp
9299a6cb0be0d35913ee273c7f8eaeeed6e1bdb0
[]
no_license
bbanerjee/ParSim
0b05f43cff8e878658dc179b4a604eabd873f594
87f87816b146f40013a5e6648dfe20f6d2d002bb
refs/heads/master
2023-04-27T11:30:36.252023
2023-04-13T22:04:50
2023-04-13T22:04:50
13,608,512
16
3
null
null
null
null
UTF-8
C++
false
false
607
hpp
/******************************************************************************** LinkedObject.hpp NairnFEA Created by John Nairn on 6/22/05. Copyright (c) 2005 John A. Nairn, All rights reserved. Dependencies none *******************************************************************************...
[ "b.banerjee.nz@gmail.com" ]
b.banerjee.nz@gmail.com
ae235273052a5ff7fbd3c765bf645fcb09c0e075
3435446327127f8dff815c1af5223f3d58c5243a
/Source/Voxel/VoxelHUD.h
ee41c18127eb81db645abfb8abd6e941ae658fa0
[]
no_license
azy2/UEVoxel
83b5d2b45fde3db26d89e3d27873a0b950e6d570
01869ede5d0d1e18cf448539f1e16a54248bef6b
refs/heads/master
2021-05-08T00:44:41.692418
2017-10-23T14:26:54
2017-10-23T14:26:54
107,699,590
1
0
null
null
null
null
UTF-8
C++
false
false
401
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GameFramework/HUD.h" #include "VoxelHUD.generated.h" UCLASS() class AVoxelHUD : public AHUD { GENERATED_BODY() public: AVoxelHUD(); /** Primary draw call for the HUD */ virtual void DrawHUD() override;...
[ "Ben Lambeth" ]
Ben Lambeth
ae20ea2e94bdd85b887e88ec150ed1058fbd2257
efc803ff1268ac0660b3357f68e7d36f2df6359b
/ConsolCommands.h
ac88e81b2e9256c7b0cb28f5b363be1ad9d6a64d
[]
no_license
OlegOliinyk/Student_test
7e9bddb842ad40aa4d77e8902864d30a1bac106d
698d3243b91adfd602bdc8ffddeacfe4d72a3e12
refs/heads/master
2023-08-19T04:28:33.735020
2021-10-01T18:18:47
2021-10-01T18:18:47
412,538,074
0
0
null
null
null
null
UTF-8
C++
false
false
189
h
#pragma once #include <iostream> #include <Windows.h> using namespace std; class ConsolCommands { protected: void cursorPosition(int x, int y); void stringCls(int x, int y, int n); };
[ "topufcmma@gmail.com" ]
topufcmma@gmail.com
60a862c9f4049304dec405447d1da4d23345255d
7c5343b302eda9b52e1c34723fc9578c893d8fcf
/Userland/Libraries/LibWeb/WebContentClient.h
15664fb8196b1170bf29e792705094ff4a024da2
[ "BSD-2-Clause" ]
permissive
1player/serenity
7ac6e70cf6616f27b7d2c658f4494d8113210852
b639bf64f283d4ffc8d6d8ccc44c599acd08683e
refs/heads/master
2023-05-13T06:35:09.138089
2021-06-09T22:28:59
2021-06-09T22:46:37
375,615,810
1
0
BSD-2-Clause
2021-06-10T07:52:11
2021-06-10T07:52:11
null
UTF-8
C++
false
false
2,821
h
/* * Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/HashMap.h> #include <LibIPC/ServerConnection.h> #include <LibWeb/Cookie/ParsedCookie.h> #include <WebContent/WebContentClientEndpoint.h> #include <WebContent/WebContentServerEn...
[ "kling@serenityos.org" ]
kling@serenityos.org
4d68711f36a2aa98a686188398cd19bad7294a26
f5cd4aa57470c77530f83ae0fdad58c9ceb865b4
/tests/core_tests/chain_split_1.h
87e0545e67ea52f3265220ed6476463b5d1dfcc6
[ "BSD-3-Clause" ]
permissive
weirdboy79/fonero
4ff23ddeb4b53cb8f4d5029e85b31ee07685648d
80d5aa64b4a7329222954d504e5d99e3fdd48159
refs/heads/master
2020-03-10T07:38:57.850114
2018-04-11T15:31:50
2018-04-11T15:31:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,120
h
// Copyright (c) 2017-2018, The Fonero Project. // Copyright (c) 2014-2017 The Fonero Project. // Portions Copyright (c) 2012-2013 The Cryptonote developers. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // ...
[ "dev@fonero.org" ]
dev@fonero.org
8fcd5b8e974b6e07b21891115ff4aa7b0a3ae2d7
4da239317dbe41bdfd2e1982d2564c12b5a757f4
/单一深度图/单一深度图/main.cpp
b9a7738f5936b0ec67ae513ffe755ec797d65d5b
[]
no_license
Vincent-2017/Kinect2.0
6433bc6913ded7e57a53e4c46da9668d479025a6
d1a921db58b4d3219bb3f4681931e1f8b7734115
refs/heads/master
2021-01-01T06:09:04.851453
2017-08-02T12:19:03
2017-08-02T12:19:03
97,370,573
3
1
null
null
null
null
GB18030
C++
false
false
2,328
cpp
#include <Kinect.h> //Kinect的头文件 #include <iostream> #include <opencv2\imgproc.hpp> //opencv头文件 #include <opencv2\calib3d.hpp> #include <opencv2\highgui.hpp> using namespace std; using namespace cv; //获得某点像素值 int get_pixel(Mat & img, Point pt) { int width = img.cols; //图片宽度 int height = img.rows; //图片宽...
[ "1156767986@qq.com" ]
1156767986@qq.com
58e61bfcc84e28cdbfcccf1fbfff6d23fd62587f
b02dfd153360607a5260c13e48b5a84a866c5353
/include/suic/Framework/Controls/Popup.h
f0f2b7e40f4388d81e52250b259812b685ee1828
[]
no_license
15831944/MPF
7fb54842612a91c4c05cb555c0b065512830f8c9
21e6169b5d1797dfbdfd46ff5a832221ba86b61e
refs/heads/master
2022-03-26T16:32:23.562737
2016-11-12T01:34:41
2016-11-12T01:34:41
null
0
0
null
null
null
null
GB18030
C++
false
false
5,754
h
// 华勤科技版权所有 2010-2011 // // 文件名:Popup.h // 功 能:实现标准的弹出窗口(无焦点)。 // // 作 者:MPF开发组 // 时 间:2010-07-02 // // ============================================================================ #ifndef _UIPOPUP_H_ #define _UIPOPUP_H_ #include <Framework/Controls/Content.h> namespace suic { enum PlacementMode { pmLeft,...
[ "china0851@foxmail.com" ]
china0851@foxmail.com
d7f1cee2bc24ce7af551c3cabea8ffc429f56e2d
01acd836f3788aba78e9eeb97fba171f0eaa0128
/1 restart/new3.cpp
d8e2e2b6707759c40d9ff8bea59e941ba57d9ae2
[]
no_license
bagilder/Nixie
ec170ee27584425806a054364323c82c92d62080
92bc18d2e535228f53f4ca8c690b4e9b36e15f34
refs/heads/master
2023-06-01T15:12:09.331828
2023-05-18T04:31:14
2023-05-18T04:31:14
122,246,237
0
0
null
null
null
null
UTF-8
C++
false
false
6,553
cpp
/* new3.cpp brian gilder did a thing 22dec2016 this is a new attempt to nixie clock it up, this time with 60% more ions. uses the time.h library and internal arduino oscillator */ /********** notes *********** **can implement interrupts to set seconds etc. although if we're using time.h, it doesn't really ** matter...
[ "bagilder@users.noreply.github.com" ]
bagilder@users.noreply.github.com
0a1e74e8d185b287c30444189af8ed161c547db7
6202711eb80913389c9b038952fb32f9b1eb0392
/src/database/kernels/xgemv/xgemv_6464.hpp
b380e4409c534a5fecb7e02815dc9325c48dc1d8
[ "Apache-2.0" ]
permissive
csicar/CLBlast
c6e982b5ad21a85bbc6d54bc0dc9579f140d5a9c
8e8607ec79108f7e50b5c4375db868dc3e8466e9
refs/heads/master
2023-06-30T05:44:28.754538
2021-07-31T01:03:43
2021-07-31T01:03:43
391,222,596
0
0
Apache-2.0
2021-07-31T01:00:38
2021-07-31T01:00:37
null
UTF-8
C++
false
false
8,423
hpp
// ================================================================================================= // This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. It // is auto-generated by the 'scripts/database/database.py' Python script. // // This file populates the database with be...
[ "web@cedricnugteren.nl" ]
web@cedricnugteren.nl
5bf6b19a2922734f0a0faa47c90bec422e42debc
0dfaf37e2a9e8be54e4a65971fe036f7dd3d1c63
/IO/IO.cpp
edb24668fb9c27f76e5df450afc1655c909f3437
[]
no_license
18292677162/C
bca08314dee9cd79f550fa41b5278d613fbc8924
f400e906169cd69e81b5517c939bc60ce94762d3
refs/heads/master
2021-07-24T21:26:24.226395
2020-04-17T16:00:51
2020-04-17T16:00:51
149,634,741
1
0
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include <iostream> #include <fstream> using namespace std; struct ServerInfo { char _ip[32]; // ip int _port; // 端口 }; struct ConfigManager { public: ConfigManager(const char* configfile = "server.config") :_configfile(configfile) {} void WriteBin(const ServerInfo& info) { ...
[ "2254095453@qq.com" ]
2254095453@qq.com
a46f7eed3f59928fb0c693cecca8a84bde0cb529
149b803d542a838dfa21c24fc533552224c63ce6
/AppView/IForm.cpp
6e0eb1aabf450fa5f06f05e6739f9ba30756efc1
[]
no_license
Elikyu/PROYECTO_DELI_BD
9de99d741b27649c669f9c63a9f9639ce6fcf25f
55dd1f745b1cf32d93c1ca908a87e3944134887b
refs/heads/master
2023-06-15T03:32:03.176090
2021-07-09T00:47:34
2021-07-09T00:47:34
383,346,730
0
0
null
null
null
null
UTF-8
C++
false
false
20
cpp
#include "IForm.h"
[ "elizabeth_taipe.1001142@hotmail.com" ]
elizabeth_taipe.1001142@hotmail.com
ef9f6f883092d303072536d9d8fdb3c04d82b219
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium/webkit/glue/media/simple_data_source.h
2c4075af7e7bc562b54f68327f9b5787d438e0e9
[ "BSD-3-Clause", "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
4,926
h
// Copyright (c) 2011 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. // An extremely simple implementation of DataSource that downloads the entire // media resource into memory before signaling that initialization has f...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
e584b5e809a452c9697a258cef48c427c1f493c4
8e5202116dda09b2b43b6a87ea61265ed78e9dcf
/rmf_traffic/thirdparty/fcl/include/fcl/math/motion/taylor_model/taylor_matrix.h
c26f5330982daa37fc511d09ffb9ea04c19a5f5e
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
CLOBOT-Co-Ltd/rmf_traffic
2391c465f9d20dbc646eb519a99df76fb5e81df0
f1432d8db96db9d69246e10f4c1fe3593f2ed069
refs/heads/main
2023-08-19T14:29:29.265096
2021-09-02T06:18:37
2021-09-02T06:18:37
404,172,946
2
0
Apache-2.0
2021-09-14T06:59:09
2021-09-08T01:29:17
null
UTF-8
C++
false
false
4,845
h
/* * Software License Agreement (BSD License) * * Copyright (c) 2011-2014, Willow Garage, Inc. * Copyright (c) 2014-2016, Open Source Robotics Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
[ "noreply@github.com" ]
CLOBOT-Co-Ltd.noreply@github.com
4e8f688d44131f4c063c4d0b1532f6c61199165e
444a9480bce2035565332d4d4654244c0b5cd47b
/research/cv/StackedHourglass/infer/mxbase/src/Hourglass.h
e7771d2e39a2e98c67eff0b5e9c69458ce2d7973
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
mindspore-ai/models
7ede9c6454e77e995e674628204e1c6e76bd7b27
eab643f51336dbf7d711f02d27e6516e5affee59
refs/heads/master
2023-07-20T01:49:34.614616
2023-07-17T11:43:18
2023-07-17T11:43:18
417,393,380
301
92
Apache-2.0
2023-05-17T11:22:28
2021-10-15T06:38:37
Python
UTF-8
C++
false
false
2,262
h
/* * Copyright 2022 Huawei Technologies 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 a...
[ "kangzhaoxiang2018@163.com" ]
kangzhaoxiang2018@163.com
e083faffa5a50f9c0fdf241159dd09658c7ddab4
76afe494ac58c7328bbaf149599b99a80916b4eb
/problems/1237-find-positive-integer-solution-for-a-given-equation/main.cpp
f8bd5f13d2af18113ac46add368a9142a68e3ea3
[]
no_license
sugyan/leetcode
0c75a1c3de8780f09f7ad89f494b6fc695f72751
51f4eda1d6cced76e9eda6110f5912850232ed79
refs/heads/master
2022-04-26T21:30:53.815814
2022-03-31T05:00:29
2022-03-31T05:00:31
178,538,668
12
1
null
2020-01-04T08:16:22
2019-03-30T09:31:57
C++
UTF-8
C++
false
false
1,688
cpp
#include <bits/stdc++.h> using namespace std; // This is the custom function interface. // You should not implement it, or speculate about its implementation class CustomFunction { public: // Returns f(x, y) for any given positive integers x and y. // Note that f(x, y) is increasing with respect to both x and...
[ "sugi1982@gmail.com" ]
sugi1982@gmail.com
8b8ecf5ec576bceb222d35fc12b17740618169d5
bdbcd846ebf368ed201fa532a09ee07e0a49d6d1
/10579.cpp
1e192186125352ce7730c99827a30b63a7975d07
[]
no_license
even-wei/uva-practice
06373ba5dd5df279020faf368fa3f88e5158bece
4cadf6a6102bf21bf6aad19ca787dd3eed2ecc9f
refs/heads/master
2022-03-27T03:19:35.906557
2020-01-14T09:01:00
2020-01-14T09:01:00
58,897,266
0
0
null
null
null
null
UTF-8
C++
false
false
1,246
cpp
#include <cstdio> #include <cstring> using namespace std; #define BASE 10000000000L struct elem { int len; long digit[102]; }; elem list[100000]; static inline void add(int x) { int i; memcpy(list + x, list + x - 1, sizeof(elem)); for (i = 0; i < list[x].len; ++i) list[x].digit[i] += ...
[ "shinycockorach@gmail.com" ]
shinycockorach@gmail.com
e3f0e0846d3cf50fb6aca5bd79bbf4ed5fa8570c
0bb3e9a3d01a9d9503f02bf214bf85932e77d821
/13991 - AdvanceNetwork/Random Early Detection/part3.cc
610a455b5a437ca9cc4e11f9896c7d0e2e3a3a2c
[]
no_license
soheilziaei/academic-projects
9e97333d69ee11fc9ba724e78657a19ff296ff48
b29e61625a7038217ffb0cf50cc21e74185ca775
refs/heads/main
2023-08-11T11:08:30.963292
2021-09-24T14:05:08
2021-09-24T14:05:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,266
cc
/** Network topology * * 100Mb/s, 0.5ms 100Mb/s, 0.5ms * n0---------------| |---------------n8 * | | * ...
[ "noreply@github.com" ]
soheilziaei.noreply@github.com
8598ed6b41eaf3672156933d315f600aef287b33
bcfa4542685ec72508b7f005f8cb910f497b7ef1
/src/menus/menu_main_info.h
23251d2902f1becfa2d65605c94e19aecccd04a3
[]
no_license
proconsule/pplay
207997b7bf729b2abd15f63880551712c9d52ddd
258428e3d703a208c3c0852a905144faacd3d7a6
refs/heads/master
2023-08-19T14:14:39.137188
2021-10-18T08:53:40
2021-10-18T08:53:40
414,898,630
0
0
null
null
null
null
UTF-8
C++
false
false
448
h
// // Created by proconsule on 12/10/21. // #ifndef PPLAY_MENU_MAIN_INFO_H #define PPLAY_MENU_MAIN_INFO_H #include "menu.h" class MenuMainInfo : public Menu { public: MenuMainInfo(Main *main, const c2d::FloatRect &rect, const std::vector<MenuItem> &items); private: bool onInput(c2d::Inpu...
[ "34319995+proconsule@users.noreply.github.com" ]
34319995+proconsule@users.noreply.github.com
84dcdf7c4dfbcdc7c98c163ce783039b0d8e92db
5b4da825e536f570a464ae9f5d7f377fc16e12b7
/externals/wasm-compiler/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
8c23a2465dd6328c542eaf26696675e44866b58c
[ "BSD-3-Clause", "Apache-2.0", "MIT", "NCSA" ]
permissive
JaminChan/eos_win
9ecb3fe7d1fbb52340e7b8df42b2d3d6695930a6
c03e57151cfe152d0d3120abb13226f4df74f37e
refs/heads/master
2020-03-24T20:38:49.539494
2018-09-06T10:13:16
2018-09-06T10:13:16
142,989,586
0
0
MIT
2018-09-04T06:49:10
2018-07-31T09:02:44
C++
UTF-8
C++
false
false
13,009
cpp
//===-- HexagonSubtarget.cpp - Hexagon Subtarget Information --------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "349683504@qq.com" ]
349683504@qq.com
caeb3de663872d3dcfe4204558c80b329dde2767
3bc3f080f46a6897c6d88f036c784c63b3673979
/src/mame/includes/gng.h
f50286d0c001b33ce4b142d267b21ca435e9f74f
[]
no_license
vikke/mame_0145
bec0f81aba918c8ca5579a13f72e3c8efc7d0065
e9b4636543b017c2a6cdd6cddeab4afc02740241
refs/heads/master
2021-07-04T03:00:14.861010
2021-06-02T10:07:17
2021-06-02T10:07:17
4,586,522
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
h
/************************************************************************* Ghosts'n Goblins *************************************************************************/ class gng_state : public driver_device { public: gng_state(const machine_config &mconfig, device_type type, const char *tag) : driver...
[ "vikke.bsd@gmail.com" ]
vikke.bsd@gmail.com
1a1b95059b8b1e1bc2e2c12081ff13998d292814
71cae6e39c666be24a1e5c55e110a15a0d65faed
/Max Sum k/max sum k/max sum k/main.cpp
a3b7fe9447188e3d853f64715149df47f3083377
[]
no_license
crazyjerryh/Practice
18bb7a885e7652ba867fbbe8cf844d56cf19eb29
e8862083d37066dac1a395c652e2f36793ab48e3
refs/heads/master
2021-01-18T13:57:26.490761
2015-10-29T14:08:45
2015-10-29T14:08:45
33,871,665
0
0
null
null
null
null
UTF-8
C++
false
false
995
cpp
#include <stdio.h> #include <memory.h> #include <string.h> #include <algorithm> using namespace std; #define maxn 100010 #define inf 0x3f3f3f3f int tcase; int a[maxn],q[maxn]; int sum[maxn]; int n,k; int main(void){ freopen("debug.txt","r",stdin); scanf("%d",&tcase); while(tcase--){ scanf("%d%d",&n,&k); for(int...
[ "maggiexxqhh@163.com" ]
maggiexxqhh@163.com
dea5960fc7a1f24955a3605f4d09651ba154c1fa
1b6b94ecbd7f8882ca0609c39bcfb09affc9bb77
/CH13/13-1.cpp
7e9104b9146363106adda29ae606a9eefe4dc367
[]
no_license
NLGRF/Course_Cpp
112bd9ed50e7d67b3a8c9b4627add0c8a46d65fe
6acd21aba9fce805bd530d1234554783f710ff3b
refs/heads/master
2020-03-21T05:46:16.328372
2018-06-21T14:11:33
2018-06-21T14:11:33
138,178,836
0
0
null
null
null
null
UTF-8
C++
false
false
1,057
cpp
#include <iostream> using namespace std; class Shape { protected: float width; float height; float radius; public: virtual float getArea() = 0; void setWH(float w,float h){ width = w; height = h; } void setR(float r){ radius = r; } }; class Rectangle: public Shape { pu...
[ "non.devtech@gmail.com" ]
non.devtech@gmail.com
64f5576a575e7cda0ddac9c481115cc4a7fc2adb
770ac2dd33e1a0c8030be06cfcb26a6d89a3f01f
/lab 11/prob1/main.cpp
ae8a9678d22d2ceabf608d0003d3c7bfb340b605
[]
no_license
yashvanjani/MA253-Data-Structures-Lab
837edcad40687dfb98c9ae60a1009fc8eea30a22
e2ab6d328a0089b5ade9118e4589f6e72037140a
refs/heads/master
2021-01-21T12:59:07.311927
2016-04-16T17:50:37
2016-04-16T17:50:37
54,201,834
0
0
null
null
null
null
UTF-8
C++
false
false
682
cpp
#include <iostream> #include "lis.h" using namespace std; int main(int argc, char *argv[]) { int n, *A, i,j; cout<<"Enter length of sequence\n"; cin>>n; A = new int[n]; cout<<"Enter "<<n<<" integers\n"; for(i=0;i<n;i++) cin>>A[i]; int m, *B; lis(n,A,m,B); if(argc>1) { cout<<"m = "<<m<<endl; for(i=0,j=0...
[ "yashvanjani@hotmail.com" ]
yashvanjani@hotmail.com
43cf64c14d9b7a8fc1def3bedade5a3b19b95f3e
1cbb1d2395055800942011b81a4629a59a342176
/CODE_dizzys/refreshDIZZYS_2015_10_23/lan2/dizzysNewInfec/src/adapSEIRNewInfec.cpp
3bf9c22671c17e4c1f9f5c41b6deb4a860adfd03
[]
no_license
ttcgiang/THESE_GitHub
e783f4de184b8abc350c740e9dab83c2c493c6b4
c13af9dfc6bfcb6270ec2fa1230dca5893ade185
refs/heads/master
2020-04-06T06:58:35.019224
2017-06-01T11:05:36
2017-06-01T11:05:36
38,418,770
0
0
null
null
null
null
UTF-8
C++
false
false
66,739
cpp
/* $Id: seir_adaptivetau.cpp$ Created by TRAN Thi Cam Giang -------------------------------------------------------------------------- Here, we model the SIR and SEIR models. This is a C++ implementation of the "adaptive tau-leaping" algorithm described by Cao Y, Gillespie DT, Petzold LR. The Journal of Chemical Phy...
[ "camgiang2010@gmail.com" ]
camgiang2010@gmail.com
357613a25d74c3c9c9dd16183bf63c85142ad481
042aca5678fde215ab1272573fd4aceb3aa95fa1
/ILJA/STARDICT/SD_SRC/INSTALL/INDLG.H
327fb2492970849d2e93c72fb9c4c0cf7cac3659
[]
no_license
bkmy43/stardict
738304d693e51c7c4f7d49ab66f923b22a9a7140
18583590d176d3b92efd331bde84293581c96175
refs/heads/master
2021-05-11T18:38:09.909266
2018-01-17T13:31:53
2018-01-17T13:31:53
117,832,577
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,222
h
/* **************************************************************************** INDLG.H v1.0 Содержит описания классов диалоговых окон для инсталлятора. Классы: TAskLangDialog. **************************************************************************** */ #if !...
[ "ilya.vladimirskiy@smartfrog.com" ]
ilya.vladimirskiy@smartfrog.com
fec7c40784fc8940385ad770320fdceb20111b2e
9d57c253f8a503170a0e9ac5d2a48b646048fb71
/K_King_s_Task.cpp
68029b0e8ba2579b7dad55924aabd0106c734cae
[]
no_license
tarundecipher/CompetitiveProgramming
4f2dfd3f77c2a1de0b56964650d5cad05e4258ab
466bdc6333ca2f14b3a8aef14063a1278523bb9c
refs/heads/master
2023-04-04T07:50:49.626690
2021-04-18T08:13:16
2021-04-18T08:13:16
359,052,986
0
0
null
null
null
null
UTF-8
C++
false
false
2,027
cpp
#include <bits/stdc++.h> #define ll long long int using namespace std; int check(int destination, int start, int n) { // cout << ind << endl; queue<pair<int, int>> q; q.push({start, 0}); bool visited[2 * n + 1]; memset(visited, false, sizeof(visited)); bool dist2[2 * n + 1]; // memset(dist2...
[ "tarunyadav83333@gmail.com" ]
tarunyadav83333@gmail.com
b62189209b0beab30a79974c1182dc8d34bcac6d
5722258ec3ce781cd5ec13e125d71064a67c41d4
/java/nio/file/WatchEvent_ModifierProxy.cpp
eea694761d44be49982943ca32c4d40c013375cd
[]
no_license
ISTE-SQA/HamsterJNIPP
7312ef3e37c157b8656aa10f122cbdb510d53c2f
b29096d0baa9d93ec0aa21391b5a11b154928940
refs/heads/master
2022-03-19T11:27:03.765328
2019-10-24T15:06:26
2019-10-24T15:06:26
216,854,309
1
0
null
null
null
null
UTF-8
C++
false
false
1,694
cpp
#include "net/sourceforge/jnipp/JNIEnvHelper.h" #include "WatchEvent_ModifierProxy.h" // includes for parameter and return type proxy classes using namespace net::sourceforge::jnipp; using namespace java::nio::file; std::string WatchEvent_ModifierProxy::className = "java/nio/file/WatchEvent$Modifier"; jclass WatchE...
[ "steffen.becker@informatik.uni-stuttgart.de" ]
steffen.becker@informatik.uni-stuttgart.de
d0a9d6ac594b1e49686dcfb002f33d7d3c266b1c
66d59c42fc88270bed4ce6ab18e7b6b573b4cf1a
/264 ugly number II/main.cpp
b17408c24db71622eebe81e4de8bf486b8293cd3
[]
no_license
bluebambu/Leetcode_cpp
0e749322c5081ee6b61191931c853ab0ce9094f9
7a21e391d7a6bde4c202e46047880c30195bb023
refs/heads/master
2022-05-28T13:11:06.991523
2020-05-03T00:36:13
2020-05-03T00:36:13
260,799,312
0
0
null
null
null
null
UTF-8
C++
false
false
1,373
cpp
#include <iostream> #include <stdlib.h> #include <math.h> #include <list> #include <vector> #include <algorithm> // std::for_each #include <unordered_map> #include <queue> #include <stack> using namespace std; inline int exchg(int &a, int &b) {int c=a; a=b; b=c;} inline int log2(int N){return log10(N)/log10(2);} ...
[ "electricitymouse@gmail.com" ]
electricitymouse@gmail.com
9bb543a0e2b04f0a002bf8eb386df4512ed94425
0065cefdd3a4f163e92c6499c4f36feb584d99b7
/rogue/cheat/sdk/SDK/SlateCore_structs.h
69e2d64601384e4017517a377e6cdfebef158b32
[]
no_license
YMY1666527646/Rogue_Company_hack
ecd8461fc6b25a0adca1a6ef09ee57e59181bc84
2a19c81c5bf25b6e245084c073ad7af895a696e4
refs/heads/main
2023-08-20T06:07:14.660871
2021-10-21T20:33:53
2021-10-21T20:33:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
64,208
h
#pragma once // Name: roguecompany, Version: 425 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Enums //---------------------------------------------------------...
[ "51001754+dmitrysolovev@users.noreply.github.com" ]
51001754+dmitrysolovev@users.noreply.github.com
65bc2c401065fd7070888ce56f69bce85e27def2
588e257bcb02727829239d308fe2decbb016e184
/addons/ofxImGui/src/Gui.h
9cb84c7d4422969d767335e4cfd9197befc2de0f
[]
no_license
museumsvictoria/EnergeticVibrationsProjectionMapping
1be0d463371cf3dcfe2129ae831b2ab1458cab77
2ea7e65bd2bd186b101ac2c5c1d9d9c8dec41217
refs/heads/master
2021-03-19T06:26:41.752386
2018-04-28T09:39:39
2018-04-28T09:39:39
102,068,860
9
0
null
null
null
null
UTF-8
C++
false
false
709
h
#pragma once #include "ofImage.h" #include "ofPixels.h" #include "ofTexture.h" #include "BaseEngine.h" #include "BaseTheme.h" namespace ofxImGui { class Gui { public: Gui(); ~Gui(); void setup(BaseTheme* theme = nullptr); void begin(); void end(); void close(); BaseEngine* engine; float lastTime...
[ "joshpbatty@gmail.com" ]
joshpbatty@gmail.com
d8a216571108388ba15a8b35796a1f409d023812
f01a504c3d3b373d8dc3343a7d4167c122dee740
/rogue/spriteaistate.h
ae6a2affc8dd9877be1845e19d4787daa91f9a80
[ "BSD-3-Clause" ]
permissive
zork9/rogue
ac011884f3c5fae78e827915172f8ec79136fa69
b6fa9497e9a09636b4c91840c1248e0912a2014f
refs/heads/master
2016-09-05T13:39:55.067991
2015-04-29T08:41:04
2015-04-29T08:41:04
34,675,438
0
0
null
null
null
null
UTF-8
C++
false
false
431
h
#ifndef _SPRITE_AI_STATE_H_ #define _SPRITE_AI_STATE_H_ class SpriteState; class SpriteAIState { public: SpriteAIState(); ~SpriteAIState(); virtual void moving(SpriteAIState*); virtual void nothing(SpriteAIState*); virtual void attacking(SpriteAIState*); virtual void running(SpriteAIState*); protecte...
[ "goon@thangorodrim.imp.net" ]
goon@thangorodrim.imp.net
a0a0fce027e795d85b228941f2cb8b87c6a60673
c29b2bbeca1c84d205c5306da107e94f09acd0a2
/include/magicpenguin.h
6a3498736d41f3ddb3acb0315556b0b2939c7d88
[ "LicenseRef-scancode-mulanpsl-1.0-en", "MulanPSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
feiyangqingyun/qucsdk
e5131db5e9c8241a8c467d3710f42d69c3415274
23b854d7214371a0055aaf5593bb5501f1bb26f8
refs/heads/master
2023-07-18T12:40:33.738727
2023-07-15T01:33:28
2023-07-15T01:33:28
214,094,389
527
199
null
null
null
null
UTF-8
C++
false
false
2,065
h
#ifndef MAGICPENGUIN_H #define MAGICPENGUIN_H /** * 魔幻企鹅 作者:feiyangqingyun(QQ:517216493) 2021-08-06 * 1. 可设置企鹅身体部位的各种颜色。 * 2. 可设置基准颜色应用所有。 */ #include <QWidget> #ifdef quc class Q_DECL_EXPORT MagicPenguin : public QWidget #else class MagicPenguin : public QWidget #endif { Q_OBJECT public: explicit Magi...
[ "feiyangqingyun@163.com" ]
feiyangqingyun@163.com
4bfdbbb8d66ccee2017934f56b14b4000fcfaa8f
5b50ab2701473189df078726981338ddf078d672
/Trie.h
b91a8cbcf6ed9d2c04c2cf5ac27256baf7cfbeff
[]
no_license
jacob14916/genomics
e8d3377b75aa324ff1e75990cb0d3d646ba6b25a
fe769b8b54ca46ed5f2ad247b4f11531e14fa9f0
refs/heads/master
2020-04-27T11:05:28.821491
2019-03-15T05:58:46
2019-03-15T05:58:46
174,282,577
0
0
null
null
null
null
UTF-8
C++
false
false
3,899
h
#ifndef TRIE_INCLUDED #define TRIE_INCLUDED #include <string> #include <vector> #include <list> #include <iostream> using namespace std; template<typename ValueType> class Trie { public: Trie() { Node* rt = new Node; root = rt; } ~Trie() { deleteNodeAndAllChildren(root); } ...
[ "jacob14916@users.noreply.github.com" ]
jacob14916@users.noreply.github.com
503584e477c1f2287f115f7a0ee5394074d4529f
64a1533f4541b76181cd6d3cec3b28876c969250
/LADS/Storeman/DiscardPrologue.h
19612cfcab6636d7110b85dd16343b388d2a69e2
[]
no_license
drkvogel/retrasst
df1db3330115f6e2eea7afdb869e070a28c1cae8
ee952fe39cf1a00998b00a09ca361fc7c83fa336
refs/heads/master
2020-05-16T22:53:26.565996
2014-08-01T16:52:16
2014-08-01T16:52:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
901
h
#ifndef DiscardPrologueH #define DiscardPrologueH #include <Classes.hpp> #include <Controls.hpp> #include <ExtCtrls.hpp> #include <StdCtrls.hpp> #include <string> #include "DiscardContext.h" class TfrmDiscardPrologue : public TForm { __published: // IDE-managed Components TButton *btnOK; TButton *bt...
[ "chrisjbird@gmail.com" ]
chrisjbird@gmail.com
20eeff5fee0f6d39926bab57ad1db0dadef2589a
f3121907c593d83c8738e44ac13ccf6af87b02b2
/jelly_bird/app/src/main/cpp/jellybird/engine/core/src/game/ui/view/View.cpp
4c8b38e69aeb1264a13c95e000d54f5cc53e12a8
[ "Apache-2.0" ]
permissive
xavierfebrer/jelly_bird
044a3c982d7a4e6b54dcfddb14a42ba00d4a0591
2feea9007100366a76990ffd839e521acaf924fc
refs/heads/master
2021-06-26T20:05:16.229647
2020-10-19T21:15:59
2020-10-19T21:15:59
168,494,217
0
0
null
null
null
null
UTF-8
C++
false
false
37
cpp
#include "../../../../include/View.h"
[ "xavierfebrer@gmail.com" ]
xavierfebrer@gmail.com
8e4c0d4294df29f5caee21d5b4a854052565a0ec
ef432f1b63535630ba472d82e40b0ff216cb517a
/NFS2Prog.cpp
f5770be889c1364abdccfc72b4b139ba3438e8a4
[]
no_license
noodle1983/winnfsd-nd
53e258f9b85d65e0c20cbfece4f22e19fb8d257f
c49277be0ad013d408898320dd2bcc456199f373
refs/heads/master
2016-09-06T02:50:16.568622
2010-08-14T10:10:53
2010-08-14T10:10:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,149
cpp
#include "NFSProg.h" #include "FileTable.h" #include <string.h> #include <io.h> #include <direct.h> #include <sys/stat.h> #include <windows.h> enum { NFSPROC_NULL = 0, NFSPROC_GETATTR = 1, NFSPROC_SETATTR = 2, NFSPROC_ROOT = 3, NFSPROC_LOOKUP = 4, NFSPROC_READLINK = 5, NFSPROC_READ = 6, NFSPRO...
[ "noodle1983@126.com" ]
noodle1983@126.com
1d3a402d63d843f087e99664cab9b05a48e026a6
1a1a4fa7baf5c4773eb14f6d88725d9847c704b1
/gfeSounds_006.cpp
cbca5c02b2ca2fe9c3f3c60d8bf01ff02ba1a002
[ "MIT" ]
permissive
gfreundl/GTX328
b65dd9b4e0100fd9354dba4282d0dcfb9a80c433
87b183ed68b7e31f83cee260700776d822a106e2
refs/heads/master
2021-06-15T11:18:46.305927
2021-05-28T10:01:21
2021-05-28T10:01:21
202,541,156
0
1
null
2019-08-15T14:04:24
2019-08-15T12:55:34
C++
UTF-8
C++
false
false
60,202
cpp
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <Windows.h> #include <math.h> #include <time.h> #include "XPLMUtilities.h" #include "XPLMDataAccess.h" #include "XPLMProcessing.h" #include "XPLMPlugin.h" //OpenAL #include <al.h> #include <alc.h> /* 001 creates an authentic fuel pump sound for ...
[ "gfreundl@arri.de" ]
gfreundl@arri.de
67486a8938253037c1dd4f720782b6625bb30bd3
f089ab62d8a6fd4d613b66cc6ea1e86fec2b8826
/src/mvs/mat.h
306c08fcec6dcaf21e74b56a5be9b131f8ecb3ae
[ "BSD-3-Clause" ]
permissive
tsattler/colmap
7653c4838db23749ef20d8fe873d51500b0dc70d
38f1e96891a9f2770f84769350c3ebb496f44399
refs/heads/master
2021-07-13T05:23:28.280242
2019-03-03T16:06:56
2019-03-03T16:06:56
69,578,709
2
1
NOASSERTION
2023-09-05T08:30:59
2016-09-29T15:02:16
C
UTF-8
C++
false
false
5,763
h
// Copyright (c) 2018, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
[ "jsch@demuc.de" ]
jsch@demuc.de