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
4bd5bcf3af55ed0ad8b6e38543ea91d80c859d5f
a46fc6f94dc2fd24e951aff613d6551d3d8187f6
/PeopleDetector.h
19546625a162fe6782a422287ecdff44dac2aecd
[]
no_license
Lieto/pilot_sensor
2444ca53d7a2a1c524b4d412a76eb0e3dae1e663
95ae31d5b5a11cc228db2d07af23b167b2040ad0
refs/heads/master
2021-01-09T07:04:47.456852
2016-07-26T11:30:11
2016-07-26T11:30:11
64,194,561
0
0
null
null
null
null
UTF-8
C++
false
false
346
h
// // Created by kuoppves on 20.7.2016. // #ifndef KOE_PEOPLEDETECTOR_H #define KOE_PEOPLEDETECTOR_H #include <opencv2/opencv.hpp> class PeopleDetector { public: std::vector<cv::Rect> m_detected_pedestrians; cv::HOGDescriptor m_hog; PeopleDetector(); void process(const cv::Mat& frame); }; #end...
[ "vesa.kuoppala@affecto.com" ]
vesa.kuoppala@affecto.com
a022b78a4a19aeeba251504718061b053c2776c6
c2b6bd54bef3c30e53c846e9cf57f1e44f8410df
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_ge958655563.h
dd995b0da8378b3e31770753eaadcbb9acc740f8
[]
no_license
PriyeshWani/CrashReproduce-5.4p1
549a1f75c848bf9513b2f966f2f500ee6c75ba42
03dd84f7f990317fb9026cbcc3873bc110b1051e
refs/heads/master
2021-01-11T12:04:21.140491
2017-01-24T14:01:29
2017-01-24T14:01:29
79,388,416
0
0
null
null
null
null
UTF-8
C++
false
false
7,690
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" // System.Int32[] struct Int32U5BU5D_t3030399641; // System.Collections.Generic.Link[] struct LinkU5BU5D_t62501539; // UnityEngine.UI.Gr...
[ "priyeshwani@gmail.com" ]
priyeshwani@gmail.com
0e3bd5463fe48fe1051808ae4e6b9989f73159c3
8f72438d5f4ca7219df3ae7799c3282faab5e33e
/Codeforces/1064A. Make a triangle.cpp
9832bf3766efca7ebd2bf9c22d4990b84ac1d106
[]
no_license
mdzobayer/Problem-Solving
01eda863ef2f1e80aedcdc59bbaa48bcaeef9430
a5b129b6817d9ec7648150f01325d9dcad282aed
refs/heads/master
2022-08-15T22:04:18.161409
2022-08-08T11:46:00
2022-08-08T11:46:00
165,687,520
0
1
null
null
null
null
UTF-8
C++
false
false
459
cpp
#include <bits/stdc++.h> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; if ((a+b) > c) { if ((a+c) > b) { if((b+c) > a) { printf("0\n"); } else { cout << min(b,c) - (a + 1) << endl; } } ...
[ "mdzobayer@rocketmail.com" ]
mdzobayer@rocketmail.com
90937992f62b725a8fe90e92a57a1e29f4fecb28
bf3877bb7a0e12852337e184b4859417ac7d54a0
/projects/poolalloc/include/dsa/DSNode.h
4ee7c1ee5e91ee697c7823fe151d0dfd6d49cfb0
[ "NCSA" ]
permissive
ckj119940887/IntFlow
efc4116c60a3bc76bd5076e32b31241c202c9982
0400aef5da2c154268d8b020e393c950435395b3
refs/heads/master
2020-03-29T11:46:58.241965
2015-04-04T22:39:15
2015-04-04T22:39:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,094
h
//===- DSNode.h - Node definition for datastructure graphs ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------...
[ "theofilos.pe@gmail.com" ]
theofilos.pe@gmail.com
5ecd1367802f67d54342fa21891edd4807ce9ca3
0f82bd39727cf535e75cb8307e7900177aa7ceca
/Haffman/Huffman.cpp
0bddc322086e24705d0149a913e3d13e9b6b5de8
[]
no_license
DaftPunk89/Haffman-algorithm
c8e9601574265669283df5b9e6196b9f4bd97732
57b83e45096b422ebca7c62bcba83219d785f970
refs/heads/main
2023-02-24T15:07:30.100012
2021-01-27T12:05:56
2021-01-27T12:05:56
333,409,224
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
5,390
cpp
#include "Huffman.h" huffman::huffman(string file_name) { this->name_file = file_name; counter_of_symbols = 0; ifstream in_file(file_name, ios::binary); if (in_file.is_open()) { while (1) { char c = in_file.get(); if (in_file.eof()) break; cymbol_val[c]++; // считывание информации о том, сколько раз...
[ "dima_borisov_1989@bk.ru" ]
dima_borisov_1989@bk.ru
fb78d6d8b65efcf531975ad26d24fad2678fdf1e
6754583bfba3b2a3c8d51d8dbfb626eb31d00c1b
/Source/ProjectRPG/Public/Quests/ProjectRPGQuest.h
a4742eb624af127511e4e1c3938bd554fc0b75ec
[]
no_license
SmallImpactGames/ProjectRPG
18462c5a56dcc8db9f594915a31edf5a1bce4488
843a7b91ef3532da1f4d60155cc855ec9dcbe55a
refs/heads/master
2021-05-28T07:37:59.418561
2014-12-30T20:50:39
2014-12-30T20:50:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
773
h
#pragma once #include "ProjectRPGQuestObjective.h" #include "GameFramework/Actor.h" #include "ProjectRPGQuest.generated.h" UCLASS() class AProjectRPGQuest : public AActor { GENERATED_UCLASS_BODY() public: UPROPERTY(Replicated, BlueprintReadOnly, Category = Quest) FString QuestName; ...
[ "Russell.J.Baker@gmail.com" ]
Russell.J.Baker@gmail.com
b62b58eacd9468553a10b6be69b06f4834e822b4
67b7a7085447b7561208ed6df95dd3133df580e2
/oct95/xspl-oct/MACMAIN.CPP
609bfc90e5b1a8f639d54faeb043c1e0f8de24c6
[]
no_license
dwilliamson/GDMagArchive
81fd5b708417697bfb2caf8a983dd3ad7decdaf7
701948bbd74b7ae765be8cdaf4ae0f875e2bbf8e
refs/heads/master
2021-06-07T23:41:08.343776
2016-10-31T14:42:20
2016-10-31T14:42:20
72,441,821
74
4
null
null
null
null
UTF-8
C++
false
false
1,063
cpp
/*************************************************************************** X-Splat Cross-Platform Game Development Library Platform Setup Macintosh Version This code is Copyright (c) 1995 by Jon Blossom. All Rights Reserved. ***************************************************************************/ #include...
[ "dwilliamson_coder@hotmail.com" ]
dwilliamson_coder@hotmail.com
cdac4c3fa8a5f1feab426c4b36596afee4d58687
18005e5badf7da00b1fc99efb5287cbc4043d0bd
/src/qtenv/qtenv.h
553ce1e454231568c748bfd249ce860730b4a887
[]
no_license
robinfoxnan/omnet_zh
1e5b78d355a92c08f4c6218bb66b4fde6b510001
3b2aaccb11cbdc8687bf37ff4a3ee432fd6c3c5f
refs/heads/main
2023-02-16T17:50:30.512206
2021-01-15T02:51:44
2021-01-15T02:51:44
324,327,531
0
0
null
null
null
null
UTF-8
C++
false
false
20,833
h
//========================================================================== // QTENV.H - part of // // OMNeT++/OMNEST // Discrete System Simulation in C++ // //========================================================================== /*-------------------------------------------------...
[ "robin-fox@sohu.com" ]
robin-fox@sohu.com
7cad0da313050ee265387fd13dda5f0f170943bd
64e4fabf9b43b6b02b14b9df7e1751732b30ad38
/src/chromium/gen/gen_combined/third_party/blink/public/mojom/notifications/notification_service.mojom-blink-test-utils.cc
3220790f540e778369ab8e0447d48f4d689c958f
[ "BSD-3-Clause" ]
permissive
ivan-kits/skia-opengl-emscripten
8a5ee0eab0214c84df3cd7eef37c8ba54acb045e
79573e1ee794061bdcfd88cacdb75243eff5f6f0
refs/heads/master
2023-02-03T16:39:20.556706
2020-12-25T14:00:49
2020-12-25T14:00:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,104
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-private-field" #elif defined(_MSC_VER) #pragma warning(pus...
[ "trofimov_d_a@magnit.ru" ]
trofimov_d_a@magnit.ru
96228708f28032e182846b4b7614d8509ff02fec
cfe82810274ae542ae72fa7e59b75ef767220b94
/src/util/ansi/colors_tests.cpp
b1167b5673238f9e9ff2c5e9be5e9fa3356d2818
[]
no_license
mauve/the-farm
503c0d8999685eb7b0fa8e1b7acf31e760118bbd
2fc0710b69d5f8b1425c42eee137eb40c5d52fb6
refs/heads/master
2021-05-26T19:23:05.390767
2012-03-14T08:43:49
2012-03-14T08:43:49
3,309,132
0
0
null
null
null
null
UTF-8
C++
false
false
3,978
cpp
/* * Copyright (C) 2012, All rights reserved, Mikael Olenfalk <mikael@olenfalk.se> */ #include "colors.hpp" #include <boost/test/unit_test.hpp> namespace { util::ansi::color_t colors[] = { util::ansi::black, util::ansi::red, util::ansi::green, util::ansi::yellow, util::ansi::blue, util::ansi::magenta, util:...
[ "olenfalk@spotify.com" ]
olenfalk@spotify.com
01c0aaec58c21305d37b2f963cde762fc02e3b49
d1a4536e3ce815194df68a1a284cc40f8312a76a
/sandboxed_api/embed_file.h
b65dfaae0736a9687f8f8b37da10b14ea94d40fe
[ "Apache-2.0" ]
permissive
Taylormsz/sandboxed-api
a386a826a65d8296d3cff9f45eec46e123893f28
cb36b974ebdb7b99c2e2cfc4f97fe0ce6ed4ba43
refs/heads/master
2020-04-30T02:41:01.193489
2019-03-19T17:38:31
2019-03-19T17:38:52
176,567,255
1
0
Apache-2.0
2019-03-19T17:41:45
2019-03-19T17:41:44
null
UTF-8
C++
false
false
1,833
h
// Copyright 2019 Google LLC. 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 by applicable...
[ "cblichmann@google.com" ]
cblichmann@google.com
7edfd39dfa517af7ae78638d736c3a91ef8045d5
e43e57d3a56b053b9429130e75a112ec094fe06d
/data_types/w_dg_t.cpp
ad4594f541411fd56b4bc5d81e0072b68318de71
[]
no_license
zebra6/polecat
6b1ba43e51652115edab316bcda6562d941a10ec
2ae019ddbcd613de0571961e40c1b5d83cfd638d
refs/heads/master
2021-06-15T08:50:35.123977
2017-04-10T02:11:58
2017-04-10T02:11:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,020
cpp
#include "w_dg_t.h" // #include <stdio.h> // #include <stdlib.h> //printf #include <assert.h> //assert #include <float.h> //FLX_MAX #include <vector> //priority queue #include <queue> //prority queue using std::vector; using std::priority_queue; using std::greater; using std::pair; /**************************...
[ "hades@voodoo.helios" ]
hades@voodoo.helios
60d88ec27abfe2820d2fb6f69aae7e3d7f830682
1420fd9b804db293b0a583dc0d13a051302aee40
/tut2_circle/main.cpp
4649be0b4057cd25b614b8e154d0fa05c46dfc13
[]
no_license
adventurer-exp/boat_game
cc256552bb4c2ad8bb1288b10f06bc5f0e668cb5
03280384c6a230495b8e902a47d8ef151c42cf33
refs/heads/master
2023-07-15T20:35:58.505235
2021-08-18T01:37:46
2021-08-18T01:37:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,415
cpp
/* Draws a circle using either cartesian or polar coordinates */ #include <math.h> #include <stdio.h> #include <stdbool.h> #include <stdlib.h> #if _WIN32 # include <Windows.h> #endif #if __APPLE__ #define GL_SILENCE_DEPRECATION # include <OpenGL/gl.h> # include <OpenGL/glu.h> # include <GLUT/glut.h> #else # ...
[ "sbilkova99@gmail.com" ]
sbilkova99@gmail.com
5bdbbde0d1f5f774f7b061945fda4f6fbda9b91b
ff5624ecd0f56b0420b4382d4b0fd129f311d64a
/Classes/Model/Systems/CurrencySystem/currency_system.cpp
b8c6af8a4c8e56de45e1fc012feee79250ed807a
[]
no_license
cyc1034/hellocpp
18fa2275af4fbe5d42d06b4c172092ec33d7372f
bf34e436d1dbc69121ca1a18c0aa8d347461484a
refs/heads/master
2021-01-25T10:05:44.561474
2013-08-13T17:09:08
2013-08-13T17:09:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
673
cpp
#include "currency_system.h" #include "../../Components/Currencies/pet_food.h" #include "../../Components/Currencies/player_gold.h" #include "../../Components/Currencies/player_gem.h" namespace crazyfarm { currencySystem::currencySystem() : pet_food_(new petFood(0)), player_gold_(new playerGold(0)), player_gem...
[ "364304890@qq.com" ]
364304890@qq.com
70a5e0f0234c2c11df1bae645754539b5d5430c0
513ff78f74460d14744ce932969d4b5a6e64e051
/extension.cpp
4df583bce8f6d97648c65eac3d56d8c3f46bb9f9
[ "MIT" ]
permissive
blockplusplus/pxt-ubitbot
1b251fef6b6b4b8a2d6c98681d0284d0950c9772
2d68fb8debb239fff7f7fa772df4b5d859d6ce13
refs/heads/master
2021-05-09T12:50:59.345685
2018-02-02T08:11:22
2018-02-02T08:11:22
119,018,889
0
0
null
null
null
null
UTF-8
C++
false
false
476
cpp
#include "pxt.h" #include "libs/inc/ubitBot.h" Bot bot; using namespace pxt; namespace ubitbot { //% int frequencyToKey(int frequency) { return max(0, min(127, round(log(frequency/440.0)/log(2) * 12 + 69))); } //% void cppTesting() { GreyRegisteredJack grey(bot.rj.j[0]); E...
[ "lincoln@blockplusplus.com" ]
lincoln@blockplusplus.com
d714e45f5b5b5b179563374cdd3f7c39d2818109
b6447160c6d905adcb81193d13deac4c5eb13fca
/Classes/Constant.cpp
fcdea897995c7322375cc43e4ec873b09204cf58
[]
no_license
itsabhiaryan/CocosTest
845fb51f95e449ad2dbc56519ccab7ed0121aca6
2939d3933cb18d3bda7bf5a2b8a11e8ad9b0b787
refs/heads/master
2020-12-30T16:41:23.297869
2017-05-15T20:59:02
2017-05-15T20:59:02
91,013,193
0
0
null
null
null
null
UTF-8
C++
false
false
3,446
cpp
// // Constant.cpp // Test // // Created by Abhishek Aryan on 07/05/17. // // #include "Constant.hpp" #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) #include "platform/android/jni/JniHelper.h" #endif void its::openApp(std::string packageName){ #if(CC_TARGET_PLATFORM==CC_PLATFORM_ANDROID) JniMeth...
[ "itsabhiaryan@gmail.com" ]
itsabhiaryan@gmail.com
fcbf1693005912ed96e9e9d97ad065cbe0a635ae
f23e6027b98ce89ccdf946bbc0aaa8d90ac54ce5
/src/erhe/commands/erhe_commands/input_arguments.hpp
92e03de8af27571aee285e07f1ecac73068a21a9
[ "MIT", "Zlib", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
tksuoran/erhe
8476cba96d73d4636aad2a40daaa707fd00b112f
d8a3393113aac273fe2446894f287d9a7889e0a7
refs/heads/main
2023-09-04T11:06:39.665543
2023-09-02T16:15:32
2023-09-02T16:15:32
363,416,834
412
45
NOASSERTION
2023-07-15T11:06:09
2021-05-01T13:29:16
C++
UTF-8
C++
false
false
412
hpp
#pragma once #include <glm/glm.hpp> #include <glm/gtc/quaternion.hpp> namespace erhe::commands { union Input_arguments { bool button_pressed; float float_value; struct Vector2 { glm::vec2 absolute_value; glm::vec2 relative_value; } vector2; struct Pose { glm::qu...
[ "tksuoran@gmail.com" ]
tksuoran@gmail.com
85e9bd75c0138d70165bb6b53da3ccd23ca5fcd0
15427c02f21dc802f15943557db09dad08b1f610
/gp_parser.cpp
a6302ad9c94d1435ab9ab88f7f082bcdfde0485f
[ "MIT" ]
permissive
PhilPotter/gp_parser
e8ca9e2debdcfe1357df87665267726c39209fda
0a7bf609a480fd28656ab769299bb118ac8ba3a1
refs/heads/master
2020-08-02T01:46:42.417295
2020-02-29T16:42:33
2020-02-29T16:42:33
211,196,474
7
2
MIT
2020-02-29T16:42:35
2019-09-26T23:15:14
C++
UTF-8
C++
false
false
24,258
cpp
/* Copyright Phillip Potter, 2019 under MIT License * Based upon https://github.com/juliangruber/parse-gp5 (also MIT) */ #include <stdexcept> #include <fstream> #include <iterator> #include <regex> #include <algorithm> #include <cstdio> #include <cmath> #include "gp_parser.h" namespace gp_parser { /* This constructo...
[ "phil@philpotter.co.uk" ]
phil@philpotter.co.uk
b47f46765b57416ad19bb5ad32cf1efbd6ffd441
33b567f6828bbb06c22a6fdf903448bbe3b78a4f
/opencascade/RWStepShape_RWDimensionalSize.hxx
d58b7a2aee1a78ccc23fb582bf8c0c2b7b46f010
[ "Apache-2.0" ]
permissive
CadQuery/OCP
fbee9663df7ae2c948af66a650808079575112b5
b5cb181491c9900a40de86368006c73f169c0340
refs/heads/master
2023-07-10T18:35:44.225848
2023-06-12T18:09:07
2023-06-12T18:09:07
228,692,262
64
28
Apache-2.0
2023-09-11T12:40:09
2019-12-17T20:02:11
C++
UTF-8
C++
false
false
1,884
hxx
// Created on: 2000-04-18 // Created by: Andrey BETENEV // Copyright (c) 2000-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 a...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
6198374138e3fc416dba99531e8898122196b2ed
9f83c1ca4a402833903ba55ea00aa061bf3e7d32
/HighHitVarsAna.h
3c06ac31c63f07c36beaa695b80dbecf0cfd6f62
[]
no_license
dungphan90/MINOS-NueAna
63bb99e75621d7b5e85ce39a268204e2e771f5f1
5ffafe0ab9292adbf4f8ecefcb0df65a44eabc0b
refs/heads/main
2023-03-03T19:12:41.400507
2021-02-16T17:59:51
2021-02-16T17:59:51
339,484,662
0
0
null
null
null
null
UTF-8
C++
false
false
514
h
#ifndef HIGHHITVARSANA_H #define HIGHHITVARSANA_H #include "NueAna/NueAnaBase.h" #include "NueAna/HighHitVars.h" class TPad; class TNtuple; class NtpSRRecord; class NtpSREvent; class HighHitVarsAna : public NueAnaBase { public: HighHitVarsAna(HighHitVars &hhv); virtual ~HighHitVarsAna(); void Analyze(int ...
[ "brianp.dung@gmail.com" ]
brianp.dung@gmail.com
16bb605175e78618f4cf72dfccf9d601765db5ba
59795580b357a879ea39ad72a9f9d53f5e68e2aa
/430.扁平化多级双向链表/Main.cpp
94cd258f1d8763b0d98a22cfa744b88f2bc55cc3
[]
no_license
gdis5251/LeetCode
1b507ed2d7264cf456ac38abcf3ca6e545aa59c2
e27becdd58c9f1083f28e7d674a5314aea00d08e
refs/heads/master
2021-07-14T17:11:21.343456
2020-07-12T16:24:51
2020-07-12T16:24:51
167,140,648
0
0
null
null
null
null
UTF-8
C++
false
false
799
cpp
class Solution { public: Node* flatten(Node* head) { stack<Node*> s; Node *cur = head; while (cur) { if (cur->child) { s.push(cur->next); cur->next = cur->child; cur->child->prev = ...
[ "841784596@qq.com" ]
841784596@qq.com
3b4c1af895c861722d69d9803899f0fd009bba14
eb7740191a8e296452da00c23e76f7316aafe3ac
/src/net/http/http_stream_factory_impl_request.h
d6f9b02cbef1d1b724f07dac17f6b6a234637539
[]
no_license
wray007/sdk
d8259a40eebff61fe407316a51684987468d29b6
a605a996084d3314099ab31f5c3b705925553dc1
refs/heads/master
2021-09-26T09:06:31.969738
2016-04-03T07:01:25
2016-04-03T07:01:25
55,333,534
1
0
null
null
null
null
UTF-8
C++
false
false
5,706
h
// 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. #ifndef NET_HTTP_HTTP_STREAM_FACTORY_IMPL_REQUEST_H_ #define NET_HTTP_HTTP_STREAM_FACTORY_IMPL_REQUEST_H_ #include <set> #include "base/memory/scoped...
[ "wugh7125@gmail.com" ]
wugh7125@gmail.com
66f509755dec1c5e92208ac67ac2e55c43c36b00
b9a28cd347ab81e26ac87eae64569358c294e158
/Greedy Algorithms/Q3.cpp
851276ff927b11fb50419c8270335887d979370d
[]
no_license
MadhushankaUCSC/DSA
16c7f0fc5702c8f04276e36179dc709ee65fd00d
5c9e9715c818635afc094bf6b23cdaa8e5b708e8
refs/heads/master
2023-01-22T03:55:19.890480
2020-12-06T05:01:56
2020-12-06T05:01:56
309,899,872
1
0
null
null
null
null
UTF-8
C++
false
false
1,925
cpp
#include<iostream> #include<cstdio> #include<sstream> #include<algorithm> #include<vector> node* rr_rotation(node *parent){ node *temp; temp = parent->right; parent->right = temp->left; temp->left = parent; return temp; } node* ll_rotation(node *p){ node *temp; temp = p->left; p-...
[ "buthsaramadhushanka@gmail.com" ]
buthsaramadhushanka@gmail.com
8b460d08d682e01d78dd70e48c98c8e53099f455
9a4b62f70fe859dc5ff30191a131395f336d67a1
/ShaderUtils.h
480813dd23e40fd0a6ee99751aea28491606bdd8
[]
no_license
gix/glitch
93882714c3911d3d0fbe0e4b6118f84041057b28
ea5eda3e41800f2f276fc1c7e3b2265352052b35
refs/heads/master
2022-10-21T07:22:43.870610
2020-06-08T06:07:45
2020-06-08T06:07:45
270,550,561
0
0
null
null
null
null
UTF-8
C++
false
false
1,077
h
#pragma once #include "Span.h" #include <d3d11.h> namespace gt { HRESULT LoadPixelShader(_In_ ID3D11Device* d3dDevice, cspan<std::byte> bytecode, _COM_Outptr_ ID3D11PixelShader** ppPixelShader); HRESULT LoadVertexShader(_In_ ID3D11Device* d3dDevice, cspan<std::byte> bytecode, ...
[ "nico.rieck@gmail.com" ]
nico.rieck@gmail.com
1e66f6c567df0363c6c1eb5d3d26c80986989dc4
2852f2dec152c1c47b761e5f75cbe4f15a2034f9
/IG1App/Texture.cpp
76c6d35dde540fbffa1c32675b011a572a436dcc
[]
no_license
Adriamig/InformaticaGrafica
346862b92db2454f089ccdc5929ab0aba315ec50
a1321cb4c8482e2b6206f1755a5ae860b0e9b536
refs/heads/main
2023-05-08T02:30:44.450331
2021-05-27T16:06:52
2021-05-27T16:06:52
346,776,973
0
0
null
null
null
null
UTF-8
C++
false
false
2,297
cpp
#include "Texture.h" //------------------------------------------------------------------------- Texture::~Texture() { if(mId != 0) glDeleteTextures(1, &mId); } //------------------------------------------------------------------------- void Texture::init() { glGenTextures(1, &mId); glBindTexture(GL_TEXTUR...
[ "62662115+Adriamig@users.noreply.github.com" ]
62662115+Adriamig@users.noreply.github.com
b24398cf3d28f2279f74de3765083855de8f7824
7a138fa71d3e08958d8443992e2d57d504bb593a
/project-euler/10001st_prime.cpp
681942fbb14b07aeff498e6b52d27424e55d0c97
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sustcoderboy/competitive-programming-archive
8a254e7542d9f616df73d8aaa9ca23d6242dec9b
2cd3237f376c609b7c4e87804e36a8cac7ec3402
refs/heads/master
2021-01-22T17:38:41.565826
2015-11-22T03:50:00
2015-11-22T03:50:00
46,705,756
1
0
null
2015-11-23T08:10:07
2015-11-23T08:10:07
null
UTF-8
C++
false
false
963
cpp
#include <iostream> #include <vector> using namespace std; inline void use_io_optimizations() { ios_base::sync_with_stdio(false); cin.tie(nullptr); } vector<bool> sieve_of_eratosthenes(unsigned int up_to) { vector<bool> is_prime(up_to + 1, true); is_prime[0] = false; if (up_to > 0) { ...
[ "gsshopov@gmail.com" ]
gsshopov@gmail.com
e5084d05c11c68d974e883fc06233a86ac82d436
bfbd0d0bdc82a8cd6606de3ef9f6a6d15a502173
/src/rcpp_bayesian_prior.cpp
dab3f51e1f62aa9577f7d640df07608ef0a3793a
[]
no_license
rcqls/VAM
b790beefe46929345a9af7cfecbaed420b9b658c
9746298b1af4e15442de7e5f0d8597f5f1a4ca67
refs/heads/master
2023-07-09T10:15:49.975835
2023-06-26T06:01:07
2023-06-26T06:01:07
46,426,047
7
2
null
2016-05-28T07:31:43
2015-11-18T15:01:40
R
UTF-8
C++
false
false
1,327
cpp
#include "rcpp_bayesian_prior.h" using namespace Rcpp ; BayesianPriorList::BayesianPriorList(List priors_) { //int i=0; //int j=0; for( List::iterator lit=priors_.begin(); lit != priors_.end(); ++lit ) { List prior=*lit; BayesianPrior* bp=newBayesianPrior(prior); ...
[ "rdrouilh@gmail.com" ]
rdrouilh@gmail.com
4cb95b7b6118252d054035cafac0ce0c42eb636c
b9f8655b1e24557642d2fa1251a6a12d059d547f
/History/Log_ObjectScaleChange.cpp
e81e6fe8247d8e83d29b5afaaa287e9c5810abd0
[]
no_license
blockspacer/Pillow
7ccb82e4ceb825ccde190c6de9f2264bb912de0e
7d082c62d9c46c6262d257e7095727bcaa1238e5
refs/heads/master
2021-04-21T11:35:09.434693
2016-08-19T00:31:44
2016-08-19T00:31:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
283
cpp
#include "Log_ObjectScaleChange.h" Log_ObjectScaleChange::Log_ObjectScaleChange(unsigned int theTarget,float theX,float theY,float theZ):HistoryLog(LogType::Object_Scale_Change,theTarget),x(theX),y(theY),z(theZ) { } Log_ObjectScaleChange::~Log_ObjectScaleChange(void) { }
[ "billconan@gmail.com" ]
billconan@gmail.com
e7e6e9ca2ce8516e1c26cae216d9da97c00faf77
e871e191c42f00472a84e1370a8b2a7bd1e06968
/DS/queue/deque.cpp
c1115ded0e306a2f28259094363f2fd77e40ca17
[]
no_license
AadityaJ/Algorithms-Practice
3b9f7923e5b44ce5ce3c0ccc1cd23aeb16a5308d
48bd461e4fef9b0f0fd08df8b3d4ada279bac669
refs/heads/master
2021-01-20T19:52:33.287085
2018-01-10T15:11:22
2018-01-10T15:11:22
62,491,195
0
0
null
null
null
null
UTF-8
C++
false
false
1,993
cpp
//http://quiz.geeksforgeeks.org/deque-set-1-introduction-applications/ #include <stdio.h> #define MAX 10 class dequeue{ int front,rear; int size; int arr[MAX]; public: dequeue(){front=rear=size=0;} void insertFront(int); void insertBack(int); void deleteFront(); void deleteBack(); ...
[ "aadityajamuar@gmail.com" ]
aadityajamuar@gmail.com
2f95226eaf0e12c13e721a557d1f024eedd686dc
75a574cc626abb6106d749cc55c7acd28e672594
/Test/InsertionSortTest.cpp
ecaf8024ceda23b35ce0380d549646805debd817
[]
no_license
PeterGH/temp
6b247e0f95ac3984d61459e0648421253d11bdc3
0427b6614880e8c596cca0350a02fda08fb28176
refs/heads/master
2020-03-31T16:10:30.114748
2018-11-19T03:48:53
2018-11-19T03:48:53
152,365,449
0
0
null
null
null
null
UTF-8
C++
false
false
12,117
cpp
#include "InsertionSortTest.h" void InsertionSortTest::Init(void) { Add("SortList", [&](){ auto check = [&](Test::SingleNode<int> * list){ cout << "List: " << list << endl; size_t len1 = list->Length(); Test::InsertionSort::Sort(list); cout << "Sort: " << list << endl; size_t len2 = list->L...
[ "peteryzufl@gmail.com" ]
peteryzufl@gmail.com
ed85488bb98764ab1537dc25e444589a6a69ef3b
5df934e7aac1f54f56bf2e28d9846833d6dec382
/TareaCorta3_Graph/Fl_Input_.h
cd432aa4ea39325acfe960074d7ba18308831a03
[]
no_license
JesusJimenezValverde/1999_WAZE_with_FLTK
4fd39a9da745f6790f1d8668373d122f17c816f8
46e7d3f2a0535f06cb7c624a9666d2a48ee8cfc0
refs/heads/master
2022-02-02T22:18:10.458059
2019-06-20T12:25:22
2019-06-20T12:25:22
183,963,666
0
0
null
null
null
null
UTF-8
C++
false
false
6,000
h
#pragma once // // "$Id$" // // Input base class header file for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2015 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this ...
[ "esteban409@gmail.com" ]
esteban409@gmail.com
a664cb57ace5b0b1d94dabc0ea9c79c445b8cff0
5c1a06d90714f2a3de9b775dd8e2b57cb2a3095c
/MoveSemantics.cpp
cf28e527bd3554335f1526cbbd199061d7044db9
[]
no_license
gabrieleballetti/cpp-notes
5d6f1fd9ae36986ae6968c358574bad6f14037cd
813b0c15cca632104b5934bf33a02dc09e2739c1
refs/heads/master
2022-12-09T02:55:34.672397
2020-09-09T11:09:02
2020-09-09T11:09:02
288,138,879
1
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include <iostream> class String { public: String() = default; String(const char* string) { std::cout << "Created!" << std::endl; m_Size = strlen(string); m_Data = new char[m_Size]; memcpy(m_Data, string, m_Size); } String(const String& other) { std::cout << "Copied!" << std::endl; m_Size = other.m_...
[ "gabriballets@gmail.com" ]
gabriballets@gmail.com
d60dd616bc8dac4b1955b5f546a0b1e90026fbf9
be06b975f3a4e122f01ec8a086dade18e8504c7e
/Code/scattering3DP.h
91ce670d72920bb9c74ce679fee6479e51e79384
[]
no_license
trannhan/Create-meta-materials
272dcf8581e445a164ffdd2ae556f78dc16a7b80
0e534cd68326d296587181fd94368023f0c4c7e3
refs/heads/master
2021-01-10T01:56:28.360951
2016-02-19T04:12:47
2016-02-19T04:12:47
52,060,712
0
0
null
null
null
null
UTF-8
C++
false
false
18,442
h
#include "common.h" /////////////////////////////////////////////////////////////////// template < class RealVector, class ComplexVector, class Complex, class Real, class Long, class Integer > class Scattering3DP { public: Integer NumParticlePerSide; Integer NumParticlePerPlane; ...
[ "nhantran@ksu.edu" ]
nhantran@ksu.edu
e9c4236265786ebdade84225daddfc056d299c56
ee7f198fffb71570ddaeb3225e04de48d8653633
/BiCGSTAB_solver/include/solverbicgstab.hpp
73b726c7c3a6ea4bb164f999f80c18bc340e7faa
[]
no_license
joeburg/side-projects
0cbece5a0c878e40734008f8f4252ddb65b2f3de
0400a511994ab51f3a2c6110f050c829c0528cdf
refs/heads/master
2021-01-25T11:03:25.999174
2017-06-22T08:16:30
2017-06-22T08:16:30
93,974,175
2
2
null
null
null
null
UTF-8
C++
false
false
3,921
hpp
#ifndef solverbicgstab_hpp #define solverbicgstab_hpp #include <algorithm> #include <cfloat> #include <limits> #include <numeric> #include <vector> #include "macros.hpp" #include "solveroperators.hpp" #include "sparse.hpp" #include "timer.h" #include <iostream> /* Template class for a BiConjugate Gradient STABilize...
[ "joeburg@DN0a22c9b5.SUNet" ]
joeburg@DN0a22c9b5.SUNet
d7c6f44495ada83a0e1fcc10cde88a3695cf853f
b6f7adfeb818bc28812b92e7b3de8f676717664c
/greedy_11047.cpp
0054faf50e657b447bf5df66b807abe338fc7852
[]
no_license
easyhooon/BOJ_CODES
18b0aab741946859992ed90167d6196bf4fd8d48
720b976207faf96622bec1d9364a21428c77f1f2
refs/heads/master
2023-03-03T11:07:01.562536
2021-02-07T19:53:39
2021-02-07T19:53:39
293,607,565
0
0
null
null
null
null
UTF-8
C++
false
false
341
cpp
#include <iostream> #include <vector> #include <string> using namespace std; vector<int> a; int main(void) { int n, k; cin >> n >> k; int result = 0; for (int i = 0; i < n; i++) { int x; cin >> x; a.push_back(x); } for (int i = a.size() - 1; i >= 0; i--) { result += k / a[i]; k %= a[i]; } cout <<...
[ "51016231+easyhooon@users.noreply.github.com" ]
51016231+easyhooon@users.noreply.github.com
005b716585f646a47549952ea74e195b39362f7c
cbe0770b73005842ed58aa75259ddca9d327fa9a
/Other patterns/baton/rain.ino
77629e256e17dc39ef5384b6b451b073a9befcc6
[ "MIT" ]
permissive
elliottkember/sworduino
3046c026fc6e107a458c5acb7eff384d7ca9c8f8
01fb7f154c7f4ef058c221e9c679d026db0a8e86
refs/heads/master
2021-01-24T02:29:13.668005
2018-08-14T05:12:57
2018-08-14T05:12:57
53,877,464
5
1
MIT
2023-04-28T13:49:12
2016-03-14T17:37:14
C++
UTF-8
C++
false
false
876
ino
namespace Rain { int counter = 0; uint8_t hue = 1; int frameSize = CIRCUMFERENCE; void count() { counter++; if (counter == 20) { hue++; counter = 0; } } void draw() { if (Global::firstTimeRunningThroughPattern) { for (int i = NUM_LEDS-1; i > 0; i--) { int on = ran...
[ "elliott.kember@gmail.com" ]
elliott.kember@gmail.com
01f10c5e7a4e259606013f6bc4e2bf372a12737a
03f80b1e214b45e90404d0e4217f338e105cf8b8
/coptermaster/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.cpp
dd148cc02666ee57e8a095627c24bbf75bb79f82
[]
no_license
Kimicz20/CopterMaster
6c75aea25469ade3e5fc1ce79dbdf177889c9114
9bdb9f1aa6ba028a2f09c955c536ce4566081ea1
refs/heads/master
2021-01-11T22:09:26.493165
2017-01-14T10:13:33
2017-01-14T10:13:33
78,928,707
0
0
null
null
null
null
UTF-8
C++
false
false
2,347
cpp
//// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*- // //#include <AP_HAL/AP_HAL.h> //#include <AP_Notify/AP_Notify.h> // Notify library //#include <AP_Notify/ToshibaLED.h> // //const AP_HAL::HAL& hal = AP_HAL::get_HAL(); // //#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 //static ToshibaLED_P...
[ "geek@Geek.lan" ]
geek@Geek.lan
f7f28ddb0d3d787d9cc74806f71c48def1e143af
6d7a3bb26053cb180f35c88daf108f5a773ff293
/wasm_llvm/lib/Target/RISCV/RISCVISelLowering.h
41b9d2789a26c2b0aa6ca22a5664f785a2a30e96
[ "NCSA", "MIT" ]
permissive
WaykiChain/wicc-wasm-cdt
e4088f0313fbeb1aae7f4631b2735fbd2fc3c0c6
fcf9edcc9d8abf689c6a2452399735c887185bfa
refs/heads/master
2021-07-06T15:20:58.417585
2020-10-12T01:25:17
2020-10-12T01:25:17
237,560,833
1
2
MIT
2020-10-12T01:25:19
2020-02-01T04:19:53
C++
UTF-8
C++
false
false
5,008
h
//===-- RISCVISelLowering.h - RISCV DAG Lowering Interface ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "1634054493@qq.com" ]
1634054493@qq.com
e6bfc3fe7c3db36c0bd90a86378f130d7171b5c0
399f829431c78b7aae8a77cadded70544915a8b5
/src/baekjoon/2193 - 이친수.cpp
ac2b5c7759b45dd5384f4316bcb27bdb312dcb01
[]
no_license
Noverish/codingtest-cpp
a41a0c4d0a2f8fb815b2b55150bf125e4c20123e
edd9aeff2113452ad6de954956202d30e0867ed7
refs/heads/master
2023-02-27T12:50:53.714466
2021-02-07T09:23:42
2021-02-07T09:23:42
297,873,930
1
1
null
null
null
null
UTF-8
C++
false
false
448
cpp
#include <string> #include <vector> #include <algorithm> #include <iostream> using namespace std; int main() { int N; cin >> N; vector<long long> one(N + 1, 0); vector<long long> zero(N + 1, 0); one[0] = 0; zero[0] = 0; one[1] = 1; zero[1] = 0; for(int i = 2; i <= N; i++) { ...
[ "embrapers263@gmail.com" ]
embrapers263@gmail.com
fba6e57a49436c7e39def45256306235a648857c
f9da8c92c0d29156091069a7bd4abae231a0afb0
/code-5-1/code-5-1.ino
7ba47984d07c4d54f1c948d176f105d585f99f28
[]
no_license
tujuhion/training-arduino
87c8acfa78e6aeb52de534c0f812b0a04d4dfbcf
da772d8282db7da844ea846228bb0df0a129f12d
refs/heads/master
2020-04-10T06:31:54.958005
2018-12-07T17:58:09
2018-12-07T17:58:09
160,857,273
0
0
null
null
null
null
UTF-8
C++
false
false
178
ino
#define pot A0 int pvalue = 0; void setup() { pinMode(pot,INPUT); Serial.begin(9600); } void loop() { pvalue = analogRead(pot); Serial.println(pvalue); delay(500); }
[ "yanwar.purnama@gmail.com" ]
yanwar.purnama@gmail.com
33fe9aae34ba99bbf90887a69e0f09e5115562dd
20f50a6329f5457fcca3a01418ac25451793460d
/arm_kinematics_constraint_aware/src/main.cpp
773dbe7ede3370fcd871c6581492073472874482
[]
no_license
youbot-hackathon/youbot-manipulation
fc6e0de7e5add2b49545cde4e52bc4f1eede91fb
219adeed28d30dd025d083a8eff67fe37d2e54ed
refs/heads/master
2020-04-07T14:19:49.920782
2011-11-27T19:43:39
2011-11-27T19:43:39
2,845,469
0
0
null
null
null
null
UTF-8
C++
false
false
2,379
cpp
/* * Copyright (c) 2008, Willow Garage, Inc. * 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 l...
[ "sschne2s@smail.inf.h-brs.de" ]
sschne2s@smail.inf.h-brs.de
864319cc3c6ca8a954bcd8bfbe9fb3a50909d176
059d428af59556c475523ef94edad8b1ac9b5c2e
/libraries/cbm_arLCD/examples/point/point.ino
c5299ab5f1da308e8126370b4a334339026d6263
[]
no_license
pinknoiz/Arduino-2
18a2f21cad69f313013c1e851a93c25cd7318516
f59b0e33692b445eaa7f01a6230c9d5c2694a3cb
refs/heads/master
2023-03-25T15:18:14.217236
2021-03-22T21:18:07
2021-03-22T21:18:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
313
ino
#include <ezLCD.h> #include <SoftwareSerial.h> EzLCD3_SW lcd(10, 11); // create lcd object using pins 10 & 11 void setup() { lcd.begin( EZM_BAUD_RATE ); lcd.cls(); } void loop() { int color = random(0,168); lcd.color(color); int x = random(0,319); int y = random(0,239); lcd.point(x,y); }
[ "CBMalloch@iCloud.com" ]
CBMalloch@iCloud.com
6a4fc41730a5454fa5d3a4555495bfb601a7bbf7
ede02df49029bcff09fcc67dea5189d2daf2343c
/indri/branches/indri-pre-concurrency/include/indri/Buffer.hpp
298043fb340e6a80fb4a372d1c7f065d483a2550
[ "BSD-2-Clause" ]
permissive
aenoskov/RankLib
67465b5b27004e1abe2bde8adf2b46fa82986657
00c4b6fb835451041cb6c8947d884bd5b34eab75
refs/heads/master
2021-07-17T12:24:21.294554
2017-01-04T21:11:02
2017-01-04T21:11:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,147
hpp
/*========================================================================== * Copyright (c) 2004 University of Massachusetts. All Rights Reserved. * * Use of the Lemur Toolkit for Language Modeling and Information Retrieval * is subject to the terms of the software license set forth in the LICENSE * file include...
[ "dfisher@14020d50-3050-45fe-8e0c-5ed7005ca764" ]
dfisher@14020d50-3050-45fe-8e0c-5ed7005ca764
c5ed630e7a88c09159017eb69758e2c9c7d06738
1130bcd2ab620dcc7c5ea81e6d275283fdfb9f88
/globalfunction.cpp
6ccbfe4f0fe7510876b2ff09aeaf2f2d89ce742f
[]
no_license
372272083/mfds
c2245f98ee4d5e5ec89379e72e61826f00d3d334
659f01e9e206ff12c2aa327968d24ef717d2b65d
refs/heads/master
2020-04-14T15:03:51.850005
2019-08-12T08:54:54
2019-08-12T08:54:54
143,227,303
0
0
null
null
null
null
UTF-8
C++
false
false
342
cpp
#include "globalfunction.h" #include <QRegExpValidator> GlobalFunction::GlobalFunction() { } bool GlobalFunction::isValidIpAddress(QString strIP) { QRegExp rx2("\\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\b"); if (!rx2.exactMatch(strIP)) return fals...
[ "372272083@qq.com" ]
372272083@qq.com
3ac24bbb084134ac1cc8ed85a8fc36c6da62787a
a0cdec7022f9b7650633edc733b8d049b7c60090
/biopulse/src/Ocsillators.hpp
3323acb0307b14b83377b84d8c263264fc27b5dc
[ "MIT" ]
permissive
TatsuyaOGth/biopulse
7cad65fae382037a3ee4a6a1925acdc539821ced
72803108c171f8346db3fe446b7a69bd6d193028
refs/heads/master
2021-01-16T17:45:16.468264
2014-10-10T19:20:31
2014-10-10T19:20:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,177
hpp
#pragma once #include "BaseContentsInterface.h" #include "ofxAnimationPrimitives.h" #include "DataController.hpp" class Ocsillators : public BaseContentsInterface { vector<deque<float> > mWaves; vector<bool> mAssignQue; ofColor mCol; float mGain; int mode; public: Ocsillators() ...
[ "tatsuyaogusu@gmail.com" ]
tatsuyaogusu@gmail.com
c3d7db222e2e9edd26558fa5bb25d8a823343086
e5b94096ac49077d344e7ff4a23d3300b14a8cfd
/common/formatting/token_partition_tree.cc
e1b9d9ab3655b94d8094ab5593341a8c3c04e2f5
[ "Apache-2.0" ]
permissive
jonmayergoogle/verible
8022f79b77a3edc3c088223c782a079087cc4bd9
f74e900dbdd40c48fcaf1ff68db0c7f5bd342658
refs/heads/master
2020-09-19T20:37:10.063435
2019-11-20T03:51:39
2019-11-20T04:13:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,911
cc
// Copyright 2017-2019 The Verible Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
[ "h.zeller@acm.org" ]
h.zeller@acm.org
69dd50d0801e87520deeabdcc62d25d50064ec2e
44e86b3ed5382c4c2da12073435779591921de1b
/include/geCore/Text.h
36f18a6bbfeb762ceae72562cbeb19b9419b0a09
[]
no_license
khardix/GPUEngine
eb14b660250b6625f0b1b5ab1549a6f922b9c01e
ab96b33c235c6178a6f9b2f241a8558b4134c943
refs/heads/master
2018-10-12T03:42:44.704548
2018-07-26T12:31:56
2018-07-26T12:31:56
111,310,282
0
0
null
2017-11-19T16:02:10
2017-11-19T16:02:10
null
UTF-8
C++
false
false
3,163
h
#pragma once #include<geCore/Export.h> #include<iostream> #include<cstdint> namespace ge{ namespace core{ GECORE_EXPORT std::string loadTextFile(std::string const&fileName); GECORE_EXPORT std::string processEscapeSequences(std::string const&data); GECORE_EXPORT bool isNan (std::string const&text); ...
[ "imilet@fit.vutbr.cz" ]
imilet@fit.vutbr.cz
4d76e364c760d0e5f9741201ce05dfd7e52518d3
9547ed2d33735ead3bc7ee01097481978bdf1599
/1045.cpp
42c47849371be7cc6338760449bbc190b53c7d15
[]
no_license
EdsonYamamoto/URI-Online-Judge-Beginner
31c7d9bdb75c5e4abab8967cef5e964e2325e883
ec8020c67d9553003e84f1d0f19b27ce2c422d14
refs/heads/master
2021-01-12T02:57:20.391330
2017-02-16T18:35:32
2017-02-16T18:35:32
78,139,269
0
0
null
null
null
null
UTF-8
C++
false
false
2,456
cpp
/* URI Online Judge | 1045 Tipos de Triângulos Adaptado por Neilor Tonin, URI Brasil Timelimit: 1 Leia 3 valores de ponto flutuante A, B e C e ordene-os em ordem decrescente, de modo que o lado A representa o maior dos 3 lados. A seguir, determine o tipo de triângulo que estes três lados formam, com base nos seguintes...
[ "edsonkazyamamoto@gmail.com" ]
edsonkazyamamoto@gmail.com
d801266d0fe1cab3e00493ef2acf9a17fa40ea58
f234a375bfa0e468f865095b290a5c5f4fb2c846
/Card.h
3f288c4d7f117ff4c2c4980e6a50c406d7472c84
[]
no_license
xdyangwei/Campus_Card_Management
7d59e7985746ccae2ad61a150b2ca233e858e49a
3aaa6ebe3c15a7af0741c7c719ac11b0ddd05aed
refs/heads/master
2022-06-08T02:45:52.637680
2020-05-06T13:49:53
2020-05-06T13:49:53
260,160,292
1
1
null
null
null
null
UTF-8
C++
false
false
989
h
// // Created by 杨炜 on 2020/5/1. // #ifndef CAMPUS_CARD_MANAGEMENT_CARD_H #define CAMPUS_CARD_MANAGEMENT_CARD_H #include <iostream> #include <string> using str=std::string; class Card{ public: bool isValid(); virtual void swipeCard()=0; int getTimes(); void cancelAccount(); double getMoney(); ...
[ "xdgodyw@gmail.com" ]
xdgodyw@gmail.com
af5921b92b59eacdb85ec0a101d45702c6d1c25c
62de81dbbbe5fb50963e600f366ae6ea5915e40d
/G2G/tooldatabase/tooldatabase.cpp
51c486ae2c47e989676e34172d51b4e47d72d2c8
[]
no_license
openmy/GERBER_X2
37ec6e506591795d44891f69590a4fd0ee844655
17daee06b287dcc4fca47d11a9bd0d31700b2453
refs/heads/master
2020-05-30T20:47:02.450061
2019-06-02T23:52:39
2019-06-02T23:52:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,475
cpp
#include "tooldatabase.h" #include "tooleditform.h" #include "toolitem.h" #include "tooltreeview.h" #include "ui_tooldatabase.h" #include <QKeyEvent> #include <QMessageBox> ToolDatabase::ToolDatabase(QWidget* parent, QVector<Tool::Type> types) : QDialog(parent) , ui(new Ui::ToolDatabase) , m_typ...
[ "xray3d@ya.ru" ]
xray3d@ya.ru
f9bdf98e030ff90570405f2fe9a0e15516ab7f1f
0aef0a433d92791c0d71d5db0f1fd839ad896aa3
/d06/ex02/Base.hpp
2847e00b4d33e65fcc4cc6483e21478699e7a8df
[]
no_license
wandererOdmolyboh/42-Piscine_CPP
c14999ce1096211b3828a56178561a1718125bdc
219257d577a4171053266dd18beb5ac21010a6e8
refs/heads/master
2020-08-02T11:17:19.392953
2018-01-23T22:08:55
2018-01-23T22:08:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
986
hpp
/* ************************************************************************** */ /* */ /* Base.hpp _ _ ::: :::::::: */ /* By: mlu | | | | :+: :+: :+: ...
[ "mizukori250@gmail.com" ]
mizukori250@gmail.com
c2f5abb677fcb05f4f9cc526261772f7c9252994
f6cf14142621b8c4709c6f2073172f39577b1964
/daemons/apps/fcgid/Client.cpp
0fbd3322935b5c04f76b0e97f9e1317a62fe128e
[]
no_license
BusHero/robotino_api2
f3eef6c1ace2ff5a8b93db691aa779db8a9ce3a1
9757814871aa90977c2548a8a558f4b2cb015e5d
refs/heads/master
2021-06-18T21:32:14.390621
2021-02-18T15:21:48
2021-02-18T15:21:48
165,231,765
1
0
null
null
null
null
UTF-8
C++
false
false
1,674
cpp
#include "Client.h" Client* Client::_impl = NULL; void Client::init() { _impl = new Client; } void Client::done() { delete _impl; _impl = NULL; } Client::Client() { this->setAutoReconnectEnabled( true, 1000 ); this->setLocalIPCEnabled( false ); } void Client::setTopicsEnabled( bool on ) { set_rec_robotino_rp...
[ "petru.cervac@gmail.com" ]
petru.cervac@gmail.com
6c4a94ff06b214cdcb23e61237835de7b82a0738
f64fdc5aa218cbbbd61944cd80aab61af136aaa0
/frame/include/FrightenStone/common/component/Defs/FS_AesDefs.h
7c786701c7b9e7ad6cd95d957a2738af47b8c885
[ "MIT" ]
permissive
ericyonng/FrightenStone
82ffe8a6192861ed860ec34815eadae2daec6ea2
a957f779770b81392ea51e947d9c1b4b2991327f
refs/heads/master
2023-08-03T17:03:51.865139
2023-07-26T03:47:16
2023-07-26T03:47:16
188,236,349
15
4
MIT
2021-02-07T02:14:27
2019-05-23T13:08:50
C
UTF-8
C++
false
false
1,884
h
/*! * MIT License * * Copyright (c) 2019 Eric Yonng<120453674@qq.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * ...
[ "120453674@qq.com" ]
120453674@qq.com
b2c01cd279ea7348610683ecf59ac2ea95f4b2be
978570d38d466c5c39552d4d28d29768d2d6bfb8
/FitProc/Class/mar4_2015.txt
b6e5fc73d7db9ce98cf61f0159fe20035fb20362
[]
no_license
hixio-mh/processors
39e60fde0446ebee2d754afedb170e813e061897
7e557e6d2d128dc7c3a647f1d4d3f37a7e40408b
refs/heads/master
2021-09-14T15:33:07.067376
2018-05-15T19:08:34
2018-05-15T19:08:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
53,548
txt
// -*- C++ -*- // // Package: FitProc // Module: FitProc // // Description: <one line class summary> // // Implementation: // <Notes on implementation> // // Author: pts/4 // Created: Sun Sep 27 18:46:29 CDT 2009 // $Id$ // // Revision history // // $Log$ // #include "Experiment/Experiment.h" //...
[ "tingxiao2007@gmail.com" ]
tingxiao2007@gmail.com
e5f93da42f9ae58c05240503e44f0063c921ae23
37c52162994d595cd0592dc2a5b73b91d61d6313
/include/Awl/boost/type_traits/is_lvalue_reference.hpp
aba1dff5f5a0ed01b53b301ee713af153a881b2a
[ "Zlib", "BSL-1.0" ]
permissive
Yalir/Awl
47db2b5976ab9f584044287ac1ef36860a3e944e
92ef5996d8933bf92ceb37357d8cd2b169cb788e
refs/heads/master
2020-04-05T04:27:16.143511
2013-04-12T11:36:51
2013-04-12T11:36:51
2,344,212
5
0
null
null
null
null
UTF-8
C++
false
false
4,701
hpp
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, // Howard Hinnant and John Maddock 2000. // (C) Copyright Mat Marcus, Jesse Jones and Adobe Systems Inc 2001 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or ...
[ "soltic.lucas@gmail.com" ]
soltic.lucas@gmail.com
57302900486576888a104b57d1f22dd433538298
593db3223cd2d6efe94828611697a1854ff6593b
/fboss/agent/hw/sai/api/tests/LagApiTest.cpp
4888a73cc4c4fc83752bb6aa068777a5f97f3a99
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
st303303/fboss
f737404819c754def4317ba675adf03e008ee6ac
b775bff1f206ebd1ecfcd6a42dd88d48611a881a
refs/heads/master
2023-04-07T02:56:40.970433
2021-04-07T21:36:08
2021-04-07T21:37:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,574
cpp
// Copyright 2004-present Facebook. All Rights Reserved. #include "fboss/agent/hw/sai/api/LagApi.h" #include "fboss/agent/hw/sai/api/PortApi.h" #include "fboss/agent/hw/sai/fake/FakeSai.h" #include <folly/logging/xlog.h> #include <gtest/gtest.h> using namespace facebook::fboss; class LagApiTest : public ::testing:...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
91badccb278612ccef8855ce2ff0b083cfd7ae78
5f231ebdb98e6c83e2e3586eec2820b36bd4dec8
/photonmap/niwa/photonmap/Photon.h
2cc7183f707dcd423cc32075e9e708eb05ac8d12
[]
no_license
uttumuttu/niwa
926583b4cc9b420b827d3cb991227f2b34486778
9e4fc79c469cf7db8b081e489df6e7d04140f336
refs/heads/master
2016-09-03T06:22:19.772697
2015-09-02T15:26:15
2015-09-02T15:26:15
40,969,355
0
0
null
null
null
null
UTF-8
C++
false
false
1,032
h
/** * @file * @author Mikko Kauppila * * Copyright (C) Mikko Kauppila 2009. */ #ifndef NIWA_PHOTONMAP_PHOTON_H #define NIWA_PHOTONMAP_PHOTON_H #include "niwa/graphics/Spectrum.h" #include "niwa/math/vec3f.h" namespace niwa { namespace photonmap { /** * Photon hit. ...
[ "mikko.kauppila@oulu.fi" ]
mikko.kauppila@oulu.fi
54cc80a23c06d675730ae77eb6c1e1a57310df28
375c093f555bddd1ce10e80530dba9119cc24306
/BOJ/3977.cpp
519310c52923a07b8c669520ff1b8c38be826c69
[]
no_license
Seojeonguk/Algorithm_practice
e8c2add155a1341087e4c528f5346c8711525f96
b29a1a7421edf2a9968229822dcbdc5a7926e2f5
refs/heads/master
2023-08-25T11:40:40.076347
2023-08-25T09:07:45
2023-08-25T09:07:45
154,248,766
0
0
null
null
null
null
UTF-8
C++
false
false
2,228
cpp
#ifdef _DEBUG #include "bits_stdc++.h" #else #include "bits/stdc++.h" #endif #pragma warning(disable:4996) using namespace std; typedef long long ll; int dfs(int); int tc, n, m, cnt, v, w; bool isFinish[100002]; vector<int> zone[100002]; vector<vector<int> > scc; stack<int> s; int number[100002],sccnum[100002],indegr...
[ "junguk7880@naver.com" ]
junguk7880@naver.com
c95ff7aae0c53c9994445f1b4a2743821276a66f
10a921d63bcbee56e00cfacb809d430d8bafec8a
/i23dSFM/color_harmonization/global_quantile_gain_offset_alignment.hpp
60d70bdceb71013c62b0074406aef3259837145b
[ "BSD-3-Clause" ]
permissive
zyxrrr/GraphSfM
b527383c09fcbf6a89fb848266d61e5e130dcb27
1af22ec17950ffc8a5c737a6a46f4465c40aa470
refs/heads/master
2020-04-23T02:48:42.557291
2019-03-26T02:41:10
2019-03-26T02:41:10
170,858,089
0
0
BSD-3-Clause
2019-02-15T11:57:46
2019-02-15T11:57:46
null
UTF-8
C++
false
false
8,083
hpp
// Copyright (c) 2013, 2014 Pierre MOULON. // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. //------------------ //-- Bibliography -- //------------------ //- [1] "...
[ "1701213988@pku.edu.cn" ]
1701213988@pku.edu.cn
1045ca29b7195dc324dcb5a7f69bb13612c43215
617646dc77f96aa598b99cb701885aea91d03246
/roborts_base/muc_interface/muc_interface.cpp
e69128a9ced11049fd8e28167645a3ad63bc7590
[]
no_license
zhouws-chn/cbd_2020_robot
1b46191960804891499db71bce6e8d74058a0fb0
651ad5cbf81159f7a9f1ca6cc32459f3d10b0231
refs/heads/master
2022-12-11T00:06:33.966640
2020-08-27T05:17:01
2020-08-27T05:17:01
290,669,551
0
0
null
null
null
null
UTF-8
C++
false
false
1,989
cpp
/**************************************************************************** * Copyright (C) 2019 MUC_701. * * 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 Lic...
[ "zhouws.chn@gmail.com" ]
zhouws.chn@gmail.com
37b250d86375a3ba2233ffe0cbd798474469bb72
98157b3124db71ca0ffe4e77060f25503aa7617f
/atcoder/nikkei2019-2-qual/d.cpp
6331ec6416b08d626e9f29642bb99ad9e13b7d29
[]
no_license
wiwitrifai/competitive-programming
c4130004cd32ae857a7a1e8d670484e236073741
f4b0044182f1d9280841c01e7eca4ad882875bca
refs/heads/master
2022-10-24T05:31:46.176752
2022-09-02T07:08:05
2022-09-02T07:08:35
59,357,984
37
4
null
null
null
null
UTF-8
C++
false
false
1,444
cpp
#include <bits/stdc++.h> using namespace std; const int N = 4e5 + 5; const long long infll = 1e18; vector<pair<int, int>> g[N]; int num[N], n; void build(int id = 1, int l = 0, int r = n) { if (r-l < 2) { num[l] = id; return; } int mid = (l + r) >> 1, il = id << 1, ir = il | 1; g[il].emplace_back(id,...
[ "wiwitrifai@gmail.com" ]
wiwitrifai@gmail.com
d3ec4743facd6949b5bf28c4c6953c80bb806f29
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/components/chrome_cleaner/public/constants/constants.cc
ed466e6c3144f4f1841991ebb0f937027fe47c63
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
2,119
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/chrome_cleaner/public/constants/constants.h" namespace chrome_cleaner { // Command line switches. const char kChromeChannelSwitch[]...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
3bd0eedc96b261b48f15a9678ff789a616eecb52
cdc4256b1ef1bb68481299afcd7ced34f5c074a2
/Final/src/camera.h
78357dae8f677fe0e4834f119dbe54b30de4cc3d
[]
no_license
JiyuanLu/CS184_UCB_S18
1ad43ce8e47ff201612960d009dde3c23f7d2634
8245989ae0db7e90a06574973debfb0550016e39
refs/heads/master
2022-12-11T02:30:38.218534
2019-11-11T03:34:56
2019-11-11T03:34:56
220,892,561
3
1
null
2022-12-09T00:57:51
2019-11-11T03:20:50
C
UTF-8
C++
false
false
3,637
h
#ifndef CGL_CAMERA_H #define CGL_CAMERA_H #include <iostream> #include "collada/camera_info.h" #include "CGL/matrix3x3.h" #include "math.h" #include "ray.h" namespace CGL { /** * Camera. */ class Camera { public: /* Sets the field of view to match screen screenW/H. NOTE: data and screenW/H will almos...
[ "chestnutrupert@gmail.com" ]
chestnutrupert@gmail.com
6d124af2fc1083d5004dc12b371c50b4fd6ae623
b4abac45ad7a0ef7dbb967c1878ca1062acd44a1
/src/Magnum/Math/Quaternion.h
f613e147628e24491b144621fca1167e2c762d96
[ "MIT" ]
permissive
Driky/magnum
c9dc1933f1332ff77d4822957c586da8713411b5
4d397bf4f3c02fe3cc9322b9cd1d675e712b1f20
refs/heads/master
2020-12-26T04:05:47.870133
2014-04-27T22:02:25
2014-04-27T22:02:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,713
h
#ifndef Magnum_Math_Quaternion_h #define Magnum_Math_Quaternion_h /* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docu...
[ "mosra@centrum.cz" ]
mosra@centrum.cz
cb7a5559e49c29bad35af9147b5deadef6567dab
017f42e94e20b914521f6b49da72eebd6c1f60f2
/loraSimulation/random-periodic-sender.h
108904422db89cf1e7207040e5d9512bd83566ce
[]
no_license
afsanchezsa/stocasticNS3
69968a4230b55ee4e58f92aac455129c7e4b9f3d
ffae525bb851c152fc4a86a256ba86dbd8f153b1
refs/heads/master
2023-06-26T05:02:11.262718
2021-07-26T21:52:05
2021-07-26T21:52:05
371,445,020
0
0
null
null
null
null
UTF-8
C++
false
false
2,276
h
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* Class based on PeriodicSender of the lorawan module. This adds a new attribute to send packets following a random variable. */ #ifndef PERIODIC_SENDER_H #define PERIODIC_SENDER_H #include "ns3/application.h" #include "ns3/nstime.h" #include "ns...
[ "crdgonzalezca@unal.edu.co" ]
crdgonzalezca@unal.edu.co
23f99fde1228c293966fa7adb2db5cca28f0b3ac
b4e2870e505b3a576115fa9318aabfb971535aef
/zParserExtender/ZenGin/Gothic_I_Addon/API/zEngine.h
1993a226cf38fc8803d788047efd066e649e232a
[]
no_license
Gratt-5r2/zParserExtender
4289ba2e71748bbac0c929dd1941d151cdde46ff
ecf51966e4d8b4dc27e3bfaff06848fab69ec9f1
refs/heads/master
2023-01-07T07:35:15.720162
2022-10-08T15:58:41
2022-10-08T15:58:41
208,900,373
6
1
null
2023-01-02T21:53:03
2019-09-16T21:21:28
C++
UTF-8
C++
false
false
6,318
h
#include <io.h> #include <d3d.h> #include <fstream> using std::ostream; #ifdef PlaySound #undef PlaySound #endif #ifdef Success #undef Success #endif #ifdef EVENT_MAX #undef EVENT_MAX #endif #if True #define __ZPROTO_B_VER1__ #include "zPrototypes.h" #include "oPrototypes.h" #endif // startup #ifdef __G1A #...
[ "amax96@yandex.ru" ]
amax96@yandex.ru
f4da6cb44b2beab95fc3745a8d4549e1edee5a93
8b5ac92257d9730035baf68c66df37c4ee57a118
/colorOfTheCylinder.cpp
78ba26bc47753cf690e0177984c09362608a49db
[ "MIT" ]
permissive
samithaHewawasam/cpp
1852bf89185d0ed9655af48830e0ff2b7e79de59
f2dc39870d1d0dd92e58835533c0b7399f40a307
refs/heads/master
2021-01-21T19:35:12.855818
2015-07-10T08:58:40
2015-07-10T08:58:40
35,940,338
0
1
null
null
null
null
UTF-8
C++
false
false
926
cpp
/* *Project:15; *Author:Samitha Hewawasam; *Date:2015-06-05; *Tool:atom text editor; *Compiler:g++; *OS:ubuntu 14.04; *Extra Tools: astyle prity print */ #include <iostream> void main() { //lets get a char for user input charachter char color; //Ask from user to enter it cout<<"Please ...
[ "eupdate@users.noreply.github.com" ]
eupdate@users.noreply.github.com
c0457e610aa60a2b700e00ac21d5a4d0b620686b
766758b6771a711954b25db9f9683f117758fed6
/include/createDouLoopLink.cpp
3c0a2d4da5887eaac43661b7b6e2d64f41aaa79f
[]
no_license
Edddddddddy/data_structure
a8d66ace875ba65ad6599e775a62f608cc99dc53
0f3427c99fc25cb0077e503a5ae3858c448ec074
refs/heads/main
2023-08-17T18:42:34.965683
2021-10-16T15:10:32
2021-10-16T15:10:32
405,097,519
1
0
null
null
null
null
UTF-8
C++
false
false
733
cpp
#include <stdlib.h> #include <stdio.h> struct Link{ int data; struct Link *next; struct Link *pre; }; /** * @brief Create a Dou Loop Link object,尾插法创建循环双链表 * * @return Link* */ Link *createDouLoopLink() { int n, data; struct Link *head = (struct Link *)malloc(sizeof(struct Link)); head->next = NU...
[ "48442668+Edddddddddy@users.noreply.github.com" ]
48442668+Edddddddddy@users.noreply.github.com
02b3e4e29534301075501b3d8ad8ce1e02c6c249
ce3442c7fd41af213a15548a4b702fd158403896
/Polynomial/Polynimial.cpp
9535688e4119b9bb14598ff60895ecb400066c8b
[]
no_license
yoghourtzzy/DataStructs
7add23537cc87403e89364cade50d88793c97a4f
d97f8f8c7697c777a7876c296ee1955a88288a1d
refs/heads/master
2021-08-31T06:41:06.208821
2017-12-20T15:42:28
2017-12-20T15:42:28
null
0
0
null
null
null
null
GB18030
C++
false
false
2,747
cpp
#include"Polynomial.h" #include<iostream> using namespace std; template<typename CoefType> Polynomial<CoefType> Polynomial<CoefType>::operator=(const Polynomial<CoefType>&rhs) { if (this != &rhs) { this->~Polynomial(); myTerms = new Polynomial<CoefType>::Node(); Polynomial<CoefType>::Node*ptra = myTerms; Poly...
[ "13221215336@163.com" ]
13221215336@163.com
ca407e750abb991b8b0354eb20d370b2b5ecb7e3
9875426223e6b53a5d5561801aacca02a7991385
/algorithm/priority_queue.cpp
dd390a3cabdf7b99dd7dd0b417b25fed5610abd5
[]
no_license
yja938882/CSE
7fd603c36385fe7e1078f5e1c85e25672eedad35
b2b2540abf78ca7cdcb1a29f20d99567bbb390eb
refs/heads/master
2020-03-07T22:44:31.698351
2018-07-01T09:39:38
2018-07-01T09:39:38
127,762,607
1
0
null
null
null
null
UTF-8
C++
false
false
1,224
cpp
#include <iostream> using namespace std; int size = 0; int *queue_arr; void init( int s ){ queue_arr = new int[s]; } void insert( int key ){ int i = size++; while( i>0 && key > queue_arr[i/2] ){ queue_arr[i] = queue_arr[i/2]; i/=2; } queue_arr[i] = key; } void heapify( int root ){ int left = ( root+1 )*2 -1...
[ "yeonjuan93@naver.com" ]
yeonjuan93@naver.com
4fb8413eec83d3664718a4ef1f40c56d6f8884e5
77ff0d5fe2ec8057f465a3dd874d36c31e20b889
/problems/Atcoder/ABC147_E.cpp
bf20c19b8b9103be4662960f4212fff51a58ee30
[]
no_license
kei1107/algorithm
cc4ff5fe6bc52ccb037966fae5af00c789b217cc
ddf5911d6678d8b110d42957f15852bcd8fef30c
refs/heads/master
2021-11-23T08:34:48.672024
2021-11-06T13:33:29
2021-11-06T13:33:29
105,986,370
2
1
null
null
null
null
UTF-8
C++
false
false
3,135
cpp
#include "bits/stdc++.h" using namespace std; typedef long long ll; typedef pair<int, int> pii; typedef pair<ll, ll> pll; const int INF = 1e9; const ll LINF = 1e18; inline ll gcd(ll a, ll b) { return b ? gcd(b, a%b) : a; } inline ll lcm(ll a, ll b) { return a / gcd(a, b)*b; } template<class S,class T> ostream& operator...
[ "clavis1107@gmail.com" ]
clavis1107@gmail.com
8531f3c6e9f6e65c596caf4a697a3a03a15c3140
f10134e083201900ac6d4d33afb81e06e6ab743b
/src/ofApp.cpp
7dcef007f84980530b6a41f1ef759efdbbf13523
[]
no_license
koma-koma/kinectSound
20a354530508bfc08203763e8ddadfc494ec0866
b8e588f75226652b71165368ecc582fb9184a7da
refs/heads/master
2021-01-11T18:12:58.918471
2017-01-24T02:44:18
2017-01-24T02:44:18
79,518,125
0
0
null
null
null
null
UTF-8
C++
false
false
8,969
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofBackground(0, 0, 0); ofEnableAlphaBlending(); ofSetFrameRate(60); //setup kinect kinect.setup(); kinect.setRegister(true); kinect.setMirror(true); kinect.addDepthGenerator(); ...
[ "keikei12@gmail.com" ]
keikei12@gmail.com
4f7fea6054de46358b32ac93cf155ace44e6daf3
d0fb46aecc3b69983e7f6244331a81dff42d9595
/dbfs/include/alibabacloud/dbfs/model/GetDbfsRequest.h
d7e1f1ba43d7bea91f753196f610d479048a2d2d
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,413
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 by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
f689ad07804d1e6b65a2f0ab9864c8705c551252
1bd56891d75b9e386453bf54a41caa9f08fe80b7
/birth/373722_WA.cpp
f6812736131682af7b50cd9a86e3b849380d6dce
[]
no_license
ItzKaserine/Dovelet
9f7dda5435bcb5704fdedfbfce0a7100659ba240
ba24d6dfe8d69d00d0e22e5e644f5609016c4695
refs/heads/master
2023-05-26T13:08:41.772253
2017-10-09T07:04:13
2017-10-09T07:04:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
899
cpp
#include<iostream> #include<string> using namespace std; int y,m,d,cnt; int i; int days[20]={31,28,31,30,31,30,31,31,30,31,30,31}; string daystring[10]={"monday","tuesday","wednesday","thursday","friday","saturday","sunday"}; void output() { if(y%4 == 0 && m > 2) { if(y%100 == 0) { if(y%400 == 0) { ...
[ "conankun@gatech.edu" ]
conankun@gatech.edu
038b5088a1b55ca9192ac6dbd487c691e5e6c00b
fe9e4f8a73b0dcaa2b0d059b37ff6048248354e7
/leetcode/cplus/easy/countAndSay.cpp
57b1c6f46eccb5cafd2cfa814614ca9e431d3f5f
[]
no_license
kyonRay/Coding
e93501e0d77cea22a5ec91fb35efb7221356efd0
25781dc83742485736836b55472a599eb19206fc
refs/heads/master
2021-06-30T04:53:58.175756
2020-10-18T16:19:42
2020-10-18T16:19:42
177,690,560
0
0
null
null
null
null
UTF-8
C++
false
false
1,320
cpp
/** * https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/5/strings/39/ * 报数 报数序列是一个整数序列,按照其中的整数的顺序进行报数,得到下一个数。其前五项如下: 1. 1 2. 11 3. 21 4. 1211 5. 111221 1 被读作 "one 1" ("一个一") , 即 11。 11 被读作 "two 1s" ("两个一"), 即 21。 21 被读作 "one 2", "one 1" ("一个二" , "一个一") , 即 1211。 给定一...
[ "kyonGuo@163.com" ]
kyonGuo@163.com
121abe3c4651ada80597e71e70696124e00618b6
4d1e6fe6599f75bf81f94760cbc191b261c713c1
/Source/DebugRenderer.h
39d598a623765e60898e3f4b364efd19a4ad0852
[]
no_license
Utope/Voxel-Game
d556c6c72d36e298919a9af59f2ca421d11d30a3
fbccaba526662bde8a63e29e9458bacf4f144222
refs/heads/master
2021-01-11T01:55:11.614781
2016-11-07T01:35:43
2016-11-07T01:35:43
70,833,480
0
0
null
null
null
null
UTF-8
C++
false
false
3,320
h
#pragma once #include <vector> #include "glm\glm.hpp" #include "GL\glew.h" #include "DebugShader_Positions_Colors.h" #include "Camera.h" class DebugRenderer { public: DebugRenderer(); ~DebugRenderer(); void addLine(glm::vec3 pointOne, glm::vec3 point2, glm::vec3 color); void addLine(glm::vec3 pointOne, glm::vec3...
[ "bobbyx140x@gmail.com" ]
bobbyx140x@gmail.com
9c614e33e2616b4b25b3bd3f906a940f195e8593
6b8013968e92bd3e4f609c7bb428e48f4bceb408
/MyMips/mips.h
3f0f9f130540e46ab5a6eaee35be7bffe0f48a5a
[]
no_license
renH2/Computer-Organization-Experiment
df47a0c22c94e9682c295d7042fa2db46d193885
5c95ae3589716d54769164c6af98c2f29f795d39
refs/heads/main
2023-03-23T05:57:28.330811
2021-03-16T03:31:17
2021-03-16T03:31:17
348,194,150
0
0
null
null
null
null
GB18030
C++
false
false
1,344
h
#pragma once #include<stdio.h> #include<stdlib.h> #include<string.h> #include <graphics.h> #include <conio.h> #include <string> #include <vector> #include <atlstr.h> #include <iostream> #include "mips.h" #define MEMSIZE 2048 #define REGSIZE 32 #define swap32Big2Little(x) (((x)&(0x0000ffff)) << 32 | ( (x)&(0xffff000...
[ "1037564852@qq.com" ]
1037564852@qq.com
5264f624243f555eb02f621effd6fffbe92cf5da
1f4a8dd60c7af0580f4bee83386b74d6ec3531df
/src/engine/tracer.cpp
775225b6ae73fc1a5d79c0f9a6e25b76ef726283
[ "Apache-2.0" ]
permissive
mjaysonnn/nightcore
aa7250b8e1a1fe84b3cba56410194544b5e683d5
f041db04bd369d9bd7a617b48892338fc11c090c
refs/heads/asplos-release
2023-07-08T18:03:57.216205
2021-08-15T19:45:04
2021-08-15T19:45:04
450,970,195
0
0
Apache-2.0
2023-07-05T14:10:57
2022-01-23T00:37:49
null
UTF-8
C++
false
false
12,594
cpp
#include "engine/tracer.h" #include "engine/engine.h" #include "engine/worker_manager.h" #include <absl/flags/flag.h> #define HLOG(l) LOG(l) << "Tracer: " #define HVLOG(l) VLOG(l) << "Tracer: " ABSL_FLAG(double, instant_rps_p_norm, 1.0, ""); ABSL_FLAG(double, instant_rps_ema_alpha, 0.001, ""); ABSL_FLAG(double, ins...
[ "zjia@cs.utexas.edu" ]
zjia@cs.utexas.edu
fc92d757198adff360486173d6403802b6f91bae
7a138fa71d3e08958d8443992e2d57d504bb593a
/uri/beginner/building_houses.cpp
bc6b711f981c176073c7b5be305281b8bb43fb87
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sustcoderboy/competitive-programming-archive
8a254e7542d9f616df73d8aaa9ca23d6242dec9b
2cd3237f376c609b7c4e87804e36a8cac7ec3402
refs/heads/master
2021-01-22T17:38:41.565826
2015-11-22T03:50:00
2015-11-22T03:50:00
46,705,756
1
0
null
2015-11-23T08:10:07
2015-11-23T08:10:07
null
UTF-8
C++
false
false
513
cpp
#include <cmath> #include <iostream> using namespace std; inline void use_io_optimizations() { ios_base::sync_with_stdio(false); cin.tie(nullptr); } int main() { use_io_optimizations(); for (unsigned int width; cin >> width && width > 0; ) { unsigned int height; unsigned int perc...
[ "gsshopov@gmail.com" ]
gsshopov@gmail.com
f0e1529b90e457cdabfcef021e0315d82712314b
6e431e7b4f9ed77b4ef58e8800ceb36e06b8b132
/Projektas3.0/isvedimas.h
c3ac246fd0750fba7755ca4627a1a69d76f9fbf1
[]
no_license
evmon6463/Projektas3.0
1b3ab6ee32fc04046175d8398fee09af4e179fbc
ebcacaf7e835660bb14d2e902b0017bf680ae9e3
refs/heads/master
2023-02-12T06:59:18.028334
2021-01-04T18:13:27
2021-01-04T18:13:27
326,766,960
0
0
null
null
null
null
UTF-8
C++
false
false
387
h
#pragma once #ifndef PROJEKTAS_SU_VEKTORIAIS_ISVEDIMAS_H #define PROJEKTAS_SU_VEKTORIAIS_ISVEDIMAS_H #include <iomanip> #include "studentas.h" #include "skaiciavimai.h" using std::cout; using std::endl; using std::setw; using std::setprecision; using std::fixed; using std::left; void informacijos_isvedimas(vector<St...
[ "evelina.monastyrska@mif.stud.vu.lt" ]
evelina.monastyrska@mif.stud.vu.lt
1d1b4edc3e6c181870d14be6a0c24d0d946342d9
4e01c143174a4d48675903d3aa3775fdb6729c8d
/src/BFSSearcher.cpp
b2940b80fdf937a970ffc15aa0cdafc25d516500
[]
no_license
danieli1818/ex4
aa585e9d4379ce5371a90ac2d7b580cc571fe0b0
0537a16f8ccad3c3b00c560d7fb65de37167f6ad
refs/heads/master
2020-04-17T01:56:39.058682
2019-01-16T21:25:32
2019-01-16T21:25:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
65
cpp
// // Created by daniel on 1/11/19. // #include "BFSSearcher.h"
[ "danieli205025@gmail.com" ]
danieli205025@gmail.com
7712299c3ad8ba969cb6d164826eea8c74f942fd
f07d428eb0e5e6ce63b6102d5210fa42fa9eed87
/srcs/RunAllPerSignal.cpp
2cba2a649d8363266454a7da17ff34a98b8b73e6
[ "Apache-2.0" ]
permissive
RhiannonSJ/SBND_Analysis_Tool
0974313c9999e7c3d0971933ef3d129f46ac01a6
e31378c59da54295e2fe58ab73dfee5d6cf7f7fd
refs/heads/master
2018-12-11T23:46:41.865054
2018-09-13T01:05:43
2018-09-13T01:05:43
121,518,695
0
0
null
null
null
null
UTF-8
C++
false
false
4,786
cpp
/* The Main * * Run all functions to get the cross section distributions * for various final state topologies * * ============================================= * * Author: Rhiannon Jones * Date : July 2017 * * ============================================= */ #include "../include/RunAllPerSignal.h" nam...
[ "rjones@hep.ph.liv.ac.uk" ]
rjones@hep.ph.liv.ac.uk
b67850dbd83c669ab9d07e08e0dba24484689f38
9ab722e6b9e4ce741cc6f865ba97e0fdc0ad14e5
/library/base/win/object_watcher.cpp
ae28cf0fa1f3f5869a023da441966d57785004ca
[ "MIT" ]
permissive
csjy309450/PuTTY-ng
b892c6474c8ff797f1d0bf555b08351da4fe617b
0af73729d45d51936810f675d481c47e5588407b
refs/heads/master
2022-12-24T13:31:22.786842
2020-03-08T16:53:51
2020-03-08T16:53:51
296,880,184
1
0
MIT
2020-09-19T13:54:25
2020-09-19T13:54:24
null
UTF-8
C++
false
false
5,394
cpp
#include "object_watcher.h" namespace base { namespace win { //----------------------------------------------------------------------------- struct ObjectWatcher::Watch : public Task { ObjectWatcher* watcher; // The associated ObjectWatcher instance ...
[ "wlwlxj@gmail.com@b2b8c3b8-ce47-b78c-ec54-380d862a5473" ]
wlwlxj@gmail.com@b2b8c3b8-ce47-b78c-ec54-380d862a5473
56fe9f3ccc89f067f84ef9321a56b339be092181
a2942866d57ce49ab33bbbcde590cef4579849dc
/tests/test_katyusha.cxx
106e016cf3255bc06ade8e08a1041da654c2d9c9
[ "MIT" ]
permissive
tchitra/optimastic
33fcaf1058a7b5aac49890e6e97caceeeb60d6ad
b081bb5dce4a6efed10e2b6a1a2b6521dd1e2b60
refs/heads/master
2020-12-31T04:55:31.044654
2016-04-21T20:41:24
2016-04-21T20:41:24
56,457,621
0
0
null
null
null
null
UTF-8
C++
false
false
2,617
cxx
#include <iostream> #include <cmath> #include "random.hxx" #include "function.hxx" #include "katyusha.hxx" #define SMALL_DIMENSION 10 #define BIG_DIMENSION 15 using namespace Optimastic; int main(void) { // Precompute sqrt factors const double sqrtSmall = sqrt(SMALL_DIMENSION); const double sqrtBig ...
[ "me@tarunchitra.com" ]
me@tarunchitra.com
ac98ae982e9cc482ba5ea834fb159db3850d2b59
7aa1cbb77f2a591bab5182b099783bedc39be07d
/c-code/one_trajectory/gillespie/lib/corfun.cpp
040cd315896e93cb245e3e35518e924dc5cad6cb
[]
no_license
kyunghyukkim/abc
495f683b4d79478282e3f8fbba722e6e10033094
2f7dc1338a385e2394ae1ebbe59b7adcf7dd1063
refs/heads/master
2020-04-12T05:40:58.652762
2017-05-25T07:34:55
2017-05-25T07:34:55
61,057,724
0
0
null
null
null
null
UTF-8
C++
false
false
709
cpp
#define MIN(c1,c2) ((c1<=c2)? c1:c2) void corfun(int trun, int tcor, int *a, double *acf, int *norm); void corfun_norm(int tcor, double *acf, int *norm); void corfun_init(int tcor, double *acf, int *norm); void corfun_init(int tcor, double *acf, int *norm) { int t; for(t=0;t<tcor;t++){ acf[t] = 0.; norm[t]=0; ...
[ "kkim92@gmail.com" ]
kkim92@gmail.com
bf27a1ce18caf4646903ef61d29ef029490499d2
8443908cde638230aa8a3cd961e0f3abcbce5ff8
/ClientPlugins/Screen/pluginactivator.h
51e8186de0a476680946348f3db34ba25ae0963d
[]
no_license
dotnet9/CTKWidgetPluginApp
8d27cdac14a8062af248b2ac0e09eecdb2c49ef7
c52091361318b901d5bfbd5f4b65be54c4df2947
refs/heads/master
2022-12-11T09:56:39.236260
2022-12-01T03:08:52
2022-12-01T03:08:52
153,136,942
9
5
null
2022-12-01T03:08:53
2018-10-15T15:25:00
C++
UTF-8
C++
false
false
759
h
#ifndef PLUGINACTIVATOR_H #define PLUGINACTIVATOR_H #include <QMap> #include <ctkPluginActivator.h> #include "pluginservice.h" class ShowClientPluginEventHandler; class ScreenView; class ctkPluginContext; class PluginActivator : public QObject, public ctkPluginActivator { Q_OBJECT Q_INTERFACES(ctkPluginActiva...
[ "1012434131@qq.com" ]
1012434131@qq.com
bafcae1618e399f2e9f6a35e4190e2f880158754
71e39f4d5ddad483f9557952a72fcf2852e8cd51
/DuiLib/Control/UITreeView.h
edd142009050a64faa6660e70eb1205dc03da810
[]
no_license
felixfqiu/CalTimer
11aee5b5cbd544584ba6ee7e7f9a3b21aa3425fa
a26daf9f056d70abc2ec5aa11ea1e0cd97c97b03
refs/heads/master
2021-01-11T21:34:17.015796
2017-01-13T02:31:15
2017-01-13T02:31:15
78,808,869
2
1
null
null
null
null
GB18030
C++
false
false
4,432
h
#ifndef UITreeView_h__ #define UITreeView_h__ #pragma once namespace UiLib { class CTreeViewUI; class CCheckBoxUI; class CLabelUI; class COptionUI; class UILIB_API CTreeNodeUI : public CListContainerElementUI { public: CTreeNodeUI(CTreeNodeUI* _ParentNode = NULL); ~CTreeNodeUI(void); public: LPCTSTR ...
[ "felixfqiu@gmail.com" ]
felixfqiu@gmail.com
f91c788f5a649d6c6ea6d4312c9930dab673702d
94df4dbcd9a278a6a2ef2e630a3e37bc96d288b7
/Project/source code/GUI/main.cpp
05dea2772ad35dade1f87da12e65e660173b8069
[]
no_license
ali-yar/maia-advancedimageanalysis
586c3db7d6b47db9bd545f34c667865853cc929e
a77e86fba67ff325595725b65373142ac6d21b6b
refs/heads/master
2020-03-21T09:30:55.797224
2019-08-30T13:01:30
2019-08-30T13:01:30
138,403,644
0
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
#include "mainwindow.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.setWindowTitle("Retinal Vessel Segmentation App - AIA/MAIA @UNICAS - Ali Berrada"); w.show(); return a.exec(); }
[ "32914277+ali-yar@users.noreply.github.com" ]
32914277+ali-yar@users.noreply.github.com
71d9c1dcb5aeb55eed049fb109f7db71a0c7838f
1086ef8bcd54d4417175a4a77e5d63b53a47c8cf
/Forks/Online-Judges-Problems-SourceCode-master/LeetCode/Single Number I.cpp
a6401671678212e7080f36bbd3e48a51ddedc4b8
[]
no_license
wisdomtohe/CompetitiveProgramming
b883da6380f56af0c2625318deed3529cb0838f6
a20bfea8a2fd539382a100d843fb91126ab5ad34
refs/heads/master
2022-12-18T17:33:48.399350
2020-09-25T02:24:41
2020-09-25T02:24:41
298,446,025
0
0
null
null
null
null
UTF-8
C++
false
false
444
cpp
#include <iostream> #include <stdio.h> #include <algorithm> #include <vector> #include <string> #include <map> using namespace std; class Solution { public: int singleNumber1(vector<int>& nums) { map<int, int> freq; int target = -1; for (int i = 0; i < nums.size(); i++) { freq[nums[i]]++; } for (int i ...
[ "elmanciowisdom@gmail.com" ]
elmanciowisdom@gmail.com
8bfea3ca9b6d80be0953f0dc2bac4336b8641f9d
b533cc85d6de35b0e6a9664dce6b31e6945531a1
/TrecLib/PathConfiguration.cpp
728f57a9339993e71b06ee2ebbe4c44cc8d307f1
[]
no_license
TrecApps/AnaGame
efa90d4af51aea14fd0ecd834341193cb1c36cbc
23b349a2f4afa64d6410e47a3c5e56c99c136d57
refs/heads/master
2022-08-11T17:30:07.756655
2021-07-03T15:55:56
2021-07-03T15:55:56
142,814,475
0
2
null
2021-06-23T03:10:11
2018-07-30T02:25:01
C++
UTF-8
C++
false
false
9,648
cpp
#include "PathConfiguration.h" #include "TFileShell.h" #include "DirectoryInterface.h" /** * List of all the Path commands currently documented by Anagame */ TDataArray<PathConfiguration> paths; /** * Method: PathConfiguration::PathConfiguration * Purpose: Default Constructor * Parameters: void * Returns: New ...
[ "jljacko@outlook.com" ]
jljacko@outlook.com
d44f2b5dfcf8f9533782b7a79d2308dcd33d553e
e941ab124e39befc946aa80e50f55a5d0e8dcb62
/Readers/Ic2LSRawData.cpp
0130b1fcd4ff9d19d9b8bcb7c828d4344b0fb820
[ "Apache-2.0" ]
permissive
PNNL-Comp-Mass-Spec/DeconEngineV2
5b609dcb7bbbe96fc8484f834f5b09c1b5fb31bb
3b075a169e8cd48d44b85b96bafdca28c2f7f862
refs/heads/master
2021-11-20T03:29:33.794183
2021-10-27T04:15:46
2021-10-27T04:15:46
22,492,622
5
1
null
null
null
null
UTF-8
C++
false
false
20,302
cpp
// Written by Navdeep Jaitly for the Department of Energy (PNNL, Richland, WA) // Copyright 2006, Battelle Memorial Institute // E-mail: navdeep.jaitly@pnl.gov // Website: http://ncrr.pnl.gov/software // ------------------------------------------------------------------------------- // // Licensed under the Apac...
[ "gordon.slysz@pnnl.gov" ]
gordon.slysz@pnnl.gov
c8a9fced67e32033e08c89a1b385c5c4cdc8d900
540c8ea83435de21750f623f70e6e0625082f66c
/Build/Classes/Native/System2.cpp
573c456595fb599cdbece3f357a5d18bfe255173
[]
no_license
Drkjr92/MayoStethoscope
3d37f88330a2cae4fd7e7e3c7dcacd0aa843b2b4
6ad706c38e0aed6a026b16aa51619c6cfc604186
refs/heads/master
2020-07-27T15:07:17.768312
2019-10-24T02:27:14
2019-10-24T02:27:14
209,134,112
2
3
null
null
null
null
UTF-8
C++
false
false
1,093,976
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template ...
[ "wilcox-kim@Kenneths-iMac.local" ]
wilcox-kim@Kenneths-iMac.local
d3de6cd2743a80e91b7ac9b5aa5b4e00eeb9f785
3b46fd96c4fcb4225a9144f9b899cffa3350172c
/ex114/Point.hpp
193d4047dc2c267e7756bf6b3f050a2b6636470c
[]
no_license
NicolasBauerV/Ex144_CPP
634180c57c1b7dd6689d06d794d8c74439ca0184
37528ac175879beafb2f4ba27215c42ba5a9496c
refs/heads/main
2023-02-25T12:58:27.186284
2021-02-02T18:06:08
2021-02-02T18:06:08
335,378,919
0
0
null
null
null
null
UTF-8
C++
false
false
390
hpp
// // Point.hpp // ex114 // // Created by Nicolas BAUER on 02/02/2021. // #ifndef Point_hpp #define Point_hpp #include <iostream> #include <stdlib.h> class Point { int x, y; public: Point(int abs=0, int ord=0) { x = abs; y = ord; } void affiche() { std::cout << "Coordonnées...
[ "bauer.nicolas266@gmail.com" ]
bauer.nicolas266@gmail.com
48b97d8b6e3b54bc2ad91b6edbcf2ce7be4c63b4
d9bd8f3e63dad0b0fd01a275f788cf7fe46bb731
/OpenCL_applications_on_FPGAs/TQH/SWI+Channel/1-4-1/support/ocl.h
d61633e8e8e6ba17ff57c24e38506eb79ef3837c
[]
no_license
jjiantong/Boyi
42a87287d7129bf7d102ddd1d78d613bcf835d66
5c64d505b7906f590cb2284ae81b686e4a4eba5c
refs/heads/master
2023-04-14T05:39:11.199644
2023-04-09T13:16:53
2023-04-09T13:16:53
154,771,585
8
1
null
null
null
null
UTF-8
C++
false
false
6,517
h
#include <CL/cl.h> #include <fstream> #include <iostream> #include "CL/opencl.h" #include "AOCLUtils/aocl_utils.h" using namespace aocl_utils; // Allocation error checking #define ERR_1(v1) \ if(v1 == NULL) { ...
[ "609705173@qq.com" ]
609705173@qq.com
d1ca2d94bd1a7af9ed18895827e9a355cb9b99b4
068c651fbd70661d54309d41f4498ddfd0e39541
/MotionDetectorSingleRect.cpp
7ec24a9b06a7f285727e12aac33f1bcd375447f8
[]
no_license
SpektreHackatone/MotionDetector
e336ad5d02a6ae3e46ab6aa6a1dc4bb711425412
fd0f13b14de5e30658b938ce18b5b718a5237ff0
refs/heads/master
2022-09-18T00:10:51.446944
2020-06-06T09:57:30
2020-06-06T09:57:30
269,349,278
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
7,168
cpp
#include "MotionDetectorSingleRect.h" #include <opencv2/opencv.hpp> const double MotionDetectorWithInterestRects::kInAreaCoef{ 0.2 }; const double MotionDetectorWithInterestRects::kMotionOutAreaCoef{ 0.02 }; const double MotionDetectorWithInterestRects::kOutAreaCoef{ 0.05 }; namespace { cv::Mat getImgsDiff(cv::Mat ...
[ "amarkov@k-lab.su" ]
amarkov@k-lab.su
e4bfc408e71270380cfc0c5a8fef72846a6b77fd
76171660651f1c680d5b5a380c07635de5b2367c
/SH1_58mps/0.006/rho
21e24d5113e994dc15cd84d3e0cefefa1daf37ff
[]
no_license
lisegaAM/SH_Paper1
3cd0cac0d95cc60d296268e65e2dd6fed4cc6127
12ceadba5c58c563ccac236b965b4b917ac47551
refs/heads/master
2021-04-27T19:44:19.527187
2018-02-21T16:16:50
2018-02-21T16:16:50
122,360,661
0
0
null
null
null
null
UTF-8
C++
false
false
9,182
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.x | ...
[ "alexmayes@gmail.com" ]
alexmayes@gmail.com
229e4f0fa217ccad3c6ffa99c1db7169567f9115
c89509cbdaa00432317e5213689b0476a7b89d5d
/include/inviwo/core/interaction/events/mousebuttons.h
24fb39e5033b297074e27c11fff10a8e114ab8d8
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
jjeessppeer/inviwo
c2217c69de3e8888f069b063d29cf67b8c50da5d
07bc4b06b96b17b787808ce920f3b2f86754cd7f
refs/heads/master
2022-12-04T09:36:29.301682
2020-08-28T09:09:35
2020-08-28T09:09:35
290,999,013
0
0
BSD-2-Clause
2020-08-28T08:54:23
2020-08-28T08:54:22
null
UTF-8
C++
false
false
3,637
h
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2016-2020 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
[ "peter@steneteg.se" ]
peter@steneteg.se
22910bc12928f0810d597989217d45bae9c41462
50aae01bec3318299c1cea6b9085cae2d0c8a63c
/385 div 2/A.cpp
f9264db6a47449333f7dd9b37a772846dd6d17da
[]
no_license
subodra999/Codeforces-Contest-Solution
968df8178c16e751a9b4c37355f5d072f4bf2a35
0b751c8c96fb2f3e925cde491581ff5fcfe5356b
refs/heads/master
2020-12-30T15:53:59.484885
2017-05-13T13:54:48
2017-05-13T13:54:48
91,177,651
1
0
null
null
null
null
UTF-8
C++
false
false
1,514
cpp
#include<bits/stdc++.h> #define mod 1000000007 #define nax 1000005 #define inf 100000000000000000LL #define pb push_back #define mp make_pair #define in insert #define ff first #define ss second #define pll pair<long long int,long long int> #define pii pair<int,int> #define vll vector<long long int> #define vii vector...
[ "Subodra Banik" ]
Subodra Banik
c5a6a157a900cf1556a563c692ea9f1d1fbc4f57
b615211e97b85df312947fed83c7d1cd68041551
/src/hash.h
da59cdf57e73278865124061e4fccbc5d745c392
[ "MIT" ]
permissive
coinstew/the420coin
d8b9aa580d86e465ed26558717c5c13cfa79b768
54adb228bf265414efd98a2d05cbe5b6b4a909ba
refs/heads/master
2020-03-10T13:52:37.922754
2018-04-14T12:33:48
2018-04-14T12:33:48
129,409,380
0
0
null
null
null
null
UTF-8
C++
false
false
14,661
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2018 The The420Coin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/lic...
[ "info@coinstew.com" ]
info@coinstew.com
9b1b2b1ae5e966d2566b56eff664661a8651463b
720f5eb37576526bf6b4cff3f4ecf6c64abb821c
/object.cpp
41f798e7fcab77205cce8edf697b7a3afbbc271f
[]
no_license
cuongcb/snekageam
7d027bfeae6c622e3aed314ffb52b0ab12029dbc
1276e929049c86e0cd0d3c9e13bd95819b3b0ddf
refs/heads/master
2020-03-30T20:45:36.799869
2018-11-24T16:19:01
2018-11-24T16:19:01
151,602,596
0
0
null
null
null
null
UTF-8
C++
false
false
221
cpp
#include <iostream> #include "object.h" #include "pixel.h" namespace snake { Object::Object() { } void Object::Float(std::vector<std::vector<Pixel> > &buffer) { for (const auto &pixel: object_) { } } } // snake
[ "cuongcb@vng.com.vn" ]
cuongcb@vng.com.vn