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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
948dd5c0ebf9218484239a0685f6b8e47828c339
0ab83725e2b65397f2b6258bd63e3df4f781af4f
/图论/网络流/最大流/poj 2455 二分最大流.cpp
003ddbeb428f1fe0c5fe35fca069fa516be29b1c
[]
no_license
ailyanlu1/ACM-14
422ba583916bedbe294453697e085f8fe56109d4
7bab8918818e3b78c2796d93b99ee1cff67317cf
refs/heads/master
2020-06-23T07:24:31.348924
2013-11-05T09:25:41
2013-11-05T09:25:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,021
cpp
/* 题目:p条路,连接n个节点,现在需要从节点1到节点n,不重复走过一条路且走t次, 最小化这t次中连接两个节点最长的那条路的值。 分析:二分答案,对于<=二分的值的边建边,跑一次最大流即可。 */ #include <set> #include <map> #include <list> #include <cmath> #include <queue> #include <stack> #include <string> #include <vector> #include <cstdio> #include <cstring> #include <iostream> #inclu...
[ "545883134@qq.com" ]
545883134@qq.com
444929b952ddeefaf314256b9f224825e64f41c9
096f86d816a86bf0fe774dcd350d191820bf2290
/src/action_server/RANSAC.cpp
92276c16ff2548624367328dccdc94cf8c5ef17f
[ "MIT" ]
permissive
ncos/mipt-airdrone
f1e1d75b8d1a6cc6a28eb80f922620fd1f78adba
75450c6fda05303b04c190682aa5c8fc029327f6
refs/heads/master
2016-09-06T18:53:41.039844
2015-03-13T23:18:59
2015-03-13T23:18:59
17,603,073
2
2
null
2014-10-10T17:00:37
2014-03-10T18:13:03
C
UTF-8
C++
false
false
1,435
cpp
#include "RANSAC.h" void Line_map::renew (ransac_slam::LineMap::ConstPtr lines_msg) { this->lines.clear(); for (int i = 0; i < lines_msg->number; ++i) { pcl::PointXYZ dfdir = pcl::PointXYZ(lines_msg->dfdirs.at(i).x, lines_msg->dfdirs.at(i).y, lines_msg->dfdirs.at(i).z); pcl::PointXYZ ldir =...
[ "anton.mitrokhin@phystech.edu" ]
anton.mitrokhin@phystech.edu
953a4b6be2563efd7961fbf3bb7622fc93feaee4
00898a0e0ac2ae92cd112d2febf8d2b16fb65da4
/Project_code/PLC-Comm/include/Qt3DCore/5.5.0/Qt3DCore/private/qcamera_p.h
551325819ffd4dc0d93e8c729d0052238f42e89d
[]
no_license
yisea123/AM-project
24dd643a2f2086ea739cf48a4c6e8f95c11e42a7
f1f7386a04985fcbd5d4fc00707cc5c3726c4ff4
refs/heads/master
2020-09-01T23:47:58.300736
2018-09-24T11:57:57
2018-09-24T11:57:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,319
h
/**************************************************************************** ** ** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL3$ ** Commercial License Usage ** Lic...
[ "2539722953@qq.com" ]
2539722953@qq.com
73d9c3374fe75dd4bd18989a6f874733e76641eb
7667f33610a3809e2543cdee0db23ff010d9a3d2
/vector.cpp
2b9d783f1967a112be9745d050e27d13e49f5159
[]
no_license
Advsance/The-rain-female-without-a-melon
b882e130155c21992e9bbe64c6b59a2206dcdeba
75a20927077b356e4d9f69ab1ce5c7411a60b8e3
refs/heads/master
2020-06-27T19:48:14.754617
2020-04-17T01:48:28
2020-04-17T01:48:28
200,033,550
1
0
null
null
null
null
UTF-8
C++
false
false
950
cpp
#include <iostream> #include<algorithm> using namespace std; #include<vector> #include<string> #if 0 void test(vector<int> t) { t.push_back(1); t.push_back(2); vector<int>::iterator it = t.begin(); while (it!=t.end()) { cout << *it << endl; it++; } it = t.begin(); while (it!=t.end()) { *it = 520; it+...
[ "1365460736@qq.com" ]
1365460736@qq.com
608588735a3a4cdc4d7e592ca522b6dd4dc23030
1cacbe790f7c6e04ca6b0068c7b2231ed2b827e1
/Oolong Engine2/Examples/Renderer/Tutorials/08 Shaders Demo (3DShaders.com)/Classes/Shader/3DShaders.src/Model.cpp
0baa6700082393e58725784f6ccec8d0a5c31964
[ "BSD-3-Clause" ]
permissive
tianxiao/oolongengine
f3d2d888afb29e19ee93f28223fce6ea48f194ad
8d80085c65ff3eed548549657e7b472671789e6a
refs/heads/master
2020-05-30T06:02:32.967513
2010-05-05T05:52:03
2010-05-05T05:52:03
8,245,292
3
3
null
null
null
null
UTF-8
C++
false
false
15,443
cpp
// // Author: Philip Rideout // Copyright: 2002-2006 3Dlabs Inc. Ltd. All rights reserved. // License: see 3Dlabs-license.txt // #include "App.h" #include <wx/wx.h> #include "Model.h" #include "Surface.h" #include "Alien.h" #include "Tables.h" #include "Frame.h" #include <cmath> #include "os.h" #...
[ "mozeal@7fa7efda-f44a-0410-a86a-c1fddb4bcab7" ]
mozeal@7fa7efda-f44a-0410-a86a-c1fddb4bcab7
f658ca745f6eb53ed6594f1308d57ba222884174
2fa764b33e15edd3b53175456f7df61a594f0bb5
/appseed/base/base/os/windows/_windows_os.cpp
f17449a1ee0db638d39b5c7b90bf28417fb04fe9
[]
no_license
PeterAlfonsLoch/app
5f6ac8f92d7f468bc99e0811537380fcbd828f65
268d0c7083d9be366529e4049adedc71d90e516e
refs/heads/master
2021-01-01T17:44:15.914503
2017-07-23T16:58:08
2017-07-23T16:58:08
98,142,329
1
0
null
2017-07-24T02:44:10
2017-07-24T02:44:10
null
UTF-8
C++
false
false
230
cpp
#include "windows.cpp" #include "windows_dll.cpp" #include "windows_simple_app.cpp" #include "windows_system_interaction_impl.cpp" #include "windows_window_gdi.cpp" #include "windows_gdi.cpp" #include "windows_extract_icon.cpp"
[ "camilo@ca2.email" ]
camilo@ca2.email
dcf70bea8659a0169ce24381172fd62106933541
073d8ff2b0f45a5626c90187620393cdfdc70aa2
/cpp/state/i_phone.h
742984f27666723ff710e22e485f9e4457f95949
[]
no_license
valboldakov/design-patterns
d23fba46c1fc049e20f49d3dfc39908c4058f8bc
46b915208afaf9234ef0eb29437a5b44d9d7c050
refs/heads/master
2022-11-26T18:09:05.495359
2020-08-07T10:44:13
2020-08-07T10:44:13
268,083,669
0
0
null
null
null
null
UTF-8
C++
false
false
263
h
#ifndef I_PHONE_H #define I_PHONE_H #include <memory> #include "i_phone_state.h" class IPhone { public: virtual void lock_screen() = 0; virtual void increase_audio() = 0; virtual void set_state(std::shared_ptr<IPhoneState> state) = 0; }; #endif
[ "valboldakov@gmail.com" ]
valboldakov@gmail.com
6facf11452a25ab4f1aecd6838e5e8c6d441ace2
dfeebff812ee66a1a4bfc8dae6f7eebab25c7c17
/C++/USACO/Silver/2020/USOpen/socdist.cpp
94d8a7f091b5ff13d8c0fefce4e79148cc063a6d
[]
no_license
kushnayak/competitive-programming
ee7c709969bd69cb31837a0639af661c672c504d
785a03323b956fdb0618e92dd54db9b141191205
refs/heads/master
2023-03-21T01:54:33.813007
2021-03-17T18:54:53
2021-03-17T18:54:53
277,401,853
0
0
null
null
null
null
UTF-8
C++
false
false
1,576
cpp
#include <bits/stdc++.h> #define forn(i,n) for(int i=0;i<n;i++) #define for1(i,n) for(int i=1;i<=n;i++) #define sz(v) int((v).size()) #define all(v) (v).begin(),(v).end() #define nl '\n' #define pb push_back using namespace std; using ll = long long; using pii = pair<ll, ll>; #define s first #define e second ll n,...
[ "kushnayak123@gmail.com" ]
kushnayak123@gmail.com
f6e947db5e1c0601d4487e238e4bd6971eb99b0a
b7e97047616d9343be5b9bbe03fc0d79ba5a6143
/src/protocols/antibody/design/AntibodyDesignProtocol.hh
4ded8de97f14aa82e200b6d687f7b0e246f0049e
[]
no_license
achitturi/ROSETTA-main-source
2772623a78e33e7883a453f051d53ea6cc53ffa5
fe11c7e7cb68644f404f4c0629b64da4bb73b8f9
refs/heads/master
2021-05-09T15:04:34.006421
2018-01-26T17:10:33
2018-01-26T17:10:33
119,081,547
1
3
null
null
null
null
UTF-8
C++
false
false
5,416
hh
// -*- 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...
[ "achitturi17059@gmail.com" ]
achitturi17059@gmail.com
d1e5ba168ea91c38c06fcdaa3d2ce343b88e2d53
a06a9ae73af6690fabb1f7ec99298018dd549bb7
/_Library/_Include/boost/atomic/detail/ops_gcc_arm.hpp
7546b646c0f0b5a17c81479f6f7d0a5b216b17af
[]
no_license
longstl/mus12
f76de65cca55e675392eac162dcc961531980f9f
9e1be111f505ac23695f7675fb9cefbd6fa876e9
refs/heads/master
2021-05-18T08:20:40.821655
2020-03-29T17:38:13
2020-03-29T17:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
42,907
hpp
/* * 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) * * Copyright (c) 2009 Helge Bahmann * Copyright (c) 2013 Tim Blechmann * Copyright (c) 2014 Andrey Semashev */ /*! * \file atomic/detail/ops_gcc_arm.hpp...
[ "adm.fael.hs@gmail.com" ]
adm.fael.hs@gmail.com
7d87dd6b9fac662fa6e559bdef1a32f4c7e7e6ee
999fdf150a93dc69d920786641fc9cd8e83f2a75
/src/plastimatch/util/itk_adjust.cxx
df92b014f3bb7dd3291efaea5ac7ccadd50bf5a4
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
agravgaard/Plastimatch
f79294947a1d44dd0c56798277374222fa92df57
7b5b79bb1a258d69a653bc82849ed420e673de3d
refs/heads/master
2021-01-17T06:53:30.814597
2020-08-21T12:51:14
2020-08-21T12:51:14
52,898,082
11
0
null
null
null
null
UTF-8
C++
false
false
4,602
cxx
/* ----------------------------------------------------------------------- See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information ----------------------------------------------------------------------- */ #include "plmutil_config.h" #include <limits> #include "itkImageRegionIterator.h" #include ...
[ "andreasga22@gmail.com" ]
andreasga22@gmail.com
4a63a950d6286499f199122e2ef684e7484c4321
24c773f780972c941a6de429625841801df6070c
/src/word.cpp
4af2c723e4ce1dbcbe884444c7539d13382c8481
[]
no_license
Exupery/MimirsWellCpp
3f9828d7bd475114eeb868933124f48283adb114
8108815fc9dcf307a1ea829ddda1dcd1069ff8fb
refs/heads/master
2021-01-23T20:54:54.736143
2012-11-12T00:26:07
2012-11-12T00:26:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
617
cpp
/* * word.cpp * * Created on: Nov 3, 2012 * Author: frost */ #include "word.h" Word::Word(std::string word) : word(word) { timestamp = 0L; tweetID = 0L; symbol = ""; } Word::~Word() { } std::string Word::getWord() const { return word; } std::string Word::getSymbol() { return symbol; } long Word::...
[ "mf@matthewfrost.com" ]
mf@matthewfrost.com
f7c78365e56dfbc9758d3d2cc08d72b5b394bc30
72852e07bb30adbee608275d6048b2121a5b9d82
/algorithms/problem_1391/other3.cpp
5c864fbabcd31a8f9bce36e7778ed44ded5c811d
[]
no_license
drlongle/leetcode
e172ae29ea63911ccc3afb815f6dbff041609939
8e61ddf06fb3a4fb4a4e3d8466f3367ee1f27e13
refs/heads/master
2023-01-08T16:26:12.370098
2023-01-03T09:08:24
2023-01-03T09:08:24
81,335,609
0
0
null
null
null
null
UTF-8
C++
false
false
1,833
cpp
class Solution { public: using VI = vector<int>; using VVI = vector<VI>; using VVT = vector<vector<tuple<int, int>>>; using Set = unordered_set<string>; using Queue = queue<tuple<int, int>>; bool hasValidPath(VVI& A) { VVT dir{ {}, // 0 sentinel ...
[ "drlongle@gmail.com" ]
drlongle@gmail.com
cd5bbf67a651918272dca53e31818069c4ed1ced
7bb793c39d512bc3490608ec028c06677fdd7b05
/hrserver/src/db_proxy_server/business/DepartModel.cpp
283b1a418d158a6a9cea6b04915630f5623cf579
[]
no_license
rineishou/highwayns_rin
11564fc667633720db50f31ff9baf7654ceaac3f
dfade9705a95a41f44a7c921c94bd3b9e7a1e360
refs/heads/master
2021-06-17T23:06:29.082403
2018-12-17T12:13:09
2018-12-17T12:13:09
88,716,361
0
0
null
null
null
null
UTF-8
C++
false
false
4,874
cpp
/*================================================================ * Copyright (c) 2015年 lanhu. All rights reserved. * * 文件名称:DepartModel.cpp * 创 建 者:Zhang Yuanhao * 邮 箱:bluefoxah@gmail.com * 创建日期:2015年03月12日 * 描 述: * ================================================================*/ #include "D...
[ "tei952@hotmail.com" ]
tei952@hotmail.com
2311fad25933f0eeaf8b79a1ea7f1e4a6a8edaea
adaab29299a0ca927628a9a117bda5c54a2fde4b
/evaluations/list_detail_mvc_vn_two_features/linux/my_application.cc
542076a0d2ee718e3f0ce7cb26ff1525fe1ba2dc
[]
no_license
felangel/new_flutter_template
39ceb811dfd9182c25af78612c6136464b4f85b6
56a7fff9c2fe8a6481027c110fd505f8b77ca989
refs/heads/main
2023-02-20T18:57:04.940715
2021-02-01T11:41:12
2021-02-01T11:41:12
335,110,149
3
1
null
2021-02-01T23:13:50
2021-02-01T23:13:49
null
UTF-8
C++
false
false
3,694
cc
#include "my_application.h" #include <flutter_linux/flutter_linux.h> #ifdef GDK_WINDOWING_X11 #include <gdk/gdkx.h> #endif #include "flutter/generated_plugin_registrant.h" struct _MyApplication { GtkApplication parent_instance; char** dart_entrypoint_arguments; }; G_DEFINE_TYPE(MyApplication, my_application, GT...
[ "brian@brianegan.com" ]
brian@brianegan.com
4d48c4ec6d38ae7b0bb1c4a255938ae73d3c3e93
157fd7fe5e541c8ef7559b212078eb7a6dbf51c6
/TRiAS/TRiAS/Importfilter/AutoCAD DXF/OPTPRDLG.HPP
ceedd1a8eef7ac4869d719283e7520b377ab3001
[]
no_license
15831944/TRiAS
d2bab6fd129a86fc2f06f2103d8bcd08237c49af
840946b85dcefb34efc219446240e21f51d2c60d
refs/heads/master
2020-09-05T05:56:39.624150
2012-11-11T02:24:49
2012-11-11T02:24:49
null
0
0
null
null
null
null
ISO-8859-3
C++
false
false
1,205
hpp
/* File: OPTPRDLG.HPP Das Module realisiert die Eingabe optionaler Parameter-Eingabe im Dialog. Erarbeitet: J.Benkenstein Stand vom 01.09.1994 */ #ifndef _OPTPRDLG_HPP #define _OPTPRDLG_HPP class ResourceFile; class Params; class OptParamsDlg : public DialogWindow { private: // ...
[ "Windows Live ID\\hkaiser@cct.lsu.edu" ]
Windows Live ID\hkaiser@cct.lsu.edu
163e92b3670a3ee41b92a45343014a8eebc2a3d4
71f4a843a32e1eb8caf178ded1e77ca6d8be4cee
/Programm/C Language/15_FUNNY/FUN04.CPP
8857c0ec6f8844f4435ab8838b5f449d3be06534
[]
no_license
suvaw/C-and-C-plus
e71a2d676ca7eb641d437bd6784b3d7abe4668d1
ff27cfd5360e947d4be5bae2ba71ab306f612428
refs/heads/main
2022-12-30T01:22:11.985606
2020-10-04T18:47:14
2020-10-04T18:47:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
228
cpp
#include<stdio.h> #include<conio.h> void main() { clrscr(); int i; printf("Enter any single charecter from keyboard :"); i=getch(); printf("\n\nASCII value of the ascii character \'%c\' is :%d",i,i); getch(); }
[ "suvadipmandal.1995@gmail.com" ]
suvadipmandal.1995@gmail.com
19c025ea33c9d32c293bfb77c7ed10be988183d8
275a4fd85a1d85e6cfbfdc22adf6f1cb4bfb9360
/shared/PlatformSetup.h
eed1a19da0bcc0fa57f4ac8305f24050665382d1
[ "LicenseRef-scancode-unknown-license-reference", "XFree86-1.1" ]
permissive
fatalfeel/proton_sdk_source
20656e1df64b29cfe0fc3d15f8b36cf1358704c4
15addf2c7f9b137788322d609b7df0506c767f68
refs/heads/master
2021-08-03T07:14:18.079209
2021-07-23T02:35:54
2021-07-23T02:35:54
17,131,205
20
5
null
null
null
null
UTF-8
C++
false
false
4,053
h
#ifndef PlatformSetup_h__ #define PlatformSetup_h__ #include "PlatformEnums.h" #ifdef WIN32 #include "win/PlatformSetupWin.h" #endif //RAND_MAX is different on android? whatevs, we'll use our own #define RT_RAND_MAX 0x7FFF #ifdef __APPLE__ #include "TargetConditionals.h" #if (TARGET_OS_IPHONE == 1) #include "i...
[ "fatalfeel@hotmail.com" ]
fatalfeel@hotmail.com
34518228b595de5000673174d531a1963e2ad618
e1ff4edc9126ef34cbbe104c4c9229e2e7d1a106
/utils/UtilBasic.cpp
8d68cf06847be0a2334c36855f5a6f4b327bacf1
[]
no_license
shiningstone/kwx
5ac5271cb62909d9193eb2d629eea3734c8419df
af013852aee1f1db6be7c3dd108944cae7898cc8
refs/heads/master
2020-05-21T00:25:06.232175
2015-03-04T14:16:51
2015-03-04T14:16:51
30,445,754
0
0
null
null
null
null
UTF-8
C++
false
false
469
cpp
#include <string.h> #include "UtilBasic.h" INT32U _ntohl(INT32U n) { char *p = (char *)&n; char ha[4] = {0}; ha[0] = p[3]; ha[1] = p[2]; ha[2] = p[1]; ha[3] = p[0]; return *((INT32U *)ha); } INT32U _htonl(INT32U n) { return _ntohl(n); } INT16U _ntohs(INT16U n) { char *p = (char...
[ "bo.jiang@finisar.com" ]
bo.jiang@finisar.com
f9a6933f134949cf96b1aca01116805c789ba325
c4e8db7338c45a7d031519a4e1b23f8b58a57a8b
/SerialCommsDll/src/SerialCommsDll.cpp
5ab1f92adaba29af67906b64075ff0d28400e2d6
[]
no_license
mattmunee/SerialCommsDll
3df9fb1490d33cbd92575397acd1ae77aecf6a67
718e8613d6188f76c4225ecb37c4a80a1f758cd6
refs/heads/master
2021-01-10T07:25:06.431754
2016-03-28T14:58:07
2016-03-28T14:58:07
43,827,290
1
0
null
null
null
null
UTF-8
C++
false
false
7,323
cpp
// SerialCommsDll.cpp : Defines the exported functions for the DLL application. // #include "SerialCommsDll.h" #include <stdio.h> // This is the constructor of a class that has been exported. // see SerialCommsDll.h for the class definition SerialCommPort::SerialCommPort(unsigned int portNum, BaudRate baud, DWORD rea...
[ "mattmunee@hotmail.com" ]
mattmunee@hotmail.com
7d5c05733b1c52774c930f0fe909bef4438fcc69
3901daf59553490993a9c5e001fc8c88c9692e27
/cppChat/ClientSocket.h
a2fa5bcc06292a4d10553de60e72b06f46d6c458
[]
no_license
Bokkacheck/ChatApplication-Cpp-CSharp
64a83321a2fe88355b06eeb918a173aed6077969
519a5f0ca075ea97e78b89151152522e69364001
refs/heads/master
2022-06-14T06:08:24.678182
2020-05-12T14:03:30
2020-05-12T14:03:30
262,401,684
0
0
null
null
null
null
UTF-8
C++
false
false
534
h
#pragma once #include<WS2tcpip.h> #include<iostream> #pragma comment(lib,"ws2_32.lib") class ClientSocket { SOCKET pSocket; public: ClientSocket(SOCKET pSock): pSocket(pSock) {} void SendMessageToClient(std::string message) { send(pSocket,message.c_str() , message.size()+1, 0); } std::string GetMessageFromClien...
[ "bokis97@live.com" ]
bokis97@live.com
36dc7e1584acd2dcf5fa75eae5355d4b3386e533
ab0a8234e443a6aa152b9f7b135a1e2560e9db33
/Server/CGSF/LogicLayer/MOGame/account-server/accountclient.h
afb2ef3e6f6c2f63607446bb3635add1bb1fffb2
[]
no_license
zetarus/Americano
71c358d8d12b144c8858983c23d9236f7d0e941b
b62466329cf6f515661ef9fb9b9d2ae90a032a60
refs/heads/master
2023-04-08T04:26:29.043048
2018-04-19T11:21:14
2018-04-19T11:21:14
104,159,178
9
2
null
2023-03-23T12:10:51
2017-09-20T03:11:44
C++
UTF-8
C++
false
false
1,872
h
/* * The Mana Server * Copyright (C) 2004-2010 The Mana World Development Team * * This file is part of The Mana Server. * * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
[ "sinyonzzang@gmail.com" ]
sinyonzzang@gmail.com
d7d76bc4a094980810a1bc6c62be0ce60f350343
9eda9581cf81d6ce8b0c009a3925ab125b844fce
/src/plugins/ioGPX/gpxreader.h
3aea27c5f90602d4a3f061b7a1b70238151addb8
[]
no_license
XavierBerger/gpsbook
a33641a95e0020afd5eb54c69aa445fc7a2ca484
81b04c1741d6e568607472111bbbef2f1d72fc59
refs/heads/master
2021-01-18T22:31:26.692232
2016-05-06T19:19:19
2016-05-06T19:19:19
32,142,962
0
0
null
null
null
null
UTF-8
C++
false
false
2,199
h
/**************************************************************************** ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License ** as published by the Free Software Foundation; either version 2 ** of the License, or (at your option) a...
[ "gpxbook@c08623ad-424c-67e4-2eed-d735b91391dd" ]
gpxbook@c08623ad-424c-67e4-2eed-d735b91391dd
945626c133182143e6b648cf5283854e10b06424
4ab4a800ca597ed96799fad235f01f38d3818134
/lessons4 5/fantabulous_amberis1.ino
c388970f8e02bef41ae08f974924a6f7ff1133e9
[]
no_license
WangZhaoyuDemo/xd0615
388b815a40ee760c2b2c2242bdceafecf53fe28c
c7c15cf8c580425a8de2a50ba022fdae0243ed73
refs/heads/master
2022-11-16T23:36:32.485016
2020-06-30T14:34:17
2020-06-30T14:34:17
272,442,074
0
0
null
null
null
null
UTF-8
C++
false
false
1,110
ino
#define IN1 2 #define IN2 3 #define IN3 4 #define IN4 5 #define S1 8 #define S2 9 #define S3 10 #define S4 11 #define LT 6 #define BT 7 void setup() { pinMode(IN1, OUTPUT);//输入1 pinMode(IN2, OUTPUT);//输入2 pinMode(IN3, OUTPUT);//输入3 pinMode(IN4, OUTPUT);//输入4 pinMode(S1, OUTPUT);//片选1 pinMode(S2, OUTPUT);/...
[ "2535247736@qq.com" ]
2535247736@qq.com
4d9dd8dacb15168fd2bb5352122a56fc3c6afea0
685a6b96314ddc36872fa6f60a0235c46d150e4f
/AR_Project/Temp/il2cppOutput/il2cppOutput/UnresolvedVirtualCallStubs.cpp
6cab9f957aab34ccd519d8305c9f4dfb3bfe30cb
[]
no_license
ryou62525/AR_Project
919b9f8b43a79ed0577f1624f17cf1af9abe2523
03824386faf58b2314636b5b5201c276ed3c0e32
refs/heads/master
2021-07-15T11:09:44.014728
2017-10-16T03:26:53
2017-10-16T03:26:53
105,864,195
0
3
null
2017-10-16T03:26:54
2017-10-05T08:04:57
C++
UTF-8
C++
false
false
468,996
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "class-internals.h" #include "codegen/il2cpp-codegen.h" #include "object-internals.h" // UnityEngine.Sprite <<<<<<< HEAD struct Sprite_t1138198961; // System.Security.Cryptography.RandomN...
[ "majaj62525@icloud.com" ]
majaj62525@icloud.com
60064b439979e3337a30f7ad1e0658e5fd65bf41
19f18ab685e7b54daa751a1676fe1193f40dad7f
/Optiblech/problemmanager.h
f7d58f739c4eab6c1ab059139e7c04150ba22ccc
[]
no_license
CSNWEB/gi-2015
e2deb42d6e8d80617ef39ad0554cb45a98d44c7d
8fee9cd38d269cf972bb0a4a6c46d9bcee9b1237
refs/heads/master
2020-04-30T20:33:37.588255
2016-01-18T04:37:43
2016-01-18T04:37:43
45,478,251
0
0
null
null
null
null
UTF-8
C++
false
false
2,145
h
#ifndef PROBLEMMANAGER_H #define PROBLEMMANAGER_H #include "problem.hpp" #include "abstractForm.hpp" #include "inputHandler.hpp" #include <QString> #include <QListWidget> #include <QPushButton> #include <QSizeF> #include <QSet> #include "point.hpp" #include "binPacking.hpp" #include "formview.h" class ProblemManager...
[ "staudtc@live.de" ]
staudtc@live.de
d47f9d940bb70ec37d26cb75a4b4323f4bf8eade
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qttools/src/assistant/3rdparty/clucene/src/CLucene/search/HitQueue.h
0bd196a7ffa6078f2b2d452cf7c085fd0ce56811
[ "Apache-2.0", "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-unknown-license-reference", "Qt-LGPL-exception-1.1", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GFDL-1.3-only", "LicenseRef-scancode-digia-qt-preview", "LicenseRef-scancod...
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
1,412
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. -------------------...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
8890686531c63b33355f86af6a8ee9bfb192b5d0
1a9d14fc0a517c11da79cbf4f6090679b9d26cf9
/mktestnode2_2.h
9f3fb5b01c8b7522dd590cb150f162fe19ac8d51
[]
no_license
MATF-RS19/RS018-miniknime
7e8499e23e54dad08710dfad2fdec2dca91704b6
ee6d4b0078ac5e7e597d192e7b46c4efb75260cb
refs/heads/master
2020-04-04T22:56:18.880893
2019-01-14T15:38:53
2019-01-14T15:38:53
156,341,600
1
0
null
null
null
null
UTF-8
C++
false
false
261
h
#ifndef MKTESTNODE2_2_H #define MKTESTNODE2_2_H #include "mknode.h" //A node with 2 inputs and 2 outputs class MKTestNode2_2: public MKNode { public: MKTestNode2_2(); virtual bool process_data() override; }; #endif // MKTESTNODE2_2_H
[ "99nine66@gmail.com" ]
99nine66@gmail.com
c9f8c01dee695e18c6b99ee79ae5e862f6821d29
32815cd1de61cfa78fd025486ba74249c08b009a
/college_life/codeforces/problemset/455a.cpp
a3ff18bb065bea5ff723146951137153005bd8d9
[]
no_license
krshubham/compete
c09d4662eaee9f24df72059d67058e7564a4bc10
d16b0f820fa50f8a7f686a7f93cab7f9914a3f9d
refs/heads/master
2020-12-25T09:09:10.484045
2020-10-31T07:46:39
2020-10-31T07:46:39
60,250,510
2
1
null
2020-10-31T07:46:40
2016-06-02T09:25:15
C++
UTF-8
C++
false
false
1,354
cpp
#include <iostream> #include <cstdio> #include <vector> #include <algorithm> #include <set> #include <map> #include <cmath> #include <utility> #include <list> #include <iomanip> #include <stack> #include <climits> #include <queue> #include <string> #include <cstring> using namespace std; #define bye return 0 #define p...
[ "kumar.shubham2015@vit.ac.in" ]
kumar.shubham2015@vit.ac.in
6fb5a1965f8caf3e3a4787b54324bebd8fc49b07
4f8bb0eaafafaf5b857824397604538e36f86915
/课件/计算几何/计算几何_陈海丰/计算几何代码/二分+圆的参数方程.cpp
49703073b8b29e3e35bea193dbf6db072758c64e
[]
no_license
programmingduo/ACMsteps
c61b622131132e49c0e82ad0007227d125eb5023
9c7036a272a5fc0ff6660a263daed8f16c5bfe84
refs/heads/master
2020-04-12T05:40:56.194077
2018-05-10T03:06:08
2018-05-10T03:06:08
63,032,134
1
2
null
null
null
null
GB18030
C++
false
false
1,508
cpp
/*二分+圆的参数方程(pku_2600)*/ #include <stdio.h> #include <math.h> const double eps = 1e-4; const double pi = acos(-1.0); struct TPoint { double x, y; }p[60], a[60]; double angle[60]; double multi(TPoint p1, TPoint p2, TPoint p0) { return (p1.x - p0.x) * (p2.y - p0.y) - (p2.x - p0.x) * (p1.y - p0.y); } TPoint fine_...
[ "wuduotju@163.com" ]
wuduotju@163.com
0d279679470975107398ac6abd12191e3411f238
9d0c1da53da9e60d4a891d7edb7a02c31c8d26b9
/korn/polldrop.cpp
7913bd14f9a6212c5af400bc2a8e00f18b10eafb
[]
no_license
serghei/kde3-kdepim
7e6d4a0188c35a2c9c17babd317bfe3c0f1377d2
a1980f1560de118f19f54a5eff5bae87a6aa4784
refs/heads/master
2021-01-17T10:03:14.624954
2018-11-04T21:31:00
2018-11-04T21:31:00
3,688,187
0
0
null
null
null
null
UTF-8
C++
false
false
1,710
cpp
/* * polldrop.cpp -- Implementation of class KPollableDrop. * Author: Sirtaj Singh Kang * Version: $Id: polldrop.cpp 375049 2005-01-02 21:28:26Z mkelder $ * Generated: Sun Nov 30 22:41:49 EST 1997 */ #include<kconfigbase.h> #include"utils.h" #include"polldrop.h" KPollableDrop::KPollableDrop() : KMailDrop() { ...
[ "serghei.amelian@gmail.com" ]
serghei.amelian@gmail.com
7e59cffa0bd88b1807a4a55983a7609c426fdd20
ffff2a4fb72a163e4d42b01cefa1f5566784990f
/codeforces/contests/682div2/q4.cpp
39b4661776beb380b2c713e1e00e1bd8d2a3bd98
[]
no_license
sanyamdtu/competitive_programming
d5b4bb6a1b46c56ebe2fe684f4a7129fe5fb8e86
5a810bbbd0c2119a172305b16d7d7aab3f0ed95e
refs/heads/master
2021-10-25T07:11:47.431312
2021-10-06T07:37:25
2021-10-06T07:37:25
238,703,031
1
0
null
null
null
null
UTF-8
C++
false
false
1,461
cpp
#include<bits/stdc++.h> using namespace std; #define pb push_back #define mod 1000000007 #define INF 1e18 typedef long long ll; int main() { ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); int t; cin >> t; while (t--) { int n; cin>>n; vector<vector<pair<int,int>>> g(n+1); unordered_map<string,...
[ "sanyamexam.com" ]
sanyamexam.com
4f0e1918cd8700bc83a7f265df86dbeda0e68499
2fe13005e9fae38b998f684b71f07443be4bf61f
/mscproject/AutoMixxer/jni/onset/VariableArray.h
3ba5c632e8100540375ff7406290a4365b0c8f1b
[]
no_license
sentinelweb/masters
b2335dbb7939b5156507c9fb6ed6485f21f471b7
2695a9289033046412eed388476e87448494efb0
refs/heads/master
2021-01-25T08:48:56.298619
2012-12-05T14:59:04
2012-12-05T14:59:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
571
h
/* * VariableArray.h * * Created on: 06-Aug-2010 * Author: robm * this class stores data in an expanding (by blocksize) array (up to 1000 blocks). */ #ifndef VARIABLEARRAY_H_ #define VARIABLEARRAY_H_ class VariableArray { int size; int rows; void checkIncrement(); public: int blockSize; float **data...
[ "sentinelwebtechnologies@gmail.com" ]
sentinelwebtechnologies@gmail.com
bd132e3149d9c712a9970919952c267d404bfd0a
7dd75f7e41dc61f0532651274f5a01d4159b2c0a
/tetris/game/renderer/loadshader.cc
9ebde0cbb771b06208d44be9cda8b0909a23bf7f
[]
no_license
TTeun/tetris
ef69e45f4f6b483943c4e9fbca14eec7c96ebfac
30c60f232a6b8eea9c1df690bcc62c538009da48
refs/heads/master
2021-01-09T06:07:29.607535
2017-02-05T13:26:02
2017-02-05T13:26:02
80,921,958
0
0
null
null
null
null
UTF-8
C++
false
false
3,436
cc
#include <vector> #include <fstream> GLuint LoadShaders(const char * vertex_file_path, const char * fragment_file_path) { // Create the shaders GLuint VertexShaderID = glCreateShader(GL_VERTEX_SHADER); GLuint FragmentShaderID = glCreateShader(GL_FRAGMENT_SHADER); // Read the Vertex Shader code from t...
[ "teunverstraaten@gmail.com" ]
teunverstraaten@gmail.com
d9cedc01f2b48a2d852a49185a0db29b9532ed80
3d2fd5655d31e9bea3dbfc11c30cb232433f4214
/QLuaCore/STDLIBS/Itetator.hpp
2c04920bd37518cfa22e31837b4caf38b64e0005
[]
no_license
ngzHappy/LUAFINAL
bc840ee9c21e9c62ed0e038b6be8d4da0164270c
d3019416d68c5fa0753062e6760440273885c90e
refs/heads/master
2021-01-10T07:07:51.993668
2016-01-03T04:33:15
2016-01-03T04:33:15
48,638,653
0
0
null
null
null
null
UTF-8
C++
false
false
12,308
hpp
 #if !defined( ITETATOR__HPP__CCT__ ) #define ITETATOR__HPP__CCT__ #include <memory> #include <type_traits> #include <iterator> namespace cct { namespace _private { template<typename T> class ____HasKeyValue { private: typedef typename std::remove_cv< typename std::remove_reference< T >::type >::type T_; ...
[ "819869472@qq.com" ]
819869472@qq.com
331aeea5bb0222949c646d91a0ecd852ed2e4e76
8c95f40b66824cfdd2614357c371d2e638c2aef5
/algorithm-study/week_2/9935_mel1015.cpp
84c7255b5049285266c906f67d80d35b1acb9e93
[]
no_license
mel1015/algorithm-study
0d35339fbd5638c6ff2890b6ee176be318317155
52e702cbe137ab67a5c181def5cfe8ab127bcf08
refs/heads/master
2021-06-04T05:49:31.855158
2020-10-23T12:04:56
2020-10-23T12:04:56
96,533,348
3
4
null
2018-08-06T06:35:06
2017-07-07T11:45:41
C++
UTF-8
C++
false
false
1,458
cpp
// // Created by sks10 on 2018-01-07. // #include <iostream> #include <cstring> #include <vector> using namespace std; char Text[1000001]; char Bomb[37]; int main() { cin >> Text >> Bomb; // 캐릭터형 백터 선언 vector<char> myvector; // 주어진 문자열과 폭발 문자열 길이 저장 int str_length = strlen(Text); int bomb_...
[ "sks1015sks@naver.com" ]
sks1015sks@naver.com
b2e18b2492143919cf9928976fe32407a3db298b
4c1c8ff89a121e8c4371beb759643bf943f85bf4
/BENITO program/mando/Mando_version_UNIFICADO_0_1_3/transmison_datos.ino
2aaf823394a5ac36f4dd4e4f2881475293c08216
[]
no_license
ebludt/BENITO
6020867eb953170888e6d014e7b6e093b5274e00
fb56297e20a79ab8fde679323c041717c3be21b8
refs/heads/master
2021-06-06T14:44:14.498352
2017-04-02T15:05:26
2017-04-02T15:05:26
29,688,540
0
0
null
null
null
null
UTF-8
C++
false
false
2,889
ino
#include "Arduino.h" //función que envia y recibe datos con el robot void enviardatos(){ long ultimoMillis = 0; //almacenamos ultimo tiempo donde no hemos recibido conexión unsigned long actualMillis; boolean recibido=false; /* Serial.print (Vals[0]); Serial.print (" "); Serial.print (Vals[1]...
[ "ebludt@yahoo.es" ]
ebludt@yahoo.es
cf46b1665239285f6d1480d59b304ebe8779f10f
a7445e8841d5100b902291eab0b30355ed96b1b5
/OS-CA2-810197633/Cannot come to root/src/Store.cpp
4fc98fad9e0cb93865d690f1424d370c216d33f8
[]
no_license
Triple3A/FindMaxGoods
7fcdea075fcbd831d5c882725ca5b74e28e301df
139f13c4b8c3752803597df4bd0ac6104b8ce3f7
refs/heads/main
2023-01-19T21:51:31.575052
2020-11-28T11:43:25
2020-11-28T11:43:25
312,916,785
0
0
null
null
null
null
UTF-8
C++
false
false
1,739
cpp
#include "Store.h" #include "Tools.h" #include <iostream> #include <fstream> using namespace std; Store::Store(int _fdRead) { fdRead = _fdRead; char message[2048]; read(fdRead, message, 2048); vector<string> words = Tools::splitByCharacter(message, LESS); directory = words[0]; command = words[...
[ "noreply@github.com" ]
Triple3A.noreply@github.com
0d80fd15b911a1d2bd02d3c79976f7003e0df3a2
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/problemset-new/007/00703-kth-largest-element-in-a-stream/703-tiankonguse.cpp
f90ccb05a216f39fda20e9a51337dca5a184d265
[]
no_license
tiankonguse/leetcode-solutions
0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f
a36269c861bd5797fe3835fc179a19559fac8655
refs/heads/master
2023-09-04T11:01:00.787559
2023-09-03T04:26:25
2023-09-03T04:26:25
33,770,209
83
38
null
2020-05-12T15:13:59
2015-04-11T09:31:39
C++
UTF-8
C++
false
false
867
cpp
/************************************************************************* > File Name: kth-largest-element-in-a-stream.cpp > Author: tiankonguse > Mail: i@tiankonguse.com > Created Time: Fri May 17 01:19:55 2019 > link: https://leetcode.com/problems/kth-largest-element-in-a-stream/ > No: 703....
[ "i@tiankonguse.com" ]
i@tiankonguse.com
8f905d9e73dc7247b2cc7bf33f7952ece1d91e6c
be64c5b988ca67e3d20f8d9aa9facc2c8e9cb815
/inc/ascend/presenter.hpp
5ab3fc953b2470ca954cb94863a452f6174d873f
[ "BSD-2-Clause" ]
permissive
mo-xiaoming/atlas200dk-face-detection-cpp
1b58ef44d2dfa7c0328e2e10269710076dbd7527
2846c1ea8d7f439ec5f4845f8ff5ee959b087a73
refs/heads/main
2023-02-16T16:09:04.970299
2021-01-12T13:26:08
2021-01-12T13:26:15
328,346,889
1
0
null
null
null
null
UTF-8
C++
false
false
548
hpp
#pragma once #include <vector> #include "ascenddk/presenter/agent/presenter_types.h" #include "utility.hpp" namespace ascend::presenter { class Channel; } namespace hwmedia { struct Presenter { explicit Presenter(std::string conf_path); ~Presenter() = default; DISABLE_COPY_MOVE(Presenter); [[nodi...
[ "mo_xiao_ming@yahoo.com" ]
mo_xiao_ming@yahoo.com
62879af5bb7b01254f942a3b37df7c0396b95f58
ab59c65783b36089483dbe8e358f34b4c11cef52
/Kurtzpel/Engine/Utility/Code/GameObject.cpp
9c81e8b6a92a34c08696cb553259126f533b0dfd
[]
no_license
sneg7777/Char_Kurtzpel
c6f5e4ab3e9d74f7d6a6350a94a513930c1a58f1
db291678ef8b20cca63e0efb33569b83d741bcf1
refs/heads/main
2023-02-26T11:55:29.428033
2020-12-25T12:18:07
2020-12-25T12:18:07
322,955,816
0
0
null
null
null
null
UTF-8
C++
false
false
1,625
cpp
#include "GameObject.h" USING(Engine) Engine::CGameObject::CGameObject(LPDIRECT3DDEVICE9 pGraphicDev) : m_pGraphicDev(pGraphicDev) { Safe_AddRef(m_pGraphicDev); } Engine::CGameObject::~CGameObject(void) { } Engine::_int Engine::CGameObject::Update_Object(const _float& fTimeDelta) { _int iExit = 0; for (auto...
[ "71835115+sneg7777@users.noreply.github.com" ]
71835115+sneg7777@users.noreply.github.com
bbcf86ba96613005b67fce24f56b33ab0d811d4a
756ff3ca00bb5f94ea17314257ff2f15c3b23436
/main.cpp
2dc66142e4fc62a2f8be40c9dddd8afda27b82a4
[]
no_license
tzAcee/honor_bouncing
0b5f2b2de18eee98d31452799c506c4b962698c0
25574a0e57189dea958a213bdc6f637adc035291
refs/heads/master
2022-12-26T07:22:14.951706
2020-10-08T18:11:06
2020-10-08T18:11:06
302,424,085
0
0
null
null
null
null
UTF-8
C++
false
false
190
cpp
#include <SFML/Graphics.hpp> #include "Manager.hpp" int main() { sf::RenderWindow win(sf::VideoMode(400, 400), "Honor Showcase"); Manager _man(win); _man.run(); return 1; }
[ "maximleis3@gmail.com" ]
maximleis3@gmail.com
e1e5299502d7c5e6327391225ece13d1c5d8d450
ad5b72656f0da99443003984c1e646cb6b3e67ea
/src/plugins/intel_myriad/graph_transformer/include/vpu/frontend/ShaveElfMetadataParser.h
be4efbd35e3c7b7757c6a3552d3106032d3e5068
[ "Apache-2.0" ]
permissive
novakale/openvino
9dfc89f2bc7ee0c9b4d899b4086d262f9205c4ae
544c1acd2be086c35e9f84a7b4359439515a0892
refs/heads/master
2022-12-31T08:04:48.124183
2022-12-16T09:05:34
2022-12-16T09:05:34
569,671,261
0
0
null
null
null
null
UTF-8
C++
false
false
6,886
h
// Copyright (C) 2018-2022 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #ifndef SHAVE_METADATA_PARSER_H_INCLUDED #define SHAVE_METADATA_PARSER_H_INCLUDED #include <string> #include <vector> #include <cassert> #include <cstring> #include "ShaveElfMetadata.h" struct md_parser_t { md_parser_t(const u...
[ "noreply@github.com" ]
novakale.noreply@github.com
5f0da15115575b8aca406695b408f8c94b7a1d6f
99a777f6bcf36b466ef494fb855fd0d89b13947a
/src/activemasternode.h
2ebb9eb6617ba28d8acde36c93ee861a642ba0c8
[ "MIT" ]
permissive
phelixx372/Hydra
99fc2c29feecd6bc01e5a663e1bc195338feded4
5459ae1eddcde3de68aaab049799080f05b93bae
refs/heads/master
2020-03-11T06:09:54.481427
2018-04-11T20:35:59
2018-04-11T20:35:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,847
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The DarkCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef ACTIVEMASTERNODE_H #define ACTIVEMASTERNODE_H #include "uint256.h" #inclu...
[ "38270322+HydraOfficial@users.noreply.github.com" ]
38270322+HydraOfficial@users.noreply.github.com
d90f006cfb0e4ea4c7c08700cfe678c4f20b4d99
bb7645bab64acc5bc93429a6cdf43e1638237980
/Official Windows Platform Sample/Windows 8.1 Store app samples/99866-Windows 8.1 Store app samples/Lock Screen Call SDK Sample/C++/App.xaml.h
332abf9ff488d0effe93ed3247ed7294ecf6b323
[ "MIT" ]
permissive
Violet26/msdn-code-gallery-microsoft
3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312
df0f5129fa839a6de8f0f7f7397a8b290c60ffbb
refs/heads/master
2020-12-02T02:00:48.716941
2020-01-05T22:39:02
2020-01-05T22:39:02
230,851,047
1
0
MIT
2019-12-30T05:06:00
2019-12-30T05:05:59
null
UTF-8
C++
false
false
748
h
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // //********************************************************* // // App.xaml.h // Declaration of the App.xaml class. // #pragma once #include "pch.h" #include "App.g.h" #include "MainPage.g.h" namespace ...
[ "v-tiafe@microsoft.com" ]
v-tiafe@microsoft.com
40e666aedc40c18a2e86224c8376cbb180cd3f3b
9caf72f30a59afba4b615160e4dcff8c038a360a
/CodePublisher/Display/Display.cpp
8cfdaf0f72b156ab3362c5f4c75e3e2837fe73fe
[]
no_license
asraman/RemoteCodePageManagement
9b9749395ccc8951e468b945e64b1cd2d7d28f32
397ef5fb4dcc59ea82a475182091481e9af300aa
refs/heads/master
2020-07-09T08:19:41.454214
2019-08-23T18:18:38
2019-08-23T18:18:38
203,924,605
0
1
null
null
null
null
UTF-8
C++
false
false
2,023
cpp
/////////////////////////////////////////////////////////////////////////// // Display.h : implements webpage display using browser functions // // ver 1.0 // // // // Platform ...
[ "asraman@syr.edu" ]
asraman@syr.edu
391b02dd1a42493cdb433e64d131ad2ce7476b27
36c0e07fba5319f186a135a41f2ecd2445656894
/tests/cthread/test_while.cpp
c2bb666b1a46bd837866d8633865e6ed00b02f67
[ "LLVM-exception", "Apache-2.0" ]
permissive
mfkiwl/systemc-compiler
5f53c3dbd52439997289b3947d863d9d8b3c90b4
96d94cac721224745cffe3daaee35c406af36e9e
refs/heads/main
2023-06-12T06:39:48.707703
2021-07-08T11:10:41
2021-07-08T11:10:41
385,031,718
1
0
NOASSERTION
2021-07-11T19:05:42
2021-07-11T19:05:42
null
UTF-8
C++
false
false
8,143
cpp
/****************************************************************************** * Copyright (c) 2020, Intel Corporation. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception. * *****************************************************************************/ #include <systemc.h> // while ge...
[ "mikhail.moiseev@intel.com" ]
mikhail.moiseev@intel.com
6a863d73cf1cbdf6f9b52277465d8fe56a058bb4
eebb79e0ffb9bf2c729e83e133ff61a4c2e36d49
/src/external/s2/s2cellid.cc
4ffbea6c9643943c7957b5240ff8fa1dd008f564
[ "Apache-2.0" ]
permissive
realm/realm-core
878349ddbf33353de26272d7b1e8f93690ba28d1
c258e2681bca5fb33bbd23c112493817b43bfa86
refs/heads/master
2023-08-31T21:14:19.625989
2023-08-31T20:29:06
2023-08-31T20:29:06
1,917,262
1,059
189
Apache-2.0
2023-09-14T18:11:10
2011-06-18T21:18:46
C++
UTF-8
C++
false
false
18,536
cc
// Copyright 2005 Google Inc. All Rights Reserved. #include "s2cellid.h" #ifndef _WIN32 #include <pthread.h> #endif #include <algorithm> using std::min; using std::max; using std::swap; using std::reverse; #include <iomanip> using std::setprecision; #include <mutex> #include <vector> using std::vector; #include...
[ "noreply@github.com" ]
realm.noreply@github.com
f8fbbbf65e4c13ad6c0c9fdcafbb5e9430c0d0b9
f0bd42c8ae869dee511f6d41b1bc255cb32887d5
/UVA/12706 - Zero-Knowledge Protocol.cpp
6a25f1aa5225b4d94f70b8e4e5d69028254fee13
[]
no_license
osamahatem/CompetitiveProgramming
3c68218a181d4637c09f31a7097c62f20977ffcd
a5b54ae8cab47b2720a64c68832a9c07668c5ffb
refs/heads/master
2021-06-10T10:21:13.879053
2020-07-07T14:59:44
2020-07-07T14:59:44
113,673,720
3
1
null
null
null
null
UTF-8
C++
false
false
1,025
cpp
/* * 12706 - Zero-Knowledge Protocol.cpp * * Created on: Aug 9, 2014 * Author: Osama Hatem */ #include <bits/stdtr1c++.h> #include <ext/numeric> using namespace std; int main() { #ifndef ONLINE_JUDGE freopen("in.in", "r", stdin); // freopen("out.out", "w", stdout); #endif int t, arr[20005]; scanf("%d"...
[ "osama@elysian.team" ]
osama@elysian.team
044cf6d9ce78a61c83794b35cfb25bfa15f62990
170545d6ae55d8a4675a69dbecd79db5c201205c
/fxmark/vbench/rocksdb/util/hash_cuckoo_rep.cc
ea2b7bca26189cb8f6af1204e1a1f2c787238ac3
[ "BSD-3-Clause" ]
permissive
nsq974487195/max
55a93c6178d0243c9efcf5d0dfdb76db57bd5d0c
d559346f9ee50a4f86168211c5f9638a5f15f683
refs/heads/main
2023-06-15T19:18:00.563246
2021-07-17T10:15:08
2021-07-17T10:15:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
24,948
cc
// Copyright (c) 2014, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // #ifndef ROCKSDB_LITE #i...
[ "liao-xj17@mails.tsinghua.edu.cn" ]
liao-xj17@mails.tsinghua.edu.cn
0efce63daabbbaec4e00c3feac32b74a0acebfbd
a6446a0fbd672b9c4c58910b880cb7d651f2de9b
/7-Programação_Dinâmeica_3/A.cpp
f671d0c7ec1b169ecd09989b12d8226f7f3548df
[]
no_license
epitaciosilva/programing-marathon
b6b3059c81dcfc1a15bec9b347ec5b2d51e2aec1
51db67e44060e7b4a8e5f060c61347bdc7a18f3f
refs/heads/master
2021-02-11T10:20:48.325371
2020-11-06T12:55:38
2020-11-06T12:55:38
244,481,558
0
0
null
2020-10-20T11:39:24
2020-03-02T21:42:38
C++
UTF-8
C++
false
false
900
cpp
#include <iostream> #include <string> #include <map> #include <algorithm> #include <vector> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); int t, e,f,n,peso; // int p[500001], w[10001]; cin >> t; while(t--) { cin >> e >> f; cin >> n; ...
[ "bessa.epitacio@gmail.com" ]
bessa.epitacio@gmail.com
2bc8f7dbad2a0d70090ce39eb896f2b7b3444fc1
9b26e884730a83748e4d253a1cd8afaea996de39
/Pods/Realm/core/realm-monorepo.xcframework/ios-arm64_i386_x86_64-simulator/Headers/realm/util/serializer.hpp
b5ba033837a47cb1374a49c8dabf793a686ffc3f
[ "Apache-2.0", "LicenseRef-scancode-generic-export-compliance" ]
permissive
stawigor/Weather-Forecast-test
1e1ad744a3a4f74e1bb48d8a25d3b4adf3eba051
a0fce6612760a191f49824d4630dd647ce67f17f
refs/heads/main
2023-06-05T04:00:46.704964
2021-06-28T00:01:24
2021-06-28T00:01:24
380,859,831
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:d677af048ef51e331622a01502b5ee210cfeb91e1da7ffd1b6c34551e303872b size 3036
[ "75537067+stavigor@users.noreply.github.com" ]
75537067+stavigor@users.noreply.github.com
27e342a3e85c6dd59aeac75bbed525a02f2b8325
c51febc209233a9160f41913d895415704d2391f
/library/ATF/_darkhole_mission_pass_inform_zocl.hpp
b16206a7c3d6eb377c28ead246b24332c20fb3e3
[ "MIT" ]
permissive
roussukke/Yorozuya
81f81e5e759ecae02c793e65d6c3acc504091bc3
d9a44592b0714da1aebf492b64fdcb3fa072afe5
refs/heads/master
2023-07-08T03:23:00.584855
2023-06-29T08:20:25
2023-06-29T08:20:25
463,330,454
0
0
MIT
2022-02-24T23:15:01
2022-02-24T23:15:00
null
UTF-8
C++
false
false
365
hpp
// This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually #pragma once #include <common/common.h> START_ATF_NAMESPACE #pragma pack(push, 1) struct _darkhole_mission_pass_inform_zocl { char szCompleteMsgCode[17]; public: int size(); ...
[ "b1ll.cipher@yandex.ru" ]
b1ll.cipher@yandex.ru
aaa852b898940a35815ef88cb6d605bfb373ae74
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/InnerDetector/InDetDetDescr/SCT_GeoModel/SCT_GeoModel/SCT_PixelAttachment.h
5a8b6355486f69a2f6c97734b869945b4c0f1477
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
1,065
h
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #ifndef SCT_GEOMODEL_SCT_PIXELATTACHMENT_H #define SCT_GEOMODEL_SCT_PIXELATTACHMENT_H #include "SCT_GeoModel/SCT_ComponentFactory.h" #include <string> class GeoMaterial; class SCT_PixelAttachment : public SCT_SharedComponentFactory { ...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
9845445d6a99fd5902842d6f9ea9b8f2d0e25b61
1c9f21e9943d8f79ddcc470a757c24e33969a0de
/NumberDecorator.hpp
83368d6d0c5b758cddf1ecab526018e0a6f61999
[]
no_license
FernandoCesarMS/Decorator
fae717a399a11d88121e04db39c96689a89e1055
969a26559da969a07722eaf48906e70c5db19744
refs/heads/master
2022-12-08T16:54:52.948864
2020-09-16T02:56:59
2020-09-16T02:56:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,007
hpp
#ifndef NUMBER_DECORATOR_H #define NUMBER_DECORATOR_H #include "StreamDecorator.hpp" /** * \brief This decorator takes a stream, and adds a '+' sign in front of every * integer in this stream. This decorator preserves one space between * consecutive tokens (no space after the last token). Notice that real * numbe...
[ "cmnando.silva@gmail.com" ]
cmnando.silva@gmail.com
30d876a8647e71e3fa25d15c6b20f17f238bc163
b962ef7b06cdba3bad1ae8760fd7effb020606e1
/cpp/SampleImportPoints/SampleImportPointsApp.cpp
47c722d6be71711b5196ff6f4998ef19dad00cd3
[ "MIT" ]
permissive
angellinares/rhino-developer-samples
98df1b0355963533fc1d905e39ee73e80e2fe7eb
40d3281f56f5febe812c7c6f2f96a52ba75b30e6
refs/heads/master
2021-01-18T16:47:47.046808
2017-03-22T20:19:07
2017-03-22T20:19:07
86,769,972
1
0
null
2017-03-31T02:33:54
2017-03-31T02:33:54
null
UTF-8
C++
false
false
2,292
cpp
///////////////////////////////////////////////////////////////////////////// // SampleImportPointsApp.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include "SampleImportPointsApp.h" // // Note! // // A Rhino plug-in is an MFC DLL. // // If this DLL is dynamically linked against t...
[ "dale@mcneel.com" ]
dale@mcneel.com
30b9703d990425af83be664da65c6f4fc2d68103
c6e675ac42bf9dd7bd5967e73352427ba562530e
/src/StatToolImpl.cpp
5d21526d77841053c5b3c9d8f5dd821368c96dad
[]
no_license
adrien-zinger/async_stat_module
2f8521e9e783914c03ecf8f22da87b2de1db3cbe
787cc29b7bd6c2a9e68328e350ecad881f30cf76
refs/heads/master
2023-05-09T08:14:43.075145
2021-05-11T17:56:13
2021-05-11T17:56:13
366,470,113
0
0
null
null
null
null
UTF-8
C++
false
false
2,507
cpp
#include "StatToolImpl.hpp" #include <cmath> #include <pthread.h> #include <memory> bool StatToolImpl::FindIndex(const std::vector<int> &vec, const int ref, const bool left, int &index) { int l = 0; int r = vec.size() - 1; if (ref <= 0 || vec.size() < 1 || vec[l] > ref || vec[r] < ref || vec[l] >= vec[r]) ...
[ "azinger@eos-imaging.com" ]
azinger@eos-imaging.com
121c33c6826701df5fa5710f2854ec6adfe5c986
345d9a4ad960c76aab172ea29b7134fd4d6a045c
/src/casinocoin/conditions/impl/Condition.cpp
eae93175ec70f09ef1fa6b57db4d33884c728b31
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
ajochems/casinocoind
7357ee50ad2708b22010c01981e57138806ec67a
4ec0d39ea1687e724070ed7315c7e1115fc43bce
refs/heads/master
2020-03-22T21:41:13.940891
2019-10-03T18:53:28
2019-10-03T18:53:28
140,707,219
1
0
NOASSERTION
2019-10-03T18:53:30
2018-07-12T11:58:21
C++
UTF-8
C++
false
false
6,244
cpp
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2016 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby grante...
[ "andre@jochems.com" ]
andre@jochems.com
0ea113c0f8b035763d42324fffba13f7d97ff7b4
5bc47dcf9ab0843b9d06bc25012bcb2f78874216
/670E.cpp
30b4f2539eb3757755f335a0c72371836ada4d9f
[]
no_license
MijaTola/Codeforce
428f466248a4e9d42ac457aa971f681320dc5018
9e85803464ed192c6c643bd0f920f345503ac967
refs/heads/master
2021-01-10T16:27:12.479907
2020-10-14T15:00:14
2020-10-14T15:00:14
45,284,776
0
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
#include <bits/stdc++.h> using namespace std; int Next[500010]; int Back[500010]; int ini[500010]; int fin[500010]; char s[500010]; stack<int> st; int n,m,p; int main() { scanf("%d %d %d %s", &n, &m, &p, s + 1); Next[0] = 1; Back[n] = n - 1; for (int i = 1; i <= n; ++i) { Next[i] = i + 1; ...
[ "mija.tola.ap@gmail.com" ]
mija.tola.ap@gmail.com
c9fcf5c086fddbe50b3f5f9313ca9fa5878bda09
d2de6f54bae55578f9d6f6d621b1892efe7eb076
/gluecodium/src/test/resources/smoke/nullable/output/dart/ffi/NullableHandles.h
96563eb23203a81e4b1bdbaeeecdb668e236754e
[ "Apache-2.0" ]
permissive
heremaps/gluecodium
812f4b8a6a0f01979d6902b5e0cfe003a5b82347
92e6a514dc8bdb786ad949f79df249da277c6e88
refs/heads/master
2023-08-24T19:34:55.818503
2023-08-24T06:02:15
2023-08-24T06:02:15
139,735,719
172
17
Apache-2.0
2023-09-01T11:49:28
2018-07-04T14:55:33
Dart
UTF-8
C++
false
false
3,993
h
#pragma once #include "Export.h" #include "OpaqueHandle.h" #include <cstdint> #ifdef __cplusplus extern "C" { #endif _GLUECODIUM_FFI_EXPORT FfiOpaqueHandle library_Byte_create_handle_nullable(int8_t value); _GLUECODIUM_FFI_EXPORT void library_Byte_release_handle_nullable(FfiOpaqueHandle handle); _GLUECODIUM_FFI_EXPORT ...
[ "noreply@github.com" ]
heremaps.noreply@github.com
8a86baa203d9257e654788288a19d9099dc25714
0733126cd332199e01982462c5a282c49e33a9cf
/Algorithm/cpp/126.WordLadderII.cpp
ebb36bb61e0a68a7d2d62f15ec34440b7844a834
[ "MIT" ]
permissive
741zxc606/LeetCodePractices
70d271f70a4ecc5e2506dc842c5f610dd5eea1b7
6a87edf601ecc52d627b1a5e19b96983fc37bc92
refs/heads/master
2021-06-04T20:24:52.674715
2019-12-31T08:16:55
2019-12-31T08:16:55
95,416,039
0
0
null
2019-01-10T03:01:22
2017-06-26T06:37:02
C++
UTF-8
C++
false
false
4,521
cpp
/* * 126.Word Ladder II * Given two words (beginWord and endWord),and a dictionary's word list,find all shorted transformation sequence(s) from beginWord to * endWord,such that: * 1.Only one letter can be changed at a time * 2.Each transformed word must exist in the word list.Note that beginWord is not a...
[ "noreply@github.com" ]
741zxc606.noreply@github.com
39f6f4f2c1d48c0d8ca0036f85ca5ea7b7d3307c
018eac278e23bf4611b1b5d4aa0ac106dff8238b
/problem/DP/区间dp/CF 149D - Coloring Brackets.cpp
86a34337af04786e7de3fc2c87bb50c277bf3efb
[]
no_license
qian99/acm
250294b153455913442d13bb5caed1a82cd0b9e3
4f88f34cbd6ee33476eceeeec47974c1fe2748d8
refs/heads/master
2021-01-11T17:38:56.835301
2017-01-23T15:00:46
2017-01-23T15:00:47
79,812,471
3
2
null
null
null
null
UTF-8
C++
false
false
3,289
cpp
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> #include<map> #include<queue> #include<set> #include<stack> #include<cmath> #include<vector> #define inf 0x3f3f3f3f #define Inf 0x3FFFFFFFFFFFFFFFLL #define eps 1e-9 #define pi acos(-1.0) using namespace std; type...
[ "123u@loyings-public-folder.local" ]
123u@loyings-public-folder.local
8e4bad8941bd6201a4fab59be81bad211a30d4aa
488331a15399a7eba5bb8e7dd9041f67566f6380
/src/LEDTask.cpp
1fe0dcf45f63733119f5f056af9b6831c49efc19
[]
no_license
HydroSense/teensy-freertos
8698fc6340d2fcdd3a3e23c5df9a452a585cee28
e7a5015df71596fa00617f600e01c911e4905c2b
refs/heads/master
2021-01-10T17:47:41.466744
2016-02-08T21:51:08
2016-02-08T21:51:08
50,954,737
1
0
null
null
null
null
UTF-8
C++
false
false
615
cpp
#include <kinetis.h> #include <FreeRTOS.h> #include <task.h> int LED_CONFIG = 0x00000102; int LED_MASK = 0x00000020; int counter = 0; #include <Arduino.h> int ledPin = 13; void LEDTask(void* args) { pinMode(ledPin, OUTPUT); for(;;){ if (counter++ % 2) { digitalWrite(ledPin, LOW); } else { ...
[ "cheinzmann3@gmail.com" ]
cheinzmann3@gmail.com
44df691a98eb56df68fcba71e2a4f2b45ebd461b
0379dd91363f38d8637ff242c1ce5d3595c9b549
/windows_10_shared_source_kit/windows_10_shared_source_kit/unknown_version/Source/Tests/Graphics/Graphics/DirectX/d3d/conf/MeasureHPC/Draw.cpp
49c1f72485a1e759de1f44f06cfbaa787bfad635
[]
no_license
zhanglGitHub/windows_10_shared_source_kit
14f25e6fff898733892d0b5cc23b2b88b04458d9
6784379b0023185027894efe6b97afee24ca77e0
refs/heads/master
2023-03-21T05:04:08.653859
2020-09-28T16:44:54
2020-09-28T16:44:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,604
cpp
//////////////////////////////////////////////////////////////////////////////// // Draw.cpp //////////////////////////////////////////////////////////////////////////////// #include "Frequency.h" #include <d3d11_1.h> #include <d3dcompiler.h> #include <directxmath.h> #include <directxcolors.h> using namespace...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
6ab6653b297fd3b9ef71f31265f1f86c964bed31
bf2dfa126e152f72df042a1123965d32d03eceec
/1DAE10_03_Brenainn_Vanhaverbeke/Variables3Basics/Variables3Basics.cpp
15bc2cbd57d64fc7f9a3d7d7beec741091d36865
[]
no_license
VosjeFigter/1DAE10_Brenainn_Vanhaverbeke
d8c163cadf82f07a291c65f78398349e607a6cdb
d1740312098f5681868b36a5112e558e541da385
refs/heads/main
2023-08-22T01:27:35.298348
2021-10-20T13:40:15
2021-10-20T13:40:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,362
cpp
// Vanhaverbeke, Brenainn - 1DAE10 #include "pch.h" #include <iostream> int main() { int decimal = 12; int hexadecimal = 0xC; int binary = 0b1100; std::cout << decimal << ", " << hexadecimal << ", " << binary << "\n"; int negativeIntOverflow = INT32_MIN - 1; int positiveIntOverflow = INT32_MAX...
[ "brenainnvanhaverbeke@gmail.com" ]
brenainnvanhaverbeke@gmail.com
7c5daa78ae961c18ce2f17235f9a850dac08658a
72c91e45e16babf0d0b4e1a0bf47511463aecc31
/base_algri/链式A+B/c.cpp
0056aeaedc85703030772ea06eed3a9bd7caa80d
[]
no_license
darr/base_algri
16616ff538a2940d81bab188513a9020e8bbdaf8
28d24fa9a159845ec4e5243aa18116d416610b30
refs/heads/master
2020-03-25T04:18:12.346619
2018-09-13T11:30:19
2018-09-13T11:30:19
143,387,665
0
0
null
null
null
null
UTF-8
C++
false
false
3,102
cpp
///////////////////////////////////// // File name : c.cpp // Create date : 2018-07-23 08:53 // Modified date : 2018-07-23 10:00 // Author : DARREN // Describe : not set // Email : lzygzh@126.com //////////////////////////////////// /* * struct ListNode { * int val; * struct ListNode *next; * ...
[ "lzygzh@126.com" ]
lzygzh@126.com
0cb1d049d12c40b2ccdfe124e06b0d50ddd68b80
1344d67cec4bcce39845b70b4d0fd1f85ab29bfd
/solutions/1501.cpp
1b9bae287f2f6b18312d9bcd8d000141e99e1d93
[]
no_license
luoshaochuan/hihocoder
3953d63819547b9a6cac00615fc25e3a24ff21e7
ac6d3d639e43db6d47effc9e5c4852e9c3c25269
refs/heads/master
2021-04-27T00:16:52.231013
2018-03-04T03:36:25
2018-03-04T03:36:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
502
cpp
#include <iostream> using namespace std; string convert(string s){ string ss = ""; for(int i=0;i<s.size();i++){ if(s[i] == '_' && i + 1 < s.size()) ss += toupper(s[i+1]), i++; else if(s[i] >= 'A' && s[i] <= 'Z') ss += '_', ss += tolower(s[i]); else ss += s[i]; } return ss; } int ...
[ "fuliucansheng@gmail.com" ]
fuliucansheng@gmail.com
81ddaf07042e18d4dcfa1bb0878ee659c9a2bf8e
5560300c1ecd5da373bcb07294a730753d9491f9
/chapter06/main.cpp
e61e43c93369bf5d12ecf64e13d071bd115f36cd
[]
no_license
dangets/glslcookbook
1a3bc366dd2a1f436a12cb13106960cbc527167d
9d7af5ae2f02f101952f7b56bef1cf41c66a90e6
refs/heads/edition2
2020-12-30T19:11:05.719087
2013-11-01T05:48:09
2013-11-01T05:48:09
4,663,687
0
1
null
2013-10-27T00:15:50
2012-06-14T13:38:38
C++
UTF-8
C++
false
false
3,279
cpp
#include "cookbookogl.h" #include <GLFW/glfw3.h> #include "glutils.h" #include "scenebezcurve.h" #include "scenepointsprite.h" #include "scenequadtess.h" #include "sceneshadewire.h" #include "scenesilhouette.h" #include "scenetessteapot.h" #include "scenetessteapotdepth.h" #define WIN_WIDTH 800 #define W...
[ "davidwolff@siggraph.org" ]
davidwolff@siggraph.org
8d4ae28f7fbec5ff2d21a7831de0d620d5cfd826
33c053ddea13a71a0c0ce1780df22648ed975e60
/dfs_simple_dfs.cpp
cbdd16076c0c5d16f0951fc222d57006de2358eb
[]
no_license
chiha8888/Code
3c76ee6fe63187edb00147cf5dd0ed0583848451
ae4df9feb86a4f0b130500eb7c6c631ba8657782
refs/heads/master
2022-09-17T02:07:13.322590
2020-06-05T15:40:24
2020-06-05T15:40:24
269,687,390
0
0
null
null
null
null
UTF-8
C++
false
false
580
cpp
#include<iostream> #include<cstdlib> #include<algorithm> using namespace std; char A[25][25]; int dx[4]={0,0,-1,1}; int dy[4]={1,-1,0,0}; int W,H; int ans; void dfs(int x,int y){ A[x][y]='@'; ans++; for(int i=0;i<4;i++){ int nx=x+dx[i],ny=y+dy[i]; if(nx>=0&&nx<H&&ny>=0&&ny<W&&A[nx][ny]=='.'){ dfs(nx,ny); }...
[ "chiha8888@gmail.com" ]
chiha8888@gmail.com
6b9f0bd96f54491bee42f3de27d8f46d9109712f
4167a0cab5dfc3112ceeb9647b6dca0d2311edea
/WICWIU_src/Module/Decoder.hpp
6bd2449f2d837107151b45e14327029356093b5e
[ "Apache-2.0" ]
permissive
joyfulbean/WICWIU
28b7d5b1651daaa743bbaed223df37a15795162a
09945af0c1b10a12ad888f34b6bf460ed478c1bc
refs/heads/master
2023-05-07T13:47:38.755013
2021-06-01T05:27:00
2021-06-01T05:27:00
374,016,800
3
0
Apache-2.0
2021-06-05T04:07:48
2021-06-05T04:07:47
null
UTF-8
C++
false
false
5,553
hpp
#ifndef __DECODER__ #define __DECODER__ value #include "../Module.hpp" template<typename DTYPE> class Decoder : public Module<DTYPE>{ private: int timesize; Operator<DTYPE> *m_initHiddenTensorholder; Operator<DTYPE> *m_EncoderLengths; int m_isTeacherForcing; public: De...
[ "21500412@handong.edu" ]
21500412@handong.edu
28ef0dc2465f06a29fbaaebdcdd71ee6bed41f75
564c21649799b8b59f47d6282865f0cf745b1f87
/device/usb/usb_service_impl.h
e5467fb0b0c4ea99fcc2fd7b575484dba08da4fa
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
pablosalazar7/WebARonARCore
e41f6277dd321c60084abad635819e0f70f2e9ff
43c5db480e89b59e4ae6349e36d8f375ee12cc0d
refs/heads/webarcore_57.0.2987.5
2023-02-23T04:58:12.756320
2018-01-17T17:40:20
2018-01-24T04:14:02
454,492,900
1
0
NOASSERTION
2022-02-01T17:56:03
2022-02-01T17:56:02
null
UTF-8
C++
false
false
4,256
h
// 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 "device/usb/usb_service.h" #include <stddef.h> #include <map> #include <queue> #include <set> #include "base/macros.h" #include "base/memory/w...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9cedc74a5c59cf4ab56526d33b6cac6f9c45d1c4
243feab8a19ef992a138d05680b8c1710f0418d5
/src/histogram.hpp
f0e9b8a8722c0cb56044c3b68dca6a3d6ad5b74d
[ "MIT" ]
permissive
raymondngiam/bovw-place-recognition
17125c1557ea183ee28a560917104dc7c3f620c4
6abe90aed30ef836599c090c56c112ff015ba805
refs/heads/master
2023-04-28T16:06:11.019458
2021-05-14T14:06:57
2021-05-14T14:06:57
364,608,578
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
hpp
#pragma once #include <vector> #include <iostream> #include <sstream> #include <fstream> #include <string> #include <regex> #include <opencv2/core/mat.hpp> #include "bow_dictionary.hpp" #include <opencv2/flann.hpp> namespace ipb{ class Histogram{ private: std::vector<int> data_; public: Histogram()...
[ "ha.ngiam87@gmail.com" ]
ha.ngiam87@gmail.com
7cf8605b1f4a61e7069ff5600367f8a8269fdc1c
2cc2affda6d20e2f0f8c99c1cfc8a8ef95d87217
/STL_builtin/Maps/iterator.cpp
a8b5358e493dc7a4bc7caedab6cba034f595b77e
[]
no_license
CO18344/C-plus-plus
db9e474e9efc3393db96e8fcbe480fe9bbbe3ed9
4494b875fce81cb4cd835bc052b0d9498b4d3168
refs/heads/master
2023-03-03T01:22:55.752958
2021-02-10T13:15:19
2021-02-10T13:15:19
197,975,972
0
0
null
null
null
null
UTF-8
C++
false
false
582
cpp
#include<iostream> #include<map> //required for using maps using namespace std; int main() { //declared an empty map map<int,int> mapObject; //insertion using insert method of class map mapObject.insert(pair<int,int>(0,92)); mapObject.insert(pair<int,int>(1,94)); mapObject.insert(pair<int,int>(2,56)); //itera...
[ "satviksingh28@gmail.com" ]
satviksingh28@gmail.com
7ffaff15ca7149f501b1936ad302ea17cb68633a
ad4950addc0438b6d71273c9c6e46d90dc816405
/src/convert.cpp
e2c38607d01a951c5870ad8cf10a6dc29c1493df
[]
no_license
rvikwd3/Project9
905d21a3ff6750fa0c1f860423db25a19613951a
ca2eaabaafe6ba11eeca5dee6f7c8b5efe13b37d
refs/heads/master
2020-04-02T21:13:49.944428
2019-02-05T03:21:47
2019-02-05T03:21:47
154,791,753
0
0
null
null
null
null
UTF-8
C++
false
false
2,830
cpp
/* Color space conversion utility funcitons * RGB to HSV * HSV to RGB * * Conversion formulas are given at https://stackoverflow.com/questions/3018313/algorithm-to-convert-rgb-to-hsv-and-hsv-to-rgb-in-range-0-255-for-both */ #include "convert.h" #include <iostream> namespace Convert { // -------------------------...
[ "rvikwd3@outlook.com" ]
rvikwd3@outlook.com
0e472e2cffa3aec9915da74f1aff175e13ee5209
4d8270c15b77fa769b4b99a27a1f159582149427
/frontend/signalHandle.cpp
5a9be9c1e005b259d30cc0268f9729aade57c5cf
[]
no_license
xianruimeng/libPSI
9cb80043c125147ccf1ae15e6177f1d662539614
6da953b2fce4d8b6ba81369daed744d7e0272278
refs/heads/master
2021-03-27T15:59:44.940547
2017-11-07T20:18:58
2017-11-07T20:18:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,413
cpp
#ifndef _MSC_VER #include <stdio.h> #include <signal.h> #include <stdio.h> #include <signal.h> #include <sys/types.h> #include <unistd.h> #include <execinfo.h> #include <cstdlib> char* exe = 0; int initialiseExecutableName() { char link[1024]; exe = new char[1024]; snprintf(link, sizeof link, "/proc/%d/e...
[ "rindalp@oregonstate.edu" ]
rindalp@oregonstate.edu
f617bc72df05bcd7da0da536feb1c690e4c1bcdb
a7764174fb0351ea666faa9f3b5dfe304390a011
/inc/StepFEA_Array1OfCurveElementInterval.hxx
1d2996f771cf392ac5ddba7cc8e24495fd4aeec5
[]
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
3,659
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepFEA_Array1OfCurveElementInterval_...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
2123100983b2dfb7dfbdad785d98976822327731
4ebca7bab6e3aa1a9d0da68d786b70dec6a397e9
/Code/cocos2d-2.0-x-2.0.3/ProtectLand/Classes/Resource Management/Level.cpp
8edf0c0f09c25dc916aa857ee6aa305d1a862742
[ "MIT" ]
permissive
chiehfc/protect-land
9cb9f17b9ecd0b2cb8eaaa5d40526489db707d95
f93bb4b1ab4f71fd919a3605782f074af9a0b791
refs/heads/master
2016-09-03T06:46:31.136540
2012-12-07T07:36:31
2012-12-07T07:36:31
40,037,018
0
0
null
null
null
null
UTF-8
C++
false
false
134
cpp
#include "Level.h" #include "GameConfig.h" USING_NS_CC; CLevel::CLevel(int level) { } CLevel::~CLevel(void) { }
[ "nhanltv.bd@gmail.com" ]
nhanltv.bd@gmail.com
5a730b6efed024aece78dfd2505190de5d7a9f9f
f11ed31357628473e0bfb89902bc9c94157c6c59
/Poker_Card/Poker_Card_3.2/Poker_Card/Poker_Card.cpp
89fd596130e391c1675122a16cdb91c3e8196c00
[]
no_license
ChouJustice/WinForm-Project
06da737d6e31578b257955c3c8917691c1777e6f
e923d7c1a70e3420664574a9bd3bcee074aa7135
refs/heads/master
2020-03-15T19:56:18.445743
2018-08-20T06:41:49
2018-08-20T06:41:49
132,320,836
0
0
null
null
null
null
BIG5
C++
false
false
412
cpp
// Poker_Card.cpp: 主要專案檔。 #include "stdafx.h" #include "Form1.h" using namespace Poker_Card; [STAThreadAttribute] int main(array<System::String ^> ^args) { // 建立任何控制項之前,先啟用 Windows XP 視覺化效果 Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); // 建立主視窗並執行 Application::Run(g...
[ "z42442412@gmail.com" ]
z42442412@gmail.com
4e80dee60d3c5d9519a88e1f2e981c6bbb1850d4
1095cfe2e29ddf4e4c5e12d713bd12f45c9b6f7d
/ext/systemc/src/sysc/tracing/sc_vcd_trace.h
760949ffb3cd3931c7563472c64e116ec168d6fa
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LGPL-2.0-or-later", "MIT" ]
permissive
gem5/gem5
9ec715ae036c2e08807b5919f114e1d38d189bce
48a40cf2f5182a82de360b7efa497d82e06b1631
refs/heads/stable
2023-09-03T15:56:25.819189
2023-08-31T05:53:03
2023-08-31T05:53:03
27,425,638
1,185
1,177
BSD-3-Clause
2023-09-14T08:29:31
2014-12-02T09:46:00
C++
UTF-8
C++
false
false
7,516
h
/***************************************************************************** Licensed to Accellera Systems Initiative Inc. (Accellera) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Accellera licenses...
[ "jungma@eit.uni-kl.de" ]
jungma@eit.uni-kl.de
7ee1dd6f317afcbe8181ea61387c1cbf49809baf
31b57390a31da0f617510c84ba562612c38b8715
/robowflex_dart/scripts/fetch_robowflex_planner.cpp
56bd4c2d03bc3b0d4148efa4377bc025bb12100b
[ "BSD-3-Clause" ]
permissive
KavrakiLab/robowflex
524d8293fea60146d22a75fd452efa706b7b38d3
77cf34861b05f1acf7dfe007c966ad82d1365480
refs/heads/master
2023-08-07T15:50:49.030373
2023-05-17T23:16:38
2023-05-17T23:16:38
136,487,567
100
22
NOASSERTION
2023-05-17T23:16:40
2018-06-07T14:16:03
C++
UTF-8
C++
false
false
1,826
cpp
/* Author: Zachary Kingston */ #include <robowflex_library/builder.h> #include <robowflex_library/detail/fetch.h> #include <robowflex_library/io/visualization.h> #include <robowflex_library/log.h> #include <robowflex_library/planning.h> #include <robowflex_library/robot.h> #include <robowflex_library/scene.h> #include...
[ "noreply@github.com" ]
KavrakiLab.noreply@github.com
17b9ee6c5a4d50e6e218507445f511236df05947
885bd76c457dc253774b0db0a0ccef1f362ea0c8
/MyFaceRecognition/MyFaceRecognition/CSVCreateDlg.h
983d716364aa19178c4784aee65d960b0228d3f1
[]
no_license
ActiveVariable/MyFaceRecognition
75067e47e615e5c5afc784afe278367192fb513b
f1acb1ac41551aced4b703196cf190feaef44712
refs/heads/master
2020-04-16T07:03:39.070763
2019-01-12T11:04:23
2019-01-12T11:04:23
165,372,103
1
1
null
null
null
null
GB18030
C++
false
false
435
h
#pragma once // CCSVCreateDlg 对话框 class CCSVCreateDlg : public CDialog { DECLARE_DYNAMIC(CCSVCreateDlg) public: CCSVCreateDlg(CWnd* pParent = NULL); // 标准构造函数 virtual ~CCSVCreateDlg(); // 对话框数据 enum { IDD = IDD_CSVCreate }; protected: virtual void DoDataExchange(CDataExchange* pDX); // ...
[ "noreply@github.com" ]
ActiveVariable.noreply@github.com
ca6e405853ba72e2f4681d747f47da127e9b1dc7
1263008492e8a237605e82dfd7d198e454c31f0c
/rpg2kLib/Element.hpp
fa26152ca646f28ed481d436b8037402c359f4f2
[]
no_license
weimingtom/rpg2kemuSvn
78df5490a7fde36d44cba3e5948fb74c133a10c2
8373acf41bbe13b471efd354de1e9384e21eb062
refs/heads/master
2020-12-08T03:11:45.885189
2016-08-20T01:01:06
2016-08-20T01:01:06
66,121,107
0
0
null
null
null
null
UTF-8
C++
false
false
4,633
hpp
#ifndef _INC__RPG2K__MODEL__ELEMENT_HPP #define _INC__RPG2K__MODEL__ELEMENT_HPP #include "Descriptor.hpp" #include "Stream.hpp" namespace rpg2kLib { namespace structure { class Element { protected: class InstanceInterface { private: Element& owner_; Descriptor const* descriptor_; Binary ...
[ "weimingtom@qq.com" ]
weimingtom@qq.com
ed10f9dccf7e563451880fb89780dc75d5c32682
89f8073f32c5e76c36d7e3072002015a5646119f
/common files/printing bracket in cmp.cpp
0937ad6ef6bda9574760cbcabf9c9536181f49b8
[]
no_license
PulockDas/Competitive-Programming-Algorithms
f19b8eab081e73c01b4a8ba8673c9df752ff3646
2b3774a34170f10e81ec5b3479f4a49bc138e938
refs/heads/main
2023-06-11T20:59:57.458069
2021-06-29T19:54:05
2021-06-29T19:54:05
308,912,300
0
0
null
null
null
null
UTF-8
C++
false
false
1,109
cpp
#include <bits/stdc++.h> using namespace std; void printparenthesis(int i, int j, int n, int *s, char &name){ if(i==j){ cout << name++; return; } cout << "("; printparenthesis(i, *((s+i*n)+j), n, s, name); printparenthesis(*((s+i*n)+j)+1, j, n, s, name); cout << ")"; } void...
[ "pulock46@student.sust.edu" ]
pulock46@student.sust.edu
42b416954fa05dcd610643dac0d329426070d37f
38c10c01007624cd2056884f25e0d6ab85442194
/extensions/common/permissions/usb_device_permission.h
881d6dd745598f3c29feb182130f03a82a66bdc6
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
1,295
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_COMMON_PERMISSIONS_USB_DEVICE_PERMISSION_H_ #define EXTENSIONS_COMMON_PERMISSIONS_USB_DEVICE_PERMISSION_H_ #include "base/basictypes.h...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
b0326ebe67b5e9836ce956ba3e683a76912e698d
2dfd8c5f63d4b9d3a5f9e516d0005e62c0ee54b1
/bfs/openmp/bfs.cpp
8c401ebc87828a9769f1f27e57ad5b141044429f
[]
no_license
bernecky/RodiniaBenchmark
bb6e69e6c87ae915f6908e09bfe3711c4f8779d9
2beec1c0f07c83b030477d6f19da0ccaedabb934
refs/heads/master
2021-05-13T13:59:40.518333
2017-07-23T15:00:37
2017-07-23T15:00:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,882
cpp
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include <omp.h> //#define NUM_THREAD 4 //#define OPEN int no_of_nodes; int edge_list_size; FILE *fp; //Structure to hold a node information struct Node { int starting; int no_of_edges; }; void BFSGraph(int argc, char** argv); void Usa...
[ "jgo@sac-home.org" ]
jgo@sac-home.org
66e927da931135c986f62b58868187a017892a7f
cc7661edca4d5fb2fc226bd6605a533f50a2fb63
/System/Win32_SOCKADDR.h
88ba1734546ab7507644f1bb1036e22db16caf38
[ "MIT" ]
permissive
g91/Rust-C-SDK
698e5b573285d5793250099b59f5453c3c4599eb
d1cce1133191263cba5583c43a8d42d8d65c21b0
refs/heads/master
2020-03-27T05:49:01.747456
2017-08-23T09:07:35
2017-08-23T09:07:35
146,053,940
1
0
null
2018-08-25T01:13:44
2018-08-25T01:13:44
null
UTF-8
C++
false
false
349
h
#pragma once #include "..\System\UInt16.h" namespace System { namespace Net { { namespace NetworkInformation { class Win32_SOCKADDR : public ValueType // 0x0 { public: System::UInt16 AddressFamily; // 0x10 (size: 0x2, flags: 0x6, type: 0x7) unsigned char* AddressData; // 0x18 (size: 0x8, flags: 0x1006, type...
[ "info@cvm-solutions.co.uk" ]
info@cvm-solutions.co.uk
3e99916bf1b3d9faf0fcf1f0f10976c6e3af8d36
8f402716d1a0488b0daf6ebb925a66afbc87896e
/btsequence.h
413ec268ce34f6f5996630ab53c0f6009512b5a2
[]
no_license
chvatma2/tnm095-project
427f6f92e6c15630bab9095e6842fe64f6559322
3db089e9a89cfe3da4118dcfdb782f5a36e333aa
refs/heads/master
2020-03-30T10:20:40.229008
2018-10-19T07:56:01
2018-10-19T07:56:01
151,116,003
0
0
null
null
null
null
UTF-8
C++
false
false
379
h
#ifndef BTSEQUENCE_H #define BTSEQUENCE_H #include "btnode.h" #include <QVector> class BTSequence : public BTNode { public: BTSequence(BTNode *parent); void addChild(BTNode* child); void execute() override; void childFinished(bool succeeded) override; private: QVector<BTNode*> m_children; in...
[ "martnchvatal@gmail.com" ]
martnchvatal@gmail.com
b5d2d51a43a2627ad9c64fbddb5b8b6033721f7a
52f64708ba7560f5d16eef95b057a993ab73c787
/Codeforces/957/B.cpp
d8c57be9940e891fe4f06b18352070bda3e16394
[]
no_license
ckpiyanon/submission
1c5709755afeba8b5087fa29b12f9c2c931c4b68
7b3f546e3c1e10787a24f567c9f2ec1366bbaf5a
refs/heads/master
2022-10-28T18:42:34.937505
2020-06-15T22:00:19
2020-06-15T22:00:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
888
cpp
#include <bits/stdc++.h> using namespace std; int n, m, chkR[55], chkC[55], chk[55][55]; char A[55][55]; void solve(int x, int y) { chk[x][y] = true; chkR[x] = true; chkC[y] = true; for(int i = 1; i <= n; ++i) { if(A[i][y] == '#') { chk[i][y] = true; if(!chkR[i]) solve(i, y); } } for(int i = 1; i <= m...
[ "30414878+win11905@users.noreply.github.com" ]
30414878+win11905@users.noreply.github.com
f4af17f89f709a64e5a0e3f01c41355cec0d740c
1f85142263a08d2e20080f18756059f581d524df
/lib/tags/lib-1.11.0.0/src/pagespeed/rules/remove_query_strings_from_static_resources.cc
c5b372fd098fe2e791e2c5f93604a7ef8b14b959
[ "Apache-2.0" ]
permissive
songlibo/page-speed
60edce572136a4b35f4d939fd11cc4d3cfd04567
8776e0441abd3f061da969644a9db6655fe01855
refs/heads/master
2021-01-22T08:27:40.145133
2016-02-03T15:34:40
2016-02-03T15:34:40
43,261,473
0
0
null
2015-09-27T19:32:17
2015-09-27T19:32:17
null
UTF-8
C++
false
false
4,787
cc
// Copyright 2010 Google Inc. 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 applicabl...
[ "bmcquade@google.com" ]
bmcquade@google.com
c3f33381fe9637bd72a7bef6767b4657fe899229
9d7b758dd5815cac3e92123941763439d5948141
/ControllerApp/Classes/Native/Photon3Unity3D_ExitGames_Client_Photon_StreamBuffe3747118964.h
56c4c82bfa794bce01ab72ce113e281aaa190a89
[]
no_license
kongriley/TronVR
083758ec925bfca541376f9f6a250d70b6082208
4819148343616a1327f3e5eec7d14d2cfeca7abe
refs/heads/master
2021-01-19T08:46:30.256678
2017-04-08T16:42:03
2017-04-08T16:42:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,844
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_IO_Stream3255436806.h" // System.Byte[] struct ByteU5BU5D_t3397334013; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "...
[ "wfrankw9@gmail.com" ]
wfrankw9@gmail.com
614e9ea3cc3ab1cb6791e955fe6b9cc2d753ef3f
b43c540d01645e9ad9dc6125619216dd58e59703
/SellectionSort.cpp
68e6fe0cfbb6d98d736419d78c665965fe543634
[ "Apache-2.0" ]
permissive
ardamavi/cpp
3c8fc3157d8e12cedf12b1efb9e03896b8073345
cc1ac9a404dd6404e59f3b0037ad5dfabdfa75b6
refs/heads/master
2021-01-20T18:33:08.460375
2016-07-12T17:22:26
2016-07-12T17:22:26
61,953,842
0
0
null
null
null
null
UTF-8
C++
false
false
667
cpp
// Arda Mavi - ardamavi.com #include <iostream> using namespace std; int main() { cout << "Kaç sayı girilecek ? "; int n; cin >> n; int arr[n]; int swp; for (int i = 0; i < n; i++) { cin >> arr[i]; } for(int i = 0; i < n; i++) { int min[2] = {99999, 0}; ...
[ "noreply@github.com" ]
ardamavi.noreply@github.com
c32719369185252014521f6e5d58efcaabfd5873
7dba763a2dd26983a69bf4658682df9937071173
/src/r5/syntax_parser.cpp
9bb6a62a1259d7e2c0d84b55d20f8f1d7a70f5db
[ "Apache-2.0" ]
permissive
qiling/kiviuq
fc495026c4cb16569ff95e7e86ac284ea26de40e
9732e6ff451fd1bd984dfcd416fe9e978b698354
refs/heads/master
2021-01-13T13:21:25.050252
2015-03-24T09:22:12
2015-03-24T09:22:12
null
0
0
null
null
null
null
GB18030
C++
false
false
13,744
cpp
/* $ [KiPHP] /r5/syntax_parser.cpp (1406) (C) 2005-2014 MF */ #define KI_RING 5 #include "../kiviuq.h" #include "./syntax.h" #include "./syntax_parser.h" #define self r5_syntax_parser #define _I(t) t->v._integer #define _F(t) t->v._float #define _S(t) t->v._string #define CODE (* RCD4::code...
[ "mfmans@gmail.com" ]
mfmans@gmail.com
eb096faf7deb98c132b4bebc5d0c95150674aa2d
a9b4fffe2346359f23054340697e4eb7939a7a67
/dependencies/math/math.hpp
5f78c51e0934ab9cfbe4fa3056eb9d61849aa26f
[ "MIT" ]
permissive
42Dugg/chentricware
bca0af8b1b1db69773c43825de9b805582f379c1
e052d5429efd3e22e9e6ffaa28e300164ca8c501
refs/heads/main
2023-03-21T23:41:57.545548
2021-03-12T02:06:49
2021-03-12T02:06:49
332,024,868
15
3
MIT
2021-01-24T00:36:44
2021-01-22T18:04:55
C++
UTF-8
C++
false
false
1,113
hpp
#pragma once namespace math { void correct_movement(vec3_t old_angles, c_usercmd* cmd, float old_forwardmove, float old_sidemove); vec3_t calculate_angle(vec3_t& a, vec3_t& b); vec3_t calculate_angle_3(const vec3_t& source, const vec3_t& destination, const vec3_t& viewAngles); void angle_vectors(vec3_t& angles, ve...
[ "35373538+42Dugg@users.noreply.github.com" ]
35373538+42Dugg@users.noreply.github.com
925d5bae8f9b66dd8c00ff933c9aa26b89ecabfd
55ac482dc551df60badf61dc61a52198a3f4d2cd
/BattleTanks/Source/BattleTanks/TankAimingComponent.h
b49210fb1da14bec9388bfa95d01fb7d40f1beda
[]
no_license
SaviorKai/04_BattleTanks
fb0de74cf4a1a2867875ed5f8cd8664a2f311f35
4591c43d20c77e9fa932545dcb0a6f5963ba64bc
refs/heads/master
2020-08-04T05:53:05.538645
2020-01-25T12:23:23
2020-01-25T12:23:23
212,027,517
2
0
null
null
null
null
WINDOWS-1252
C++
false
false
3,658
h
// All rights reserved © 2019 Ivan Carl Engelbrecht #pragma once #include "CoreMinimal.h" #include "Components/ActorComponent.h" ///Needs to be the last include #include "TankAimingComponent.generated.h" // EFiring Status Enum class creation. UENUM() enum class EFiringStatus : uint8 { Locked, Aiming, Reloading, ...
[ "55675002+SaviorKai@users.noreply.github.com" ]
55675002+SaviorKai@users.noreply.github.com
13042a2ec79e27e251522b07ac7c480052becd70
6b9a4342b3ffee005573f9cbb3c53aefb04e75ae
/CodesC/UVA/10023 - Square root.cpp
ffd95e8ff00284460be1929f400480b5f94eb145
[]
no_license
YousufAzadSami/Codes-From-Bachelor
be7613170f34c4be7efd399599e174c7a96f02aa
51d36072417a1c4df172bb468ee04be72cbeff7f
refs/heads/master
2020-12-15T00:22:42.641842
2020-01-19T15:53:53
2020-01-19T15:53:53
234,925,154
0
0
null
null
null
null
UTF-8
C++
false
false
300
cpp
#include<stdio.h> #include<math.h> int main() { long long int x,y; int n; scanf(" %d",&n); printf("\n"); while(n--) { scanf(" %lld",&x); printf("\n"); y=pow(x, .5 ); printf("%lld\n\n", y); } return 0; }
[ "sami1592@gmail.com" ]
sami1592@gmail.com
b0daf4ab9a9565c64ecc19b20c56ff384c369a3b
f7ec60de12f1b6c2ae37061b2e67362a340222e6
/Step1.Gait_Library/gen/opt/Ce1_vec5_five_link_walker.hh
24a00391fd02576e0be24c74f3993ca0abfff752
[]
no_license
yangcyself/TA_GaitDesign
c01d8d60ac4227add58df3ce6cad837b824c09c5
45b2afaaceec8b46dd9c8a4d52f7136f81b99f77
refs/heads/master
2020-09-20T19:41:43.542067
2020-02-15T03:26:47
2020-02-15T03:26:47
224,573,966
1
0
null
2019-11-28T05:06:52
2019-11-28T05:06:52
null
UTF-8
C++
false
false
989
hh
/* * Automatically Generated from Mathematica. * Tue 17 Sep 2019 23:17:00 GMT-04:00 */ #ifndef CE1_VEC5_FIVE_LINK_WALKER_HH #define CE1_VEC5_FIVE_LINK_WALKER_HH #ifdef MATLAB_MEX_FILE // No need for external definitions #else // MATLAB_MEX_FILE #include "math2mat.hpp" #include "mdefs.hpp" namespace Times[step, ...
[ "pczhao@umich.edu" ]
pczhao@umich.edu
b0119f53feb490ebfa5eacc90fba27c5f987275a
eb55551735cf3999585c544fc4c08db421058fc5
/2 Main Conveyor/2 MainConveyor/MyFunctions.h
b330736455ca394e44c9b6fd68c8c450ac8aea86
[]
no_license
Amicond/Triple-Full-Set
b8e18fb09d69100b5d8c701682e3a6ca62bbb868
df19173a6ffd2549a185b9f3b50161f0f4b6869e
refs/heads/master
2020-12-30T11:41:07.760645
2017-08-09T12:35:36
2017-08-09T12:35:36
91,516,115
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,281
h
#pragma once #include "stdafx.h" #include "Consts.h" #include "Results.h" #include "JFactors.h" #include "State.h" struct point { int sx; int sy; point(int x, int y); bool operator==(const point& s2) const; }; struct inter { char n1,n2; //номера плакетов, нумерация с 0 char v1,v2; //номера вершин, нумерация...
[ "aau2002@yandex.ru" ]
aau2002@yandex.ru
12e4873ec30b8ef971a58745c23a2399bf43551f
3779a70e2ace8d4893e431f98de4b70c97d251eb
/src/rpcrawtransaction.cpp
58f9ab0d1b172325cad09dad74017d045ad7afca
[ "MIT" ]
permissive
kingtiong/coinempz
adb5d9443510f89db10fd399502abad953040ce5
8106d98407556c03f25c86499c9226dbd205f61a
refs/heads/master
2021-01-11T05:34:36.939389
2016-10-20T17:51:40
2016-10-20T17:51:40
71,488,799
0
0
null
null
null
null
UTF-8
C++
false
false
21,118
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <boost/assign/list_of.hpp> #include "base58.h" #include "bitcoinrpc.h" #inclu...
[ "sttattatndoffford@standdforddc.com" ]
sttattatndoffford@standdforddc.com
2c7ff14f67240a86990ec05a3dba2ee2e0c18ef2
dec4ef167e1ce49062645cbf036be324ea677b5e
/SDK/PUBG_ThrowableWeaponStudio_functions.cpp
252b654dcd49d2cc280c1ecaf047a7baeb568373
[]
no_license
qrluc/pubg-sdk-3.7.19.5
519746887fa2204f27f5c16354049a8527367bfb
583559ee1fb428e8ba76398486c281099e92e011
refs/heads/master
2021-04-15T06:40:38.144620
2018-03-26T00:55:36
2018-03-26T00:55:36
126,754,368
1
0
null
null
null
null
UTF-8
C++
false
false
2,442
cpp
// PlayerUnknown's Battlegrounds (3.5.7.7) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_ThrowableWeaponStudio_parameters.hpp" namespace PUBG { //--------------------------------------------------------------------------- //Functions //------------------------------------------------------------...
[ "qrl@uc.com" ]
qrl@uc.com
ee8b5116494c5874460a7ac6a3b295a45264fcbf
894d68383500787a3ec7bcb71b0ff9d43663ed0f
/src/qt/splashscreen.cpp
ed5c37a0c5129f0660d5e7dd44f174fb73e885cc
[ "MIT" ]
permissive
alleck/SatyrCoin
cfe38261a7e6fffda08a43ee6911da25e1be5417
d9370a73b44a4197ad5756fd44bc09d92b0dcb26
refs/heads/master
2016-09-06T16:12:24.785654
2014-12-30T01:31:38
2014-12-30T01:31:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,048
cpp
// Copyright (c) 2011-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "splashscreen.h" #include "clientversion.h" #include "util.h" #include <QPainter> #undef loop /* ugh, remove this wh...
[ "root@arch1.mylinuxvault.com" ]
root@arch1.mylinuxvault.com