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
12f46d9ff3a7510812cc8a071c24821cf99f3fba
bd169aa531bdb173d60b733a87e8a5150dbe0c2a
/libraries/protocol/include/morphene/protocol/schema_types/account_name_type.hpp
4da474b2baa95420d64e2dcbffdebaeabeaf67aa
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
morphene/morphene
733b0ed1d48b9c41850c68e13ced3a1838486264
5620f9a8473690ff63e67b7b242a202d05f7ee86
refs/heads/master
2020-05-05T01:25:09.669273
2019-06-07T16:55:50
2019-06-07T16:55:50
179,602,584
4
0
null
null
null
null
UTF-8
C++
false
false
836
hpp
#pragma once #include <morphene/schema/abstract_schema.hpp> #include <morphene/schema/schema_impl.hpp> #include <morphene/protocol/types.hpp> namespace morphene { namespace schema { namespace detail { ////////////////////////////////////////////// // account_name_type // ////////////////////...
[ "netuoso@pobox.com" ]
netuoso@pobox.com
7e3c8f913bdf9e3deb9cc8ca5223a7427959703e
5efe5d092527d15401a231266504159679f6466c
/INDIGO/Cheat/Esp/Esp.h
f0f51c82480d3c8158dc1bc85f7498befcd78e6e
[ "MIT" ]
permissive
qq1091192337/SNAPSHOOK
f28bf48f862f62a189220d5f98bf379ac80c870e
29853037a383d158bd0c522179dd9a818e676cdc
refs/heads/master
2020-03-14T07:00:13.725506
2018-04-03T16:36:09
2018-04-03T16:36:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,291
h
#pragma once #include "../../Engine/Engine.h" #include "../../SDK/Sounds.h" #include <algorithm> #include <Windows.h> #include <Mmsystem.h> #pragma comment(lib, "Winmm.lib") #define CHECK_VALID( _v) 0 FORCEINLINE vec_t DotProduct(const Vector& a, const Vector& b) { CHECK_VALID(a); CHECK_VALID(b); return(a.x*b....
[ "snapsking19@gmail.com" ]
snapsking19@gmail.com
d5077bc19a7a21b549aca0d1a47268b843859e18
774e8271f37d0f370151ee796d49f47593127130
/Tek3/Semester5/PiscinePython/PYjour00/ConsumerParser.cpp
3691a7acd10a17252ec6ade638fd5597c722348b
[]
no_license
GaldanM/Epitech
9253e76e7f0659091db9d6747830f14ad1d19b77
6aa85081747965a1d50bbdbdae238a8a2ea8bc49
refs/heads/master
2021-03-30T17:20:08.304384
2018-01-07T10:36:00
2018-01-07T10:36:00
87,180,084
1
0
null
null
null
null
UTF-8
C++
false
false
1,706
cpp
#include "ConsumerParser.hpp" ConsumerParser::ConsumerParser(ProducterStream &st) : _pos(0), _stream(""), _st(&st) {} ConsumerParser::~ConsumerParser() {} bool ConsumerParser::fillStream() { if (_pos == _stream.size()) { try { _stream += _st->nextString(); } catch (std::exception const &e) { thro...
[ "g.moulinneuf@outlook.fr" ]
g.moulinneuf@outlook.fr
56e933bd68a866ace3a2223196b869f7fc62f08e
4bdc3c2287d4d7a6226c52663ebad91486c4e453
/Practice Exercise 13/Practice Exercise 13.cpp
8ea0cb737ba023ea2cf3d9fb9dde7d10082a9114
[]
no_license
rhokiotam/CMPE-50-Hw-and-Labs
14b63bcf70f3569f4960433589f3c99a354d8b25
20e61f1a19ec1018d5e0fe50812e094c33e8097a
refs/heads/main
2023-03-07T08:23:05.838734
2021-02-25T06:12:07
2021-02-25T06:12:07
305,579,059
0
0
null
null
null
null
UTF-8
C++
false
false
1,680
cpp
#include <iostream> #include <string> #include <vector> using namespace std; class Line { private: string name; vector<string> ticket; public: Line() { name = "NULL"; } Line(string a) { name = a; } void taketicket(string a) { ticket.push_back(a); } void taketicket(int cut, string a) { ticket.push_b...
[ "rhokiotam@gmail.com" ]
rhokiotam@gmail.com
7414e0c531909094f26d90c591d85e2dcea61922
60b76e96900e47c00c78e858c65df0fdef538b96
/game/src/xmas_event.cpp
9aab91b2d7dcffa7e24e7f0dbf8f5b7afe8c2f5c
[]
no_license
UnknownUserTM/Server
9b19ef477639b75a3b968ac635d9a3942ed9fefd
035e28e28fb5c5afa1206db08a365058bdfa6da8
refs/heads/master
2021-06-27T16:38:18.049805
2021-01-07T02:05:11
2021-01-07T02:05:11
202,987,474
1
0
null
null
null
null
UHC
C++
false
false
4,771
cpp
#include "stdafx.h" #include "config.h" #include "xmas_event.h" #include "desc.h" #include "desc_manager.h" #include "sectree_manager.h" #include "char.h" #include "char_manager.h" #include "questmanager.h" namespace xmas { void ProcessEventFlag(const std::string& name, int prev_value, int value) { if (name == "xm...
[ "schindeleandre@gmail" ]
schindeleandre@gmail
9dded886233fa96852f3cfa2b12c0d4823b2efde
38f218fa9e6cc3bd79b7d8e5dfe13c524ca2dd5e
/src/plugins/thirdParty/LLVM/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
ea87f9657b56a4382a54b2cc982c0c212ae98c53
[ "Apache-2.0" ]
permissive
Fairly/opencor
5de6bde564a1143808e600b7c76948bf246d3ef1
7ac310f68b1d6b5a409bfe868c18a0b232ba1715
refs/heads/master
2021-01-17T02:39:49.097302
2015-09-04T09:51:48
2015-09-04T09:51:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,551
cpp
//===- Calls.cpp - Wrapper for all function and method calls ------*- C++ -*--// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "agarny@hellix.com" ]
agarny@hellix.com
8f702c1665904d280f1ae9ce35ad9ec56c29356f
d158af22290eed3794493d0a108b783b50fbe562
/include/xthread_liu.h
e0656727ad53a9eb96546459fd9fda2bb90560d9
[]
no_license
kozal/dt_xdemo
deac70dfe10a8cc153ad600c7d188774f88b5477
625f460c00e92af0ec7252b47a1a5a27604c8196
refs/heads/master
2021-01-01T19:41:22.955719
2017-08-23T17:56:20
2017-08-23T17:56:20
98,651,217
0
0
null
null
null
null
UTF-8
C++
false
false
4,639
h
/* Copyright (c) 2014, Detection Technology Inc. All rights reserved. This file defines some thread related classes. Author: Zhang Xu, 2014-3-10 */ #ifndef XTHREAD_LIU_H #define XTHREAD_LIU_H #include <stdint.h> #include <pthread.h> #include <semaphore.h> #include <time.h> /* This class wrapps a mutex obj...
[ "omer.kozal@metu.edu.tr" ]
omer.kozal@metu.edu.tr
0b337dbbb43f35f01fd182a0fc21e152c50ba1b4
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/termsrv/admtools/winutils/installr/installrdlg.h
0b8b8feb080af8c60404b23b876e3a958e17571a
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
882
h
//Copyright (c) 1998 - 1999 Microsoft Corporation // installrDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CInstallrDlg dialog class CInstallrDlg : public CDialog { // Construction public: CInstallrDlg(CWnd* pParent = NULL); // standard constructor // Dialog...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
3671be6827e6fd842303d26b7becd09cf06fb870
40739e1e1fc9bf9845c43edeef1931d564609133
/src/lib/xml_compiler/src/xml_compiler+modifier.cpp
ae9b6e1508f913bc5bc590ddce4b4073cd1a5f0a
[]
no_license
problame/Karabiner
2dc43413cfb87f1258850e7a78761a49052132de
21b83baf7ac5847f813cfb6f765e5329d9dd0451
refs/heads/master
2020-04-05T23:26:02.708377
2014-09-24T14:29:35
2014-09-24T14:29:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,317
cpp
#include <exception> #include "pqrs/xml_compiler.hpp" #include "bridge.h" namespace pqrs { xml_compiler::modifier_loader::~modifier_loader(void) { std::string raw_identifier("system.vk_modifier_definition"); auto identifier = raw_identifier; normalize_identifier_(identifier); uint32_t config_index...
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
a266cf168842e051a478030c0c344e5b6766a653
8dc84558f0058d90dfc4955e905dab1b22d12c08
/chrome/browser/vr/model/text_input_info.cc
7f0354fa2269b3dbd30ca89d2e6e1fe9a7cfde40
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
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
6,614
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 "chrome/browser/vr/model/text_input_info.h" #include <algorithm> #include "base/strings/utf_string_conversions.h" namespace vr { namespace { ...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
a93e5e17e97ffd9a91d63f4d000a052f7f1d31ab
adde0e71a48162653fec33b2a2f52abd427539d4
/x10-2.4.3-src/x10.dist/stdlib/include/x10/lang/FinishState__FinishStates.h
05969ef4c6109c21396de73ec1a8722678ad2e60
[]
no_license
indukprabhu/deepChunking
f8030f128df5b968413b7a776c56ef7695f70667
2784c6884d19493ea6372343145e557810b8e45b
refs/heads/master
2022-06-07T19:22:19.105255
2020-04-29T18:49:33
2020-04-29T18:49:33
259,726,892
0
0
null
null
null
null
UTF-8
C++
false
false
2,706
h
#ifndef __X10_LANG_FINISHSTATE__FINISHSTATES_H #define __X10_LANG_FINISHSTATE__FINISHSTATES_H #include <x10rt.h> #define X10_LANG_GLOBALREF_H_NODEPS #include <x10/lang/GlobalRef.h> #undef X10_LANG_GLOBALREF_H_NODEPS #define X10_UTIL_CONCURRENT_LOCK_H_NODEPS #include <x10/util/concurrent/Lock.h> #undef X10_UTIL_CONCU...
[ "NVIDIA.COM+User(622487)@IK-LT.nvidia.com" ]
NVIDIA.COM+User(622487)@IK-LT.nvidia.com
324c730e87d3ef684cb127814443bb24e51428da
38095e9349e4a93a3951f7bd94f647895d766c38
/src/CandyCrush/MenuScene.cc
254fbd8af2b48fbd4e60af1a30cb39375db40361
[]
no_license
pcasamiquela/MiniCandyCrush
3b555ede0084dd3cc6e765c3f06ddd8709a481b9
871f6418da856851975426c4f04c84d2970927eb
refs/heads/master
2020-06-16T20:18:32.103919
2016-11-30T13:07:43
2016-11-30T13:07:43
75,069,497
0
0
null
null
null
null
UTF-8
C++
false
false
1,533
cc
/****************************************************************** * Copyright (C) 2016 Jordi Serrano Berbel <jsberbel95@gmail.com> * * This can not be copied, modified and/or distributed without * * express permission of the copyright owner. * ***************************************************...
[ "pcasamiquela@S5-01" ]
pcasamiquela@S5-01
d61f007e0082039a028f38c599fa9be88b48cd92
97386f844ed852f4f9cb6ffb2444333107e9b8a6
/0_driver/variant/variant_topic_tools/include/variant_topic_tools/BuiltinSerializer.h
01afe286182b0a4edc4541756e37cbb887f3cf9d
[ "LGPL-3.0-only", "LGPL-2.1-or-later", "MIT" ]
permissive
robomasterhkust/ros_environment
865c43bfb1f7139992dcfbcf8ebb0801f5fb33f7
bac3343bf92e6fa2bd852baf261e80712564f990
refs/heads/master
2018-12-27T05:19:11.121916
2018-11-21T09:16:57
2018-11-21T09:16:57
114,446,270
8
1
MIT
2018-09-21T06:50:53
2017-12-16T08:39:11
C++
UTF-8
C++
false
false
3,735
h
/****************************************************************************** * Copyright (C) 2014 by Ralf Kaestner * * ralf.kaestner@gmail.com * * * ...
[ "syangav@gmail.com" ]
syangav@gmail.com
6b1db87cfe64f09e3eb853abfa246468ab19b2bc
939a12f2d82c97a3330b246e2f672d7c0cc337de
/Smart_meter_release 2021-Q12/edge_meter_v3/libraries/HT16K33-0.3.2/examples/demo_displayTime/demo_displayTime.ino
feb49e5f33c5851cd96199b0f574fa81bb3f466e
[ "MIT" ]
permissive
chp-lab/ee-power-meter
6c004397f529dd8edbe620f5e855db5ab4c19863
d5fc6f12a655b863f31ee12f05b29d1ebc86ec20
refs/heads/main
2023-05-08T17:48:29.519942
2021-06-02T09:35:29
2021-06-02T09:35:29
373,106,628
0
1
null
null
null
null
UTF-8
C++
false
false
708
ino
// // FILE: demo_displayTime.ino // AUTHOR: Rob Tillaart // VERSION: 0.2.0 // PURPOSE: demo // URL: http://www.adafruit.com/products/1002 // URL: https://github.com/RobTillaart/HT16K33 // sketch will work correctly up to 99:99 #include "HT16K33.h" HT16K33 seg(0x70); void setup() { Serial.begin(115200...
[ "chatpeth.ke@inet.co.th" ]
chatpeth.ke@inet.co.th
c196c8c44274023d5d9dc21f107310893a425142
860df8f3d6acdc5e2942f42a6672e2b7740117f6
/src/CVbscriptCounter.cpp
b647f272f4b5148007dab2b0c539924238a02bc8
[]
no_license
geminijun/DR
cba2505e5307ab2f053b585dc7119680a576b35e
3f95dc239dddc2f8aa77ef2d725bd352f5ceb37b
refs/heads/master
2021-01-01T19:24:18.997498
2012-12-04T02:17:36
2012-12-04T02:17:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,022
cpp
//! Code counter class methods for the VBScript language. /*! * \file CVbscriptCounter.cpp * * This file contains the code counter class methods for the VBScript language. */ #include "CVbscriptCounter.h" #define CONTINUATION_CHAR '_' /*! * Constructs a CVbscriptCounter object. */ CVbscriptCounter::CVbscriptC...
[ "geminijun@gmail.com" ]
geminijun@gmail.com
340faf4761d2fa5e693d92285ad53a447d3aac32
548f0ab0398613c5221778010e865c3652d0d00b
/SampleOSXCocoaPodsProject/Pods/BRCLucene/src/core/CLucene/index/DirectoryIndexReader.h
62d315087d42b3ee6d3ddc8dbea2da6d4006bfc6
[ "Apache-2.0", "LGPL-2.0-or-later", "LGPL-2.1-or-later" ]
permissive
vlado-rudenok/BRFullTextSearch
921cdeab5600f843f2bafb0a6607f52f4f0c867d
22e50bc92e48c5af3803f0ad503298b2438b8e79
refs/heads/master
2020-07-01T06:50:03.027375
2017-07-19T03:35:15
2017-07-19T03:35:15
201,080,316
0
0
Apache-2.0
2019-08-07T15:45:44
2019-08-07T15:45:43
null
UTF-8
C++
false
false
4,439
h
/*------------------------------------------------------------------------------ * Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team * * Distributable under the terms of either the Apache License (Version 2.0) or * the GNU Lesser General Public License, as specified in the COPYING file. ---------------------...
[ "git+matt@msqr.us" ]
git+matt@msqr.us
3b2160e974997dfc628008323e0dd3aebcd53f33
7fb0900c3baa1c5e134ee2c47c5159f4401a3a52
/include/EventCodes.hpp
6876cae014eec7f64e577d63fc4296598d5cf804
[]
no_license
mnassabain/Asteroids
df966273ef6efbf4b15e55dade5b663db6493aaf
693626cb2e70119cbdde6909883057dc37eb84a1
refs/heads/master
2023-04-23T07:41:50.823768
2021-05-06T21:29:02
2021-05-06T21:29:02
254,962,300
0
0
null
null
null
null
UTF-8
C++
false
false
502
hpp
#ifndef EVENTCODES_HPP #define EVENTCODES_HPP #define EVT_START_GAME -2 #define EVT_CLOSE_GAME -1 #define NO_EVENTS 0 #define EVT_PLAYER_ACCELERATE 1 #define EVT_PLAYER_DECELERATE 2 #define EVT_PLAYER_START_TURN_CCW 3 #define EVT_PLAYER_START_TURN_CW 4 #d...
[ "marco.nassabain@hotmail.com" ]
marco.nassabain@hotmail.com
8286e4b62e7f6bab0e35d849bbf8136d2a46882a
ab21fc5b6070860933bbbeb8c2ab88489e89af5d
/4.3mount/mount.cpp
ce7dd2dad8e247cec8497d26e440de82318c0e47
[]
no_license
lixu1/windowsAPI
f96f33123b501b88becebbb8f6a957a1685ac386
8bb560d3fd34874903eed140113a8ac5f20341cf
refs/heads/master
2021-01-24T08:37:28.557463
2016-09-29T10:27:31
2016-09-29T10:27:31
69,555,637
0
0
null
null
null
null
GB18030
C++
false
false
2,918
cpp
#define _WIN32_WINNT 0x0501 #include <Windows.h> #include <stdio.h> #include <tchar.h> #define BUFSIZE MAX_PATH #define FILESYSNAMEBUFSIZE MAX_PATH //列举挂载点 BOOL ProcessVolumeMountPoint(HANDLE hPt, TCHAR *PtBuf, DWORD dwPtBufSize, TCHAR *Buf) { BOOL bFlag;//结果 TCHAR Path[BUFSIZE];//全路径 TCHAR Target[BUFSIZE];//挂载点设备 ...
[ "lixuat2014@gmail.com" ]
lixuat2014@gmail.com
5c248bb4c77cee7a3ff92a196da4307fca70dbef
b5e45b0019c9e0c403e96c4154f68b3b7b10d56f
/Raytracer/ONB.cpp
822cfef9bcc5622bd4e8fbcd54e5ba8482aff394
[]
no_license
iziamtso/Raytracer
fc5690c1df0974c8df42364354079f43e5cc42d4
d44fe84de4923052fce2b98cfa90fde47dde9c13
refs/heads/master
2021-01-19T11:48:28.144033
2015-05-18T17:14:21
2015-05-18T17:14:21
35,622,226
0
0
null
null
null
null
UTF-8
C++
false
false
1,930
cpp
#include "ONB.h" #define ONB_EPSILON 0.01f void ONB::initFromU(const Vector3& u) { Vector3 n(1.0f, 0.0f, 0.0f); Vector3 m(0.0f, 1.0f, 0.0f); U = unitVector(u); V = cross(U, n); if(V.length() < ONB_EPSILON) { V = cross(U, m); } W = cross(U, V); } void ONB::initFromV(const Vector3& v) { Vector3 n(1.0f, 0.0f, ...
[ "iz1635@gmail.com" ]
iz1635@gmail.com
741453299ba6b28248219ee1fc76b7c873e42fdc
66b6fa4b8b8d910f602610429f119f7303463153
/Homework 3/mis&can.cpp
86ebf5afdbdfbccab554ee50705569d62f886cec
[]
no_license
JosephG1994/CS461
8bc73f768a351c94f35094df66ee5a7ef4294316
18b85faa41ab0009cfd84ed1bf02851c612aff95
refs/heads/master
2022-10-15T06:23:56.732653
2020-06-09T22:33:06
2020-06-09T22:33:06
271,097,532
0
0
null
null
null
null
UTF-8
C++
false
false
4,430
cpp
// Missionaries and cannibals implementation using a tree and the breadth first search algorithm. #include<iostream> using std::cout; int iMis = 3, // missionary initial state (on Side1) iCan = 3, // cannibal initial state (on Side1) fMis = 0, // missionary final state (on Side2) fCan = 0, // cannibal final state (on...
[ "48999009+JosephG1994@users.noreply.github.com" ]
48999009+JosephG1994@users.noreply.github.com
2e67d7d478957624712f46e6847ba4a1e4882bcf
5a77b5092acf817ac37a5fafd006feea434dd0d6
/Doxygen_Graphviz/DesignPatternExample/品味Java的21種設計模式/dp_cpp/flyweight/example3/FlyweightFactory.h
195e8409f0007dd908e8c0220b5acc7bef2c94aa
[]
no_license
shihyu/MyTool
dfc94f507b848fb112483a635ef95e6a196c1969
3bfd1667ad86b3db63d82424cb4fa447cbe515af
refs/heads/master
2023-05-27T19:09:10.538570
2023-05-17T15:58:18
2023-05-17T15:58:18
14,722,815
33
21
null
null
null
null
GB18030
C++
false
false
1,345
h
#pragma once #include "Flyweight.h" #include "AuthorizationFlyweight.h" #include <string> namespace cn { namespace javass { namespace dp { namespace flyweight { namespace example3 { /// /// <summary> * 享元工厂,通常实现成为单例 </summary> /// class FlyweightFactory ...
[ "jason_yao@htc.com" ]
jason_yao@htc.com
72ae3b7d9efc1084eec2d2531c1ed474640fb7e0
6fbd10230dbfcbb8758dde29b233ab0ec3c2c6ac
/ProbeCalibration/CalibrationPointsSquaresFunction.cpp
4ef6b31685c58e07ca987bdaaf54f1c8282e7b2c
[]
no_license
coconetlero/3D-US
05964780275b92e0352c37224360ce4186092fd6
852761c75f38ee0535d5e1c08ab3e2f13a026d27
refs/heads/master
2021-01-23T13:37:29.538251
2014-09-17T11:58:41
2014-09-17T11:58:41
23,911,575
1
1
null
null
null
null
UTF-8
C++
false
false
4,110
cpp
// // CalibrationPointsSquaresFunction.cpp // US_Probe_Calibration // // Created by Zian Fanti on 16/01/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #include "CalibrationPointsSquaresFunction.h" #include <math.h> #include <iostream> CalibrationPointsSquaresFunction:: CalibrationPointsSqua...
[ "coconetlero@172.21.171.198" ]
coconetlero@172.21.171.198
f8c650e36d5a865d366fcf26a4fc39a82d74c602
5bd8a481a5da0696f623412fd9db33b81ff9a74f
/Dynamic Programming/Maximal_square.cpp
e33c7ef9b6f98bb6835fe19465a0a6e3d14c7c27
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nidhisethi88/CompetitiveProgrammingQuestionBank
285b4692c104af461b58f762604a58f20347e59f
bd2f0738931edec1cd7f81d29fae9ddecce7f0ff
refs/heads/master
2023-06-20T00:04:41.510308
2021-07-21T05:01:51
2021-07-21T05:01:51
385,717,642
0
1
MIT
2021-07-14T07:17:40
2021-07-13T19:42:32
null
UTF-8
C++
false
false
2,377
cpp
/* Question => https://leetcode.com/problems/maximal-square/ Description: Given an m x n binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. Eg: m = 4 and n = 5 1 0 1 0 0 1 0 |1 1| 1 1 1 |1 1| 1 1 0 0 1 0 The answer here is: 4 (2x2) shown h...
[ "abhic7721@gmail.com" ]
abhic7721@gmail.com
f098a0a95e7db4c22ebd7c073a1b8c15a53750ba
a7764174fb0351ea666faa9f3b5dfe304390a011
/src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx
9548b132f4c0121ebf4ee5407b578df7cb57e159
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
4,321
cxx
// File: RWStepFEA_RWNodeRepresentation.cxx // Created: Thu Dec 12 17:51:06 2002 // Author: data exchange team // Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2 // Copyright: Open CASCADE 2002 #include <RWStepFEA_RWNodeRepresentation.ixx> #include <StepRepr_HArray1OfRepresentationItem.hxx> #in...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
e330e809e354cb1e6c7ac7a3013331a3702cd85e
dc0ba9bd7a6e5af9c661cbd7cb93e7eebb7d79e6
/VideoPoker.h
607a4564f49c2652897a9c68e0c6e97159dea647
[]
no_license
moecia/GAME-230-VideoPoker
cdbf26c5a11d74cfa2510ba4300861917464d481
e7d0ec606f7180baeeeb7fd8d72c35cafe37d4ed
refs/heads/master
2021-07-22T22:56:06.290922
2017-11-01T05:08:07
2017-11-01T05:08:07
108,205,184
0
0
null
null
null
null
UTF-8
C++
false
false
1,192
h
// Project name: GAME-230-Project#3- Video Poker // Author: Bingnan Li, Nathan // Created Date: 10/19/2017 //Last Modified Date: 10/24/2017 #define _CRTDBG_MAP_ALLOC #define _CRTDBG_MAP_ALLOC_NEW #include <cstdlib> #include <crtdbg.h> #ifdef _DEBUG #ifndef DBG_NEW #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LIN...
[ "leebingnam@hotmail.com" ]
leebingnam@hotmail.com
f2015fc625226d279c0ef022690172e4b935ebc9
eeef686523c48b6a146740b6e437845b76eba5c2
/firmware/esp-wroom-32/dc26-esp/main/npc_interact.cpp
0d3a2f996301d0a6d1e16b904e4cad65f00a7d72
[ "MIT" ]
permissive
thedarknet/dc26-badge
4978dbab386048a043c3eed3df04429a01dcf620
63ec6ed78119f4a01306306670271d03764ec5c3
refs/heads/master
2021-09-20T17:15:32.536441
2018-08-13T05:07:43
2018-08-13T05:07:43
112,964,686
15
6
null
null
null
null
UTF-8
C++
false
false
6,314
cpp
#include "npc_interact.h" #include "stm_to_esp_generated.h" #include "esp_to_stm_generated.h" #include "lib/System.h" #include "mcu_to_mcu.h" #include <esp_http_client.h> #include <cJSON.h> #include "dc26.h" const char *TAG = "httpclient"; std::string HttpResponseStr; esp_err_t _http_event_handle(esp_http_client_even...
[ "cmdc0dez@gmail.com" ]
cmdc0dez@gmail.com
093e9bd1ea4d0bece1d76a0536dd603a9795470a
edd89fe7e25d254b4532847ad4572af1222fad84
/CDDriveTest/CDProgressListener.h
bb7b8fc39f0ee44232e2bff52c97c37395c57659
[]
no_license
steelfire81/CD-Ripper
b3d1997d724123f7cc3c455bf94c920a6e404c40
ddbd544db8410f21197e5401dc788e7eca3c1b97
refs/heads/master
2020-04-06T07:02:29.265618
2019-12-02T23:44:08
2019-12-02T23:44:08
63,886,599
0
0
null
null
null
null
UTF-8
C++
false
false
342
h
#pragma once // Abstract outline for classes listening for import progress class CDProgressListener { public: // called when song import ends virtual void notifyEnd() = 0; // called whenever sectors are read virtual void notifyProgress(double progress) = 0; // called when song import begins virtual void...
[ "wcrobbins@loyola.edu" ]
wcrobbins@loyola.edu
3f671e37c150f437577ff13fee940fef4d072c19
2b2895cac4b5d7cf94b1aa637f5e9920ec76e603
/BSSCode/4.25/01 线性表/01 线性表/main.cpp
ef4f2a068ac35dfbf42b73d66923e023fd98e0a1
[]
no_license
shangxiaofeng/DataStructure
ae721a720a2a874f2c56b9a50bf6d762ebe3f7fe
205733da8b4ae537592d0ee4fee12004abc25c2f
refs/heads/master
2022-07-27T03:45:11.939267
2020-05-24T14:44:04
2020-05-24T14:44:04
null
0
0
null
null
null
null
GB18030
C++
false
false
1,034
cpp
#include"Seqlist.h" void Menu(){ printf("******************************************\n"); printf("***[0] EXIT [1] PushBack ***\n"); printf("***[2] DELETE [3] MODIFY ***\n"); printf("***[4] SHOW [5] CLEAR ***\n"); } int main(){ ElemType item; SeqList MyList; ...
[ "xxxxshang@163.com" ]
xxxxshang@163.com
13463c8f8a397b9cb3b977a7f6795f39b1defb1f
d50b5cc908f06facaed95c4558c296227270f62c
/UVA/AdHoc/ZerosOnes.cpp
0a1bac4aeeff827ba4b106507ac0f06a9d45f56b
[]
no_license
marcelomata/competitive-programming-1
e24ac3bc129cb4aae2544c03252fc9dd55351c55
c0631e1f0eb52c6f13b0d047ea976ce61bf0991f
refs/heads/master
2023-03-17T17:41:28.636855
2021-02-28T16:44:50
2021-02-28T16:44:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
721
cpp
#include <iostream> #include <vector> #include <string> #include <algorithm> #include <bitset> #include <sstream> #include <set> #include <map> #include <queue> #include <stack> #include <cstdio> #include <cmath> #include <cstdlib> #include<stdio.h> #include<string.h> using namespace std; int main() { char c[2000000...
[ "kleiber.ttito@sap.com" ]
kleiber.ttito@sap.com
2d1c0c1d0d95921e086a37442ef93201760b6c57
58cb65feef50f25bb531f2d85ae33c0397ac61ce
/Project_TPL/SourceCode/ActorPool.h
f50f12743f7b1b72168f5e586d7cf8ff9a875a66
[]
no_license
Yutaro-Ono/Project_TPL
25032c5b40345825714c52eccd2eded00a32529b
36dff1210922bd4f7d9fa5ce5af2ea674bd3e130
refs/heads/main
2023-07-03T11:25:19.044183
2021-07-25T15:01:10
2021-07-25T15:01:10
349,318,935
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
591
h
//----------------------------------------------------------------------------------+ // @file ActorPool.h // @brief アクタープール (Actorクラスを管理する) // @note // @author 小野 湧太郎 (Yutaro Ono, @2021) // // @changelog // 2021/ 5/14 新規作成 //------------------------------------------------------------------...
[ "ono.yutaro.tec0623@gmail.com" ]
ono.yutaro.tec0623@gmail.com
46376a3eed2fe4a3df0a55d9fc52bdfa87249daa
b02367286ea0ed4f56d39a584c113a0d9827897f
/Engine/matrix.h
eacfee4f67dec681388190876e13a89d69448e48
[]
no_license
APerricone/PerryEngine
84618e711afa15abd870707f09b9006ffd219f77
93b030d8a6ae6793a6851afdc3b18c48b1323ac3
refs/heads/master
2023-04-06T18:15:07.026769
2023-03-29T12:31:36
2023-03-29T12:31:36
69,440,446
0
0
null
null
null
null
UTF-8
C++
false
false
6,061
h
#pragma once #include "vector.h" #include "sphere.h" //* template<typename type,int nComp> class SquareMatrix { protected: type m[nComp*nComp]; public: typedef Vector<type,nComp> Point; typedef SquareMatrix<type,nComp> Matrix; SquareMatrix() {} operator type*() { return m; } operator const type*() const { retu...
[ "don_perricone@libero.it" ]
don_perricone@libero.it
3421fe5edc0b0fc5370b3f90392beaea247c0a9a
6b4b73443fd76f65bc00272f46fbf5414dcec2b4
/include/SensorData.h
ba2a8e876177e52fb2c69f9493f460858b6541ec
[ "MIT" ]
permissive
hsbsw/hAIR
ff7baca053e3630f1eb288035cd516d2d7c26138
d7fa988dd639ced63acae3b1e980d39ee3c8412e
refs/heads/master
2023-05-28T00:49:23.260077
2021-06-04T15:17:50
2021-06-04T15:17:50
372,470,448
0
0
null
null
null
null
UTF-8
C++
false
false
5,320
h
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// hAIR - HSB Air Station //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// MIT License /// /// Copyright (c) 2021 hsb...
[ "hsbsw@posteo.de" ]
hsbsw@posteo.de
99df0aa5c45ac1deff325fe958fdec24a419a028
a8a209ed53b0942cd9da26fdc8d3df5e9bee56f9
/1077/b.cpp
80c71ee8673b0d55a22fda03fad6e5cc98e11e99
[]
no_license
ahcub/codeforces-tasks-solutions
a467f8d5e0f2be6e80680ec483c50cbfa4d85796
5d14c04681f24415a1cb498a315f76e04ffc4a8c
refs/heads/master
2020-03-22T00:48:13.380729
2020-03-14T15:40:21
2020-03-14T15:40:21
139,266,377
1
0
null
2020-03-14T13:24:21
2018-06-30T17:12:19
Python
UTF-8
C++
false
false
398
cpp
#include <iostream> #include <vector> using namespace std; int main() { unsigned int n; cin >> n; vector<bool> a(n); for (int i = 0; i < n; ++i) { bool v; cin >> v; a[i] = v; } int k = 0; for (int i = 1; i < n; ++i) { if (a[i-1] && !a[i] && a[i+1]) { ...
[ "olex.buchkovsky@gmail.com" ]
olex.buchkovsky@gmail.com
a6639a20fad0b0fef9901044079bc7dd65d48e02
7a974976c55fe89a8bdbc6828e41d346e01c3188
/music/si_funciona_no_hilos.cpp
f36d691b03574a13f541485ba017b912715b3858
[]
no_license
dieg4231/PDA
6bd5ed86cad1599125a7c5954689c2a5bee1857e
75e50ca928e52a0230f5f5657b0ac61ab7f755d0
refs/heads/master
2020-07-09T21:31:57.229613
2019-11-27T22:38:17
2019-11-27T22:38:17
204,088,344
0
0
null
null
null
null
UTF-8
C++
false
false
13,052
cpp
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <signal.h> #include <math.h> #include <jack/jack.h> // Include FFTW header #include <thread> #include <Eigen/Eigen> #include <Eigen/Eigenvalues> #include <complex> //needs to be included before fftw3.h for compatibility #include ...
[ "dieg4231@gmail.com" ]
dieg4231@gmail.com
60fdc3bb698cf12f04584efb7fd3a44c4dbdffea
1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7
/Demo/Shenmue3SDK/SDK/WBP_QTETimeGauge_functions.cpp
4868c3d0b52782faef7d94160e14443dbbfe4b80
[]
no_license
LemonHaze420/ShenmueIIISDK
a4857eebefc7e66dba9f667efa43301c5efcdb62
47a433b5e94f171bbf5256e3ff4471dcec2c7d7e
refs/heads/master
2021-06-30T17:33:06.034662
2021-01-19T20:33:33
2021-01-19T20:33:33
214,824,713
4
0
null
null
null
null
UTF-8
C++
false
false
2,039
cpp
#include "../SDK.h" // Name: S3Demo, Version: 0.90.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function WBP_QTETimeGauge....
[ "35783139+LemonHaze420@users.noreply.github.com" ]
35783139+LemonHaze420@users.noreply.github.com
9dd703cb79c47b8cf82945b5b206c444931df819
71599d9781f65a725e450208944c069a5b062358
/poj/poj-3592.cpp
f7ce0cb0ebaeadb2eda86afd6b72a0d8242f0320
[]
no_license
shuangde/ACM-ICPC-Record
74babe24f5fe13ea5b9d33b29de5af138eef54cc
1f450d543e7c434af84c0dcaf9de752956aef94f
refs/heads/master
2021-01-17T12:07:19.159554
2014-08-16T08:04:02
2014-08-16T08:04:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,549
cpp
// 强连通分量缩点,DAG最长路 //shuangde #include <iostream> #include <cstdio> #include <algorithm> #include <vector> #include <queue> #include <cmath> #include <cstring> #include <string> #include <map> #include <set> #define MP make_pair #define PB push_back #define SQ ((x)*(x)) #define clr(a,b) memset(a, (b), sizeof(a)) #defin...
[ "zengshuangde@gmail.com" ]
zengshuangde@gmail.com
44a4ad240c7d2abb0eb1987f04dff6a44e7fd20b
aaf47af4fc84f174ee9f24170649d3ac5a0e5919
/Include/Inventor/Win/devices/SoWinInputFocusCommon.cpp
1a5cbdbc865e50759fc527a255d9c1f2e929eb1b
[]
no_license
googleknight/Coin3D
182239680d55ed73fcba4b467636d4fcaab19a4f
e225e2cfee268abbeebb588ce473d4beb541cb03
refs/heads/master
2020-05-25T23:26:09.015438
2016-06-07T05:28:13
2016-06-07T05:28:13
60,582,520
9
3
null
null
null
null
UTF-8
C++
false
false
2,937
cpp
// src\Inventor\Win\devices\SoWinInputFocusCommon.cpp. Generated from SoGuiInputFocus.cpp.in by configure. /**************************************************************************\ * * This file is part of the Coin 3D visualization library. * Copyright (C) by Kongsberg Oil & Gas Technologies. * * This libr...
[ "mathur1995@gmail.com" ]
mathur1995@gmail.com
d081ce9d3c770bab512ce80be876e9d17b3f5d0f
98eca557283fe549bf3438ec79c3f3b3fa46deba
/cpp/201_300/283.cpp
11b592ebda0edff1aa897adcc91e0098be41b30e
[]
no_license
hilings/leetcode
cd9f14c6430872f4e6b9bed3460b03f31b82d5b9
b6e14cc3e5eb84eea13fbecfa9f2031caf1fab9a
refs/heads/master
2022-06-19T04:13:09.492736
2022-06-17T06:41:04
2022-06-17T06:41:04
33,797,308
0
0
null
null
null
null
UTF-8
C++
false
false
791
cpp
// // 283.cpp // leetcode // // Created by Hang Zhang on 5/24/16. // Copyright © 2016 Hilings Studio. All rights reserved. // #include <iostream> #include <vector> #include <algorithm> using namespace std; class Solution { public: void moveZeroes(vector<int>& nums) { int inz = 0; for (int i = ...
[ "hangzhang.h@gmail.com" ]
hangzhang.h@gmail.com
f544d25be8ce4c514cf87a726a564814c0a3cda8
214e51a9baaad80b91f8632c9ee2b85f471ed8d3
/src/ast/AstNode.h
4b0034238f79d950c6260497686828c6343d2aa5
[]
no_license
ditrytus/noam
4d94946e11ff7a6f500bc368daa8c4c4f0480adf
a724f615a4caa25695abe46241d06d781f81dfb9
refs/heads/master
2020-03-23T00:58:00.875092
2018-08-12T13:27:09
2018-08-12T13:27:09
140,894,242
0
0
null
null
null
null
UTF-8
C++
false
false
511
h
#pragma once #include <memory> #include <vector> #include "noam-symbols.h" namespace noam { class AstNode { public: const std::vector<std::shared_ptr<const AstNode>> &getChildren() const; void appendChild(std::shared_ptr<AstNode> child); void prependChild(std::shared_ptr<AstNode>...
[ "gruszecki.jakub@gmail.com" ]
gruszecki.jakub@gmail.com
890a47b3232713ea6a253f5d7d4ad3eaa322c971
028bdbac8a9aee79fab466937a44ef8260daf415
/DualPing2Servo.ino
3ddfdf4ee6338f6ef48ad0c062d1db00b0473830
[]
no_license
Workshop88/ping-servo
82cb35238d0823ff2450a4f813a7baae19c4e8e6
18626b8ff92ba989513004cbd4a00167edc03714
refs/heads/master
2021-01-19T00:13:35.788332
2015-04-03T17:41:18
2015-04-03T17:41:18
33,371,407
0
0
null
null
null
null
UTF-8
C++
false
false
1,804
ino
/* Uses 2 'Ping' sensors (like HC-SR04) on special cable on A0-A5 + power header row and drives 2 servos. It's the basic software for a distance-controlled X-Y tippy box with golf ball and hole(s) driven by servos. 4/1/15 jw */ #include <Servo.h> Servo ServX,ServY; #define Trig1 A1 #define Trig2 A3 #define Echo1 ...
[ "jim@jimlaurwilliams.org" ]
jim@jimlaurwilliams.org
0548d9e784a1f0f6832243406b3b0a562a7ab78b
fded81a37e53d5fc31cacb9a0be86377825757b3
/libutil_g/iceb_u_sozmas.cpp
b3c74dbc50a1f21c5d47fb4d8201d346a74e50d8
[]
no_license
iceblinux/iceBw_GTK
7bf28cba9d994e95bab0f5040fea1a54a477b953
a4f76e1fee29baa7dce79e8a4a309ae98ba504c2
refs/heads/main
2023-04-02T21:45:49.500587
2021-04-12T03:51:53
2021-04-12T03:51:53
356,744,886
0
0
null
null
null
null
UTF-8
C++
false
false
1,843
cpp
/* $Id: iceb_u_sozmas.c,v 1.7 2013/05/17 14:58:43 sasa Exp $ */ /*24.11.2008 07.12.1999 Белых А.И. iceb_u_sozmas.c Выделить память и зарядить данные В нулевом елементе количество кодов */ #include <stdlib.h> #include "iceb_util.h" void iceb_u_sozmas(short **kod,char *st1,FILE *ff) { short i,i1; class iceb_u_st...
[ "root@calculate.local" ]
root@calculate.local
f290d4560d26d00d54759d48069087d7fbdf3811
26c0339323358b4ae11542ace74372db80aad2fa
/4_functions/functions.cpp
6d6106a6f351400888c84d73249c75b4b6f51722
[ "MIT" ]
permissive
JonMuehlst/WORKSPACE_A
17345e301a1c81d6221413ad03fd801a646bd35a
ec597adaed9d5452add821f3bddab51a62acd6e0
refs/heads/master
2020-04-06T04:30:40.866303
2015-02-25T00:32:51
2015-02-25T00:32:51
26,747,588
0
1
null
null
null
null
UTF-8
C++
false
false
732
cpp
#include <assert.h> #include "functions.h" #include "gtest/gtest.h" // google test float division(int a, int b){ } int fibonacci(int n){ } int fibonacciLoop(int n){ } bool inCircle(float center_x, float center_y, float radius, float x, float y){ } bool floatEquality(float a, float b, fl...
[ "jon.muehlst@gmail.com" ]
jon.muehlst@gmail.com
267cc38a030dde1409c55d9a18d6bb1445460701
8ad6d7877ea1075dcd173bd5be8ad0e91c8a27d8
/src/commands/command.cc
99b424f731592aba670a4cc3bb4cc313952dab4d
[]
no_license
axzz/rudis
bb09f30ae10773532f5b4bf78bae1ef3e26a692e
f5ce0c9c2be136ef2aeebc1a5a446099ff59337c
refs/heads/master
2022-11-07T17:36:14.536528
2020-06-22T14:45:08
2020-06-22T14:45:08
270,802,930
0
0
null
null
null
null
UTF-8
C++
false
false
8,306
cc
#include "command.h" #include <iostream> #include <algorithm> namespace rudis { RudisCommand CommandTable::commands_[] = { {"command", ATTR_READ, 1, &command}, {"set", ATTR_WRITE, 3, &set}, {"get", ATTR_READ, 2, &get}, }; // RudisCommand CommandTable::commands_[] = { // // k...
[ "13408058303@163.com" ]
13408058303@163.com
f0e620776905b5d675f9ecb88b73991f882516f4
3d3171132821ad78737dbcfc978ac618a1c38b2f
/lib/inquisitive/resolve.cc
dc4221a77e06a9219999041b95d13d95ac609fcf
[ "MIT" ]
permissive
PubFork/Planck
95cc75c4dbf63254e9a73e3dc3000e76bd091411
13124f5ed6391c751e2216b0693b513925c69b83
refs/heads/master
2020-09-13T17:31:13.334305
2019-09-05T00:53:19
2019-09-05T00:53:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,618
cc
/// #include "resolve.hpp" #include <winioctl.h> #include <pathcch.h> #include <memory> #include <vector> #include <charconv> #include <ShlObj.h> #include "comutils.hpp" #include "reparsepoint.hpp" std::wstring guidencode(const GUID &guid) { wchar_t wbuf[64]; swprintf_s(wbuf, L"{%08X-%04X-%04X-%02X%02...
[ "charlieio@outlook.com" ]
charlieio@outlook.com
dde846036defb65248dca589abbde3888802974d
03164185aac29d83154ff61682d036c84367415b
/engine/resources/src/providers/resource_provider.cpp
6c11530b50aa69b6e042f5e235d39d28ccc6b417
[ "MIT" ]
permissive
anggawasita/aeon-engine
fb6d64b27ee1937a141102dc6cda9b0ff3f4d09b
9efcf83985110c36ebf0964bd4f76b261f2f6717
refs/heads/master
2022-02-21T06:02:49.836345
2019-10-04T18:43:07
2019-10-04T18:43:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,351
cpp
/* * Copyright (c) 2012-2018 Robin Degen * * 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 to use, * copy, modify, merge,...
[ "robindegen@gmail.com" ]
robindegen@gmail.com
6f988376df8f664fd851ad70798c7ac70d99c40e
1235cae67b3e5de0966053414b3c35806f7f5195
/include/scrypt/dh.hpp
a9a90c7c899261fea656da1726f768b86efb52cd
[ "BSL-1.0" ]
permissive
mosjin/scrypt
9b7262297299b90e48cf5da999c0a941d8d53dc5
3d30afa7219903bedc7a7522a378d645d0d0f15c
refs/heads/master
2020-05-31T21:34:52.764569
2012-07-25T01:35:11
2012-07-25T01:35:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
654
hpp
#ifndef _SCRYPT_DH_HPP_ #define _SCRYPT_DH_HPP_ #include <vector> #include <stdint.h> namespace scrypt { struct diffie_hellman { diffie_hellman():valid(0),g(5){} bool generate_params( int s, uint8_t g ); bool generate_pub_key(); bool compute_shared_key( const char* buf, uint32_t s ...
[ "dlarimer@gmail.com" ]
dlarimer@gmail.com
82ff25603e8bf6a643fc42d85867f5fa74cca4dd
895e1f0af56518c7956594f7c650211d9fc2467a
/labs/game_engine/dev/src/core/ViewFrustum.cpp
f231ba06a66d51c0532fab2e75b244066c11f8bf
[]
no_license
lythm/orb3d
b6061ebf839381a35aaeab8baf08a38fcfe03a71
2defcbf86ef7dd2a27fe7bdc89bf709ed8bf2a79
refs/heads/master
2016-09-15T15:55:19.069094
2013-07-12T17:09:29
2013-07-12T17:09:55
4,442,482
1
1
null
null
null
null
UTF-8
C++
false
false
2,916
cpp
#include "core_pch.h" #include "..\..\include\core\ViewFrustum.h" namespace ld3d { ViewFrustum::ViewFrustum(void) { } ViewFrustum::~ViewFrustum(void) { } void ViewFrustum::Update(const math::Matrix44& view, const math::Matrix44& proj) { math::Matrix44 M = view * proj; // left plane m_planes[left_plan...
[ "lythm780522@gmail.com" ]
lythm780522@gmail.com
e616ac7b11b9e31cfec0858999fc730fc168a590
62a9961bfabc1955c7eac0acb4a35bd6dca1d156
/HandyDevices/BmstuCtrl/BmstuCtrl_fw/kl_lib/uart.h
09fa4024ef93ff829e246df9eca85010ec1e72da
[]
no_license
jordoin/nute
712ffe2aaf57ac41e44004613bc727a35ad123e0
830adcd3bd5386d03d8d49ab422f5f568643adb5
refs/heads/master
2021-01-17T07:00:40.751579
2015-03-28T20:05:30
2015-03-28T20:05:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,867
h
/* * cmd_uart.h * * Created on: 15.04.2013 * Author: kreyl */ #ifndef CMD_UART_H_ #define CMD_UART_H_ #include "stm32l1xx.h" #include "ch.h" #include "hal.h" #include "kl_sprintf.h" #include "kl_lib_L15x.h" #include <cstring> #include "cmd.h" // Set to true if RX needed #define UART_RX_...
[ "laellin@3623c4fa-fa74-b9b9-717e-9badfcd41e35" ]
laellin@3623c4fa-fa74-b9b9-717e-9badfcd41e35
c7ddb756df2f969548058ddddca48dc820fc1cf0
c9eed8dbbd0c934a8d5253bd015a7721450bd0dc
/BreadthFirstSearch/BreadthFirstSearch/main.cpp
5e1b27361ac632c1c2eaaf77ed88e2aa227872d4
[]
no_license
Konstilio/JavaAlgosToCPP
6517409e9594058144d7bded90283a99a7da63af
8a4ba041b2bf18e779c866805299cfb4a6cec5cb
refs/heads/master
2020-04-11T20:51:07.228256
2018-12-24T13:40:45
2018-12-24T13:40:45
162,085,384
0
0
null
null
null
null
UTF-8
C++
false
false
887
cpp
// // main.cpp // BreadthFirstSearch // // Created by Aleksander Konstantinov on 12/15/18. // Copyright © 2018 Oleksandr Konstantinov. All rights reserved. // #include <iostream> #include <memory.h> #include "Vertex.h" #include "BreadthFirstSearch.h" using namespace std; int main(int argc, const char * argv[]) {...
[ "iamkonst17@gmail.com" ]
iamkonst17@gmail.com
edddec178230af8bab6bc16525ef3e9f94de85a3
95903e3590f4c527b7bbe0367d8d5c2a29d3c3b7
/main.cpp
d042cdac829ff7daaffcdb3f92998a81ba700fb6
[]
no_license
hyer/faceFrontalization
d5f199e45ad7ea748049b71d366fd09a1eabd19b
c5ba11e8a1ebcb47c43e8cb70e7e69b105de8ed7
refs/heads/master
2021-01-20T11:19:33.489026
2015-07-28T11:15:40
2015-07-28T11:15:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
963
cpp
#include "frontalization.h" #include <opencv2/highgui/highgui.hpp> int main(int argc, char* argv[]) { if(argc != 4){ cout << "Usage: " << argv[0] << " <queryImage> <facialPointsFile> <3DModelFile>" << endl; return -1; } Mat image = imread(argv[1]); Mat frontalImage; ...
[ "chengshaoguang1291@gmail.com" ]
chengshaoguang1291@gmail.com
4b00875c775ec8811ae58bb5bbfb0eaaffeb8331
7a9532c7d20166a7746f5cdbf41f85455cdb7628
/include/BWAPI/Game.h
34b6ade13f656938b3e788764378c2f6ad625237
[]
no_license
ratiotile/exampleaimodule-bwapilib.dll
ecfc2d021910e0611a41ab028475d38f6da8eb67
414f4e4441714a60eb9889102f803f44f4a9e1f8
refs/heads/master
2021-05-10T20:29:28.878508
2018-01-19T23:13:16
2018-01-19T23:13:16
118,188,514
2
0
null
null
null
null
UTF-8
C++
false
false
77,079
h
#pragma once #include <list> #include <string> #include <cstdarg> #include <dll.h> #include <BWAPI/Interface.h> #include <BWAPI/UnitType.h> #include <BWAPI/Error.h> #include <BWAPI/Color.h> #include <BWAPI/Filters.h> #include <BWAPI/UnaryFilter.h> #include <BWAPI/Input.h> #include <BWAPI/CoordinateType.h> #include <...
[ "eujain@gmail.com" ]
eujain@gmail.com
7c4224f55fa21653b2166c9a78d568471a93f107
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/ui/views/examples/widget_example.cc
0d42a65ae6b35a6582353e23326a89e0d645dffc
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
3,930
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/examples/widget_example.h" #include "base/strings/utf_string_conversions.h" #include "ui/views/background.h" #include "ui/views/co...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
f0889a8b8e269c9746171eaa406234fdfd2be61f
55fc1fbb64178cdf09255d2b2ab348d605188d7c
/MediaServer/TLUtility.h
c9bc31c90700cad8c08777ea613197497335be06
[]
no_license
noahliaoavlink/ms_src_1.2.8
679f86b39b958985df363ffe3a7071e2ff39717e
96a5a0f20f2b2e6f72ce248682051e02668feb72
refs/heads/master
2021-01-16T16:16:41.972937
2020-07-20T03:31:56
2020-07-20T03:31:56
243,179,822
0
0
null
null
null
null
UTF-8
C++
false
false
1,168
h
/********************************************************************\ Project Name: Timeline Prototype File Name: TLUtility.h Declaration of following classes: Declaration of following functions: towstring ShowMessageBox DumpToLog DumpToEvent DumpToAction Copyright: Media Server (C) Copyright C&C TECHNIC TAIWAN CO...
[ "noah.liao@cctch.com.tw" ]
noah.liao@cctch.com.tw
109a43d843f0e9ca93f1d76832252787277b7b14
9b37e221a134ef976f1330ad1e6dc41021ca55d5
/renderdoc/driver/d3d12/d3d12_manager.h
20a166d85127ecd38f1c4dba3ab205d7b34ea2d3
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
kbiElude/renderdoc
cdaacb5c6fd6129fdac9e89270e6ca3539c18b59
b8cee9f530a57536dfe19c15fc590d9f1b613ae5
refs/heads/master
2021-05-03T05:29:35.757722
2016-10-29T19:28:27
2016-10-29T19:28:27
52,273,685
0
0
null
2016-02-22T13:01:37
2016-02-22T13:01:37
null
UTF-8
C++
false
false
13,829
h
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2016 Baldur Karlsson * * 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 ...
[ "baldurk@baldurk.org" ]
baldurk@baldurk.org
ebe7c1e1050fdee7da8f1301e296506da856fe9d
3d4ff336f61a03a6c7af85a96978a711d6ec7bb3
/algorithms/C++/Search.cpp
e884b4421e7fa5a29a267206237d0fbb6df68bca
[]
no_license
kylin-zhuo/data-structure-algorithms
fe55ac0768825b5e385435d358577d4b0513ae6f
a4d496749bac65d9e0a0d031eb5b6629c5877606
refs/heads/master
2022-11-23T18:04:21.966054
2020-07-20T01:29:09
2020-07-20T01:29:09
97,345,581
0
0
null
null
null
null
UTF-8
C++
false
false
5,349
cpp
// // Search.cpp // Algorithms // // Created by Kylin on 5/22/17. // Copyright © 2017 linzhuo. All rights reserved. // #include <stdio.h> #include <iostream> using namespace std; class LinearSearch { // linear search int search(int A[], int n, int key) { int i = 0; A[n] = key; ...
[ "kylin.zhuo@gmail.com" ]
kylin.zhuo@gmail.com
b836c3ae844f6ea0c02e809240bd40fc0b3d7f8a
141744c5cdcc7b6bca16d89ca4773e2ce10ceb43
/ctdl/bai167.cpp
e6314ef6847c649e55e7db43ec247ba587d5a854
[]
no_license
truong02bp/C-
d193b1f6f28d22c5c57f74d397b7785378eff102
82971ec24602ce84c652e04b1f7eb487a882aa1c
refs/heads/master
2023-03-07T16:25:59.091612
2020-08-08T07:28:21
2020-08-08T07:28:21
263,206,451
1
0
null
null
null
null
UTF-8
C++
false
false
400
cpp
#include<bits/stdc++.h> using namespace std; int n; void solve() { queue<string> q; q.push("1"); while(n--) { cout << q.front() <<" "; string s1 = q.front(); q.pop(); q.push(s1+"0"); q.push(s1+"1"); } cout << endl; } int main() { int t; cin >> ...
[ "truong02bp" ]
truong02bp
0c8956080322faddeea045677afddad2b332a5f8
c68f791005359cfec81af712aae0276c70b512b0
/0-unclassified/passeng.cpp
e21ced475950c0ac799539ee912e7645fbd89af9
[]
no_license
luqmanarifin/cp
83b3435ba2fdd7e4a9db33ab47c409adb088eb90
08c2d6b6dd8c4eb80278ec34dc64fd4db5878f9f
refs/heads/master
2022-10-16T14:30:09.683632
2022-10-08T20:35:42
2022-10-08T20:35:42
51,346,488
106
46
null
2017-04-16T11:06:18
2016-02-09T04:26:58
C++
UTF-8
C++
false
false
1,006
cpp
#include <bits/stdc++.h> typedef long long LL; typedef double DB; #define sf scanf #define pf printf #define mp make_pair #define nl printf("\n") #define FOR(i,a,b) for(i = a; i <= b; ++i) #define FORD(i,a,b) for(i = a; i >= b; --i) #define FORS(i,n) for(i = 0; i < n; ++i) #define FORM(i,n) for(i = n - 1; i >= 0; --...
[ "l.arifin.siswanto@gmail.com" ]
l.arifin.siswanto@gmail.com
84c2283223f5cc1a4b59c1afd40091f5686e2078
6113bca1a703ddde7800b240e7a6c16684d20ed6
/Source/Photon/Photon-cpp/inc/Enums/OperationCode.h
a53a546f880a53ceee8f1b5a4c7a6e5252bbc307
[]
no_license
Serphimera/WorldOfElements
21560c6c470df339b14bb60f1aedf6afb7f2c7a3
47d57fc86935f9d98efced2694af97d69260cf93
refs/heads/master
2021-01-10T15:36:44.991436
2015-09-30T07:47:43
2015-09-30T07:47:43
43,418,565
6
1
null
null
null
null
UTF-8
C++
false
false
570
h
/* Exit Games Photon - C++ Client Lib * Copyright (C) 2004-2012 by Exit Games. All rights reserved. * http://www.exitgames.com * mailto:developer@exitgames.com */ #pragma once #include "Common-cpp/inc/Common.h" namespace ExitGames { namespace Lite { namespace OperationCode { static const nByte JOIN ...
[ "info@nethersoft.de" ]
info@nethersoft.de
6a14c9574c918e52d909cfb718a7c949f52bd608
f4cc46d0afaf5e4e916138c2af2dd7fa934678e5
/src/omega/GpuBuffer.cpp
1af88977469aa28a8c49c61f0d8fefb76c8e0399
[]
no_license
tmarrinan/omegalib
ad231170b79854bd84f3c913877d6c02a879691e
26a06c5933e2fad50c0563dca184494a56949a2b
refs/heads/master
2021-01-18T12:20:17.187130
2016-02-22T15:07:29
2016-02-22T15:07:29
51,763,023
0
0
null
2016-02-15T15:01:01
2016-02-15T15:01:01
null
UTF-8
C++
false
false
8,714
cpp
/****************************************************************************** * THE OMEGA LIB PROJECT *----------------------------------------------------------------------------- * Copyright 2010-2015 Electronic Visualization Laboratory, * University of Illinois at Chicago * Authors: * Alessandro Febretti ...
[ "febret@gmail.com" ]
febret@gmail.com
b366e3d21d72f2b9c8ee43f0ffff2c36c0e0eeb6
f7a61b66c267dc6105ab6966c4e9222d297eaa93
/Evil Space/ShieldBonus.h
3233feb8a260e31f792e33b7f52da4e5fe58299e
[ "MIT" ]
permissive
Cellyceos/Evil-Space
70733bc774559088ad5f9bc58efab264ff0f9278
0c153d07855aa7ae2bd5e47e7ae95d78ba01ee9d
refs/heads/master
2021-07-15T01:14:52.359203
2020-11-13T10:41:24
2020-11-13T10:41:24
246,664,267
0
2
null
null
null
null
UTF-8
C++
false
false
302
h
#pragma once #include "Bonus.h" class ShieldBonus : public Bonus { public: ShieldBonus(Map*, Compositor*); int GivenShield(); void GivenShield(int); virtual void GivePowerup(Player*) override; virtual void Draw(Graphics*) override; virtual ~ShieldBonus(void); private: int shieldProvided; };
[ "brakir@gmail.com" ]
brakir@gmail.com
8e6d8a882f0a419fc7cfc195cf9133713345ca4c
592c8ee9dec2e69733f96f884f93385893654125
/src/listener_component.cpp
b22f09c3b6a39a825c2306b200e463234f7137b0
[]
no_license
morten-robotics/darc_examples
84b1044ab35a49f2e4abe84992f78fcca0e1786e
d99f3a534ba9da241af0b1413692a8181a3e52d5
refs/heads/master
2021-05-26T17:00:13.818798
2013-01-22T17:39:43
2013-01-22T17:39:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
560
cpp
#include <iris/static_scope.hpp> #include <darc/component.hpp> #include <darc/subscriber.h> class listener_component : public darc::component, public iris::static_scope<iris::Info> { darc::subscriber<std::string> sub_; void chatter_callback(const boost::shared_ptr<const std::string> msg) { slog<iris::Info>(...
[ "woobiz@gmail.com" ]
woobiz@gmail.com
b684edc45f3ae4afc5fd0639575f5395bf9caa09
e375b389b94f61ccf13970e7112a37ac264b54f0
/arduino/sketch_sep21a/sketch_sep21a.ino
b776caf0ba3d35a2f3d0642940352a52b8f2e90e
[]
no_license
snowbars1234/Arduino
3fe07429ea5e3f8d1df0a75f14fbb94a03c71113
1b70c119e68844a0fcb8fd7d1adad3ab68600d5d
refs/heads/master
2021-01-20T22:25:18.870189
2016-06-07T19:07:38
2016-06-07T19:07:38
60,639,206
0
0
null
null
null
null
UTF-8
C++
false
false
2,404
ino
/* * IRremote: IRrecvDump - dump details of IR codes with IRrecv * An IR detector/demodulator must be connected to the input RECV_PIN. * Version 0.1 July, 2009 * Copyright 2009 Ken Shirriff * http://arcfn.com * JVC and Panasonic protocol added by Kristian Lauszus (Thanks to zenwheel and other people at the origin...
[ "snowbars1234@gmail.com" ]
snowbars1234@gmail.com
d398d1f5aa0de0f1f4ee9873c4f9a59084823bb8
cf130d24d0718e8649dedf845ca7910315640965
/Harjoitukset/Harjoitus3/Harjoitus3.h
53779a6ec537a7e7896e822883212a226ea4829c
[]
no_license
VelluVu/CplusplusAlgorithms
c3194fa31cd4e262e6e5d061a542b588f7e78811
10fb70e19821d3f9d0673f0065e5615deb941f11
refs/heads/master
2020-04-17T21:44:16.078442
2019-03-14T06:15:57
2019-03-14T06:15:57
166,963,995
0
0
null
null
null
null
UTF-8
C++
false
false
100
h
#pragma once #include <iostream> using namespace std; void Remove(int* taulu, int koko, int index);
[ "velimavu@metropolia.fi" ]
velimavu@metropolia.fi
b8e659bcfd8e1b39170892211bad7258c08e2ca5
04518b3b97789455e9afd96ab67186ae3bd11b87
/coding/codechef/ckd2.cpp
45305b59679a84f8d7b6c514a232e785e16427fc
[]
no_license
shubhampal077/s_pal1
36e14f47dae2c3666538f3d06e3b0e6a17e60ade
d577f3b587739757b93e6fb3d000adbfc3893386
refs/heads/master
2020-07-06T10:36:12.852462
2019-08-18T10:42:51
2019-08-18T10:42:51
202,988,205
0
0
null
null
null
null
UTF-8
C++
false
false
859
cpp
#include<bits/stdc++.h> using namespace std; typedef long long int ll; #define MOD 1000000007 int mod(string num, int a) { // Initialize result int res = 0; // One by one process all digits of 'num' for (int i = 0; i < num.length(); i++) res = (res*10 + (int)num[i] - '0') %a; r...
[ "shubhampalggps@gmail.com" ]
shubhampalggps@gmail.com
6cdd8ac0e1c7ce87014bee77d92d67f7d1b1d776
f77d03713dffb18b5edfcdb2c8ad80bea5d8b0e8
/open.cpp
98f2dba06e2b2d615859b85135eca8bba33aed3c
[ "BSD-3-Clause" ]
permissive
simplebsd/bsi
f60421e1f0c0c4402ad7f3df102d5b30eec4e98c
e360391686b9ee3b816127f76aa0c1c1ed4373c6
refs/heads/master
2022-04-27T10:17:33.374479
2022-04-03T13:55:21
2022-04-03T13:55:21
83,061,035
0
1
null
null
null
null
UTF-8
C++
false
false
291
cpp
void open(char *vm) { char com[50], path_img[100]; sprintf(path_img, "/usr/bsi/vm/%s/%s.img", vm, vm); ifstream vm_img(path_img); if(vm_img) { sprintf(com, "/usr/local/bin/screen -r %s", vm); system(com); } else { cout << "\n"; cout << "VM does not exists.\n\n"; } }
[ "admin@simplebsd.ru" ]
admin@simplebsd.ru
17f7be396631e2dacdd2679b79f78bd738615b5b
f0d22137ab4aba3a70c25b42b628e3f09743d936
/live/BasicUsageEnvironment/BasicTaskScheduler.cpp
71435121924cfb69d68dd4c28940f9dc8a0d67f9
[]
no_license
duxq/vlc_2.1.0-vs_2010
6da94eac73bb70604162558e46a266f9acfc0e56
218172f619c9e248b709e479e5c10e197127a88e
refs/heads/master
2021-06-18T12:02:28.079902
2017-06-28T02:33:56
2017-06-28T02:33:56
118,862,081
1
0
null
2018-01-25T04:27:09
2018-01-25T04:27:08
null
GB18030
C++
false
false
9,178
cpp
/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.) This libr...
[ "jiayayao@126.com" ]
jiayayao@126.com
2ac69c2d5650ce6e777069d072f4f0452be0260f
d041118ac86aa399d40d0cb807476ce8aceb2aad
/Yellow/WeekTwo/DecomDecom.cpp
0e99bfadba3f75a9799ce15c42a61fd51904ecb3
[]
no_license
ElenaDolgova/coursera_white
2795a93807ddfb9dfc2e5422eba4536b48213a81
9c36340af580ab82ef555de441f401bc5cb2e133
refs/heads/main
2023-04-28T03:33:24.081288
2021-05-18T12:33:52
2021-05-18T12:33:52
368,522,962
0
0
null
null
null
null
UTF-8
C++
false
false
5,638
cpp
#include <string> #include <iostream> #include <cassert> #include <vector> #include <map> using namespace std; enum class QueryType { NewBus, BusesForStop, StopsForBus, AllBuses }; struct Query { QueryType type; string bus; string stop; vector<string> stops; }; istream &operator>>(is...
[ "ms.Elena.Dolgova@ya.ru" ]
ms.Elena.Dolgova@ya.ru
9fe807a34a598d60a4e30601af5615939d8c0887
8fdb39f6df1dd0b319b15ad80764fec2802f3d6e
/src/qt/guiutil.cpp
4ea5434e4530fab0fe02b062251fb86d71f70453
[ "MIT" ]
permissive
masterdpool/GerCC
c8ee48e7ee92ccfca29c96b14d12514f4ed4f557
d0589eec6759847217b671c886db30b37fca0eb2
refs/heads/master
2020-03-30T09:24:30.310744
2018-07-30T09:16:37
2018-07-30T09:16:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,019
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The GermanCC Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "guiutil.h" #include "bitcoinaddressvalidator.h" #include "...
[ "didi@kanalstr.de" ]
didi@kanalstr.de
b668706dab3b5b65669f65fa64aa72413e2e2359
660320280838a650ec8672a5ee6434d4ffb6a18c
/Plot/PlotFuncPar.h
ed70718d0ae9d2b990dd0f9423aa561d3c68ebd9
[ "MIT" ]
permissive
AleksZhuravlyov/nss
0e7f8640b39db8b9baf35560be5e00fc3c7eca6e
9851cb82ee30114c50e42e017514368a06a22f9a
refs/heads/master
2022-11-09T19:29:15.763087
2020-06-22T09:34:06
2020-06-23T06:33:18
273,868,315
0
0
null
null
null
null
UTF-8
C++
false
false
1,849
h
/* MIT License * * Copyright (c) 2020 Aleksandr Zhuravlyov and Zakhar Lanets * * 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 righ...
[ "a.s.zhuravljov@gmail.com" ]
a.s.zhuravljov@gmail.com
22827f0adb719ff73e7f4d1e080039840af8e41e
752572bd6010ef068c4851b55a261a2122f29094
/aws-cpp-sdk-rds-data/include/aws/rds-data/model/Value.h
dfb5806253f99c7247e345dbb1d89ba2e05d1288
[ "Apache-2.0", "MIT", "JSON" ]
permissive
cnxtech/aws-sdk-cpp
9b208792b2e81b3a22a850c3d0fbf4724dc65a99
af8089f6277b8fec93c55a815c724444bd159a13
refs/heads/master
2023-08-15T02:01:42.569685
2019-05-08T20:39:01
2019-05-08T20:39:01
185,732,288
0
0
Apache-2.0
2023-07-22T05:12:44
2019-05-09T05:30:49
C++
UTF-8
C++
false
false
9,028
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
b48137e6b9dc08034ba6cefd29fce1f089b03b67
185412a166cc59dd191ea91ac0ed99e03ff7b08e
/Pizza.cpp
130e86450aa4bd4b04ad31c770d0623c77dfcce6
[]
no_license
RobertLarson/TemplateMethodPattern
6d992cfc759cb68854c1b210741fe6707905747c
3b86a364196bce128f914193177dc0972bd68773
refs/heads/master
2021-01-19T08:46:50.887724
2017-04-09T02:51:30
2017-04-09T02:51:30
87,674,552
1
0
null
null
null
null
UTF-8
C++
false
false
558
cpp
/* * Pizza.cpp * * Created on: Apr 8, 2017 * Author: Robert Larson */ #include "Pizza.h" #include <iostream> Pizza::Pizza(std::string description) : m_description(description) { } Pizza::~Pizza() { } void Pizza::Prepare() { std::cout << "Preparing a " << m_description << "...\n"; PrepareDough(); Ad...
[ "Robert.Larson@robertlarsononline.com" ]
Robert.Larson@robertlarsononline.com
df148c37ad92334ce3796a82094eb29a97762f6b
ba00658155d78f9a1e66af59e6b2845ef4bdacf3
/philosophers/src/dining_philosopher/src/MonitoredPhilosopher-main.cc
2c16deb977c4f7acc660e225a744a5b5e9a94ee9
[]
no_license
karasavm/philosophers_experiements
72b25002215058688ceaf67196df32ba176ce7b1
162b4a44635ab8a82918490d167d06e0fd81ce5e
refs/heads/master
2021-01-01T20:48:13.840003
2013-12-02T21:53:59
2013-12-02T21:53:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,479
cc
/* * Copyright (C) 2012 Aristotle Univeristy of Thessaloniki, Greece * * 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 * to ...
[ "karasavm@gmail.com" ]
karasavm@gmail.com
b66e43c866b2709e07307175a8ff7d61b4de68ca
f92ff80d4cd12a62c08e316f1ff6f523b83edd8f
/src/engines/graphics/scenenodeitem.cpp
a6c342203bf41fe26baa2c1daff8f8793ad7d253
[]
no_license
xabufr/pixelwars
70024a557d780b63636e65164fed2468f0f1baaf
11b8c3a759cd0efa006378fa62af505d96eb0a94
refs/heads/master
2020-05-30T08:28:48.017877
2014-06-25T18:47:50
2014-06-25T18:47:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,445
cpp
#include "scenenodeitem.h" SceneNodeItem::SceneNodeItem() { m_relative.rotation=0; m_relative.scale=sf::Vector2f(1,1); m_visible=true; } SceneNodeItem::~SceneNodeItem() { //dtor } const sf::Vector2f& SceneNodeItem::GetRelativePosition() const { return m_relative.position; } float SceneNodeItem::Ge...
[ "xabufr@gmail.com" ]
xabufr@gmail.com
e1a817336f81c0f346d202afe17f0da6b2525910
825baeebcab670220ee929252c78a42fe2c5fc7f
/dragonpoop_prealpha/dragonpoop/gfx/model/model_group_instance/model_group_instance_writelock.cpp
93c897a7f534d65c753d8fd894c6620d12974ddd
[]
no_license
rvaughn4/dragonpoop_prealpha
45e381cd06eea83aa022decf730688085e2b87a3
e16b41838a42fed417cfeef075509f744fe6f38a
refs/heads/master
2016-09-05T11:36:02.701048
2015-07-25T02:15:20
2015-07-25T02:15:20
37,826,187
0
0
null
null
null
null
UTF-8
C++
false
false
1,820
cpp
#include "model_group_instance_writelock.h" #include "model_group_instance.h" namespace dragonpoop { //ctor model_group_instance_writelock::model_group_instance_writelock( model_group_instance *t, dpmutex_writelock *l ) : model_component_writelock( t, l ) { this->t = t; } //dtor mode...
[ "richard@richards-Mac-mini.local" ]
richard@richards-Mac-mini.local
897e3244ffe124f91ccf045a244300f3c95bf89c
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1483488_1/C++/DenXX/c.cpp
e53d0794630c209fbd0ed9d4dd5392dd57afc86a
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
745
cpp
#include <iostream> #include <vector> #include <set> #include <math.h> using namespace std; int check(int a, int b, int n) { int res = 0; int digcount = (int)(log(n)/log(10)) + 1; set<int> ns; for (int i = 1; i < digcount; ++i) { int dec = pow(10, i); int dec2 = pow(10, digcount - i); int left = n / dec; ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
71c42cfb142d1cf3ed8d34657a4a0ae0aaca5780
b88eeed20d442c3e164c727a97db7bdf1935b70f
/contrib/oxl/mvl/HomgMatchPoint3D2D.h
c337b5856ed4974a70115af8e6ed824defe40db7
[]
no_license
huanghailiang/vxl-1.17.0
be3b4909ef31efc2aa0eb4ee884e5190704ca060
c3076ac1013f10a532fe6d6b3c5f5b78eb26466e
refs/heads/master
2021-07-23T04:05:36.954717
2017-11-01T07:23:22
2017-11-01T07:23:22
109,099,265
0
0
null
null
null
null
UTF-8
C++
false
false
957
h
// This is oxl/mvl/HomgMatchPoint3D2D.h #ifndef HomgMatchPoint3D2D_h_ #define HomgMatchPoint3D2D_h_ #ifdef VCL_NEEDS_PRAGMA_INTERFACE #pragma interface #endif //: // \file // \brief A match between a 3D and 2D point // // A class to hold a match between a 3D and 2D point. // #include <mvl/HomgPoint2D.h> #include <mvl/...
[ "huanghailiang711@163.com" ]
huanghailiang711@163.com
934b19a4c362451fa6d5fcc205ec71aed4d8d0d0
a601ba8abcd1425d5cc3e6abce5facb3862887a1
/src/def.h
bfc5461d53fff26df54d7fe3f0d870490359d49b
[ "MIT" ]
permissive
thientu/Transformer-DyNet
d893d0f37d88b1f52a3e57ea9315b74a2a2dd9b7
18b9860b1fb6e9dbb92d2eb67c330564d5224480
refs/heads/master
2021-04-17T00:17:30.595772
2018-03-22T09:54:12
2018-03-22T09:54:12
126,299,671
0
0
MIT
2018-03-22T07:55:27
2018-03-22T07:55:27
null
UTF-8
C++
false
false
6,848
h
#pragma once // DyNet #include "dynet/globals.h" #include "dynet/nodes.h" #include "dynet/param-init.h" #include "dynet/dynet.h" #include "dynet/training.h" #include "dynet/timing.h" #include "dynet/dict.h" #include "dynet/expr.h" #include "dynet/lstm.h" // STL #include <algorithm> #include <iostream> #include <fstre...
[ "vhoang2@student.unimelb.edu.au" ]
vhoang2@student.unimelb.edu.au
03a303c9b9445d9da259ed70285d63e4c9c298a7
6c66f928a42f891a8b585015b2f71e44ac7b9f8d
/TutIntV30/Act2DosBI.h
1ad857286ced9449fc04096f2a6806d4f11cfdce
[]
no_license
FelipeSegovia/TutInt
5857e20d3aa0b5c10a61a788c2f73d3bde888c75
7b30644d2f9b0ca0f8901da4e70d7b2ff607c53a
refs/heads/master
2020-03-17T19:10:19.103492
2018-05-17T17:53:22
2018-05-17T17:53:22
133,848,477
0
0
null
null
null
null
ISO-8859-1
C++
false
false
30,820
h
#pragma once #include "BaseDeDatos.h" #include "AgenteControlador.h" #include "TiempoMI.h" #include "TiempoGUI.h" namespace TutIntV30 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using...
[ "felipe.segovia.rod@outlook.com" ]
felipe.segovia.rod@outlook.com
a70b3a501a3203ad2271f55db077834dd084f1a0
333d2817fe023dc6b25f1669023fcd40dea54bb7
/samples/nanovg/src/nanovg/demo.cpp
2f93e2826e21b5506eccc586f0dff92028699913
[]
no_license
jaune/hope
48f9d8a67f0956e60bb02e0827eb867918ca2076
97a3ecddfdb3119cfbfd4fe693ba0b9c9ba64953
refs/heads/master
2021-01-21T06:59:09.610369
2015-05-22T11:16:09
2015-05-22T11:16:09
35,205,122
0
0
null
null
null
null
UTF-8
C++
false
false
30,766
cpp
#include "demo.h" #include "asset/asset.h" #include <stdio.h> #include <string.h> #include <math.h> #include <GLES2/gl2.h> #include "nanovg.h" #if defined(_MSC_VER) && _MSC_VER >= 1400 #define _CRT_SECURE_NO_WARNINGS // suppress warnings about fopen() #pragma warning(push) #pragma warning(disable:4996) // suppres...
[ "JauneLaCouleur@gmail.com" ]
JauneLaCouleur@gmail.com
fbfa26849ea73a19b1fa498d8d4c65a4fc20bb73
b8cb3acc677efcb6e73c0f884e2f8a639d5536c3
/variational_fluids/VariationalViscosity3D/pcgsolver/sparse_matrix.h
728e89f628543daab2f7f3107ab6dfe8ecfe72ae
[ "Apache-2.0" ]
permissive
OrionQuest/Nova_Examples
89af95cf696442b198073d06812eea0e3b3526e4
482521902bc3afa7d0caefeb9ce9595456384961
refs/heads/master
2021-06-03T02:25:39.100078
2020-12-13T02:37:23
2020-12-13T02:37:23
141,195,357
3
2
null
null
null
null
UTF-8
C++
false
false
8,114
h
#ifndef SPARSE_MATRIX_H #define SPARSE_MATRIX_H #include <iostream> #include <vector> #include "../util.h" //============================================================================ // Dynamic compressed sparse row matrix. template<class T> struct SparseMatrix { unsigned int n; // dimension std::vector<std...
[ "mridul.aanjaneya@gmail.com" ]
mridul.aanjaneya@gmail.com
3bdf7a105c0968b5773f9a70e3ad911d0568a6b5
d5b52fdf512f8cbe24e50ae294f83bf079908d49
/Homework/Assignment 1/Savitch_9thEd_Ch1_PracProg_PeaPodsDivision/main.cpp
2055cd1b03162f7cb28ee121246122a47e751e1d
[]
no_license
kimann-schmid/SchmidKimberly_CIS5_Fall2017
eab98c3759100c56cbc4302791cccb54ef4dae1b
84e7d5c517a79e9a370452945b81359b3972e51f
refs/heads/master
2021-08-29T10:20:50.049388
2017-12-13T17:12:26
2017-12-13T17:12:26
106,312,896
0
0
null
null
null
null
UTF-8
C++
false
false
899
cpp
/* * File: main.cpp * Author: Kimberly Schmid * * Created on September 16, 2017, 10:34 PM * Purpose: Homework Savitch Ch.1 Practice */ #include <iostream> using namespace std; /* * */ int main( ) { int number_of_pods, peas_per_pod, total_peas; cout<< "Hello \n"; cout << "...
[ "kschmid@student.rccd.edu" ]
kschmid@student.rccd.edu
c2eb45cb56d1a4f31c7ec183b071cc642b9c533d
57b96c6b71e76fb7b45f9cc66a64638c31c29c5e
/2_example/example21_talk/example21_talk.ino
019782541d13367ea7cfc5cd327a954a4047a549
[ "MIT" ]
permissive
kghrlabo/esp
04d3b945b8964c8ad40e0d6b94f92055508e2897
64c3f92c90198de3171a2a394231598b9f35f078
refs/heads/master
2020-04-03T11:43:34.139559
2018-10-08T07:49:16
2018-10-08T07:49:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,021
ino
/******************************************************************************* Example 21: AquosTalkを使った音声出力器(HTTP版) Copyright (c) 2016 Wataru KUNINO *******************************************************************************/ #include <ESP8266WiFi.h> ...
[ "xbee@dream.jp" ]
xbee@dream.jp
e75f285986683e054590a8c69cecdcaca12349d6
eab2ea8f23a1c7d88a69f973e9f32b16ce103259
/equation of a line.cpp
48ae9da7588befd9b80e17dd7e8a1e596142a768
[]
no_license
apaarkamal/miscellaneous-codes
73a973a0f66973c15262b0a0dae2e8776ac3b0ae
df822d1dc06b7cb5426bbb04256179c5b5b04641
refs/heads/master
2020-06-12T19:50:16.772416
2019-12-02T05:59:03
2019-12-02T05:59:03
194,406,672
6
10
null
null
null
null
UTF-8
C++
false
false
2,143
cpp
#include<bits/stdc++.h> using namespace std; #define int long long int #define ld long double #define F first #define S second #define P pair<int,int> #define V vector #define pb push_back #define db(...) __f(#__VA_ARGS__, __VA_ARGS__) template <typename Arg1> void __f(const char* name, Arg1&& arg1) { cerr << name <...
[ "apaarsaxena@gmail.com" ]
apaarsaxena@gmail.com
db63a5de55386dfc18dc873daa6cab98dfd6fa1d
4bf98ef4b80d7029eab3873cdf0b09e44d79abac
/include/api/segmenter/segmenter_cimg.hpp
eab354f7b492e86d37052fccef84e2e9f17f8e5a
[]
no_license
cy20lin/2018_fall_image_processing_final_api_segmenter
8899bea3779f5cd4bb52ea2eabd4d988102f2be4
7e727a45d123ba908ad7b42feb1c201dbda6d823
refs/heads/master
2020-04-12T20:52:12.228571
2018-12-27T08:02:43
2018-12-27T08:03:13
162,749,064
0
1
null
null
null
null
UTF-8
C++
false
false
3,950
hpp
#ifndef FINAL_MODULE_SEGMENTER_INCLUDE_API_SEGMENTER_SEGMENTER_CIMG_HPP_INCLUDED #define FINAL_MODULE_SEGMENTER_INCLUDE_API_SEGMENTER_SEGMENTER_CIMG_HPP_INCLUDED #include "core.hpp" #include <exception> // #include "cv_cimg_bridge.hpp" // #include "cv_bridge.hpp" #include "cimg_bridge.hpp" // #include <opencv/cv.h> n...
[ "cy20lin@gmail.com" ]
cy20lin@gmail.com
7dd405f94de1491bbfcf3131eca527d4d7972a1e
42b38ab2e841846d9b63d6dacf1a4227be117308
/Krkr/XP3Viewer-121113/krkr2/tjs2/tjs.tab.h
13ec86cdb4460b29ce3b7bc0aabded71e8bcc585
[]
no_license
Inori/FuckGalEngine
0905a9a2ad17db186a445dd7c938c4730b76fc2c
c966c2bf82975d078beb3b9c0b53f7390d3618d9
refs/heads/master
2023-07-29T00:33:53.672955
2022-02-06T01:52:40
2022-02-06T01:52:40
17,017,253
706
186
null
2022-02-06T01:52:41
2014-02-20T10:49:38
C
UTF-8
C++
false
false
7,997
h
namespace TJS { /* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the ...
[ "811197881@qq.com" ]
811197881@qq.com
23c963fe0be9322bb3edee7faa012f773163756b
07074962be026c67519a0ccfb3d48bd95ede38ed
/Forms/c5saledoc.h
06685ae163cca1ebba2977147efb552467d77df7
[]
no_license
End1-1/Cafe5
2fa65c62f395c186e2204f3fb941a2f93fd3a653
ba2b695c627cf59260a3ac1134927198c004fe53
refs/heads/master
2023-08-17T02:39:29.224396
2023-08-14T06:37:55
2023-08-14T06:37:55
151,380,276
2
1
null
null
null
null
UTF-8
C++
false
false
2,543
h
#ifndef C5SALEDOC_H #define C5SALEDOC_H #include "c5widget.h" #include "cpartners.h" #include "odraftsale.h" #include "odraftsalebody.h" #include <QJsonObject> namespace Ui { class C5SaleDoc; } static const int PRICEMODE_RETAIL = 1; static const int PRICEMODE_WHOSALE = 2; #define REPORT_HANDLER_SALE_DOC_OPEN_DRAFT ...
[ "end1_1@yahoo.com" ]
end1_1@yahoo.com
9321de9ca49afe7fa691ee61406a58ed7c4d329e
ab0dcab89f39d12746ad2b3506e1c2c34d8f1bf4
/POJ/1947/9310297_AC_16ms_752kB.cpp
8b260d53f1a854dfa7fd2339aa1b92b52b878e72
[]
no_license
lum7na/ACM
f672583ff3022bc916d9cd3d721f0a464b287042
fa667f4105450ec48e9b1d1b062f1444b6f0da32
refs/heads/main
2023-05-06T21:23:13.069269
2021-06-01T11:56:16
2021-06-01T11:56:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,132
cpp
#include<cstdio> #include<algorithm> #include<cstdlib> #include<iostream> #include<cstring> #include<cmath> using namespace std; const int maxn=150; int root; struct edge { int to,nxt; } edges[maxn+5]; int n,fa[maxn+5],p; int tot,head[maxn+5]; int f[maxn+5][maxn+5]; inline void add_edge(int from,int to) { edges[...
[ "aster2632@gmail.com" ]
aster2632@gmail.com
2328ffd6676b8dc4c55c782f3de9930307146b05
a1135c0745cf2210d547af55a9bb732818cd4216
/src/cpp/omicron/api/context/__context.hpp
c78a939eeb95c89d40859a6b0118a30a1ecb8371
[]
no_license
DavidSaxon/Omicron
bb8138ed55af8769a757c2493d66174dbd7e80b7
88adf810740f6728deb02ebeeb3808bb4a5f1ed2
refs/heads/master
2020-04-05T22:58:10.105260
2018-01-17T09:57:20
2018-01-17T09:57:20
68,196,461
0
0
null
null
null
null
UTF-8
C++
false
false
368
hpp
/*! * \file * \brief Documents the omi::context namespace. * \author David Saxon */ #ifndef OMICRON_API_CONTEXT_HPP_ #define OMICRON_API_CONTEXT_HPP_ namespace omi { /*! * \brief Module for providing and managing the context in which Omicron is * running. */ namespace context { } // nam...
[ "davidesaxon@gmail.com" ]
davidesaxon@gmail.com
d4e3eb0742a8c144eea7cae9c4f894fa18c32639
24e95324f159c58077637c6deaae8073e8052837
/share_tuning/shared_tools/clientMsg&structAnalysis/Analysis/CRange.h
a5bcb591c86632b3a85c5776882028878de09bb0
[]
no_license
jgyh1987/eagle_server
21ff627ef5c9bc0b961f16114c4c0dfce92c9c57
341ea9649b6ddac82fe6ab89a5cb4df044df7443
refs/heads/master
2022-10-07T11:35:18.559726
2020-06-08T11:06:59
2020-06-08T11:06:59
270,552,049
1
2
null
null
null
null
GB18030
C++
false
false
45,682
h
// 从类型库向导中用“添加类”创建的计算机生成的 IDispatch 包装类 //#import "D:\\Office\\Office14\\EXCEL.EXE" no_namespace // CRange 包装类 class CRange : public COleDispatchDriver { public: CRange(){} // 调用 COleDispatchDriver 默认构造函数 CRange(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CRange(const CRange& dispatchSrc) : ...
[ "jgyh1987@outlook.com" ]
jgyh1987@outlook.com
5aa8bbba79560d47179236f07f49a0da2235e85a
382d8ac9f617cc2030df89bbe09a98fefaeeb84b
/Temp/StagingArea/Data/il2cppOutput/Generics6.cpp
f8131ff0cc111d20ab79b5da87e44f773dff6eec
[]
no_license
MoTalhaK/Spellsword
c863710e01e5b35be83c456de198e6492e3dddf4
b6d1d40abb3c9c0e006e0b6d3b01816de986b2a8
refs/heads/master
2022-12-06T19:21:22.023621
2020-09-01T01:34:47
2020-09-01T01:34:47
291,847,763
0
0
null
null
null
null
UTF-8
C++
false
false
1,362,903
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 ...
[ "muhammad.t.k@hotmail.co.uk" ]
muhammad.t.k@hotmail.co.uk
852e97c4d3ed73246ce22c3d1c4a0134b301d908
d98404868eafa300b07fc90f98e14890bdf148a4
/preMacro.cpp
a23b0464df793ff753751df7e8182637212fb5f7
[]
no_license
eltroneur/newbeeCpp
4f4974727b33fd9fa64fd334c46775c237943506
d9a8f77b7c9d5e7b8eb2623315d7713ce28c4bea
refs/heads/master
2022-02-10T22:10:37.758263
2022-01-27T09:58:18
2022-01-27T09:58:18
182,321,626
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
// preMacro.cpp -- using pre-defined MACRO #include <iostream> int main() { std::cout << "Current line is " << __LINE__ << std::endl; std::cout << "Current filename is " << __FILE__ << std::endl; std::cout << "Current date is " << __DATE__ << std::endl; std::cout << "Current time is " << __TIME__ << std::endl;...
[ "cherishdevice@163.com" ]
cherishdevice@163.com
08bdb373fdbf67aadfb6f8101385efbb65a38f14
b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1
/tensorflow/compiler/jit/clone_constants_for_better_clustering_test.cc
7944d8ebd12be754cec6e0c3633ee55bceb1fe5b
[ "Apache-2.0" ]
permissive
uve/tensorflow
e48cb29f39ed24ee27e81afd1687960682e1fbef
e08079463bf43e5963acc41da1f57e95603f8080
refs/heads/master
2020-11-29T11:30:40.391232
2020-01-11T13:43:10
2020-01-11T13:43:10
230,088,347
0
0
Apache-2.0
2019-12-25T10:49:15
2019-12-25T10:49:14
null
UTF-8
C++
false
false
6,717
cc
/* Copyright 2019 The TensorFlow 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
[ "v-grniki@microsoft.com" ]
v-grniki@microsoft.com
6dd95251dfbc82633b1cba0a1130f72e4caca765
f28f1ed1620edd7aceb2166b1003d7a492763bda
/algorithms_projects/ga15_pointrobotshortestpath.h
464b5330e3947a0f2a598a9313ecdbd395205e0b
[]
no_license
Augus518/GeometryAlgorithms
047bda393db6f3ae7c1a63084051db334bfdc266
6fae7adcb64803817641c9e43679b1c047c3f9d0
refs/heads/master
2023-03-18T06:36:45.703066
2019-01-14T03:16:08
2019-01-14T03:16:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,107
h
/* Autor: Matei Jon Stancu 1137/2015 Godina: 2018 Kratak opis problema: Dat je skup prepreka u ravni i dve tacke, potrebno je naci najkraci put izmedju datih tacaka, takav da ne sece unutrasnjost datih prepreka. */ #ifndef GA15_POINTROBOTSHORTESTPATH_H #define GA15_POINTROBOTSHORTESTPATH_H #i...
[ "mdfkprekid@gmail.com" ]
mdfkprekid@gmail.com
00f0ca5d14ff88baae7c7655489c74e858810520
1fdfea493b09e075f4fceb5f9a1ae631a39bed0c
/botDriver/lib/Driving/Driving.cpp
f1c0c67f8e1b346f39e826305aa4e301f18d90da
[]
no_license
datduyng/unlRobotic2018
c14f617250132320f285d3c12fbe5e09bb161cb2
1dd839a2546c2a0aa53823a9d4fc222800ec7470
refs/heads/master
2020-03-19T04:22:24.051655
2018-07-19T14:47:58
2018-07-19T14:47:58
135,820,788
0
0
null
null
null
null
UTF-8
C++
false
false
11,168
cpp
/* Author: CheeTown Liew Version of June 10, 2017 This algorithm is designed to drive the robot and run with precise displacement using motor encoder, the algorithm includes simple proportion controller and displacement-encoder count convertor, speed comparator and path tracking. Micro-controller Board: Arduino Mega ...
[ "ctliew2@gmail.com" ]
ctliew2@gmail.com
571f1a62584bad7d372c366ce30f5fe3955fa9a7
9b527d9e39ff2b33e2e86af842031bf27d4bebe4
/C/C-DS/C-AVL/src/main.cpp
c9d602b73ec3b03c5e762a2cf7b2ae65cbab1b2d
[]
no_license
Brinews/jacky
c50cdc5471ef7a764c2a27313ebf848e41c4aee0
e3f0f4bdf4253448f22306b353cb45560e882587
refs/heads/master
2021-01-17T08:32:11.034322
2017-12-03T08:28:17
2017-12-03T08:28:17
14,444,828
1
2
null
null
null
null
UTF-8
C++
false
false
2,753
cpp
#include <iostream> #include <string> #include <cassert> #include <vector> // local includes #include "AVLTree.h" #include "Data.h" using namespace std; void testDoubleData(){ // testing getData DoubleData d1 {}; DoubleData d2 {5}; assert (d1.getData() == 0); // default value assert (d2.getData() == 5); // testi...
[ "brinewsor@gmail.com" ]
brinewsor@gmail.com
b054b91fec32f20447d5f82b98b91b9d9f4edbcc
653afab7f94dfb44c3cf857e845e82ca87214eeb
/src/CryptoFilter.h
44dfdbc9d87179f9b31e2499313d478aa3896922
[ "BSD-2-Clause" ]
permissive
Helios-vmg/zekvok
e98c4f5397e635553ad53c8ff1dba662b93ed799
b90ec897af2bdb55764f9de00d5a1f38f80fe70f
refs/heads/master
2021-01-21T04:33:02.594608
2015-10-31T23:37:29
2015-10-31T23:37:29
43,264,987
1
0
null
null
null
null
UTF-8
C++
false
false
1,375
h
/* Copyright (c), Helios All rights reserved. Distributed under a permissive license. See COPYING.txt for details. */ #pragma once #include "Filters.h" enum class Algorithm{ Rijndael, Twofish, Serpent, }; class CryptoOutputFilter : public OutputFilter{ protected: bool flushed; virtual std:...
[ "helios.vmg@gmail.com" ]
helios.vmg@gmail.com
3dad10cdfdf0c06265557453e09bad8b9d417fdd
71dae8653492a02c77f67d03a0824f920d5fd9ee
/Sparky-core/src/graphics/font_manager.cpp
27d03f1f57b246ab960d2dc72119787cc6584004
[ "Apache-2.0" ]
permissive
TheCherno/LD32
8ad6aeb6f1345ecb04a351e2632ac9cf343a595c
9654d71c62d94f3c00de9029ea42e248438fc02a
refs/heads/master
2016-09-06T06:35:55.806350
2015-04-21T05:01:45
2015-04-21T05:01:45
34,146,855
15
1
null
null
null
null
UTF-8
C++
false
false
798
cpp
#include "font_manager.h" namespace sparky { namespace graphics { std::vector<Font*> FontManager::m_Fonts; void FontManager::add(Font* font) { m_Fonts.push_back(font); } Font* FontManager::get() { return m_Fonts[0]; } Font* FontManager::get(const std::string& name) { for (Font* font : m_Fonts) { ...
[ "cherno21@hotmail.com" ]
cherno21@hotmail.com
eb3afd1aa517b5baadf8fda81b2dd795c77500f2
91b36a305a65a601f93fad94ef19b995db6e5d83
/NativePlugin/Src/Runtime/GfxDevice/opengles/ApiGLES.cpp
e17459a42962abe7915baa7794c2a1995e558b3e
[]
no_license
maksym-pasichnyk/NativeParticleSystem
0d79d093ef1144f60afb941d1928546005ebca62
35187e5d9a43e7db5264d1f953f4383873d3decf
refs/heads/master
2021-12-14T15:41:24.820604
2017-05-10T16:42:23
2017-05-10T16:42:23
437,383,171
1
1
null
2021-12-11T20:34:42
2021-12-11T20:34:41
null
UTF-8
C++
false
false
46,262
cpp
#include "PluginPrefix.h" #include "ApiTranslateGLES.h" #include "ApiGLES.h" #include "ApiConstantsGLES.h" #include "GfxContextGLES.h" #include "DeviceStateGLES.h" #include "Runtime/GfxDevice/opengles/AssertGLES.h" #include "Runtime/Shaders/GraphicsCaps.h" #include "Runtime/Utilities/ArrayUtility.h" //#include "Runti...
[ "akheyun@gmail.com" ]
akheyun@gmail.com
cd53bae4d9ea63bc540a6b48a70ae266f1adeca8
947e2d199cdd0adb5f34befb17e639c9e0cc8867
/按键流程分析/InputReader.cpp
5bb64831c76058ed57f7c908d521cf554277db0e
[]
no_license
qfkongyan/AndroidFramework
9b11a9d273c820d2db23cc8fa158e38d554e40da
3cd1c042b13f0048b8bd59ae8092cc6f81a94738
refs/heads/master
2022-12-14T07:22:39.986361
2020-09-14T13:37:05
2020-09-14T13:37:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
268,279
cpp
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "wl5201314_@126.com" ]
wl5201314_@126.com
01c243cfaca7d5887fcce46b74cb6dc1d53a14cc
802e71f0fba696021f7e9e2bf11fdd7e72e48529
/project/framework/Source/Util/ShapeX.cpp
6716fb15f1a1296aaca0559ea8ef2876f1987dd4
[]
no_license
Supreeth55/Metronome
7754e303dbe4c02282f865b2331865deaa19202a
244a3f1b61a441ab3565137e32b7af3158e8373f
refs/heads/master
2020-12-20T02:57:31.338973
2020-01-24T04:36:43
2020-01-24T04:36:43
235,939,199
0
0
null
null
null
null
UTF-8
C++
false
false
972
cpp
/** * @file ShapeX.h * @author Romil Tendulkar * @date 10/22/2019 * @brief This file implements the shape classes that are used for collision detection * Copyright (C) 2019 DigiPen Institute of Technology. Reproduction or disclosure of this file or its contents without the prior written consent of DigiPen Insti...
[ "58317818+Supreeth55@users.noreply.github.com" ]
58317818+Supreeth55@users.noreply.github.com