blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
403cac0b613956dd11d21201dd0e01fe6f00baaa
a1b98c95fb5361aa9a96ccefbbef3654509c59fd
/Chapter_05/exercise_03.cpp
578210754fa7c7d0e6ebc3a50fd9bd160167ac7f
[]
no_license
ZoroOP/CppPrimer
121bcafd6852c583fd773c6c78dccfd5f6952f09
a28f0b3f2ffb57dc9c38b9a5c173e375f7944db6
refs/heads/master
2020-07-17T07:14:57.027588
2017-10-13T11:27:25
2017-10-13T11:27:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
808
cpp
// Use the comma operator (§ 4.10, p. 157) to rewrite the while // loop from § 1.4.1 (p. 11) so that it no longer requires a block. // Explain whether this rewrite improves or diminishes the readability // of this code. #include <iostream> using std::cout; using std::endl; int main() { int sum = 0; int val =...
[ "adobrich@internode.on.net" ]
adobrich@internode.on.net
b65609841f18ef284236fe13ee62cebd4008cea8
bb6ebff7a7f6140903d37905c350954ff6599091
/third_party/skia/samplecode/SamplePath.cpp
e35eeb6717575ffe2e91c1ca349cc2e1b5c449f5
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
PDi-Communication-Systems-Inc/lollipop_external_chromium_org
faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f
ccadf4e63dd34be157281f53fe213d09a8c66d2c
refs/heads/master
2022-12-23T18:07:04.568931
2016-04-11T16:03:36
2016-04-11T16:03:36
53,677,925
0
1
BSD-3-Clause
2022-12-09T23:46:46
2016-03-11T15:49:07
C++
UTF-8
C++
false
false
6,095
cpp
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SampleCode.h" #include "SkView.h" #include "SkCanvas.h" #include "SkGradientShader.h" #include "SkGraphics.h" #include "SkImageDecoder.h" #include "SkPath.h" #inclu...
[ "mrobbeloth@pdiarm.com" ]
mrobbeloth@pdiarm.com
cbfe38f527c643356cbf05ce29441d0e77c97a5d
34d44a9ca7e6eb63495247ed2aed146b55f1c7db
/QuestionAns/d6s3/1352.cc
cc908befe893b8e24cd6ced07e5bf1ec9eced8b0
[]
no_license
sdustlug/OpenJudge
2419c00824f29144864571e1d25c9de1a09350d2
a6550441691470df505f6a971bc9661ced1b0773
refs/heads/master
2023-09-03T11:48:01.041727
2021-10-18T13:47:57
2021-10-18T13:47:57
418,521,703
1
0
null
null
null
null
UTF-8
C++
false
false
836
cc
#include <iostream> #include <stack> #include <string> using namespace std; int main() { char c; string a; while (getline(cin, a)) { stack<char> st; for (int i = 0; i < a.length(); i++) { c = a[i]; if (c == '(') st.push(c); e...
[ "fflx0531@gmail.com" ]
fflx0531@gmail.com
50d26239df075cb6bdd5bd84a0c417d93695895a
9dc2c4a8549a4ab2920eafed17caa1b03d846fa9
/ProjectWarshipbattle/source/FlagShipAI.cpp
5b2a13207f723ffea6b114db9dee30aadec8b818
[]
no_license
DingJunyu/WarshipBattleRe
1d4dcd6ebed0d7e3e12a88d6e3447a5d09246ca6
6fd3b17d48f8e45dca18e04c4d802d0d2bba78ed
refs/heads/master
2020-05-07T22:04:20.520706
2019-06-21T01:22:59
2019-06-21T01:22:59
178,110,286
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
3,916
cpp
#include "FlagShipAI.h" FlagShipAI::~FlagShipAI() { } void FlagShipAI::LetUsGo(ShipMain *me, ShipMain *target) { counter %= nextCounter; counter++; SetMyPos(me->ReferCoord2D_d());//自分の位置を設定する SetNowRadian(me->ReferRadianOnZ());//自分の角度を設定する targetDistance = Distance2D(target->ReferCoord2D_d(), myPos);//目標との距離を測量...
[ "dd196430270@gmail.com" ]
dd196430270@gmail.com
7fe2a16f3001557e83679fc6549eadba6a6710b5
cef25dbcd8e890ead495df60b0a8dc15a1443d61
/video_decoder/video_decoder_v3.h
6a3f3fea679315eecbe49f4cd34617687bad7a28
[]
no_license
liaoqingfu/virtual_endpoint
9c5ae8bed13f3df5f04bed5128a72b338111527f
da6070f2d07ad92597245f4b56055d2224a3874e
refs/heads/master
2021-05-05T08:36:17.394512
2016-01-19T15:16:35
2016-01-19T15:16:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,054
h
#ifndef VIDEO_DECODER_V3_H #define VIDEO_DECODER_V3_H #ifndef _WIN32 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #endif #include <stdio.h> #include <stdlib.h> #include "ffmpeg_lib.h" #include "video_decoder.h" #include "get_slice_type.h" #include "../../suyun_sdk...
[ "ontheroad530@163.com" ]
ontheroad530@163.com
702104d109b27cc958f796170eb500283e6cd274
63a54bc72b5860fa51117334b80c4e8e027258dd
/CppPool/cpp_d07m/ex01/Federation.hh
46c4829e95a99aa3aa45153cefd632abdbd2b2e8
[ "MIT" ]
permissive
Epitech-Strasbourg-CT/Epitech-Computer-Science-School-Projects
b90e12137b56902e2862f956844a64b85164e724
43065b7230534a8ba08793dadbf99ce07ac9af3a
refs/heads/master
2022-02-11T21:59:20.801001
2019-08-07T01:16:48
2019-08-07T01:16:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,535
hh
// // Federation.hh for in /home/gwendoline/Epitech/Tek2/rendu/Piscine_cpp/piscine_cpp_d07m/ex01 // // Made by Gwendoline Rodriguez // Login <gwendoline@epitech.net> // // Started on Tue Jan 12 09:32:22 2016 Gwendoline Rodriguez // Last update Tue Jan 12 16:48:07 2016 Gwendoline Rodriguez // #ifndef _FEDERATION_HH...
[ "*" ]
*
6f79114844ae0aef9bff315cadc5ae7daabea06a
18c9d0aa4cc30e047dfec22cdfe83fac0878c205
/src/iohandlers.h
334f037c13a667acafb88edfe0acae5161bfb648
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
blohmeier/sockperf_tests1
0dd8a295caaf10f82489a0a63cc644495501b216
b59cffc34bf7327879adf4fc72e44f0616f92288
refs/heads/main
2023-01-21T21:57:25.086831
2020-12-05T00:49:36
2020-12-05T00:49:36
318,667,522
0
0
null
null
null
null
UTF-8
C++
false
false
19,988
h
/* * Copyright (c) 2011-2020 Mellanox Technologies Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, ...
[ "noreply@github.com" ]
noreply@github.com
1f617e9d5dd3ce8e75ef19e94e5e72b88aaf550b
0d3a379e5e4967031fa05cc963b756251d412235
/Solved Problems/CodeForces/CF 1133E - K Balanced Teams.cpp
227a9bed322543a664ca357f226e3306990b956a
[]
no_license
iankury/CPP
79d537f2bd5ed595ff06d4a0452c0368e7051c8e
d77c6f198c1c695d25e4a6453b5e03c339e11888
refs/heads/master
2023-03-03T03:43:27.151608
2021-02-14T15:10:47
2021-02-14T15:10:47
291,296,358
0
0
null
null
null
null
UTF-8
C++
false
false
683
cpp
#include <bits/stdc++.h> using namespace std; void io() { ios_base::sync_with_stdio(0), cin.tie(0); } typedef long long ll; typedef vector<int> vi; int n, k; vi a; vector<vi> dp; int DP(int i, int j) { if (i >= n || j <= 0) return 0; int& ans = dp[i][j]; if (ans == -1) { int ix = i; for (; ix < n ...
[ "iankwen@gmail.com" ]
iankwen@gmail.com
a64e7d432459c2ebc9736e78d1e05c6be72ff64b
228f51f4d967f1fe489eab0c743982092d82cfd9
/Cpp_BeginnerCode/ex27.cpp
0fe688b72ad73c4c28d47f77c9bb61d28e1e50db
[]
no_license
btbojko/Learning
26c8ecf5d315662587f526ba9cd7da248a292d33
af6247c49c34b0708cd03eba0b3891b65cb9ca5e
refs/heads/master
2021-01-22T02:17:22.351591
2017-05-24T23:49:49
2017-05-24T23:49:49
92,346,263
0
0
null
null
null
null
UTF-8
C++
false
false
1,034
cpp
#include <iostream> using namespace std; class Line { public: int getLength(void); Line(int len); // simple constructor Line(const Line &obj); // copy constructor ~Line(); // destuctor private: int *ptr; }; //Member function definitions including...
[ "bbojko@first-rule.wd.navair-rdte.navy.mil" ]
bbojko@first-rule.wd.navair-rdte.navy.mil
b1f7bc29e5a2f8301327da0a3352fbc89b03066d
bc1c43d7ebb8fbb23d022f1554e1639285f276b2
/osl/std/osl/misc/filePath.h
c824c879d6db1a52b17cba436ce546e1e99893d2
[]
no_license
ai5/gpsfish
d1eafdece0c7c203c32603892ff9263a8fbcba59
b6ed91f77478fdb51b8747e2fcd78042d79271d5
refs/heads/master
2020-12-24T06:54:11.062234
2016-07-02T20:42:10
2016-07-02T20:42:10
62,468,733
1
0
null
null
null
null
UTF-8
C++
false
false
542
h
/* filePath.h */ #ifndef OSL_MISC_CARRAY_H #define OSL_MISC_CARRAY_H #ifndef MINIMAL #include <boost/filesystem/path.hpp> #include <string> namespace osl { namespace misc { // Converts boost::filesystem::path to a string representation. // This function hides incompatibility among various boost::filesys...
[ "taibarax@gmail.com" ]
taibarax@gmail.com
5cad25546b92ae33626f6ef41d5352e50b1c948c
8a75ac9e79df27e9dcf18fa1cb4122ed5499d185
/library/Include/IEC_Datatype.h
a6c4ef82b272431542fe07bd43e46b8aecfccec7
[]
no_license
OpenAutomationTechnologies/openCONFIGURATOR_library
22a12eb64abe1860c9640bdc48c3c73afcd7b13a
b22f41c2320230de865e209d902628f6274a5bdb
refs/heads/master
2020-04-12T18:07:28.389622
2018-04-03T07:27:13
2018-04-03T07:27:13
30,296,686
11
4
null
2017-03-20T14:49:51
2015-02-04T11:57:37
C++
UTF-8
C++
false
false
4,054
h
/************************************************************************ \file IEC_Datatype.h \brief Implementation of the Enumeration IEC_Datatype \author rueckerc, Bernecker+Rainer Industrie Elektronik Ges.m.b.H. \date 01-May-2015 12:00:00 ************************************************************************...
[ "christoph.ruecker@br-automation.com" ]
christoph.ruecker@br-automation.com
2dc7ce911bc896ed39f2e8a90b086e99438abc9d
63047f50b83f93d9ae96c222bd3f4d6910cf943f
/src/daemons/db_file_transfer.cpp
1b6b22888a431f279d16bf5405579658695885d3
[ "MIT" ]
permissive
jshack02/Core
1073f84d89049c56c878b77d631790ca068a2dbf
6b2dbb87995604f8f63d9a95d5cd89b171c12205
refs/heads/master
2021-01-21T07:21:07.736883
2014-12-01T22:01:27
2014-12-01T22:01:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,147
cpp
// citation: send,recv file // from http://stackoverflow.com/questions/25634483/send-binary-file-over-tcp-ip-connection #include "global.h" #include "state.h" #include "src/util/socket-util.h" #include "src/partition/partition.db" #include "db_file_transfer.h" static bool senddata(int sock, void *buf, int buflen) ...
[ "jhong93" ]
jhong93
df318fd326a844d7d8707489eab54554c762b8b9
30af35119e9af091dce84c50be966fbbce7eab9b
/oldboy/oldboy/RMchildJudgeMessage.cpp
6106f615aec060b2e9a43d33a6f28266eac177dd
[]
no_license
blastingzone/oldboy
2e0d41a4b566345dec9de21b2567f19ca2fe9c7f
a935b0c226dd74740c69797f3b7ca555d2586728
refs/heads/master
2021-01-17T14:42:32.106393
2013-12-24T06:42:20
2013-12-24T06:42:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
843
cpp
#include "stdafx.h" #include "RMchildJudgeMessage.h" #include "RMmainLoop.h" #include "RMjudgeManager.h" CRMchildJudgeMessage::CRMchildJudgeMessage(void) { } CRMchildJudgeMessage::~CRMchildJudgeMessage(void) { } void CRMchildJudgeMessage::Update() { SetVisibleByScene(); if ( m_Scene != CRMmainLoop::GetInstance...
[ "android_apps@limecolor.com" ]
android_apps@limecolor.com
3a0f2596685cb7069629a90585e397ddbde167a4
a607d0aec8e923a7ef6a970f0313d79da7606097
/Project/Online.cpp
9254629135e51adb92f5829226df5690cda413a6
[]
no_license
sulaimantok/Struct
32e43cf891419631e513038d503f9bd44b0763d1
c88108f9bdf275fab2b41a0592d5acce1ceacb02
refs/heads/master
2020-08-30T17:24:03.339429
2019-11-30T04:49:44
2019-11-30T04:49:44
218,443,465
0
0
null
null
null
null
UTF-8
C++
false
false
1,612
cpp
#include "Online.h" Online::pembayaran() { } Online::~pembayaran() { }; LinkedList Online::XMLToLinkedList() { OperationFile File2("pembayaran.xml"); string isifile = File2.getFile(); LinkedList LinkedList1; vector<string> jenis = File2.getData(isifile, "jenis"); vector<string> harga = File2.getData(isifile, "har...
[ "sulaimanniceguy@gmail.com" ]
sulaimanniceguy@gmail.com
271cccd5a131e65bff07af273a2b70313feb0941
3224a2791c71895235e33c3e4c4319ab6139d0f6
/07-irtree-build/symbol_table/ScopeLayerTree.cpp
68aaeee7b6c262a58b88edd25e6ca72e1d9cc099
[]
no_license
akhtyamovpavel/CompilersCourse
de681e0734a33d0f95d1094b9a39b95d2b2943ee
8475bcb9c49e25996758f04524a11c5800163170
refs/heads/master
2023-04-13T07:03:11.191364
2022-11-19T17:04:09
2022-11-19T17:04:09
241,050,653
45
32
null
2021-04-17T22:20:09
2020-02-17T08:00:14
C++
UTF-8
C++
false
false
956
cpp
#include "ScopeLayerTree.h" ScopeLayerTree::ScopeLayerTree(ScopeLayer* root) : root_(root) {} ScopeLayerTree::~ScopeLayerTree() { } void ScopeLayerTree::PrintTree(const std::string& filename) { stream_ = std::ofstream(filename); root_->PrintLayer(stream_, 0); stream_.close(); } ScopeLayerTree::ScopeLayerTr...
[ "akhtyamovpavel@gmail.com" ]
akhtyamovpavel@gmail.com
b4c7277f121ef929997eeb43a7a970bcdd98bacb
7a8ba610ac92c458e77ac533020e59547c8c06da
/xerces/xerces-c-3.2.0/src/xercesc/internal/XSerializable.hpp
5e3a33c0289f0536ccb4294bf0c86fde3313ced0
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
DolbyLaboratories/pmd_tool
b29dc50400024f7da3ba651675ced360c7d4b91c
4c6d27df5f531d488a627f96f489cf213cbf121a
refs/heads/master
2022-10-23T19:45:29.418814
2021-08-13T03:13:47
2021-08-13T03:13:47
160,738,449
16
0
BSD-3-Clause
2021-08-13T03:13:48
2018-12-06T22:07:14
C++
UTF-8
C++
false
false
3,730
hpp
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "jtc@dolby.com" ]
jtc@dolby.com
2801d62c819aec697d15f1e32510293956656bfe
5db65f1f69865c5fb1a56fddcf760456a48308ba
/LearningClimbingMovementsSourceFile/src/mKDTree.h
5aaa86214c77e0421ea97a92399aeedd318bd3ba
[]
no_license
KooroshNaderi/LearningClimbingMovements
91b3b15e1674b5b2fc4dac9aaebb9e550f405d09
024b4f196e848b5b4b7d8fd3aec1fbc355dad8fc
refs/heads/master
2020-05-02T15:58:52.590718
2019-03-28T13:36:27
2019-03-28T13:36:27
178,056,925
0
0
null
null
null
null
UTF-8
C++
false
false
18,298
h
#include <vector> /// <summary> /// This class implements a <code>PriorityQueue</code>. This class /// is implemented in such a way that objects are added using an /// <code>add</code> function. The <code>add</code> function takes /// two parameters an object and a long. /// <p> /// The object represents an item in th...
[ "kourosh.naderi@aalto.fi" ]
kourosh.naderi@aalto.fi
07208c5bd562d2b84f6d22ce21762f2b00607903
c976078bf8dde5baf96416d60dd3bb06c72111ad
/src/cpp/rtps/flowcontrol/FlowController.hpp
934e31aaea5e682a2983342f51a6b40e2071122c
[ "Apache-2.0" ]
permissive
eProsima/Fast-DDS
21f3fecacca5a285ad9950b7683456c6f9930a4d
107ea8d64942102696840cd7d3e4cf93fa7a143e
refs/heads/master
2023-08-31T14:56:45.942016
2023-08-11T11:40:25
2023-08-11T11:40:25
20,296,703
1,225
463
Apache-2.0
2023-09-14T11:33:09
2014-05-29T14:36:15
C++
UTF-8
C++
false
false
3,391
hpp
#ifndef _RTPS_FLOWCONTROL_FLOWCONTROLLER_HPP_ #define _RTPS_FLOWCONTROL_FLOWCONTROLLER_HPP_ #include <chrono> namespace eprosima { namespace fastrtps { namespace rtps { class RTPSWriter; struct CacheChange_t; } // namespace rtps } // namespace fastrtps namespace fastdds { namespace rtps { /*! * Interface used by ...
[ "noreply@github.com" ]
noreply@github.com
f8902899665f2cd63649829cd4c259dc40cdd622
42c3d3c838226cb393571c68b3ad49d0f9118da0
/build-TicTacToe-Desktop_Qt_5_5_0_GCC_64bit-Debug/ui_mainwindow.h
af7262b16f258fafb131c1635e367cb9745114f4
[]
no_license
bing1100/tictactoe
58bb73daaf17f7a3fc0fac259668e4cdc97d103a
9f911f5a5fcce3327d7168b7809d46d1dc00c1e7
refs/heads/master
2021-01-10T14:09:51.271839
2015-09-29T20:46:57
2015-09-29T20:46:57
43,335,987
0
0
null
null
null
null
UTF-8
C++
false
false
3,571
h
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.5.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "bingxuhu@hotmail.com" ]
bingxuhu@hotmail.com
97d05e496e85bb24eef5708fe8058ac8f1936972
2175edcd66cd08674197b3570055cb8b49d1756b
/game_backend/Camera.h
a4761c056b6323865179bd3b05f4d1cc39394861
[]
no_license
2DGameEngine/Game_backend
d025eb01ad350bfd605052f04aa13574d8d35020
05678ac1a0698d4b09302af5de54a3ec47ac0671
refs/heads/master
2020-04-10T19:07:59.681208
2015-05-18T01:47:35
2015-05-18T01:47:35
31,513,456
0
1
null
null
null
null
UTF-8
C++
false
false
530
h
#ifndef _CAMERA_ #define _CAMERA_ #include "SDL.h" class Camera{ public: Camera(float width,float height,Vector2D position,std::string type,std::string linkedObject,Vector2D offset); float width; float height; Vector2D position; Vector2D offset; std::string type; std::string linkedObject; void setWidth(float ne...
[ "suryan993@gmail.com" ]
suryan993@gmail.com
09bef68aff864708d36272c97c8a19d85877fa1a
85176a12dd3b414641745218364d0ed57ad6d0d1
/Prototypy/Prototyp/Enemy1.cpp
a66ab144f5a5dcf0c6031cc8471f21752c3873bb
[]
no_license
Piter37PL/Piotr_Krupa_Projekt_C
f5644d9666be4e3e062edcfc201fb1255814659a
73090d945445ec4a5c7b8618478b12a1cda29c2b
refs/heads/master
2020-03-31T20:32:24.718225
2019-01-24T17:53:50
2019-01-24T17:53:50
152,544,935
0
0
null
2018-10-18T17:07:23
2018-10-11T06:52:13
null
UTF-8
C++
false
false
533
cpp
#include "Enemy1.h" Enemy1::Enemy1(float xpos, float ypos) { float xr = xpos+100; float xl = xpos-100; float xmove = 0.5f; this->xr = xr; this->xl = xl; this->xpos = xpos; this->ypos = ypos; this->xmove = xmove; } Enemy1::~Enemy1() { } void Enemy1::update() { xpos += xmove; if(xpos >= xr) { xmove =...
[ "piterwarfighter@onet.pl" ]
piterwarfighter@onet.pl
83f2cb3abca0a26c9eeb4279bc95320130d8d142
1d29befec52a551552ad31bdfe6111b545d988fe
/praktika/900-Praktika/prak06/Loesung/A3/crcTest.cpp
f0a3d4e03c8a7166cc7ac7f8f28006f09a9ff793
[]
no_license
HSR-Stud/EmbSW2
6c020d5181b481777295b8ca12a94ca721df30df
13f1a25896401a2512de95e8dd164f56d3552bcd
refs/heads/master
2021-09-24T06:11:03.907179
2021-09-13T08:47:59
2021-09-13T08:47:59
11,474,836
0
3
null
2020-08-04T16:20:32
2013-07-17T11:53:37
TeX
UTF-8
C++
false
false
2,370
cpp
/* * crcTest.h * * Created on: 25.03.2019 * Author: Reto Bonderer */ #include <iostream> #include <fstream> #include <iomanip> #include "Crc.h" using namespace std; int main(int argc, char* argv[]) { // Predefined data will be used if no file name has been passed. const uint8_t data[] = {0xd9, 0x51,...
[ "michaelschmid13@hotmail.com" ]
michaelschmid13@hotmail.com
eacc89a8874fa0f0f7cb47a633f955618bd860ed
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/oldd/eulerVortex.twitch/eulerVortex.cyclic.twitch/1.3/p
d7ec7b3c26d31e8605f328515df4beec55146b18
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
42,419
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "tdg@debian" ]
tdg@debian
a064248013c3e5546dccd4ada4dd628b328b99a3
0b88a1ba134088045b743b96b770fdcae1b0cf94
/common/tracing/Trace.cc
eeba383e4c8fab0e461cb1c2ec41f0ccdf2bfd35
[ "BSD-2-Clause" ]
permissive
nncm/claire
93095dcf9c4a60c30f17c2e1b63154532b156e21
859992d6281a434409dcf7efadec84ce0d86db8a
refs/heads/master
2021-05-15T07:30:12.024301
2017-01-20T15:31:03
2017-01-20T15:31:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,274
cc
// Copyright (c) 2013 The claire-common Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include <claire/common/tracing/Trace.h> #include <boost/random/mersenne_twister.hpp> #include <...
[ "fanyu83@gmail.com" ]
fanyu83@gmail.com
a9da1ca95fcd83696fce02e826c803a6f112b9b4
d1f785d72261450262d9e0491df303e1becbaa6e
/dlp.h
917eec2e3fdbc69f849de880baaf26b84b1ac1cd
[]
no_license
amitkrkc/DLP
c1ebfed43e6e98d58df9253f15d52bed947b835e
cd8f5c2378a9098dde171d787643b26dd1f75e3c
refs/heads/master
2021-01-19T08:59:56.469258
2016-05-06T22:37:59
2016-05-06T22:37:59
58,237,036
0
0
null
null
null
null
UTF-8
C++
false
false
7,123
h
#ifndef DLP_H #define DLP_H #include "graph.h" #include "redcell.h" class DLP { private: Redcell redcells; Graph g; void compute_gt_label(double *Y_gt, const options& opts); public: DLP(){} DLP(double *edgelist, int *nuclei, double *score, int *lut_data, const options& ...
[ "amitkrkc@gmail.com" ]
amitkrkc@gmail.com
63859ddece5356eda1b053e19fa2b44d49fca820
a44f11087f686ed6c10950c0309808663122390a
/acm_comeon/a/a.cpp
ffebd907fe6db58834cb5adc633924238282434f
[]
no_license
smallt-TAO/Reply-Deep-Learning
8ad4a572b5c2ea18f30d4114cb0533e9d99cbb29
a002018941b34a5f08b77e70a48c11e5b37aa3cb
refs/heads/master
2021-09-12T17:54:14.321637
2018-04-19T14:02:37
2018-04-19T14:02:37
76,787,650
1
3
null
null
null
null
UTF-8
C++
false
false
297
cpp
#include <iostream> using namespace std; int fibonace(int a) { if (a == 0 || a == 1) { return 1; } else { return fibonace(a - 1) + fibonace(a - 2); } } int main() { int n; while (true) { cin >> n; cout << fibonace(n) << endl; } return 0; }
[ "smalltao@lvlintaodeMacBook-Pro.local" ]
smalltao@lvlintaodeMacBook-Pro.local
a9518f349080f33d422a7dffa122ee3fcf37daab
cb7b1d3ffbf4941063aafbb89d5155df9106db4d
/LibreSTR/server/GameServer.h
40d4a25089c05672ccb87378082a767619c2834c
[ "MIT" ]
permissive
jordsti/LibreSTR
153cd44fac93612691399a4fac1b2018c597fba6
f3ad913d333663211aa55379494aac6c898e079e
refs/heads/master
2020-06-05T00:54:11.197107
2015-05-15T20:49:46
2015-05-15T20:49:46
24,216,449
2
0
null
null
null
null
UTF-8
C++
false
false
1,049
h
#ifndef GAMESERVER_H #define GAMESERVER_H #include <MessageDispatcher.h> #include <MessageHandler.h> #include <UdpSocket.h> #include "AssetManager.h" #include "PlayerConnection.h" enum ServerState { SS_Lobby }; class GameServer : public StiGame::Net::MessageHandler { public: static const int DEFAULT_G...
[ "jord52@gmail.com" ]
jord52@gmail.com
1fa7be0236342ddc8883bab1be417d8277f681e5
f1fc349f2d4e876a070561a4c4d71c5e95fd33a4
/ch07/7_31_xy.cpp
a8af4d7dd786d0c9077ad5cfd6d3f1a0fca8a23c
[]
no_license
sytu/cpp_primer
9daccddd815fc0968008aa97e6bcfb36bbccd83d
6cfb14370932e93c796290f40c70c153cc15db44
refs/heads/master
2021-01-17T19:03:48.738381
2017-04-13T10:35:43
2017-04-13T10:35:43
71,568,597
0
0
null
null
null
null
UTF-8
C++
false
false
175
cpp
#include <iostream> using std::cout; using std::cin; using std::endl; using std::string; class Y; class X { Y * py = nullptr; }; class Y { X ox; }; int main(void) { }
[ "imsytu@163.com" ]
imsytu@163.com
20b0862c075bed18bf4da3e8d79b85f2f3e73516
6887ae9cae51dc646e0e51ef81a8fec6a7addbc0
/cl/cl.h
4e04faa4a34d97f8dfe425a5e52ef7b9790e5ed9
[ "MIT" ]
permissive
JoeAndrew/OpenSkyStacker
d93c6131aeea10c47eeb6ae2bb3c2dd4a2282510
d55b4b5bbfdffa893410f3ddc594848847f6d0e5
refs/heads/master
2022-11-05T04:54:19.776152
2020-06-20T16:40:42
2020-06-20T16:40:42
273,366,286
0
0
MIT
2020-06-19T00:15:36
2020-06-19T00:15:35
null
UTF-8
C++
false
false
690
h
#ifndef OSS_CL_H #define OSS_CL_H #include <libstacker/imagestacker.h> #include <QtCore> using namespace openskystacker; class OSS : public QObject { Q_OBJECT ImageStacker *stacker; QThread *workerThread; int progressBarWidth; int maxMessageLength = 0; QString outputFileName; public: OSS...
[ "brm.schubert@gmail.com" ]
brm.schubert@gmail.com
d55c20bb0b4da3486bf42de30ea41fb9e857c37c
c2f274cc70f79955cf593eccd3cab00d4b6e71f6
/About2/About2/about2.cpp
d2d5f679affec79e67c0f7befc1cb0e27fac7c93
[]
no_license
konalo-X/Win32Pro
cc980703c54bf38c1f2d08d82a4b96177ac3277a
1db3021a046dbedae45bdc087c5991d12da181d2
refs/heads/master
2021-01-19T10:29:55.497438
2019-04-17T13:52:46
2019-04-17T13:52:46
82,184,713
0
0
null
null
null
null
UTF-8
C++
false
false
4,049
cpp
#include <windows.h> #include "resource.h" LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); INT_PTR CALLBACK DialogProc(HWND ,UINT ,WPARAM ,LPARAM ); void PaintWindow(HWND, int, int); void PaintBlock(HWND, int, int); TCHAR szAppName[] = TEXT("About2"); int iCurrentColor = IDC_RADIO1; int iCurrentFigure = IDC_RA...
[ "xiongguang1992@msn.cn" ]
xiongguang1992@msn.cn
120cab063de853158b25395b983e24a7e06b43ca
cc567dab5deddfb2fb8f826b2789dc5ea967c489
/statesystem.hpp
6f0c099b39178a611f957c45a2b95b74044eece1
[]
no_license
swomack/gl_cadscene_rendertechniques
d4f90fdf6e35e3334b83bf97b218ad11d1844883
faaeb73d41b9ab23dac0499d900b669d0deea774
refs/heads/master
2021-03-30T20:26:15.689043
2017-12-11T11:29:24
2017-12-11T11:29:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,599
hpp
/*----------------------------------------------------------------------- Copyright (c) 2014, NVIDIA. 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 reta...
[ "pixeljetstream@luxinia.de" ]
pixeljetstream@luxinia.de
5847cca3bb4fbc2b6d11a23b38538cbdc7ae053d
2a227eef64b4914c7aefddc4ca89791839406164
/tutorials/tutorial15/src/ClientSession.cpp
1d4cad3c2cff8f259ae60e77218f8003ef910b20
[]
no_license
Vkd4U2NtVkZOVg/cc_tutorial
a305295d2f27c1f4bd5fe9ab56cf55e4f4efdc3f
82ae9a68e2cb2ecfcd09c1fdf71183519f9fc414
refs/heads/master
2022-11-30T18:25:42.470611
2020-07-23T23:04:27
2020-07-23T23:04:27
286,372,368
1
0
null
2020-08-10T04:06:11
2020-08-10T04:06:10
null
UTF-8
C++
false
false
4,211
cpp
#include "ClientSession.h" #include <cassert> #include <iterator> #include <iomanip> #include "comms/process.h" #include "comms/iterator.h" namespace cc_tutorial { void ClientSession::handle(Msg2& msg) { std::cout << "Received message \"" << msg.doName() << "\" with ID=" << (unsigned)msg.doGetId() << '\n'; ...
[ "arobenko@gmail.com" ]
arobenko@gmail.com
d092c13c000f220e7060568a7664c2e4abaaa7ff
37251aeeec224175f66efda2158843859e755f16
/InsertionSortHaker.cpp
476eac30aa733d6ead9f609b3c0104e5abeefe50
[]
no_license
DelowarHossen45/Algorithm
17062e603e3cb78b3acd0c47c7a74376796ba3ea
22be5e0db8a4f9cf142f087a9e123eb4a8de4829
refs/heads/master
2020-03-30T10:29:00.235806
2018-12-05T02:16:47
2018-12-05T02:16:47
151,121,884
0
0
null
null
null
null
UTF-8
C++
false
false
757
cpp
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include <assert.h> void insertionSort(int size, int * ar) { int i,t,v; i = size-2; v = ar[size-1]; while(i>=0){ if (v<ar[i]) { ar[i+1]=ar[i]; } else { ar[i+1]=v...
[ "applecse25@gmail.com" ]
applecse25@gmail.com
408877cc2e2f1228291641a1dae27fe75a5a546e
b13a1888e37977255f9fd428ab620f744ac9601e
/Day_3/src/Day3.cpp
b9454c61f9d1bbbb0af9ce0ddc25b60309bc58e2
[]
no_license
anastasia-spb/AdventOfCode
17aa7f049f4ea34e3383d4775f4b254936d3f66a
7e68e0a90425db6c19b62647db98737713bf7344
refs/heads/master
2020-05-18T06:56:42.788889
2019-04-30T09:25:44
2019-04-30T09:25:44
184,249,727
0
0
null
null
null
null
UTF-8
C++
false
false
1,473
cpp
#include <iostream> #include <fstream> #include <vector> #include <string> #include <set> #include <map> #include <math.h> class Carrier{ private: std::map <char,unsigned int> directionMap; std::map <char,unsigned int> opositeDirectionMap; std::vector<unsigned int> direction; //^>v< public: Carrier(){ directi...
[ "anastasia.vlasova6293@gmail.com" ]
anastasia.vlasova6293@gmail.com
c91ee088c222f68eed38d3adc6b3100d99c240ab
da0e478aa133828b46cd9cdce321440806d6f5df
/IbeoSDK6.0.4/sdk/source/sdk/src/datablocks/measurementlist/MeasurementList2821Importer2821.cpp
c534cf2b23befd72f2acdeff8a6413dd8ee8698b
[]
no_license
mak6gulati/IBEO_sdk_check
1a911fe1b5bd92bab2800fa40e4dfa219a10cd5b
1114cbb88fa1a95e00b912a501582b3a42544379
refs/heads/master
2022-12-30T17:27:45.848079
2020-10-20T07:59:07
2020-10-20T07:59:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,530
cpp
//============================================================================== //! \file //! //!$$IBEO_LICENSE_BEGIN$$ //!Copyright (c) Ibeo Automotive Systems GmbH 2010-2019 //!All Rights Reserved. //! //!For more details, please refer to the accompanying file //!IbeoLicense.txt. //!$$IBEO_LICENSE_END$$ //! //!\date...
[ "mayank.gulati@automotive-ai.com" ]
mayank.gulati@automotive-ai.com
c782966ee36affc57d04fff816b1f2962630d1d3
ae65068d61b44ee49c472097f3f273d9bc68fc4e
/cpp_d10/ex04/IAsteroid.hh
135e416dfa2709aa29e7e71e6abe7d26a8139d91
[]
no_license
wrandy44/cpp_exercises
9d1c6bd8b3ab8cd24fc90bfafa0b1bcd9cec13bf
32dcae55ec8751313583cb52f4bb4e70008c5838
refs/heads/master
2021-04-09T11:12:28.175030
2018-03-17T03:05:53
2018-03-17T03:05:53
125,591,971
2
0
null
null
null
null
UTF-8
C++
false
false
691
hh
// // IAsteroid.hh for azd in /home/debrau_c/cours/piscine/cpp_d10/ex04 // // Made by Carl DEBRAUWERE // Login <debrau_c@epitech.net> // // Started on Sat Jan 14 01:18:23 2017 Carl DEBRAUWERE // Last update Sat Jan 14 03:23:57 2017 Carl DEBRAUWERE // #ifndef IASTEROID_HH # define IASTEROID_HH # include <string> ...
[ "you@example.com" ]
you@example.com
536bfe59cecfbf88f7396edce04b59df46953aba
5d10a5ee1dadcb724b64854afcf9e090c1eac64f
/src/midi2trigger/ui.h
2f749388e9291092d8db54a9784ede8dda1bd251
[]
no_license
kvitekp/midi2trigger
20cc518d91289fb15f333124e8d96313a98fa8dd
21e7f9d0c82e2eea815d8abc2e7dc93d89d6f477
refs/heads/master
2020-12-31T21:57:47.205350
2020-10-05T03:41:04
2020-10-05T03:41:04
239,043,093
3
2
null
null
null
null
UTF-8
C++
false
false
2,134
h
// Copyright 2015 Peter Kvitek. // // Author: Peter Kvitek (pete@kvitek.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) any lat...
[ "pete@kvitek.com" ]
pete@kvitek.com
d9d5f35526331b803c834813dac07ca18767351e
558d65df03675d79432c0eeebc286845faeb4427
/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/UnityEngine.UIModule.cpp
0ca04a24bf4f3b51dc9faaf7389bd27df4f4c6cb
[ "MIT" ]
permissive
engincandanabas/Box_Tower
691338787942c2d7c103736289482677910bc194
24360bd611c17f2b5db0fbf106bbf8005e2900ae
refs/heads/main
2023-04-15T08:11:56.874608
2021-05-01T20:58:36
2021-05-01T20:58:36
363,504,282
7
0
null
null
null
null
UTF-8
C++
false
false
210,205
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeDat...
[ "60680749+enynnc@users.noreply.github.com" ]
60680749+enynnc@users.noreply.github.com
5bcd183b1d987fb691719fc3d4bd9142b1c28720
4512a24742a8e860b6a482dcb57201ebc782e81c
/Class_Lab/EtoXWithTwoFunction/main.cpp
23d63a3ebcab8d4e5ac6c06a7e86494717a59872
[]
no_license
yehaolan/CSC-5
1e99c85a342700cb80749d59ba5d8298fa0c1a48
a24da1ae8e2de9a6690870fb85274c579dc4486d
refs/heads/master
2021-05-29T04:24:41.417318
2015-02-12T16:57:07
2015-02-12T16:57:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,455
cpp
/* * File: main.cpp * Author: Haolan Ye(Benjamin) * Created on January 21, 2015, 9:05 AM */ //System Libraries #include <iostream> #include <cmath> using namespace std; //User Libraries //Global Constants //Function Prototypes int nFactrl(int);//Note: with all int nFactr1(int);//Note: with one float approxEx...
[ "yehaolan@gmail.com" ]
yehaolan@gmail.com
46ec6d175814e58369a7b844db0a46e6d4f66e6f
b478c4aeec11383d2088fa4e6ad0fd5b88b8628b
/src/transaction/tx/Transaction.cpp
aa443d655ab08fb0e8d324baf3dd2710fb2d13e4
[]
no_license
286010056/jingtum-core
659a28796b9dd604c70de16e35297ac2356ffb4f
05d989b16526a4012b1438a68fcc0cac23bc8b2e
refs/heads/master
2021-01-13T21:03:30.983346
2018-12-24T09:01:25
2018-12-24T09:01:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,333
cpp
//------------------------------------------------------------------------------ /* This file is part of skywelld: https://github.com/skywell/skywelld Copyright (c) 2012, 2013 Skywell Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee ...
[ "1535239824@qq.com" ]
1535239824@qq.com
d90e2183b26bb160da39b72b6b04c50009acbc07
4909489caa5f8c81123d1b8419fa185d62f16a97
/src/robot/commands/match_alliance_underglow.hpp
b58f235dc153720eb2b605cf924da191c668ced2
[ "MIT" ]
permissive
Lukanite/FRC-14
25f7217940557a02689c69efe5aace6c62508b97
0f0193c254ce3c05903aa7e59008a0bf6e76dfa0
refs/heads/master
2021-01-24T19:50:04.175210
2014-11-05T23:19:18
2014-11-05T23:19:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
409
hpp
#ifndef MATCH_ALLIANCE_UNDERGLOW_HPP #define MATCH_ALLIANCE_UNDERGLOW_HPP #include "../subsystems/underglow.hpp" #include <WPILib.h> // Make underglow color match the alliance. class Match_Alliance_Underglow : public Command { public: Match_Alliance_Underglow(); void Initialize(); void Execute() {}; bool IsFinish...
[ "will@wkunkel.com" ]
will@wkunkel.com
87f0d47efa906d110f3c71390d5b89760e80e926
ae8d58a19825659e7deeb1450d53896a1b14fdee
/hydro/dbinterface.cpp
7b2fb8f92a1b1e66e57fe6b7ba87c93c9cb77c9e
[]
no_license
datalurkur/SpicyPeanut
b5ac06a2bf831eb62f79473257a846127be0277f
09476cee4e607d8cf288563abaaa311b42253c70
refs/heads/master
2020-03-27T21:10:48.778972
2019-03-21T02:25:41
2019-03-21T02:25:41
147,121,476
0
0
null
null
null
null
UTF-8
C++
false
false
2,172
cpp
#include "dbinterface.h" #include "log.h" #include <fstream> std::shared_ptr<DBInterface> DBInterface::Instance = nullptr; void DBInterface::Init() { if (Instance != nullptr) { return; } Instance = std::make_shared<DBInterface>(); } DBInterface::DBInterface(): _connectionString(""), _session(nullptr) { ...
[ "datalurkur@gmail.com" ]
datalurkur@gmail.com
a78096cd40dcccca8065de10e6a6835fc3a12fe3
346c0cc2f8244605b7276803cdcddb939fc6b63a
/extlibs/boost-1.65.1/include/boost/process/async_pipe.hpp
97af165859209756231c14ee06797db79417f2b3
[ "MIT" ]
permissive
aiwc/test_world
4beb6a20e19fa1e31a0070a4686def6a2084744d
37312a93a5a9d4ba19b0fa1ec1db03a80efca111
refs/heads/master
2021-06-15T18:22:34.630709
2019-08-06T08:03:10
2019-08-06T08:03:10
108,369,014
13
17
MIT
2019-08-08T09:44:07
2017-10-26T06:09:39
C++
UTF-8
C++
false
false
7,630
hpp
// Copyright (c) 2006, 2007 Julio M. Merino Vidal // Copyright (c) 2008 Ilya Sokolov, Boris Schaeling // Copyright (c) 2009 Boris Schaeling // Copyright (c) 2010 Felipe Tanus, Boris Schaeling // Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling // // Distributed under the Boost Software License, Version 1.0. (See ac...
[ "kukyakya@gmail.com" ]
kukyakya@gmail.com
d419a59e981fce93d6807605a795a2c1b8f0c720
746ab0d22f2b25eb8613d1cfae2dcd3cd734144e
/calclib/VPerLine.h
bafcac20c8cd1317f88190a0482eaf33de54470d
[]
no_license
imzhukov/video_3.0.0
1b41232f3429de81d7148eca3fcea8916623cdd5
a02dafbe9ec1b943d0a36cf3e5630f6c9c88adec
refs/heads/master
2021-01-10T09:43:14.029174
2016-03-27T10:05:05
2016-03-27T10:05:05
45,790,575
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
360
h
#pragma once #include "VDataSet.h" #include "VParameter.h" class VDataSet; struct VPerLine { public: float abscoord; float dLength; float speed1; float speed2; int dNorma; float dMaxValue; float dMidValue; }; class VPerLineList : public VIndexList<VPerLine> { public: /// Загрузка...
[ "zhukovim@yandex.ru" ]
zhukovim@yandex.ru
f25b4d56e0ba984806cb8058a757d64e0f4c6baa
164cf5d4c0aa37ea61f58186312bf4e710a2efa9
/Plugins/NDIIOPlugin/Source/Core/Classes/Services/NDIFinderService.cpp
793d49bb317303b0c015ff0f23b549363baa09d1
[]
no_license
Alinccc/InCameraVFX_November
868a621e308b6786d26ba7adc89e81b9d035956b
aedf691111136b5b40f7aa6ee62811555de4bb5d
refs/heads/main
2023-01-23T21:41:43.486441
2020-12-13T13:02:10
2020-12-13T13:02:10
426,122,302
1
0
null
2021-11-09T06:53:07
2021-11-09T06:53:07
null
UTF-8
C++
false
false
6,578
cpp
/* All rights reserved. Copyright(c) 2018-2020, NewTek Inc. This file and it's use within a Product is bound by the terms of NDI SDK license that was provided as part of the NDI SDK. For more information, please review the license and the NDI SDK documentation. */ #include <Services/NDIFinderService.h> #in...
[ "vladbefus@gmail.ru" ]
vladbefus@gmail.ru
7b7b2f151fa40423d819c46260fcdc93e922542a
b773cd36ed1da0202331f17979c6f3747ec26cf9
/src/halfEdgeMesh.h
4aa3a0803a4d06ed5e48d5be2f63e8d719c45113
[]
no_license
cs248-spring-2018/Cardinal3D
4b0fac153b7073e748dcea840135e1689194fa68
c817585f320154e470bf3bf303e8505bbe77c25c
refs/heads/master
2020-03-12T03:14:24.979606
2018-05-03T20:09:06
2018-05-03T20:09:06
130,420,385
2
0
null
null
null
null
UTF-8
C++
false
false
34,137
h
/* * HalfedgeMesh.h * */ /** * A HalfedgeMesh is a data structure that makes it easy to iterate over (and * modify) a polygonal mesh. The basic idea is that each edge of the mesh * gets associated with two "halfedges," one on either side, that point in * opposite directions. These halfedges essentially serve ...
[ "mjlgg@stanford.edu" ]
mjlgg@stanford.edu
0ea77326a2896962e09572c0caf4f2b7c203690b
a2107a8d6b34b9388befd29b5670789e50bbef78
/qB.cpp
f46691ef3e74684975161a8250e83f887516c7c6
[]
no_license
ms0598759/lab1
b0cb3404e91b003d7f2e266d68e45d397f94319e
05d6191fe7131c2018378beb4b933709f81f1cf9
refs/heads/master
2016-09-05T15:59:52.765574
2015-03-16T16:17:34
2015-03-16T16:17:34
32,226,178
0
0
null
null
null
null
UTF-8
C++
false
false
359
cpp
#include <iostream> #include <cstdlib> #include "qB.h" qB::qB(int qBB){ n = qBB; while(1) { if(n==1)break; int a = 0; a = n%2; if(a == 1) n = 3*n + 1; else n = n/2; ...
[ "F74006080@2015cpp.(none)" ]
F74006080@2015cpp.(none)
7eaa410577019c3190110ba2294dc25d997c868e
e12b8b1f73c23697f776728979fcda882f215120
/render-only-sample/roscompiler/roscompiler.cpp
ef7478192b0ec277809921b51aea8d4f5fdb22a1
[ "MIT" ]
permissive
NathanAUS/graphics-driver-samples
4de862810140276e8900c4e29bfb352917613bf4
b5f24b6266865ded5a99b48ebb206ac9ca04c400
refs/heads/master
2021-01-21T20:01:40.279979
2015-10-28T00:19:41
2015-10-28T00:19:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,726
cpp
#include "roscompiler.h" void __stdcall InitInstructionInfo(); void __stdcall VC4_InitializeName(); void __stdcall InitializeShaderCompilerLibrary() { InitInstructionInfo(); #if VC4 VC4_InitializeName(); #endif // } RosCompiler* RosCompilerCreate(UINT *pCode, UINT numInputSignatureEn...
[ "hideyukn@microsoft.com" ]
hideyukn@microsoft.com
3556a09888c00f5382e7543e91405dc08dac5e3f
52556aa2db14dae209b37050bc1bbfabba50585c
/libs/log4cplus-1.2.0/src/fileappender.cxx
f953166105c404487b9daf07ba79d041874ad6d9
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
tian780127/chilli
94aa1c8574d6cd0decd811d53e178b87a51a838d
c44df21a4d3069e63c910c670d0afb75b76cc25b
refs/heads/master
2021-08-24T05:55:47.276950
2017-12-08T08:59:48
2017-12-08T08:59:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
40,866
cxx
// Module: Log4CPLUS // File: fileappender.cxx // Created: 6/2001 // Author: Tad E. Smith // // // Copyright 2001-2015 Tad E. Smith // // 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 //...
[ "qiweibo1984@126.com" ]
qiweibo1984@126.com
ca0e233ca0b47f9c561c9204a1d76c9ea4af515c
948d555823c2d123601ff6c149869be377521282
/SDK/SOT_wld_palm_cluster_02_b_classes.hpp
c73006649571c57687eb2e7ca8092cc77ab1d0f2
[]
no_license
besimbicer89/SoT-SDK
2acf79303c65edab01107ab4511e9b9af8ab9743
3a4c6f3b77c1045b7ef0cddd064350056ef7d252
refs/heads/master
2022-04-24T01:03:37.163407
2020-04-27T12:45:47
2020-04-27T12:45:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,061
hpp
#pragma once // SeaOfThieves (1.6.4) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass wld_palm_cluster_0...
[ "getpeyton@gmail.com" ]
getpeyton@gmail.com
d93edc6285c0e8d51c1fa1e6ec0102219d309ea1
0eb84ec824fb34c18a87a4b50292d6cb41d15511
/ComponentWebotsMpsDocking/opcua-backend/src-gen/ComponentWebotsMpsDockingOpcUaBackendPortFactory.hh
984fb89ada60e78e132a208c6492431c941d330a
[]
no_license
SiChiTong/ComponentRepository
1a75ef4b61e37be63b6c5ec217bfb39587eecb80
19b79ae0112c65dddabcc1209f64c813c68b90d6
refs/heads/master
2023-07-12T13:01:10.615767
2021-08-25T09:59:28
2021-08-25T09:59:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,765
hh
//-------------------------------------------------------------------------- // Code generated by the SmartSoft MDSD Toolchain // The SmartSoft Toolchain has been developed by: // // Service Robotics Research Center // University of Applied Sciences Ulm // Prittwitzstr. 10 // 89075 Ulm (Germany) // // Information abo...
[ "matthias@mlutz.de" ]
matthias@mlutz.de
22c3a21b60c0206950cf34b57174f205e5661fd2
836a40007747c9589fa742bde5d62b37680b94fc
/其他/C语言实践2016小学期/day1/ex5.cpp
dc80d1e13fc18717d4dfc22b8ede85250adaea3c
[]
no_license
TOKdawn/C_Language_learning
f2a4e860eb2fa313d714aa0bdb50be673693347f
06085dc1e27cf2373b57421ae12b6adfe6cc0a5e
refs/heads/master
2020-04-06T07:01:40.137605
2018-05-30T07:39:50
2018-05-30T07:39:50
55,934,806
1
0
null
2016-05-26T11:26:29
2016-04-11T02:16:19
C
UTF-8
C++
false
false
360
cpp
#include <stdio.h> #include <stdlib.h> #include <iostream> using namespace std; #ifndef EXIT_SUCCESS #define EXIT_SUCCESS 0 #endif int main(int argc, char *argv[]) { int n; while(cin>>n){ int max=1; for(int i=1;i<n;i++){ max=++max*2; } cout<<max<<endl; } sys...
[ "zpy18746442232@gmail.com" ]
zpy18746442232@gmail.com
6313de18e1f2d05b9745f874d14f36a25c38c7e5
9fa2502e98b9779e16be62c65cca060ee4282061
/test/source/poker_msgs/MsgRequestFriendStatus.cpp
f98c53fa82719d6cd7efb5cd592c0f9a2a0789ff
[]
no_license
zjhlogo/spank_old
558d617c44e3f6b53bb4e26167f55d8cb7f5098c
8030f21d98ac743baf0681bbb626e76c489d8711
refs/heads/master
2021-01-23T13:48:16.189834
2012-12-16T03:45:40
2012-12-16T03:45:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
584
cpp
/*! * \file MsgRequestFriendStatus.cpp * \date unknown * * * \author Auto Generate by MsgGen */ #include "MsgRequestFriendStatus.h" MsgRequestFriendStatus::MsgRequestFriendStatus() :PokerMsgBase(MSG_TYPE, MSG_SIZE) { // TODO: } MsgRequestFriendStatus::~MsgRequestFriendStatus() { // TODO: } bool MsgReques...
[ "zjhlogo@181a2263-6311-9be6-e15f-e484ee8db88e" ]
zjhlogo@181a2263-6311-9be6-e15f-e484ee8db88e
1c775fb2a4407642538a8f4c8032c52c49c44483
98779770ea59dfef0716f06b97a030456b6bb953
/include/taussig/detail/iterators.h++
0cbe78fb2876735815bee0a0a9baf89a9514129b
[ "CC0-1.0" ]
permissive
rmartinho/taussig
af26656801e400270af01f024c3809782f3d8f57
896903e7cf47e943eba1253d2448cf193c61e97b
HEAD
2016-09-05T16:23:36.894730
2013-11-28T01:36:01
2013-11-28T01:36:01
9,547,267
0
1
null
null
null
null
UTF-8
C++
false
false
3,850
// Taussig // // Written in 2013 by Martinho Fernandes <martinho.fernandes@gmail.com> // // To the extent possible under law, the author(s) have dedicated all copyright and related // and neighboring rights to this software to the public domain worldwide. This software is // distributed without any warranty. // // You ...
[ "martinho.fernandes@gmail.com" ]
martinho.fernandes@gmail.com
703113d9acae622de17d96cf7a459992044ff473
5a6724f8eeb7528e50a7d03c6866a3e0dee4a1d9
/src/main.cpp
d4b282008f2bb6ea16f88733a06004888cd81746
[]
no_license
kochcodes/ESP32_BLE_CyclingPowerMeter
9377d1b560ef556d8a6a93945dd1be7e3b835e36
97fa101483db1ed4d06ebf579b3572f9d6da92c0
refs/heads/main
2023-01-04T06:29:07.075065
2020-11-04T13:39:45
2020-11-04T13:39:45
310,010,363
2
0
null
null
null
null
UTF-8
C++
false
false
2,560
cpp
#include <Arduino.h> #include <BLEDevice.h> #include <BLEUtils.h> #include <BLEServer.h> #include <BLE2902.h> byte flags = 0b0000000000010; int measurement; byte watt[13] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0}; byte pmLoc[1] = {2}; bool _BLEClientConnected = false; #define POWER_SERVICE_UUID BLEUUID((uint16_t)0x1...
[ "chris@koch.codes" ]
chris@koch.codes
d13a3ac1fad69cbf15e7cb5514537c9c73fff9c4
00dbe4fd5f00fab51f959fdf32ddb185daa8de30
/P11498.cpp
7630cb1c622f8c36af2e86d0ccb2e1fe2b894804
[]
no_license
LasseD/uva
c02b21c37700bd6f43ec91e788b2787152bfb09b
14b62742d3dfd8fb55948b2682458aae676e7c14
refs/heads/master
2023-01-29T14:51:42.426459
2023-01-15T09:29:47
2023-01-15T09:29:47
17,707,082
3
4
null
null
null
null
UTF-8
C++
false
false
532
cpp
#include <iostream> #include <stdio.h> int main() { int K, N, M, X, Y; while(true) { std::cin >> K; if(K == 0) return 0; std::cin >> N >> M; for(int i = 0; i < K; ++i) { std::cin >> X >> Y; if(X == N || Y == M) std::cout << "divisa" << std::endl; else if(X < N && Y < M) st...
[ "lassedeleuran@gmail.com" ]
lassedeleuran@gmail.com
ccd437ce9cd849e4676ebe5b9d59d621ff2635bc
d2190cbb5ea5463410eb84ec8b4c6a660e4b3d0e
/old_hydra/hydra/tags/apr07a/trigger/htriggerparrootfileio.h
a0f59a53a78684a66dbe20e76264dfbfaf9f1fa6
[]
no_license
wesmail/hydra
6c681572ff6db2c60c9e36ec864a3c0e83e6aa6a
ab934d4c7eff335cc2d25f212034121f050aadf1
refs/heads/master
2021-07-05T17:04:53.402387
2020-08-12T08:54:11
2020-08-12T08:54:11
149,625,232
0
0
null
null
null
null
UTF-8
C++
false
false
1,181
h
//*-- Author: Ilse Koenig //*-- Modified: Joern Wuestenfeld 07/14/2005 //*-- Version: $Id: htriggerparrootfileio.h,v 1.4 2005-07-15 09:00:25 wuestenf Exp $ #ifndef HTRIGGERPARROOTFILEIO_H #define HTRIGGERPARROOTFILEIO_H #include "hdetparrootfileio.h" #include "TFile.h" #include "TArrayI.h" class HParRootFile; class ...
[ "waleed.physics@gmail.com" ]
waleed.physics@gmail.com
fd4da2bc10e8baa8303c4833051d45f32b6b1082
612325535126eaddebc230d8c27af095c8e5cc2f
/src/net/proxy/proxy_resolver_v8_unittest.cc
a9c92b51ef0db64449e9aa38f1f6d058c77c8a44
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/proto-quic_1V94
1a3a03ac7a08a494b3d4e9857b24bb8f2c2cd673
feee14d96ee95313f236e0f0e3ff7719246c84f7
refs/heads/master
2023-04-01T14:36:53.888576
2019-10-17T02:23:04
2019-10-17T02:23:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,760
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 "base/compiler_specific.h" #include "base/files/file_util.h" #include "base/path_service.h" #include "base/strings/string_util.h" #in...
[ "2100639007@qq.com" ]
2100639007@qq.com
37464571f5be658eb5d987b805e6ebd333202a99
c5508ea1335dda4ebb0d070502853f8d5744282d
/src/RIOT.h
74728d8063281b860391e8ceafb2557b7fcbcc19
[]
no_license
mikeakohn/cloudtari
c233c24b5d352fa6454005ff7c8c50d311ba59e9
a6c5aa02f95c604162c958b106998431764aacf3
refs/heads/master
2023-06-29T19:28:26.318520
2021-07-23T00:02:08
2021-07-23T00:02:08
382,676,392
15
0
null
null
null
null
UTF-8
C++
false
false
2,259
h
/** * Cloudtari * Author: Michael Kohn * Email: mike@mikekohn.net * Web: http://www.mikekohn.net/ * License: GPLv3 * * Copyright 2021 by Michael Kohn * * The RIOT chip (MOS 6532) has 128 bytes of RAM (address 0x80 to 0xff), * I/O for the select / reset etc buttons, and a countdown timer. * */ #ifnd...
[ "mike@mikekohn.net" ]
mike@mikekohn.net
08936bab1f3a1cb9a92601c0233f7974a56daaf6
d67f747bbccde6dd7973878a1c54b76dc6c86ba6
/include/stl2/detail/concepts/object.hpp
014226f3919304bf6cc69900f6cc5e6c3b182655
[ "NCSA", "MIT", "BSL-1.0", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-other-permissive" ]
permissive
tahonermann/cmcstl2
45e9ad52ec2c28bda35b1865bd74479fe02b7a45
a9481b26f43e912555159e70db2254e79af11d2e
refs/heads/master
2020-06-12T15:38:43.838898
2017-01-24T16:11:35
2017-01-24T16:11:35
75,798,065
0
0
null
2016-12-07T04:05:26
2016-12-07T04:05:25
null
UTF-8
C++
false
false
3,396
hpp
// cmcstl2 - A concept-enabled C++ standard library // // Copyright Casey Carter 2015 // Copyright Eric Niebler 2015 // // Use, modification and distribution is subject to 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) // /...
[ "Casey@Carter.net" ]
Casey@Carter.net
ab48bfb2e747dec7376bb41bdc6eacfc5ab1ec16
389541f1c17f36e4be3ce15cf0455f0d7f2c259f
/Pongpol.cpp
082d0731dcbb9167224782c276fe3dc0802d314d
[]
no_license
prumb2015/Pongpol-IT
e5e60cd2d4ca937a49f8751b2c3ffdffeb658f66
729015b3f76443333f4deb2f076724b5dba1027c
refs/heads/master
2020-06-10T20:44:11.938393
2019-09-24T17:17:29
2019-09-24T17:17:29
193,740,927
0
0
null
null
null
null
UTF-8
C++
false
false
274
cpp
#include <iostream> using namespace std; int main() { int Cel,Fah; cout << "Enter Celsius temperature:"; cin >> Cel; cout <<"Fahrenheit = " <<1.8*Cel+32<<endl; Fah=1.8*Cel+32; cout << "Now weather in Thailand is "; cout << ((Fah > 70)==0?"Cool":"Hot"<<endl; }
[ "51953703+K0rnW33d@users.noreply.github.com" ]
51953703+K0rnW33d@users.noreply.github.com
56543629371149a12fce7a3cb7d43a18170ac0dd
3f2a6b37008aedf900eab6cfaa39bca061526ffe
/Visual Studio 2015/Backup Files/ShortestPath/~AutoRecover.main.cpp
dde2cf22274579b62f08842cc703ee8e62bb3d7f
[]
no_license
stalcker23/Course
b823c3b8b7c6272cec7a1e83f4ae8446b27afa3b
4dddcba4f2bdb99ccc06ff5da545c6e2b25797c8
refs/heads/master
2021-01-01T05:15:59.758990
2016-05-25T22:30:44
2016-05-25T22:30:44
57,152,054
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
2,179
cpp
#include <stdio.h> #include <conio.h> #include <stdlib.h> #include <time.h> #include "windows.h" #include <string> #include "routine.cpp" #include "FloydWarshall.h" #include <omp.h> #pragma comment(linker, "/STACK:500000") using namespace std; double LiToDouble (LARGE_INTEGER x) { double result = ((double)x.HighPart)...
[ "a-zenit-a@rambler.ru" ]
a-zenit-a@rambler.ru
cfb1fb341b033fb0caf2dc0cb7ea4fc323e771f5
0c2d0bc0cd708cf89d1d717d5f2b8c1ddd7b9a9e
/LOTTO101.cpp
1d1d7a8644dde9ffe222008a2c8331d769746043
[]
no_license
axledg/BSIT302_PlatformTech_M1
997b60ff02d100681052a0d8af04eee0769d10db
356e1e398fb447e1316448002fa54b14c0b4fdc9
refs/heads/master
2020-07-29T11:35:26.220583
2019-09-20T12:36:47
2019-09-20T12:36:47
209,784,805
0
0
null
2019-09-20T12:24:04
2019-09-20T12:24:04
null
UTF-8
C++
false
false
1,450
cpp
#include <iostream> #include <thread> #include <atomic> using namespace std; atomic<bool> ready1(false); atomic<bool> ready2(false); atomic<bool> ready3(false); atomic<int> counter1 (0); atomic<int> counter2 (0); atomic<int> counter3 (0); void lotto1(int id) { while (!ready1) { ...
[ "noreply@github.com" ]
noreply@github.com
a86388054bc679be3544da7e61d1709eca221906
c935886a521f76fe936b3323f16be43700b71fe4
/src/mem/ruby/network/garnet/flexible-pipeline/GarnetNetwork.py.cc
efac6923496905e44e66dab103e502cebe00d4c2
[]
no_license
oliverxyy/gem5-source-code-learning
4dc9c81d08ff29b557570aeb72654f4d8a8fe47e
6438cf07bd86942d0ed118035d398de254dac412
refs/heads/master
2020-04-06T06:56:18.547114
2016-09-06T07:22:49
2016-09-06T07:22:49
65,285,514
4
0
null
null
null
null
UTF-8
C++
false
false
3,492
cc
#include "sim/init.hh" namespace { const uint8_t data_m5_objects_GarnetNetwork[] = { 120,156,197,85,75,111,211,64,16,30,231,253,104,105,16,106, 15,92,240,1,164,168,18,49,162,170,196,91,168,84,66,92, 10,114,225,64,46,150,99,143,227,77,253,136,188,155,144,112, 45,39,254,52,204,172,237,52,105,43,65,37,68...
[ "oliverxyy@gmail.com" ]
oliverxyy@gmail.com
394b693d206d75ea9da541497bd38258a51c5e36
e422060f5e4217fbca9fb7aa7c27e8cfc56382bf
/Vitis-AI-Library/libsrc/libdpfacelandmark/src/facelandmark_imp.hpp
a1b4a799883a489c83f4222c0a6f8c84c8776c69
[ "Apache-2.0" ]
permissive
wangxd-xlnx/Vitis-AI
44f65ed0f30cd39809b0bfbfe235a35257cf160c
735838d395b163cdb75498d6d1697f5472ba0a67
refs/heads/master
2023-01-27T13:27:04.886094
2020-10-31T16:20:49
2020-10-31T16:20:49
237,871,092
0
0
Apache-2.0
2020-02-03T02:35:16
2020-02-03T02:35:15
null
UTF-8
C++
false
false
1,185
hpp
/* * Copyright 2019 Xilinx Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
[ "erinl@xlnx.xilinx.com" ]
erinl@xlnx.xilinx.com
d7ea9fbd043d5a23d7bc2a9613d50142e72d0e7d
cab8002d93435007e3854a83d1d64c33c47136de
/Bank C++/Konto.cpp
804940d4b399f03ce27ca9f29b317c030031b946
[]
no_license
mgluszkowska/Object-OrientedProgrammingBank
664a80bcc6b9b445d286e24dacbd8c1331f61539
510bea1f509b6b069403af5d1bddab72088ca39a
refs/heads/master
2022-01-31T23:36:15.441240
2019-07-22T14:38:49
2019-07-22T14:38:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
826
cpp
#include <iostream> #include <sstream> #include <vector> #include <string> #include <algorithm> #include <cstdlib> #include "Konto.hpp" using namespace std; class Klient; class Bank; Konto::Konto(Bank* b, Klient* k) { saldo = 0; wsk_na_bank = b; wsk_na_klienta = k; } Konto::~Konto() {}; Konto::Klient* z...
[ "martik97@gmail.com" ]
martik97@gmail.com
17b84383e3c881c38a3bd8490252d55c6687d73a
3e24b7c5a8c5ed4a2d24c96029aa61a6feeb9d4d
/scoreboard.cpp
e18af584218775ba558e3350c57907fac7d5943b
[]
no_license
NathanielNavarrette/Pop-Game
f433926bd066438a00abffae74f518d65c4db2f7
ebc3789f6d6081c2bbeca656a0be3f997c3e53bc
refs/heads/master
2020-03-17T09:02:12.759207
2018-05-18T02:50:50
2018-05-18T02:50:50
133,458,783
0
0
null
null
null
null
UTF-8
C++
false
false
967
cpp
#include "scoreboard.h" ScoreBoard::ScoreBoard(QWidget *parent) : QLCDNumber(parent) { connect(this->parent()->parent(), SIGNAL(mousepressing(int)), this, SLOT(addScore(int))); connect(this->parent()->parent(), SIGNAL(resettingGame(bool)), this, SLOT(resetScore(bool))); setSegmentStyle(Filled); showS...
[ "31495181+NathanielNavarrette@users.noreply.github.com" ]
31495181+NathanielNavarrette@users.noreply.github.com
3f704f3aa7c8c617fdaeb58ea8a670520a2c2c4c
ffa83215d4a44581f44173100331bda1900b24fe
/build/iOS/Preview/include/Fuse.Controls.TimePicker.h
b8e52925e342fe5ce174c3709378d959d5321fda
[]
no_license
imkimbosung/ARkit_fuse
167d1c77ee497d5b626e69af16e0e84b13c54457
3b378d6408551d6867f2e5b3d7d8b6f5114e7f69
refs/heads/master
2020-04-19T02:34:33.970273
2019-02-04T08:26:54
2019-02-04T08:26:54
167,907,696
0
0
null
null
null
null
UTF-8
C++
false
false
1,652
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Controls.TimePicker/1.10.0-rc1/TimePicker.Docs.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Animations.IResize.h> #include <Fuse.Binding.h> #include <Fuse.Controls.TimePickerBase.h> #include <Fu...
[ "ghalsru@naver.com" ]
ghalsru@naver.com
8903befc808e1330f4f0b1575eedfcbc647599a1
bf9690816a258c889359fac4757f5603c8963091
/FuSeBMC_instrument/external_include/cpp9/utility
c687c1d86974cc21a5c67f9e5927e26103485cbb
[ "MIT", "GPL-2.0-only" ]
permissive
kaled-alshmrany/FuSeBMC
4234b9c812b8cf520a4fdb8b6adc1fb2d30c0501
8b269e25ab51c2a9ef600b8291f9e1ac43cbcfe8
refs/heads/master
2023-05-12T01:40:26.574645
2023-05-01T11:50:16
2023-05-01T11:50:16
257,922,621
40
7
MIT
2021-11-19T10:23:23
2020-04-22T14:17:42
Python
UTF-8
C++
false
false
12,528
// <utility> -*- C++ -*- // Copyright (C) 2001-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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...
[ "kaled.alshmrany@postgrad.manchester.ac.uk" ]
kaled.alshmrany@postgrad.manchester.ac.uk
49b296076d600336c3f46cd5db2fb0a2da989863
b3ee4b3c63efdc6bc87adae7ca02da89bc6141dd
/ppmp/PPMP/Mangling/LeetSpeakChar.hpp
c52f436ff103e6f2fa5102c89de7c4702da7aefa
[]
no_license
el-bart/dictools
1cfefac79c6729d806968f4a47fcf3eef40483bb
620ef0a30de3b5b297db9c222c3d8714e97ad9d7
refs/heads/master
2021-01-20T10:35:48.739709
2012-08-08T12:04:46
2012-08-08T12:04:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,102
hpp
/* * LeetSpeakChar.hpp * */ #ifndef INCLUDE_PPMP_MANGLING_LEETSPEAKCHAR_HPP_FILE #define INCLUDE_PPMP_MANGLING_LEETSPEAKCHAR_HPP_FILE #include <boost/mpl/for_each.hpp> #include <boost/mpl/vector_c.hpp> #include <boost/noncopyable.hpp> #include <cassert> namespace PPMP { namespace Mangling { /** \brief createor of...
[ "el-bart@tweety" ]
el-bart@tweety
8fbe46c54797e46fb3332c72bbe42e855bab8357
641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2
/ash/common/system/chromeos/network/vpn_list_unittest.cc
1da37228b64e5021623b7748e2831767f1170b13
[ "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
3,139
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/common/system/chromeos/network/vpn_list.h" #include <algorithm> #include <vector> #include "ash/public/interfaces/vpn_list.mojom.h" #inclu...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
6b85aed82161a3ae436d9a502934c858343df4ec
974cc0cada56513c02cd214351fbeee742fb9f86
/src/Tests2.h
c104a655739019e7a984c5afc36e20027c76aab9
[]
no_license
ravik0/CS2303-Homework-4
eafb2e70971f6e7699aa3bd3050dac681669ff3e
83fa7f20917dc393aa60af43823a29b3b276df15
refs/heads/master
2020-04-24T16:29:43.119869
2019-02-27T14:31:46
2019-02-27T14:31:46
172,109,223
0
0
null
null
null
null
UTF-8
C++
false
false
360
h
/* * Tests2.h * * Created on: Feb 7, 2019 * Author: student */ #ifndef TESTS2_H_ #define TESTS2_H_ class Tests2 { public: Tests2(); bool doTests(); bool testCounting(); bool testDoodlebugMove(); bool testDoodlebugBreed(); bool testDoodlebugStarve(); bool testAntMove(); bool testAntBreed(); virtua...
[ "ravi@ravi0.com" ]
ravi@ravi0.com
736c9efaa05eb06342a77a300c6c6ad9e977e0eb
2c23a5aa38d441d3426a63637ea03c0e6dd9c2aa
/utils/nao_shopping_list/src/nao_shopping_list_client.cpp
e7f09270645e348b6e069ff4883ea99f934ec442
[]
no_license
bmw111/NAO-UPC
5fa6e701c6d037d401ae34c2d28e7101465881a2
3aefc8857ff32d8898ccbd1348b2db037f0594b3
refs/heads/master
2021-05-09T03:29:36.258272
2015-03-04T22:20:27
2015-03-04T22:20:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
710
cpp
// ROS #include "ros/ros.h" // CURRENT PROJECT #include "shopping_list/checkObjects.h" #include <cstdlib> int main(int argc, char **argv) { ros::init(argc, argv, "shopping_list_checkObjects_client"); ros::NodeHandle nh; ros::ServiceClient client = nh.serviceClient<shopping_list::checkObjects>("/shopping_list/ch...
[ "edgar.riba@gmail.com" ]
edgar.riba@gmail.com
e6e011fa1cb01be1276af408f065d458485299a2
20ddc4f37798a759113743b5f69003fcc0600bc1
/Bellman-Ford/Negative Cycle detection.cpp
391c85fd461cedc15c925a18a337e172a724e782
[]
no_license
Leodicap99/Graphs-
013c7857c7b166e608e4e012491093fe9d5bb716
d645ab84dc38df223d10ae9062e39f959b40c50c
refs/heads/master
2022-07-21T21:38:31.105172
2020-05-20T14:58:54
2020-05-20T14:58:54
264,908,302
0
0
null
null
null
null
UTF-8
C++
false
false
996
cpp
void solve() { vector<int> d (n, INF); d[v] = 0; vector<int> p (n - 1); int x; for (int i=0; i<n; ++i) { x = -1; for (int j=0; j<m; ++j) if (d[e[j].a] < INF) if (d[e[j].b] > d[e[j].a] + e[j].cost) { d[e[...
[ "noreply@github.com" ]
noreply@github.com
abdc4d9571134d622710c2dc94929a446e08836a
79aa1dbf1f1d1c2773852963f6ceaea8ce4d25af
/peeler-multimap.cpp
4cc3b33e94797225ab6d5aa1519522b6f8790e9c
[]
no_license
hawkrives/peeler
72c0a044d7e06f85bdf045edbf3bdc5eefb1be6a
ce0f55f304157764ee37dddc3b7d3c5b9d245d5e
refs/heads/master
2016-09-06T06:10:02.068005
2015-03-05T06:20:48
2015-03-05T06:20:48
31,687,975
0
0
null
null
null
null
UTF-8
C++
false
false
2,404
cpp
#include <iostream> #include <fstream> #include <vector> #include <algorithm> #include <unordered_map> #include <map> #include <cstdlib> #include "peeler-common.h" using namespace std; int hash_string(string input) { size_t len = input.size(); size_t quadtrant = len / 4; if (len < 4) return asciiify(input); st...
[ "hawkrives@gmail.com" ]
hawkrives@gmail.com
d94d7cb2f24b073f2a6e74f9aa3702f6fe833e42
173a899ed4627fb7fd6313a0baeba438d3e6735e
/TransitionSlideBounce.h
13df1074dde37d231b1f1a0c9399d0503b7af2a9
[]
no_license
JinwooYang/ColorSlide
fc10df7b68ddf40d436d3e09dd7dd3fe7ff3029a
941230852ee0a28ee283fc9e573c865572dea437
refs/heads/master
2021-05-30T05:23:33.358700
2015-08-05T11:10:05
2015-08-05T11:10:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,978
h
#pragma once #include "cocos2d.h" class TransitionSlideBounceL : public cocos2d::TransitionSlideInL { public: TransitionSlideBounceL() {}; ~TransitionSlideBounceL() {}; static TransitionSlideBounceL* create(float t, cocos2d::Scene* scene) { TransitionSlideBounceL* newScene = new (std::nothrow) TransitionSlideB...
[ "k2yd1754@naver.com" ]
k2yd1754@naver.com
b682693f77ef30e9bd5598978a12a9820c0afc7f
f77a2f9cf98e3697deaefa99c24e35ffb6689db8
/toonz/sources/stdfx/igs_hsv_add.h
3b884ed0c7c97dd735a75d3b0384f1077db4bec0
[ "BSD-3-Clause" ]
permissive
Emasoft/opentoonz
0adca8dbf43205549248adc9ebaa5ac63d407c03
663ee2ab9ef8fadc2f25b70535cb2e0a65250862
refs/heads/master
2021-01-17T14:19:51.163186
2016-04-21T10:04:28
2016-04-21T10:04:28
56,930,005
1
0
null
2016-04-23T16:46:07
2016-04-23T16:46:07
null
UTF-8
C++
false
false
1,537
h
#ifndef igs_hsv_add_h #define igs_hsv_add_h #ifndef IGS_HSV_ADD_EXPORT #define IGS_HSV_ADD_EXPORT #endif namespace igs { namespace hsv_add { IGS_HSV_ADD_EXPORT void change( unsigned char *image_array, const int height, const int width, const int channels, const int bits , const unsigned char *noi_image_array, con...
[ "shimizu.toshihiro@gmail.com" ]
shimizu.toshihiro@gmail.com
3c11e50f14b592f38b710926a21b649350ea129d
a7ec9bc79b337a77875b7202bfb5f01c3fb79f9a
/Test_Ballistic/RPG7.h
aaf096cdef2e5a63d2e1b3e74f5404aa09b78899
[]
no_license
ugrrelaise/TrajectoryInterface
70760fe1fe2a6f8d73e38c9b47b53ec312e7f63b
8619fa87ad665e86d55ec30860fef0327d26652f
refs/heads/master
2020-12-23T00:27:54.990822
2020-01-29T13:56:11
2020-01-29T13:56:11
236,975,813
0
0
null
null
null
null
UTF-8
C++
false
false
750
h
#ifndef RPG7_H #define RPG7_H #include "Gun.h" class LIB_BALLISTIC_EXPORT RPG7 :public Gun { public: RPG7() { gun_dragfunction = "GL"; gun_muzzle_velocity = 115.0; gun_balcoefficient = 1.6; gun_heightofsight = 0.0; gun_gunelevation1 = 0.00; gun_airtemper...
[ "ugurr.temell@gmail.com" ]
ugurr.temell@gmail.com
c49ae39e5258882c12be6e574c39d98fb071ac18
38b9daafe39f937b39eefc30501939fd47f7e668
/tutorials/2WayCouplingOceanWave3D/basicTutorialwtProbesResultsWtPhiCoupled/8.6/alphaPhi
4b39e079b2fa7a6b0c371347897b25d6ef0f7a4d
[]
no_license
rubynuaa/2-way-coupling
3a292840d9f56255f38c5e31c6b30fcb52d9e1cf
a820b57dd2cac1170b937f8411bc861392d8fbaa
refs/heads/master
2020-04-08T18:49:53.047796
2018-08-29T14:22:18
2018-08-29T14:22:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
526,557
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.1 | ...
[ "abenaz15@etudiant.mines-nantes.fr" ]
abenaz15@etudiant.mines-nantes.fr
64a369c649f75da4f7b8b3caaa6af5e155321c8f
e8ac7fe2baab7c77e31a1c857d56b747a450e753
/socket_message_client/socket_message_sdk/SocketControl.cpp
5cd76458f19c1035c77af052c555e189739b77ad
[]
no_license
ifengbaobao/socket_message
295cf326c0535b9049339c6bb3e3209f988081a1
74def7ff44c8930c259e1516efa95c6af61693c8
refs/heads/main
2023-07-25T14:20:36.373787
2021-08-29T14:31:04
2021-08-29T14:31:04
401,054,490
1
0
null
null
null
null
UTF-8
C++
false
false
2,863
cpp
#include "SocketControl.h" #include "SocketMessageSdkConfig.h" #include "SocketHead.h" SocketControl::SocketControl() :m_SocketConnectTimeout(CONFIG_SOCKET_CONNECT_TIMEOUT) , m_SocketSelectTimeout(CONFIG_SOCKET_SELECT_TIMEOUT) , m_IsNonBlock(true) { m_Select.SetTimeout(m_SocketSelectTimeout); m_Select.Se...
[ "fengjunbao@zhidaoauto.com" ]
fengjunbao@zhidaoauto.com
4fb953cd476e77d25f661643e7d1130d3a75f040
fa59cfedc5f57e881679fb0b5046da8c911229ca
/1219 오민식의 고민.cpp
4878d18138eca61f8aa5998a2a1dbd79b9cd8a49
[]
no_license
ju214425/algorithm
e2862df2c55490b97aefffaec99bb449a9db7e1f
db6d96eda3272a7faddaf11fdd02534d6231eafc
refs/heads/master
2023-07-02T21:32:53.718629
2023-06-25T06:04:57
2023-06-25T06:04:57
193,701,850
1
0
null
null
null
null
UTF-8
C++
false
false
2,486
cpp
#include <iostream> #include <algorithm> #include <vector> #include <queue> #define INF 0x6fffffffffffffff using namespace std; typedef long long ll; struct Edge { int src, dst; ll cost; bool operator > (const Edge &a) const {return cost > a.cost;} // for MIN_HEAP Edge operator + (const Edge &a) const {...
[ "2016025841@hanyang.ac.kr" ]
2016025841@hanyang.ac.kr
dbc15648681306908d43533839ada8849801e147
529bb02b6e6d975b167494f4bc380d5d18ea81de
/include/Hungarian2.h
baff15f3e629de96ebd72addfe8066c126a3ec4c
[ "MIT" ]
permissive
niekai1982/MultiCamer-tx2
a3487e2f28713d39783e036139ad75fed0dc5ffc
accae48e081f9fc55df64273c4c1285572283fdf
refs/heads/master
2020-04-13T07:11:34.235696
2018-12-25T03:55:09
2018-12-25T03:55:09
163,043,482
1
0
null
null
null
null
UTF-8
C++
false
false
2,125
h
/////////////////////////////////////////////////////////////////////////////// // Hungarian.h: Header file for Class HungarianAlgorithm. // // This is a C++ wrapper with slight modification of a hungarian algorithm implementation by Markus Buehren. // The original implementation is a few mex-functions for use in ...
[ "noreply@github.com" ]
noreply@github.com
ec68ba4e8ca820b2d1494af18d5af9790780fb53
37b096fb00605517206051db89335fffed8883d2
/src/spoj/spoj54.cpp
95a63017bacdad07bf3187be58d403b2190dd2e0
[]
no_license
tirupatihemanth/codewars
e337a6c44a712b600c9d06c8ca68a4e9cd5ede4a
5ba33e500fc15867cdb33052f404096aec9f4a18
refs/heads/master
2020-04-06T19:33:08.635368
2015-08-03T02:56:53
2015-08-03T02:56:53
35,532,013
0
0
null
null
null
null
UTF-8
C++
false
false
3,170
cpp
#include <iostream> #include <string> #include <algorithm> #define all(c) c.begin(), c.end() using namespace std; string add(string &str1, string &str2){ string s1 = str1, s2 = str2; reverse(all(s1)); reverse(all(s2)); string add_ans; if(s1.size() < s2.size()){ add_ans = s...
[ "tirupatihemanthkumar@gmail.com" ]
tirupatihemanthkumar@gmail.com
53d61e9c24e187bf23ecf21681eb598a8a1f046f
6b73ea19b9633049eff8e777e9d0ee2bc002d475
/save/src/texture.cpp
2dbd1e57d488d8b9c0a75731786198b9d7794efe
[]
no_license
LucasMorlet/Subdiv
d65ad0b98d70b7734b94b9676590b8d1b9dc5ec7
ba3248e0c5345c9c923c703792470cc932abf0ca
refs/heads/master
2023-05-29T20:05:55.694013
2021-06-16T17:40:25
2021-06-16T17:40:25
252,677,239
0
0
null
null
null
null
UTF-8
C++
false
false
1,171
cpp
#include "texture.h" Texture::Texture( QString nom, texture_type t ) { // Création de l'objet texture this->image = QGLWidget::convertToGLFormat( QImage(QString( nom )) ); this->type = t; this->num = GL_TEXTURE0 + t; /* switch ( t ) { case color_map : this->num = GL_TEXTURE0;...
[ "LucasMorlet@users.noreply.github.com" ]
LucasMorlet@users.noreply.github.com
542af1f9b828fd5d5e69183e057e1361ba301754
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14366/function14366_schedule_14/function14366_schedule_14.cpp
e045006d33c754e8e1172bd72b21f5a75c8de14f
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,046
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14366_schedule_14"); constant c0("c0", 1024), c1("c1", 512), c2("c2", 64); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i100("i100", 1, c0 - 1), i101("i101", 1, c1 - 1), i102("i102...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
e25b3bcf907240f418ede79e11f02520cbc3dce5
ee718572b4ab7c7bfea5207d0e6139b0c774d790
/Aid Management Application (AMA)/AidApp.cpp
cca8a1d06d0c41d45a67ac635a5e26733db6608f
[]
no_license
wzafar1/Aid-Management-Application-AMA-
0c41885d24c9ee5a6ad248270bcf85f617d3351b
c93506dfec3e90a0fe6abc2621ca5e42d1ff2836
refs/heads/master
2021-07-09T19:20:56.025654
2017-10-13T19:45:48
2017-10-13T19:45:48
106,866,659
0
0
null
null
null
null
MacCentralEurope
C++
false
false
7,251
cpp
// Final Project Milestone 6 // Version 1.0 // Date: 08/08/2017 // Author: Wahab Zafar // Email: wzafar1@myseneca.ca // Description: // This project is to prepare an application that manages the // list of goods needed to be shipped to the area. The application // is able to keep track of the quantity of item...
[ "noreply@github.com" ]
noreply@github.com
5c48f46f9bd52361d3c2f71a0c9bbbc6a0dce317
87464fd51294f061472244148aebce14e454f2a6
/Practice/LeetCode/30DayChallenge/week_3/Day17.cpp
6867b110ad8006477e36698846fc7a6cc29df8de
[]
no_license
msk4862/DS-Algo
6fb348e4ae0f685f58b89f619ce4edc6690c3817
10e41a8ce1879fceee6f064c81192aa3e981d8d4
refs/heads/master
2021-08-02T23:31:44.813569
2021-07-24T11:18:51
2021-07-24T11:18:51
199,693,163
4
3
null
2020-10-07T19:28:55
2019-07-30T16:56:48
C++
UTF-8
C++
false
false
957
cpp
/* Number of Islands */ class Solution { public: void traverseIsland(vector<vector<char>>& grid, int i, int j, int r, int c) { if(i<0 or j<0 or i>=r or j>=c or grid[i][j]!='1') return; cout<<i<<j<<" "; // mark travelled grid[i][j] = '2'; traverseIsla...
[ "shoaib.mca19.du@gmail.com" ]
shoaib.mca19.du@gmail.com
8d61649ebcac1442ce48e8ec51eb639fb48633b0
c1d172eb019c7a4783a0758d534402e2b82233fb
/src/wtl_control_examples/MiniPie/UrlDlg.h
78cfeafd5ad53772e415e12ca49cc7bc9f6bff6e
[]
no_license
zhengfish/wtl-examples
e0218432e43900c0824dbadcaa0a9041043fc896
300d59bcb4421871e404d4932513c83f1f155538
refs/heads/master
2020-03-29T08:00:54.306880
2017-09-20T16:06:48
2017-09-20T16:06:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,699
h
// UrlDlg.h : interface of the CUrlDlg class // ///////////////////////////////////////////////////////////////////////////// #pragma once class CUrlDlg : public CStdDialogResizeImpl<CUrlDlg>, public CWinDataExchange<CUrlDlg> { public: class CEditUrl : // a CEdit handling VK_RETURN and Edit commands ...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
e38f34f2b8dd57378546390dde43309c6db6147f
9f5289c0bb0d3d7a91d1003a4ae7564576cb169e
/Source/BansheeCore/Include/BsCapsuleCollider.h
565e3736366226ec5e362b38600b7fb8d8950b80
[]
no_license
linuxaged/BansheeEngine
59fa82828ba0e38841ac280ea1878c9f1e9bf9bd
12cb86711cc98847709f702e11a577cc7c2f7913
refs/heads/master
2021-01-11T00:04:23.661733
2016-10-10T13:18:44
2016-10-10T13:18:44
70,758,880
3
3
null
2016-10-13T01:57:56
2016-10-13T01:57:55
null
UTF-8
C++
false
false
1,647
h
//********************************** Banshee Engine (www.banshee3d.com) **************************************************// //**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************// #pragma once #include "BsCorePrerequisites.h" #include "BsCollider.h"...
[ "bearishsun@gmail.com" ]
bearishsun@gmail.com
c1c9dff992653df26ab9f7afb371dacae1aab4ee
bd09463ac8e63ada1c909c74be4772cfa33f3557
/AABBoxMaskedRasterizerAVXST.h
87ef5a22ae00411b4558bee853f69f521c799c90
[ "Apache-2.0" ]
permissive
UniStuttgart-VISUS/OcclusionCulling
6c2deb3fb6e08ef3ac24138dd2e1d7f39f8c3479
38f5d4e219f41f1214cea6f6a4d0ea4bfd9e8cfa
refs/heads/master
2022-01-15T17:33:45.801511
2019-03-29T13:58:15
2019-03-29T13:58:15
142,598,754
1
1
null
2018-07-27T16:12:50
2018-07-27T16:12:50
null
UTF-8
C++
false
false
1,428
h
//////////////////////////////////////////////////////////////////////////////// // Copyright 2017 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy // of the License at // // http://www.apac...
[ "christians.1804@gmail.com" ]
christians.1804@gmail.com
dded55839d3699c06a774b6506a76079dd0583ad
f16b2681afb17c8b90f701d2a3a25f5180d2db59
/zoom-button/zoom-button.ino
c0d3443f35ed3638c285aa4da87a5012c4a08dd8
[]
no_license
howdym/413-tech-showcase
a39b3438de3ac8209b147982682a03799908358f
09276111aff83c045239e1be60d2caed19b571ec
refs/heads/main
2023-07-15T12:20:49.490438
2021-08-16T02:15:27
2021-08-16T02:15:27
396,558,239
0
0
null
null
null
null
UTF-8
C++
false
false
849
ino
#include <Servo.h> Servo myservo; int buttonInput = 2; int output = 12; int isSend = 0; int buttonState = 0; int incomingByte = 0; void setup() { Serial.begin(9600); Serial.setTimeout(1000); // put your setup code here, to run once: pinMode(buttonInput, INPUT_PULLUP); pinMode(output, OUTPUT); my...
[ "marcjiang312@gmail.com" ]
marcjiang312@gmail.com
27a9e913300abb9b026e06622257ca3d480d361b
d48bcee5a8e0446f07f9929d0f01c9a301dc84b1
/lldbHeaders/lldb/Core/ValueObjectMemory.h
d7a064028c5a78157f8ae572018c345591f74af3
[]
no_license
columbia/ArgusDebugger
561592fed458fbb67cf543af2216616e0ac9f2e3
06cd82d2f0a9bf15293391f06ce726e06d236c44
refs/heads/main
2023-05-04T15:00:24.923019
2021-05-16T02:10:32
2021-05-16T02:10:32
367,765,270
16
1
null
null
null
null
UTF-8
C++
false
false
2,466
h
//===-- ValueObjectMemory.h -----------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===---------------------------------------------------------...
[ "lingmei@cs.columbia.edu" ]
lingmei@cs.columbia.edu
2c2c09c1c03adffe427715ad5698007669c47d79
6fcf6c92164262665fd31110a66da74f643d6685
/wrapper/CSharp/CsResourceFlags.h
4c7ae3d4876d7cf5791fb3e2b39dba16b1f349fe
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
alyfreym/LLGL
2c9723df4327985a5c15e4a2cdd55207a0bf37e7
263e51bacb77d505d22a06a90ca4a7a16bf588cd
refs/heads/master
2020-09-16T20:39:39.649133
2019-11-13T00:31:26
2019-11-13T00:31:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,591
h
/* * CsResourceFlags.h * * This file is part of the "LLGL" project (Copyright (c) 2015-2019 by Lukas Hermanns) * See "LICENSE.txt" for license information. */ #pragma once #include <vcclr.h> #using <System.dll> #using <System.Core.dll> #using <System.Runtime.InteropServices.dll> using namespace System; using...
[ "lukas.hermanns90@gmail.com" ]
lukas.hermanns90@gmail.com
dda00f6681f2964f763a85d5d4bc02eb8e2e5ea7
bc04ac4221bd533da6497d1f80150cdd211a7921
/instructions/Instruction_efd.h
120715cf5764d4b8ff4ea437c0effa0c9a9607c2
[]
no_license
WarlockD/Mil-std-1750A-Emulator-C20
71e8e357c81a36fe39c5b42a1f76fa13ffef130d
93ed87966945351773107dc6cf3ad5fd50e9cdd4
refs/heads/master
2023-03-16T07:55:57.903908
2012-07-16T15:57:28
2012-07-16T15:57:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
305
h
#ifndef INSTRUCTION_EFD #define INSTRUCTION_EFD #include "Instruction_longInstruction.h" class Instruction_efd : public Instruction_longInstruction { friend class InstructionRegistry; public: virtual ~Instruction_efd(); virtual void execute() const; private: Instruction_efd(); }; #endif
[ "ritchie@uibhist.de" ]
ritchie@uibhist.de
494379c735d8c629b14b3b23e4e96c0240bee375
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.h
f193365bf609bb56e330f416aa1fef51ba97687e
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
765
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Input/Reply.h" #include "WidgetReference.h" #include "DesignerExtension.h" class FGridSlotExtension : public FDesignerExtension { public: FGridSlotExtension(); virtual ~FGridSlotExtension() {} virtual bo...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
ae83d934abcb689c978dee97968f4f0d2a97b682
bc90e70ee2139b034c65a5755395ff55faac87d0
/sprout/type_traits/remove_all_extents.hpp
78e86d5ef142096b1f2b1af15d97012a4e072a69
[ "BSL-1.0" ]
permissive
Manu343726/Sprout
0a8e2d090dbede6f469f6b875d217716d0200bf7
feac3f52c785deb0e5e6cd70c8b4960095b064be
refs/heads/master
2021-01-21T07:20:16.742204
2015-05-28T04:11:39
2015-05-28T04:11:39
37,670,169
0
1
null
2015-06-18T16:09:41
2015-06-18T16:09:41
null
UTF-8
C++
false
false
916
hpp
/*============================================================================= Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout 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.tx...
[ "bolero.murakami@gmail.com" ]
bolero.murakami@gmail.com
178f78948f105f0829c5a6a76359b89c429b4db3
a011c4b22f74697633f7f0a37dcf6516619ff02d
/examples/Generic/Ethernet/SAMDUE/SAMDUE-Ethernet_ServerAllFunctionsDemo/SAMDUE-Ethernet_ServerAllFunctionsDemo.ino
f04d1cdf8a1ef2070401ae661c64716137c02581
[ "MIT" ]
permissive
robysanf/WebSockets2_Generic
080f2d0b24f958145b4dfba8ecfaedd88d7a3530
fe1765b62a93dfd63ddd06b2b8fa8928fbf07f57
refs/heads/master
2022-12-01T10:06:23.310553
2020-08-08T05:11:37
2020-08-08T05:11:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,420
ino
/**************************************************************************************************************************** SAMDUE-Ethernet_ServerAllFunctionsDemo.ino For SAM DUE with Ethernet module/shield. Based on and modified from Gil Maimon's ArduinoWebsockets library https://github.com/gilmaimon/Ardu...
[ "noreply@github.com" ]
noreply@github.com
b60ef2b2a3bb5982ade247a70cbceb782208de3f
62cde8952e66bf5fc78a34762f53f333d38d1421
/src/DecisionTree.cpp
0a563ca99e17e828acb45c3ff7a86bbbf58aeb32
[ "MIT" ]
permissive
ezalenski/MechMania-2016-AI
ae67837bfba370e58556c26a67dac5426c78d990
ffab99043294a43a67eacbb02d215b72cd704581
refs/heads/master
2021-01-11T05:42:21.064582
2016-10-21T02:42:57
2016-10-21T02:42:57
71,522,178
0
0
null
null
null
null
UTF-8
C++
false
false
6,266
cpp
// // Created by Edmund Zalenski on 10/9/16. // #include <cfloat> #include "DecisionTree.h" DecisionTree::DecisionTree(const State& initial_state) : _initial_state{ initial_state } { } State* DecisionTree::generate_to_level(int target_level, double time_out) { return _g...
[ "ezalenski@payoff.com" ]
ezalenski@payoff.com
456057388f7890030b279e8508f8e0b7d5fd1368
89535494617d2c32f95b0bfca73f4b313b4bf4c6
/Matrixes/Matrix/main.cpp
d2f70f5da6638270b95934c25871c10bc6190f25
[]
no_license
KingaPlell/Matrixes
de41f1a60c8c2ff2b9771dd3d1cbb05f4406c07b
ad77161eea975d51dfd8f5bb3c8733a2b1744f50
refs/heads/master
2023-08-21T14:30:48.755386
2021-09-13T11:43:14
2021-09-13T11:43:14
405,947,983
0
0
null
null
null
null
UTF-8
C++
false
false
291
cpp
/* Created by: Kinga Plell Description: Operations with Matrixes */ #include <iostream> #include "Matrix.h" using namespace std; int main() { Matrix m; int number = 2; Matrix n; m.multiply_constant(number); m.display(); m.multiply_matrix(n); m.display(); }
[ "plellkinga@gmail.com" ]
plellkinga@gmail.com
a32c06578852b448cdfdc0b7e967441b08effb8f
67d3da70c61c9204c56bc2e7b6a2ea8b8c3c0654
/[14502] 연구소.cpp
d2c6430831aa69b5e0054ae7c7a89615c7bc028d
[]
no_license
HyunA-Kim/BOJ
2de08951511c37ce6cebdbccaa21e8c5a534dd8a
3fad5323be21b983bee9842be80f72901da20a46
refs/heads/master
2020-05-09T23:58:37.323975
2019-06-16T14:53:38
2019-06-16T14:53:38
181,517,492
2
0
null
null
null
null
UTF-8
C++
false
false
2,318
cpp
#include<iostream> #include<vector> #include<queue> #include<algorithm> using namespace std; int N, M; int dir[4][2] = { {-1,0},{1,0},{0,-1},{0,1} }; //방향 int ans=0; vector<vector<int>> map; //기존맵 vector<vector<int>> map_copy; //맵 카피본 vector<pair<int,int>> virus; queue<pair<int, int>> q; void count...
[ "noreply@github.com" ]
noreply@github.com