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
867e326928cfb52a39dac8a6836cb83c10104ed8
74fdabdc79c726ed7e4e90a108796a330584008b
/hackerearth/test.cpp
0e3bac93c93dc44e91cfc5aacccd4e30ecf74010
[]
no_license
shreyakapoor08/CPP_Programs
ddcee90a477eace3b6f5cb4777cc0407e4d3007f
4ccb176372fc09e33d8613080e62fb77d32fbb8b
refs/heads/master
2021-06-18T12:36:28.439643
2021-01-31T17:07:07
2021-01-31T17:07:07
169,556,513
2
2
null
2020-10-02T08:49:38
2019-02-07T10:47:31
C++
UTF-8
C++
false
false
657
cpp
#include<iostream> using namespace std; int main() { int T; cin>>T; while(T--) { int n,d; cin>>n>>d; int car[n]; int penalty[n]; for(int i=0;i<n;i++) cin>>car[i]; for(int i=0;i<n;i++) cin>>penalty[i]; bool flag = d&1; //odd...
[ "shreyakapoor98@gmail.com" ]
shreyakapoor98@gmail.com
5ad434f63ad74a0d84c60f4f228a434bc2bda6e8
861e99dea1474a7d306962a6c8f1b8a5b674b926
/10567uva.cpp
babfaf9ffffaf0b3881ea50ca336a01fdfbbc31a
[]
no_license
isbhargav/Programming-Problems
bee209027748bb0e8c4eb7693a8210057be806fd
bdd88b5ea68945faf4e5eb878df4a43eadbdb1c8
refs/heads/master
2022-02-12T20:59:09.318239
2022-02-03T21:45:39
2022-02-03T21:45:39
227,699,775
1
0
null
null
null
null
UTF-8
C++
false
false
897
cpp
#include<bits/stdc++.h> #include<unordered_map> using namespace std; int main() { string s; cin>>s; unordered_map<char,vector<int> > dict; for(int i=0;i<s.length();i++) dict[s[i]].push_back(i); int q; cin>>q; while(q--) { string sub; cin>>sub; int i=0; ...
[ "ladbhargav@yahoo.co.in" ]
ladbhargav@yahoo.co.in
e02737d6c2b307ec85666124480a3ce43cfe6632
65afe1b306387603bb0337a8ee074696a810ad72
/src/privatesend-client.cpp
592905de04ba5002d59e8e0544605cba48231533
[ "MIT" ]
permissive
netsafe/slash
8f1fe987a37c231037a39e6d843ec8e5a3ad55f2
cea59bb4a201575122e85049a05697278761c28c
refs/heads/master
2020-03-21T23:58:47.554452
2018-04-25T17:49:30
2018-04-25T17:49:30
139,217,050
0
0
MIT
2018-06-30T03:48:11
2018-06-30T03:48:11
null
UTF-8
C++
false
false
60,130
cpp
// Copyright (c) 2014-2017 The Slash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "privatesend-client.h" #include "coincontrol.h" #include "consensus/validation.h" #include "core_io.h" #include "i...
[ "dev@slashcore.org" ]
dev@slashcore.org
b5144002569904f13528f22d58b447311c662620
a356f9ca1bf7cf8fe77ff87fd0ad435ae4e8d91d
/ylutils_lib/src/exception/IOException.h
b02e4a5ff6c599c31a7bc91c63686dca500d6433
[]
no_license
wuli133144/common_lib_json_acl
e70742963efe3ebf11a81f24d0fa72beac22d75f
3a25384cd974dd09146cd74e0b85c4b4c7cde06f
refs/heads/master
2020-03-20T00:34:29.404282
2018-06-12T09:29:17
2018-06-12T09:29:17
137,049,028
0
0
null
null
null
null
GB18030
C++
false
false
1,297
h
/* * ===================================================================================== * * Filename: IOException.h * * Description: IO异常类. * * Version: 1.0 * Created: 2006年08月24日 18时36分27秒 CST * Revision: none * Compiler: g++ * * Author: 张明辉 (...
[ "1683358846@qq.com" ]
1683358846@qq.com
bfaf4822bc2788ba943f8db5390bedf124c617f3
99e0a08f31a686f6f6860147172c6ac82ae32cbb
/src/diffusion/DiffusionEquation.H
fbd2350574783d3ca3784159d220ce52e9c130dc
[ "BSD-3-Clause" ]
permissive
forest80/incflo
231e9ddb146acc5ec9c633b4f87f8a147b786c70
60892cfdb5f748081e0c85a17d89411ba3ba4ca3
refs/heads/master
2020-04-13T06:50:16.013937
2018-11-22T19:27:48
2018-11-22T19:27:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,925
h
#ifndef DIFFUSION_EQUATION_H_ #define DIFFUSION_EQUATION_H_ #include <AMReX_AmrCore.H> #include <AMReX_BC_TYPES.H> #include <AMReX_IArrayBox.H> #include <AMReX_MLMG.H> #include <AMReX_MLEBABecLap.H> // TODO: DOCUMENTATION class DiffusionEquation { public: // Constructor, with initialisation DiffusionEquatio...
[ "ksk38@cam.ac.uk" ]
ksk38@cam.ac.uk
ac6f0bc2186c7920e0f5e365cd6ba39d493d04c9
6b4b5fb5dc6d5b8e536fdf5a1f3c4143389a2609
/HttpContent.h
a81ee9a9622638a0a511407a080ac70195debe80
[]
no_license
AppAnywhere/azure-iothub-sdk-cpprest
a23aa67114cb99ccb2bace6b3b51796e941f9f3b
0ffc74be32523f34a9ecab56a1564477643393ea
refs/heads/master
2020-03-28T22:38:09.554573
2017-06-17T14:25:33
2017-06-17T14:25:33
94,628,517
0
0
null
null
null
null
UTF-8
C++
false
false
1,615
h
/** * iotHubClient * Use this API to manage the IoT hubs in your Azure subscription. * * OpenAPI spec version: 2017-01-19 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /* * HttpConten...
[ "jerrywiltse@gmail.com" ]
jerrywiltse@gmail.com
0b4944fb332a76b84561cca08c330830e8a113ff
2c517b5ca6beaa9f5cc472d828db50ec68a33e8f
/Lab/lab_hash/schashtable.cpp
c83a44bc3f3ffcf0665da9335ee2cca8a766395d
[]
no_license
yslenjoy/Data-Structure-Class-FA18
6b4bd511dd31b22a883d0ddd6a9b7d823b518aa0
92c725d0e687dcdb793b1a4a386e1a4cb9681b55
refs/heads/master
2020-04-15T00:49:15.150682
2019-01-05T21:51:04
2019-01-05T21:51:04
164,253,084
0
0
null
null
null
null
UTF-8
C++
false
false
4,654
cpp
/** * @file schashtable.cpp * Implementation of the SCHashTable class. * * @author Chase Geigle * @date Spring 2011 * @date Summer 2012 */ #include "schashtable.h" #include <iostream> using hashes::hash; using std::list; using std::pair; template <class K, class V> SCHashTable<K, V>::SCHashTable(size_t tsize)...
[ "yslenjoy@gmail.com" ]
yslenjoy@gmail.com
3f09adb8868ffb581964b56c6177f2f815b55c3e
f8e2bbec4521fe89c72fa98550f84bd994e61f79
/Sudoku/SudokuHelper.cpp
1c34568ca1c3c8ff373e205f90f9fb304b94424d
[]
no_license
ymps3502/sudoku
744df1807ec2d1bd17492b5b4daddc46af7d651e
1e145d81a8513c8db303d0b03b2e1e4cd9cd770c
refs/heads/master
2021-04-06T06:21:42.237904
2018-03-11T09:34:01
2018-03-11T09:34:01
124,739,757
0
0
null
null
null
null
UTF-8
C++
false
false
1,061
cpp
#include "stdafx.h" #include "SudokuHelper.h" #include <string> #include <fstream> #include <sstream> #include <vector> using namespace std; CSudokuHelper::CSudokuHelper() { index = -1; } CSudokuHelper::~CSudokuHelper() { } string CSudokuHelper::getPuzzle(string level) { srand(time(NULL)); string str; do{ i...
[ "ymps3502@gmail.com" ]
ymps3502@gmail.com
4cb0f9f3131bc4d1019e77547ce3a56dcc667378
1fcf175c9a2e1fa775634b385eee1b6a7f053cca
/0_LeetCode/recover-binary-search-tree.cpp
5491e8846c75755f354a2ce419013b114cb6301c
[]
no_license
scytulip/MyCollections
e79b791ec24d320ca1fd67ab623dca3e8d10f760
aab9084553da670386b9a0ab7ffae8817371f14d
refs/heads/master
2020-04-10T20:31:57.407504
2017-07-04T13:15:00
2017-07-04T13:15:00
20,774,704
0
0
null
null
null
null
UTF-8
C++
false
false
745
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: void recoverTree(TreeNode* root) { bool flag = false; while (!flag) {flag = sea...
[ "scy.tulip@gmail.com" ]
scy.tulip@gmail.com
821cf328958c97d94c4e9980679a4f725ff8ef71
5f32004ee4cdcaa4ec364a8275ac2e4acf0906f2
/assignment_02/src/MyStaticArray.cpp
519734afa87d43552b0145b4ff892aeb4356ab00
[]
no_license
SeijiEmery/comp220
39d74c387827437fe1f4aa0247326c4f99b84a7f
008bd006fc44e4f00e6a1f72e3b50698f689b7ae
refs/heads/master
2021-01-22T01:42:58.711035
2017-12-14T07:00:02
2017-12-14T07:00:02
102,227,618
0
0
null
null
null
null
UTF-8
C++
false
false
1,970
cpp
// Programmer: Seiji Emery // Programmer ID: M00202623 // // MyStaticArray.cpp // #include <iostream> #include <string> using namespace std; #include <cstdlib> #include "StaticArray.h" int main () { std::cout << "Programmer: Seiji Emery\n"; std::cout << "Programmer's ID: M00202623\n"; std::cout ...
[ "seijiemery@gmail.com" ]
seijiemery@gmail.com
32faabeddfe32546299faea0d09f8840ddfcc16d
8af552069963bbf7f785330cbc5fcf38a85e7bfa
/Week_04/200.岛屿数量.cpp
d8031217a985080f961a68b8e6c815800715f066
[]
no_license
MingLL/algorithm017
d640f1ccbfa1b0bd07d62f4394ba17858f212e98
85cb2a1840b44ae35bf13f1a5708fb692dc9d205
refs/heads/master
2023-01-30T21:02:17.377684
2020-12-13T12:09:29
2020-12-13T12:09:29
294,400,000
0
0
null
2020-09-10T12:14:42
2020-09-10T12:14:42
null
UTF-8
C++
false
false
1,060
cpp
/* * @lc app=leetcode.cn id=200 lang=cpp * * [200] 岛屿数量 */ // @lc code=start class Solution { public: void dfs(vector<vector<char>>& grid, int row, int col) { int nr = grid.size(); int nc = grid[0].size(); grid[row][col] = 0; if(row -1 >= 0 && grid[row -1][col] == '1') dfs(grid,...
[ "minglli@aliyun.com" ]
minglli@aliyun.com
279946e6c619e4c4b45f0261210a7947d42e9711
3167af6c40ab82563cfeb3c0931c4f6b7612afd3
/Editor/src/ImGui/Node Editor/imgui_canvas.cpp
734613ca93b085f974d7197575689e4a14169445
[ "LicenseRef-scancode-public-domain", "MIT" ]
permissive
ThomasJowett/Cross-Platform-Game-Engine
4693b86217cba6c5d2b5a98adef6c82c4fb3923e
07386b9ea49d02b7f84137a289cd206f7e04581d
refs/heads/master
2023-09-03T05:22:15.706138
2023-09-01T23:44:58
2023-09-01T23:44:58
217,719,205
18
4
MIT
2023-08-13T14:14:27
2019-10-26T14:17:01
C++
UTF-8
C++
false
false
18,196
cpp
# include "imgui_canvas.h" # include <type_traits> // https://stackoverflow.com/a/36079786 # define DECLARE_HAS_MEMBER(__trait_name__, __member_name__) \ \ template <typename __boost_has_member_T__> ...
[ "thomas_jowett@hotmail.co.uk" ]
thomas_jowett@hotmail.co.uk
4889a180b493446274760c165fb768a4438913e0
d93159d0784fc489a5066d3ee592e6c9563b228b
/TopQuarkAnalysis/TopKinFitter/src/TtFullHadKinFitter.cc
17f9a40cbc841ada494334f98d126013b47a94d2
[]
permissive
simonecid/cmssw
86396e31d41a003a179690f8c322e82e250e33b2
2559fdc9545b2c7e337f5113b231025106dd22ab
refs/heads/CAallInOne_81X
2021-08-15T23:25:02.901905
2016-09-13T08:10:20
2016-09-13T08:53:42
176,462,898
0
1
Apache-2.0
2019-03-19T08:30:28
2019-03-19T08:30:24
null
UTF-8
C++
false
false
27,290
cc
#include "PhysicsTools/KinFitter/interface/TFitConstraintM.h" #include "PhysicsTools/KinFitter/interface/TAbsFitParticle.h" #include "PhysicsTools/KinFitter/interface/TFitParticleEMomDev.h" #include "PhysicsTools/KinFitter/interface/TFitParticleEtEtaPhi.h" #include "PhysicsTools/KinFitter/interface/TFitParticleEtThetaP...
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
6592cc1f07a9ba401ee22b86d944c1ad4bfd32e2
9016637a2cf1b8d130568e0cdc8ada0341f70577
/assg3/particleSystem.cpp
e7d2ed15c3dcd6f37e7d231c7a8e0c45233b2eb6
[]
no_license
swayam18/fluid
f2dddabbfb6c45cc77fe4cabc477e962939ca12a
b20ff4a931c8c4e918815d332ae3cbebd8a272d5
refs/heads/master
2020-06-04T14:59:41.201199
2015-04-20T06:01:33
2015-04-20T06:01:33
34,120,134
0
0
null
null
null
null
UTF-8
C++
false
false
107
cpp
#include "particleSystem.h" ParticleSystem::ParticleSystem(int nParticles):m_numParticles(nParticles){ }
[ "winter.scaze@gmail.com" ]
winter.scaze@gmail.com
032dff2fa13286b0ceecb3cc6e57f5862e67ad8f
f628fd39cde95d13e982f307cdf989646b4a23e9
/trunk/project_laviah/Classes/MyUI/LevelProgressBar.h
5e8e1c53b103435c769d54db02e4e35e96a8079a
[]
no_license
ghd5262/Laviah
4bf9cbc34ceb9b4ef78d57afdaff7fa79c8ac48e
fea1f2c4c2c76caad30136fff6c5824b262ca1b7
refs/heads/master
2021-06-22T06:14:11.108398
2021-06-07T14:45:25
2021-06-07T14:45:25
134,447,718
0
0
null
null
null
null
UTF-8
C++
false
false
716
h
#pragma once #include <vector> #include "../GameObject/GameObject.h" class CLevelProgressBar : public CGameObject { public: static CLevelProgressBar* create(cocos2d::Size barSize, int maxLevel, int curLevel = 0); void UpdateProgress(); protected: virtual bool init() override; private: CLevelProgres...
[ "tjdgmlrnsk@e3c12c2a-3f9b-4cee-bc1f-3a9786f174a7" ]
tjdgmlrnsk@e3c12c2a-3f9b-4cee-bc1f-3a9786f174a7
dcebe44ad2027183977081748a74d15b19d24511
199db94b48351203af964bada27a40cb72c58e16
/lang/fr/gen/Bible2.h
4f30c4c57cc4573ed61816b70001b2700d7b2c05
[]
no_license
mkoldaev/bible50cpp
04bf114c1444662bb90c7e51bd19b32e260b4763
5fb1fb8bd2e2988cf27cfdc4905d2702b7c356c6
refs/heads/master
2023-04-05T01:46:32.728257
2021-04-01T22:36:06
2021-04-01T22:36:06
353,830,130
0
0
null
null
null
null
UTF-8
C++
false
false
191,891
h
#include <map> #include <string> class Bible2 { struct fr1 { int val; const char *msg; }; struct fr2 { int val; const char *msg; }; struct fr3 { int val; const char *msg; }; struct fr4 { int val; const char *msg; }; struct fr5 { int val; const char *msg; }; struct fr6 { int val; const char *msg; }; struct fr7 { ...
[ "max@mkoldaev.ru" ]
max@mkoldaev.ru
e838b93412c6d3b7ac0daa081882d62d7beb4c67
0fd8a2746fb187778af380d25c0c8020c96fe6f2
/OpenGLMeshLoader.cpp
c809db620a13c23880f941a2cf8075838ffbdf8c
[]
no_license
michaelreda/crazy-car
ef0e86fd3392701b43a2a7ef4d7cff984954020c
70ec67539e133272f10789c3d66c9263cc74c0de
refs/heads/master
2021-08-30T02:38:56.700988
2017-12-10T10:33:51
2017-12-10T10:33:51
112,238,777
0
0
null
null
null
null
UTF-8
C++
false
false
19,778
cpp
#include "TextureBuilder.h" #include "Model_3DS.h" #include "GLTexture.h" #include <glut.h> int WIDTH = 1280; int HEIGHT = 720; double time = 0; GLuint tex; GLuint tex_boat; char title[] = "3D Model Loader Sample"; // 3D Projection Options GLdouble fovy = 45.0; GLdouble aspectRatio = (GLdouble)WIDTH / (GLdouble)H...
[ "michaelreda96@gmail.com" ]
michaelreda96@gmail.com
02bd080db038cb644d8c8944b573ddc1e3e4a688
df70d966e877900ad70e5e63e76e96ea98b41c45
/Engine/Engine/inputclass.cpp
26984c43bde49f78321c57e0b88cde2a434831f9
[]
no_license
t4world/RastertekDx
64d29fe99899041a26ab9bdae2c3637fa69b34ec
65c0d20518318294519984f3171aafbda5787ee0
refs/heads/master
2020-06-15T22:05:28.398330
2019-07-05T12:16:05
2019-07-05T12:16:05
195,404,177
0
0
null
null
null
null
UTF-8
C++
false
false
442
cpp
#include "inputclass.h" InputClass::InputClass() { } InputClass::InputClass(const InputClass &) { } InputClass::~InputClass() { } void InputClass::Initialize() { int i = 0; for (i= 0;i < 256;i++) { m_keys[i] = false; } } void InputClass::KeyDown(unsigned int key) { m_keys[key] = true; } void InputClass:...
[ "zhangyanzeng@cmcm.com" ]
zhangyanzeng@cmcm.com
ac90406650536403d4e84fab4060d58141b71dac
5fca9ab6310f854b655d318b50efa7fc83ad22f8
/thirdparty/proxygen/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h
b85206134ba65f06c68ab2dde4b6d84faa581711
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
algo-data-platform/PredictorService
4a73dbdac2bd1d72c18f53073fe80afbb4160bba
a7da427617885546c5b5e07aa7740b3dee690337
refs/heads/main
2023-03-11T17:08:35.351356
2021-02-24T08:46:08
2021-02-24T08:46:08
321,256,115
3
5
null
null
null
null
UTF-8
C++
false
false
6,042
h
/* * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
[ "maolei@staff.weibo.com" ]
maolei@staff.weibo.com
863a1c1985e0618aa6f0da8cbfa33ec21fb9c310
f7a9767c7b7ad7de482e590741721bab995e5e7c
/mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMap.h
9278d7c8d33ff90661d60f6aabc2e50272810443
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
kitaisreal/llvm-project
891a43345e35c6643ad13ed489018b3273e183e9
ac357a4773c22e0022558b627d8c3fb4aaabc125
refs/heads/main
2023-08-08T13:21:00.967289
2023-07-26T16:06:13
2023-07-26T16:16:41
230,374,981
0
0
Apache-2.0
2019-12-27T04:50:32
2019-12-27T04:50:32
null
UTF-8
C++
false
false
12,406
h
//===- DimLvlMap.h ----------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "ajcbik@google.com" ]
ajcbik@google.com
7df01fcca2020fd5f71b773f22457b5fba59b671
073b677e7256a8b705c1f3230b64664f55e265b2
/Lab5/Lab5/Functions.cpp
6b7525c511138a50bac254695fc201ba66ca125c
[]
no_license
DolgushevEvgeny/KPO
ee4d650d45588a61e247e688536d4100268a5894
01403b7cb16e4cb0c00661252ec0818f9bc441e0
refs/heads/master
2021-01-18T23:07:09.874065
2016-06-13T16:22:45
2016-06-13T16:22:45
51,082,448
0
0
null
null
null
null
UTF-8
C++
false
false
749
cpp
#include "stdafx.h" #include "Functions.h" CLongNumber CFunctions::Sqr(const CLongNumber &number) { return number * number; } CLongNumber CFunctions::Sqrt(const CLongNumber &number) { if (number.GetVector().size() == 1 && number.GetVector()[0] == 0) { return CLongNumber(); } CLongNumber start; CLongNumber en...
[ "baraxlush1995@gmail.com" ]
baraxlush1995@gmail.com
60eecf11d267e83a1d97455c2c139f7a762374ce
176990c5832c0f23a41b9ee81fb2eeefe3abaeec
/apps/visualizer_module.cpp
7e5e6b8268658a465c5bf597fafe41834cf1d238
[ "Apache-2.0" ]
permissive
aquibrash87/RecoridingTool
13156db26e0be49202e2bda689b983a7527fa8ef
1af39f7e6eb5bea2c649157003d7848b1f9cf4d8
refs/heads/master
2020-04-25T03:26:36.494182
2019-02-25T09:40:23
2019-02-25T09:40:23
172,477,116
0
0
null
null
null
null
UTF-8
C++
false
false
1,940
cpp
/**************************************************************** ** ** ** Copyright(C) 2016 Quanergy Systems. All Rights Reserved. ** ** Contact: http://www.quanergy.com ** ** ...
[ "aquibrash87@gmail.com" ]
aquibrash87@gmail.com
e92491fd8d048827c69d9345b999addb95a4d585
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir7941/dir22441/dir28114/dir28115/file28242.cpp
50614d6869915bd3b9aadc2fb7316c6307258c5d
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file28242 #error "macro file28242 must be defined" #endif static const char* file28242String = "file28242";
[ "tgeng@google.com" ]
tgeng@google.com
34ba886b5be5186e47351a7871a8ae40b364633f
b7f1b4df5d350e0edf55521172091c81f02f639e
/headless/lib/browser/headless_print_manager.h
f83555b65a86f21408fbd9f4742c28748329d3e5
[ "BSD-3-Clause" ]
permissive
blusno1/chromium-1
f13b84547474da4d2702341228167328d8cd3083
9dd22fe142b48f14765a36f69344ed4dbc289eb3
refs/heads/master
2023-05-17T23:50:16.605396
2018-01-12T19:39:49
2018-01-12T19:39:49
117,339,342
4
2
NOASSERTION
2020-07-17T07:35:37
2018-01-13T11:48:57
null
UTF-8
C++
false
false
3,885
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef HEADLESS_LIB_BROWSER_HEADLESS_PRINT_MANAGER_H_ #define HEADLESS_LIB_BROWSER_HEADLESS_PRINT_MANAGER_H_ #include <memory> #include <string> #includ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
5fa620708fb925bb8e4492385d173c87e406ee9e
148b61252764fdd95aa17e52179d801bdd20ee15
/mars/comm/windows/thread/thread.h
4058d48c69dba2370eb4d273c67b8ecfb26f543e
[ "MIT", "Zlib", "BSD-3-Clause", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "OpenSSL" ]
permissive
Lynnnnnn/mars
8c7ab4b6e193de5e83ba79668f9461fea017f9a7
2b87cceec445b649b5c0190c119e9cbb30e5dc85
refs/heads/master
2021-04-29T08:17:35.555275
2016-12-29T14:32:28
2016-12-29T14:32:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,364
h
// Tencent is pleased to support the open source community by making GAutomator available. // Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved. // Licensed under the MIT License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the ...
[ "garryyan@tencent.com" ]
garryyan@tencent.com
e0a426c8763adbe7480826f8bd17fd8c695c945d
08ef3ce05998aa938b36e725019ea1c6d606ae5d
/little_elephant_and_function.cpp
58be4f4168742fff2791ece99ea74959bc9db728
[]
no_license
sagar-barapatre/Codeforces-Solutions
0d644cdfa87f92cf9de1e027e73fe66c838ca92a
cf1e16b32c9c66895df091c1befb85d2a2f79200
refs/heads/master
2022-12-01T18:52:53.590775
2020-08-14T06:59:52
2020-08-14T06:59:52
272,251,390
1
0
null
null
null
null
UTF-8
C++
false
false
144
cpp
#include<iostream> using namespace std; int main() { int n; cin>>n; int arr[n]; for(int i=1 ; i<=n ; i++) { arr[i]=i; } return 0; }
[ "sagarbarapatre2019@gamil.com" ]
sagarbarapatre2019@gamil.com
a4219a4bbc79efe9875075d32028e100b2e50fef
e4a5265a69a113de7323bcd09773e9d3bd0d8672
/Project_Dart_Game_Du-Crest/tools/format/mesh_io_obj.cpp
49868a1675ff03eb50f69e174d363599d6e14024
[]
no_license
Augustinducrest/Project-C-Dart-Game
c1803770260858f0bb204ac96c4f493114126f1b
049c1eb400cb375747ef46f58054f6c1f8230b10
refs/heads/main
2023-04-23T18:45:47.575839
2021-05-01T20:26:02
2021-05-01T20:26:02
363,500,499
1
0
null
null
null
null
UTF-8
C++
false
false
7,672
cpp
/* ** TP CPE Lyon ** Copyright (C) 2015 Damien Rohmer ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation, either version 3 of the License, or ** (at your option) any l...
[ "78446817+Augustinducrest@users.noreply.github.com" ]
78446817+Augustinducrest@users.noreply.github.com
3ea74437be049b5edc88d65d0e2037f1950b4fae
46f168e828a670a14a754d33108cbcfcc922f417
/Source/SkyBoxGenerator/SkyBoxRPC.cpp
836dd4e6b95a0dd51d717812027f99964b3f7d04
[]
no_license
CFHH/SkyBoxGenerator
62dea93d0c1941fba2f842ba8d1ecbe73ab2c5d0
674d97e029f05bea46baeff60a0f78ad7fb5b452
refs/heads/main
2023-07-19T10:34:30.007981
2021-09-13T08:33:59
2021-09-13T08:33:59
381,310,684
0
0
null
null
null
null
UTF-8
C++
false
false
6,594
cpp
#include "SkyBoxRPC.h" #include "CoreMinimal.h" #include "Misc/ScopeLock.h" SkyBoxServiceImpl* SkyBoxServiceImpl::ms_instance = NULL; void SkyBoxServiceImpl::RunServer() { UE_LOG(LogTemp, Warning, TEXT("!!!!!!!!!!SkyBoxServiceImpl::RunServer()")); std::string server_address("0.0.0.0:50051"); grpc::Enable...
[ "13436361@qq.com" ]
13436361@qq.com
9392a2676b426c278f95c34227276ad467b0b583
9ea60e28aff016fc0a766163159ac051321904fb
/catboost/cuda/methods/leaves_estimation/pointwise_oracle.cpp
e8ca5604dc1577e817038ac82fca0429921989d7
[ "Apache-2.0" ]
permissive
yumoh/catboost_iter
853865c5487dcb3b0bf11dc52886f296eb00cfe1
85b943bc3c1f010d1ec7272c27a36f89f0173318
refs/heads/master
2022-11-17T17:58:46.718348
2019-01-10T14:15:07
2019-01-10T14:15:07
165,172,125
1
1
Apache-2.0
2022-11-03T02:07:17
2019-01-11T03:22:29
C++
UTF-8
C++
false
false
8,845
cpp
#include "pointwise_oracle.h" #include <catboost/cuda/models/add_bin_values.h> #include <catboost/cuda/cuda_util/partitions_reduce.h> #include <catboost/cuda/cuda_lib/cuda_buffer_helpers/all_reduce.h> namespace NCatboostCuda { void TBinOptimizedOracle::WriteWeights(TVector<double>* dst) { (*dst) = Weight...
[ "vasilij.ershov@gmail.com" ]
vasilij.ershov@gmail.com
0d2857040274d0afbe91958f49e6988f262b5e45
c19e0fad02849a09cb0e8a74b6481db2d7c285f0
/Intel-Arduino-101/3RD-PARTY-DFRobot/LCD-Control/LCD-Control.ino
5d43dda62226b1a1159096812aafc5f5dd329c5b
[]
no_license
iotJumpway/Intel-Examples
dbc203dd73ba8bc085ac708c29a4cba227fbf52f
6c557721f993545a30cc4b4edd116bc3d7429677
refs/heads/master
2021-09-18T13:01:30.904426
2018-07-14T11:21:07
2018-07-14T11:21:07
79,503,274
37
24
null
null
null
null
UTF-8
C++
false
false
3,295
ino
/* Copyright (c) 2014 Adam Milton-Barker. Contributors: Adam Milton-Barker For this project you will need to use the IoT JumpWay Python MQTT Serial Library: https://github.com/iotJumpway/IoT-JumpWay-Python-MQTT-Serial-Client */ #include <LiquidCrystal.h> #include <ArduinoJson.h> LiquidCrystal lcd(8, 9, ...
[ "adammiltonbarker@gmail.com" ]
adammiltonbarker@gmail.com
216627bfd553782ff1446e951fe3cba8ebd08455
483194ec10e6149c3245ff48c1857f48deba1578
/External/asio/detail/descriptor_write_op.hpp
6b1174245644be426510b7f9a93ded6102b16c56
[]
no_license
davidroze/StormWebrtc
3efc68c9e16b34da0728716f460f44ca8a50f59d
cd471d5107c3bfe0cb885caf81063915ad4d386a
refs/heads/master
2021-05-08T16:43:43.539787
2018-02-04T10:05:43
2018-02-04T10:05:43
120,167,513
0
0
null
2018-02-04T08:24:11
2018-02-04T08:24:11
null
UTF-8
C++
false
false
3,856
hpp
// // detail/descriptor_write_op.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // ...
[ "nick.weihs@gmail.com" ]
nick.weihs@gmail.com
1d3444634697580a1c5535edc2cc76d73e6e9f2b
447a9033cd6ee5a93237778c61c7b710cd005a06
/CBP/CBP/UI/Common/Plot.h
8e2507dd0f36ea3c97540ff05c9aab5ff2f9e72d
[ "MIT" ]
permissive
clayne/CBPSSE-SlavicPotato
eb40856f16cf43f78dfd8a8e72a9551cca4ec3f4
c2bd6470efe3e0dcb3df606fb693f5c66e66e4e5
refs/heads/master
2023-06-21T20:50:36.310546
2021-07-23T14:39:57
2021-07-23T14:39:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
725
h
#pragma once #include "Base.h" namespace CBP { class UIPlot { public: UIPlot( const char* a_label, const ImVec2& a_size, bool a_avg, int a_res); void Update(float a_value); void Draw(); void SetRes(int a_res); void S...
[ "sp@eth.si" ]
sp@eth.si
986b84497883812678104d0ab8b1f3c287eae8a3
ceeb8856a3a1f490ea1de8f513732e06978d1ff1
/src/main/TestWorld.cpp
f3cc4e7ac18e56e345b1ddd7ef1f7a44df813519
[]
no_license
PatFin/Shrodinger
1d94313e2f21f7836fd0f5aff79751c2e08a3287
08346d7a8f4e949f85a2bf6d9cbb3089b231f7f3
refs/heads/master
2021-09-06T21:59:49.189168
2018-02-12T09:24:29
2018-02-12T09:24:29
120,053,737
0
0
null
null
null
null
UTF-8
C++
false
false
116
cpp
#include "World.hpp" double tau = 0.01; double E = 1.0; int main (void) { World world(10); world.NextStep(); }
[ "patrick.finnerty@insa-lyon.fr" ]
patrick.finnerty@insa-lyon.fr
32953ca83c85b26f5b2a72f550b674732cce2eac
ba4db75b9d1f08c6334bf7b621783759cd3209c7
/src_main/materialsystem/stdshaders/accumbuff5sample.cpp
616b2a2184122a3c81b204505a9fd17910487b66
[]
no_license
equalent/source-2007
a27326c6eb1e63899e3b77da57f23b79637060c0
d07be8d02519ff5c902e1eb6430e028e1b302c8b
refs/heads/master
2020-03-28T22:46:44.606988
2017-03-27T18:05:57
2017-03-27T18:05:57
149,257,460
2
0
null
2018-09-18T08:52:10
2018-09-18T08:52:09
null
WINDOWS-1252
C++
false
false
3,361
cpp
//========= Copyright © 1996-2005, Valve LLC, All rights reserved. ============ // // Purpose: // // $NoKeywords: $ //============================================================================= #include "BaseVSShader.h" #include "common_hlsl_cpp_consts.h" #include "screenspaceeffect_vs20.inc" #include "ac...
[ "sean@csnxs.uk" ]
sean@csnxs.uk
9f0a6d184f02120c55b4d1ad76035d2fefe8abdf
ba5d1d776888be6ae9688d850f0445d80973ee8f
/game/server/tfo/func_transition.cpp
0bc1f48c3e12f29f267e2bac54ff039b5859b796
[ "MIT" ]
permissive
BerntA/tfo-code
eb127b86111dce2b6f66e98c9476adc9ddbbd267
b82efd940246af8fe90cb76fa6a96bba42c277b7
refs/heads/master
2023-08-17T06:57:13.107323
2023-08-09T18:37:54
2023-08-09T18:37:54
41,260,457
16
5
MIT
2023-05-29T23:35:33
2015-08-23T17:52:50
C++
UTF-8
C++
false
false
6,815
cpp
//========= Copyright Bernt Andreas Eide, All rights reserved. ============// // // Purpose: Door/Portal/Teleport transition handler. // //=============================================================================// #include "cbase.h" #include "func_transition.h" #include "player.h" #include "props.h" // memdbgon ...
[ "bernta1@msn.com" ]
bernta1@msn.com
b4ee4d35625c6dfe9c3c089ba53f1aa3410eae8b
bccee728c59a8008d9257921fb8288687ce8b87c
/src/Program.cpp
bcfe118881ea46aee0f952bbed59baf6327a8d51
[]
no_license
grogy/study-http-server
ce799af85e13a0d45cc383d275f0046aff472814
7516d3f19e2fed88e6ffc83b9c63980aa77b7194
refs/heads/master
2021-01-23T02:48:05.330679
2015-06-08T11:27:22
2015-06-08T11:27:22
37,061,863
0
0
null
null
null
null
UTF-8
C++
false
false
1,828
cpp
#include "headers/Program.h" #include "CssFile.cpp" #include "HtmlFile.cpp" #include "FileReader.cpp" #include "FileWriter.cpp" #include "FolderScanner.cpp" #include "Request.cpp" #include "Response.cpp" #include "INIReader.cpp" #include "ResponseBuilder.cpp" #include "Network.cpp" using namespace std; Program::Pro...
[ "info@makes.cz" ]
info@makes.cz
84433431c6e3ddd68e864c8564771eb766947f02
4b36550e781dc52c4778ee3b79abed2a23764f33
/mesh/queues.h
c34fd63546dc4c4444f498c8c587c65e6ab53c31
[ "BSD-3-Clause" ]
permissive
rafgitdz/bimodal-scheduler-rstm
c1ab80bca9990fb0912f48c6a00fc51802d6ce66
7d6f795e6a2820a4c59cdc195bcea4d13c5d20c8
refs/heads/master
2016-09-16T02:30:04.118997
2015-09-24T09:30:01
2015-09-24T09:30:01
42,301,787
0
0
null
null
null
null
UTF-8
C++
false
false
4,594
h
/////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2006, 2007 // University of Rochester // Department of Computer Science // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
[ "foucault.matthieu@532f2ef2-ef11-80ae-07eb-e5a816fadd2e" ]
foucault.matthieu@532f2ef2-ef11-80ae-07eb-e5a816fadd2e
f4105f33f8b866409dd828538308d28600dddfd2
91f4e0ac0b0b8a860dd60ad15637ac66d6db1bf7
/exp6.2/exp6.2/MainFrm.cpp
1bd57a9ab5718175fd172251d4688b8265040901
[]
no_license
ningkekeke/EXP6_2020-04-07
1893ccce51271844032e81640fbddf540e9dd27b
0d7a5759d4fcb432e1bb5d0261fae3236aaa4ed6
refs/heads/master
2022-04-28T09:34:58.069249
2020-04-19T09:11:45
2020-04-19T09:11:45
254,993,378
0
0
null
null
null
null
GB18030
C++
false
false
1,945
cpp
// MainFrm.cpp : CMainFrame 类的实现 // #include "stdafx.h" #include "exp6.2.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CMainFrame IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd) const int iMaxUserToolbars = 10; const UINT uiFirstUserToolBarId = AFX_IDW_CONTROLBAR_FIRST + 40; const UINT uiLast...
[ "2290418168@qq.com" ]
2290418168@qq.com
a7a042394b3a19dc552acb06962d0331176d4c5c
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/admin/wmi/wbem/winmgmt/msg/msmqhdlr.cpp
a527951db54ae9a7c695370c38a01ec1f87a4060
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,465
cpp
/*++ Copyright (C) 1996-2001 Microsoft Corporation Module Name: Abstract: History: --*/ #include "precomp.h" #include <wbemcli.h> #include <assert.h> #include "msmqcomn.h" #include "msmqhdlr.h" #include "msmqctx.h" #include "msmqhdr.h" #define CALLFUNC(FUNC) m_rApi.m_fp ## FUNC static MSG...
[ "112426112@qq.com" ]
112426112@qq.com
171d6ece9ac445a9449c5d5d7d9f474bea0a241f
195095d6bea45648ea2d79b134c7c2a2821b1dba
/hlslib/fifo.h
d29a99564c7a28c14fe939f03a76fa07b796f07d
[ "MIT" ]
permissive
dillonhuff/ahaHLS
bc1c87029db1687228ca1ec96175e0310425fcfe
1d4953bca0db52fed81a2c5f6d4c2df6497865bf
refs/heads/master
2023-02-07T05:50:42.703485
2019-07-23T21:59:53
2019-07-23T21:59:53
152,540,700
106
17
MIT
2023-01-23T14:07:07
2018-10-11T06:18:31
C++
UTF-8
C++
false
false
399
h
#pragma once #include "hls_macros.h" #include <deque> namespace ahaHLSLib { template<typename DataType, int depth> class fifo { std::deque<DataType> data; public: AHAHLS_SYNTH_BUILTIN DataType pop() { DataType dtp = data.pop_back(); return dtp; } AHAHLS_SYNTH_BUILTIN ...
[ "dillonhuff@gmail.com" ]
dillonhuff@gmail.com
a41d1c0e8e840878aab819e7a07ad8beeafe5451
d6378bf0b628ccec6a6f6bb33d728030dd47b0b7
/samples/thirdparty/doctest.h
944469828604ed80cacded23db626981f56775e3
[ "MIT", "Unlicense" ]
permissive
sgorsten/linalg
225a2e5e28e997aec7f91d6dde3f913d04ed75ac
4460f1f5b85ccc81ffcf49aa450d454db58ca90e
refs/heads/main
2023-08-03T06:41:45.850432
2023-07-02T21:38:48
2023-07-02T21:41:00
52,693,693
835
88
Unlicense
2021-10-01T14:03:33
2016-02-27T23:18:22
C++
UTF-8
C++
false
false
276,782
h
// ====================================================================== lgtm [cpp/missing-header-guard] // == DO NOT MODIFY THIS FILE BY HAND - IT IS AUTO GENERATED BY CMAKE! == // ====================================================================== // // doctest.h - the lightest feature-rich C++ single-header test...
[ "sgorsten@gmail.com" ]
sgorsten@gmail.com
7edd667ebc9e647e140cef0d583ab0a3ef9fea34
9869213ecb525bd3ac38794bd7741e7c7323e7af
/piquassoboost/common/source/PicState_base.hpp
3a8ae5733f775bb59082a9aa0c32110f6637dec8
[ "Apache-2.0" ]
permissive
Budapest-Quantum-Computing-Group/piquassoboost
5869420c76106d404b18937b416c8124a6bcb35b
dd0910d2ec832a0216555ca28194659fb1e1a5c8
refs/heads/main
2023-08-22T19:56:49.917795
2023-06-30T13:57:08
2023-06-30T13:57:08
368,184,661
8
2
Apache-2.0
2023-06-30T13:57:10
2021-05-17T12:53:35
C++
UTF-8
C++
false
false
5,975
hpp
/** * Copyright 2021 Budapest Quantum Computing Group * * 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 applic...
[ "kaposiagoston@inf.elte.hu" ]
kaposiagoston@inf.elte.hu
bc23453d7067ddb88452da5d6280aef56ac023fd
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/engine/modules/ai/machine_learning/editor/neural_layer_editor.h
adca34c75c65010d2df66fc23020ba7689df6e5d
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
259
h
#include "../neural_network.h" namespace Echo { #ifdef ECHO_EDITOR_MODE class NeuralLayerEditor : public ObjectEditor { public: NeuralLayerEditor(Object* object); // get camera2d icon, used for editor const char* getEditorIcon() const; }; #endif }
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
d9d8dc07d94149b1a218dbf367190c33861f4f14
6e1d46473b0d98f59a87ee52d4012ba8bc15fc22
/T4C Server/WDAAreaLinks.h
dfdf26655af0bd2467a5a7d1577617e976f24d3c
[]
no_license
BlackFury/Server-1
3ad544831a294225c9ca7a475a2347a4c6808372
ea0a8b57737f3fcc6406a0fd58fd79a644019d32
refs/heads/master
2022-03-15T21:51:08.729897
2017-05-19T17:43:47
2017-05-19T17:43:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,352
h
#ifndef AFX_AREALINKS_H__8D88CCE6_D321_11D2_84AD_00E02922FA40__INCLUDED_ #define AFX_AREALINKS_H__8D88CCE6_D321_11D2_84AD_00E02922FA40__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "WDATable.h" #include <vector> class WDAAreaLinks : public WDATable { public: // Construction. W...
[ "melodiass@com-db.fr" ]
melodiass@com-db.fr
1d467bcd7672ce67f16dca395b2cfeb3b555ebed
7a4f952046964a7c8946affde104427c3da3cb68
/CocoaEditor/cpp/gui/ImGuiExtended.cpp
a781f02a834ade04c606999257cb3d5ee21f20d9
[ "MIT" ]
permissive
Yavuz1234567890/Cocoa
2aee6a42d810c2a08dcd54b052ac2daaaebcb334
35bd8e5d2fb4dcd64e583e9889a7d01aa915d6dc
refs/heads/master
2023-04-15T22:43:22.005038
2021-03-17T17:52:26
2021-03-17T17:52:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,193
cpp
#ifdef _COCOA_SCRIPT_DLL #include "ImGuiExtended.h" #else #include "gui/ImGuiExtended.h" #endif #include "cocoa/core/Core.h" namespace CImGui { static float textPadding = 0; bool UndoableColorEdit4(const char* label, glm::vec4& color) { glm::vec4 tmp = glm::vec4(color); ImGui::Text(label); if (ImGui::GetIte...
[ "ambrosiogabe@gmail.com" ]
ambrosiogabe@gmail.com
01368d0c44acf77ab3a8c2e81973822d33e72e1d
199b7c398159fc4696944dd8206ab9c8a4a5d1fd
/ios/chrome/browser/bookmarks/bookmark_sync_service_factory.h
fa42198a8c56d2689576e3a167eb77a721740840
[ "BSD-3-Clause" ]
permissive
gudlyf/chromium
1904fe9fc6e34f8b05150e2fc5819a3e71c6386f
192c76549c026dba8aef9ef2824000426cf05ea1
refs/heads/master
2023-01-04T16:47:38.969209
2020-01-22T16:28:54
2020-01-22T16:28:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,634
h
// 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. #ifndef IOS_CHROME_BROWSER_BOOKMARKS_BOOKMARK_SYNC_SERVICE_FACTORY_H_ #define IOS_CHROME_BROWSER_BOOKMARKS_BOOKMARK_SYNC_SERVICE_FACTORY_H_ #include "bas...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
94ec037e1ed59091d698be405440f6c20aa16e50
a71222ed82cd45c94d960cdb6139b8012f312c78
/Oving7_Project/src/sceneGraph.cpp
5a5ccb097e4f7a5d9060fafb60c8777caf8b034a
[]
no_license
Mikkelsv/TDT4195
8621265204d2364577958ec4141a4eb314e85ce2
a8cfad3711964b2e0832ec2c4c38999bd82485d4
refs/heads/master
2021-06-16T09:10:49.905567
2017-06-01T08:30:43
2017-06-01T08:30:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,692
cpp
#include "sceneGraph.hpp" // --- Matrix Stack related functions --- // You can use these to create a more "realistic" scene graph implementation // Allocate a new empty matrix stack on the heap std::stack<glm::mat4>* createEmptyMatrixStack() { return new std::stack<glm::mat4>(); } // Push a matrix on top of the s...
[ "LegoProjectGoneWrong" ]
LegoProjectGoneWrong
d243d89a18e62a082d87576f8dd16139c71f9088
96ec31b93394e9d58087043a5dc88847371a778a
/DIHT/1st_contest/fenwick_tree/FenwickTree.h
d4c288565ca0de1de129cf06b18fc9aed23356a8
[]
no_license
fogside/algorithms
c79861e592ecaacfb9c51c1178f5c0c8e7fe3b12
c1e57d1a4f96995931688f8d04c0386a16d0966c
refs/heads/master
2021-09-01T00:44:22.759620
2017-12-23T22:36:57
2017-12-23T22:36:57
104,099,499
0
0
null
null
null
null
UTF-8
C++
false
false
1,359
h
// // Created by Eugenia Cheskidova on 01/10/2017. // #ifndef FENWICK_TREE_FENWICKTREE_H #define FENWICK_TREE_FENWICKTREE_H #include <algorithm> #include <vector> using namespace std; template<class T> class CFenwickTree { public: explicit CFenwickTree(int size = 0) : data(size) {}; explicit CFenwickTree(...
[ "cheskidova@phystech.edu" ]
cheskidova@phystech.edu
55bb120ee37a3e59f81e40353642485bebae2486
037d518773420f21d74079ee492827212ba6e434
/blazetest/src/mathtest/smatsmatsub/MCaUCa.cpp
0c94210bd678e0db7e8dd231dfc151383e97dd6f
[ "BSD-3-Clause" ]
permissive
chkob/forked-blaze
8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8
b0ce91c821608e498b3c861e956951afc55c31eb
refs/heads/master
2021-09-05T11:52:03.715469
2018-01-27T02:31:51
2018-01-27T02:31:51
112,014,398
0
0
null
null
null
null
UTF-8
C++
false
false
4,158
cpp
//================================================================================================= /*! // \file src/mathtest/smatsmatsub/MCaUCa.cpp // \brief Source file for the MCaUCa sparse matrix/sparse matrix subtraction math test // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // This f...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
eeb7c29d45680da90ff2ebff7cc819be34682bbd
e51127c8ed11225a38b07046ea5040aed1f42f5d
/src/KeysPressed.hpp
7b5a155acd68a961f7569d3e3dbe89fb9f8ec09f
[]
no_license
aierons/GoodChoice
bb28be0633718197489f2348477cd2ee959c8f65
f663292fe67744ec692d68f9177b77ff76951a81
refs/heads/master
2021-04-30T14:25:30.719078
2018-02-12T08:13:38
2018-02-12T08:13:38
121,217,790
0
0
null
null
null
null
UTF-8
C++
false
false
488
hpp
#ifndef KeysPressed_hpp #define KeysPressed_hpp #include <vector> #include "SDL.h" using namespace std; /* * This class will keep and update a list of SDL key codes */ class KeysPressed { public: KeysPressed(); void addKeyCode(SDL_Keycode kc); void removeKeyCode(SDL_Keycode kc); bool ...
[ "github-admins@ccs.neu.edu" ]
github-admins@ccs.neu.edu
746c53ea98b2e7900f918a53204e694c47a30c17
b3e93c74ff188497494d8caec20b6cdf9b17c61b
/MyDll1/oLayer.cpp
321cf4b1015584a60f79fc270a7908fc925d159a
[]
no_license
lomocol/FNN
4d64275f2e26377edb65ac2c9ee983f9020e4c37
1e6c2fa91ed9cbad81b60d69de7968ecedafee4c
refs/heads/master
2020-09-24T04:14:11.275194
2019-12-03T16:42:04
2019-12-03T16:42:04
225,659,571
0
0
null
null
null
null
UTF-8
C++
false
false
410
cpp
#include "stdafx.h" #include "oLayer.h" oLayer::oLayer(int _size, bLayer * _pre_layer, Fact f) :hLayer(_size, _pre_layer, f) { } void oLayer::GetMistake(vector<double> answ_vec) { for (int i = 0; i < size; i++) { //mistakes[i] = (values[i]-answ[i])*(values[i]-answ[i]); //mistakes[i] = MathAbs(values[i]-answ[i]...
[ "lomocol99@gmail.com" ]
lomocol99@gmail.com
8c0ec8ed53f7fa9084c4dc93c0e8f4cd703e2d87
9a368c92c5857d4554062e1cccf7ed0c8efa4c55
/openjdk8-debian-slim/noVnc/vncrepeater/repeater.cpp
9c23bb84977c3fdce50c7b7a0d3c81c58a7cf2b1
[]
no_license
james0718/openjdk8-debian-slim-devel
bcc668c0a4f653d7dbc7678ea2873e9e6734bfc1
1514f00d6982b4864a94f430480c55dc7992a67f
refs/heads/master
2022-07-01T14:08:48.340194
2020-05-14T06:26:05
2020-05-14T06:26:05
263,830,617
0
1
null
null
null
null
UTF-8
C++
false
false
75,609
cpp
// /////////////////////////////////////////////////////////////////////////// // Copyright (C) 2002 Ultr@VNC Team Members. 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 Foundat...
[ "yaok0710@163.com" ]
yaok0710@163.com
12a79f3f0ceaefb37d00d742d4643e0c675e72cd
2b39fffb9b36f79614eccb3e940bcebce465dc46
/unittest/audio_low_pass_filter.h
dca7e94aa422dfefdb9c02ef73b24d84239be0dc
[]
no_license
tonytonyfly/audioengine
d81d93f8d55165996f85c1c00de09c77b1a4b676
4e37f1986ae7cf0ac5fe3cd0be0adf0df6fed8cb
refs/heads/master
2020-06-05T18:48:56.345501
2017-11-18T11:59:19
2017-11-18T11:59:19
null
0
0
null
null
null
null
GB18030
C++
false
false
991
h
#pragma once /*! * \file audio_low_pass_filter.h * \date 2016/06/01 13:31 * * \author zhangnaigan * Contact: zhangng@snailgame.net * * \brief 低通滤波器,一般不使用,如果语音效果很不好,可以开启,降低音质的同时可以消除很大部分的噪音 * * TODO: 目前是通过matlab生成参数,后面可根据需要通过cpp里的注释代码修改。 * * \note */ #include "stdint.h" #include "webrtc/common_audio/fir_filter...
[ "zhangnaigan_1989@163.com" ]
zhangnaigan_1989@163.com
69949acf84a750bcc86cf7a89dd7a94880eb8d00
a15a4923f587ff2cb7d28d892bee62bf68d505c8
/Doowado - Task Manager/Doowado - Task Manager/CommandException.h
97dd8c1a743c557f06a4221b0592d2beb1f2919e
[]
no_license
CS2103aug2015-F11-1C/Doowado
b4e33e61ce16cc243a0f752aa46b402706a6f667
2edbe5bc2a249d753caa537c267ff8faf1ff616d
refs/heads/master
2016-09-01T04:01:17.922436
2015-11-09T15:46:51
2015-11-09T15:46:51
44,019,863
0
0
null
null
null
null
UTF-8
C++
false
false
570
h
#pragma once #include <string> //@@author A0114137R const std::string EXCEPTION_INDEX_OUT_OF_RANGE = "Invalid index: out-of-range."; const std::string EXCEPTION_TIME_WITH_NO_DATE = "Invalid! Entry has time with no date."; const std::string EXCEPTION_EVENT_NO_END_TIME = "Invalid! Your event must have an end date."; co...
[ "shelvia.ho@gmail.com" ]
shelvia.ho@gmail.com
444476d6d8f65d5a03a6f65dccf38d553e3b5fc4
55a4fa8f0fe859d9683b5dd826a9b8378a6503df
/qt/tv_sniffer/src/ui/source/ipctrl.h
94bef1ce81195e67f67017f2dc377b90bfebdabe
[]
no_license
rongc5/test
399536df25d3d3e71cac8552e573f6e2447de631
acb4f9254ecf647b8f36743899ae38a901b01aa6
refs/heads/master
2023-06-26T05:38:37.147507
2023-06-15T03:33:08
2023-06-15T03:33:08
33,905,442
2
1
null
null
null
null
UTF-8
C++
false
false
784
h
#include <QFrame> #include <QLineEdit> #include <QIntValidator> #include "stdint.h" #include <QHBoxLayout> #include <QFont> #include <QLabel> #include <QKeyEvent> class IPCtrl : public QFrame { Q_OBJECT public: IPCtrl(QWidget *parent = 0); ~IPCtrl(); virtual bool eventFilter( QOb...
[ "rongc5@users.noreply.github.com" ]
rongc5@users.noreply.github.com
f876b895ee8ddd46ba6c89d14a5bb19810578834
122fb48c08c98ce3aa1c8ab9ff45220b67e44271
/Source/ProjectOglowia/Public/FConsoleReadLineLatentAction.h
e12a8c470de0055b752874cc20ed1f3cbb21378d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
piandpower/the-peacenet
e55b956bad97b93ca73a92a98d1044597f174124
a2a1f1eba50e7b7f856464e320c543ccfc08573d
refs/heads/master
2020-04-27T19:51:19.014446
2019-03-02T00:36:44
2019-03-02T00:36:44
174,636,547
1
1
NOASSERTION
2019-03-09T02:01:02
2019-03-09T02:01:01
null
UTF-8
C++
false
false
2,629
h
/******************************************************************************** * The Peacenet - bit::phoenix("software"); * * MIT License * * Copyright (c) 2018-2019 Michael VanOverbeek, Declan Hoare, Ian Clary, * Trey Smith, Richard Moch, Victor Tran and Warren Harris * * Permission is hereby gra...
[ "theplexgate@gmail.com" ]
theplexgate@gmail.com
e00c580ba4bb8a515bef59c2ee6137dba2fb072d
e2029872bcf1feead431d3eb155ddc91036d9317
/Compiler/Generation/LLVMTypeHelper.cpp
06d4be4a502364cfd3aff8d0612d8a1a7da5e525
[ "Artistic-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
FingerLeakers/emojicode
604d14a11ca7716b0488bc0d3d5ce3f573bfe2a3
1e5b1a6f287998639cd43152f37482125ab3d96a
refs/heads/master
2020-03-12T06:16:48.757828
2018-04-09T13:02:51
2018-04-09T13:02:51
130,481,785
2
0
null
2018-04-21T14:34:08
2018-04-21T14:34:08
null
UTF-8
C++
false
false
7,108
cpp
// // LLVMTypeHelper.cpp // EmojicodeCompiler // // Created by Theo Weidmann on 06/09/2017. // Copyright © 2017 Theo Weidmann. All rights reserved. // #include "Functions/Function.hpp" #include "Compiler.hpp" #include "Functions/Initializer.hpp" #include "Generation/ReificationContext.hpp" #include "LLVMTypeHelper...
[ "hi@idmean.xyz" ]
hi@idmean.xyz
df5622a0402aa12a4addc74e0bdcbd604af3e256
19521e33ca495c04ce17e804ba6fef877266d037
/src/qt/receiverequestdialog.cpp
307305d889d43b186b7787e6ea3b2944a9a64d3b
[ "MIT" ]
permissive
mirzaei-ce/core-moselbit
3f441f5960a5c858e1fe389a60c2f5f1d11eff3d
7e8e723109f22b0fddfa227692b9492f48d12d7c
refs/heads/master
2021-08-14T18:06:06.700435
2017-11-16T11:44:03
2017-11-16T11:44:03
110,964,689
0
0
null
null
null
null
UTF-8
C++
false
false
5,520
cpp
// Copyright (c) 2011-2013 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "receiverequestdialog.h" #include "ui_receiverequestdialog.h" #include "moselbitunits.h" #include "guiconstants.h" ...
[ "mirzaei@ce.sharif.edu" ]
mirzaei@ce.sharif.edu
898ef63b6891f478cf5a1c977dfa39d3bd5b38c3
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_patch_hunk_4118.cpp
db818af9109e945a12c887e449e7955e24a241c0
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,343
cpp
if (cur->desc.s == sock) { pollevent = cur->rtnevents; if (pollevent & (APR_POLLIN | APR_POLLHUP)) { ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, APLOGNO(02446) "sock was readable"); - done |= pr...
[ "993273596@qq.com" ]
993273596@qq.com
6ec34d1fea014dd2ecf1d93f735055b370770dce
7e43a490dcd2509e8be7bbd16f2f3ccb6452f46f
/abc/abc162/b.cpp
c45b24e05a45459d1e938d11a0340236fe65f87d
[]
no_license
nafuka11/atcoder
7c6b156ba454128c2f3450d28e3ec3ce20720ef4
ea4f6116a9f4d2e8fd1098ecd4f7464c7f29ffe3
refs/heads/master
2023-07-25T23:35:04.163397
2021-09-11T05:06:07
2021-09-11T05:06:07
184,565,706
0
0
null
null
null
null
UTF-8
C++
false
false
268
cpp
#include <bits/stdc++.h> using namespace std; int main() { int64_t N; cin >> N; int64_t ans = (1 + N) * N / 2; ans -= (1 + N / 3) * (N / 3) / 2 * 3; ans -= (1 + N / 5) * (N / 5) / 2 * 5; ans += (1 + N / 15) * (N / 15) / 2 * 15; cout << ans << endl; }
[ "42476527+nafuka11@users.noreply.github.com" ]
42476527+nafuka11@users.noreply.github.com
86a1cd9ebef865c746f894eb95e6eaa7d5d0e8cf
f9b82549bc83a4987ca1cccfd63b44b517cac9b1
/tags/3.1.0/test/test075.cxx
e600b1e7bff43802c8889a7be948e376a2ef0f69
[ "BSD-3-Clause" ]
permissive
svn2github/pqxx
fb98b0ed304c8df924811537f1348667d6a17f1f
8d6e296372618d6ffcc750cbd5ee417ab282f456
refs/heads/master
2020-12-25T17:25:32.765973
2016-08-19T16:16:30
2016-08-19T16:16:30
40,840,938
1
1
null
null
null
null
UTF-8
C++
false
false
4,083
cxx
#include <pqxx/compiler-internal.hxx> #include <iostream> #include <vector> #include "test_helpers.hxx" using namespace PGSTD; using namespace pqxx; // Test program for libpqxx. Compare const_reverse_iterator iteration of a // result to a regular, const_iterator iteration. namespace { void test_075(transaction_ba...
[ "jtv@c3353b84-d008-0410-9ed9-b55c4f7fa7e8" ]
jtv@c3353b84-d008-0410-9ed9-b55c4f7fa7e8
bf94331f3527b2a9323f6d01e985789d3a63a4ea
6db7f3f67fb15869cf435e7f222da1042140af6c
/src/SimSystems/InputOIS/Source/Implementation/InputEventHandler.cpp
18a0ba0020f00b980fd558e51ebd537a43a28f78
[ "Unlicense" ]
permissive
KonstantinStepanovich/SIM
17be6f6bb15bada6e358423627f74f7d89134cd9
87701601b3d5033f5d6415aca2b845dac4b695a7
refs/heads/master
2020-05-18T20:11:40.132922
2013-07-28T10:56:54
2013-07-28T10:56:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,860
cpp
#include "stdafx.h" #include "Implementation/InputEventHandler.hpp" #include "Implementation/Commands.hpp" #include "Scene.hpp" #include <iostream> #include "String/StringStream.hpp" #include "Algorithm/Exception.hpp" #include "Database/Variant.hpp" #include "OIS/OISKeyboard.h" #include "OIS/OISJoystic...
[ "Konstantin.Stepanovich@gmail.com" ]
Konstantin.Stepanovich@gmail.com
0be1507a595fcd8f0c41e9b951d66241c92a6cd8
e2158dbbb020bdf400b1e0e62cde4657c3ea0f0e
/test7/test7/test7.cpp
19eb7e30c2d081ed7b20ecee5f7c323e3675cade
[]
no_license
deemoding/TestForMFC
5f22c88794e99c8946b6f8640f92b267bd0b2b5f
8f77decd08d1a2ab912f33001903d2a098c2ec75
refs/heads/master
2021-05-30T04:19:21.326152
2016-01-05T14:24:26
2016-01-05T14:24:26
null
0
0
null
null
null
null
GB18030
C++
false
false
2,061
cpp
// test7.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "test7.h" #include "test7Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // Ctest7App BEGIN_MESSAGE_MAP(Ctest7App, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // Ctest7App 构造 Ctest7App::Ctest7App() { // 支持重新启动管理器 m_dwRestartMa...
[ "wsd009811@gmail.com" ]
wsd009811@gmail.com
af79e11aa7819ba1fc7ce107972c18740f2e5368
d05054754573f3cdf384e7a7511da10ea2f70e61
/Elements/Firework.h
09714539365c7856b9fb78be27df082338c536c5
[]
no_license
Teninchtotem/CMD-Asteroids-
dba3b3056eff4fdc9caeddb0d2629be1ba5af40b
2894da76aa4eb25f7b947f0d238eb9923a08e430
refs/heads/master
2020-04-17T12:06:14.222872
2019-01-19T16:35:15
2019-01-19T16:35:15
166,567,469
0
0
null
null
null
null
UTF-8
C++
false
false
372
h
#pragma once #include "Element.h" using namespace std; // code shell, amend as appropriate class Firework: public Element { private: int timer; public: Firework(RandomNumber &rnd_, Console &console_, int boxSizeIn); ~Firework(); void printAt(); // Description: This version of printAt() takes care of powering do...
[ "Matzeroo@aol.com" ]
Matzeroo@aol.com
70b03b9881675682e84bf2294f655af7ad878f10
039a30b5db53c7f828ea87b9f305f51be4d7e6cc
/2018夏/7.16/F.cpp
c17d1f258ddb9e0f2a0cd896c5f93a3a71196a48
[]
no_license
1092772959/My-ACM-code
cd5af7cebc04c3252ed880686759257237b63b34
87109a0a98e6ea49f8726927cc4357a9155ba3f2
refs/heads/master
2021-07-03T01:31:39.173353
2020-08-25T13:48:49
2020-08-25T13:48:49
151,587,646
0
0
null
null
null
null
UTF-8
C++
false
false
664
cpp
#include<bits/stdc++.h> using namespace std; typedef long long LL; const int maxn =1e3+5; const int mod = 7901; int a[maxn]; //#define LOCAL int main() { #ifdef LOCAL freopen("in.txt","r",stdin); freopen("out.txt","w",stdout); #endif int T,N; scanf("%d",&T); while(T--){ LL res=1,c...
[ "32030091+1092772959@users.noreply.github.com" ]
32030091+1092772959@users.noreply.github.com
edd6aeada1a36dca0c50b2b473ad64375513bc47
1eb722a3eaa9c9c9fa4a73ce40762215b7fff9d1
/src/utils.h
eb17e77b5016388493142db8fc31bd260bbc58eb
[]
no_license
oliviercotto/NCOMMS-16-18804A
b90c422dca54d8ca4e1e35570aa1a3c28359097f
d64574c3a00db9561d3690502b1dc108972b3614
refs/heads/master
2021-01-22T18:23:55.538762
2017-05-13T05:44:48
2017-05-13T05:44:48
85,080,146
1
0
null
null
null
null
UTF-8
C++
false
false
1,635
h
/** $Id: utils.h,v 1.2.2.2 2014-05-05 08:55:01 fred Exp $ * * @file utils.h * Nemo2 * * Copyright (C) 2013 Frederic Guillaume * frederic.guillaume@env.ethz.ch * * This file is part of Nemo * * Nemo is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub...
[ "oliviercotto@hotmail.fr" ]
oliviercotto@hotmail.fr
e464f30254675fa0a2b6f8acde855669354a04b1
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_repos_function_1287_curl-7.41.0.cpp
d8498943ba653cd566b83dd63e96691ee9554313
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
353
cpp
static CURLcode https_connecting(struct connectdata *conn, bool *done) { CURLcode result; DEBUGASSERT((conn) && (conn->handler->flags & PROTOPT_SSL)); /* perform SSL initialization for this socket */ result = Curl_ssl_connect_nonblocking(conn, FIRSTSOCKET, done); if(result) connclose(conn, "Failed HTTPS ...
[ "993273596@qq.com" ]
993273596@qq.com
98e95dfb8a42672b542060e95b80e793e7de6c3b
5755a8620a88ce2415f4d564e9610cef2964d7e0
/Matrix Expo.cpp
723e62c732ebe0365f68a9db26419e5bed58d52d
[]
no_license
raihanruhin/Algo-DS-Template
e2f391287ddb828abbc418dc8fbb4b5cf95a0c7c
c1c91c1fbba6fb703bf2a55dedca8ac979422263
refs/heads/master
2021-01-13T08:12:50.724526
2019-10-29T16:54:18
2019-10-29T16:54:18
71,715,778
0
0
null
null
null
null
UTF-8
C++
false
false
1,580
cpp
Matrix Expo, O(d^3 lg(n)) mat base res struct matrix{ int row,col,cell[2][2]; //maximum cell size, increase row-col for constant }; matrix res, base, mat, ID, A, temp; matrix mult(matrix a,matrix b) { temp.row=a.row; temp.col=b.col; for(int i=0;i<a.row;i++) for(int j...
[ "raihanruhin@gmail.com" ]
raihanruhin@gmail.com
fb515dc0fa5ccee6cdd0332c3adce6a406d37579
eccb3c0942885cafc1f34a3ad361f70aa517752b
/readingthread.h
cbed03e3b1efec189323c25c4aa89aaca03e7778
[]
no_license
Megingjard/flashrunner
90cda21425248a641f44317b534e5a76f7932e31
bc56bccb24e2a63529bf568a36e175c66fdab70f
refs/heads/master
2016-09-10T18:01:49.107016
2011-11-25T15:01:53
2011-11-25T15:01:53
2,843,509
1
0
null
null
null
null
UTF-8
C++
false
false
201
h
#ifndef READINGTHREAD_H #define READINGTHREAD_H #include <QThread> #include "runnergui.h" class ReadingThread : public QThread { Q_OBJECT private: void run(); }; #endif // READINGTHREAD_H
[ "Megingjard@gmx.de" ]
Megingjard@gmx.de
2ac25e2eb8ae9690d1c8e642dd458f3582df18a1
27aaefa200a7a527a4250a7c0f94147e3b348579
/ModalLayer.xctemplate/___FILEBASENAME___.h
d88b15db18d40f823810811f829ca73fef6dc987
[]
no_license
kyataoka/cocos2d-xTemplateForXcode
34b545099c572552245ac514c1aa2086e63fbc90
9dc6f81f8bf4b54c13f1b8d9f8e9e839019a71ea
refs/heads/master
2021-01-10T07:57:01.805282
2017-12-25T07:26:15
2017-12-25T07:26:15
51,973,849
0
0
null
null
null
null
UTF-8
C++
false
false
720
h
// // ___FILENAME___ // ___PROJECTNAME___ // // Created by ___FULLUSERNAME___ on ___DATE___. //___COPYRIGHT___ // #ifndef ___FILEBASENAMEASIDENTIFIER____h #define ___FILEBASENAMEASIDENTIFIER____h #define WINSIZE Director::getInstance()->getWinSize() #define VISIBLESIZE Director::getInstance()->getVisibleSize() #de...
[ "kataokahiroki@kyata-mac.local" ]
kataokahiroki@kyata-mac.local
646ed22c5f0ac821600efa90419c792d15bbb483
9a3d1a478ca611c4586bee5af5329a502dee77ef
/game_data.hpp
6b4536800f00e8b9ef89cd5f3564a684495f9465
[]
no_license
gustafla/fedf
f8de17d31d39a9c6f51edc69e9984896e11391c8
0db9fd4ff3ba648deab193a7758ed2a0529ac2f6
refs/heads/master
2021-05-28T09:28:51.100912
2015-01-01T16:44:33
2015-01-01T16:44:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,781
hpp
// Copyright 2014, 2015 Lauri Gustafsson, Kalle Korhonen and Julius Heino /* This file is part of Fedora Fighters. Fedora Fighters is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
[ "luutifa@gmail.com" ]
luutifa@gmail.com
b148b4967ba6d6f42375aea37fcd80e19d1ac0d8
736590f0f8de74aa0b35add683b512c08744743f
/examples/window_data/window_data.cpp
dc103290c109352dbd3e26b1b688791a3931bd8e
[ "MIT" ]
permissive
sequoiar/aquila
6da3c91006fa5b6785b9620828d41fe2de32a339
7c90031e01cfe4b810b6b8e9b2055244aa67b995
refs/heads/master
2021-01-23T22:52:45.773844
2011-01-10T18:09:45
2011-01-10T18:09:45
1,490,005
1
0
null
null
null
null
UTF-8
C++
false
false
650
cpp
#include "aquila/transform/Window.h" #include <cstdlib> #include <iostream> int main(int argc, char *argv[]) { int length = 0; if (argc >= 3) { length = std::atoi(argv[2]); } if (0 == length) { length = 64; } Aquila::WindowType type = Aquila::WIN_HAMMING; if (argc >...
[ "antyqjon@gmail.com" ]
antyqjon@gmail.com
d76a0db8da22f737171c230710df522a27f44b27
73cad1611de4d2a97a6ff52e0e91ccfc3a34dab6
/kursach/Seller.h
225b831b83f5aac5f2016bc0da6868657b1f9009
[]
no_license
Adelina122/kursach
71b4d458d7b75402dc6985ee4114f31dd8c956b5
7be90a7f232b70bc00e4c57fd606c5981c416a4e
refs/heads/master
2023-07-06T15:17:16.437041
2021-06-07T15:36:24
2021-06-07T15:36:24
374,717,193
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
4,379
h
#pragma once #include "FlowersIterator.h" #include <vector> #include <iostream> #include <string> #include <map> #include <windows.h> #include <msclr\marshal_cppstd.h> using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using na...
[ "adavinnik@gmail.com" ]
adavinnik@gmail.com
09983ffd46e53020619fe876651c9f9709a4b531
38bb20de12b93e9c99a11f70270759e2253f9e50
/Project/Source/Sphere.inl
2162f5a3eebbed640921d2399036bcd1d3c201aa
[]
no_license
bullfrognz/Pool
c8eadf533791123b2e6cbe2aa221bb41e6ce23b1
9d2a5a2b0fa1ba3c6e6102d335c6f79e10a3e5b9
refs/heads/master
2020-04-06T03:51:46.140025
2014-05-24T03:30:06
2014-05-24T03:30:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
637
inl
// // Diploma of Interactive Gaming // Game Development Faculty // Media Design School // Auckland // New Zealand // // (c) 2011 Media Design School // // File Name : ------.inl // Description : -------------------------- // Author : Bryce Booth // Mail : bryce.booth@mediadesign.school.n...
[ "brycebooth@hotmail.com" ]
brycebooth@hotmail.com
16ba474a1a29abc162d058475af1ac72682de66f
0b38e6cf17902195963e78c171d67ddc88ddea5b
/20_ValidParentheses.cpp
8b87ea9eafbd729d59cb8aaf5b6e001b4151183f
[]
no_license
JiadongWANG94/LeetCode
6960be89a22343b9350ea1411c5b9847123ba758
6452fa929835ec5006da8cb2d572c37714487a3d
refs/heads/master
2020-04-14T13:10:33.218181
2019-05-17T06:57:03
2019-05-17T06:57:03
163,861,270
0
0
null
null
null
null
UTF-8
C++
false
false
1,221
cpp
class Solution { public: bool isValid(string s) { if (s.size()==0)return true; stack<char> sta; string::iterator c=s.begin(); while (c!=s.end()){ switch (*c){ case '{':{ sta.push('}'); break; } ...
[ "jiadong.wang.94@outlook.com" ]
jiadong.wang.94@outlook.com
b535a8ea9556e64dd42d7f0d9c343fcf3e88cfef
4b7cb6d635cd287ccf0aa13bd9bc0ebe7be81785
/catkin_ws/devel/include/gazebo_msgs/GetPhysicsPropertiesRequest.h
c838f3b452dda87fb4cf3bcdd5bcaa34ec7978c3
[]
no_license
Salvaol/TFG-Simulation
6a6c63e35169ecdc3a9468a007815943c17bbca5
0a07007b9aa40f9d175b69eefbd8718dbe55b07d
refs/heads/master
2020-04-22T23:09:28.597591
2019-02-14T18:57:47
2019-02-14T18:57:47
170,731,836
0
0
null
null
null
null
UTF-8
C++
false
false
5,414
h
// Generated by gencpp from file gazebo_msgs/GetPhysicsPropertiesRequest.msg // DO NOT EDIT! #ifndef GAZEBO_MSGS_MESSAGE_GETPHYSICSPROPERTIESREQUEST_H #define GAZEBO_MSGS_MESSAGE_GETPHYSICSPROPERTIESREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #...
[ "salvaollero.94@gmail.com" ]
salvaollero.94@gmail.com
db31d99e30dd931c420a904f63ac0a42567277ec
447260501e673d85654ff77371ef02806e64fbe9
/hdu/online_1/002.cpp
3848b9a8969394d251c571997bd66db101dc523c
[]
no_license
keroro520/ACM
2fe36bd70e48c63eef0f1db73fcd244dcc78795d
d538e96f46aebec8c58448f3d936ba81a1643ea3
refs/heads/master
2016-09-07T18:54:27.379026
2014-05-19T13:44:25
2014-05-19T13:44:25
18,795,719
3
2
null
null
null
null
UTF-8
C++
false
false
1,069
cpp
#include <stdio.h> int n; const char TMP_S[100] = "babbaa"; void solve(); int main() { int cases, Cas = 0, m; scanf("%d", &cases); while(cases--) { printf("Case #%d: ", ++Cas); scanf("%d%d", &m, &n); if(m == 1) { for(int i = 0 ; i < n; i++) printf("a"); puts(""); continue; } else if(m >= 3) { for...
[ "keroroxx520@gmail.com" ]
keroroxx520@gmail.com
54993140f4d5a082e16e312db5db0ecc5a85579f
d7cace9d0b4490ba59f1cad6618c76470638f722
/Core/AdBlock/Matcher.hpp
53ad1bbd223670e0fe797a4231e4cd8051538ab5
[ "MIT" ]
permissive
oneday1992/sielo-legacy
66a5195a183b7b14f50f8e7bd7e196cb00117d8f
faa5fc785271b49d26237a5e9985d6fa22565076
refs/heads/master
2020-07-22T13:22:12.467742
2019-08-30T08:09:27
2019-08-30T08:09:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,257
hpp
/*********************************************************************************** ** MIT License ** ** ** ** Copyright (c) 2018 Victor DENIS (victordenis01@gmail.com) ...
[ "admin@feldrise.com" ]
admin@feldrise.com
23e5e54841ca59379126113c4a1b9cc5d3bab5da
0d65d55ae64c2606332d61fa0c60b619f0659f20
/src/gui.hpp
f6c55d042eb24d9efaf3916b5e02282f4859ce3b
[]
no_license
MarcoPPino/ledWallMapper
3fee5bcde6a1d908991d0607a8471eb6063da3d2
d2085d46ec24dee32fc6ba8afcec43ade8758624
refs/heads/master
2022-04-25T01:39:43.770666
2020-04-22T16:28:52
2020-04-22T16:28:52
256,207,432
1
0
null
null
null
null
UTF-8
C++
false
false
352
hpp
#ifndef gui_hpp #define gui_hpp #include "ofxDatGui.h" #include "VideoClass.hpp" #include "RectTransform.hpp" #include <stdio.h> class GuiClass{ public: void setup(); void update(); void draw(); ofxDatGui* gui; ofxDatGuiButton* buttonOpen; void onButtonEvent(ofxDatGuiButtonEvent e);...
[ "hello@marcopisano.de" ]
hello@marcopisano.de
3c962fbc05bcaacaecf50a0de2c59283ee40ecde
f76c467deed8763ca47ff37fa25be249bd53ded3
/PAT/Basic/PAT1013.cpp
27034a0198d6dfeabe4d846f42b89397f78ba287
[]
no_license
FiveLemon/Code
3e0aa9944d81dec5951b6166e9e62122815e8994
27b1ca436cbd230a5a15c80cabd3451dd69f6c37
refs/heads/master
2021-10-09T01:41:37.304186
2018-12-20T03:15:23
2018-12-20T03:15:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,250
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; bool IsPrime(int data); int NthPrime(int no); int main() { int min_value, max_value; int number = 0; cin>>min_value>>max_value; int value = NthPrime(min_value); for(int i = min_value; i < max_value; i++) { while...
[ "qinchuanqing918@163.com" ]
qinchuanqing918@163.com
62aa428610dd7a12923b09c8b045a3edc9e74033
490d504afdbd8528bc54a2707a333753c215a4e9
/source/common/viowrapper/src/vio_wrapper_global.cpp
f72a58dbbfd2485c3e473a532bde61af3c35e756
[]
no_license
donjet/AI-EXPRESS
19e73cb81b0d1be654fc9ae8b60f1b64977ad35b
577383eeb0074f86b341ec3e9082a05996deb6c0
refs/heads/master
2023-03-20T22:51:14.440805
2020-09-17T14:18:52
2020-09-17T14:18:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,693
cpp
/** * Copyright (c) 2019 Horizon Robotics. All rights reserved. * @File: hb_vio_fb_wrapper.h * @Brief: declaration of the hb_vio_fb_wrapper * @Author: hangjun.yang * @Email: hangjun.yang@horizon.ai * @Date: 2020-05-25 14:18:28 * @Last Modified by: hangjun.yang * @Last Modified time: 2020-05-25 22:00:00 */ #in...
[ "qingpeng.liu@horizon.ai" ]
qingpeng.liu@horizon.ai
aecc0428af4a0db3fa7259a33c30db69318c7513
f096c945ffd9d960d1da6cf199de978f6df025d5
/foamlogdecoder.cpp
acd1e1333ff9ca1bd50c034b0acb088ace3bd853
[]
no_license
Netkidxp/OpenFOAMSolverUi
dca68da6fe2dbb187bd463f7006086ce64f6fcdd
9eb2bcb797f4ad3ef41dab253b5d2f7e78bb6668
refs/heads/master
2020-03-21T17:07:35.967851
2018-07-05T11:09:51
2018-07-05T11:09:51
138,814,657
2
0
null
null
null
null
UTF-8
C++
false
false
3,689
cpp
#include "foamlogdecoder.h" #include <QDebug> int FoamLogDecoder::findFoamData(const QList<FoamDataPoint> &data, double time, const QString &name) { int ir =-1; for(int i=0;i<data.size();i++) { FoamDataPoint p = data.at(i); if(p.getName()==name && p.getX()==time) ir = i; } ...
[ "netkidxp@126.com" ]
netkidxp@126.com
312312c057da67924574e6fa9a00ba09a46852f9
8b54cb8ce8626487ccb13c9ca5369a63e6ac25e4
/entitylist.h
81216dd4e248cdb4a8816a21e263e2d59588ae0a
[]
no_license
liam-mitchell/LittleEngine
e29b47bd4c986ece2296d2d9b29fecc1d4019f5c
ca61358f5d9ecee6fabd4afb44d055de26c486c3
refs/heads/master
2016-09-06T09:24:16.797560
2014-01-07T23:30:46
2014-01-07T23:30:46
15,607,444
2
0
null
null
null
null
UTF-8
C++
false
false
790
h
/* * entitylist.h * * Created on: 2013-07-17 * Author: Liam */ #ifndef ENTITYLIST_H_ #define ENTITYLIST_H_ #include "entity.h" typedef struct EntityNode { Entity *data; EntityNode *next; EntityNode *prev; } LL_EntityNode; typedef class EntityList { public: EntityList():m_head(NULL), m_tail(NULL), m_n...
[ "ldmitche@ucalgary.ca" ]
ldmitche@ucalgary.ca
ee7c292f7e904efdc01aff0604ebb6c70484a0e8
2d549ea3ce6156c98a082812b0eb257097b029a2
/SIMD/src/Ch.01/06_inc_dec.cpp
951740b87eb5f404bbd05d45e3c92454c7b72d1d
[]
no_license
xtozero/Study
da4bbe29f5b108d0b2285fe0e33b8173e1f9bbb1
61a9e34029e61fb652db2bf4ab4cd61405c56885
refs/heads/master
2023-07-14T02:13:39.507057
2023-06-25T09:03:48
2023-06-25T09:03:48
81,724,549
3
0
null
null
null
null
UTF-8
C++
false
false
353
cpp
#include <iostream> /*-------------- 증가 연산자 ++ inc reg inc mem 감소 연산자 -- dec reg dec mem --------------*/ int main( ) { int A = 1; int B = 3; __asm { pushad mov eax, A inc eax // eax++ mov A, eax dec B // B-- popad } std::cout << "INC Result : " << A << " / DEC Result : " << B << std::endl; ...
[ "xtozero@naver.com" ]
xtozero@naver.com
7af7ecbaebbd84aea810421906edc1639c317c3c
3d42bcf0fbfc8a8be120f3f84339915445891d8b
/43.cpp
d768c400eb2456f9888989f52733e37c59fa55e2
[]
no_license
Hope-y0909/practice
47820755e651735fa420586584baa3dd91fbce41
eb0c4f36c500d125b6e22c9767a815279eb6a371
refs/heads/main
2023-03-29T21:14:08.107777
2021-04-01T06:34:52
2021-04-01T06:34:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
370
cpp
#include<iostream> #include<string> #include<fstream> using namespace std; int main() { ifstream file; string ch; file.open("file.txt"); if (!file.is_open()) { cout << "打开文件失败" << endl; exit(EXIT_FAILURE); } file >> ch; while(!file.eof()) { getline(file,ch); cout ...
[ "954235255@qq.com" ]
954235255@qq.com
bd57d2bfe2c0d00cffa87f98cca3353ecc0b9605
5ab3101faea24cfb15d6bee604d8e549a5c8e98e
/hdiffpatch/src/main/jni/HDiff/private_diff/suffix_string.h
8e4dd72f7fee2dde2e41866b26b8768c70aee389
[ "Apache-2.0" ]
permissive
zhanpple/android-diffpatch
06673ada8bc4d47d39d1dc9b1ab264f7de612926
c2c121558a945e13d32e8d55461bcca1906e3b0c
refs/heads/master
2021-06-05T14:03:49.241542
2016-08-23T15:34:25
2016-08-23T15:34:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,393
h
//suffix_string.h //create by housisong //后缀字符串的一个实现. // /* Copyright (c) 2012-2014 HouSisong All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, includ...
[ "yanghui1986527@gmail.com" ]
yanghui1986527@gmail.com
ddab5a778165761d306e50868077e61db45d4cf0
7aa0f4e5d526ceb03d76a83b8606ee885e97261f
/components/favicon/core/history_ui_favicon_request_handler_impl.cc
3ca9cf3cfa868ae85f1b26790115e58290947ba8
[ "BSD-3-Clause" ]
permissive
lealmeng/chromium
f1d67673a92b3eded974a211e44d1513c70d9f4b
255dc69c7cd88954afbdc87dd78b0265f61be2f3
refs/heads/master
2023-03-06T13:47:23.738772
2019-07-09T01:26:27
2019-07-09T01:26:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,130
cc
// 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. #include "components/favicon/core/history_ui_favicon_request_handler_impl.h" #include <utility> #include "base/bind.h" #include "base/feature_list.h" #i...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
748c6d1b53239b845e3ae1179b3903a95d8731b9
e763b855be527d69fb2e824dfb693d09e59cdacb
/aws-cpp-sdk-ec2/source/model/CreateImageResponse.cpp
15259e1099e7f52a0f7725b441743fde1f97ecfc
[ "MIT", "Apache-2.0", "JSON" ]
permissive
34234344543255455465/aws-sdk-cpp
47de2d7bde504273a43c99188b544e497f743850
1d04ff6389a0ca24361523c58671ad0b2cde56f5
refs/heads/master
2023-06-10T16:15:54.618966
2018-05-07T23:32:08
2018-05-07T23:32:08
132,632,360
1
0
Apache-2.0
2023-06-01T23:20:47
2018-05-08T15:56:35
C++
UTF-8
C++
false
false
2,043
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...
[ "henso@amazon.com" ]
henso@amazon.com
130a7546e139490d34a48f76867cc5208c11c6d2
fd897e6c0f99648aa6aef2208a6242b397ce477b
/flutter/fml/memory/task_runner_checker.cc
2aa35b1ab8b80d91e678d64d709bafa115cd3e22
[]
no_license
xxrlzzz/flutter_thread_demo
a97cebd47016b967af2fb4e2fc156c2434f0f349
0fd32a442d3f3cb21b3c23ed80a47bed5b56a22b
refs/heads/master
2023-04-16T21:52:09.240181
2021-04-30T09:53:54
2021-04-30T09:53:54
363,094,799
0
0
null
null
null
null
UTF-8
C++
false
false
1,218
cc
// Copyright 2013 The Flutter 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 "flutter/fml/memory/task_runner_checker.h" namespace fml { TaskRunnerChecker::TaskRunnerChecker() : initialized_queue_id_(InitTaskQueueId())...
[ "bytedance@c02cp1n0ml7l.lan" ]
bytedance@c02cp1n0ml7l.lan
6ed5db790d190d20c9b895ee6a930d3a1881c2b5
7b05107d7d6fead477bc590d75af724155a3be92
/src/common/controllers/controller.hh
2f6b0c4da1298e0fab7652347a83816d1d093706
[]
no_license
eddiehoyle/opengl-examples
c0bc663d28475bde12739f0d3b935a935846ccc8
c043a076c265bda645d8ab4d484da2940f84f435
refs/heads/master
2021-09-07T01:41:30.426246
2018-02-15T08:56:57
2018-02-15T08:56:57
108,020,352
0
0
null
null
null
null
UTF-8
C++
false
false
488
hh
// // Created by Eddie Hoyle on 20/11/17. // #ifndef OPENGL_EXAMPLES_CONTROLLER_HH #define OPENGL_EXAMPLES_CONTROLLER_HH #include "../scene/scene.hh" namespace common { // Forward decl class InputCommand; class AbstractController { public: virtual void update( double elapsed ) = 0; AbstractSceneObject *o...
[ "eddiepie@gmail.com" ]
eddiepie@gmail.com
306c04a1b37b2f2f65e66a14d1c2a6c2ef0c4875
58f0f4c254237b00022142f3e0342cd56a6e333e
/src/modules/file-formats/JPEG/JPEGFormat.h
d1ddb454c0bc656170e41c8e365717596b62e4a5
[ "LicenseRef-scancode-other-permissive" ]
permissive
cameronleger/PCL
fc7948e5a02a72c67c4b3798619d5d2b4a886add
a231a00ba8ca4a02bac6f19b6d7beae6cfe70728
refs/heads/master
2021-09-23T14:40:28.291908
2017-10-16T10:27:14
2017-10-16T10:27:14
109,534,105
1
0
null
2017-11-04T22:12:45
2017-11-04T22:12:44
null
UTF-8
C++
false
false
4,727
h
// ____ ______ __ // / __ \ / ____// / // / /_/ // / / / // / ____// /___ / /___ PixInsight Class Library // /_/ \____//_____/ PCL 02.01.07.0873 // ---------------------------------------------------------------------------- // Standard JPEG File Format Module Version 01.00.04.0346 // -----------...
[ "juan.conejero@pixinsight.com" ]
juan.conejero@pixinsight.com
31138f2eefc71a41a9b4b6de88afb0fcf0b605ca
05d8835762d447a7bdb72f68d104594ee3b9d792
/books/practical-c-programming-3e/pracc/loop/makefile.tcc
2001dc8647500e02a2dcfa78e6afe237ae62ef52
[]
no_license
nipra/see
f347717349e3ec3e2b0e45d52ae1e9eeb252aa9c
d1f63bda60062e490839fed5619ad021a716bd27
refs/heads/master
2020-04-27T00:12:34.936614
2013-12-31T14:51:12
2013-12-31T14:51:12
10,844,902
4
2
null
null
null
null
UTF-8
C++
false
false
264
tcc
#-----------------------------------------------# # Makefile for dos systems # # using a Turbo C compiler # #-----------------------------------------------# CC=tcc CFLAGS=-v -w -ml loop.exe: loop.c $(CC) $(CFLAGS) -eloop.exe loop.c clean: del loop.exe
[ "nprabhak@nprabhak-mn.local" ]
nprabhak@nprabhak-mn.local
5720bd26c2a3cd9d7845231790982cbc943cad1d
2f0432fc5a2bb2f4d51bf11290b9837b33316c4f
/src/arithmetic/ir_visitor_with_analyzer.h
71eea50e4c726f7505d6b358fe815b1d645493f3
[ "Apache-2.0" ]
permissive
HubBucket-Team/tvm
09f19d01a32668ceb37fff8086d8b2b3dee032fe
fc2713e5a501441875470e2976dd83d82eaadcbe
refs/heads/master
2020-08-09T20:01:42.477854
2019-10-10T00:47:04
2019-10-10T00:47:04
214,162,732
1
1
Apache-2.0
2019-10-10T11:17:25
2019-10-10T11:17:22
null
UTF-8
C++
false
false
2,279
h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "tqchen@users.noreply.github.com" ]
tqchen@users.noreply.github.com
b3597eada1afe59026f22329f00a3c0db5b020e1
d07ea45556e743ddf65d31c1788e22ef28bd8d69
/divisible1.cpp
e30988051aaaa3d17bb178745773cfb0983793f6
[]
no_license
shamnsingh/divisible
23e00ed1f32c6d719c3d0750dd417e6821759108
8f96eddb6f9464eae327deba5d471a05441f95ed
refs/heads/master
2020-06-03T01:25:08.495386
2013-07-12T04:59:18
2013-07-12T04:59:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
#include<iostream> #include<fstream> using namespace std; int rem = 0; bool start = true; bool is_divisible(char i) { // cout << rem << '\t' << i << '\t' << start << endl; if (start) { rem = i - '0'; start = false; return !rem; } else { bool result; switch (rem) { case 0: result = !(i - '0'); ...
[ "gurshamnjotsingh@gmail.com" ]
gurshamnjotsingh@gmail.com
45e1d59359a752124da402a319793025a4d7b0f6
7e96610cc01da9082e6c00c2f8304da78fee5af0
/src/server/game/AI/CoreAI/CombatAI.cpp
799fbc2d88a02acdc7816854869a10b8060a97c2
[]
no_license
ralphhorizon/bfacore-1
f945d24bafcb84f12d875c17aa8e948bddcb46ed
8085d551669a164aa7fbade55081058451cb8024
refs/heads/master
2023-01-06T23:21:35.959674
2020-10-24T20:17:16
2020-10-24T20:17:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,077
cpp
/* * Copyright (C) 2020 BfaCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distribute...
[ "zemetskia@gmail.com" ]
zemetskia@gmail.com
d68ce2087b4d027517e973da7372d8f0f65d6b6d
cb464a9e0eaca08fd9ae0898b7f9f16ebf1bd3c9
/Option Pricing C++/Option Pricing/Lattice.h
ffebdd5a29930a1c786d32e63a7e8a1e068a5114
[]
no_license
xybhust/Derivatives-Course
34455f0040bfdb5bc29a98960b69f734693e8e8b
c1e670859fafaa69ecaf911a6ae19aeb406b036b
refs/heads/master
2020-12-31T03:41:15.620216
2016-03-05T03:39:00
2016-03-05T03:39:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,697
h
#ifndef LATTICE_H #define LATTICE_H #include <vector> #include <tuple> #include <string> #include <iostream> using namespace std; /* ============================================================================= This is a template class for non-path-dependent option pricing. NumberNodes = 2 represents b...
[ "xybhust@gmail.com" ]
xybhust@gmail.com
ca7bc6184025e29cdcb51e07e2157f26664efc0b
fa9b071fff72371149471851f490a0c6114f8db2
/render_pipeline/rpcore/native/tag_state_manager.h
46a4d095db5c8623305142bae5573d34787f30a0
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
chic-yukim/render_pipeline_cpp
7b94d655918035575d84b58c57dccc53718cf5d9
b6f29c4b5d51734658009405d217bf846f10c8af
refs/heads/master
2020-03-19T19:34:44.062443
2019-03-14T02:22:07
2019-03-14T02:22:07
136,863,921
1
0
null
2018-06-11T02:21:06
2018-06-11T02:21:06
null
UTF-8
C++
false
false
3,748
h
/** * * RenderPipeline * * Copyright (c) 2014-2016 tobspr <tobias.springer1@gmail.com> * Copyright (c) 2018 Center of Human-centered Interaction for Coexistence * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software")...
[ "bluekyu.dev@gmail.com" ]
bluekyu.dev@gmail.com
077c32fe4534ad3d009ec43a6c11c4880e65e6fe
90905088bb61589996efe6a2843f4dc239bfd74b
/NodeAVL.hh
2dab18c76b962a59b4e6d7a303d7e3e0abe783d7
[]
no_license
mkinas888/AVL-Tree
32859bc1396a74eb3b55c7377814ee1042463034
1c4b5e5699710c19b620e760cac6aa43ee02483b
refs/heads/master
2021-01-24T09:26:17.943925
2018-05-11T21:43:00
2018-05-11T21:43:00
123,013,848
0
0
null
null
null
null
UTF-8
C++
false
false
592
hh
#ifndef NODEAVL_HH #define NODEAVL_HH #include <iostream> class NodeAVL { public: NodeAVL *parent; //pointer to parent of node NodeAVL *leftSibling, *rightSibling; //pointers to node's siblings int bf; //balance factor of node float value; ...
[ "mkinas888@gmail.com" ]
mkinas888@gmail.com
391ad91282f65b160cd24bda272e3ce9e1c9df0f
6e22d7679ebeb092232de6052ced81c7d8ab97a6
/ITemplate/TemplateAndInheritOne/main.cpp
464bc207bddb777e2fea127dc50232ad2444539d
[]
no_license
chengguixing/iArt
e3de63161bd91a18522612d6320453431824061d
c2d60e36f2f2a6a04b2188f20e7264cfc5d05dc4
refs/heads/master
2021-01-02T09:27:11.010862
2014-06-28T12:34:56
2014-06-28T12:34:56
22,207,953
4
5
null
null
null
null
UTF-8
C++
false
false
1,886
cpp
#include <stdio.h> #include <stdlib.h> #include <typeinfo> class DefaultPolicy1{}; class DefaultPolicy2{}; class DefaultPolicy3{}; class DefaultPolicy4{}; class DefaultPolicies { public: typedef DefaultPolicy1 P1; typedef DefaultPolicy2 P2; typedef DefaultPolicy3 P3; typedef DefaultPolicy4 P4; }; class DefaultP...
[ "izhuxin@gmail.com" ]
izhuxin@gmail.com
3a1b4d9549c577bfc59c30f28adf0a1e7d8210d8
05ac3574f57c55a120ca6459fca6cb9048cdd2d9
/Engine/H/Input/Input.h
b6ea42390668b4ed512e90bfe175cc96f9120804
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
yurembo/EsenthelEngine
90a3b279ebfbdb181275d08015eedbfc3c2c758b
5676662de36f6e2d1371ca4dd674fef5cb81fae1
refs/heads/master
2023-03-18T13:56:51.708952
2021-03-10T15:54:04
2021-03-10T15:54:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,149
h
/****************************************************************************** Use 'Accelerometer' to access Accelerometer input. Use 'Gyroscope' to access Gyroscope input. Use 'Magnetometer' to access Magnetometer input. Use 'Location*' functions to access device world location. Use 'Input...
[ "esenthel@hotmail.com" ]
esenthel@hotmail.com