blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
9d375302ab744be57fce2bfcaec5d1f033e16c6e
9af03a8eff0ee646f46b44ea7302be4460f60bae
/simulation/algorithms/Type2/C++/Qt/Type2/main.cpp
6788b8a16e86a70f499871d2bd381cd3529bcabf
[ "MIT" ]
permissive
motchy869/Distributed-ThompthonSampling
cdea40f6afe6c9c62c74dc69d6ca214a9292f4f1
17bb11f789ccc410e12c99347decc09c836dd708
refs/heads/master
2021-09-06T21:41:39.093518
2018-02-12T01:47:49
2018-02-12T01:47:49
120,056,483
0
0
null
null
null
null
UTF-8
C++
false
false
4,548
cpp
/* * 分散強調型Banditのシミュレーションプログラム。 * コンソールから呼び出して使う。 * 呼び出し例 : Type2 --env "env.json" --prior "prior.json" --graph "graph.json" --T 1000 --rep 10 --save "./save/" * 起動後、自動的にシミュレーションが始まり、プレイ時間が終了したら結果をセーブして終了する。 * セーブするファイル名の規則 : result_yyyy-MM-dd-hh:mm:ss:zzz.json */ #include "common.h" #include "Simulator.h" #inclu...
[ "motchy869@gmail.com" ]
motchy869@gmail.com
38fb10fd757ae640880fb031d679782f586571cb
2c148e207664a55a5809a3436cbbd23b447bf7fb
/src/headless/lib/browser/headless_web_contents_impl.cc
09fd7e47c82b5237429c1ee39fd39f1cee01f67b
[ "BSD-3-Clause" ]
permissive
nuzumglobal/Elastos.Trinity.Alpha.Android
2bae061d281ba764d544990f2e1b2419b8e1e6b2
4c6dad6b1f24d43cadb162fb1dbec4798a8c05f3
refs/heads/master
2020-05-21T17:30:46.563321
2018-09-03T05:16:16
2018-09-03T05:16:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
25,512
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "headless/lib/browser/headless_web_contents_impl.h" #include <memory> #include <string> #include <utility> #include <vector> #include "base/bin...
[ "jiawang.yu@spreadtrum.com" ]
jiawang.yu@spreadtrum.com
1c3282aa9021be35d54b9cf7efe3d6385321f742
53b9ed8fe5d3da380ef23a5aedf7557f1c2e82fe
/Dynamic Programming/Dynamic Programming - Optimal Game Strategy.cpp
ad0542b959a44e79393a02824d52fa82c0a24af8
[]
no_license
BhuwaneshNainwal/DSA
37cada454c4c139e6f3a345b33ea18683a498eff
f75b91aa70701c3bef9dd38f75a2970ef2d9985e
refs/heads/master
2023-07-09T05:57:42.459007
2021-08-16T16:27:51
2021-08-16T16:27:51
355,267,090
3
0
null
null
null
null
UTF-8
C++
false
false
360
cpp
/* 1> Each player can pick a number from either end. 2> Both are smart / equally wise or plays optimally. 3> Maximum margin by which he can win. Recurrence relation: Let the player be A, f(i , j) = max(a[i] + min( f(i + 2 , j) , f(i + 1 , j - 1)) , a[j] + min( f(i, j - 2) , f(i + 1 , j - 1)) ...
[ "harshitnainwal38@gmail.com" ]
harshitnainwal38@gmail.com
2ed9473ac07480b091e50377238e762d09eb10a7
ae33344a3ef74613c440bc5df0c585102d403b3b
/SDK/SOT_BP_female_makeup_asian_02_Desc_classes.hpp
9f8d9f8c53100e0535a0181e68f444951b1b5afd
[]
no_license
ThePotato97/SoT-SDK
bd2d253e811359a429bd8cf0f5dfff73b25cecd9
d1ff6182a2d09ca20e9e02476e5cb618e57726d3
refs/heads/master
2020-03-08T00:48:37.178980
2018-03-30T12:23:36
2018-03-30T12:23:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
743
hpp
#pragma once // SOT: Sea of Thieves (1.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x4) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass BP_female_mak...
[ "antoniohermano@gmail.com" ]
antoniohermano@gmail.com
da570bd0fcd209b77ad33ebc04042767ccc3b424
1f7974bf7bd5b5c91998e2022828f3a277ff7556
/洛谷/省选-/CF812C.cc
ea20ed6dbbfcebff17f27ccceb0cbbfabb9ce1f5
[ "MIT" ]
permissive
gkishard-workingboy/Algorithm-challenger
1eda8a5d2ab567a1494a21c90ac750e1f559eae4
43336871a5e48f8804d6e737c813d9d4c0dc2731
refs/heads/master
2022-11-18T05:14:24.904034
2020-07-14T13:42:43
2020-07-14T13:42:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
cc
/* * Author : OFShare * E-mail : OFShare@outlook.com * Created Time : 2020-04-26 14:43:43 PM * File Name : CF812C.cc */ #include <bits/stdc++.h> #define ll long long void debug() { #ifdef Acui freopen("data.in", "r", stdin); freopen("data.out", "w", stdout); #endif } const int N =...
[ "OFShare@outlook.com" ]
OFShare@outlook.com
aed812526703df9c6833f04921bd5c2e086055e2
7f4dffea2997b4222cc719a63d4ea02372f58bb7
/Religion/csys.cpp
0977de3431dff9343741b020a977bb7ac90cc0f0
[]
no_license
kamera25/Religion-Old
bb08b845377ac292140e91ff710319f17455f79d
fde68fa688fb34348030d5284f64d1b8264886b0
refs/heads/master
2016-09-06T12:28:39.095550
2014-12-07T05:57:59
2014-12-07T05:57:59
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
18,594
cpp
/*ここでは、初期化・終了・プロージャーに渡すという行為を行うクラスコードファイルです。 // */ #include <easy3d.h>//Easy3Dを使うためのヘッダを読み込みます。 #include <crtdbg.h>//エラーチェックが出来るようにするためのヘッダファイル #include "csys.h"//開始・終了・プロージャーなどシステム周りのクラスヘッダ #include "cWeapon_head.h"// 武器統括に関することのクラスヘッダファイル #include "csys_statics.h"// システムクラスの静動変数・関数周りをまとめたヘッダファイル // コンストラクタ:Easy3D...
[ "giraffe_rakugaki@yahoo.co.jp" ]
giraffe_rakugaki@yahoo.co.jp
1f75482b77b6c2e76da3e95d27664a684536da09
fd755cced5aad8b2d1d87dbe422e546cf15fc616
/Chapter 3/ex3.31.cc
ab83fadee9fa3c7ede73c452a43078bc83920f6e
[]
no_license
konmos/cpp-primer
95683824766ff14b45e8fd17ff065a5bb0133ddf
4acdc35b75377d9e47f0c68acc0b9f6eec305598
refs/heads/master
2020-08-21T22:46:47.873856
2019-10-19T20:16:42
2019-10-19T20:16:42
216,265,065
0
0
null
null
null
null
UTF-8
C++
false
false
240
cc
#include <iostream> using std::cout; using std::endl; int main() { constexpr unsigned sz = 10; int arr[sz] = {}; for (int ix = 0; ix < sz; ++ix) arr[ix] = ix; for (auto x : arr) cout << x << endl; return 0; }
[ "32582880+konmos@users.noreply.github.com" ]
32582880+konmos@users.noreply.github.com
263587fc662948215ab93cad96deb5aea930b83f
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/PhysicsAnalysis/TauID/TauTrackEvent/TauTrackEvent/TauJetTruthMap.h
3a73ca42d4adaddf535eaa91fbef5a34d4103258
[]
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
965
h
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #ifndef TAUTRACKEVENT_TAUJETTRUTHMAP_H #define TAUTRACKEVENT_TAUJETTRUTHMAP_H #include <map> //#include "TauTrackEvent/TruthTau.h" //#include "tauEvent/TauJet.h" namespace Analysis { class TauJet; } namespace TauID { class TruthTau; ...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
9f05a49784c5dd73289a1975a15403b10ca30214
f83ac63b344644596d74fff4d529562164651a29
/factorial.cpp
7a1ff3773fa85218b6a0317b53d09f9249905c12
[]
no_license
Tejas281/Program_CodeForces
61a00e7c248a42556ef8198972cc7b16032cff93
801ce2cf0b09d0b965b5209877035428620b5f43
refs/heads/master
2022-12-11T15:47:01.699755
2020-09-15T12:25:49
2020-09-15T12:25:49
295,720,139
0
0
null
null
null
null
UTF-8
C++
false
false
202
cpp
#include<stdio.h> #include<conio.h> #include<iostream> int fac(int n) { if(n>1) { return n*(fac(n-1)); } } int main() { printf("%d",fac(6)); }
[ "tejas1188245@gmail.com" ]
tejas1188245@gmail.com
38be860a78f0a1e06ec1112800d2e7b7603a6d69
3e7ae0d825853090372e5505f103d8f3f39dce6d
/AutMarine v4.2.0/AutLib/Mesh/Tools/MeshCondition/Mesh_LaplacianSmoothingInfo.cxx
4ae72c3efd831482cdae39eb4785bd6456010a13
[]
no_license
amir5200fx/AutMarine-v4.2.0
bba1fe1aa1a14605c22a389c1bd3b48d943dc228
6beedbac1a3102cd1f212381a9800deec79cb31a
refs/heads/master
2020-11-27T05:04:27.397790
2019-12-20T17:59:03
2019-12-20T17:59:03
227,961,590
0
0
null
null
null
null
UTF-8
C++
false
false
1,077
cxx
#include <Mesh_LaplacianSmoothingInfo.hxx> static const Standard_Integer DEFAULT_MAX_LEVELS = 3; static const Standard_Real DEFAULT_UNDER_RELAXATION = 0.8; AutLib::MeshLib::Mesh_LaplacianSmoothingInfo::Mesh_LaplacianSmoothingInfo() : theMaxLevels_(DEFAULT_MAX_LEVELS) , theUnderRelaxation_(DEFAULT_UNDER_RELAXATION) ...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
f99276af751d05326d7d9e0054557d47e0ea6990
a06a8814125294390da6efe695485a5b11cbf834
/Idaten/src/SandStorm/SandStrom.cpp
9c6076a15a2d716ae3fb96f9c16a669e70f913a6
[]
no_license
TeamYoshikawa/IdatenChacker
91cfff6575f9352d46c75917a2dd906559524962
9cc5fa2eb229b966dc9845275e6062a7a07af13f
refs/heads/master
2021-03-12T22:11:00.277150
2016-01-25T01:29:54
2016-01-25T01:29:54
39,057,277
0
2
null
null
null
null
SHIFT_JIS
C++
false
false
1,689
cpp
#include "SandStrom.h" #include <iostream> const int SandStrom::m_scale = 3; SandStrom::SandStrom() : m_isStart(false), m_random(1) { } SandStrom::~SandStrom() { } void SandStrom::Initialize(HDC buffer,const int windowWidth,const int windowHeight){ m_window={ 0, 0, windowWidth, windowHeight }; m_sand.reset(n...
[ "iwgm14cyancle@gmail.com" ]
iwgm14cyancle@gmail.com
4b58a495dec8a4389784a7250a6ba3a3613ca0fd
5d79ab4b3229a273a850fda89f775d235abf09cf
/assessment_1/src/Node.h
0f9984ca6c617a185a4f9e78deb50a5c8b6f0686
[]
no_license
clungzta/SENG1120_2016
62f3f821ed62df968e6af39e3d45878204dcbb55
68e235b216750e458d5ecad6c6a7aabcddbbdb7a
refs/heads/master
2021-10-08T12:36:29.338259
2016-11-04T00:58:05
2016-11-04T00:58:05
66,327,310
0
0
null
null
null
null
UTF-8
C++
false
false
1,668
h
/** SENG1120 Assignment 1 Created by Alex McClung Semester 2 2016 **/ #ifndef Node_H #define Node_H #include <string> namespace alex_m { class Node //For a doubly linked list { public: typedef std::string value_type; // Constructor // Precondition: None // Postcondition...
[ "alex.mcclung@hotmail.com" ]
alex.mcclung@hotmail.com
b2050aa39f9189fdb93253487eea535de61810ea
34ca93c61beac16e54d7bfd116546e5b0089a625
/pta_work/2017/L1-7.cpp
81ee875b763e9ca0b65d4b3b107ed6e1f8b9635f
[]
no_license
CaoMingAAA/PTA
b048305708666f4021d5217c2a53bb7268143ef9
132e4cc0a616e9d7578c87eedda658432942b218
refs/heads/master
2021-01-26T02:38:32.707196
2020-02-26T14:42:28
2020-02-26T14:42:28
243,277,089
0
0
null
null
null
null
UTF-8
C++
false
false
594
cpp
#include "pch.h" #include"../pch.h" #include <iostream> #include <vector> #include <string> using namespace std; /* int main() { int n; cin >> n; string s; getchar(); getline(cin,s); int len = s.length(); vector<vector<char>> v(n); int row = 0; int max = 0; for (int i = 0; i < len; i++) { v[row].push_back(...
[ "1705218030@qq.com" ]
1705218030@qq.com
51e7d700d60314b75df5f37e10149d6cc25e20b2
c67721034507e6205cbc8c0bf369222460cd9b15
/GCJ/2020D/D_Locked-Doors-BinarySearch_RMQ.cpp
ef08715a0867b3bf09bc355ad3e83b5f19b4d158
[]
no_license
vimday/HappyLearning
8cc2aa6bbdeb75faf6f86f76281d0494dee62105
f3238fa0f234bde8cb79ab626a59053b15f869f6
refs/heads/master
2023-01-18T19:36:15.604355
2020-12-04T06:51:15
2020-12-04T06:51:15
305,049,614
0
0
null
null
null
null
UTF-8
C++
false
false
15,899
cpp
/* * @Author :vimday * @Desc :https://doowzs.com/blog/2020-07-15-ks-2020-d/ * @Url :https://codingcompetitions.withgoogle.com/kickstart/submissions/000000000019ff08/YmVldC5haXp1 * @File Name :D_Locked-Doors.cpp * @Created Time:2020-10-18 16:06:23 * @E-mail :lwftx@outlook.com * @GitHub ...
[ "lwfplus@gmail.com" ]
lwfplus@gmail.com
4cf1256fdf07c51a4e98d62b9df63616b6d3f7a2
d960c0c39cd4ab9f054887d4b73c25d6abc07b93
/ShootingArena/include/sMaterial.hpp
2b59d95835dddf4b882bb2c967605bca4743e8f6
[]
no_license
chicofranchico/cg-finalproject
b3ffa9de86fad37ce990bbed0a76ede35260e7c1
0527c0e3c0876e09895d72d930fb8219aef81ebe
refs/heads/master
2020-04-01T18:29:02.167742
2010-06-02T17:26:44
2010-06-02T17:26:44
32,141,088
0
0
null
null
null
null
UTF-8
C++
false
false
3,273
hpp
/** * material.hpp * Modified version of Fatih Erol material and color classes * By JuanPi Carbajal carbajal@ifi.uzh.ch * 05.2010 */ #ifndef S_MATERIAL_HPP #define S_MATERIAL_HPP #include "GlutStuffs.h" /** Structure for RGBA color */ struct Color { /** Red, green, blue and alpha components of the color */...
[ "ajuanpi@2b03051f-00de-373a-db7d-3385a0bcc09a" ]
ajuanpi@2b03051f-00de-373a-db7d-3385a0bcc09a
e629ec6a67a745d03f12ebb7d1c062e8c3426a45
b012b15ec5edf8a52ecf3d2f390adc99633dfb82
/releases/moos-ivp-15.5.1beta/ivp/src/lib_geometry/XYSegList.cpp
144df45ad29155213d44fef8671414a8bb5d01aa
[]
no_license
crosslore/moos-ivp-aro
cbe697ba3a842961d08b0664f39511720102342b
cf2f1abe0e27ccedd0bbc66e718be950add71d9b
refs/heads/master
2022-12-06T08:14:18.641803
2020-08-18T06:39:14
2020-08-18T06:39:14
263,586,714
1
0
null
null
null
null
UTF-8
C++
false
false
22,664
cpp
/*****************************************************************/ /* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: XYSegList.cpp */ /* DATE: Apr 20th, 2005 ...
[ "zouxueson@hotmail.com" ]
zouxueson@hotmail.com
46b5ac11ddb3bfb6133578459e3413394c96298e
c0caed81b5b3e1498cbca4c1627513c456908e38
/src/protocols/simple_moves/oop/OopMover.fwd.hh
b5d7d6104281463df80fe167cc4f18a4c67c8a63
[]
no_license
malaifa/source
5b34ac0a4e7777265b291fc824da8837ecc3ee84
fc0af245885de0fb82e0a1144422796a6674aeae
refs/heads/master
2021-01-19T22:10:22.942155
2017-04-19T14:13:07
2017-04-19T14:13:07
88,761,668
0
2
null
null
null
null
UTF-8
C++
false
false
1,210
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...
[ "malaifa@yahoo.com" ]
malaifa@yahoo.com
645cbeeb190ba4fcc44975efd8583d0df33c1cd1
424d9d65e27cd204cc22e39da3a13710b163f4e7
/ash/style/ash_color_provider.h
42cb4e5a0743cf940b63f16b639a171800f99d88
[ "BSD-3-Clause" ]
permissive
bigben0123/chromium
7c5f4624ef2dacfaf010203b60f307d4b8e8e76d
83d9cd5e98b65686d06368f18b4835adbab76d89
refs/heads/master
2023-01-10T11:02:26.202776
2020-10-30T09:47:16
2020-10-30T09:47:16
275,543,782
0
0
BSD-3-Clause
2020-10-30T09:47:18
2020-06-28T08:45:11
null
UTF-8
C++
false
false
8,586
h
// Copyright 2019 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 ASH_STYLE_ASH_COLOR_PROVIDER_H_ #define ASH_STYLE_ASH_COLOR_PROVIDER_H_ #include "ash/ash_export.h" #include "ash/public/cpp/session/session_obse...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
64cfc9fb79f1d1f18f82d5fd9a07aeaf54159f55
18d6e76f0a4ecf8336a91dd5346185ed9e8b879e
/build-WFC-Desktop_Qt_5_9_1_clang_64bit-Debug/ui_mainwindow.h
98147283a41a1c0434c04e8f67a2eee4968f5586
[]
no_license
clach/WFC
3fb321d2b217f3009e17d82e7fe2dd778599556a
6850e8e682a50a59afed991516f8ef5722f1e771
refs/heads/master
2021-07-08T06:57:48.244816
2020-09-02T05:24:55
2020-09-02T05:24:55
172,017,206
4
1
null
null
null
null
UTF-8
C++
false
false
11,004
h
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.9.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "clach@seas.upenn.edu" ]
clach@seas.upenn.edu
bc7fb8775aa7b250d9bc26255f350c81873ae23f
09af8e25c6948e187bdf05f4f620ab5f2e7aeb71
/examples/auto_future_graphics_design_delta/fbx_import/RCPtr.h
f3a2c510906127e89d28a1348aafbf42bef500e7
[]
no_license
rlalance/my_imgui
1a8d501758c25ac2bb8eff28d2cd7deb8720bbd0
a74d712611aae0448bc68cb93aafe68b19727944
refs/heads/master
2022-07-21T18:27:50.762261
2019-01-10T07:53:43
2019-01-10T07:53:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,791
h
#pragma once #include "FBXImporterCommon.h" #include <atomic> namespace FBXImporterUnmanaged { #pragma warning( disable: 4251 ) typedef std::atomic_int32_t aint32; class RCObject { aint32 counter; protected: virtual inline void deleteMethod( RCObject* object ) { assert( counter == 0 ); delete object...
[ "zhangjiusheng@auto-future.com" ]
zhangjiusheng@auto-future.com
e7bd93273ce07153f488e318d7f0f29d4b57a33b
544a465731b44638ad61a4afa4f341aecf66f3cd
/src/libivk/utility/AbstractProgressListener.h
feeea624a7f26f8ca403afb8be13649257c26071
[]
no_license
skempken/interverdikom
e13cbe592aa6dc5b67d8b2fbb4182bcb2b8bc15b
dde091ee71dc1d88bbedb5162771623f3ab8a6f4
refs/heads/master
2020-05-29T15:29:18.076702
2014-01-03T10:10:03
2014-01-03T10:10:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,007
h
#ifndef ABSTRACTPROGRESSLISTENER_H_ #define ABSTRACTPROGRESSLISTENER_H_ #include <string> namespace ivk { class AbstractProgressListener { protected: AbstractProgressListener(); virtual ~AbstractProgressListener(); public: /// Sets the text describing the current task. /** * \param text Text describing the ...
[ "sebastian@ivk-virtualbox.(none)" ]
sebastian@ivk-virtualbox.(none)
725105a264786dba34abb557969b46f2f74876f5
76171660651f1c680d5b5a380c07635de5b2367c
/SH6_76mps/0.09/p
01eb80e3071706c38f24ec36e4a3ca63ab586882
[]
no_license
lisegaAM/SH_Paper1
3cd0cac0d95cc60d296268e65e2dd6fed4cc6127
12ceadba5c58c563ccac236b965b4b917ac47551
refs/heads/master
2021-04-27T19:44:19.527187
2018-02-21T16:16:50
2018-02-21T16:16:50
122,360,661
0
0
null
null
null
null
UTF-8
C++
false
false
162,713
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.x | ...
[ "alexmayes@gmail.com" ]
alexmayes@gmail.com
f40290fd99e42a6f39fca23cc6e5a9647d7502c8
9aa0625a324fd07cd06791ce2db224d9728f22c6
/mainfiles/testNLOpt.cpp
90c78c6daf998ce39301dae71d4c946067b372ae
[]
no_license
fskovbo/CorrelatedGaussianSVM
8f94b2d624837cc8528027121b7485a3724d5e08
66aeb1ea4993503e318371d6a45f8dffd15e9cc6
refs/heads/master
2021-05-15T11:19:41.086691
2018-08-19T10:34:16
2018-08-19T10:34:16
108,314,224
2
0
null
2018-01-10T20:44:23
2017-10-25T19:09:38
C++
UTF-8
C++
false
false
2,076
cpp
#include <iostream> #include "math.h" #include "nlopt.hpp" typedef struct { double a, b; } my_constraint_data; // struct my_constraint_data // { // void operator()(const double &a, const double &b) const // { // a = // } // }; // // static double wrap(const std::vector<double> &x, std::vector<double> &...
[ "f.skovbo@hotmail.com" ]
f.skovbo@hotmail.com
3c6226d87fa274be0f4761f213f02ae1f8a29e82
988985424b7b0fb251c35543f30caad327b9686a
/pointHash.cpp
5f1226d134117d4bbcd84f34e093282dc0480e1b
[ "MIT" ]
permissive
skyformat99/ego-gomoku-c
7cb4de3f9eac661ad68b919a2c7be54b367f16dc
07039e232e2b58f9f13966a24710d0ceeee8515a
refs/heads/master
2021-07-11T03:50:41.569600
2017-10-10T12:04:29
2017-10-10T12:04:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
656
cpp
#include "stdafx.h" #include "pointHash.h" extern int boardSize; void pointHash::add(int x, int y) { signal[x][y] = true; count++; } void pointHash::add(point p) { signal[p.x][p.y] = true; count++; } void pointHash::addMany(points ps) { for (int i = 0; i < ps.count; i++) add(ps.list[i]); } bool pointHash::c...
[ "tangyan1412@foxmail.com" ]
tangyan1412@foxmail.com
f0da390724ae1d7e004d62cad399b664511d706d
49488c7174db9957457c4cb3bd452d518ff51e91
/code/common/socketpipe.hpp
4bfdafb5fd646d7dd4c8f9abb7d9a98385bfb858
[]
no_license
myxxxsquared/robot
cddf02f99796c941115ddac6538fb75b605b1dd3
e77eea32db8d5b585feeaf3076d446b761569b4f
refs/heads/master
2021-05-10T21:09:07.014756
2018-01-22T15:22:32
2018-01-22T15:22:32
118,217,938
1
0
null
null
null
null
UTF-8
C++
false
false
1,071
hpp
#ifndef SOCKETPIPE_HEADER #define SOCKETPIPE_HEADER #include <cstring> #include "message.hpp" #include <mutex> #include <thread> #include <deque> #include <condition_variable> class Message; class MessageProcess; class SocketPipe { public: int socketval; std::mutex m_recv; std::thread thread_recv; ...
[ "zhang_a_a_a@outlook.com" ]
zhang_a_a_a@outlook.com
1b5d1853b1b6502cb2361f2d20a115841d7c5c17
8332b86ef4a7d26b5c39b08744fca81bcc3cfe1e
/CppND-Route-Planning-Project/src/main.cpp
248d6c50fa8a68dad3820cc5372579900dbb5b09
[]
no_license
the-john/A_Star
9f98723f59fc125cc18f49c0a159aff7ff2964e3
342af0d6e40a059ed44ef98699b788202073b12f
refs/heads/master
2020-08-27T15:05:26.593335
2019-10-25T00:06:34
2019-10-25T00:06:34
216,627,335
0
0
null
null
null
null
UTF-8
C++
false
false
4,348
cpp
#include <optional> #include <fstream> #include <iostream> #include <vector> #include <string> #include <io2d.h> #include "route_model.h" #include "render.h" #include "route_planner.h" using namespace std::experimental; static std::optional<std::vector<std::byte>> ReadFile(const std::string &path) { std::ifstr...
[ "delton.oliver@outlook.com" ]
delton.oliver@outlook.com
967f3a82a83c39e3d6cdaf9100d886651d066d8b
2b00823785bb182898609d5565d39cba92036840
/src/game/server/hl2/npc_combine.cpp
46305fa5372bbdefd27d361ff986ee972a336302
[]
no_license
rlabrecque/Source2007SDKTemplate
4d401595c0381b6fb46cef5bbfc2bcd31fe2a12d
2e3c7e4847342f575d145452c6246b296e6eee67
refs/heads/master
2021-01-10T20:44:46.700845
2012-10-18T23:47:21
2012-10-18T23:47:21
5,194,511
3
1
null
null
null
null
WINDOWS-1252
C++
false
false
117,419
cpp
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #include "cbase.h" #include "ai_hull.h" #include "ai_navigator.h" #include "ai_motor.h" #include "ai_squadslot.h" #in...
[ "rileylabrecque@gmail.com" ]
rileylabrecque@gmail.com
abef9cb3382562015f40fe60c575b902b2919401
cbfa08b7ec2852406c10df6f82362d3bcc84765e
/firmware/library/L1_Drivers/test/system_timer_test.cpp
9b4a94dcc3f50ec46f4c95366a6daa9e7aec9109
[ "Apache-2.0" ]
permissive
hangbogu/SJSU-Dev2
a81dd0375008d2db9aa19f400d6bcb0631812dbb
38c9e993aa869c4b29abed470d7fd8affae0e655
refs/heads/master
2021-08-08T08:45:00.835779
2018-10-10T15:06:58
2018-11-03T00:59:17
137,110,449
2
0
Apache-2.0
2018-07-28T03:44:35
2018-06-12T18:11:15
C
UTF-8
C++
false
false
3,296
cpp
// Test for Pin class. // Using a test by side effect on the Cortex M4 SysTick register #include "config.hpp" #include "L0_LowLevel/LPC40xx.h" #include "L1_Drivers/system_timer.hpp" #include "L5_Testing/testing_frameworks.hpp" static void DummyFunction(void) {} TEST_CASE("Testing SystemTimer", "[system_timer]") { /...
[ "kammcecorp@gmail.com" ]
kammcecorp@gmail.com
c97e09f1b4e10248630f9e6edc06b70b03fa2ba5
95da74c106267671cc0e993451911ec11fecc8af
/MoreIsBetter Bits/MoreIsBetter/MIB-Libraries/MoreAppleEvents/MoreAppleEvents.cp
be4238d46aba41341e73898389d773f33a17d57b
[]
no_license
fruitsamples/QISA
5f2ae53e7182c91eed698844e790d1fb5485906f
9dac08cd59f7f6db31b559c495c1835fda4428f7
refs/heads/master
2021-01-10T11:07:22.821446
2015-11-25T21:44:18
2015-11-25T21:44:18
46,888,953
0
0
null
null
null
null
MacCentralEurope
C++
false
false
43,853
cp
/* File: MoreAppleEvents.cp Contains: Apple Event Manager utilities. DRI: George Warner Copyright: Copyright (c) 2000-2001 by Apple Computer, Inc., All Rights Reserved. Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in consideration of your agreement to t...
[ "contact@stevemoser.org" ]
contact@stevemoser.org
e286424bc329ed5f097a85152b079e2c2789f616
d2249116413e870d8bf6cd133ae135bc52021208
/VC++jsnm code/ex31c/ex31c.h
02696d389d18a626818eb24a0dd6cf0bc2972027
[]
no_license
Unknow-man/mfc-4
ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5
b58abf9eb4c6d90ef01b9f1203b174471293dfba
refs/heads/master
2023-02-17T18:22:09.276673
2021-01-20T07:46:14
2021-01-20T07:46:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,355
h
// ex31c.h : main header file for the EX31C application // #if !defined(AFX_EX31C_H__496552F5_957C_11D0_85C0_97AC5D47DD70__INCLUDED_) #define AFX_EX31C_H__496552F5_957C_11D0_85C0_97AC5D47DD70__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error include 'stda...
[ "chenchao0632@163.com" ]
chenchao0632@163.com
8bfa548d5231ea6e0e26819b39678ac6ef690ae0
6a5399a6674045b16f5cbd57820fbf41f6353c7f
/src/main.cpp
d15fd6b3c158f94401891cb5dffd11d5d10248ec
[]
no_license
brico-labs/PrototipoPlotter
fb1dc176fc75ad1dc9e8e13d9a5c86b07e749b76
7af1307e90e5346db8a0075b8ea7175708e78340
refs/heads/master
2020-05-01T02:31:17.592576
2019-03-22T22:56:55
2019-03-22T23:11:09
177,220,372
0
0
null
null
null
null
UTF-8
C++
false
false
15,072
cpp
#include <Arduino.h> // the regular Adafruit "TouchScreen.h" library only works on AVRs // different mcufriend shields have Touchscreen on different pins // and rotation. // Run the UTouch_calibr_kbv sketch for calibration of your shield #include <Adafruit_GFX.h> // Core graphics library //#include <Adafruit_TFTLCD.h...
[ "santi.castro@gmail.com" ]
santi.castro@gmail.com
0205f52c38082d64ec379a6e21b8e71de1f70e0f
39ee805e40b43ca3238b588e622367d6ae81b028
/Version2/src/Simulation.cpp
8ac444b2aae9c7137743aba1d95f1fd53c88d87d
[]
no_license
Willbtsg/CS-307--Mendelian-Genetics
40f21cce2ccf8872f3d718627cc167ddc40a229e
74badbc0ae7efb4da467f9ce75c5010cca848961
refs/heads/master
2022-11-28T00:19:47.870185
2020-06-26T18:48:30
2020-06-26T18:48:30
275,182,331
0
0
null
null
null
null
UTF-8
C++
false
false
2,656
cpp
/******************************************************************* * CS 307 Programming Assignment 2 * File: Simulation.cpp * Author: Will Thomason * Desc: This program attempts to recreate a model of genetic * reproduction using chromosomes with linked traits. * Date: 11/21/19 * * I attest that this prog...
[ "willbtsg@gmail.com" ]
willbtsg@gmail.com
693d0cc4f6fd65bbfb1cc8fc7c07b8eb55792187
a3c411e37389686e17c64a5bb20c3bafd02242ee
/include/Utility.h
f68e3fd316c1b8cf834b2dbacb5563badd8d5b42
[]
no_license
Zaiyugi/euryale
9aa5756614ee1d7ebef950bebcaf1031f8b9104a
e1abe046934c347b9469bef5b8a8d8faeded11be
refs/heads/master
2021-01-10T23:33:48.459854
2017-02-18T07:47:04
2017-02-18T07:47:04
70,593,557
0
0
null
null
null
null
UTF-8
C++
false
false
626
h
/* Name: Zachary Shore * Created: 2013-12-30 * Edited: 2014-08-04 * Spec: Utility Functions */ #ifndef __UTILITY_H__ #define __UTILITY_H__ #include <cstdio> #include <string> #include <cxxabi.h> #include <vector> #include <Vector.h> namespace util { template <typename T> void gettype(const T obj); void writeKa...
[ "zshore@g.clemson.edu" ]
zshore@g.clemson.edu
d708f4a60630b2e23aa390f02069a5eb059e446b
c97562296726c3ab80f95aa7187532dfb0e391b4
/Unbias_LightGBM/src/metric/multiclass_metric.hpp
6618e2aefa01645e52ae094d216ae7d84dc55451
[ "MIT" ]
permissive
hbghhy/Unbiased_LambdaMart
a5ee75a5076c6560537e849636fc4db2d12aa6c0
af756db517d08201ed72d4bab1d91c064fb7e2d9
refs/heads/master
2020-08-23T22:15:34.492682
2019-10-29T08:31:43
2019-10-29T08:31:43
216,714,251
0
0
MIT
2019-10-22T03:19:57
2019-10-22T03:19:56
null
UTF-8
C++
false
false
5,612
hpp
#ifndef LIGHTGBM_METRIC_MULTICLASS_METRIC_HPP_ #define LIGHTGBM_METRIC_MULTICLASS_METRIC_HPP_ #include <LightGBM/utils/log.h> #include <LightGBM/metric.h> #include <cmath> namespace LightGBM { /*! * \brief Metric for multiclass task. * Use static class "PointWiseLossCalculator" to calculate loss point-wise */ templ...
[ "bull@Scai2.CS.UCLA.EDU" ]
bull@Scai2.CS.UCLA.EDU
fce556101db7f9bbfd55c78b82ea94ae965d690a
566410d1cc2d89d9e9a118f1beccf67788f6f45a
/Week 1/Day6. Plus_One.cpp
ef890d9f68c1f444f359e8469c08e6f9c2fd49a5
[]
no_license
rajyash1904/July-LeetCoding-Challenge
540069bd13283188ce49847ba5cfd4cc0671001d
036fffa0bb54307a6bb7e0c8bf1eae975f8a8022
refs/heads/master
2022-11-26T22:33:10.191470
2020-08-01T16:49:46
2020-08-01T16:49:46
276,415,131
1
0
null
null
null
null
UTF-8
C++
false
false
1,082
cpp
/* Plus One Given a non-empty array of digits representing a non-negative integer, increment one to the integer. The digits are stored such that the most significant digit is at the head of the list, and each element in the array contains a single digit. You may assume the integer does not contain any leading zero,...
[ "ybalidani19.yr@gmail.com" ]
ybalidani19.yr@gmail.com
667bda5c4ac528b6ef942a7e2551dbe2817a1443
f0efd484afc3a22ec942b38b9e7bd42ef7e21a9d
/silnia/main.cpp
59edf31fd75530ef189adead30e18451fb2eb801
[]
no_license
michalPlusPlus/cpp_szkola
a8a052ebe3671b87f171fb0beeedfce2ae8e42df
6b94f1af48a0eaad956841c724afd1cd49ac349b
refs/heads/master
2022-12-31T10:33:58.831487
2020-10-17T09:23:10
2020-10-17T09:23:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,179
cpp
#include <iostream> using namespace std; int silnia (int param) { int result(1); //program result n! initialised for silnia(1) for (int i=2; i<=param; i++) { result*=i; } return result; } int r_silnia (int n) { int result(1); if (n==1) { return result; } else { ...
[ "michal.mistat@wp.pl" ]
michal.mistat@wp.pl
61bb59a1e98d9644cd5dc8f8d941915e78937cfe
e11f9b5a9bd11e8e9f31a1c0382b2a5de921252d
/src/parfil/filter.cc
6a4e51f6e30b93450ba2bb782ffcf232f2503281
[ "MIT" ]
permissive
iglesias/parfil
d78d8ae85cd4e87489636a020044655f33bb95de
efb80bb15f27a1122d0d750f57a4ccfe191a7904
refs/heads/master
2021-01-20T04:36:05.975787
2013-11-08T14:12:47
2013-11-08T14:15:53
12,325,877
0
1
null
null
null
null
UTF-8
C++
false
false
2,748
cc
/* This software is distributed under the MIT license (see LICENSE file in the * root directory) * * Copyright (c) 2013 Fernando J. Iglesias Garcia */ #include <parfil/filter.h> #include <algorithm> #include <cstdlib> #include <cassert> #include <cmath> namespace parfil { extern double WORLD_SIZE; const double S...
[ "fernando.iglesiasg@gmail.com" ]
fernando.iglesiasg@gmail.com
af012be87eafefabe748f11ad32ef6db08bb1461
37853435f14557740f4147586150d70aeab80f5c
/samples/FedTimeDouble/fedtimeDouble.cpp
80c70729713427fbf6d587c9e26164acece49b40
[]
no_license
rhzg/GERTICO
7e1f399e96989c1606a991a8c8ff5e1fc326a70f
1bc6642f5fbb447cbd90ccadafc1bcf4debf5f48
refs/heads/master
2020-07-26T20:56:26.577367
2019-09-16T09:45:00
2019-09-16T09:45:00
208,763,474
0
0
null
null
null
null
UTF-8
C++
false
false
9,766
cpp
/******************************************************************************* ** ** Copyright (c) Fraunhofer IITB ** All rights reserved. ** ******************************************************************************** ** $Author: mul $ $Name $ $Log: fedtimeDouble.cpp,v $ Revision 1.3 2010/07/23 11:08:22 mul R...
[ "reinhard.herzo@iosb.fraunhofer.de" ]
reinhard.herzo@iosb.fraunhofer.de
d19c34bb6f38713b98252c19a9b4a525656a2da7
b9e4f272762d5cf871653e4b4a3aa9ad33b05117
/1星/KMP(不可重叠时).cpp
1b11a6d7168b46c02022c416884af0b5a82a7f1e
[]
no_license
haozx1997/C
e799cb25e1fa6c86318721834032c008764066ed
afb7657a58b86bf985c4a44bedfaf1c9cff30cf4
refs/heads/master
2021-07-11T23:54:17.357536
2017-10-12T03:42:23
2017-10-12T03:42:23
106,662,415
0
0
null
null
null
null
UTF-8
C++
false
false
843
cpp
#include<stdio.h> #include<string.h> void makeNext(const char P[],int next[]) { int q,k; int m = strlen(P); next[0] = 0; for (q = 1,k = 0; q < m; ++q) { while(k > 0 && P[q] != P[k]) k = next[k-1]; if (P[q] == P[k]) { k++; } next[q] = k; } } int kmp(const char T[],const char P[],int next[]) { int n,...
[ "haozx1997@users.noreply.github.com" ]
haozx1997@users.noreply.github.com
3fcd231ecf8bdbccb3d68a451153de21b165adf2
0e2ff3aaf52bbcd9d25422d8dd20de4e2f644c4e
/src/qmlapplemusic.h
57c531645fa011d65ad0ba30385e29a8a3c53abd
[ "MIT" ]
permissive
Qt-QML/carpadapp
30c88ccb4412fcb38f81faa5c392ac6ce39f8b76
7ada9a7c32e394d098f19d2eb6861b0b9f97d972
refs/heads/master
2020-03-07T16:28:47.312620
2017-10-14T19:29:03
2017-10-14T19:29:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
928
h
#pragma once #include <QObject> #include <QtNetwork> #include <QJSValue> #include "qmltopsongsmodel.h" class QQmlEngine; class QmlAppleMusic : public QObject { Q_OBJECT Q_PROPERTY(QmlTopSongsModel* topSongsModel READ topSongsModel WRITE setTopSongsModel NOTIFY topSongsModelChanged) public: explicit QmlAp...
[ "niraj@app.st" ]
niraj@app.st
b8d7bc5c437dd16a8737388920bb462f72b296c4
6aca503c6d0a4cb9d89fb4fcb24424fd91b7dfef
/main.cpp
577eb0943616acafe1573b34e4ecf4f76709d12f
[]
no_license
money626/sha2
07c32f0ce71adb1c1359bd8351be705415ba5565
db10b77f104b038835d2ea75102669d484863c0a
refs/heads/main
2023-06-12T04:32:50.523864
2021-06-26T13:57:59
2021-06-26T13:57:59
380,514,963
1
0
null
null
null
null
UTF-8
C++
false
false
43
cpp
#include "myApp.h" wxIMPLEMENT_APP(MyApp);
[ "money.yuanyuan@gmail.com" ]
money.yuanyuan@gmail.com
0ff464d4fc7a967466ddd67670eff24cc8d93166
404e9d9d32d06bd410d185be2ff9c74ef4b1544a
/src/enigma2/data/AutoTimer.cpp
5e37a9d610869cefbab59a0477a8ef274e19fb96
[]
no_license
worm-ee/pvr.vuplus
ebc8277313cd4e1ea5b7a6e891b8b1739efc83ba
6882acbac77deb1db350adf8f43f071a3db5fb81
refs/heads/master
2021-09-26T19:00:02.880374
2018-10-30T19:42:57
2018-10-30T19:42:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,743
cpp
#include "AutoTimer.h" #include "inttypes.h" #include "util/XMLUtils.h" #include "p8-platform/util/StringUtils.h" using namespace enigma2; using namespace enigma2::data; using namespace enigma2::utilities; bool AutoTimer::Like(const AutoTimer &right) const { return m_backendId == right.m_backendId;; } bool AutoTi...
[ "phunkyfish@gmail.com" ]
phunkyfish@gmail.com
384f0a5f924bfce5ee035cafae180692a7b29450
a0370090e044e2817842b90a9559be41282072c5
/DevExpress VCL/ExpressBars 7/Demos/CBuilder/EBarMegaDemo/EBarMegaDemoData.h
7ec6e3c5f4e435dd338532ede5b0b5da7d2dec54
[]
no_license
bravesoftdz/MyVCL-7
600a1c1be2ea71b198859b39b6da53c6b65601b3
197c1e284f9ac0791c15376bcf12c243400e7bcd
refs/heads/master
2022-01-11T17:18:00.430191
2018-12-20T08:23:02
2018-12-20T08:23:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,608
h
//--------------------------------------------------------------------------- #ifndef EBarMegaDemoDataH #define EBarMegaDemoDataH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <DB.hpp> #...
[ "karaim@mail.ru" ]
karaim@mail.ru
fd644d4b55a24e8453fb97e88f237297a8bcf5d6
7a4b9855ef985f72db1698ba8009c76ef9c02e91
/loops/ans3.cpp
bf14c332e8efa7c5ada53773a3fef2263cfbead4
[]
no_license
melvincabatuan/HelloC
29d8766948a6623c4b99d481e9630167b93a2a95
ebda68dd6a8405f141167f5a34a712a6ac0377b3
refs/heads/master
2022-06-26T07:11:15.869774
2022-06-16T04:15:33
2022-06-16T04:15:33
21,809,619
0
2
null
null
null
null
UTF-8
C++
false
false
283
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> int main() { int x; float pi = 3.1416; printf("Degrees Radians\n"); for(x=0; x<=360; x+=90){ printf("%3i %1.4f\n", x, x/(180/pi)); } system("pause"); return 0; }
[ "melvincabatuan@gmail.com" ]
melvincabatuan@gmail.com
57ff7036bf6a481715c4fcbb587e7323217d7c95
ca0e996c1aa0fa02401eca7dfb6dc4eb210a69a2
/analysis/interface.cpp
15486589f27f9b85d7e272b7127ec332653a9a94
[]
no_license
zhanglianhao/qt
de569d1e34ad6519f6cdb0258d6e14ba5efddab1
97f04780ef06cfcc5d3c3697d77b81e11b4658cc
refs/heads/master
2021-09-25T14:33:55.191537
2018-10-23T02:04:09
2018-10-23T02:04:09
154,247,443
1
0
null
null
null
null
UTF-8
C++
false
false
62
cpp
#include "interface.h" interface_icon::interface_icon() { }
[ "xgf13469@163.com" ]
xgf13469@163.com
be1bd9a16d519f23460690f1c50e9ad13bc2b591
3bce275ae3da1af9c08fd9d58404e2067a62bb07
/Elvart-2760606-Lab-05/Stack.h
e561fd71d615c631addcdcfa663f67f6dbdce1d5
[]
no_license
telvart/Programming-II
a0147475407d5b061f6831705f8c65e63ea6512c
213e02bf6fc8a11feef5a3d3514d9a2a6917e7f4
refs/heads/master
2021-06-09T04:31:01.322949
2016-11-29T21:55:08
2016-11-29T21:55:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,475
h
/** @name:Stack.h * @author: Tim Elvart * KUID: 2760606 * Email: telvart@ku.edu * @date:9.31.15 * @brief: Inherits from StackInterface.h, it is a stack capable of housing any type */ #ifndef STACK_H #define STACK_H #include "StackInterface.h" #include "Node.h" template <typename T> class Stack: public StackInter...
[ "telvart@ku.edu" ]
telvart@ku.edu
9bc0f3af8b367c5ce5bf3818a6239f38d396a6da
e1991e8d7f7969f73ff6fc17ce54d561de519846
/punto 8.cpp
ee3f8237d0db06dff2c35b47bc3cec0da5aac7ac
[]
no_license
Samuel-FF/tallerno5
6f0841c123e6d1dd9674a371acaaf137c11c264f
fbd2fad4ffddbff9b2d68875911464050902e383
refs/heads/master
2020-03-28T15:09:58.013512
2018-09-13T01:17:18
2018-09-13T01:17:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
917
cpp
/* programa: funcion que almacena numeros y los organiza de mayor a menor creador: Samuel Fernandez Fernandez fecha 12/09/2018 */ #include <iostream> #include <conio.h> #include <string.h> #include <stdio.h> using namespace std; void num(int num1[], int n){ printf("Ingrese los numeros: \n"); for(int i = 0; i < n; i...
[ "harlemsamu69@gmail.com" ]
harlemsamu69@gmail.com
7dfbc0f4b83c0ddcdefc7e11cf9847c40fa8e23a
7cbcb34aaf56aebe09fc6bdc6969025a6a91c84d
/ocr/ocr.cpp
197aaab3e3b922c29e2a2648b63770daf456dd96
[]
no_license
sridhar19091986/boxeditor
138b416aa9edc40fc57a3a1c104212933a57cb98
8de9045bee4db989b453e8b57d980ba666e217a6
refs/heads/master
2020-05-25T15:53:08.876188
2014-09-20T05:32:08
2014-09-20T05:32:08
null
0
0
null
null
null
null
IBM852
C++
false
false
3,070
cpp
#include "ocr.h" #include <QDragEnterEvent> #include <QDropEvent> #include <QMimeData> #include <QDir> #include <QTextStream> ocr::ocr(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); setWindowTitle("Text Recognition"); ui.img_view->setParent(this); ui.scrollArea->setWidget(ui.img_view); connect(thi...
[ "aclazycat@gmail.com" ]
aclazycat@gmail.com
25e141319d3f057e17416b80e8c84e459cf9ef96
54035db80ef277f002d0ab5c91b743c7c696f310
/include/Field.h
75a45214d1a92ac7c529b78e7559f0f45b079d49
[]
no_license
tochur/wolfs-lamb
0cac435a95b26f4ba110c6524b8a77b5d74a4a70
988cb30683b7ad3a8362859721ffea77341bc933
refs/heads/master
2020-05-16T21:01:36.364633
2014-09-24T19:43:12
2014-09-24T19:43:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
541
h
#ifndef FIELD_H #define FIELD_H #include"Pion.h" class Board; class Field{ public: Field(int nrPola); virtual ~Field(); int getPionSignature(); void setPionSignature(int signature); Pion *pion; protected: private: int x, y; char appearance; bo...
[ "tochur@gmail.com" ]
tochur@gmail.com
24b5d1d760d5b498c996f3c55b619bd1d6bfb3b2
7aaafbb769c6a6d9f0d10dac4e0a35c54c84fb24
/Soil_Moisture/Soil_Moisture.ino
f25849fa8738faf919bee78f6ed95cbfd0df7022
[]
no_license
mxTuhin/Arduino
e40dde74f2138386e633782f24941c0f122d985d
99971441ee1973ffbcb6d7ac99e4eea2eed7dc79
refs/heads/master
2023-03-09T09:37:52.602595
2021-02-24T21:36:29
2021-02-24T21:36:29
342,041,987
0
0
null
null
null
null
UTF-8
C++
false
false
576
ino
/* * AskSensors IoT Platform. * Description: Soil moisture monitoring using ESP8266 and the AskSensors IoT cloud. * Author: https://asksensors.com, 2018 - 2019 * github: https://github.com/asksensors/AskSensors-ESP8266-Moisture */ int moisture_Pin= 0; // Soil Moisture Sensor input at Analog PIN A0 int moisture_...
[ "tuhinmridha11@gmail.com" ]
tuhinmridha11@gmail.com
ae8708b65b6effb6cdf37f6bba109823046e2367
88ae8695987ada722184307301e221e1ba3cc2fa
/ui/events/ozone/evdev/event_converter_evdev.h
1b3a56555a71f256684d9fdf8836122b8b6ec6fd
[ "BSD-3-Clause" ]
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
8,422
h
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_EVENTS_OZONE_EVDEV_EVENT_CONVERTER_EVDEV_H_ #define UI_EVENTS_OZONE_EVDEV_EVENT_CONVERTER_EVDEV_H_ #include <stdint.h> #include <ostream> #include <set> #include <...
[ "jengelh@inai.de" ]
jengelh@inai.de
ee727db990167992b55f7f5850794b36fac0fae8
c21d1bceff86e3dbf597501a327cc866f6d1b255
/src/ch1-Getting-Started/ch1-06-Texture/triangle.cpp
e15838c236e33148b829830f3e419406e447a670
[]
no_license
JamShan/OpenGL-Learning
6f7a4e61cb80c31bb7023d37aad2c2c702757f49
f62bfec60101fe3a929c9fbcbe25fac94e2a67d6
refs/heads/master
2020-03-16T08:29:05.182572
2015-09-03T08:06:47
2015-09-03T08:06:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,073
cpp
#include "triangle.h" #include "ogl/loadTexture.h" namespace byhj { void Triangle::Init() { init_shader(); init_buffer(); init_vertexArray(); init_texture(); } void Triangle::Render() { glUseProgram(program); glBindVertexArray(vao); update(); glDrawArrays(GL_TRIANGLES, 0, 3); glUseProgram(0); glBindVer...
[ "476652422@qq.com" ]
476652422@qq.com
2b369f361348375977a5988b44e93780bb0530ce
25524f27ecf1189a4b995f17fc6623fdc6bee7ee
/depends/ClanLib/Sources/API/Network/NetGame/event_dispatcher.h
958fa394d4f9e700ea3b94111880be43e3d24196
[]
no_license
sveale/gm-engine
f81a3ddd9b34311dc25bcb0a31cad9d7c2688731
aa3752ce9bc69ecc1c1c6e2580a70b37f4afa941
refs/heads/master
2021-01-18T17:09:30.131899
2014-11-05T08:37:58
2014-11-05T08:37:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,957
h
/* ** ClanLib SDK ** Copyright (c) 1997-2014 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this software for a...
[ "endre.88.oma@gmail.com" ]
endre.88.oma@gmail.com
c1b9ab1031cbb234214f7de7369027975e13353b
f0a26ec6b779e86a62deaf3f405b7a83868bc743
/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.cpp
941ab4b4ce5dbe6da4c62871fe0dc84fbf982007
[]
no_license
Tigrouzen/UnrealEngine-4
0f15a56176439aef787b29d7c80e13bfe5c89237
f81fe535e53ac69602bb62c5857bcdd6e9a245ed
refs/heads/master
2021-01-15T13:29:57.883294
2014-03-20T15:12:46
2014-03-20T15:12:46
18,375,899
1
0
null
null
null
null
UTF-8
C++
false
false
2,602
cpp
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/DestructibleMeshEditor/Public/DestructibleMeshEditorModule.h" #include "Editor/DestructibleMeshEditor/Public/IDestructibleMeshEditor.h" #define LOCTEXT_NAMESPACE "AssetTypeActions" UClass* FAssetTypeActio...
[ "michaellam430@gmail.com" ]
michaellam430@gmail.com
977093829664bcc45579992d58bc3f0108c99887
f1a8b8ff8680ef418a84a958350569054c93fd58
/src/iatable.h
9113f1f020779a7af916921d694dc7f2090649b1
[]
no_license
Donaim/mcinclude
988dfc48639f10f80e65d93370be242698c98864
dbcbf9bd3cb3beec217bb7c65d0051d1cc336d64
refs/heads/master
2021-04-03T08:49:31.114470
2018-04-27T15:10:59
2018-04-27T15:10:59
124,797,069
0
0
null
null
null
null
UTF-8
C++
false
false
556
h
#pragma once class Label; class LabelFactory; class IncludeFactory; #include "line.h" #include "writer.h" #include "slist.hpp" #include <string> #include <vector> class IAtable { friend class LabelFactory; protected: std::vector<std::string> dest_names; const LabelFactory& lbl_fac; IAtable(LabelFact...
[ "0@kek.com" ]
0@kek.com
bcf7f8112fe90712d915becafab13a04207fffd6
a8fdb1bacfe71db7a5cbbdb0fb2a71095bb3b23f
/Nowy/kolo.cpp
3fb699395befa32e9c3fa9fd9273929ad46a2b9a
[]
no_license
SeriousSeba/Zadanie3
db337d4284b4967c8f6f90740d4cec7c3d5267cd
1a62cf05d2108e5c538c206b9c959d353528a0e8
refs/heads/master
2021-01-10T15:34:30.760366
2015-12-14T20:45:07
2015-12-14T20:45:07
47,997,632
0
0
null
2015-12-14T20:20:22
2015-12-14T19:51:06
C++
UTF-8
C++
false
false
176
cpp
#include <stdio.h> #include <math.h> int main(void) {double r; scanf("%lf", &r); printf("Pole kola o promieniu %.3lf wynosi %.3lf a jego obwod %.3lf",r, M_PI*r*r, 2*r*M_PI); }
[ "prykstefan@gmail.com" ]
prykstefan@gmail.com
018d6bae26f5a655af1f9877ade4738c47dbe346
847a0217508a39502509ebab74dfcd626180137a
/OSY/OSY_2/test5.cpp
989f4f369d7a89d65ef3f5cdb513f117a8510174
[ "MIT" ]
permissive
JahodaPaul/FIT_CTU
757c5ef4b47f9ccee77ce020230b7309f325ee57
2d96f18c7787ddfe340a15a36da6eea910225461
refs/heads/master
2021-06-04T20:16:44.816831
2021-03-13T10:25:06
2021-03-13T10:25:06
133,488,802
29
20
null
null
null
null
UTF-8
C++
false
false
2,006
cpp
#include <cstdio> #include <cstdlib> #include <cstdint> #include <cstring> #include <cstdarg> #include <pthread.h> #include <semaphore.h> #include "common.h" #include "test_op.h" using namespace std; struct TChild { uint32_t m_Pages; uint32_t m_Share; pthread_barrier_t * m_Barrier; }; stat...
[ "pavel.jahoda3@seznam.cz" ]
pavel.jahoda3@seznam.cz
e13088f999ec3433bd6883926a926ed2ed7211c9
523bbdf02a62450ab67cf0749b100930413e24f6
/METPlots/RecHitSpectra/plugins/RecHitSpectra2023.cc
5d98727894fc513d88fdb31d3cfa6d713831ae5d
[]
no_license
kencall/HcalRecHits
7c213c9d5f9838087ed032e4c8ae7d434c545a69
282e1d67d8b4a0a673658112926ae716bf19532b
refs/heads/master
2021-01-18T21:57:01.987411
2017-01-28T05:43:01
2017-01-28T05:43:01
40,324,027
0
1
null
2015-08-31T17:05:38
2015-08-06T19:53:47
C
UTF-8
C++
false
false
18,947
cc
// -*- C++ -*- // // Package: METPlots/RecHitSpectra2023 // Class: RecHitSpectra2023 // /**\class RecHitSpectra2023 RecHitSpectra2023.cc METPlots/RecHitSpectra2023/plugins/RecHitSpectra2023.cc Description: [one line class summary] Implementation: [Notes on implementation] */ // // Original Author: ke...
[ "ken_call@baylor.edu" ]
ken_call@baylor.edu
0e2c5cd833c2acce15f9c22b23fbfea3a83002be
8a84644276ae6204ae935f858b5e2367a2777613
/src/init.cpp
6a0735aa251e1026ab0409026f19b96d19f951a6
[ "MIT" ]
permissive
puzcoin/bitone
88978981a4fef5c5bb4746209635f1efdf8964c6
7cae35aa8a5489480318f2c7d1cf2814ef19a0a6
refs/heads/master
2020-04-15T11:20:37.012905
2019-01-08T10:39:25
2019-01-08T10:39:25
164,626,279
0
0
null
null
null
null
UTF-8
C++
false
false
91,642
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Copyright (c) 2018 The Bone Core developers // Distributed under the MIT software license, see the accompanying // file COPYING o...
[ "akuma@mud.com.cn" ]
akuma@mud.com.cn
96da089444a7d037f3069bc67086ca1a30ebc078
1cc17e9f4c3b6fba21aef3af5e900c80cfa98051
/chrome/browser/ui/startup/startup_browser_creator_impl.h
3a89e00e9af61018de2e0b40af8432f98b69a572
[ "BSD-3-Clause" ]
permissive
sharpglasses/BitPop
2643a39b76ab71d1a2ed5b9840217b0e9817be06
1fae4ecfb965e163f6ce154b3988b3181678742a
refs/heads/master
2021-01-21T16:04:02.854428
2013-03-22T02:12:27
2013-03-22T02:12:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,266
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_ #define CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_ #include <string>...
[ "vgachkaylo@crystalnix.com" ]
vgachkaylo@crystalnix.com
3447f310222531615479c6acd4f1036d04b06cfb
f9ebe7a39f065eb9f2b23dfb5fabab5dfc385580
/all/native/graphics/utils/GLContext.cpp
5632c7906957959e591f64c80e1616a62071c8e2
[ "BSD-3-Clause" ]
permissive
giserfly/mobile-sdk
b94f771a3723eb594c4469fffa54a47ee02a4337
7997616230901ccc0864f47e1079e86cd212ce39
refs/heads/master
2021-01-01T15:37:53.424250
2017-07-05T13:30:13
2017-07-05T13:30:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,796
cpp
#include "GLContext.h" #include "utils/Log.h" #include "utils/GeneralUtils.h" namespace carto { bool GLContext::HasGLExtension(const char* extension) { std::lock_guard<std::mutex> lock(_Mutex); auto it = _ExtensionCache.find(extension); if (it != _ExtensionCache.end()) { r...
[ "mark.tehver@gmail.com" ]
mark.tehver@gmail.com
a265e20d75d00d287e0f47101bf8a3e5b1bf9f84
9e6d644c6fdbb79497bbcdb727d4367cda12613a
/treeleaf_vs30.inc
242b647709747d5f4b2b1e230de683402ffbec84
[]
no_license
evil-inject0r/shaders-prebuilt
40598dedb6df86a2ebe878debaeca8c11ab1e911
6ef461dc1dc4abf1e42d5d7c00cedf52b2042c4f
refs/heads/master
2020-05-19T12:33:00.786757
2019-07-07T11:38:20
2019-07-07T11:38:20
185,017,559
1
0
null
null
null
null
UTF-8
C++
false
false
2,345
inc
#include "shaderlib/cshader.h" class treeleaf_vs30_Static_Index { private: int m_nHALFLAMBERT; #ifdef _DEBUG bool m_bHALFLAMBERT; #endif public: void SetHALFLAMBERT( int i ) { Assert( i >= 0 && i <= 1 ); m_nHALFLAMBERT = i; #ifdef _DEBUG m_bHALFLAMBERT = true; #endif } void SetHALFLAMBERT( bool i ) { m_n...
[ "none-of-your@busienss.com" ]
none-of-your@busienss.com
97308727b348194c618ef5c496241197d74ce498
d9bd24b85e3b5ee1bf7335e2f1f35dd02252aa9c
/달의 불씨/GameFramework/ZeepLine.cpp
fc0382535ee2ef4f63727dfba024c3ec873418db
[]
no_license
willtriti03/FireOfMoon
eccb72a2189a444792bc6c6eb9864c078cf3ff33
46cabc0a141ff51884d7a35f985be165e953149a
refs/heads/master
2021-01-18T22:41:31.306721
2017-11-09T07:18:15
2017-11-09T07:18:15
72,596,797
0
0
null
null
null
null
UTF-8
C++
false
false
143
cpp
#include "ZeepLine.h" ZeepLine::ZeepLine() { } ZeepLine::~ZeepLine() { } void ZeepLine::Update(float eTime){ } void ZeepLine::Render(){ }
[ "willtriti03@naver.com" ]
willtriti03@naver.com
90bdc1da1da4841027b4d0d677e98ba8e9e8d991
bd6aac8e6867d6ce3c3a609a14eca0c7b70ecfa9
/CPP/7zip/Archive/Zip/ZipIn.h
d4700ffed0005f4fc7bf7b5dde8e72e22c4dd437
[]
no_license
basinilya/7zip
cebacf614e835ba097b4e6b0b06dafcf96a981a9
22dcc7ec5ee8b8ae52b70e41339e8d6267798b7f
refs/heads/master
2021-01-18T16:28:14.566722
2015-04-05T19:04:39
2015-04-05T19:04:39
33,448,110
1
0
null
null
null
null
UTF-8
C++
false
false
5,776
h
// Archive/ZipIn.h #ifndef __ZIP_IN_H #define __ZIP_IN_H #include "../../../Common/MyCom.h" #include "../../IStream.h" #include "../../Common/InBuffer.h" #include "ZipHeader.h" #include "ZipItem.h" API_FUNC_IsArc IsArc_Zip(const Byte *p, size_t size); namespace NArchive { namespace NZip { c...
[ "basinilya@gmail.com" ]
basinilya@gmail.com
e7159cc74a32adddd8bf27416171ffe540e476e9
d3d1d7d99054b8684ed5fc784421024050a95c79
/codeforces/contest/1519/b.cpp
86e33f5477d38b7ac1f85ff26f798ae13563ab36
[]
no_license
rishabhSharmaOfficial/CompetitiveProgramming
76e7ac3f8fe8c53599e600fc2df2520451b39710
85678a6dc1ee437d917adde8ec323a55a340375e
refs/heads/master
2023-04-28T05:51:18.606350
2021-05-15T07:04:33
2021-05-15T07:04:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,167
cpp
#include <bits/stdc++.h> #define all(x) x.begin(), x.end() #define allr(x) x.rbegin(), x.rend() #define sz(x) ((int)x.size()) #define ln(x) ((int)x.length()) #define mp make_pair #define pb push_back #define ff first #define ss second #define endl '\n' #define dbg(x) cou...
[ "pranav.sindura@gmail.com" ]
pranav.sindura@gmail.com
3d0cc38a07b3d336ad020fe0a00b3897c0fd521b
34aa58efb0bd2908b6a89b97e02947f6ab5523f2
/server/游戏组件/藏宝库子游戏/21点/游戏录像/GameVideoItemSink.h
421dc1e1e09acca8b55706e17ee66480fc223f58
[]
no_license
aywlcn/whdlm
8e6c9901aed369658f0a7bb657f04fd13df5802e
86d0d2edb98ce8a8a09378cabfda4fc357c7cdd2
refs/heads/main
2023-05-28T14:12:50.150854
2021-06-11T10:50:58
2021-06-11T10:50:58
380,582,203
1
0
null
2021-06-26T19:31:50
2021-06-26T19:31:49
null
GB18030
C++
false
false
1,518
h
#pragma once #include "..\服务器组件\GameVideo.h" class CGameVideoItemSink : public IGameVideo { public: CGameVideoItemSink(void); virtual ~CGameVideoItemSink(void); public: //开始录像 virtual bool __cdecl StartVideo(ITableFrame *pTableFrame); //停止和保存 virtual bool __cdecl StopAndSaveVideo(WORD wServerID, WORD wTableID...
[ "494294315@qq.com" ]
494294315@qq.com
42d0c58c24947dabbbec1c3e68a6c5f557cf47d4
6af5b637526b51cebdd5d828b7fcd74e133c8e6b
/study10.31 模板和string/string.cpp
0b18f6fd599bd6f03514648b8b196f63045c53cf
[]
no_license
FeierSarah/study
a4d134dc4078adbd56bb94c69a4cba7ec8d529d7
57f1d579196fd9234d42478efae2c95dbc6b319b
refs/heads/master
2021-07-11T23:04:49.996554
2020-09-10T04:15:21
2020-09-10T04:15:21
185,595,648
0
0
null
null
null
null
GB18030
C++
false
false
1,624
cpp
#include<iostream> #include<list> #include<string> using namespace std; //string basic_string<char> //typedef basic_string<char, char_traits, allocator> string void testString1() { string s; string s2("hello world"); string copy(s2); string s2(s2, 0, 5);//hello string s4("hello world", 2);//he string s5(10, '...
[ "2109625761@qq.com" ]
2109625761@qq.com
ffe377eb290e9dfea387545f184a82e5bf5a6169
6f224b734744e38062a100c42d737b433292fb47
/clang/test/Driver/cxx20-header-units-02.cpp
7b7a40f9e831fa5662de2347627f0ad9fab25c57
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
smeenai/llvm-project
1af036024dcc175c29c9bd2901358ad9b0e6610e
764287f1ad69469cc264bb094e8fcdcfdd0fcdfb
refs/heads/main
2023-09-01T04:26:38.516584
2023-08-29T21:11:41
2023-08-31T22:16:12
216,062,316
0
0
Apache-2.0
2019-10-18T16:12:03
2019-10-18T16:12:03
null
UTF-8
C++
false
false
1,503
cpp
// Test user-facing command line options to generate C++20 header units. // RUN: %clang -### -std=c++20 -fmodule-header=user foo.hh 2>&1 | \ // RUN: FileCheck -check-prefix=CHECK-USER %s // RUN: %clang -### -std=c++20 -fmodule-header=user foo.h 2>&1 | \ // RUN: FileCheck -check-prefix=CHECK-USER1 %s // RUN: %c...
[ "iain@sandoe.co.uk" ]
iain@sandoe.co.uk
b1e7c52828ee1c703d227a655eb4058fe188d0b2
67563a4436b914654dd441eb2e1915bbd41aa8ca
/Common/Util/logvwr/GplViewDlg.h
cca57bfa639c4133054377446981705f52de60a2
[ "Apache-2.0" ]
permissive
PKO-Community-Sources/ClientSide-Sources
1cab923af538ffe9d9cb9154b14dd3e0a903ca14
ddbcd293d6ef3f58ff02290c02382cbb7e0939a2
refs/heads/main
2023-05-13T00:15:04.162386
2021-06-02T15:35:36
2021-06-02T15:35:36
372,753,278
3
0
Apache-2.0
2021-06-02T15:26:17
2021-06-01T08:17:07
C++
GB18030
C++
false
false
1,187
h
#pragma once #include "atltypes.h" // CGplViewDlg dialog class CLogvwrDlg; class CLogTypeData; typedef std::vector<CLogTypeData*> LGDATALIST; typedef LGDATALIST* PLGDATALIST; typedef std::vector<CLogTypeData*>::iterator LGDATALISTIT; class CGplTypeData; typedef std::vector<CGplTypeData*> GPLDATALIST; typedef GPLDAT...
[ "businessyagura2k@gmail.com" ]
businessyagura2k@gmail.com
122572439454a12b6319d212fb024d66bcf89a48
2ab2afc76f6e5d0ac7bfbbbc8c4b0aa51c48ca05
/src/qt/stancecoinaddressvalidator.h
325aa5bb925458a08eddceb9b9363bae216abf7e
[ "MIT" ]
permissive
stance-project/stance-core
3587f016edb2a6d785ea36a26183f7ce1c98414b
7a3930614506c3d949b6a425e23421c9d191f4fc
refs/heads/master
2020-05-01T16:54:59.247874
2019-03-28T22:01:13
2019-03-28T22:01:13
177,481,588
0
0
null
null
null
null
UTF-8
C++
false
false
964
h
// Copyright (c) 2011-2014 The Stancecoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef STANCECOIN_QT_STANCECOINADDRESSVALIDATOR_H #define STANCECOIN_QT_STANCECOINADDRESSVALIDATOR_H #include <QValidato...
[ "moabproject@protonmail.com" ]
moabproject@protonmail.com
8f598c434a65edd56e054aed6fbbbec1cf462810
188fb8ded33ad7a2f52f69975006bb38917437ef
/Fluid/processor2/0.09/meshPhi
fff07f45cb876920bc2219e29f73f022c8b5dcf9
[]
no_license
abarcaortega/Tuto_2
34a4721f14725c20471ff2dc8d22b52638b8a2b3
4a84c22efbb9cd2eaeda92883343b6910e0941e2
refs/heads/master
2020-08-05T16:11:57.674940
2019-10-04T09:56:09
2019-10-04T09:56:09
212,573,883
0
0
null
null
null
null
UTF-8
C++
false
false
13,201
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | ...
[ "aldo.abarca.ortega@gmail.com" ]
aldo.abarca.ortega@gmail.com
570adb65a654a0bb3ee43e74603a9ab6078ce5f1
04721d03a4bf0bdefcdd527d2d1c845af7850a14
/uri/Regional2015/gen.cpp
126c8dcdd8b440ea2d732188fff41eb74440c27e
[]
no_license
ArielGarciaM/CompetitiveProgramming
81e3808fdb14372f14e54d1e69c582be9ba44893
c7115c38b988b6bc053850f1024a8005eb24fcee
refs/heads/master
2020-03-28T15:19:55.788844
2019-08-09T20:54:25
2019-08-09T20:54:25
148,581,397
0
0
null
null
null
null
UTF-8
C++
false
false
335
cpp
#include<bits/stdc++.h> using namespace std; int main() { freopen("output.out", "w", stdout); int r = 100, c = 100; int cur = 1; for(int i = 0; i < r; i++) { for(int j = 0; j < c; j++) { cur = (13*cur + 2)%109 + 1; cout << cur << " "; } cout <...
[ "largam@ciencias.unam.mx" ]
largam@ciencias.unam.mx
81d3c4065dd530bfe42514cbb86e0ade2c5e9a8b
2f71acd47b352909ca2c978ad472a082ee79857c
/src/abc174/d.cpp
cd598579f75298c0b1a8a6e49b07a66fc8988fe7
[]
no_license
imoted/atCoder
0706c8b188a0ce72c0be839a35f96695618d0111
40864bca57eba640b1e9bd7df439d56389643100
refs/heads/master
2022-05-24T20:54:14.658853
2022-03-05T08:23:49
2022-03-05T08:23:49
219,258,307
0
0
null
null
null
null
UTF-8
C++
false
false
3,321
cpp
#include <bits/stdc++.h> using namespace std; // input #define INIT std::ios::sync_with_stdio(false);std::cin.tie(0); #define VAR(type, ...)type __VA_ARGS__;MACRO_VAR_Scan(__VA_ARGS__); // __VA_ARGS__可変引数マクロ template<typename T> void MACRO_VAR_Scan(T& t) { std::cin >> t; } template<typename First, typename...Rest>void...
[ "tad.imokawa@gmail.com" ]
tad.imokawa@gmail.com
87fcf1512f41dd7e203ff29d084c4dbcd57e84fd
7fde539690cf3b340ecef3c0a742ed1e506030f3
/13008_2/cc.cpp
e015d1f1c8108008452aa17fa1b72b2767a4c67d
[]
no_license
Jinmin-Goh/GSHS_Computer_Programming_2013_1
bbb9524a195476f05440c3ab4a1ea42654b63bdd
4132506390868ec82787bbefda07beb0400945e1
refs/heads/master
2020-09-16T11:59:51.876821
2019-11-24T15:27:53
2019-11-24T15:27:53
223,762,908
0
0
null
null
null
null
UTF-8
C++
false
false
488
cpp
#include<stdio.h> int m,n,k,p,sum,i,A[702],flag; double s; int main(){ freopen("input.txt","r",stdin); freopen("output.txt","w",stdout); scanf("%d%d",&n,&m); if(n==m){ for(i=1;i<=n;i++) scanf("%d",&p); printf("Perfect"); } else{ for(i=1;i<=n;i++){ scanf("%d",&k); A[k]++;} for(i=1;i<=700;i++){ ...
[ "eric970901@gmail.com" ]
eric970901@gmail.com
5245a0986882980b8e0d863f3615144766a9cfb6
f1c641370890ba23e6ffb4c08543f90225836c7e
/bdelock/bdelock.cpp
da8fe9030e5353f7f5ebfad7e5e5ecb53f206dee
[]
no_license
csersoft/bdelock
93096eb022e42fb2e725acadd844d158e5c2b277
f10cf29001aba10d31522a6d900edbf8cb2315d0
refs/heads/master
2021-01-21T14:44:32.772363
2017-06-25T00:26:25
2017-06-25T00:26:25
95,329,758
1
0
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include "stdafx.h" int main(int argc, char *argv[]) { if (argc > 1) { char chDrive[16], chTemp[256]; char *lpChar; strcpy_s(chDrive, argv[1]); lpChar = strchr(chDrive, '\\'); if (lpChar) *lpChar = 0; sprintf_s(chTemp, "manage-bde.exe -lock %s", chDrive); WinExec(chTemp, SW_HIDE); ...
[ "csersoft@gmail.com" ]
csersoft@gmail.com
3874caeec7a071f8ec9afe9a55313c1c7146e8a6
cc4f275a62299c0fcecc65eb3ddf476d70c7f896
/tools/pre_parser/lua_bind/geometry.h
8b33f5c9cffb9fdc2bb1df37dc958ebc9e4bef79
[ "MIT" ]
permissive
gamezoo/Cjing3D-Test
31d794613fb899f40a4fb6d80134d9cbc060b537
711667cc7a62fc5d07e7cedd6dfbc57c64bfbfa2
refs/heads/master
2023-07-01T16:22:29.414792
2021-08-10T10:55:53
2021-08-10T10:55:53
null
0
0
null
null
null
null
GB18030
C++
false
false
3,464
h
#pragma once #include "maths_common.h" #include "vec_facade.h" namespace Cjing3D { /** * \brief 纹理坐标类 */ class UV : public F32x2 { public: constexpr UV() = default; constexpr UV(F32 u, F32 v) : F32x2(u, v) {} ~UV() = default; constexpr F32 GetU()const { return operator[](0); } constexpr F32 GetV()con...
[ "844635471@qq.com" ]
844635471@qq.com
f98eb8eaee99bbb02efd75c9c2e8717f7e9dd882
8073c5e6d7929ec01da60488871e3db455d134c3
/testprograms/SquareDivisor.cpp
694cf225c3f82746ab8d586fb44a028300e3a5ef
[]
no_license
tracyhenry/TopCoder
acbdf542bce0f9f6ca64e8249690057328853070
a413f9c03aadddf0522c3b01fe484c651cf7d89b
refs/heads/master
2021-01-19T01:45:31.531243
2016-12-29T19:27:17
2016-12-29T19:41:33
23,521,458
0
0
null
2016-12-29T19:43:52
2014-08-31T19:37:12
C++
UTF-8
C++
false
false
3,078
cpp
#include <vector> #include <list> #include <map> #include <set> #include <queue> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <string> #include <cs...
[ "thieryhenrytracy@163.com" ]
thieryhenrytracy@163.com
5d58e19ffa81631cc293385a9e9573b7fe7069b1
1ee1c93597e714e3495b5ce96d541bfd5a45053e
/222D/ans.cpp
735edfd7f482ac9ad1ae589d151e075aa3abbff4
[]
no_license
mchensd/Competitive-Programming
5f11873d1a74f925045e1db37d6ca419af542a45
55292a593c757abed545b409fef466e2479c1be8
refs/heads/master
2020-03-29T08:17:06.562341
2019-12-05T02:19:07
2019-12-05T02:19:07
149,702,683
3
0
null
null
null
null
UTF-8
C++
false
false
655
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> pii; #define mp make_pair #define pb push_back int nums[100005]; int main() { #ifdef LOCAL freopen("input.txt", "r", stdin); #endif int n, x; multiset<int> other; scanf("%d%d", &n, &x); for (int i=0;...
[ "chen.young@Michaels-MacBook-Pro.local" ]
chen.young@Michaels-MacBook-Pro.local
888785efa364fcffcdbedc545646faf9f783959b
1a17167c38dc9a12c1f72dd0f3ae7288f5cd7da0
/Source/ThirdParty/angle/third_party/SwiftShader/third_party/SPIRV-Tools/source/opt/wrap_opkill.h
8b0328132f46cb42a6de0b208d3a4e1a50070704
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-generic-cla", "MIT", "LicenseRef-scancode-warranty-disclaimer", "Zlib", "LicenseRef-scancode-khronos", "BSL-1.0", "BSD-2-Clause" ]
permissive
elix22/Urho3D
c57c7ecb58975f51fabb95bcc4330bc5b0812de7
99902ae2a867be0d6dbe4c575f9c8c318805ec64
refs/heads/master
2023-06-01T01:19:57.155566
2021-12-07T16:47:20
2021-12-07T17:46:58
165,504,739
21
4
MIT
2021-11-05T01:02:08
2019-01-13T12:51:17
C++
UTF-8
C++
false
false
2,560
h
// Copyright (c) 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
[ "elix22@gmail.com" ]
elix22@gmail.com
312af9034dfb4c0f0889dce1eb970fa222b761a2
3fc186da30c820d82109a2aa45ae8e9b277f2b8f
/set-cover/main.cpp
d2afbc3519c8df2cb34c93d420a10faa1fd90a48
[]
no_license
gaabrielfranco/np-hard-problems
6ab2d050feea7ea45ddace32882492f0afeda2ff
54f1de4aa5033a019fc770ef073f82f36a3d2bf5
refs/heads/master
2020-04-09T02:58:16.785003
2018-12-11T18:05:02
2018-12-11T18:05:02
159,962,747
2
0
null
null
null
null
UTF-8
C++
false
false
6,273
cpp
#include <algorithm> #include <chrono> #include <climits> #include <cstring> #include <iostream> #include <set> #include <vector> typedef std::chrono::high_resolution_clock Clock; /* Calculates the cost of a MCC solution Params: - G: graph - n: number of elements - m: number of subsets...
[ "gabriel.vita@ufv.br" ]
gabriel.vita@ufv.br
2251fd2852f507d74b21381a9c0e40c40073760d
c97b7dd61e049b95a49d794f077c274b7955cff4
/server/server/ObjectBase.cpp
41cb7e4346fb80ea520e6ad22f8072a15d7d6a6d
[]
no_license
ilvuos/ipc
b341a7b07ae3d03c4ddf385c1839dad29226461a
a23bbbe7d6f1e16610e970e0b81b74a2b478dce9
refs/heads/master
2020-06-28T04:50:30.757524
2017-07-14T12:35:15
2017-07-14T12:35:15
97,089,495
0
0
null
null
null
null
UTF-8
C++
false
false
111
cpp
#include "stdafx.h" #include "ObjectBase.h" CObjectBase::CObjectBase() { } CObjectBase::~CObjectBase() { }
[ "ilvuos@126.com" ]
ilvuos@126.com
453f3d7e4edf87e29cbb89431c5f949c5d30eca0
749e6814d6488aea461676385780d847e07fd380
/Core/GDCore/IDE/Events/ExpressionsRenamer.h
73f028690c1a256041d2543077d2d40321f0efb3
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
4ian/GDevelop
258a007a2aa74bfd97c75a6c1753bc3fd48e634f
134886eedcfaeaa04139463aaf826b71c11819c5
refs/heads/master
2023-08-18T23:14:56.149709
2023-08-18T20:39:40
2023-08-18T20:39:40
21,331,090
4,722
748
NOASSERTION
2023-09-14T21:40:54
2014-06-29T19:58:38
JavaScript
UTF-8
C++
false
false
2,060
h
/* * GDevelop Core * Copyright 2008-2016 Florian Rival (Florian.Rival@gmail.com). All rights * reserved. This project is released under the MIT License. */ #ifndef ExpressionsRenamer_H #define ExpressionsRenamer_H #include <map> #include <memory> #include <vector> #include "GDCore/IDE/Events/ArbitraryEventsWorker.h...
[ "Florian.Rival@gmail.com" ]
Florian.Rival@gmail.com
5d11143430af8a3748d66a224d8f98350863812c
e029526c2fe719c4ebe88881e8e54f03ed44a25c
/cryptonote/include/INode.h
18256d22670f21416fbe6f26c28bce63ccb03e04
[ "MIT" ]
permissive
VortexTech/FTSCOIN
c4b2e443b77ec51627deb7215ae0289f43aab537
d9b682e0ec1260ccdedf1e474eb6ca6d15642334
refs/heads/master
2020-12-22T16:36:47.467747
2020-02-08T06:14:37
2020-02-08T06:14:37
238,838,103
0
2
null
null
null
null
UTF-8
C++
false
false
4,393
h
// Copyright (c) 2011-2017 The Cryptonote developers // Copyright (c) 2017-2020 The Circle Foundation & FTSCoin Devs // Copyright (c) 2020-2019 FTSCoin Network & FTSCoin Devs // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #...
[ "pablob07@mail.com" ]
pablob07@mail.com
e0efa7894187b485443c8d3615f21439ade9c0a0
7024e065b74745c39d1255a8c2cd6070b4a40a22
/src/transform/cross_entropy_binary.cc
2da7aabf4a2633acadda477f1267b5af1bf55edb
[]
no_license
ABadCandy/blitz
3f8db069efbd3d4a23591b7cc981c7d39fbe8d1e
0cad76e3a8d470b48e80edd8ff11d6f0b095cb73
refs/heads/master
2021-01-14T11:20:37.553062
2016-08-13T08:30:31
2016-08-13T08:30:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
843
cc
#include "transform/cross_entropy_binary.h" #include "backend/backends.h" namespace blitz { template<template <typename> class TensorType, typename DType> DType CrossEntropyBinary<TensorType, DType>::Apply( const shared_ptr<TensorType<DType> > output, const shared_ptr<TensorType<DType> > target) { return Backen...
[ "robinho364@gmail.com" ]
robinho364@gmail.com
27fb41ecc397da3396544a99ea0c53b96a909e14
2bbe280cac6f3614d371a85c0b99cf3fbf0d2152
/ServerSetting.h
bbaaae67e3651a201d5b6ad43d48756592f1366a
[]
no_license
hikanashi/mockhttpd
1a7c0809c34460ac7e4c77800a6ac98996ac92ed
cd9e9acff8005d24561f567a3ad42b64bbd3e587
refs/heads/master
2021-06-27T02:05:52.066230
2021-01-27T14:07:38
2021-01-27T14:07:38
213,154,700
0
0
null
null
null
null
UTF-8
C++
false
false
1,098
h
#ifndef SERVERSETTING_H_ #define SERVERSETTING_H_ #include "Common.h" #include "HttpHeader.h" #include <string> typedef struct _SettingConnection { std::string port_http; std::string port_https; std::string node; bool enable_tls; bool use_proxymode; SSL_CTX* ssl_ctx; std::string certificate_chain; std::str...
[ "hikanashi@gmail.com" ]
hikanashi@gmail.com
7eb857d336e4f33d27ea57e837f35232da8870f9
988413076cd53832ed9b0041770b64346f162201
/src/misaxx-imaging/include/misaxx/imaging/descriptions/misa_image_stack_description.h
65d021eac0fd70e40c275b0ce309bb5acefe57ad
[ "BSD-2-Clause" ]
permissive
applied-systems-biology/misa-framework
1a1edb7208009e92d8e34e6e749f1efe6a758840
e7a303ccfd79e41f45df5fa79e52e24bdf4123d9
refs/heads/master
2023-08-20T12:46:10.905828
2023-08-12T12:19:06
2023-08-12T12:19:06
181,515,264
2
2
null
2023-09-06T18:43:36
2019-04-15T15:27:13
HTML
UTF-8
C++
false
false
1,271
h
/** * Copyright by Ruman Gerst * Research Group Applied Systems Biology - Head: Prof. Dr. Marc Thilo Figge * https://www.leibniz-hki.de/en/applied-systems-biology.html * HKI-Center for Systems Biology of Infection * Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Insitute (HKI) *...
[ "ruman.gerst@leibniz-hki.de" ]
ruman.gerst@leibniz-hki.de
c3940e7912b7ee9e660c70b08b69647ab1db1c1e
d11235048abad36a8f09b5881c225074869aca71
/include/thrust/system/detail/generic/swap_ranges.inl
4bf1334981a3e656a2b6a273a8becd6987df8a30
[]
no_license
peu-oliveira/pibiti
108057e196e7388a39916bf464d89d886d3e2cba
7acfa9d173c7d2bd4d4406e030a8510ced8a3add
refs/heads/main
2023-04-18T00:30:43.890808
2021-04-28T13:55:50
2021-04-28T13:55:50
306,166,539
1
0
null
2021-04-28T13:55:50
2020-10-21T22:54:45
C
UTF-8
C++
false
false
2,452
inl
/* * Copyright 2008-2013 NVIDIA Corporation * * 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 a...
[ "pepeuguimaraes@gmail.com" ]
pepeuguimaraes@gmail.com
464db4a8d27956fb23499957df0d1a30ce60f155
d1c567d49963a4e835bb1e2c680708fc621b224e
/shortest_path/src/graph_fhandler.cpp
b22a0c65f73fba6edef01a701e9b2e40bc961f18
[]
no_license
droptablestar/parallel_computing
3e253188351a4378a357334a948b72ca34301e9f
322901362d220660a0d0467f5615beb5693b4840
refs/heads/master
2021-08-23T16:31:23.900574
2017-12-05T17:44:56
2017-12-05T17:44:56
113,211,135
0
0
null
null
null
null
UTF-8
C++
false
false
2,117
cpp
/* * graph_fhandler: A file handler for graphs of the form * Destination\tSource\tInfo * * @author jreese */ #include <iostream> #include "../include/graph_fhandler.hpp" using namespace std; /** * Constructs a new fhandler object * * @param filename the name of the file to read from */ graph_fhandler::grap...
[ "jreeseue@gmail.com" ]
jreeseue@gmail.com
5604a3ba757baea63b0c38783ee7e124fc783669
667b9da1fd47acf44cf95124c9695dd8c6fb2522
/jobDisph.cpp
36cb23e0f4743eff392f030385f8023a84993b44
[]
no_license
cnzoupeng/ltServ
989c4a74b861e74d4ce6b1f145480a69f7775fe8
b6a5200ae08ed3b2fbc15249e7b35754106f52c3
refs/heads/master
2020-05-25T09:49:07.128346
2013-09-12T15:11:56
2013-09-12T15:11:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,446
cpp
#include "jobDisph.h" #include <sys/sysinfo.h> #include <cassert> #include "numUpdate.h" #include <cstring> #include <cerrno> int JobDisph::run() { _thdCount = get_nprocs(); _thdCount *= 8; if (_thdCount > MAX_THREAD) { _thdCount = MAX_THREAD; } for (int i = 0; i < _thdCount; ++i) { if (pthread_create(&_t...
[ "zou.peng.cn@gmail.com" ]
zou.peng.cn@gmail.com
fd9370181fb520dbb9191490bd327fb00bbca9c2
559207eb5beae4ba9fd638d19bd3009cbe3a6d11
/src/mod_spdy/common/testing/notification.h
169978ce769261485e10f6c00b1e76d15308c314
[ "Apache-2.0" ]
permissive
voku/mod-spdy
2a8989668fe0c0f0de48c0b7ecd85b5b5b554ed1
bcfb388cbc5415ee660c2b5dbcf61f6f43c2a5ca
refs/heads/master
2023-04-05T09:50:46.847114
2015-03-19T17:58:09
2015-03-19T17:58:09
32,537,692
0
0
NOASSERTION
2023-04-04T01:40:41
2015-03-19T17:56:26
C++
UTF-8
C++
false
false
1,807
h
// Copyright 2012 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...
[ "ptrck@blck.io" ]
ptrck@blck.io
6d5b0a400ab531e4b5538e0f6b7c7fbb877a0005
404c2d59e5d3a8a296c2ccbd11ce95b52e193eb7
/examples/abc_example/a_code/vFinal/clientA_lb_in_A.cpp
59981d668ef1bee5cccce6949069f66cce0a8190
[]
no_license
copslock/libVNF
6ff58151128687b43604f5f5f6d00dc73273d3c2
faee34feb2d6e51e68ccd088e522cd92f18ee33a
refs/heads/master
2023-02-03T10:50:28.102942
2018-06-03T14:02:37
2018-06-03T14:02:37
323,908,947
0
0
null
null
null
null
UTF-8
C++
false
false
5,132
cpp
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <iostream> #include <netdb.h> #include <netinet/in.h> #include <arpa/inet.h> #include <string.h> #include <pthread.h> #include <time.h> #include <stdlib.h> #include "common.h" #include <vector> #define MAX_THREADS 5 #define THC 1000 usin...
[ "ppnaik@cse.iitb.ac.in" ]
ppnaik@cse.iitb.ac.in
3b60e02fbf83a08a89e0546b4ff44a4b3f89e63d
2c2d6921ef641af90ca4a32e1eb809693509d335
/3rdparty/inc/nua/nua.hh
388033328abbda57ebae78e33e24ea30bf4ed80f
[]
no_license
lucklove/PM-Game-Server
93187e8679395f6eb0efbffa165b3c1ec2b774ad
3aeb8cc91a6ef97fe06d4369f287b02898622f27
refs/heads/master
2021-01-10T07:40:56.741576
2016-02-29T02:16:41
2016-02-29T02:16:41
48,524,042
4
2
null
null
null
null
UTF-8
C++
false
false
703
hh
#pragma once #include <lua.hpp> #include <iostream> #include <type_traits> #include <stdexcept> #include <string> #include <functional> #include <memory> #include <typeindex> #include <tuple> #include <vector> #include "MetatableRegistry.hh" #include "LuaRef.hh" #include "ScopeGuard.hh" #include "ExceptionHolder.hh" #i...
[ "gnu.crazier@gmail.com" ]
gnu.crazier@gmail.com
d1a846b82cf3125576ad3d4258a09ec0562f55bf
484ec4d1331b94fe9c19fd282009d6618e9a1eef
/Real-Time Corruptor/BizHawk_RTC/waterbox/libsnes/bsnes/snes/cpu/dma/dma.cpp
e8cdb3ecc172122288e9cc3ff2b1b74279fac7e3
[ "GPL-1.0-or-later", "MIT" ]
permissive
mguid65/RTC3
a565303fdfd1807a2516be5752c7b30a8be3d909
4082eb302f8e6e20ba621ec70308dab94985fe7f
refs/heads/master
2020-04-13T16:57:31.933643
2018-12-31T16:03:39
2018-12-31T16:03:39
161,684,492
0
0
MIT
2018-12-13T19:19:17
2018-12-13T19:19:17
null
UTF-8
C++
false
false
7,593
cpp
#ifdef CPU_CPP void CPU::dma_add_clocks(unsigned clocks) { status.dma_clocks += clocks; add_clocks(clocks); } //============= //memory access //============= bool CPU::dma_transfer_valid(uint8 bbus, uint32 abus) { //transfers from WRAM to WRAM are invalid; chip only has one address bus if(bbus == 0x80 && ((a...
[ "philtre@live.ca" ]
philtre@live.ca
d31479d2ee311554a81179dd7280a68798a58d37
4dbb45758447dcfa13c0be21e4749d62588aab70
/iOS/Libraries/libil2cpp/include/utils/DirectoryUtils.h
75a4f57db064ce5e54e17c282bdebfa755e13adf
[ "MIT" ]
permissive
mopsicus/unity-share-plugin-ios-android
6dd6ccd2fa05c73f0bf5e480a6f2baecb7e7a710
3ee99aef36034a1e4d7b156172953f9b4dfa696f
refs/heads/master
2020-12-25T14:38:03.861759
2016-07-19T10:06:04
2016-07-19T10:06:04
63,676,983
12
0
null
null
null
null
UTF-8
C++
false
false
314
h
#pragma once #include <string> namespace il2cpp { namespace utils { bool Match (const std::string name, size_t nameIndex, const std::string& pattern, const size_t patternIndex); bool Match (const std::string name, const std::string& pattern); std::string CollapseAdjacentStars(const std::string& pattern); } }
[ "lii@rstgames.com" ]
lii@rstgames.com
80a87e21966e3fed834307912cdab984bf3ea69d
bccfd081c3873ea983ac885749d7cf66b0955b75
/ClientCocos2dx/Classes/Scene/WaitingScene.h
1f0d2b2972fa84f1b4f13bda664301201db9b7b7
[]
no_license
luuthevinh/battle-city-multiplayer
7438bff40dffd84d579fdc32a28e55fc3011cadd
052b504ae25edcc283117c73492ad9008a2291a1
refs/heads/master
2021-01-12T14:24:58.823956
2016-12-30T20:44:10
2016-12-30T20:46:12
69,934,878
0
0
null
null
null
null
UTF-8
C++
false
false
1,721
h
#ifndef __WAITING_SCENE_H__ #define __WAITING_SCENE_H__ #include "cocos2d.h" #include "GameObject\TankCursor.h" #include "ui\CocosGUI.h" USING_NS_CC; class Player; class WaitingScene : public Layer { public: WaitingScene(); ~WaitingScene(); CREATE_FUNC(WaitingScene); static Scene* createScene(); bool init()...
[ "luuthevinh7@gmail.com" ]
luuthevinh7@gmail.com
742ec705b173565b2546d7239789b2d30c8749bc
fd9d7610860a0b406405038bf057160025566fdd
/src/File.h
7d9b6d8829731f27efeac9defc136771e9728b0f
[]
no_license
Mitch-Muscle-Man-Sorenstein/CSE2-
a7a89ad9394279e6291102130845bd20c6871c17
83e803b5feccd83dcc89e0914bd233013cb3fdad
refs/heads/master
2022-12-09T20:18:43.891396
2020-09-06T05:23:21
2020-09-06T05:23:21
289,932,065
11
0
null
null
null
null
UTF-8
C++
false
false
584
h
#pragma once #include <stddef.h> #include <stdio.h> #include <string> unsigned char* LoadFileToMemory(std::string file_path, size_t *file_size); unsigned short File_ReadBE16(FILE *stream); unsigned long File_ReadBE32(FILE *stream); unsigned short File_ReadLE16(FILE *stream); unsigned long File_ReadLE32(FILE *stream)...
[ "Mitch-Muscle-Man-Sorenstein@users.noreply.github.com" ]
Mitch-Muscle-Man-Sorenstein@users.noreply.github.com
0eed6e46301ce68f9734688def4f22be3b9e12b2
66b5f06db90d97897fb32fa8de4e6c6174cfde96
/dz13 list/List.h
96eb3f74af07ccf2e6a773d00ad97eac34fb45ad
[]
no_license
Vlad-git805/OOP-dz-13
7a8f5754014e37adbc383f42c0cc3c6d1e041639
379726115cc9114ab1c1c69a9a97d0bd0dae7338
refs/heads/master
2022-11-06T11:58:27.731858
2020-06-22T11:21:06
2020-06-22T11:21:06
272,706,318
0
0
null
null
null
null
UTF-8
C++
false
false
3,429
h
#pragma once #include <iostream> using namespace std; template<class T> class List { private: struct Node { T value; Node * next; }; Node* head; public: List() : head(nullptr) { } List(const List& other) { Node* current = other.head; while (current != nullptr) { AddToTail(current->value); cur...
[ "zhomyruk_ak18@nuwm.edu.ua" ]
zhomyruk_ak18@nuwm.edu.ua
78860b173ca797f93ee5df290076df93b0409ad9
7c32a56c46ba024d4f3c513de950a1373c268b56
/src/graphics/renderop_rect.cpp
84e1bc8e8f0666945e145e6e0f5a5bd923576488
[ "MIT" ]
permissive
lineCode/oaknut
4aee7741706235585c940c302c2939ef634c46a2
de438c7341da0c699d4ca4d8e587b6fd0fbd85fb
refs/heads/master
2020-08-02T02:15:28.788868
2019-09-26T20:46:06
2019-09-26T20:46:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,505
cpp
// // Copyright © 2018 Sandcastle Software Ltd. All rights reserved. // // This file is part of 'Oaknut' which is released under the MIT License. // See the LICENSE file in the root of this installation for details. // #include <oaknut.h> RectRenderOp::RectRenderOp() : RenderOp() { _blendMode = BLENDMODE_NONE; }...
[ "reuben.scratton@gmail.com" ]
reuben.scratton@gmail.com
d2176e360b9f32aeaae4c01901768413f53cc6f2
a0f55e31c92c31832fbe074038f07b8f8726425b
/数据结构/数据结构严蔚敏/严蔚敏数据结构(最全资料)/数据结构(严慰民)配套纯c代码/ch2/MAIN2-2.CPP
d85be4cffb9cd770b7b0a80d5a8445f4c04d94bd
[ "MIT" ]
permissive
jjc521/E-book-Collection
7533717250395a8b81163564eef821e66bae5202
b18bf6630bf99b7bf19b4cc4450b67887f618d31
refs/heads/master
2023-03-15T23:48:49.018347
2019-08-30T07:26:01
2019-08-30T07:26:01
206,090,622
2
2
null
null
null
null
GB18030
C++
false
false
2,296
cpp
// main2-2.cpp 检验bo2-2.cpp的主程序(与main2-1.cpp很像) #include"c1.h" typedef int ElemType; #include"c2-2.h" // 与main2-1.cpp不同 #include"bo2-2.cpp" // 与main2-1.cpp不同 Status comp(ElemType c1,ElemType c2) { // 数据元素判定函数(相等为TRUE,否则为FALSE) if(c1==c2) return TRUE; else return FALSE; } void visit(ElemType c)...
[ "907097904@qq.com" ]
907097904@qq.com
5e6b4ed294e84e317644265a9d8ed0c6fc36de22
e162f2608e5b48e5cd2f649c72a80caea44f6af3
/binary_tree.h
ba41f8ef0422b96c90dd910c9d709ca68d43535b
[]
no_license
enmex/c05
782b8400fd7979c42d87667de07ab675130803a9
86cacc8e99473076023130142a42a7a7bbc47bcd
refs/heads/master
2023-05-01T07:09:46.572425
2021-05-19T06:01:10
2021-05-19T06:01:10
360,033,938
0
0
null
null
null
null
UTF-8
C++
false
false
1,584
h
#pragma once #include <iostream> #include "TreeException.h" #include <vector> #include <queue> #include <iomanip> struct treenode{ int field; int key; treenode *left, *right; }; class binary_tree { private: treenode* btree; treenode* root; int size; int height; public: binary_tree(); ...
[ "ds" ]
ds