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
e9b191b84fcea5919bacfc53a2db43c1feab7f15
46eb609f59289b65b9480d7b1e2c482f416bb355
/Backup/Assignment_3/main.cpp
64e864700b158aea18bc093a0517cdca28f1ad9d
[]
no_license
sivagirish81/Algorithms
af15be52db79ba7fb2dd687ed7ebc14686c74b19
03f64ba8c93da8f29cb08dc36f00c5e8124529e7
refs/heads/master
2021-07-12T20:05:51.202204
2020-05-22T07:42:09
2020-05-22T07:42:09
134,872,524
0
0
null
null
null
null
UTF-8
C++
false
false
214
cpp
#include <iostream> #include "suffixes_data_structure_implementation.cpp" int main() { suffixes_data_structure_implementation Suffix_Tree; vector<string> q = {"ababa","cjpdq"}; Suffix_Tree.build(q); }
[ "sivagirish81@gmail.com" ]
sivagirish81@gmail.com
518dc0e3fb5d3f1974a6817fa47fd3536a9044e7
431f1e3c3faa58cb84ec4973823597e1d92f9d92
/RayTracing/RayTracing/BSPTree.cpp
def7b5100adf8eaa901f761254e8247a41f5e9bf
[]
no_license
DengzhiLiu/CG
d83d89ae9fc357e8292eba3057ad960bd3420a9c
deccfd7cda546ab2fefa4a2199ff4968a7f6d255
refs/heads/master
2021-01-16T19:20:46.775694
2015-04-11T09:02:22
2015-04-11T09:02:22
33,616,167
1
0
null
null
null
null
GB18030
C++
false
false
8,781
cpp
#include "BSPTree.h" #include "Material.h" #include "Triangle.h" BSPTree::BSPTree() { minnum = 8; maxdepth = 10; } BSPTree::~BSPTree(void) { } // 判断一点是否在网格内 inline bool BSPTree::IsInBox(Point pos, Point Bmin, Point Bmax) { if (pos.X() < Bmin.X() || pos.X() > Bmax.X()) return false; if (pos.Y() < Bmin.Y() || po...
[ "dengzhiliu@aliyun.com" ]
dengzhiliu@aliyun.com
f295bd66006bb6bbaffb1bead51ae799a9096339
02f6df7cf14f2daa595d8a75884a3bc60f0d7e80
/UWP/WSAPlayer/Il2CppOutputProject/Source/il2cppOutput/Il2CppComCallableWrappers11.cpp
d1ed92520c35890a189f417648c29674ce4c98c7
[]
no_license
mosuem/knotportal
76f5ff5aa3f51bc41c8775985d4b1f9e3738fce9
3b511ac41459d50952c2c945f9fa946b94990a77
refs/heads/master
2023-01-21T04:07:10.546350
2020-11-18T06:48:39
2020-11-18T06:48:39
255,315,642
2
0
null
null
null
null
UTF-8
C++
false
false
1,933,565
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "vm/CachedCCWBase.h" #include "os/Unity/UnityPlatformConfigure.h" #include "il2cpp-object-internals.h" // Microsoft.MixedReality.Toolkit.Utilities.Ba...
[ "moritz.suemmermann@uni-koeln.de" ]
moritz.suemmermann@uni-koeln.de
86dc5c45dc9bc80bc0a9a5bd4f480e5eeb11d1d4
a3a942e6839b05b0e0032cc7245e64f5646751af
/re20_3_forCarson/processor7/0/U
becaac2fe8a4c6a5b71345e17f0c5c4661d42e78
[]
no_license
carsumptive/OF-2
8826dc120b8a1f6b9fbd70e47cda6976f80d6ca7
dfb46ab301dfded517b579cb59df02df14bcfd2f
refs/heads/main
2023-04-08T18:45:15.811682
2021-04-08T14:51:19
2021-04-08T14:51:19
355,948,191
0
0
null
null
null
null
UTF-8
C++
false
false
1,534
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "carsonlansdowne@gmail.com" ]
carsonlansdowne@gmail.com
2a37a4921a8d0905383eb11fd8883490a0247bdd
40dd0b39b58e60d9a658aceba8959b3f22738b36
/Serialize/Serialize/main.cpp
fea25d449c5c734a08b8e5c1bc380f25c537509a
[]
no_license
endaye/gam490-pa2
0b6678cd4d90fbcb06f2d9037fcbe01f2a4bba4b
00f7b2b4df03df451d4dbb5a1ef779e8368efa4f
refs/heads/master
2016-08-11T07:54:00.088609
2016-04-10T20:12:13
2016-04-10T20:12:13
55,856,081
0
0
null
null
null
null
UTF-8
C++
false
false
523
cpp
//--------------------------------------------------------------------------- // HEADER FILES: //--------------------------------------------------------------------------- #include "UnitTest.h" //--------------------------------------------------------------------------- // MAIN METHOD: //--------------------------...
[ "old.far.hot@gmail.com" ]
old.far.hot@gmail.com
c05b24e77e61f9fd9082e33fd246cd954dbd2bf3
f739df1f252d7c961ed881be3b8babaf62ff4170
/softs/SCADAsoft/5.3.2/ACE_Wrappers/TAO/orbsvcs/orbsvcs/Event_ForwarderC.h
b8a0949b38f48d76981b29e0f0744ff1c2b9e608
[]
no_license
billpwchan/SCADA-nsl
739484691c95181b262041daa90669d108c54234
1287edcd38b2685a675f1261884f1035f7f288db
refs/heads/master
2023-04-30T09:15:49.104944
2021-01-10T21:53:10
2021-01-10T21:53:10
328,486,982
0
0
null
2023-04-22T07:10:56
2021-01-10T21:53:19
C++
UTF-8
C++
false
false
15,780
h
// -*- C++ -*- // // $Id$ // **** Code generated by the The ACE ORB (TAO) IDL Compiler v1.6a_p10 **** // TAO and the TAO IDL Compiler have been developed by: // Center for Distributed Object Computing // Washington University // St. Louis, MO // USA // http://www.cs.wustl.edu/~schmidt/do...
[ "billpwchan@hotmail.com" ]
billpwchan@hotmail.com
e9830208992ff0bea0e671f28aad76cc0cdfc6c3
87f6f18984f729ecc59ed320bfaf93790719a1f7
/src/hardware/timer.cpp
df87c283fe9f066554165b17aae6469980e37274
[]
no_license
k-ishigaki/motordriver2018
ca2dddfeacf98315873ab5f7b9f43f813a635403
160e29f3f8c46af2afe77a9e4fb963936f26eec9
refs/heads/master
2020-03-27T08:08:27.617422
2019-11-07T12:47:41
2019-11-07T12:47:41
146,223,739
0
0
null
null
null
null
UTF-8
C++
false
false
2,657
cpp
#include "timer.hpp" #include "../device/timer.hpp" #include "hardware.hpp" using namespace device::timer; namespace ht = hardware::timer; namespace ht2 = hardware::timer2; template<class T> class Timer_ : public Timer { using regs = timer_t<T::offset>; public: static Timer_<T>& getInstance(const ht::...
[ "k-ishigaki@frontier.hokudai.ac.jp" ]
k-ishigaki@frontier.hokudai.ac.jp
2cd6a1adcca9fd7caa250ecdd54b96bc927f3988
df9d3bc42611d4e4464f9c9a68608550373be7de
/src/rpcdump.cpp
97dec4bbbc7418209307f9d091df3c685b8c7b3d
[ "MIT" ]
permissive
peakcoin-project/Peakcoin
5e7fd294b92f7586b4a42f566fa0d067de95b9be
89435e9f256c92a08a550f9da26d4e3849b325be
refs/heads/master
2016-09-11T22:42:05.892149
2016-05-23T10:59:49
2016-05-23T10:59:49
40,814,625
0
0
null
null
null
null
UTF-8
C++
false
false
3,004
cpp
// Copyright (c) 2009-2014 Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "init.h" // for pwalletMain #include "bitcoinrpc.h" #include "ui_interface.h" #include "base58.h" #include <boost/lexica...
[ "info@peakcoin.org" ]
info@peakcoin.org
405ebcf0a0e748cb3e13437817f1dadda9d7a518
2b68fba58e493b38d80de9c4af9f9a0b40c286d9
/Game.cpp
39ee3ec01dc580898494a5f370a6d53a62b54ea8
[]
no_license
motumotu/gyaruge
e5545db7fe900b4fc46c12c795f8b76798273694
3d403613fc333753fa8b65f2e6651f48dcd55340
refs/heads/master
2021-01-10T06:08:08.891463
2015-11-20T15:47:20
2015-11-20T15:47:20
46,569,453
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,253
cpp
//----------------------------------------------------------- // Game.cpp // ゲーム中心部 // 制作日 2015.04.05 // 制作者 motumotu //----------------------------------------------------------- #include "Game.h" //----------------------------------------------------------- // コンストラクタ //------------------------------------...
[ "s13t270@stmail.eng.kagawa-u.ac.jp" ]
s13t270@stmail.eng.kagawa-u.ac.jp
4624dceb313105f55bdf3729d3c2ac36834583b2
860ba53e293246322771ab6ad47f45ef57672c9e
/source/gui/library/QColorRampEditor/qcolorrampeditor.h
e45ac68bff82ac55370def2c69553af64723991a
[]
no_license
tHeBeStXu/QColorRampSlider
808f60ee6529eab7ff590310e22325f08541dcea
e7d9163dfed7561d4fe389c290b37a2eea3e77eb
refs/heads/master
2023-03-25T05:03:32.815636
2013-12-29T14:18:49
2013-12-29T14:18:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,479
h
/**************************************************************************** ** ** Copyright (c) 2012 Richard Steffen and/or its subsidiary(-ies). ** All rights reserved. ** Contact: rsteffen@messbild.de, rsteffen@uni-bonn.de ** ** QColorRampEditor is free to use unter the terms of the LGPL 2.1 License in ** Fr...
[ "jjalageas@yahoo.com" ]
jjalageas@yahoo.com
2459bb5562099b8625fc46ab69fbe8e258d6f1d5
eefebad53ed8573d5a0ac95d0b04e1ed91c837db
/lib/Blynk/src/BlynkSimpleEsp8266.h
a61552dc79f4f43a84374d5f7a676e742a2ec1dc
[ "Apache-2.0", "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
Firemanpl/ws2812b-automatic-on-lights
ce8d6abc4be0229adf691e10d75742540839df22
03c12826ed185d6cdb4d9e412e6a641856409451
refs/heads/master
2022-09-17T08:42:02.647738
2020-05-29T19:45:30
2020-05-29T19:45:30
258,451,299
5
2
Apache-2.0
2020-05-13T15:03:16
2020-04-24T08:22:58
C++
UTF-8
C++
false
false
2,782
h
/** * @file BlynkSimpleEsp8266.h * @author Volodymyr Shymanskyy * @license This project is released under the MIT License (MIT) * @copyright Copyright (c) 2015 Volodymyr Shymanskyy * @date Jan 2015 * @brief * */ #ifndef BlynkSimpleEsp8266_h #define BlynkSimpleEsp8266_h #ifndef...
[ "kamils1234567@gmail.com" ]
kamils1234567@gmail.com
003247fe7eb7edd3aeba53da30beacc13cd90394
53fc87233b98649747082449ac55169316f57ca7
/Eigen/Matrix Sınıfı/atamaVeResize/Eigen/Eigen.cpp
4c448ee9245252fca8e73b672c292b6fb0103d12
[]
no_license
okaandmrl/Modern_Cpp_WebSite
61446de43a8d4342d530d2ad1b45317e57559ed5
04539b096bf7d39e2c9b4dd11cacc1e0cd012400
refs/heads/master
2020-07-06T23:15:07.820336
2019-07-17T11:05:55
2019-07-17T11:05:55
203,168,738
0
0
null
2019-08-19T12:31:03
2019-08-19T12:31:02
null
UTF-8
C++
false
false
404
cpp
// Eigen.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <Eigen> #include <iostream> using namespace Eigen; using namespace std; int main() { MatrixXf a(2, 2); cout << "a matrisinin boyutu: " << a.rows() << "x" << a.cols() << endl; MatrixXf b(3, 3); a = b; cout << "a m...
[ "farukcansoray@gmail.com" ]
farukcansoray@gmail.com
2b8e1a813b31e99d967b58d1eeb987b4a8677197
390f357fec98ab6c886ee504f27e7127869c419b
/c++类.cpp
ef01d822098b7844743d877f22343471d3187c99
[]
no_license
baibaixue/acm
696f9aa948465166c75fadba28851f7028ab00e1
07cac352d8dc23c2e3cf0b84f65fda6afbf3707e
refs/heads/master
2021-07-04T07:51:37.380678
2020-11-06T15:00:14
2020-11-06T15:00:14
195,429,206
0
0
null
null
null
null
GB18030
C++
false
false
4,345
cpp
#include<cstdio> #include<iostream> using namespace std; const int month_day[13]={0,31,28,31,30,31,30,31,31,30,31,30,31};//常量数组 class Date{ public: Date(){//无参数的构造函数 year=2007; month=1; day=1; } Date(int y,int m,int d){//函数重载 有参数的构造函数 year=y; month=m; day=d; } void set_time(){//读入用户数据 ...
[ "52575446+baibaixue@users.noreply.github.com" ]
52575446+baibaixue@users.noreply.github.com
407fedd826b19ce15b3643520224e40dd757ff2f
6dcc896b27c8e425f30ebaf891fdd5270647cb14
/src/vsg/viewer/EllipsoidModel.cpp
913dec8769a14638fc072a31b721ea237e4aa31c
[ "MIT" ]
permissive
kallr/VulkanSceneGraph
60f8f3e3b734f019e2449d7434eb44cabf0139a7
1f64f315f4148210604a4282e643a260bb4127c9
refs/heads/master
2022-06-17T21:55:16.569172
2020-05-07T13:53:01
2020-05-07T13:53:01
262,469,895
1
0
null
2020-05-09T02:15:04
2020-05-09T02:15:04
null
UTF-8
C++
false
false
5,500
cpp
/* <editor-fold desc="MIT License"> Copyright(c) 2018 Robert Osfield 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, mod...
[ "robert@openscenegraph.com" ]
robert@openscenegraph.com
a055c58a300cb0f391df287e32c788a56bbdb17d
6a16cfe00d6eab2cd4903642637a77ccf33f149d
/MyVlc/.svn/pristine/db/db78a7c108dc01ade5916e68225ca56a2aa9c2e2.svn-base
65e49c9e7e0db38404c65e0bdff9c0dbdc82c7b5
[]
no_license
yzx0308/2018-9-6-_Test
f8d367ac3158df22909e7f6afca51c41fcb0d22f
799cf74126032f0d84e3f4adbc69bec7de2f8da5
refs/heads/master
2020-03-28T03:27:22.065434
2018-09-06T10:16:38
2018-09-06T10:16:38
147,646,629
0
0
null
null
null
null
UTF-8
C++
false
false
789
#ifndef SHOWPIC_H #define SHOWPIC_H #include <QThread> #include <QImage> #include <QString> #include <QDateTime> #include <QTime> #include <QTimer> #include <QDir> #include "myvlc.h" class ShowPic : public QThread { Q_OBJECT public: explicit ShowPic(QObject *parent = 0, quint32 Hz = 0); ~ShowPic(); ...
[ "zexingy@126.com" ]
zexingy@126.com
dbe97659c14e5facf5f0e03001e258135bd15c5e
80ebe41d667deb94da96585525e4b4f4638476cd
/BattleCityApp/BattleCityApp/control_tanks.cpp
f55fd89e3df9bacb1a8a070480b138a2dd755a98
[]
no_license
HelgeID/BattleCityApp
0a1f6a4ff4ebc00424923eaf843ecfadd291d215
c9d74b1a6816d031ffd55c93410eb91ccc5a66e6
refs/heads/master
2020-06-28T22:41:40.067080
2019-07-31T08:00:00
2019-10-13T20:19:27
199,274,849
0
0
null
null
null
null
UTF-8
C++
false
false
11,176
cpp
//FINAL #include "field.h" #include "general.hpp" #include <time.h> int CONTROL_NUMBER_CURRENT_TANKS(GameField* gField) { int counter_tanks(0); for (auto it = gField->tank.begin(); it != gField->tank.end(); ++it) if (it->isTank()) counter_tanks = counter_tanks + 1; return counter_tanks; } bool CONTROL_Collis...
[ "helgeguley@gmail.com" ]
helgeguley@gmail.com
4e6d5bb11b4e078c89379beff630685f763eca27
d83ceeafd709e03577d0ed5f996719128b621223
/Baekjoon/Baekjoon/15786_Send_me_the_money.cpp
cefd2f8d02a73fc5b640136fd897af02cea3d5a3
[]
no_license
hyunynim/Algorithm_Study
58b56457e48471dfc3a6de2a758534babfffe4c0
1112a57ef95344b66f8313464f5fde428bb5bc3d
refs/heads/master
2021-10-18T16:20:25.524826
2019-01-15T08:39:32
2019-01-15T08:39:32
125,656,431
0
0
null
null
null
null
UTF-8
C++
false
false
409
cpp
#include<cstdio> int main() { int n, m; char msg[2][1123]; scanf("%d %d", &n, &m); scanf("%s", msg[0]); for (int i = 0; i < m; ++i) { scanf("%s", msg[1]); int j = 0, k = 0; while (msg[0][j] != '\0' && msg[1][k] != '\0') { if (msg[0][j] == msg[1][k]) ++j; ++k; } if ((msg[0][j] == '\0' && msg[0]...
[ "hyunynim1@naver.com" ]
hyunynim1@naver.com
16a3b08a76ca9b9a405bbe5fa09c53d3f93515d9
4028ea6384ce6805c1c97c84bbc8c61421ccf2d2
/src/plugins/mcdl/mcdllineformat.cpp
1a8884bbab52e822378271c9873f96f46ff337bd
[ "BSD-3-Clause" ]
permissive
armando-2011/chemkit
4a185978e13b51b3cac9a7420468f324f2047cc2
909b26821c6d9d52ceb7f09f423c5c9136e5f55c
refs/heads/master
2021-01-18T00:45:36.955340
2011-10-13T22:53:34
2011-10-13T22:53:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,700
cpp
/****************************************************************************** ** ** Copyright (C) 2009-2011 Kyle Lutz <kyle.r.lutz@gmail.com> ** All rights reserved. ** ** This file is a part of the chemkit project. For more information ** see <http://www.chemkit.org>. ** ** Redistribution and use in source and binar...
[ "kyle.r.lutz@gmail.com" ]
kyle.r.lutz@gmail.com
5a9655798762b8f383db15c37761f4ca9ed6a7bb
0b3f5eea6c5cf7ee1e87c5d59f1d8cf97caa6853
/include/util/safebuf.h
ef520658dff88dca304200289f64f173deca239c
[]
no_license
jonghunDB/SciDB
fc04533c9eddd00bcf10ea83b2d0838637daa518
20ec3b7785e8e7b149c9b9876c240ab135eed068
refs/heads/master
2020-05-07T06:12:21.093476
2019-04-17T10:28:07
2019-04-17T10:28:07
180,303,383
0
0
null
null
null
null
UTF-8
C++
false
false
4,038
h
/* ** * BEGIN_COPYRIGHT * * Copyright (C) 2017-2018 SciDB, Inc. * All Rights Reserved. * * SciDB is free software: you can redistribute it and/or modify * it under the terms of the AFFERO GNU General Public License as published by * the Free Software Foundation. * * SciDB is distributed "AS-IS" AND WITHOUT ANY WARRANTY...
[ "jonghun2931@gmail.com" ]
jonghun2931@gmail.com
b1452ccea4c1a95db76b74104c9e432c9ee95c5b
00387cb8474ca01052a189b6a9370a6577384919
/src/plugins/snails/accountthread.h
8058fc1c1b82d75aa1c0fe01726da7e63772e598
[ "BSL-1.0" ]
permissive
WildeGeist/leechcraft
bcfd646b407c6ae6654eb9c17d095cf070f7c943
719c9635a2f8e7bb7540d2a11301d61bbfeead7a
refs/heads/master
2023-01-24T03:41:58.670559
2020-10-04T15:06:19
2020-10-04T15:06:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,391
h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
02f822a95725de01d14e06a2b69672c7f64ed2ae
88ae8695987ada722184307301e221e1ba3cc2fa
/chrome/browser/ash/app_list/search/games/game_result_unittest.cc
f659e8843d6812e7acc491455833b38859f887e6
[ "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
8,852
cc
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ash/app_list/search/games/game_result.h" #include "chrome/browser/apps/app_discovery_service/app_discovery_service.h" #include "chrome/browser/apps/ap...
[ "jengelh@inai.de" ]
jengelh@inai.de
c5145273d8762db8141cb1100fee03e24df49fe8
5b9c45cf3a0a36b037a113b7dcb297bf6dee9c98
/ui_dialog_serialsync-popup.h
b187842d8060f18486582ef3b3837f2b1777491a
[]
no_license
pplogiacco/vipex
ee9ed669a414528c5dba6ab1c48163fa4a006c3d
16ffcdf3f88c9dd6e986c9727a950ca0d2e05c19
refs/heads/master
2022-11-28T12:03:33.178396
2020-08-08T09:49:22
2020-08-08T09:49:22
286,013,517
0
0
null
null
null
null
UTF-8
C++
false
false
7,562
h
/******************************************************************************** ** Form generated from reading UI file 'dialog_serialsync-popup.ui' ** ** Created by: Qt User Interface Compiler version 5.14.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! **************************...
[ "plogiacco@smartlab.it" ]
plogiacco@smartlab.it
08be49762d831dfd65c01caff44569c23a5c75fc
00abce0660c98f711a4fced31d9f48131b0df91f
/ANNTrainerAE/main.cpp
5b21c9e7ccfc45ef59956eb7577522434a81e3fc
[]
no_license
Sebarl/gaia
623e3e228f754c3c0cbb50d86630a22e77bff0fa
5d9006305ea7b2447f4b5930700ba5393f022cb0
refs/heads/master
2021-01-20T01:36:16.051041
2019-04-08T04:36:44
2019-04-08T04:36:44
89,306,343
0
0
null
null
null
null
UTF-8
C++
false
false
12,791
cpp
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <vector> #include <fstream> #include <iostream> #include <exception> #include "Parameters.h" #include "FinalStatistics.h" #include "EvolutionaryOperator.h" #include "Constants.h" #include "XorShift128.h" #include "GenerationCount.h" #inc...
[ "seba123321@hotmail.com" ]
seba123321@hotmail.com
c966aeb62025e414b51e148d60d73da87f3e6acd
52616d9b09f55d8eaf5944c56056f90d28f89744
/C++/beginner/The Lead Game.cpp
8d815dcf4b58626b2b8b5ee466bcc1352a2c9a85
[]
no_license
razibhasan7/Codechef-beginner-solution
deccdcc1c2ca25d0e57df143283d567a35cba5d2
356341c5eef23ca56d6af83523f964077880a28e
refs/heads/master
2022-04-15T18:45:25.006280
2020-04-12T10:30:44
2020-04-12T10:30:44
255,054,859
1
0
null
null
null
null
UTF-8
C++
false
false
720
cpp
/*************************** Programmer: Aanisha Mishra For each round, the cummulative score is stored in A1 and A2. Lead points for each player is maintained in l1 and l2. l1 and l2 are updated after each round depending on the changes made to A1 and A2. ***************************/ #include<stdio.h> int main() { ...
[ "rhp.rakibul7@gmail.com" ]
rhp.rakibul7@gmail.com
d78568f3159dc6ace02287702e3b383f7378d9ac
3c306cb14a828c22ae96ebdcb6e97f300244ca8d
/src/ofx264.h
793464fa85d0822371529fff3994dcf1abec8dfc
[]
no_license
ouyang789987/CaptureAV
0b2244e6796ce94fa01f66e2125a94d3c36f540a
6acb7e288862a2bebe4bf17228862edc948328fa
refs/heads/master
2021-01-22T21:44:58.902545
2011-02-15T19:07:48
2011-02-15T19:07:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
807
h
/* * x264.h * openFrameworks * * Created by Marek Bereza on 03/01/2010. * Copyright 2010 __MyCompanyName__. All rights reserved. * */ #include "common.h" #include "output.h" class ofx264 { public: void setup() { x264_param_t param; //cli_opt_t opt; int ret; x264_param_default( &param ); ...
[ "bereza@gmail.com" ]
bereza@gmail.com
aaeedc786ac942a72c9f08c54b2d0177e0c28413
956001225df011f09fbee87a1eb97903828fc5bb
/src/Dubins/DubinsMotionValidator.h
2953379d4effe697a6d69ae2c0f6a638f411d814
[]
no_license
frangrothe/bt-motion-planning
285653c4f6f7fa0e710589ab9e1f0e39b361184d
544f95b832b071c3b8f128c030dadd3edd9d0cb1
refs/heads/master
2023-08-04T09:14:36.809235
2021-09-12T10:18:20
2021-09-12T10:18:20
368,216,768
2
0
null
null
null
null
UTF-8
C++
false
false
1,247
h
// // Created by francesco on 21.06.21. // #ifndef BT_ROBOTICS_DUBINSMOTIONVALIDATOR_H #define BT_ROBOTICS_DUBINSMOTIONVALIDATOR_H #include <queue> #include <ompl/base/MotionValidator.h> #include <ompl/base/spaces/DubinsStateSpace.h> #include <ompl/util/Exception.h> #include <ompl/base/SpaceInformation.h> #include ...
[ "fran.dippy@gmail.com" ]
fran.dippy@gmail.com
b1c30148a87afd1ac1c4dc3c4598b007df3041d1
c2dce5941201390ee01abc300f62fd4e4d3281e0
/cetty-beanstalk/src/cetty/beanstalk/protocol/commands/Consumer.cpp
f16aa50599271744e298dd96fecee04fcc29ebc2
[ "Apache-2.0" ]
permissive
justding/cetty2
1cf2b7b5808fe0ca9dd5221679ba44fcbba2b8dc
62ac0cd1438275097e47a9ba471e72efd2746ded
refs/heads/master
2020-12-14T09:01:47.987777
2015-11-08T10:38:59
2015-11-08T10:38:59
66,538,583
1
0
null
2016-08-25T08:11:20
2016-08-25T08:11:20
null
UTF-8
C++
false
false
4,823
cpp
/* * Copyright (c) 2010-2012 frankee zhou (frankee.zhou at gmail dot com) * * Distributed under 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 ...
[ "frankee.zhou@gmail.com" ]
frankee.zhou@gmail.com
602306cfcdd86e992f5b4e56ad12d271ac6a9d29
e24df22c17cc924b19d4c177f3b5fe57c7edb0a5
/CanHacker/serial.cpp
b40df43df7ba3666f5909db39ef198e066f2b3b3
[]
no_license
diolna/can
381c50acc3e01a7f9e00ea9dd62a4912c5ae3051
b4d0ade326763d35954f2ccd624b5140c5d0a10e
refs/heads/master
2023-01-08T14:40:30.885479
2020-11-11T23:01:50
2020-11-11T23:01:50
310,637,114
0
0
null
null
null
null
UTF-8
C++
false
false
16,208
cpp
/* * serial.c * * Copyright (c) 2012 - 2017 Thomas Buck <xythobuz@xythobuz.de> * 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 abov...
[ "kovalenkodmitrij@gmail.com" ]
kovalenkodmitrij@gmail.com
66a301ab4853673eaf72db3ef90f685b04b10e7a
5f93901cebdbf46de5d6d92184bebb68a7dc2aff
/SwtchBlaydBuilds/Debug/Classes/Native/Il2CppCompilerCalculateTypeValues_3Table.cpp
1be017d77dbce4e530a7e3829a04530f615cae8c
[]
no_license
Zilby/SpinnerRunner
6cd0b29d81f9dbc77f9fdd6aebcb5b3c945d0c31
6204b5918bc666666d71927236eb25240b1ad711
refs/heads/master
2021-06-07T09:52:53.018234
2019-10-01T03:12:57
2019-10-01T03:12:57
112,148,379
0
0
null
null
null
null
UTF-8
C++
false
false
458,377
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il...
[ "azilby@gmail.com" ]
azilby@gmail.com
cfa203e0d937c7b8e03af79c37a257cd5b3733b8
e40d5e30fb375589aa22efe2a4258f45cee99ce8
/src/rabid.cpp
1a00a7cf46195aea51a1c14b8bd1f0060d6b313a
[]
no_license
mironside/rabid
dfc0868a43b01fd4453981f50739af092e9889fe
70c7d4c27202b518a9412ae8a9a29ab6097c39c0
refs/heads/master
2016-09-10T11:23:09.351459
2013-04-23T16:15:55
2013-04-23T16:15:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,926
cpp
/** @file rabid.cpp @author Christopher Olsen @date Fri Mar 25 02:00:40 2005 Copyright (C) 2004 Christopher A Olsen */ #include "rabid.h" #include "common/console.h" #include "common/commandSystem.h" #include "common/cvarSystem.h" #include "render/meshSystem/meshSystem.h" #include "render/materialSystem/materi...
[ "chrisaolsen@gmail.com" ]
chrisaolsen@gmail.com
d944d6171e9673ad139d1a345a20ca98a371f19e
53cab9b585bcf81ba350e0148e268df077385fea
/r2017/src/Commands/WaitForPivotPositionCommand.h
d19df6c96941195032adcdb6f3134f6dc9fd8417
[]
no_license
Frc2481/frc-2017
99653ec3d260b7533887640f02609f456e3bea0d
8e37880f7c25d1a56e2c7d30e8b8a5b3a0ea3aad
refs/heads/master
2021-03-19T08:58:57.360987
2017-07-21T23:45:25
2017-07-21T23:45:25
79,522,810
0
0
null
null
null
null
UTF-8
C++
false
false
723
h
#ifndef WaitForPivotPositionCommand_H #define WaitForPivotPositionCommand_H #include "../CommandBase.h" class WaitForPivotPositionCommand : public CommandBase { private: double m_setpoint; bool m_direction; public: WaitForPivotPositionCommand(double setpoint){ m_setpoint = setpoint; } void Initialize(){ if(m...
[ "Kyle@team2481.com" ]
Kyle@team2481.com
3997bc74f07964faa0b804c6551babb9e51b20be
0541c7c593a8701a0a229c8c61946380887989cc
/北京大学程序设计与算法专项课程_Coursera/BinarySearch-verA_AverageCostTest.cpp
1154970723cf0ca83bca63fe65cf10ea20df3b65
[]
no_license
Noctis-Xu/Coursera-PKU_Programming-Design-and-Algorithms_Specializations
3bd0029a176e7e51888479f80a4d039ce4f339a8
7af9f34d1a304324457b054e95c1cb0d7470ffd7
refs/heads/master
2022-12-26T13:15:37.923374
2020-09-24T11:27:22
2020-09-24T11:27:22
246,984,534
0
0
null
null
null
null
EUC-JP
C++
false
false
2,917
cpp
//#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <iomanip> #include <stdio.h> #include <stdlib.h> //rand() #include <time.h> //clock() #include <Windows.h> //time(0), Sleep() using namespace std; int len; //A.length int counter = 0; //count the while loop execution times in binary search int randomSeed ...
[ "xuboyang1j@126.com" ]
xuboyang1j@126.com
158db3288116117caeb5609e3c012f95e1220c32
e0cd22a3dbf1589cee37c33374607ed2ce66e95e
/cpp/opensourcesrcs/ace/ace/Dynamic_Service.cpp
eae6902e623ab69c4e2e222f81bb4dbe69b72f0c
[ "BSD-3-Clause" ]
permissive
CodeOpsTech/DesignPatternsCpp
1335402e2c88a4b8715430210ec153af7bb733be
2c67495ffdc65443fae98b2879f7b608e3562876
refs/heads/master
2021-01-11T19:19:48.498940
2017-07-19T02:52:56
2017-07-19T02:52:56
79,355,314
1
0
null
null
null
null
UTF-8
C++
false
false
507
cpp
// Dynamic_Service.cpp // Dynamic_Service.cpp,v 4.15 2000/11/19 18:42:08 coryan Exp #ifndef ACE_DYNAMIC_SERVICE_C #define ACE_DYNAMIC_SERVICE_C #include "ace/Dynamic_Service.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #if !defined (__ACE_INLINE__) #include "...
[ "ganesh@codeops.tech" ]
ganesh@codeops.tech
ec60aca0a79f7135ac6ada5ad701d2fcf1c3b072
ac1166807cb3adb3126da7c3d41d334d7b41ca4b
/trinketloader/images.cpp
31aa1ea0fb5eff3d974028bb6952c071b873c52c
[]
no_license
hollyhudson/pendant
7c86692de135220c108e686dd9835f76fc4edb5b
39d76ba3d5fbdb9c5f3eb8441dcc0de058784ff0
refs/heads/master
2021-05-03T13:08:04.652669
2016-06-14T15:51:13
2016-06-14T15:51:13
54,750,960
0
0
null
2016-03-25T22:25:02
2016-03-25T22:25:01
null
UTF-8
C++
false
false
9,148
cpp
#include "optiLoader.h" image_t PROGMEM image_328 = { {"blankfull.hex"}, {"attiny85"}, 0x930B, /* Signature bytes for attimny85 */ {0, 0xF1, 0xD5, 0x06}, // pre program fuses (prot/lock, low, high, ext) {0, 0, 0, 0}, // post program fuses {0x3F, 0xFF, 0xFF, 0x07}, ...
[ "hudson@osresearch.net" ]
hudson@osresearch.net
623d7a2ac6bdceb3a615c35240ebd83bebc3a51f
71d04fc79610465fceb2ccd5fae59bae18029175
/src/main/cpp/auton/primitives/DriveToTarget.cpp
b6c2a5d476fc7e9108ea9d27b9da40f2bbed9026
[ "MIT" ]
permissive
Team302/Training2020
dce59937f20e1951a859120315c807b5326bc085
144cb24e5674c857c45fe4544ab42f27e07371f9
refs/heads/master
2023-01-01T21:12:07.843761
2020-10-15T00:30:59
2020-10-15T00:30:59
302,164,231
0
0
MIT
2020-10-15T00:37:49
2020-10-07T21:26:41
HTML
UTF-8
C++
false
false
3,154
cpp
//==================================================================================================================================================== // Copyright 2020 Lake Orion Robotics FIRST Team 302 // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associ...
[ "joe.witcpalek@gmail.com" ]
joe.witcpalek@gmail.com
d4b8767872fdae98fbd8720e2c21b48adbb23bcb
f5b38977a922766bc542e24434f8d37ad6e35235
/src/main/native/windows/memory_pressure_jni.cc
4edd94e9c2ab7b5b216a7ebfe811bf4226036407
[ "Apache-2.0" ]
permissive
kaymarie26/bazel
f6c02fd37d51c77b24b40aa6aa192d1df0cfddd7
363522a926ef7d94a64d5acfc887b729c75af383
refs/heads/master
2022-11-26T04:33:01.259239
2020-07-30T10:03:02
2020-07-30T10:04:17
283,742,932
2
0
Apache-2.0
2020-07-30T10:36:14
2020-07-30T10:36:13
null
UTF-8
C++
false
false
1,495
cc
// Copyright 2019 The Bazel 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 appl...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
4eb625dfdc0097fcd4f819b19c8fd1e9fd4c24a9
2bafb3dd6a2499e86a9b838e5133ceefb22f044b
/questions/cses/dynamic programming/dice.cpp
864bf74a19cdae7b22b68b7db3ce0c6379a9fc8a
[]
no_license
vibhav011/Competitive-Programming
3589660382d1ea9edea99a98a365f9b4aed5830e
136a8a9a79cbed9e52ba1549cc0c9a841465fd48
refs/heads/master
2022-07-06T18:58:48.985418
2022-06-25T18:50:42
2022-06-25T18:50:42
248,518,659
0
0
null
null
null
null
UTF-8
C++
false
false
706
cpp
#include <bits/stdc++.h> #define ll long long int #define pll pair<ll, ll> #define pii pair<int, int> #define ff first #define ss second #define mp make_pair #define pb push_back using namespace std; ll MOD = 1e9+7; ll pwr(ll x, ll y) { ll res = 1; x = x%MOD; while (y > 0) { if (y&1) res = (res*x)%MOD; y =...
[ "vibhav200601@gmail.com" ]
vibhav200601@gmail.com
c378f26dadb956d0b8c421ca970e4e046c75ef92
36579e820f5c07cd1fe796abc777f23f32efeb10
/src/chrome/browser/android/vr/vr_controller.cc
28b7aaf999dedf7969b0ebf5c9dd81590fd6b552
[ "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
17,522
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/android/vr/vr_controller.h" #include <algorithm> #include <utility> #include "base/logging.h" #include "base/numerics/math_cons...
[ "sokolov.p@gmail.com" ]
sokolov.p@gmail.com
f02b4993422cc6e860bd6c5872bd52d7016c9004
7a914f1d1e7a4b4d9757145cac8376bf1f7099d4
/jsk_recognition/jsk_pcl_ros/include/jsk_pcl_ros/target_adaptive_tracking.h
46255777daf71a0ec85259476b2e78a1acdda433
[ "Apache-2.0" ]
permissive
usdot-fhwa-stol/autoware.ai
eed15471180f92900413b1a20213263b40acdb3f
35c2be547269f2843de2ad907cec85abcf598577
refs/heads/carma-develop
2023-08-14T07:59:11.546253
2023-08-01T20:51:01
2023-08-01T20:51:01
186,024,768
2
12
Apache-2.0
2023-08-01T20:51:02
2019-05-10T17:03:33
C++
UTF-8
C++
false
false
10,553
h
#ifndef _TARGET_ADAPTIVE_TRACKING_H_ #define _TARGET_ADAPTIVE_TRACKING_H_ #include <string> #include <ros/ros.h> #include <ros/console.h> #include <message_filters/subscriber.h> #include <message_filters/synchronizer.h> #include <message_filters/sync_policies/approximate_time.h> #include <sensor_msgs/Image.h> #inc...
[ "Michael.McConnell-2@leidos.com" ]
Michael.McConnell-2@leidos.com
1be4c2bbd8864da16515a6425c2b7dccf3d7d681
490923eb35803c92a1dc931e51e8c5eee635b628
/KValgorithm/Herm(64,k)_KV/Herm(64,k)_KV - 2015.12.28.cpp
2fdfae51d9a15e0cb4b641772055a0d63fed8e76
[]
no_license
codywsy/Simulation-by-C
60814a934bc191fcbe5adfda99216c02eef3ef20
6ac645452447357b3d63a3a80b2004b916918bd3
refs/heads/master
2021-01-21T14:08:33.144358
2017-10-21T14:24:28
2017-10-21T14:24:28
54,982,938
0
0
null
null
null
null
UTF-8
C++
false
false
56,302
cpp
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "FiniteFieldBasisGF(16).h" #include "FiniteFieldBasisCal.h" //#define _NoReduction_ //#define _PolyCoeffNumUncom_ //#define _PolyCoeffNumFac_ #define myWay //#define checkMulpMatrix #define checkInter #define checkFac //#define printCoeffTable_file //...
[ "codywsy@gmail.com" ]
codywsy@gmail.com
773cd57ef7c8985f31e671a5b8a6049c5e1d2e94
d0ca76e794a59d7a077f258dd5339e01f0651feb
/include/system/ILowLevelSystem.h
379ee06efec778cbe832ff000e97724b79272beb
[ "MIT" ]
permissive
javierverag/libCC
d0f270de64ccd456a88db6d67260f436859d68fa
8bc79c5ec8ccbc14d5360ff937274f4db80540e9
refs/heads/master
2020-04-02T18:47:12.829755
2018-10-26T18:26:26
2018-10-26T18:26:26
154,712,924
0
0
null
null
null
null
UTF-8
C++
false
false
328
h
//--------------------------------------------------------------------------- // ILowLevelSytem.h //--------------------------------------------------------------------------- #pragma once namespace CC { extern void Log(const char* fmt, ...); extern unsigned long GetApplicationTime(); class ILowLevelSystem {...
[ "javierverag@github.com" ]
javierverag@github.com
9541342fb1edf9dd2c858b41b2164710dd6243b4
6b5c26e017b41b9df802b6865a3842d69778f3b2
/src/other/API_threadpool/Demo.cpp
5202e7a2fcb189be6c381310c2856015064f8e7e
[]
no_license
lvchigo/caffe_image_classfication
ae1f5d4e970ffc345affdb6d6db91918fe07c56d
6b9b05323b0c5efe41c368ff22ec8ed05cd07c8b
refs/heads/master
2020-12-29T02:19:51.445761
2017-01-12T07:08:58
2017-01-12T07:08:58
50,634,240
2
2
null
null
null
null
UTF-8
C++
false
false
21,871
cpp
#include <iostream> #include <string> #include <fstream> #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <tr1/memory> #include "string_operator.h" //#include "geekeye.h" #include "json/json.h" #include "downloader.h" #include <curl/curl.h> #include <time.h> //add by xiaogao-20150414 #include <cv...
[ "xiaogao@in66.com" ]
xiaogao@in66.com
188272ce94685da36a23e4b8423398e86fcb6d82
74030bc8c1fb673eb3f2b960e09f4f631f52c83c
/map_recur_coin.cpp
32be025c25c8b9054796d183898cc629c8929f5d
[]
no_license
jasfin/CPP-Programming
607df9501581459c6f3e93e61ed2e1d1df6dd9e1
1930ddcb3b097af4bf2bfe1a470f598776e5e407
refs/heads/master
2020-06-08T17:17:37.706236
2019-06-22T19:31:09
2019-06-22T19:31:09
193,271,009
0
0
null
null
null
null
UTF-8
C++
false
false
685
cpp
#include<iostream> #include<map> using namespace std; int findchange(int,int,int); map<int,int> m; int main() { int c,tot; cout<<"enter available coin limit"; cin>>c; /* int a[c]; cout<<"enter coin values"; for(int i=0;i<c;i++) cin>>a[i];*/ // map<int,int> m; m[0]=0; cout<<"enter coin values"; for(int...
[ "mazhar@cet.ac.in" ]
mazhar@cet.ac.in
851d43361e91520b4a042cddbe003ef271b875e4
bfcede495bef6f559273d87827de41ca1afec11f
/uva/1225.cpp
60544c82f3d2eb0f3d3dcb3b2f42bc7bfe501151
[]
no_license
gabrieltaets/Competitive-Programming
b2c5a5b2d1d2bead8dfc9c7b699bcb12b0752d2a
4e54a0dbf869ff2e10f10c2cbc03edcf3daa75d0
refs/heads/master
2021-01-02T15:39:00.448915
2017-11-01T04:32:55
2017-11-01T04:32:55
99,305,616
0
0
null
null
null
null
UTF-8
C++
false
false
431
cpp
#include <bits/stdc++.h> using namespace std; int main(){ int T; cin >> T; while(T--){ int num; cin >> num; int freq[10]; memset(freq,0,sizeof freq); char str[10]; for(int i = 1; i <= num; i++){ sprintf(str,"%d",i); for(int j = 0; j < str[j]; j++){ freq[str[j]-48]++; ...
[ "gabrieltaets@gmail.com" ]
gabrieltaets@gmail.com
4732c57227f77cdbe1e0ce759f4a406b5e34943e
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_repos_function_2194_httpd-2.3.6.cpp
64c8e6182917841997c0764e8b6aede019fdb956
[]
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
264
cpp
static void x_test_config(apr_pool_t *pconf, server_rec *s) { apr_file_t *out = NULL; apr_file_open_stderr(&out, pconf); apr_file_printf(out, "Example module configuration test routine\n"); trace_startup(pconf, s, NULL, "x_test_config()"); }
[ "993273596@qq.com" ]
993273596@qq.com
74fc93f7ba77248a13692cdd860a16a00ee78367
f481aeb897c81095bf5bc544f9368aa78457694b
/503.cpp
a1526348a9bb28139697bea6dbdac3e79f9c4ad0
[]
no_license
channyHuang/leetcodeOJ
78b10f31f9a6c6571124208efe85201a3690f2da
b41e9c3c076074b6ab9349455b0cf40c270df41f
refs/heads/master
2023-01-28T15:31:29.346320
2023-01-18T03:43:10
2023-01-18T03:43:10
221,703,848
0
0
null
null
null
null
UTF-8
C++
false
false
753
cpp
class Solution { public: vector<int> nextGreaterElements(vector<int>& nums) { int len = nums.size(); vector<int> res; for (int i = 0; i < len; i++) { res.push_back(-1); } stack<int> st; st.push(0); for (int i = 1; i < len; i++) { while ...
[ "349117102@qq.com" ]
349117102@qq.com
f5be40408dec7be2eb22491213ee34b7c8d3b22e
c16479fa23f14bf4b75ac7dc67e7450a6d3b196d
/src/minesweeper/solver-bipartite.h
44eb287351074e2777d821252d132deb010f80ed
[]
no_license
mahiro/libminesweeper
ca27b01f63c8770c9f8053241985d35a778042f6
02961392e12c84ca3292682b090f05c54d7d9920
refs/heads/master
2021-01-22T06:02:00.360784
2017-05-26T13:41:20
2017-05-26T13:41:20
92,515,262
0
0
null
null
null
null
UTF-8
C++
false
false
1,072
h
#ifndef _MINESWEEPER_SOLVER_BIPARTITE_H_ #define _MINESWEEPER_SOLVER_BIPARTITE_H_ #include "solver.h" namespace minesweeper { namespace solver { using namespace minesweeper::core; class BipartiteCells { private: mutable CellSet redCells; mutable...
[ "ma514y@gmail.com" ]
ma514y@gmail.com
f661ade5fbed473e39ca1aacdbbc8bcbaf115899
1b4337e161f2049f2b9da1f6d15c10b135e6e1cc
/MilPrime/MilPrime.cpp
f376a1a64b705265f7b0111c1ac36c3e4cd18511
[]
no_license
odysseus/euler
10fb6402d470c3cc6e75623f1b0c3497f35fde80
0901ba7aba2b37ab38669d26e05a8533c5283b85
refs/heads/master
2021-01-20T23:32:16.617454
2013-04-30T18:48:51
2013-04-30T18:48:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
753
cpp
#include <iostream> #include <math.h> using namespace std; bool isPrime(int n) { if (n == 1) return false; else if (n < 4) return true; else if (n % 2 == 0) return false; else if (n < 9) return true; else if (n % 3 == 0) return false; else { double root = sqrt((double) n); int r = (int) root; int f = 5; ...
[ "rmcase@gmail.com" ]
rmcase@gmail.com
cff649e7f23897073a660d8c7b9f323dc20f8b6e
3cc25c57764cf65ed17b222c6763c59f625d7f0e
/ttn-otaa/ttn-otaa.ino
39506387dc6e6e02ccdb15138d8e4f109f7671cf
[]
no_license
Karthikcule/Lora
1c68935a0dfb656bc12e86bf31b893f16b5aa4df
0eade2d2e7b8f8d62296572bdae45d0c4a9d7e00
refs/heads/master
2021-01-22T02:49:06.548124
2017-09-04T05:04:44
2017-09-04T05:04:44
102,253,792
0
0
null
null
null
null
UTF-8
C++
false
false
8,099
ino
/******************************************************************************* * Copyright (c) 2015 Thomas Telkamp and Matthijs Kooijman * * Permission is hereby granted, free of charge, to anyone * obtaining a copy of this document and accompanying files, * to do whatever they want with them without any restric...
[ "karthikeyan27898@gmail.com" ]
karthikeyan27898@gmail.com
8470d357de708f227f83b0d8d484dd3910fb2b99
41e107a91f6307d3c78b211ff12afddc832d5926
/sandbox/src/_obsolete/obsolete_PathfindingSimulation/scripts/pathfinding_manager.h
d9bdf3fd9909f8d8c22c139e8369cf8ecff52e40
[ "Apache-2.0" ]
permissive
AdrianOrcik/ugine
8e5bb43f0d9e32ff9be82389649728d5815221e9
4f5a9a5641c834834d9e18fc5b85b55140544568
refs/heads/master
2022-11-05T08:22:29.090685
2020-06-20T19:54:57
2020-06-20T19:54:57
245,837,032
0
0
null
null
null
null
UTF-8
C++
false
false
1,749
h
#pragma once #include "ugine.h" #include "../scripts/algos/pathfinding_algo.h" #include "../scripts/node_element.h" #include "../scripts/algos/dijkstra.h" #include "../scripts/algos/a_star.h" #include "../scripts/algos/bfs.h" #include "../scripts/algos/dfs.h" #include <iostream> #include <vector> #include <algorithm>...
[ "adrian.orcik@gmail.com" ]
adrian.orcik@gmail.com
a0337f8d7989888e39e4b4050306929796dd4e9c
5ab928ad3b86e1e8687572e700fe2e3d0f314bc6
/libNN/include/TMVAClassification.hpp
8f2b67a00295d10a5dcc9be487bf668b8ddacbd5
[]
no_license
ongbe/indicator-mva
e11b8c213eb34d18980cb205d8f0abb03b49c931
52a5ba5e8f9f879802f145911ff1832b1485f664
refs/heads/master
2021-06-01T19:14:18.526796
2016-08-13T21:14:12
2016-08-13T21:20:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,925
hpp
#ifndef TMVAClassification_HPP #define TMVAClassification_HPP 1 // STL include #include <map> #include <utility> #include <vector> #include <string> // ROOT include //#if not defined(__CINT__) || defined(__MAKECINT__) #include "TMVA/Factory.h" #include <TMVA/MethodTMlpANN.h> #include <TMVA/Tools.h> #include "TMVA/Typ...
[ "sullivan18@gmail.com" ]
sullivan18@gmail.com
3139fd5afff8ea715833c0d90746cd6cb15a9847
610e58d4a13787ada0bf575199ac08e33492de03
/superPrintclass.h
595147c84cf3e76580027f30966ac84aa018fb33
[]
no_license
carlosb6/factory-design-pattern-cpp
b90e43cc0e6ae48563bb0ade1ec71da28760c5e0
e9618231471c1d0506790a41afb5b884d8d0e080
refs/heads/master
2022-04-26T20:04:49.958542
2020-04-30T07:17:43
2020-04-30T07:17:43
260,140,098
0
0
null
null
null
null
UTF-8
C++
false
false
214
h
#include <iostream> struct PrintHandler { PrintHandler() { std::cout << "ctor" << std::endl; } virtual void print() = 0; ~PrintHandler() { std::cout << "dtor" << std::endl; } };
[ "antoniob6@outlook.com" ]
antoniob6@outlook.com
4204c56c778f696aa5ee42686e0cdc0234727598
3b0e0479671b78e9b3354950dbe4e0c678966260
/Examples/SDL/LazyFoo_SDL_Examples/18_key_states/18_key_states.cpp
a7e27dfcd95a551a1a723535b5b00fc52143fb63
[]
no_license
aatwo/examples-and-tests
67af5c8ebb0999e4555117b7642003335dd4b673
b332274762bed6dfb40e6f0ab60959fcfc9c83b0
refs/heads/master
2022-04-03T23:16:58.596559
2020-01-19T13:27:36
2020-01-19T13:27:36
56,585,675
0
0
null
null
null
null
UTF-8
C++
false
false
8,770
cpp
/*This source code copyrighted by Lazy Foo' Productions (2004-2015) and may not be redistributed without written permission.*/ //Using SDL, SDL_image, standard IO, and strings #include <SDL2/SDL.h> #include <SDL2/SDL_image.h> #include <stdio.h> #include <string> //Screen dimension constants const int SCREEN_WIDTH = 6...
[ "aaron.wi@gmail.com" ]
aaron.wi@gmail.com
8a1ba8c84764448abe1011a7bc2b82d6fd90be82
a2111a80faf35749d74a533e123d9da9da108214
/raw/pmsb13/pmsb13-data-20130530/sources/qhuulr654q26tohr/2013-05-20T00-50-38.328+0200/sandbox/PMSB_group6/include/seqan/GCluster/GAssignCluster.h
7a912d8a9d285169ff771d4e1a5c087874275ee3
[ "MIT" ]
permissive
bkahlert/seqan-research
f2c550d539f511825842a60f6b994c1f0a3934c2
21945be863855077eec7cbdb51c3450afcf560a3
refs/heads/master
2022-12-24T13:05:48.828734
2015-07-01T01:56:22
2015-07-01T01:56:22
21,610,669
1
0
null
null
null
null
UTF-8
C++
false
false
582
h
//Autor:Jakob #ifndef GINGER_CLUSTER_ASSIGNCLUSTER_H_ #define GINGER_CLUSTER_ASSIGNCLUSTER_H_ namespace seqan { template<typename TStream, typename TRecord> int assignToCluster(TStream &outStream, TRecord &newRecord, TRecord &clusterRecord) { CharString newId = newRecord.id; append(newId, "$"); append(n...
[ "mail@bkahlert.com" ]
mail@bkahlert.com
ed0c37f950afcd375587ed722f74542c4ac9a506
b0045127ccb46966fb9cd74c2485ed6fd81c8c9a
/testOpenCV/ArgClasses/DemoModeVisitor.h
d80c8aab88aa30d67b8c65374cc65b8643f0fef9
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
humorbei/ThicknessGauge
f51482793a50482bb5766f359b8d0336f464f444
815e867239ff182415426f9224a035b9f59d941d
refs/heads/master
2023-07-01T11:25:44.896364
2018-05-23T07:35:37
2018-05-23T07:35:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
260
h
#pragma once #include <tclap/Visitor.h> #include <iostream> #include "../namespaces/tg.h" using namespace tg; class DemoModeVisitor : public TCLAP::Visitor { public: void visit() override { log_time << "Demo mode set." << std::endl; } };
[ "rudzen@gmail.com" ]
rudzen@gmail.com
92a55cb6d4efcbca751310cf67c37ef9e8209cd5
e5794d04dd17e2b83c926fa67e271aea70960536
/MyChatServer/serverwidget.h
afad30dfbc24581c77aae3b36009b4a3bb059e8e
[]
no_license
VlullabyV/QT_Chating
ae65254d8fd174e24ec24e7250ab81158bb6801c
547066acc68d61c109dd03fa1b616eec9a91e81b
refs/heads/master
2021-06-18T23:23:28.570920
2017-06-29T06:52:04
2017-06-29T06:52:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
756
h
#ifndef SERVERWIDGET_H #define SERVERWIDGET_H #include <QWidget> #include "QtNetwork" #include "QTime" #include "QTimer" namespace Ui { class ServerWidget; } class ServerWidget : public QWidget { Q_OBJECT public: explicit ServerWidget(QWidget *parent = 0); ~ServerWidget(); private slots: void serv...
[ "chao1202016@outlook.com" ]
chao1202016@outlook.com
c07b489344aa36a3c1be4178042788a705e1b6c9
3842f09fc479f947d0c9c9e7a8ad9b20be6a6db8
/456/456.cpp
b4fdf082d5351fd3e79b5f7e924a3b55f8e40277
[]
no_license
brobbio/leetcode_practice
718c42b14f0ee37f5eda51668535845aae639a7d
b38a4456eb7616a8da2c4bc000003e5ccaf49c2f
refs/heads/master
2023-07-27T16:25:18.650187
2021-09-02T21:03:53
2021-09-02T21:03:53
393,519,014
0
0
null
null
null
null
UTF-8
C++
false
false
606
cpp
bool find132pattern(vector<int>& nums) { vector<int> premin; stack<int> s; premin.push_back(nums[0]); for(int i = 1;i<nums.size();i++){ premin.push_back(min(premin[i-1], nums[i])); } stack<int> right; for(int j=nums.size()-1;j>=1;j--){ ...
[ "brobbio@hotmail.com" ]
brobbio@hotmail.com
a2519eb4abc99c7fa40638b66574fed09525b68e
babb754e41adc329a823e6fdbe04d384ee20448d
/QvtkData/QvtkPolyDataActor.h
1d47e5d92d016734bbf43bdb426975e5ea2da03b
[]
no_license
wuzhuobin/QvtkUtil
15679ff0b6a11a8a72a2b42d3335a6591634a56c
a15d9a454a82c1221db436d0c1a5b025a6c4049a
refs/heads/master
2021-06-03T20:15:58.680820
2021-01-28T01:36:31
2021-01-28T01:36:31
130,037,280
2
2
null
2021-01-28T01:36:32
2018-04-18T09:22:15
C++
UTF-8
C++
false
false
960
h
#ifndef __Qvtk_POLY_DATA_ACTOR_H__ #define __Qvtk_POLY_DATA_ACTOR_H__ // me #include "QvtkProp.h" class vtkActor; class vtkPolyDataMapper; class vtkClipPolyData; class vtkBox; namespace Q { namespace vtk{ class QVTKDATA_EXPORT PolyDataActor: public Prop { Q_OBJECT; Q_VTK_DATA_H(PolyDataActor) public: PolyDataActo...
[ "jiejin2022@163.com" ]
jiejin2022@163.com
7a02c60b3e87791630091cebab90dff4e78e542c
9427126563527b81f1c4d3fb60c38bdc29e810d0
/leetcode/160-intersection-of-two-linked-lists.cpp
c72dc3b6057fb96f1667fe30819a55d113b0a911
[]
no_license
gongzhitaao/oj
afe217753f112e445f2b75a5800c0fc2862688b2
fbc771a3b239616be48b1b2fcaa39da9d8ce2a14
refs/heads/master
2021-01-17T02:59:56.456256
2018-03-07T01:59:01
2018-03-07T01:59:01
16,234,097
1
0
null
null
null
null
UTF-8
C++
false
false
725
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) { int a = 0, b = 0; for (ListNode *i = headA; i; i = i->next)...
[ "zhitaao.gong@gmail.com" ]
zhitaao.gong@gmail.com
73c93a278c3fb33090ea4ded803b7e71935ee9d6
265329d9ed5a0444a8bb3cf1ce6f71435bfdbc58
/CopyAnInt/source/CopyAnInt.cpp
067a981779eb576959fddc9a6c5707bd7f28b57b
[]
no_license
CiaranWelsh/BitsAndBobsInC
2ea69fd4222d1b40ceaf052a9ada0a7d01a0cab3
8a02a5961d756a32930e2086fc427894767ccdd6
refs/heads/master
2020-09-13T05:51:49.953132
2020-04-01T10:39:45
2020-04-01T10:39:45
222,672,350
0
0
null
null
null
null
UTF-8
C++
false
false
364
cpp
#include <iostream> #include <vector> using namespace std; class ID{ public: int id; ID(int id) : id(id){} }; int main(){ int id = 0; for (int i=0 ; i < 10; ++i){ int new_id = id; std::cout << id << " " << new_id << std::endl; std::cout << &id << " " << &new_id << std::en...
[ "ciaran.welsh@newcastle.ac.uk" ]
ciaran.welsh@newcastle.ac.uk
a019a7c377fb5726c83881c90b0e645aed540530
0876883eb0d16d6c17078b7054c0d64b538f716a
/RemoteEye/RemoteEye.ino
c94f71cb7769641952ebdab0baede33b6949627b
[]
no_license
dschnabel/ArduinoProject
cfc98eb858c8b8f5b925adac92af20034c8b1583
99b3cfec3113d89c9d0eda418236af5c4ee90cc0
refs/heads/master
2020-03-28T17:00:11.661778
2019-07-28T00:51:10
2019-07-28T00:51:10
148,749,276
0
0
null
null
null
null
UTF-8
C++
false
false
11,549
ino
#include "Arduino.h" #include <avr/wdt.h> #include <ArduCAM.h> #include "cam.h" #include "HologramSIMCOM.h" #include "Time.h" #include "LowPower.h" typedef struct { time_t timestamp; } configuration; #define TX_PIN 3 #define RX_PIN 2 SoftwareSerial mySerial(TX_PIN,RX_PIN); HologramSIMCOM Hologram(&m...
[ "daniel@solarwinds.cloud" ]
daniel@solarwinds.cloud
64d9b56aa70f24f5f5b57d86f4646ec13caf71a7
cae8beb7de70e4361a5071e33b023b3cd4f3031e
/BomberMan/release/moc_boomup.cpp
5a5911bbe88c14538ad15cb7f64e5b7e4113fcb7
[]
no_license
AmazingPangWei/BomberMan
78cfd471223a83e47a4978a71e267d82d8c0f24b
31ff4b6a6a25b57c42c4492d7a5efca06546185d
refs/heads/master
2020-04-25T08:40:57.312247
2019-02-26T07:57:47
2019-02-26T07:57:47
172,655,153
0
0
null
null
null
null
UTF-8
C++
false
false
2,533
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'boomup.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0) ** ** WARNING! All changes made in this file will be lost! **************************************************************...
[ "1832394515@qq.com" ]
1832394515@qq.com
41bc5a08b45c09c7ccddf298ca392ceb515068e7
6ffd23679939f59f0a09c9507a126ba056b239d7
/dnn/src/cuda/convolution3d/forward/1x1x1.cpp
efe40afc07c3696afbbda7693ab731deac4ae36a
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
MegEngine/MegEngine
74c1c9b6022c858962caf7f27e6f65220739999f
66b79160d35b2710c00befede0c3fd729109e474
refs/heads/master
2023-08-23T20:01:32.476848
2023-08-01T07:12:01
2023-08-11T06:04:12
248,175,118
5,697
585
Apache-2.0
2023-07-19T05:11:07
2020-03-18T08:21:58
C++
UTF-8
C++
false
false
2,546
cpp
#include "./algo.h" #include "src/cuda/handle.h" #include "src/cuda/utils.cuh" using namespace megdnn; using namespace cuda; using namespace convolution3d; bool Convolution3DForwardImpl::Algo1x1x1::is_available(const SizeArgs& args) const { auto&& fm = args.filter_meta; const size_t MAX_WORKSPACE_SIZE = 214748...
[ "megengine@megvii.com" ]
megengine@megvii.com
f5e90849776a10a44fb46a4cd1b2a967523123f2
dba75db08c135a8115ad7c88d4aefc0b809c7a90
/WebClient/webclient_menu/webclient_menu.ino
640351d9fbd166238c504fe9f9930d6f52ffcd4d
[]
no_license
AndreiRadchenko/WebMicGain
f1dbf08e241ae693cb99705a76fe4c26aae8f5b4
6c4d40ebe513320326d0ae25d3ee84547284535d
refs/heads/master
2022-12-12T09:37:47.235236
2020-09-13T13:36:20
2020-09-13T13:36:20
276,845,441
0
0
null
null
null
null
UTF-8
C++
false
false
7,520
ino
#include <Arduino.h> /******************** Arduino generic menu system U8G2 menu example U8G2: https://github.com/olikraus/u8g2 Oct. 2016 Stephen Denne https://github.com/datacute Based on example from Rui Azevedo - ruihfazevedo(@rrob@)gmail.com Original from: https://github.com/christophepersoz menu on U8G2 device ...
[ "d4100kx@gmail.com" ]
d4100kx@gmail.com
7ce3a915e10d0d30b839f5db22c85bf8ac426f0e
cb6ef1231dfa36b8da05eeffb94dc883dcc11bb5
/Source code/Peer/deleteSourceWindow.h
e74d19b3b864a18e09c10a3e9fe0392b6afd99a3
[]
no_license
mightyvoice/Simple-Downloader
e6bdaec63bfb4e7bf6db6cd0c7221a26ebb05109
c6b0f50ed7c11147772b4cd7d7fa148e2d6a6dfb
refs/heads/master
2021-01-13T02:19:47.831833
2015-04-03T19:11:36
2015-04-03T19:11:36
33,377,911
0
0
null
null
null
null
UTF-8
C++
false
false
452
h
#ifndef DELETEWINDOW_H #define DELETEWINDOW_H #include "include_file.h" class DeleteWindow : public QDialog { Q_OBJECT public: DeleteWindow( QWidget *parent = 0); // ~DeleteWindow(); private: QLabel *label_num; QSpinBox *sBox_num; QPushButton *button_del; ...
[ "rpbloom@gmail.com" ]
rpbloom@gmail.com
78b5782e548e1bf389b6d1003f24cbcd22632129
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/net/http/md4.h
b416e261de0c1022a843b222ad388a22ac5fe637
[ "MIT", "BSD-3-Clause" ]
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
2,852
h
// This is mozilla/security/manager/ssl/src/md4.h, CVS rev. 1.1, with trivial // changes to port it to our source tree. // // WARNING: MD4 is cryptographically weak. Do not use MD4 except in NTLM // authentication. /* vim:set ts=2 sw=2 et cindent: */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
2830090b69565dc3b2052a4b3fd6338b58dd2178
8f57428e5b9177f8e7029dd9925f8a5c71c45abc
/Project Euler/Project Euler 2.cpp
81404b21918765d1c6f3472318f277569aa08ef0
[]
no_license
Manav-Aggarwal/competitive-programming
a047c63f730299ce16b6bd59f7d3b9830df8966e
8a429aa280b8fddf8baa08821dd8c22cdff2067e
refs/heads/master
2021-01-19T01:09:03.084880
2017-04-04T19:52:12
2017-04-04T19:52:12
87,227,814
0
1
null
null
null
null
UTF-8
C++
false
false
396
cpp
#include <bits/stdc++.h> using namespace std; #define ull unsigned long long int main() { int T; cin >> T; while(T--) { ull N, sum = 0; cin >> N; ull first = 1, second = 1, next=0; while(next < N) { if(!(next&1)) { sum += next; } next = first + second; first = secon...
[ "Manav@Manavs-MacBook-Air.local" ]
Manav@Manavs-MacBook-Air.local
c20784f374b7ebd12fc2753e6aa29d6d4068df75
d1dedd03bbda4f7be39b07771a04d1d3aa469d34
/concrete_element.h
959225bb91f522c63175eb6f55b66c6a58b0a805
[]
no_license
syhtxwd/VisitorPattern
9c7fb325b71124e60f956983134eac652d908dad
59e9d871f5bff837fbeb96837ec6bfbdcba146d6
refs/heads/master
2020-06-22T22:41:35.825610
2019-07-23T11:51:18
2019-07-23T11:51:18
198,420,052
0
0
null
null
null
null
UTF-8
C++
false
false
630
h
// concrete_element.h #ifndef CONCRETE_ELEMENT_H #define CONCRETE_ELEMENT_H #include "element.h" #include "visitor.h" #include <iostream> // 钟楼 class BellTower : public IPlace { public: virtual void Accept(IVisitor *visitor) override { std::cout << "Bell Tower is accepting visitor." << std::endl; ...
[ "1270265446@qq.com" ]
1270265446@qq.com
418ab02a2d802ecbca6c93b7adcf43b27304c674
326175d1e0636a754052f0ea2c54bec47af60e42
/benchmarks/spec-cpu2006-redist/original/483.xalanc/xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeElementANS.hpp
9378cf91ca61f497a0bb9449038b75735b70a458
[ "Apache-2.0" ]
permissive
jasemabeed114/ECEN676
d32911c73e7eb5f1d7bf1ee758d6a7b652d62695
a225f3cd18f99e4b6384e4bb323ac4c84b7ba0e5
refs/heads/master
2022-01-09T00:19:09.996068
2018-11-25T20:35:47
2018-11-25T20:35:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,139
hpp
/* * Copyright 1999-2004 The Apache Software Foundation. * * 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 app...
[ "chandrahas@main-10-231-162-222.tamulink.tamu.edu" ]
chandrahas@main-10-231-162-222.tamulink.tamu.edu
778407c1956f052a101c74020c115db4bf0847d7
cb80a8562d90eb969272a7ff2cf52c1fa7aeb084
/inletTest3/0.083/T
5ea912a4daf4a9ac3fb94d41aabe131d7bf17d65
[]
no_license
mahoep/inletCFD
eb516145fad17408f018f51e32aa0604871eaa95
0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2
refs/heads/main
2023-08-30T22:07:41.314690
2021-10-14T19:23:51
2021-10-14T19:23:51
314,657,843
0
0
null
null
null
null
UTF-8
C++
false
false
131,453
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "mhoeper3234@gmail.com" ]
mhoeper3234@gmail.com
adf832c0a33a313cea1afac6a7e86a25c6da75c6
6150a2fdcad77bbdc5f7d6a20d955d0d95f2e894
/modules/LocLossVertex.h
3a705e495f2ec0a9922ad5955a4aef93391aeabb
[]
no_license
ljc2356/UWB_G2O
c9c224d4be23bfd95168568cbfc53bf630d54cc2
212a24d9f49826f84bf211b30128c7b0ecd09563
refs/heads/master
2023-07-04T19:33:36.419490
2021-08-16T04:01:33
2021-08-16T04:01:33
394,518,939
0
0
null
null
null
null
UTF-8
C++
false
false
552
h
// // Created by Jason on 2021/8/10. // #ifndef UWB_G2O_LOCLOSSVERTEX_H #define UWB_G2O_LOCLOSSVERTEX_H #include "Eigen/Core" #include "Eigen/Dense" #include "g2o/core/base_vertex.h" #include "../tools/UWBtools.h" #include <iostream> class LocLossVertex : public g2o::BaseVertex<2,Eigen::Vector2d>{ publ...
[ "936448623@qq.com" ]
936448623@qq.com
f552dc97a6dbcab610b22eac2a0fe0126da5ca83
3b1b0aee56e6948e863b953b8b2ab0691656ca0e
/src/qt/bitcoinstrings.cpp
218cd960b50a781ac3830d23faee3398c0eb724c
[ "MIT" ]
permissive
Caponecoin/CaponeCoinmaster
5c4e209c9b986366dfe7b67f9a98b13089ecdb9f
403f16fddab2ef6516b52da6dff29a378ef1a92f
refs/heads/master
2020-04-18T04:12:57.791567
2016-09-05T09:56:37
2016-09-05T09:56:37
67,408,835
0
0
null
null
null
null
UTF-8
C++
false
false
13,160
cpp
#include <QtGlobal> // Automatically generated by extract_strings.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else #define UNUSED #endif static const char UNUSED *bitcoin_strings[] = {QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"), QT_TRANSLATE_NOOP("bitcoin-core", "" "%s, you must set a rpcpa...
[ "caponecoin@gmail.com" ]
caponecoin@gmail.com
b8f58249c0ce1220a8bbd13c6cc52e44efa55f9a
8dc84558f0058d90dfc4955e905dab1b22d12c08
/components/invalidation/impl/unacked_invalidation_set.cc
dd02f6d41b190e1cef773807e70eb31d8687f826
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
8,007
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 "components/invalidation/impl/unacked_invalidation_set.h" #include <utility> #include "base/strings/string_number_conversions.h" #include "comp...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
58db73a96651d540cc003b6b4bc35deb71f42365
a7fc7959c99a1af67339533d1d9d390fcbc452af
/C++/atan/atan_demo.cpp
da36e8bd363d28d4ea35bd1d3d197ff3187b41eb
[]
no_license
clhne/lc_programs
e28ff504c4383f95eff01d8bed76e33032aa70f8
116b315a566d84e548d6674492097e12fce3178c
refs/heads/master
2021-09-19T07:28:48.416301
2018-07-25T03:39:11
2018-07-25T03:39:11
121,187,577
0
0
null
null
null
null
UTF-8
C++
false
false
867
cpp
#include <iostream> #include <stdlib.h> #include <math.h> #include <errno.h> #define PI 3.14159265 #define cov (180 / PI) using namespace std; int main(int ac, char* av[]) { double x, y, theta; if(ac != 3) { fprintf(stderr,"Usage: %s <x> <y> \n",av[0]); return 1; } x = atof(av[1]); ...
[ "luchenglin@leadcoretech.com" ]
luchenglin@leadcoretech.com
1d423cb4f76b1703267a19b0215adc804a242b4b
84cfb10b1438300d80bb87eeaeda3985535fcb2e
/bush/test/unordered_map.cpp
76a2daabcf090874d8c734c6fa7e486b633f0146
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
gbarrand/g4view
fd090cf3204ab4f1996ab280687f2380d3f2425c
c404aab32d8b66c15797c0bca3a0d9f6f2b3ad80
refs/heads/master
2021-09-11T00:35:58.483762
2021-09-06T13:59:58
2021-09-06T13:59:58
134,150,499
1
0
null
null
null
null
UTF-8
C++
false
false
778
cpp
#include <unordered_map> class A; class B; using Key=std::pair<const A*,const B*>; class cycleCountEntry; class Key_Hash { public: Key_Hash(); virtual ~Key_Hash(); Key_Hash(const Key_Hash&); Key_Hash& operator=(const Key_Hash&); public: //inline size_t operator()(const Key& x) const throw() { inline si...
[ "guy.barrand@gmail.com" ]
guy.barrand@gmail.com
1aa34bfd365743fc891be9b6c0b8156938cdf4bb
61dd7e7c1788344cabf21d1056cdbca3a54708fe
/Sync_TERMAL/Sync_TERMAL.cpp
d81b0b0a9f24090c5bf0ff84cb930773ad57f82b
[]
no_license
KUNYOUNGLEE/Sync_TERMAL
db70493d73af3e8610c49eb4249c055f074b255f
554d69c6c3ff250fd57769e6a9a61eafb2f45cc0
refs/heads/master
2020-03-16T22:54:43.435265
2018-05-10T05:15:11
2018-05-10T05:15:11
133,057,319
0
0
null
null
null
null
UHC
C++
false
false
3,459
cpp
// Sync_TERMAL.cpp : 콘솔 응용 프로그램에 대한 진입점을 정의합니다. // #include "stdafx.h" #include <iostream> #include <vector> using namespace std; typedef struct termal_info { char hour_min[9]; int sec; int m_sec; int termal_value[100]; termal_info():sec(0),m_sec(0) { for (int i = 0; i < 100; i++) { termal_value[i] = 0;...
[ "33278903+KUNYOUNGLEE@users.noreply.github.com" ]
33278903+KUNYOUNGLEE@users.noreply.github.com
6d9faadd62d43947e1b54614ec2f4502a6fda7e8
a9fa300486c390308131a368b2f0b2758c552c1e
/Atcoder/ABC151/B.cpp
2f7fd3a5df4342109eed408207f8f8b86b4bb950
[]
no_license
sekiya9311/Programming-Contest
630a426c022254ba8929096495bb09333a493fa0
3b3eb796b222122c22054e9d8111f484c8fa20f1
refs/heads/master
2023-03-16T11:02:46.598628
2023-03-04T06:34:59
2023-03-04T06:34:59
61,473,645
0
0
null
null
null
null
UTF-8
C++
false
false
1,986
cpp
#include <iostream> #include <string> #include <queue> #include <stack> #include <algorithm> #include <list> #include <vector> #include <complex> #include <utility> #include <cstdio> #include <cstdlib> #include <cstring> #include <cmath> #include <climits> #include <bitset> #include <ctime> #include <map> #include <uno...
[ "sekiya9311@gmail.com" ]
sekiya9311@gmail.com
ff104a9ce171328380d72b70e1c47dfea3a6a763
4d37d0ad66b2131e845cb2ffb5e4ae6a35040d31
/sys/msys_graphics.cpp
ff2246090705049e4d42560e994f220574eede4d
[]
no_license
mrdooz/dagaa
6fe6c33971a7b16a61564e2312d890a79fe5e62c
1468beecbd5fa66a3f0eff151f081c09056596e6
refs/heads/master
2021-01-10T06:14:45.252089
2016-02-05T16:45:19
2016-02-05T16:45:19
48,619,164
0
0
null
null
null
null
UTF-8
C++
false
false
25,730
cpp
#include "msys_graphics.hpp" #include "msys_libc.h" #include "_win32/msys_filewatcherOS.hpp" #include "gpu_objects.hpp" #include "msys_utils.hpp" #include <shaders/out/tl_common_VsQuad.vso.hpp> #if WITH_FILE_UTILS #include <sys/msys_file.hpp> #endif #define DEFAULTS_TO_ZERO(type, val) #define HR(x) ...
[ "magnus.osterlind@gmail.com" ]
magnus.osterlind@gmail.com
6eacadb0992618ac4150ad9973fb0ab90f24c1f9
7782c7dd70620b011d3a644cdb8c94c5ed6fb05f
/test/strct/iterate.cpp
be8d5e8881119c4a940aed7661193602030a07bd
[]
no_license
yubako/cflowmake
a07dc03d382ff2836163730685fe848a6e5ba44c
63a91901029c4a789fe9ba72f5281a1c28af2044
refs/heads/master
2020-12-24T18:13:58.271778
2016-05-12T22:31:40
2016-05-12T22:31:40
56,612,749
0
0
null
null
null
null
UTF-8
C++
false
false
471
cpp
#include "gtest/gtest.h" #include "pars/cytypes.h" #include "pars/cyparse.h" #include <stdio.h> extern int yydebug; TEST(iterate, WhileStatement) { const char* path = "loadsrcs/iterate.c"; EXPECT_EQ( 0 ,cflowSrcParse(path)); } TEST(iterate, DoStatement) { const char* path = "loadsrcs/dostmt.c"; EXP...
[ "user@localhost.localdomain" ]
user@localhost.localdomain
0a37fc04ba5bb21cd67dc185920495679ac8e806
4a60a88fc98fdf7c6a6f062c3bafd13a0f20f030
/Source/GraphFormatter/Private/EvenlyPlaceStrategy.cpp
5f788b2139c5d8d2e70f912947aea5417c3b462e
[ "MIT" ]
permissive
howaajin/graphformatter
011e37cae16b9b57bead3652593664ecc9d27d54
62fe2003cd33f3bffff3190b024ba270f6cba2c7
refs/heads/master
2023-08-19T10:32:55.105991
2023-08-15T06:57:50
2023-08-15T06:57:50
178,136,554
89
16
MIT
2023-05-23T07:56:41
2019-03-28T06:02:14
C++
UTF-8
C++
false
false
3,001
cpp
/*--------------------------------------------------------------------------------------------- * Copyright (c) Howaajin. All rights reserved. * Licensed under the MIT License. See License in the project root for license information. *-----------------------------------------------------------------------------...
[ "howaajin@outlook.com" ]
howaajin@outlook.com
2e099d3c0bd6ad2d9e2bf2ea10c876f724d35b96
4365cdadad0026cabdf008bb46cacbaa397122f3
/Taewoo/algorithms/DataStructure1/18258_큐2.cpp
e86d4eed5d14efbf00d4172acf28fe51e42468a8
[]
no_license
thalals/Algorithm_Study
31e124df727fb0af9bf9d4905f3eade35a722813
3d067442e5e0d6ca6896a0b0c8e58a0dc41e717e
refs/heads/main
2023-07-06T05:52:04.679220
2021-08-19T06:11:56
2021-08-19T06:11:56
331,019,217
1
1
null
2021-01-19T15:10:19
2021-01-19T15:10:18
null
UTF-8
C++
false
false
1,158
cpp
/* Problem : https://www.acmicpc.net/problem/18258 Comment : 그저 큐 사용하기 */ #include <bits/stdc++.h> using namespace std; queue<int> q; int N; void input() { cin >> N; } void pro() { for(int i = 0; i < N; i++) { string input; cin >> input; if(input == "push") { int num; ...
[ "skaxodn97@gmail.com" ]
skaxodn97@gmail.com
abc1619f294e7558fa6e4ed138bb0747c98833cd
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14482/function14482_schedule_24/function14482_schedule_24_wrapper.cpp
6c07c0a4788ee943c05a944aa0b368541c6e0d44
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,481
cpp
#include "Halide.h" #include "function14482_schedule_24_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(64, 64, 64); Halide::Buffer<int32_t> buf...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
3c66d6d4c137da4bedd0519be9878f058f7c76e0
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/BatchJobGroup/UNIX_BatchJobGroup_HPUX.hxx
a9319945a6b126669082cbe85a1561dede1dd205
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C++
false
false
1,810
hxx
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
ab7cdf6a23bcf078cb74929b8b742dcbb3d4cbae
1729f98dcd81506ef5e5e6ded8b539894a647680
/tensorflow/compiler/xla/service/hlo_module.cc
6fe2134466ffaf1402e5ecbc81aea9aafe2a468b
[ "Apache-2.0" ]
permissive
PipelineAI/tensorflow
f539227fd5d3f304b4f246877e35303dbd388a0c
a0b68c666b8a06d237cc6776183ab8cd31055fcb
refs/heads/r1.5
2021-05-05T21:54:02.830548
2018-01-21T08:48:53
2018-01-21T08:48:53
115,791,564
0
1
Apache-2.0
2018-01-15T05:38:46
2017-12-30T11:08:37
C++
UTF-8
C++
false
false
21,719
cc
/* Copyright 2017 The TensorFlow 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 applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
7daf5037d6d23e75b689bf540ace298061fee6c6
c322279e4155ca257a4a78c4130efbac2ae1380a
/分类/动态规划/找规律/青蛙跳台阶.cpp
fd5a2b298e388420b407860fb3de3a97f11ee79f
[]
no_license
xieliang555/leetcode
43c87087ad358ca1a3faa7e74e3849e55052a00e
09f6ff8e34ac9db6c59b0e2c244a2ba93b0ae8ed
refs/heads/master
2020-06-27T06:06:21.642472
2019-08-30T07:14:20
2019-08-30T07:14:20
199,864,278
0
0
null
null
null
null
UTF-8
C++
false
false
531
cpp
#include<iostream> #include<vector> #include<cmath> using namespace std; /** * 剑指offer: 10_2 * * 动态规划:通过计算前几个简单例子找规律 */ // 一次只可以跳1个台阶或2个台阶 int solution(int n){ if(n==1 || n==2) return 1; vector<int> dp(n+1); dp[1]=1; dp[2]=1; for(int i=3;i<=n;i++) dp[i]=dp[i-1]+dp[i-2]; return dp.back(); } //一次可以跳n个台阶 ...
[ "xieliang555@gmail.com" ]
xieliang555@gmail.com
688e2c46273192729fda8fc1789db352c1184e15
061f361081763866f8bb23cb37eac0e195044b8e
/idle_handler_p.h
4197994f837b3453b8bfbfbe8a32cbcf5ab7f6fd
[ "Unlicense" ]
permissive
master-gekus/mg_proxy_test
28846b687ca52617ca65638071a83913495e705f
d38622a85d6891dfb1d3355674e1ee547606d9d3
refs/heads/master
2022-11-06T23:27:35.793795
2020-06-21T12:26:04
2020-06-21T12:26:04
273,742,425
0
0
null
null
null
null
UTF-8
C++
false
false
489
h
#ifndef IDLE_HANDLER_P_H #define IDLE_HANDLER_P_H #include <QTimer> #include "idle_handler.h" class IdleHandlerPrivate final : public QObject { Q_OBJECT private: explicit IdleHandlerPrivate(IdleHandler* owner); ~IdleHandlerPrivate() override; private: bool eventFilter(QObject *object, QEvent *) override fi...
[ "master.gekus@gmail.com" ]
master.gekus@gmail.com
e45ea6a1e233c8bfc4aca01cce39a0bd16f1cd96
980b5ebcef6f22f4620dea9b8799715fe674c13f
/State.h
3b61e58f0a014de21816bf37a1a65542350fed2a
[]
no_license
tshaked94/PongTris
90a3e3c51eef2bbe43bb75d0ff0eb1a445259886
ec4455dec5851f7bb1cc6ccc8d52bbd02566e437
refs/heads/master
2020-09-01T14:52:56.213130
2019-11-01T12:51:40
2019-11-01T12:51:40
218,984,887
0
0
null
null
null
null
UTF-8
C++
false
false
72
h
#pragma once class BallState { public: BallState(); ~BallState(); };
[ "tomershaked22@gmail.com" ]
tomershaked22@gmail.com
74c557831c8e94161300af27bab70125901cc61e
9945c4919caeeb5752acef69b772059bd0520f59
/cocos2dx/support/CCNotificationHandler.cpp
c71b813246f83ab519a71584a1dab0c283d55de8
[ "MIT" ]
permissive
BetaS/cocos2d-x
97bce88f6f1a9033003009a0c2b0816524aad33a
1236bf03ea35fc113a0942a4c727869cdb81bf3a
refs/heads/master
2021-01-17T16:24:47.517181
2013-12-11T07:22:44
2013-12-11T07:22:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,023
cpp
#include "CCNotificationHandler.h" void CCNotificationHandler::postNotificationOnMainThread(const char *name) { postNotificationOnMainThread(name, NULL); } void CCNotificationHandler::postNotificationOnMainThread(const char *name, CCObject *object) { CCObject *target = new CCNotificationHandler(name, object); tar...
[ "k09089@naver.com" ]
k09089@naver.com
e01b5f90cd51ec61771049a73ca063547647d491
af27fdc62d46654e096458d44cdcedfbb17211f7
/editor_src/WolfEditor/itemwater.h
1b564a4c85cbcf10731d67d3694726dbc6f2894b
[ "MIT" ]
permissive
PBrrtrn/75.42-TP-grupal
af5d69d40ce987798ba25d8c6ba07c9ba26b3b5a
ec76c5c90f340916c34b867f14ec9af12123c921
refs/heads/master
2023-03-18T06:54:45.819034
2021-03-10T21:15:39
2021-03-10T21:15:39
313,773,793
1
0
null
null
null
null
UTF-8
C++
false
false
175
h
#ifndef ITEMWATER_H #define ITEMWATER_H #include "itemdraggable.h" class ItemWater : public ItemDraggable { public: ItemWater(QWidget* widget); }; #endif // ITEMFOOD_H
[ "german.samoluk@gmail.com" ]
german.samoluk@gmail.com
2dbaf6aea157b1f0a5e06a52ad1cda31c84ea71d
1c09b78f9f35025680ccf42c70f0b7be45306d34
/neo/renderer/tr_light.cpp
f45d4d8a7b184dd51f88e9ca3cf7f246231c04d9
[]
no_license
CodeLikeCXK/idtech4cdk
dbfbe6028d7017ceab11b6aed0dbdd184ac5eceb
b904be160f72f502594902d7f1e0fdfd186639bf
refs/heads/master
2021-12-04T10:44:58.300295
2012-07-07T23:05:19
2012-07-07T23:05:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
52,082
cpp
/* =========================================================================== Doom 3 GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?). Doom 3 Source Code is free software: you can redistribute it and/or modify...
[ "justinmarshall20@gmail.com@41434abf-0b58-1467-a858-a10e20c419fa" ]
justinmarshall20@gmail.com@41434abf-0b58-1467-a858-a10e20c419fa
9add1341f3ae03ff9c2c0136d8f2165beccca440
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/ppapi/proxy/file_system_resource.cc
0be0ea52e5e30504ec32ad121dcca9bdb82e6656
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-khronos" ]
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C++
false
false
7,898
cc
// Copyright (c) 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 "ppapi/proxy/file_system_resource.h" #include "base/bind.h" #include "base/stl_util.h" #include "ipc/ipc_message.h" #include "ppapi/c/pp_err...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
a0b7b9fa2ac6c27583b3b48c3d6ba1711ef8197c
36eb98d2aa4028fcc25e8ed723600cd768ad5dbc
/src/retdec/file.cpp
78be1a570021d42661a54a90224dc146ae83226d
[ "MIT" ]
permissive
pokey909/retdec-cpp
3c3ff797795ea539d909772e887bed08f0450269
fe82bca07f1dbdb0903a81386f1d3fcca30d6d8d
refs/heads/master
2021-01-15T13:07:19.688668
2015-04-10T19:01:51
2015-04-10T19:01:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,145
cpp
/// /// @file retdec/file.cpp /// @copyright (c) 2015 by Petr Zemek (s3rvac@gmail.com) and contributors /// @license MIT, see the @c LICENSE file for more details /// @brief Implementation of the base class and factory of files. /// #include "retdec/file.h" #include "retdec/internal/files/filesystem_file.h"...
[ "s3rvac@gmail.com" ]
s3rvac@gmail.com
db7b503e817d1324023d9bed8e958312a9c731e0
1587ce1541bfe708a57b1108ffb0ff03d66e6c3a
/hackpack/hackpack.ino
8de08793d15803deaf8611bd7117e3f87f6304fb
[]
no_license
dubhunter/ArduinoSketches
51dfbe8fc8f54a335fcdce5552ed9edce872f329
de85c86c7b68dcd9ecb59f03c7ea41bcfec1f4bc
refs/heads/master
2021-01-18T23:27:49.158076
2016-01-18T00:06:17
2016-01-18T00:06:17
7,304,626
0
0
null
null
null
null
UTF-8
C++
false
false
5,973
ino
#include <Adafruit_NeoPixel.h> #include <Adafruit_GFX.h> #include <Adafruit_NeoMatrix.h> #include "RGB.h" #define PIN 1 Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix(8, 8, PIN, NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_PROGRESSIVE, NEO_GRB + NEO_KHZ800); int value = 0; vo...
[ "get@willmason.me" ]
get@willmason.me
89eb32e38ce3043fe7eb2b8485af620d4e46260c
7e791eccdc4d41ba225a90b3918ba48e356fdd78
/chromium/src/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
c36f1a2bc3acd1ba1b3b09e48731ff4511594fbc
[ "BSD-3-Clause" ]
permissive
WiViClass/cef-3.2623
4e22b763a75e90d10ebf9aa3ea9a48a3d9ccd885
17fe881e9e481ef368d9f26e903e00a6b7bdc018
refs/heads/master
2021-01-25T04:38:14.941623
2017-06-09T07:37:43
2017-06-09T07:37:43
93,824,379
2
1
null
null
null
null
UTF-8
C++
false
false
6,743
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 "chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h" #include "chrome/browser/profiles/profile.h" #include "chrome/br...
[ "1480868058@qq.com" ]
1480868058@qq.com
d14f46e79ed4b25f462a81d2f322482dcbe3b73f
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller_v2_unittest.cc
1c88f47c5835ff3dddba7d2908add80b80d7e525
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-google-patent-license-webm", "LicenseRef-scancode-unknown-license-reference" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
3,754
cc
/* * Copyright (c) 2020 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "jengelh@inai.de" ]
jengelh@inai.de
c4acd732221c3ea706bf875def5c48553649bc95
0c8ffd5a36ca21395b5564c93856a57905ce8543
/Source/MyBuilder/MyBuilder.cpp
b5ed8e6d2d64b7e319a81d0fdaa83de35ecf9a34
[]
no_license
vibrunazo/ue4-MyBuilder01
d314f73168bf5bd74f7bc511b7be933be9a79401
6d6042c48d785e1797af86407078d909be43f943
refs/heads/master
2021-02-18T02:22:36.774265
2020-03-19T20:27:18
2020-03-19T20:27:18
245,149,295
0
0
null
null
null
null
UTF-8
C++
false
false
203
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "MyBuilder.h" #include "Modules/ModuleManager.h" IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, MyBuilder, "MyBuilder" );
[ "vibrunazo@gmail.com" ]
vibrunazo@gmail.com
467f8b5dc402312f6e5bcf30e794bec13ecb76a2
8567438779e6af0754620a25d379c348e4cd5a5d
/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
54b6b4e420771a767bb5505e1ea9e1f53ccdbedc
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
thngkaiyuan/chromium
c389ac4b50ccba28ee077cbf6115c41b547955ae
dab56a4a71f87f64ecc0044e97b4a8f247787a68
refs/heads/master
2022-11-10T02:50:29.326119
2017-04-08T12:28:57
2017-04-08T12:28:57
84,073,924
0
1
BSD-3-Clause
2022-10-25T19:47:15
2017-03-06T13:04:15
null
UTF-8
C++
false
false
3,977
h
// 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. // This file has been auto-generated by code_generator_v8.py. // DO NOT MODIFY! // This file has been generated from the Jinja2 template in // third_part...
[ "hedonist.ky@gmail.com" ]
hedonist.ky@gmail.com
cf31c77d0a41572c5175c57b3fc6271f4edb608d
a62342d6359a88b0aee911e549a4973fa38de9ea
/0.6.0.3/Internal/SDK/Chicken_AnimBP_classes.h
93e37190e479bb6510ae8d83dc64d00c57f5b6f6
[]
no_license
zanzo420/Medieval-Dynasty-SDK
d020ad634328ee8ee612ba4bd7e36b36dab740ce
d720e49ae1505e087790b2743506921afb28fc18
refs/heads/main
2023-06-20T03:00:17.986041
2021-07-15T04:51:34
2021-07-15T04:51:34
386,165,085
0
0
null
null
null
null
UTF-8
C++
false
false
14,534
h
#pragma once // Name: Medieval Dynasty, Version: 0.6.0.3 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //-----------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
1488e8431dade4499178b4fbc1072f4e8f075cb8
db199ba87036ad271919c7c20e6111445c1840e2
/HelloOpenal/main.cpp
acdc98730add74ebfa5d2474cdbfb0e6b75d1969
[]
no_license
wqf-c/HelloOpenal
b747b3b61dc6167d0500d6d3bfb4658e5ef61628
58080b50596f09337ceb43a67b236449d25920c5
refs/heads/master
2022-10-16T06:55:49.636279
2020-06-08T17:10:52
2020-06-08T17:10:52
270,754,671
0
0
null
null
null
null
UTF-8
C++
false
false
490
cpp
#include <iostream> #include <alut.h> #include <al.h> void main1() { alutInit(NULL, NULL); ALuint source1; alGenSources(1, &source1); ALuint buffer1 = alutCreateBufferFromFile("D://code//myCode//c++//HelloOpenal//HelloOpenal//test.wav"); alSourcei(source1, AL_BUFFER, buffer1); alSourcePlay(source1); ALint sta...
[ "284660487@qq.com" ]
284660487@qq.com
91b8dffa442bfdc1cb879ce3faff37e9c5c701d9
4bea57e631734f8cb1c230f521fd523a63c1ff23
/projects/openfoam/rarefied-flows/impingment/sims/templates/compressible/rhoCentralFoam/wedge15Ma5/0.24/U
ce6206526d9f4cd4d2dc797a75beff2e4c630315
[]
no_license
andytorrestb/cfal
76217f77dd43474f6b0a7eb430887e8775b78d7f
730fb66a3070ccb3e0c52c03417e3b09140f3605
refs/heads/master
2023-07-04T01:22:01.990628
2021-08-01T15:36:17
2021-08-01T15:36:17
294,183,829
1
0
null
null
null
null
UTF-8
C++
false
false
179,440
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "andytorrestb@gmail.com" ]
andytorrestb@gmail.com