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
487e16147ef280ac22f9e38de60df7d52062ed1d
d17a0ec1f7d4cfffbd222e8de190c56f9ec3cb7c
/modules/terrain_module/src/Noise.cpp
c1adde1a281a1e75dba317159fcdc87da36c7323
[ "MIT" ]
permissive
fuchstraumer/DiamondDogs
84553f03fb3782fafacb3bea738e0d6dad159bc0
06ad7f80ea87e9ce681f0d846ec3b3993300009f
refs/heads/master
2023-02-08T18:16:38.405099
2023-02-04T18:06:21
2023-02-04T18:06:21
75,507,011
6
1
null
null
null
null
UTF-8
C++
false
false
4,411
cpp
#include "Noise.hpp" #include "NoiseGen.hpp" #include "glm/vec3.hpp" #include "glm/vec2.hpp" #include "glm/gtc/type_ptr.hpp" float FBM(const glm::vec3 & pos, const int32_t& seed, const float & freq, const size_t & octaves, const float & lacun, const float & persistance) { glm::vec3 npos = pos * freq; float sum...
[ "jonesk74@uw.edu" ]
jonesk74@uw.edu
558565dcb7528471a08a8e870d04517847790220
e7d7377b40fc431ef2cf8dfa259a611f6acc2c67
/SampleDump/Cpp/SDK/BP_CorsescaRaphaeliteBlade_functions.cpp
7c8addc1a0ca130e0c909038d7c84e8d24379257
[]
no_license
liner0211/uSDK_Generator
ac90211e005c5f744e4f718cd5c8118aab3f8a18
9ef122944349d2bad7c0abe5b183534f5b189bd7
refs/heads/main
2023-09-02T16:37:22.932365
2021-10-31T17:38:03
2021-10-31T17:38:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,574
cpp
// Name: Mordhau, Version: Patch23 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //------------------------------------------------...
[ "talon_hq@outlook.com" ]
talon_hq@outlook.com
ede32bcb444f8038d17a2e54c6580f64d6f69e54
0d084ff09f85061fbb87757f3579361b013e301e
/src/qt/addressbookpage.cpp
786eace13ba803012aab8af1b310ba2c7291edf8
[ "MIT" ]
permissive
alik918/dngrcoin
c5a699d6cfd753457b2dde1ea2fb9cc80f882e70
adf8bb68e4c2f8d3b6673c2807d99ba5377d8dd1
refs/heads/master
2023-02-04T11:31:01.342700
2020-12-22T16:34:18
2020-12-22T16:34:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,160
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The DNGRcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/dngrcoin-config.h" #endif #in...
[ "you@example.com" ]
you@example.com
726454d338569ccdc66d3f410fc3cc1e0d0697ca
7e9f6309246619247ce61159437881a1fa3d5dea
/multi_agent_planner/src/MotionPrimitives/MotionPrimitivesMgr.cpp
21e9d83072fbc5c26a88755af430af3b0c191d0c
[]
no_license
sid24ss/multi_agent_planner
a7e652682a610f0d5ff838823c8e97db40519f49
ab9c617f5231a8397e6c7d8c19611ae1b14ac949
refs/heads/master
2020-06-02T00:31:55.582600
2014-10-03T15:25:19
2014-10-03T15:25:19
23,503,842
1
0
null
null
null
null
UTF-8
C++
false
false
5,436
cpp
#include <multi_agent_planner/MotionPrimitives/MotionPrimitivesMgr.h> #include <multi_agent_planner/Constants.h> using namespace multi_agent_planner; MotionPrimitivesMgr::MotionPrimitivesMgr(std::shared_ptr<GoalState>& goal) : m_goal(goal) { } void MotionPrimitivesMgr::setMprimParams(const MotionPrimitiveParams&...
[ "sid24ss@gmail.com" ]
sid24ss@gmail.com
1bb00cc61f6f9ee7f9393b33065bca11d8bd0254
170ed90aae1b2989a67c1138625bc0b5984c22e2
/20-21-1/4. Gyak/Ke1. Feladat/main.cpp
bb4fe41ad8b79c4e9b4d2fd53bbeaff8db8bac63
[]
no_license
gvikthor/Programozas
f7bbf9fdeaa7d0cf7d3f2d8ae2fa589515835115
381cbd84ba259fc87b1d1a500d69fd484f22b45b
refs/heads/master
2023-07-22T09:10:08.789444
2021-05-19T20:49:12
2021-05-19T20:49:12
293,271,754
0
0
null
null
null
null
UTF-8
C++
false
false
603
cpp
#include <iostream> using namespace std; int main() { const int meret = 7; int pontok[meret] = {65,38,82,83,27,91,100}; string nevek[meret] = {"Peti", "Aron", "Tomi", "Laura", "Dalma", "Nandor", "Gergo"}; int i = 1; bool talalt = false; while(i < meret && !talalt){ if(pontok[i-1] == p...
[ "mohmas@inf.elte.hu" ]
mohmas@inf.elte.hu
ab26e1795deaa5f79091a2b1f014bab0587b99af
1be3509c550e8c02b8ac54568e90350830df1ffb
/Source/SimpleShooter/Gun.cpp
550f5f8bb20c547edac5e5152296f37334cfd5d9
[]
no_license
nu12/SimpleShooter
4287fb8458849847a1538c70622c8ecaf6bc7108
23ffe02deaf4a5d1c4dc57c34cdeab94b3fedba9
refs/heads/master
2023-01-01T23:24:44.843742
2020-10-09T15:25:53
2020-10-09T15:25:53
295,551,258
0
0
null
null
null
null
UTF-8
C++
false
false
2,655
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Gun.h" #include "Components/SkeletalMeshComponent.h" #include "Particles/ParticleSystem.h" #include "Kismet/GameplayStatics.h" #include "DrawDebugHelpers.h" // Sets default values AGun::AGun() { PrimaryActorTick...
[ "alysson.avila.costa@gamil.com" ]
alysson.avila.costa@gamil.com
7c53617ce989587b1959c366a4e1d3c9f15d539b
d0fb46aecc3b69983e7f6244331a81dff42d9595
/ga/include/alibabacloud/ga/model/CreateBasicAccelerateIpResult.h
9071833c1fc6e7b4d6d8faa59f6d116ebe671190
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,711
h
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
c0e5def83efdca4e6f1160a7a72c262347799e1a
f42dd0e2471c03600f890b2c769e57b24aaa08e3
/FrameWork/Engine/Code/Observer.cpp
ed84f179f5a1b55b12aa66a1f2eee69c6ee9ddb0
[]
no_license
zeldie/-
1722f777fbe870e9ccef9e1eed49bb07e2ce1dd7
658225e7ead91839750f8024593ed67b059d8923
refs/heads/master
2022-12-22T02:34:30.128966
2020-09-14T07:56:25
2020-09-14T07:56:25
295,115,224
0
0
null
null
null
null
UTF-8
C++
false
false
123
cpp
#include "Observer.h" USING(Engine) CObserver::CObserver() { } CObserver::~CObserver() { } void CObserver::Free() { }
[ "Administrator@JUSIN-20200527X" ]
Administrator@JUSIN-20200527X
79b6c5c41525db92cc29181edd7dc68d50cc357e
f29b7b3a54c6cfd3c1e831fe4ffe218a1adcc308
/Class Assignments/ex3-9b.cpp
b789dfac50e5a903effc22d289a52c4f8b58c5d0
[]
no_license
rolandrao/CISS290
85be9ca4af93ada3806ee95a04e9e0827e5936d1
a55f9765f9b005a496af76b8819ec4beab601876
refs/heads/master
2020-05-03T12:10:02.209163
2019-04-24T15:01:07
2019-04-24T15:01:07
178,617,305
0
0
null
null
null
null
UTF-8
C++
false
false
675
cpp
/* Bill Wohlleber Exercise 3-9b This program will print a line of text in uppercase and lowercase character by character using strings */ #include<iostream> #include<string> #include<cctype> using namespace std; int main() { string s, su, sl; int i; cout << "Enter a line of text: "; getline(cin, s,...
[ "rolandrao@gmail.com" ]
rolandrao@gmail.com
e810d183d20f4756a9b5d9cc37685f451bcf922b
ab3f863fc5043e8970c3d4b5c861778586226657
/csvIO.h
9b98211022d96ca744157e55620f737e615e5baf
[]
no_license
JPatchett/Quantum-Simulations
5185fb021a47930aee394960b979c5fd61e53b2a
0de6916b9c2a85e2bcf3d87d361cc8de86f4fafb
refs/heads/master
2020-04-07T09:33:16.625583
2018-11-19T16:54:22
2018-11-19T16:54:22
158,256,811
0
0
null
null
null
null
UTF-8
C++
false
false
339
h
#ifndef CSVIO_H #define CSVIO_H #include <string> #include <vector> class CSVWriter{ private: std::string filename; std::string delimeter; int linesCount; public: CSVWriter(std::string filename, std::string delm = ","); void addDataInRow(std::vector<double> &...
[ "james.patchett1996@gmail.com" ]
james.patchett1996@gmail.com
26e8033a10260aba4a0540e8da9a17b19eeca46c
129a4883c4f71fa01f3167e2589d3937864894c4
/devel/include/ur_msgs/RobotStateRTMsg.h
932cac0f7ce4e6c8fe660ac27b327c005b4020df
[]
no_license
ChengdaJi/SensorBasedRobotics
21dc84fafac27e2a1e817ba2c34bb5e90af4b9f0
25a283868c8e0bb67e137f58397b471cf0555de9
refs/heads/master
2020-12-30T11:59:41.924577
2017-05-16T16:24:27
2017-05-16T16:24:27
91,479,804
0
0
null
null
null
null
UTF-8
C++
false
false
13,080
h
// Generated by gencpp from file ur_msgs/RobotStateRTMsg.msg // DO NOT EDIT! #ifndef UR_MSGS_MESSAGE_ROBOTSTATERTMSG_H #define UR_MSGS_MESSAGE_ROBOTSTATERTMSG_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include ...
[ "chengdaji@jhu.edu" ]
chengdaji@jhu.edu
c1e90ee4207f0011898925a51ec91121995a2764
0c5461dec012986b620f46596b543cd0769f2b32
/codeforces/489c_givenlengthandsumofdigits....cpp
0f0494d70651f9c7f1a721950664c61a7b59fcbe
[ "MIT" ]
permissive
aoibird/pc
ec6e0d634cf7bd03f102416c7847decf80a5e493
01b7c006df899365eaa73ff179a220f6a7d799c6
refs/heads/master
2022-11-28T04:48:15.458782
2022-11-21T01:30:39
2022-11-21T01:30:39
205,393,242
0
0
null
null
null
null
UTF-8
C++
false
false
871
cpp
#include <cctype> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <iostream> #include <algorithm> using namespace std; int a[100+10]; int b[100+10]; int main() { int m, s; scanf("%d%d", &m, &s); if (m == 1 && s == 0) { printf("0 0\n"); return 0; } if (s < 1 || s > ...
[ "aoi@aoibird.com" ]
aoi@aoibird.com
f403702b7cd0ed0fe5b3344282f7388bad88c960
ba10da4be74ba4e472bbe4b51d411627fc07bdbf
/build/iOS/Preview/include/Fuse.Motion.Simulatio-17bdd43e.h
a8932f1eca52ce0ad7adc23c39f5a5c445a5ecf5
[]
no_license
ericaglimsholt/gadden
80f7c7b9c3c5c46c2520743dc388adbad549c679
daef25c11410326f067c896c242436ff1cbd5df0
refs/heads/master
2021-07-03T10:07:58.451759
2017-09-05T18:11:47
2017-09-05T18:11:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,724
h
// This file was generated based on '/Users/ericaglimsholt/Library/Application Support/Fusetools/Packages/Fuse.Motion/1.0.5/simulation/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Motion.Simulatio-8063728b.h> #include <Fuse.Motion.Simulatio-a4ba96c1.h> #include ...
[ "ericaglimsholt@hotmail.com" ]
ericaglimsholt@hotmail.com
1788c6c6e848ed552d4c35784515732ced99e2f8
1cc5720e245ca0d8083b0f12806a5c8b13b5cf98
/uva/src/cinco/p524/p524.cpp
2128b68da8e3f2e88b7492229ae424edcac9ccf1
[]
no_license
Emerson21/uva-problems
399d82d93b563e3018921eaff12ca545415fd782
3079bdd1cd17087cf54b08c60e2d52dbd0118556
refs/heads/master
2021-01-18T09:12:23.069387
2010-12-15T00:38:34
2010-12-15T00:38:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,084
cpp
#include <stdio.h> #define ehPrimo(soma) (soma==3 || soma==5 || soma==7 || soma==11 || soma==13 || soma==17 || soma==19 || soma==23 || soma==29 || soma==31) long maxV; char lista[10000000]; long passado[17]; long posNalista; long inicioUltimaCarreira; void geraCopia() { long zi; lista[inicioUltimaCarre...
[ "guilherme.silveira@caelum.com.br" ]
guilherme.silveira@caelum.com.br
bb7ff66458380f50442bebcd0d50fd49b9c5f0e5
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/chromeos/services/device_sync/fake_cryptauth_device_syncer.cc
2f82793d83651905f8aa5d56ad0dc77383423409
[ "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
1,765
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 "chromeos/services/device_sync/fake_cryptauth_device_syncer.h" #include "chromeos/services/device_sync/cryptauth_device_sync_result.h" namespac...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
5ac586f0f4734a2a26830a056f5de802d32691be
a239e7d9cccf5f8b79d217e3acf6a1a6f9fe03d9
/src/monochrome.cpp
586faa484f9fb227a2fcf316a1bb127c2757be5d
[]
no_license
AlifArifin/mini-photoshop
e1bad70d54fa9212f0a600644954dc0473d746d3
cec588f5452ad9dc99117b18187d4dcfd5a4304b
refs/heads/master
2022-04-05T04:18:10.000386
2020-02-19T08:42:27
2020-02-19T08:42:27
215,892,965
1
0
null
null
null
null
UTF-8
C++
false
false
32,857
cpp
#include "monochrome.h" #include "utils.h" #include "pbm_state.h" #include "pgm_state.h" #include "operation.h" #include "padding.h" #include <fstream> #include <string> #include <iostream> #include <vector> #include <sstream> #include <cmath> #include <algorithm> #include <QDebug> using namespace std; Monochrome::Mo...
[ "m.alif.arifin@gmail.com" ]
m.alif.arifin@gmail.com
991012d434eb82b4a5cd5b793c8904e46c3f7cdc
d6125fb9313bd89b40de90d3bbe1a17dcb452c1e
/src/Messages/StopMsg.h
9612da9955197ec80d179469d5477576efd21c18
[]
no_license
alejandroguillen/testbed_final
011d3820784026978b5047d9cec91c4b0fdaf304
354660ae99e99a7615c30f2709bc2817bab7e036
refs/heads/master
2021-01-19T21:28:39.538813
2015-05-06T08:13:30
2015-05-06T08:13:30
35,144,996
0
0
null
null
null
null
UTF-8
C++
false
false
275
h
/* * StopMsg.h * * Created on: 24/lug/2014 * Author: greeneyes */ #ifndef STOPMSG_H_ #define STOPMSG_H_ #include "Message.h" class StopMsg : public Message{ private: public: StopMsg(); int getBitStream(vector<uchar>& bitstream); }; #endif /* STOPMSG_H_ */
[ "alexisga90@gmail.com" ]
alexisga90@gmail.com
663b23a35ed1b01f1e7adf9034e2abd0578ddf9c
0c360ce74a4b3f08457dd354a6d1ed70a80a7265
/src/components/policy/include/policy/user_consent_manager.h
55c6239a6c2666fb6bbd2f051d1c25f013c2f152
[]
permissive
APCVSRepo/sdl_implementation_reference
917ef886c7d053b344740ac4fc3d65f91b474b42
19be0eea481a8c05530048c960cce7266a39ccd0
refs/heads/master
2021-01-24T07:43:52.766347
2017-10-22T14:31:21
2017-10-22T14:31:21
93,353,314
4
3
BSD-3-Clause
2022-10-09T06:51:42
2017-06-05T01:34:12
C++
UTF-8
C++
false
false
1,862
h
/* Copyright (c) 2013, Ford Motor Company All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the fol...
[ "luwanjia@aliyun.com" ]
luwanjia@aliyun.com
7775d44bec948b732dec3da890341d9b42afd932
300039566399bc05a74fa63aafd6b3d1247e4796
/predator.cpp
173c9b20e5191ce66e983f8ebdc278b5a854e9fa
[]
no_license
altvictor/predatorprey
6d84420b11d0ecb9ba27f8c4fd99fbb978561424
60d0e8902904a18fec935c5957638f9fa50b4f67
refs/heads/master
2021-01-10T14:27:53.886860
2015-12-04T08:23:49
2015-12-04T08:23:49
47,246,676
0
0
null
null
null
null
UTF-8
C++
false
false
1,191
cpp
#include "predator.h" predator::predator(int row, int col):creature(row, col, 'X'){ } void predator::move(creature* world[][ho_const::MAX]){ int place = findother(world, 'O'); if(place != 0){ kill(world, place); _starve = 0; } else{ place = findblank(world); if(place !...
[ "vh1601@gmail.com" ]
vh1601@gmail.com
7856d80f3dc8cfb8885557e0a31699258fed7e60
3fa1158e7b741664ac3d9d0fe2000c969c9ba58b
/src/gpuwattch/logic.h
b96c1b80c016df85f06177110f433ca5035390fd
[ "BSD-3-Clause" ]
permissive
kstraube/gpgpusim-capp
22521effa78e9845898c002a19614e61c479f9d9
056184f28ad381eaab9dd27f3d3848a882c54787
refs/heads/master
2021-09-12T21:09:19.445316
2017-11-13T18:54:34
2017-11-13T18:54:34
110,017,269
1
0
null
null
null
null
UTF-8
C++
false
false
8,228
h
/***************************************************************************** * McPAT * SOFTWARE LICENSE AGREEMENT * Copyright 2012 Hewlett-Packard Development Company, L.P. * All Rights Reserved * * Redistribution and ...
[ "kkstraube@kafka.ece.ucdavis.edu" ]
kkstraube@kafka.ece.ucdavis.edu
4f75b1941d12f169867ebf66022e77417e768239
7c9136d87b8895ac6532ef2af58edf3ecc29d175
/OrderNumDlg.cpp
2d44edac61270708887e995b11b7ed059f933ea4
[]
no_license
khhubb/csda-new-ssb
038d75858cba1e029f4f1315d6ebba95e5d9fb91
96eaf896ba6c91914f69671171f5488cf0fb5d3f
refs/heads/master
2020-07-01T03:36:45.777439
2016-08-17T22:00:09
2016-08-17T22:00:09
74,102,071
0
0
null
null
null
null
UTF-8
C++
false
false
3,202
cpp
// OrderNumDlg.cpp : implementation file // #include "stdafx.h" #include "csda.h" #include "OrderNumDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #include "Snapshot.h" #include "SpecMgr.h" ////////////////////////////////////////////////...
[ "dmiller2718@gmail.com" ]
dmiller2718@gmail.com
b6b71fd158bd68562c2789e55d170b007e7f771f
87afd2b9face99ac5553f6dd4cf9595f754c6650
/definitivo/GetTheBall/GetTheBall/Conversion.h
bde3516b924a9525cb4e6165040fbfaacdb4bf78
[]
no_license
LauraLaureus/PickTheCow
5ca3f343d9d1ba03712e9d43763bd311cd9e5ba8
97f5f95daf24227f24310e60cdaa349ef17c1aed
refs/heads/master
2021-01-17T19:51:57.935594
2016-06-06T17:00:02
2016-06-06T17:00:02
60,543,688
0
0
null
null
null
null
UTF-8
C++
false
false
386
h
#pragma once #include "Coordinates3D.h" #include "TableXY.h" class Conversion { public: static int getRowIndexFromSubRowIndex(int subRowIndex, int numberOfSubRows); static int getColumnIndexFromSubColumnIndex(int subColumnIndex, int numberOfSubColumns); static Coordinates3D getCoordinates3DFromRowAndC...
[ "l4depende@gmail.com" ]
l4depende@gmail.com
006d55db63a40d8c6bd61e4da7c0bf0406c777fc
49fc8b067bc2ded6ef050255c14370638f4e8962
/CS202/lab5/Person.cpp
60d3fb3800fc08eabd2ca8e43941683664454b21
[]
no_license
tleek135/university
c6c33820849e0e3c589f3696a0a9be5da097c1b9
e9abeb26893cf8a2abe2c54bc41bfa9feb7428dd
refs/heads/master
2021-01-02T09:09:47.830661
2017-08-02T18:30:55
2017-08-02T18:30:55
99,148,748
0
0
null
null
null
null
UTF-8
C++
false
false
1,890
cpp
/******************************************************************** * Kyle Lee * Person.cpp * May 6, 2015 * CSE 202 (Wednesday lab) * Description: Implement functions found in Person.h file * Solution: Include constructors to initialize values (name, DOB, gender) and a print function to display these values ...
[ "kylel365@yahoo.com" ]
kylel365@yahoo.com
17ee1be319b5c4a58034547a826988cff0b8239c
90babff107bb2668750ea695ad7e6573c8cddfda
/B3/container.hpp
7952211dd7e089e6daf613da0a46af42392cc7cd
[]
no_license
sodafago/Programming-technology-labs
175006cdcd0466481830d196cb7d1ebcea46d3a7
b973460e5014689f643bbea1255f33468162e7a4
refs/heads/main
2023-08-03T14:27:32.760923
2021-09-22T09:00:44
2021-09-22T09:00:44
409,130,702
0
0
null
null
null
null
UTF-8
C++
false
false
1,003
hpp
#ifndef __CONTAINER_HPP__ #define __CONTAINER_HPP__ #include <iterator> class Container { public: class Iterator; static Iterator begin() noexcept; static Iterator end() noexcept; private: static size_t BEGIN_VAL; static size_t END_VAL; }; class Container::Iterator : public std::iterator<std::bidirectio...
[ "78441035+sodafago@users.noreply.github.com" ]
78441035+sodafago@users.noreply.github.com
21aa0a0a967a01e15dd9291b71d6bd992d51843d
1ab7b3f2aa63de8488ce7c466a67d367771aa1f2
/Ricardo_OS/Ricardo_OS/lib/ArduinoJson-6.x/extras/tests/Numbers/parseInteger.cpp
fb2ed3db658bb319636f72c406cb42ecc6b8a67d
[ "MIT" ]
permissive
icl-rocketry/Avionics
9d39aeb11aba11115826fd73357b415026a7adad
95b7a061eabd6f2b607fba79e007186030f02720
refs/heads/master
2022-07-30T07:54:10.642930
2022-07-10T12:19:10
2022-07-10T12:19:10
216,184,670
9
1
MIT
2022-06-27T10:17:06
2019-10-19T09:57:07
C++
UTF-8
C++
false
false
2,101
cpp
// ArduinoJson - arduinojson.org // Copyright Benoit Blanchon 2014-2021 // MIT License #include <stdint.h> #include <ArduinoJson/Numbers/parseNumber.hpp> #include <ArduinoJson/Variant/VariantImpl.hpp> #include <catch.hpp> using namespace ARDUINOJSON_NAMESPACE; template <typename T> void checkInteger(const char* inpu...
[ "kiran@MacBook-Pro-3.local" ]
kiran@MacBook-Pro-3.local
046ba30136ec12f296a16758564f56d01ae3dd14
bdb2c1cc4f18c541a2b556ed61b9c09320a27329
/CodeChef_Beginner/October/Simple_Factorial.cpp
af8d3c7fc24617bae950630d3774ed7bf41a1b6f
[]
no_license
ajoel24/CPwithCPP
81c18c301248d5542cd75ca4c03440e8896676a9
fd98fb9d98a0fe516234328672a39df8414e59f3
refs/heads/master
2022-03-06T08:19:50.559876
2019-11-14T14:32:12
2019-11-14T14:32:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
360
cpp
/* Link for this problem: https://www.codechef.com/problems/FCTRL2 */ #include<bits\stdc++.h> using namespace std; double fact(double n) { return ((n == 0 || n == 1) ? 1 : (n * fact(n - 1))); } int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); double n, a; cin >> n; while(n--) { cin >> a; pri...
[ "drew.devops@gmail.com" ]
drew.devops@gmail.com
2c2c06b8206159499c576d585b7ffd1fcd635df8
0f8594c7fadedb0c9f1e447d3d19a2f3276b4975
/Client/Classes/Net/pk_pet.h
af8ee26ea16f75a5407ba8a450d10106e58029f9
[]
no_license
SmallRaindrop/LocatorApp
37c427dd1e4cb7376cd5688ab7921b9f1490ac45
8212b1ec32b964e61e886bbbea8d26392e2b25d8
refs/heads/master
2021-01-09T22:49:02.586485
2015-10-14T04:55:44
2015-10-14T04:55:44
42,594,771
1
2
null
2015-09-16T15:19:42
2015-09-16T15:08:22
null
UTF-8
C++
false
false
2,546
h
#pragma once #include <vector> #include "NetMsg.h" class IOSocket; using namespace std; namespace pk{ struct GS2C_PET_EXP_UPDATE { int32 exp; }; void WriteGS2C_PET_EXP_UPDATE(stNetMsg& msg,GS2C_PET_EXP_UPDATE& value); bool OnGS2C_PET_EXP_UPDATE(GS2C_PET_EXP_UPDATE* value); void ReadGS2C_PET_EXP_UPDATE(stNet...
[ "191511706@qq.com" ]
191511706@qq.com
f66c4653bcd64fdd35b424424b7338cc8ea29464
2cd6edd02450849015bf535eb473a750dace67a8
/final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalpool_hls/channel_pip/syn/systemc/pool_write_3.cpp
7352e70d096af2f1d0e46eeb8fb8acb2bdd741b4
[ "MIT" ]
permissive
prajwaltr/MSoC-HLS
fde436f7031cc7477a93f079a1b3407558988e07
d876b6bdfe45caba63811b16b273a9723e9baf65
refs/heads/main
2023-06-05T00:52:40.419332
2021-06-15T02:30:37
2021-06-15T02:30:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
241,305
cpp
#include "pool_write.h" #include "AESL_pkg.h" using namespace std; namespace ap_rtl { void pool_write::thread_and_ln189_10_fu_3460_p2() { and_ln189_10_fu_3460_p2 = (or_ln189_10_fu_3452_p2.read() & or_ln189_11_fu_3456_p2.read()); } void pool_write::thread_and_ln189_11_fu_3466_p2() { and_ln189_11_fu_3466_p2 =...
[ "es921088@gmail.com" ]
es921088@gmail.com
e3c7e21ff1e3d0a2a1c2b45f9d34e976ecedbb7b
0315e5e5cd83a74d665ea718b0420f56d344fe98
/src/qt/rpcconsole.cpp
7a571f393500e5652c2304fd37a50ac547787fab
[ "MIT" ]
permissive
botanik26rus/donatecoin
5de5c2eec9b7961166a73445bd5d556d22ea1c47
51232688c04b6c284c6aae8380bfeafacb85d7f6
refs/heads/master
2021-08-31T09:15:59.155061
2017-12-20T22:02:07
2017-12-20T22:02:07
114,866,116
0
0
null
null
null
null
UTF-8
C++
false
false
10,288
cpp
#include "rpcconsole.h" #include "ui_rpcconsole.h" #include "clientmodel.h" #include "bitcoinrpc.h" #include "guiutil.h" #include <QTime> #include <QTimer> #include <QThread> #include <QTextEdit> #include <QKeyEvent> #include <QUrl> #include <QScrollBar> #include <boost/tokenizer.hpp> #include <openssl/crypto.h> //...
[ "botanik@antilam.ru" ]
botanik@antilam.ru
398054295159a1fdf5764deeca6d9dfddf2dd28e
a4a2afa8a2f355714d2498a6c67b067edcf18c2b
/Button.cpp
f5130ec5020dd83f921690975319be6db5f892ac
[]
no_license
michaelslec/Minesweeper
64dd3ccf892e50a2cd4ee290f93332bdc71506b9
342544246096f36722431bc63875a510f9c7453e
refs/heads/main
2023-02-16T04:05:30.240053
2020-12-23T21:30:38
2020-12-23T21:30:38
324,004,256
1
0
null
null
null
null
UTF-8
C++
false
false
590
cpp
#include "Button.h" Button::Button(float xOffset, sf::Texture& texture) { // texture, position, size this->setTexture(&texture); this->setPosition(xOffset * 32, this->height); this->setSize(sf::Vector2f(this->size, this->size)); this->calcCoords(xOffset); } void Button::calcCoords(float xOffset) {...
[ "michaelslec98@gmail.com" ]
michaelslec98@gmail.com
52402764cd90622358983149c97559670347adcb
8e76195f708d7bb715600d3ee6b995bef542660d
/ae.h
942350670464b52a7a864b7568589bef6b620866
[]
no_license
DsSysWay/epoll
d0608f83580ed5b4f2c90b0cbd252a5dd87aac6c
700b56675e873f40332a5c2afcc8faff8978a658
refs/heads/master
2020-07-30T19:03:12.413285
2016-11-13T15:15:10
2016-11-13T15:15:10
73,623,506
0
0
null
null
null
null
UTF-8
C++
false
false
2,088
h
#ifndef _AE_H_ #define _AE_H_ /* * ===================================================================================== * * Filename: ae.cpp * * Description: * * * Version: 1.0 * Created: 11/09/2016 08:17:15 AM * Revision: none * Compiler: gcc * * Author: ...
[ "linuxserverlover@gmail.com" ]
linuxserverlover@gmail.com
27d1f136963b2c350078f15234655cbd3cae975f
4de6a4972a4da9b5bc3d0d776c529047423f3dab
/Common/src/MapController.cpp
bbef9d829eb6ceb89f79ff5dd2d90a59fdafce6e
[]
no_license
YaskOne/R-Type
ad6a3ac331b8391521521bbe6f2c873f61a434a4
7eb873203d350207e5d2efacc3dd81033f374caf
refs/heads/master
2020-12-24T19:37:13.678440
2016-04-12T15:53:33
2016-04-12T15:53:33
56,076,831
1
0
null
null
null
null
UTF-8
C++
false
false
4,733
cpp
#include <iostream> #include <algorithm> #include "MapController.hh" #include "ObjectInfo.hpp" #include "Alien.hh" #include "Player.hh" unsigned int _maxId; MapController::MapController() : _deserializedMap(new std::vector<IServerPacket<ServerUDPResponse>*>) { _alienCount = 0; } MapController::~MapController()...
[ "ngo-va_a@epitech.eu" ]
ngo-va_a@epitech.eu
5d6730aa63583805f7a495439f9cc3a8d3946950
99293a5098087565587e5b6904c240837f1aa33a
/17-8-13/1.cpp
38e15b7e70bfe8324d2081ad17429d8e6bb35a70
[]
no_license
3013216006/ACM
1a97b571a0d464c27733ed6660438e55c7085d6a
bd37587e9a079a0ade0c6fc29b8d522eb39f8973
refs/heads/master
2020-05-21T14:32:43.810301
2017-08-24T13:23:03
2017-08-24T13:23:03
84,624,689
0
0
null
null
null
null
UTF-8
C++
false
false
583
cpp
#include <iostream> #include <stdio.h> using namespace std; long long mod=1000000007ll; long long a[1010],inv[1010]; long long getpow(long long x,long long k){ long long ret=1; while(k){ if(k&1) ret=ret*x%mod; x=x*x%mod; k>>=1; } return ret; } void init(){ a[0]=1; inv[0]=1; for(int i=1;i<=1000;i++){ ...
[ "fuxuzhoude@126.com" ]
fuxuzhoude@126.com
7cba13ccbd72cd7dda82aab173fad6e25e88f3b9
e7be2ee48f952308f5672240c2c833d718d9d431
/Juliet_Test_Suite_v1.3_for_C_Cpp/C/testcases/CWE789_Uncontrolled_Mem_Alloc/s02/CWE789_Uncontrolled_Mem_Alloc__new_char_listen_socket_44.cpp
c7cd4c14813ee48df92fac0bd78c5d0ed2e4521b
[]
no_license
buihuynhduc/tooltest
5146c44cd1b7bc36b3b2912232ff8a881269f998
b3bb7a6436b3ab7170078860d6bcb7d386762b5e
refs/heads/master
2020-08-27T20:46:53.725182
2019-10-25T05:42:36
2019-10-25T05:42:36
217,485,049
1
0
null
null
null
null
UTF-8
C++
false
false
9,458
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__new_char_listen_socket_44.cpp Label Definition File: CWE789_Uncontrolled_Mem_Alloc__new.label.xml Template File: sources-sinks-44.tmpl.cpp */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: listen_socket Read data u...
[ "43197106+buihuynhduc@users.noreply.github.com" ]
43197106+buihuynhduc@users.noreply.github.com
78f5c463c662473cc5cb9b6e3d885d3d8f1b4a61
d282643600d8c1b1e72b130991786d299000458b
/src/environment.cpp
54ab03647dfeb5590b419ce3b74e75ec6f8667b1
[]
no_license
dzz/nldproc
d5b6b4bb2dc66713bb0905f49dbcdb7fe2383734
58526bdc65d13c29846dd5881a4beb26601e48eb
refs/heads/master
2021-01-22T22:21:07.756500
2017-04-21T23:44:59
2017-04-21T23:44:59
85,534,934
0
1
null
2017-04-25T22:30:05
2017-03-20T04:21:38
C++
UTF-8
C++
false
false
3,873
cpp
#include "environment.h" #include <fstream> #include <chrono> #include <iostream> #include <vector> #include <algorithm> #include "processor.h" using namespace std::chrono; namespace nldproc { const unsigned int CALIBRATION_SECS = 1; static std::vector<processor*> calibration_reqs; static high_reso...
[ "devon.zachary@gmail.com" ]
devon.zachary@gmail.com
1863dd3967627ae8489c933d1815afe80082d0ac
f957ee9980e26e0feec548c205893359facc651b
/backend/fpga_input_device.cpp
dcd9a94f1a510cd2087c3739f11c50965947e47e
[ "MIT" ]
permissive
llandis/DESim
11c74d69a8ac130403f9ca23cac67bd9745e8442
c6718b81147bb7f48568d94cecf478c9608da418
refs/heads/main
2023-06-11T23:56:20.344056
2021-06-29T02:24:46
2021-06-29T02:24:46
381,216,810
0
0
MIT
2021-06-29T02:32:37
2021-06-29T02:32:36
null
UTF-8
C++
false
false
2,490
cpp
// Copyright (c) 2020 FPGAcademy // Please see license at https://github.com/fpgacademy/DESim #include "fpga_input_device.h" fpga_input_device::fpga_input_device(int device_num, PLI_INT32 value_format, const char *initial_value, vpiHandle device_handle) { if (device_num <= 0) { std::cerr << "error: numbe...
[ "74740408+fpgacademy@users.noreply.github.com" ]
74740408+fpgacademy@users.noreply.github.com
a3f0c340ed0a39e60c728d7fef468623ddcbba68
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/69/332.c
1311b718ded853e522c4322246a9ac704534c1e2
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
574
c
int main() { char a1[251],a2[251]; int b1[251],b2[251]; memset(b1,0,sizeof(b1)); memset(b2,0,sizeof(b2)); cin.getline(a1,251); cin.getline(a2,251); int l1=strlen(a1),l2=strlen(a2); int i,j; for(i=0,j=l1-1;j>=0;i++,j--) b1[i]=a1[j]-'0'; for(i=0,j=l2-1;j>=0;i++,j--) b2[i]=a2[j]-'0'...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
d9f91d338b4c150c85e9eb76953faf204800df37
1b7aaacfc9c1dde638cdb4c3de64da38d03edcad
/polynomial/main.cpp
7622bce08de4f6024d71e1e97147bff29f5029ca
[]
no_license
khanhle10/Program-Methodology
4b2b852ee2ee4dba92b5f26c0ab3e270d30f45d8
a757ba46f445f61b0ae31002572ab869c6aaa114
refs/heads/master
2021-01-10T20:04:47.475818
2015-03-30T21:46:30
2015-03-30T21:46:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,306
cpp
/* Khanh Le CSC 340 HW#4 Polynomial Create a Polynomial by prompting the USer to input Use separate compilation to implement a polynomial ADT that manipulates polynomials in a single variable x (e.g., p = 4 x5 + 7 x 3 – x2 + 9 ). For this problem, consider only polynomials whose exponents are nonnegat...
[ "khanhle10@hotmail.com" ]
khanhle10@hotmail.com
6f2c68fafce223d30ef9fedecdf0b322f54d9e84
068bcb8c2d7a3ac61e782d7f25d9cd9da556ad0a
/mra_ros_control/ros_controllers/joint_trajectory_controller/include/joint_trajectory_controller/init_joint_trajectory.h
0c3b3fdca68e51c222db5a368b33df188d7a995e
[]
no_license
WanderROS/my_ros_ws
87bc72daab723a329fc5ebd558832c007b54deda
4e2d9bdcdf3db6817d5df4dbc4ee337610feb496
refs/heads/master
2020-03-23T19:14:13.452488
2018-07-23T12:31:49
2018-07-23T12:31:49
141,962,251
2
0
null
null
null
null
UTF-8
C++
false
false
18,036
h
/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2013, PAL Robotics S.L. // // 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 reta...
[ "1194409532@qq.com" ]
1194409532@qq.com
7f531d8740000349aa5ca06f09b5c2603d50d633
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/clang/include/clang/AST/PrettyPrinter.h
adfd1ac936b9f2da4b2aff671b1134753bf02d75
[ "MIT", "NCSA" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
5,190
h
//===--- PrettyPrinter.h - Classes for aiding with AST printing -*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
aadb30703f21db0658bbdedd0c13bcb54bf36f5d
fe413f8747ddddc011f4dd6783cc084881da870a
/Code/application/Model/.svn/text-base/FileDescriptorImp.h.svn-base
382d30ed511d1635c7ae2f10c2ced54f17450e3c
[]
no_license
GRSEB9S/opticks-cmake
f070b7ee32e5fff03de673c178cd6894113bc50b
497f89ccbcbf50c83304606eb586302eec3e6651
refs/heads/master
2021-05-27T08:16:26.027755
2011-08-13T06:03:04
2011-08-13T06:03:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,657
/* * The information in this file is * Copyright(c) 2007 Ball Aerospace & Technologies Corporation * and is subject to the terms and conditions of the * GNU Lesser General Public License Version 2.1 * The license text is available from * http://www.gnu.org/licenses/lgpl.html */ #ifndef FILEDESCRIPTORIMP_H #d...
[ "wzssyqa@gmail.com" ]
wzssyqa@gmail.com
9b3bf9eea83745046caee98eb04be6dc2b769cfd
5d03cff841c4168edd300f800b77d385811ae9f2
/GDESAddFunc/GDESAddFunc_DllMain.cpp
b0a53d1ccc0a9a0d901791e7d7e2036487a56d57
[]
no_license
isliulin/GDES
d08e0ae0d8c85e9acac6cc6b297b5d4f366a3f10
0fa2e36c4b50a71fa778bd4f706ab3a0a4805d0d
refs/heads/master
2023-03-18T05:14:31.476205
2015-11-04T09:06:34
2015-11-04T09:06:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,405
cpp
// (C) Copyright 2002-2007 by Autodesk, Inc. // // 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 notice appears in all copies and // that both that copyright notice and the limited warranty ...
[ "hunanhd@163.com" ]
hunanhd@163.com
9abbeb98c7239777a53913ef51d4d194397a7f79
1c9d2c8488dd76250e39e6875429edbbf24de784
/groups/bsl/bsls/bsls_deprecate.h
4f4ac89197aafbdb74ecd65ca93e169c0d05b9f5
[ "Apache-2.0" ]
permissive
villevoutilainen/bde
9cc68889c1fac9beca068c9ca732c36fd81b33e9
b0f71ac6e3187ce752d2e8906c4562e3ec48b398
refs/heads/master
2020-05-15T03:43:36.725050
2019-10-03T12:28:54
2019-10-03T12:28:54
182,071,409
1
1
Apache-2.0
2019-10-03T12:28:55
2019-04-18T10:59:27
C++
UTF-8
C++
false
false
35,210
h
// bsls_deprecate.h -*-C++-*- #ifndef INCLUDED_BSLS_DEPRECATE #define INCLUDED_BSLS_DEPRECATE //@PURPOSE: Provide machinery to deprecate interfaces on a per-version basis. // //@MACROS: // BSLS_DEPRECATE: tag an interface as deprecated // BSLS_DEPRECATE_IS_...
[ "osubbotin@bloomberg.net" ]
osubbotin@bloomberg.net
19f9fb26471395bdb4574d31d0e3195925f91033
bb7874f3251cdf25d911995edffff832ae888130
/Exam practice/ScreenWriting/mainwindow.h
7df2a34b2f50ae6ec230ded28af2ca8386740eed
[]
no_license
teodoraalexandra/Object-Oriented-Programming
35b11ba915c88c513ce85ba1d498892444b90a56
fcb4e93bd0eed7751fcbc23773c5ce38995367c0
refs/heads/master
2021-05-20T20:43:28.320959
2020-04-02T10:05:48
2020-04-02T10:05:48
252,410,240
0
1
null
null
null
null
UTF-8
C++
false
false
328
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QAbstractTableModel> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); private: Ui::MainWindow *ui; }; #endif // MAINW...
[ "33027937+teodoraalexanra@users.noreply.github.com" ]
33027937+teodoraalexanra@users.noreply.github.com
e1ce1eb53be24609bf65f48899d5e2f97a233138
2ba94892764a44d9c07f0f549f79f9f9dc272151
/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.cpp
cf660cfcb5750b104098359019c5ee848c1d39f8
[ "BSD-2-Clause", "LicenseRef-scancode-proprietary-license" ]
permissive
PopCap/GameIdea
934769eeb91f9637f5bf205d88b13ff1fc9ae8fd
201e1df50b2bc99afc079ce326aa0a44b178a391
refs/heads/master
2021-01-25T00:11:38.709772
2018-09-11T03:38:56
2018-09-11T03:38:56
37,818,708
0
0
BSD-2-Clause
2018-09-11T03:39:05
2015-06-21T17:36:44
null
UTF-8
C++
false
false
13,416
cpp
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #include "SymbolDebuggerApp.h" #include "SSymbolDebugger.h" #include "SThrobber.h" TSharedRef<SWidget> SSymbolDebugger::GenerateActionButton(ESymbolDebuggerActions InAction) { FText ActionName; switch (InAction) { case DebugAction_Inspect: ActionName ...
[ "dkroell@acm.org" ]
dkroell@acm.org
da1f4a957728340934a380947ce03f9dbb4847b8
a0ee991a897eb0ffdf214410e8eed698625fa199
/page216IntListModel/intListModel.cpp
a3751837bb472726f527370b16097d8f151cd74a
[]
no_license
glazatkina/qt_Labs
a6d7f1dd79bededcc3e64c7e7b2fa3b0b71ef112
41a0499535121983268f90de51326b73111e88e3
refs/heads/master
2021-01-20T20:18:04.006736
2016-07-21T07:54:04
2016-07-21T07:54:04
62,678,781
0
0
null
null
null
null
UTF-8
C++
false
false
1,209
cpp
#include <QtWidgets> #include "intListModel.h" IntListModel::IntListModel(const QList<int>& list, QObject* pobj /*=0*/) : QAbstractListModel(pobj), m_list(list) {} QVariant IntListModel::data(const QModelIndex& index, int nRole) const { if (!index.isValid()) { return QVariant(); } return (nRole == Qt::DisplayRol...
[ "glazatkina@gmail.com" ]
glazatkina@gmail.com
a0ca60239e137fbb12cb3fd600238ba3b1a28d7d
4fe701e816975bef92a7f454cc4b69f7c20049e2
/Graphics/NURBSMesh.h
531116fe81818b30d67925f6c2894f2e9541115a
[]
no_license
sjgg555/NURBS_exploration
407afdce9f0354eb99b6d44d2fddebd654f8e39d
4356a56adbd46e30f21105972dc7a406389dedd0
refs/heads/master
2023-01-06T05:51:12.329264
2020-10-11T01:21:27
2020-10-11T01:21:27
300,918,916
0
0
null
null
null
null
UTF-8
C++
false
false
686
h
#pragma once #include "Cube.h" #include "tinysplinecpp.h" using namespace tinyspline; class NURBSMesh : public Cube { public: NURBSMesh(int resolution, int controlPointNum, int degree); ~NURBSMesh(); void SetControlPoint(int index, Vector3 newPos); Vector3 GetControlPoint(int index); int GetControlPointCount(...
[ "sjgg555@gmail.com" ]
sjgg555@gmail.com
07f2193d00da11f43d05c04375e13fd4cbc070dc
762302ac00a54f3560c674e8c76949d7b34555c8
/clock.h
cc4417adcd29bb884748b271aa59868bb23e03f5
[]
no_license
ives560/InverterController
2a0da93d2064e7f92557b3f0da4d33e41393d1e3
c328f1ee1240a8f2c42133359951bb294ee3550d
refs/heads/master
2021-08-20T08:34:29.002426
2017-11-28T15:51:47
2017-11-28T15:51:47
112,356,089
0
0
null
null
null
null
UTF-8
C++
false
false
319
h
#ifndef CLOCK_H #define CLOCK_H #include <QWidget> #include <QDate> #include <QTime> #include "ui_clock.h" class Clock : public QWidget { Q_OBJECT public: Clock(QWidget *parent = 0); ~Clock(); private: Ui::Clock ui; private: void timerEvent(QTimerEvent *); }; #endif // CLOCK_H
[ "ives@ives-laptop.(none)" ]
ives@ives-laptop.(none)
f3c0aaa29940c9561c5105380f1741a11fbde5ee
7f5920a044b8f0f858558305b3da693182037245
/lbf-pbrt/src/materials/glass.cpp
9c38654447f96451cf6e993907c106d50aea0a5e
[]
no_license
jehutymax/lbf-mitsuba
5f43b5fdae322f73b9eddd1bad11095b2c4f6b3d
8d891f616a1c77d453e8ff3aa5d6bdab5267aba6
refs/heads/master
2021-01-10T09:01:56.206525
2015-12-09T21:47:51
2015-12-09T21:47:51
47,661,605
0
0
null
null
null
null
UTF-8
C++
false
false
3,021
cpp
/* pbrt source code Copyright(c) 1998-2012 Matt Pharr and Greg Humphreys. This file is part of pbrt. 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...
[ "rafaelcdn@gmail.com" ]
rafaelcdn@gmail.com
4e6bc5263de4423b6cd51a45a614854a36bc2298
d4c91c87550cd0c17a37dbe53a6d4a515af91b50
/ceilingfanoffcommand.cpp
677ebce0a0c79eaadbb52e4ab1b8999fc6ae4a17
[]
no_license
r1N44Ainc/command
a4df7efc4720172a5b2df346cafb7beb757639ec
ee9efab6bae0f6ef48b051884f6423544ddff4f7
refs/heads/master
2023-01-31T17:10:10.651689
2020-12-10T06:24:05
2020-12-10T06:24:05
320,169,327
0
0
null
null
null
null
UTF-8
C++
false
false
252
cpp
#include "ceilingfanoffcommand.h" CeilingFanOffCommand::CeilingFanOffCommand(CeilingFan *fan) { this->ceilingFan = fan; this->name = "CeilingFanOffCommand on" + fan->location; } void CeilingFanOffCommand::execute() { ceilingFan->off(); }
[ "danilr1nch@gmail.com" ]
danilr1nch@gmail.com
9833e194188fccc2abac66dd4f8b7ae4cf934dbe
8b717ba5c1f8717ca188c5e2266894b9491d5e96
/Usuario.cpp
6591d7887d72350485cd19659807dcc1f51bfa24
[ "MIT" ]
permissive
carlosverduzco/Red_Social
c5e814c005c55ac03ecdee06f40db5df8308ce0f
9543503e37170de2d775df2133a6c0042d781ffa
refs/heads/master
2023-05-12T03:10:56.440511
2021-06-04T22:15:41
2021-06-04T22:15:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
362
cpp
#include "Usuario.h" Usuario::Usuario(string nombre, string contrasenia, string correo, unsigned int edad, unsigned int area) { strcpy(this->nombre, nombre.c_str()); strcpy(this->contrasenia, contrasenia.c_str()); strcpy(this->correo, correo.c_str()); this->edad=edad; this->area_de_formacio...
[ "carloseverduzco@hotmail.com" ]
carloseverduzco@hotmail.com
89009a12d9fd111ecdeeff942788e9d3e0fd4a93
2974c9c1df66ddf36b6d98c48cc7b1bc942ac203
/generic_min/generic_min/version_1/src/driver_min.cpp
f4006c1d6bcb0bca9bfadab152c982dd4e5c7e44
[]
no_license
luizfilipesm/test1-PL1
dab1d13efa1dde325689fa3756347919d6765b2f
a62300e655569ec1fd85c5e8e8775eef07003565
refs/heads/master
2020-03-29T18:58:46.933122
2018-09-23T22:16:14
2018-09-23T22:16:14
150,241,602
0
0
null
null
null
null
UTF-8
C++
false
false
6,492
cpp
/*! * \file driver_min.cpp * This is the second version. */ #include <iostream> #include <iterator> #include <iomanip> #include <sstream> //=== New type enum food_t : int { NATURAL=0, PROCESSED=1 }; /// Represents a food struct Food { // Nutrition facts per 100g. food_t type; std::string name; in...
[ "lfsmariz@gmail.com" ]
lfsmariz@gmail.com
1619394517f21677918f481b204f5639e92556ce
0ca50389f4b300fa318452128ab5437ecc97da65
/src/color/copyright.hpp
656ef5809d8dd1f3c8653c8871b39ea5ad795223
[ "Apache-2.0" ]
permissive
dmilos/color
5981a07d85632d5c959747dac646ac9976f1c238
84dc0512cb5fcf6536d79f0bee2530e678c01b03
refs/heads/master
2022-09-03T05:13:16.959970
2022-08-20T09:22:24
2022-08-22T06:03:32
47,105,546
160
25
Apache-2.0
2021-09-29T07:11:04
2015-11-30T08:37:43
C++
UTF-8
C++
false
false
712
hpp
/* Copyright 2016 Dejan D. M. Milosavljevic 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 ag...
[ "dmilos@gmail.com" ]
dmilos@gmail.com
fcc335dc97ea087f7d6229fc5d85b66463335a57
b7c3af550f7662873436f9ed16df793198d36781
/src/100-199/101.[E]Symmetric-Tree.cpp
efcdc01c34f1f6685fd0e92a37f98df548ae81a1
[]
no_license
ideawu/leetcode
a50bd2eeada92f8864dda8af33a56d3b6f107e6b
021746486503203f052f6caf8c24d81032092500
refs/heads/master
2020-12-14T12:56:43.382062
2020-07-19T04:02:46
2020-07-19T04:02:46
234,750,758
5
3
null
null
null
null
UTF-8
C++
false
false
3,293
cpp
#include <stdio.h> #include <string> #include <list> #include "../include/all.h" using namespace std; /*********************************************************** # 解题思路 * 递归 ***********************************************************/ bool helper(TreeNode *left, TreeNode *right){ if(!left && !right){ return true...
[ "3202758+ideawu@users.noreply.github.com" ]
3202758+ideawu@users.noreply.github.com
1574a5ce1f640cda8ce5d9bc1c4ac1f7da538e70
a39b242d3a07b4611c8ca2b050f9ddd51496d2c8
/757A - Gotta Catch Em' All! solution (testing qSort).cpp
ef88037859f4919e239014c5412a6a844738009e
[]
no_license
abdullahalrifat/contest
28b14c92894d5f388fe7182426980a5dc84795a8
063fda623cb9f5f020cc1ac7195e63344497e33f
refs/heads/master
2020-12-20T16:41:16.049119
2019-06-26T11:51:12
2019-06-26T11:51:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
450
cpp
#include<cstdio> #include<string> #include<cstring> #include<iostream> #include<algorithm> #include<vector> #include<cstdlib> using namespace std; int main(){ string s; string targetedStr = "Bulbasaur"; int targetedStrSize = targetedStr.length(); int targerStrSizeCount = 0; int totalWordCount ...
[ "mimtiaze@gmail.com" ]
mimtiaze@gmail.com
06702f6396c1b885954cdd95517597052e77a602
c1802c1f24d7124144d3139c74aff313bd8c7460
/lucida/djinntonic/kaldiasr/src/fstext/determinize-lattice-inl.h
b41deb980ee87fe590def8c1e5b7c2cff6369560
[ "BSD-3-Clause" ]
permissive
jaskon139/jaskon139sirius
3de80b76bc0571d7905ffc2bcfffa4c570a2a2c4
d21fa72c2ecaa1326633a146551ed13a815ca5fb
refs/heads/master
2023-01-07T04:17:36.994426
2016-08-09T07:49:22
2016-08-09T07:49:22
64,655,160
1
0
NOASSERTION
2022-12-26T20:15:31
2016-08-01T09:42:20
C++
UTF-8
C++
false
false
53,960
h
// fstext/determinize-lattice-inl.h // Copyright 2009-2012 Microsoft Corporation // 2012-2013 Johns Hopkins University (Author: Daniel Povey) // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file...
[ "56ed13112d5271e87f00018a@ex-std-node835.prod.rhcloud.com" ]
56ed13112d5271e87f00018a@ex-std-node835.prod.rhcloud.com
9cd6c26ac39a70703626a5cd83f9c7a308937cfe
6b1f091e56d73df2469543924639efea1b56719f
/src/fusion/util/AffxTime.cpp
f45ae4eb00e23a0b8b6cf5a5547a251ec4c4b39f
[]
no_license
HenrikBengtsson/affxparser
8e76d9a47328997bb2801b5705db307e92f718bc
2e8b03ccd597b179bc7772a14c31a85e0f3cc1a0
refs/heads/master
2023-04-29T09:55:48.546772
2023-04-26T19:57:03
2023-04-26T19:57:03
24,388,437
5
3
null
2022-03-23T21:17:23
2014-09-23T20:37:35
C++
UTF-8
C++
false
false
16,890
cpp
//////////////////////////////////////////////////////////////// // // Copyright (C) 2005 Affymetrix, Inc. // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License // (version 2.1) as published by the Free Software Foundation. // ...
[ "khansen@stat.Berkeley.edu" ]
khansen@stat.Berkeley.edu
7464c996332e9ea0092a7a05f74bee7d791cceaa
5ac4199d968f301e01ef741fe7d1d162c4f82921
/Samples/Imagics/GpuGaussianBlur2/GpuGaussianBlur2Window2.cpp
9a6e423944b4c51cfa5243f78f1dcf24138f805c
[ "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
kabukunz/GeometricTools
9eada1b0d8b1447398e8739c9684e5ed14d4cf96
bbc55cdef89a877f06310fdb6c6248205eae704b
refs/heads/master
2020-11-25T11:54:23.772441
2019-12-17T16:11:32
2019-12-17T16:11:32
228,645,271
0
0
null
null
null
null
UTF-8
C++
false
false
6,565
cpp
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2019 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 4.0.2019.08.13 #include "GpuGaussianBlur2Window2.h" ...
[ "kabukunz@gmail.com" ]
kabukunz@gmail.com
4a5732b90ce9494baa63bbbfcbde52e9944f1e01
bfc88535fa1495c64672f048a5559e8bb6de1ae1
/SPOJ/STPAR.cpp
7ef412f4ea8e729c0b4157c66e04860ecf1e29c2
[]
no_license
famus2310/CP
59839ffe23cf74019e2f655f49af224390846776
d8a77572830fb3927de92f1e913ee729d04865e1
refs/heads/master
2021-07-05T00:23:31.113026
2020-08-07T22:28:24
2020-08-07T22:28:24
144,426,214
1
1
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n; while (cin >> n && n) { int now = 1; queue<int> q; for (int i = 0; i < n; i++) { int a; scanf("%d", &a); q.push(a); } stack<int> st; while (!q.empty()) { while (!st.empty() && st.top() == now) { st.pop(); now++; } ...
[ "fadhilmusaad@gmail.com" ]
fadhilmusaad@gmail.com
9a5424c73521468119bd1a6007022af0ee018411
5fb4d392fb452c07ec8dd96ad02dbb9ff68e9118
/util/config.hpp
0f93ca732252857e11fdc9425c50a2f4841a818c
[ "MIT" ]
permissive
Rapptz/Shinobi
e758882e9cc6273bd7ea72dabe3958b88dd94d22
dae846bbd22ca7a58537c91b17440df204394a3c
refs/heads/master
2016-09-05T22:48:13.632015
2013-11-02T07:32:04
2013-11-02T07:32:04
12,841,537
2
3
null
null
null
null
UTF-8
C++
false
false
515
hpp
#ifndef SHINOBI_UTIL_CONFIG_HPP #define SHINOBI_UTIL_CONFIG_HPP #define SHINOBI_VERSION_MAJOR 0 #define SHINOBI_VERSION_MINOR 9 #define SHINOBI_VERSION_PATCH 1 #define SHINOBI_VERSION "0.9.1" #if defined(_WIN32) || defined(__WIN32__) #define SHINOBI_WINDOWS #elif defined(linux) || defined(__linux) #defin...
[ "rapptz@gmail.com" ]
rapptz@gmail.com
aeac942f99a9d7da19d8f6dcceae6c1e1201da49
6ae0b247bee94bd1f1f2831dbb13a62421155bc9
/main.cpp
b18903f7cbb8d1e140fdb0d930bce1df777ece49
[]
no_license
daniel1302/electrical-circuit-simulator
87a0a09248e48425fbe9f8fb65e72a42b26981c3
2f7ec95119ddb39cde47a21fcf700c8eddd4f6fe
refs/heads/master
2021-03-24T13:06:05.426466
2018-01-14T22:17:13
2018-01-14T22:17:13
111,435,545
0
0
null
null
null
null
UTF-8
C++
false
false
1,006
cpp
#include <iostream> #include <memory> #include <Math/Matrix.h> #include <Circuit/PowerSupply.h> #include <Circuit/ResistorElement.h> #define TEST #ifdef TEST #include <Tests/Matrix.cpp> #include <Tests/GaussianElimination.cpp> #endif void testCircuit() { Circuit circuit; std::cout<<circuit.print()...
[ "daniel.1302@gmail.com" ]
daniel.1302@gmail.com
024140bb96635caf8cf534601d3e09d036916414
94a78cedf3d9fadf3c15385406ff43848e96e72d
/src/accumulatorcheckpoints.json.h
c8b008b56c3b9d1290eedd1898b55d8caeb4a18e
[ "MIT" ]
permissive
BitCoinONE1/BTCONE-Blockchain
02bfbfb4f096232299e01f85d5f6e28111805791
bccc7e28878b2572f8cafa6c0e4e896745b33a27
refs/heads/master
2020-04-13T23:57:55.114465
2019-01-16T19:26:32
2019-01-16T19:26:32
163,520,721
4
4
MIT
2019-01-16T13:06:36
2018-12-29T15:20:56
C++
UTF-8
C++
false
false
10,344
h
// Copyright (c) 2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BTCONE_ACCUMULATORCHECKPOINTS_JSON_H #define BTCONE_ACCUMULATORCHECKPOINTS_JSON_H #include <string> std::string GetMainCheckpoint...
[ "contact@bitcoinone.io" ]
contact@bitcoinone.io
d2bdc3717e891e3f3d0b6d3389d47adbc19f0eb8
30e1dc84fe8c54d26ef4a1aff000a83af6f612be
/src/external/boost/boost_1_68_0/boost/metaparse/v1/alphanum.hpp
db84ae94ea5d78b291c3c49fe7a7a9daa6757456
[ "BSL-1.0", "BSD-3-Clause" ]
permissive
Sitispeaks/turicreate
0bda7c21ee97f5ae7dc09502f6a72abcb729536d
d42280b16cb466a608e7e723d8edfbe5977253b6
refs/heads/main
2023-05-19T17:55:21.938724
2021-06-14T17:53:17
2021-06-14T17:53:17
385,034,849
1
0
BSD-3-Clause
2021-07-11T19:23:21
2021-07-11T19:23:20
null
UTF-8
C++
false
false
568
hpp
#ifndef BOOST_METAPARSE_V1_ALPHANUM_HPP #define BOOST_METAPARSE_V1_ALPHANUM_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2010. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include...
[ "znation@apple.com" ]
znation@apple.com
3dc41c29457cddc8ebcb071374ba1669a28bc564
931ebc740f66bf8eb8c253a65b457954db7d176f
/Node/PowerWheelsControl.ino
03cec84447c1e80045442f6bd079abb7dbd54499
[]
no_license
theshoe1029/Power-Wheels-Team
a359aba3a9de46af64ef83837f6d7935f391a1df
f58f40ee3243d3deb6b605b9a185932dbb11c035
refs/heads/master
2020-11-29T21:09:34.911582
2017-08-09T01:55:30
2017-08-09T01:55:30
96,586,992
0
0
null
null
null
null
UTF-8
C++
false
false
436
ino
#include <Servo.h> Servo steeringServo; Servo throttleServo; void setup() { Serial.begin(115200); steeringServo.attach(9); throttleServo.attach(10); } void loop() { if(Serial.available()) { char ch; int num; String input = Serial.readStringUntil('\n'); sscanf((const char*)input.c_str(), "...
[ "billy.zelsnack@gmail.com" ]
billy.zelsnack@gmail.com
cc9cbf7bee48a809284b4a9be60183ecd635b4d9
6821508183ce31ee9f46edb846030ab6e6fa4720
/opencv/example.cpp
9d9ea38882d8e4eb2a67439cf35d51f8ae8c5ade
[]
no_license
Svedrin/misc
1d211a3eaa1e93dc23e2ead0c674c6390893971f
07ab089d29c8d9a9ca4fc948b2bdc90e23b4261b
refs/heads/master
2023-07-09T17:48:35.337812
2023-05-22T09:05:49
2023-05-22T09:05:49
209,077,261
0
0
null
2023-06-21T22:55:09
2019-09-17T14:31:39
Python
UTF-8
C++
false
false
1,288
cpp
#include "cv.h" #include "highgui.h" using namespace cv; int main(int, char**) { VideoCapture cap(0); if(!cap.isOpened()) return -1; vector<vector<Point> > contours; vector<Vec4i> hierarchy; Mat frame, edges; namedWindow("edges",1); int thresh = 96; createTrackbar( " Canny thresh:",...
[ "diese-addy@funzt-halt.net" ]
diese-addy@funzt-halt.net
db45dc83c2d6769edef8073190749b48bd69b276
925184d03530d1933cfe51e4be98b4cffc526da8
/Shaders/Program.cpp
e2d62324f30438bf6b328a3fd2ae71715949dc92
[]
no_license
bploeckelman/KinectedActing
852938e4a5c9cf7cee71633e7920cb4a88e940c3
be89dd53940ea2503d16b4b95f3d3b7dfc64bee9
refs/heads/master
2020-05-28T00:46:41.861216
2013-12-19T03:14:52
2013-12-19T03:14:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,871
cpp
/* tdogl::Program Copyright 2012 Thomas Dalling - http://tomdalling.com/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by a...
[ "brian.ploeckelman@gmail.com" ]
brian.ploeckelman@gmail.com
f81013af2f7af8fdf1f3f71dec6f0ba4b9c8e959
6093441c9a8e3a7c811241a9e28f2855e62f5985
/src/compiler/main.cpp
6547703f931317b53e5c550f5f1ee09219838791
[]
no_license
jbw3/compiler
ba5b9b2a29b85f37d6a481fc7306917e63206d2f
7b758192a9aa3d6428a8224f0aa2c2332bb76b4b
refs/heads/master
2022-07-02T10:00:15.029100
2022-04-02T16:06:59
2022-04-02T16:06:59
173,978,605
1
0
null
null
null
null
UTF-8
C++
false
false
310
cpp
#include "Compiler.h" #include "Config.h" int main(int argc, const char* const argv[]) { Config config; bool help = false; bool ok = config.ParseArgs(argc, argv, help); if (ok && !help) { Compiler compiler(config); ok = compiler.Compile(); } return ok ? 0 : 1; }
[ "jwilkes0011@gmail.com" ]
jwilkes0011@gmail.com
bdbd30bf4e86ae8954f738ad41c6154f66e3b79c
3f5bc33d9149bdb99276b87bd3c6fe18a4b1b667
/BiankaDudaProjektMES/GlobalData.h
95741a84845905ae5948c51feee399ade15fa85f
[]
no_license
piankabianka/MES
c3001a8a2b922fdf4e4109f24f2b594c057f86ea
2f1d9b409df378916d3981a6849f3847112cd46d
refs/heads/master
2022-04-05T08:41:57.134901
2020-01-30T20:51:31
2020-01-30T20:51:31
229,355,477
0
0
null
null
null
null
UTF-8
C++
false
false
360
h
#pragma once #include "stdafx.h" #include <iostream> #include <fstream> using namespace std; struct GlobalData { double H; //height double W; //width int nodesNumberH; //number of nodes upright int nodesNumberW; //number of nodes horizontally int totalNodesNumber; int totalElementNumber; double dx; double ...
[ "bianka.duda98@gmail.com" ]
bianka.duda98@gmail.com
7e53d31fc7f28b303fa946c0849d777ebe602de5
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/094/241/CWE319_Cleartext_Tx_Sensitive_Info__w32_wchar_t_connect_socket_84_goodB2G.cpp
954cc4de1e0f2aa745e8224038f2d49424ef4d2c
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
6,384
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE319_Cleartext_Tx_Sensitive_Info__w32_wchar_t_connect_socket_84_goodB2G.cpp Label Definition File: CWE319_Cleartext_Tx_Sensitive_Info__w32.label.xml Template File: sources-sinks-84_goodB2G.tmpl.cpp */ /* * @description * CWE: 319 Cleartext Transmission of Sensitive Info...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
738673dfe7eeb9e13af4994780b44f5ce8c12d09
ae716f70009a8e1433f11c07ffbc7f9578eaaf81
/include/cpgf/gmetaextendtype.h
97f4ad490c6f89dfbfd23cb53f610c5792f8cd0f
[ "Apache-2.0" ]
permissive
michalslonina/cpgf
b4aefab1fd3371ef41593be87bae37b0c8ecf779
5231b3e650af4b2b0bb63bdeb0a7f25dd82cdaf3
refs/heads/develop
2021-01-18T05:30:33.465421
2015-11-29T09:59:19
2015-11-29T09:59:19
47,057,611
0
0
null
2015-11-29T09:29:26
2015-11-29T09:29:26
null
UTF-8
C++
false
false
4,864
h
#ifndef CPGF_GMETAEXTENDTYPE_H #define CPGF_GMETAEXTENDTYPE_H #include "cpgf/gstdint.h" #include "cpgf/gclassutil.h" #include "cpgf/gifelse.h" #include "cpgf/gtypetraits.h" #include "cpgf/gmetamodule.h" #include "cpgf/metatraits/gmetatraitsparam.h" #include "cpgf/metatraits/gmetaconverter.h" #include "cpgf/metatraits...
[ "wqking@outlook.com" ]
wqking@outlook.com
4d349e02facef9e4e80e5564473413469f7dc353
9c890bf6be520da12216b26de4302ae3b0453f06
/SimulationGroupDesktop/src/data/rule/voteaction.cpp
34878f81a816cb3c08c0f85d3298dad4ac2e6fac
[]
no_license
drawepen/SimulationGroupDesktop
e323ce6c0176a09a011144782bcc0d47cf4af04a
62fd8261e83aeb043f561ca66bcaf12115b2fd58
refs/heads/main
2023-06-11T18:57:08.906151
2021-07-01T13:19:03
2021-07-01T13:19:03
351,313,434
0
0
null
null
null
null
UTF-8
C++
false
false
307
cpp
#include "voteaction.h" #include <cstdlib> VoteAction::VoteAction() { } void VoteAction::execute(Cell &cell,int nowTime){ int count=0; for(Cell *nc:cell.neighbors){ if(nc->getState()==1){ ++count; } } cell.update( (rand()%cell.neighbors.size())<count?1:0 ); }
[ "1924019307@qq.com" ]
1924019307@qq.com
a8c1a63bdbe1fd9d871532832f418a6fac5e082e
2232c179ab4aafbac2e53475447a5494b26aa3fb
/src/mesh/iterators/CellTopologyIteratorFilter.hpp
5c8b67b4741516b5d775639e11935a426eb44014
[]
no_license
martinv/pdekit
689986d252d13fb3ed0aa52a0f8f6edd8eef943c
37e127c81702f62f744c11cc2483869d8079f43e
refs/heads/master
2020-03-31T09:24:32.541648
2018-10-08T15:23:43
2018-10-08T15:23:43
152,095,058
1
0
null
null
null
null
UTF-8
C++
false
false
2,380
hpp
#ifndef PDEKIT_Mesh_Iterators_Cell_Topology_Iterator_Filter_hpp #define PDEKIT_Mesh_Iterators_Cell_Topology_Iterator_Filter_hpp #include "mesh/EntityStatus.hpp" #include "mesh/std_region/PointSetTag.hpp" namespace pdekit { namespace mesh { // -------------------------------------------------------------------------...
[ "martin.vymazal@gmail.com" ]
martin.vymazal@gmail.com
9dcf928958c77e74060775129a4116635f62521f
cbaf03b608f2410abfac46354f069436fdf5fa73
/src/graphics/display/drivers/vim-display/vim-display-test.cc
e6b2f3f968752d2097139265b48a7c20017d2c9d
[ "BSD-2-Clause" ]
permissive
carbonatedcaffeine/zircon-rpi
d58f302bcd0bee9394c306133fd3b20156343844
b09b1eb3aa7a127c65568229fe10edd251869283
refs/heads/master
2023-03-01T19:42:04.300854
2021-02-13T02:24:09
2021-02-13T02:24:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,670
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 "vim-display.h" #include <fuchsia/hardware/display/controller/c/banjo.h> #include <fuchsia/sysmem/llcpp/fidl.h> #include <lib/async-loop/cpp/loop...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
cfc505e1724d5a6f4dd2e36013fdc270661afecd
4dbb45758447dcfa13c0be21e4749d62588aab70
/iOS/Classes/Native/mscorlib_System_Runtime_ConstrainedExecution_Consi3698611150.h
1ad3577f2976bdfb5901c865ed3c2356a323a734
[ "MIT" ]
permissive
mopsicus/unity-share-plugin-ios-android
6dd6ccd2fa05c73f0bf5e480a6f2baecb7e7a710
3ee99aef36034a1e4d7b156172953f9b4dfa696f
refs/heads/master
2020-12-25T14:38:03.861759
2016-07-19T10:06:04
2016-07-19T10:06:04
63,676,983
12
0
null
null
null
null
UTF-8
C++
false
false
1,014
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Enum2862688501.h" #include "mscorlib_System_Runtime_ConstrainedExecution_Consi3698611150.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang di...
[ "lii@rstgames.com" ]
lii@rstgames.com
48a3ff0ecd1b21498705c50dfb933044780b58f5
16ae65be9fdbb0e5af6339781b6680ace16c238f
/CaesarCipher/FileIOCaeserCipherV2.cpp
60317bb336936249a4235c023dfaf9ca953e428b
[]
no_license
mansi-patel8/CaesarCipher
817f973ff4b5148e6481e9ab4c31d050bbe3cffc
bee3292778b87d9e1de1c345c96f46cfe2a97a07
refs/heads/master
2023-04-18T12:11:13.793100
2021-05-02T20:50:39
2021-05-02T20:50:39
363,747,866
0
0
null
null
null
null
UTF-8
C++
false
false
6,626
cpp
/* * Name: Mansi Patel * Purpose: The purpose of this program is to do the caesarcipher for specified input and output files/streams using the IO redirection. - Ex.: $ ./caesar -e 1 3 in.txt output.txt * Pseducode/ Program outline logic: - user input in cmd for shift and input/output file and error check on it ...
[ "61858706+mansi-patel8@users.noreply.github.com" ]
61858706+mansi-patel8@users.noreply.github.com
398eb53965a22cc9ab8c108bfbab5ee3e877ad09
ad0eaeee6a89e87e23bc452f5bf1e36781dd08b2
/image_signal/simple_image_signal_structures.h
ad577782676e11706902ec686e0c9f55df663240
[]
no_license
DevJohan/SerialMon
dac6e5c8ba75f7c22a40aa277aa906bcd918519f
4e38f9c5581c770fed0d39d45711d48518e302cf
refs/heads/master
2021-01-16T18:56:44.352772
2015-09-12T23:28:39
2015-09-12T23:28:39
42,376,909
0
0
null
null
null
null
UTF-8
C++
false
false
2,210
h
/* * simple_image_signalStructures.h * * Created on: 15 okt 2010 * Author: Johan */ #ifndef IMAGE_SIGNAL_STRUCTURES_H_ #define IMAGE_SIGNAL_STRUCTURES_H_ namespace _basic_image_signal { template <typename T, bool is_const> struct conditional_const{ typedef T type; }; template <typename T>...
[ "johankristensen@gmail.com" ]
johankristensen@gmail.com
71287668e225f4bfa4bcc9163b13006b7d4c233d
3728db88d8f8268ded2af24c4240eec9f9dc9068
/mln/morpho/elementary/like_ero_set.hh
aaa8bbbec8a712fda48d154003f8e5d0e0d7c1a1
[]
no_license
KDE/kolena
ca01613a49b7d37f0f74953916a49aceb162daf8
0e0eff22f44e3834e8ebaf2c226eaba602b1ebf6
refs/heads/master
2021-01-19T06:40:53.365100
2011-03-29T11:53:16
2011-03-29T11:53:16
42,732,429
2
0
null
null
null
null
UTF-8
C++
false
false
5,219
hh
// Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // // Olena 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, version 2 of the License. // // Olen...
[ "trueg@kde.org" ]
trueg@kde.org
6ca50a33a0d78161332dda28dfd8d75625e56dda
b32f8982cfe1cd4e2cb661cc6718d6949e71885e
/include/cool/ng/async/task.h
13bac48681afa0d2366971c2ab972b5e1fc07e12
[ "Apache-2.0" ]
permissive
digiverse/cool.ng
efe0489a16c1702e01f4e8f793c9abc832a7bc3a
44f282fa488c7dfe44b2f4b4801f1306291bd76a
refs/heads/master
2021-06-26T13:19:56.396144
2020-11-17T11:50:18
2020-11-17T11:50:18
160,184,227
0
0
null
null
null
null
UTF-8
C++
false
false
43,579
h
/* * Copyright (c) 2017 Leon Mlakar. * Copyright (c) 2017 Digiverse d.o.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. The * license should be included in the source distribution of the Software; * if not, you may obtain ...
[ "leon@digiverse.si" ]
leon@digiverse.si
35ca05a0748d8fbf0f0a495523e0a9f24e7f1f6b
67d31e57444a4a08aed83bbe215e674d6b56f3b1
/livedata/LineEditNotify.h
21a9a4348aaa8221a2c88f4b190b8f2cb29cf0fa
[]
no_license
SammyEnigma/QtLifecycleDemo
2b93653231a5f7d2f859804090b88f5b866366f1
3c0f7f34f1bc30b23e281af3d220a6588d7b0e55
refs/heads/master
2023-04-12T18:18:57.048550
2021-04-19T06:33:44
2021-04-19T06:33:44
322,219,658
0
0
null
2021-04-19T09:28:49
2020-12-17T07:47:45
C++
UTF-8
C++
false
false
1,074
h
#pragma once #include "LiveData.h" #include "LiveDataDefaultConverter.h" #include <qlineedit.h> static QLineEdit* castLineEditWithCheck(QWidget* widget) { auto lineEdit = dynamic_cast<QLineEdit*>(widget); Q_ASSERT_X(lineEdit != nullptr, "lineEditnotify", "cannot cast widget"); return lineEdit; } templa...
[ "1286772338@qq.com" ]
1286772338@qq.com
2fcce50e09823d044d8f7cd631f15da6ec03d0ff
8ca117ac2aab1980c1977bf4717f49cf5cecbbf7
/header/Car.hpp
974785a7b862c765d5431ae65718dae1a28b3752
[]
no_license
bendem/SchoolCars
06df70e0e670a7a9bbe5a17101b3b7056a46e116
5144065bef06246a82305499e47c7176b79f219b
refs/heads/master
2021-01-01T16:31:12.895666
2015-01-23T07:21:22
2015-01-23T07:21:22
27,227,914
0
0
null
null
null
null
UTF-8
C++
false
false
1,244
hpp
#ifndef CAR_HPP #define CAR_HPP #include <iostream> #include <fstream> #include <string> #include "Model.hpp" #include "Option.hpp" #include "exceptions/ElementNotFoundException.hpp" #include "exceptions/IOException.hpp" #include "exceptions/NotEnoughSpaceException.hpp" #include "utils/ArrayUtils.hpp" #include "utils...
[ "online@bendem.be" ]
online@bendem.be
84b5deb59f3aa43ade911dcaac92685488477146
cefd6c17774b5c94240d57adccef57d9bba4a2e9
/v8/src/full-codegen.h
d9090a8dc830137448b9bb4e6ac38f1240316909
[ "BSL-1.0", "BSD-3-Clause", "bzip2-1.0.6" ]
permissive
adzhou/oragle
9c054c25b24ff0a65cb9639bafd02aac2bcdce8b
5442d418b87d0da161429ffa5cb83777e9b38e4d
refs/heads/master
2022-11-01T05:04:59.368831
2014-03-12T15:50:08
2014-03-12T15:50:08
17,238,063
0
1
BSL-1.0
2022-10-18T04:23:53
2014-02-27T05:39:44
C++
UTF-8
C++
false
false
34,503
h
// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
[ "adzhou@hp.com" ]
adzhou@hp.com
5bef76e34ca36466e0a118a747b82f8687d24ffc
ebea47001f94eda15662c9f1209574b02d83e23f
/OsiInterface/GameDefinitions/Osiris.h
e45f17ea766ca70e51444b79341bdfbaa1449501
[ "MIT" ]
permissive
FelipeRenault/ositools
b76614e02e1ea9a8dd55cd20036229411de90745
0010ff6faa44d3dc41bcd4c92c10f9a708d817b9
refs/heads/master
2020-08-27T14:59:44.190985
2020-04-25T17:40:03
2020-04-25T17:40:03
217,412,365
0
0
null
2019-10-24T23:26:38
2019-10-24T23:26:38
null
UTF-8
C++
false
false
24,622
h
#pragma once #include <cstdint> #include <array> #include <vector> #include <set> #include <map> #include <string> #include <cassert> #include <glm/vec3.hpp> #include <GameDefinitions/BaseTypes.h> namespace dse { #pragma pack(push, 1) enum class ValueType : uint8_t { None = 0, Integer = 1, Integer64 = 2, Real = ...
[ "infernorb@gmail.com" ]
infernorb@gmail.com
ea74006a02fb627350da58abdb811bedae8f0efa
46b020aa85b2ffbc8a47721c3fb774bfc7d81d64
/CannyDetector/CannyDetector/StartingParameters.h
3204ccf1d95242e37c4ecca3216ebe8c73b304a9
[ "MIT" ]
permissive
TeodorKawecki/CUDA-Canny-edge-detector
ec3ce02da1c169951fac58924627739cdd63452c
2a54fed6ba26931f1cd795c6fc1bf0958269e679
refs/heads/master
2020-06-23T16:56:36.703077
2019-07-24T16:22:42
2019-07-24T17:57:56
198,688,014
0
1
null
null
null
null
UTF-8
C++
false
false
301
h
#pragma once #include <string> struct StartingParameters { std::string inputRelativeFilePath = ""; std::string outputRelativeFilePath = "default.pbm"; size_t lowHistBand = 50; size_t highHistBand = 100; bool cudaMode = false; size_t repeatOperation = 1; bool surpressWritingImage = false; };
[ "teodorkawecki@interia.pl" ]
teodorkawecki@interia.pl
aeb6700a6a8263c487a18863fd10aade63f854d6
36184239a2d964ed5f587ad8e83f66355edb17aa
/.history/hw3/ElectoralMap_20211019202531.cpp
aa8692f874f61ce651daaa8dcf3c9f559aa24cc8
[]
no_license
xich4932/csci3010
89c342dc445f5ec15ac7885cd7b7c26a225dae3e
23f0124a99c4e8e44a28ff31ededc42d9f326ccc
refs/heads/master
2023-08-24T04:03:12.748713
2021-10-22T08:22:58
2021-10-22T08:22:58
415,140,207
0
0
null
null
null
null
UTF-8
C++
false
false
8,581
cpp
#include<iostream> #include<map> #include<set> #include<random> #include<time.h> #include<stdlib.h> #include"ElectoralMap.h" #define num_district 3 #define num_enum 4 //int Candidate::id = 0; int ElectoralMap::count_district = 0; int Election::ids = 0; std::vector<int> Election::party_one_active = {}; std::vector<i...
[ "70279863+xich4932@users.noreply.github.com" ]
70279863+xich4932@users.noreply.github.com
acefb595eb826f7196801e835ec58d065f680e4d
576d77b4b09b63148c09c850fdfb97f1efee7496
/star.h
8ddd72f037a868934972d21127672ce66fb26202
[]
no_license
WilliamDyball/3D_Rendering-and-lighting
6e1f69ba53970f312545312905a583f9da050b7b
131b338fe7be137ea6f7c3e4c056a74794edfbef
refs/heads/master
2021-01-01T02:30:14.250140
2020-02-08T16:00:16
2020-02-08T16:00:16
239,142,051
0
0
null
null
null
null
UTF-8
C++
false
false
614
h
#pragma once #include <GL/glew/glew.h> #include <GL/freeglut.h> #include "shader_setup.h" #include <CoreStructures\GUVector4.h> #include <CoreStructures\GUMatrix4.h> class star { // star instance variables CoreStructures::GUVector4 pos; CoreStructures::GUMatrix4 orientation; public: // // class method i...
[ "WilliamDyball@users.noreply.github.com" ]
WilliamDyball@users.noreply.github.com
d6e8961c65674cccc83ce429d57c6bc6f483bd42
fe73b179108ab6c0b5eed9c7decee2817a237f5f
/include/tpf/vtk/tpf_grid.inl
99a5cde16a3603848a879e8a0c7ff7d926941c2d
[ "MIT" ]
permissive
UniStuttgart-VISUS/tpf
d9c7f275e7b1e1a7609afb5ee69b8b48e779b450
7563000f1f7abca2156b3b1f6393f2db3c1c1f3d
refs/heads/master
2023-08-03T17:36:30.897646
2023-07-24T18:35:34
2023-07-24T18:35:34
159,207,802
0
3
MIT
2023-05-17T16:46:24
2018-11-26T17:31:02
C++
UTF-8
C++
false
false
10,957
inl
#include "tpf_grid.h" #include "tpf_data.h" #include "../data/tpf_data_information.h" #include "../data/tpf_grid.h" #include "../data/tpf_grid_information.h" #include "../log/tpf_log.h" #include "vtkDataArray.h" #include "vtkDoubleArray.h" #include "vtkFloatArray.h" #include "vtkRectilinearGrid.h" #include "vtkSmar...
[ "alexander.straub@visus.uni-stuttgart.de" ]
alexander.straub@visus.uni-stuttgart.de
caf0f9ac3c4a8f2a583a09a2139bd9e1cc3f707d
8e34fbb8bd20c84fbd920222b395c7cdb9e94b7d
/libs/ma_handler_storage/include/ma/handler_storage.hpp
b2943898352c3a322c154fa61c42d677b2e1572e
[ "BSL-1.0" ]
permissive
oudream/asio_samples
aa7bcabe6f18a8f8de2d0a53f0bcccb96bd10dfc
11a051a43bcdc9e07b8bdf53e5f8d526428957c1
refs/heads/master
2020-05-23T13:30:11.812525
2019-05-15T08:09:08
2019-05-15T08:09:08
186,779,336
0
0
NOASSERTION
2019-05-15T08:06:07
2019-05-15T08:06:07
null
UTF-8
C++
false
false
11,630
hpp
// // Copyright (c) 2010-2015 Marat Abrarov (abrarov@gmail.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef MA_HANDLER_STORAGE_HPP #define MA_HANDLER_STORAGE_HPP #if defined(_MSC_VER) && (_MSC_VER >= 102...
[ "abrarov@gmail.com" ]
abrarov@gmail.com
6543d1ae8052ff2435db9ead4a28e5de6bef2d8a
61af69c5902cb4a8fd08390ca8718af79d2da58d
/include/storage/seep.h
0a95f0cf10e666be532f544d4e1a0110031700b8
[ "MIT" ]
permissive
IOsonata/IOsonata
8f2e0b86a76915a33a11db0a7df7fdb46d8ce55a
e0a599e1a5a186b7295b29484d45988177927983
refs/heads/master
2023-08-18T05:32:31.240144
2023-08-18T04:38:31
2023-08-18T04:38:31
199,128,085
61
20
MIT
2020-11-16T08:09:54
2019-07-27T06:50:46
C
UTF-8
C++
false
false
10,526
h
/**------------------------------------------------------------------------- @file seep.h @brief Generic implementation of Serial EEPROM device This implementation supports most Serial EEPROM. - Automatic memory block selections - Multi-bytes memory address length There is no need to write code for each t...
[ "hnhoan@i-syst.com" ]
hnhoan@i-syst.com
af19b79276ef0ec0edf0bac3acc4137fd7b36fc5
3348c85d60f8aa01b77d46d0f6a938d102bd2132
/bno055/IMU.h
820e3c90ceb8cb298aa5c47b0be344b2be0ecc36
[]
no_license
elektrowolle/imu
6fe0fa636e5d89a3dec729ae435381dbdee2583f
fc0b23342b9967f5b5a35052a847021098e861f9
refs/heads/master
2021-01-11T00:05:11.751742
2019-04-03T14:19:45
2019-04-03T14:19:45
70,571,618
1
1
null
null
null
null
UTF-8
C++
false
false
35,727
h
// // Created by Benjamin Skirlo on 29.09.16. // #ifndef IMU_IMU_H #define IMU_IMU_H /**************************************************************************** * Copyright (C) 2011 - 2014 Bosch Sensortec GmbH * * NAxisMotion.h * Date: 2015/02/10 * Revision: 3.0 $ * * Usage: Header file of the C++ Wrapper fo...
[ "benjamin.skirlo@ixds.com" ]
benjamin.skirlo@ixds.com
e325ae39f5e7ddfffc5d287c45fbb4e74b8ff86d
788da62dce9041878fd098e5347408fbf0679ace
/qcom/proprietary/wfd/wfdsm/src/UIBCAdaptor.cpp
7f057323174939242f0c6088a5b7cfb980903479
[]
no_license
Snapdragon-Computer-Vision-Engine-Team/msm8974-sources2
e7daa0bf3096e09286fd6e9f3a4e078774e49565
8e8a1d7b8b840a7c93e39634d61614665974acb1
refs/heads/master
2021-12-15T03:28:26.619350
2017-07-25T06:50:38
2017-07-25T06:50:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,055
cpp
/*============================================================================== * @file UIBCAdaptor.cpp * * @par DESCRIPTION: * Interface with Session Manager and UIBC service * * * Copyright (c) 2012 - 2013 by Qualcomm Technologies, Inc. All Rights Reserved. * Qualcomm Technologies Proprietary and Confide...
[ "xinhe.jiang@itel-mobile.com" ]
xinhe.jiang@itel-mobile.com
c9fad53494f644ffc4ccf1af96b41b66b64354c5
8b80ceec5e880059dedbb1b3f6a3c493aa2a4ac2
/scene_logic_test/LoadTextureDlg.h
071dded5651286f0f6a1f067a529b5a21f5bc3a0
[]
no_license
maciejmroz/LiquidReality
ea4d98eeb1f80154aa9716bf7d82eb8979928921
941b85a90a8b4edf5a2bed58359be511e037c3cb
refs/heads/master
2021-01-10T19:25:15.338520
2013-12-27T21:34:53
2013-12-27T21:34:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
565
h
#pragma once #include "afxwin.h" // CLoadTextureDlg dialog class CLoadTextureDlg : public CDialog { DECLARE_DYNAMIC(CLoadTextureDlg) public: CLoadTextureDlg(CWnd* pParent = NULL); // standard constructor virtual ~CLoadTextureDlg(); // Dialog Data enum { IDD = IDD_LOAD_TEXTURE_DIALOG }; prot...
[ "maciej.mroz@gmail.com" ]
maciej.mroz@gmail.com
cc663b0a480cf3e17bfdfcf409c022a775e0b77f
d64d9c52f78d2b332791217a9e91bab7e8fa2599
/tests/unit/lcos/local_promise_allocator.cpp
2d5cbaea2519cc06bbbc48749790e8c74d576843
[ "LicenseRef-scancode-free-unknown", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Jakub-Golinowski/hpx
a81c7cdbd8e1daf530d93d2dbafb69d899229efa
7c762ea235d5d7cde0d2686c84902016c33f2bec
refs/heads/master
2021-04-26T23:19:08.776815
2018-05-04T12:36:48
2018-05-04T12:36:48
123,970,854
1
0
BSL-1.0
2018-03-05T19:53:11
2018-03-05T19:53:11
null
UTF-8
C++
false
false
1,479
cpp
// Copyright (c) 2007-2017 Hartmut Kaiser // Copyright (C) 2011 Vicente J. Botet Escriba // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include <hpx/hpx_main.hpp> #include <hpx/include/lcos.hpp> #include <...
[ "hartmut.kaiser@gmail.com" ]
hartmut.kaiser@gmail.com
46d91734eaa40e1df2b6d2e612e4abc6453e73f4
390f1a646be5d72e395d9b179f2090966db1ec78
/src/bthread/work_stealing_queue.h
b7cc2e5f6938ec0ab779b3381f164bbeba1fe19b
[ "Apache-2.0" ]
permissive
eesly/brpc
558f859edf2791c4aa960a7e1bd13b722206773d
99ce6d2d7b3868bcf485d1a8a3b54e71899be866
refs/heads/master
2021-07-05T06:39:41.206746
2017-09-29T11:53:44
2017-09-29T11:53:44
105,291,579
3
2
null
2017-09-29T16:02:25
2017-09-29T16:02:25
null
UTF-8
C++
false
false
5,107
h
// bthread - A M:N threading library to make applications more concurrent. // Copyright (c) 2012 Baidu, 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....
[ "gejun@baidu.com" ]
gejun@baidu.com
2fa30ca7cb7a54154e2a2ad72b613645c63a71aa
b0fd22f0634309180d8c6767595384691f08baa4
/StateMachine/include/Troll.h
9a1e93aeb48b0bd0a44ac7a1594074686567e5e1
[]
no_license
A11v1r15/IA
6b2ff8f03f78f8644bdd827d7e0c03e3444b5dbc
140599bc9fd4025d7109dfe7fad76fb54b571ee9
refs/heads/master
2020-07-14T01:06:26.703997
2019-10-17T19:48:26
2019-10-17T19:49:13
205,197,139
0
0
null
null
null
null
UTF-8
C++
false
false
490
h
#ifndef TROLL_H #define TROLL_H #include "State.h" //class State; class Troll{ public: Troll(State<Troll>* initialState); virtual ~Troll(); void Update(); void ChangeState(State<Troll>* state); bool IsAlive(); int GetVida(); int GetFome(); void SetV...
[ "aluno" ]
aluno
8e5f595423b720c04abcc9bbe41b6f0d94c47001
94e5a9e157d3520374d95c43fe6fec97f1fc3c9b
/UVA/10139.cpp
234a30dd5f7194ca9f4fa0a4948663685e416da4
[ "MIT" ]
permissive
dipta007/Competitive-Programming
0127c550ad523884a84eb3ea333d08de8b4ba528
998d47f08984703c5b415b98365ddbc84ad289c4
refs/heads/master
2021-01-21T14:06:40.082553
2020-07-06T17:40:46
2020-07-06T17:40:46
54,851,014
8
4
null
2020-05-02T13:14:41
2016-03-27T22:30:02
C++
UTF-8
C++
false
false
5,085
cpp
#pragma comment(linker, "/stack:640000000") #include <algorithm> #include <bitset> #include <cassert> #include <cctype> #include <climits> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <fstream> #include <iostream> #include <iomanip> #include <iterator> #include <list> #include <map...
[ "iamdipta@gmail.com" ]
iamdipta@gmail.com
93440ab6408de4bf0c01bb3d3f3f52542e13ccb6
1468b015f5ce882dbd39dc75c9a6560179a936fb
/card/M39308.cpp
9ae96c4f8cea356228086f1d898de4896acb4977
[]
no_license
Escobaj/HearthstoneResolver
cbfc682993435c01f8b75d4409c99fb4870b9bb3
c93b693ef318fc9f43d35e81931371f626147083
refs/heads/master
2021-04-30T22:31:01.247134
2017-01-31T00:05:32
2017-01-31T00:05:32
74,474,216
8
0
null
null
null
null
UTF-8
C++
false
false
397
cpp
// // Created by Jo on 19/12/2016. // #include "M39308.h" M39308::M39308(const EventHandler &e) : Minion(e) { this->set_id(39308); this->set_attackMax(0); this->set_defaultCost(2); this->set_name("Bouclier animé"); this->set_membership(Class::NEUTRAL); this->set_type(CardType::GENERAL); th...
[ "joffrey.ecobar@epitech.eu" ]
joffrey.ecobar@epitech.eu
7a7ffb2ec3c813ad92a0480f8b6f6347bb59831c
f1fff1ec58708a7770bdd5491ff54349587530e9
/cpp_playground/ex085/string_view2.cpp
e01f9d1748553f0541e6fadbf47e47d00bfd5540
[ "MIT" ]
permissive
chgogos/oop
a7077e7c3bfab63de03eb02b64f77e097484589f
8f8e9d7f2abd58acf48c2adce6550971c91cfcf7
refs/heads/master
2022-06-28T03:44:37.732713
2022-06-06T11:41:15
2022-06-06T11:41:15
171,113,310
16
11
null
null
null
null
UTF-8
C++
false
false
537
cpp
#include <iostream> #include <string> using namespace std; int main() { string s{"ABCDEF"}; // γίνεται αντιγραφή του C-string στο string string_view sv1{s}; // δεν γίνεται αντιγραφή του C-string στο string_view string_view sv2{s}; // δεν γίνεται αντιγραφή του C-string στο string_view cout << s << " " ...
[ "chgogos@gmail.com" ]
chgogos@gmail.com
102c5bd09bc9d00a2b097035b1a7b40df7c0e2c9
b84f9565361ff7093a1d822f163aa7dfbbf9cddc
/C_C++/DailyCodeProplem/prolem26.cpp
c184a69da88497fbcf9ccf8032fc2c5874b88580
[]
no_license
phamtiennam/MyCodeDojo
75f64e381c079a0acd921c6a04445c3f1cae95c5
17f2d8dcb5356bfcb467e2771209dc9b98cb5258
refs/heads/master
2021-07-12T08:34:59.588121
2020-08-26T14:44:32
2020-08-26T14:44:32
75,037,551
1
1
null
2018-06-16T15:19:07
2016-11-29T03:05:17
C++
UTF-8
C++
false
false
1,398
cpp
/* This problem was asked by Google. Given a singly linked list and an integer k, remove the kth last element from the list. k is guaranteed to be smaller than the length of the list. The list is very long, so making more than one pass is prohibitively expensive. Do this in constant space and in one pass. */ #inclu...
[ "nampt282@gmail.com" ]
nampt282@gmail.com
c81334d80ebe743585efea6c5fadb9707316f8d9
e2d79a237d5da3a580828e310856a26af29d54d7
/AMO_lab6/AMO_lab6_vania/Splain.cpp
e48f9fb57726135148576c0dbb707dfe21837698
[]
no_license
IvanSakhnik/AMO
3ce6817413dc0aff4eaaca6e2add5080e9604083
f8cc530cc7f547e0ca23a3aeacae969292576e24
refs/heads/master
2021-01-23T07:44:41.561700
2017-03-28T09:33:37
2017-03-28T09:33:37
86,441,301
0
0
null
null
null
null
UTF-8
C++
false
false
3,191
cpp
#include "header.h" double a = 2; double b = 9; double function(double x){ return 0.2*pow(M_E, pow(x, (1.0/3)))*log(x)*sin(3 * x); } double *Seidel(double **matrix, int N, double eps){ double *PrevEquation = new double[N]; double *SRoot = new double[N]; double tmp = 0, q = 0, max = 0, M_norma; int...
[ "ivansakhnik1997@gmail.com" ]
ivansakhnik1997@gmail.com
9ea50cfc96faff22fba02ffb9333aa17520e7272
65224f3c4494a5a6493bf6a496cd09323a06c5e6
/apps-src/apps/studio/mkbootimg.cpp
70b951055a5565052260d4c4433b523392bcbdd9
[ "Zlib" ]
permissive
ElderOrb/Rose
44b4103a5818921fffd67354a118cf921f305d70
4834cf5492cac41acd7854c8040d750131add81a
refs/heads/master
2020-03-23T20:19:01.477902
2018-07-23T15:51:13
2018-07-23T15:51:13
142,034,637
0
0
null
2018-07-23T15:37:05
2018-07-23T15:37:05
null
UTF-8
C++
false
false
7,743
cpp
/* tools/mkbootimg/mkbootimg.c ** ** Copyright 2007, The Android Open Source Project ** ** 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 *...
[ "ancientcc@gmail.com" ]
ancientcc@gmail.com