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
b2d8c84a59a7c931ba71139eeeb7b0397fd5a76b
66c5af414ec97bcc48c577341525452b0dee8da4
/CPP_SOLUTIONS/2.cpp
46dd0427ad8d477b98131accc972a3f681eed6bc
[]
no_license
CocoCui/Leetcode_solutions
8b6a46b5767b4352020e89cbd7915db8ab9817ee
7c16598dc187c3db2cc93d0b2690278ff86525d6
refs/heads/master
2021-01-11T23:28:33.217424
2017-04-17T21:50:03
2017-04-17T21:50:03
78,586,946
0
0
null
null
null
null
UTF-8
C++
false
false
1,090
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode* addTwoNumbers(ListNode* l1, ListNode* l2) { return add(l1, l2, 0); } private: ListNode* add(ListNode* l, L...
[ "cuiyan@vip.163.com" ]
cuiyan@vip.163.com
4561f6bf413acbb475b0447757dc9930bcce6923
355cbef948a1c2c46046a8f7c4d40b9d0b0d8889
/include/perceptive_mpc/costs/VoxbloxCost.h
33d8f60c941131232592d8c652be87afb5ea33ab
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
leggedrobotics/perceptive_mpc
d4c01298e4ed2fdd62cea0fc0d36731c6ecdabb0
acf0d79714d3d57e5a041d79948fde8e45b36468
refs/heads/master
2022-01-14T04:26:53.480026
2021-12-30T17:11:32
2021-12-30T17:11:32
242,604,483
90
24
null
null
null
null
UTF-8
C++
false
false
5,635
h
/* * Copyright (c) 2020 Johannes Pankert <pankertj@ethz.ch> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * ...
[ "Johannes.Pankert@mavt.ethz.ch" ]
Johannes.Pankert@mavt.ethz.ch
387babe0a272f0dc7b0ce722ac989425eef61163
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/mutt/gumtree/mutt_function_68.cpp
7a192150701d37b6d0f946ca73f1fe6700607d42
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,542
cpp
void pgp_signed_handler (BODY *a, STATE *s) { char tempfile[_POSIX_PATH_MAX]; char *protocol; int protocol_major = TYPEOTHER; char *protocol_minor = NULL; BODY *b = a; BODY **signatures = NULL; int sigcnt = 0; int i; short goodsig = 1; protocol = mutt_get_parameter ("protocol", a->parameter); ...
[ "993273596@qq.com" ]
993273596@qq.com
639aceb1d9f28b99df1ab795d1989e4fec56e57c
3282ccae547452b96c4409e6b5a447f34b8fdf64
/SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimMaterialLayerSet_GlazingLayerSet_CurtainWall.cxx
6e5946a0b464ed540636179ed97bb69e533725f5
[ "MIT" ]
permissive
EnEff-BIM/EnEffBIM-Framework
c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
refs/heads/master
2021-01-18T00:16:06.546875
2017-04-18T08:03:40
2017-04-18T08:03:40
28,960,534
3
0
null
2017-04-18T08:03:40
2015-01-08T10:19:18
C++
UTF-8
C++
false
false
23,328
cxx
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
[ "PRemmen@eonerc.rwth-aachen.de" ]
PRemmen@eonerc.rwth-aachen.de
63314a87aae5cee2a073d6d962c909b061fbfa4a
7eaf2de685952a6b7a5dbed790ef1bd08bceb905
/inc/analyzer.h
e819ad81618e7542f6c657427630ebe24d346f6b
[]
no_license
lynnkse/TreeEx
050241c9718336c4bcfa73199fa9a46d64e51024
ab9eb18b540da7d47366782e35516e4508a7a327
refs/heads/master
2021-01-24T01:59:16.444226
2018-02-25T12:24:49
2018-02-25T12:24:49
122,829,846
0
0
null
null
null
null
UTF-8
C++
false
false
238
h
#ifndef ANALYZER #define ANALYZER #include <vector> class Analyzer { public: explicit Analyzer(size_t _n); size_t GetResult(const Node * const _tree); private: const size_t N; std::vector<int> vec; }; #endif //ANALYZER
[ "lynnkse@gmail.com" ]
lynnkse@gmail.com
d98724fc932408e454f2ed80e1b304e27b478bdd
ad95c7ce4f523f0fa7bcb145955a7081caee5dc6
/duilib2/src/Controls/Button.cpp
c714b84b61072f48bdea203d8d0eb979b108001e
[ "MIT" ]
permissive
w1146869587/DuilibEditor
c369ce9c43cf1eabd4077c9996dec746e7f4c790
b23c1f362a1e691e2101b1d5b8642639a349b540
refs/heads/master
2021-06-17T04:34:50.164429
2017-02-16T14:59:08
2017-02-16T14:59:08
111,431,048
1
0
null
2017-11-20T15:51:49
2017-11-20T15:51:49
null
UTF-8
C++
false
false
2,053
cpp
#include <Controls/Button.h> namespace duilib2 { static String gButtonProperties[][3] = { // name value type {"normalimage", "", "Image"}, {"hotimage", "", "Image"}, {"pushedimage", "", "Image"}, {"focusedimage", "", ...
[ "761225349@qq.com" ]
761225349@qq.com
17fd1eb5095013466ce6e76ccc8cc92c1432b80a
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtbase/src/gui/painting/qoutlinemapper.cpp
84061a5c2524a4a30dccaa0f8ae6e1443cab3b50
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-commercial-license", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "LicenseRef-scancode-qt-commercial-1.1", "LGPL-3.0-only", "LicenseRef-scancode-qt-company-exception-lgpl-2.1", ...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C++
false
false
13,242
cpp
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commerc...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
b35e784a92e0f390fbe6f41db53822a257505179
dd6b6da760c32ac6830c52aa2f4d5cce17e4d408
/magma-2.5.0/sparse/src/zpbicgstab.cpp
613ecdd554597bf8e2f5e79b22770f6c440bce46
[]
no_license
uumami/hit_and_run
81584b4f68cf25a2a1140baa3ee88f9e1844b672
dfda812a52bbd65e02753b9abcb9f54aeb4e8184
refs/heads/master
2023-03-13T16:48:37.975390
2023-02-28T05:04:58
2023-02-28T05:04:58
139,909,134
1
0
null
null
null
null
UTF-8
C++
false
false
8,802
cpp
/* -- MAGMA (version 2.5.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date January 2019 @precisions normal z -> s d c @author Hartwig Anzt */ #include "magmasparse_internal.h" #define RTOLERANCE lapackf77_dlamch( "E" )...
[ "vazcorm@gmail.com" ]
vazcorm@gmail.com
55c9fd8f270339a808fc136c461f5a987a209f03
2f45b99b684f62b2e9413a302a22a7677c22580c
/frameworks/native/libs/gui/Surface.cpp
d7590f013c14af0264f58c451109be3256d8c519
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
b2gdev/Android-JB-4.1.2
05e15a4668781cd9c9f63a1fa96bf08d9bdf91de
e66aea986bbf29ff70e5ec4440504ca24f8104e1
refs/heads/user
2020-04-06T05:44:17.217452
2018-04-13T15:43:57
2018-04-13T15:43:57
35,256,753
3
12
null
2020-03-09T00:08:24
2015-05-08T03:32:21
null
UTF-8
C++
false
false
12,308
cpp
/* * Copyright (C) 2007 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...
[ "ruvindad@zone24x7.com" ]
ruvindad@zone24x7.com
4a845ac6169711f25f4c90484b446df5f91a9ebc
1e88fd48f4cbfab5567b6b5052114b0a72b86c6a
/system/public/DemoSystem.h
7d8ac7c35e0a2ea8a685f30638d4e33ba68ef8ec
[]
no_license
csbgh/GraphicsDemos
501917156ffed64a6442f7b8df90d98f2449846d
6a5b27ef305865d58ac8747950731fe2e6252d9b
refs/heads/master
2021-01-22T02:53:33.925243
2017-02-06T11:32:33
2017-02-06T11:32:33
81,080,693
0
0
null
null
null
null
UTF-8
C++
false
false
3,027
h
#ifndef _DEMO_SYSTEM_H #define _DEMO_SYSTEM_H #pragma once #include <SDL.h> #include <SDL_syswm.h> #include <imgui\imgui.h> #include "DemoCommon.h" #include "Input.h" #include "IGraphicsDevice.h" #include <map> #include <vector> #if defined(_DEBUG) #define CHECK_SDL(_call) \ { \ i...
[ "csb.github@gmail.com" ]
csb.github@gmail.com
8716a2e12f8949a3b4e8039f3d9255ca59301594
1a2ab1b714d521cc63c7f9fcc5d879e7dbe53d16
/GameTest/myLevel.h
801be505852af91459d58de8c81d747e9f68ae6d
[]
no_license
KJTang/SimpleGE
f504a27f881cf74b8906bd090f3d4bf419c07043
bb7bb3d5aaba04a5da4acce9fcf196f7270706e5
refs/heads/master
2021-01-10T16:40:54.743245
2016-01-29T09:30:58
2016-01-29T09:30:58
46,039,053
1
3
null
null
null
null
UTF-8
C++
false
false
2,946
h
#pragma once #include "SimpleGE.h" /************** WQY *************/ #define dY 50 #define Y0 30 #define dX 150 #define X0 130 #define BGSIZE 400 #define SIZE 70 class LevelZero : public Level { private: int count; GameObject *go; public: LevelZero(){} ~LevelZero(){} CREATE_FUNC(LevelZero); ...
[ "178061543@qq.com" ]
178061543@qq.com
89a26a440a0b62b144ee5fb3577b407829323673
04cab23f26ac2968be827577c5a0a688d70e9617
/16433.cpp
e2357276adcad2a3e8ecb78719fe16fc3e4c61d3
[]
no_license
gusrb3164/gusrb_algorithm
ebeffb271effdbf446b88f037ba7caf6cb320314
63991f9094ab61e7de20acafe30f9f5e46144635
refs/heads/master
2020-08-09T10:51:49.698866
2020-04-10T05:20:15
2020-04-10T05:20:15
214,071,884
0
0
null
null
null
null
UTF-8
C++
false
false
467
cpp
#include<iostream> using namespace std; int main() { int N; int x, y; cin >> N >> x >> y; if ((x + y) % 2 == 0) { for (int i = 1; i <= N; i++) { for (int j = 1; j <= N; j++) { if ((i + j) % 2 == 0) cout << 'v'; else cout << '.'; } cout << "\n"; } } else { for (int i = 1; i <...
[ "gusrb3164@gmail.com" ]
gusrb3164@gmail.com
abd686743b9401d74f8893284359bc4689ca15aa
6c77cf237697f252d48b287ae60ccf61b3220044
/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/CreateTransformJobRequest.h
6632e967e2acc2ef33898f7e90c0a3dc1553568b
[ "MIT", "Apache-2.0", "JSON" ]
permissive
Gohan/aws-sdk-cpp
9a9672de05a96b89d82180a217ccb280537b9e8e
51aa785289d9a76ac27f026d169ddf71ec2d0686
refs/heads/master
2020-03-26T18:48:43.043121
2018-11-09T08:44:41
2018-11-09T08:44:41
145,232,234
1
0
Apache-2.0
2018-08-30T13:42:27
2018-08-18T15:42:39
C++
UTF-8
C++
false
false
25,436
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...
[ "magmarco@amazon.com" ]
magmarco@amazon.com
db2c7e2ccbdad42991d2f28464963a2458ab275d
15a7b4cbf97b803775b26d8a1a7094cea114cff2
/libraries/protocol/include/BuffRequest.h
b92f3d755cdcf13c0524bf598d8b64aa3082643a
[]
no_license
AGuismo/G-BALLS-Rtype
5ba71039a5b7c5bc31f950ff5e6f8758f4e963e5
75ba8ee5cded3e450c884a1c222699b8415e5973
refs/heads/master
2021-01-17T02:34:34.274163
2014-12-30T20:46:31
2014-12-30T20:46:31
13,957,123
0
0
null
null
null
null
UTF-8
C++
false
false
553
h
#pragma once #include "Protocol.hpp" #include "AGameRequest.hh" class BuffRequest : public AGameRequest { public: BuffRequest(); BuffRequest(Ruint16 id, Rint8 type); ~BuffRequest(); BuffRequest(BuffRequest const&); BuffRequest& operator=(BuffRequest const&); public: Protocol &serialize(Protocol &) c...
[ "kev993@hotmail.com" ]
kev993@hotmail.com
932707dfa9860050daa1a98283b24e3ddad1198b
d7c07075e0c6acedf2270611e739beac422186f4
/environment_analysis/kinematics/MatrixMath.h
8bdb3100878b4727bb30f360df240edd7086aa46
[]
no_license
KB9/BraccioVisualAttention
d5b55deac81923cbd5311020a2f0486aa4705b0d
9128e5fb224704f5d4c7493d824be74e923c709f
refs/heads/master
2021-09-11T00:10:06.218786
2018-04-04T18:30:44
2018-04-04T18:30:44
106,980,988
0
0
null
2018-04-04T18:30:45
2017-10-15T03:32:28
Python
UTF-8
C++
false
false
1,108
h
/* * MatrixMath.h Library for Matrix Math * * Created by Charlie Matlack on 12/18/10. * Modified from code by RobH45345 on Arduino Forums, algorithm from * NUMERICAL RECIPES: The Art of Scientific Computing. * Modified to work with Arduino 1.0/1.5 by randomvibe & robtillaart * Made into a real library on G...
[ "kavanbickerstaff@googlemail.com" ]
kavanbickerstaff@googlemail.com
60cef48083c32bdc89e088474ff70cdc3787e79c
dd994c1dcf4ac94c15f1ebe4caba322de70b0d9e
/105/Server/GameEngine/Test/TestThread.h
99f652d5104fbd31753f25cdda24bff64007d715
[]
no_license
coderguang/miniGameEngine
8a870a5b9e4f92065d4cb44a69d44348911382d2
93eb522b74c5763941d45d3afdfa6793efeba253
refs/heads/master
2022-02-16T07:31:43.983958
2019-08-22T09:53:17
2019-08-22T09:53:17
113,191,648
0
0
null
null
null
null
UTF-8
C++
false
false
9,145
h
#ifndef _TEST_TEST_THREAD_H_ #define _TEST_TEST_THREAD_H_ #include <thread> #include "framework/counter/counterHandler.h" #include "framework/log/Log.h" #include <thread> #include "framework/io/PrintIOHandler.h" #include "framework/datetime/datetime.h" #include "engine/lock/lock.h" #include "engine/lock/lo...
[ "royalchen@royalchen.com" ]
royalchen@royalchen.com
137d8d06cf729ebcc2e0fad1c9850f47fa044715
7b74fda44b216bba18c9dae5bc8653f6f7dfe5a5
/githubLeetcode/Yi Zhang sourcecode/排序sort and partition/count_sort, quick_sort.cpp
2c04c4f688aac27d0974d90b5bbf9e7219a81449
[]
no_license
ryudo87/CPP
685fcb1547681d96d0082980729457de3ef1f217
67dccebe87b5317557cc83697b445b637e6dc351
refs/heads/master
2022-04-29T17:44:53.336906
2022-04-03T02:13:58
2022-04-03T02:13:58
200,724,141
0
0
null
null
null
null
UTF-8
C++
false
false
758
cpp
int arr[]={3,2,8,1,1}; void swap(int left,int right) { int tmp=arr[left];arr[left]=arr[right];arr[right]=tmp; } void quick_sort(int first, int last) { if(first>=last) return; int pivot=arr[first]; int left=first; int right=last; while(left<right) { while(left<right&&arr[right]>pivot) --right...
[ "yizhang@Yis-MacBook-Pro.fios-router.home" ]
yizhang@Yis-MacBook-Pro.fios-router.home
4edf46cf840fedba6731772a87a9da16a4b4adad
66ea31cadaec228b9abf9a2ca83b469af9dc1d0a
/src/Core/Matlab/matlabarray.cc
86ea5ac1f2afa606e2eecf1902313884e44fa02b
[ "MIT" ]
permissive
lsptb/SCIRun
2e2857411346f0b3a02a429089a5f693bae32dc9
fafd58173c20b7b14ed700dc978da649c328c014
refs/heads/master
2021-01-17T11:17:47.765711
2015-03-12T18:07:35
2015-03-12T18:07:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
31,041
cc
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2009 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (...
[ "dwhite@sci.utah.edu" ]
dwhite@sci.utah.edu
1d17443d5233e6651a28eb958f56b480ba7d7a9e
d92a20be082f9a602b9bcef5d04ae4f9e99008ee
/src/163-div2-B.cpp
00e708b957c5547cd63a236d63bee91667ae182b
[]
no_license
kuno4n/Codeforces
5a6c0910dbf78fafe375aea372e6d86027c2c8a1
41972bc1cfefd1014aff4cc4f24db4e016d9b724
refs/heads/master
2016-09-06T12:21:42.763853
2015-01-07T08:38:55
2015-01-07T08:38:55
7,849,601
1
1
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
#include <cstdio> #include <cstdlib> #include <stdlib.h> #include <cmath> #include <ctime> #include <iostream> #include <algorithm> #include <sstream> #include <cstring> #include <vector> #include <set> #include <map> #include <stack> #include <queue> #include <numeric> //#include "cout.h" using nam...
[ "kuno4n@gmail.com" ]
kuno4n@gmail.com
eb2ecbf675999b967ee5321792c845f6e7a18d72
164d80b72af086a12ec7a6bfbe689377c76ccf46
/build/android-native-build/Sources/src/kha/vr/SensorState.cpp
66a678f576a44ff556acb245f0fe0d16e0cbc54b
[]
no_license
matthewswallace/HelloKha
0224ab2191e05f41f4c69eaf2c5aae160fa0a216
6a0f9804743d01612be9dd228e46591a5f0effa5
refs/heads/master
2021-01-12T15:07:49.100731
2016-10-25T13:59:22
2016-10-25T13:59:22
71,712,114
1
0
null
null
null
null
UTF-8
C++
false
true
5,356
cpp
// Generated by Haxe 3.3.0 #include <hxcpp.h> #ifndef INCLUDED_kha_vr_PoseState #include <kha/vr/PoseState.h> #endif #ifndef INCLUDED_kha_vr_SensorState #include <kha/vr/SensorState.h> #endif namespace kha{ namespace vr{ void SensorState_obj::__construct(){ HX_STACK_FRAME("kha.vr.SensorState","new",0xdb...
[ "matthew.wallace@riotgames.com" ]
matthew.wallace@riotgames.com
fcafe2815d4d9af8e015bc95f40539499e66fa08
a9b54c47a5feb0c83b6e87cf626ee613cde2eacd
/wg_modified_diamondback/tf/test/cache_unittest.cpp
e68545949eb556ee85a7b70b77ba76d64464ba3f
[]
no_license
rll/graveyard
fae7366511bd81891ac5b34e8831cf418497642f
7629941d1f3982645fc6bbd951ec071cc110987c
refs/heads/master
2020-05-17T17:19:06.637504
2012-01-10T06:13:04
2012-01-10T06:13:04
3,143,123
1
0
null
null
null
null
UTF-8
C++
false
false
12,787
cpp
/* * Copyright (c) 2008, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright * notice, this...
[ "ziang.xie@berkeley.edu" ]
ziang.xie@berkeley.edu
a056b30e9a797d8a8c69e0f4a12d1e2f3ffacc94
28933f490396a61dd9556387bf6599e307cfc267
/CD_CNC.ino
6fef5b84254a3db05557eff9e49ac879ab27c558
[]
no_license
rekomerio/cd-tray-plotter
65108f49e4790fa35014bac4d5f46bdc448cc18c
7039d6ad34153464007740a8aa0223f2f48b9d3a
refs/heads/master
2020-07-08T05:45:02.033831
2020-01-09T14:33:33
2020-01-09T14:33:33
203,582,872
0
0
null
null
null
null
UTF-8
C++
false
false
8,325
ino
#include <Stepper.h> #include <Servo.h> #include <SymbolMap.h> #define REVERSE_X 1 #define REVERSE_Y 0 #define STEPS_PER_REV 20 #define MAX_STEPS 250 #define PEN_UP_ANGLE 50 #define PEN_DOWN_ANGLE 80 #define SERVO_DELAY (PEN_DOWN_ANGLE - PEN_UP_ANGLE) * 4 #define SERVO_PIN 10 #define LETTER...
[ "K9260@student.jamk.fi" ]
K9260@student.jamk.fi
95fdb343918ffb210c64dd0f1bb656e32d10c823
0d3e1da98d51cd32803138fe76e04fdfa48f7a09
/2000/BOJ 2517.cpp
535bc5b67929dc94f196c5148b2f4ec29ac83b2b
[]
no_license
bsgreentea/PS
75648a505fa2fc7514cc810ea07e4728581443d1
25fdbe6cdc91731312efaee69c22f2b33e368430
refs/heads/master
2021-07-01T11:53:37.091403
2020-10-16T15:02:20
2020-10-16T15:02:20
163,829,035
0
0
null
null
null
null
UTF-8
C++
false
false
1,144
cpp
#include <cstdio> #include <vector> #include <algorithm> #include <utility> using namespace std; const int MAX = 500000; int n, tree[4 * MAX + 1], res[MAX + 1]; vector<pair<int, int>> vt; int update(int pos, int node, int start, int end) { if (pos < start || end < pos) return tree[node]; if (start == end) return ...
[ "46317084+bsgreentea@users.noreply.github.com" ]
46317084+bsgreentea@users.noreply.github.com
374738f274ec39b4d58b94dfa8fd31b791a5f7b3
1f032ac06a2fc792859a57099e04d2b9bc43f387
/25/60/b4/e6/0ce9bb0c79968da5255a3a0e1b7556633c3e9d9954d6d84ebd267a469de39d6e793e99a9b9d2b850a180fc4fab84e9051256d2111ee7481c0aa53dff/sw.cpp
baf08066952f3bcfc106f5910dabff00940a320a
[]
no_license
SoftwareNetwork/specifications
9d6d97c136d2b03af45669bad2bcb00fda9d2e26
ba960f416e4728a43aa3e41af16a7bdd82006ec3
refs/heads/master
2023-08-16T13:17:25.996674
2023-08-15T10:45:47
2023-08-15T10:45:47
145,738,888
0
0
null
null
null
null
UTF-8
C++
false
false
250
cpp
void build(Solution &s) { auto &wr = s.addTarget<StaticLibraryTarget>("giovannidicanio.winreg", "master"); wr += Git("https://github.com/GiovanniDicanio/WinReg", "", "{b}"); wr.setRootDirectory("WinReg/WinReg"); wr += "WinReg.hpp"; }
[ "egor.pugin@gmail.com" ]
egor.pugin@gmail.com
f265290182e056c0a1ee84ef49922502b2cc5eac
78fd33998d6d0aa3714ba5bc88f062360e51de16
/test.cpp
be22c8c51cc42bb80b810628b05adfe20ca69f40
[]
no_license
vishwakarma/faculty_scheduling
ca1a9f74754fe57f55c53d5121dd7370955b163a
f51cad3a32b6ef84fa8fefa5dd160d1b00468231
refs/heads/master
2021-03-27T13:46:41.770686
2016-11-15T12:20:35
2016-11-15T12:20:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
140
cpp
#include <iostream> using namespace std; int main() { int j = 0; for(int i=0;i<2011637;i++){ j++; } cout << j << "\n"; return 0; }
[ "vishwakarma.iiita@@gmail.com" ]
vishwakarma.iiita@@gmail.com
0189131b46a254dc23df44ab64744fc1e7bf0011
e299ad494a144cc6cfebcd45b10ddcc8efab54a9
/llvm/include/llvm/Support/FileSystem.h
48ff224bcd348368e5e9e615bfa5c5306db36a71
[ "NCSA" ]
permissive
apple-oss-distributions/lldb
3dbd2fea5ce826b2bebec2fe88fadbca771efbdf
10de1840defe0dff10b42b9c56971dbc17c1f18c
refs/heads/main
2023-08-02T21:31:38.525968
2014-04-11T21:20:22
2021-10-06T05:26:12
413,590,587
4
1
null
null
null
null
UTF-8
C++
false
false
34,960
h
//===- llvm/Support/FileSystem.h - File System OS Concept -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "91980991+AppleOSSDistributions@users.noreply.github.com" ]
91980991+AppleOSSDistributions@users.noreply.github.com
f40fb82650cef358c1bd279c3a9c26e79462b5a1
f84da9a7da712409ebb0e8caf89b41b68a1ffb7c
/Codeforces/contest_id_659/Bicycle Race.cpp
f56959ca1393f510e3f1b58522781c4b2bc9e43a
[]
no_license
mahbubcseju/Programming-Problem-Solutions
7fe674d68ab340b54be64adfa2e2fb33cc64705c
e9de8553f7d0c2c439f62b67e1bf9d6e07d47400
refs/heads/master
2021-08-03T14:37:54.041903
2021-07-18T16:01:12
2021-07-18T16:01:12
199,957,649
0
0
null
null
null
null
UTF-8
C++
false
false
3,291
cpp
/******************************** *MAHBUBCSEJU * *CSE 22 * *JAHANGIRNAGAR UNIVERSITY * *TIMUS:164273FU * *UVA>>LIGHTOJ>>HUST:mahbubcseju * ********************************/ #include<cfloat> #include<climits> #include<fstream> #include<cstdio> #include<cs...
[ "mahbubur.rahman@bjitgroup.com" ]
mahbubur.rahman@bjitgroup.com
4aaac3876112bf4e22c03d42ed992ab8284a6a35
901d05e34881b9c201122ec76837af6a1bd28518
/2012Code/WorkshopRobot.cpp
1696bd9c81215a805393423cf667397a07fdcbe8
[]
no_license
Team2550/cRIO-Code
f433b4144eff60577cd93b14ef0e3cf725a0085a
edd8599548858d409190061e8d24c42e1f6dad62
refs/heads/master
2020-04-08T14:26:15.209403
2014-05-27T16:32:45
2014-05-27T16:32:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,172
cpp
#include "WorkshopRobot.h" WorkshopRobot::WorkshopRobot() { //GetWatchdog().SetExpiration(0.1); GetWatchdog().SetEnabled(true); driveSys = new DriveSystem(); //launcher = new Launcher(); nathansArm = new Pickuper(); ramparm = new Arm(); //light = new Lights(); //myaccell7 = new Accell(); //DriverStationUpda...
[ "none" ]
none
33eb3892dac2678697d2538ba4b4582b819923de
28d10fd75717247883fc580b5347762e30294d4e
/sw/dragon_buttons.cpp
0235069be9b13e02026521e6ef3a69c090d330ea
[]
no_license
acornacorn/dragon2014
55fb9e353ed40b38ad9d5953bbfca3b389b1c3d9
31a725719eb187a42227260cd5ce1acde8fbb71d
refs/heads/master
2020-05-07T10:17:06.460902
2014-11-01T20:40:13
2014-11-01T20:40:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,021
cpp
#include <dragon_buttons.h> #include <dragon_pins.h> #include <dragon.h> #include <ac_printf.h> #include <Arduino.h> #include <Bounce.h> static const bool DEBUG_KEYS = true; static const bool DEBUG_BUTTONS = true; static const int DEBOUNCE_TIME_MS = 20; static Bounce* g_buttons[BUTTON_CNT]; bool g_buttons_changed[B...
[ "acorn@mad.scientist.com" ]
acorn@mad.scientist.com
86ea12f1138d983b6e80abf350e984207b50f785
925e5f757754dfe9512a9da5a6675930a4b300e9
/sdkcreationmw/sdkexamples/cppexamples/S60Ex/SIPExample/gameUI_series60/Src/SIPExApp.cpp
60984cabf7371bc90f8466deef980cc75644a30a
[]
no_license
fedor4ever/packaging
d86342573ee2d738531904150748bbeee6c44f5d
cf25a1b5292e6c94c9bb6434f0f6ab1138c8329b
refs/heads/master
2021-01-15T18:09:15.875194
2015-04-12T12:03:13
2015-04-12T12:03:13
33,689,077
0
1
null
null
null
null
UTF-8
C++
false
false
2,891
cpp
/* * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/lega...
[ "devnull@localhost" ]
devnull@localhost
207a3ce18876a07613e6d6cdc1436d8ac9b458ff
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/chrome/browser/task_management/providers/child_process_task_unittest.cc
4ffbd555b8e6eecb0ae2bdb60e1dad78b8f42233
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C++
false
false
6,576
cc
// Copyright 2015 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 <stdint.h> #include "base/macros.h" #include "base/run_loop.h" #include "base/strings/utf_string_conversions.h" #include "chrome/browser/task_ma...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
ddb1bab2e0b4785c259e4eb5bba40956f0f1401d
c2b8747ab182b7ebb2b971d87cfa0a13177f7900
/MeanShiftSegm/edge/BgEdgeList.cpp
6350a3927b4f016cce941a242d2d30ce7745f1ed
[]
no_license
wilmer05/cv-l3
cf3a8494aa52f538594f6022f7a903d0573857da
d56d5e2add42be54b07905c406637d38c8383a61
refs/heads/master
2021-01-21T09:52:46.106578
2017-05-21T13:36:38
2017-05-21T13:36:38
91,670,199
0
0
null
null
null
null
UTF-8
C++
false
false
4,786
cpp
///////////////////////////////////////////////////////////////////////////// // Name: BgEdgeList.cpp // Purpose: BgEdgeList class functions // Author: Bogdan Georgescu // Modified by: // Created: 06/22/2000 // Copyright: (c) Bogdan Georgescu // Version: v0.1 //////////...
[ "wbandres@mahisoft.com" ]
wbandres@mahisoft.com
931b8081a98172844f12f7525dc3fababe741d29
2aa9880c5ed5084112932a7bf03addbaeca84a32
/cxx_utilities/include/cxx_math/cxx_aabb.h
0d649d97cba5a00fceb97e72a8f8823fa2d5ce0d
[]
no_license
goteet/a-piece-of-shit
6da49e4f975495c7f049b0a9414d03b5259a7f03
2cae116ddba6b77a869966b7f005aae15f496b84
refs/heads/master
2022-10-03T20:34:31.450373
2020-05-26T07:13:07
2020-05-26T08:30:01
259,877,411
3
0
null
null
null
null
UTF-8
C++
false
false
10,453
h
#pragma once #include "cxx_mathcommon.h" #include "cxx_vector.h" #include "cxx_point.h" #include "cxx_matrix.h" namespace cxx { template<typename E, dimension Dimension> struct aabb_t; template<typename E> using aabb2d = aabb_t<E, dimension::_2>; template<typename E> using aabb3d = aabb_t<E, dimension...
[ "goteet@126.com" ]
goteet@126.com
8f08ff0068089106bccbc4bbc305f1eb1365cf1e
03e1a82d1e83dd76aa10d926abf819640653411b
/网络流/劈配/bzoj5251.cpp
c53e9d16df2a6fd107886befeee82e2798d691ea
[]
no_license
gbakkk5951/OI
879d95c0b96df543d03d01b864bd47af2ba9c0c8
a3fe8894e604e9aac08c2db6e36c1b77f3882c43
refs/heads/master
2018-09-20T10:09:23.170608
2018-07-09T11:52:21
2018-07-09T11:52:21
115,510,457
2
0
null
null
null
null
GB18030
C++
false
false
3,610
cpp
#pragma optimize(2) using namespace std; int main() {} #include <cstdio> #include <cctype> #include <cstring> #include <cstdlib> #include <algorithm> namespace OI { const int DST = 0, NXT = 1, FLOW = 2; const int FMXN = 418, MXM = 5005, MXN = 205; int lstvis[FMXN]; int dst; int size; struct Flow { int head[FMXN]; in...
[ "526406038@qq.com" ]
526406038@qq.com
6245a954180030d6702e3776cff9b312c28dae1f
7ada3d5c958cfdaeefa3d67d0815bb027006f65f
/Engine/Engine/src/Render/Platform/RenderPass/RenderPassParticle.cpp
5e76e06bdcf3295bb5a6b42d7a90def942751839
[]
no_license
JSpink95/cypher
55778e2db3a842b502027a8d429393837eed0bfb
d6567e685a03a033b3ab447a84ea1b999a76b3ad
refs/heads/master
2020-11-27T11:55:41.064332
2020-02-20T17:17:37
2020-02-20T17:17:37
229,427,654
0
0
null
null
null
null
UTF-8
C++
false
false
3,748
cpp
////////////////////////////////////////////////////////////////////////// // File : RenderPassParticle.cpp // Created By : Jack Spink // Created On : [27/01/2020] ////////////////////////////////////////////////////////////////////////// #include "Render/Platform/RenderPass/RenderPassParticle.h" ...
[ "jackspink95@gmail.com" ]
jackspink95@gmail.com
5286e2233042edfd64eb5bcc38fdb91471cbc7e0
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/ppapi/shared_impl/file_type_conversion.cc
1a4bb16c7be7ffe1d02a540cd3c0191ca6390a23
[ "BSD-3-Clause", "LicenseRef-scancode-khronos", "MIT" ]
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,285
cc
// Copyright (c) 2011 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 "ppapi/shared_impl/file_type_conversion.h" #include "base/logging.h" #include "ppapi/c/pp_errors.h" #include "ppapi/c/ppb_file_io.h" #includ...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
c65040764d97636ebe04d308f4879c547e14091f
a51d33fbcc5b56f26f36526ff8ede4907041fd14
/YBH_OgreServer/Parser.h
163089602bf0c384115d05a00afb08a98db2438f
[]
no_license
gunsct/YBH_OgreServer
5d798aec527788a0056bd5764ce46cebeb35039d
f36a10f396d703b1459d38970cbbe34724d4a53d
refs/heads/master
2021-01-10T10:57:39.224042
2015-12-11T05:41:48
2015-12-11T05:41:48
46,725,962
0
0
null
null
null
null
UHC
C++
false
false
773
h
//패킷 분석하는부분 클라이언트쪽에서 짜야할거같다 //아마 나는 패킷을 클라넘버,최초 생성여부,좌표 로 구성하고 이걸 특수문자나 띄어쓰기 단위로 따로 따로 분석해서 자료형에 맞춰 하지않을까 한다 //패킷 맨처음에 넘버랑 생성부분 세자리만 체크하면 됨 서버는 이거 3개만 필요 클라나 복잡하게 짜야지.. #include"Socket_client.h" #include <stdio.h> #include <conio.h> #include <string.h> class Parser{ private: char rebuf[512];//넘버2자리 구분문자 1자리 생성1자리 in...
[ "gunsct@gmail.com" ]
gunsct@gmail.com
0e88e177ebe51ef8f7f429d1a31de8c0947e6a94
012cea2586d96cf67c8f4529103fc719a63a360f
/temp/SumMulListener.h
19165d8cd60860507cec3b6fe678641611cacd1e
[]
no_license
yaroslavsadin/coursera-cpp-yandex
ae7a4eebddb3e061a86f9a40e3eb2c02659b4bd4
dd5d0b92915cf7073ac37c7ca207cb46af87fc3f
refs/heads/master
2022-10-22T18:15:18.090912
2020-06-09T22:24:56
2020-06-09T22:24:56
170,770,232
0
0
null
null
null
null
UTF-8
C++
false
false
789
h
// Generated from SumMul.g4 by ANTLR 4.7.2 #pragma once #include "antlr4-runtime.h" #include "SumMulParser.h" /** * This interface defines an abstract listener for a parse tree produced by SumMulParser. */ class SumMulListener : public antlr4::tree::ParseTreeListener { public: virtual void enterMain(SumMulP...
[ "ysadin@synopsys.com" ]
ysadin@synopsys.com
12e87d7d13d1bac7ee7a66315afd2d4feae1f73b
db6a98ff4743abf10fa798ed05d714a9be1c81d6
/Source.cpp
d56717989716c2572bccbe83ae4603023e0bf5b8
[]
no_license
Jahnava/max-value-of-two-values
43fe38012c706055b4e7fa58312ea7bc47138b35
75b7ccdd8940765deb5b29319e1ea1f871b37f82
refs/heads/master
2022-12-09T11:18:13.705377
2020-09-18T14:30:41
2020-09-18T14:30:41
296,635,396
0
0
null
null
null
null
UTF-8
C++
false
false
1,503
cpp
//find the max value from two values entered when prompted #include<iostream> #include<string> #include<iomanip> int main() { //using stuff from the standard library using std::cin; using std::cout; using std::endl; //using std::fixed //variables int value1; //value entered by the user int value2; //val...
[ "jahnavalmt@gmail.com" ]
jahnavalmt@gmail.com
4bcc07082d03d062f124cb78b3ca91327fa46d39
7d9b2b10160cf51e45593b3daf7e4d90251dd4e0
/Image_Harmonization_Datasets-master/Lalonde and Efros/colorStatistics/3rd_party/nearestneighbor/BruteSearchMex.cpp
f187dd6f55e877e4c08ba8865198ea7ab496c56f
[]
no_license
oscar00v/proyecto3
8709e2d2766154e21a5b4e34722ec2de8b006795
391747ea08074de590b9f20204fbc46af7d8a48e
refs/heads/main
2023-04-14T02:56:51.171596
2021-04-27T02:01:55
2021-04-27T02:01:55
360,209,592
0
0
null
null
null
null
UTF-8
C++
false
false
6,713
cpp
#include "mex.h" #include "BruteSearchTranspose.cpp" // In Matlab la funzione deve essere idc=NNSearch(x,y,pk,ptrtree) /* the gateway function */ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { double *p;//reference points double *qp;//query points doub...
[ "oscar00v@gmail.com" ]
oscar00v@gmail.com
1896faeb3e1a2779c2498f0ebc2b0207060ae965
50602aa4fcabb94a61ab2d83b195d82d2f496f4a
/gateway/slamware_sdk_linux-x86_64-gcc4.8/linux-x86_64-release/include/rpos/system/serialization/i_stream.h
01dd4b36254bb9cef0affc2c5803ec908d061427
[]
no_license
zhuxibrian/SlamGateway
b7d6a050cfb33c1707ed21d773d0254b82f8b3c5
42a2dfb1daa71765749bdf8aeac46f560b896a8f
refs/heads/master
2021-05-10T22:21:08.630199
2018-04-08T06:00:53
2018-04-08T06:00:53
118,253,159
0
1
null
2018-04-06T07:10:24
2018-01-20T15:06:30
C++
UTF-8
C++
false
false
1,378
h
#pragma once #include <stdint.h> #include <vector> #include <rpos/core/rpos_core_config.h> namespace rpos { namespace system { namespace serialization { class RPOS_CORE_API IStream { public: virtual size_t read(void *buffer, size_t count) = 0; virtual size_t write(const void *buffer, size_...
[ "zhuxibrian@icloud.com" ]
zhuxibrian@icloud.com
df4cc3468cce6c892f3a9266987bfecc7f5a6fa2
2a0e1052acd5d9fe1f75a93e906175306c412b3e
/Mark Lizzimore CGP600 Tutorial 8 E2/camera.h
4109c6f2896574ce08fe42520f7a251a0b0acacb
[]
no_license
Paramedic293-S/Advanced-Games-Programming
8a4adf050fc3c9ab5bc9d5ef59aec45615c96e85
805427351f86d65a30fa3644647b260a3792247f
refs/heads/master
2021-08-31T10:24:12.381505
2017-12-21T02:06:55
2017-12-21T02:06:55
105,126,416
0
0
null
null
null
null
UTF-8
C++
false
false
690
h
#include <windows.h> #include <d3d11.h> #include <d3dx11.h> #include <dxerr.h> #include <stdio.h> #define _XM_NO_INTRINSICS_ #define XM_NO_ALIGNMENT #include <xnamath.h> class camera { private: float mx; float my; float mz; float mdx; float mdz; float m_camera_rotation; XMVECTOR m_position = XMVectorSet(0.0, ...
[ "Paramedic292@hotmail.co.uk" ]
Paramedic292@hotmail.co.uk
70952be2dfe883aaea0b819607228b363f39bada
666e2ff7aa1a4bcf3592331062ce774373fe6fa6
/sip/sip_transport_dtls_udp.h
3c2280709225457d7b4cfc07535d096f07d8a2b7
[]
no_license
asyr625/mini_sip
aeffd6e5ea1dafafa817b1137859b41351fe9580
12ea4b9a03585b5c7e5b5faeeed0a5bc6a9c19cc
refs/heads/master
2021-01-20T12:06:33.212419
2015-11-24T02:33:26
2015-11-24T02:33:26
46,761,914
0
1
null
null
null
null
UTF-8
C++
false
false
1,301
h
#ifndef SIP_TRANSPORT_DTLS_UDP_H #define SIP_TRANSPORT_DTLS_UDP_H #include "dtls_socket.h" #include "sip_transport.h" class Sip_Transport_Dtls_Udp : public Sip_Transport { public: Sip_Transport_Dtls_Udp( SRef<Library *> lib ); ~Sip_Transport_Dtls_Udp(); virtual bool is_secure() const { return true; } ...
[ "619695356@qq.com" ]
619695356@qq.com
be34c52a024a128e282e242a677f14bb5327c993
cdd335c8ab40c85628e516f1ab7060fa4ca8f40e
/SourceCode/lazada/request/lazada_api_request_update_product.h
a7717c7eb747a162ba728ee32a814fa109545825
[]
no_license
devcodegit/sghshasaghahgsjsjsjajjsjasjajsjajjsajsjjajsjajsjajsjajsjajsaj
d98252a3f93784b1f5ef07b901fe0c9f3197a392
d0aa6017feacc0b50f5b1188d9f8e1b570b3ca5b
refs/heads/master
2021-01-20T16:22:27.646522
2017-06-27T10:17:57
2017-06-27T10:17:57
90,835,207
0
0
null
null
null
null
UTF-8
C++
false
false
455
h
#ifndef LAZADA_API_REQUEST_UPDATE_PRODUCT_H #define LAZADA_API_REQUEST_UPDATE_PRODUCT_H #include "lazada_api_request_get.h" namespace Core { namespace Request { class LazadaApiRequestUpdateProduct : public LazadaApiRequestGET { public: LazadaApiRequestUpdateProduct(IApiRequestListener *a_pListene...
[ "datvt@vng.com.vn" ]
datvt@vng.com.vn
96cf7d3776e42b3f8ca6ae179412c48c25093ed1
80a4c44ff3085a1b3cf1dac0a7d4c0f97d75704b
/examples/ex4.cpp
933e1ce21f4b0af958165183d0024ff2bdcf6b04
[ "MIT" ]
permissive
Cryst4L/Backprop
71b9ce0eea7860dff44ed00fc6f7845e88eaad20
89d344074fa597dcf39ce851e6071ceff85d47cd
refs/heads/master
2021-09-16T23:44:04.544912
2021-08-05T10:50:20
2021-08-05T10:50:20
241,076,462
1
0
null
null
null
null
UTF-8
C++
false
false
4,344
cpp
// ConvNet + Dropout #include "Backprop/Core.h" using namespace Backprop; // 98.83 s0 | 98.86 s9 | 98.90 s10 | 99.05 s11 int main(void) { srand(0); /// Load the dataset /////////////////////////////////////////////////////// MNIST train_set("data/MNIST", TRAIN); /// Display some data ///////////////////////...
[ "bhalimi@outlook.fr" ]
bhalimi@outlook.fr
369b583ead02525d93573d96829397024bf9a5f7
64b1b87cb2ad937835539e45ddc9fbcd2fa3cd59
/III - GoldHook/CheatThread.hpp
28d948c69d51b1fea63c8e12549ffb59cd8c9dcd
[]
no_license
gameSecMaterials/GTAIII-DE-GoldHook
228bc4d1dac309336478e2a9c63314922caee43b
287d29032a065fabfa53919ca10a105d66a44138
refs/heads/main
2023-08-30T19:22:48.772350
2021-11-15T19:24:19
2021-11-15T19:24:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
688
hpp
DWORD m_dDummy = 0x0; static void CheatThread() { if (UI::Settings::Vehicle::m_iSpawn != 0) { static void* m_pCarID = reinterpret_cast<void*>(Game::Functions::m_uSpawnRhino + 0x6C); if (VirtualProtect(m_pCarID, 1, PAGE_EXECUTE_READWRITE, &m_dDummy)) { *reinterpret_cast<unsigned char*>(m_pCarID) = static_cas...
[ "sneakyevildogs@gmail.com" ]
sneakyevildogs@gmail.com
9d19aca1c87f30d0e5324634f76464880c65fa57
d1cee40adee73afdbce5b3582bbe4761b595c4e1
/back/RtmpLivePushSDK/boost/boost/graph/compressed_sparse_row_graph.hpp
a87463a24ad0d4afdb387c9b597543299184f4e6
[ "BSL-1.0" ]
permissive
RickyJun/live_plugin
de6fb4fa8ef9f76fffd51e2e51262fb63cea44cb
e4472570eac0d9f388ccac6ee513935488d9577e
refs/heads/master
2023-05-08T01:49:52.951207
2021-05-30T14:09:38
2021-05-30T14:09:38
345,919,594
2
0
null
null
null
null
UTF-8
C++
false
false
68,139
hpp
// Copyright 2005-2009 The Trustees of Indiana University. // 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) // Authors: Jeremiah Willcock // Douglas Gregor // Andrew Lumsdaine // Compressed...
[ "wenwenjun@weeget.cn" ]
wenwenjun@weeget.cn
01ea1a66d5912b5d2f6d765795755be25dcfc7ff
2635bab6d16a84e6fdbfdefba3913fe54da54a22
/PG4/Node.cpp
1a7fe867a42f22e251279bf72ba1353057a2db65
[]
no_license
benharri/cs201
c32ca85a3859b126a46717b16e2db604202ec2b3
9f551a502ba39ee80a2df1c01360c2af5b70377c
refs/heads/master
2021-08-24T07:53:39.794709
2017-12-08T18:34:12
2017-12-08T18:34:12
113,461,542
1
0
null
null
null
null
UTF-8
C++
false
false
1,096
cpp
//Ben Harris //Node.cpp contains the code for each node #include <iostream> #include <string> #include <cstdlib> #include <cctype> #include "Node.h" #include "List.h" #include "PG4.h" using namespace std; Node::Node(string s, Node *n){ value = s; next = n; } Node::~Node(){delete next;} string Node:...
[ "mail@benharris.ch" ]
mail@benharris.ch
c9ab3462075af7b03fd3d66f7097feeeb0faa96d
2336d94ed08becd1e680491fed2757964b41645e
/src/features/EnvironmentFeatureClass.cpp
dee787c22eb1adb8f2f0ab5dbf84004fd9552d08
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
adjustive/triumph4php
1360e6110dd717717bc10a5bb09b4ca14a8c525f
5eda79f0a9bf9bd6b5752bb66e9015cabb23f5cf
refs/heads/master
2021-01-17T21:47:13.337615
2015-07-22T00:43:18
2015-07-22T00:43:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,271
cpp
/** * @copyright 2009-2011 Roberto Perpuly * @license http://www.opensource.org/licenses/mit-license.php The MIT License * * This software is released under the terms of the MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated document...
[ "robertop2004@gmail.com" ]
robertop2004@gmail.com
b12a509c057b13d720100c661b5e05a52732a5d5
d6ebbcf78baa559cf138d073ca0e6174373a8ee8
/algorithm/404.sum-of-left-leaves.cpp
650675d7eb1efd3e29180ad3ab71635565ae60d1
[]
no_license
silencelee/leetcode
91bd93704a83a48f9afa86744e871d1b3ef098e5
32d1bca2009635423cfdc0f022fb335c9baf4c7e
refs/heads/master
2021-07-09T15:19:50.735419
2021-03-22T03:26:06
2021-03-22T03:26:06
236,697,573
0
0
null
null
null
null
UTF-8
C++
false
false
1,754
cpp
/* * @lc app=leetcode id=404 lang=cpp * * [404] Sum of Left Leaves * * https://leetcode.com/problems/sum-of-left-leaves/description/ * * algorithms * Easy (50.23%) * Likes: 1433 * Dislikes: 142 * Total Accepted: 213.1K * Total Submissions: 409.8K * Testcase Example: '[3,9,20,null,null,15,7]' * * F...
[ "lij311@qq.com" ]
lij311@qq.com
6d4622a3fd3fc1ed6e8d83124497da680e31cf0c
238ef97fb594cbf10d0bc5f078cda08de40bea3a
/third_party/mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
e8f3025b0a50e088b2bfe1871e2a217840d49dc9
[ "Apache-2.0" ]
permissive
yechens/tensorflow
01a06f81a225b97347141397751966a6e8915e19
382261952391abea73884374fb8abbc294a53596
refs/heads/master
2020-08-11T13:26:33.939969
2019-10-11T22:46:21
2019-10-12T03:11:56
214,570,519
1
0
Apache-2.0
2019-10-12T03:25:40
2019-10-12T03:25:39
null
UTF-8
C++
false
false
6,655
h
//===- LLVMDialect.h - MLIR LLVM IR dialect ---------------------*- C++ -*-===// // // Copyright 2019 The MLIR Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www....
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
1bfdeff9fee93925456fcc9aa4ac8feab155f5b6
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s01/CWE762_Mismatched_Memory_Management_Routines__delete_array_class_realloc_82_goodB2G.cpp
73affa9a5a6fb4a1e6d7efcaf8b9ee0e856317da
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
1,111
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__delete_array_class_realloc_82_goodB2G.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete_array.label.xml Template File: sources-sinks-82_goodB2G.tmpl.cpp */ /* * @description * CWE: 762 Mism...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
4ee391d03894a1ef468ecf2cca3fea4f87ae53cf
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_18351.cpp
a80fdce2a01fdbf3561ca37a67833b3610e94340
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
33
cpp
{ ctx->message[index++] = 0; }
[ "993273596@qq.com" ]
993273596@qq.com
ad51684db2f77a805d8ffdf03b2a83f5c35c606f
c46e692abab08e7c3a84d8b85463cb56fbdce542
/src/util.h
2cbd89f5b209013bf4c4578baf3523b2399af3ee
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
cinnamoncoin/datacoin
abd7ab62bb659b19d3b8d0bc5d4571a2de8a570d
b009ce2e5c26309ef88254a7689276fac5bf5461
refs/heads/master
2020-04-25T13:51:13.317290
2014-11-13T21:57:13
2014-11-13T21:57:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,023
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013 The Primecoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UTIL_H #define BITCO...
[ "mustiigezen@gmail.com" ]
mustiigezen@gmail.com
a3ee5f0158a04fd4b0505f61fce450034d345445
6cc1cbf9e27498770168b3983537e2cf9d6f61b3
/Usage Meter/2.00/Meter 2.00/MyMonthSyncro.cpp
bdd2f4cbc97652810164007e753e2e340e58e670
[ "Apache-2.0" ]
permissive
VajiraK/UsageMeter
2ceb96c3a3d5b5da631ec9f7a83b11f9d51a1afb
140f0d27e44461add7b179473a9565d8c7ad51ba
refs/heads/master
2022-11-11T08:04:05.149500
2022-10-23T18:06:24
2022-10-23T18:06:24
248,560,884
0
0
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
// MyMonthSyncro.cpp: implementation of the CMyMonthSyncro class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Usage Meter.h" #include "MyMonthSyncro.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ///////////...
[ "vajira.kulatunga@pearson.com" ]
vajira.kulatunga@pearson.com
4d8976a13be240260fdcc1afc37542d3ccb8fe8e
7551f34c288cfa7081e771a599dde4dea297210f
/BN_proc/pre_proc.hpp
ba77d6815cbc5ea0a0bd7ca8504d618ea77a98b8
[]
no_license
Slavmir/CPP
38c86517716ecda67077ff3b22845099252b8bba
7bea0e119068ef1de6056ceca377b16566ff582c
refs/heads/master
2021-04-03T05:09:35.725437
2018-04-16T14:19:24
2018-04-16T14:19:24
124,794,593
0
0
null
null
null
null
UTF-8
C++
false
false
525
hpp
#ifndef PRE_PROC_HPP_INCLUDED #define PRE_PROC_HPP_INCLUDED /// zeta_String - wynik dodawania dwoch liczb w formie std::string /// a - ULL liczba z std::mt19937_64 /// b - wykladnik potegi w UI /// xx - tymczasowy ULL -> przepisz na (a) /// seed - ziarno c zasowe generatora std::mt19937_64 z std::chrono #include <ios...
[ "SJaniga@outlook.com" ]
SJaniga@outlook.com
75e120aba03001311e7ec97fb4ca7df43a1db2ee
5c71b075d41e9db8aee2e1137b42196c3c73c5cc
/15 Puzzle/15 Puzzle/main.cpp
5788d40ec07d7de56536191a78577d2c9ffbc690
[]
no_license
Jack47744/algorithm
a6134f38aa024329e97c22d0f24cc4ff1d7a332e
645dfd01a63531198551a0aa73dd9ae72e53d497
refs/heads/master
2021-03-15T05:22:20.278193
2020-05-20T03:00:58
2020-05-20T03:00:58
246,827,435
0
0
null
null
null
null
UTF-8
C++
false
false
1,469
cpp
// // main.cpp // 15 Puzzle // // Created by Metis Sotangkur on 3/30/20. // Copyright © 2020 Metis Sotangkur. All rights reserved. // #include <iostream> #include <queue> #include <vector> #include <map> #include <set> int data[5][5]; using namespace std; map<int, pair<int, int>> mp; int costFunction(map<int, pair...
[ "jack10899@gmail.com" ]
jack10899@gmail.com
3103eeb9b9510a0cf6e9d1ebe4a08171a55222da
edabddd23276d9a40c7f8bf6d6986fb451adbc34
/Archive/Multi-University Training Contest/2019/7th/1006.cpp
277c50e5da0b9479baf3ef3d5b68d8d710ab52e1
[]
no_license
Akatsukis/ACM_Training
b70f49435b8c7bada6b52366e4a6a8010ff80ef9
0503f50bc033ba01c7993de346ac241b0d9d5625
refs/heads/master
2021-06-06T09:00:15.665775
2019-12-24T20:13:14
2019-12-24T20:13:14
103,283,338
2
0
null
null
null
null
UTF-8
C++
false
false
750
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; typedef pair<int, int> pii; #define sc(x) scanf("%d", &x) #define pb push_back #define mk make_pair #define fi first #define se second #define ALL(x) x.begin(), x.end() #define SZ(x) ((int)x.size()) #define sqr(x) ((x)*(...
[ "akatsuki6725@gmail.com" ]
akatsuki6725@gmail.com
ccd1c0ac41c1474807d7b7c9660edea469360e2c
bd7486a56e71b520d0016f170aafa9633d44f05b
/multiwinia/code/UI/ServerTitleInfoButton.h
ef3a9f22ed62eb9450fd7cc578d02b261e96ca71
[]
no_license
bsella/Darwinia-and-Multiwinia-Source-Code
3bf1d7117f1be48a7038e2ab9f7d385bf82852d1
22f2069b9228a02c7e2953ace1ea63c2ef534e41
refs/heads/master
2022-05-31T18:35:59.264774
2022-04-24T22:40:30
2022-04-24T22:40:30
290,299,680
0
0
null
2020-08-25T19:02:29
2020-08-25T19:02:29
null
UTF-8
C++
false
false
2,038
h
#ifndef __SERVERTITLEINFOBUTTON__ #define __SERVERTITLEINFOBUTTON__ class ServerTitleInfoButton : public DarwiniaButton { public: ServerTitleInfoButton() : DarwiniaButton() { } void Render( int realX, int realY, bool highlighted, bool clicked ) { glColor4f( 0.0f, 0.0f, 0.0f, 0.5f ); glBe...
[ "root@9244cb4f-d52e-49a9-a756-7d4e53ad8306" ]
root@9244cb4f-d52e-49a9-a756-7d4e53ad8306
5fa6ced69f23821d2ddcdf3bde0d5d1c44c20a50
60b30b09333f305b833e41a31e58ac927661f995
/libraries/AIO/examples/EthernetClient/EthernetClient.ino
0b6ed10e51e653cd66062e1d295922347dfbce56
[ "MIT" ]
permissive
amdx/ArduinoCore-AIO
51bfd7af518b218631d2d2a0652fa6bf9e63adc3
bdf41ce7ec772190d5bee0b3bab1231e6bd0bcbf
refs/heads/master
2020-04-17T14:41:39.092092
2019-01-20T15:21:39
2019-01-20T15:21:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,889
ino
/** * AMDX AIO arduino library * * Copyright (C) 2019 Archimedes Exhibitions GmbH * All rights reserved. * * MIT License * * 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...
[ "x@xul.it" ]
x@xul.it
9bd52727349e4eff070e71c6937a53e2511dbe5e
34143cd84540d99cef21fd5edd468c7cd40ac335
/AOJ/0008.cc
7baee375e5c27dfa3acd7d30a20409db513b3947
[]
no_license
osak/Contest
0094f87c674d24ebfc0d764fca284493ab90df99
22c9edb994b6506b1a4f65b53a6046145a6cce41
refs/heads/master
2023-03-06T02:23:53.795410
2023-02-26T11:32:11
2023-02-26T11:32:11
5,219,104
8
9
null
2015-02-09T06:09:14
2012-07-29T01:16:42
C++
UTF-8
C++
false
false
377
cc
#include <iostream> using namespace std; int main() { int n; while(cin >> n) { int cnt = 0; for(int i = 0; i <= 9; ++i) for(int j = 0; j <= 9; ++j) for(int k = 0; k <= 9; ++k) for(int l = 0; l <= 9; ++l) if(i+j+k+l == n) +...
[ "osak.63@gmail.com" ]
osak.63@gmail.com
d67bd527e62cfdd265bb754e7ca48f0537c6c95f
7101b53574ad4e2338b05450b7f3448c50f61005
/thirdparty/google/protobuf/any.grpc.pb.h
64359b90f607b317e3c6f5f6015ce447c7f316b0
[ "Apache-2.0" ]
permissive
kobeya/GVA-demo
4d6af374ea95be32aee8214947600e6a3e8bd2c4
41a57bfff01ab0de2f56ddcd7611514e550472ff
refs/heads/master
2022-08-07T00:52:39.986363
2020-06-01T16:10:09
2020-06-01T16:10:09
268,522,738
0
0
null
null
null
null
UTF-8
C++
false
true
2,710
h
// Generated by the gRPC C++ plugin. // If you make any local change, they will be lost. // source: google/protobuf/any.proto // Original file comments: // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Red...
[ "347511974@qq.com" ]
347511974@qq.com
ec4409076b28c6aafc50f80fb792991c4b73124f
16cb55beea26cf910d8360a252d00578403d5044
/leetcode_cpp/include/leetcode/problem_28.hpp
d84e2d3c4124623f1db8083e355f45112a5a1ffc
[]
no_license
hbina/leetcode-solutions
463141b28521b5983fe27b94652a6dcd2dd8e7d4
e823d03a2723fa9599144056a2958ddb35aef2d7
refs/heads/master
2021-08-19T00:57:07.699954
2020-04-03T17:54:53
2020-04-03T17:54:53
152,827,421
0
0
null
null
null
null
UTF-8
C++
false
false
627
hpp
#pragma once #include "util/generic/find_range.hpp" namespace leetcode { template <typename Iterable> static constexpr int strStr( const Iterable &haystack, const Iterable &needle) { if (needle.size() == 0) { return 0; } using IteratorType = typename Iterable::const_iterator; cons...
[ "hanif.ariffin.4326@gmail.com" ]
hanif.ariffin.4326@gmail.com
b6e8a8c66cf8c8ae17455e6e39049b47e90f3735
a1f0ba9ff989aed7f58b1e9ac59403968f955e68
/cPlusPlus/src/cpp11/SmartPointers.cpp
274b137100324c47e57ad6830ba6ecbb7d65c05a
[]
no_license
kajalv/advanced-cpp
faf9e51c27e001529d9b06af748ceda5cffac584
1e609f393cad3d253a220f2b23fe3e821281bfb8
refs/heads/master
2020-07-07T17:59:51.443268
2018-07-31T18:38:33
2018-07-31T18:38:33
203,430,401
0
0
null
null
null
null
UTF-8
C++
false
false
1,628
cpp
#include "SmartPointers.h" // need to #include <memory> to use smart or shared pointers // smart - aka unique pointers or auto pointers class TestSmartPtr { public: TestSmartPtr() { cout << "created" << endl; } void greet() { cout << "Hello" << endl; } ~TestSmartPtr() { cout << "destroyed" << endl; } }; ...
[ "Kajal_Varma@intuit.com" ]
Kajal_Varma@intuit.com
0588c3835baf0aadba693b6091babc53e6f32619
6647e0e5df82385b52b61290b5a1d5f7bf128292
/libkram/eastl/include/EASTL/vector_multiset.h
399b2fb0e93179ec68e5af9165fd7deffdc5c6d5
[ "Unlicense", "Apache-2.0", "MIT" ]
permissive
asdlei99/kram
3f4dad9cb982c64894ed92dc2be1a86d2ba81eb3
cad0a407ba28329dd38dbdcfd300acd404660556
refs/heads/main
2023-08-16T06:42:04.087175
2021-10-12T05:58:14
2021-10-12T05:58:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
29,288
h
/////////////////////////////////////////////////////////////////////////////// // Copyright (c) Electronic Arts Inc. All rights reserved. ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // This file implement...
[ "alecmiller@yahoo.com" ]
alecmiller@yahoo.com
32f36458fb426a081b6394ec7f23f0c05c2a9510
1316b85727f58f258c72b846c1fff1bf4bdbe762
/build-watchman-Desktop_Qt_5_12_2_MinGW_64_bit-Debug/ui_niveles.h
69f62af5ac91044791a7bdd5e8203abde562fb51
[]
no_license
JohanMora73/Watchman
326e7eab312e33f45fffb60d5d0dcb6b987faa48
d4f20475b2bbcbd5c5c5cec6b939925413a8289b
refs/heads/master
2023-03-03T02:42:10.285475
2021-02-05T21:56:12
2021-02-05T21:56:12
326,210,984
0
0
null
null
null
null
UTF-8
C++
false
false
3,485
h
/******************************************************************************** ** Form generated from reading UI file 'niveles.ui' ** ** Created by: Qt User Interface Compiler version 5.12.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ******************************************...
[ "johan.morar@udea.edu.co" ]
johan.morar@udea.edu.co
2dd1b2cc3ba40d94e304379ec58a2e4712d3edfe
0b9f6534a99ff551f0006df78a24e8af30340580
/Source/ChartProj/ChartMaker_TCP/main.cpp
c58b274b0d275a900ef7ae3b45ee04be5515de5d
[]
no_license
jayirum/ChartProjSvr
9bac49865d1e081de0cbd7559d0d2cbdd26279c2
d69edfcb3ac3698e1bdfcf5862d5e63bb305cb52
refs/heads/master
2020-03-24T03:22:18.176911
2019-07-05T01:38:03
2019-07-05T01:38:03
142,416,528
1
1
null
null
null
null
UHC
C++
false
false
17,217
cpp
#pragma warning(disable:4786) #pragma warning(disable:4503) #include "../../IRUM_UTIL/TcpClient.h" #include "ChartMaker.h" #include "../../IRUM_UTIL/ADOFunc.h" #include "main.h" #include <winsvc.h> #include <stdio.h> #include <time.h> #include "../../IRUM_UTIL/util.h" #include "../../IRUM_UTIL/Prop.h" #include "../.....
[ "jay.bwkim@gmail.com" ]
jay.bwkim@gmail.com
16cbba561bc05742ebce08bc6e89ba721e6a52f7
bc251acb2f67530b2cfbff50af776bcce208ee90
/TOKEN2.CPP
7b7e2c41e25ff455385f02d505da4a15de18b142
[]
no_license
bhavinnirmal29/C_CPP_Programs
707459d6e96c322029929943c44e4c31f920f5aa
ef5609ff0e48ff4c815b37d2d4bcff7414ea5d43
refs/heads/master
2020-06-03T10:37:56.242045
2019-06-12T09:12:40
2019-06-12T09:12:40
191,537,470
3
0
null
null
null
null
UTF-8
C++
false
false
893
cpp
#include<iostream.h> #include<conio.h> #include<string.h> void main() { char a[50]; int i,n,token=1,beg=0,end,loc; int y; clrscr(); printf("enter the string\n"); gets(a); n=strlen(a); printf("string lenght is %d\n",n); printf("token=1\n"); for(i=0;i<n;i++) { loc=i; if(a[i]!=' ') { printf("%c",a[...
[ "bhavinnirmal29@gmail.com" ]
bhavinnirmal29@gmail.com
8a51751f597b04f70872c12c101223840fa18a44
f5ecd45ff4c65f4805a580cfe9f58426bc610511
/src/P2p/P2pProtocolTypes.h
c891c94c027323124a3706775cda7407c6352a5a
[ "MIT" ]
permissive
JacopoDT/numerare-core
3d0f115f4f557439ce821842abb32e5a22fd99af
a98b32150a9b2e6ea7535d12b7e8e1aac0589e2f
refs/heads/master
2021-06-28T08:32:45.221794
2020-08-30T23:50:22
2020-08-30T23:50:22
131,741,111
0
0
null
null
null
null
UTF-8
C++
false
false
2,435
h
/*** MIT License Copyright (c) 2018 NUMERARE 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, publis...
[ "38866023+numerare@users.noreply.github.com" ]
38866023+numerare@users.noreply.github.com
39e0192e97156808b75b886f6c3bcfa0db97ad05
c561904995db136c5880b97ca39ad8d497f069a9
/MathLib/collider.cpp
9fc888f19f973f30efef0b136f37c2315f820ce9
[]
no_license
William-Quinn-Bentjen/Dont-Fall
a9b8fb8bf306bbff6367cd4870e66fc8f977d1a6
f56ea670141b36251653e5ef373ada626a2e8878
refs/heads/master
2021-08-22T08:33:21.460984
2017-11-29T19:09:47
2017-11-29T19:09:47
110,878,579
0
0
null
null
null
null
UTF-8
C++
false
false
194
cpp
#include "collider.h" Collision collides(const Transform & at, const Collider & ac, const Transform & bt, const Collider & bc) { return isect_AABB(ac.getGlobalBox(at), bc.getGlobalBox(bt)); }
[ "s179051@SEA-8D0AB9" ]
s179051@SEA-8D0AB9
7ee39b7a4a4a579086a452fa14db36a2ab1e94e4
1fd30b1df13d20666edddc0f83f7ae517c00ee4f
/recurssion/replacePi.cpp
ee743c61eaf18fae934737d6011949103442413a
[]
no_license
manalarora/coding-blocks-online-questions
0d93b0a1d458fe2c7143788363ba76b07524aa27
0b60bb28ed11ab844eccd3fda0024d7fb37d196a
refs/heads/master
2020-04-21T07:09:19.293649
2019-02-11T19:07:42
2019-02-11T19:07:42
169,385,383
3
1
null
null
null
null
UTF-8
C++
false
false
625
cpp
#include <iostream> #include <string> using namespace std; void format(char* in, char* out, int i, int j){ if(in[i]==NULL){ out[j]='\0'; cout<<out<<endl; return; } if(in[i]=='p' && in[i+1]=='i'){ out[j] = '3'; out[j+1]='.'; out[j+2]='1'; out[j+3]='4...
[ "manalarora21@gmail.com" ]
manalarora21@gmail.com
2a30b5e84420007d0488d5f6ea5d96f7c39ac080
e2d981a21d9316e8bde61ba0e4633d6e3bf39471
/[obsolete][develop]nba2k_shotchart_project/ref_hackbase/HackBase/dxgihook.cpp
16ef9db935b372eced31bd45e35bc11ab3bba0b1
[ "MIT" ]
permissive
wxngzhxxg/Daily_GUI_Tools
c66ff82e7992f7d985ee69afab49a4d1116623ce
dfb5a62066dab2c48ea34dd773323f9063c39b2b
refs/heads/master
2022-02-27T20:34:59.492453
2019-07-19T17:38:45
2019-07-19T17:38:45
208,992,423
0
0
MIT
2019-09-17T07:52:33
2019-09-17T07:52:32
null
UTF-8
C++
false
false
3,859
cpp
#include "hackbase.h" DXGIHook *mSingleton = 0; HackBase *mDXGIBase = 0; DXGIHook *DXGIHook::Singleton() { mDXGIBase = HackBase::Singleton(); if(!mSingleton) { if(mDXGIBase) mSingleton = new DXGIHook(); else dbglogln("Error creating DXGIHook!"); } return mSingleton; } typedef HRESULT (__stdcall* DXGIPr...
[ "cht@bupt.edu.cn" ]
cht@bupt.edu.cn
e4c430a3abe514f78959a45c56ca9e47ac65e312
9c88726209d8aec7e8f61009a83858252cdac815
/main.cpp
dc3e2b26b07f9a35a414399a2b9baf01491b9a39
[]
no_license
ana-henao/parcial2
0182b1645f6708492fca7c12709c3141111c98ac
70f65a8f14717bee57ed307c4517ee4316dee8ef
refs/heads/master
2023-01-29T22:00:52.685867
2020-12-14T01:02:03
2020-12-14T01:02:03
320,861,389
0
0
null
null
null
null
UTF-8
C++
false
false
2,649
cpp
#include <iostream> #include <math.h> #include"batalla.h" #define G 9.81 #define pi 3.141617 using namespace std; batalla batalla_=batalla(); void DisparoOfensivoEfectivo (int Voo){ canionDefensivo disparoD=canionDefensivo(); canionOfensivo disparoO=canionOfensivo(); Impacto impactoEfectivo=batalla_.Dis...
[ "ana.henao8@udea.edu.co" ]
ana.henao8@udea.edu.co
4ad537d77f98d88d510d334fd78d0f70a09f3848
c016ae565f787f84720f96a43d14b897b26f92af
/gdb-tutorial/child.cpp
ba6ea987dd758d71501cb7599181eb1cc868f2da
[]
no_license
jpevarnek/turnt-tribble
9bacd6653e25e85fc8894d3087b656dae73feaa3
a8e7869aea81205b980ab8338ecbd1a8c9c71c56
refs/heads/master
2021-01-19T08:37:54.481227
2013-10-04T14:58:35
2013-10-04T14:58:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
334
cpp
#include <iostream> #include <csignal> #include <cstdlib> void *child(void *arg) { std::cout << "Entering child" << std::endl; int a = rand(); /* the two lines below are just to make explaining gdb easier */ signal(SIGUSR1, SIG_IGN); raise(SIGUSR1); std::cout << "Exiting child, a was " << a << std::endl; re...
[ "pevarnj@gmail.com" ]
pevarnj@gmail.com
d65b63d2b5b58dbca0dd97c3dd436c4e40d2bc8c
73cfd700522885a3fec41127e1f87e1b78acd4d3
/_Include/boost/fusion/functional/invocation/invoke_function_object.hpp
f63b123459e67173dc610723f27eacbb970ef9d6
[ "BSL-1.0" ]
permissive
pu2oqa/muServerDeps
88e8e92fa2053960671f9f57f4c85e062c188319
92fcbe082556e11587887ab9d2abc93ec40c41e4
refs/heads/master
2023-03-15T12:37:13.995934
2019-02-04T10:07:14
2019-02-04T10:07:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,707
hpp
/*============================================================================= Copyright (c) 2005-2006 Joao Abecasis Copyright (c) 2006-2007 Tobias Schwinger Use modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at...
[ "langley.joshua@gmail.com" ]
langley.joshua@gmail.com
39c692d85b0dbc48fb2727249b51e5b004d249d4
fbc8bbdf2fcafbbcf06ea87aac99aad103dfc773
/VTK/Rendering/OpenGL2/vtkOpenGLLabeledContourMapper.cxx
2d6e5872b1fa4ec5bbb6327c1e688f6ecf0ce35b
[ "BSD-3-Clause" ]
permissive
vildenst/In_Silico_Heart_Models
a6d3449479f2ae1226796ca8ae9c8315966c231e
dab84821e678f98cdd702620a3f0952699eace7c
refs/heads/master
2020-12-02T20:50:19.721226
2017-07-24T17:27:45
2017-07-24T17:27:45
96,219,496
4
0
null
null
null
null
UTF-8
C++
false
false
5,787
cxx
/*============================================================================== Program: Visualization Toolkit Module: vtkOpenGLLabeledContourMapper.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "vilde@Vildes-MBP" ]
vilde@Vildes-MBP
8b0d7c4809fa2adf643390df52ba422df1372f95
5ae94f18bf988944f79816c4f1156c434b12930f
/lib/cpp/Mutex.cpp
7cc89a197a307085c10ff3aaccd93c040c47a655
[ "BSD-2-Clause" ]
permissive
mfkiwl/osal-1
d7ce29f6197350df02001d5ea46f9ceb8dd25ce0
54d679dde284ee09a9c1034bc0241feb8a2cc48e
refs/heads/master
2023-07-28T04:48:06.452084
2021-09-12T15:17:02
2021-09-12T15:17:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,604
cpp
///////////////////////////////////////////////////////////////////////////////////// /// /// @file /// @author Kuba Sejdak /// @copyright BSD 2-Clause License /// /// Copyright (c) 2020-2021, Kuba Sejdak <kuba.sejdak@gmail.com> /// All rights reserved. /// /// Redistribution and use in source and binary forms, with or...
[ "kuba.sejdak@gmail.com" ]
kuba.sejdak@gmail.com
67e3fa96d468e5eb961dcc0d522d909e22663402
801f7ed77fb05b1a19df738ad7903c3e3b302692
/optimisationRefactoring/differentiatedCAD/occt-min-topo-src/src/HLRBRep/HLRBRep_PolyAlgo.cxx
9b8d75d8701adc2707504caa43238cbb1d3c52aa
[]
no_license
salvAuri/optimisationRefactoring
9507bdb837cabe10099d9481bb10a7e65331aa9d
e39e19da548cb5b9c0885753fe2e3a306632d2ba
refs/heads/master
2021-01-20T03:47:54.825311
2017-04-27T11:31:24
2017-04-27T11:31:24
89,588,404
0
1
null
null
null
null
UTF-8
C++
false
false
128,567
cxx
// Created on: 1995-05-05 // Created by: Christophe MARION // Copyright (c) 1995-1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the ...
[ "salvatore.auriemma@opencascade.com" ]
salvatore.auriemma@opencascade.com
f6f4f3bda903bb66787555e151526f551396daf9
6a86028e73553ff5d6eb2c75bcce6114e8d7fd45
/Game3DMath/Game3DMath/Game3DMathView.h
a02d880c0c589c76d1e6b6abe504f788cb5352a6
[]
no_license
smallinsect/MyGraphics
f4a19a740e2d503195506843c81c2e66dcd88293
86c18824f196f669a346fad02294fa4994506104
refs/heads/master
2022-11-10T03:37:08.626717
2020-06-18T15:58:51
2020-06-18T15:58:51
260,980,094
0
0
null
null
null
null
UTF-8
C++
false
false
1,016
h
 // Game3DMathView.h: CGame3DMathView 类的接口 // #pragma once class CGame3DMathView : public CView { protected: // 仅从序列化创建 CGame3DMathView() noexcept; DECLARE_DYNCREATE(CGame3DMathView) // 特性 public: CGame3DMathDoc* GetDocument() const; // 操作 public: // 重写 public: virtual void OnDraw(CDC* pDC); // 重写以绘制该视图 vi...
[ "513312514@qq.com" ]
513312514@qq.com
f5080f43817cd3a16e32db38c907c1c27ffb3f6c
a6134a7487b6efd81af9979b9c7540b4991fa643
/include/parse/tree/operator.hpp
9e274b0d2970177ad5974226ed6383ff482bfce2
[ "Zlib" ]
permissive
jesmaz/numbat
ea26b5feeb1caf9a76c0f695f38fbe8675d39d3a
1bf166d04c4782c6f80634f8eb0a6be6c4e30ce6
refs/heads/master
2020-04-12T09:42:51.173981
2016-10-03T14:35:32
2016-10-03T14:35:32
15,372,140
1
0
null
2016-10-03T14:35:33
2013-12-22T07:46:50
C++
UTF-8
C++
false
false
1,385
hpp
#pragma once #include <parse/tree/base.hpp> enum class OPERATION {ADD, AND, AS, ASSIGN, BAND, BNOT, BOR, BXOR, CMPEQ, CMPGT, CMPGTE, CMPLT, CMPLTE, CMPNE, CONCAT, DECREMENT, DIV, IN, INCREMENT, LNOT, MUL, NEG, NONE, OR, REM, SUB}; class GenericOperator : public ParseTreeNode { public: virtual bool isAgg...
[ "recursiveowl@gmail.com" ]
recursiveowl@gmail.com
819513c5e507afce5acc6d4a1ad46d52f0ccb2f0
e35042d4f2a9840bca02ae8580e7ed74dfa15329
/TicTacToe-Game/GameOverState.hpp
f952559bb7fba0cbba5e640e549c6aa92dee1d3b
[]
no_license
aaronlhh/Tictactoe-Game
e034936ac6afdd6d73bd15207c117ce20f1008dc
703ccebbcbc2cfb85ac21ccd79897a48016e482a
refs/heads/main
2023-04-25T00:14:10.091601
2021-05-07T23:33:48
2021-05-07T23:33:48
362,744,886
0
1
null
2021-05-07T23:33:48
2021-04-29T08:27:58
C++
UTF-8
C++
false
false
537
hpp
// // GameOverState.hpp // TicTacToe-Game // // Created by Aaron Lin on 5/1/21. // #ifndef GameOverState_hpp #define GameOverState_hpp #include "States.hpp" #include "TicTacToeGame.hpp" #include "GameState.hpp" class GameOverState: public States{ public: GameOverState(GameDataRef data); void ini...
[ "aaron.lhh0401@gmail.com" ]
aaron.lhh0401@gmail.com
198d117c90e7f92498268db9be928980ff7be5f0
fcffe2430120f52b58874daf3eaa9223826834b0
/astar_driver/astar_driver.ino
642fa1ae8e060b01d93b787f15230a4253b5d800
[]
no_license
krame505/feline-telepresence-robot
6b3da66eac183d0786d7ec5eb9d80ad9b8b607f6
d3809b7ac0a11a305034e3ab47ffe4d5b1c277b2
refs/heads/master
2020-11-27T14:50:08.870386
2020-06-25T20:32:35
2020-06-25T20:32:35
229,497,625
1
0
null
null
null
null
UTF-8
C++
false
false
4,422
ino
#include <AStar32U4.h> #include <PololuRPiSlave.h> // Modified servo library // Uses timer3 instead of timer1 to avoid conflict with Pololu motor controller #include <ServoT3.h> struct __attribute__((packed)) Data { bool led; uint16_t batteryMillivolts; bool playNotes; char notes[14]; int16_t leftMotor...
[ "krame505@gmail.com" ]
krame505@gmail.com
489fb0c9875c5f84fa3e36a3ca522a2d5808b569
8aea95c114e07d043d217f51a30807b4642d49a7
/languages/languageDesign/make/languages/facet/source_gen.caches/deps.cp
a25c9a3a3ae839393bb749c834af2548b30cb7c7
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
JetBrains/MPS
ec03a005e0eda3055c4e4856a28234b563af92c6
0d2aeaf642e57a86b23268fc87740214daa28a67
refs/heads/master
2023-09-03T15:14:10.508189
2023-09-01T13:25:35
2023-09-01T13:30:22
2,209,077
1,242
309
Apache-2.0
2023-07-25T18:10:10
2011-08-15T09:48:06
JetBrains MPS
UTF-8
C++
false
false
6,492
cp
<?xml version="1.0" encoding="UTF-8"?> <dependenciesRoot> <uses language="l:f3061a53-9226-4cc5-a443-f952ceaf5816:jetbrains.mps.baseLanguage" /> <uses language="l:fd392034-7849-419d-9071-12563d152375:jetbrains.mps.baseLanguage.closures" /> <uses language="l:83888646-71ce-4f1c-9c53-c54016f6ad4f:jetbrains.mps.baseLa...
[ "tikhomirov.artem@gmail.com" ]
tikhomirov.artem@gmail.com
00e51df9c57b45e74ce2ba47718606e9becf1293
a2a7706d59ab0d726f0ef0dd84d44531a8c87256
/tests/madoka_iso-2022-jp/time_tone.cpp
501eddb959717792639140c0f9122c1e766728a6
[ "MIT" ]
permissive
cre-ne-jp/irclog2json
485e21d087be4618ef30c05b724413733492ba59
721f9c6f247ae9d972dff8c1b3befa36bb1e062e
refs/heads/master
2021-11-18T19:16:28.591033
2021-09-19T15:45:24
2021-09-19T15:45:24
204,485,550
0
0
null
2021-09-11T14:45:24
2019-08-26T13:49:23
C++
UTF-8
C++
false
false
1,380
cpp
/** * @file time_tone.cpp * @brief ISO-2022-JPのMadoka形式ログの時報のテスト。SEGV検出のために追加した。 */ #define _XOPEN_SOURCE #include <doctest/doctest.h> #include <ctime> #include <string> #include <picojson.h> #include "message/message_base.h" #include "message/madoka_iso_2022_jp_line_parser.h" #include "message/madoka_line_par...
[ "ochaochaocha3@gmail.com" ]
ochaochaocha3@gmail.com
feea1d90f4a2f0cb66667ebc833367a1115907e7
88028ec82ceb71ffe274da22cfeff5b529636554
/vtkVofLabelPoints/vtkVofLabelPoints.cxx
d3c9e3124e2c2db07eeabaf9bf5eef3a2d586a64
[]
no_license
grzegorz-k-karch/VofTopo
47d9b112d5c0c39d19598f89c2a7fb93730976a5
36f5676dcdcefd538a3d8cadf531ef9208adf98b
refs/heads/master
2021-01-19T21:59:21.801275
2016-01-11T18:34:55
2016-01-11T18:34:55
37,942,803
0
1
null
null
null
null
UTF-8
C++
false
false
11,394
cxx
#include "vtkObjectFactory.h" //for new() macro #include "vtkInformation.h" #include "vtkInformationVector.h" #include "vtkRectilinearGrid.h" #include "vtkPolyData.h" #include "vtkMultiBlockDataSet.h" #include "vtkDataArray.h" #include "vtkFloatArray.h" #include "vtkIntArray.h" #include "vtkShortArray.h" #inc...
[ "grzegorz.karch@gmail.com" ]
grzegorz.karch@gmail.com
e9570885a3292a395a6738a8a29f3384358ee32c
9d4b290a800da7b6c643601ee29802b9e783ac96
/src/OgrianFrameListener.cpp
60d9d350c8d0e05f181e64076ad57a95ef72b3f1
[ "MIT", "BSD-3-Clause" ]
permissive
waveclaw/ogrian-carpet
5155720536255e84b11093cf64797c8a09150ddf
e33798cb2203af30f60cbc46d184d917d04e5918
refs/heads/master
2021-09-04T01:12:01.674567
2018-01-13T21:38:24
2018-01-13T21:38:24
117,375,152
1
0
null
null
null
null
UTF-8
C++
false
false
11,166
cpp
/***************************************************************************** Copyright 2004 Mike Prosser This file is part of Ogrian Carpet. Ogrian Carpet 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 F...
[ "waveclaw@users.sourceforge.net" ]
waveclaw@users.sourceforge.net
59fa0b93b280336ca99895cc98fca5a9cd0977ee
0f4012d03230b59125ac3c618f9b5e5e61d4cc7d
/Cocos2d-x/2.0-x-2.03_branch_231_NoScript/SIX_Framework/Shared_Interface/SIX_UIMgr.h
5250a90ed8a2c024ea88225eb8cab9dd0dd3d2e7
[ "MIT" ]
permissive
daxingyou/SixCocos2d-xVC2012
80d0a8701dda25d8d97ad88b762aadd7e014c6ee
536e5c44b08c965744cd12103d3fabd403051f19
refs/heads/master
2022-04-27T06:41:50.396490
2020-05-01T02:57:20
2020-05-01T02:57:20
null
0
0
null
null
null
null
GB18030
C++
false
false
5,330
h
/*********************************************** Name:UI管理器 Desc:XML<=>UI解析,UI控件管理 Auth:Cool.Cat@2013-03-29 ***********************************************/ #pragma once #include <SIX_DSTPL.h> #include <SIX_EntityMgr.h> #include <SIX_UIScene.h> #include <SIX_ListView.h> #include <SIX_NumberBatchNode.h> #include "SIX_Ca...
[ "hanshouqing85@163.com" ]
hanshouqing85@163.com
31527a77b2cf57ccf8f9ced8a29df9578f132d3e
db8c174c21d0c0b238d1b33f1976c7819f7c0fc2
/OpenVideoCall/AGEngineEventHandler.h
57fe4d5e01d9f30079610f365f155910dea3a44a
[ "MIT" ]
permissive
alekseyIsakin/OpenVideoCall
9d52d28a688a02e82b16753b764d4a86876caac3
3030bcb40490da161393adcaad4f000db333bf55
refs/heads/master
2023-04-30T16:56:47.789925
2021-05-17T05:13:07
2021-05-17T05:13:07
364,576,702
0
0
MIT
2021-05-17T05:13:07
2021-05-05T12:56:57
C++
UTF-8
C++
false
false
2,431
h
#pragma once using namespace agora::rtc; class CAGEngineEventHandler : public IRtcEngineEventHandler { public: //CAGEngineEventHandler(void) ; //~CAGEngineEventHandler(void) ; void SetMsgReceiver(HWND hWnd = NULL) ; HWND GetMsgReceiver() {return m_hMainWnd;}; virtual void onJoinChannelSuccess(const char* chan...
[ "karahunforever@gmail.com" ]
karahunforever@gmail.com
86f0482a110e7202374d58891a4987a38173557b
58c90c3b496939235da3151811a4d434489c461d
/c++/ClassesAndObjects/main.cpp
b44ff00464db17a3f8801114dc2feb37c365221f
[]
no_license
HalilGumus/Hackerrank
e02128ef14874d6d49c3f37765976b4cd0d3c4f1
4c47eda99cf121e685f24269f61262290c8fbdf7
refs/heads/main
2023-03-30T06:32:55.444912
2021-03-24T20:11:56
2021-03-24T20:11:56
349,854,428
0
0
null
null
null
null
UTF-8
C++
false
false
1,061
cpp
#include <iostream> using namespace std; class Student{ private: int scores[5]; public: void input(){ int n1, n2, n3, n4, n5; cin >> n1 >> n2 >> n3 >> n4 >> n5; scores[0] = n1; scores[1] = n2; scores[2] = n3; scores[3] = n4; scores[4] = n5; ...
[ "halilgumus08@gmail.com" ]
halilgumus08@gmail.com
2e71c4fa6f6a3c119d3241e80084b1f77fb03523
27c9857a74d02c3c4430a5b9f6702dbac6171ea6
/my_cpp_ver/cp06/remote_control/stereo_command.h
b6592937ce4fd128eeb0f18ff5027ec3da7f0115
[]
no_license
XINZHANGXZZ/head_first
c3783ee69041d80e1cbf803dd48038773c67ddf1
4edc2d71600c6dffa61e27af7aee550edc9466f0
refs/heads/master
2021-04-15T18:59:49.793952
2017-02-26T04:26:33
2017-02-26T04:26:33
126,889,885
1
0
null
null
null
null
UTF-8
C++
false
false
723
h
#ifndef _STEREO_COMMAND_H_ #define _STEREO_COMMAND_H_ #include "command.h" namespace control{ class stereo_on_command : public command { public: stereo_on_command(stereo *ste){ this->ste = ste; } ~stereo_on_command(); void excute(){ ste->on(); ste->setmode("dvd"); ste->setvol(12); ...
[ "qizheng1993hit@gmail.com" ]
qizheng1993hit@gmail.com
15556fd41b2e3ff4927d20d67844847117f768b6
97bcc00c0be6158ed8fd1ca771919d2fcc947f75
/qt_nuklear_extended/SystemAbstraction/data_headers/icon/img.png.hpp
5cfab43138b90221e721b7b057e9b362333a440c
[]
no_license
rafal-tarnow/nuklear_qt_gles2
7cc7ec4291e2e7ea43187ac8abf6f7182a7f4f36
5d0c11caa32a0a54bc81d9f79dfdffe2bb657c5e
refs/heads/master
2021-04-27T06:21:18.552452
2018-03-07T10:55:07
2018-03-07T10:55:07
122,612,552
0
1
null
null
null
null
UTF-8
C++
false
false
3,991
hpp
#pragma once const static int size_of_img = 648; unsigned char img[size_of_img] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x14, 0x08, 0x06, 0x00, 0x00, 0x00, 0x8d, 0x89, 0x1d, 0x0d, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b,...
[ "rafal-tarnow@wp.pl" ]
rafal-tarnow@wp.pl
849bf3491e0193628282bdf133b4fd06093863ad
340ff6a19dc059fd19cb7311365a719473e813f0
/examples/Simple_Detection/cpp/Vision.cpp
817b0c11d2655817b72fca433f5b7b18526df3b2
[ "MIT" ]
permissive
wml-frc/CJ-Vision
0c6b51809871f6b42f271262dee2ad9d35c25227
ba336d56fd92a34e0d0b533553e796bc1d94012d
refs/heads/master
2022-03-18T10:42:20.360059
2022-03-01T04:05:01
2022-03-01T04:05:01
228,177,343
4
8
MIT
2022-03-01T04:05:03
2019-12-15T12:03:22
C++
UTF-8
C++
false
false
3,639
cpp
#include "Vision.h" // required before other #includes #include "UDP_TransferNT.h" using namespace UDP_TransferNT; /** * Container for images passed between layers */ struct Images { CJ::Image origin; CJ::Image filtered; CJ::Image processed; }; /** * Camera Capture Layer */ class CaptureLayer : public CJ::Lay...
[ "connorbuchel@gmail.com" ]
connorbuchel@gmail.com
92fdae95535c0dabafefef364f2056a4f7503310
e36906be9399685b0d03daffec9c33735eda8ba1
/src/seem/yocto/seem/compiler.cpp
771c59c84e417f37ffd54f46231665e18db599d2
[]
no_license
ybouret/yocto4
20deaa21c1ed4f52d5d6a7991450d90103a7fe8e
c02aa079d21cf9828f188153e5d65c1f0d62021c
refs/heads/master
2020-04-06T03:34:11.834637
2016-09-09T14:41:55
2016-09-09T14:41:55
33,724,799
1
0
null
null
null
null
UTF-8
C++
false
false
1,111
cpp
#include "yocto/seem/compiler.hpp" #include "yocto/ios/imstream.hpp" namespace yocto { namespace Seem { Compiler:: ~Compiler() throw() { } namespace { static const char grammar_data[] = { #include "seem.inc" }; } Comp...
[ "yann.bouret@gmail.com" ]
yann.bouret@gmail.com
ae26797dc8803819e0890b16086562448ac2c5ed
07c3e4c4f82056e76285c81f14ea0fbb263ed906
/Re-Abyss/app/scenes/Scene/Home/Scene.cpp
b80d4bdf3bf8c6dc81fb5df6c8e6e3a384e46438
[]
no_license
tyanmahou/Re-Abyss
f030841ca395c6b7ca6f9debe4d0de8a8c0036b5
bd36687ddabad0627941dbe9b299b3c715114240
refs/heads/master
2023-08-02T22:23:43.867123
2023-08-02T14:20:26
2023-08-02T14:20:26
199,132,051
9
1
null
2021-11-22T20:46:39
2019-07-27T07:28:34
C++
UTF-8
C++
false
false
2,324
cpp
#include <abyss/scenes/Scene/Home/Scene.hpp> #include <abyss/commons/Factory/System/Injector.hpp> #include <abyss/commons/Resource/Preload/Preloader.hpp> #include <abyss/commons/Resource/Preload/Param.hpp> #include <abyss/scenes/Sys/System.hpp> #include <abyss/scenes/Scene/Home/Booter.hpp> #include <Siv3D.hpp> namesp...
[ "tyanmahou@gmail.com" ]
tyanmahou@gmail.com
f199a92ebd77dfaea7cd7305679fbf48cc2989b3
2fa4f16865266a4422de32b09a7a928fc5a3ccb3
/2019/Øving-07/Emojis.cpp
eadba9795e0d2e5d8f237b2221e414523f981469
[]
no_license
chrstrom/TDT4102
06ed075a415f0d1b531749ad3f1c725cee350614
a43fc42dccb6991e694391f29196519e0f5f8cd3
refs/heads/master
2022-11-21T01:34:10.471288
2020-07-24T18:42:38
2020-07-24T18:42:38
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
4,387
cpp
#include "Emojis.h" EmptyFace::EmptyFace(Point center, const int radius) : Face{ center, radius }, eyeRadius{radius/5}, leftEyeCenter{ center.x - radius/3, center.y - radius/5 }, rightEyeCenter{ center.x + radius/3, center.y - radius/5 } { leftEye.set_fill_color(Color::black); leftEye.set_color(Color::bl...
[ "chstr@stud.ntnu.no" ]
chstr@stud.ntnu.no
6d6c062b02f2e2fcff573eb6a4c75de7aa7d213e
408271e09e88805b01f191c8ac27ba0b5e07f68a
/src/TSprayCan.h
dd273866af1d28bb7fc44a3c095b98eff7ab6f63
[]
no_license
KanikaPuri/PhotoShop-Application-in-C-
d3234894d2fda8a4a11f68e38e32543a44fa2362
b622d4c5a4f7b7abb8b2593d0010c140ce634ded
refs/heads/master
2021-01-18T01:58:35.389164
2015-04-08T17:37:00
2015-04-08T17:37:00
33,621,585
0
1
null
null
null
null
UTF-8
C++
false
false
358
h
// // TSprayCan.h // Student Support // // Created by Seth Johnson on 2/6/15. // Copyright (c) 2015 Seth Johnson. All rights reserved. // // For educational purposes only. Please do not post online. #ifndef TSPRAYCAN_H #define TSPRAYCAN_H #include "Tool.h" class TSprayCan : public Tool { public: TSprayCan();...
[ "purix021@umn.edu" ]
purix021@umn.edu
1a9dd5c73c1ce57510927d11ef262b0c3a5760ae
3c471f5a9ac015c24c8166f9158804f11e8b4915
/mediatek/platform/mt6589/hardware/camera/core/featureio/pipe/fdft_hal/fd_hal_base.cpp
8c55107f6c738d00139d93bb663bf005ce9a2f96
[]
no_license
chrmhoffmann/android_kernel_fp_FP1
50580f946d4c63285c4837502ab0b6ed81ad4176
db3064c34e6e70e337bf98c278decc59b19b9104
refs/heads/master
2021-01-21T02:56:12.792406
2014-08-26T15:03:01
2014-08-26T15:10:58
23,490,109
5
3
null
null
null
null
UTF-8
C++
false
false
1,251
cpp
#define LOG_TAG "fd_hal_base" #include <stdlib.h> #include <stdio.h> #include <cutils/log.h> #include "fd_hal_base.h" //#include "fd_hal.h" #include "fdvt_hal.h" /******************************************************************************* * ***************************************************************...
[ "kees.jongenburger@gmail.com" ]
kees.jongenburger@gmail.com
de5f1c003bcb661d1fc3df7eff34c29e7be9270e
c0caed81b5b3e1498cbca4c1627513c456908e38
/src/protocols/loops/LoopsFileFallbackConfiguration.cc
daa632342d8bfa656035f0e6ed7e69d38b7414ad
[]
no_license
malaifa/source
5b34ac0a4e7777265b291fc824da8837ecc3ee84
fc0af245885de0fb82e0a1144422796a6674aeae
refs/heads/master
2021-01-19T22:10:22.942155
2017-04-19T14:13:07
2017-04-19T14:13:07
88,761,668
0
2
null
null
null
null
UTF-8
C++
false
false
5,100
cc
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "malaifa@yahoo.com" ]
malaifa@yahoo.com
aab55650faeed52a16bdf00e674a030bcec6aea9
dbe8b5b38eaba3db558f8ddece39f8b5017685df
/3rd/asio/asio/bind_executor.hpp
32195e04dfca1938996a6030eaabc3b5104ea194
[]
no_license
code1w/tomnet
f717194b644e1f32662a9c7024ea7f9a259f3991
e1685b72b97206cd3daefab7f8f8bab45fd4ce76
refs/heads/master
2023-02-27T12:25:34.143976
2021-02-01T06:52:07
2021-02-01T06:52:07
287,296,220
2
0
null
null
null
null
UTF-8
C++
false
false
16,602
hpp
// // bind_executor.hpp // ~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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) // #ifndef ASIO_BIND_EXECU...
[ "root@zt-2017914.ztgame.com" ]
root@zt-2017914.ztgame.com
0717f76619c0c604c91c6a59ff3d6273c46a8965
829b3f2d0ae685d01fe097c03bf5c1976cbc4723
/deps/boost/include/boost/multiprecision/mpc.hpp
b0b5a03dbe8c5b746dd9be5aeac0f2b469b5eb67
[ "Apache-2.0" ]
permissive
liyoung1992/mediasoup-sfu-cpp
f0f0321f8974beb1f4263c9e658402620d82385f
b76564e068626b0d675f5486e56da3d69151e287
refs/heads/main
2023-08-21T21:40:51.710022
2021-10-14T06:29:18
2021-10-14T06:29:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
52,857
hpp
/////////////////////////////////////////////////////////////////////////////// // Copyright 2018 John Maddock. 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) #ifndef BOOST_MULTIPRECISION_MPC_HPP #define ...
[ "yanhua133@126.com" ]
yanhua133@126.com