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
9a705cbbc289bb531e76060f326079f1576475ed
5ab0854d1f357eb9dbe5bb3e440d607c64d72632
/main.cpp
51a314c0688a3a25849729717555316504089af0
[]
no_license
cerbin1/Coin
3015da67d3166c62e8d5f94ac4b859f033565051
6fec2be206262a83df513c310fd03f4e8c1073f8
refs/heads/master
2020-12-30T12:43:51.266714
2017-05-15T19:27:59
2017-05-15T19:27:59
91,348,422
0
0
null
null
null
null
UTF-8
C++
false
false
1,486
cpp
#include <iostream> #include <time.h> #include <math.h> using namespace std; class Coin; Coin *coins; class Coin { public: double x, y; void throwACoin() { x = rand() % 150; y = rand() % 150; } bool check(int otherCoin) { Coin other = coins[otherCoin]; double x2 = o...
[ "bartek9393@poczta.onet.pl" ]
bartek9393@poczta.onet.pl
aceae9d12a6ed9d537f0a964731441eec373470a
62b1723812453548ab026932b1ba2ed960fba53b
/home_automation/actuators/esp8266_mqtt/heater_node/include/AppConfig.h
f6fc8db6ed3eea9e15a7844bb52baf1e6a852560
[]
no_license
mtiutiu/Coding_Playground
be774676ae7f4c9e8d648c41216c1907e4c2e800
9609261118498a180240d57d96fb5f11a7f2a007
refs/heads/master
2023-05-26T11:16:56.926411
2022-10-19T09:51:37
2022-10-19T09:51:37
51,744,532
1
0
null
2023-05-01T20:13:21
2016-02-15T09:27:53
C++
UTF-8
C++
false
false
5,192
h
#ifndef APPCONFIG_H #define APPCONFIG_H #include <Arduino.h> #include <FS.h> #include <ArduinoJson.h> #define MQTT_SERVER_FIELD_MAX_LEN 40 #define MQTT_USER_FIELD_MAX_LEN 40 #define MQTT_PASS_FIELD_MAX_LEN 40 #define MQTT_PORT_FIELD_MAX_LEN 6 #define MQTT_IN_TOPIC_PREFIX_FIELD_MAX_LEN 40 #define MQTT_OUT_TOPIC_PREFIX...
[ "mtiutiu@gmail.com" ]
mtiutiu@gmail.com
2c9affbda5b9254e2bb25dbc364525b3911c1412
c865da05be75527be4fdff56e71d3c1f73ffdd39
/src/leetcode_690.cpp
a69c9ea5346a34db83bb318ca121e4dc2e3d8dd7
[]
no_license
iWasHere1314/My_Luogu
882672bc1239c845f9fb503dcd6c18f2b005531e
369a8e0cf33f9bf0e7f7b25c64a8c9b465deff5d
refs/heads/main
2023-06-19T12:47:43.832036
2021-07-15T01:34:12
2021-07-15T01:34:12
349,275,346
0
0
null
null
null
null
UTF-8
C++
false
false
893
cpp
#include<bits/stdc++.h> using namespace std; class Employee { public: int id; int importance; vector<int> subordinates; }; class Solution { public: int getImportance(vector<Employee*> employees, int id) { return dfs( employees, get_loc( employees, id ) ); } private: int dfs( vector<Emp...
[ "yyang_xdu@foxmail.com" ]
yyang_xdu@foxmail.com
7728514441e1a13fdfcb442bd1ea01b4f49f4030
107d79f2c1802a3ff66d300d5d1ab2d413bac375
/src/eepp/ui/cuilistbox.cpp
3c021d74f33e43268c5d104d5834077c04fdfe59
[ "MIT" ]
permissive
weimingtom/eepp
2030ab0b2a6231358f8433304f90611499b6461e
dd672ff0e108ae1e08449ca918dc144018fb4ba4
refs/heads/master
2021-01-10T01:36:39.879179
2014-06-02T02:46:33
2014-06-02T02:46:33
46,509,734
0
0
null
null
null
null
UTF-8
C++
false
false
26,047
cpp
#include <eepp/ui/cuilistbox.hpp> #include <eepp/ui/cuimanager.hpp> #include <eepp/ui/cuilistboxitem.hpp> #include <eepp/ui/tuiitemcontainer.hpp> #include <eepp/graphics/cfont.hpp> namespace EE { namespace UI { cUIListBox::cUIListBox( cUIListBox::CreateParams& Params ) : cUIComplexControl( Params ), mRowHeight( Par...
[ "spartanj@gmail.com" ]
spartanj@gmail.com
facecd9dc29055a657f715cde6e115079d258cae
464aa9d7d6c4906b083e6c3da12341504b626404
/src/tools/common/romp_harness.hpp
6e370a732d2e6dd87d070180093c006d62155361
[]
no_license
v2v3v4/BigWorld-Engine-2.0.1
3a6fdbb7e08a3e09bcf1fd82f06c1d3f29b84f7d
481e69a837a9f6d63f298a4f24d423b6329226c6
refs/heads/master
2023-01-13T03:49:54.244109
2022-12-25T14:21:30
2022-12-25T14:21:30
163,719,991
182
167
null
null
null
null
UTF-8
C++
false
false
2,408
hpp
/****************************************************************************** BigWorld Technology Copyright BigWorld Pty, Ltd. All Rights Reserved. Commercial in confidence. WARNING: This computer program is protected by copyright law and international treaties. Unauthorized use, reproduction or distribution of thi...
[ "terran.erre@mail.ru" ]
terran.erre@mail.ru
9251a62aafcba778f81ac2f5cf74676c85d82c91
8afc84d0758417a581ac8d8408c92ca5ce4220b7
/src/client_fs/MessageHandler.cpp
97b14e9435b47642aaafe0ecddf29932265a20a4
[]
no_license
balvisio/openbookfs
21f733b63c0fcc6911aa62d870cecd9b8f3bb8d2
37c99cbc62c7e52a1f84533d0ddab355f2e37cbf
refs/heads/master
2021-01-17T08:29:13.918833
2013-05-05T15:51:56
2013-05-05T15:51:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,872
cpp
/* * Copyright (C) 2012 Josh Bialkowski (jbialk@mit.edu) * * This file is part of openbook. * * openbook 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 ...
[ "jbialk@mit.edu" ]
jbialk@mit.edu
4c0b88a3be99e536d3b17897aa1a381a4baea3d9
d374ede10e2ffc598fd1c8f7fb3b5b175109fce2
/AdaBoostAPI/AdaBoostAPI/StrongClassfier.cpp
ca7810a50e354011e0722706bb2abdd2fbdb9933
[]
no_license
kevin840307/FaceImage
5ba9de6260e5e8a1a801c0ba9a4d06905ce3acd7
41d86513d7ded6ffbb363691290b42fca5743131
refs/heads/master
2022-10-01T05:36:29.218286
2020-06-07T10:36:33
2020-06-07T10:36:33
270,184,447
0
0
null
null
null
null
UTF-8
C++
false
false
1,459
cpp
#include "stdafx.h" #include "StrongClassfier.h" StrongClassfier::StrongClassfier() { _weakClassifiers = new std::vector<WeakClassifier>(); } StrongClassfier::~StrongClassfier() { delete _weakClassifiers; _weakClassifiers = nullptr; } const std::vector<WeakClassifier>* StrongClassfier::GetWeakClassifiers() const ...
[ "kevin840307@gmail.com" ]
kevin840307@gmail.com
4e0c77543d04b828960da6004d5972fa37bbb475
fc833788e798460d3fb153fbb150ea5263daf878
/12790.cpp
8cad7ada62decf7d147ea000ccf7e2e9b4965673
[]
no_license
ydk1104/PS
a50afdc4dd15ad1def892368591d4bd1f84e9658
2c791b267777252ff4bf48a8f54c98bcdcd64af9
refs/heads/master
2021-07-18T08:19:34.671535
2020-09-02T17:45:59
2020-09-02T17:45:59
208,404,564
4
0
null
null
null
null
UTF-8
C++
false
false
275
cpp
#include<stdio.h> int main(void){ int T; scanf("%d", &T); while(T--){ int a[8]; for(int i=0; i<8; i++) scanf("%d", &a[i]); for(int i=0; i<4; i++) a[i]+=a[i+4]; for(int i=0; i<3; i++) (a[i]<(1-i/2))?a[i]=(1-i/2):0; printf("%d\n",a[0]+5*a[1]+2*a[2]+2*a[3]); } }
[ "ydk1104@naver.com" ]
ydk1104@naver.com
0b18b3492964237d9cb11474cb5655b0d2aef940
05ab9863e8bbadb64b18db64ee246769373909ae
/Software Pioneer V1.0.1/include/ArActionTurn.h
c47d0102e3040b62e4825c4c3719d5f7e3655dfe
[ "MIT" ]
permissive
santdiego/SASTools
66e5a9d64c85bcbafea829ba2b4c71c0e6beca4d
0586e846b5f596c45138d7fbc0c4b6ab3a1ab262
refs/heads/master
2021-07-09T03:54:03.188393
2020-08-04T14:48:55
2020-08-04T14:48:55
145,626,661
9
3
null
null
null
null
UTF-8
C++
false
false
2,503
h
/* Adept MobileRobots Robotics Interface for Applications (ARIA) Copyright (C) 2004-2005 ActivMedia Robotics LLC Copyright (C) 2006-2010 MobileRobots Inc. Copyright (C) 2011-2015 Adept Technology, Inc. Copyright (C) 2016-2018 Omron Adept Technologies, Inc. This program is free software; you can redistribute it an...
[ "sant.diego@gmail.com" ]
sant.diego@gmail.com
791946546ca343dd8762ac52d4466d5ca467c0df
c40f0d59696c671425b670bc824af7633d267449
/Homework10/normal_mapping/main.cpp
2de4858c00644284f65b4b0a7e9b4a3032a7309b
[]
no_license
qiyuhao7/HomeworkOfFU
52fa13175db0341684f7583db3a98a3ac156c2cb
cf4fc96205067db97bf2c64f3d86c93de11fe1cc
refs/heads/master
2021-08-27T22:14:00.018506
2017-12-10T14:03:14
2017-12-10T14:03:14
108,550,575
1
0
null
null
null
null
GB18030
C++
false
false
5,361
cpp
#include <string> #define GLEW_STATIC #include <GL/glew.h> #include <GLFW/glfw3.h> #include <shader.h> #include <camera.h> #include <model.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <SOIL.h> #pragma comment(lib,"opengl32.lib") #pragma comment(lib,"glew32...
[ "527404055@qq.com" ]
527404055@qq.com
72c4d316d960324ee9bd95426589ce8f38ebf38c
97fde28997b618180cfa5dd979b142fd54dd2105
/core/dep/acelite/ace/os_include/os_pdhmsg.h
2b5b0b79588f3d1001038e12798ac46e66fadc1e
[]
no_license
Refuge89/sunwell-2
5897f4e78c693e791e368761904e79d2b7af20da
f01a89300394065f33eaec799c8779c2cac5c320
refs/heads/master
2020-12-31T05:55:43.496145
2016-02-16T20:46:50
2016-02-16T20:46:50
80,622,543
1
0
null
2017-02-01T13:30:06
2017-02-01T13:30:06
null
UTF-8
C++
false
false
762
h
// -*- C++ -*- //============================================================================= /** * @file os_pdhmsg.h * * definitions for the windows pdh API * * @author Johnny Willemsen <jwillemsen@remedy.nl> */ //============================================================================= ...
[ "root@wow.playstar.se" ]
root@wow.playstar.se
b1c8f7a5baf8e463a815821ec33b5c38eef87d3d
739400771d4969fa7ac88c634c5845233f0ef74b
/WSCIPHER.cpp
985ba18a6c64f409bd27ec33d5ee669a530d70b9
[]
no_license
anant-agarwal/spoj
3f562b8c01062ad398e9d80cf1069bc0b50c7757
3bfa9b7f6937f4f85c39371f67aed12fae2502c4
refs/heads/master
2016-08-12T05:32:22.640612
2015-11-12T20:45:56
2015-11-12T20:45:56
46,062,033
0
0
null
null
null
null
UTF-8
C++
false
false
1,180
cpp
#include<iostream> #include<vector> using namespace std; int main() { vector<int>g1[2]; vector<int>g2[2]; vector<int>g3[2]; string txt; while(1) { int k1,k2,k3; cin>>k1>>k2>>k3; if(k1==0 && k2==0 && k3==0) break; for(int i=0;i<2;i++) { g1[i].clear(); g2[i].clear(); g3[i].clear(); } ci...
[ "anantinvent@gmail.com" ]
anantinvent@gmail.com
a25a02232b131b843f0582904f7e23371837ea8d
a5209e524928e5f1386047ac8a004d4329b008fe
/Vania3D/Engine/Resources.cpp
35cbd272e898e6c576bcdf08399d56900556bdd9
[]
no_license
haijianliu/Vania3D
7ce4dd00cfc78acd601459ec76fbc46529822d24
2358ca427f14aa0c5ab00bba60bf58d161683036
refs/heads/master
2021-09-10T15:30:28.262711
2018-03-28T14:25:05
2018-03-28T14:25:05
106,090,978
1
0
null
null
null
null
UTF-8
C++
false
false
9,418
cpp
#include "Engine.hpp" /*------------------------------------------------------------------------------ < Constructor > ------------------------------------------------------------------------------*/ Resources::Resources() { } Resources* Resources::getInstance() { static Resources* resources = new Resources(); re...
[ "haijanliu@gmail.com" ]
haijanliu@gmail.com
d6d0cb8d4c7f27860fc07262db6aaac049eace33
1314193918fd3618b7e1079bc31f9150c0152887
/IntroToProgrammingMaterials/семинар/единадесетиСеминар/решения/zad3.cpp
a3783cba78416ad31c91be32d6ad55cfb0f2ec65
[]
no_license
NedkoPNedev/Introduction-To-Programming-Materials
89556df19f709f79867613fb64c3c2168658b1a3
8f7886813016a66d24a7422a5628ab95d1530d57
refs/heads/master
2020-04-20T21:21:00.025970
2019-02-04T16:18:01
2019-02-04T16:18:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
330
cpp
#include <iostream> using namespace std; bool contains(int *arr, int len, int val) { if (len < 0) return false; return (arr[len] == val) || contains(arr, len - 1, val); } int main() { int arr[10] = {2, 5, 8, 3, 1, 4, 9, 6, 7}; (contains(arr, 9, 9) == true) ? cout << "Yes.\n" : cout << "No.\n"; re...
[ "nedko14@gmail.com" ]
nedko14@gmail.com
b7e8f61bfa560ae426afbc4f804268b3b5a7f78a
788e90294bb6a87f18815a7e9cb0e05bfced0a9a
/src/math/SIMD_Vec4f.cpp
b64c78dd80da7f493d11a0d24507d601dc4dbbac
[]
no_license
asdlei99/dk2
19ee2ef6c6876e25f7b23d144c77370a8168a803
24ca833c6164a7eb7b660843d9212a5cd12fef38
refs/heads/master
2022-06-11T03:54:12.275698
2020-05-05T18:01:02
2020-05-05T18:01:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,117
cpp
#include "dk/math/SIMD_Vec4f.h" namespace dk::math { SIMD_Vec4f::SIMD_Vec4f(float data_[]) noexcept : row(_mm_loadu_ps(data_)) {} SIMD_Vec4f::SIMD_Vec4f(__m128 row_[]) noexcept : row(_mm_load_ps((float*)row_)) {} SIMD_Vec4f::SIMD_Vec4f(float a) noexcept : row(_mm_set1_ps(a)) {} SIMD_Vec4f::SIMD_Vec4f(float x, f...
[ "fithisback@gmail.com" ]
fithisback@gmail.com
d1f31e744ef1ef2f9e39b6646512f6dfa4f31595
c05643570f5031d0de7cdbbeb95476c2ab8f3327
/Labs/Lab-12/Graph.h
0bf581fabd8d10047a45fe077e187730abb0c4d5
[]
no_license
jventura1738/COSC320
f247a54b8f5983d6c6164c4219bf272b5acee188
cb705803a96691064efc9ca88d578106238c7eee
refs/heads/master
2022-07-02T03:30:54.953277
2020-05-11T00:04:49
2020-05-11T00:04:49
225,418,498
3
1
null
null
null
null
UTF-8
C++
false
false
5,357
h
// Justin Ventura COSC320 // Lab-11: Graph.h #ifndef GRAPH_H #define GRAPH_H // Use these for various things. #include <iostream> #include <iterator> #include <vector> #include <queue> #include <map> #include <set> // Enumeration for coloring vertices in the BFS print function. // White: default color for the vertex...
[ "justinv9001@aol.com" ]
justinv9001@aol.com
6e94b287ece3245e1aa03a9cfb932cbd2aa29c8b
6c0f8abb26f9832eb7ab00901f470d001be4af32
/util/FirstReader.cc
5041d042f99baf5d12981f07114ef247380bba03
[ "MIT" ]
permissive
erikleitch/climax
146a6bf69b04f0df8879e77ea4529b4c269015a5
66ce64b0ab9f3a3722d3177cc5215ccf59369e88
refs/heads/master
2021-07-19T17:17:22.524714
2021-02-02T17:17:35
2021-02-02T17:17:35
57,599,379
1
2
null
null
null
null
UTF-8
C++
false
false
5,342
cc
#include "gcp/util/Exception.h" #include "gcp/util/FirstReader.h" #include "gcp/util/LogStream.h" #include "gcp/util/String.h" #include <iomanip> using namespace std; using namespace gcp::util; Angle FirstReader::eps_ = Angle(Angle::ArcSec(), 0.1); // The restoring beam for FIRST is 6.4x5.4 arcseconds (in the nort...
[ "eleitch@basho.com" ]
eleitch@basho.com
193f9f65acee6eb92ad47e6af92d46a798c75cb8
8840b1bd8200f6830fdfc2e1d1723a28ae20c9df
/custom_external_libraries/geomod/geometry/tmesh/iterativerefinement.cpp
185532c621ac4861f2f60df1fa8b601a21c35581
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
vryy/isogeometric_application
d6c5e99f83809ccd8d4c0f3729fbe59d7b7579bf
b36d7bc11290598eece96fb08af582829a7507e6
refs/heads/master
2023-08-05T00:11:07.318998
2023-07-22T11:47:41
2023-07-22T11:47:41
71,111,403
2
6
NOASSERTION
2023-09-02T21:18:28
2016-10-17T07:28:23
C++
ISO-8859-1
C++
false
false
6,852
cpp
#include "iterativerefinement.h" using namespace std; using namespace geomodcore; IterativeRefinement::IterativeRefinement(const unsigned int maxRefineDepth) : maxDepth(maxRefineDepth) { } SimpleTMesh<>* IterativeRefinement::refine(const BSplineSurface& bspline) { cout << "Diskretisierung der B-Spline-Fl...
[ "hgbk2008@gmail.com" ]
hgbk2008@gmail.com
23b1482cdbac64b64e17207098dc90d3cb87aa35
196745c4101f547a6cbef69f3d36d63f52adfdf5
/oldsrc/StatTracker.cpp
77a3cccc47fee30ec03e8ac2addccf78f6a883f1
[]
no_license
sfisherjr/Poker
46147154efa9452a8251d8984fa7536be5434854
e29c516f099579d0320e46f7ce30c366fe4d5a29
refs/heads/master
2020-06-05T10:37:46.640531
2015-05-04T22:05:49
2015-05-04T22:05:49
35,146,150
0
1
null
null
null
null
UTF-8
C++
false
false
529
cpp
#include "StatTracker.h" using namespace std; StatTracker::Stats StatTracker::trackedStats; StatTracker::StatTracker() { } void StatTracker::printStats() { cout << "Stats\n"; cout << "Your Wins: " << trackedStats.playerWins << endl; cout << "Dealer Wins: " << trackedStats.dealerWins << endl; cout << "Total Push...
[ "phantomfury409@gmail.com" ]
phantomfury409@gmail.com
9a98216c8251fdf6fc871ae63403b0582dbf427f
97443939c1e5f4395184ae4dce3b133dfaac4844
/compiler-rt/test/xray/TestCases/Posix/redirection-instrument.cpp
9dbc82c6ee01245d5db92bcf652f1ae4468740b4
[ "NCSA", "MIT", "LLVM-exception", "Apache-2.0" ]
permissive
halo-project/llvm
667f461a76939364380a7524aecd203180af92b4
fb237252210ec00d1c1454fbd2f304ca26cd9ece
refs/heads/master
2021-07-19T16:21:47.632792
2020-08-27T19:39:25
2020-08-27T19:39:25
193,966,521
0
0
null
null
null
null
UTF-8
C++
false
false
3,177
cpp
// Simple single-threaded test of the interaction between instrumentation and // redirection. // // RUN: %clangxx_xray -std=c++11 %s -o %t // RUN: XRAY_OPTIONS="patch_premain=false verbosity=1" %run %t 2>&1 | FileCheck %s // RUN: %clangxx_xray -std=c++11 -fpic -fpie %s -o %t // RUN: XRAY_OPTIONS="patch_premain=false ve...
[ "kavon@farvard.in" ]
kavon@farvard.in
6e0d9a343aaedddad76d1cec22abb344d764cfd5
ea34c76a8434e34615b5e145db83382754b584ae
/Deps/PG/PropertyMaps.h
b0ff5336e95f7e626c2703aa8f8999b9ff3e5f12
[]
no_license
xDusk/lostisland04
bd4f35da19b8a83dda3bae4f6d9460279964d25a
c5fe1d75d3772064fdace43d36f9ce530e715041
refs/heads/master
2020-05-29T11:10:57.376119
2012-06-23T16:26:47
2012-06-23T16:26:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,331
h
/*------------------------------------------------------------------------------------- Copyright (c) 2006 John Judnich This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to...
[ "zzgodlikezz@gmail.com" ]
zzgodlikezz@gmail.com
3ccbb9b98f96856621db5d7027668b4d97b2d14e
52c1d8179aaa24ae0e77458db6b490944117e028
/GH Injector Library/Manual Mapping.h
ce87a1d739ccae9adb48b1514d621274fa026786
[]
no_license
Broihon/GH-Injector-Library
76a9618dbb905d5ea7253843754ea4587e0c9825
e7c4a6acaf2df8baa5499457330a82b936fc7346
refs/heads/master
2023-06-21T19:41:46.763691
2023-02-23T15:33:53
2023-02-23T15:33:53
249,303,422
755
184
null
2023-07-24T23:28:35
2020-03-23T00:57:37
C++
UTF-8
C++
false
false
526
h
#pragma once #include "Manual Mapping Internal.h" #define MIN_SHIFT_OFFSET 0x100 #define MAX_SHIFT_OFFSET 0x1000 namespace MMAP_NATIVE { DWORD ManualMap(const INJECTION_SOURCE & DllPath, HANDLE hTargetProc, LAUNCH_METHOD Method, DWORD Flags, HINSTANCE & hOut, DWORD Timeout, ERROR_DATA & error_data); } #ifdef _WIN6...
[ "konradherrmann@t-online.de" ]
konradherrmann@t-online.de
6308f86fefb02df0a725f2b37e4c6d021a9443c7
ce1044f6dd1ab23aed435dd087283ece45f3f024
/src/Common/ShutdownManager.cpp
cde27e849ca5f95b2b3853ccda131a2d183efc9d
[ "MIT" ]
permissive
1div0/GrinPlusPlus
daf13ff87681903e0674d1f077f17d3730eebcba
44ba6474b971cd39a96b7ad9742b23d3cb5334c9
refs/heads/master
2021-07-12T20:23:20.039838
2020-12-02T11:18:41
2020-12-02T11:18:41
221,024,351
0
0
MIT
2019-11-11T16:37:06
2019-11-11T16:37:05
null
UTF-8
C++
false
false
1,113
cpp
#include <Common/ShutdownManager.h> #include <Common/Logger.h> #include <csignal> #include <atomic> class ShutdownManager { public: static ShutdownManager& GetInstance(); inline const std::atomic_bool& WasShutdownRequested() const { return m_shutdownRequested; } inline void Shutdown() { m_shutdownRequested = true;...
[ "davidburkett38@gmail.com" ]
davidburkett38@gmail.com
7eaad066cddcb119910642a268fadd0ba1b8df37
b8376621d63394958a7e9535fc7741ac8b5c3bdc
/lib/lib_poco/Foundation/poco_Foundation/stdafx.cpp
1fbe262c3d00e77fde27e84065d5da213c7fb7ca
[ "BSL-1.0" ]
permissive
15831944/job_mobile
4f1b9dad21cb7866a35a86d2d86e79b080fb8102
ebdf33d006025a682e9f2dbb670b23d5e3acb285
refs/heads/master
2021-12-02T10:58:20.932641
2013-01-09T05:20:33
2013-01-09T05:20:33
null
0
0
null
null
null
null
UHC
C++
false
false
337
cpp
// stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다. // template_vc2010_dll.pch는 미리 컴파일된 헤더가 됩니다. // stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다. #include "stdafx.h" // TODO: 필요한 추가 헤더는 // 이 파일이 아닌 STDAFX.H에서 참조합니다.
[ "whdnrfo@gmail.com" ]
whdnrfo@gmail.com
8d96735f4ecb75b1577175f68105fd5a0260a464
a5419164a76c74754793e80fe963e510e151452d
/leetcode_526.cpp
1a912d424b67d8fddd0c03ee2afde8b73e903fdb
[]
no_license
Gazella019/Leetcode
aed66a349a0f1aed60eba2e9aa66b25b8b47152b
761468170026d243ac8c06c74600979f75508c36
refs/heads/main
2023-03-11T08:58:39.274460
2021-02-27T03:07:39
2021-02-27T03:07:39
342,758,173
0
0
null
null
null
null
UTF-8
C++
false
false
626
cpp
class Solution { public: int res = 0; int countArrangement(int N) { vector<int> v(N, 0); vector<int> vis(N+1, 0); dfs(v, vis, 0, N); return res; } void dfs(vector<int>& v, vector<int>& vis, int n, int N){ if(n == N){ res ++; for(int i=0;i<v...
[ "edison19951219@gmail.com" ]
edison19951219@gmail.com
3238da663e28b258bd290ac5ae0f67a8f24c3fd9
93b16b81eaa63c9f0695ab179dfc3f636b0bf3fe
/coins.ino
c8ffb82c17968f85b938e6fe218bf4d50467aa2a
[]
no_license
sungtaerim/coins
9eecc1b6ef57add08bb4060b764d1c73cbf3d4b0
58373dfb5f74b19e7bb59daf3d2aed73da602921
refs/heads/master
2023-05-31T06:52:34.266846
2021-06-18T11:20:53
2021-06-18T11:20:53
378,116,160
0
0
null
null
null
null
UTF-8
C++
false
false
3,591
ino
#include <LiquidCrystal.h> #include "EEPROMex.h" #include "LCD_1602_RUS.h" #define LED 8 #define IRpin 10 #define IRsens A0 #define coin_amount 5 #define button 7 float coin_value[coin_amount] = {0.5, 1.0, 2.0, 5.0, 10.0}; String currency = "RUB"; LiquidCrystal lcd(11, 12, 5, 4, 3, 2); int coin_signal[coin_amount]; ...
[ "maryaermolina@gmail.com" ]
maryaermolina@gmail.com
4fab25c738b6d0b60ca04c821966bc22883d6be8
df3bdc4943f19f3378add5d242b619484071fef3
/Testes-CMF-12-08-2020/HLS-CMF-soma_int/CMF_soma_int/solution1/.autopilot/db/hls_design_meta.cpp
e10e1206809a0979dd1db7dfede16c1381755491
[]
no_license
cleitoncmf/Simulador_FPGA_UERJ
39c45d0780855738ab07db76e4007cfa2f505d3b
d53acc7ce563e87236ac14409589cd3b3820942b
refs/heads/master
2022-12-06T18:58:44.329785
2020-08-31T18:57:36
2020-08-31T18:57:36
274,196,689
0
0
null
null
null
null
UTF-8
C++
false
false
550
cpp
#include "hls_design_meta.h" const Port_Property HLS_Design_Meta::port_props[]={ Port_Property("ap_start", 1, hls_in, -1, "", "", 1), Port_Property("ap_done", 1, hls_out, -1, "", "", 1), Port_Property("ap_idle", 1, hls_out, -1, "", "", 1), Port_Property("ap_ready", 1, hls_out, -1, "", "", 1), Port_Property("Entrad...
[ "37081944+cleitoncmf@users.noreply.github.com" ]
37081944+cleitoncmf@users.noreply.github.com
d627fb19b689c50c249241daa54761875a3f358e
8495997f1e1fd879b81798f1f911bbafda01968f
/quickTokenize.h
2f75cb779df0b89ebcf872d02be70507fd7b9e53
[]
no_license
marvinh/GraphingCalculatorStringParser
c3f95fa1ee9599358dca2e8c13cdcbb531837ffb
55cc837c728e12084279f5019432a009c9e62a0f
refs/heads/master
2021-01-19T05:34:54.405754
2015-09-05T07:14:09
2015-09-05T07:14:09
41,951,520
0
0
null
null
null
null
UTF-8
C++
false
false
1,143
h
// // quickTokenize.h // ShuntingYard // // Created by Marvin on 4/24/15. // Copyright (c) 2015 Marvin. All rights reserved. // #ifndef __ShuntingYard__quickTokenize__ #define __ShuntingYard__quickTokenize__ #include <stdio.h> #include <string> #include <vector> #include <iostream> #include "constants.h" using na...
[ "marvinharootoonyan@gmail.com" ]
marvinharootoonyan@gmail.com
070edb5c1e78a9ce565ac48bf86ee195ef04f768
e4b791a25d92a774b0409bead8ab56895aa76a05
/Blackscholes_GPU/src/BlackScholes_gold.cpp
0fe6ff9141a20fc2f92b4e97829bf1db527a15ca
[]
no_license
jahanzebmaqbool/parsec-gpu
25aea77c0fcfe3975a51ee2343b052de119ab5c7
80303e1fb85a38569dd610833976a524cdb4ef46
refs/heads/master
2020-05-20T03:54:26.887862
2014-11-04T12:09:59
2014-11-04T12:09:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,249
cpp
/* * Copyright 1993-2009 NVIDIA Corporation. All rights reserved. * * NVIDIA Corporation and its licensors retain all intellectual property and * proprietary rights in and to this software and related documentation and * any modifications thereto. Any use, reproduction, disclosure, or distribution * of this ...
[ "jahanzeb.maqbool@seecs.edu.pk" ]
jahanzeb.maqbool@seecs.edu.pk
9fbbeff1f42777d1d452d66c916889b16f1b9ee1
4b85b3a7c62dc745a35a5f75983bf479d36cee51
/my_ws/devel/include/beginner_tutorials/greatingResponse.h
00a84f85bd4ef5906eebaad14bbf390416e6f6ea
[]
no_license
enginBozkurt/ros_gnss_driver
02d04e3781364306982e9adb8bf7df052bccd9d3
ab4d47c6dbf3f5cdfaa71bbb0eba37ae5344309b
refs/heads/master
2022-11-28T01:40:36.996898
2020-07-27T05:55:07
2020-07-27T05:55:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,463
h
// Generated by gencpp from file beginner_tutorials/greatingResponse.msg // DO NOT EDIT! #ifndef BEGINNER_TUTORIALS_MESSAGE_GREATINGRESPONSE_H #define BEGINNER_TUTORIALS_MESSAGE_GREATINGRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros...
[ "a332999245@gmail.com" ]
a332999245@gmail.com
63b30878675bc24d72043983d78d09679658c2ac
90b49b45a5ca1a5bbbd6133f93fe51aec11be12b
/main.cpp
6fd25f6078b2cfd9307168bd96061ab517e638c4
[]
no_license
walimow/box
c91dae832bc26f6d29cc8428770f45bf1021ba8b
772ec44cdd8bc683a7feec3e66c59257fce3c81b
refs/heads/master
2023-01-22T02:37:11.490565
2020-12-06T16:54:49
2020-12-06T16:54:49
319,083,039
0
0
null
null
null
null
UTF-8
C++
false
false
967
cpp
#include <iostream> #include <box.hpp> #include <trace.hpp> #include <vector> #include <trace.hpp> int main() { using stepworks::bxx::box; using stepworks::bxx::box_type; using T = int; using BOX = box<T, std::vector>; using BOX_T = box_type<T, std::vector>; using stepworks::bxx::make::mk_b...
[ "walim@gmx.net" ]
walim@gmx.net
aea4c5a12f1a323a12f1f238186e9f63f5bd9307
ea075859547d0dd018b0cd7b3259172feeb8a01f
/Source/WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.h
ba3506b6ae1fb583651ef077db9d46b7408d9df9
[ "BSD-2-Clause" ]
permissive
mattlacey/haiku-webkit
7c67cd574640626621476e13c7f396c59ab19356
26c3ee7e766a1df9dc3ccc9c5a001fe2ec430412
refs/heads/master
2021-07-18T03:52:04.915178
2012-06-28T01:19:44
2012-06-28T01:19:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,275
h
/* * Copyright (C) 2006 Zack Rusin <zack@kde.org> * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> * Copyright (C) 2010 Stephan Aßmus <superstippi@gmx.de> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are m...
[ "alexandre.deckner@uzzl.com" ]
alexandre.deckner@uzzl.com
312c70f774f7e7a27f9383f7225bf513d4efc6ec
704f03e7cb176208d5f6ac268ce57607dba5b767
/examples/client_historical.cpp
3eb5de15ffd8c89d23d7d0fea337899a9c508926
[]
no_license
eleicha/OPCTest
561aaedea48915fb8e8fd6c393e8284f935b12b6
b35115d6a28543a77195dec257ae19dcefa6f6a9
refs/heads/master
2022-12-07T18:53:56.445605
2020-08-19T19:38:18
2020-08-19T19:38:18
265,588,671
0
0
null
null
null
null
UTF-8
C++
false
false
3,698
cpp
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */ //#define UA_ENABLE_HISTORIZING //#define UA_ENABLE_EXPERIMENTAL_HISTORIZING #include <open62541/client_config_default.h> #include <open62541/client_highlev...
[ "laura.mons@web.de" ]
laura.mons@web.de
ad363a50a8e06b535e9e5df6c24b62790ecfe2ee
c770fc9b8740da5177ec76ce98006e028449b46d
/BORW/16000512.cpp
44dfd9ca292cb45555a5f482b74993bc123f3bae
[]
no_license
MuditSrivastava/SPOJ_SOL
84dfbc5766d4d8d655f813dfe370fe18c77b1532
8f3f489a354c2ad8565f2125d9a3ef779c816a63
refs/heads/master
2021-06-14T21:52:45.583242
2017-03-08T06:31:31
2017-03-08T06:31:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,616
cpp
#include<bits/stdc++.h> using namespace std; typedef long long int LL; #define getchar_unlocked getchar #define pb push_back #define mp make_pair #define f first #define sc second #define pii pair<int,int> #define M 1000000007 #define inf (int)(2e+9) #define all(o) (o).begin(), (o).end() /*#include<ext/pb_ds/assoc_cont...
[ "kumar.ashishkumar.vicky5@gmail.com" ]
kumar.ashishkumar.vicky5@gmail.com
177924d8660d8d1f5f1b57f38c695291401c246a
fca68c5fec6df6f999408571315c2b8e7c4b8ce9
/service/supersialign_home/src/SiGeom/SiGeom/SiGeometryProxy.h
0ffe3d6b3b2ce4dcb7ae2a618c49b5878e25d569
[]
no_license
jpivarski-talks/1999-2006_gradschool-3
8b2ea0b6babef104b0281c069994fc9894a05b14
57e80d601c0519f9e01a07ecb53d367846e8306e
refs/heads/master
2022-11-19T12:01:42.959599
2020-07-25T01:19:59
2020-07-25T01:19:59
282,235,559
0
0
null
null
null
null
UTF-8
C++
false
false
1,864
h
#if !defined(PACKAGE_SIGEOMETRYPROXY_H) #define PACKAGE_SIGEOMETRYPROXY_H // -*- C++ -*- // // Package: <package> // Module: SiGeometryProxy // // Description: <one line class summary> // // Usage: // <usage> // // Author: Alexander Undrus // Created: Fri May 22 22:36:26 EDT 1998 // $Id: SiGeometr...
[ "jpivarski@gmail.com" ]
jpivarski@gmail.com
f255b38e895af6117d51542aff83b01eb31aebae
8a883c1b4d295c58745fa247bc66012ee5d47b24
/call_in_stack_x86_sysv.h
adc4b7d3c575b5b5903186d9a39be4e63ce27088
[ "MIT" ]
permissive
JasonOldWoo/call_in_stack
a90f87d2003e01c3e6422b905c0ec23580c1be5f
28d1bc314baf6a1807859a6621751ea795827902
refs/heads/master
2020-12-30T17:10:28.245475
2017-05-11T15:14:10
2017-05-11T15:14:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,469
h
#ifndef _CALLINSTACK_X86SYSV_H_ #define _CALLINSTACK_X86SYSV_H_ #ifdef __i386__ #define WORDSIZE (4) #define WORDBITSIZE (8*WORDSIZE) #define MAX_ARGUMENT_SIZE (sizeof(long double)) #define MAX_RETUREN_SIZE (sizeof(long double)) #define STACK_ALIGNMENT_SIZE (16) //After GCC 4.5 or in Apple MAC, it is required fo...
[ "41656955@qq.com" ]
41656955@qq.com
0c6eb9df5d5d8a50187afcc6479f9ddad4e7e7df
16e2ccf8bf29ee4af924c6a3ad77918c354085e1
/curl_fxgetter/main.cpp
2f3923cd2854ecfeaf8542c3d6c930eef36340d7
[]
no_license
MizuhaWatanabe/WazChem
43e09e5ab5cfd3eb5f392bc536b7ba555aae2994
84da9eaee97f95acd8476ea20b8fa8da520cbabe
refs/heads/master
2021-01-12T13:49:15.771482
2015-12-23T06:04:18
2015-12-23T06:04:18
47,498,613
1
0
null
null
null
null
UTF-8
C++
false
false
567
cpp
#include <iostream> #include <string> #include <curl/curl.h> //#include "WebScraper.h" #include "CurrentFx.h" #include "PastFx.h" #include "CurrentStock.h" using namespace std; int main() { /* CurrentFx cfx("EURJPY"); time_t got_time=cfx.get_got_time(); cout << ctime(&got_time) << endl; cout << cfx.get_bid_p...
[ "yutaka.naito.0705@gmail.com" ]
yutaka.naito.0705@gmail.com
38e9828c0a82325285c8fcb4b47d228a1efb5cbb
6714f05301d2a350f7fcb47b36b5269d3e01c9e8
/Project1/src/tecent.cpp
b09f5fa8c3201eed4642f9bd9eb351d798bd401a
[]
no_license
TrashWw/Algorithm
8e701e316069bdbc925b92a4929108d8f78e6546
1397c4fe7ee4fcb31b15bd61e258f94307fc0a1d
refs/heads/master
2020-07-01T00:17:16.337897
2019-08-19T08:22:05
2019-08-19T08:22:05
200,992,886
0
0
null
null
null
null
UTF-8
C++
false
false
448
cpp
#include<iostream> #include <vector> using namespace std; int find(vector<char> s) { int length = s.size(); int last_length = s.size(); for (int i = 0; i < length;i++) { if (i + 1 < length && (s[i] ^ s[i + 1])) { last_length -= 2; i++; } } return last_length; } int main() { int m; char n; vector<char...
[ "775778592@qq.com" ]
775778592@qq.com
0fa5d2163ec8986f5381dd837601b088f74b1a3b
c7c8dd10b9ca44fad17471eb952c7ffb9cc53fae
/UdpNtpLCDClock_5110/UdpNtpLCDClock_5110.ino
cb9ce40de4dc8570502898a9b8207b6f1c010dc1
[]
no_license
Bschuster3434/tomn-examples
661ac348c0242c750ac7a989de9d7d39fcc6239b
527e0b327cf4044b8bb46c391496041b3c2c8dda
refs/heads/master
2021-01-21T08:06:16.413885
2014-11-16T20:33:26
2014-11-16T20:33:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,519
ino
/* Udp NTP Client Get the time from a Network Time Protocol (NTP) time server Demonstrates use of UDP sendPacket and ReceivePacket For more on NTP time servers and the messages needed to communicate with them, see http://en.wikipedia.org/wiki/Network_Time_Protocol created 4 Sep 2010 by Michael Margolis ...
[ "tomn@sneaky.net" ]
tomn@sneaky.net
6b346eda291f7c7a6c98b85b90c7e9c326b17acf
6eda944ac211ae85e3c7d74cdb7d9fee3c6524a4
/SkyDomeShaderClass.h
978be0d55c62111ce018c3691533a63bfbda11e4
[]
no_license
totol901/MapTool2
c3daed55e1f0ab5cff848c85130cd2e0b1235319
07afc4a96b238af8491df9da2cabdb7b87a32c2d
refs/heads/master
2020-03-19T23:48:25.503933
2018-06-12T08:22:00
2018-06-12T08:22:00
137,020,421
0
0
null
null
null
null
UTF-8
C++
false
false
943
h
#pragma once class SkyDomeShaderClass { private: struct MatrixBufferType { D3DXMATRIX world; D3DXMATRIX view; D3DXMATRIX projection; }; struct GradientBufferType { D3DXVECTOR4 apexColor; D3DXVECTOR4 centerColor; }; public: SkyDomeShaderClass(); ~SkyDomeShaderClass(); bool Initialize(ID3D11Device*...
[ "savtotol901@gmail.com" ]
savtotol901@gmail.com
61ba300867a7d75f31e1fbe36f7f8edcff3d1a01
c6ecad18dd41ea69c22baf78dfeb95cf9ba547d0
/src/jrtplib-3.3.0/src/rtptransmitter.h
e7da6949c0ade6393632ac928c8070b0430e34d7
[ "MIT" ]
permissive
neuschaefer/qnap-gpl
b1418d504ebe17d7a31a504d315edac309430fcf
7bb76f6cfe7abef08777451a75924f667cca335b
refs/heads/master
2022-08-16T17:47:37.015870
2020-05-24T18:56:05
2020-05-24T18:56:05
266,605,194
3
2
null
null
null
null
UTF-8
C++
false
false
5,525
h
/* This file is a part of JRTPLIB Copyright (c) 1999-2005 Jori Liesenborgs Contact: jori@lumumba.uhasselt.be This library was developed at the "Expertisecentrum Digitale Media" (http://www.edm.uhasselt.be), a research center of the Hasselt University (http://www.uhasselt.be). The library is based upon wo...
[ "j.neuschaefer@gmx.net" ]
j.neuschaefer@gmx.net
987cd95ad685bcaf958144be9ff5c19a6e9c4e99
2137840cd9dddfddd80431f0e2efcbac3bd6a2fa
/libcaf_core/caf/inspector_access.hpp
3897cc992a3a69393f5260f2b7328e0ec2396b15
[]
no_license
templarzq/actor-framework
48a191a4c55d421e633762cfb99eff37e039fcdc
1b29bf1031e4fd960ce6942a394904d44d02daf4
refs/heads/master
2023-03-22T04:44:51.509134
2021-03-08T18:58:10
2021-03-08T18:58:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
24,981
hpp
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in // the main distribution directory for license terms and copyright or visit // https://github.com/actor-framework/actor-framework/blob/master/LICENSE. #pragma once #include <chrono> #include <memory> #include <tuple> #include <utility> #if...
[ "dominik@charousset.de" ]
dominik@charousset.de
a20ffd3eb5fbc777053f5de1a06ccd7c57fdd778
3f33fa904475034c9e3decfbaebc195bdaf4306d
/source/statemachine/SplashScreen.cpp
19ebc1de9f83cd08c76d5d9b24b65df61f5a2c02
[]
no_license
jordan-reid/lightningengine
739379c116cfb9bc22f682a5d06ffddd87704bfa
a29be0a99aebaace305a6c51477e1332c1d2ce9f
refs/heads/master
2016-09-06T06:08:53.504146
2015-05-25T02:04:38
2015-05-25T02:04:38
35,685,800
0
0
null
null
null
null
UTF-8
C++
false
false
374
cpp
#include "SplashScreen.h" #include "../InputManager/InputManager.h" CSplashScreen::CSplashScreen(void) { SetGameStateType(SplashScreenState); SetName("SplashScreen State"); } CSplashScreen::~CSplashScreen(void) { } bool CSplashScreen::Input(CInputManager* _inputManager) { return true; } void CSplashScreen::Upd...
[ "jreid2712@gmail.com" ]
jreid2712@gmail.com
b3ef4561c8ed4e03d3cddc3013e383a5bff2eb66
66e22bdba0f76ccee2fe9c5a33003ed46ea13f1d
/timer.h
db9acf9b113f48200e406e59a451eb8b3857d8f2
[]
no_license
MoriartyShan/AiLearning
960ccb23911f1b57f04010c314a3b7a554efb9e3
30c5f450751d68cfa0682374899128da077a6b09
refs/heads/master
2023-05-26T07:21:28.663609
2021-06-09T11:12:23
2021-06-09T11:12:23
267,351,619
0
1
null
null
null
null
UTF-8
C++
false
false
1,667
h
// // Created by moriarty on 2021/5/30. // #ifndef NEURALNETWORK_TIMER_H #define NEURALNETWORK_TIMER_H #include <glog/logging.h> #include <chrono> #include <string> namespace AiLearning { class MicrosecondTimer { public: // for timestamp, use GetTimeStampNow using Time = std::chrono::time_point<std::chrono::high_...
[ "hitguohang@126.com" ]
hitguohang@126.com
e31932902e5b15247f35bf316b506b431715198a
2e19e46dc13a54d183de501fb572781b13ddf1a4
/drawMazeASII.hpp
0384e0c289177e4ac07b5d09f359ed0aac2259bd
[]
no_license
kamkamkil/MazeGenerator
279e7d1fd1c0dad5f87b736315a9adf607985ac6
148dca7a31f56aa2362943a885a44f22ee423b42
refs/heads/master
2023-02-25T04:21:47.164546
2021-01-01T10:56:53
2021-01-01T10:56:53
318,317,183
0
0
null
null
null
null
UTF-8
C++
false
false
1,372
hpp
#pragma once #include <iostream> #include "mazeGenerator.hpp" /** * @brief wypisuje labirynt w postaci ascii * * @param table labirynt */ void drawMazeASCII(MyTable table) { bool drawResult[table.hight * 2 + 1][table.width * 2 + 1]; for (int y = 0; y < table.hight * 2 + 1; y++) { for (int x =...
[ "kamil@user.com" ]
kamil@user.com
53e57ce5e1fc664363128cbe34299b4b0a283f39
a3ebb7445087e39b2c9868d1a63e7298fb2c78cc
/src/qt/bitcoingui.cpp
ec18a80069bb41883f42deacf3aa30b22fba47b0
[ "MIT" ]
permissive
CCPorg/REX-RecyclingCoin-Ver-631-Original
17e46616f5e5abe440a11b9fe1a5383630e76f3e
4b4620282685ef82b22c5718eda3454e6c520ea2
refs/heads/master
2021-01-02T09:37:17.217339
2014-05-19T13:59:28
2014-05-19T13:59:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,805
cpp
/* * Qt4 bitcoin GUI. * * W.J. van der Laan 2011-2012 * The Bitcoin Developers 2011-2012 * The Litecoin Developers 2011-2013 * The RecyclingCoin Developers 2013 */ #include "bitcoingui.h" #include "transactiontablemodel.h" #include "addressbookpage.h" #include "sendcoinsdialog.h" #include "signverifymessagedialo...
[ "root@ns236334.ip-192-99-44.net" ]
root@ns236334.ip-192-99-44.net
cbe0f9bd239e4a87358e8da6f9eb7308744f4d58
23ddb434cce3feda32b34f6903d884f42718c084
/minicurso_arduino/codigosFuente/reto_06_c/reto_06_c.ino
77e7e45b8ff20ade20efc91c211c23d474b1e2e0
[]
no_license
pedroruizf/arduino
54b621fa482ed011b1daef16c97171f036f6e4f3
dfa087387a3e7bf47ea9299679792f3bf4e95255
refs/heads/master
2021-11-09T11:36:50.505432
2021-10-28T14:58:12
2021-10-28T14:58:12
36,158,240
5
6
null
null
null
null
UTF-8
C++
false
false
906
ino
int leds[] = {3, 4, 5}; int n = 0; int tiempo = 200; int zumbador = 7; int pulsador = 2; void setup () { for (n = 0; n < 3; n++) { pinMode(leds[n], OUTPUT); } pinMode(zumbador, OUTPUT); pinMode(pulsador, INPUT); } void compruebaacierto() { if (digitalRead(pulsador) == HIGH && n == 1) { digitalWrite(z...
[ "pedroruizf@gmail.com" ]
pedroruizf@gmail.com
6d250c5c5d452005f6a59a10fdad74f56d91a3f9
7f098473a0dd401819b4b3d70c83e42433aa10ef
/MSVS/include/GameTextManager.h
5c12e6135a1f54b0db10b7d1162e6662270b24d4
[]
no_license
deathmock5/KHE2019
90308856ac0b5c7dde00dd05c470ca47769a812b
d437b38494f8915e8b6ceaef24fbcf12eb16c3fc
refs/heads/master
2020-08-02T16:20:14.517774
2019-09-29T13:41:29
2019-09-29T13:41:29
211,426,523
0
0
null
null
null
null
UTF-8
C++
false
false
368
h
#pragma once #include <string> //This class retrives and sets text stored in XML files via a key index system. class GametextManager { public: static GametextManager* instance() { if (!_instance) { _instance = new GametextManager(); } return _instance; } static std::string getText(const int& index) { } ...
[ "deathmock@gmail.com" ]
deathmock@gmail.com
ca1b4c5b4e14f9b3395468e7024571e4bdd9b504
904172fd219088647b3f80ea7fd80efca8f99930
/PbfVsLib/include/pbf_solver_base.h
ac6848da662093e8bf7915f06dc76fcdae1cd286
[]
no_license
penguin1214/PbfVs
5a74a5606b880468dc437d4bf75357bf8dedf766
dcdf6a6b1050e38fa199598490b871f510b66d0f
refs/heads/master
2021-01-01T06:56:57.048995
2017-06-08T05:37:22
2017-06-08T05:37:22
97,558,011
1
0
null
2017-07-18T05:53:24
2017-07-18T05:53:24
null
UTF-8
C++
false
false
1,666
h
#ifndef pbf_solver_base_h #define pbf_solver_base_h #include "typedefs.h" #include "particle_system.h" #include <cmath> #include <unordered_set> #include <vector> namespace pbf { struct PbfSolverConfig { float h; float mass; float rho_0; float epsilon; unsigned num_iters; float corr_delta_q_coeff; ...
[ "yekuang.ky@gmail.com" ]
yekuang.ky@gmail.com
8843926f479e3a80980d0bcca888c45eb5ccac81
03c7cf7a57a1a26bb21e0184642f0a5c8b0336ae
/Release/gen/webcore/bindings/V8SVGHKernElement.cpp
a3eff878620b576fc551a1d6a5a1a5a09d500ccc
[]
no_license
sanyaade-embedded-systems/armhf-node-webkit
eb38a2a34e833310ee477592028905fd00a86e5a
5bc4509c0e19cce1a64b7cab4f92f91edfa17944
refs/heads/master
2020-12-30T19:11:15.189923
2013-03-16T14:29:23
2013-03-16T14:29:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,248
cpp
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation...
[ "marian.such@ackee.cz" ]
marian.such@ackee.cz
e63f3abf6f7919ee3c9669df59233fbc432a1255
ac2f44366e59b16ebfeb13ff7632ebaac85c9f79
/spooky_endlessrunner/Library/Il2cppBuildCache/WebGL/il2cppOutput/UnityEngine.InputLegacyModule_Attr.cpp
cff7eaa9ef23a0ab662fdd9b92d731b56fedc224
[]
no_license
makkomise/spooky_endlessrunner
01b0d3c016ff73f2150f95aaae8289627488bc36
7a00769b981ffaa764d187246c6c0a37e29c411a
refs/heads/main
2023-09-04T18:16:42.619207
2021-11-19T11:59:31
2021-11-19T11:59:31
408,435,711
0
0
null
null
null
null
UTF-8
C++
false
false
96,758
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Runtime.CompilerServices.CompilationRelaxationsAttribute struct CompilationRelaxationsAttrib...
[ "57153670+makkomise@users.noreply.github.com" ]
57153670+makkomise@users.noreply.github.com
adaf559d56e8b5b85f59ea2d00b1d3eb98c574f3
a4e8e1438955b84b72e005818ce4b659aae6237d
/libsnark/src/update/main.cpp
a3d36686fa280e48a19e08df5c0a1da46a6fb277
[ "MIT" ]
permissive
Wells-yuan/mds
c1f412195b3e979cf73913f96a2cbaf60c216d84
e4ee9df52cae8c27b875361fa4e01dee047114db
refs/heads/main
2023-05-31T19:30:20.767601
2021-06-09T12:48:59
2021-06-09T12:48:59
373,026,063
1
0
null
null
null
null
UTF-8
C++
false
false
7,245
cpp
#include <stdio.h> #include <iostream> #include <boost/optional.hpp> #include <boost/foreach.hpp> #include <boost/format.hpp> #include "libsnark/zk_proof_systems/ppzksnark/r1cs_gg_ppzksnark/r1cs_gg_ppzksnark.hpp" #include "libsnark/common/default_types/r1cs_gg_ppzksnark_pp.hpp" #include <libsnark/gadgetlib1/gadgets/h...
[ "yuan9418@live.com" ]
yuan9418@live.com
db935ca26dd3ea6e0e4a0a49b8ea1ce224505913
6a2b4d2299949863c8c7470900353869974ad1b0
/QLauncher/socket.cpp
1ec196005691c158450334f5e144c4641e7bca9f
[]
no_license
whwpdn/QLauncher
94aebb889ed75d764fea63b659d1169552f26378
fec53d0193edbbeab554268f3cdccc34e64b800b
refs/heads/master
2020-04-08T06:54:05.314368
2014-05-07T09:09:46
2014-05-07T09:09:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,667
cpp
//////////////////////////////////////////////////////////////////////////////////////// // // Socket // Copyright (C) 2000 Thierry Tremblay // // http://frogengine.net-connect.net/ // //////////////////////////////////////////////////////////////////////////////////////// //#include "stdafx.h" #include "socket.h" #i...
[ "whwpdn@gmail.com" ]
whwpdn@gmail.com
0c12efb16cd62963baf7e24cfda3ad83ce634519
087dbdf976328941ea89f7c6830406dc8e539bb2
/02 Yellow/Week 03/Lessons/02 Yellow_Week 03_Lesson 04_synonyms.h
8c980b8ab2f2396648379850ef26a7687874ea2a
[]
no_license
aliaksei-ivanou-by/Coursera_Yandex_c-plus-plus-modern-development
45ff4e6e02dfa6b9f439174b3a4abf7d55801f6a
f7724dd60fff4c93e12124cfbd5392d8f74006b4
refs/heads/master
2023-03-20T10:31:25.555805
2021-03-03T18:18:25
2021-03-03T18:18:25
281,137,199
1
0
null
null
null
null
UTF-8
C++
false
false
881
h
// Основы разработки на C++: желтый пояс. Третья неделя // Заголовочные файлы. Проблема двойного включения #pragma once #include <map> #include <set> #include <string> using namespace std; using Synonyms = map<string, set<string>>; void AddSynonyms(Synonyms& synonyms, const string& first_word, const string& second_...
[ "aliaksei.ivanou.by@icloud.com" ]
aliaksei.ivanou.by@icloud.com
92a893901d64229b931d74d11955deef5cd8fea0
8dc84558f0058d90dfc4955e905dab1b22d12c08
/ash/system/message_center/arc/mock_arc_notification_surface.cc
a482667a46a89c0feb2ad077165ff68ea50f7f48
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
1,786
cc
// Copyright 2018 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/system/message_center/arc/mock_arc_notification_surface.h" #include "ui/aura/window.h" namespace ash { MockArcNotificationSurface::MockAr...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
2e3cad2c444e161609e9576b7fed792999ed3fd7
8a9eee34d495195c6a8d57e1e51fbe06f84eb70e
/Include/dxgi.h
fafb161aa8e523f340fb743a1b5d5d31a5c13d32
[]
no_license
wirlsawyer/SYWlan
1558249e14d33c6c33743cc7036d0c094d96ffb9
8ba461b5ec19e0158c17ae1090abf6adb2287e08
refs/heads/master
2021-05-04T07:04:20.258767
2016-10-11T06:26:16
2016-10-11T06:26:16
70,550,473
0
0
null
null
null
null
UTF-8
C++
false
false
55,086
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0499 */ /* Compiler settings for dxgi.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bounds_check enum stub_data V...
[ "wirlsawyer@gmail.com" ]
wirlsawyer@gmail.com
4c8f5c2b55224dec0c7073d95152bb8c54cf9379
1f423ee086aa545d4cf039d4e48d8a4ea824e857
/RenderSystems/Vulkan/include/OgreVulkanHardwareBufferCommon.h
c3939ea4c72da74b063e85d32983c964ae590245
[ "MIT" ]
permissive
yiliu1203/ogre-next
df77dc6a1e03e967dc577830e86c81d3881258ee
d45fda9a65659d26211e0003eb46e06ac7d490d2
refs/heads/master
2021-07-13T08:36:33.580335
2021-04-01T15:41:41
2021-04-01T15:41:41
242,904,107
1
0
NOASSERTION
2020-02-25T03:50:46
2020-02-25T03:50:45
null
UTF-8
C++
false
false
3,643
h
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any p...
[ "dark_sylinc@yahoo.com.ar" ]
dark_sylinc@yahoo.com.ar
3336619abb0f5d480f48faea03423e37dfbb1d9e
ee03828b086648064e6ec1f50c3233045b3ea422
/Win32Project3/fade.cpp
2f80f1b7981599f7fed8867499cab6e29c881f53
[]
no_license
MandaiRyuta/StrayForest
d2779881e586b57174e3ff3b618fc9f47d768a40
b63a71b5d1a882e72e6afaeb05d96e8eeb731d1a
refs/heads/master
2020-04-19T09:36:39.370475
2019-01-29T08:23:54
2019-01-29T08:23:54
168,116,119
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
4,526
cpp
#include "fade.h" void Fade::Init() { FadeSet_ = 0; FadeIn = 255; FadeOut = 0; } void Fade::Uninit() { } void Fade::Draw() { switch (FadeSet_) { case 0: BlackFadeIn(); break; case 1: BlackFadeOut(); break; case 2: WhiteFadeIn(); break; case 3: WhiteFadeOut(); break; case 4: break; defaul...
[ "Mandai1990@outlook.jp" ]
Mandai1990@outlook.jp
184baf3ebdc57b4cde5f9249f46ca4c9f0fe3d73
4c214a64016cc838700025aebb9fddab1fbacf55
/Il2Native.Logic/NativeImplementations/System.Private.CoreLib/System/String.cpp
3405af242b8350e85b7529607c9cff8adb2647be
[ "MIT" ]
permissive
Moxicution/cs2cpp
73b5fe4a4cdbf1dcec0efcd8cae28ff2d0527664
d07d3206fb57edb959df8536562909a4d516e359
refs/heads/master
2023-07-03T00:57:59.383603
2017-08-03T09:05:03
2017-08-03T09:05:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,058
cpp
#include "System.Private.CoreLib.h" namespace CoreLib { namespace System { namespace _ = ::CoreLib::System; // Method : string.String(char*) void String::_ctor(char16_t* value) { throw 3221274624U; } // Method : string.String(char*, int, int) void String::_ctor(char16_t* value...
[ "oleksandr.duzhar@netplaytv.com" ]
oleksandr.duzhar@netplaytv.com
7c684c9feecece7a14c74ab76f73d0c164f930b8
07a8c4f3e79df3cbf4d10a1338e27068bc3a7e2a
/include/MRDSubEventClass.hh
14b488c2420d46b0dc78f8b27b1cd80a3324594c
[]
no_license
sjgardiner/MrdTrackLib
6d75dfcb228fca03f1a4b9a281bc963cdc8341d1
97435e4f125550be85ced137175f82fc00509597
refs/heads/master
2020-03-12T02:40:06.181531
2018-04-20T19:58:53
2018-04-20T19:58:53
130,408,279
0
0
null
2018-04-20T19:59:28
2018-04-20T19:59:28
null
UTF-8
C++
false
false
5,913
hh
/* vim:set noexpandtab tabstop=4 wrap */ #ifndef _MRDSubEvent_Class_ #define _MRDSubEvent_Class_ #include "TObject.h" #include <vector> class mrdcell; class cMRDTrack; class TCanvas; class TBox; class TVector3; class TLorentzVector; class TText; class TLine; class TArrow; class TColor; class cMRDSubEvent : public ...
[ "moflaher@fnal.gov" ]
moflaher@fnal.gov
4732591f0dc2f1a0324f51f084f0e2c24e19bd75
81b759c001522e4823d0e56dfdbc56b221673536
/main_JSON.cpp
8358516be64886a0e19d7d815b3995b021e5dfa4
[]
no_license
elisimmonds/JSON-to-HTML-Parser
f0f27c12a0056d568b34f84aa25a495c1663e52f
b3861d1ad0bebf366adfc9e3ffec674b345bda1c
refs/heads/master
2016-09-13T15:11:44.965380
2016-05-23T21:05:41
2016-05-23T21:05:41
59,517,883
0
0
null
null
null
null
UTF-8
C++
false
false
4,944
cpp
// Eli Simmonds // Project 3 // main_JSON.cpp #include <iostream> #include <fstream> #include <stdlib.h> #include <vector> #include <sstream> #include <fstream> #include <string> #include <ostream> #include "JSONDataObject.hpp" #include "JSONDataItem.hpp" #include "JSONArray.hpp" #include "Tracks.hpp" #include "Artis...
[ "eli.simmonds@gmail.com" ]
eli.simmonds@gmail.com
4aeadfa93aaad09b3d9e2317dd585e608736be25
8675ec9577e2e2b23d866bb85631989e619a3b55
/modules/canbus/vehicle/ch/protocol/brake_status__511_test.cc
86a9878f462267ff15ace5ceeec27cbf9573c340
[ "Apache-2.0" ]
permissive
AuroAi/apollo
c1e31dca34a7f5a77d8db76a4bd138f0e23ef888
9d2b2c76ea2d6448c1e6fead5336b9c273663a84
refs/heads/master
2020-07-15T01:34:36.682593
2019-08-30T17:47:35
2019-08-30T19:24:29
205,447,888
10
4
Apache-2.0
2020-02-13T01:17:01
2019-08-30T19:51:27
C++
UTF-8
C++
false
false
1,993
cc
/****************************************************************************** * Copyright 2019 The Apollo Authors. 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 ...
[ "qi.stephen.luo@gmail.com" ]
qi.stephen.luo@gmail.com
249e6eaee0d0ad6264bd92bc5078ec7aa38162d3
e79cc11c4fa65ae83f9a0a83a88b42307ec0e276
/Ancien ubuntu/tp7C++/main.cpp
ae769c090d1061eb29443992d046e432cb75815b
[]
no_license
Rob-Mat94/Compilateur-C
89a1bb482a736a6ddb603ae30839be3d30023c29
645512072783ea403f1e37dc00ea6fca982e07ee
refs/heads/master
2023-05-31T14:51:05.520352
2021-07-04T10:24:53
2021-07-04T10:24:53
382,822,321
0
0
null
null
null
null
UTF-8
C++
false
false
1,703
cpp
#include <stdio.h> #include <iostream> #include "Image.hpp" #include "Ligne.hpp" #include "Cercle.hpp" #include "Filtrage.hpp" void testPoint(void); void testCercle(void); void testLigne(void); void testImage(void); int main(void) { /* testPoint(); testLigne(); testCercle(); testImage(); */ Filtrage::es...
[ "robin.matheus@etu.u-pec.fr" ]
robin.matheus@etu.u-pec.fr
908aacae396fd83ee2e5b285f1299699b4e914e3
b3ef49c633c26fe60d180061d8f7cb436666b31c
/src/DriveTrain.cpp
6cbf5e20dd70b19ba4525d7b66ccbc1933f61665
[]
no_license
vanshajc/RBE2002
47567717dc9786f392cbee3cebabe8b96088ae35
5fc0186f453652c00ddc58cf6a72102a555a2fdd
refs/heads/master
2021-05-01T04:48:33.294444
2016-12-02T20:43:30
2016-12-02T20:43:30
45,136,207
0
0
null
null
null
null
UTF-8
C++
false
false
2,191
cpp
#include "DriveTrain.h" #include "pins.h" DriveTrain::DriveTrain() :le(kLeftEncoderA,kLeftEncoderB), re(kRightEncoderA,kRightEncoderB) { point.x = 0; point.y = 0; } void DriveTrain::initialize(){ } /** * Drive the two motors to the given speeds (-255 to 255). * @param left the duty cycle sent to the left motor *...
[ "k.puczydlowski@gmail.com" ]
k.puczydlowski@gmail.com
f9716b2ec4c0a165c0137359c76b200b02ef6dd2
50de7f977f3d60fa3ea7df2b908be49d8ca44083
/C++/C++/templates/template_fun.cpp
d62f2208b076e31dc7a216c7d11a2ef623c66095
[ "Apache-2.0" ]
permissive
unmeshvrije/C--
e559b2806af0a5e14ce233bc8ba1c55aadd2659a
361616849313155b34afc68769f6bb121bafdac0
refs/heads/master
2022-12-24T05:54:39.053431
2022-12-12T16:20:34
2022-12-12T16:20:34
12,909,247
0
1
null
null
null
null
UTF-8
C++
false
false
843
cpp
#include <iostream> #include <typeinfo> #include <cstring> using namespace std; template <typename Generic> Generic Min(Generic a, Generic b) { if ( typeid(Generic) == typeid(char*) ) { // cout << "typeid pass" << endl; int iRet = strcmp(a,b); if(iRet < 0) return a; return b; ...
[ "unmesh@unmesh-laptop.(none)" ]
unmesh@unmesh-laptop.(none)
81144505bc65dc9def7a6c3429e0eabfa4a6fe77
fb99c5ca73adb5857a462a98329d5c8753a9cb13
/open/rts/config.h
c0052123493a7fe104c084837c58df8d4380db59
[]
no_license
luqui/soylent
f82ff00cdf76b426c2c3580e9c432bcb48715358
94bbe25a1b93a30e94e2ab072f792bb273da3b06
refs/heads/master
2021-01-22T03:44:15.546888
2009-06-24T20:08:55
2009-06-24T20:08:55
113,045
2
3
null
null
null
null
UTF-8
C++
false
false
368
h
#ifndef __CONFIG_H__ #define __CONFIG_H__ #ifdef WIN32 #include <windows.h> #endif #include <list> typedef double num; const num DT = 1/30.0; class Board; extern Board BOARD; class SoyInit; extern SoyInit INIT; class Dust; extern Dust DUST; class Scheduler; extern Scheduler SCHEDULER; class Unit; extern std::l...
[ "luqui@94b1653a-ed48-0410-b77d-b6a479af8a11" ]
luqui@94b1653a-ed48-0410-b77d-b6a479af8a11
61a651b0bd7370e44ec3abfa709c16d359eb7e2b
82e22dbe26c9c69ba2ef149d0d4554bd36b3aa00
/test/tests/issue0012.cpp
626f4cc111e4d50071fa93a16731ad72b9f08027
[ "BSL-1.0", "Apache-2.0" ]
permissive
hyeongyukim/outcome
87f2272198c554cf498df793b9d0dc473dceda08
38b9d4f4ab62672221a1d77d51c8bbba8acf8471
refs/heads/master
2022-02-11T17:36:06.756960
2019-09-25T23:00:32
2019-09-25T23:00:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,983
cpp
/* Unit testing for outcomes (C) 2013-2019 Niall Douglas <http://www.nedproductions.biz/> (5 commits) 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 in the accompanying file Licence.txt or at ht...
[ "spamtrap@nedprod.com" ]
spamtrap@nedprod.com
419262ca9565d4f1cd9d6e1dbec014e1eee0fada
679753a2818f33701789453f57240429c62df4ec
/deps/donet/include/bsd/net_bsd.h
be478464664f9f26ebfbe5d70fac303e92c967e7
[]
no_license
zmyer/Katrina
39495c38d30d3fe0ce0b926efd4ab97c389e9185
4fd5b55a52d2bf8065e1200d97dd3e42f4a824c6
refs/heads/master
2021-01-12T03:31:24.392757
2017-01-15T14:28:43
2017-01-15T14:28:43
78,224,205
1
0
null
null
null
null
UTF-8
C++
false
false
266
h
// // Created by StevensChew on 17/1/11. // #ifndef KATRINA_NET_BSD_H #define KATRINA_NET_BSD_H #include <sys/_types/_int32_t.h> namespace donet { typedef int32_t NativeSocket; typedef struct sockaddr_in NativeSocketAddress; } #endif //KATRINA_NET_BSD_H
[ "zhouwei198732@126.com" ]
zhouwei198732@126.com
05b5e90dad84c9e14cd1a0f1cc346bccbe84dc34
e91b16ab1799a614282fb0260ca696ddb6143b16
/LeetCode/q0032_LongestValidParentheses.cpp
cb88897edd2ffd45906632408fff8470a19b25a4
[]
no_license
bluesquanium/Algorithm
cde3b561aa05413fcd61fe5ce013fe3e8c122a9c
9d87cbc4efc5a3382376fc74b82915832659e97b
refs/heads/master
2022-06-24T10:55:58.011128
2022-05-29T09:50:58
2022-05-29T09:50:58
174,677,803
0
1
null
null
null
null
UTF-8
C++
false
false
1,158
cpp
// '(': 100001, ')': 100002 #define ll int #define L 100001 #define R 100002 class Solution { public: int longestValidParentheses(string s) { ll ans = 0; vector<ll> st; for(ll i =0; i < s.size(); i++) { if(s[i] == '(') { st.push_back(L); } ...
[ "culater.kwak@samsung.com" ]
culater.kwak@samsung.com
18ad09fa0fa33dfce33db2568520d7b6ec82398e
75a574cc626abb6106d749cc55c7acd28e672594
/Test2/MRIntegerTest.cpp
58a3a3c37753d91d6785ad49275a362ce4ae6d9d
[]
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
2,022
cpp
#include "MRIntegerTest.h" #include "..\Algorithm\MRInteger.h" #include "..\Algorithm\RadixSort.h" #include <vector> void MRIntegerTest::Init(void) { Add("Random", [&]() { unsigned int b[] = {1, 2, 4, 8, 16, 32}; My::MRInteger mri(b, 6); std::vector<My::MRInteger> numbers; for (int i = 0; i < 30000...
[ "peteryzufl@gmail.com" ]
peteryzufl@gmail.com
93c6912bd6e14913d8252d4c7d142eb2e3ccd031
99acb9c056de6a1ae945a8145eaa451b209266d3
/GráficasComputacionales/Employee.h
2cb5f09be95739ebc76436339ac660068c2556aa
[]
no_license
CrzHctr/Graficas_Computacionales
ae374e69085bb4cf5fa604109afed555eeb74e06
e08710cf9f401bccdb7dedde8f1060e02765d898
refs/heads/master
2021-01-21T12:01:00.293979
2017-11-27T18:05:22
2017-11-27T18:05:22
102,018,730
0
0
null
null
null
null
UTF-8
C++
false
false
448
h
#pragma once #include <string> class Employee { public: Employee(int id, std::string firstName, std::string lastName, int salary); int GetID(); std::string GetFirstName(); std::string GetLastName(); std::string GetName(); int GetSalary(); int GetAnnualSalary(); void SetSalary(int salary); int RaiseSalary...
[ "h.cruz.dorantes@gmail.com" ]
h.cruz.dorantes@gmail.com
6ce279b7681c7267feeec66549547c043635ea61
a910c0cc7a93da9725ac31b67b1ecaf95e21b781
/hw5/src/StudentDemoProject.cpp
b0e995a2452b0efe5e546b8611b1d1a9e838b7ce
[]
no_license
T-Goon/2303-Systems-Programming-Concepts
e04fd214efa394760032b49244ff006f3b958f29
c57c28ecc96a6bb921055d5f82b05b85ac7605c5
refs/heads/master
2023-05-12T04:39:03.595614
2021-06-03T21:20:32
2021-06-03T21:20:32
236,372,302
0
0
null
null
null
null
UTF-8
C++
false
false
2,721
cpp
//============================================================================ // Name : StudentDemoProject.cpp // Author : Timothy Goon, Patrick Houlihan // Version : 1 // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //=============================================...
[ "t.kgoonx@gmail.com" ]
t.kgoonx@gmail.com
a59360fcf81c53b3316b720901fda7ee24465ddb
6be1c51c980e8906406762fe3c7b59ca6c09faaf
/SimpleKBot/KBotDrive.cpp
a086b75458bb2ac738955e38cad84771b0f2bb35
[]
no_license
woodk/SimpleKBot
4aed0122fa8a8e4b49bff3a966c31af85a6cd87f
4433bd1ca71c3b39460032279dea4c089aa1eb04
refs/heads/master
2021-01-01T18:07:55.574893
2011-01-07T19:37:40
2011-01-07T19:37:40
1,035,746
0
0
null
null
null
null
UTF-8
C++
false
false
6,724
cpp
/*----------------------------------------------------------------------------*/ /* Copyright (c) KBotics 2010. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. */ /*----------------------------------------------------------------------------*/ #include...
[ "woodk@limestone.on.ca" ]
woodk@limestone.on.ca
2dbcc32031116ff660d57f939ca214a7d29b8427
7a68a9c3473feceb613dbc0b390e4b02a276f460
/leetcode/medium/1026_maximum_difference_between_node_and_ancestor.cpp
64c5dd6c0c06ba12b32b9ea9d92ff4a600b002e1
[]
no_license
pzins/Programming
88cab57200921c1fd9a44568162463f4f0f5e3ab
45e1466fcf28933aa8a3c85ee8590430ced90db4
refs/heads/master
2023-07-20T09:56:03.379507
2023-07-18T15:33:15
2023-07-18T15:33:15
199,602,171
0
0
null
null
null
null
UTF-8
C++
false
false
909
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "zins.pierre@gmail.com" ]
zins.pierre@gmail.com
2d8d2071e438ce5b997f57d84d256904f33dc095
57c1e16107ae27d7a63e0b853d1d0a54c802061c
/Option 1/6.4/6_4.hpp
d74dd2690cf00929f61621a02a340230adcf2b75
[]
no_license
Avdeenko-Dasha/1-cours
31384098e524d8fb4726f466ed5f282c156932e0
cea2fe36d5033dcf77861b2c938dce37b997df61
refs/heads/main
2023-08-24T17:05:38.754163
2021-10-11T21:14:43
2021-10-11T21:14:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
565
hpp
#pragma once #include <iostream> #include <ctime> #include <iomanip> using namespace std; enum WidthValues { widthNum = 18, widthSign = 8, widthOrder = 10, widthMant = 12, widthLine = 44, }; union DoubleUnion { double num;struct InNumber { unsigned long long mantissa : 52; ...
[ "avdeenko.dasha705@gmail.com" ]
avdeenko.dasha705@gmail.com
cbd3187247cff06ce235e93d98b563d8596a1465
6febd920ced70cbb19695801a163c437e7be44d4
/cpp/concepts/counter_class.cpp
43fb2c52b47b99baa07151b6fc87c1ecd55ba6af
[]
no_license
AngryBird3/gotta_code
b0ab47e846b424107dbd3b03e0c0f3afbd239c60
b9975fef5fa4843bf95d067bea6d064723484289
refs/heads/master
2021-01-20T16:47:35.098125
2018-03-24T21:31:01
2018-03-24T21:31:01
53,180,336
1
0
null
null
null
null
UTF-8
C++
false
false
690
cpp
#include <iostream> using namespace std; // see below for a discussion of why // this isn't quite right class Counter { public: Counter() { ++count; cout << "Counter constructor\n"; } Counter(const Counter&) { ++count; cout << "Counter copy constructor\n"; } ~Counter() { --count; } static...
[ "dhaaraa.darji@gmail.com" ]
dhaaraa.darji@gmail.com
4a4f68411c93039314ed69d21f62c41cca19afeb
87afd2b9face99ac5553f6dd4cf9595f754c6650
/definitivo/GetTheBall/GetTheBall/UserPositionUpdating.cpp
44df68646c98a1a0c326cfa538bed0bc64fb7b86
[]
no_license
LauraLaureus/PickTheCow
5ca3f343d9d1ba03712e9d43763bd311cd9e5ba8
97f5f95daf24227f24310e60cdaa349ef17c1aed
refs/heads/master
2021-01-17T19:51:57.935594
2016-06-06T17:00:02
2016-06-06T17:00:02
60,543,688
0
0
null
null
null
null
UTF-8
C++
false
false
2,221
cpp
#include "UserPositionUpdating.h" #include "Conversion.h" #include "Coordinates3DCalculation.h" UserPositionUpdating::UserPositionUpdating(Game& game) : game(game) { } UserPositionUpdating::UserPositionUpdating(const UserPositionUpdating& userPositionUpdating) : game(userPositionUpdating.game) { } U...
[ "l4depende@gmail.com" ]
l4depende@gmail.com
c8779149159e22946259274d0d309a323b5acc77
1b55fa9c97d777be0b84b088cf73fd3f3d8812ae
/7/8.cpp
221292b8f0d1d59b731b8c6b1e5dfaf9e334a7aa
[]
no_license
arshrapov/abraman_answers
0e432752ef8e2e924ea2c13f293e52aaf3b8831d
9cbdf872f9c78f857f9fed9e4b6f955e25c4fada
refs/heads/master
2022-05-23T14:47:35.601263
2020-04-29T16:46:12
2020-04-29T16:46:12
259,694,937
0
0
null
null
null
null
UTF-8
C++
false
false
71
cpp
#include <iostream> int main () { using namespace std; return 0; }
[ "ashrapov.rafa@yandex.com" ]
ashrapov.rafa@yandex.com
48994f22d318a76fdd3a3d048b00faf6c7dfd754
1ca99f15544e768da94b3b41467b59ae6d7b4f58
/sort_window.h
dee7fbb33c0181833b77280f18a6556777ac4ed1
[]
no_license
napobiao/QT_Graduation
5287224cfab751be3cd7a5344d5786b759ddc185
c58d0b2754ec27a0009c8abe5743876672b6f1fe
refs/heads/master
2021-09-10T01:01:57.208111
2018-03-20T12:29:42
2018-03-20T12:29:42
126,013,215
0
0
null
null
null
null
UTF-8
C++
false
false
582
h
#ifndef SORT_WINDOW #define SORT_WINDOW #include <QMainWindow> #include <QDialog> #include <QPushButton> class Sort_Window : public QMainWindow { Q_OBJECT public : Sort_Window(QWidget *parent = 0); ~Sort_Window(); void sleep(unsigned int msec); void begin_bubble(); void sort_bubble(); void change_bubble(); ...
[ "hbchen1995@126.com" ]
hbchen1995@126.com
6de8c1a5c5a3572a6989281331c6c466a82105bd
99fe750ffd06ae7b33d13d69bf625a9c36169df3
/volume004/444 -Encoder and decoder.cpp
81e43ba66ab5e0363844fc8c6f93950d86324a58
[]
no_license
ahmrf/UVa
5edb2edbc912f837a9884584ab42b73c573a3385
6b815d4df74f52e30b01d345b1e41cdd34b0f7da
refs/heads/master
2021-01-21T01:49:33.721538
2016-04-06T16:20:51
2016-04-06T16:20:51
34,123,479
0
0
null
null
null
null
UTF-8
C++
false
false
1,415
cpp
#include<string> #include<cstring> #include<iostream> #include<sstream> #include<cstdio> #include<algorithm> using namespace std; string to_string(int num) { stringstream ss; string s; ss << num; ss >> s; return s; } int main (void) { char asci[123], ch = '\0'; for(int ...
[ "bsse0621@iit.du.ac.bd" ]
bsse0621@iit.du.ac.bd
e3024a4b29a0f1891c300e900e6d2d0b81c4ffcf
0d2c96accaff0a8fa46b947142f1176a58d7c5df
/c++/3_red_belt/4_week/web_server/http_request.h
ddbe904ddd55cbd3d06868e6de5224c4701db264
[]
no_license
GlebKirsan/coursera
ece415a8c08b60cfc26d0efce95554833ac782c2
3c3bc2beaa855e1418459c87046f683e7c419bf1
refs/heads/master
2021-09-01T11:11:17.984403
2021-08-24T13:15:41
2021-08-24T13:15:41
144,696,947
6
0
null
2020-01-31T00:01:46
2018-08-14T09:14:04
MATLAB
UTF-8
C++
false
false
130
h
#pragma once #include <string_view> using namespace std; struct HttpRequest { string_view method, uri, protocol; };
[ "glkv@protonmail.ch" ]
glkv@protonmail.ch
a65b9473d6b6737bb5838ac71f3db36f03fc407b
bc5840a9334d654d48291da482acba7acaf8d58e
/source/Skybox.h
f3c1b2870e4c867fb47876d317e31b69c29e61d6
[]
no_license
sebrussell/Engine
2d624621631998a3286ce4b7100b9e429584fc2f
f99d734d6caddff4c25482d5c57ea2986d0a9331
refs/heads/master
2021-08-27T21:32:21.074662
2017-12-10T12:00:50
2017-12-10T12:00:50
106,965,382
0
0
null
null
null
null
UTF-8
C++
false
false
832
h
#ifndef SKYBOX_H #define SKYBOX_H class Model; class Shader; class MeshManager; class Transform; #include <glad/glad.h> #include <GLFW/glfw3.h> #include "stb_image.h" #include <memory> #include <vector> #include <iostream> class Skybox { public: Skybox() {}; ~Skybox() {}; void Awake(); unsigned int loadCub...
[ "sebrussell42@gmail.com" ]
sebrussell42@gmail.com
360920b90b0595bb9f9944769ec485134f49ca43
045c95bed63c0845d95101c3993926dcac4380a4
/calculator.cpp
7f902abc3431954924b01fec173666c45bf57bb3
[]
no_license
ujikstark/SimpleCalculatorC
642635ff3abbc2ef49007c567a5afe33661ed637
934de23f27dd04ffb6d84c693d894c3156df8710
refs/heads/main
2023-07-20T01:56:30.417823
2021-08-30T06:58:06
2021-08-30T06:58:06
401,242,834
0
0
null
null
null
null
UTF-8
C++
false
false
824
cpp
#include <iostream> #include <stack> using namespace std; int main() { char op = '+'; int num; int res = 0; stack<int> s; int t = 0; while (op != '=') { cin >> num; if (op == '+') { res += num; if (t > 0) s.push(res - num); } else if (op == '-') { res -= num; if ...
[ "ujikbauk@gmail.com" ]
ujikbauk@gmail.com
c42e783a7c91f3d89a16303e3eb4f56989694de2
00a6118df8a147bddc983e370cbfa96b655b55e2
/01-basics/binary_fixed_point/cnl/include/cnl/_impl/fixed_point/extras.h
9486ba32f2a773a29dcade045a0488b938fd98ed
[ "MIT" ]
permissive
initdb/RA-Uebung
ac7ae4d75c7c769c6efc63795093791227efbbe4
05eeb315be4cdc56e554596b8204b5a4bd43d06b
refs/heads/master
2020-05-03T04:49:35.740783
2019-03-29T15:48:04
2019-03-29T15:48:04
178,432,678
1
0
null
null
null
null
UTF-8
C++
false
false
10,496
h
// Copyright John McFarlane 2015 - 2016. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file ../LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) /// \file /// \brief supplemental definitions related to the `cnl::fixed_point` type; /// definit...
[ "benedict.schwind@live.de" ]
benedict.schwind@live.de
d052e5f73356e336a434c2d361ea469926cdd5ab
38074edb46670f3c53771f63418fbcc9ad5ede68
/lib/src/StringFrobs.cpp
c8a8f4bbaa9f4241997ff9183311c236d7b52dbd
[ "MIT" ]
permissive
genedelisa/GDMusicKit
e08a725372b3dfae041689b4d365c2ad3d80e04c
d3a3a79ffc6bf000602e5001679351bd5d4a02a6
refs/heads/master
2023-04-14T18:59:59.801433
2019-08-14T11:05:35
2019-08-14T11:05:35
193,133,924
0
1
null
null
null
null
UTF-8
C++
false
false
1,885
cpp
/*--------------------------------------------------------------------------------------------- * Copyright (c) Rockhopper Technologies, Inc. All rights reserved. * Licensed under the MIT License. * See LICENSE in the project for license information. *------------------------------------------------------------...
[ "gene@rockhoppertech.com" ]
gene@rockhoppertech.com
cdf102536592fe41b259f2c01f303651c834b440
7b7554fc484b2c4aaab1a97c6b4b760ed942a00e
/iSAMApp/NavBase/Scan/src/Icp.cpp
c93fc54f944759198d1fcd7fc10d9841e1df8b6a
[]
no_license
sven-glory/GTSAM-NDT
90bd50bb6404579dc8b5c7f2011be4b64501d572
8c5183de63ba54f3cafb67d193b8dffc3afb4b23
refs/heads/master
2023-02-25T18:03:14.497787
2021-01-31T05:09:56
2021-01-31T05:09:56
334,640,405
0
0
null
null
null
null
GB18030
C++
false
false
11,428
cpp
#include "stdafx.h" #include <math.h> #include "polar_match.h" /** @brief Calculate the distance of a point from a line section. 计算一个点P(x3, y3)到一条线段AB的距离(A(x1, y1), B(x2, y2))。如果交点落到线段之外,则返回-1。 同时,P点到AB的垂足点的坐标C(x, y)也被返回。 此函数在ICP中用到。 Calculates the distance of the point (x3,y3) from a line defined by (x1,y1) and (x...
[ "sven_glory@163.com" ]
sven_glory@163.com
1d2247a5330e1f99a0973b78ed2017e2ad146f0f
4e49f2b456882ba8643907a196f86b3062004243
/MFCTeeChart/MFCTeeChart/TeeChar/teefunction.h
ed098bf79b0d1b8e52ee4f7e3407f7dc8c4be5f6
[]
no_license
772148702/Artificial-Intelligence
d4616acf13a38658fc38e71874091b4a0596f6ac
3b2c48af7a88adc2d2fab01176db7c811deda1d1
refs/heads/master
2018-08-29T19:14:37.293494
2018-07-06T15:16:10
2018-07-06T15:16:10
108,261,921
0
1
null
null
null
null
UTF-8
C++
false
false
2,429
h
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CCurveFittingFunction; class ...
[ "772148702@qq.com" ]
772148702@qq.com
76eb86720131af1b386a69278c1aedbd004af16c
8153511d8167c75f3439090f883ed67bfbd3d083
/Palindrome.cpp
adbbff411a608825cddbfae46996edadd6d6fc0e
[]
no_license
PoorMonk/LeetCode
d0f6aedfc181bc39d928332f8c64225a189bb560
0fede9a202fef820fe5bc71d6ea1a56b802baed5
refs/heads/master
2021-05-15T05:23:48.513832
2018-02-08T05:59:41
2018-02-08T05:59:41
117,074,541
0
0
null
null
null
null
GB18030
C++
false
false
539
cpp
/* Determine whether an integer is a palindrome. Do this without extra space. */ #include <iostream> #include <vector> using namespace std; class Solution { public: bool isPalindrome(int x) { //负数不是回文数 return (0 <= x && x == reverse(x)); } private: int reverse(int x) { int y = 0; while (x) { y = y...
[ "ji.he@3glasses.com" ]
ji.he@3glasses.com
eb2da70d8dda7c998925266860ffa9868b6e9384
c8998aa405b5416f6db4d3cbbdb812098d1f7803
/Core/MMKV_OSX.cpp
bafac4a36f73edc341398edeacb9ac4b7ec2b80d
[ "BSD-3-Clause", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "OpenSSL", "Zlib", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
fengqieer1988/MMKV
c0010084b3adc1279dcec63c506e028c7eb26f6b
025829b9a214b5bb53679e7d662095c1b35d817d
refs/heads/master
2022-04-22T18:27:39.906333
2020-04-13T07:18:49
2020-04-13T07:18:49
255,243,833
0
0
NOASSERTION
2020-04-13T05:57:53
2020-04-13T05:57:52
null
UTF-8
C++
false
false
7,392
cpp
/* * Tencent is pleased to support the open source community by making * MMKV available. * * Copyright (C) 2019 THL A29 Limited, a Tencent company. * All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); you may not use * this file except in compliance with the License. You may obtai...
[ "guoling@tencent.com" ]
guoling@tencent.com
fdbb99cf33c6bc49c31d4f81fcedb6bb7e1d5ae7
04b1803adb6653ecb7cb827c4f4aa616afacf629
/components/offline_pages/core/prefetch/prefetch_download_flow_unittest.cc
a97a1216139f343032943eeaf61b51692ee7f490
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
8,090
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/offline_pages/core/prefetch/prefetch_downloader_impl.h" #include <utility> #include <vector> #include "base/test/scoped_feature_lis...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
bc34335bc7f15d5fcc1f5382cf823bfa2ff923c9
5d6794a2d3af0d84c59783e110f33538d0e9b830
/contests/JudgeTest202004/b.cpp
323b9f210623255491c380cbb0013f57d9676129
[]
no_license
ryotgm0417/AtCoder
e641336365e1c3b4812471ebf86f55e69ee09e2f
a70a0be85beb925a3e488e9e0d8191f0bbf1bcc1
refs/heads/master
2020-11-28T21:21:35.171770
2020-08-29T13:50:15
2020-08-29T13:50:15
229,922,379
0
0
null
null
null
null
UTF-8
C++
false
false
1,181
cpp
#include <bits/stdc++.h> using namespace std; #define rep(i,n) for (int i=0; i < (int)(n); i++) #define rep2(i, s, n) for (int i = (s); i < (int)(n); i++) using ll = long long; using VL = vector<ll>; using VVL = vector<vector<ll>>; using P = pair<ll, ll>; // chmin, chmax関数 template<typename T, typename U, typename Com...
[ "ryothailand98@gmail.com" ]
ryothailand98@gmail.com
3a3790db462b05b95d3d2db638c09c26a5508818
4b88fe8b782cbedf048ec406d99b50d8e21a9f2c
/src/Geometry/Frustum.cpp
2d31eddc803b779c20e1ed15774be56db2d5ca74
[]
no_license
Senryoku/SEngine
d41fa3400b62ee274c760d6c902c2f0734d42c3a
8235d22d87b5f2967437b2d19b6bc02100f792fa
refs/heads/master
2021-06-06T10:15:47.880495
2021-05-23T00:53:04
2021-05-23T00:53:04
38,825,325
3
1
null
null
null
null
UTF-8
C++
false
false
1,288
cpp
#include <Frustum.hpp> Frustum::Frustum(const glm::mat4& projmat) { // Fast Extraction of Viewing Frustum Planes from the World-View-Projection Matrix // Gribb & Hartmann // http://www8.cs.umu.se/kurser/5DV051/HT12/lab/plane_extraction.pdf // https://stackoverflow.com/questions/12836967/extracting-view-frustum-...
[ "maretverdant@gmail.com" ]
maretverdant@gmail.com
7544afc7458f72438548ac332e71fd3fc8807941
15227fb41af484950b7a89bb45b78489db58869a
/kryne-engine/include/kryne-engine/Core/LogicComponent.h
596bfff8b4704f9cd01d239e35ed38ad743f5ddc
[]
no_license
Mcgode/kryne-engine
83c4c1fb2ee9511b687c482afc14d0db07141e95
01332d2b17c41d0954c12995713186f86e710233
refs/heads/main
2021-12-01T08:48:28.071158
2021-05-01T16:51:15
2021-05-01T16:51:15
182,293,488
1
0
null
null
null
null
UTF-8
C++
false
false
1,694
h
/** * @file * @author Max Godefroy * @date 06/02/2021. */ #ifndef KRYNE_ENGINE_LOGICCOMPONENT_H #define KRYNE_ENGINE_LOGICCOMPONENT_H #include "Component.h" /** * A component to use for game logic. */ class LogicComponent: public Component { public: /** * Initializes the logic component * @p...
[ "max@godefroy.net" ]
max@godefroy.net
67f0a8d188eddff4251de57c207eaba16b02e9ab
4503b4ec29e9a30d26c433bac376f2bddaefd9e5
/RealDWG/2012/x64/Inc/dbDictUtil.h
cca94e63bb53640d5adc683e0bd46cac243d2e9a
[]
no_license
SwunZH/ecocommlibs
0a872e0bbecbb843a0584fb787cf0c5e8a2a270b
4cff09ff1e479f5f519f207262a61ee85f543b3a
refs/heads/master
2021-01-25T12:02:39.067444
2018-02-23T07:04:43
2018-02-23T07:04:43
123,447,012
1
0
null
2018-03-01T14:37:53
2018-03-01T14:37:53
null
UTF-8
C++
false
false
7,749
h
// $Header: //depot/release/ironman2012/develop/global/inc/dbxsdk/dbDictUtil.h#1 $ $Change: 237375 $ $DateTime: 2011/01/30 18:32:54 $ $Author: integrat $ // $NoKeywords: $ #ifndef AD_DBDICTUTIL_H #define AD_DBDICTUTIL_H 1 // // (C) Copyright 1998-2006, 2010 by Autodesk, Inc. // // Permission to use, copy, modif...
[ "jwMoon@3e9e098e-e079-49b3-9d2b-ee27db7392fb" ]
jwMoon@3e9e098e-e079-49b3-9d2b-ee27db7392fb
34d9accaec42ec6baddc52682e30aa08ec1da06c
9627ea6c2d232c55a949064ff7c7c07c4dd7626a
/EASTL/deque.h
7b239ef096c799d667fd982a1374eec6c1516806
[]
no_license
picco911/Cheat_BF3
e2d42785474348adfdfa44274999aa4d0ea68054
99888a880eed5410308f03258b35a11ce50d927e
refs/heads/master
2020-03-27T21:05:14.875678
2018-09-02T19:13:16
2018-09-02T19:13:16
147,114,166
0
1
null
2018-09-02T19:11:31
2018-09-02T19:11:31
null
UTF-8
C++
false
false
3,480
h
#pragma once namespace eastl { template< typename T, unsigned int A > class DequeIterator { public: T* mpCurrent; //0000 T* mpBegin; //0004 T* mpEnd; //00...
[ "39557080+BlackSickness@users.noreply.github.com" ]
39557080+BlackSickness@users.noreply.github.com
a8ee240497866b04b62dd536ba44440555ddfbad
5885fd1418db54cc4b699c809cd44e625f7e23fc
/codeforces/1015/d.cpp
9a8e21cf95d6b5e8466f0daf59ead83f937c3124
[]
no_license
ehnryx/acm
c5f294a2e287a6d7003c61ee134696b2a11e9f3b
c706120236a3e55ba2aea10fb5c3daa5c1055118
refs/heads/master
2023-08-31T13:19:49.707328
2023-08-29T01:49:32
2023-08-29T01:49:32
131,941,068
2
0
null
null
null
null
UTF-8
C++
false
false
1,012
cpp
#include <bits/stdc++.h> using namespace std; #define _USE_MATH_DEFINES typedef long long ll; typedef long double ld; typedef pair<int,int> pii; typedef complex<ld> pt; typedef vector<pt> pol; const char nl = '\n'; const int INF = 0x3f3f3f3f; const ll INFLL = 0x3f3f3f3f3f3f3f3f; const ll MOD = 1e9+7; const ld EPS = 1...
[ "henryxia9999@gmail.com" ]
henryxia9999@gmail.com
51cba9dfc1efa82f952b1cf03a3a7fda2a406bbd
52ca17dca8c628bbabb0f04504332c8fdac8e7ea
/boost/phoenix/object/detail/new.hpp
e924de0236e4790f8a08186a0fb7b9ad18f5568d
[]
no_license
qinzuoyan/thirdparty
f610d43fe57133c832579e65ca46e71f1454f5c4
bba9e68347ad0dbffb6fa350948672babc0fcb50
refs/heads/master
2021-01-16T17:47:57.121882
2015-04-21T06:59:19
2015-04-21T06:59:19
33,612,579
0
0
null
2015-04-08T14:39:51
2015-04-08T14:39:51
null
UTF-8
C++
false
false
71
hpp
#include "thirdparty/boost_1_58_0/boost/phoenix/object/detail/new.hpp"
[ "qinzuoyan@xiaomi.com" ]
qinzuoyan@xiaomi.com
4a5dc060fa2c6c747f88f4829d1375f0ee903616
787bf540a58938da41c43a38e0f45d3cddfb7abb
/tests/facesim/Public_Library/Arrays/ARRAY.h
6b27439aa2c17b0127ca9e2b348ed550b18beda0
[]
no_license
GammaPi/Parsec-2.0
dfba038d37151883167acee97e675ee2edfe538f
713367e86d9cc2c28cd2b7f2c7db0ecea82d2905
refs/heads/main
2023-05-07T08:49:11.584191
2021-05-18T18:05:56
2021-05-18T18:05:56
368,624,291
0
0
null
null
null
null
UTF-8
C++
false
false
22,859
h
//##################################################################### // Copyright 2004-2006, Ronald Fedkiw, Eftychios Sifakis. // This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt. //####################################################...
[ "mrsteventang@outlook.com" ]
mrsteventang@outlook.com
6f6a49cfc5d63f9c7f292d5af0489e22a4cbcc6f
9e6b5ba9259d0fd6a9ad82a1cd89de627477cc86
/Sources/yocto_bluetoothlink.h
5369314cd73f2669555d536c9107608020318c66
[]
no_license
giapdangle/yoctolib_cpp
82b9ade1e2b1e3d6fa8decb8065b535ba19e145f
fb24a749382b866ca31c32e6acdaccb68b585933
refs/heads/master
2021-01-22T12:12:28.361797
2015-05-20T16:32:53
2015-05-20T16:32:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,793
h
/********************************************************************* * * $Id: yocto_bluetoothlink.h 20326 2015-05-12 15:35:18Z seb $ * * Declares yFindBluetoothLink(), the high-level API for BluetoothLink functions * * - - - - - - - - - License information: - - - - - - - - - * * Copyright (C) 2011 and beyon...
[ "dev@yoctopuce.com" ]
dev@yoctopuce.com
1e68aa7906325ac8f34d250b893df48366df12c3
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/extlib/Scaleform/GFx SDK 2.1.57/3rdParty/nvtt/src/nvimage/TgaFile.h
cf88f0714d3de62ded0cad8b1829d7561a4f5a8e
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,931
h
// This code is in the public domain -- castanyo@yahoo.es #ifndef NV_IMAGE_TGAFILE_H #define NV_IMAGE_TGAFILE_H #include <nvcore/Stream.h> namespace nv { // TGA types enum TGAType { TGA_TYPE_INDEXED = 1, TGA_TYPE_RGB = 2, TGA_TYPE_GREY = 3, TGA_TYPE_RLE_INDEXED = 9, TGA_TYP...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com