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
dd47071bb23fc2d46cface7690a9367b17b3f192
a6f4e599fef44d76789b88431a67c0940e01c212
/srs_ecc_plugin/src/core/Symmetric_algorithm.cpp
227a1579b179e89b22e9f3fab51e17c490c7fa0c
[ "MIT" ]
permissive
wsasocket/study
2ec86c3768ee4e4a3bc9ac79ea43c8a2c0fe5be4
306bd2d9a7de10247a6452e49b7096c803f33e40
refs/heads/master
2021-01-21T12:59:18.993639
2016-04-13T05:21:57
2016-04-13T05:21:57
55,141,261
0
0
null
null
null
null
UTF-8
C++
false
false
2,284
cpp
/* * Symmetric_algorithm.cpp * * Created on: 2016年4月12日 * Author: james */ #include "Symmetric_algorithm.hpp" Symmetric_algorithm::Symmetric_algorithm() { // TODO Auto-generated constructor stub sysmmetric_id = -1; } Symmetric_algorithm::~Symmetric_algorithm() { // TODO Auto-generated destruct...
[ "zouyemign@bravovcloud.com" ]
zouyemign@bravovcloud.com
252283f506b2350db671acdc21c54e1c1dcf8f54
af0ff623a11e5ad2c2e02b49ceeeb5d608e70bc4
/02_ip_filter/split.h
cb169c8969475aaf1cf6d0585f7ce255a3c61b4d
[]
no_license
slonegd-cpp/otus-cpp
2b73792b1ad60479df78d075fbf33a8fdb6854ac
2782ac751651ea78795f0ee1cc97797a36fcfe26
refs/heads/master
2020-12-02T04:06:27.999009
2019-01-08T05:40:30
2019-01-08T05:40:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
596
h
#pragma once #include <vector> #include <string> // ("", '.') -> [""] // ("11", '.') -> ["11"] // ("..", '.') -> ["", "", ""] // ("11.", '.') -> ["11", ""] // (".11", '.') -> ["", "11"] // ("11.22", '.') -> ["11", "22"] auto split(const std::string &str, char d) { std::vector<std::string> r; auto stop = str...
[ "slonkdv@mail.ru" ]
slonkdv@mail.ru
a29a8211656b68e142f9aa4509fb0dec0ea2d950
908729fb4ffe24490141191447704970c2e86b3a
/src/Node.h
0116d68648b031968085af1a33cdfc18b4a50073
[]
no_license
ain2108/gcore
62702b5a1be5fb50f9d9895a1132ed381ea3237f
e9b2335ff3f07df2bcea1d57c0c041dcd1c5e814
refs/heads/master
2021-01-20T04:02:58.745169
2019-03-31T21:54:45
2019-03-31T21:54:45
89,631,045
1
0
null
null
null
null
UTF-8
C++
false
false
1,923
h
#ifndef NODE_H #define NODE_H template <typename IdType, typename WeightType, typename DataType> //requires Comparable<IdType> && Numeric<WeightType> class Edge; /*! The Node class represents a Node. Create Nodes by calling the appropriate creating funtion. After Nodes are created, one has to add them to the graph ...
[ "ain.jesape@gmail.com" ]
ain.jesape@gmail.com
5b38defa0662fe0b7becc0efbfc06f741005a442
393aa0b9f22501f5e1972730efbbae6f6e0d34ba
/Juego/codigo/iIntUnidad.cpp
9e9f7ec475be097af207d5def1b456a557243b44
[]
no_license
riseven/JRK
5c18d7bfcf2482e2ef6ed2515a64b3e7c4b32c10
a91da8270cc2dde33c91611a92e64c1bb143794e
refs/heads/master
2021-01-10T18:26:35.998045
2012-10-09T14:49:02
2012-10-09T14:49:02
5,834,089
1
1
null
null
null
null
UTF-8
C++
false
false
2,302
cpp
#include "iIntUnidad.h" #include "rProtocolo.h" #include "iUnidadUniSeleccionable.h" #include "gApi.h" #include "iApi.h" #include "iUnidad.h" #include "eExcepcionLocalizada.h" #include <string> #include "iBarracones.h" namespace Interfaz { IntUnidad::IntUnidad() { try { posX = 315; posY = 615; ...
[ "riseven@riseven.com" ]
riseven@riseven.com
d3d1aa5bfe6aaf73a267fba00d3286d115439f32
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/pdfium/xfa/fxfa/layout/cxfa_contentlayoutitem.cpp
9eacf72fa3f4a4502c8bae3bcd6c679cae733dd1
[ "BSD-3-Clause", "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later" ]
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,447
cpp
// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "xfa/fxfa/layout/cxfa_contentlayoutitem.h" #include "fxjs/xfa/cjx_object.h" #include "...
[ "jengelh@inai.de" ]
jengelh@inai.de
38f1c86caf90dac57aaddd417dcb893a3d427abc
8ebbf0a38833406609da81e94d2200b0dcfa3721
/CPPClient/Net/proto/func/ReceiveProto.h
f22f35c33facd191c7909bcc90035b5d66ff45d3
[]
no_license
lrsxnn/CPPTest
59e3ea07076a3aa025615f84b46186116d86adfd
9b796780ccb4dc87ee262d6fd25b3c52c980aca6
refs/heads/master
2022-11-29T06:09:57.188095
2020-07-28T02:41:59
2020-07-28T02:41:59
283,073,311
0
0
null
null
null
null
UTF-8
C++
false
false
910
h
#pragma once #ifndef _RECEIVE_PROTO_FUNC_H #define _RECEIVE_PROTO_FUNC_H #include "../pb/srvRes.pb.h" #include "../cmd/ReceiveProto.h" using namespace std; namespace CPPClient { namespace Net { namespace Func { class ReceiveProto : public CPPClient::Net::Cmd::ReceiveProto ...
[ "lrs-1@163.com" ]
lrs-1@163.com
6685bacfdcc60487ed8069da91d8fa0964987072
72aa531d89acb617ef7b5c01cf0a6e4ea330fcc7
/ios/nexus-mobile-library.framework/Headers/LLP/types/time.h
c5d0fa0a4a990548e34ef4de07d01ddb09b10ead
[ "MIT" ]
permissive
liuzhenLz/nexus-mobile
d4306a5e2f9b8f15a96b28d88007bb573dfb383b
e917e8da60a67383fd7b84848a15e3b3bbe1a055
refs/heads/master
2023-08-29T20:21:29.358115
2021-09-21T18:47:30
2021-09-21T18:47:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,046
h
/*__________________________________________________________________________________________ (c) Hash(BEGIN(Satoshi[2010]), END(Sunny[2012])) == Videlicet[2014] ++ (c) Copyright The Nexus Developers 2014 - 2021 Distributed under the MIT software license, see the accompanying ...
[ "Kendal.Cormany@nexus.io" ]
Kendal.Cormany@nexus.io
b3bba9e83a9b302be27d18ca3320df981ace1c14
dafdc8972ab552810dadaf8b6db2329a171569b0
/ex4/Worker.cpp
0b8a393020816a6ee5475d525b8ba33f4c4ec93c
[]
no_license
Lecseruz/Prepare-Kurs
39d9410ff8dadd8d4e6b556291b1418d8c05542d
59af6581932017ca8e1f2a2d768596369ce20cd4
refs/heads/master
2023-01-18T17:49:50.836840
2018-06-10T11:45:22
2018-06-10T11:45:22
55,969,984
0
0
null
null
null
null
UTF-8
C++
false
false
1,195
cpp
// // Created by magomed on 04.04.16. // #include "Worker.h" #include "array.h" #include <iostream> using namespace std; Worker::Worker() { } Worker::~Worker() { } Worker::Worker(const Worker &tmp): surname_(tmp.surname_), initials_(tmp.initials_), work_(tmp.work_), year_(tmp.year_)...
[ "magomedalievic@gmail.com" ]
magomedalievic@gmail.com
6e2a4f247556a11bb72cc7084e6ec2939c3008e5
52fdd3496c2fddbcdad4865e0b6093d697a81e0d
/primes_benchmark.cpp
549330f8b519e6032e3239781db3ee7e68896ea8
[ "Zlib" ]
permissive
curtisseizert/libdivide
cb031eaa0b4de54eb9bd537fb6da5d123104901d
dc00301c8667d1b590d63a8cb176393acf2ef3d9
refs/heads/master
2021-01-18T21:39:29.395138
2016-08-23T20:23:46
2016-08-23T20:23:46
71,793,619
1
0
null
2016-10-24T13:47:44
2016-10-24T13:47:43
null
UTF-8
C++
false
false
6,248
cpp
#include <functional> #include <iostream> #include <chrono> #include <deque> #include <vector> #include <cstring> #include "libdivide.h" #if __GNUC__ #define NOINLINE __attribute__((__noinline__)) #else #define NOINLINE #endif template<typename T, int ALGO> struct prime_divider_t { T value; libdivide::divider...
[ "corydoras@ridiculousfish.com" ]
corydoras@ridiculousfish.com
f452c4024eb6ff6c4a082f3136314f68faabe122
e18ffa5353dc10367a9f6eaebd27c33805b54589
/DAY-8/transform_matrix.cpp
e7a66325cd50e87a95b1a58128958d832a862975
[]
no_license
mridul-joshi/DS-A
e3a9ae58d12af0743eecc35e748e840963e90be7
289190ae329f8a918461d0c6c33dae8dfd8a794f
refs/heads/main
2023-06-14T16:35:55.462949
2021-07-13T15:30:38
2021-07-13T15:30:38
382,907,850
0
0
null
null
null
null
UTF-8
C++
false
false
1,171
cpp
#include <bits/stdc++.h> using namespace std; void rotate(vector<vector<int>> &arr) { for (int i = 0; i < arr.size(); i++) { for (int j = i + 1; j < arr.size(); j++) { swap(arr[j][i], arr[i][j]); } } for (int i = 0; i < arr.size(); i++) { reverse(arr[i].b...
[ "mriduljoshimj12@gmail.com" ]
mriduljoshimj12@gmail.com
39a90646f036d8beeae00a3c411e7e320e8c2f5a
f24e3c30be770316406ada0287cb15cfc51406f6
/VihecleRecognitionVS2013/stdafx.cpp
1bdf1eb179e53c72e7d293934b91096fd71c0eb3
[]
no_license
Runningwater23/VehicleRecognition
b938a3271073bcf84d4e45cd6909e632046ffd94
8fdf305c61a41ddce7b6828b16bd7604e86f55ca
refs/heads/master
2021-01-16T21:04:05.250774
2016-08-03T08:13:26
2016-08-03T08:13:26
63,764,192
0
0
null
null
null
null
GB18030
C++
false
false
179
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // VihecleRecognitionVS2013.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "Rw_1227341326" ]
Rw_1227341326
81ca8cd1404350036ca16050e64e4d69c5c11742
65dcc74b271cafac2511f38fa3caf85d2c3daff8
/Songuku/main.cpp
89f53ec6e89e9c8ac50a417059b69224e5d75374
[]
no_license
thangdepzai/Thuat-toan-ung-dung-samsung
18258b4c6b9110521a2dd618cd141795c33c8be8
05ff49615d691bc85f30cd6ff45211fde8332ce1
refs/heads/master
2020-05-26T08:43:34.187401
2019-05-23T09:54:31
2019-05-23T09:54:31
188,171,514
0
1
null
null
null
null
UTF-8
C++
false
false
1,929
cpp
#include<iostream> #include<vector> using namespace std; int n=9; int m; int A[9][9]; int cnt =0; int dem =0; int Row=-1, Col=-1; //4 0 0 0 0 0 0 0 0 //0 8 0 0 0 0 0 4 0 //0 3 0 2 0 8 1 0 5 //3 0 0 9 1 0 2 0 0 //6 4 0 0 0 5 9 0 0 //7 0 0 3 8 0 4 0 0 //0 7 0 6 0 1 3 0 4 //0 1 0 0 0 0 0 2 0 //5 0 0 0 0 0 0 0 0 void Ini...
[ "tabaothang97@gmail.com" ]
tabaothang97@gmail.com
4edbbdb24e7f6dc9ab41e0d7737a38844f4d027a
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-ec2/source/model/StopInstancesRequest.cpp
7f5f7a47c807b20051e4e60770bd9a6b5585bf49
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
1,581
cpp
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
4a215f4a2d20705ac8f61241f04c07e9606f055c
5022fe3151ea0de7b2f21f571ac43e7d05d14fb2
/src/BioFVM/BioFVM_microenvironment.cpp
7fe42838d2d60f94c75457c45a47d12a999a0537
[]
permissive
IU-nanoBio/pc4nanobio
df17a898223b5f1f2a67fb1bd03ee1a1dbb87a65
f9412bc16061009a08fd3640d2886d5b78510918
refs/heads/master
2020-05-09T11:11:33.363006
2019-04-13T13:03:51
2019-04-13T13:03:51
181,070,781
0
0
BSD-3-Clause
2019-04-13T13:03:52
2019-04-12T19:24:00
C++
UTF-8
C++
false
false
37,231
cpp
/* ############################################################################# # If you use BioFVM in your project, please cite BioFVM and the version # # number, such as below: # # # # We ...
[ "heiland@indiana.edu" ]
heiland@indiana.edu
292aa4492de59f088b2c16f66e156ad1444c68bc
baab42ac0c4181b68af44c8707cbfd3fc5641888
/SensorCalibration/SensorCalibration.ino
51892b3612e2584a90473f35032be6b6a4bfbb5d
[]
no_license
KevinMoffatt/Mech6_2
95d2e1bd23d0c8b1185665ed0053000dfcc78e52
e4bd98d99c1750f37c284cca5bdbdceb96141b72
refs/heads/master
2021-05-04T22:43:55.310837
2018-03-31T18:50:12
2018-03-31T18:50:12
120,058,220
0
0
null
2018-03-31T18:50:12
2018-02-03T04:09:11
C++
UTF-8
C++
false
false
727
ino
#define MEGA #define RIGHT_IR A1 //Right IR Rangefinder Pin #define LEFT_IR A2 //Left IR Rangefinder Pin double leftIRVolt = 0; double rightIRVolt = 0; double leftDist = 0; double rightDist = 0; void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { Serial.print("Left Sens...
[ "brettreeder63@hotmail.com" ]
brettreeder63@hotmail.com
c1f247b9e8b5e8ab9a92da651f6c02c18c089432
db8a5f9b32e8d6e7a80d6c2464aa496f6cd0bf3e
/Ui/CurrentSourceInfoWidget.cpp
ce8457ff5e0b3c909c6e989875a03f5f1463503b
[]
no_license
hash1018/Raina
5eb400e7c9d0153a478a0a3c414b6ce31b046b86
b2054364cd6e507a5208e95dff4b13e8c10cea5a
refs/heads/main
2023-05-07T23:16:46.171012
2021-06-03T09:22:47
2021-06-03T09:22:47
363,901,554
2
1
null
null
null
null
UTF-8
C++
false
false
1,128
cpp
#include "CurrentSourceInfoWidget.h" #include <qpainter.h> #include "../NotifyEvent/NotifyEvent.h" #include <./ui_CurrentSourceInfoWidget.h> #include "../Base/Source.h" CurrentSourceInfoWidget::CurrentSourceInfoWidget(QWidget* parent, Chain* chain) :QWidget(parent), Chain(chain), ui(new Ui::CurrentSourceInfoWidget),...
[ "46293206+hash1018@users.noreply.github.com" ]
46293206+hash1018@users.noreply.github.com
ccbaf233e56f5e9e3c42d60990403b17aa487120
a347be60d574aa24f095b0d83c7ac8835d0271fe
/Part13算法竞赛宝典/第一部资源包/第三章 实战演习/文件读写/fread读取文件1.cpp
4e2c693417db5414690b16216f7ecf868a465913
[ "LicenseRef-scancode-mulanpsl-1.0-en", "MulanPSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
fanll4523/algorithms
7f2f4a2be499b13345531a700d917ec10e961ad7
2c274d785adc75c0952a79cbdd69304452e6d7c1
refs/heads/master
2023-08-15T23:40:17.832882
2021-10-24T04:42:47
2021-10-24T04:42:47
null
0
0
null
null
null
null
IBM852
C++
false
false
260
cpp
//freadÂ┴╚í╬─╝■1 #include <stdio.h> #include <stdlib.h> char a[1100000]; int main() { FILE *in=fopen("a.in","rb"); FILE *out=fopen("a.out","w"); int n=fread(a,1,1100000,in); for(int i=0;i<n;i++) fprintf(out,"%c",a[i]); return 0; }
[ "1648266192@qq.com" ]
1648266192@qq.com
ed29a0cc2275cc99fc092a917f02e568aa3a0b56
312db7d82f1c0123799e797807c0813437cc695b
/Programmers/L2/L2_카펫.cpp
6d9f978a98663a53d79b1b0800b8dbfe27c2ab70
[ "MIT" ]
permissive
Luxusio/Coding-Test
d9711765f956b4a59cf13eb9c568a84f326598b7
1cf3cf49c71ab66f140701fb3fc0548b2a2ebca4
refs/heads/master
2023-07-21T22:34:56.100172
2021-09-08T09:33:58
2021-09-08T09:33:58
355,099,560
0
0
null
null
null
null
UTF-8
C++
false
false
395
cpp
// 2021.03.28 20:20 //#include <string> //#include <vector> // //using namespace std; // //vector<int> solution(int brown, int yellow) { // // int sum = (brown / 2) + 2; // int height = 3; // int width = sum - height; // while (width >= height) { // if ((width - 2) * (height - 2) == yellow) // return {width, height...
[ "44326048+Luxusio@users.noreply.github.com" ]
44326048+Luxusio@users.noreply.github.com
b621bb87dbc2d89afec8ba44bee7e87598356a89
d8ba850b4b308408980e97dab94caa1f07de7ae9
/TP3/LUMat.cpp
5f2acca949babdb752e31af8aafc32f89c70c6f0
[]
no_license
tytgat/ConcurrentMultithreading
5e1fd8020712c9b326f5c22b08c4f63ae7da11f0
d5cc538199ebf67756355fce2c28c15cdd50af34
refs/heads/master
2020-04-02T01:48:31.607540
2019-01-03T13:36:15
2019-01-03T13:36:15
153,876,111
0
0
null
null
null
null
UTF-8
C++
false
false
2,659
cpp
#include "pch.h" #include <iostream> #include <ctime> #define SIZE 1500 using namespace std; int roundFloat(float val) { return (int)(val + 0.5); } void printMat(float ** M) { for (int i = 0; i < SIZE; i++) { for (int j = 0; j < SIZE; j++) { cout << float(int(M[i][j] * 100)) / 100 << ", "; } cout << end...
[ "tytgatkarel@gmail.com" ]
tytgatkarel@gmail.com
3680d7182c35ffa5ab40c1cd75bf6594e0eaa0b0
ba27825e4fd7452fe42f9969adbd213008fb09fe
/Train/summer 2017/CF_contest/419 - 430/424/B.cpp
7d36cce2317cad4e57472ebf64799e6062f41fdc
[ "MIT" ]
permissive
mohamedGamalAbuGalala/Practice
2e77a912ee366f633becf0f69562a068af138849
2a5fa3bdaf995d0c304f04231e1a69e6960f72c8
refs/heads/master
2022-07-18T23:25:08.717496
2020-05-25T07:51:40
2020-05-25T07:51:40
111,872,626
1
0
null
null
null
null
UTF-8
C++
false
false
1,181
cpp
#include <bits/stdc++.h> using namespace std; // input handle #define in(n) scanf("%d",&n) #define ins(n) scanf("%s",n) #define inc(n) scanf("%c",&n) #define inf(n) scanf("%lf",&n) #define inl(n) scanf("%lld",&n) #define ot(x) printf("%d ", x) #define ots(x) printf("%s ", x) #define otc(x) printf("%c", x) #define ln() ...
[ "Mohamed.abugalala@gmail.com" ]
Mohamed.abugalala@gmail.com
0c3b68bcea098f037b426d41de02d0492c2d6fa8
a353520a6e3a4e8fdde8daecf57631e8d78b94fb
/Project 03 MFCC for Vowel Recognition/Codes/render.cpp
1bf6b71f5e2e3f6dbc177bb999cbd46389cfdb2a
[]
no_license
gtanvir/QmRTDSPCourseworks
048a316c97f978cb4e0ee6a362f0120a54bc9ce8
1fefbad92a58066769c651423a4e590209dc3eeb
refs/heads/master
2022-12-23T08:10:13.602156
2020-09-29T02:05:54
2020-09-29T02:05:54
298,788,853
0
0
null
null
null
null
UTF-8
C++
false
false
7,376
cpp
// ECS732 Real-Time DSP // School of Electronic Engineering and Computer Science // Queen Mary University of London // Spring 2019 // Final Project - Bengali Vowel recogntion // Student No: 180715305 #include <Bela.h> #include <ne10/NE10.h> #include <cmath> #include <cstring> #include <SampleLoader.h> #include <Sampl...
[ "gtanvir027@gmail.com" ]
gtanvir027@gmail.com
ee9fea8559a1deb27a45c6d2c0f3ef04030e56ad
4d5489bca6e9e787d66fedbabaf70f80582565f4
/PixelLoading/src/ofApp.h
7db6ca9172fdc06d06f9af665624d14bf2d77041
[]
no_license
Dronomycom/tests-ariel
31d7813c30d3bc03bacee8c20da58a8b2de7c356
426cb7406ebf36c25d5589c73ecc40005449c04d
refs/heads/master
2020-03-17T06:07:53.884662
2018-09-26T15:31:44
2018-09-26T15:31:44
133,342,622
0
0
null
null
null
null
UTF-8
C++
false
false
284
h
#pragma once #include "ofMain.h" #include "ThreadedPixelsLoader.h" class ofApp : public ofBaseApp { public: void setup(); void draw(); protected: ThreadedPixelsLoader pixelsLoader; void pixelsLoaderEvent(ThreadedPixelsLoader::PixelsLoaderEntry &entry); };
[ "ariel@chronotext.org" ]
ariel@chronotext.org
42d9f7a4be0d078fff81df29b97e6e12ed07ed04
260a986070c2092c2befabf491d6a89b43b8c781
/coregame/gamebabel.cpp
f7db6cd410aa284266c991274e96439044db9455
[]
no_license
razodactyl/darkreign2
7801e5c7e655f63c6789a0a8ed3fef9e5e276605
b6dc795190c05d39baa41e883ddf4aabcf12f968
refs/heads/master
2023-03-26T11:45:41.086911
2020-07-10T22:43:26
2020-07-10T22:43:26
256,714,317
11
2
null
2020-04-20T06:10:20
2020-04-18T09:27:10
C++
UTF-8
C++
false
false
5,026
cpp
/////////////////////////////////////////////////////////////////////////////// // // Copyright 1997-1999 Pandemic Studios, Dark Reign II // // Game-Play Engine // // 27-APR-1998 // /////////////////////////////////////////////////////////////////////////////// // // Includes // #include "gamebabel.h" ...
[ "razodactyl@gmail.com" ]
razodactyl@gmail.com
3a0d9b0e956c01822bf60e27163d4e031a2e7cc2
de9e2f4c77c187f6222969d2f50c919d5d2648ee
/unique_characters.cpp
73d7f8b8f23a892d5dffac9db3596e819c300c57
[]
no_license
YhgzXxfz/lintcode
fb43ce42718448fed1c97c5b897f400145a0c318
e013dc70f272c914b08c3bdc1b560e8c04989b60
refs/heads/master
2020-04-09T06:05:08.920210
2017-10-28T13:58:31
2017-10-28T13:58:31
68,045,753
0
0
null
null
null
null
UTF-8
C++
false
false
394
cpp
class Solution { public: /** * @param str: a string * @return: a boolean */ bool isUnique(string &str) { // write your code here int len = str.length(); for (int i = 0; i < len; ++i) { for (int j = i+1; j < len; ++j) { if (str[i] == str...
[ "qingfeiyou@gmail.com" ]
qingfeiyou@gmail.com
abfeb12683fe51573808854be1405d90fc41fcdc
8c4ee0f21dc1cdbf14a1659534cc9b2e9152cf39
/XXbgService/XXbgService/CCentOneReader.cpp
29d66bbe38d9592498bbac61a2156902f7e7ed27
[]
no_license
ruanjh959/Paperless
5d05b8b819d4460228cbc72e1a1eed9affb8410d
a26313738db05041379526753c50cad01d812357
refs/heads/master
2021-01-01T16:46:48.900301
2017-07-26T14:11:49
2017-07-26T14:11:49
97,918,541
0
4
null
2017-07-26T14:11:50
2017-07-21T07:20:06
C++
GB18030
C++
false
false
2,312
cpp
#include "CCentOneReader.h" #include "MyTTrace.h" #include "utils.h" // 重写,获取身份证芯片信息 int CCentOneReader::MyReadIDCardInfo(const char *pSaveHeadPicFilenm, MYPERSONINFO *pPersonInfo) { GtWriteTrace(30, "%s:%d: 进入获取身份证芯片信息函数!", __FUNCTION__, __LINE__); if (pSaveHeadPicFilenm == NULL) { return -1; } /...
[ "153016910@qq.com" ]
153016910@qq.com
feaf01aadca77770f586b72c8b85638b015869fc
d1fd0977ab559b73316407d44852bb21af227e01
/parser.cpp
5cd51945b77df4eef72d3382a2abb8e4497ec62d
[]
no_license
jonathan-innis/csce-313-bash
c52897aa2653634e3a8ed007a3ac3b1fb5b0175f
17a435176e4b207e4df4afef8e604c8e368e35c9
refs/heads/master
2020-03-31T00:43:41.093683
2018-10-07T20:52:45
2018-10-07T20:52:45
151,751,913
0
5
null
null
null
null
UTF-8
C++
false
false
1,268
cpp
#include <stdio.h> #include <stdlib.h> #include <vector> #include <string> #include <string.h> #include <iostream> using namespace std; vector<string> remove_whitespace(vector<string> parsed_line){ for (int i = 0; i < parsed_line.size(); i++){ if (parsed_line[i] == "") parsed_line.erase(parsed...
[ "jonathan.innis.ji@gmail.com" ]
jonathan.innis.ji@gmail.com
7cf8d66bac9c6fb79a1ef303666228ca89de357d
aca1b1a95896329be8287a08088d1ca78f9cc4b5
/Classes/sc_map.cpp
f7be890fe5de15460e449609d0fc74b0643a83ed
[]
no_license
sebesbal/simciv2
c748c092c85116552cb0f12eeb3c726a01340bd5
be91acdb72e2f7230dc4b5e6c95b2696c3d02d74
refs/heads/master
2022-12-07T23:58:21.011544
2022-11-29T16:55:20
2022-11-29T16:55:20
40,497,759
0
0
null
null
null
null
UTF-8
C++
false
false
7,544
cpp
#include "stdafx.h" #include "sc_map.h" #include "assert.h" #include <queue> #include "trade.h" #include "world.h" using namespace std; namespace simciv { int product_count; Area::Area(): map(nullptr) , road_level(0) , mil_level(0) , industry(nullptr) , has_factory(false) { } AreaData& Area::data(Pr...
[ "sebesbal@gmail.com" ]
sebesbal@gmail.com
6d80ee897c6e54a4f810333aa2a3f16c4d9fdb74
6cede427078f41da0e0ebb4d031cb34e9479cd40
/src/TestPlugin.h
35b2624ddc0457ed4413135b986b21037678831a
[]
no_license
masters-info-nantes/madjan
48518efa962407dee764f86422ebdfccf71bdbb4
9e756d77ce33a0a8ccd5e828540bb270b9d69027
refs/heads/master
2020-03-27T02:48:11.517646
2014-12-16T06:57:51
2014-12-16T06:57:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,344
h
#ifndef __TEST_PLUGIN__ #define __TEST_PLUGIN__ #include <cppunit/TestCase.h> #include <cppunit/extensions/HelperMacros.h> #include "plugin.h" class TestPlugin : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(TestPlugin); CPPUNIT_TEST(addPawnOk); CPPUNIT_TEST(addPawnNull); CPPUNIT_TEST(existPawnEmptyOk); ...
[ "maximepvrt@gmail.com" ]
maximepvrt@gmail.com
d9c9f924346543215ae0f68f087c89623f29d9e6
65c7ed873e61883f15a3fce7bfa45c300d45e1f2
/include/mimetypes.h
7d8fcd2135a565b593328da63cda97c69d86da4a
[]
no_license
rburchell/hottpd
78967ddb093a029664d97d5524d9cd1cd6e209d2
1d61c3be0664711eb06b207557b042fbd5a3d89c
refs/heads/master
2021-01-19T18:07:39.519781
2008-04-30T17:30:14
2008-04-30T17:30:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
401
h
#ifndef __MIMETYPES_H__ #define __MIMETYPES_H__ class CoreExport MimeManager : public classbase { std::map<std::string, std::string>MimeTypes; public: InspIRCd *ServerInstance; MimeManager(InspIRCd *Instance) : ServerInstance(Instance) { } ~MimeManager() { } void AddType(const std::string &ext, const std...
[ "w00t@10b18fc5-bf86-4583-be7b-d48ff0e42742" ]
w00t@10b18fc5-bf86-4583-be7b-d48ff0e42742
50f44bc8b5d46754ec9b24431352c842490c15cc
77315d0f84ec16354b490e705722df39be47b7b6
/Source/NoesisGui/Private/GeneratedClasses/NoesisDiscreteInt16KeyFrame.cpp
69a70b6540d6b2117082ec61f8fd249b24a67a4d
[]
no_license
miaohongbiao/UE4Plugin
d259f57fadf77a5b152249fe303f5947ae4f28b7
8ae40958c823e6a5a29f8ff3fef1ba4c4c449623
refs/heads/master
2021-06-21T14:26:42.443016
2017-02-27T19:48:27
2017-02-27T19:48:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,474
cpp
//////////////////////////////////////////////////////////////////////////////////////////////////// // Noesis Engine - http://www.noesisengine.com // Copyright (c) 2009-2010 Noesis Technologies S.L. All Rights Reserved. ///////////////////////////////////////////////////////////////////////////////////////////////////...
[ "hcpizzi@hotmail.com" ]
hcpizzi@hotmail.com
a54531e07765e228c08806220a23f64cb2676cf8
0d1645e912fc1477eef73245a75af85635a31bd8
/sdk/wpp5/include/dbcType.hpp
2b2b05eb64b81f6a91e98716798bdd1845121b88
[ "MIT" ]
permissive
qianxj/XExplorer
a2115106560f771bc3edc084b7e986332d0e41f4
00e326da03ffcaa21115a2345275452607c6bab5
refs/heads/master
2021-09-03T13:37:39.395524
2018-01-09T12:06:29
2018-01-09T12:06:29
114,638,878
0
0
null
null
null
null
UTF-8
C++
false
false
95
hpp
#ifndef WPP_DBCTYPE_H #define WPP_DBCTYPE_H class dbcType { public: }; #endif //WPP_DBCTYPE_H
[ "qianxj15@sina.com" ]
qianxj15@sina.com
92aa9f2e61964e74387c712daacbc258bf8814f0
bb35a689812fc097e5ca6ca6d00509d1a664efb7
/DeepMimicCore/render/DrawMesh.h
8661489bcf038cab2f2368ad0252b9ea01d4441c
[ "MIT" ]
permissive
rangsansith/DeepMimic
9461013c414aac48f1e2e79d1bf19b677af4834e
cc226a2363310683fe8e6753b7fdc75fed1918bd
refs/heads/master
2020-04-04T15:40:35.425215
2018-10-21T15:21:25
2018-10-21T15:21:25
156,047,284
1
0
MIT
2018-11-04T03:53:36
2018-11-04T03:53:36
null
UTF-8
C++
false
false
2,830
h
/* Copyright (c) Russell Gillette * December 2013 * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, p...
[ "jasonpeng142@hotmail.com" ]
jasonpeng142@hotmail.com
d832de928e68430958da90038adcace7cd5ba4f5
731d0d3e1d1cc11f31ca8f8c0aa7951814052c15
/InetSpeed/winrt/Windows.Phone.Devices.Notification.h
6990c5c66cfb195b8c517e6f26a34afa319b84ae
[]
no_license
serzh82saratov/InetSpeedCppWinRT
07623c08b5c8135c7d55c17fed1164c8d9e56c8f
e5051f8c44469bbed0488c1d38731afe874f8c1f
refs/heads/master
2022-04-20T05:48:22.203411
2020-04-02T19:36:13
2020-04-02T19:36:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,571
h
// C++/WinRT v1.0.170717.1 // Copyright (c) 2017 Microsoft Corporation. All rights reserved. #pragma once #include "base.h" #include "Windows.Foundation.h" #include "Windows.Foundation.Collections.h" #include "impl\complex_structs.h" WINRT_WARNING_PUSH #include "impl\Windows.Phone.Devices.Notification.2.h" namespac...
[ "torre_charles@hotmail.com" ]
torre_charles@hotmail.com
fed3d1f54facc999b81643cb85b9f441e63d9c56
366e59d7bb2bae5be91b258c7f7297c33b3a4ea7
/glsl-compiler/main.cpp
106ae3ac3161759ff17370aa20126a1ab7692a28
[]
no_license
kruseborn/shader-compiler
81a9445950cae47a6c9a791717a068f634d445e6
892b7e6b5dcea5a14159f991d525e9ed7d89a696
refs/heads/master
2020-04-26T08:18:15.807414
2019-10-19T16:34:26
2019-10-19T16:34:26
173,419,283
3
0
null
2019-10-14T16:19:11
2019-03-02T07:49:16
C++
UTF-8
C++
false
false
890
cpp
#include "parsers.h" #include <cstdio> #include <string> #include <fstream> #include <filesystem> int main(int argc, char *argv[]) { if (argc != 2) { printf("./glsl-compiler filename\n"); return 1; } std::string inFile(argv[1]); std::ifstream fstream(inFile); if (!fstream.is_open()) { printf("...
[ "kruseborn@gmail.com" ]
kruseborn@gmail.com
4d61b2c9d17ba91ca6487c8785d62428ff3b9165
1f032ac06a2fc792859a57099e04d2b9bc43f387
/3e/77/d6/1c/ceba2e99c2987ff4f20bbf795198685540a36d43a3a3a27a5e5e548758631e32f3b9ae9b47fd7bf0093e61bb7defa6ededf626019219980105c7c2da/sw.cpp
19f8ab21a11bff07b3cacef7e33feb1a72786dc4
[]
no_license
SoftwareNetwork/specifications
9d6d97c136d2b03af45669bad2bcb00fda9d2e26
ba960f416e4728a43aa3e41af16a7bdd82006ec3
refs/heads/master
2023-08-16T13:17:25.996674
2023-08-15T10:45:47
2023-08-15T10:45:47
145,738,888
0
0
null
null
null
null
UTF-8
C++
false
false
4,164
cpp
void build(Solution &s) { auto &p = s.addProject("kcat", "1.19.1"); p += Git("https://github.com/kcat/openal-soft", "openal-soft-{v}"); auto &openal = p.addTarget<LibraryTarget>("openal"); openal.ApiName = "SW_AL_API"; openal.setChecks("openal"); openal -= "Alc/.*"_rr, "OpenAL...
[ "cppanbot@gmail.com" ]
cppanbot@gmail.com
62b5b1e9cbf2b2f9c08ceff5c16b346498e8f9ab
bdf90c3a10b126a6eb8a7adddb570a0bce84de0e
/Granite/third_party/astc-encoder/Source/astc_integer_sequence.cpp
7b2747aeb3eff116dfbb04321ca62e2bc23f5fc5
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
dmrlawson/parallel-rdp
6737a0b68b15efa0e4c17d176fb82c8a74e34597
f18e00728bb45e3a769ab7ad3b9064359ef82209
refs/heads/master
2022-06-17T02:40:12.357485
2020-05-08T10:36:59
2020-05-08T10:42:43
262,285,013
0
0
MIT
2020-05-08T09:44:36
2020-05-08T09:44:35
null
UTF-8
C++
false
false
17,681
cpp
/*----------------------------------------------------------------------------*/ /** * This confidential and proprietary software may be used only as * authorised by a licensing agreement from ARM Limited * (C) COPYRIGHT 2011-2012 ARM Limited * ALL RIGHTS RESERVED * * The entire notice above must be reproduced ...
[ "dmrlawson@gmail.com" ]
dmrlawson@gmail.com
2cce27615676d9a2325410bddef6a6a8933172cb
e6b96681b393ae335f2f7aa8db84acc65a3e6c8d
/atcoder.jp/abc177/abc177_d/Main.cpp
b4a5a7a3b2717dabd4427f1edc151c10e57729d0
[]
no_license
okuraofvegetable/AtCoder
a2e92f5126d5593d01c2c4d471b1a2c08b5d3a0d
dd535c3c1139ce311503e69938611f1d7311046d
refs/heads/master
2022-02-21T15:19:26.172528
2021-03-27T04:04:55
2021-03-27T04:04:55
249,614,943
0
0
null
null
null
null
UTF-8
C++
false
false
3,092
cpp
// #pragma GCC optimize("unroll-loops", "omit-frame-pointer", "inline") // #pragma GCC option("arch=native", "tune=native", "no-zero-upper") // #pragma GCC // target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2,tune=native") // #pragma GCC optimize("Ofast") // #pragma GCC optimize("tree-vectorize","openmp","predic...
[ "okuraofvegetable@gmail.com" ]
okuraofvegetable@gmail.com
42c689908d736aaec82a450bc6377c227ce6e73b
7a9684ac546e54e3effc3bd25db2463b4977fb32
/FTC-Remoter-V1.0/applications/FTC_Scheduler.h
a7623cbebac11bda0e672627bae286abc886eeb9
[]
no_license
gmdaat/UAV2017
c395fdc27f8b8b0cd59cca9c3429d45eb7068e19
e0f80a8670e97fc3e543ff49cff2843d4cf06481
refs/heads/master
2020-12-02T12:45:10.786312
2017-09-12T13:58:59
2017-09-12T13:58:59
96,585,748
0
4
null
2017-09-05T05:42:24
2017-07-08T00:29:20
C
GB18030
C++
false
false
320
h
#ifndef __FTC_SCHEDULER_H #define __FTC_SCHEDULER_H #include "board.h" #include "FTC_Config.h" class FTC_Scheduler { public: //构造函数 FTC_Scheduler(); //任务时基计数变量 uint16_t cnt_1ms,cnt_2ms,cnt_5ms,cnt_10ms,cnt_30ms; }; void FTC_Loop(void); extern FTC_Scheduler scheduler; #endif
[ "gmdaat@qq.com" ]
gmdaat@qq.com
02fba20865a91c176635b595744127164553009f
24f26275ffcd9324998d7570ea9fda82578eeb9e
/chrome/browser/chromeos/settings/supervised_user_cros_settings_provider.cc
ec7cad702b7f796ac911d2fde774b8ff2cdb0aaa
[ "BSD-3-Clause" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
1,977
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/settings/supervised_user_cros_settings_provider.h" #include "base/logging.h" #include "base/stl_util.h" #include "base/...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
ae321e0d6e62e7389ea27ec203d4e649973b2687
d47c341d59ed8ba577463ccf100a51efb669599c
/boost/asio/detail/signal_init.hpp
0dc65586f4c1569205c9926253e822c983ca816a
[ "BSL-1.0" ]
permissive
cms-externals/boost
5980d39d50b7441536eb3b10822f56495fdf3635
9615b17aa7196c42a741e99b4003a0c26f092f4c
refs/heads/master
2023-08-29T09:15:33.137896
2020-08-04T16:50:18
2020-08-04T16:50:18
30,637,301
0
4
BSL-1.0
2023-08-09T23:00:37
2015-02-11T08:07:04
C++
UTF-8
C++
false
false
1,070
hpp
// // detail/signal_init.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_ASIO_DETA...
[ "giulio.eulisse@cern.ch" ]
giulio.eulisse@cern.ch
22dd4f82c27eb1acd2a1b5518808f6799fb74c7c
1e5be978c24c359a7c4b858370d183b45e168420
/Classes/AzoomeeChat/Data/StickerCache.h
0578b58c5bb5dae27260d6e96c81775509fba265
[]
no_license
JeremyAzoomee/Azoomee2
d752ea7512e048d7b22db38be2ec21ab046520e5
f57292c18de9a9138bd3635893bcd23fc171a21f
refs/heads/master
2021-05-18T14:51:23.389050
2020-03-13T15:59:09
2020-03-13T15:59:09
251,271,764
0
0
null
null
null
null
UTF-8
C++
false
false
981
h
#ifndef AzoomeeChat_StickerCache_h #define AzoomeeChat_StickerCache_h #include "../AzoomeeChat.h" #include "StickerCategory.h" #include "Sticker.h" #include <map> NS_AZOOMEE_CHAT_BEGIN /** * Manages the cache of Stickers used in the chat app. */ class StickerCache { private: /// List of sticker categorie...
[ "macauley.scoffins@azoomee.com" ]
macauley.scoffins@azoomee.com
3b8cf31ccb3d274823fea9b3918800f57cbc11f6
b958286bb016a56f5ddff5514f38fbd29f3e9072
/cc_plugin/message/RxmAlmPollSv.h
d5fd91e2d904783c7232c7ed10a2155511088c87
[]
no_license
yxw027/cc.ublox.generated
abdda838945777a498f433b0d9624a567ab1ea80
a8bf468281d2d06e32d3e029c40bc6d38e4a34de
refs/heads/master
2021-01-14T23:03:20.722801
2020-02-20T06:24:46
2020-02-20T06:24:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,367
h
// Generated by commsdsl2comms v3.3.2 #pragma once #include <memory> #include <QtCore/QVariantList> #include "cc_plugin/Message.h" namespace ublox { namespace cc_plugin { namespace message { class RxmAlmPollSvImpl; class RxmAlmPollSv : public ublox::cc_plugin::Message { public: RxmAlmPollSv(); RxmAlmPollS...
[ "arobenko@gmail.com" ]
arobenko@gmail.com
528671c7262bf17bb74e3177377d69ddaf7ecd44
549f6031b335cb387ffce493adcce31967be6759
/doc-src/samples/relative_diff.cpp
49dca07959d5e2eb86d63bd7836c5008cf609dc1
[ "BSD-2-Clause" ]
permissive
rollbear/crpcut
d4152dcdd80640118c473f9952a3eb18a0ea1419
e9d694fb04599b72ebdcf6fea7d6ad598807ff41
refs/heads/master
2020-05-07T06:00:06.781863
2019-04-09T05:53:00
2019-04-09T05:53:00
180,293,662
1
1
BSD-2-Clause
2020-05-07T03:55:15
2019-04-09T05:46:17
C++
UTF-8
C++
false
false
1,898
cpp
/* * Copyright 2009 Bjorn Fahller <bjorn@fahller.se> * All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this ...
[ "bjorn@fahller.se" ]
bjorn@fahller.se
fcfd600fc9a358187dc455f5da2b38f36c96dddd
9b7a7bb3888beb818ef7508128790fc25fe5f068
/tnet/util/Thread.h
4510bc8f289a84bf1a215f83ff60ef32579a49bd
[]
no_license
tankzhouqiang/tnet
2f66d5fa3ef015d6f801dbc5468563867dbebf73
adc3e50e180315c51561bebb7fb16cb025313fc1
refs/heads/master
2020-05-20T09:18:54.330026
2015-11-29T12:37:16
2015-11-29T12:37:16
31,054,730
0
0
null
null
null
null
UTF-8
C++
false
false
776
h
#ifndef TNET_THREAD_H #define TNET_THREAD_H #include <tnet/common/Common.h> #include <pthread.h> #include <tr1/memory> #include <tr1/functional> TNET_BEGIN_NAMESPACE(util); class Thread; typedef std::tr1::shared_ptr<Thread> ThreadPtr; class Thread { public: static ThreadPtr createThread(const std::tr1::function...
[ "tank@localhost.localdomain" ]
tank@localhost.localdomain
9333f8094ab8fb721d829e44bfb565db73ab541a
81a28949f2007476a85c5e202e115ee0fcd442ad
/libraries/chain/include/graphene/chain/author_object.hpp
11004ce0d794c0a105dce723c25dfa99d4ab8501
[]
no_license
zosnet/zos-core
5cc3588f4dcebed73d82dbed413d01437396dc1c
2709c827dc2f079df0b94dd0dda9e22aaa29fcb5
refs/heads/master
2020-09-17T23:39:11.951438
2019-12-13T11:19:46
2019-12-13T11:19:46
222,097,547
0
0
null
null
null
null
UTF-8
C++
false
false
3,727
hpp
/* * Copyright (c) 2015 Cryptonomex, Inc., and contributors. * * The MIT License * * 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...
[ "sunneil@hotmail.com" ]
sunneil@hotmail.com
c2818c82a3a995376434e51ef931db6dc630c621
92e01a91d9771feb0b5dc7a99daecd1ed2a11c94
/STM32CubeIDE/ActiveLoadBigMosfets/TouchGFX/gui/src/containers/TermpControlContainer.cpp
9faa38405c11a4f9876ae69881bfab4877ce9386
[]
no_license
jakubprzybytek/ActiveLoad
87944ff19f3483c40d5406ec963f60fa01137bd9
60def182130fb4289196aa80c16c0bb2ee5667e3
refs/heads/master
2021-04-09T14:52:52.524243
2020-08-10T17:06:04
2020-08-10T17:06:04
125,722,800
0
0
null
null
null
null
UTF-8
C++
false
false
1,325
cpp
#include <texts/TextKeysAndLanguages.hpp> #include <gui/containers/TermpControlContainer.hpp> TermpControlContainer::TermpControlContainer() { } void TermpControlContainer::initialize() { TermpControlContainerBase::initialize(); radiatorTemperatureValueTextArea.setWildcard(radiatorTemperatureBuffer); fanDutyCycleV...
[ "jakub.przybytek@gmail.com" ]
jakub.przybytek@gmail.com
aea3572b2f8ea30f42ddcdfdd3e28f2918c58e4d
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE36_Absolute_Path_Traversal/s05/CWE36_Absolute_Path_Traversal__wchar_t_listen_socket_w32CreateFile_62b.cpp
8ef3c79bf3d2e65e27acbafea44c9ad0ac257033
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
4,180
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE36_Absolute_Path_Traversal__wchar_t_listen_socket_w32CreateFile_62b.cpp Label Definition File: CWE36_Absolute_Path_Traversal.label.xml Template File: sources-sink-62b.tmpl.cpp */ /* * @description * CWE: 36 Absolute Path Traversal * BadSource: listen_socket Re...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
5ef0992400953e36e6ace41df8ededdfb3877313
28016f7056ac874d943c5f460e34769049272cf7
/src/tibb/NativeProgressBarObject.cpp
0121e149652efc00f5633212ae97f67911a68442
[ "Apache-2.0" ]
permissive
sanyaade-mobiledev/titanium_mobile_blackberry
be804f982143e0f5c5d8ac90e41fb7d9b61e459b
1a3a389c39371b851a0f846330a2bb3dfb8b40fa
refs/heads/master
2021-01-16T21:36:00.464060
2013-02-10T09:45:24
2013-02-10T09:45:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,686
cpp
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ #include "NativeProgressBarObject.h" NativeProgressBarObject::NativeProgressBarO...
[ "rmcmahon@appcelerator.com" ]
rmcmahon@appcelerator.com
337118bc7b6fb0506b946e31914ba99a29baaad7
86dd584c826feaa77fe78ad8cc877b1870a5047c
/qrc_qml.cpp
928fbafd0d884764ed047d0152f87d259db18925
[]
no_license
agooddaytowork/ESSDepots
d08bf687e15dd73b5bf8465d2d5edc6389f6c197
f05a435d7f1e6e39110cfdf59bce6ca69b54a87a
refs/heads/master
2021-05-16T10:51:38.223241
2017-10-01T15:15:52
2017-10-01T15:15:52
104,869,352
0
0
null
null
null
null
UTF-8
C++
false
false
101,420
cpp
/**************************************************************************** ** Resource object code ** ** Created by: The Resource Compiler for Qt version 5.8.1 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ static const unsig...
[ "tam.duong@ascenx.com" ]
tam.duong@ascenx.com
c8955d10e8f20bca49da3d84944f79b5cded5775
9c079c10fb9f90ff15181b3bdd50ea0435fbc0cd
/Codeforces/784A.cpp
feb92416e03aee06071a615cd1ca92a0ff62238c
[]
no_license
shihab122/Competitive-Programming
73d5bd89a97f28c8358796367277c9234caaa9a4
37b94d267fa03edf02110fd930fb9d80fbbe6552
refs/heads/master
2023-04-02T20:57:50.685625
2023-03-25T09:47:13
2023-03-25T09:47:13
148,019,792
0
0
null
null
null
null
UTF-8
C++
false
false
508
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; int k,e,f,g,h,i; if(c==d) e=0; else e=1; if(a==1||b==1) k=1; else k=0; if(b==0||c==0) f=0; else f=1; if(a==1||d==1) g=1; else ...
[ "shihabhossain611@gmail.com" ]
shihabhossain611@gmail.com
8f7b2c6331421bdbf6ea52457c3e1bba4aa79961
f2260ce9c279d1bbb4e97aabe399fe55db68bf74
/BOJ/10000~14999/11000/11726.cpp
b974cfdecd0de5982fc3f4ccddee0aa9b4eb56fa
[]
no_license
BaeJi77/algorithm
d7eee26aa04b9550bcd63af22265da5cfc0093f4
5694313dbb2f83b3a09715788ff6cefc0a0866c7
refs/heads/master
2022-08-22T21:37:31.992065
2022-08-10T13:38:10
2022-08-10T13:38:15
121,232,746
1
0
null
2019-03-07T02:19:41
2018-02-12T10:29:15
C++
UTF-8
C++
false
false
674
cpp
#include <cstdio> #include <algorithm> #include <cmath> #include <cstring> using namespace std; const int mod = 10007; int N; int dp[1010]; // 이전 상태가 있어야 함. ㅁ int solve(int num) { if(num < 0) return 0; // 기저 사례 if(num == 0) return 1; int& ret = dp[num]; if(ret != -1) ret...
[ "hahawjstk@gmail.com" ]
hahawjstk@gmail.com
71614c90e1f6f1ed1f5e6f48bbe34d37df1dafbb
1a31bcd8fc5d108986758aa237faa4a8df5b4efc
/src/StrategyFramework/AP_Mgr.h
d5b6f6b2310bf102fbed940f23bce529b1a16fb1
[]
no_license
whiskey0201/AutoTrader-2
b65746c64b7bbb569d8a0d71b6089bf2ca0bc6b9
b0988a53f9831235440f7b5878cac947478476a3
refs/heads/master
2021-01-17T23:35:22.131406
2016-11-08T14:32:33
2016-11-08T14:32:33
null
0
0
null
null
null
null
GB18030
C++
false
false
5,158
h
#ifndef ACCOUNT_POSITION_H #define ACCOUNT_POSITION_H #include "stdafx.h" #include "ThostFtdcUserApiStruct.h" #include <mutex> #include <vector> #include <map> #include <boost/format.hpp> class Order; namespace AP{ // Account & Position struct STRATEGY_API TradeMessage { TradeMessage() { InstId = ""; La...
[ "tj_liyuan@163.com" ]
tj_liyuan@163.com
4ee1e2b305cf09ce369ce7f85c7ebbcced0e14ef
1591ce85de4ce2ea698c00f2a1f6f14ba69a6040
/CGproject/HelloTriangle/model.h
e2ceb923137011803a6bc2145e6f96c39cdf219f
[]
no_license
hanxu1997/CG
438d0d2b7de5eed8815fcec2f3c1ac86ff83b8ca
84dba6f4929bd86f701d60f54a5fb17e10d0a03c
refs/heads/master
2021-09-22T02:44:24.832200
2018-05-23T08:42:08
2018-05-23T08:42:08
125,519,814
0
0
null
null
null
null
UTF-8
C++
false
false
8,504
h
#ifndef MODEL_H #define MODEL_H #include <glad/glad.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <stb_image.h> #include <assimp/Importer.hpp> #include <assimp/scene.h> #include <assimp/postprocess.h> #include "mesh.h" #include "shader.h" #include <string> #include <fstream> #include <...
[ "807174205@qq.com" ]
807174205@qq.com
8486c530c3ebf4d4dd4ec66d62cdac904126afce
b28305dab0be0e03765c62b97bcd7f49a4f8073d
/chrome/browser/conflicts/module_database_win.cc
145f96907af6933fe71d493b4bcd379a39c95638
[ "BSD-3-Clause" ]
permissive
svarvel/browser-android-tabs
9e5e27e0a6e302a12fe784ca06123e5ce090ced5
bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f
refs/heads/base-72.0.3626.105
2020-04-24T12:16:31.442851
2019-08-02T19:15:36
2019-08-02T19:15:36
171,950,555
1
2
NOASSERTION
2019-08-02T19:15:37
2019-02-21T21:47:44
null
UTF-8
C++
false
false
14,772
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/conflicts/module_database_win.h" #include <tuple> #include <utility> #include "base/bind.h" #include "base/files/file_path.h" #...
[ "artem@brave.com" ]
artem@brave.com
b1c6dd28c458765dfbc0ced739a7b46ea2063212
bfb18d1680468be8de0151a87c6fa73d9419a65b
/通讯录排序.cpp
3abd5f96d23a65ccb0c48fb01459aeae41f12b96
[]
no_license
TWRenHao/language-C
56685afde1baccb2c93e3f5c8623af2615357142
b63d5ce90be0ee05a60d687d8d1f1d8a9e0c538d
refs/heads/master
2020-09-24T23:54:25.390262
2019-12-23T12:49:21
2019-12-23T12:49:21
225,873,433
0
0
null
null
null
null
GB18030
C++
false
false
774
cpp
/*输入n个朋友的信息,包括姓名、生日、电话号码, 按照年龄从大到小的顺序依次输出通讯录*/ #include<stdio.h> #include<string.h> struct contact { char name[11]; int birth; char phone[18]; }; int main() { struct contact person[10] = { '\0' }; int i, j, N; struct contact temp; scanf("%d\n", &N); for (i = 0; i<N; i++) { scanf("%s%d%s", person[i].name...
[ "1173897181@qq.com" ]
1173897181@qq.com
5139f73b97d4bd627c523a67d249c14f695a04ec
38c10c01007624cd2056884f25e0d6ab85442194
/cc/animation/transform_operations.cc
29a3d90626b5139245c75e6e5b5408e744bdf97f
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
10,614
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/animation/transform_operations.h" #include <algorithm> #include "ui/gfx/animation/tween.h" #include "ui/gfx/geometry/box_f.h" #include "ui/...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
c924f8abe6de90e08931b9132c8deafcb5876a87
4bf2523f9a57ef0728630d05ce2d38b05686547d
/Compo/Dev_Ex/ExpressPrinting System/Packages/dxPSdxOCLnkC5.cpp
b837aa8212903e244c8a24c7191f894ae73365ee
[]
no_license
zeroptr/ceda_tic
980bee99b829f99575586b5110985ba90f8f56aa
72586d6a10a5426a889d45ad37479c1bf6f3fb49
refs/heads/main
2023-03-17T16:36:58.586885
2021-03-07T20:30:34
2021-03-07T20:30:34
345,381,196
0
3
null
null
null
null
UTF-8
C++
false
false
766
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop USEPACKAGE("dxorgcc5.bpi"); USEPACKAGE("dxPSCorec5.bpi"); USEPACKAGE("cxLibraryVCLC5.bpi"); USERES("dxPSdxOCLnkc5.res"); USEUNIT("dxPSdxOCLnk.pas"); USEUNIT("dxPSdxOCLnkReg.pas"); USEPACKAGE("vcl50.bpi"); //--...
[ "53816327+zeroptr@users.noreply.github.com" ]
53816327+zeroptr@users.noreply.github.com
edb0570a43e1eb943532ff2b505cf8b91fde96c1
ece46d54db148fcd1717ae33e9c277e156067155
/SDK/arxsdk2020/utils/Atil/Inc/codec_properties/FormatCodecStringProperty.h
7fde3a86cecf6d11041be86a83d2cf9b1137da51
[]
no_license
15831944/ObjectArx
ffb3675875681b1478930aeac596cff6f4187ffd
8c15611148264593730ff5b6213214cebd647d23
refs/heads/main
2023-06-16T07:36:01.588122
2021-07-09T10:17:27
2021-07-09T10:17:27
384,473,453
0
1
null
2021-07-09T15:08:56
2021-07-09T15:08:56
null
UTF-8
C++
false
false
5,419
h
/////////////////////////////////////////////////////////////////////////////// // // (C) Autodesk, Inc. 2007-2011. All rights reserved. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright not...
[ "3494543191@qq.com" ]
3494543191@qq.com
155fb77f45b772f51a8b00e44a692879d420769a
365affa0132d4a46af9aed84c472b2fe369a6be3
/src/GasTPCDataLib.cxx
8d5f271ff5685a66bb714d677a9a8f90e2f4f8c1
[]
no_license
davehadley/trex
be0f36a2c13201ed68e37be60e1e1fa487a1673c
6233fb6ab5e88a296b446744803522f879453995
refs/heads/master
2023-01-06T12:13:13.690164
2020-11-05T11:02:06
2020-11-05T11:02:06
308,296,749
0
0
null
null
null
null
UTF-8
C++
false
false
9,355
cxx
//____________________________________________________________________________ /*! \class GasTPCDataLib \author Yordan Karadzhov <Yordan.Karadzhov \at cern.ch> University of Geneva \author Tom Stainer <tstainer \at liv.ac.uk> University of Liverpool \author Georgios Christodoulou <georgios at ...
[ "phsmaj@soulor.epp.warwick.ac.uk" ]
phsmaj@soulor.epp.warwick.ac.uk
30d1503f7a3480c7f1145ece12e679e3a4b45d90
1a74d74f1718122e6fcedf536b20dd7262b35962
/01_introduction_starter_files/gcd/gcd.cpp
15bd0cc35e1d99b3b349f419fa03aa0e5b85551a
[]
no_license
mansikhemka/algorithmic_toolbox
95732111e3993118bd81ea2a34898acfe327cc5f
300ca25eb7039a2d6aeb299af808a038d21dc8c9
refs/heads/master
2021-01-12T04:13:13.586127
2017-02-13T13:14:17
2017-02-13T13:14:17
77,546,540
0
0
null
null
null
null
UTF-8
C++
false
false
493
cpp
#include <iostream> // int gcd_naive(int a, int b) { // int current_gcd = 1; // for (int d = 2; d <= a && d <= b; d++) { // if (a % d == 0 && b % d == 0) { // if (d > current_gcd) { // current_gcd = d; // } // } // } // return current_gcd; // } int gcd_fast(int a, int b){ if(b==0...
[ "mansi_khemka@yahoo.in" ]
mansi_khemka@yahoo.in
6d4b75e2e97cf3238eac6c14248c1b07c3c5694b
63104e0e454d03e4bf31df45f5da296684dc83e3
/HackerCup2015_20_r1.cpp
ebbcccd963e86e173145f032da321654a7c9330e
[]
no_license
andrei14vl/cpp
3bb85be5ba01d2e558566db4076b2be1648f543a
477b50f6d7094f8ce150e78056be504df88926a2
refs/heads/master
2020-05-18T15:49:07.183054
2016-01-24T08:59:33
2016-01-24T08:59:33
42,612,541
0
0
null
null
null
null
UTF-8
C++
false
false
1,858
cpp
/* https://www.facebook.com/hackercup/problem/1611251319125133/ */ #include <iostream> #include <fstream> #include <vector> #include <algorithm> #include <queue> using namespace std; ifstream f("input.txt"); ofstream g("output.txt"); struct job { long long time; long long wi; } ; bool operator<(const job& a,...
[ "vacaroiu.andrei@gmail.com" ]
vacaroiu.andrei@gmail.com
ca7d0e43925fafed4af5d3db899ff02d6956f838
d6671cb01342db6a300b56ee2d9c7865cb442a62
/pqueue.cpp
d9e68bd09990e7f0a1b1513358282a293a07b7d6
[]
no_license
StevenNava/A3_CPP
e4835550a3cd2af741459678be6af59fcf06dce0
764c3ce5e078a591cbafa75cd2dd761af1b3c27b
refs/heads/master
2021-06-30T18:11:30.947094
2017-09-15T00:41:44
2017-09-15T00:41:44
103,596,257
0
0
null
null
null
null
UTF-8
C++
false
false
2,631
cpp
/* Steven Nava A2 Queue Example Professor Mitzel CSC300 D30 Below are the method definitions used in the queue example. */ #include "pqueue.h" using namespace std; //Constructor PQUEUE::PQUEUE() { front = NULL; back = NULL; } //Destructor PQUEUE::~PQUEUE() { while (front != NULL) { node* tmp = ...
[ "Steven Nava" ]
Steven Nava
d0024b51766655ecaf6df695d86559c7360d2be3
46b9f85672c5733a157b876ee585840bcc48d7b6
/Test/TestServer.cpp
715a1af34bb92c23367ee50317aa0add7c2f2a24
[ "Apache-2.0" ]
permissive
OpenArkStudio/ArkLab
234fa850821f9540a4897a5076eb4b275b916481
22938db4719e9890d88995b95f6b364610c5052f
refs/heads/master
2021-09-10T23:21:27.862803
2018-04-04T07:08:17
2018-04-04T07:08:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,376
cpp
#include <thread> #include <string> //#include <processthreadsapi.h> #include "NFComm/NFPluginModule/NFPlatform.h" #include "NFComm/NFCore/NFTimer.h" #include "NFNet/NFServer.h" #include "NFNet/NFIPacket.h" #ifdef NF_DEBUG_MODE #pragma comment(lib,"NFNet_d.lib") #pragma comment(lib,"NFCore_d.lib") #else #pragma comme...
[ "flyicegood@163.com" ]
flyicegood@163.com
245a5f0bf4ce90773028b53958f0369f53dbebba
24732a04841b09b8389d98629d297cd2e65cc135
/MCF/src/Core/Assert.hpp
365ab8e3ea903a9fe0c9d4c37372c385e5605ecf
[]
no_license
yooooki/MCF
7281b3140bffd5aae5c676bf68ae9b56c1bfeca5
f985a44232f58c635098bd8799be2940e95b0b08
refs/heads/master
2021-07-23T17:59:06.943662
2017-11-03T08:24:24
2017-11-03T08:24:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
545
hpp
// 这个文件是 MCF 的一部分。 // 有关具体授权说明,请参阅 MCFLicense.txt。 // Copyleft 2013 - 2017, LH_Mouse. All wrongs reserved. #ifndef MCF_CORE_ASSERT_HPP_ #define MCF_CORE_ASSERT_HPP_ #define MCF_ASSERT(expr_) _MCFCRT_ASSERT(expr_) #define MCF_ASSERT_MSG(expr_, msg_) _MCFCRT_ASSERT_MSG(expr_, msg_) #define MCF_...
[ "lh_mouse@126.com" ]
lh_mouse@126.com
8fa66e7075b844b368f5a4f012bc63bfdf068cdf
7a623a8ad3d41b6180b89225f43b134c8cfc57b7
/device/vr/vr_device_base.cc
14cce08b5c1e9bb241424d8ee557f884cd395133
[ "BSD-3-Clause" ]
permissive
3031687356/chromium
9ea7ec7fdec873a7ae242ddb16e2e56c82a21607
ed4591ba8f0f3c3e85280355b609099f0fb73c3e
refs/heads/master
2023-02-27T14:07:22.046556
2018-08-18T12:51:09
2018-08-18T12:51:09
145,221,453
1
0
null
null
null
null
UTF-8
C++
false
false
4,156
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "device/vr/vr_device_base.h" #include "device/vr/vr_device_provider.h" #include "device/vr/vr_display_impl.h" namespace device { VRDeviceBase:...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
bbf4f9d333abbd240247afc837763c1f21094810
dbfc72c75df1c93bef6fe7cb344771ebfa46786e
/LuoGu/P1296.cpp
6e16664eb5e04404d56aeacd01301b10e9de1e67
[]
no_license
Tukekehaohaonuli/algorithm
610a47fbd67adf7304805b04fd5ca07bcfd63943
c23d5306e7ecfd0fcff769b353dcaf23b4d12f3f
refs/heads/master
2023-01-22T20:41:25.693524
2020-12-01T06:11:58
2020-12-01T06:11:58
293,814,802
0
0
null
null
null
null
UTF-8
C++
false
false
323
cpp
#include<stdio.h> #define N 100000000 #define f(i,j,n) for(i=j;i<n;i++) int main(){ int n,d,i,last=0,num=0; scanf("%d%d",&n,&d); int temp[N]={0}; int a[N]={0}; f(i,0,n) scanf("%d",&temp[i]); f(i,0,n) a[temp[i]]=1; f(i,0,N){ if(last!=0&&(i-last)<=d){ num++; last=i; } } printf("%d",num); return 0; ...
[ "850580234@qq.com" ]
850580234@qq.com
bbdb3051fb3b92b936cf1fa02e29af410aa8a446
83195bb76eb33ed93ab36c3782295e4a2df6f005
/Source/ToolCore/Platform/PlatformWindows.cpp
039abf0add6279b1bea9172294908f9cb47af37a
[ "MIT", "BSD-3-Clause", "Zlib", "LicenseRef-scancode-openssl", "LicenseRef-scancode-khronos", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "NTP" ]
permissive
MrRefactoring/AtomicGameEngine
ff227c054d3758bc1fbd5e502c382d7de81b0d47
9cd1bf1d4ae7503794cc3b84b980e4da17ad30bb
refs/heads/master
2020-12-09T07:24:48.735251
2020-01-11T14:03:29
2020-01-11T14:03:29
233,235,105
0
0
NOASSERTION
2020-01-11T13:21:19
2020-01-11T13:21:18
null
UTF-8
C++
false
false
1,480
cpp
// // Copyright (c) 2014-2016 THUNDERBEAST GAMES LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
[ "josh@galaxyfarfaraway.com" ]
josh@galaxyfarfaraway.com
5de938dca4df8709c4b64d59103e24ef7162c15a
e6afdf63ef5a32967e750b8fa7f5e806fd5d2a3d
/build-RD3D_GUI-Desktop_42f835-Debug/moc_crystaladvanced.cpp
f628e460fe376626ef7c07149250d38d901f6bd6
[]
no_license
jdickerson95/qt_RADDDOSE-3D
0cb35f89c719f48d0e78270ed587d4a8bd8222e3
e8473cfb37b8febd59b701e63c53fa71188ae451
refs/heads/master
2023-08-18T15:44:40.426852
2021-09-09T21:22:33
2021-09-09T21:22:33
364,506,988
0
0
null
null
null
null
UTF-8
C++
false
false
8,088
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'crystaladvanced.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.5) ** ** WARNING! All changes made in this file will be lost! *****************************************************...
[ "chesschamp10@googlemail.com" ]
chesschamp10@googlemail.com
689e79afc4c47954a57501e83dc3ac5cde0268b4
b7f84817b89817aa9ce576567460b73b53203525
/src/transport/Acceleration.cc
47a94ac187585628096ad70aa4c5f32527c0aa3b
[]
no_license
meverson/libdetran
ff7ad67806cc91071ef37e8648dcf6d0febef7d0
6f5c72fa909d200beda31caf782da76e67278d94
refs/heads/master
2023-02-24T12:32:37.523757
2012-09-01T03:29:05
2012-09-01T03:29:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,731
cc
//----------------------------------*-C++-*----------------------------------// /*! * \file Acceleration.cc * \author Jeremy Roberts * \date May 17, 2012 * \brief Acceleration member definitions. * \note Copyright (C) 2012 Jeremy Roberts. */ //---------------------------------------------------------------...
[ "robertsj@mit.edu" ]
robertsj@mit.edu
2417f616430c864fded20b091973f0a41c874542
43a54d76227b48d851a11cc30bbe4212f59e1154
/cwp/include/tencentcloud/cwp/v20180228/model/DescribeVulScanResultRequest.h
0c624eb7ed0b821db0eac91b7fbcd799ec504522
[ "Apache-2.0" ]
permissive
make1122/tencentcloud-sdk-cpp
175ce4d143c90d7ea06f2034dabdb348697a6c1c
2af6954b2ee6c9c9f61489472b800c8ce00fb949
refs/heads/master
2023-06-04T03:18:47.169750
2021-06-18T03:00:01
2021-06-18T03:00:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,564
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tenent.com" ]
tencentcloudapi@tenent.com
b939e09556a161caa692d93294d9a7e2d304d2de
91e3e30fd6ccc085ca9dccb5c91445fa9ab156a2
/Sources/Core/XML/dom_notation.cpp
1a080c3ce54fa7260bafa4579f07069ddae8d741
[ "Zlib" ]
permissive
Pyrdacor/ClanLib
1bc4d933751773e5bca5c3c544d29f351a2377fb
72426fd445b59aa0b2e568c65ceccc0b3ed6fcdb
refs/heads/master
2020-04-06T06:41:34.252331
2014-10-03T21:47:06
2014-10-03T21:47:06
23,551,359
1
0
null
null
null
null
UTF-8
C++
false
false
1,917
cpp
/* ** ClanLib SDK ** Copyright (c) 1997-2013 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this software for a...
[ "rombust@hotmail.co.uk" ]
rombust@hotmail.co.uk
79bb9c3ff71d521a984ef4086cefe23e3757356d
208c17023ec65533acd866853170a8616406bb00
/NCGame/Engine/id.h
db2a31f230338dab6c8d8924f1b3053e6f99d9c7
[]
no_license
littleghostprince/Game---GameLibaryClass
4ac15476fad1d36ae5044bc5a8a8877a28ce792d
9bc9fc2ad9b045ee39f844e7731ca334e2b879e6
refs/heads/master
2021-07-25T09:48:46.662928
2018-11-30T07:30:50
2018-11-30T07:30:50
138,767,817
0
0
null
null
null
null
UTF-8
C++
false
false
447
h
#pragma once #include <string> #include "Engine.h" class ENGINE_API ID { public: ID(); ID(const std::string& id) : m_id(id) {} ID(const char* id) : m_id(id){} bool operator == (const ID& id) const { return m_id == id.m_id; } bool operator != (const ID& id) const { return m_id != id.m_id; } bool IsValid() const...
[ "amejia@student.neumont.edu" ]
amejia@student.neumont.edu
ae7cf5a95e94791173d3840766a6645037b49465
bc22ab9dee1fd2bdde6b93b1f4492b9de26e7517
/libseq66/include/ctrl/midicontrol.hpp
29be5a74ac90b63daece1a30de952c81620e19b0
[]
no_license
henning/seq66
c66418cabfeb738b6e91535783daf6f3f503b0db
49c87492770d0a49569d95e4be4f6b2e037c8430
refs/heads/master
2023-01-22T16:07:02.522366
2020-11-30T19:27:34
2020-11-30T19:27:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,195
hpp
#if ! defined SEQ66_MIDICONTROL_HPP #define SEQ66_MIDICONTROL_HPP /* * This file is part of seq66. * * seq66 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (a...
[ "ahlstromcj@gmail.com" ]
ahlstromcj@gmail.com
d01fcdad64de72732cbaddc751a2e3be796d1506
730304a54837bf3db66850f67732426f655cec09
/src/extern/proteowizard/install/include/pwiz/utility/misc/Stream.hpp
a84f5553411c4bc40c85f593e0caa57526792765
[]
no_license
wolski/bibliospec2.0
594e852dccad921ad9efe9c55c8616c0fd125f7b
c3a9b5d155e9c02fa0b7e9f1dcb15346dd78ee31
refs/heads/master
2021-01-10T01:54:58.755873
2015-09-28T11:16:59
2015-09-28T11:16:59
43,296,719
0
0
null
null
null
null
UTF-8
C++
false
false
2,045
hpp
// // $Id: Stream.hpp 2051 2010-06-15 18:39:13Z chambm $ // // // Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu> // // Copyright 2008 Spielberg Family Center for Applied Proteomics // Cedars Sinai Medical Center, Los Angeles, California 90048 // Copyright 2008 Vanderbilt University - Nashville, TN...
[ "wewolski@gmail.com" ]
wewolski@gmail.com
cdd62d4593a638d93b5ab7d992782083d11e8d37
a1d1c356e615912bda7e698606116974714111ea
/engine.h
d7be12b05c31171722fdff0e86eb74683becc5fd
[]
no_license
garmelito/zap-puzzle
a97ea8a0a8c4aa9501369940e64278e19b86dcdd
34786cbecd676ddc4908077d1f63f7ae11c3f196
refs/heads/master
2021-01-23T23:45:44.937174
2018-09-22T10:11:15
2018-09-22T10:11:15
122,734,506
0
0
null
2018-05-30T15:50:22
2018-02-24T11:27:56
C++
UTF-8
C++
false
false
621
h
#ifndef ENGINE_H #define ENGINE_H #include "node.h" #include "point.h" #include <string> using namespace std; /** * \file engine.h * \brief funkcje wymagane do pobrania danych, sprawdzenia ich i dzialania algorytmu A* */ bool readFromFile (string nazwa, int matrix[][3]); void draw (int table[]); bool soluti...
[ "pwachowicz98@gmail.com" ]
pwachowicz98@gmail.com
2c43330e4b455fb3b830a4e1cda8b9c2e203f2fa
84d7ed3b334e2da9d43946037e3fd65fcbda2eaa
/main.cc
3bc4ebb8fe1da9a1811273f043076ef15080e54b
[]
no_license
WenderZhou/simd
4d5089d45c829df31abfe54abd6f9f57edb57daa
1f8e3a989e2202c2c3e1ade17ee13c5351f8ad30
refs/heads/master
2022-09-29T23:41:07.370154
2020-05-30T15:07:27
2020-05-30T15:07:27
266,812,171
0
0
null
null
null
null
UTF-8
C++
false
false
1,165
cc
#include <stdio.h> #include "string.h" #include "pic.h" #include "solution.h" #include "time.h" using namespace std; int main() { YUV YUV_src; YUV YUV_dst; Basic* basic = new Basic(); MMX* mmx = new MMX(); SSE2* sse2 = new SSE2(); AVX* avx = new AVX(); char srcPath[20] = "dem1.yuv"; ...
[ "=" ]
=
470dc47a90f6f718550e9f317bdabf6afd770d4b
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/MP+dmb.sy+ctrl-addr-data-rfi-addr.c.cbmc.cpp
c9ecae9eef5a4c8d77096639454904e52e2e80b8
[]
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
56,114
cpp
// Global variabls: // 0:vars:5 // 7:atom_1_X11_0:1 // 5:atom_1_X0_1:1 // 6:atom_1_X9_1:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 #define ADDRSIZE 8 #define LOCALADDRSIZE 2 #define NTHREAD 3 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
5629aeeafaf1c2fdc756dcfe92e073fbd4fccccf
7e4999d12b8668c3f54697afb0df34f5b7030673
/project/cpp/compile/src/A.cpp
fbadc6902e6658e7dc6320c029dc7e5978273f5a
[]
no_license
leeeyupeng/leeeyupeng.github.io
b34e29696190bcc1e05ec0d43385118acddd743c
63f7d3d8c0c56e70b087ca71cc22f57f4367aa1f
refs/heads/master
2023-08-21T01:55:17.190264
2021-10-28T10:12:38
2021-10-28T10:12:38
239,906,740
1
0
null
null
null
null
UTF-8
C++
false
false
61
cpp
#include "A.hpp" #include "B.hpp" B A::tob() { return B(); }
[ "leeyupeng@126.com" ]
leeyupeng@126.com
8682f8629711632a8fb78c9c7b61540acc268390
95fd90aa3e00b4311112855293a570d74d461645
/packages/VowpalWabbit.8.4.0.3/src/cli/vw_settings.h
24dd5612b0777b599684bc8a5b32af609439fb25
[]
no_license
maryamhashemi/wordmap
8b331e2721762296d035509e3314277edf62c275
9f3b70ece0e6bff690cb5079720df874fb1358d7
refs/heads/master
2021-04-09T14:19:29.616484
2018-05-01T16:43:27
2018-05-01T16:43:27
125,614,964
1
1
null
null
null
null
UTF-8
C++
false
false
4,211
h
/* Copyright (c) by respective owners including Yahoo!, Microsoft, and individual contributors. All rights reserved. Released under a BSD (revised) license as described in the file LICENSE. */ #pragma once #include <msclr\marshal_cppstd.h> using namespace System; using namespace System::Collections::Gene...
[ "hashemi.maryam.sadat@gmail.com" ]
hashemi.maryam.sadat@gmail.com
133fabaac137033b64c35dcae0edad8b4f9a619b
9adaa0845ba68ba830bb7a70b5c203f10a4fcc8e
/Projects/HW1P2/HW1P2/pch.h
b9d4224f29c50574bd969fb0296b7dd9e7060c4f
[ "MIT" ]
permissive
iamjeffx/CSCE-463
7bebbe004744497f48a7cdd9edd8f731497870a8
9a037394e2fac1606095fac5df894389b89dc499
refs/heads/master
2023-04-10T02:15:21.138251
2021-04-20T16:33:03
2021-04-20T16:33:03
331,846,210
0
2
null
null
null
null
UTF-8
C++
false
false
470
h
/** CSCE 463 Homework 1 Part 2 * Author: Jeffrey Xu UIN: 527008162 Email: jeffreyxu@tamu.edu Professor Dmitri Loguinov Filename: pch.h Pre-compiled headers file. **/ #pragma once #include <stdio.h> #include <stdlib.h> #include <iostream> #include <string> #include <algorithm> #include <vector...
[ "iamjeffx0@gmail.com" ]
iamjeffx0@gmail.com
90613f41a2821c432588964a13a071f39b990839
e21e34d026cb9f4b62d46231adfa835560d45c69
/main.5654245744309891711.cpp
9997850ab0e12638b5d3ec6d70e03ebf3cd5bdd7
[]
no_license
huynguy97/IP-Week7
724ea4e887820e6038545b2b4960c830c7d318b4
d7f9e3eb8188dcf34a721a3539f7c77b1a9dca35
refs/heads/master
2020-05-22T08:39:29.016651
2019-05-12T17:23:55
2019-05-12T17:23:55
186,283,114
0
0
null
null
null
null
UTF-8
C++
false
false
5,091
cpp
#include <iostream> #include <fstream> #include <cassert> using namespace std; const int MAX_INPUT_LENGTH = 100; bool run = true; string words [100000]; ifstream infile; string only_lower(string s) { assert (s.length() > 0); string w=""; char c; for (int i=0; i<s.length(); i++) { c = tolow...
[ "h.nguyen@student.science.ru.nl" ]
h.nguyen@student.science.ru.nl
a3371d44e28ab031a77ca645b5833ad99ddb074e
a0442fcd9edc8b6d0975ce8799ea5a67e808c568
/casa6/casa5/code/casaqt/QwtPlotter/QPPlotItem.qo.h
debad8c7ea73a38c4484fe427171aa3b9f7f51f2
[]
no_license
kernsuite-debian/carta-casacore
f0046b996e2d0e59bfbf3dbc6b5d7eeaf97813f7
a88f662d4f6d7ba015dcaf13301d57117a2f3a17
refs/heads/master
2022-07-30T04:44:30.215120
2021-06-30T10:49:40
2021-06-30T10:49:40
381,669,021
0
0
null
null
null
null
UTF-8
C++
false
false
12,576
h
//# QPPlotItem.qo.h: Superclass for all plot items in qwt plotter. //# Copyright (C) 2008 //# Associated Universities, Inc. Washington DC, USA. //# //# This library is free software; you can redistribute it and/or modify it //# under the terms of the GNU Library General Public License as published by //# the Free Softw...
[ "aramaila@ska.ac.za" ]
aramaila@ska.ac.za
7466f438a5dbbde5aff1cd046e275fb6c0378652
3b97b786b99c3e4e72bf8fe211bb710ecb674f2b
/TClient/TChatClient/stdafx.h
848afe5b02ec80861c511b9b060f06eac58e56c9
[]
no_license
moooncloud/4s
930384e065d5172cd690c3d858fdaaa6c7fdcb34
a36a5785cc20da19cd460afa92a3f96e18ecd026
refs/heads/master
2023-03-17T10:47:28.154021
2017-04-20T21:42:01
2017-04-20T21:42:01
null
0
0
null
null
null
null
UHC
C++
false
false
2,265
h
// stdafx.h : 잘 변경되지 않고 자주 사용하는 // 표준 시스템 포함 파일 및 프로젝트 관련 포함 파일이 // 들어 있는 포함 파일입니다. #pragma once #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // Windows 헤더에서 거의 사용되지 않는 내용을 제외시킵니다. #endif // 아래 지정된 플랫폼보다 우선하는 플랫폼을 대상으로 하는 경우 다음 정의를 수정하십시오. // 다른 플랫폼에 사용되는 해당 값의 최신 정보는 MSDN을 참조하십시오. #ifndef WINVER // Windows 95 및 W...
[ "great.mafia2010@gmail.com" ]
great.mafia2010@gmail.com
950820e5fc4c35054ff909db0f3f043e88aea452
3cc352b29b8042b4a9746796b851d8469ff9ff62
/src/solexa/SolexaTools.h
18cbe49e7a5d4b6f159d0e7e3becce4238f2be33
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
CompRD/BroadCRD
1412faf3d1ffd9d1f9907a496cc22d59ea5ad185
303800297b32e993abd479d71bc4378f598314c5
refs/heads/master
2020-12-24T13:53:09.985406
2019-02-06T21:38:45
2019-02-06T21:38:45
34,069,434
4
0
null
null
null
null
UTF-8
C++
false
false
7,425
h
/////////////////////////////////////////////////////////////////////////////// // SOFTWARE COPYRIGHT NOTICE AGREEMENT // // This software and its documentation are copyright (2010) by the // // Broad Institute. All rights are reserved. This software is supplied // ...
[ "neil.weisenfeld@gmail.com" ]
neil.weisenfeld@gmail.com
46b95dbf63844683851ebe70eb1c02039d40bac8
b85502a781bed6e2f746c0794bdcf48285ac906c
/trunk/blocks/krimp/codetable/coverfull/CFMCodeTable.h
af6269c483dc7eb4258c2fc53c8c55c958e896d8
[]
no_license
JazSingh/KrimpAll
83329776a2fc575efea88ddb450d1e078630a09e
e66918430c9efd84f7b026e326d11db02d834410
refs/heads/master
2020-03-11T19:16:12.418395
2018-04-19T10:58:55
2018-04-19T10:58:55
130,202,166
0
0
null
null
null
null
UTF-8
C++
false
false
957
h
#define BROKEN #ifndef __CFMCODETABLE_H #define __CFMCODETABLE_H /* CFMCodeTable - CoverFullMinimal Cover each row from DB up till the new code table element. IF it has actually been used, also cover using the rest of the code table. Pre- and Post-Prune compatible */ #include "CFCodeTable.h" ...
[ "JazSingh@users.noreply.github.com" ]
JazSingh@users.noreply.github.com
1af2b23f398b2a8927d14c5d8ec6ebb28060b897
e37b159fe240ffb5d2e4d4767ca1c8502768e3b8
/Thrust/Engine/Windows.cpp
44af487e25c1828ccbe03764789232a41c69e06d
[]
no_license
bsgg/DirectXChiliAdvanced
5862a6e94313bfed6ddf36e7a4da8ee2a3843599
8de0db20409e3cb93dcd4cccd0365e5809d925e5
refs/heads/master
2021-01-11T11:55:18.973370
2017-03-14T19:49:57
2017-03-14T19:49:57
76,738,334
0
0
null
null
null
null
UTF-8
C++
false
false
5,263
cpp
/****************************************************************************************** * Chili DirectX Framework Version 14.03.22 * * Windows.cpp * * Copyright 2014 PlanetChili.net <http://www.planetchili.net> * * * * This file is part of The Ch...
[ "beatriz.s.g86@gmail.com" ]
beatriz.s.g86@gmail.com
c1a2380a54613d90e6047a38dbce2d06652890ed
41eff316a4c252dbb71441477a7354c9b192ba41
/src/PhysX/physx/source/physxextensions/src/serialization/Binary/SnConvX_Convert.cpp
ed3345f1cf39aa5c171d7605cd015e84cd19bf77
[]
no_license
erwincoumans/pybullet_physx
40615fe8502cf7d7a5e297032fc4af62dbdd0821
70f3e11ad7a1e854d4f51992edd1650bbe4ac06a
refs/heads/master
2021-07-01T08:02:54.367317
2020-10-22T21:43:34
2020-10-22T21:43:34
183,939,616
21
2
null
null
null
null
UTF-8
C++
false
false
45,495
cpp
// // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in bin...
[ "erwincoumans@google.com" ]
erwincoumans@google.com
8533995aa666f49ed1b2b71aef4cec83d09ec5e6
fd37b573d5ef58089b45c2dd13e5987957a65477
/src/command.h
f4180c8eec81db31c3a31bf396f9928e71cca79e
[]
no_license
piesbert/minefree
7f0282953ba413dcb1084f4a0ec84e964e5087ae
9d487ef19b585d5a9ab107bb14bc2dfe97ea425e
refs/heads/master
2021-01-19T17:48:13.580205
2013-07-04T12:42:01
2013-07-04T12:42:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,175
h
/* MineFree: command.h * Copyright (C) 2012-2013 Sebastian Szymak * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it ...
[ "sebastian.szymak@gmail.com" ]
sebastian.szymak@gmail.com
51ba26ab934df696ce468e096e6d5b99f944748f
8f33db3bc801a750010ea35356f0a8c022257bde
/map.cpp
26387bc1d067687107ee3c3cc54ff77ec510a75f
[]
no_license
dinosaurka/qt_final_project
2c14c2ffd295bc2a490436965e433237e8f89841
73c035acfa31ca33c64af865511dae8109abcb52
refs/heads/master
2023-05-03T09:27:24.921391
2021-05-23T21:38:43
2021-05-23T21:38:43
369,747,980
0
0
null
null
null
null
UTF-8
C++
false
false
3,880
cpp
#include "map.h" #include "game.h" extern Game * game; Map::Map(int level, QGraphicsScene *sc) { scene = sc; QString fileName = ":/maps/maps/" + QString::number(level) + ".txt"; QFile file(fileName); if(!file.exists()) { //finished the game QGraphicsSimpleTextItem *t = new QGraphi...
[ "reut.kseniya@gmail.com" ]
reut.kseniya@gmail.com
3ed39b64b626ec6d21d34974c7b6a09499bcf592
6fc57553a02b485ad20c6e9a65679cd71fa0a35d
/garnet/public/lib/fidl/llcpp/conformance_test.cc
5305ba9ba312436b1784b73bb0873f2ffda96f57
[ "BSD-3-Clause" ]
permissive
OpenTrustGroup/fuchsia
2c782ac264054de1a121005b4417d782591fb4d8
647e593ea661b8bf98dcad2096e20e8950b24a97
refs/heads/master
2023-01-23T08:12:32.214842
2019-08-03T20:27:06
2019-08-03T20:27:06
178,452,475
1
1
BSD-3-Clause
2023-01-05T00:43:10
2019-03-29T17:53:42
C++
UTF-8
C++
false
false
12,186
cc
// Copyright 2019 The Fuchsia 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 <iostream> #include <string> #include <utility> #include <vector> #include <fidl/test/misc/llcpp/fidl.h> #include "gtest/gtest.h" namespace llcp...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
8fa0d4389c86b3262dca0d50dbb4ab1f7eaeee1d
fbd9436fcbdc22a413c5f85d375e7028aef6fd6e
/算法竞赛入门经典/动态规划/9.1数字三角形-递归.cpp
4e04fada1f2fa2ee9f209fe21a62636d1fbff3ae
[]
no_license
IoveSunny/ojproblems
55c4daf224f1a201d7e0faf310c4129f64efa29a
4b3599116a3aa94b321eb66560cd03593773a303
refs/heads/master
2021-01-01T20:41:35.554761
2014-02-26T09:13:47
2014-02-26T09:13:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
721
cpp
/* 动态规划的核心 = 状态a[i][j] + 状态转移方程d[i][j] 递归:标记或记录计算过的,防止重复计算 */ #include <cstdio> #include <cstring> int a[10][10], d[10][10]; int n = 4; int max(int a, int b) { return a>b?a:b; } // 和递推差不多,只不过思维逆转,先到最底层,再回溯 int recursion(int i, int j) { if(d[i][j] >= 0) return d[i][j]; return d[i][j] = a[i][j] + (i==n?0:max(r...
[ "huangjinhua4535@gmail.com" ]
huangjinhua4535@gmail.com
1ba2a3cb4f21dbb04f6a7bd4f936fc7b2d645162
ea6ac83942d511e265c6b0ba212841aeab83f593
/FruitTetris.cpp
35181bb7fcd2a07ce86d4fdfca08c5089ce9a35c
[]
no_license
alexsweeten/FruitTetris
b3ae473e01e40521b1339ef29a692f1ec7a527e6
74990a0d21ee6291d7d8e57108bd4b8189b81658
refs/heads/master
2021-06-13T21:24:02.506436
2017-04-02T21:34:31
2017-04-02T21:34:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,888
cpp
/* CMPT 361 Assignment 1 - FruitTetris implementation Sample Skeleton Code - This is ONLY a skeleton code showing: How to use multiple buffers to store different objects An efficient scheme to represent the grids and blocks - Compile and Run: Type make in terminal, then type ./FruitTetris This code is extracted from...
[ "alex.sweeten@gmail.com" ]
alex.sweeten@gmail.com
536a405f4d4c59fde8acaa75e6cb867d0b81fa94
f11661bb6e2e4c0a81aca295a7835951e8146261
/RTA-Project/RTA-Project/RenderShape.cpp
479cd70fc64c9ed5946d9f92f742cf99a49f5823
[]
no_license
noelmurillo15/Graphics-Engine-2
4edd234c7c71341d31eeca9123f47518e3a27559
9f7dc200bbd26c42a839adbe33c5da973abb36e2
refs/heads/master
2020-05-29T09:14:57.616532
2019-09-02T17:35:56
2019-09-02T17:35:56
70,124,580
0
0
null
null
null
null
UTF-8
C++
false
false
1,127
cpp
#include "RenderShape.h" #include "RenderMesh.h" #include "RenderContext.h" #include <fstream> #include <string> RenderShape::RenderShape() { Mat_Identity(worldMat); this->next = nullptr; this->func = NULL; mesh = new RenderMesh; context = new RenderContext; } RenderShape::~RenderShape() { delete mesh; de...
[ "noelmurillo15@fullsail.edu" ]
noelmurillo15@fullsail.edu
15bd627978fd222bb94cddaab8c12f4ce175ddc8
c94841f5b0200abe8f65f94c5542300911c83bb2
/ExtremeCopy/Test/XCTesting/stdafx.cpp
7f859f5b09c7816b8add6a7c0324109f09482a1b
[ "Apache-2.0" ]
permissive
zelohon/ExtremeCopy
2c4ab94eb5a7391d4c69f33d1002fb84ac74bbab
de9ba1aef769d555d10916169ccf2570c69a8d01
refs/heads/main
2023-01-04T15:17:05.872507
2020-11-03T14:31:05
2020-11-03T14:31:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
444
cpp
// stdafx.cpp : source file that includes just the standard includes // XCTesting.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" const TCHAR* g_pValidDirWithFolder = _T("D:\\test_copy\\valid_folder_with_folder") ; const TCHAR* g_pValidDirWithoutF...
[ "clock4096@gmail.com" ]
clock4096@gmail.com
1595c0e1f8d9e73ff8c9c2c6490f6359d29cdedf
b179ee1c603139301b86fa44ccbbd315a148c47b
/engine/maps/tiles/features/source/GoodAltarManipulator.cpp
f2c257d2bdb307f94cdfe1dd51752aec6173274c
[ "MIT", "Zlib" ]
permissive
prolog/shadow-of-the-wyrm
06de691e94c2cb979756cee13d424a994257b544
cd419efe4394803ff3d0553acf890f33ae1e4278
refs/heads/master
2023-08-31T06:08:23.046409
2023-07-08T14:45:27
2023-07-08T14:45:27
203,472,742
71
9
MIT
2023-07-08T14:45:29
2019-08-21T00:01:37
C++
UTF-8
C++
false
false
372
cpp
#include "GoodAltarManipulator.hpp" #include "Game.hpp" using namespace std; GoodAltarManipulator::GoodAltarManipulator(FeaturePtr feature) : AltarManipulator(feature) { } string GoodAltarManipulator::get_creature_action_key() const { return CreatureActionKeys::ACTION_DESECRATE_GOOD; } #ifdef UNIT_TESTS #include...
[ "jcd748@mail.usask.ca" ]
jcd748@mail.usask.ca
79fa32fb06f095bfe09c194fd2f8957642aba49c
aa10e3edb2d9db88b0fa48beee2c8a4c93d6958f
/ch12/1201_02ex/Person.cpp
1b4ebeae008b2f9d29a36dc9e0e8037a4e66ec70
[ "MIT" ]
permissive
mallius/CppPrimer
e1a04d6e1a00d180ecca60a0207466a46a5651b7
0285fabe5934492dfed0a9cf67ba5650982a5f76
refs/heads/master
2021-06-05T10:32:55.651469
2021-05-20T03:36:22
2021-05-20T03:36:22
88,345,336
0
1
null
null
null
null
UTF-8
C++
false
false
226
cpp
#include "Person.h" Person::Person() { } Person::Person(string n, string a) { name = n; address = a; } int main(void) { Person p("Yuyawei", "Changdao"); cout << p.getName() << endl; cout << p.getAddress() << endl; }
[ "mallius@qq.com" ]
mallius@qq.com
399c091486254c949bf66f90662ed5732df02e6b
c5a28193198763d7f53973f93acdeb557c90c012
/vmware_fs/VMWNode.cpp
cfdcee76bfa5813f27119c26c853b0170f9c4bd9
[ "MIT" ]
permissive
adamfowleruk/VMwareAddons
25fad58a3b837b6da2cf1ea1df461699919e4abb
aed6f601f0d71e9240c71b987a30ea38f03f8c72
refs/heads/master
2023-07-10T01:35:20.402654
2021-04-13T14:15:00
2021-04-13T14:15:00
296,873,848
0
0
MIT
2020-09-19T13:19:45
2020-09-19T13:19:44
null
UTF-8
C++
false
false
3,097
cpp
#include "VMWNode.h" #include <stdio.h> #include <stdlib.h> #include <KernelExport.h> ino_t VMWNode::current_inode = 2; VMWNode::VMWNode(const char* _name, VMWNode* _parent) : parent(_parent) { name = strdup(_name); name_length = strlen(name); inode = current_inode; current_inode++; children = NULL; } VMWNode...
[ "VinDuv@61d4227d-4d08-4a40-bfe6-ff43b4e770fc" ]
VinDuv@61d4227d-4d08-4a40-bfe6-ff43b4e770fc
70de32889121a9fcf72250f0f4614e0b9e7bd0f6
35e79b51f691b7737db254ba1d907b2fd2d731ef
/AtCoder/ARC/028/B.cpp
3fd6074191efa74d1aeea0ebbf3a2a7911d1d655
[]
no_license
rodea0952/competitive-programming
00260062d00f56a011f146cbdb9ef8356e6b69e4
9d7089307c8f61ea1274a9f51d6ea00d67b80482
refs/heads/master
2022-07-01T02:25:46.897613
2022-06-04T08:44:42
2022-06-04T08:44:42
202,485,546
0
0
null
null
null
null
UTF-8
C++
false
false
1,493
cpp
#pragma GCC optimize("O3") #include <iostream> #include <iomanip> #include <cstdio> #include <string> #include <cstring> #include <deque> #include <list> #include <queue> #include <stack> #include <vector> #include <utility> #include <algorithm> #include <map> #include <set> #include <complex> #include <cmath> #include...
[ "dragondoor0912@yahoo.co.jp" ]
dragondoor0912@yahoo.co.jp
be0e6990a5867640b8dee2a3acdfd5230fe74241
ec98901e6318744c61013177c8db25a1244fba2c
/towerofhonoi.cpp
840bf6eb7c83dca8bfd46dcfb08feed719e99a6c
[]
no_license
Elizzzzzzzzzzer/turboC
1bebeb597fd60a4228f9e38d09691814e63ab8aa
65d1fe71a5a28c6e1449b6fc0ad845f4407aca6d
refs/heads/master
2023-03-22T19:48:47.880278
2019-11-24T11:36:22
2019-11-24T11:36:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
765
cpp
#include <bits/stdc++.h> #include<stdio.h> using namespace std; void towerOfHanoi(int n, char from_rod, char to_rod, char aux_rod) { if (n == 1) { cout << "Move disk 1 from rod " << from_rod << " to rod " << to_rod<<endl; ...
[ "singh.shashank166948@gmail.com" ]
singh.shashank166948@gmail.com
6d75b5882aa7bc4681581d5f6d7038ac0f00027d
f7a50f431e19deeed2d9ce177109db5ec44f1d45
/MonkeyEngine/Materials/Units/Utilities/Source/CriticalRegion.cpp
c434f9a53bdbe5d3e74e06e6e28024e7a08228fa
[]
no_license
brady00/Super-Amazing-Game-O-Rama-Drama
d6382463f574ce3b6e5f13258fd934b05bb852cd
78fc93d4c235dc499f6691d3766df7b43e13ad1c
refs/heads/master
2021-01-12T12:59:21.644625
2017-11-13T00:27:17
2017-11-13T00:27:17
69,768,512
0
0
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include "CriticalRegion.h" namespace MonkeyEngine { std::unordered_map<void*, std::mutex*> CriticalRegion::threads; void CriticalRegion::Enter(void* obj) { if (!threads[obj]) threads[obj] = new std::mutex(); threads[obj]->lock(); } void CriticalRegion::Exit(void* obj) { if (threads[obj]) threads[o...
[ "gueyr.brady@gmail.com" ]
gueyr.brady@gmail.com