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
f98b345c527bf86eeb275ef436899648ecc3c65f
664f183c7614289bb829f034996a0d940cc1f165
/win9x/soundmng.cpp
273d49a04cb305f6a87969f011195053e6664002
[ "MIT", "GPL-1.0-or-later" ]
permissive
orbea/NP2kai
fe1e146cbc16163d47580bd9493faa6e7cb4780a
6ff798b76bd2d13793cf9e1703738114193db5a9
refs/heads/master
2020-03-27T08:01:39.757680
2018-08-22T16:16:41
2018-08-22T16:16:41
146,213,884
0
0
MIT
2018-08-26T20:26:06
2018-08-26T20:26:06
null
SHIFT_JIS
C++
false
false
9,362
cpp
/** * @file soundmng.cpp * @brief サウンド マネージャ クラスの動作の定義を行います */ #include "compiler.h" #include "soundmng.h" #include "np2.h" #if defined(SUPPORT_ROMEO) #include "ext\externalchipmanager.h" #endif #if defined(MT32SOUND_DLL) #include "ext\mt32snd.h" #endif #if defined(SUPPORT_ASIO) #include "soundmng\sd...
[ "sylph23k@gmail.com" ]
sylph23k@gmail.com
d692a1f13d157ca85a7cb6ded89f474e5cd7e98d
b72890d0e6503b4528bef2b09743f6df72cb01d2
/capabilities/DavsClient/acsdkAssetsCommon/src/JitterUtil.cpp
fb632c433513012652b05a39e5096fae062a1640
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-pml-2020", "LicenseRef-.amazon.com.-AmznSL-1.0" ]
permissive
shivasiddharth/avs-device-sdk
b1375db55f204f1baaa9a4825e31f944a6e6d13c
c7ca5a12f65ce95f99d56fc7a1ab79cc96147ed8
refs/heads/master
2021-12-01T17:21:42.067397
2021-11-28T09:34:42
2021-11-28T09:34:42
152,394,898
0
2
Apache-2.0
2021-11-26T09:17:25
2018-10-10T09:09:11
C++
UTF-8
C++
false
false
1,980
cpp
/* * Copyright 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" f...
[ "womw@amazon.com" ]
womw@amazon.com
73c3348b0af3b4d7680d5a7b4ebd165a85fef235
94e5a9e157d3520374d95c43fe6fec97f1fc3c9b
/Codeforces/409 2/B.cpp
f66f9188fcc938212d8eaa37523cac3e43eb6757
[ "MIT" ]
permissive
dipta007/Competitive-Programming
0127c550ad523884a84eb3ea333d08de8b4ba528
998d47f08984703c5b415b98365ddbc84ad289c4
refs/heads/master
2021-01-21T14:06:40.082553
2020-07-06T17:40:46
2020-07-06T17:40:46
54,851,014
8
4
null
2020-05-02T13:14:41
2016-03-27T22:30:02
C++
UTF-8
C++
false
false
3,796
cpp
#pragma comment(linker, "/stack:640000000") #include <algorithm> #include <bitset> #include <cassert> #include <cctype> #include <climits> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <fstream> #include <iostream> #include <iomanip> #include <iterator> #include <list> #include <map...
[ "iamdipta@gmail.com" ]
iamdipta@gmail.com
139ad75a275dd35b1314f5aab87b7ec3e968e39c
ee7abb27d5473a43f8853936df4533abb94de62a
/src/lib/Host_Base.cpp
ee971ea42962f622d890180fb1b084790619a8d9
[]
no_license
catid/ssbot
845027b000f4b9c78b05d5d3cdf419e0aa4762da
8c90ae19587afe154f31d3de58516fc7a11d98c4
refs/heads/master
2020-03-28T03:11:13.185434
2014-02-18T04:43:20
2014-02-18T04:43:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
335
cpp
#include "Host_Base.h" #include "player.h" Host_Base:: Host_Base(BOT_INFO & info) { botInfo = info; } Player *Host_Base::findPlayer(const char *name) { _listnode <Player> *parse = playerlist.head; while (parse) { Player *p = parse->item; if (CMPSTR(p->name, name)) return p; parse = parse->next; } ...
[ "adam.j.lewis@gmail.com" ]
adam.j.lewis@gmail.com
042f0d28f3683210bc8eaac5156f66e2e11ae10e
3310d7fa7364f8fe23136508d8fee3200901da35
/ThinkingInCPP/C16Templates/excercises/ShapeHierarchy.h
5e4f996a9b430d80522684c11f02d393b90f59d2
[]
no_license
D000M/Games
f239919a0bd7bf2326f318e1902b38ecd323e05e
90ac1172a7383f30944a1137f349fe3ca5255536
refs/heads/master
2021-07-11T21:43:54.625976
2020-05-28T07:15:23
2020-05-28T07:15:23
142,460,210
0
0
null
null
null
null
UTF-8
C++
false
false
865
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: ShapeHierarchy.h * Author: default * * Created on December 21, 2019, 4:21 PM */ #ifndef SHAPEHIERARCHY_H #define S...
[ "georgi.slavov@egt-bg.com" ]
georgi.slavov@egt-bg.com
0d239440e0c2f0deeaa31288839621c756537c35
a1ec4f96118acf65ae421682c41279d4165746b9
/11.04.2018/klarkowski - trojkaty .cpp
1dad317a0b9e1b56ef23dff442ff4151981d9bbf
[]
no_license
Klarys/Algorithms
f32aabb72f4d8ba35f68869c56c139e51393ba55
4587b19edecd0d5591445559f252f893c60dea28
refs/heads/master
2020-05-15T08:32:35.371788
2019-04-18T21:40:12
2019-04-18T21:40:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
822
cpp
#include <iostream> #include <vector> using namespace std; bool sprawdzanie(vector <int> tab) { int n=tab.size(); bool spr; for(int i=0; i<n-2; i++) { for(int j=i+1; j<n-1; j++) { for(int k=j+1; k<n; k++) { spr=1; if(tab[i]+tab[j...
[ "44509197+Klarys@users.noreply.github.com" ]
44509197+Klarys@users.noreply.github.com
a51ce4ce2a34804c3023ea2836da53f9264d366c
60d50f087d6600698729247db018a7a7d30d1cd0
/SourceParametersDialog.cpp
1d4e2ff0267bd7041ba5febd72cae72d5244667b
[]
no_license
AleksandraRuzic/RS012-data-mining-toolbox
38660a09eab1d6d9aac7ca8cafa744a3208d224e
6b12a52a81cec89505650c54059e1e4e2e21ce69
refs/heads/master
2022-03-30T19:32:41.695753
2020-01-20T12:47:16
2020-01-20T12:47:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
844
cpp
#include "SourceParametersDialog.hpp" #include "ui_SourceParametersDialog.h" SourceParametersDialog::SourceParametersDialog(SourceNode* cvor, QWidget *parent) : QDialog(parent), ui(new Ui::SourceParametersDialog), UlazniCvor(cvor) { ui->setupUi(this); } SourceParametersDialog::~SourceParametersDialog(...
[ "nikola.peric303@gmail.com" ]
nikola.peric303@gmail.com
ed7b6943ab2d5281e96b645c532ba2f3d2c843dc
78d31f7946dac510ef230316d1a174275b06b4c6
/Lobelia/Input/RawInput(old)/DeviceList/DeviceManager.hpp
10ffd78ac1e3f1c03a89a537144f17f25f6841c3
[]
no_license
LobeliaSnow/LobeliaEngine
10b25746b3d02fdb9c26286e15124f7fd7b764ba
8121e83998da656a047cc14eb6bd029ae8c2d63d
refs/heads/master
2021-05-02T17:27:55.403882
2018-07-29T17:40:53
2018-07-29T17:40:53
120,646,038
1
0
null
null
null
null
UTF-8
C++
false
false
1,507
hpp
#pragma once namespace Lobelia::Input { class DeviceManager { private: static std::vector<MouseData> mouseData; static std::vector<KeyboardData> keyboardData; static std::vector<DualShock4Data> dualShock4Data; private: static std::unique_ptr<RAWINPUTDEVICELIST[]> deviceList; static UINT deviceCount; sta...
[ "lobelia.snow@gmail.com" ]
lobelia.snow@gmail.com
168215a7f0920b61e3583f897bbcb4c9e7116bc6
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-iot/source/model/DimensionType.cpp
c4de69d4bd9a06839cd42651d98dfa8fded35f5a
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
2,164
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
9eba154c8b8bc286372f39343e519210e255cfef
b9a754d09984634d2f88e91241c47583d8ce1b15
/src/ElectroMagnBC/ElectroMagnBC3D_refl.cpp
846a0db295d6b47a8b9624128db30ecc72d00354
[]
no_license
iouatu/mySmilei
9aa97d3fb1f9e5ddf477e4bc4eff22d7667b8f8f
41c2496d21ac03d0dd9b9d8ec41d60cdbf13bf1b
refs/heads/main
2023-07-23T01:42:48.705778
2021-08-18T18:13:01
2021-08-18T18:13:01
397,676,095
1
0
null
null
null
null
UTF-8
C++
false
false
6,556
cpp
#include "ElectroMagnBC3D_refl.h" #include <cstdlib> #include <iostream> #include <string> #include "Params.h" #include "Patch.h" #include "ElectroMagn.h" #include "Field3D.h" #include "Tools.h" using namespace std; ElectroMagnBC3D_refl::ElectroMagnBC3D_refl( Params &params, Patch *patch, unsigned int _min_max ) ...
[ "iustin.ouatu@physics.ox.ac.uk" ]
iustin.ouatu@physics.ox.ac.uk
669665c614c6b2673a957f70e0503ed3a73732ae
4bb3decfbaad417efd6f62ccc3b4c1de6fcbb4c4
/bvh_node.h
1da5820d0677ef78a5b530e28fc0206013128b5e
[]
no_license
alexshen/raytracinginoneweekend
55594e305d952579a0410605dc8c7f2289f8d11b
344098eb842ae57093edfe5d1d922e56856f7fec
refs/heads/master
2021-08-16T09:46:49.212876
2017-11-19T14:27:20
2017-11-19T14:29:25
105,617,666
0
0
null
null
null
null
UTF-8
C++
false
false
635
h
#ifndef BVH_NODE_H #define BVH_NODE_H #include "aabb.h" #include "partition.h" #include <memory> #include <vector> class bvh_node : public spatial_partition { public: bvh_node(object** objs, int n); void raycast(const ray3& r, std::vector<object*>& objs) const override; const aabb3& get_aabb() const { r...
[ "swlsww@hotmail.com" ]
swlsww@hotmail.com
da6b0181808588eda4ed808cb79b6133e8eea4aa
95a43c10c75b16595c30bdf6db4a1c2af2e4765d
/codecrawler/_code/hdu2161/10282904.cpp
385fb61c7403f51379f2a3065f099097c8675185
[]
no_license
kunhuicho/crawl-tools
945e8c40261dfa51fb13088163f0a7bece85fc9d
8eb8c4192d39919c64b84e0a817c65da0effad2d
refs/heads/master
2021-01-21T01:05:54.638395
2016-08-28T17:01:37
2016-08-28T17:01:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
506
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <queue> #include <cmath> using namespace std; bool is_prime(int n) { if(n<=2) return false; if(n%2==0) return false; for(int i=3; i<=sqrt(n); i +=2) if(n % i == 0) return false; return true; } int main() { int n; int ...
[ "zhouhai02@meituan.com" ]
zhouhai02@meituan.com
b969bf31e698891151f9e842df22df58ba9946fc
b9490d33df74ee1dcd87cc04e10e85e9de416e7a
/LCS2/LCS2.cpp
a37aed4dce86b06b615751bdecd37bc5ab0ba753
[]
no_license
t-feng/algorithm
d2753e719127b08b123af5b5bbe69322656d8111
339cd922c9ba6b58e364d50b1709ea1283c15784
refs/heads/master
2022-03-26T10:48:32.999547
2019-12-25T15:24:29
2019-12-25T15:24:29
null
0
0
null
null
null
null
GB18030
C++
false
false
1,310
cpp
/* 题目描述 题目标题: 计算两个字符串的最大公共字串的长度,字符不区分大小写 详细描述: 接口说明 原型: int getCommonStrLength(char * pFirstStr, char * pSecondStr); 输入参数: char * pFirstStr //第一个字符串 char * pSecondStr//第二个字符串 输入描述: 输入两个字符串 输出描述: 输出一个整数 */ #include <iostream> #include <string> #include <vector> using namespace std; void preProcess(string &...
[ "t.feng94@foxmail.com" ]
t.feng94@foxmail.com
7ca5ee91fbfd531981a947617c6370035fb047bb
be59c390795966476e777e8b75e27b5999640ee0
/src/common/i18n.h
cac02f2632ab10506a015ba07e2582e3f6e5cc47
[ "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
BRTChain/BRT-Chain
cdefbb1ab54c186b1f66e01c4bc5cf97b830f45a
e4bfc027bc82eb79940331f9d334ab31708d4202
refs/heads/master
2022-12-21T15:57:45.359810
2020-09-26T08:02:12
2020-09-26T08:02:12
298,766,400
1
0
null
null
null
null
UTF-8
C++
false
false
2,063
h
// Copyright (c) 2014-2020, The BRT Project // // 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, this list of /...
[ "blockchainServ01@gmail.com" ]
blockchainServ01@gmail.com
55ec1ba6627ef218962d4070a53b895dce552565
3f1ca10cae3766896f1d8e743e8e5245b771bfe3
/mysql_audit_logger/plugin_audit.h
42d95f0fa1ed3c4f1c8330e072c0995a0f351d7d
[]
no_license
skyeskie/vanderbilt-gencrawler
c135be55b8df2e3b3a6380a5b7ff0166efff73b4
df299c50d65b06b5252d29b40e2d4a871831f18d
refs/heads/master
2021-05-26T18:31:44.447022
2012-09-08T04:02:39
2012-09-08T04:02:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,002
h
/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. 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; version 2 of the License. This program is distributed i...
[ "Scott.K.Yeskie@Vanderbilt.edu" ]
Scott.K.Yeskie@Vanderbilt.edu
87555d6e1d673b06c1dea29382839a9f375ff646
faf8c585efa198a21a50a41d33aa94bfae5887c8
/ots/source/account.cpp
374927636e3573fc6efc1659793114b867e8d3b1
[]
no_license
Wirless/YurOTS
b4b41a684589afa2a5c1f84d6a0bc1623d4f17f4
7935d2a55f819776656972d49cf4157be112bb74
refs/heads/master
2021-01-11T17:36:22.775890
2020-02-28T03:45:08
2020-02-28T03:45:08
79,797,035
0
0
null
2017-01-23T11:08:19
2017-01-23T11:08:19
null
UTF-8
C++
false
false
212
cpp
#include <algorithm> #include <functional> #include <iostream> #include "definitions.h" #include "account.h" Account::Account() { accnumber = 0; } Account::~Account() { charList.clear(); }
[ "noreply@github.com" ]
Wirless.noreply@github.com
7f60b49eb0d6b71821eccdb76df0082f41859c45
42a88c6976327c307281e6767e2dd911c3375e51
/05_Errors/05_04_cerr_using_cin_state.cpp
601b181e70cf9da7c4784f707f3003be8efc8201
[]
no_license
abhi25t/Cplusplus
386780b25de1b95fd23b67c2a73f6e0483e1b941
b90876b29366460041fc3ac87ce158a667ac6813
refs/heads/master
2020-03-22T14:34:03.570207
2018-07-29T12:38:01
2018-07-29T12:38:01
140,188,828
1
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
#include <iostream> #include <cstdio> #include <string> #include <vector> #include <algorithm> #include <cmath> #include <iterator> using namespace std; int main() { double d = 0; cin >> d; if (!cin) cerr << "couldn't read a double in your input\n"; // do something useful }
[ "noreply@github.com" ]
abhi25t.noreply@github.com
07aa57702d7d25d893536438bac6207c5dc94533
befc0aaec1e3861aeb01233721320f20a0005bf9
/codeforces/done/458/B.cpp
985cf26ef523e91ca86feca115b57436cab93326
[]
no_license
wcheung8/Programming-Team-Archive
16c009b1a9fe0f660bbdbdcbc384496a52b98a96
596cc1985e6ea0eaf7298cba125ae5e7439eacbd
refs/heads/master
2021-01-11T03:01:26.027970
2019-07-17T16:24:24
2019-07-17T16:24:24
70,872,186
0
0
null
null
null
null
UTF-8
C++
false
false
573
cpp
#include <bits/stdc++.h> #define ull unsigned long long #define f(i, n) for(int (i) = 0; (i) < (n); i++) using namespace std; typedef vector<int> vi; typedef vector<vi> vvi; typedef pair<int, int> pi; typedef priority_queue<pi, vector<pi>, greater<pi> > q; const int INF = 1e5+1; int a[INF+2]; long long n, x; int mai...
[ "wcheung8@gatech.edu" ]
wcheung8@gatech.edu
3b365275bf83a1d1ec00ecc2b5b4c3706b417cbd
f65699dcc843f674159ee8d22de5e390c2482a3f
/5543_상근날드/5543.cpp
803bf410c96ef3b131f7d328fcef3efa5a13e8b5
[]
no_license
elddy0948/BaekjoonC-C-
949f7bf97653a72506409ae733fab4aebd210681
b1401f3fe442392f38899d7c735692df45579e3a
refs/heads/master
2022-03-01T02:29:39.667746
2019-10-30T05:12:26
2019-10-30T05:12:26
188,023,464
0
0
null
null
null
null
UTF-8
C++
false
false
596
cpp
#define _CRT_SECURE_NO_WARNINGS #include<iostream> #include<cstdio> using namespace std; //FILE * fp=fopen("5543.inp","r"); int price[5]; int set_price; int min_price=1000000; int main(){ int ham=0; for(int i=0;i<5;i++){ scanf("%d",&ham); price[i]=ham; } //0 = sang 1 = jung 2 = ha 3 = ...
[ "elddy0948@gmail.com" ]
elddy0948@gmail.com
bdd176a78e444345b21457d6dc378ce09c2ae7a7
88ae8695987ada722184307301e221e1ba3cc2fa
/storage/browser/file_system/isolated_file_system_backend.cc
6052566813b7818a6053b0c7910c8ffdad87e98b
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
5,804
cc
// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "storage/browser/file_system/isolated_file_system_backend.h" #include <stdint.h> #include <memory> #include <string> #include <utility> #include "base/check.h" #inc...
[ "jengelh@inai.de" ]
jengelh@inai.de
4649b84ab07e181448ebae69451072839ef457c4
a8f15b0016936013e611771c22c116fba8be1f04
/JuceLibraryCode/modules/juce_gui_basics/native/juce_linux_FileChooser.cpp
320cfd3ab84e008fca1d200db055906cf39fa082
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
fishuyo/loop-juce
7ba126250eb80f4aea823fd416c796c7109e09b9
9a03f12234d335acb387c373117d4984f6d296fc
refs/heads/master
2021-05-27T16:56:16.293042
2012-06-20T02:45:32
2012-06-20T02:45:32
4,293,037
2
0
null
null
null
null
UTF-8
C++
false
false
3,016
cpp
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
[ "fishuyo@gmail.com" ]
fishuyo@gmail.com
ceb94a28a7968abce839a54cd9f1214b2a859f6a
29f4604d0e436723a069121c8baf8357847520ad
/tdt/cvs/apps/neutrino-hd2/lib/libdvbsub/dvbsub.cpp
17b1e09dcfaf2748fd7efafa31923087d3d951e4
[]
no_license
popazerty/evolux-spark-sh4
95b8c21d37d25b68fdcc71c819d649663046b8d4
b62c0b466a3f3eda613d86c010e45e5c7794b6b3
refs/heads/master
2021-01-02T22:32:23.817110
2013-06-03T04:42:36
2013-06-03T04:42:36
40,676,457
0
0
null
null
null
null
UTF-8
C++
false
false
12,231
cpp
#include <errno.h> #include <fcntl.h> #include <sys/ioctl.h> #include <inttypes.h> #include <pthread.h> #include <semaphore.h> #include <sys/time.h> #include <syscall.h> #include <cerrno> #include <dmx_cs.h> /* libcoolstream */ #include "Debug.hpp" #include "PacketQueue.hpp" #include "semaphore.h" #include "helpers...
[ "al_borland33@yahoo.de" ]
al_borland33@yahoo.de
b3d5ed255026025afd5081732ee93386134f3594
aeac025c3c39744d5e35df4b05e017c6846cedb0
/C++ Primer/第3章练习/3.39.cpp
7c378a5d622c07272e28e043eb8392159f27d745
[]
no_license
Rookie35/C-plus-plus-practice
8d774a5b551f6adefb8ca8a89503575e56d9622d
bd30c9861090479b9b62aa1905ee7d531d675220
refs/heads/master
2020-05-01T09:26:09.636329
2019-04-14T12:12:55
2019-04-14T12:12:55
177,400,130
0
0
null
null
null
null
UTF-8
C++
false
false
599
cpp
#include<iostream> #include<string> #include<cstring> using std::cout; using std::endl; using std::string; int main() { //use string string s1("Mooophy"),s2("Pezy"); if(s1==s2) cout<<"same string."<<endl; else if(s1>s2) cout<<"Mooophy > Pezy"<<endl; else cout<<"Mooophy < Pezy"<<endl; cout<<"========"<<e...
[ "754119201@qq.com" ]
754119201@qq.com
faed9cee0be1166293c80c39bdb97acf6f336592
8609ebbd94cdf26e8cfc9bb0fcda9f8d5cf8b73d
/src/Client.cpp
401ea3dec41d7dc71583c48c6545e3b59a94c9e5
[]
no_license
wutianze/fastrtps-test
569a591a615497011cd35d9c91d69a6db23062bd
b7970efc0ac036844cbe15f0da51629da328a473
refs/heads/master
2022-11-10T00:53:01.378924
2020-06-16T01:54:10
2020-06-16T01:54:10
272,585,010
0
0
null
null
null
null
UTF-8
C++
false
false
10,924
cpp
// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // 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 re...
[ "wutianze@ict.ac.cn" ]
wutianze@ict.ac.cn
50cc9b26c1446c5e2c8159ce8b8fe11998899f0c
336440fef7f75d4208c3fb824e64117ee36c92f4
/NetPie/TestConection_NetPie/TestConection_NetPie.ino
25257dff582db7351af32e952db7680a2bc00031
[]
no_license
wichukornk/WichukornArduino
693c9e5bad20a1b0ed1989db3576c07e40ffbe2c
76927fd5a028079cb628f58ea570dd5b7bf54c4a
refs/heads/master
2023-02-16T07:22:45.354051
2021-01-09T11:02:11
2021-01-09T11:02:11
279,614,694
0
0
null
null
null
null
UTF-8
C++
false
false
1,542
ino
#include <ESP8266WiFi.h> #include <PubSubClient.h> const char* ssid = "Besten_wifi2.4GHz"; const char* password = "Bestpass"; const char* mqtt_server = "broker.netpie.io"; const int mqtt_port = 1883; const char* mqtt_Client = "2c6563ec-ba7f-49a9-bcac-4ca69d1a2326"; const char* mqtt_username = "6uQEqCf7GSybeUFKBDjq8hm8...
[ "wichukorn.ku@outlook.com" ]
wichukorn.ku@outlook.com
61fffd8da0ec6fab860bed01957b587d068ee214
9f9660f318732124b8a5154e6670e1cfc372acc4
/Case_save/Case30/case9/100/T
8d23f5f3c3dde90cddc9bfaea9c7bae677c24693
[]
no_license
mamitsu2/aircond5
9a6857f4190caec15823cb3f975cdddb7cfec80b
20a6408fb10c3ba7081923b61e44454a8f09e2be
refs/heads/master
2020-04-10T22:41:47.782141
2019-09-02T03:42:37
2019-09-02T03:42:37
161,329,638
0
0
null
null
null
null
UTF-8
C++
false
false
7,214
// -*- C++ -*- // File generated by PyFoam - sorry for the ugliness FoamFile { version 2.0; format ascii; class volScalarField; location "100"; object T; } dimensions [ 0 0 0 1 0 0 0 ]; internalField nonuniform List<scalar> 459 ( 302.685 302.43 302.415 302.411 302.408 302.409 302.425 302.501 3...
[ "mitsuaki.makino@tryeting.jp" ]
mitsuaki.makino@tryeting.jp
d1ed29fc4207e9a5ec3e6e8f7725a6cb95d4dd80
fdb13695f395df564a1183dd978cfc2b0e8d2f1c
/src/Runnable.hpp
cc03934fb32b271d276510567b1a911f2ea38e4e
[]
no_license
nkh-lab/cpp
dfeb27201aa58166548ec50693002ecbac586445
36a0414a5f16f085c5ce6bfb991bb9b61db6906a
refs/heads/master
2022-12-10T21:32:14.404823
2022-12-01T14:08:33
2022-12-01T14:08:33
84,563,081
0
0
null
null
null
null
UTF-8
C++
false
false
55
hpp
#pragma once namespace Runnable { void test(void); }
[ "nkh@ua.fm" ]
nkh@ua.fm
9ea02d7707bebc49acf93c507230edb3a702829a
3af370bb18e0ebe0b33d60ca0652c56e5095840f
/version1/ObjLoader.cpp
04281cbadfb7867cf1a34f9b5928768d9719df91
[]
no_license
lin233/computer-graphics
bcd53e924c37eae43f457d34048c43170078c265
35071b0abc3c99efaf98d00d0237baac0d4529d6
refs/heads/master
2020-03-31T05:48:44.058679
2018-10-15T13:42:09
2018-10-15T13:42:09
151,959,623
0
0
null
null
null
null
GB18030
C++
false
false
7,234
cpp
#include "pch.h" #include "ObjLoader.h" #include <fstream> #include <iostream> using namespace std; void SplitString(const std::string& s, std::vector<std::string>& v, const std::string& c) { std::string::size_type pos1, pos2; pos2 = s.find(c); pos1 = 0; while (std::string::npos != pos2) { v.push_back(s.substr...
[ "790422967@qq.com" ]
790422967@qq.com
3f65a30eab3e4d711516a9386fe00cbd985a9ddf
44d01522cc6a7440518262b0778bc5e278f7edba
/Derzu/Roteiro3/Q4/OrcamentoEstouradoException.cpp
6533290e56489792ee6632f7fdce12a84942aa55
[]
no_license
MireleSCos/LP1
6b2323d84a9d201a611e3b1c90ec478778b8502f
fad0dd5f3cd20b532baf9ed2caab150c438f24b7
refs/heads/master
2020-09-05T09:38:25.245078
2020-03-29T23:55:08
2020-03-29T23:55:08
220,059,548
0
0
null
null
null
null
UTF-8
C++
false
false
179
cpp
#include "OrcamentoEstouradoException.h" OrcamentoEstouradoException::OrcamentoEstouradoException(/* args */) { } OrcamentoEstouradoException::~OrcamentoEstouradoException() { }
[ "mirele.si.co@outlook.com" ]
mirele.si.co@outlook.com
15c97db96a2759a534370a9ea7fe5ceeb1dceded
477fe5a1cbcadd72dad97208e622ce67771921ea
/twodOverset/run/meshes/region1/constant/regionProperties
b07aaf7cc7fa52d4286c25881b889e766b5a63a6
[]
no_license
rajkmsaini/geoOverlap
f8a40f42d722973b510b26293debc32038e01047
6d0e3bee5ade1d0c4cf41f2b103a0f9a55f2d738
refs/heads/master
2023-08-31T04:23:39.640622
2021-11-05T10:02:12
2021-11-05T10:02:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
926
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1812 | ...
[ "dominic.chandar@gmail.com" ]
dominic.chandar@gmail.com
609524acf6f24ebc9e69a98c5f8c87aa817d1fa3
eb46d0473e8d99a61dbe672da5d2deea4d9556b6
/src/module/stepper/trinamic.cpp
4f0751ec2e079c871e954e61cebf3f1962c666ef
[]
no_license
wkethman/Marlin
15eafff527b3cc62fab190057e087756351534e7
872ce16b8ac32849f1f0ef8406683896900b1c4a
refs/heads/master
2022-06-13T04:18:26.671830
2020-05-07T21:19:09
2020-05-07T21:19:09
262,160,385
2
0
null
null
null
null
UTF-8
C++
false
false
21,549
cpp
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "william@wckethman.com" ]
william@wckethman.com
c500e651dba9f943dac1846b40558ea5e4af2556
2ace08a52db1dac5f173c9bc44453bc4cde731a4
/L4/TestProject/TestProject/unittest1.cpp
d3851984669b6938a70c7618a0ea4420b7e5cdb5
[]
no_license
peterzsuzsa/Ver-Val
ba135d0ba317bfd32d6c3bf89c827d8a4e26d155
ef1445c790f974304d65d6609ba9f137f6877114
refs/heads/master
2020-12-24T18:51:40.142202
2016-05-19T21:57:00
2016-05-19T21:57:00
57,131,843
0
0
null
null
null
null
UTF-8
C++
false
false
1,194
cpp
#include "stdafx.h" #include "CppUnitTest.h" #include "..\LogAnalyzer\LogAnalyzer.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace TestProject { TEST_CLASS(UnitTest1) { public: /* TEST_METHOD(TestMethod1) { // TODO: Your test code here Assert::AreEqual(1, 1); } */ TES...
[ "peter_zsuzsa94@yahoo.com" ]
peter_zsuzsa94@yahoo.com
3b5d4c74d044d981e4e77dfc5b007afa01c6fab3
47cd4e2be27c39a9242dd0bc57b195c293cd93d5
/contest7/20.cpp
e3c53da8ed7abd67e687d497a3c03caa900bcc4e
[]
no_license
ntung1005/Algo
18b403eb636333aa318b99fa37238403a21eef71
3e0942dc471ba03bb2da3736ebcc43f786834aec
refs/heads/master
2022-11-30T22:34:58.865637
2020-08-08T10:35:12
2020-08-08T10:35:12
264,919,990
0
0
null
null
null
null
UTF-8
C++
false
false
579
cpp
#include<bits/stdc++.h> using namespace std; long long a[100000]; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; for(int i=0;i<n;i++){ cin>>a[i]; } stack<long long> x; stack<long long> y; y.push(-1); for(int i=n-2;i>=0;i--){ for(int j=n-1;j>i;j--){ x.push(a[j]);...
[ "ntung7965@gmail.com" ]
ntung7965@gmail.com
015992194e1092ccd90ca4031f9705e8d77425db
c0a378d21afd25c5ce143f3db5ba414ae061f1f9
/imageSketch/src/ofApp.h
2abc7ca22b993c4518285457d066f4c84353de8d
[]
no_license
shelbywilson/sfpc-rtp
ffd62c940142bb9e3e7361e418ec122702e28bc6
cb359766e6c38789b98029ffde466530c48ade1c
refs/heads/master
2020-08-14T16:10:33.129885
2019-12-23T16:49:16
2019-12-23T16:49:16
215,196,632
7
0
null
null
null
null
UTF-8
C++
false
false
569
h
#pragma once #include "ofMain.h" class ofApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed(int key); void keyReleased(int key); void mouseMoved(int x, int y ); void mouseDragged(int x, int y, int button); void mousePressed(int x, int y, int button); void mo...
[ "s.wilson024@gmail.com" ]
s.wilson024@gmail.com
08fb88a790b646af3c2ef8095955029b058c5f17
c362f35934a3f23e0e7dc92cc622e78ae5c7f930
/Standard template library/list/sort_list.cc
102e32354e96cec7d7d07e6c56d391c0ef7815bc
[]
no_license
PrateekJoshi/Cpp_complete_reference
279ac23a9e666a99b6c4e4db3d2e56a2b23883f6
91692364af2852da2cb4c76cf670fc5b94c6b175
refs/heads/master
2020-03-25T21:01:30.433174
2018-09-16T13:10:40
2018-09-16T13:10:40
144,155,967
0
0
null
null
null
null
UTF-8
C++
false
false
668
cc
/* * sort_list.cc * * Created on: Sep 16, 2018 * Author: prateek * Pg: 687 */ #include <iostream> #include <list> int main(int argc, char **argv) { std::list<int> list; int i; /* Create a list of random integers */ for(int i=0;i<10;i++) { list.push_back(rand()%100); } std::cout<<"Original c...
[ "prateek@localhost.localdomain" ]
prateek@localhost.localdomain
c267566a1ab26ced0a3432346c93ef58bd5a3c18
259bacc81f4b663daac01574061b38f2cd93b867
/cf/1388/qq.cpp
0ec56b5eb02d493db2348242f013efa3af4f5690
[]
no_license
yashrsharma44/Competitive-Programming
6bf310d707efcb650fa6c732132a641c3c453112
77317baa4681c263c5926b62864a61b826f487ea
refs/heads/master
2023-03-03T13:59:53.713477
2022-11-16T09:10:25
2022-11-16T09:10:25
196,458,547
0
0
null
null
null
null
UTF-8
C++
false
false
5,514
cpp
#include <bits/stdc++.h> const double PI =3.141592653589793238463; using namespace std; typedef long long ll; #define ff first #define ss second #define pb push_back #define pf push_front #define mp make_pair #define pu push #define pp pop_back #define in insert #define MOD 1000000007 // #define endl "\n" #define sz(...
[ "yashrsharma44@gmail.com" ]
yashrsharma44@gmail.com
e854b30491bb1ed69a63311b63575232e4d8be5f
ce52632a58d2d67e55dbb21d17ceca43d0036fa0
/include/ray/thread.h
7c9740ebca2d9cf83a5efdf69d0a789e0c77b7bc
[ "BSD-3-Clause" ]
permissive
netdebug/ray
b17257fa53afc789802ed1cec28413b82c27ebad
906d3991ddd232a7f78f0e51f29aeead008a139a
refs/heads/master
2020-03-31T12:46:15.214089
2018-06-06T11:06:48
2018-06-06T11:07:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,153
h
// +---------------------------------------------------------------------- // | Project : ray. // | All rights reserved. // +---------------------------------------------------------------------- // | Copyright (c) 2013-2017. // +---------------------------------------------------------------------- // | * Redistributi...
[ "2221870259@qq.com" ]
2221870259@qq.com
8635581b4538e392dc0ea7ce2f6b5636cc0d0a39
63c133960f9932356bc888c264756b1e1771347e
/solution/gross_pitaevskii.h
939925409987b252f4407356c13481775b566800
[]
no_license
waylonflinn/fdtl
7f122bc3a41bf16722a90e556f441f4d76877e97
fb30b3299d8a3aad4eeff24765ce01d5d89d2fee
refs/heads/master
2016-09-10T22:15:31.234800
2015-03-13T01:12:45
2015-03-13T01:12:45
32,112,140
2
0
null
null
null
null
UTF-8
C++
false
false
2,232
h
/* a problem representing a finite differencing of the Gross-Pitaevskii * equation (a modified schrodinger equation representing a many body * electrodynamic system) given in cylindrical coordinates. */ #ifndef PDE_GROSS_PITAEVSKII #define PDE_GROSS_PITAEVSKII #include "problem_basic.h" #include "problem_resizable...
[ "waylonflinn@users.noreply.github.com" ]
waylonflinn@users.noreply.github.com
fcefe1f6aeb070852645f610192e5f68f4a94a84
2faae2a782ffbe7d7095af5a9c90485921003db9
/RF24.cpp
7a97a2ff51aad055d9a723656f0848a817d8ce03
[]
no_license
darcyg/RF24Mesh
e60c01cf54758cdcefe229e1a6e1e36f3640d31a
300e425214021fff95a0da83753a0ecac81e4f0b
refs/heads/master
2021-01-18T10:47:54.570850
2013-10-09T20:51:17
2013-10-09T20:51:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,283
cpp
/* Copyright (C) 2011 J. Coliz <maniacbug@ymail.com> 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 Free Software Foundation. */ #include "nRF24L01.h" #include "RF24_config.h" #include "RF24.h" /************...
[ "gcanitezer@gmail.com" ]
gcanitezer@gmail.com
cf3ea6a79138b1ed5a5ecc7afbf62774f2aadcc7
cda59d05223059755636633b6d6298d3c56b36ce
/internal_hvh/sdk/interfaces/IMaterialSystem.h
6d8a83eb887d3e212f61597e916e878ead013346
[]
no_license
CSGOLeaks/Fatality-2018
f41c0fa03fb070a0a02446d36d076e87630f29f3
d00c4262e5d169bc3818c4faed035ea9039d6c29
refs/heads/main
2023-01-25T03:02:21.590854
2020-11-19T13:25:37
2020-11-19T13:25:37
314,255,162
4
3
null
null
null
null
UTF-8
C++
false
false
2,714
h
#pragma once typedef unsigned short MaterialHandle_t; struct MaterialVideoMode_t { int m_Width; int m_Height; int m_Format; int m_RefreshRate; }; struct MaterialSystem_Config_t { MaterialVideoMode_t m_VideoMode; float m_fMonitorGamma; float m_fGammaTVRangeMin; float m_fGammaTVRangeMax; float m_fGammaTVExpon...
[ "autocardag@gmail.com" ]
autocardag@gmail.com
22b13ff7d111fd0b483556bfc8518658d94b06f1
2d000b353e54ebb6f55d281d567f46be369b8cc6
/src/python/magnum/scenegraph.cpp
25563ba6ccc78790dd27669085ee0fc24c36055b
[ "MIT" ]
permissive
mosra/magnum-bindings
cb31ab52501bed22eddfa3d4688de56e902f22d8
93f9eb814bf8532129e1fa4a241bca3a0b69e4e6
refs/heads/master
2023-08-02T22:54:48.539927
2023-07-23T10:49:03
2023-07-23T10:49:03
184,422,650
20
11
NOASSERTION
2022-11-29T23:17:22
2019-05-01T13:46:31
C++
UTF-8
C++
false
false
10,697
cpp
/* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
[ "mosra@centrum.cz" ]
mosra@centrum.cz
4e8a133e8b73c82beb26d5468a2a55f878f0339e
311e0608b4005865b90eb153d961b8758ba6de28
/LAB 3/GeometryHomework3.cpp
64df8832dcd473cc75fc0d53953f1774aaa4d0e7
[]
no_license
JPL4494/DVC-COMSC200
e71c9c46b33bd4886932ee87c0be31e581cb8c3e
c76a7f087b353ba16fdac9a1b0ba27e972daa5f0
refs/heads/master
2020-03-19T00:25:03.075887
2018-05-30T19:23:33
2018-05-30T19:23:33
135,479,290
0
0
null
null
null
null
UTF-8
C++
false
false
7,631
cpp
/* Lab 3b, The third version of the geometry homework Program Programmer: Joshua Long Editor used: Notepad Compiler used: CodeBlocks */ #include<iostream> using std::cout; using std::endl; using std::ios; #include <fstream> using std::fstream; #include<iomanip> using std::setprecision; #include<st...
[ "noreply@github.com" ]
JPL4494.noreply@github.com
f9b8ecfd85b968b8a90439d85e35989acfcf4fa6
b956eb9be02f74d81176bc58d585f273accf73fb
/game/prefabs/AladdinAndAbuPrefab.cpp
320fc27aaf286999dc9e89f3982f1e16b049117c
[ "MIT" ]
permissive
Khuongnb/game-aladdin
b9b1c439d14658ca9d67d5c6fe261ec27084b2e9
74b13ffcd623de0d6f799b0669c7e8917eef3b14
refs/heads/master
2020-05-05T10:20:05.616126
2019-04-07T09:05:11
2019-04-07T09:05:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,120
cpp
#include "AladdinAndAbuPrefab.h" #include "../scripts/DirectionController.h" USING_NAMESPACE_ALA; ALA_CLASS_SOURCE_1(AladdinAndAbuPrefab, ala::PrefabV2) void AladdinAndAbuPrefab::doInstantiate( ala::GameObject* object, std::istringstream& argsStream ) const { // args const auto dir = nextChar( argsStream ); co...
[ "khuongnb1997@gmail.com" ]
khuongnb1997@gmail.com
5226fcda1d1dc91f64244013e6d3cd5f387a214d
7460f2c56af13c59157099432ffd5b8f9acbde21
/StackSchool.cpp
5e2866c79d03308bfd5082b3fc29a9db47df3766
[]
no_license
MartinKrumov/lessons
dbbc7f6598502382a8c2f56241033344a1c4600b
ae449276345d16dbe13fa255eec0b67d335fd196
refs/heads/master
2021-01-20T04:11:35.625664
2015-04-02T16:46:29
2015-04-02T16:46:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,117
cpp
#include <iostream> using namespace std; #ifndef TSTACK1_H #define TSTACK1_H template< class T > class Stack { public: Stack( int = 10 ); // подразбиращ се конструктор (размер на стека) ~Stack() { delete [] stackPtr; // деструктор } bool push( const T& ); // push функция bool pop...
[ "kristiyanjordanov@gmail.com" ]
kristiyanjordanov@gmail.com
5f647c5712dec5d5c9f1617a276596e8069fd71b
1ec2bbf1d08b5a27dbf16b8ea327d6dda4222861
/cget/include/range/v3/algorithm/find_end.hpp
32ad2deb4c22fe15f5437c45e779d95cb846b4b9
[]
no_license
myhau/geometry-orthogonal-space-search
ee967520e6fa5a493ab6cd24279d98471f92dede
a2a74d7d1fabe334ac8038253c660c0425899d76
refs/heads/master
2021-01-13T12:44:07.037649
2017-10-21T21:57:30
2017-10-21T21:57:30
72,533,074
1
2
null
2017-10-21T21:57:31
2016-11-01T12:15:08
C++
UTF-8
C++
false
false
115
hpp
/Users/mihau/workspace/geo-proj/cget/cget/pkg/ericniebler__range-v3/install/include/range/v3/algorithm/find_end.hpp
[ "mmyhau@gmail.com" ]
mmyhau@gmail.com
9159494d1a2a8aa854b182d67b880a84884333e2
5d6b15327b070aba847f6ca33172ae83037254ee
/Arduino/Advanced/4051_multiplex_test/4051_multiplex_test.ino
dcc8c5a885ccf28fdbccd5159e6b4594be114bab
[ "MIT", "CC-BY-NC-SA-3.0" ]
permissive
carloscastellanos/teaching
5daf85cc005f5f3b78c7b529e0b457a693ac01a5
0ac7ed4ef04d92095abba34127cc7ab5f3625e34
refs/heads/master
2023-08-31T21:59:10.729678
2023-08-30T13:30:47
2023-08-30T13:30:47
15,624,013
2
9
MIT
2021-09-17T21:17:46
2014-01-04T01:36:25
Max
UTF-8
C++
false
false
1,749
ino
/* * Example of using the 4051 (74HC4051) multiplexer/demultiplexer * * * Carlos Castellanos * August 19, 2020 * * Based on code by Nick Gammon * http://www.gammon.com.au/forum/?id=11976 * */ /*********************** === PIN DEFINITIONS === ***********************/ //where the multiplexer address select li...
[ "carloscastellanossf@gmail.com" ]
carloscastellanossf@gmail.com
26c73deb4596e16a4042c01e085fc8d6bc43d240
fd7c5d4e6ab06dbbee4cb7f48ac73a2de81c0837
/Ladybug3D/Libraries/Renderer/Transform.hpp
f1dcda19f6d3ab318a48a2a05ac60995763f34fc
[ "MIT" ]
permissive
wlsvy/Ladybug3D
f70ccc4c7d9db6fba9390438b3620f3ce66b2eec
9cd92843bf6cdff806aa4283c5594028a53e20b3
refs/heads/master
2022-12-10T01:29:06.451434
2020-09-16T13:37:18
2020-09-16T13:37:18
286,414,910
0
0
null
null
null
null
UTF-8
C++
false
false
5,170
hpp
#pragma once #include <vector> #include <DirectXMath.h> #include "Object.hpp" namespace Ladybug3D { constexpr float POSITION_MAX = 10000.0f; constexpr float POSITION_MIN = -10000.0f; constexpr float Deg2Rad = 0.0174533f; // pi / 180 constexpr float Rad2Deg = 57.2958f; // 180 / pi class Scene; class SceneObject...
[ "hubjpkim@gmail.com" ]
hubjpkim@gmail.com
9a277f54dd7027df5b2c134a0e80df0f79df644d
f618226a0799c6b07fa66911ce12abbbd903022c
/saphientia2013/H/H/main.cpp
1f5ef9df92f6a9923caf5b31c3ba59d56a32518c
[]
no_license
schaumb/2011-2013-old-programming-competition-solutions
1ff065a057c2ec2772f3e9ae2f05c058a8046a5d
b350e37a24d25beae5263e9cda1e8af89435437e
refs/heads/master
2021-01-23T12:27:01.703490
2015-07-09T21:12:41
2015-07-09T21:12:41
93,162,374
0
0
null
null
null
null
UTF-8
C++
false
false
5,748
cpp
#include <iostream> #include <fstream> #include <string> #include <map> #include <vector> #include <cctype> std::map<char, int> precedences; struct ast { ast(int var) : type(VAR), variable(var) {} ast(std::string f) : type(OP), func(f) {} enum type_t { VAR, OP } type; std::string func; std::v...
[ "schaumb@gmail.com" ]
schaumb@gmail.com
631ede0ace14a843bcaf5f3d3f8eee044247d532
ad150471057e916b17e8b13bd7c205c5fbc9551b
/operator.cpp
c62950d0a478636d42478a93a9f1aef7c84b9dd6
[]
no_license
masiarekrafal/HanoiTower
b869840b979a6d37e20d693c6ad25e91cffccd37
faf2274b525f18e2e7b5f602935078ac695f20fa
refs/heads/master
2021-04-15T03:42:14.239617
2017-06-16T15:44:33
2017-06-16T15:44:33
94,558,387
0
0
null
null
null
null
UTF-8
C++
false
false
2,201
cpp
#include <Classes.hpp> #include <algorithm> #pragma hdrstop #include "operator.h" #pragma package(smart_init) class CUpdater { public: void operator()(String& src) { src = StringReplace(src, m_pattern,m_value,TReplaceFlags() << rfReplaceAll); } void toReplace(String pattern,String value) { m_pattern = patt...
[ "rafal@masiarek.pl" ]
rafal@masiarek.pl
f172392f284e2ec98634cededd34908dbcc4fe82
c3894a22b8dde5b92cc36f3bc84135bc58c5b74d
/core/privc3/paddle_tensor.cc
663270bc5a07b67b05236a5c4347fb5354de1718
[]
no_license
poloholmes/PaddleFL
25f4a2ce46b6e8428aa0e22d249642c4e0b3a65b
8140ad95693b668578ec7918b2e1b0a44dbee6e9
refs/heads/master
2023-01-22T01:37:53.997353
2020-11-11T12:11:04
2020-11-11T12:11:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,073
cc
// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
[ "jingqinghe@baidu.com" ]
jingqinghe@baidu.com
cdc53450a85644dc07ddf598e1baefb5d1630313
2aabf077d3f2dab5156ceac0e2f39f8b223ca6a8
/MMDOCR-HighPerformance/CTCDecoder.cpp
0a268381c8f8d0563b35ca05f6a97635f3af3a0c
[ "MIT", "Zlib" ]
permissive
PatchyVideo/MMDOCR-HighPerformance
991cb325fc238fc112458aa9199b59152901cc50
0469af2f687c2518d95511c91c3e170c9e9f8928
refs/heads/master
2022-12-31T00:57:48.870482
2020-10-18T00:51:24
2020-10-18T00:51:24
284,383,689
15
1
null
null
null
null
UTF-8
C++
false
false
11,453
cpp
#include <fstream> #include <queue> #include <algorithm> #include "CTCDecoder.h" #include "utf_utils.h" static std::vector<char32_t> g_alphabet; static std::unordered_map<std::pair<char32_t, char32_t>, float, pair_hash> g_bigram_probs; void BuildAlphabet() { std::ifstream file("alphabet.txt", std::ios::binary | s...
[ "zyddnys@outlook.com" ]
zyddnys@outlook.com
92cfa65207c92c612eded139b2ac16a1a66f169b
39bac498c22f3acd9a9c869d43b144b5dbc4f685
/PCClient/QtBB/BB/l2window.h
54c1c9a05a92e5ed92f7840b1692111a6483b7df
[]
no_license
dennn66/BB
9a2f0b0700a192c0890342dd6562ddddd86e5399
ccdd3ec7c79b180280d7407b29d99b54463af570
refs/heads/master
2021-01-24T03:42:13.135487
2017-06-26T12:10:05
2017-06-26T12:10:05
40,249,066
0
0
null
null
null
null
UTF-8
C++
false
false
3,281
h
#ifndef L2WINDOW_H #define L2WINDOW_H #include <QString> #include <QtWinExtras/QtWin> #include <QImage> #include <QIcon> #include <QFile> #include <QTextCodec> #include <QTextStream> #include <QSettings> #include <QMessageBox> #include <windows.h> #include "xpbar.h" #include "keycondition.h" #include "keyconditionsset...
[ "dennn6696@gmail.com" ]
dennn6696@gmail.com
ccf7433bd3b834f419f96a39c194b42274fbaacc
adfcd15da351a38af5713ea4e138160e1744bc1e
/src/System.h
ecf89072299324ef2ccae388bfc4de9fe5706742
[ "BSD-2-Clause" ]
permissive
natecollins/vecs
05ea013a89d4c6a3a5a76bec288212ba797dbc4c
b003b8f856acd20c8d02cfea89baed119b8cd794
refs/heads/master
2020-03-23T01:24:48.192243
2018-07-14T04:30:55
2018-07-14T04:30:55
140,915,974
0
0
null
null
null
null
UTF-8
C++
false
false
1,945
h
#ifndef VECS_SYSTEM_H_ #define VECS_SYSTEM_H_ #include <memory> #include "ComponentBase.h" #include "Component.h" #include "ComponentTypeSet.h" #include "EventReceiver.h" namespace vecs { class Domain; class Entity; enum SystemThreadState : int32_t { NON_THREAD = 0, THREAD_QUEUED = 1, THREAD_RUNNING = 2,...
[ "npcollins@gmail.com" ]
npcollins@gmail.com
5f4e68010c6d90ccb482808d6d623bfb1e8524f6
a858496405a9a06699d8fa12c0d106610b04f8ed
/cybervision/cybervision-app/UI/aboutwindow.cpp
ae109da1cb4a0d7cfa23bb75ca7d747d008f8ea7
[]
no_license
mrsaleh/cybervision
e9e7dc24d6a8ccd8f47a52b5cd8ca5637b6fc9ee
45ccdfaa5d4a113386f26686060efbb84d7a2099
refs/heads/master
2021-12-08T06:14:47.095253
2015-02-26T00:04:11
2015-02-26T00:04:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
421
cpp
#include "aboutwindow.h" #include "ui_aboutwindow.h" #include <QDesktopServices> #include <QUrl> AboutWindow::AboutWindow(QWidget *parent) : QDialog(parent),ui(new Ui::AboutWindow){ ui->setupUi(this); } AboutWindow::~AboutWindow(){ delete ui; } void AboutWindow::on_closeButton_clicked(){ close(); } void AboutWin...
[ "zlogic@gmail.com" ]
zlogic@gmail.com
17373f556abda586f7533faada3f7592d9f979c1
2d480d7a87d0778119210df31a9a715afc1af279
/Lafore 6.9/main.cpp
efc93fded33e2b3e3b5460408513859507bca962
[]
no_license
Nukem74/CPPSolutions
144a9c13d1a4528e279e0f0eddaecd51f5b4cbe2
f7440cc5d5c6cc28c1baff2fc8eca2f70bca4513
refs/heads/master
2020-05-04T17:28:29.557034
2019-04-21T02:57:56
2019-04-21T02:57:56
179,312,496
0
0
null
2019-04-15T04:05:55
2019-04-03T14:55:10
C++
WINDOWS-1251
C++
false
false
1,156
cpp
#include <iostream> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ class fraction { private: //перечисление приватных членов int _numerator; int _denominator; public: //перечисление публичных членов fraction() /...
[ "Nukem74@gmail.com" ]
Nukem74@gmail.com
e74f07e258c80d3848370a5aa92166506688faea
89251cf93dbf403197f62a0e4d817faf07bcf43f
/Self Dividing Numbers/selfdividing.cpp
5dd07bc23810837739c1b58783692db2378ca669
[]
no_license
Lazeeez/DSA-1
3c68edd86106e35080b427e7c7eb6314863dfbc9
421f685a45d4bc565da376d82f8df52fd689751d
refs/heads/main
2023-08-18T10:33:27.759785
2021-10-03T16:27:24
2021-10-03T16:27:24
412,912,157
0
0
null
2021-10-03T17:30:12
2021-10-02T21:08:58
C++
UTF-8
C++
false
false
497
cpp
class Solution { public: bool selfDivide(int num){ int left = num; int remainder; while(left){ remainder = left%10; if(remainder==0 || num%remainder != 0) return false; left/=10; } return true; } vector<int> selfDividingNumbers(int ...
[ "parthkhare307@gmail.com" ]
parthkhare307@gmail.com
c2c175716f164d45fbe853dc86477b465696a84e
22f2b80a16bb6854c91a182c387ee1b23ae4426c
/stacks and queues/queue/dynamicqueueusingarray.cpp
ef901f4b838c26886fe341f1d63fe10bf1ab230f
[]
no_license
imakathuria/Practice
a4750266698dc9ada32eb302a24ff9ae39ae1db5
ea622261c2c768be7e698102c0a73d55f6b4a782
refs/heads/master
2023-05-11T09:28:29.080787
2021-06-01T08:18:44
2021-06-01T08:18:44
372,415,722
0
0
null
null
null
null
UTF-8
C++
false
false
1,910
cpp
#include<bits/stdc++.h> using namespace std; template <typename T> class QueueUsingArray{ T* data; int size; int FirstIndex; int NextIndex; int capacity; public: QueueUsingArray(){ size=0; data=new T[5]; capacity=5; FirstIndex=-1; NextIndex=...
[ "imakathuria@gmail.com" ]
imakathuria@gmail.com
5e1e30ffaa8af0d564faf9b43c4ac1c445adc162
5c35f7bd29cc73cd6909f0a59c22740f6c1fe88f
/src/ast/mangle.h
943ea77abd3332afe7aa6187418c392c6922aa6b
[ "MIT" ]
permissive
cxcorp/delta
96a340112e389982bb557198e7dc45c9784c4af2
2a1bf8cba60eca71d3ff1636102c4536d69a3f6f
refs/heads/master
2021-07-10T03:14:53.991359
2017-10-11T17:18:51
2017-10-11T17:18:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
574
h
#pragma once #include <string> namespace llvm { class StringRef; template<typename T> class ArrayRef; } namespace delta { struct Type; class FunctionDecl; class TypeDecl; std::string mangle(const FunctionDecl& decl, llvm::ArrayRef<Type> typeGenericArgs = {}, llvm::ArrayRef<Type> functionGeneri...
[ "emil@cs.helsinki.fi" ]
emil@cs.helsinki.fi
5c558d66439762bbe04d3a1f5adef30d88e5135f
8acc3860c0a6b9dcf80dd99d4c226e1a50cf420f
/src/qt/optionsdialog.cpp
61fdefd23426717d434716c126c173ff9436f440
[ "MIT" ]
permissive
010000110101100101010100/CYTN
e4807549dd65c00da93c289fb47251e303f2b2bf
7459426b7a5f8e8192940fc67585335d2ad5b17b
refs/heads/master
2021-06-01T15:27:26.092206
2020-07-06T13:06:09
2020-07-06T13:06:09
42,249,973
0
0
null
null
null
null
UTF-8
C++
false
false
8,242
cpp
#include "optionsdialog.h" #include "ui_optionsdialog.h" #include "bitcoinunits.h" #include "monitoreddatamapper.h" #include "netbase.h" #include "optionsmodel.h" #include <QDir> #include <QIntValidator> #include <QLocale> #include <QMessageBox> #include <QRegExp> #include <QRegExpValidator> OptionsDialog::OptionsDi...
[ "L&N" ]
L&N
73bfc9faf11e15e9d0f9958c08dea0d5bf0e6ccf
15f8a4a0594ab7c55ed314236baefc2821ad9c62
/6. Sorting/selection_sort.cpp
2956cf47f49cc4a9cd26fa1b13b9d96a30fef136
[]
no_license
raktim-roy/coding-practise
4fadee92c179c7b890b3805182398b467fa298b9
46cb613b54df178d33a255b5f69a303eb7691e88
refs/heads/master
2020-12-11T11:37:30.614533
2020-01-14T12:41:39
2020-01-14T12:41:39
233,837,864
0
0
null
null
null
null
UTF-8
C++
false
false
1,080
cpp
// C++ program for implementation of selection sort #include <bits/stdc++.h> using namespace std; void swap(int *xp, int *yp) { int temp = *xp; *xp = *yp; *yp = temp; } void selectionSort(int arr[], int n) { int i, j, min_idx; // One by one move boundary of unsorted subarray for (i = 0; i < n-1; i...
[ "rroy@cypress.com" ]
rroy@cypress.com
a54c20ea6875ea539a443d467e4da5ad77dd68d6
5fc98af617aff4af5e543bbbde1b8226753628a5
/1.cpp
8396626edf41699f65ff1840a1a3511ace2d4b5a
[]
no_license
myk7hackon/night
5194f2339fc4f0d192f0a806671badb6c1b33731
c7c1f30cd647e910127fceb4fbd0bb43c7df8cf4
refs/heads/master
2020-03-23T18:42:31.369580
2020-01-03T07:09:21
2020-01-03T07:09:21
141,926,837
0
1
null
2020-01-03T07:26:10
2018-07-22T20:03:27
C++
UTF-8
C++
false
false
6,935
cpp
#include<iostream> using namespace std; class list { public: int a; list *next; /* list(int p) { a=p; next=NULL; }*/ }; void buildlist(list **start,int p) { list *temp=new list; temp->a=p; temp->next=NULL; if(*start==NULL) *start=temp; else { list *copy=*start; while(copy->ne...
[ "noreply@github.com" ]
myk7hackon.noreply@github.com
6cb6d04e2bc917f92d1a060b22cb95d31309a347
95b0b614e01d9731f82aee5e185927c012a3b70b
/Asteroids/bullet.h
13c4c9889db0c2689e95e0814a4a31e9a901b93c
[]
no_license
mosiah10Z/Asteroids
57cc75d4695a0dc41f57f8df94c9cf58161be32d
a5ab403782bd8b4823033328cf7eb3cb59633964
refs/heads/master
2020-03-23T04:08:16.171558
2018-07-16T00:05:57
2018-07-16T00:05:57
141,066,814
0
0
null
null
null
null
UTF-8
C++
false
false
629
h
#ifndef bullet_h #define bullet_h #define BULLET_SPEED 5 #define BULLET_LIFE 40 #include "flyingObject.h" /******************************************************************** * The Bullet Class. Derived from the FlyingObject class. * contains methods pertaining to where the bullet should fly and initiated. ********...
[ "que14003@byui.edu" ]
que14003@byui.edu
5cf2cda86d2a56b337ef6b932193b7cb77b29b94
27b78a089fa389244eefcdd08d8d7e273a3bb3e8
/tst/src/Edge-Trace2D.cpp
60cbd1bf285e67164bd76a45060a33b14497bd9d
[]
no_license
GIBIS-UNIFESP/BIAL
651f3a7f44238df977be245b07a1391d2518f974
eddd3d756b744b5caf8429acec7abe208b3a3bd1
refs/heads/master
2021-01-12T13:32:10.299904
2018-02-09T11:55:34
2018-02-09T11:55:34
69,836,560
11
6
null
2017-12-01T16:01:12
2016-10-03T02:55:05
C++
UTF-8
C++
false
false
1,740
cpp
/* Biomedical Image Analysis Library */ /* See README file in the root instalation directory for more information. */ /* Date: 2015/Jun/09 */ /* Content: Test file. */ /* Description: Test with Edge detection function. */ #include "FileImage.hpp" #include "Image.hpp" #include "Color.hpp" using namespace std; using n...
[ "fcappabianco@gmail.com" ]
fcappabianco@gmail.com
1f959dad3bfe68d39cf852c9265762e1839ec241
d93fe0484fc3b32c8fd9b33cc66cfd636a148ec4
/Codeforces/ECR85/probC.cpp
d068314ee1467362e0488045e24cd5c645299616
[]
no_license
wattaihei/ProgrammingContest
0d34f42f60fa6693e04c933c978527ffaddceda7
c26de8d42790651aaee56df0956e0b206d1cceb4
refs/heads/master
2023-04-22T19:43:43.394907
2021-05-02T13:05:21
2021-05-02T13:05:21
264,400,706
0
0
null
null
null
null
UTF-8
C++
false
false
241
cpp
#include <bits/stdc++.h> typedef long long ll; #define REP(i, n) for(int i = 0; i < (int)(n); i++) #define FOR(i, a, b) for(int i = (int)(a); i < (int)(b); i++) using namespace std; ll A[505050]; ll B[505050]; int main() { vector<> }
[ "wattaihei.rapyuta@gmail.com" ]
wattaihei.rapyuta@gmail.com
bf7e51f8792eb94c560cbf9acbec4d001bd22a7a
ef9a782df42136ec09485cbdbfa8a56512c32530
/branches/fasset2.3.2threads/src/fields/ALFAM.cpp
a556e1e578974e7c0e9d56cfdf6937a07ecf294b
[]
no_license
penghuz/main
c24ca5f2bf13b8cc1f483778e72ff6432577c83b
26d9398309eeacbf24e3c5affbfb597be1cc8cd4
refs/heads/master
2020-04-22T15:59:50.432329
2017-11-23T10:30:22
2017-11-23T10:30:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,777
cpp
/****************************************************************************\ $URL$ $LastChangedDate$ $LastChangedRevision$ $LastChangedBy$ \****************************************************************************/ #include "ALFAM.h" #include "../base/message.h" #include "../base/id.h" /**********************...
[ "sai@agro.au.dk" ]
sai@agro.au.dk
4727e641f7845ca5ac5bbf3847bfe1070d362728
67b9a956151e54aba0fb06c037c9e5fb02be8149
/Pratica02/pratica2.cpp
ef3257fd040a525f2eda2ed66a63f439c8a471b4
[]
no_license
vinny-vin/Algoritimo-e-Estrutura-de-Dados
2d5c4145482d1cfbc4079338e0e6727c8c0965a0
d4b24e4d1a30bbb6e5ab204457dca2cd99346a09
refs/heads/master
2021-02-05T11:31:40.312040
2020-03-14T14:34:11
2020-03-14T14:34:11
243,775,310
0
0
null
null
null
null
UTF-8
C++
false
false
735
cpp
/* * pratica2.cpp * * Created on: 29 de fev de 2020 * Author: ALUNO */ #include <iostream> #include "veiculo.h" using namespace std; int main(){ Veiculo v1 ("V1"); Terrestre t1 ("T1"); Aquatico aq1 ("Aq1"); Aereo ae1("Ae1"); Veiculo * terr = new Terrestre("VT1"); // ((Terre...
[ "noreply@github.com" ]
vinny-vin.noreply@github.com
c430a99b92fbd48910c36252b26e6e19c305f56f
fa274ec4f0c66c61d6acd476e024d8e7bdfdcf54
/Resoluções OJ/codeforces/Maratona de Programação Contra o COVID-19 /b.cpp
56c3e50f2f47931bbf17d2c86b2d3078044c0519
[]
no_license
luanaamorim04/Competitive-Programming
1c204b9c21e9c22b4d63ad425a98f4453987b879
265ad98ffecb304524ac805612dfb698d0a419d8
refs/heads/master
2023-07-13T03:04:51.447580
2021-08-11T00:28:57
2021-08-11T00:28:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,058
cpp
#include<bits/stdc++.h> #define _ ios_base::sync_with_stdio(0); #define endl '\n' #define INF 0x3f3f3f3f #define MAX (1<<20) #define i64 long long #define all(x) (x).begin() , (x).end() #define sz(x) (int)(x).size() #define ii pair<int, int> #define fs first #define sc second #define eb emplace_back #define vi vector<i...
[ "fepaf.eng@dmz.org.br" ]
fepaf.eng@dmz.org.br
382fc4ee65a8e85e2fe8bc30dbbe8eacf6420e6d
792a52844d2e53fdbd3582d9edb95eedec651a74
/ThirdParty/rapidjson/example/serialize/serialize.cpp
078e59ee32ff68b410701da1fff48670fd7820e3
[ "MIT" ]
permissive
alanly/comp371
42ade8a6bf4bbd5031fa7e552af0e6e7f3246c1d
dd0e4f3c3b9e8e4a67b048e5c354a1ded0578a0d
refs/heads/master
2021-01-18T23:20:34.469596
2014-08-19T17:01:13
2014-08-19T17:01:13
22,010,621
1
0
null
null
null
null
UTF-8
C++
false
false
3,614
cpp
// Serialize example // This example shows writing JSON string with writer directly. #include "rapidjson/prettywriter.h" // for stringify JSON #include "rapidjson/filestream.h" // wrapper of C stream for prettywriter as output #include <cstdio> #include <string> #include <vector> using namespace rapidjson; class Per...
[ "louis.mclean@gmail.com" ]
louis.mclean@gmail.com
ed42b9229f511c63e7a033780614ca1526eb769a
2e3577c77cc43a558342aeab8a83a82d6c4a021c
/C++/useArrayToInit.cpp
82866bdd2356cf9a137df7461172f28e227f5b76
[]
no_license
Tokiya-wang/CodeInLinux
a964d6faf85f3d6e5a821bcf787672fd33560c92
345b7dd6ba81e673b188af6d188d636c728ba40e
refs/heads/master
2022-03-18T09:19:24.759226
2019-11-07T03:07:14
2019-11-07T03:07:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
226
cpp
#include <iostream> #include <vector> #include <iterator> using namespace std; int main(void) { int arr[10] = {1, 2, 3, 4, 5}; vector<int> v(begin(arr), end(arr)); for (const auto it : v) cout << it << endl; return 0; }
[ "1240953839@qq.com" ]
1240953839@qq.com
55ae2a75bb3279fd2622aa02e83e403f9fd79ee3
2dbb6208f065a6e6bc4c3d3996f3dd4253821cfb
/thirdparty/FreeImage/FreeImageToolkit/Resize.cpp
0c6b2d9f02502d7e8f9f95e5a67c96bce6472b00
[ "MIT" ]
permissive
ShalokShalom/echo
2ef7475f6f3bd65fe106a1bb730de2ade0b64bab
02e3d9d8f0066f47cbc25288666977cef3e26a2f
refs/heads/master
2022-12-13T07:14:49.064952
2020-09-17T02:08:41
2020-09-17T02:08:41
296,278,603
0
0
MIT
2020-09-17T09:21:31
2020-09-17T09:21:30
null
WINDOWS-1250
C++
false
false
76,162
cpp
// ========================================================== // Upsampling / downsampling classes // // Design and implementation by // - Hervé Drolon (drolon@infonie.fr) // - Detlev Vendt (detlev.vendt@brillit.de) // - Carsten Klein (cklein05@users.sourceforge.net) // // This file is part of FreeImage 3 // // COVERED...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
ef4a5a7727d5078e4ad06298bbc8816910d8d9f5
f0415d8538b0d329a09accde765e3aa4c39a5650
/misc/read_from_rear_debug.cpp
667857ea2524502b07d53edfb040cff804ebb033
[]
no_license
tiborh/cplusplus
0f7e27e1df69ef0c497fa486bb3ff413bb9e8d21
229ddaed13d26de6a03e1420c32d1f07424e0e67
refs/heads/master
2021-01-17T18:51:03.194333
2018-04-09T02:56:09
2018-04-09T02:56:09
59,860,513
0
0
null
null
null
null
UTF-8
C++
false
false
5,190
cpp
#define __cplusplus 201103L // for c++11 //#define __cplusplus 199711L // for c++98 and c++03 #include <iostream> //#include <algorithm> // e.g. split //#include <cassert> // assert() //#include <climits> // e.g. INT_MAX //#include <cmath> //#include <cstdio> //#include <cstdlib> // e.g. for srand(time(NULL)) and ran...
[ "tibor.harcsa@ericsson.com" ]
tibor.harcsa@ericsson.com
0d789fa772e8867c3fc8be34bb676732b5a4770a
be663f51aa417c0939b3efef29d5837ac2e7c99f
/Code/WSTrainingTJM/FrmTXTRead/MyAddinMod.m/LocalInterfaces/MyAddinMain.h
1cbd0193d684552a41abd6a71648cff495dbeb29
[ "MIT" ]
permissive
msdos41/CATIA_CAA_V5
d87598923797867ae322478773e2372a2febb11b
1274de43e1ebfffc5398f34ed1b63093cae27fc2
refs/heads/master
2022-06-01T23:05:20.419221
2022-05-10T07:23:41
2022-05-10T07:23:41
220,181,165
11
7
null
null
null
null
UTF-8
C++
false
false
2,056
h
// COPYRIGHT Dassault Systemes 2018 //=================================================================== // // MyAddinMain.h // Provide implementation to interface // CATIAfrGeneralWksAddin // CATIWorkbenchAddin // //=================================================================== // // Usage notes: // //===...
[ "tjm.mosquito@gmail.com" ]
tjm.mosquito@gmail.com
6f8c1114e25769197dab38a8fc3d0a0d031226f1
129156ae37f54958871c81d2a6acf5535736f93f
/leetcode/贪心算法/406根据身高排序.cpp
fde6aadadf91a42d8e12d9a35f542f02aa60e8d3
[]
no_license
TristramAr/LeetcodeCode
bb3a41ed15d778c75e4e43eb035559d32287245a
35a664c3fb1487fece017fbab53c51db8cfc5949
refs/heads/master
2022-12-25T05:02:33.371709
2020-10-07T02:54:12
2020-10-07T02:54:12
301,910,412
0
0
null
null
null
null
UTF-8
C++
false
false
1,560
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; // 不要用vector的操作方式进行比较 bool cmp(vector<int> &a, vector<int> &b) { if (a[0] > b[0]) { return true; } if (a[0]==b[0] && a[1] < b[1]) { return true; } return false; } //运用这个排序方式会出现错误,虽然和上边表示的意思相同但是会出...
[ "mianmuquanfeijiao@gmail.com" ]
mianmuquanfeijiao@gmail.com
bb9a327e2be0ef3586c1295ae1d7aa6e40f8df4c
2262a0fd44891bd29b4f6b2c5a96d40c7db5de9d
/structure_module/include/Section.h
cef478ce6c63c3da479551a4c8dffea1005ca91d
[]
no_license
tenshun/StorageManager
9cb9f8be38fac61cd1b7aec93a6f43dff935c55e
15295fd47f0cc28e3f81986b952b1148457f56f8
refs/heads/master
2021-04-26T16:47:29.924736
2016-05-16T20:47:31
2016-05-16T20:47:31
58,306,042
1
0
null
null
null
null
UTF-8
C++
false
false
601
h
#ifndef COURSE_WORK_ALGO_SECTION_H #define COURSE_WORK_ALGO_SECTION_H #include <iostream> #include "string" #include "Cell.h" #include "SLinkedList.h" typedef Cell Elem; class Section { private: SLinkedList<Elem> S; int n; public: Section(); // constructor int size() const; // number of items in the ...
[ "r.sadretdinov4110@gmail.com" ]
r.sadretdinov4110@gmail.com
3828028f648b0ad32ce9e1dd2f521cc2a43538a5
907f75a6b68a2ab3b306c03a37407368029fc9bc
/src/aruco/markerdetector.h
1cc0627f127e693b3a6c5d5f484c7628c58d7b75
[ "BSD-2-Clause" ]
permissive
byteofsoren/python-aruco
f14b318663c4e1fdb867ffb795c58aa3363b5b68
3a306f067ad9730124bb4487bed22012b07fde0b
refs/heads/master
2022-12-02T11:04:23.300241
2020-08-16T20:36:04
2020-08-16T20:36:04
288,019,653
0
0
NOASSERTION
2020-08-16T20:31:05
2020-08-16T20:31:04
null
UTF-8
C++
false
false
19,204
h
/** Copyright 2017 Rafael Muñoz Salinas. 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, this list of conditions and th...
[ "marcus@degenkolbe.eu" ]
marcus@degenkolbe.eu
da47fdba09a4d8b2ed6796cf7c6d932a722e4302
4a00b645010bb29b83ae494d462ef79fb843c08d
/Assimp-Converter/Src/MMDFileRoader/MMDModel.h
51dc898429838e1a125594a0c8e6cbde9e4723f5
[]
no_license
OrangeCocoa/Model-Converter
6da0aab2f8fd4328eec9bc870e158e3150b141cb
7d641c0018db361df0d3fa36a8f45c46ebe87eb6
refs/heads/master
2020-03-29T07:59:27.540108
2019-02-19T12:22:01
2019-02-19T12:22:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
51
h
#pragma once class MMDModel { private: public: };
[ "shoheyhey1111@yahoo.co.jp" ]
shoheyhey1111@yahoo.co.jp
9c17058150c0d438a8240a3fd3fd372cad218f62
99c765fbb3d84a730a1b88ce7bb505c6ec99a007
/src/Controller/SillyAppController.cpp
267b1dd78d0aa6fd50bd6a50fb7937215c4f7046
[]
no_license
madeast/SecondC-
3b67a91cc3c6381fe4964e163229dcc13f458011
ca5194af26edc1cea923260a1362dfccf35e0431
refs/heads/master
2021-01-10T07:45:17.549297
2016-01-20T14:35:37
2016-01-20T14:35:37
49,967,036
0
0
null
null
null
null
UTF-8
C++
false
false
701
cpp
/* * SillyAppController.cpp * * Created on: Jan 19, 2016 * Author: emad6932 */ #include "SillyAppController.h" #include <iostream> using namespace std; SillyAppController :: SillyAppController() { this->count = 99; } void SillyAppController :: setCount(int count) { this->count = count; } int SillyAppCo...
[ "eeagle25@comcast.net" ]
eeagle25@comcast.net
05f8432741e80b81988d02aac1e51240214679e1
f044161caccafefcb5af67d6b1e9775c09229bdf
/src/KTX.hpp
356001aacc0da0ac3753f5382fd7bc48f2bad0f7
[ "Zlib" ]
permissive
Didgy74/Texas
a2fe471b1cb2b66fff6f19dd31a8ba59d4edebbf
618a043b185358c6d189fa87435e557c50867f97
refs/heads/master
2021-09-09T23:34:44.415661
2020-11-06T20:58:43
2020-11-06T20:58:43
179,952,263
9
2
NOASSERTION
2021-02-17T13:29:15
2019-04-07T10:49:53
C
UTF-8
C++
false
false
1,671
hpp
#pragma once #include "Texas/InputStream.hpp" #include "Texas/ResultValue.hpp" #include "Texas/Result.hpp" #include "Texas/TextureInfo.hpp" #include "Texas/Span.hpp" #include "Texas/FileInfo.hpp" #include <cstdint> #include <cstddef> namespace Texas::detail::KTX { constexpr std::uint8_t identifier[...
[ "np_skalerud@hotmail.com" ]
np_skalerud@hotmail.com
2d72a3954873c5e90ea6c4d26d6b175353e27926
4ed8364da72396ee833c106eb0fae2beaecdf777
/app/pikachu/include/pikachu/pikachu_app.h
79485ac2d6406ee0bac54b86aa1b9f9d16cf6625
[]
no_license
SSSSSolution/my_lib
ea9d2f7c4bd7896df3762484a063684d3a9b6b93
26fb2f933efcc06888164e23ee7036cb11315180
refs/heads/main
2023-03-01T20:25:37.881756
2021-02-06T14:50:13
2021-02-06T14:50:13
313,587,300
0
0
null
null
null
null
UTF-8
C++
false
false
634
h
#ifndef REALITY_PIKACHU_PIKACHU_APPLICATION_H #define REALITY_PIKACHU_PIKACHU_APPLICATION_H #include <QApplication> #include <functional> #include <vector> #include <QMouseEvent> namespace reality { namespace pikachu { class PikachuApplication : public QApplication { public: ...
[ "1845739048@qq.com" ]
1845739048@qq.com
bb68ec2a40d660406a67b11e859f1bf460aeae8b
3284c358ffbf33852aef6fce1513ed320bde0d64
/csapex_ml/src/waldboost_trainer.cpp
b7bf702ba6a556bbe8e05cfdf0c50771121b16ac
[]
no_license
eglrp/csapex_core_plugins
b082a1abf3ac25106fcb168961abb2d79f4d2fca
f68d4e42a0cb06e8779003b9fcb71cc048efd175
refs/heads/master
2020-04-06T22:08:34.602083
2018-06-28T19:33:04
2018-06-28T19:33:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,619
cpp
/// HEADER #include "waldboost_trainer.h" /// PROJECT #include <csapex/msg/io.h> #include <csapex/utility/register_apex_plugin.h> #include <csapex/param/parameter_factory.h> #include <csapex/model/node_modifier.h> #include <csapex/msg/generic_vector_message.hpp> CSAPEX_REGISTER_CLASS(csapex::WaldBoostTrainer, csapex:...
[ "Richard.Hanten@uni-tuebingen.de" ]
Richard.Hanten@uni-tuebingen.de
d719f1269b45ea6acd73b751ac0ad025d545d7e1
054efd9a6ff17000f6d13cec9c5e50601496f661
/vf/src/main/jni/Foundation/IOUniformer.cpp
6879c16b9d69f339e919779465818e5bb0bf909c
[]
no_license
dfcfvf/dfvf
511783c632ab3764696ace80e54435e82c937221
b3de5795e98bf16f70be4f40b6fc6fa9bf19d26c
refs/heads/master
2021-08-18T16:39:43.275051
2017-11-23T09:20:50
2017-11-23T09:20:50
108,795,458
0
0
null
null
null
null
UTF-8
C++
false
false
24,238
cpp
// // VirtualApp Native Project // #include <unistd.h> #include <stdlib.h> #include <fb/include/fb/ALog.h> extern "C" { #include <HookZz/include/hookzz.h> } #include "IOUniformer.h" #include "SandboxFs.h" #include "Path.h" #include "SymbolFinder.h" bool iu_loaded = false; void IOUniformer::init_before_all() { ...
[ "dfcfvf@outlook.com" ]
dfcfvf@outlook.com
38eddb5c522474789e9d9bdec725e85bc13dcc15
c4e72d23b34be6673abd66c8e4012ed524c29dda
/iialib/src/socket/HostEnt.cpp
7203a04888b57444b309403c20d918b4a4df7891
[]
no_license
Sevalecan/IIA
3fbf95dd7102ba3251ccac6d7ed6e6827cb929b1
3ac82e2dc11b695020ad038e7389b44c22c288d8
refs/heads/master
2020-04-25T12:35:32.665435
2006-05-21T01:15:29
2006-05-21T01:15:29
31,803,164
0
0
null
null
null
null
UTF-8
C++
false
false
1,654
cpp
#define IIASOURCE #include "socket/HostEnt.hpp" namespace IIALib { namespace Socket { uint32_t HostEnt::Fromhostent(hostent *hRet) { uint32_t iLen, iPos; hName = hRet->h_name; for (iLen=0;hRet->h_aliases[iLen];iLen++);...
[ "sevalecan@gmail.com" ]
sevalecan@gmail.com
0d7981aae93f5d9615b40fd1013c9c1653da0f45
05b024ea0bf6bc22dc8bba612074565fb559b306
/chapter14-reusing/composite.cpp
9c2b917f469e2d05a453fd868b4eafaf7fb2982a
[]
no_license
Mp5A5/c--primer-plus
fcf3276725c4431e354282a8dc19f6bfbd4486cf
23c4251978f58adf7eb4dc355b9f4118313dc742
refs/heads/master
2022-12-07T15:21:18.019859
2020-08-23T09:15:14
2020-08-23T09:15:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
639
cpp
#include <iostream> #include <string> using namespace std; class Person { public: string name; explicit Person(const string &name): name(name) { cout << "constructor one arg" << endl; } Person() { cout << "constructor empty" << endl; } }; class ClassRoom { public: Per...
[ "youaiduan@gamil.com" ]
youaiduan@gamil.com
e10d946762fe3836f26790cf6aa5ab9a3d76ff44
fac52aacf1a7145d46f420bb2991528676e3be3f
/SDK/UI_ConfirmationBase_parameters.h
4b54c92ac93ec4ea86da6b7a8e88a0f1fe7f063d
[]
no_license
zH4x-SDK/zSCUM-SDK
2342afd6ee54f4f0b14b0a0e9e3920d75bdb4fed
711376eb272b220521fec36d84ca78fc11d4802a
refs/heads/main
2023-07-15T16:02:22.649492
2021-08-27T13:44:21
2021-08-27T13:44:21
400,522,163
2
0
null
null
null
null
UTF-8
C++
false
false
1,302
h
#pragma once #include "../SDK.h" // Name: SCUM, Version: 4.20.3 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Parameters //--------------------------------------------------------------------------- // Function UI_Co...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
0ddc2bfe308e3ea9ac4cdf83c05b3a123e357906
34bba90c69d8a01205b1376bc95d6f63ab72118e
/laser_scan_matcher/include/laser_scan_matcher/Math.h
3576446de8e212394a19607af3e3274834af8745
[]
no_license
Joye-zhangbo/laser-slam
fdfbdf39d50a24103e2cd2ce332c6f65ba63682b
f9f5a08eba2bb7997bf5bc639f1241ce621a28b4
refs/heads/master
2023-07-09T04:55:21.261011
2021-08-21T08:55:38
2021-08-21T08:55:38
397,945,487
1
0
null
null
null
null
UTF-8
C++
false
false
4,747
h
/* * Copyright 2010 SRI International * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This ...
[ "495203317@qq.com" ]
495203317@qq.com
59e0841149572fc0018108b2fad0c9fa88dee72f
5197e8e9e324a08a95010d1e51b596b3b30c5b12
/src/qt/titlebar.h
f533b9c98e70771fc730792f58c4bba51cb77bd4
[ "MIT" ]
permissive
bitcoinx-project/bitcoinx
8bb5144e313c5995c192386b55202a0b4ff45fed
d422a992e7efee1ea1fb82cf7a1e81e04ca716c0
refs/heads/master
2021-07-11T19:03:44.279254
2019-01-24T06:24:30
2019-01-24T06:24:30
116,213,243
159
86
MIT
2019-01-28T09:02:36
2018-01-04T04:08:40
C++
UTF-8
C++
false
false
1,634
h
#ifndef TITLEBAR_H #define TITLEBAR_H #include <QWidget> #include <QSize> #include <QTabBar> #include <QIcon> #include "walletmodel.h" namespace Ui { class TitleBar; } class WalletModel; class TabBarInfo; class PlatformStyle; /** * @brief The TitleBar class Title bar widget */ class TitleBar : p...
[ "11780456+neuralbayes@users.noreply.github.com" ]
11780456+neuralbayes@users.noreply.github.com
99a65d1442844d8abb5d0b1387dd073fcdfe0685
4dbe7cb8665cc4e183d948d1bd0664031ba287fa
/src/gtpV2Codec/ieClasses/listOfRabsInForwardRelocationResponse.cpp
1235d97684f341cfb37b1b74baf76b3706969baa
[ "Apache-2.0" ]
permissive
aggarwalanubhav/Nucleus
1356a58201cb6aecd44662420a40413102dde85c
107113cd9a1b68b1a28b35091ed17785ed32d319
refs/heads/master
2023-06-10T12:09:44.316674
2021-07-06T09:03:18
2021-07-06T09:03:18
365,923,062
0
1
Apache-2.0
2021-05-18T09:16:19
2021-05-10T05:01:58
C++
UTF-8
C++
false
false
20,493
cpp
/* * Copyright 2019-present Infosys Limited * * SPDX-License-Identifier: Apache-2.0 */ /****************************************************************************** * * This is an auto generated file. * Please do not edit this file. * All edits to be made through template source file * <TOP-DIR/scripts/Gtp...
[ "aggarwalanubhav98@gmail.com" ]
aggarwalanubhav98@gmail.com
ebd185117867cc06a18e6a335adf4855642e707a
0a5c30db4c7d24a8b82223883d5ceacf25f58aae
/src/html/ht_token.h
29f3e6765f65fa313b734617ec7a5f5483a8889e
[]
no_license
lineCode/Newtoo
65f4fb3a97e90b965efc4ea75914113ef03b9f75
5de04c61320b0c121a5fb1f244afafb587f6b6ee
refs/heads/master
2020-04-11T14:26:29.809229
2018-12-14T16:47:09
2018-12-14T16:47:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
652
h
#pragma once #include "ht_active_id_table.h" #include "ht_identifier.h" namespace newtoo { typedef unsigned long ht_pos; const ht_pos ht_unset_pos = 2147483647; enum ht_flag { ht_flag_not_a_tag, ht_flag_open, ht_flag_close_self, ht_flag_close_self_auto, ht_flag_close }; const int ht_global_prefix = ...
[ "flightblaze@gmail.com" ]
flightblaze@gmail.com
05a4527df6daceee2bd526a1dcfd097460c619b7
644f097a6d583921c40dc219a75498758a869574
/DevineEngine/DevineEngine/Graphics/Primitives/Arena/Cylinder.h
016ec0429061ae8a4410f13e0e9befc3305adfff
[]
no_license
Devine33/SimulationACW
33248beea3f85a71fd6aae8587c211371cae538c
e019dbbc2c054abe0a8121cf89e134f4822680f0
refs/heads/master
2021-03-27T19:17:45.997382
2017-09-05T21:00:49
2017-09-05T21:00:49
88,354,136
1
0
null
null
null
null
UTF-8
C++
false
false
724
h
#pragma once #include <d3d11.h> #include <memory> #include "../../../../packages/directxtk_desktop_2015.2017.2.10.1/build/native/include/GeometricPrimitive.h" #include <SimpleMath.h> class Cylinder { public: Cylinder(ID3D11DeviceContext* context,float height, float diameter); ~Cylinder(); void SetPosition(DirectX:...
[ "devine33@live.co.uk" ]
devine33@live.co.uk
9bcb70f59513e526ccc4dc8b88442aeb421b5517
04b1803adb6653ecb7cb827c4f4aa616afacf629
/ash/wallpaper/wallpaper_utils/wallpaper_resizer_unittest.cc
f2153f5b202642093d62d6ced5f002bcbe05705d
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
5,609
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/wallpaper/wallpaper_utils/wallpaper_resizer.h" #include <stdint.h> #include <memory> #include "ash/public/cpp/wallpaper_types.h" #include...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
ab6921335dc5de0e3b176bf7dcc1292d2beef371
2a9fa870f43a41c131662ede8ce44464ddff8e71
/build-interactionAvecLesFichiers-Desktop_Qt_5_11_1_GCC_64bit-Debug/moc_widget.cpp
83ce037c163e953fa768be10f9562f26828498e4
[]
no_license
LehouxKevin/QtCreator
9fc9a05ddc3add2ec7ce2606ea715345e3721c1d
3d50ead86ac4754b7f6695b35752787aa9d50873
refs/heads/master
2022-01-19T23:19:25.969107
2019-06-28T14:36:03
2019-06-28T14:36:03
194,287,905
1
0
null
null
null
null
UTF-8
C++
false
false
2,580
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'widget.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.11.1) ** ** WARNING! All changes made in this file will be lost! *************************************************************...
[ "klehoux@pommier4.depinfo.touchard.edu" ]
klehoux@pommier4.depinfo.touchard.edu
13f59db56c6b72c5dc616522eb58166b2689611d
07306d96ba61d744cb54293d75ed2e9a09228916
/External/AutodeskNav/sdk/include/gwnavgeneration/input/sectorinputdata.h
7375ae4244223bd5ae6ad7813a20e7b4edb722ad
[]
no_license
D34Dspy/warz-client
e57783a7c8adab1654f347f389c1dace35b81158
5262ea65e0baaf3f37ffaede5f41c9b7eafee7c1
refs/heads/master
2023-03-17T00:56:46.602407
2015-12-20T16:43:00
2015-12-20T16:43:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,545
h
/* * Copyright 2013 Autodesk, Inc. All rights reserved. * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download, * or which otherwise accompanies this software in either electronic or hard copy form, or w...
[ "hasan@openkod.com" ]
hasan@openkod.com
3d7c784d01f865dd00d7df09312b9ca903156051
5b4810947ed4f45e75468e8f734b2a12b7de48bf
/PROJET/main.cpp
cf2f8ee31e62c8dc4263a77c3d3c420d2e429118
[]
no_license
Sururrrr/LocationVoiture
c333357beb09a03f8f75902a172030220397130e
33cf97fd96025bfb9af11ddeba9adf180f5d975e
refs/heads/master
2022-09-13T15:45:31.185330
2020-05-28T09:47:32
2020-05-28T09:47:32
267,522,704
0
0
null
2020-05-28T07:28:16
2020-05-28T07:28:15
null
UTF-8
C++
false
false
775
cpp
#include "mainwindow.h" #include <QApplication> #include <QMessageBox> #include "connection.h" #include"voiture.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); Connection c; bool test=c.createconnect(); MainWindow w; if(test) {w.show(); //QMessageBox::infor...
[ "noreply@github.com" ]
Sururrrr.noreply@github.com
3d51f2784dd86f51e9e74408d31b38c62389edd4
de6e6e42b35fa961a21fd77004a679c26c648c13
/src/physics/intersectData.h
3c95a44aa5e4a96563375b6534c140e2cf8eb045
[ "Apache-2.0" ]
permissive
KylePearce-SoftwareDeveloper/3DGameEngineCpp
175f8c9c6df29354f85aad2d279373ddaefb71d8
73f62f4298ee97a7d9752a0e466cf11ae6e20442
refs/heads/master
2020-12-26T22:34:53.830807
2020-04-11T17:17:51
2020-04-11T17:17:51
237,670,161
0
0
null
null
null
null
UTF-8
C++
false
false
1,337
h
/* * This engine was built uppon * tutorials created by: Copyright (C) 2014 Benny Bobaganoosh. * The above tutorials served as the base on which * this engine was developed further by Kyle Pearce. * The game created using this engine has been entirly * created by Kyle Pearce. */ #ifndef INTERSECT_DATA_INCLUDED_...
[ "kylepearcesoftwaredeveloper@gmail.com" ]
kylepearcesoftwaredeveloper@gmail.com
054d695e1c208eecb8e0552ba729aa2df1d3b3b7
d2d57035834b73143fdb0db1e7ccc3b4fb863494
/develop/v0.4/Ngen.Diagnostic/Ngen.Diagnostic.cpp
e74b6009f80da421cd6b7914f03a6193e690bfa5
[ "MIT" ]
permissive
archendian/ngensdk
062647701c6eef54de818782ca0798f7b9540c59
0d8b8e21e00ba71f0596e228dd073017e1c785ed
refs/heads/master
2021-01-11T15:19:32.233361
2019-01-07T16:43:47
2019-01-07T16:43:47
80,326,405
1
0
null
null
null
null
UTF-8
C++
false
false
1,293
cpp
/* _______ ________ \ \ / _____/ ____ ___ / | \/ \ ____/ __ \ / \ / | \ \_\ \ ___/| | \ \____|__ /\______ /\___ >___| / \/ \/ \/ \/ The MIT License (MIT) COPYRIGHT (C) 2016 FIXCOM, LLC Permission is hereby granted, free of charge, to any pe...
[ "arch.endian@gmail.com" ]
arch.endian@gmail.com
ae69030ca316e6c072233c87393ed196284780ce
63c71060f36866bca4ac27304cef6d5755fdc35c
/src/DataGenUtil/DataGenSimpleRand.h
03889621b1c9a796d9a3045c73e7a4cf0bbebd2c
[]
no_license
15831944/barry_dev
bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a
d4a83421458aa28ca293caa7a5567433e9358596
refs/heads/master
2022-03-24T07:00:26.810732
2015-12-22T07:19:58
2015-12-22T07:19:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,382
h
//////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2005 // Packet Engineering, Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification is not permitted unless authorized in writing by a duly // appointed officer of ...
[ "barryniu@jimodb.com" ]
barryniu@jimodb.com
f79cdc643b46b18f2412fc93ef372b2765ddab7b
79c4f83ad370adf64d411c976afddbf5a35060e9
/pos of elemnt in arr.cpp
376cf9aa917bc04ecf0ec9ea8d1d1aac8a9aedfd
[]
no_license
Anniebhalla10/Cpp
8bcd3d15a6526916624f0c3de789b4c9d7a1cd59
9783c2c60fa746a76e74c11bd682b5db3641621a
refs/heads/master
2021-02-18T11:31:59.347439
2020-12-10T16:59:50
2020-12-10T16:59:50
245,190,935
0
0
null
null
null
null
UTF-8
C++
false
false
585
cpp
//to return position of elemnet #include<iostream> using namespace std; int pos(int A[15], int size, int a); int main() { int size; int ARRAY[15]; int x; cout<<"\nEnter no to be found "; cin>>x; cout<<"\nEnter size of array "; cin>>size; cout<<"\nEnter elements of array : "<<e...
[ "noreply@github.com" ]
Anniebhalla10.noreply@github.com
27980412b92059702a7cb9b8d35dfef3d5303b42
b30cee8c5984fdeb7df841a364e413b1f26a6e5b
/Lanczos/parallel/tJ_Lanczos_khash.cpp
2818f15b364b8e7e323d8c80d0356731680aed05
[]
no_license
ntuloser/Lanczos-tJ
b9664c3c99cf8d069fa3d462b8e2b8b6621c89fd
6d42dffaf1bb2ccebd5ad7a99fc442479e7d6326
refs/heads/master
2016-09-05T14:09:45.863892
2015-07-31T08:24:24
2015-07-31T08:24:24
34,052,323
0
0
null
null
null
null
UTF-8
C++
false
false
35,356
cpp
#include<iostream> #include <stdlib.h> #include <ctime> #include <cmath> #include <stdio.h> #include <vector> //#include <omp.h> #include <mpi.h> #include <functional> //#include <unordered_map> #include "khash.h" KHASH_MAP_INIT_INT64(kMap, double) //sturct kh_kMap_t #define SIZE 4 #define DELTA 6//6 #define LEV 1// c...
[ "impossibleisnothing21121@gmail.com" ]
impossibleisnothing21121@gmail.com
77685c0fc72a90f4d1e53126a772afcce80582e9
c2c976a38135ce14497d5bdd55a79bef97d8119f
/Min Cut Max Flow.cpp
8ef1cdaab0dad1fe36767210fd0559d58b213e78
[]
no_license
vntshh/ACM-Notebook
668515172c6a0b497a514513b60da1a9384bfda8
459963dbad992bbe19e0a92d87954c58666f48a8
refs/heads/master
2021-01-13T14:38:37.732350
2019-06-11T11:11:01
2019-06-11T11:11:01
76,723,249
3
1
null
2017-10-31T15:16:15
2016-12-17T12:37:29
C++
UTF-8
C++
false
false
1,862
cpp
Min Cost Max Flow (My Code for Building String : Codeforces) #define MAXN 3005 struct MCMF { typedef lld ctype; struct Edge { lld x, y; lld cap, cost; }; vector<Edge> E; vector<lld> adj[MAXN]; lld N, prev[MAXN]; ctype dist[MAXN], phi[MAXN]; MCMF(lld NN) : N(NN) {} void add(lld x,lld y,ct...
[ "noreply@github.com" ]
vntshh.noreply@github.com
5fb91a40843cd50710c41f35a47697a58ae25087
625a46bcc34374650f6fdb67c6bfd252e7911fc8
/Programming/C++/Copies/TicTacToe - Template/TicTacToe/Source/window.h
f29c1e383e206b81c5d985101a0da70c37883be9
[]
no_license
balderdash117/All-programming
bbe208c5239d7a57ddc707c87324f95c4c28fedf
10508d4dbf38bf37c53dc85c120f52f0d056c1ec
refs/heads/master
2021-01-23T05:25:07.432951
2017-09-05T10:47:32
2017-09-05T10:47:32
102,467,018
0
0
null
null
null
null
UTF-8
C++
false
false
1,967
h
//////////////////////////////////////////////////////////////////////////////////////////////////////////// //// //// Name: Window Class //// //// Purpose: Defines the characteristics of the window and functions applied to it //// ...
[ "ben@maithsc.com.au" ]
ben@maithsc.com.au