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
629a55855bdd5f4c31ff6dce6f171dfe83ac3396
7bdeb9b2c9fcb298bb06303d8450c269f2466a61
/Source/VertexAI/VertexAI.cpp
820b621a0d2d840f88a1708b51bcfe4d2fe41b91
[]
no_license
Podmuch/VertexAI
bc6cb949a39f90f1cf862b29706fff878ba124f9
0514ff93dda4f56f9313290ee7fa44eaac9be0ba
refs/heads/master
2020-12-24T08:47:21.336390
2016-11-09T18:49:37
2016-11-09T18:49:37
73,321,738
0
0
null
null
null
null
UTF-8
C++
false
false
182
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "VertexAI.h" IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, VertexAI, "VertexAI" );
[ "dzar@emendus.ovh" ]
dzar@emendus.ovh
7cdd45e777b8094bd3ef7f9ac0e491f0c5b081d7
032a36f459529eba934365687d2be9624ecfdae0
/colorpicker.h
d8f79be6c1190da15defcb3227878bfe5ebade7a
[]
no_license
L-Fenrisulfr/GaleriePhotoIHM
a4ae53ec11466ecbf47dca8163224e28d64b9946
dce870a1777ffa335b8bdbb11d7b466e49957317
refs/heads/master
2020-09-20T09:40:58.354248
2019-11-27T16:34:29
2019-11-27T16:34:29
224,439,907
0
0
null
null
null
null
UTF-8
C++
false
false
7,479
h
#pragma once #include <QDebug> #include <QDialog> #include "colorbutton.h" #include "ui_colorpicker.h" #include "smartdelete.h" class ColorPicker : public QDialog, private Ui::ColorPicker { Q_OBJECT public: //--Constructeur Destructeur------------- explicit ColorPicker(QWidget *parent = nullptr); ~...
[ "luca.lacaille@gmail.com" ]
luca.lacaille@gmail.com
94e8c281381e84ad06a3508857f73587c530fdf4
34f1cada55b0a56f5ad2c8b91ba333f69cfc957d
/B1052AAAAA.cpp
44ac18aadd2fae68fa2eeb23cf04531886e9a211
[]
no_license
songjihu/C_PTA
8554c16a8ef53e598c79b9fcc2a407329578c66d
42524d02e010b5926fc2254e8ca7663bd1be28b1
refs/heads/master
2020-09-05T22:59:34.740911
2020-01-20T12:37:50
2020-01-20T12:37:50
220,238,040
0
0
null
null
null
null
GB18030
C++
false
false
1,909
cpp
/*#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <vector> #include <string> using namespace std; //分析:因为不知道一行有多少个表情,所以用一个string类型的不定长二维数组vector存储表情包, //以及可以调用v.size()顺便解决不知道一行有多少个表情的问题~~ //不定长数组共三行,分别对应输入用例的三行~只不过在存储如数组之前把它们的方括号去掉在存储~ //这里可以用string的substr方法实现~然后根据输入的数字序号输出对应的表情 //引用自:https://www.liuchuo...
[ "275245802@qq.com" ]
275245802@qq.com
0392a96a460890db85af76b894e384a70644a792
7e62f0928681aaaecae7daf360bdd9166299b000
/external/DirectXShaderCompiler/tools/clang/lib/AST/StmtProfile.cpp
db6398ecee168b0c7b60b6bc94a92e1ba8a5c04a
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yuri410/rpg
949b001bd0aec47e2a046421da0ff2a1db62ce34
266282ed8cfc7cd82e8c853f6f01706903c24628
refs/heads/master
2020-08-03T09:39:42.253100
2020-06-16T15:38:03
2020-06-16T15:38:03
211,698,323
0
0
null
null
null
null
UTF-8
C++
false
false
43,326
cpp
//===---- StmtProfile.cpp - Profile implementation for Stmt ASTs ----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------...
[ "yuri410@users.noreply.github.com" ]
yuri410@users.noreply.github.com
2ac37379e6e21c1aca48cf0f78e2092c47ffab84
ca0d65a2519697f1fab4d0467271e032f72feed5
/darts-x86/include/threading/ThreadedProcedure.h
0d5e82b39cad225356ed26ed528526f5c3971e51
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jandres742/omp2cd
fca943f38e77ff9d32d066c6713e4556cf30fd54
15f64d65c41a1b9238af81fe2627c1b8e12ceca7
refs/heads/master
2020-12-24T11:09:41.811053
2017-06-28T19:23:40
2017-06-28T19:23:40
73,186,762
6
1
null
null
null
null
UTF-8
C++
false
false
1,434
h
#pragma once #include "ABCScheduler.h" #include "SyncSlot.h" #include "thread_safe_vector.h" #include <stdint.h> #include <mutex> namespace darts { //This is a forward declaration since there is a circular dependence class Codelet; class ABCScheduler; /* * Class: ThreadedProcedure * The TP class is a virtu...
[ "jandres742@gmail.com" ]
jandres742@gmail.com
c82399d1ab3db1e513ba73b85815f38f310b80f8
225a2e2377ea68feacdd5f8721b46f6c6e9843b0
/include/system.hpp
921e4da85e09e19e96a08f4592acc55db3be95a6
[ "MIT" ]
permissive
hjaremko/arkanoid
6e427945c37b8e7088d481328ccaa2c5ee6197fe
afa651f682d2ec6f467bc6b751983af90a24f987
refs/heads/master
2021-03-30T21:58:08.817631
2020-03-09T21:57:27
2020-03-09T22:06:11
124,783,230
1
0
MIT
2020-03-09T22:06:14
2018-03-11T17:55:34
C++
UTF-8
C++
false
false
1,696
hpp
#ifndef ARKANOID_SYSTEM_HPP #define ARKANOID_SYSTEM_HPP #include "drawing/drawer.hpp" #include "game_manager.hpp" #include "system_clock.hpp" #include <deque> #include <functional> #include <iostream> #include <mutex> #include <thread> namespace arkanoid { class system { public: system() : system_loop_( std::thr...
[ "hjaremko@outlook.com" ]
hjaremko@outlook.com
254c792a1fdc7355460bbae8f4a0159e3c8efacf
d564057767105f1e2c599a90324133bf3e5acc4b
/Servidor/usuarioClass.cpp
f960485c193401122aabbcd203a7dd1fd17d98c1
[]
no_license
Franverri/TallerMetalSlug
fe9d8f928a4d77df4874d6d2b795bbc9eab940e9
a6af4f0ac35907d8572256302c20173f582e7592
refs/heads/master
2020-03-22T20:11:17.929316
2016-12-07T14:58:48
2016-12-07T14:58:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
958
cpp
#include "usuarioClass.hpp" #include <iostream> #include <cstring> using namespace std; usuarioClass::usuarioClass(char *usuario, int numCliente){ strcpy(this->nombre,usuario); this->conectado = true; this->numeroCliente = numCliente; } bool usuarioClass::estaConectado(){ return this->conectado; } void usuario...
[ "matu.bazzana@gmail.com" ]
matu.bazzana@gmail.com
3a66036455fbaa1a58aeaebdde9a553a10e28270
295de345a0226ac1b3a294561064e6b3839ec0cd
/src/devices/power/drivers/silergy/sy-buck.cc
730b49b756bb962ba8ba513cce886478012a1b5c
[ "BSD-2-Clause" ]
permissive
shangzuoyan/fuchsia
bac4f07748ebf7c1c67007771455e6b34cdc9e6b
2e5c3d22baa3a8f1e4b2bc48f664c75b51fe04a8
refs/heads/master
2023-02-19T04:26:39.678678
2021-01-22T09:21:00
2021-01-22T09:21:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,322
cc
// Copyright 2020 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 "sy-buck.h" #include <fuchsia/hardware/composite/cpp/banjo.h> #include <memory> #include <ddk/debug.h> #include <ddk/metadata.h> #include <ddk/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4749e3c4df5c3d8862de94c8051c39e6530e76bb
d05f9d5b8ce13ab9828957e0163d85b1219ed5cf
/xx10.cpp
168882efc0fc0cb34cbc87e3fc10e03925b5a4c6
[]
no_license
RuwanRanaweera/C_code_practice
2c9fba036dcf1a436dc97f6fb10bcaed5ba1d328
cb005685243d3ccfd18379ebe0dea30aefde79b5
refs/heads/master
2023-02-13T16:31:23.901922
2021-01-18T01:46:20
2021-01-18T01:46:20
330,526,533
0
0
null
null
null
null
UTF-8
C++
false
false
204
cpp
#include<stdio.h> int main(){ float a,b,c; printf("Enter 1st angle:\n"); scanf("%f",&a); printf("Enter 2st angle:\n"); scanf("%f",&b); c=180-(a+b); printf("3rd angle is %.2f",c); }
[ "rwnranaweera@gmail.com" ]
rwnranaweera@gmail.com
57fa36fd53d512a4a7714b2acb6ae07ad488cd63
a66165e19794512bc27e6ce447a7f1e8bb2b1bd1
/Player.cc
32620e9069bb9245485d9ab646717528b1364520
[]
no_license
JLei99/Watopoly
27151081e486b4822e04b331844e3f4a4f0c2e58
02f751e14b2c97294ff8126a01107d6c90c659de
refs/heads/main
2023-04-15T17:27:56.397300
2021-04-28T14:01:29
2021-04-28T14:01:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,608
cc
#include "Player.h" void Player::set_cup(int n){ this->roll_up = n; } bool Player::asset_contain(string s){ for(auto p : this->assets){ if(p->getName() == s){ return true; } } return false; } char Player::get_char(){ return this->ch; } int Player::get_cup(){...
[ "turnsoleeattiger@gmail.com" ]
turnsoleeattiger@gmail.com
f86fc44eef125650649c1f6924d2a05a4fa25e58
641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2
/ui/base/ime/input_method_factory.cc
f0ed9e28545ca33cff7a2ca5b6043c73c3fbf9e5
[ "BSD-3-Clause" ]
permissive
massnetwork/mass-browser
7de0dfc541cbac00ffa7308541394bac1e945b76
67526da9358734698c067b7775be491423884339
refs/heads/master
2022-12-07T09:01:31.027715
2017-01-19T14:29:18
2017-01-19T14:29:18
73,799,690
4
4
BSD-3-Clause
2022-11-26T11:53:23
2016-11-15T09:49:29
null
UTF-8
C++
false
false
2,456
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/ime/input_method_factory.h" #include "base/memory/ptr_util.h" #include "build/build_config.h" #include "ui/base/ime/mock_input_meth...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
c97fad4f4e5100fc00a2e9c957dfed5526ae27b5
09144f9cb87e87243698114b08acdd268757d65b
/Arduino/TPPTrinityLSD.cpp
cb0cc7b400cbd89912ad871eb5f8d9d77ccfd2ac
[ "MIT" ]
permissive
dmattox10/ShowStopperLED
edcfaccb254a65ab5d5f04bc111b14b8d27b305e
62002d685267e2e9c645ecbb337881728802dc58
refs/heads/main
2022-12-29T07:06:42.969125
2020-10-20T18:15:23
2020-10-20T18:15:23
305,780,317
1
0
null
null
null
null
UTF-8
C++
false
false
43,713
cpp
#include "Tlc5940.h" #include "tlc_fades.h" #include <EEPROM.h> #include "EEPROMAnything.h" struct config_t { int aChn; int bChn; int cChn; int dChn; int eChn; int aRed; int bRed; int cRed; int dRed; int eRed; int aGrn; int bGrn; int cGrn; int dGrn; int eGrn; int aBlu; int bBlu; int cBlu; int ...
[ "dmattox10@gmail.com" ]
dmattox10@gmail.com
756128e070bcc5cd08a515dbddc1e579b184b006
d38661e93db7233fb88131c860fa6eae540be54c
/VideoManager.cpp
9ec0c8f49d0ff5aa2282d99453da833a955b6f78
[]
no_license
Arnau6/Ar_drone_2.0
4f66af015f11fab763cd9dc759c0849396294e09
6b929c445a8a1b30f8c17eaf9584ffcbeca1bfc7
refs/heads/master
2021-01-13T09:49:58.120926
2014-07-16T10:33:22
2014-07-16T10:33:22
15,204,863
1
1
null
null
null
null
ISO-8859-2
C++
false
false
16,034
cpp
#include "stdafx.h" #include "VideoManager.h" #include "At_Command.h" const String face_cascade_name = "haarcascade_frontalface_alt.xml", window_name = "Ar Drone streaming", window_FaceName = "Face Detected"; VideoManager::VideoManager(Multiple_Input_Devices* multiple_Input_Devices, boolean IsDetectedFace, boolean is...
[ "agbourda@gmail.com" ]
agbourda@gmail.com
92a2af97ffb940efa319856bd182da5942a60b56
8733013b035e9c832d0a2873b6737879de3262fb
/RCX/Armor_Detection_DEBUG/main.cpp
ceea79f3f18c6f18e9d254fbfceda7b41c8a4056
[]
no_license
GCUWildwolfteam/RM_vision
2de3d8ad64dd5a362cafab979776fb977edd72f4
3f1e21ed6b5aaade9e71cfbbd4032f9c3f8ab1fd
refs/heads/master
2020-04-27T07:41:33.798825
2019-03-06T12:45:27
2019-03-06T12:45:27
174,144,533
2
0
null
null
null
null
UTF-8
C++
false
false
17,284
cpp
#include "cameraconfigure.h" #include "configure.h" #include "contourfeature.h" //#include "myserial.h" #include "serialport.h" #include "matchandgroup.h" #include "databuff.h" int main() { #ifdef cameramode_0 CameraConfigure camera; camera.cameraSet(); #endif SerialPort port; /*----------调用相机--------...
[ "2689961909@qq.com" ]
2689961909@qq.com
e28f971af14482c7af64f328f4088b40e829bf6c
03361de1dece2c312cb496b81295b051561d72cb
/Infinity/src/Infinity/Log.cpp
316b82a4e5f604e38877fc1cb61f36b1b59cc26c
[ "Apache-2.0" ]
permissive
joelybahh/Infinity
a06b7c076c4b07074b885299776d966e44571564
11c626139440a9c2cd4ddcee4146b632827e4625
refs/heads/master
2022-06-09T01:21:05.736918
2020-05-06T10:46:26
2020-05-06T10:46:26
261,381,589
2
0
null
null
null
null
UTF-8
C++
false
false
568
cpp
#include "infpch.h" #include "Log.h" #include "spdlog/sinks/stdout_color_sinks.h" namespace Infinity { std::shared_ptr<spdlog::logger> Log::s_CoreLogger; std::shared_ptr<spdlog::logger> Log::s_ClientLogger; void Log::Init() { // `[%T]` | Timestamp // `%n:` | Name of the logger // `%v%$` | Our message spd...
[ "joel@introvertedpixel.com" ]
joel@introvertedpixel.com
c7d098e1778d065a28b59f58e24043ab506a9e4e
26c0b24ad58381a2a9bfa43603d78b4154562a13
/assignment03/mipster-for-students/emulator/machine/mips32.h
a51e2ceadd588edd195ed989b70f54d06204299b
[ "BSD-3-Clause" ]
permissive
tloch/vpcc
63376c3ad4614cacd94df3b3fb39233c795baafb
96fc04a9b74085cf3ec8e35515cc866a849524fb
refs/heads/master
2016-09-16T10:14:40.582498
2015-07-09T20:00:46
2015-07-09T20:00:46
33,658,934
0
0
null
null
null
null
UTF-8
C++
false
false
5,115
h
// Copyright (c) 2014, the Mipster Project authors. All rights reserved. // Please see the AUTHORS file for details. Use of this source code is governed // by a BSD license that can be found in the LICENSE file. #ifndef EMULATOR_MACHINE_MIPS32_H_ #define EMULATOR_MACHINE_MIPS32_H_ #include <err.h> #include <stdint....
[ "you@example.com" ]
you@example.com
38faf6f8c6b2801455a7425e30074e4511aad5d2
703d964eacf4f8b4599d6ea3bb0f0a9e6c5606ea
/CSee/SquareAR.cpp
3dddd915be1ef81aa832235f416930257d4cac2d
[]
no_license
MDHSRobotics/HolySee
04d516ce61369cf0b574b303e26ff85a788f8818
bc18b1278b0e719393e125509dd55f402311d927
refs/heads/master
2021-01-10T23:44:57.379157
2017-04-01T04:08:52
2017-04-01T04:08:52
69,712,930
0
2
null
null
null
null
UTF-8
C++
false
false
329
cpp
#include "SquareAR.h" SquareAR::SquareAR() : Filter(name) { } SquareAR::~SquareAR() { } void SquareAR::process(cv::Mat& frame){ cv::rectangle(frame, cv::Point(frame.cols / 10, frame.rows / 10), cv::Point(frame.cols - frame.cols / 10, frame.rows - frame.rows / 10), cv::Scalar(255, 255, 255), 4, CV_AA,...
[ "msmith92663@gmail.com" ]
msmith92663@gmail.com
585602fd010678ebc5dcf7d0c521a7910a3489cd
79a1b1e673972a4e669bb3ecec2077e6a6105ffe
/integ/Integ.cpp
e26b72b08f3e5a8e7503a900134ab3e7cd06239e
[]
no_license
knut0815/fJmodels
15dc1f8a861ba4372105a2bedda37dc20c6d6e00
3291190a9c2a8ac8a42ad6f2e762198318200094
refs/heads/master
2020-09-03T15:26:26.372568
2015-11-05T22:37:08
2015-11-05T22:37:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,764
cpp
/* * integ.cpp * * Created on: Feb 23, 2015 * Author: L. Posti */ #include <math.h> #include "Grid.h" #include "DF.h" #include "Potential.h" #include "GaussQuad.h" #include "Utils.h" #include "UtilsLeg.h" struct IntegPar { double * x; double Ve;}; double rhoInteg (const double vr, const double vphi, const...
[ "lorenzo.posti@gmail.com" ]
lorenzo.posti@gmail.com
8701a682b1c19d653e3f2b0acacf66f1bffee125
746bd6e9242053e15bd49e6eb1f6e7940455fc0f
/src/base/projection.h
f78f06a4570da7e1e9c0425a785ba3050800b0ef
[ "BSD-3-Clause" ]
permissive
AIBluefisher/DAGSfM
34924b16bf55e0508a62ae4373e5e0dbba270d48
0ab0630bd4dcfab40729a239fbb396000a237dd0
refs/heads/dev
2023-05-31T05:11:26.653353
2022-07-01T09:21:19
2022-07-01T09:21:19
161,630,883
119
29
BSD-3-Clause
2022-07-01T09:21:35
2018-12-13T11:43:23
C
UTF-8
C++
false
false
8,220
h
// Copyright (c) 2018, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
[ "1701213988@pku.edu.cn" ]
1701213988@pku.edu.cn
a97643b4957dfd8227e42b2464afeca4656aa76d
43c707501fcfca85994d192a67bd9a0579c18704
/goodThings/R3gH4ck/Win/R3gH4ckDlg.cpp
f459e476b83ab7a0bf584677865befae85982394
[]
no_license
Urfoex/my-old-stuff
a6b6304e5a9052e63996a53f37d223dc06e1e596
e61a54107431d994831d082d453a721c204b04d5
refs/heads/master
2020-12-27T14:32:51.268552
2018-01-19T09:08:46
2018-01-19T09:08:46
237,937,031
0
0
null
null
null
null
ISO-8859-1
C++
false
false
15,644
cpp
// R3gH4ckDlg.cpp : Implementierungsdatei // #include "stdafx.h" #include "R3gH4ck.h" #include "R3gH4ckDlg.h" #include <iostream.h> #include <fstream.h> #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////...
[ "BellersenM@googlemail.com" ]
BellersenM@googlemail.com
bb48887b47b556d7b326f4305b7966c60700542f
3019cc02f3738fafb71dc53e1764401501ea8475
/dev/so_5/rt/h/queue_locks_defaults_manager.hpp
62368bb003bb7740a344971fa6668a11103ab516
[ "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
eao197/so-5-5
a341ac895298e08479f01ac42be15b14ad11af6b
fa0c31c84d2637dce04e13a155040150d505fbbd
refs/heads/master
2021-06-11T03:38:26.141983
2020-07-04T08:39:56
2020-07-04T08:39:56
32,193,560
78
21
NOASSERTION
2018-10-15T05:38:09
2015-03-14T03:11:06
C++
UTF-8
C++
false
false
2,101
hpp
/* * SObjectizer-5 */ /*! * \file * \brief Interface of manager for default locks for event queues. * * \since * v.5.5.18 */ #pragma once #include <so_5/disp/mpsc_queue_traits/h/pub.hpp> #include <so_5/disp/mpmc_queue_traits/h/pub.hpp> #include <so_5/h/declspec.hpp> #include <memory> namespace so_5 { // ...
[ "eao197@1d1731ae-3f85-447d-88f8-c72b288064d1" ]
eao197@1d1731ae-3f85-447d-88f8-c72b288064d1
91bc245d1ec7f1400a9a74730310fb88a232ac56
3a75bac05aed702f21a36570bb8865c36ff53081
/4. eloadas/src/OptionsFileHandler.cpp
92384d18e0a61e0b203955d92e2e227dd13eafb5
[]
no_license
lmicourse/2013q1
089bf7eab26244c7c70b48068fd8cb8829d47dee
d2aa350fd07f1b00c3ecda81bf5918270adcd2d1
refs/heads/master
2021-01-10T08:14:59.017800
2013-05-27T14:34:38
2013-05-27T14:34:38
8,575,493
1
0
null
null
null
null
UTF-8
C++
false
false
967
cpp
#include <unordered_map> #include <string> #include "IFile.h" #include "Options.h" #include "OptionsFileHandler.h" OptionsFileHandler::OptionsFileHandler(IFile &file) : m_file(file) {} Options OptionsFileHandler::Read() const { std::unordered_map<std::string, std::string> options; for(;;) { s...
[ "petispaespea@gmail.com" ]
petispaespea@gmail.com
a628ed9e66ba27957cdec02870da7b7425364dce
43523509ac3324883943b52c7d3e0e92cc46ef70
/renderer/platform/transforms/transform_operation.h
b4f5da74d9b0d2a6a308ee21c0fa9e54f057f125
[]
no_license
JDenghui/blink
d935ab9a906c9f95c890549b254b4dec80d93765
6732fc88d110451aebda75b8822ba5d9b4f9de04
refs/heads/master
2020-03-23T15:55:33.238563
2018-07-21T05:26:31
2018-07-21T05:26:31
141,783,126
1
1
null
null
null
null
UTF-8
C++
false
false
4,018
h
/* * Copyright (C) 2000 Lars Knoll (knoll@kde.org) * (C) 2000 Antti Koivisto (koivisto@kde.org) * (C) 2000 Dirk Mueller (mueller@kde.org) * Copyright (C) 2003, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. * Copyright (C) 2006 Graham Dennis (graham.dennis@9ma1l.qjz9zk) * * This libra...
[ "Denghui_Jia@Dell.com" ]
Denghui_Jia@Dell.com
ca2e39e96bae74e67714116287a48503d3bf0231
289d7c5ecb449bd68c03a00aca1694dce9ddc606
/src/groundRemove/include/param.h
fc1428d175adea6a1fb2c8a81491172a901d66ae
[]
no_license
yangyongguang/lidarCode_home
d6864dbec7cccc91b6b1b8f61cbd42745b4469f5
d76abfc677dc40f5654d0aebbd1d6732f2b6e515
refs/heads/master
2020-12-21T12:25:51.324568
2020-01-29T12:24:13
2020-01-29T12:24:13
236,428,003
0
0
null
null
null
null
UTF-8
C++
false
false
7,038
h
#ifndef SRC_INCLUDE_PARAM_H_ #define SRC_INCLUDE_PARAM_H_ #include <string> #include <math.h> #include <iostream> #include <array> #include <vector> #include <math.h> class params { public: params() { // float step = (min_angle_two - start_angle) / 32; // float current_angle = start_angle; ...
[ "708917930@qq.com" ]
708917930@qq.com
c464087be41aac9b02c4c188a58237e3ae3cf260
2aab6b7e543f49be46c6b87a24595cde8a7d9da0
/include/Src/TexturedMeshVisualization.h
0f9f1fe735dc5b057136e5c7634e09c3325601ae
[]
no_license
sanguin/TextureSignalProcessing
07f1a8b7b8274c9f8e04c1c87572a5ae6e8dac9b
c224d4aebb386fd147dda06aa23e4f868e4802ad
refs/heads/master
2020-03-27T08:13:22.191369
2018-08-27T00:35:45
2018-08-27T00:35:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,821
h
/* Copyright (c) 2018, Fabian Prada and Michael Kazhdan 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...
[ "misha@cs.jhu.edu" ]
misha@cs.jhu.edu
c7faf610d95b95573d8a72763b0bc1ef03737ef2
209a5dc39be8428c39da05af480410ab939b7cb3
/include/slam/odometry.h
fc1f0165040cf6a8eb668f2fdbd02bfe49035895
[]
no_license
Gurkirand/lidar
2542c441e0b6a6f4a2bc6a01cee281368cfbe096
033e8b1acf5cd886b94c3c07292363030a2116ee
refs/heads/master
2021-05-12T06:01:30.146917
2018-03-29T00:51:46
2018-03-29T00:51:46
117,209,254
0
0
null
null
null
null
UTF-8
C++
false
false
2,009
h
#ifndef SLAM_ODOMETRY_H #define SLAM_ODOMETRY_H #include <vector> #include "common.h" #include "math_utils.h" #include "types/Vector3.h" #include "types/Transform.h" #include "types/Quaternion.h" #include <Eigen/Eigen> #include <pcl/kdtree/kdtree_flann.h> namespace slam { class odometry { private: using kdtree...
[ "gurkirand@gmail.com" ]
gurkirand@gmail.com
6b5b2eea0df1970afebb48156260869c1d6a4311
96cfaaa771c2d83fc0729d8c65c4d4707235531a
/RecoParticleFlow/PFSkims/src/SealModule.cc
70c41e1d32206880876e5e55c3085ee51e8bad09
[]
no_license
khotilov/cmssw
a22a160023c7ce0e4d59d15ef1f1532d7227a586
7636f72278ee0796d0203ac113b492b39da33528
refs/heads/master
2021-01-15T18:51:30.061124
2013-04-20T17:18:07
2013-04-20T17:18:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
237
cc
#include "FWCore/Framework/interface/InputSourceMacros.h" #include "FWCore/Framework/interface/MakerMacros.h" #include "RecoParticleFlow/PFSkims/interface/JPsieeFilter.h" DEFINE_SEAL_MODULE(); DEFINE_ANOTHER_FWK_MODULE(JPsieeFilter);
[ "sha1-157dd14e997ea257a213e3ed735c484cb76df422@cern.ch" ]
sha1-157dd14e997ea257a213e3ed735c484cb76df422@cern.ch
d61437fe6407709e29f6fb0f569491a04cd98dab
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/contest/1542591026.cpp
16d0f048acd18edd751b0992b6a70b06d533f429
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
586
cpp
#include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> #include<set> #include<vector> #include<ctime> #define ll long long #define pr(x) cerr<<#x<<"="<<x<<endl using namespace std; void win() { printf("YES\n"); exit(0); } char ch[10000],s[10000]; in...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
3fb56d61bf35837fc726c02f24253330cfb809b8
9e3eb53ddb72a9825d0cd98769093cc53fac7d55
/Engine/SceneManager/Algorithms/Validation/Violations/Stop/OperationTimeWindowsViolation.h
f0073e65b8e4d049692be0f76f1a60b5e93f2162
[ "Apache-2.0" ]
permissive
Eaglegor/SchedulerEngine
786d728d42d2cbc62b27e477c09113fc08a683b4
b2804375a3b269fe6d218ad4f763e388f7ae4edb
refs/heads/master
2021-09-09T20:42:33.563177
2018-03-19T15:44:45
2018-03-19T15:44:45
100,627,847
8
0
Apache-2.0
2018-03-19T15:44:46
2017-08-17T17:16:43
C++
UTF-8
C++
false
false
1,241
h
#pragma once #include "../ConstraintViolation.h" #include <Engine/Concepts/Duration.h> namespace Scheduler { class Stop; /** * @ingroup constraints * * @brief Violation of the operation time windows constraint * * @sa @ref supported_constraints */ class OperationTimeWindowsViolation : public Constra...
[ "eaglegor@gmail.com" ]
eaglegor@gmail.com
ede47d2063737402fab04e7120746334f587d012
ecb7686444d1a2b8d1a494d15c080ebcc08edfab
/fugaku/dp.cpp
b7a0cb66f45fece0ec304fdeee54e50731beae6f
[]
no_license
Mitarushi/SuperCon_2020
b89858f9c69bc699a22ea428ab6178aea621159d
12ba15863c11872a2e38bf2373df2b48d41106de
refs/heads/master
2022-12-15T01:14:46.489385
2020-09-19T07:47:31
2020-09-19T07:47:31
269,589,303
0
0
null
null
null
null
UTF-8
C++
false
false
5,255
cpp
#include <stdio.h> #include <algorithm> #include <array> #include <cmath> #include <iostream> #include <queue> #include <random> #include <string> #include <tuple> #include <utility> #include <vector> using ll = long long; using namespace std; string s, t; int s_count[26], t_count[26]; int max_t; constexpr int char_...
[ "60428311+Mitarushi@users.noreply.github.com" ]
60428311+Mitarushi@users.noreply.github.com
8594d3e211006b31bfd075c1976ddc6828e9d99a
62943a68a40fe9a5f282f95f1f919be725d35d00
/main.cpp
be6b4c3d97b27d456de4fdc9b00af638d61504f2
[]
no_license
minond/kaleidoscope
7d72b0a617fe8d5799a79b3611346b27ab465ee3
62ea7604f23cfd77dfa33f02e2de49b35c711ab1
refs/heads/master
2021-09-03T02:30:58.406291
2018-01-04T22:23:08
2018-01-04T22:23:08
104,695,502
0
0
null
null
null
null
UTF-8
C++
false
false
12,557
cpp
#include "llvm/ADT/APFloat.h" #include "llvm/ADT/STLExtras.h" #include "llvm/IR/BasicBlock.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Function.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/IR/Type.h" #include "llv...
[ "minond.marcos@gmail.com" ]
minond.marcos@gmail.com
12966098044360bbd49e754aac6cc2bda35af423
ba424d0d617d1532e86aa038c3ec25f1f0fd5964
/DwarfEngine/Ease.cpp
7cafbdae7fb6350f990fa60248e6717de1c0b919
[]
no_license
bahadrix/DwarfEngine
0fd644b158cabc05cc75c095c37b0e89572016b8
9b96026a2c3d71139315ae5e1c5cdbf1206cb657
refs/heads/master
2021-01-15T13:48:21.685158
2014-01-12T21:45:30
2014-01-12T21:45:30
15,614,633
1
0
null
null
null
null
UTF-8
C++
false
false
7,294
cpp
/************************************************************************/ /* Original equations by Robert Penner */ /* http://www.robertpenner.com/easing/ */ /* Modification by Bahadir Katipoglu */ /* http://bahadir.me */ /* */ /* Easing cheat ...
[ "bahadrix@gmail.com" ]
bahadrix@gmail.com
dfd06dfcb47611592877fbb8e57025f0f88a9da5
ec6706bac238648da21570ba389fefed0ebc004e
/Term-2/Project-3-Kidnapped-Vehicle-Project-visualizer/src (copy 1)/main.cpp
0f6bea59d5786778ffd58bfd262f7008db6ee5ad
[]
no_license
AlexSickert/self-driving-car
6ca9bf208d0a0cb92f5d065c9aca6161a0c984d0
b2bcdece2fa3168290695a2308c5b4119515aac1
refs/heads/master
2021-01-12T03:36:37.277220
2017-09-07T10:42:56
2017-09-07T10:42:56
78,236,886
0
0
null
null
null
null
UTF-8
C++
false
false
7,464
cpp
#include <uWS/uWS.h> #include <iostream> #include "json.hpp" #include <math.h> #include "particle_filter.h" using namespace std; // for convenience using json = nlohmann::json; // Checks if the SocketIO event has JSON data. // If there is data the JSON object in string format will be returned, // else the empty stri...
[ "alex@alexandersickert.com" ]
alex@alexandersickert.com
fa06409d1c3643dfabc9bfcde0fa75175d31ffa6
e9cd5677a43e96281db22500b2de97aa99eb0680
/thingsboard.ino
0eadceef2c7f529402775ab121fffa1e431586a4
[]
no_license
peterzen/aerogarden-monitor
a7cc74d0ecc5bab8742d13ab6119ef7aa508779b
3e0a1dd0aeaadb5e6a58b1ce3ea2cdefd05425a9
refs/heads/master
2020-09-06T06:44:54.721506
2019-11-08T00:39:55
2019-11-08T00:40:00
220,354,693
1
0
null
null
null
null
UTF-8
C++
false
false
1,392
ino
#include <ESP8266WiFi.h> #include <WiFiManager.h> //https://github.com/tzapu/WiFiManager WiFi Configuration Magic #include "ThingsBoard.h" void networkSetup(){ WiFiManager wifiManager; wifiManager.autoConnect("IOT"); Serial.println(""); Serial.println("WiFi connection"); Serial.println("IP addr...
[ "peter@froggle.org" ]
peter@froggle.org
ad8033d86b7c237a3e79665e32e7f833a9769187
e632213a72ba0160528f4c48a2719052ed964d1c
/16_cpp/data.cpp
01e6a63a1f62bb647da826eb96b2320f949d4e3c
[]
no_license
onedev-cli/AdventOfCode2020
daee1336793e375f12c56e4dac2f004f1891fff5
9e3f004029e78d0afb397bc0d3ccb263b9c24355
refs/heads/master
2023-06-21T03:00:17.600977
2021-07-28T13:44:06
2021-07-28T13:44:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,642
cpp
#include "data.hpp" #include <iostream> #include <regex> #include <string> std::map<std::string, constraint> read_constraints() { std::regex re("([^:]+): (\\d+)-(\\d+) or (\\d+)-(\\d+)$"); std::map<std::string, constraint> result; std::string line; for (;;) { std::getline(std::cin, line); ...
[ "alexander.berezhnoy@gmail.com" ]
alexander.berezhnoy@gmail.com
c2f65abe89060d217e5b203ccdc1dc10c8898f53
8d4e46dbb969cb121feb2259881af7ed85a2a97d
/arduino/old/common/NeoPixel.cpp
8223d2b6e71544f7bf5a8d6768ea582fffc0a143
[ "MIT" ]
permissive
anyWareSculpture/physical
9e86bc103e078753e5b5db5db0b7d8fd6b7e4edc
d6bc0170a499c41ed3b87c1a7a8789671ab44966
refs/heads/master
2020-04-17T02:26:38.601933
2018-06-10T20:28:58
2018-06-10T20:28:58
36,609,638
0
0
null
2015-09-20T18:54:13
2015-05-31T15:37:10
C++
UTF-8
C++
false
false
1,260
cpp
#include "NeoPixel.h" #include "anyware_serial.h" // We don't have enough memory to have one easing per pixel, so we have to reuse from a pool of easings #define NUM_EASINGS 5 ColorEasing easings[NUM_EASINGS]; void NeoPixel::ease(AnywareEasing::EasingType type, uint32_t toColor) { // If we're already easing, end th...
[ "marius@kintel.net" ]
marius@kintel.net
b7143d8f9615a8bd292141368f1d4ef525792cb1
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE23_Relative_Path_Traversal/s02/CWE23_Relative_Path_Traversal__char_file_open_10.cpp
24057af26158d74d6c868c22e62209d947ba379b
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C++
false
false
4,151
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE23_Relative_Path_Traversal__char_file_open_10.cpp Label Definition File: CWE23_Relative_Path_Traversal.label.xml Template File: sources-sink-10.tmpl.cpp */ /* * @description * CWE: 23 Relative Path Traversal * BadSource: file Read input from a file * GoodSource: Use ...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
3f1febed48afbe92d2ab97bb8e0f46054a7a668c
823b41823eea7afb820fc19127282226b06fd8c5
/Game.cpp
5b26f3ef3b896926ad3589587dad2bd1f36ccd24
[]
no_license
NickWils98/Roadfighter
415dfe3d88165f7d3cda33d93c1a0e5cced65a9f
f0e031e1e152226f0d572f20ae0a7d01fefe5236
refs/heads/master
2020-04-11T10:21:24.932524
2018-12-14T20:07:19
2018-12-14T20:07:19
161,708,205
0
0
null
null
null
null
UTF-8
C++
false
false
3,418
cpp
// // Created by nick on 14.12.18. // #include "Game.h" Game::Game() : m_window (sf::VideoMode(514, 431), "ROADFIGHTER", sf::Style::Close | sf::Style::Resize), view(m_window.getDefaultView()) { m_window.setFramerateLimit(60); world = std::make_shared<World>(); } Game::~Game() {...
[ "s0162945@ad.ua.ac.be" ]
s0162945@ad.ua.ac.be
bc003be6c4ce1db0c23cf95bbcc6aad60a5cc34c
9525ad941a32683e8d9d8f582627c91b8a4f8163
/c++/MinMaxArray.cpp
91b3a7e13a63910fd519a81b785ac017bad77743
[]
no_license
Anoop114/Practice_450
7ede7fdb7f0fc6ccfae83a4e48c3cf3207b0a796
12b0cb39dcdb3cd8e81150ca3375a44b4919596e
refs/heads/main
2023-07-17T18:46:13.065445
2021-09-07T10:45:20
2021-09-07T10:45:20
392,962,264
0
2
null
null
null
null
UTF-8
C++
false
false
748
cpp
#include <bits/stdc++.h> using namespace std; void MinMax(int arr[],int size) { int min=0,max = 0; if(size == 1) { min=max=arr[0]; } if(arr[0]>arr[1]) { min = arr[1]; max = arr[0]; } else { min = arr[0]; max = arr[1]; } for(int i=2;i<s...
[ "69163049+Anoop114@users.noreply.github.com" ]
69163049+Anoop114@users.noreply.github.com
982bcad479643f8c7e8016087bf0f824b72c6635
be4b6635a1dbc0e5ddbdb6f65537ee9eb4fa49ca
/src/qt/rpcconsole.cpp
4fe34664b05b744c710c7a4d4df30026391bccb1
[ "MIT" ]
permissive
bateller/dogecoin
cea6bf4d599256f7a837311d226ad3f00c6425f8
6452af85bb5c26dc6bcd644ff09c94a7a70e1196
refs/heads/master-1.6
2021-01-17T08:58:51.214305
2015-07-06T12:51:43
2015-07-06T12:51:43
18,026,965
1
0
null
2015-07-06T12:51:43
2014-03-23T05:11:35
C++
UTF-8
C++
false
false
14,197
cpp
#include "rpcconsole.h" #include "ui_rpcconsole.h" #include "clientmodel.h" #include "bitcoinrpc.h" #include "guiutil.h" #include <QTime> #include <QThread> #include <QKeyEvent> #if QT_VERSION < 0x050000 #include <QUrl> #endif #include <QScrollBar> #include <openssl/crypto.h> // TODO: add a scrollback limit, as the...
[ "hello@ummjackson.com" ]
hello@ummjackson.com
ce42a115902d589371233a941b1e1a2a5753ca7d
f90415d84bcc2789b518d5c95802bbc5a3dc8ce4
/PS3DViewer/UI/VideoCompression.cpp
5c8c2c57babc018b94872d72a0d3d98be1173860
[]
no_license
Realitian/PowerSystem3D
8df733a3efe8fdf9dd9d6cba4f8ad755dd7aaae5
248624b8d002f925c861bcbd62859aff198411cc
refs/heads/master
2023-04-30T05:08:11.749659
2008-11-10T19:12:23
2008-11-10T19:12:23
367,035,341
0
0
null
null
null
null
UTF-8
C++
false
false
8,356
cpp
// VideoCompression.cpp : implementation file // #include "stdafx.h" #include "VideoCompression.h" // CVideoCompression dialog #define MAX_COMPRESS 10000 #define PAGE_STEP 1000 #define ONE_STEP 100 IMPLEMENT_DYNAMIC(CVideoCompression, CDialog) CVideoCompression::CVideoCompression(CWnd* pParent /*=NULL*/) : ...
[ "kevinnroan@gmail.com" ]
kevinnroan@gmail.com
6c73a61bf1e492d87ac6d2ef0eb03cb7971443ff
6dfde48422d91e54150b92db0ccd904ad58ae7d3
/delimited.hpp
23239ec44cef583bc3dd128fc66d549632dde6d3
[]
no_license
gpderetta/delimited
35d82f6f4b70c0082052a5af7ab406caadc4b8a7
7e755d643ee458973e941b982fb7945b23804d9d
refs/heads/master
2021-01-10T10:52:19.482647
2016-03-09T23:15:02
2016-03-09T23:15:02
53,536,778
2
0
null
null
null
null
UTF-8
C++
false
false
12,930
hpp
#ifndef GPD_DELIMITED_HPP #define GPD_DELIMITED_HPP #include <exception> #include "test_utils.hpp" namespace gpd { struct cont_impl { void **ip, **sp; }; /** An implementation of delimited continuations in C++. This implementation heavily relies on GCC extensions plus a few evil hacks and should not be co...
[ "gpd@angband" ]
gpd@angband
77d342964b7111b1355a743c345ffe7631242c22
6c945f5861276389d565fc2326ddfd069f61e6a9
/src/loadBmp/common/Filter/plfilterresize.h
c29543160c0fad756ad680b9fbc001f52c1798af
[]
no_license
Springhead/dependency
3f78387d2a50439ce2edf7790a296026c6012fa3
05d4e6f9a3e9c21aae8db4b47573aa34058c4705
refs/heads/master
2023-04-23T23:40:13.402639
2021-05-08T05:55:22
2021-05-08T05:55:22
112,149,782
0
0
null
null
null
null
UTF-8
C++
false
false
1,492
h
/* /-------------------------------------------------------------------- | | $Id: plfilterresize.h,v 1.2 2002/03/31 13:36:42 uzadow Exp $ | | Copyright (c) 1996-2002 Ulrich von Zadow | \-------------------------------------------------------------------- */ #ifndef FILTERResize_H #define FILTERResize_H #if ...
[ "kanehori@haselab.net" ]
kanehori@haselab.net
c738ce2a539889f26d7f55486eb4415066312ee6
cc94542e78e38567f9f0f891f8fa31996ea169cb
/ITMLib/Objects/Camera/ITMCalibIO.cpp
bc5f1a3aec1eec857a99a7f96c4d0df4b587d5e9
[]
no_license
WSX741405/ITM
725700e57ff4d1e7cfe784b85c12f25597df87b2
78ad22bc19211d16d1a1db6b9df22b72600ffea1
refs/heads/master
2021-04-09T16:36:54.226544
2018-03-20T13:03:39
2018-03-20T13:03:39
125,861,673
0
0
null
null
null
null
UTF-8
C++
false
false
4,770
cpp
// Copyright 2014-2017 Oxford University Innovation Limited and the authors of ITM #include "ITMCalibIO.h" #include <fstream> #include <sstream> #include <stdexcept> using namespace ITMLib; bool ITMLib::readIntrinsics(std::istream & src, ITMIntrinsics & dest) { int width, height; float focalLength[2], centerPoint...
[ "wsx741405@gmail.com" ]
wsx741405@gmail.com
02ed74bbea008c3fd10298f0eb07d090c0cde5be
5a6040586949062f8b4c0335b59c2df85c4d0e67
/2.8 TFT TouchScreen Projects/tictactoe_new/tictactoe_new.ino
e12525082be7b6c448a51d709ea0de066000df91
[]
no_license
davidabevan/Arduino
f972dfed41f59f4678d9539ad56560081e54f8a4
12603a0122e653dd012cfee05dccdb1866839b58
refs/heads/master
2022-04-14T02:18:33.135142
2020-04-09T19:57:28
2020-04-09T19:57:28
161,934,827
0
0
null
null
null
null
UTF-8
C++
false
false
14,732
ino
///////////////////////////////////////////// // 2.8" TOUCH SCREEN TIC TAC TOE // // // // http://www.educ8s.tv // // // // modified 08.2017 by rom3 // //////////////////////...
[ "34312933+davidabevan@users.noreply.github.com" ]
34312933+davidabevan@users.noreply.github.com
1e864d1456561cd96269384d1983e432becf32b4
9b13ce0c570f1a3d734dece5c04bccd2fe86c295
/pydanmaku/renderer.cpp
adec31d5c4d1c44a72af883ce512327e7a251b8c
[ "MIT" ]
permissive
shiinamiyuki/PyDanmaku
3517b6eb805a477363fdbb19d8132a2b57f168be
33d03d3ed74cb8410fa683cdace337b07692ff03
refs/heads/master
2020-03-30T11:52:41.867560
2018-10-01T01:58:46
2018-10-01T01:59:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,322
cpp
#include <SDL2/SDL.h> #include <SDL2/SDL_image.h> #include <list> #include <stdbool.h> #include "renderer.h" #include "bullet.h" #include <math.h> #define WIDTH 640 #define HEIGHT 480 SDL_Window *win = NULL; SDL_Renderer *ren = NULL; SDL_Texture *img = NULL; int w=0, h=04; bool render_inited = false; void renderer_i...
[ "hanss314@gmail.com" ]
hanss314@gmail.com
b420510b62716e5200e9b8149ab6b2c717ff775f
e7ce82280ae8745dc10f7c7caf8806021bb7894d
/Hercules/test/test.cpp
a35d573c19970edce07cc3abb5021c1cdbc9a729
[]
no_license
sachiniyer/Hercules
877bab5606177b79d0ff18bb804e76c1658f88a3
c9582f6612043ab54910e45d66ee5a82086af1ee
refs/heads/master
2023-05-18T00:51:43.712670
2021-05-31T18:50:58
2021-05-31T18:50:58
291,445,535
0
0
null
null
null
null
UTF-8
C++
false
false
1,584
cpp
#include <Arduino.h> #include <unity.h> #include <Audio.h> #include <Wire.h> #include <SPI.h> #include <SD.h> #include <SerialFlash.h> # define BUTTON 37 int poten = 38; #define SDCARD_CS_PIN 10 #define SDCARD_MOSI_PIN 7 #define SDCARD_SCK_PIN 14 // GUItool: begin automatically generated code AudioPlaySdWav ...
[ "sachinjiyer@gmail.com" ]
sachinjiyer@gmail.com
52297756e98440f58ba5867a6598e1c76c934a61
f22aac466c4267b31d70c02181a3536fd749573e
/gameEngine/gameEngine/KeyHandler.h
db156ba2cfb26b65db98dd7ee30da7f8882d6f88
[ "MIT" ]
permissive
ComputerScienceTrolls/simpleGameGL
16f05e524444f164b3e26dd27bb6237b8417e964
81e25f690f5825bf633685e9d7d2771a3d61f4c7
refs/heads/master
2021-01-16T00:42:10.383614
2018-06-18T18:50:21
2018-06-18T18:50:21
99,971,888
0
0
MIT
2018-06-18T18:50:40
2017-08-10T23:12:57
C
UTF-8
C++
false
false
217
h
#include <GLFW/glfw3.h> #include <memory> class KeyHandler { public: static KeyHandler* getInstance(); GLboolean Keys[1024]; ~KeyHandler(); private: KeyHandler(); static std::auto_ptr<KeyHandler> instance; };
[ "linkthayer@sbcglobal.net" ]
linkthayer@sbcglobal.net
d11e12e49b8cb8eaf5278eba23ab1ec9c9b76b34
961d97d4b6bbcbf0b64e4f55d9f936eca69a05f9
/include/Topology/generic/genericmap.hpp
386c48f84996a0d2abb1de1d960c5a1fd9b55b5b
[]
no_license
cgogn/Mesher
9b754d241f8b3319a2874e2f75e790376b521ed6
a1f16d3f71a2a1fc19784945fc67e6086ab46a94
refs/heads/master
2020-12-24T15:49:18.957952
2014-04-04T11:20:55
2014-04-04T11:20:55
16,103,227
2
0
null
null
null
null
UTF-8
C++
false
false
27,933
hpp
/******************************************************************************* * CGoGN: Combinatorial and Geometric modeling with Generic N-dimensional Maps * * version 0.1 * * Copyright (C) 2009-2012, IGG Team, LSIIT, University of Strasbourg ...
[ "thery@unistra.fr" ]
thery@unistra.fr
6859838c81ae8fbadb3a6aa29e9328b1d583cb8c
75fc8b7594b2075ff487dc05afdd5ad0a7408c1f
/libs/cppnetlib/include/boost/network/protocol/http/message/wrappers/destination.hpp
8210ab39ae6c87b5b5f8e55c7819afe04ae3d115
[ "BSL-1.0" ]
permissive
NoShotz/ElDorito
929e7b4e033914d15257419c8978d0f5fa598177
a6d2d681e999d2d21f3f8bb3bd272f0771f2d1fe
refs/heads/master
2021-07-25T18:26:25.982270
2020-05-08T17:17:17
2020-05-08T17:17:17
167,758,023
26
35
null
2019-11-24T05:36:13
2019-01-27T01:35:22
C++
UTF-8
C++
false
false
842
hpp
#ifndef BOOST_NETWORK_PROTOCOL_HTTP_MESSAGE_DESTINATION_HPP_20100624 #define BOOST_NETWORK_PROTOCOL_HTTP_MESSAGE_DESTINATION_HPP_20100624 // Copyright 2010 (c) Dean Michael Berris. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org...
[ "noshotz@protonmail.com" ]
noshotz@protonmail.com
e76d7968f4bb45657673a28761e8a2de4d60e619
e7fa70a9a4c7ea735920be5feff7fa1e755b53ff
/node/cportmap.cpp
0858b660cf7e628f3cff015279951d3304c91d42
[]
no_license
slechta/san2
d1c6ba5c46d62c8272ac0c2d13cbd0ef9477dade
c3ebc0eca46b4406f7c26865d227f0b7bfead793
refs/heads/master
2021-01-01T19:01:24.813553
2013-08-13T20:23:25
2013-08-13T20:23:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,340
cpp
#include <string> #include <string.h> #include <utility> #include <iterator> #include "cportmap.hpp" namespace San2 { namespace Node { CPortmap::CPortmap() : m_ephemeralPort(SAN2_BEGIN_EPHEMERAL_PORT) { } CPortmap::~CPortmap() { // empty } bool CPortmap::registerPort(unsigned short int port, San2::Utils::CPr...
[ "slechta@email.cz" ]
slechta@email.cz
a09f5bf749e47a46bfeef553c2fae65b77a1b889
15d391ed09da062ba53a188a2a4d2be6fb219776
/Games/Game/archer.cpp
55d887de46b4dc40e432c0070ac8c1b3f80e6aee
[]
no_license
EliJoseCuavasArroyo/QT-Projects-GIT
18441f003b522b13d30931769fd34ca1db2e03fa
17270e8a2652659796d449215b70ab86929e3759
refs/heads/master
2021-04-27T02:04:34.660841
2018-06-12T11:42:45
2018-06-12T11:42:45
122,689,228
0
0
null
null
null
null
UTF-8
C++
false
false
632
cpp
#include "archer.h" Archer::Archer() { } QRectF Archer::boundingRect() const { return QRectF(0,0,300,300); } void Archer::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) { QPixmap pixmap; pixmap.load(":/archer.png"); painter->drawPixmap(boundingRect(),pixmap,pixmap...
[ "eli.cuavas@udea.edu.co" ]
eli.cuavas@udea.edu.co
d055c81904b1386f290aa9cb6bf360f9fe617ff5
a6b4d9acf57e1e4518bc1e7570316f64b88307cd
/src/actions/TransformAction.h
1c2f0a29d480f0ad712cb9b6b0f16afa2dfff3f3
[]
no_license
neilmendoza/ofxRules
51a874530b2c5782860739398f26df5602ee1fde
5c62a9ce1a92b9bea40f9e65207a7f8887715446
refs/heads/master
2021-06-21T08:36:32.636593
2021-01-31T10:35:52
2021-01-31T10:35:52
18,336,988
32
7
null
null
null
null
UTF-8
C++
false
false
2,914
h
/* * Rule.h * * Copyright (c) 2013, Neil Mendoza, http://www.neilmendoza.com * 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 ...
[ "neil@isthis.gd" ]
neil@isthis.gd
e322e226232fcfb2ff96b708db634385918212fb
ee40793087c90e6d5c32492fccaa16d3e647a2a4
/src/symbols.cc
71a4d4d782aac6fbb44523148285cd14da261582
[]
no_license
Adrian-glz01/PR07_CyA
668ef6d64c285a58a07167328eb4827d2bc4b193
0d20563dab38c1e9e85f6c7eb997845bdfc29f5c
refs/heads/main
2023-09-05T02:06:04.402600
2021-11-15T21:01:56
2021-11-15T21:01:56
426,752,312
0
0
null
null
null
null
UTF-8
C++
false
false
1,848
cc
/** * @author: Adrián González Expósito * Asignatura: Computabilidad y Algoritmia * Curso: 2º Ingeniería Informática * Práctica 7: Simulacion de NFAs */ #include "../includes/symbols.h" /** * * @brief Symbols empty constructor. * */ Symbols::Symbols() {} /** * * @brief Symbols constructor -> initiali...
[ "alu0101404813@ull.edu.es" ]
alu0101404813@ull.edu.es
fde7500f9c399adac3c97980ac4837dc5b5e70ee
3365e4444695a52aa4dfe92c0168ee34c0fb96bf
/MFC/day20_04.27/day20_04.27.cpp
28fce11ac38cea8f03f93b7527214e2260ac72ab
[]
no_license
ssheko/BITAcademy
89b88c6ae88f7edbcef8cbc152e1b7d73b9c91c2
5bbf7ffb322870ecc51f29b8def447dbdd0ed664
refs/heads/master
2021-08-14T07:25:31.524645
2019-06-24T06:16:54
2019-06-24T06:16:54
178,994,706
0
0
null
2021-08-04T21:29:02
2019-04-02T03:49:46
C#
UTF-8
C++
false
false
6,005
cpp
 // day20_04.27.cpp: 응용 프로그램에 대한 클래스 동작을 정의합니다. // #include "stdafx.h" #include "afxwinappex.h" #include "afxdialogex.h" #include "day20_04.27.h" #include "MainFrm.h" #include "day20_04.27Doc.h" #include "day20_04.27View.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // Cday200427App BEGIN_MESSAGE_MAP(Cday200427A...
[ "ssheko93@gmail.com" ]
ssheko93@gmail.com
6951a625d45c06278205c0f91e46369e92749d4f
59dcfc00711dee3b426a6c5322da0141a5dd92f3
/Game/BlueBerryEngine/Terminatable.h
59f176651a49c60d4a44cf4b4f7d09607e5c6dc2
[]
no_license
PeterCat12/BlueBerry_GameEngine
2692fa289a71bf197e74b734c7957436fc530a89
a629fd5f3d694a82a58ff57cead15db333f9abfb
refs/heads/master
2021-01-10T22:10:07.280351
2015-03-03T00:45:45
2015-03-03T00:45:45
31,570,956
0
0
null
null
null
null
UTF-8
C++
false
false
448
h
#ifndef TERMINATABLE_H #define TERMINATABLE_H class Terminatable { protected: bool m_bMarkedForTermination; typedef void (*ReturnToFinalManagerFnc)(Terminatable*); ReturnToFinalManagerFnc FinalMan; public: Terminatable(void); virtual ~Terminatable(void); // General Methods virtual void Te...
[ "pwensel@gmail.com" ]
pwensel@gmail.com
e37c14562e58c0cfa4f36595f54241d9d57421fe
4defd2a2dddb634da83e67d94afc01ceef6a9af7
/XcodeProject/QiuQiu/Classes/Native/Bulk_Assembly-CSharp_16.cpp
238703c93c996044cf102f8cfa7e818627602b4f
[]
no_license
suqi1234/xws
6d637a6908c19f9ce862b884a667937986c81189
6ae50d98b19b0c5da816e67b265f3893f476b294
refs/heads/master
2023-01-21T20:52:29.363713
2020-12-02T06:55:16
2020-12-02T06:55:16
317,450,945
0
0
null
null
null
null
UTF-8
C++
false
false
1,982,388
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il...
[ "527298376@qq.com" ]
527298376@qq.com
2ebae7c91208047f66c0de3d2ba94b0826465f08
3d2710ba662c61db3b07af01e7c64e221e9fd4da
/GpuRamDrive/GpuRamGui.h
4f6cc91da1474e8d7f1d70ff360d99417a2f5f38
[ "MIT" ]
permissive
PROfile-/GpuRamDrive
c791d56bf9f87b5086008e9c7c6dcd1d5430c83a
865bebb33dbb0009f4a720099539b95885bc856f
refs/heads/master
2021-01-01T17:15:27.814169
2017-06-04T22:54:05
2017-06-04T22:54:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
860
h
#pragma once #include "GpuRamTrayIcon.h" class GpuRamGui { private: GPURamDrive m_RamDrive; HWND m_hWnd; HINSTANCE m_Instance; GpuRamTrayIcon m_Tray; HICON m_Icon; HWND m_CtlGpuList; HWND m_CtlMountBtn; HWND m_CtlMemSize; HWND m_CtlDriveLetter; bool m_UpdateState; public: GpuRamGui();...
[ "prsyahmi@gmail.com" ]
prsyahmi@gmail.com
760f359488076c561a4436adbf0f0edef5c29646
6d10a5fb5075a2c11f858bd4bd4b131aad5baef8
/GA_ST_CORE_DE_Delaunay/Aux.h
3c3b8105222beca0ee7f7a0372de8964ce665c3e
[]
no_license
andreyvro/SMT-DE
1bcc9e41fa0bfb9423459d9c4bad5cb5a1455d0b
ba3d66c6b33a08fa4a48c4c5eb46450706f99ca4
refs/heads/master
2020-05-25T18:27:10.346630
2019-12-21T03:23:35
2019-12-21T03:23:35
187,929,835
0
0
null
null
null
null
UTF-8
C++
false
false
1,921
h
#ifndef AUX_H #define AUX_H #include <cmath> #include <iostream> #include <fstream> #include "Vertice.h" using namespace std; class Aux { private: Aux(); public: static void setTitulo(); static void setModoUso(); static void setArqSaida(string arquivo, string texto); ...
[ "andreyvro@hotmail.com" ]
andreyvro@hotmail.com
ab81d95e0d487d53e31b06376036787ed2c88c7a
0dca3325c194509a48d0c4056909175d6c29f7bc
/r-kvstore/include/alibabacloud/r-kvstore/model/DescribeUserClusterHostInstanceRequest.h
f8354bd27f1e9768e27cff5b1e2faba7f9895f29
[ "Apache-2.0" ]
permissive
dingshiyu/aliyun-openapi-cpp-sdk
3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62
4edd799a79f9b94330d5705bb0789105b6d0bb44
refs/heads/master
2023-07-31T10:11:20.446221
2021-09-26T10:08:42
2021-09-26T10:08:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,039
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
362c1bd2941a3f28afa3a7c9c87c37ccd0e2ad3c
32f16277e70e55de07d1eb416a0c15a5f2d7f97c
/LCDComp/LCDCompView.h
6a6254d0f1d54a74cd24266c972ab1603bdcdf18
[]
no_license
radtek/iLCDDesigner
ff4eb9566798e7ce785910da0dab7386bcdfea59
e2471e81c2f21129bb27fac81881a5f6d38b5f4f
refs/heads/master
2020-07-04T00:36:10.198972
2015-08-17T15:39:36
2015-08-17T15:39:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,276
h
// This MFC Samples source code demonstrates using MFC Microsoft Office Fluent User Interface // (the "Fluent UI") and is provided only as referential material to supplement the // Microsoft Foundation Classes Reference and related electronic documentation // included with the MFC C++ library software. // License ...
[ "SkonTeam@gmail.com" ]
SkonTeam@gmail.com
87240ad4f6d371bab03f9606ed2f0dec673ea7ac
541e63068466cff7ae3beccf7fc6e80514753f0b
/JuegoSnake/JuegoSnake/Bonus.cpp
768e496b67712d2e1793f7b8e86e96d184c33678
[]
no_license
pablo96ms/SnakeCNew
5166390f8a3d1ea789b9c3e7c04680d4fa2b4185
39070f538d8dd342e2b5d29a7d32d1a4702943e6
refs/heads/master
2020-05-15T23:56:43.825475
2019-04-21T18:46:57
2019-04-21T18:46:57
182,565,586
0
0
null
null
null
null
UTF-8
C++
false
false
518
cpp
#include <stdlib.h> #include <time.h> #include "Bonus.h" #include "glut.h" #include "Vector2D.h" Bonus::Bonus() { //movimiento gravitatorio //velocidad vertical inicial aceleracion.y = -9.8f; velocidad.y = 15; lado = 0.5f; } Bonus::~Bonus() { } void Bonus::dibuja() { glPushMatrix(); glTranslatef(posicion....
[ "p.mongo@alumnos.upm.es" ]
p.mongo@alumnos.upm.es
ab511ae9cb76ba80603c263cce69ac9e02bae371
53cb108ef57368df80e9829d7e805dc95c6583af
/OpenGLearning/CoatlPhysicsEngine/src/CollisionManager/CapsuleColAABB.h
e5225a656f79d5a7098983279302585108755075
[]
no_license
JoseCarlosMunoz12/OpenGlLearning
01687e19329a07133ce0ccf98107eb3d4afe41df
05f0f2d394a9314fc31deb7ede899e067a739fbc
refs/heads/master
2021-06-16T03:21:15.677486
2021-03-10T03:46:41
2021-03-10T03:46:41
172,362,843
2
0
null
null
null
null
UTF-8
C++
false
false
256
h
#pragma once #include "../Shapes/AABB_Obj.h" #include "../Shapes/Capsule.h" namespace CoatlPhysicsEngine { class CapsuleColAABB { private: protected: bool CapColAABB(Capsule Cap,AABB_Obj Obj); public: CapsuleColAABB(); ~CapsuleColAABB(); }; }
[ "josecarlos.munoz12@outlook.com" ]
josecarlos.munoz12@outlook.com
05f2cb8cd0f9730aea0165c8450395d10d1fc739
a63581e1c51948e9effd6c39f26d42040d003941
/4. InterviewBit/Greedy/majorityElement.cpp
9f171158680bffc8f6ef802d266c96792e830f3f
[]
no_license
nishant-neo/Coding-Grounds
f5d21e898a0902bb93d97b6315dc9216ba165ec7
3ae81255da5338fd923a68aa9fa542ae4693a5f6
refs/heads/master
2020-07-03T22:12:16.460344
2017-06-18T07:12:16
2017-06-18T07:12:16
74,227,917
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
int Solution::majorityElement(const vector<int> &A) { int n = A.size(); int bucket, count = 0; for( int i = 0; i < n; i++){ if( count == 0){ bucket = A[i]; count++; } else if( bucket == A[i]) count++; else count--; } r...
[ "nishantoli95@gmail.com" ]
nishantoli95@gmail.com
d6fbb413f852429b47583bb3f9ce08191fef446a
fdc27b2f2638741dba72249a6774932477e728d4
/ReceiveIR.cpp
6613a9fad2b59594270fb80d60eebfe810724832
[ "CC-BY-4.0", "CC-BY-3.0" ]
permissive
rmick/LTTO_Library
2189fdd0b5c69b741e1f47ba4d9a339b3502a491
ede4a632f63eec35bcbb43f7d6b146adb67bfd75
refs/heads/master
2023-01-07T19:39:47.287731
2023-01-04T22:46:49
2023-01-04T22:46:49
60,040,241
10
4
null
2018-07-19T11:41:40
2016-05-30T21:35:51
C++
UTF-8
C++
false
false
10,877
cpp
#include <Arduino.h> #include "LTTO.h" ///--------------------------------------------------------------------------------------------------------- // Private-Public : Required to be Public for the ISR, but not advertised - DO NOT USE OUTSIDE THE CLASS !!!!! // void LTTO::IncrementMessageOverwrittenCount() // { ...
[ "rmick@msn.com.au" ]
rmick@msn.com.au
18396925fdc174ce848a44f478fb663c55c4fb3c
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/range/detail/common.hpp
2989af879a988aeb8d9baec6a855188639a22842
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:e53d54626cb4471d6e61129c558a96eaaf493362db3d6cb6789da543006337e6 size 6660
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
247536e6c8d29f969dcfbff58cae7a3e032c9e11
60464b691c53edd27eddda5dd28911ef4aba4e6b
/src/coeus/script_engine/scripter.cpp
a81bb4d0d4f815ec48ed4c3d99e0317dc48942d7
[]
no_license
ipaste/Coeus
8810c61e410af52feb8c53bd147cbae775dd0dc6
293b264df3f4ec6cbc91006f71c61b3c84547b8d
refs/heads/master
2021-01-23T18:45:18.513625
2015-04-19T10:14:00
2015-04-19T10:14:00
null
0
0
null
null
null
null
GB18030
C++
false
false
7,680
cpp
#include "scripter.h" #include "script_comparator.h" #include "script_exp_value.h" #include <locale> #include <functional> #include <algorithm> #include <sstream> #include <atomic> #include <mutex> #include <set> #define ScriptSplit ';' #define ScriptBegin '{' #define ScriptEnd '}' #define CmdSplit ',' #define MsgSig...
[ "epiciskandar@gmail.com" ]
epiciskandar@gmail.com
114d097b9c433e450b32de5be2e80b5bc4b7acbb
4d4822b29e666cea6b2d99d5b9d9c41916b455a9
/Example/Pods/Headers/Private/GeoFeatures/boost/python/object/find_instance.hpp
fbd44fe3bf468b931f09ac085a4cb68afd1174ce
[ "BSL-1.0", "Apache-2.0" ]
permissive
eswiss/geofeatures
7346210128358cca5001a04b0e380afc9d19663b
1ffd5fdc49d859b829bdb8a9147ba6543d8d46c4
refs/heads/master
2020-04-05T19:45:33.653377
2016-01-28T20:11:44
2016-01-28T20:11:44
50,859,811
0
0
null
2016-02-01T18:12:28
2016-02-01T18:12:28
null
UTF-8
C++
false
false
73
hpp
../../../../../../../../GeoFeatures/boost/python/object/find_instance.hpp
[ "hatter24@gmail.com" ]
hatter24@gmail.com
21b46bf23965fa1049df3c6bdd231b42edbde1bb
9fdc1cbdda5fca9a916388e81dcaf7fe3c44c17b
/src/chrono_vehicle/wheeled_vehicle/driveline/ChShaftsDriveline2WD.h
934a2822559f3cb9e52a6fbc03456d596710d2bf
[ "BSD-3-Clause" ]
permissive
StefanoZaghi1987/ChronoWheelDesigner
473c7b4b7177532c6c0b6a7e04df03c85678c4ab
48b0235565e6c1c08ce8b5a742bf92b0fcbd70f0
refs/heads/master
2021-01-22T00:29:12.900606
2018-01-26T15:20:01
2018-01-26T15:20:01
102,189,611
1
0
BSD-3-Clause
2018-01-26T15:20:02
2017-09-02T10:38:38
C++
UTF-8
C++
false
false
3,911
h
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
[ "stefano.zaghi@gamma-spa.com" ]
stefano.zaghi@gamma-spa.com
b4393b6f871bfa5645f1280ffa36a839ec59b37a
206a46439fb419f601b3f73973df94ab48a0e55a
/cola_paralela/cola_paralela/cola_paralela.cpp
480419935c4e24569baa7dcadb37d19a5ca0eed7
[]
no_license
stefano9322/EDA_FINAL_LABO
e1c2d9ceb3dba118f74edcf67223d3fe694be3bd
5cd153185acd3df28c2056edbc40ad113d7b2943
refs/heads/master
2022-11-18T00:05:42.042277
2020-07-20T17:20:33
2020-07-20T17:20:33
281,180,321
0
0
null
null
null
null
UTF-8
C++
false
false
2,182
cpp
// Copyright #include <condition_variable> #include <iostream> #include <mutex> #include <queue> #include <sstream> #include <thread> #include <vector> template <typename T> class ConcurrentQueue { public: void push(const T& data) { std::unique_lock<std::mutex> lock(queue_mutex_); queue_.push(data); not_empty_....
[ "piero.quiroz@ucsp.edu.pe" ]
piero.quiroz@ucsp.edu.pe
7583c1e0c7c226fdae39914dcba0d3afa37736fc
fb8267e1c81b5138f516350897c3ac2e86afa755
/Depth-socket-tcp/ThirdParty/XnLib/Include/XnLockGuard.h
36a40c31a8a00d2413157de3f62fe05521556961
[]
no_license
elvalad/Tools
74efdae665f772559408f2f0f39af879112bf918
6ad92bf51e4c591b190e8d809b01a63de74d9a78
refs/heads/master
2020-03-22T21:14:50.019060
2018-07-12T07:08:31
2018-07-12T07:08:31
140,670,744
2
1
null
null
null
null
UTF-8
C++
false
false
2,203
h
/***************************************************************************** * * * PrimeSense PSCommon Library * * Copyright (C) 2012 PrimeSense Ltd. * ...
[ "elvalad@gmail.com" ]
elvalad@gmail.com
57d8fdfb8d7b06ee0d764e974eb1440f9aecb4bc
0a6f6026161e8fba155e8c5571aebf6fdf1caf2a
/Classes/LobbyScene/LobbyMainLayer.h
5b3a50563506fb2a4159e0d6bf98c51618204624
[]
no_license
Datedate/TCG_MyGame
999b90a2d73845c2eb3b71f8d08194bc1be6eb1c
85a22244a92c354e93643aba26bf34e314494f46
refs/heads/master
2021-08-14T10:05:25.234829
2017-11-15T10:15:47
2017-11-15T10:15:47
109,479,494
0
0
null
2017-11-15T10:15:48
2017-11-04T08:35:11
C++
UTF-8
C++
false
false
577
h
#ifndef _LOBBY_MAIN_LAYER_H_2017_11_14_ #define _LOBBY_MAIN_LAYER_H_2017_11_14_ #include "cocos2d.h" #include <string> USING_NS_CC; class LobbyMainLayer:public Layer { public: enum class STATUS { PLAY, DECK, RANKING, COUNT_MAX }; public: LobbyMainLayer() {}; ~LobbyMainLayer() {}; b...
[ "roxas03200320@gmail.com" ]
roxas03200320@gmail.com
b1669c61772aafc551e0cec0cece2dc66545d391
59c39956294de7fa58fdf688ae45cd2039adb11f
/mjpg.cpp
136f887ef3e53899f460ed8fe988101e8afbb26f
[]
no_license
matijaskala/mlib
c40bc6bfb6debdfbfa889aef0fe668658c1969c0
ce5135fadf6e106f8ffe60d824048d7fbe50dd8a
refs/heads/master
2021-01-14T08:05:32.587797
2019-12-14T11:06:31
2019-12-14T11:06:31
17,192,683
0
0
null
null
null
null
UTF-8
C++
false
false
5,696
cpp
/* * This file is part of MLib * Copyright (C) 2016 Matija Skala <mskala@gmx.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option)...
[ "mskala@gmx.com" ]
mskala@gmx.com
bc34cd152e5c53bcea1e9da2a9b1790f343520fa
9b6b1385e7fe0212f5c0727c564e0c905eb957ab
/spl3-Boost_Client/src/ServerListener.cpp
90b2375c8cf17eda52927f1b391c6ba463db6afb
[]
no_license
levgou/spl
580bb830efa861e7c4c0d83e03eebf4e115e8241
2abfd662d1806276d81e48648d5c31e43d5b9fc6
refs/heads/master
2022-06-19T08:01:47.474956
2019-09-17T17:21:56
2019-09-17T17:21:56
209,114,256
0
0
null
2022-05-20T21:09:38
2019-09-17T17:17:00
Java
UTF-8
C++
false
false
1,008
cpp
// // Created by lev on 1/3/18. // #include <connectionHandler.h> #include "ServerListener.h" #include "ClientMain.h" ServerListener::ServerListener(ConnectionHandler *ch) : m_ch(ch) {} // for threading void ServerListener::operator()() { while (ClientMain::startedSignout != ACKNOWLEDGED) { std...
[ "lev@DESKTOP-R1S5HCR.localdomain" ]
lev@DESKTOP-R1S5HCR.localdomain
97d97101d76661c3507c64a5b6160345c5ee7359
84f00fad731365d8fa8282251c9f2d73f6c68cba
/Untitled/Source/Untitled/Widgets/PlayerStateInterface.h
187bd0713446b68cfca51fa9623013e0e9c1f2ce
[]
no_license
nguyenhanson1/untilted
f3e311147e7b7922f555b89280595bca3f31135f
3bd97479efad5fdc2cbae5d044d38babb15c337a
refs/heads/master
2022-11-19T03:25:28.417036
2020-07-23T11:17:54
2020-07-23T11:17:54
277,344,933
0
0
null
null
null
null
UTF-8
C++
false
false
413
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "UObject/Interface.h" #include "PlayerStateInterface.generated.h" // This class does not need to be modified. UINTERFACE(MinimalAPI) class UPlayerStateInterface : public UInterface { GENER...
[ "nguyenhanson1@gmail.com" ]
nguyenhanson1@gmail.com
4962b4b648a93ea895c745c5b597ef10da313451
eeb16d4ff942936e0ac20439c27499dd034dffc7
/EventAction/SnapShot.cpp
9bee01c7f92e0b9e70bf12686412f5ed3fb1e7df
[]
no_license
ChangChingHan/Receive-CGI
6da41db971e4e9a3396df9802d8e20cd580a80ac
fe8f0d52714dc031081853b3b9eebf1f9b13453d
refs/heads/master
2020-03-30T09:35:34.286332
2015-03-11T05:24:39
2015-03-11T05:24:39
26,738,722
0
0
null
null
null
null
UTF-8
C++
false
false
3,759
cpp
#include "StdAfx.h" #include "SnapShot.h" #include <atlimage.h> #define DIB_HEADER_MARKER ((WORD) ('M' << 8) | 'B') #define WIDTHBYTES(bits) (((bits) + 31) / 32 * 4) #define BMP_FILE_NAME _T("%s\\%04d-%d-%d-%d-%d-%d-%d.bmp") #define JPG_FILE_NAME _T("%s\\%04d-%d-%d-%d-%d-%d-%d.jpg") CSnap...
[ "hobbit836@yahoo.com.tw" ]
hobbit836@yahoo.com.tw
5cdefdcd44a7451c934ab51ab7d3661b97775c65
955ba6f0982c7261c1f311414deb3245a962ae9c
/6. 22.10.2013/2/2210 2/stackFor3Tasks.cpp
f2df9da5b5cdcd02a99603072acda64c9e8a73d0
[]
no_license
GalinaSazonova/1semester
931816479e7e997007780af1785c3d7e08038755
050ca515220da74e669b9e0631811d07e68eac4e
refs/heads/master
2021-01-22T04:44:10.357123
2014-02-24T17:26:52
2014-02-24T17:26:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
853
cpp
#include "stackFor3Tasks.h" #include <iostream> #include <stdio.h> using namespace std; struct StackElement { char value; StackElement *next; }; struct Stack { StackElement *head; }; Stack *create() { Stack *result = new Stack; result->head = NULL; return result; } bool empty(Stack *stack) { return stack->h...
[ "galka.saz@yandex.ru" ]
galka.saz@yandex.ru
280655923fc3f7d47d166a7feb9ace4ef4b04683
eee1bb841be435f6df9c3890db1f6d6df706c0e0
/word_break2.cpp
7c3724ba7cd19ca2f93e4d7594689341108e67e1
[ "BSD-2-Clause" ]
permissive
ghostincircuit/leetcode
957798ea4b5bcf5369ee939e78bf810c34febcdc
d41af251dd93bf117b9944ea3c33508e9e40c562
refs/heads/master
2020-05-30T09:00:01.809467
2014-09-29T04:10:02
2014-09-29T04:10:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,206
cpp
#include <string> #include <vector> #include <unordered_set> #include <iostream> using namespace std; class Solution { public: vector<string> ret; unordered_set<string> *di; vector<const string *> tmp; void helper(string::iterator b, string::iterator e) { if (b == ...
[ "ghostincircuit@gmail.com" ]
ghostincircuit@gmail.com
7e04153006b6f758c67d3b6bebfd8b84e4d42e89
43cefde7fd60855bf15f2c596efee5e38dbacde7
/src/structures/vroom/job.h
d40e2f245dc96c6f76acf2f5949166a6ac4e308c
[ "BSD-2-Clause" ]
permissive
waldstein1983/vroom
d9ae37d4b14b73dce77d5df35d467a482a89a13f
b932dee2eda745f16ff2421ec442ab203671814d
refs/heads/master
2021-04-12T08:19:22.264203
2017-04-06T11:40:19
2017-04-06T11:40:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
388
h
#ifndef JOB_H #define JOB_H /* This file is part of VROOM. Copyright (c) 2015-2017, Julien Coupey. All rights reserved (see LICENSE). */ #include "../typedefs.h" #include "./location.h" struct job_t : public location_t { const index_t id; template <typename... Args> job_t(index_t id, Args&&... args) : ...
[ "git@coupey.fr" ]
git@coupey.fr
d177d1d97d0743473b999cf245fe710a0fa38b3a
47fc025917d53c0a05dcf2dd6f03685f31c28d7e
/YEP/Indie/src/raylib/Font.cpp
da09bd31ecfbad155d6cf491305eb94b7ace60cb
[]
no_license
PilowEpi/Tek2Project
05a266874c1767c6b26fd1ccfead8f525df64f99
781a01632d0d18ebdd9e7b56bac25c45aa4f6b29
refs/heads/main
2023-08-11T19:32:40.942625
2021-09-11T13:28:09
2021-09-11T13:28:09
405,377,729
0
0
null
null
null
null
UTF-8
C++
false
false
872
cpp
/* ** EPITECH PROJECT, 2020 ** YEP Indie Studio ** File description: ** Raylib Font Functions */ #include "Font.hpp" rl::Font::Font() { _font = GetFontDefault(); } rl::Font::Font(const std::string filename) { _font = LoadFont(filename.c_str()); } rl::Font::~Font() { UnloadFont(_font); } void rl::Font::...
[ "mathieu.roger@epitech.eu" ]
mathieu.roger@epitech.eu
390da00d2c7f4c232a75f3b0fd140c79e12d3d6c
3dba2949bd657caff8f1d3aa75197d6d343e72d7
/vsproject/NeuroPulse/src/TransformComponent.h
630be2192abca88122bd72947e4acaead84e6e21
[]
no_license
PDeveloper/neuropulse.alpha
62278dce45ce417c86d9561d590c7c0bc98c4e29
36627fafebb568457e93400bab472591a029935c
refs/heads/master
2021-01-01T06:44:49.806343
2013-04-20T19:31:55
2013-04-20T19:31:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
469
h
#include <ac\es.h> #include <Ogre.h> /** TransformComponent Holds positional and rotational information about an Entity. **/ #pragma once namespace np { class TransformComponent : public ac::es::Component { AC_ES_COMPONENT(TransformComponent) public: Ogre::Vector3 position; Ogre::Quaternion rotation; O...
[ "p.svilans@gmail.com" ]
p.svilans@gmail.com
1604601a29201e51724488c7cfc2f88dbfeca4b9
b68dc5a5b8cb84d1fe1cd1d0d381cd5fe740382a
/lib_without_couts/src/Unit.cpp
dca03a02593e2c3573d478dbb81999327b67ce27
[]
no_license
carthikvenkataraman/MasterThesis-PropOpt
9261755333e04b4d16feae5a0ce66ab44a19b3ab
888e0af5d58db90e2234c14207f3c2b36927c9a0
refs/heads/master
2021-01-25T10:16:21.051632
2015-03-16T17:52:17
2015-03-16T17:52:17
22,141,492
0
0
null
null
null
null
UTF-8
C++
false
false
19,433
cpp
#include "Unit.h" typedef std::vector<int> Genes; typedef std::vector<Genes> UnitGene; Unit::Unit(int currentUnitIndex, UnitGene unitGenes) { unitIndex = currentUnitIndex; machineGenes = unitGenes[0]; bufferGenes = unitGenes[1]; axleGenes = unitGenes[2]; numberOfAxles = axleGenes.size(); GetNumberOfDriven...
[ "karthik@karthik-Inspiron-N5110.(none)" ]
karthik@karthik-Inspiron-N5110.(none)
6ff3c06932c5b115309382f75cdd374ba59b4a0e
a00b7d601d1d05156e3ec3bebc5e54098b523b26
/Divide-And-Conquer/Starssens-Matrix-Multiplication.cpp
abe649c8df0f6934c9e85cbb1acaeafdf6c4779f
[]
no_license
Pranit5895/DATA-STRUCTURES-CPP
cbe11b717aa53d9d3f29e3ea6cf4207994631568
a2729fac2fa640a122833d7a5cc4f4f69fd6f01e
refs/heads/master
2023-04-19T20:40:48.683452
2021-05-07T13:52:59
2021-05-07T13:52:59
261,096,065
1
0
null
null
null
null
UTF-8
C++
false
false
1,623
cpp
#include<stdio.h> #include<iostream> using namespace std; int main() { int Matrix_1[10][10], Matrix_2[10][10], Product_Matrix[10][10], i, j; int p1, p2, p3, p4, p5, p6, p7; cout<<"Input the elements of first 2x2 matrix:\n"; for (i = 0; i < 2; i++) { for (j = 0; j < 2; j++) { cout << "Input the element at...
[ "guptapranit9@gmail.com" ]
guptapranit9@gmail.com
74f5add76d0983127e58ddff8a8ba3fad1f48ab6
d1975a01772a1584891ebc9ae5172f6446e051f5
/ipv4_packet/src/cpp_stl/ipv4_packet.h
135013b041ef07ab64367b9f94b48cda82d6f1e8
[]
no_license
rajeshwarn/formats-kaitai-io.github.io
716a94a4c3be5e8f866c2746f63488f4b2c4316f
2b7175281e8723eb1a5c9b3d7f6026f7ec429678
refs/heads/master
2020-05-05T14:00:07.627372
2019-04-01T09:53:09
2019-04-01T09:53:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,102
h
#ifndef IPV4_PACKET_H_ #define IPV4_PACKET_H_ // This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild #include "kaitai/kaitaistruct.h" #include <stdint.h> #include <vector> #if KAITAI_STRUCT_VERSION < 7000L #error "Incompatible Kaitai Struct C++/STL API: version 0.7 or la...
[ "kaitai-bot@kaitai.io" ]
kaitai-bot@kaitai.io
7fc98764eba60452549a9cd2275b26d83f131da0
188571b1f3ce3778ccf9d84917dbdaebf65b52cb
/src/Buffer.h
6664316e62748c90ca6b74de59adf2cb8bdaff5e
[]
no_license
dalinzhangzdl/myCppWebServer
19182e5736465b6ff386e824f26c717622f14ebd
225e4c13301ae38e08da5dfb232d2b9896e180a8
refs/heads/master
2022-12-01T10:44:03.459123
2020-08-16T14:42:53
2020-08-16T14:42:53
287,956,325
1
1
null
null
null
null
UTF-8
C++
false
false
3,727
h
#ifndef __BUFFER_H__ #define __BUFFER_H__ // 缓冲Buffer // 建立缓冲Buffer是必须的 // 参考muduo Buffer设计 #include <vector> #include <string> #include <algorithm> #include <cassert> #define INIT_SIZE 1024 // 初始化Buffer的大小为1Kb class Buffer { public: Buffer() : m_buffer(INIT_SIZE), m_readIndex(0), m_writeIndex(0) {...
[ "zhangdlin@163.com" ]
zhangdlin@163.com
2f18c2aaa49093a13a1a6d1d9d84abb6d5550e1b
8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a
/3rdParty/boost/1.78.0/libs/move/example/doc_construct_forward.cpp
b6d64b61b777866cfcccdb1a966bdb908e1e82b7
[ "BSL-1.0", "Apache-2.0", "BSD-3-Clause", "ICU", "Zlib", "GPL-1.0-or-later", "OpenSSL", "ISC", "LicenseRef-scancode-gutenberg-2020", "MIT", "GPL-2.0-only", "CC0-1.0", "LicenseRef-scancode-autoconf-simple-exception", "LicenseRef-scancode-pcre", "Bison-exception-2.2", "LicenseRef-scancode...
permissive
arangodb/arangodb
0980625e76c56a2449d90dcb8d8f2c485e28a83b
43c40535cee37fc7349a21793dc33b1833735af5
refs/heads/devel
2023-08-31T09:34:47.451950
2023-08-31T07:25:02
2023-08-31T07:25:02
2,649,214
13,385
982
Apache-2.0
2023-09-14T17:02:16
2011-10-26T06:42:00
C++
UTF-8
C++
false
false
4,014
cpp
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright David Abrahams, Vicente Botet, Ion Gaztanaga 2009. // 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) // // See http...
[ "frank@arangodb.com" ]
frank@arangodb.com
bb8fae59fceb44450a5aba10c0f477607df90f5f
9e4139baa34eb5d941b58bc8ff32a874d82b7840
/plugins/guacamole-spoints/src/gua/spoints/SPointsResource.cpp
5187b96da05866fa689b15a4610b6ed4172d082a
[]
no_license
scholli/guacamole
e7fcbf185174d2ce04ff9691b14fcf9532ff0977
6bc9baa8bb7185ea6c58d3177e6ba4b673a29f44
refs/heads/master
2020-12-31T02:44:37.437331
2018-03-15T09:39:23
2018-03-15T09:39:23
14,772,634
0
1
null
2014-05-13T14:49:37
2013-11-28T09:23:17
C++
UTF-8
C++
false
false
4,479
cpp
/****************************************************************************** * guacamole - delicious VR * * * * Copyright: (c) 2011-2013 Bauhaus-Universität Weimar * ...
[ "adrian.kreskowski@uni-weimar.de" ]
adrian.kreskowski@uni-weimar.de
bde66a08c321b8b128ad341e5ef04dbbe1c620bb
67def4ea301e12303e29803f740499bcb23a9efa
/chp2/sqrt.cpp
4cd1799fc723ef545f462819362a3f461064195e
[]
no_license
gaussic/cpp_primer_plus
05b8deb5b972a7e57b7491107c90a742a0b08218
4f66423c9f9972cd770776a991a09f5a666c5dba
refs/heads/master
2020-04-02T14:11:23.106046
2018-11-12T15:18:40
2018-11-12T15:18:40
154,514,437
2
0
null
null
null
null
UTF-8
C++
false
false
432
cpp
// sqrt.cpp -- using the sqrt() function #include <iostream> #include <cmath> // or math.h int main() { using namespace std; double area; cout << "Enter the floor area, in square feet, of your home: "; cin >> area; double side; side = sqrt(area); cout << "That's equivalent of a squ...
[ "dzkangshu@hotmail.com" ]
dzkangshu@hotmail.com
a7c523d1cbefad4fe3a21fbef4bbfa7c8e564ad7
7f60b8fd70e47eaae0773fd47cf0b26d22cbc31f
/Applications/Viewer/ShoulderMeasurementModule/ShoulderMeasurementModule.hpp
33cea8fd67036bbdeaabb2a797503ed2a925e36e
[]
no_license
JanKolomaznik/MedV4D
c621140e33777613f9c801d9ee5ac7cfcb2d5638
15675e6b31c63be6ef0762345cae7a30ba259762
refs/heads/master
2021-05-16T03:18:37.411467
2013-07-16T22:24:38
2013-07-16T22:24:38
11,281,219
2
1
null
null
null
null
UTF-8
C++
false
false
1,356
hpp
#ifndef SHOULDER_MEASUREMENT_MODULE_HPP #define SHOULDER_MEASUREMENT_MODULE_HPP #include <QtGui> #include <QtCore> #include "MedV4D/GUI/utils/Module.h" #include "MedV4D/GUI/managers/ApplicationManager.h" #include "ShoulderMeasurementModule/ShoulderMeasurementWidget.hpp" #include "ShoulderMeasurementModule/ShoulderMeas...
[ "johny@3d4a5eb8-1416-4ba0-ad07-9ae941af739f" ]
johny@3d4a5eb8-1416-4ba0-ad07-9ae941af739f
2652d9fab2ff4720bd59ff7d4a4fa501525e63d8
dd6147bf9433298a64bbceb7fdccaa4cc477fba6
/8304/Ryzhickov Alexander/lab5/MyGame/OtherClasses/NeutralObjects/Generators/GoldGenerator.cpp
845b6d374bf03f0637d7e9c139d55ba2755f9f72
[]
no_license
moevm/oop
64a89677879341a3e8e91ba6d719ab598dcabb49
faffa7e14003b13c658ccf8853d6189b51ee30e6
refs/heads/master
2023-03-16T15:48:35.226647
2020-06-08T16:16:31
2020-06-08T16:16:31
85,785,460
42
304
null
2023-03-06T23:46:08
2017-03-22T04:37:01
C++
UTF-8
C++
false
false
1,023
cpp
// // Created by Alex on 21.03.2020. // #include "GoldGenerator.h" GoldGenerator::GoldGenerator() { isActive = true; countGameMoves = 0; } void GoldGenerator::operator[](int *something) { addressMoney = something; } void GoldGenerator::makeGameMove() { if (addressMoney != nullptr) { *address...
[ "makseljoinb@gmail.com" ]
makseljoinb@gmail.com
2cc521202e0c4297b29ea0f5d4130ab65b0da3e1
c09cb82937f195162488f48bc8ffca7e0598b310
/InterfaceTest.ino
27302925eb999faf0a9f1205395a0f4a4bb99764
[]
no_license
ME3-DMT-37/Interface
9645bf56f35832473f1b8477a4af11e614403f25
71c697319bfdf334daa81a916013b30f90977c63
refs/heads/master
2020-12-24T18:13:29.202821
2016-05-25T02:17:51
2016-05-25T02:17:51
59,579,730
0
1
null
2016-05-24T15:14:05
2016-05-24T14:20:47
Arduino
UTF-8
C++
false
false
18,274
ino
#include <genieArduino.h> #include <Bounce2.h> #define BUTTON_UP A4 #define BUTTON_DOWN A7 #define BUTTON_LEFT A3 #define BUTTON_RIGHT A6 #define BUTTON_ENTER A5 #define DISPLAY_RESET 2 Bounce up = Bounce(); Bounce down = Bounce(); Bounce left = Bounce(); Bounce right = Bounce(); Bounce enter = Bounce(); Genie geni...
[ "rc2513@ic.ac.uk" ]
rc2513@ic.ac.uk
9d58afb4d49e70447e9b5e1620bf0e875d13f6c9
ce3c0d3d77bdedeb540818f4cf6827a940d04245
/include/GCSE.h
4ae84e55a9718ed4b82fdf209e1d4803c7ad4a72
[ "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
gandhi56-zz/betterIR
5c623ec283a966700fc7194135b5f5b094bdc954
335df591f48add4d52601bbea05aa9cdae508eb5
refs/heads/main
2023-08-07T02:32:57.964590
2021-01-13T09:31:48
2021-01-13T09:31:48
308,539,525
3
1
MIT
2023-06-27T01:14:44
2020-10-30T06:02:49
LLVM
UTF-8
C++
false
false
480
h
// // Created by anshil on 2021-01-12. // #ifndef BETTERIR_GCSE_H #define BETTERIR_GCSE_H #include "llvm/IR/PassManager.h" #include "llvm/Pass.h" #include <set> using namespace llvm; typedef DenseMap<BasicBlock*, std::set<Value*>> VarSet; struct GCSE: public PassInfoMixin<GCSE>{ VarSet definedExprSet; VarSet ki...
[ "gandhi21299@gmail.com" ]
gandhi21299@gmail.com
6a4a21707d85a0eb8c18fad7b3ce92bb14a3c678
6f49cc2d5112a6b97f82e7828f59b201ea7ec7b9
/apiwdbe/PnlWdbePrcList.cpp
28976d08bed9dd7346228ae4b4befc42532c3076
[ "MIT" ]
permissive
mpsitech/wdbe-WhizniumDBE
d3702800d6e5510e41805d105228d8dd8b251d7a
89ef36b4c86384429f1e707e5fa635f643e81240
refs/heads/master
2022-09-28T10:27:03.683192
2022-09-18T22:04:37
2022-09-18T22:04:37
282,705,449
5
0
null
null
null
null
UTF-8
C++
false
false
16,557
cpp
/** * \file PnlWdbePrcList.cpp * API code for job PnlWdbePrcList (implementation) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 5 Dec 2020 */ // IP header --- ABOVE #include "PnlWdbePrcList.h" using namespace std; using namespace Sbecore; u...
[ "aw@mpsitech.com" ]
aw@mpsitech.com
3a389a751aa59de990dcdd0012bdf450c3c02c70
409b3259b36a437821b093de5d0117b23e4463dc
/compiler/compiler/GeneratedFiles/Release/moc_includeDlg.cpp
a7d644edbda328b34ebd0c51e3ca24c414e6630b
[]
no_license
SeanCandon/risc-v
7a68cefe59c8b2540602ff16bcae4b718801d0a6
1188bf295d2f299408f3132e1fb4c28c15b5d912
refs/heads/master
2022-05-26T06:03:21.451831
2020-04-29T13:46:21
2020-04-29T13:50:28
231,419,022
0
0
null
null
null
null
UTF-8
C++
false
false
4,434
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'includeDlg.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.9) ** ** WARNING! All changes made in this file will be lost! **********************************************************...
[ "candons@tcd.ie" ]
candons@tcd.ie
5863aa218669b630d023963ff09f724694dbb3dd
0aaa072fdc32bfa260f19e32f253e03a37592307
/scripts/ADMB/ADMBrescale/NWFSC147/NWFSC147.cpp
664be21f6a142ca8ba9dad8167462c957327bb4d
[]
no_license
BenjaminHCCarr/Collapse
b0a9a4e228407b5820e621feaeef05628828169b
1738c1271beefe6f307d28459c1db678e7021eee
refs/heads/master
2020-04-09T15:27:06.368121
2014-08-25T22:53:58
2014-08-25T22:53:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,572
cpp
#include <admodel.h> #include <admodel.h> #include <contrib.h> extern "C" { void ad_boundf(int i); } #include <NWFSC147.htp> model_data::model_data(int argc,char * argv[]) : ad_comm(argc,argv) { nobs.allocate("nobs"); maxB.allocate("maxB"); data.allocate(1,nobs,1,2,"data"); landings.allocate(1,n...
[ "bencarr@bu.edu" ]
bencarr@bu.edu
6e2b040f8f80078a792dd1fac88304157cabd202
38062b65e529955d428fc8f8b89cc1e4b8a41a8a
/PingPongDelayLine/Source/PluginEditor.cpp
baf43a5131e4766cc5e6b5be055b723b60606c12
[]
no_license
Wujian-sinemedia/VSTPlugins
8e0fe0cc079b7cf8e4d61ee78e0ead979d64d96b
6cd25bbda18e317f5063c65c1812d91b2b720cde
refs/heads/master
2022-01-30T16:55:10.010697
2015-10-06T19:23:08
2015-10-06T19:23:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
151,681
cpp
/* ============================================================================== This is an automatically generated GUI class created by the Introjucer! Be careful when adding custom code to these files, as only the code within the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loa...
[ "keith.hearne@gmail.com" ]
keith.hearne@gmail.com
14e7a323594c009a8ba27933822e09daf8cb2308
3bfe0b9c53fc74401fcc097ef9d7956d0675f4ed
/set.cpp
af412abde5dc764679b07cb3db0f9eac87fa9679
[]
no_license
miti/Codes
8468f209f0f8c52d29e9efa38138e14db9f25963
28efb99b2d2f0ca7731b3ffe101d4db9b9bc1e42
refs/heads/master
2016-09-06T01:43:24.991506
2013-10-06T02:26:54
2013-10-06T02:26:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
310
cpp
#include<iostream> #include<set> using namespace std; int main() { set<int> list; set<int>::iterator it; int n,a,b,i,count=0; cin>>n; for(i=0;i<n;i++) { int a; cin>>a; list.insert(a); } cin>>a>>b; for(it=list.find(a);it!=list.find(b);++it) count++; cout<<count; return 0; }
[ "smriti3008@gmail.com" ]
smriti3008@gmail.com
cb70d24f37a7a9e4b78195734101617e41919526
dc390cd34a49ef59be661a1ae25795f37960a4dc
/spunk/crc16.cc
f7029c80655c6ea68b6eb2facba947faf7da30e7
[ "Zlib" ]
permissive
OS2World/DEV-SAMPLES-ESTIC
345cbe88f224aa834b3e964b9fc07feee8d410cb
a7fa21361528b086f716d0d3d87721e42e5b2850
refs/heads/master
2020-05-19T15:02:41.889185
2014-10-22T02:30:39
2014-10-22T02:30:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,085
cc
/*****************************************************************************/ /* */ /* CRC16.CC */ /* */ ...
[ "martin@os2world.com" ]
martin@os2world.com
96f34285bbab802572834b15bc633414220aed6e
f55dc1844e0516dc7742dfbe483c96e0eb7b8edc
/剑指offer/niuke_review.cpp
4203d1d62023256f849c48c5d6c25a0f6afb54b6
[]
no_license
kelaicai/homework
e6e5aaa9d9b296b7f87e1a4ab87297e08c248eae
34f9bb93ef7ed4821891a6ebd819ea0628147d01
refs/heads/master
2020-03-19T18:05:41.399317
2018-10-31T05:19:10
2018-10-31T05:19:10
136,793,574
0
0
null
null
null
null
UTF-8
C++
false
false
315
cpp
#include<stdio.h> typedef union add { char buf[4]; int val; }add; int main() { add tal; tal.val=0x12345678; tal.buf[1]=0x22; printf("%x",tal.val); printf("%d\n",sizeof(add)); /* char str[][10]={{"abc"},{""}}; char* st[]={"abc","elf"}; printf("%d\n",sizeof(str)); printf("%d",sizeof(st)); */ }
[ "15025005925@163.com" ]
15025005925@163.com
4f9d1bf86c9b1c9062f1e46206f4f4c520d13c2d
a97e1f9075df3f8eda040e0018eac5e2497f9e16
/src/warnings.hpp
635369cdcd82a609c36d7f8769dce3ca640675d9
[ "MIT", "BSD-3-Clause", "BSL-1.0" ]
permissive
hvellyr/textbook
9eefeded45dce203a51419acaeb47864f7a73810
3b7b797c71384222d58b67bded24ee5b5cc6aa2a
refs/heads/master
2023-03-03T20:41:45.450236
2021-01-24T11:18:00
2021-01-24T11:18:32
31,146,671
0
1
null
2018-01-29T10:59:46
2015-02-22T00:17:16
C++
UTF-8
C++
false
false
1,595
hpp
// Copyright (c) 2020 Gregor Klinke #pragma once #include "config.hpp" // clang-format off #if defined(__clang__) #define TEXTBOOK_SUPPRESS_WARNINGS \ _Pragma("clang diagnostic push") \ _Pragma("clang diagnostic ignored \"-Wsign-compare\"") \ /**/ #define TEXTBOOK_RESTORE_WARNINGS \ _Pragma("c...
[ "gck@eyestep.org" ]
gck@eyestep.org