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
ab4e2662886d6fa825ab161e79f9f929aaf10dbb
a3e442718ce6c57bb62ed4d061e9d53a2cbcb0c8
/src/Tilesheet.cpp
a11704d7b99083274e905f1d6c868bc333ecd728
[]
no_license
oinkatron/RetroRPG
cda4b315a8c43639e49d4dab55e4b929c8703495
e128da2e4a600550248e124c159ad1c488fae718
refs/heads/master
2021-06-05T07:08:19.310086
2016-10-30T18:35:53
2016-10-30T18:35:53
72,367,733
0
0
null
null
null
null
UTF-8
C++
false
false
3,161
cpp
#include "../include/Tilesheet.h" string Tilesheet::tilesheet_dir = "res/tilesheets/"; string Tilesheet::tilesheet_exten = ".sht"; SDL_Rect Tilesheet::getClip(int id) { if (id > num_x * num_y || id < 0) { Log::game_log->pushError("Tile Id: " + toString(id) + " is out of scope"); rect = {0, 0...
[ "oinkatron@gmail.com" ]
oinkatron@gmail.com
56baf5a13192f441de589bece0b04acca502e8a0
984bc4181baec6e5a4b05a657e666b0e9f89f3f3
/src/tstderrsystemlogger.cpp
b58fcdcbdd295edf434f9a12a631c2e577f461b8
[ "BSD-3-Clause" ]
permissive
treefrogframework/treefrog-framework
0173245ff92162d2107af79861505981980d1eca
a1df97793e8cc628779378e5adae9af6987460c1
refs/heads/master
2023-08-22T03:57:58.891846
2023-05-18T14:00:42
2023-05-18T14:00:42
7,067,532
1,152
263
BSD-3-Clause
2023-08-08T20:25:03
2012-12-08T13:17:01
C++
UTF-8
C++
false
false
613
cpp
/* Copyright (c) 2022, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of * the New BSD License, which is incorporated herein by reference. */ #include "tstderrsystemlogger.h" #include <QByteArray> #include <iostream> /*! \class TStdErrSystemLogger ...
[ "a.kazuharu@gmail.com" ]
a.kazuharu@gmail.com
3c28af1954918fb0aa91372a85126fcaa2484110
675ad919b372939fcc4cd2ccffd62817522caaad
/source/base/crypto/sha1.hpp
727e0f979fd58386aba9845a6032c618556af647
[]
no_license
lineCode/sprout
2308ff7de515c6499ffb5bf6889bf9ccebc6b2bd
ffaefc1c6ffd5f8fb6da3acbe98d05555586791e
refs/heads/master
2020-04-05T06:15:25.954312
2018-11-07T09:41:57
2018-11-07T09:41:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
955
hpp
#ifndef SU_BASE_CRYPTO_SHA1_HPP #define SU_BASE_CRYPTO_SHA1_HPP #include <string> #include <vector> namespace crypto::sha1 { std::vector<uint8_t> encode(std::string const& input); class SHA1 { public: SHA1(); ~SHA1(); void update(std::string const& s); void update(std::istream& is); std::vec...
[ "benjamin.savs@gmail.com" ]
benjamin.savs@gmail.com
b2a17a66882b7386046f0c583b8100638a4d96e9
aceed52a937a925ec029e52f3679ecb08f107fb6
/LTK/metrics/tags/0.81/src/FUSION_Metrics/Cloudmetrics/Cloudmetrics.cpp
aae18d855fbbd6897771a13ebcc37844f5408433
[]
no_license
GeospatialDaryl/FUSION_LKT_from_SourceForgeSVN
6de60f75410e36a0196d4010447c6b838fb40c3b
7d5761fbd52e51985e0fa6007c763877d13f0ed2
refs/heads/master
2021-01-10T17:31:53.257291
2012-02-29T18:13:55
2012-02-29T18:13:55
46,752,463
0
0
null
null
null
null
UTF-8
C++
false
false
89,494
cpp
// cloudmetrics.cpp : Defines the entry point for the console application. // // Version info // // V1.3 Pre-January 2007 clean-up // // V1.4 Added logic to check for existing output file and automatically set the NewOutputFile flag // if the file does not exist // // Added output of 5th and 95 percentile val...
[ "jimm-domingo@users.noreply.github.com" ]
jimm-domingo@users.noreply.github.com
4ad75f8ce58f9ea9a6ac4681a7ef89e5a14e3982
483abcaeb40e7c96b6f7f6155433c8958060bb77
/laplace/main.cpp
121919c999bfad9d6a0c7b4e469891fd85f14656
[]
no_license
lxlscut/opencv_studying
43d54f7f5503122f09babfabfc1e556db2df6294
65a1e0bcc75a328590fa8814696cc812650688ee
refs/heads/master
2022-12-20T07:29:02.647623
2020-09-19T07:51:56
2020-09-19T07:51:56
296,814,667
0
0
null
null
null
null
UTF-8
C++
false
false
683
cpp
#include <iostream> #include <opencv2/opencv.hpp> using namespace cv; int main() { Mat img = imread("E:\\c++_studying\\laplace\\Lenna.png"); Mat imgnew,dst,bin_image; namedWindow("img",WINDOW_AUTOSIZE); cvtColor(img,imgnew,CV_RGB2GRAY); imshow("img",img); imshow("imgnew",imgnew); imwrite("...
[ "2684017046@qq.com" ]
2684017046@qq.com
c0a7a96b857c0d935d2cba2e9153ca8caa49a3ac
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2700486_0/C++/xlmj531/B.cpp
f01cb562d8adc601d66527311cbef77e8d993749
[]
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,322
cpp
#include <cstdio> #include <iostream> #include <string> #include <cstring> #include <algorithm> using namespace std; const int maxn = 1500; double f[maxn][maxn]; int N, X, Y; int T; void calc(int m ) { memset(f, 0, sizeof(f)); f[0][0] = 1; for (int i = 0; i <= m; i++ ) fo...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
90eddf85d127ec6ede540383bf69efb3f9ee47bb
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/property_tree/detail/info_parser_utils.hpp
c555fd995f47f8dfcf324758d053f607a6d13b74
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
857
hpp
// ---------------------------------------------------------------------------- // Copyright (C) 2002-2006 Marcin Kalicinski // // 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) // // For more information, see www....
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
3372448cc7e8dd1e39fb8753b0e8b33f2af946d0
6693903ddb539c1ab7b9b2ddd5979c62910907b9
/src/EHttpDigestAuthLogicHandler.cpp
9e517f475504ab57b2d2118d8105bb08707c7a11
[ "Apache-2.0" ]
permissive
lineCode/CxxMina
43f3c13da39f75a2830077c51b12348e0f2fa7e8
a5543d9144cced34af2244ae8930372507eb228d
refs/heads/master
2021-01-25T09:14:59.519119
2017-05-10T08:57:43
2017-05-10T08:57:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,961
cpp
/* * EHttpDigestAuthLogicHandler.cpp * * Created on: 2016-6-17 * Author: cxxjava@lotuseed.com */ #include "EHttpDigestAuthLogicHandler.hh" #include "EHttpProxyConstants.hh" #include "ERuntimeException.hh" #include "EAuthenticationException.hh" #include "EStringUtilities.hh" #include "EProxyIoSession.hh" #in...
[ "cxxjava@163.com" ]
cxxjava@163.com
e10a8177e6a10560b3f7d40a67bfb0a248021d17
5de42c4e14a7ddbc284a742c66cb01b230ba43ce
/codeforces/1270/G.cpp
0f0d7cd76737eebccc8337dbbb9711f3ddbb2a62
[]
no_license
NhatMinh0208/CP-Archive
42d6cc9b1d2d6b8c85e637b8a88a6852a398cc23
f95784d53708003e7ba74cbe4f2c7a888d29eac4
refs/heads/master
2023-05-09T15:50:34.344385
2021-05-04T14:25:00
2021-05-19T16:10:11
323,779,542
0
0
null
null
null
null
UTF-8
C++
false
false
631
cpp
#include <bits/stdc++.h> using namespace std; int arr[1000001]; int used[1000001]; vector<int> lis; int n,m,i,j,k,t,t1,u,v,a,b; int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin>>t; for (t1=0;t1<t;t1++) { cin>>n; lis.clear(); for (i=1;i<=n;i++) {cin>>arr[i]; used[i]=...
[ "minhkhicon2468@gmail.com" ]
minhkhicon2468@gmail.com
167f2f5ab0e3815ae045d7202131cdca8adda632
43b36890c037da0f8a1ee4c6f03349c5e70b6333
/modules/bitwise/unit/scalar/bitwise_ornot.cpp
c18a849c079e7642028da3638e556a92d3f15e24
[ "BSL-1.0" ]
permissive
msuchard/nt2
3a07decd8d184e3067452bc7f075e392c7bacc03
082d79abd069f4c356bfe10fd113de024f90a5f8
refs/heads/master
2021-01-18T12:29:32.075028
2011-11-15T23:18:23
2011-11-15T23:19:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,333
cpp
////////////////////////////////////////////////////////////////////////////// /// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand /// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI /// /// Distributed under the Boost Software License, Version 1.0 /// ...
[ "mathias@gaunard.com" ]
mathias@gaunard.com
2f8ba47377cad0c4d031bf096b1060d069e1e8f3
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/chrome/browser/ui/views/tabs/tab_group_header.h
6ef1bb361afe741b15bcd9500baf4dcfcdb03874
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
3,630
h
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_TABS_TAB_GROUP_HEADER_H_ #define CHROME_BROWSER_UI_VIEWS_TABS_TAB_GROUP_HEADER_H_ #include "chrome/browser/ui/views/tabs/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f0bb90e04f27a968615aedd6da936dda3230a5dd
1d5420adf3febe7a2fcde8ff90098a1f6b81b713
/HoloLens/HoloLens2Project/Builds/Il2CppOutputProject/Source/il2cppOutput/Newtonsoft.Json3.cpp
76f7cf5cf300eeb7ec004d98716fb5332c40258f
[ "Apache-2.0" ]
permissive
MobMonRob/Strand-AR-Registrierung-KoordSysteme-Studien
acbae66e72e94df2774f4c5b90fd1635142e9f14
2d73d823ed31099337bd788215967d646af9b5ce
refs/heads/main
2023-04-22T01:30:28.618917
2021-05-16T17:00:01
2021-05-16T17:01:02
310,587,369
2
0
null
null
null
null
UTF-8
C++
false
false
1,775,912
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template ...
[ "christoph.rindchen@live.de" ]
christoph.rindchen@live.de
fb57f4ae1d979613ac2575e201f2e286351990d9
aa03a1c83d72846960ee1442957cb9765804d8ba
/experimentTest/AssemblyInfo.cpp
66aced69c6130c633da218e3368495c7d5a9dcdd
[]
no_license
MichaelMcKechnie/experiments
3e2f0b96b4e4e00f5e55615ce5765c9105fe19b1
208f6e6b67cdd20d6a61e44288c83b6420c38029
refs/heads/master
2020-08-06T19:07:16.290101
2014-10-20T16:19:53
2014-10-20T16:19:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,219
cpp
#include "stdafx.h" using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; // // General Information about an assembly is controlled through the following // set of ...
[ "michael.mckechnie@U8001502-TPL-B.ten.thomsonreuters.com" ]
michael.mckechnie@U8001502-TPL-B.ten.thomsonreuters.com
d1a3b9bf34ca4b7826192472d5b2dce0bbf1451e
10d63c0b22fa42e4c990668e0edccbefc9f18c14
/srchybrid/otherfunctions.h
70c908728e76b69e1788f61c0e87ff60d3e48a5d
[]
no_license
e1z0/sMule
ce0fdc8e3c876d24fc68be35ff3871f865ff190c
f303e8d1a667eeb975f31e589e69c20a4c246a4d
refs/heads/master
2021-05-04T11:25:55.756394
2018-08-19T08:55:38
2018-08-19T08:55:38
55,499,230
5
2
null
null
null
null
ISO-8859-16
C++
false
false
17,594
h
//this file is part of šMule //Copyright (C)2002-2008 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net ) // //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 Fo...
[ "marcinkeviciusjustinas@gmail.com" ]
marcinkeviciusjustinas@gmail.com
d45bccee77cd3fae294ab6fb92da735d353df119
4b31387726e8e2b67d2678239499b1b3baa7e9a3
/Nguyen_Hai_lr3/mainwindow.h
d1e118c2c6d944efaa6c40d7092db2df3b2cb091
[]
no_license
Ksenox/AISD_8381
ec93203e727d6a45da1251503e9efac1c228d9ce
de1c5c00cad0dbcde1aebf18f3862a35119af360
refs/heads/master
2022-12-13T21:46:47.996646
2019-12-25T21:55:57
2019-12-25T21:55:57
206,580,371
9
6
null
2022-12-11T12:55:56
2019-09-05T14:13:02
C++
UTF-8
C++
false
false
630
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QString> #include <QMessageBox> #include <console.h> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); bool flagCase_1 =...
[ "nguyenhaipc98@gmail.com" ]
nguyenhaipc98@gmail.com
ed39a25a2ee63de76493bca330a3ab3317900e85
ed6929c51b5cc1a7ef9449be07dec1b98e4a5932
/Software/OneWheelTuner/mainwindow (Keith Elliott's conflicted copy 2019-07-06).cpp
3d9b19f1684d26c7c6d92ee72c4aabe7b35eeed7
[]
no_license
kelliott121/OneWheel
bc9ed9fe4acb74d7f82d5db55978cb862eb3a198
65bb17260b33863c4e81012ce93ffeb88336a367
refs/heads/master
2020-06-17T17:14:38.657745
2019-07-09T10:44:36
2019-07-09T10:44:36
195,988,678
6
0
null
null
null
null
UTF-8
C++
false
false
6,426
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include <QSerialPortInfo> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); connect(MainWindow::ui->btnGainPMinus, SIGNAL(clicked()), this, SLOT(UpdateGains())); connect(MainWindow::ui->bt...
[ "k.w.elliott121@gmail.com" ]
k.w.elliott121@gmail.com
f767d8b73137c88aa5dc3f9f52d54ca8e76aea91
e3fbd5f89300417504dc9af5a30abbb74cf01cfc
/DataBase/MysqlDB/Column.cpp
d14d19b291f9d4d5bea7f1357a6a16a7023e3497
[]
no_license
vinilin/CTI
7e435cdd5c6bcc1409a4f10f55da062b8096830e
60537c46739a653961def823122b0ba0b14e5f77
refs/heads/master
2020-06-04T08:02:33.939602
2010-08-13T09:55:40
2010-08-13T09:55:40
814,746
2
0
null
null
null
null
UTF-8
C++
false
false
1,516
cpp
// Column.cpp: implementation of the Column class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Column.h" #include "ResultSet.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////...
[ "seven.nga@hotmail.com" ]
seven.nga@hotmail.com
896d6851f072918d53d4130a5b5a67d5889967b6
19378266442126ea87bdaef3315914753fc23865
/SparkFun_ADXL345_Example/SparkFun_ADXL345_Example.ino
2bf22de2f37876ccc18d12e296fd434d243644d8
[]
no_license
connor-gatlin/Allegion
705140e19ad1faaf41311bc884eb060ecd76a1ad
5551c6f5e6b2a8ff263704ea49b389ee65782c23
refs/heads/master
2021-01-20T11:56:06.653543
2017-04-28T04:44:08
2017-04-28T04:44:08
82,638,288
0
0
null
null
null
null
UTF-8
C++
false
false
6,034
ino
/* ********************************************* * SparkFun_ADXL345_Example * Triple Axis Accelerometer Breakout - ADXL345 * Hook Up Guide Example * * Utilizing Sparkfun's ADXL345 Library * Bildr ADXL345 source file modified to support * both I2C and SPI Communication * * E.Robert @ SparkFun El...
[ "cgatlin@uccs.edu" ]
cgatlin@uccs.edu
0ec7015facf6e18725533b7a26269e516c622ee6
80b005a604eef3c7b23e96ecc1f50d5c46979d2d
/1018 체스판 다시 칠하기/소스.cpp
953b4b5fa15e636706f2712686c26f3831380f10
[]
no_license
gogiung/algorithm
8d7e08f864d91e5c2893bbcb4e340a54e156b985
e308b7347413790da3c9d14637b8e0b25fb4f641
refs/heads/master
2021-07-09T17:13:42.664786
2020-11-24T05:00:31
2020-11-24T05:00:31
218,757,451
1
0
null
null
null
null
UTF-8
C++
false
false
1,472
cpp
#include<iostream> #include<algorithm> #include<string> using namespace std; const int INF = 1000000; const int MAX = 50; int n, m; string board[MAX]; string whiteFirst[8] = { { "WBWBWBWB" }, { "BWBWBWBW" }, { "WBWBWBWB" }, { "BWBWBWBW" }, { "WBWBWBWB" }, { "BWBWBWBW"...
[ "GIUNG@DESKTOP-OMTOC5M" ]
GIUNG@DESKTOP-OMTOC5M
cc1bd19ede649b185258293db3960e6739a506b9
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/PrivilegeManagementCapabilities/UNIX_PrivilegeManagementCapabilities_STUB.hxx
4ea6be642512718ce7b9177d066799d9d6cca114
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
157
hxx
#ifdef PEGASUS_OS_STUB #ifndef __UNIX_PRIVILEGEMANAGEMENTCAPABILITIES_PRIVATE_H #define __UNIX_PRIVILEGEMANAGEMENTCAPABILITIES_PRIVATE_H #endif #endif
[ "brunolauze@msn.com" ]
brunolauze@msn.com
59cc61c239c240aafc803ffc0b54ccd2fd9b21fc
4ce532180ed36b55dc170de98f9eca4c6adb17cd
/trunk/GreenWars/src/GameCommand.cpp
335567bccea2ec127641e62e8609fdde33eb81ec
[]
no_license
Kerogi/GreenWars
fb4b9eccae7d5608194dd72c8f4a4cea973a05e3
64b9663c7dbe74a3ce367629cf6abc627acd5888
refs/heads/master
2021-01-16T19:42:36.000350
2012-11-11T11:29:13
2012-11-11T11:29:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,516
cpp
#include "GameCommand.h" #include "IwGx.h" #include "IwGxPrint.h" #include "IwSerialise.h" CGameCommand* CCommandFactory::CreateCommandFromBuffre(char* ByteBuffer, int length) { CommandType type = static_cast<CommandType>(ByteBuffer[0]); CGameCommand* cmd = 0; switch(type) { case PLAYER_GOTO_COMMAND: ...
[ "work.kerogi@gmail.com" ]
work.kerogi@gmail.com
d0164822a3e527e5246e22afaba6d060086bb867
11a5c93ce7ced7ead6c8d2ba9f800c3b279ee00e
/HOOPS/Dev_Tools/hoops_mvo/source/HUtilityAntialiasing.cpp
7a811eb1d69b4977559970a8cf2a94364b01622d
[]
no_license
hupech/MyBMConvert
563c6e3c14f54e52c626deeb012d8ac6e8174920
8acb45991c37796d48e67affaab2a46e774b29ee
refs/heads/master
2021-09-18T18:21:02.667847
2018-07-18T06:49:57
2018-07-18T06:49:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,344
cpp
// Copyright (c) Tech Soft 3D // // The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., // and considered a trade secret as defined under civil and criminal statutes. // Tech Soft 3D, Inc. shall pursue its civil and criminal remedies in the event of // unauthorized use or misappropri...
[ "jiaguobing@126.com" ]
jiaguobing@126.com
7656b72a36b2f68b61c87543fea7a482987018ad
a93f5a41959faa793f4f22c439ad4c1ea92668b8
/AtCoder/agc_013_c/main.cpp
6092f0f1e4dbee95bf4e1ae5eb547f4fd36cda52
[]
no_license
admiswalker/i-am-learning-coding
08a473da773d0e2e67d44462c2d7dee83fa0adac
9c0d152d313aae06affdf0823fd59a188705d8f8
refs/heads/master
2021-07-07T05:21:09.871137
2020-12-21T23:55:42
2020-12-21T23:55:42
218,574,075
0
0
null
null
null
null
UTF-8
C++
false
false
3,417
cpp
#include <bits/stdc++.h> using namespace std; struct XW{ XW(){ X=0; W=0; } ~XW(){} int X; // place int W; // direction:: 1: forword or 2: back. }; bool isForword(const struct XW& XW){ if(XW.W==1){ return true; }else{ return false; } } bool isBack (const struct XW& XW){ if(XW.W==2){ return true; }els...
[ "admiswalker@gmail.com" ]
admiswalker@gmail.com
9e622377596535937e37b502ec1889e469a41bbb
759fc0eeda3baca0b1bad1e084ae59847aeaaacf
/examples/trianglewave/trianglewave.ino
4d82bb1293f46b8b819639d324b86f8e2c976269
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
hwstar/MCP4726
7f76258480674b0506da45cca38f4cf6c14e57c6
09fde1c639bf160d8e46e2e02f1f3785f53cb570
refs/heads/master
2023-06-09T09:24:18.219052
2023-05-31T19:57:12
2023-05-31T19:57:12
16,680,447
10
5
null
null
null
null
UTF-8
C++
false
false
1,033
ino
/**************************************************************************/ /*! @file trianglewave.ino @author S. Rodgers @license BSD (see license.txt) Modified for MCP4726 by S. Rodgers Based on work from Adafruit Industries and Pio Baettig This example will generate a triangle wave with the MCP4726 DAC. This is...
[ "hwstar@rodgers.sdcoxmail.com" ]
hwstar@rodgers.sdcoxmail.com
4f64c380378bf3b0afebff9e02ed5f4334832923
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/PengXie/NeuronStructNavigator/cmake-3.6.2/Source/cmGlobalMinGWMakefileGenerator.cxx
05f1b36318ec3d32e606ac0f38227c431cb49518
[ "BSD-3-Clause", "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
2,336
cxx
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
[ "peng.xie@utdallas.edu" ]
peng.xie@utdallas.edu
c295d38e4a3a7deb9d3f8807cba24209f1ad6bd1
6f05f7d5a67b6bb87956a22b988067ec772ba966
/data/test/cpp/b97104e6f3cb5fee74009fca0c48013de59ee1cbFormat.cpp
b97104e6f3cb5fee74009fca0c48013de59ee1cb
[ "MIT" ]
permissive
harshp8l/deep-learning-lang-detection
93b6d24a38081597c610ecf9b1f3b92c7d669be5
2a54293181c1c2b1a2b840ddee4d4d80177efb33
refs/heads/master
2020-04-07T18:07:00.697994
2018-11-29T23:21:23
2018-11-29T23:21:23
158,597,498
0
0
MIT
2018-11-21T19:36:42
2018-11-21T19:36:41
null
UTF-8
C++
false
false
2,035
cpp
#include <Core/Core.h> using namespace Upp; CONSOLE_APP_MAIN { SetLanguage(LNG_ENGLISH); DUMP(Format("%d, %s", 123, "TEXT")); DUMP(Format("%2:s, %1:d", 123, "TEXT")); DUMP(Format("%010d", 123)); DUMP(Format("%0*d", 11, 123)); DUMP(Format("|%20<d|", 123)); DUMP(Format("|%20>d|", 123)); DUMP(Format("|%20=d|", ...
[ "aliostad+github@gmail.com" ]
aliostad+github@gmail.com
5725504f63937560a26e94609bf25cb8f7d5d82b
919fdc4c2a237e3dff4633c1f9e1f509072d7f59
/person/hog.cpp
31bef0c01ade0de8d4ce6ca602263ceda0a8ef49
[]
no_license
tjacek/realtime_actions
bdcaa561d6e85c930c4ace73fb120f88c8fad0c2
e0f7da72c7e6bacc987081034d84ecb572c6461f
refs/heads/master
2020-04-16T02:11:35.342212
2017-02-26T15:02:55
2017-02-26T15:02:55
49,971,869
0
0
null
null
null
null
UTF-8
C++
false
false
1,979
cpp
#include <iostream> #include <opencv2/opencv.hpp> using namespace std; using namespace cv; class Transformation { public: HOGDescriptor hog; Transformation(); Mat call(Mat img); void transform(string in_path,string out_path); }; Transformation::Transformation(){ this->hog.setSVMDetector(HOGDes...
[ "tjacek@student.agh.edu.pl" ]
tjacek@student.agh.edu.pl
6048e95e2435207da7fe2df66d54424180ddca41
805ded502c0bf45ff4dc2cd6d6727cd719c06950
/Documentos/Parcial1/CC1037658970/Punto3/main.cpp
2c196aea26234d7a269dc50d58abce321fff98e1
[]
no_license
STabaresG/CursoFCII_UdeA-2020-2
daf17140bcde5ec3d7157d90b6f17339a2550ec9
98e74ce333f81b6dbf814b3f83bdcbe2f354423a
refs/heads/master
2023-01-21T22:06:04.684297
2020-12-03T22:17:58
2020-12-03T22:17:58
289,015,796
1
0
null
2020-08-20T13:37:32
2020-08-20T13:37:31
null
UTF-8
C++
false
false
836
cpp
/** * Se prueba el metodo del trapezoide para integrar * un funcion de prueba 1/x con limites de 1 a 2 * y se llega a una precision tal que se generan 2^7 trapezoides. * * @note La libreria trapezoide.h solo realiza la implementacion * del metodo trapezoide y aun no esta programada para recibir * funciones ...
[ "valentina.roquemen@udea.edu.co" ]
valentina.roquemen@udea.edu.co
c987cbfa1cb0fdf87b35681e220594da75fa778d
9cc6a17f37991c1b68b7c676e517bef88037311b
/src/block.hpp
087c74f642882b33fcdeb122e3d4487979792256
[ "Apache-2.0" ]
permissive
NervanaSystems/aeon
670e57f38b306be763c42baee222102bdfc53ace
7938b99f4b37b48783ecc4ca0784bfd5c5f0c686
refs/heads/master
2023-09-02T04:48:53.336387
2023-01-03T22:53:54
2023-01-03T22:53:54
59,305,725
56
34
Apache-2.0
2018-03-21T12:21:32
2016-05-20T15:32:31
C++
UTF-8
C++
false
false
1,300
hpp
/******************************************************************************* * Copyright 2016-2018 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.apa...
[ "ryanloney@gmail.com" ]
ryanloney@gmail.com
ea0c082c239350624f9ec4d5c27c4557b8692190
c25a48ff046347e6933ac5ed424a5e973a0c9c74
/Libs/nvwa-0.8.2/static_mem_pool.cpp
00de347934e2b43b4240d52f16a38454d16b06c0
[ "MIT" ]
permissive
patrickuhlmann/OpenGL-Scenegraph
eceac231ba9adb943d5fade940a9cabc2cd708c9
92c8a6fcadc48b185cf27db00474693916bc4802
refs/heads/master
2021-07-05T06:51:08.994576
2020-11-09T22:07:45
2020-11-09T22:07:45
1,142,903
1
0
null
null
null
null
UTF-8
C++
false
false
2,854
cpp
// -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- // vim:tabstop=4:shiftwidth=4:expandtab: /* * Copyright (C) 2004-2008 Wu Yongwei <adah at users dot sourceforge dot net> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be he...
[ "patrick@eeepaddy.(none)" ]
patrick@eeepaddy.(none)
68f35677bd67e2846959fc519a8ee23ec4b69719
f18791dcc37291ea05521a709ae2b86a9ae7a535
/RayTracer/Shapes/GeometricObject.cpp
512744cc9114b322ff7fa174d1b6f89a5357a1a5
[]
no_license
meganfeichtel/ray-tracer-1
d86fc8d8ffae3a2dc69806b7bf0fe49170e4bb33
1c14b9c06a3adce6008861f015e7fc2c40782654
refs/heads/master
2020-07-15T04:56:26.092794
2019-08-31T02:30:01
2019-08-31T02:30:01
205,484,066
0
0
null
null
null
null
UTF-8
C++
false
false
1,032
cpp
// // GeometricObject.cpp // RayTracer // // Created by Megan Feichtel on 11/24/14. // Copyright (c) 2014 Megan Feichtel. All rights reserved. // #include "GeometricObject.h" #include "Constants.h" #include "Material.h" GeometricObject::GeometricObject(void) : color(black), material_ptr(NULL) ...
[ "meganfeichtel@gmail.com" ]
meganfeichtel@gmail.com
c83ef5a9868c28b44f2ef72e0767f0484f72a439
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_8949.cpp
208cd19c40c9331e5789dd4c2901aa1e1d050a67
[]
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
37
cpp
{ ctime_sec = 0; ctime_ns = 0; }
[ "993273596@qq.com" ]
993273596@qq.com
d5279ee56e8c7597c8e6aa10f10c89749aa7e120
6606b741a76c18dedcda2c0dbb0b23d5c7a9c5bd
/SkySim/main.cpp
870035bca0cf56f835d1ad6c12645eb9ccdda4da
[]
no_license
PulsarFlux/SkySim
de2c6569dc75b77fcf7080c27592d2da62c4cbbd
2fa4b1a71308987c0a667d9867c69137bdef5964
refs/heads/master
2022-09-09T20:07:04.164955
2020-05-23T17:05:07
2020-05-23T17:05:07
266,372,673
0
0
null
null
null
null
UTF-8
C++
false
false
8,463
cpp
#pragma once #include <SDL.h> #include <iostream> #include <stdio.h> #include <string> #include <cmath> #include <Windows.h> #include "Texture.h" #include "Vectors.h" #include "Sky.h" #include <thread> #include <condition_variable> #include <mutex> #include <atomic> #define _USE_MATH_DEFINES #include <math.h> //Posi...
[ "pulsarflux@googlemail.com" ]
pulsarflux@googlemail.com
cdd7ee1bba47d195995d61a85a7c59bd82521a62
dcc514c9e9dba73b43152e7911ff286d46f6ab77
/include/GUI.h
691c98c4b15fccab27e0b5264a967b1bda15bcde
[]
no_license
peterschussheim/programming_principals_practice
dba73e3a7ed808b0cff422142fcdb79ead6cc222
f3e23f9d38e7b3bc7ab2dd1d653db68bbac28558
refs/heads/master
2023-02-26T00:27:53.090974
2021-01-31T22:26:41
2021-01-31T22:26:41
234,388,882
1
0
null
2020-10-13T20:11:50
2020-01-16T18:51:31
C++
UTF-8
C++
false
false
3,683
h
// // This is a GUI support code to the chapters 12-16 of the book // "Programming -- Principles and Practice Using C++" by Bjarne Stroustrup // #ifndef GUI_GUARD #define GUI_GUARD #include "Window.h" #include "Graph.h" namespace Graph_lib { //---------------------------------------------------------------------...
[ "peter@schussheim.com" ]
peter@schussheim.com
814a27fb499a783dde5c32981f30d6b6b0aafc20
0bf0c508e18557941ae0f1480779145f56fa19fa
/filter_ladder.cpp
3cb1f65df9518c92904da94bbddaf0bf42a6d1cc
[]
no_license
PaulStoffregen/Audio
3b63c293f58951e3f8eedc2d527e3f53ba866103
4cee15b6d008dd9237ac413a946d84f1030790c0
refs/heads/master
2023-08-17T16:42:10.254817
2023-07-05T12:44:37
2023-07-05T12:44:37
15,644,096
926
468
null
2023-06-28T15:58:12
2014-01-05T02:31:09
C++
UTF-8
C++
false
false
9,566
cpp
/* Audio Library for Teensy, Ladder Filter * Copyright (c) 2021, Richard van Hoesel * * 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 th...
[ "paul@pjrc.com" ]
paul@pjrc.com
aa8a8630374fa246e251c8ebbf115aadd3e87d05
f367dd2773935f30d2fd4bcace4c35bc14e234f0
/ShootingGameFramework/ShootingGame/src/canTouch/GameObject/TestObject/Enemy/VirusEnemy5/VirusEnemyScript5.h
469082c4640ae8e7f5b486215cbf0a54038dd9e3
[]
no_license
TAKAYA888/PUTCORE
a932526c1ba8af18f5b0e1bd2619b17540f49499
394a2939480f9e27acd3cd548478affa74435fca
refs/heads/master
2020-06-29T17:37:16.913396
2019-10-18T09:25:04
2019-10-18T09:25:04
200,579,070
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,135
h
#pragma once #include <TktkIncludePaths.h> #include "ProjectIncludePaths.h" #ifndef _MBCS /*F12を押してジャンプ-> */TktkManual; /*F12を押してジャンプ-> */ProjectIncludePaths; #endif class VirusEnemyScript5 :public ComponentBase { public: VirusEnemyScript5(); public: //毎フレーム呼ばれる void update(); // 衝突開始で呼ばれる void onCollisionE...
[ "akimagi7273@gmail.com" ]
akimagi7273@gmail.com
0341ddd239222ce7a48e2cdb62839b239375ff11
cb6fd70a4001b5b7da2062aee0cbb8a06f1725d1
/lista-prioridade/main.cpp
f43435fdb8b36594d220a5dd29fcdf2211a76134
[]
no_license
mxdsxn/ed2
8f2fd7765879ee1d1d54a333416272946c97ca30
efb1a6c71131f2f7606e721da8fc8d2f57e7621a
refs/heads/main
2023-04-17T02:49:22.569845
2021-05-07T12:30:01
2021-05-07T12:30:01
344,932,512
1
0
null
null
null
null
UTF-8
C++
false
false
3,457
cpp
#include <stdio.h> #include <stdlib.h> #include <iostream> #include <vector> using namespace std; void imprimirLista(int *lista, int tam) { int i; for (i = 0; i < tam; i++) { cout << lista[i] << ' '; } cout << endl; } int pai(int i) { return (i - 1) / 2; } int esquerda(int i) { return (i * 2) + 1; } int d...
[ "madson.santana@dextra-sw.com" ]
madson.santana@dextra-sw.com
307752d461bb60a767b2204da62a7f390c4716fe
037d518773420f21d74079ee492827212ba6e434
/blazetest/src/mathtest/dmatsmatmult/SDaHCb.cpp
a15eabfc35c5feabdc499b68cdf1689f4c0195fa
[ "BSD-3-Clause" ]
permissive
chkob/forked-blaze
8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8
b0ce91c821608e498b3c861e956951afc55c31eb
refs/heads/master
2021-09-05T11:52:03.715469
2018-01-27T02:31:51
2018-01-27T02:31:51
112,014,398
0
0
null
null
null
null
UTF-8
C++
false
false
4,500
cpp
//================================================================================================= /*! // \file src/mathtest/dmatsmatmult/SDaHCb.cpp // \brief Source file for the SDaHCb dense matrix/sparse matrix multiplication math test // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // Thi...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
75adc3902b0e982226a438f734de3a35d70b9bc7
bda5eb61a574c0af89d719347cc6357eb678a941
/03.Structured/Common/NodeList.h
b581b86a2714ca87bbae7b30a351d6b236d9e0a7
[ "MIT" ]
permissive
XoDeR/CppTdd
c65aedf3ce21bc5d7ac6dc00d0c97f0895cac19a
dd06f234b121965a6144be6d82d8aedd067d9caa
refs/heads/master
2021-04-27T08:53:28.266042
2018-02-28T15:27:55
2018-02-28T15:27:55
122,502,118
0
0
null
null
null
null
UTF-8
C++
false
false
3,659
h
#pragma once namespace AmstelTech { /////////////////////////////////////////////////////////////////////////////// // CNodeList /////////////////////////////////////////////////////////////////////////////// /// An invasive doubly linked list where classes that wish to be nodes in the /// list must derive from CN...
[ "XoDeR,vs@gmail.com" ]
XoDeR,vs@gmail.com
cccc58e0dd7618a846c0a5c469e1af523350de8f
a34c4823469cfe377ae7b012252f1864b6409072
/002. Многоцветник-35/Программа/01. BlazePoint/BlazePoint_04/Sar3.h
84f4f833f012a49e5b9046b6bf86856f8cdce86b
[]
no_license
eliasum/2013.03.11-2016.03.11
1b6e2afcf3e6f8c4e9d89c233552f0d88730ee00
4ca742c24b0403118118b64f148be3c551521478
refs/heads/master
2020-09-12T12:09:53.656379
2019-11-18T10:21:34
2019-11-18T10:21:34
222,419,209
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
2,554
h
//--------------------------------------------------------------------------- #ifndef Sar3H #define Sar3H //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> //--------------------------------...
[ "eliasum@yandex.ru" ]
eliasum@yandex.ru
29610f3031a66d19bb277fb79bc7f5b00aa674ff
e027d1c569916bcd0481cd352625b5c7e7c132f2
/Compiler/Lexer.cpp
8510be20cc2b1117f6aea2219900bde031f406d1
[]
no_license
ili4859/Compiler
241f37ab0ede416198857066e54cc0f4f1a6be11
0f8a0dca551fdef7c3c97187dcaee501508666ec
refs/heads/master
2022-11-17T13:14:35.011725
2020-07-10T11:01:05
2020-07-10T11:01:05
278,467,029
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
5,062
cpp
#include "Lexer.h" void Lexer::Split() { // временная переменная, куда будут добавляться символы, до тех пор пока не найдется // разделитель string temp_token; // идем по всем символам строки for (char symbol : _code) { // проверяем, является ли текущий токен разделителем if (Is_Spli...
[ "ili4859@yandex.ru" ]
ili4859@yandex.ru
712e0860e0acb08d523bf49bdb80c2d6dd9ed44a
61c8fc5b49bc9be71bb0da73d4a6c9eeb2c861d2
/BackjoonAlgorithm/18122. 색깔 하노이 탑.cpp
8d6b5fd0edac850e67cdfd9ab0efc96f169278d1
[ "Unlicense" ]
permissive
Minusie357/Algorithm
188e8555b5edcf425a35e7228b7df4123a1cb7a1
f579f91024a582cdf7e36591308123f8c920e204
refs/heads/master
2022-06-18T06:50:13.904143
2020-05-14T13:42:47
2020-05-14T13:42:47
191,180,848
0
0
null
null
null
null
UHC
C++
false
false
2,019
cpp
//#include <iostream> //#include <vector> //#include <cmath> //using namespace std; // ////#define DEBUG //#ifdef DEBUG //#include <chrono> //#include "Utility.h" // //chrono::system_clock::time_point Start; //chrono::nanoseconds Time; //#endif // // ///* 공식 : // An = n크기 원반 위에 놓여진 크기의 갯수를 다른 기둥에 색깔 상관 없이 올리는 최소한의 이동 수...
[ "minusie357@gmail.com" ]
minusie357@gmail.com
7967322410256147e46ffc9e128137a8ebafdfbf
e10a6d844a286db26ef56469e31dc8488a8c6f0e
/fully_dynamic_submodular_maximization/algorithm.h
b95cbbefeb942407ecb278c5b8ba85c5e39215f3
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
Jimmy-INL/google-research
54ad5551f97977f01297abddbfc8a99a7900b791
5573d9c5822f4e866b6692769963ae819cb3f10d
refs/heads/master
2023-04-07T19:43:54.483068
2023-03-24T16:27:28
2023-03-24T16:32:17
282,682,170
1
0
Apache-2.0
2020-07-26T15:50:32
2020-07-26T15:50:31
null
UTF-8
C++
false
false
1,579
h
// Copyright 2020 The Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
17edbbdb20eb03fda2d6c295da55a94f6e27f3e7
959193539aa78ebd1aae361453349ca1a75f3a24
/src/cutil/memory_mod_define.h
dc6bb2694f79937fd0cb178b34abdecc2ab13221
[]
no_license
raywill/macraykv
aed34ecfe49597cf70722c8128a0c6a1548c6b8f
138c59a5e0e23ff8aea7153e60a6af2d23a8edf1
refs/heads/master
2020-04-10T20:55:19.243599
2013-11-28T15:40:43
2013-11-28T15:40:43
14,018,002
1
0
null
2013-11-28T15:40:43
2013-10-31T13:43:25
C++
UTF-8
C++
false
false
319
h
#ifndef _CUTIL_MEMRORY_MOD_DEFINE_H_ #define _CUTIL_MEMRORY_MOD_DEFINE_H_ namespace cutil { class MemoryModIds { public: enum { MIN_MEMORY_MOD_ID = 0, DEFAULT_MOD, THREAD_DATA_BUFFER, // more mod ids defined here MAX_MEMORY_MOD_ID }; }; } #endif
[ "raywill@xuehuar.com" ]
raywill@xuehuar.com
a8feba57e9823f71c88ba56c453de93130daa4fd
cdc21f32788027d73ebb21ea8e374ebdf9eb9926
/EXYZExporter/include/SEEXYZExporter.hpp
90ab66818b12e3c976ec2f4635ef419cdcc59d1a
[ "BSD-3-Clause" ]
permissive
1A-OneAngstrom/SAMSON-Developer-Tutorials
5d98d076cc349a2b66c27a2d6f0d6169a98b4fa8
a7261bf25591f68cc2e0471078680d68e0d89c93
refs/heads/master
2022-05-28T02:59:56.441474
2022-05-23T12:45:50
2022-05-23T12:45:50
159,808,214
4
0
null
null
null
null
UTF-8
C++
false
false
1,205
hpp
#pragma once #include "SBIFileExporter.hpp" #include "SEEXYZExporterGUI.hpp" /// This class implements the functionality of the exporter // SAMSON Extension generator pro tip: add non-GUI functionality in this class. The GUI functionality should go in the SEEXYZExporterGUI class class SB_EXPORT SEEXYZExporter : p...
[ "dmitriy.marin@oneangstrom.com" ]
dmitriy.marin@oneangstrom.com
dbecd67ea4cb347b72af2da7c80ed35477544386
468e4495f8c3fb89cec0af84728f4ff7fbbb1565
/src/controller/MyController.hpp
06354e95fa16b17ac068f518298684d6d86efb5b
[ "Apache-2.0" ]
permissive
lganzzzo/oatpp-example-websocket
df7cd1db63c7ccd3d0400707cf8094528682d7b4
4b256a4eaaa9f3ac24462e7cb6eb7e0224e4ff0e
refs/heads/master
2020-04-28T17:00:39.648492
2019-06-24T00:56:48
2019-06-24T00:56:48
175,430,759
0
1
null
null
null
null
UTF-8
C++
false
false
2,050
hpp
// // MyController.hpp // web-starter-project // // Created by Leonid on 2/12/18. // Copyright © 2018 oatpp. All rights reserved. // #ifndef MyController_hpp #define MyController_hpp #include "dto/MyDto.hpp" #include "oatpp-websocket/Handshaker.hpp" #include "oatpp-websocket/ConnectionHandler.hpp" #include "oat...
[ "lganzzzo@gmail.com" ]
lganzzzo@gmail.com
960144efc0e59e3b7bc8e11f9984f31921869f7f
4f05236606d5dbd483e5d0ae9e99d82f7eb94636
/RSUpdate/TexImage2D.cpp
971de13c946ecd2e7ddea6c6c2ecf14cb99bd7a1
[]
no_license
Mateuus/newundead
bd59de0b81607c03cd220dced3dac5c6d5d2365f
c0506f26fa7f896ba3b94bb2ae2878517bd0063a
refs/heads/master
2020-06-03T14:20:00.375106
2014-09-23T03:58:13
2014-09-23T03:58:13
22,456,183
5
0
null
null
null
null
UTF-8
C++
false
false
1,446
cpp
#include "r3dPCH.h" #include "r3d.h" #include "TexImage2D.h" #include "CkByteData.h" bool GetResource(const char* name, const char* type, CkByteData& out_data) { out_data.clear(); HRSRC src = FindResource(NULL, name, type); if(src == NULL) return false; HGLOBAL res = LoadResource(NULL, src); void* ...
[ "muvucasbars@outlook.com" ]
muvucasbars@outlook.com
7019c7ad46158c13db85256535a0cf4b3ed6f2c6
8481b904e1ed3b25f5daa982a3d0cafff5a8d201
/C++/vijos/vijos 1023.cpp
3bd94ef0ab7f8c58263685719cb658df0871612d
[]
no_license
lwher/Algorithm-exercise
e4ac914b90b6e4098ab5236cc936a58f437c2e06
2d545af90f7051bf20db0a7a51b8cd0588902bfa
refs/heads/master
2021-01-17T17:39:33.019131
2017-09-12T09:58:54
2017-09-12T09:58:54
70,559,619
1
2
null
null
null
null
UTF-8
C++
false
false
794
cpp
#include<iostream> #include<vector> #include<cstring> #include<cstdio> #include<cstdlib> #include<algorithm> using namespace std; int n,T,fl,top,dfn[201],low[201],stack[201]; bool in[201]; vector<int> to[201]; void init(){ int i,p; scanf("%d",&n); for(i=1;i<=n;i++){ while(scanf("%d",&p) && p) to[i].push_back(p)...
[ "751276936@qq.com" ]
751276936@qq.com
6c5b794981a8a9939aadd009dd1d516225e2b9b0
0e53798de45e239e36de099e59830b8d1f31c200
/include/Pose.hpp
80bd98de9a8b60fdff4fa1e269bf616b49848aa0
[ "BSD-3-Clause" ]
permissive
sstauber/RFS-SLAM
4fb99381936433f8ad3b2718eea19c0f92f80d4c
27e05e9cd5af2121b1472a86fcf71323757b1062
refs/heads/master
2020-11-25T20:37:01.367484
2019-12-18T14:02:35
2019-12-18T14:02:35
228,834,581
0
0
null
2019-12-18T12:22:16
2019-12-18T12:22:15
null
UTF-8
C++
false
false
10,906
hpp
/* * Software License Agreement (New BSD License) * * Copyright (c) 2013, Keith Leung, Felipe Inostroza * 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 c...
[ "kykleung@gmail.com" ]
kykleung@gmail.com
000c5da0ea4c5fec87a1e815ccd5d5800beece23
3019cc02f3738fafb71dc53e1764401501ea8475
/dev/test/so_5/environment/reg_coop_after_stop/main.cpp
776b3d2bd1983271bbbccbb42e5df272114dbf6b
[ "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
eao197/so-5-5
a341ac895298e08479f01ac42be15b14ad11af6b
fa0c31c84d2637dce04e13a155040150d505fbbd
refs/heads/master
2021-06-11T03:38:26.141983
2020-07-04T08:39:56
2020-07-04T08:39:56
32,193,560
78
21
NOASSERTION
2018-10-15T05:38:09
2015-03-14T03:11:06
C++
UTF-8
C++
false
false
2,699
cpp
/* * A test for checking autoshutdown during execution of init function. */ #include <iostream> #include <map> #include <exception> #include <stdexcept> #include <cstdlib> #include <thread> #include <chrono> #include <sstream> #include <mutex> #include <so_5/all.hpp> #include <various_helpers_1/time_limited_execut...
[ "eao197@1d1731ae-3f85-447d-88f8-c72b288064d1" ]
eao197@1d1731ae-3f85-447d-88f8-c72b288064d1
9208fd43ce5176721e420ffcc1694e6cf28be16d
58fbf85bc2dda72606c01cd2cd191bc0bc9fa7c2
/Source/ArmySceneData/Private/Data/ArmyBoardSplitline.cpp
25b1ee5e0c3f494b7ec8c00d463698ad13b10762
[]
no_license
myl2232/ArmyEngineSimulation
497d2affb2786af9aa0a0295cf98cc4377b87ca4
353f3ec93cb352d49ce95825bb2ffdcc678119cf
refs/heads/master
2020-11-26T07:03:36.383628
2019-12-20T09:48:18
2019-12-20T09:48:18
228,996,622
0
4
null
null
null
null
UTF-8
C++
false
false
4,829
cpp
#include "ArmyBoardSplitline.h" #include "CoreMinimal.h" #include "ArmyStyle.h" #include "ArmyMath.h" #include "ArmyEditorViewportClient.h" FArmyBoardSplitline::FArmyBoardSplitline() { SetName(TEXT("标注") + GetUniqueID().ToString()); ObjectType = OT_BoardSplitline; LeftStaticPoint = MakeShareable(new FArmyPoint...
[ "153101862@qq.com" ]
153101862@qq.com
4c9f43d7e42613e9de86b767370f95c44ea23d89
0c78cf33d08df8cc3b753bb296fbc2c21e0c10a9
/threshsign/include/threshsign/bls/relic/BlsThresholdFactory.h
baeeaf9bdb7229f60fcdd8e0126d7ce0412bf052
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
fvideen/concord-bft
69332b821a43be49e84901dc7875232f0d34844e
1bfc99788437d25c600ddf5b98231b50f42b38e8
refs/heads/master
2022-01-08T18:17:46.347093
2018-11-12T17:14:51
2018-11-12T18:36:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,526
h
// Concord // // Copyright (c) 2018 VMware, Inc. All Rights Reserved. // // This product is licensed to you under the Apache 2.0 license (the "License"). // You may not use this product except in compliance with the Apache 2.0 License. // // This product may include a number of subcomponents with separate copyright // ...
[ "ggolangueta@vmware.com" ]
ggolangueta@vmware.com
67d40c49cdf202d413e4f822264c3485d701247c
60026d5a83748f7e25239868c79a813ab81caf9f
/Cloneable.h
f792650903b94d77bf410c54754d3b4c12947d56
[]
no_license
iosiginer/Reversi
fd3e2b8169eef6074c18c59b15deb39b1f2b3343
626d931110b4b37cfddea5a4cfb79dfbeeba271f
refs/heads/master
2021-09-12T23:35:13.944040
2018-01-03T15:04:58
2018-01-03T15:04:58
110,215,699
2
3
null
null
null
null
UTF-8
C++
false
false
425
h
#ifndef REVERSI_CLONEABLE_H #define REVERSI_CLONEABLE_H /** * Cloneable class. Let's an instance of an object be cloneable. */ class Cloneable { public: /** * Returns a new instance of the Object with the same content. * @return Cloneable - an equal instance. */ virtual Cloneable *clone() cons...
[ "iosiginerman@gmail.com" ]
iosiginerman@gmail.com
677616f02c9f4ad6b086b42e5e60f730aa084ffa
cb6c7a7b55b1b94543fbe342f67edad8242a9453
/include/polarphp/basic/adt/ArrayRef.h
91eaeb043a7ef09e63d079c4d958d97ea0f2e096
[]
no_license
zhu6621/polarphp
54dd5f83b37483e4a6c25733149e9bdf7db82b16
8dd656757ffb561309618033a84c653c25a07e9d
refs/heads/master
2020-05-20T09:52:48.757405
2019-05-08T01:03:39
2019-05-08T01:03:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,256
h
// This source file is part of the polarphp.org open source project // // Copyright (c) 2017 - 2018 polarphp software foundation // Copyright (c) 2017 - 2018 zzu_softboy <zzu_softboy@163.com> // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://polarphp.org/LICENSE.txt for license info...
[ "zzu_softboy@163.com" ]
zzu_softboy@163.com
e42125c7e4e819767c9a01f5dbe896587fe6461c
6d359e037cb8569775115efb1954430f1cd74031
/codebase/apps/radar/src/Iwrf2AparTs/Params.hh
e7e231fdcc49db63e44a473484fb66edd3eac3c5
[ "BSD-3-Clause" ]
permissive
huangynj/lrose-core
bfb4ac96fd49d7ef47b68d25c7213af94786af65
b230c910391557037020c8737d590a8cc8a684d4
refs/heads/master
2020-07-18T08:32:58.442153
2019-09-01T23:59:59
2019-09-01T23:59:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,276
hh
/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */ /* ** Copyright UCAR */ /* ** University Corporation for Atmospheric Research (UCAR) */ /* ** National Center for Atmospheric Research (NCAR) */ ...
[ "dixon@ucar.edu" ]
dixon@ucar.edu
89f9cd4e710badf6bfce751cd46cd9123def6dcd
b0b88d34a465db47d553ceccf02855971c46a417
/ClientUpdater/NetworkManager.cpp
835259b5ce0a70b503db88c14e8a39ef45725b91
[]
no_license
Jezzalittle/c-clientUpdater
23cbc47106344f42027a744f9d87a58281c92558
a267553c75f5a3e3289df39f6489c2173fe9cbde
refs/heads/master
2020-03-07T22:42:05.728880
2018-05-08T05:48:53
2018-05-08T05:48:53
127,761,365
0
0
null
null
null
null
UTF-8
C++
false
false
11,065
cpp
#include "stdafx.h" #include "NetworkManager.h" #include "FileList.h" #include "FileOperations.h" void NetworkManager::Initialise(std::string& a_path) { peerInterface = RakNet::RakPeerInterface::GetInstance(); path = a_path; } void NetworkManager::StartServer(const unsigned short port) { std::st...
[ "jezzalittle20@gmail.com" ]
jezzalittle20@gmail.com
fc1fde8124a1633f94bf5c7458dab65c37865569
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_1/ISA2+dmb.sy+data+dmb.sy.c.cbmc.cpp
d0118aad724dd320880122ed23e971e93a68cd5c
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
44,056
cpp
// 0:vars:3 // 7:thr1:1 // 8:thr2:1 // 3:atom_1_X0_1:1 // 4:atom_2_X0_1:1 // 5:atom_2_X2_0:1 // 6:thr0:1 #define ADDRSIZE 9 #define NPROC 4 #define NCONTEXT 1 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b?a:b) char __get_rng(); char get_rng( ch...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
588b78300194a27b7cec1f8f54875830f06d8c4d
59a3d1a440d5b65948915759780a068d71ddd8e2
/romsel_aktheme/arm9/source/windows/settingwnd.cpp
222ce73b13415eb18be9fdffddfae1767a68b6bd
[ "GPL-3.0-only" ]
permissive
chyyran/TWiLightMenu
3814a0f8bca5871041183964bf160dd0fbcac05b
72e0160bfb46427c90a1949ed62634f8f3693a4a
refs/heads/master
2023-02-10T04:21:23.120810
2020-12-22T22:55:16
2020-12-22T22:55:16
142,813,821
0
0
MIT
2019-03-19T21:43:11
2018-07-30T02:17:20
C++
UTF-8
C++
false
false
10,149
cpp
/* settingwnd.cpp Copyright (C) 2007 Acekard, www.acekard.com Copyright (C) 2009 somebody Copyright (C) 2009 yellow wood goblin 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 Foundat...
[ "ronny6993@gmail.com" ]
ronny6993@gmail.com
37c867e21208d2029118fe507700ce6bf0e9064f
27c6fb2d002c36e79e0b8dcd4259925e4999e31e
/CTDL&GTD18/Contest2/19.cpp
a9adab91d151ff28475001cc3f82365c6d246156
[]
no_license
minhphucptit/Competitive-Programming
9df5224f88195b1ea9136a65ce3ef9f55d352672
ca0f6d236dec58fc348aea543e435dec1f832d89
refs/heads/master
2022-07-26T10:33:10.734543
2020-05-12T16:39:45
2020-05-12T16:39:45
268,504,139
1
0
null
null
null
null
UTF-8
C++
false
false
1,141
cpp
/*author : mdp*/ #include<bits/stdc++.h> using namespace std; #define ONLINE_JUDGE "ONLINE_JUDGE" #define setIO() ios::sync_with_stdio(false); cin.tie(0); #define all(a) a.begin(),a.end() #define fill(x,b) memset((x),b,sizeof((x))) #define fill2D(x,r,c,b) memset((x),b, sizeof(x[0][0]) * r * c) typedef long long ll; typ...
[ "43582788+ducvipga2000@users.noreply.github.com" ]
43582788+ducvipga2000@users.noreply.github.com
88c27b88d26fd1307e3bd5a5d8fe1d580ce6e2d4
9a3fc0a5abe3bf504a63a643e6501a2f3452ba6d
/tc/testprograms/Chopsticks.cpp
1ccb6c575e7301082194277b673c40270b496ff7
[]
no_license
rodolfo15625/algorithms
7034f856487c69553205198700211d7afb885d4c
9e198ff0c117512373ca2d9d706015009dac1d65
refs/heads/master
2021-01-18T08:30:19.777193
2014-10-20T13:15:09
2014-10-20T13:15:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,386
cpp
#include <vector> #include <list> #include <map> #include <set> #include <queue> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cmath> #include <cst...
[ "winftc@gmail.com" ]
winftc@gmail.com
f3607341da802a00783a26fe18094cd0378fe744
51ef9153fbc184e74f9a14d39012a083919e543b
/opencv_test1/opencv_test1/test2.cpp
a56f0f4f137ed712c057858f40971d0c8027d0a3
[]
no_license
Jobs-t/alg_learn
a2c6d36a4840453537bff6ba21d6e61f4e41e668
08972c01a698ced4a9574c79fa07b12d2a89bb19
refs/heads/master
2021-09-20T18:36:39.181340
2018-08-14T03:39:43
2018-08-14T03:39:43
110,317,774
0
0
null
null
null
null
GB18030
C++
false
false
3,220
cpp
#include "stdafx.h" #include "opencv2/opencv.hpp" #include <iostream> #include <vector> using namespace std; using namespace cv; vector<cv::Point> FindBigestContour(Mat src) { int imax = 0; //代表最大轮廓的序号 int imaxcontour = -1; //代表最大轮廓的大小 std::vector<std::vector<cv::Point>>contours; findContours(src, contours, CV_RE...
[ "tlm414@qq.com" ]
tlm414@qq.com
8c68220939f63a1c5d9cdadbef1f45ac7ae61acb
8973dd51588517ac8755230820e97b8215cadc92
/cores/chipKIT/api/Print.h
a9bcd87f4da7b3019ee0456007ecab432648ea6f
[ "BSD-3-Clause" ]
permissive
UECIDE/UECIDE_data
3fa6b17113743de7bcb7d3cb8d430637efb494b6
96bf6b15910ec3794bd7c13e5274e5ac03379aa9
refs/heads/master
2016-09-06T17:38:44.223404
2014-02-15T00:48:46
2014-02-15T00:48:46
13,354,806
0
1
null
null
null
null
UTF-8
C++
false
false
2,149
h
/* Print.h - Base class that provides print() and println() Copyright (c) 2008 David A. Mellis. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version ...
[ "matt@majenko.co.uk" ]
matt@majenko.co.uk
02976ef3d3a59451c4931d7fddef7149473b745e
6eda036ecdadc113ed3ba7d0699575b8b8eae006
/_P003_TapeWorm/Calculation/depthfirst.h
6cfbca7619d778e638679f9a8120bf51cff915b5
[]
no_license
Fettpet/Hackerorg
177c8091febb620119d94bc6e24006e506a01bac
8032f39563e6d7dc49478a994cd42f478d4265e6
refs/heads/master
2021-01-17T13:21:38.838727
2016-07-22T09:20:54
2016-07-22T09:20:54
39,131,022
0
0
null
null
null
null
UTF-8
C++
false
false
707
h
#ifndef DEPTHFIRST_H #define DEPTHFIRST_H #include "World/worlddeep.h" #include "Heuristics/astarheuristics.h" #include <string> #include <boost/timer.hpp> #define DEEPENING 5 class DepthFirst { public: DepthFirst(); std::string calc( world& w, Heuristics::AStarHeuristics& heur); long long int getCreatedS...
[ "seb.hahn1991@googlemail.com" ]
seb.hahn1991@googlemail.com
a82b0440f66a6855c900370223f658b16940fe89
157fd7fe5e541c8ef7559b212078eb7a6dbf51c6
/TRiAS/TRiAS/GeometrieVerarbeitung/GeometrieEditierung2/GeoEditLib.cpp
17e8cef15ef0c446a606059364d74176e906755f
[]
no_license
15831944/TRiAS
d2bab6fd129a86fc2f06f2103d8bcd08237c49af
840946b85dcefb34efc219446240e21f51d2c60d
refs/heads/master
2020-09-05T05:56:39.624150
2012-11-11T02:24:49
2012-11-11T02:24:49
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
21,011
cpp
// Definitionen: Bibliothek für Erweiterung "Geometrie-Editierung" // File: GeoEditLib.cpp // W. Mörtl #include "GeoEditP.h" #include "SmartInterfaces.h" #include "objgguid.h" // CLSID_ObjektGeometrie, IID_IInitObjektGeometrie #if defined(_DEBUG) #undef THIS_FILE static char BASED_CODE THIS_FILE[] =...
[ "Windows Live ID\\hkaiser@cct.lsu.edu" ]
Windows Live ID\hkaiser@cct.lsu.edu
8347aba85ea1c164706c467eb812910336693846
792e697ba0f9c11ef10b7de81edb1161a5580cfb
/tools/clang/test/CodeGenCXX/aix-static-init.cpp
878c5327e2831e56a2da6f5c0ee516cda3390a4c
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
opencor/llvmclang
9eb76cb6529b6a3aab2e6cd266ef9751b644f753
63b45a7928f2a8ff823db51648102ea4822b74a6
refs/heads/master
2023-08-26T04:52:56.472505
2022-11-02T04:35:46
2022-11-03T03:55:06
115,094,625
0
1
Apache-2.0
2021-08-12T22:29:21
2017-12-22T08:29:14
LLVM
UTF-8
C++
false
false
6,538
cpp
// RUN: %clang_cc1 -triple powerpc-ibm-aix-xcoff -S -emit-llvm -x c++ \ // RUN: -std=c++2a < %s | \ // RUN: FileCheck --check-prefixes=CHECK,CHECK32 %s // RUN: %clang_cc1 -triple powerpc64-ibm-aix-xcoff -S -emit-llvm -x c++ \ // RUN: -std=c++2a < %s | \ // RUN: FileCheck --check-prefixes=CHECK,CHECK64 %s ...
[ "agarny@hellix.com" ]
agarny@hellix.com
e1f0bb69d3f1a710a68242db9cb7fff31da31b2a
4d66ee89e85aaa6c513b1d68861625ff9efb0487
/OpenGL-2D/main.cpp
c6b9546fda292e9f260baaa2fe9eb7bf46ddb3d6
[]
no_license
borjafdezgauna/DSG-Labs-2017
4261169e88aa6a71bd4f69d887c838cb1c4ba394
8b18e3dff917aff499b0158111e6ebe91d3a1ebb
refs/heads/master
2021-09-05T04:13:53.418233
2018-01-24T03:44:57
2018-01-24T03:44:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
725
cpp
#include "stdafx.h" #include "InputHandler.h" #include "Renderer.h" #include "Quad.h" #include "../3rd-party/freeglut3/include/GL/freeglut.h" int main(int argc, char** argv) { Renderer renderer; InputHandler inputHandler(renderer); renderer.initialize(argc, argv); inputHandler.initialize(); //init objects ...
[ "borja.fernandez@ehu.eus" ]
borja.fernandez@ehu.eus
362ce333be33bd2010300506b3c6dd4547510428
84508478fdca275e26781a8755b38a36b4ed84ff
/src/qt/notificator.cpp
084bbe722ec34c5b2e5f8c5fbf2edd727290d803
[ "MIT" ]
permissive
wai1496/EvolveChain-Core
48ad3fbf0e0c8ffe0f3f4ef4efda40067c919f28
e3214c70e6554f7f0c625df376b02f18cbbfbc6d
refs/heads/master
2022-07-06T03:59:50.496439
2018-04-04T11:10:09
2018-04-04T11:10:09
139,275,735
0
0
MIT
2020-03-10T21:56:46
2018-06-30T19:50:48
C++
UTF-8
C++
false
false
10,873
cpp
// Copyright (c) 2014-2015 The EvolveChainX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "notificator.h" #include <QApplication> #include <QByteArray> #include <QIcon> #include <QImageWriter>...
[ "nilamdoc@gmail.com" ]
nilamdoc@gmail.com
ecf84191c6636dc73e04d380b007401386faaaf4
67660e1ca81e024e970a3fa62698b458a552681e
/src/phase/vmf2.cpp
a52fa6f3debeae4fa6e74698b2a930fd019063ee
[]
no_license
cmu-ci-lab/MitsubaER
5888fa7f53e257e64a81520658eb2c14049874c7
6a50ec72f9d87f45efdb8746d476bde463d5b581
refs/heads/master
2023-07-28T20:35:06.403564
2021-10-05T01:35:13
2021-10-05T01:35:13
229,313,218
13
3
null
null
null
null
UTF-8
C++
false
false
3,596
cpp
/* This file is part of Mitsuba, a physically based rendering system. Copyright (c) 2007-2011 by Wenzel Jakob and others. Mitsuba is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. ...
[ "apedired@andrew.cmu.edu" ]
apedired@andrew.cmu.edu
c87e76386b1961d4d872d9f76cd1d25a37e20386
a6d76fe75ead50af9f40eda46c9cae7b7840b3de
/STL/multimap.cpp
801e7f377a3f4217761be2082a2edecbe43e1ec3
[]
no_license
RiteshKSingh1709/C-Practice
75fc590f426956eb7f2fba0082ef97b7f02d6367
e54c20502ee35073a26a62134b49cf135df0772a
refs/heads/master
2020-08-29T08:13:29.884059
2019-12-31T15:14:59
2019-12-31T15:14:59
217,978,376
0
0
null
null
null
null
UTF-8
C++
false
false
829
cpp
#include<iostream> #include<bits/stdc++.h> using namespace std; int main(){ multimap<int,string> mm; mm.insert(make_pair(10,"ritesh")); mm.insert(make_pair(2,"schin")); mm.insert(make_pair(3,"dhoni")); mm.insert(make_pair(2,"harbhajan")); for(auto it = mm.begin(); it != mm.end(); it++){ ...
[ "ritesh.kumar465@gmail.com" ]
ritesh.kumar465@gmail.com
9dd7feb68165325a09ee77849460891cafd7cf22
76d1abdc76aff8903b6221ef7f15e0b6125d9fa8
/Channel/Channel.h
31920c64c93533330c42810e615bd030b0396665
[]
no_license
henrylovecoding/Communication-System
501855bf5dffa401009c3d28fd6eb73fd08bdcff
c98eb9dab4fdb5b8453c64a5a2f20b7a1d09dab0
refs/heads/master
2016-09-06T11:40:28.449096
2014-11-10T20:58:51
2014-11-10T20:58:51
26,455,245
0
1
null
null
null
null
UTF-8
C++
false
false
1,551
h
#ifndef CHANNEL_H #define CHANNEL_H ///////////////////////////////////////////////////////////////////// // Channel.h - Provides HTTP based massage passing communicating// // channel // // ver 1.0 // // L...
[ "hlqz8912@gmail.com" ]
hlqz8912@gmail.com
b0628fe0e34c77003b66afd8b4a83445a16aa8b4
14f79e23a0c2bcff2a14a407a5c1403b370556c3
/detective/main.cpp
e433467abc19efd520748b76478b4f1619c5be37
[]
no_license
leonwujy/logics-examination
65b3d0ef57d8af3c6ebf5a3cb18bda5427785d04
16a0f3cb52d0e0012a0d15db54f43f78e55c8b8a
refs/heads/master
2022-05-24T23:02:34.428387
2020-05-01T07:56:23
2020-05-01T07:56:23
260,400,541
2
0
null
null
null
null
GB18030
C++
false
false
854
cpp
#include "generate.h" #include "validate.h" /********************************************************************* Function :main Description :主函数 Parameters :none Returns :int Create&Verlog :Wu Junyi Date: 2019-01-12 Version: 01 init ******************************************************...
[ "leon_jywu@163.com" ]
leon_jywu@163.com
767b8ce62e4c6a47323d7153ead97955cb405135
a2945a46b0a86b44c139b4acc2a22e864de6127f
/CTEngine/CTEngine/CTEngine.cpp
0a3a09b33e8008efe954bf174ca0ee5ebc44b247
[]
no_license
NeroBringer/CTEngine
4c467b27a72b1253a19fca711f707b1dea4d4996
204747fd4f55ad5570f676f256c9c86ab874e63e
refs/heads/master
2021-01-19T00:41:24.950386
2017-04-05T15:14:36
2017-04-05T15:14:41
87,201,075
0
0
null
null
null
null
UTF-8
C++
false
false
27
cpp
#include "CTEngine.hpp"
[ "511985459@qq.com" ]
511985459@qq.com
8512ef42ce65b22a1f8bec3a5d69434b4c05929c
7232d5ddc5484b6574ea63f283ef6d46ed368c93
/lib/Target/R600/AMDGPUSubtarget.h
eacc1da2cb81a2825860985fcebf91ae752299d2
[ "NCSA" ]
permissive
JianpingZeng/llvm-java
3c00e4bd58eec6b0eccda5707849c6493c749f05
d89c66683b86616a0b7e8a92e1eb8e0a65b7646c
refs/heads/master
2020-04-04T00:14:43.470390
2020-01-20T04:02:10
2020-01-20T04:02:10
155,645,875
2
0
null
null
null
null
UTF-8
C++
false
false
5,802
h
//=====-- AMDGPUSubtarget.h - Define Subtarget for the AMDIL ---*- C++ -*-====// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //==--------------------------------------------------------...
[ "z1215jping@163.com" ]
z1215jping@163.com
85718040df9dccfd0db3a5a9c146c4d6e4cf36f9
72d6c6809e7502450315a18a9832b8ecaf2bcbbe
/clsckt_st.cpp
5c2a20f08a1d5998d584f4dbebe8573403da2722
[]
no_license
Mukachi/unified-socket
73143fb4b27aaad445eae07563dfa6fb8130d65d
f354f1caa44b12f73cdd9f6d249d691c708dbad8
refs/heads/master
2021-08-30T14:56:01.616349
2017-12-18T10:40:10
2017-12-18T10:40:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,456
cpp
/* Copyright (c) 2017 Subhadip Mitra. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. ...
[ "subhadip_mitra@hotmail.com" ]
subhadip_mitra@hotmail.com
372c5d30d18dcdaf60fa5ee0cedc120bde0b426b
2b210288fb83c773c7a2afa4d874d35f6a000699
/chromium-webcl/src/gpu/command_buffer/service/shader_translator.cc
2e5541d3540652f2f20481d548ef47e41f700ea0
[ "BSD-3-Clause" ]
permissive
mychangle123/Chromium-WebCL
3462ff60a6ef3144729763167be6308921e4195d
2b25f42a0a239127ed39a159c377be58b3102b17
HEAD
2016-09-16T10:47:58.247722
2013-10-31T05:48:50
2013-10-31T05:48:50
14,553,669
1
2
null
null
null
null
UTF-8
C++
false
false
7,283
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gpu/command_buffer/service/shader_translator.h" #include <string.h> #include <algorithm> #include "base/at_exit.h" #include "base/logging....
[ "ZhangPeiXuan.CN@Gmail.COM" ]
ZhangPeiXuan.CN@Gmail.COM
433a06ef2e6218521893149b043b331a79fc0455
bbf0a2803d2cda5000bd0e42dffba2dc874a07dc
/hell/proj.wp8/hell.cpp
5fbe0c47b511cb839cd8f9595687889e43c96bba
[]
no_license
nawenqiang/A-monster
2d3ecc0fd80b33cd7a0fdc7d56eb2a7524847c0e
8b96dfb027b394582431a5ce8b0282fe8f9aacbf
refs/heads/master
2020-06-05T17:40:58.469845
2014-03-28T12:43:55
2014-03-28T12:43:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,564
cpp
#include <wrl/client.h> #include <d3d11_1.h> #include <DirectXMath.h> #include <memory> #include <agile.h> #include <ppltasks.h> #include "hell.h" #include "CCApplication.h" using namespace Windows::ApplicationModel; using namespace Windows::ApplicationModel::Core; using namespace Windows::ApplicationModel::Activatio...
[ "393322189@qq.com" ]
393322189@qq.com
b34225acf1d22078f9dac80062411800d9c57ba5
bd6547aa8d6a4bf6c251a75fd04bf1ff413655d2
/Robot/Public/Utils/protoBufferLoader.h
da22cbbd9f356fd41530d07d121287cf971d10e6
[]
no_license
semanticparsing/navigation_code
8c324f9ef6bb96d0fce013c08e44481d2019214e
1a7388f24dfe3f194643be316de5d92bfc213c71
refs/heads/master
2020-03-25T08:12:45.956783
2018-07-13T10:03:38
2018-07-13T10:03:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,727
h
// Copyright (c) 2017 Trio.ai. All rights reserved. #ifndef ROBOT_PUBLIC_UTILS_PROTOBUFFERLOADER_H_ #define ROBOT_PUBLIC_UTILS_PROTOBUFFERLOADER_H_ #include <string> #include "Common/Base/trio.h" #include "Common/ThirdParty/file_monitor/include/fileMonitor.h" #include "Common/Util/Thread/mutex.h" #include "Common/Uti...
[ "hitdzl@gmail.com" ]
hitdzl@gmail.com
f7ff091eb7ed6ab3e4191f9d329e1b08f369dc32
b1fdeb29c93e4ef35bbb840fe192251855d3746c
/runtime/graphics/impl/OpenGL/OpenGLRenderer.h
158b123dbab955629f0f2a8f979c9157a6fc94a7
[]
no_license
WooZoo86/xEngine
b80e7fc2b64a30ed3d631fdd340c63a45f6e6566
0d9f7c262d04f53402d339bd815db0c50eaa9d24
refs/heads/master
2021-05-14T13:25:00.430222
2017-10-11T11:21:50
2017-10-11T11:21:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,254
h
#ifndef XENGINE_GRAPHICS_IMPL_OPENGL_OPENGLRENDERER_H #define XENGINE_GRAPHICS_IMPL_OPENGL_OPENGLRENDERER_H #if X_OPENGL #include "graphics/RendererInterface.h" #include "graphics/impl/OpenGL/OpenGLDefine.h" #include "graphics/impl/OpenGL/resource/OpenGLGraphicsResourceManager.h" #include "window/Window.h" namespac...
[ "xavierjiang@hotmail.com" ]
xavierjiang@hotmail.com
26d509f7e623373f2d9549dc1316e13efe5ccdb7
d96e1da56d183f9b821c704ff98e4c0c1b14f5ca
/rotl/include/Unit.h
12a2525dcb3570877da484490ee0206a182d62ab
[]
no_license
rpgrca/rotl
ba54dda6604afe3e1c3dbaab6e4894c12ae46281
ea828dfadca95f849a3ea2d38ce49c1744294449
refs/heads/master
2023-01-04T02:30:39.561617
2020-10-31T04:39:44
2020-10-31T04:39:44
308,795,825
0
0
null
null
null
null
UTF-8
C++
false
false
13,323
h
/******************************************************************************\ * * File: ../../include/Unit.h * Creation date: April 10, 2005 23:58 * Author: ClassBuilder * XXXX * Purpose: Declaration of class 'CUnit' * * Modifications: @INSERT_MODIFICATIONS(* ) * May 04, 2005 00:...
[ "" ]
2abbab0e70d56e83a602db0d2c2db130aef12b0a
050c550f07d3cddaac6858728438633ac025cbb9
/GOLM/Source/GOLM/GOLMDestructibleActor.cpp
c2c0c99d4b220d0d76e506b92cd603c67ee02378
[]
no_license
sy-ung/GOLM
277dc18a87d6030bf42b1bbe8342b9d5e6b1a59b
ae34387d659e60da1ae22fe356637e2e369d393a
refs/heads/master
2021-01-21T13:14:45.238781
2016-04-24T18:34:18
2016-04-24T18:34:18
53,879,412
0
0
null
null
null
null
UTF-8
C++
false
false
1,336
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "GOLM.h" #include "GOLMDestructibleActor.h" // Sets default values AGOLMDestructibleActor::AGOLMDestructibleActor() { // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need...
[ "songly.ung@hotmail.ca" ]
songly.ung@hotmail.ca
a273f379426fcf10125b0b4c41c31fcf5291ef96
df16949e9f92d4eed0fb4534ac759702ebe16827
/backup/old/3/AnotherFameExploit/AnotherFameExploit/AFE_GUI.cpp
58d474465b27a5b4fb26dd1d886cf55425adc7cd
[]
no_license
easy-forks/Recycle-Bin
083cfa4434f4731d8a3b1c3749c92876ebea7539
cda07c87654ffd4951bff733f4a3517952433afd
refs/heads/master
2023-03-15T18:06:13.423070
2018-06-10T15:45:17
2018-06-10T15:45:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
722
cpp
#include"AFE.h" DWORD dwCase = 0; AirWindow AW; void Create(HWND hWnd){ //AW.StaticText(1, "Character:No Data ", 3, 3); AW.CheckBox(2, "Fame +", 3, 20); AW.CheckBox(3, "Fame -", 3, 40); WriteHook(); } void _stdcall SetCharacterName(char *Name){ AW.SetFormatString(1, "Character:%s", Name); }...
[ "29014872+Riremito@users.noreply.github.com" ]
29014872+Riremito@users.noreply.github.com
9c0c416a0bd6e6269aa3fe31ff369670cf10eb80
3fc84a7fe3cb00d26e971394744fb8af058a46c0
/project_qt/source/source/psv_graphicsscene.cpp
5f54ed1920e461bb5f1d6a5a3d437d9ff3d58e0e
[]
no_license
BIbiLion/LSWuqiankun
5f344954b7dafec85d342766f0a3a8cb4961dd42
6257db4a3b11612c9b0419ae71104f8dfe33b8e9
refs/heads/master
2020-12-24T07:36:08.033393
2017-02-03T01:35:14
2017-02-03T01:35:14
59,795,750
2
1
null
null
null
null
UTF-8
C++
false
false
857
cpp
#include <QGraphicsSceneMouseEvent> #include <QGraphicsItem> #include "psv_graphicsscene.h" PSV_GraphicsScene::PSV_GraphicsScene(const QRectF &sceneRect, QObject *parent) : QGraphicsScene(sceneRect, parent) { // } PSV_GraphicsScene::PSV_GraphicsScene(QObject *parent) : QGraphicsScene(parent) { // } PSV_...
[ "wqiankun89@163.com" ]
wqiankun89@163.com
8d76da240f9c0e41ba4e4b35c86e5dbcac014a28
a51cd1b143434c83ddbe05502a2df038cba45f41
/src/main.cpp
4cd092f33e52924d72b9c64475a8f43299f5f13e
[]
no_license
Yuizz/torqueDAQ
708d4b8d9385308fc55a954c3cae09460390202e
7ffcb12bb3d5cbc54d465a77ab36466436da7a87
refs/heads/master
2023-05-26T14:10:16.991092
2021-06-09T03:57:23
2021-06-09T03:57:23
358,102,991
0
0
null
null
null
null
UTF-8
C++
false
false
6,673
cpp
#include <Arduino.h> //Cause we are using platformIO #include <SPI.h> #include <SDfat.h> //Longer file names, allow us to put timestamp on log files #include <RTClib.h> #include <Adafruit_ADS1X15.h> //docs: https://github.com/RobTillaart/ADS1X15 /* SD card pins configuration (For the adafruit shield board) ** MO...
[ "julianglz270@gmail.com" ]
julianglz270@gmail.com
3e2ecbed54297c8f83c8e1f5e86cf62686411925
8bd65ec74a56e3edc4a68ceebbc9c9875a52276f
/Tut7-Vectors/main.cpp
3a17b196ed29bd6b5e869742dbfccb145e6fe58a
[]
no_license
mrmakhura/Tut7-Vector
2df7b1f6fcedc77e9f56eb7b30a01026d2ed2579
b623c68028649ad5297413155a843c601702d4ed
refs/heads/master
2021-01-10T06:48:54.780821
2015-05-26T14:40:29
2015-05-26T14:40:29
36,297,380
0
0
null
null
null
null
UTF-8
C++
false
false
557
cpp
#include <iostream> #include <string> #include <algorithm> // for auto sort #include <vector> // for auto stack using namespace std; int main() { int x; vector<int> arrInt; for (int i = 0; i < 20; ++i) { cout << "Please enter integer : "; cin >> x; arrInt.push_back(x); } sort(arrInt.begin(), arrInt.e...
[ "Stonewall305" ]
Stonewall305
6b170dfef7e5e54679c5e7baabbb469b9a01eb79
e188c0587310d913556d022a3b43bc97c32b8a7c
/personrepo.cpp
532dd874fa05bc0f002a3ed82c8017b85a067561
[]
no_license
DORB/verkur
ea2ea5557e20dd8d60ea217f4307fd163a75fb80
31ec4fe3bafea5e1bcbbd429c047bba3d226ef52
refs/heads/master
2021-01-22T06:02:53.851810
2014-12-07T23:28:11
2014-12-07T23:28:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,607
cpp
#include "personrepo.h" // Repository smiður. Tekur inn það sem er skrifað í list.txt, býr til persónur // og populatear vektor með þessum persónum PersonRepo::PersonRepo() { try { ifstream inFile("list.txt"); if(inFile.is_open()) { while(!inFile.eof()) // End of file ...
[ "bragur@gmail.com" ]
bragur@gmail.com
5ebe608eaa9fa3418f5a67f59ff1d1306aa01b91
37ed20c47eef2d541fe06cb3a766c020e957a329
/bilard/bilard_test/x64/Debug/uic/ui_bilard_test.h
e49fbfcfc3a6d1c1d79d5a6d3b1a8ee2508d7d40
[]
no_license
bjaworski2002/Bilard
d4c3307aec57107e4ed392d2b38de2bb52a29ea3
d970ef65497f911cda68e6c10f5e81195c963775
refs/heads/master
2021-02-19T04:36:09.750346
2020-06-08T19:47:56
2020-06-08T19:47:56
245,277,063
0
0
null
null
null
null
UTF-8
C++
false
false
2,184
h
/******************************************************************************** ** Form generated from reading UI file 'bilard_test.ui' ** ** Created by: Qt User Interface Compiler version 5.14.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! **************************************...
[ "bjaworski2002@gmail.com" ]
bjaworski2002@gmail.com
90ca2eb307e888eba164b167d2e8f9106e0fc64f
2c0852fca78065b181d74da5b4c943a698ab342a
/include/SparseOP.h
619652016829dfa666e48bcd33a8976e47434ec3
[ "Apache-2.0" ]
permissive
chncwang/N3LDG
bd56d07e366f1598191a8335b4152bceb5054db9
505011639876756041b0a53f555e8251e2a502c3
refs/heads/master
2021-06-07T07:55:48.496329
2021-05-09T10:56:45
2021-05-09T10:56:45
92,940,925
0
3
null
2018-04-30T12:46:08
2017-05-31T11:49:11
C++
UTF-8
C++
false
false
3,806
h
/* * SparseOP.h * * Created on: Jul 20, 2016 * Author: mason */ #ifndef SPARSEOP_H_ #define SPARSEOP_H_ #include "MyLib.h" #include "Alphabet.h" #include "Node.h" #include "Graph.h" #include "SparseParam.h" // for sparse features class SparseParams { public: SparseParam W; PAlphabet elems; i...
[ "chncwang@gmail.com" ]
chncwang@gmail.com
8bbf8beaf6d8098425bf512d0c585669438f6ee8
a8aab2d5a2459462c963c9eacbc098e2487233a0
/Reference_Implementation/Dilithium_recommended/Dilithium.prj/solution1/syn/systemc/crypto_sign_state.h
aff58da4a5f97ecb07d49969b09907827f964f72
[]
no_license
deepraj88/CRYSTALS-Dilithium
5627cf8e70b6b1f9a6fc5a80ced9f02b0393dafa
a6464c2e2c0e5be118f2e9d81de641e0dc6d0a1a
refs/heads/master
2022-02-20T22:25:26.090764
2019-09-30T18:08:41
2019-09-30T18:08:41
211,736,282
0
0
null
null
null
null
UTF-8
C++
false
false
3,568
h
// ============================================================== // File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC // Version: 2018.2 // Copyright (C) 1986-2018 Xilinx, Inc. All Rights Reserved. // // ============================================================== #ifndef __crypto_sig...
[ "dss545@dark-knight.poly.edu" ]
dss545@dark-knight.poly.edu
e591741aa608f1465c7c359e9368863a8c2a04fc
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/collectd/gumtree/collectd_repos_function_1401_collectd-4.10.2.cpp
bfcce54fe08319e3ed30fc840fbc3b6f4af0df82
[]
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
346
cpp
static void udb_result_free (udb_result_t *r) /* {{{ */ { size_t i; if (r == NULL) return; sfree (r->type); for (i = 0; i < r->instances_num; i++) sfree (r->instances[i]); sfree (r->instances); for (i = 0; i < r->values_num; i++) sfree (r->values[i]); sfree (r->values); udb_result_free ...
[ "993273596@qq.com" ]
993273596@qq.com
31352e0c524e0de300ece1cc3c410905b469acda
1508bd1d741dacf847c7b70fa90dc2d73fc8e980
/Classes/MapGenerator.h
74a06f1e79648ce5fdd73061cbd2025644714975
[ "MIT" ]
permissive
samafshari/CocosNeat
e2d2f5bf8e269cce15745a699f6167de1fa88a72
9a747edc3a253105de8ef52ca5aa6f57c3c3264f
refs/heads/master
2022-01-07T14:07:23.522375
2019-05-13T10:08:37
2019-05-13T10:08:37
29,391,924
1
0
null
null
null
null
UTF-8
C++
false
false
698
h
#ifndef __MAPGENERATOR_H__ #define __MAPGENERATOR_H__ #include "helpers.h" #include <map> #include <string> class MapGenerator { public: struct CodeFrequency { char code; int minCount; int maxCount; }; struct MapMeta { int width; int height; vector<CodeFrequency> codes; int see...
[ "s_a@live.com" ]
s_a@live.com
c69c433ae29f05aca116fca820d93266d3caf3c7
03a44baca9e6ed95705432d96ba059f16e62a662
/Opentrains_Contest/10316/A.cpp
2714f00277020090d62c1cc1c342ccc61380d97d
[]
no_license
ytz12345/2019_ICPC_Trainings
5c6e113afb8e910dd91c8340ff43af00a701c7c7
cf0ce781675a7dbc454fd999693239e235fbbe87
refs/heads/master
2020-05-14T08:29:19.671739
2020-04-03T03:21:30
2020-04-03T03:21:30
181,722,314
0
0
null
null
null
null
UTF-8
C++
false
false
973
cpp
#include <bits/stdc++.h> using namespace std; const int N = 210; int n; vector <int> e[N]; int col[N]; int now1, now2; bool dfs(int u, int c) { //cout << u << endl; if (col[u]) { if (col[u] != c) return 0; return 1; } col[u] = c; for (int v : e[u]) if (v != now1 && v != now2) if (!dfs(v, 3 - c)) ...
[ "1217783313@qq.com" ]
1217783313@qq.com
9931c4cf9bb2ca65a89aa1eb033e39f7449dd0b2
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/Editor/UnrealEd/Private/Settings/LevelEditorPlaySettingsCustomization.h
8fe8d393d413e066d302673c40af796663e094ed
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
30,659
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Misc/Attribute.h" #include "Layout/Margin.h" #include "Layout/Visibility.h" #include "Widgets/DeclarativeSyntaxSupport.h" #include "Widgets/SWidget.h" #include "Widgets/SCompoundWidget.h" #include "Widgets/SBo...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
6cf1e2146562077bbb9eeaddace93bc655cf947e
4c61c5cd2f8800ad12ac3a179987edfee25d540b
/source/src/game/server/hl2/npc_antlion.cpp
02271b66c7e72bb4da84bef8c488c7ced1f30c5d
[]
no_license
bmk10/deathmatchclassicsource
b6baf437baa47d54849c21f5b1c5e0e9b9e4c320
5066a003901512f49f776505e6db9b188d128ac4
refs/heads/master
2021-01-10T14:18:39.645263
2011-11-11T16:47:44
2011-11-11T16:47:44
43,664,574
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
149,235
cpp
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: Antlion - nasty bug // //=============================================================================// #include "cbase.h" #include "ai_hint.h" #include "ai_squad.h" #include "ai_moveprobe.h" #include "...
[ "patrinater@71ee791a-c1ec-11de-b13d-e5b83f1b426b" ]
patrinater@71ee791a-c1ec-11de-b13d-e5b83f1b426b
df14605ed851fbd90ccd0a737f1dc06e8cb656b1
206f44038f5853e350f6299c9ecc3e741c050de2
/omaha/base/security/challenger.cc
2421d946549a0e59f9d4c09d1d61450159a2b7ad
[]
no_license
GelaZhang/LibGoogle
6a559b3fa83436efb8d92649b4ee0285a24ac43b
cf7d24ea8ac8560ff0739bcab45b02b73a3bb052
refs/heads/master
2021-05-27T07:40:22.127566
2013-06-07T02:30:24
2013-06-07T02:30:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,572
cc
// Copyright 2007-2009 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed ...
[ "sundayman66@gmail.com" ]
sundayman66@gmail.com
f1b6ece2723030479b58ab2cb3c8b7d96a97d0db
3f54bc8fb47c5896932f68b9251804faa2e4e400
/src/util.h
0e802c2564331f602bb1dab9a0c5d23d763c3c84
[ "MIT" ]
permissive
goalcoin/goalcoinwallet
106b9da3862a8180eb27ef3a259c8a87953fa9c9
de28163034ee55468be4d95653b7c8963b7cb58a
refs/heads/master
2021-01-10T19:34:10.666334
2014-05-21T23:48:18
2014-05-21T23:48:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,171
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 Litecoin Developers // Copyright (c) 2013 GoalCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license...
[ "root@MacBook-Pro-de-Fernando.local" ]
root@MacBook-Pro-de-Fernando.local
c2221ff891b68cf25a9baf171cd2a6c6501f82a8
2a867b1b1958e86ce51f949e5ede18adfa51ffd6
/TrueColoursGameModeBase.h
bd0d6c66586026d0d64432cd97a458f265031345
[]
no_license
JamesSchiele/TrueColours
1c768467f971248cdcaff2fc274c05ad276efb83
b2beeb857de5ae7b39e5776ea9d2217f99914905
refs/heads/master
2023-03-28T04:22:27.678158
2020-11-14T14:54:03
2020-11-14T14:54:03
312,802,311
0
0
null
null
null
null
UTF-8
C++
false
false
295
h
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GameFramework/GameModeBase.h" #include "TrueColoursGameModeBase.generated.h" /** * */ UCLASS() class TRUECOLOURS_API ATrueColoursGameModeBase : public AGameModeBase { GENERATED_BODY() };
[ "jamesschiele@hotmail.com" ]
jamesschiele@hotmail.com
7d941207ca87e73f9f0607a5d7c394b172f8ada5
fcad81ce487257da992904a7547c7df68ac854ca
/bulk/detail/cuda_launcher/runtime_introspection.inl
b4ca858d94fd4e55ffdc80937db15ecf7d0e9d07
[]
no_license
jaredhoberock/bulk
efcccc0dc5d335d26e4b9296c08daa9f4443f71b
e31eedaf7a44bd0841d7f41bcb73e0fc11544aa1
refs/heads/master
2020-04-06T07:12:38.072648
2019-10-04T13:48:57
2019-10-04T13:48:57
10,181,786
31
6
null
2019-10-04T13:48:58
2013-05-20T20:55:45
C++
UTF-8
C++
false
false
5,403
inl
/* * Copyright 2008-2013 NVIDIA 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...
[ "jaredhoberock@gmail.com" ]
jaredhoberock@gmail.com
dc76245166319462078f50029018b4e625253599
4471347e0ab43b6ba159f5af8b20439e8f8452c1
/module_02/ex01/main.cpp
6f0c46826dbe68285b4674c1f133e66b549531af
[]
no_license
ladislasfontaine/CPP
2764d36ed216327c8802654bd466b72317f8e01d
eeb2f4b0eefe9feb568f0f0d2661baf3659b8be5
refs/heads/master
2022-11-24T04:17:24.577168
2020-07-30T14:55:32
2020-07-30T14:55:32
274,726,319
0
0
null
null
null
null
UTF-8
C++
false
false
1,488
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: ...
[ "fontaine.ladislas@gmail.com" ]
fontaine.ladislas@gmail.com
bf7b08132a32cf15dfcf67303ddee8b8d74fe384
3eafabe20db12174787625530e20e93c234cc71c
/3.提高组/271.滑动窗口.cpp
0710bb76c63d42d53a65de8fff2baa04330f081c
[]
no_license
Shuttles/HZOJ-C
fe07d83007512ec5d09f35f5ebf0cc027dbfb68c
d581e069fde097ef2c6f4fc4a585c26d1cccd89e
refs/heads/master
2022-05-11T00:05:25.035140
2022-04-09T17:24:28
2022-04-09T17:24:28
198,056,841
0
0
null
null
null
null
UTF-8
C++
false
false
1,053
cpp
/************************************************************************* > File Name: 271.滑动窗口.cpp > Author: > Mail: > Created Time: 三 4/29 21:12:19 2020 ************************************************************************/ #include<iostream> using namespace std; #define MAX_N 300000 int arr[MAX_N + 5]...
[ "2287441467@qq.com" ]
2287441467@qq.com
b1e7906b91af75cd0f1dfc06af808338ed9cdb01
c7b92a229054b9c3241f31a652be24d33d2a6fd0
/Plugins/AdvancedSessions/AdvancedSessions/Intermediate/Build/Win64/UE4Editor/Inc/AdvancedSessions/UpdateSessionCallbackProxyAdvanced.generated.h
cb1d4196626e62da8bb1004042f5753bad970685
[ "MIT" ]
permissive
arttu94/PropHuntProt
eefc086b5f6989ccf9169984c32b94a38c39abc7
a02b9ca59036c8195dfdf5d157327e63beca2a6d
refs/heads/master
2020-08-08T05:03:25.757635
2019-10-08T19:09:46
2019-10-08T19:09:46
213,721,307
0
0
null
null
null
null
UTF-8
C++
false
false
8,354
h
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "arttu.gz94@hotmail.com" ]
arttu.gz94@hotmail.com