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
43b138339d77d8c419065df5f46b811430c9a240
0c7d7b24a8d453fc1a9c2f27a08f3c4cfa46ec3b
/recipes/local_prior_match/src/runtime/Eval.cpp
8fc6f9b13cff3dce00803d06e0de22890f2b3051
[ "BSD-3-Clause", "MIT" ]
permissive
piEYj/wav2letter
e6ae462eeeb6a4374f8280c8fa15d8f194c60215
49fbb1392e69b5194c077df9847505ec995b4e3d
refs/heads/main
2023-09-06T01:08:48.837731
2021-11-12T14:13:41
2021-11-12T14:15:15
444,344,109
1
0
NOASSERTION
2022-01-04T08:37:19
2022-01-04T08:37:19
null
UTF-8
C++
false
false
2,250
cpp
/** * Copyright (c) Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ #include "recipes/models/local_prior_match/src/runtime/Eval.h" #include <gflags/gflags.h> #include ...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
4375a98895bb1f01a698108b8fc590d4691fa1f0
3ba35e8ee4c0dc820a391b7563794da345b975ce
/CSC8503/CSC8503Common/testgolfpacketreceiver.h
8b22b11edfa2e7f6da73bbdbd5e16b90399367b6
[]
no_license
Carl619/TechDemo
6560d255b51f8171539f7f5233eefdfcfae4528f
49f99764d6757632059885747cadd3195b847543
refs/heads/master
2020-07-30T05:04:10.409698
2019-09-22T05:34:45
2019-09-22T05:34:45
210,095,597
0
1
null
null
null
null
UTF-8
C++
false
false
555
h
#pragma once #include "../CSC8503Common/GameServer.h" #include "../CSC8503Common/GameClient.h" #include <string> #include <iostream> using namespace std; namespace NCL { namespace CSC8503 { class GolfGame; class TestGolfPacketReceiver : public PacketReceiver { public: TestGolfPacketReceiver(string name, Go...
[ "carlos.disgaea@gmail.com" ]
carlos.disgaea@gmail.com
0bd104c2356d94b2c49d3e1217a77222e323d2c6
998843b29fea9c56253b17717cfee1bb3e47e0c0
/S2_P4/main.cpp
84e24f39ed0931f659308d761b44fa2afb42e1fa
[]
no_license
mosobhyy/FCI-Assignments
7e667309ce2287380ebf0e0d48c57d4c7991125d
804c5071183cc46a6ed655d8c8ce7bbce55a1dc0
refs/heads/master
2023-02-28T11:58:58.559490
2021-01-28T02:17:33
2021-01-28T02:17:33
329,753,559
0
0
null
null
null
null
UTF-8
C++
false
false
567
cpp
#include <iostream> using namespace std; #include "Student.h" #include "SingleList.h" int main() { Student s1("Mohamed", 40, 3.1); Student s2("Ali", 20, 3.2); Student s3("Mahmoud", 10, 3.2); Student s4("Mohamed", 30, 3.1); Student s5("Ali", 50, 3.2); Student s6("Ali", 60, 3.2); SingleList l...
[ "mosobhyy74@gmail.com" ]
mosobhyy74@gmail.com
67b34c829cd4603f49aeea07cc0fb9749020ee08
e543e331fcef35f7d4496dfc5f108eb56fe253a1
/main.cpp
c9ab4b3737c321618e1f83144db41d944b2b65de
[]
no_license
D3REKZHANG/cpp-platformer
5aec43e16d0ffaf267267ae5c9261e56a5fcb0c6
7e10f34914ade60389db4987db8a99df885036a5
refs/heads/master
2023-05-23T13:36:15.717691
2021-06-13T02:06:02
2021-06-13T02:06:02
365,874,000
0
0
null
null
null
null
UTF-8
C++
false
false
718
cpp
#include "include/raylib.h" #include "include/statemanager.h" #include "include/menu.h" int main(){ const int screenWidth = 800; const int screenHeight = 500; InitWindow(screenWidth, screenHeight, "window"); SetTargetFPS(60); StateManager stateManager; stateManager.pushState(Menu::instance...
[ "derek.zhang0210@gmail.com" ]
derek.zhang0210@gmail.com
99c749e994ad89f1a521b3b7b2c00dcbcc522162
b134b300ab4c144ce241d79a3f003f0f400e573d
/c++primer/7/Screen.h
f0a395698e8f3249a98a431cebac957fd1b04fc3
[]
no_license
MaureenChan/homework
06d8fe828ea3c6698fce75810cb3e307099aa937
e65b594985c51ad074843061d962264778d3d685
refs/heads/master
2020-04-28T11:02:33.694457
2015-11-12T13:01:57
2015-11-12T13:01:57
25,157,445
0
0
null
null
null
null
UTF-8
C++
false
false
1,288
h
#include <string> #include <iostream> class Screen { public : // friend friend class Window_mgr; typedef std::string::sizetype pos; // constructors Screen() = default; Screen(pos ht, pos wd, char c) : height(ht), width(wd), contents(ht * wd, c) {} ...
[ "maureencqm@gmail.com" ]
maureencqm@gmail.com
24fa9d461f48801b32adbc5e74f4c76ae63b7599
317d29548a782750ed325ca4d4e61bc755e7dc24
/hw_q4/aleae_main.cc
42ed1ae186131ab74ac9b90a0694d41cea759478
[]
no_license
chen4393/5393hw
633162e4c0143730fbc3b7671495a4bcff89d040
d2d840e6798a64598a87fb23b947cc9965a67e66
refs/heads/master
2021-01-20T14:07:57.258031
2017-02-23T19:21:40
2017-02-23T19:21:40
82,741,142
0
0
null
null
null
null
UTF-8
C++
false
false
7,286
cc
// ---------------------------------------------------------------------------------------------------------------- // file | aleae_main.cc // procedure(s) | main // project | Probabilistic Analysis of Chemical Reactions (Bio Ludo Aleae) // author(s) | Marc Riedel // affiliation(s) | Electrical ...
[ "Chaoran Chen" ]
Chaoran Chen
dcf761a9af4f11f76e0b2a4db0fd8bbc7be4bfb8
3438e8c139a5833836a91140af412311aebf9e86
/chrome/browser/android/offline_pages/downloads/offline_page_infobar_delegate.h
aaa1980bde31628bce739fce0cb533ad70c44166
[ "BSD-3-Clause" ]
permissive
Exstream-OpenSource/Chromium
345b4336b2fbc1d5609ac5a67dbf361812b84f54
718ca933938a85c6d5548c5fad97ea7ca1128751
refs/heads/master
2022-12-21T20:07:40.786370
2016-10-18T04:53:43
2016-10-18T04:53:43
71,210,435
0
2
BSD-3-Clause
2022-12-18T12:14:22
2016-10-18T04:58:13
null
UTF-8
C++
false
false
2,784
h
// Copyright 2016 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_ANDROID_OFFLINE_PAGES_DOWNLOADS_OFFLINE_PAGE_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_DOWNLOADS_OFFLINE_PAG...
[ "support@opentext.com" ]
support@opentext.com
b4f4a22c6d84d5ea25923f382b5a67e3cabfe69d
c992c2bf75e4077dae5e21dcd18fa22a5a50fef1
/2_1_Blinky_LED/main.cpp
d75524dbd1cfbc591d525a2f0414a4194b9252a9
[]
no_license
boedy8664/mbed02
63553df9ee205430ee98d194a2b4953c12b1316a
cdd2a597218023bc3f913211ab7a9720b513caf4
refs/heads/master
2023-03-12T08:54:08.121261
2021-03-01T17:58:05
2021-03-01T17:58:05
343,487,461
0
0
null
null
null
null
UTF-8
C++
false
false
531
cpp
#include "mbed.h" DigitalOut myled(LED1); int main() { //check that myled object is initialized and connected to a pin if (myled.is_connected()) { printf("myled is initialized and connected!\n\r"); } //Blink LED while (1) { myled = 1; //set LED1 pin to High printf("myled =...
[ "boedy8664@gmail.com" ]
boedy8664@gmail.com
4be53b44e67239279579f57c0bb399595d9c5d90
884d8fd8d4e2bc5a71852de7131a7a6476bf9c48
/grid-test/export/macos/obj/include/openfl/display/BitmapData.h
23393719ac3f23fb05e530798a60fbbca8960d6d
[ "Apache-2.0" ]
permissive
VehpuS/learning-haxe-and-haxeflixel
69655276f504748347decfea66b91a117a722f6c
cb18c074720656797beed7333eeaced2cf323337
refs/heads/main
2023-02-16T07:45:59.795832
2021-01-07T03:01:46
2021-01-07T03:01:46
324,458,421
0
0
null
null
null
null
UTF-8
C++
false
true
14,444
h
// Generated by Haxe 4.1.4 #ifndef INCLUDED_openfl_display_BitmapData #define INCLUDED_openfl_display_BitmapData #ifndef HXCPP_H #include <hxcpp.h> #endif #ifndef INCLUDED_openfl_display_IBitmapDrawable #include <openfl/display/IBitmapDrawable.h> #endif HX_DECLARE_CLASS2(haxe,io,Bytes) HX_DECLARE_CLASS2(lime,app,Futu...
[ "vehpus@gmail.com" ]
vehpus@gmail.com
d552ab9e04175d361123a5cce477b904cd0d2520
1c827411c5012d854a92e3f9208626376a25a042
/App.cpp
1ccc0c6681df5916e488c564f23314f4db10cddb
[]
no_license
vinvin4/Restaurant
979bffaa8ae932969dcc6984d2f247b93c871afd
d5eb9958cc28fae9e6aebca960cee05ac8c3124c
refs/heads/master
2020-07-08T10:52:41.891907
2019-08-21T19:26:07
2019-08-21T19:26:07
203,649,977
0
0
null
null
null
null
UTF-8
C++
false
false
221
cpp
#include "Restaurant.h" #include "Collection.h" #include <windows.system.h> int main() { Restaurant* rest = new Restaurant("Ri", 250); //Create the restaurant rest->lifecycle();//Start the endless cycle return 0; }
[ "batkovich.vano@mail.ru" ]
batkovich.vano@mail.ru
e9bf1ec6eeda3bfcb8e4f269192316b07f1191c7
e2e50f1f46d7d307d616e81f9ca0feef6e1dd155
/train-dialog.cpp
38b1408732af7c3d03bc2c623986e2857b451405
[]
no_license
vdmkrchkn/cv_ml-classifiers
c0b37e62108ad02b4c2dc612c478c6f16be4ac32
2c26315b55543b0eca5b05064fa487f34425a6ef
refs/heads/master
2021-01-10T02:11:13.118090
2015-05-21T12:27:38
2015-05-21T12:27:38
36,011,744
0
0
null
null
null
null
UTF-8
C++
false
false
143
cpp
#include "train-dialog.h" #include "ui_train-dialog.h" TrainDialog::TrainDialog(QWidget *parent) : QDialog(parent) { setupUi(this); }
[ "vdmkrchkn@gmail.com" ]
vdmkrchkn@gmail.com
e0c59b08e60607d34b355824fe0ed2b6b18c7352
b907b0036bd032dee180cc321424a2d35d83e761
/GUIToolKit/src/Panel.h
ea574f19535f43d48eb173227d8b7e0405831f86
[]
no_license
15831944/garage
9a495c8061b159036c13a1e06f2830257a2242d5
4745e5c88107b7051756f41fea47ff85e8754dbf
refs/heads/master
2021-12-10T20:39:28.283284
2016-09-19T14:30:19
2016-09-19T14:30:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
883
h
#pragma once #include "Wnd.h" /**************************************************************************************** * * * */ class CPanel : public TWnd<CPanel> { protected: virtual LPCTSTR ClassName( void ) const { return(_T("Panel")); } virtual DWORD WindowStyle( void ) const { return(WS_CHILD | WS_VISIB...
[ "steppingbird@yahoo.co.jp" ]
steppingbird@yahoo.co.jp
d8481a5d56be4c09f5d3d237c407e9437f158228
86609148aee683f1a2f92f9ab5c073b4c29380e4
/utils/dnp3_src/cpp/libs/src/opendnp3/master/UserPollTask.h
39f956dd54a5463e47bf7c3c3018a14b5016e217
[ "Apache-2.0" ]
permissive
thiagoralves/OpenPLC_v3
16ba73585ab6b4aff7fb3e0f6388cf31f7aa2fce
cf139121bc15cb960a8fad62c02f34532b36a7c7
refs/heads/master
2023-08-07T06:55:19.533734
2023-07-19T15:33:35
2023-07-19T15:33:35
137,387,519
817
370
null
2023-09-14T03:09:01
2018-06-14T17:15:49
C++
UTF-8
C++
false
false
2,430
h
/* * Licensed to Green Energy Corp (www.greenenergycorp.com) under one or * more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Green Energy Corp licenses this file to you under the Apache License, * Version 2.0 (the "Lic...
[ "thiagoralves@gmail.com" ]
thiagoralves@gmail.com
25c572f56162de8d4020a175db62a94a8abe4910
79623a46e529a9657cbf2010acfa5223d5c695d0
/media/codec2/sfplugin/CCodecBuffers.cpp
26c702ddc011780a13e0fc52e7ea5165231bbe40
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
DirtyUnicorns/android_frameworks_av
ed1909e413837fc6edfb2d6a2fca33c191022614
93c77385be564983ce7d98f5d0f8af9f4f904127
refs/heads/q10x
2021-05-22T04:15:19.779354
2020-05-30T01:35:06
2020-09-10T17:05:59
27,628,736
2
173
NOASSERTION
2019-11-04T18:41:56
2014-12-06T09:03:30
C++
UTF-8
C++
false
false
34,615
cpp
/* * Copyright 2019, The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "wonsik@google.com" ]
wonsik@google.com
e40b77cbd9e5207278ce4740470411f0af2688ab
fc0ae3a4e0f01c30db8e08ec97c8444b9a07c4a5
/ENCODER_ROTATIVO/ENCODER_ROTATIVO.ino
0439bd5352f76da7ea9b270bfe72f8c7a2ffeee9
[]
no_license
Msvargas97/ArduinoCodes
b73c7adfff040236b89e32ca222179502d9bcb29
313b6812729eee02b830fc795bc19172ee406add
refs/heads/master
2021-01-12T04:40:55.178697
2017-01-05T19:38:17
2017-01-05T19:38:17
77,701,454
0
0
null
null
null
null
UTF-8
C++
false
false
378
ino
char A=8,B=6,SW=12; void setup() { // put your setup code here, to run once: pinMode(9,OUTPUT); pinMode(A,INPUT); pinMode(B,INPUT); pinMode(SW,INPUT); Serial.begin(9600); while(!Serial); } void loop() { // put your main code here, to run repeatedly: Serial.print(digitalRead(A)); Serial.print('\t'+(String)digitalR...
[ "mikeandroid97@gmail.com" ]
mikeandroid97@gmail.com
4646e41809d93ce398b39d2a3f9b9db2ade7f842
90d253b075c47054ab1d6bf6206f37e810330068
/CSES/Graph_Algorithms/labyrinth.cpp
998cdeeb55cbcf47685736ac52b722952c5a98d7
[ "MIT" ]
permissive
eyangch/competitive-programming
45684aa804cbcde1999010332627228ac1ac4ef8
de9bb192c604a3dfbdd4c2757e478e7265516c9c
refs/heads/master
2023-07-10T08:59:25.674500
2023-06-25T09:30:43
2023-06-25T09:30:43
178,763,969
22
8
null
null
null
null
UTF-8
C++
false
false
2,621
cpp
#include <bits/stdc++.h> using namespace std; struct s{ int x; int y; int d; }; int dx[] = {-1, 1, 0, 0}; int dy[] = {0, 0, -1, 1}; char t[] = {'D', 'U', 'R', 'L'}; int N, M; char b[1005][1005]; int dist[1000][1000]; void print(int x){ int dv = 1000000; while(true){ if(x/dv > 0) break; ...
[ "eyangch@gmail.com" ]
eyangch@gmail.com
a7b8e6b59a1b7e490ab009368c97580698560a57
9d1d93f1165dc25d90b7bef17d03b1dbd642bb49
/Chapter 10/work10_8.h
5e038d0cfbf2375045f680bdf1bcb321eb6283fd
[]
no_license
LiangXuanhan/C-
d7f99a134f398494f727a0b002c60897c0ca7f79
a114d0df6ab6738648bb72923cb63a9d0b115aae
refs/heads/master
2021-10-09T08:59:52.558490
2018-12-25T04:22:45
2018-12-25T04:22:45
113,460,269
0
0
null
null
null
null
UTF-8
C++
false
false
350
h
#pragma once #ifndef WORK10_8_H #define WORK10_8_H #include<iostream> typedef unsigned long listtype; class List { private: enum {NUM = 100}; listtype list[NUM]; int top; public: List(); ~List(); void listpush(listtype obj); bool isempty()const; bool isfull()const; void listset(listtype obj, int location); void show...
[ "liangxuanhan@126.com" ]
liangxuanhan@126.com
26f0f95e886db32a33ad36d50f966d95ac00ffc9
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/mdk/MaxPlugin2008/RMaxMaterial.cpp
48fdfc3b5b57942a8dbc1242ffef052032ce7d90
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
28,532
cpp
#include "stdafx.h" #include "MMath.h" #include "max.h" #include "stdmat.h" #include "RMaxMaterial.h" #include "RMaterial.h" #include "RToken.h" #include "MFileSystem.h" #include "ConvertTexture.h" #include "RTTGroup/IRTTGroup.h" #include "MCPlug3.h" RMaxMaterial::RMaxMaterial(void) : m_bUsed(f...
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
a9eca214c0050310035a44ebd60b88e3893ef582
6465977d6e1b70b8adc631ff49c09d1e3eb7d728
/TMOP/IsPalindrome2.cpp
628ae6066b21ee06479ffd1de8e0a2d40b0b95bd
[]
no_license
Carter-Pro/The-Way-of-Algorithms
ea1205964562dbea970a615efb87fea662368373
ad7b0f4e025d8ca003f66597d93a91baaf0b91d5
refs/heads/master
2021-01-21T04:35:35.498427
2016-07-08T06:01:52
2016-07-08T06:01:52
52,960,663
0
0
null
null
null
null
UTF-8
C++
false
false
698
cpp
#include <iostream> #include <string> using namespace std; bool isPalindrome(string &str) { if (str.empty()) { return true; } int size = (int)str.size(); int m = ((size >> 1) -1) >= 0 ? (size >> 1) - 1 : 0; auto start = str.begin() + m; auto end = str.end() - m - 1; while...
[ "18686883412@163.com" ]
18686883412@163.com
e1a784477579dbc682541e72770a9493cde3f975
a2b18947cd78591e8d4d8a5deb0946c3f9b35f8d
/src/pow.cpp
ae104c238b37461826013278445d920aba37452b
[ "MIT" ]
permissive
oldtvcf/BTSCOIN
efe75f3434970a008adbb34b71458a854eef7a6b
3129a40cbcca80ac456cc93533fd1bb2826a9074
refs/heads/master
2022-03-13T11:29:22.464157
2019-10-16T02:03:29
2019-10-16T02:03:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,749
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "pow.h" #include "chain.h...
[ "manocoin@yandex.com" ]
manocoin@yandex.com
3e1659d36956a2c39a61552075bd623db8b0dbe9
a5a7c59b04a1a64fe34653c7970c3cf173f9c1df
/externals/numeric_bindings/boost/numeric/bindings/blas/level2/gerc.hpp
c32f1cdf0c92c20fd36d6088a28b7cb236374345
[ "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
siconos/siconos
a7afdba41a2bc1192ad8dcd93ac7266fa281f4cf
82a8d1338bfc1be0d36b5e8a9f40c1ad5384a641
refs/heads/master
2023-08-21T22:22:55.625941
2023-07-17T13:07:32
2023-07-17T13:07:32
37,709,357
166
33
Apache-2.0
2023-07-17T12:31:16
2015-06-19T07:55:53
C
UTF-8
C++
false
false
8,178
hpp
// // Copyright (c) 2002--2010 // Toon Knapen, Karl Meerbergen, Kresimir Fresl, // Thomas Klimpel and Rutger ter Borg // // 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) // // THIS FILE IS AUTOMATICALLY GENERATED ...
[ "franck.perignon@imag.fr" ]
franck.perignon@imag.fr
db493f65452af112f5bd91baedb08611578a1a99
c18922c25f4c840a48cc6bfda113b5285c04a691
/src/ESP8266/WiFiManager.cpp
148f840a370e1b4515def0990978735e8b9d9292
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lucas-bremond/esp-8266
4d4d9d9069aae074cd1c253602a20d9b941cafc9
d66d56c45ec2fdfe9086ee87a4ac1d2eee67cbb0
refs/heads/master
2020-06-19T14:59:14.620912
2019-07-13T20:00:10
2019-07-13T20:00:10
196,753,761
0
0
null
null
null
null
UTF-8
C++
false
false
6,492
cpp
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// /// This file is part of the ESP 8266 project. /// ////////////////////////////////////////////////////////////////////////////////////////////////////////...
[ "lucas.bremond@gmail.com" ]
lucas.bremond@gmail.com
90d1b4429b47cd5e326962c2f160016147f9c374
a88a12c66506697e14cf902d2720a84f181af596
/gui/src/settings_dialog.cpp
57d9b4abf1ef96f043fffdea0e143ee2a92a0c33
[]
no_license
boa85/QNetworkCalculator
af82ec2f430821a07385b7738f87644ecf9ea46b
995d984895c1e4d5b0ac898a2e7761e8b02d26a5
refs/heads/master
2020-06-23T15:47:25.174029
2017-07-19T05:50:12
2017-07-19T05:50:12
96,904,895
0
0
null
null
null
null
UTF-8
C++
false
false
5,095
cpp
// // Created by boa on 15.07.17. // #include "../include/settings_dialog.h" namespace calculator { namespace gui { SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent) { readSettings();//read previous session settings (state) createUi();//create user items ...
[ "boa@promobit.ru" ]
boa@promobit.ru
a124ed0829deb7662ebd02b7696a8d6c4c4fe53c
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/CodeJamData/11/02/1.cpp
59b504ef38bab2ba8ab732bc6553103809f60e0f
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C++
false
false
1,215
cpp
#include <vector> #include <iostream> #include <algorithm> using namespace std; int main() { int re, n; cin >> re; for (int ri = 1; ri <= re; ++ri) { cin >> n; vector<string> c(n); for (int i = 0; i < n; ++i) { cin >> c[i]; } cin >> n; vector<string> d(n); for (int i = 0; i < n; ++i) { cin >> ...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
fe6fbdf5f42000423db372e985d4197d27731593
5f4296737505c7862f90e9bb4d75118ac8144f26
/market_src/market_units.cc
f292a84a767825905ebaf5b87bbd105712fa0233
[]
no_license
deanpfoster/baby-lakos
e562a45378356fc87b57aca2ff3cc6477129105f
9fcc9ae40b4e782be0cdde995711a748fd28663d
refs/heads/master
2020-03-18T00:23:00.903950
2009-01-12T15:19:43
2009-01-12T15:19:43
134,090,929
0
0
null
null
null
null
UTF-8
C++
false
false
240
cc
// $Id: market_units.cc 216 2000-03-03 23:00:45Z foster $-*- c++ -*- #include "market_units.h" std::string Market_units::dim_name(int d) const { if(d == 0) return "dollars"; if(d == 1) return "shares"; return "not used"; }
[ "dean@foster.net" ]
dean@foster.net
7132ee762fcbe04fdca680ec88c41d728742ff77
6653d52fa13ade5b240bc65401a97b45e80881ce
/IDE/Contents/Source/PolycodeProjectManager.cpp
cb79d9a9506a7ac261b2963512c2973a5357b2ff
[ "MIT" ]
permissive
bope/Polycode
1c0d5619bf9e68af39c887ce437e07ca7dde313f
03aafbc12b8ddc03226e0945c167827a3de5c373
refs/heads/master
2021-01-16T00:46:39.623509
2013-03-17T18:14:31
2013-03-17T18:14:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,965
cpp
/* Copyright (C) 2012 by Ivan Safrin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distri...
[ "ivansafrin@gmail.com" ]
ivansafrin@gmail.com
d7efd69690f9e569299ce750d50533af45708224
3bb4eca706afa9f4f2920ae0cd0658302844a792
/Tree/RedBlackTree.h
41c41c9554032b6093bfa0efca681985b5d201ec
[]
no_license
Zedidle/myDataStructures
e71e4051584bb89e95999f7121b211492c652449
eb6088debb89c72852836882c7bc3d3cccf905dc
refs/heads/master
2023-03-12T16:47:22.838444
2021-02-19T13:15:07
2021-02-19T13:15:07
328,638,715
1
0
null
null
null
null
UTF-8
C++
false
false
1,441
h
#ifndef RED_BLACK_TREE_RBTREE_H #define RED_BLACK_TREE_RBTREE_H using namespace std; enum Color { RED, BLACK, DOUBLE_BLACK }; #define MAX 255 #define MIN -1 class RBTree { private: struct Node { int val; int color; Node* left, * right, * parent; explicit Node(int); bool isLeaf() { return left == nul...
[ "476409251@qq.com" ]
476409251@qq.com
dedf3aa3db43527b4e1dec53931b3d6593935db4
57acc12f75e0d1a2281e21d528c947d4c5642941
/coresim/queue.h
cffd3f59bcc642ab3dcc714fb81908d09a5d6e14
[]
permissive
vishal1303/simulator
2ba239ca3a11339fc50d9a5bb59dadbf05e6628f
c9429cecd1a058b2ab13cbed5c4cb802557bf315
refs/heads/master
2020-04-14T09:47:35.806699
2020-01-08T06:50:40
2020-01-08T06:50:40
163,769,294
2
1
BSD-3-Clause
2019-01-01T21:56:47
2019-01-01T21:56:47
null
UTF-8
C++
false
false
1,570
h
#ifndef QUEUE_H #define QUEUE_H #include <deque> #include <stdint.h> #include <vector> #define DROPTAIL_QUEUE 1 class Node; class Packet; class Event; class QueueProcessingEvent; class PacketPropagationEvent; class Queue { public: Queue(uint32_t id, double rate, uint32_t limit_bytes, int location); ...
[ "akshay.narayan@berkeley.edu" ]
akshay.narayan@berkeley.edu
04cd1c2588cccba30637a82e65e931aa6b852c16
a40bba5706335c6a806f2b34ffb3fe9ef1bcb9b0
/gui/mainwindow.cpp
e2c496ec45b16804753ea3b5ec39e09fa60aa465
[ "MIT" ]
permissive
pengge/QTextRecognizer
0be86f22c8d65124dae00863278b1c18755dfc4b
29dd7b746be831c01b6260ab20ca926f7ff835ca
refs/heads/master
2023-03-12T11:54:02.618341
2021-03-01T22:56:08
2021-03-01T22:56:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
28,178
cpp
#include "mainwindow.hpp" #define POPUP_Y 60 #define ROTATE_POPUP_X 20 #define ADJ_POPUP_X 70 #define OCR_POPUP_X 160 #define SETT_POPUP_X -380 MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); qRegisterMetaType<QVector<int>>(); activateWindow(); i...
[ "m231@tnctr.com" ]
m231@tnctr.com
10d1e3ce0ff93bbc69896c1430d5bc0238b1a1c2
ecfd4fa5ab2059f51152dea0a6a13f740ee64ccd
/test/test_zip.cpp
c471be9078de16626ad31d361e19823cd2c6a6ad
[]
no_license
AlexandrShcherbakov/PySTL
72500e6418377c752848faca80d4fd4fdb7d0cae
0c2840dd83be9d3ccd6917e2dc7d4403b6c1b7f1
refs/heads/master
2021-07-31T11:54:10.729797
2019-04-02T19:06:43
2019-04-02T19:06:43
125,401,833
1
1
null
2018-06-12T19:41:38
2018-03-15T17:16:32
C++
UTF-8
C++
false
false
697
cpp
// // Created by alex on 20.05.2018. // #include "gtest/gtest.h" #include "zip.h" using namespace PySTL; TEST(ZipFunction, OneArgZip) { std::vector<int> a(10, 5); for (const auto [i] : zip(a)) { ASSERT_EQ(i, 5); } } TEST(ZipFunction, OneRvalueArgZip) { for (const auto [i] : zip(std::vector<...
[ "alex.shcherbakov.as@gmail.com" ]
alex.shcherbakov.as@gmail.com
df4d8172563d73d0408dd2433b0fd0672e079955
487b04076d5c6c8a4af29c7bf2a86fde17b71a4c
/src/editor/command/cmd_create_node.h
4e4c9542f35db7577578c2f999d545646a410152
[]
no_license
youZhuang/qco-editor
0e155e78065585f6ec5d11e50be1fd2ebbe2fe10
85382f86e660fe816c8b39789bba1489cab9bd82
refs/heads/master
2020-07-30T22:06:10.325702
2019-10-12T13:57:59
2019-10-12T13:57:59
210,375,737
1
0
null
2019-09-23T14:26:03
2019-09-23T14:26:03
null
UTF-8
C++
false
false
708
h
#ifndef CMD_CREATE_NODE_H #define CMD_CREATE_NODE_H #include "../config.h" #include <QUndoCommand> #include <smartjson/src/json.hpp> #include "../cc_predefine.h" #include <math/Vec3.h> namespace Editor { class CmdDeleteNode; class EDITOR_DLL CmdCreateNode : public QUndoCommand { public: Cmd...
[ "you_lan_hai@foxmail.com" ]
you_lan_hai@foxmail.com
71674e42136c48833060f7a1d470160d12d57244
82392ac04a40d83b6d7928aa8fc786e64fe36067
/cpp/40-combination-sum-ii.cc
145e8b5e98c87b44734ea137ffc6f7265a95643f
[]
no_license
litaoran/leetcode-daily
09f3e9c8cdd314735099e5e498488cf7c2e401bc
0b9f584ef98850cfafe6ea623512972db4ac1797
refs/heads/main
2023-03-18T19:53:30.583731
2021-03-23T05:58:37
2021-03-23T05:58:37
311,634,378
0
0
null
null
null
null
UTF-8
C++
false
false
969
cc
class Solution { public: vector<vector<int>> combinationSum2(vector<int>& candidates, int target) { sort(candidates.begin(), candidates.end()); vector<vector<int>> res; dfs(candidates, target, 0, {}, res); return res; } void dfs(vector<int>& candidates,...
[ "taoqi612@gmail.com" ]
taoqi612@gmail.com
5cdbe1103ea8128ef4c35ca2fd6ddc6e4185ceae
94e57249c9c308f9b0abd7808804edc2c274bf6a
/c++/prob5.cpp
5d0a7800cdfbb7e6789b290801ea41c2a8532d1a
[]
no_license
irismanriquezc/reference-files
133aa1ab642921db949958d5033176e20c550890
164ec978f40a5708b3dc707d72de5a8f03a0e09f
refs/heads/master
2020-03-16T23:49:57.006186
2018-05-11T22:18:51
2018-05-11T22:18:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
595
cpp
// Iris Manriquez // October 19, 2017 // Homework Wk 10 Problem #5 // Description #include <iostream> #include <string> #include <sstream> using namespace std; int main() { string res, word; string l ="love", L= "Love"; cout << "enter a sentence\n"; getline(cin,res); for (int i =0; i < res.length();i++){ if (is...
[ "imanriquez@csumb.edu" ]
imanriquez@csumb.edu
a75617da7445ec3065ca43505d421caaab2ac323
7db54b3910d739d02972cb3e4400dcb6f39e7a56
/DirectXtest/DirectXtest/Graphic/RasterTekObjects/fontshaderclass.cpp
a9fd0110f6f6a00d8aed6be2543b043f02d27aa9
[]
no_license
smartMikan/DX11EngineResearch
7419599aa8652b25b64e434e74b6b812fa89395d
3d58db9dc01519de90ee12475c608716816ce2c9
refs/heads/master
2022-12-12T16:55:55.053775
2020-09-08T10:51:43
2020-09-08T10:51:43
215,955,735
0
0
null
null
null
null
UTF-8
C++
false
false
12,203
cpp
#include "fontshaderclass.h" //////////////////////////////////////////////////////////////////////////////// // Filename: fontshaderclass.cpp //////////////////////////////////////////////////////////////////////////////// #include "fontshaderclass.h" FontShaderClass::FontShaderClass() { m_vertexShader = 0; m_pix...
[ "smartwgy@gmail.com" ]
smartwgy@gmail.com
d68dc37824dfdfdedc642fba76b34bb9d4eb6199
42930c8cf65e3f447bdcc5177497abeaa81e1ef0
/AtCoder Beginner Contest/ABC149/A - Strings.cpp
882688cffd16b4f94ee41182e32ee7f2e4c07cab
[]
no_license
Arfaqur-Rahman/cp
84a86f01addffeb5734293d090897c7f506a91d8
022914e29d60b1d0aca4f890a2a171a337e60871
refs/heads/master
2022-10-24T11:08:29.422979
2022-10-12T14:15:48
2022-10-12T14:15:48
230,138,615
0
0
null
null
null
null
UTF-8
C++
false
false
153
cpp
#include<bits/stdc++.h> using namespace std; int main(){ char s1[100]; char s2[100]; scanf("%s%s",&s1,&s2); printf("%s%s",s2,s1); return 0; }
[ "arfaqur@gmail.com" ]
arfaqur@gmail.com
1a11ec96ce45d519db35aa5f7c1d7dff5ad5227c
375b27329f293cb5f89d911a4cd47c911505cc14
/src/Core/Client/SoundPlayer.h
cf47b40b03ba96ebb4f22a527cc65b0ac57e3fd8
[]
no_license
kiwon0905/Unnamed-Project
2457c408b55a6af7721ea081a36c30199ec1b0f7
67c6537e83141bbac1e4281b2f3b91b852d63e1e
refs/heads/master
2020-05-21T19:26:36.228664
2018-02-07T06:50:43
2018-02-07T06:50:43
73,535,526
1
0
null
null
null
null
UTF-8
C++
false
false
191
h
#pragma once #include <list> #include <SFML/Audio.hpp> class SoundPlayer { public: sf::Sound & add(const sf::SoundBuffer & buf); void update(); private: std::list<sf::Sound> m_sounds; };
[ "kiwon0905@gmail.com" ]
kiwon0905@gmail.com
3c960fd1867bedb81d1c360c14d9ec5ca9425842
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14157/function14157_schedule_27/function14157_schedule_27_wrapper.cpp
458b52fa1bde7d86486809d25dfbc5b09549fc29
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,327
cpp
#include "Halide.h" #include "function14157_schedule_27_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(1024); Halide::Buffer<int32_t> buf01(128...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
3180277bb8286e59a40608fb1955323606137933
db12881b7f37b3524704e5af9a2da9156f29fcf4
/src/libzerocoin/ParamGeneration.cpp
52a8288cde35af141e764d0728aad647ad7602c6
[ "MIT" ]
permissive
melihcanmavis/BlacerCoin
415bf9a06a73a11fcee2bbc6bbcf442a4a2ffdbc
9fd2cef476d2f0446a9f2ccc515fd53dca9ea6c9
refs/heads/master
2020-06-15T09:19:49.416239
2019-06-24T09:02:41
2019-06-24T09:02:41
195,259,024
1
0
null
2019-07-04T14:43:39
2019-07-04T14:43:38
null
UTF-8
C++
false
false
26,048
cpp
/// \file ParamGeneration.cpp /// /// \brief Parameter manipulation routines for the Zerocoin cryptographic /// components. /// /// \author Ian Miers, Christina Garman and Matthew Green /// \date June 2013 /// /// \copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green ...
[ "root@ubuntu16.local" ]
root@ubuntu16.local
e99e8a293cf548420a85fe9880737388ef7ef541
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2458486_0/C++/nim555/trea.cpp
214d9ebecbba764c69e963ebd3b05c9843049f39
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
3,596
cpp
#include<stdio.h> #include<vector> #include<iostream> #include<stack> using namespace std; stack<int>answer; int n; int keyn[1000]; int chest[1000]; vector<int> key[1000]; vector<int> chestore[1000]; bool vis[1000]; void clea() {for(int i=0;i<1000;i++) { keyn[i]=0; chest[i]=0...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
739db075c22eb2d5b49b10cc4d5ea5edeeb5e939
365643a24fbba15f7e05190acf862ea56c4fecc9
/two-sum-new.cpp
365a6ca8f7b81467b3589889974e4a2b5bd3640d
[]
no_license
landsrover/MyLeetCode
47989e38e2a7e7689ef1a724e98eda8a758b2dbb
66fac2ef8e37eaaaabd6befc0c683e3f1ccd5b2c
refs/heads/master
2020-12-25T08:28:32.214403
2016-06-27T10:32:36
2016-06-27T10:32:36
61,878,619
0
0
null
null
null
null
UTF-8
C++
false
false
543
cpp
class Solution { public: vector<int> twoSum(vector<int>& nums, int target) { unordered_map<int,int> rev; int gap; vector<int> ret; for (auto i=0; i<nums.size(); i++) { rev[nums[i]] = i; } for (auto i=0; i<rev.size(); i++) { ...
[ "jingsong4work@gmail.com" ]
jingsong4work@gmail.com
3cb81526288fd54316d0735c6dd82a6fb4981462
f624f88cde99a35da8025c117c694afaa036815f
/c-zoo-montaserja/zoo.h
3e30c7f7c4b1f7af100b4bf82ab7073203863662
[]
no_license
montaserja/EXTProjects
1288ab61a7e96f4d2eae546112f85d93f784cde2
c2d134d6e71ceb1a25434103d6d86d94a74226a5
refs/heads/master
2022-12-22T11:28:06.996006
2020-09-10T16:51:05
2020-09-10T16:51:05
294,458,229
0
0
null
null
null
null
UTF-8
C++
false
false
359
h
#ifndef __ZOO_H__ #define __ZOO_H__ #include <vector> #include"mammals.h" #include"fishes.h" #include"birds.h" #include"whale.h" typedef std::vector<Animal*> AnimalVector; typedef std::vector<Animal*>::iterator Iterator; class Zoo { public: //void createZoo(); void printZoo(); void add_element(Animal *a); priva...
[ "montaser_12@hotmail.com" ]
montaser_12@hotmail.com
f59cd1942df3f14ed339e7605b2cf31f9141ed44
660b04025c9ac89ad408f243781af01e0b75cc6b
/seminar_20210930/virtual_inheritance/binary_representation.cpp
5a78290ee0cae07260a4719d5dad6c255a5ce61d
[]
no_license
evgenstf/hse_cpp_seminars_2021
00dce8e7b4de249816738ea4ed8cc9cd48a3c9eb
ff31787cfd949e30827ba4ac4a8e6ba54141d335
refs/heads/main
2023-08-19T16:04:37.049712
2021-10-14T08:54:44
2021-10-14T08:54:44
404,504,345
2
0
null
2021-10-02T12:39:52
2021-09-08T21:46:32
C++
UTF-8
C++
false
false
561
cpp
#include <iostream> #include <cstdio> #include <fstream> #include <memory> using namespace std; class Parent { public: virtual void print() { cout << "Parent a: " << a << endl; } private: int a = 0xaaaaaaaa; }; class Child : public Parent { public: virtual void print() { cout << "Child b: " << b ...
[ "evgenstf@gmail.com" ]
evgenstf@gmail.com
c9cadef3a3b303c2d02ebed5ba288f989b0992d8
499a4f2c530023a39ed7a0d2d6077d570c37e651
/SDK/RoCo_WBP_SettingsSlider_functions.cpp
7324c1dfc8a6aa7f709dd26c3bbf1e8708c26857
[]
no_license
zH4x/RoCo-SDK
e552653bb513b579ab0b1ea62343365db476f998
6019053276aecca48b75edd58171876570fc6342
refs/heads/master
2023-05-06T20:57:27.585479
2021-05-23T06:44:59
2021-05-23T06:44:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,525
cpp
// Rogue Company (0.59) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "RoCo_WBP_SettingsSlider_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Functi...
[ "30532128+pubgsdk@users.noreply.github.com" ]
30532128+pubgsdk@users.noreply.github.com
a88a4e0408709c8c5af748cfd5040bcdea46656a
29accac928201357008780958a42ae54ca8299ba
/letnie piwo/96.cpp
cacad699cb85cd777901541e523e75865107fe25
[]
no_license
xorver/Liceum
4df3cc7716810f06f569abd2a8ed05d9b6fb1854
829fa3765d96d95a0d4fbb65e7c1fab498063509
refs/heads/master
2021-01-10T20:38:40.734041
2014-03-08T16:36:34
2014-03-08T16:36:34
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
329
cpp
//Tomasz Lichoń 1D #include<iostream> using namespace std; main() { int a,b=0; long long s=1; cin >> a; while (a>1) { s=s*a; a=a-1; while(s%10==0) { s=s/10; b++; } if(s%1000000000!=0) s=s%1000000000; } cout << b <<endl; system("pause"); return 0;...
[ "xorver@gmail.com" ]
xorver@gmail.com
12385fedab6a21c8cf367222a4f873983ba2e07b
45e8cd850f084250533600f0a27e16df7b7a2ec3
/chapter3/31/ex31.cpp
96f8c127fad6ecf001d3349b4d72f6d9dfcde13c
[]
no_license
septem9907/CppPrimer
309968eb8ce5c4fc9cc41e1dd935d99958fde2c5
f72d6530a0f834e0b1c4377ce4c408f88124901e
refs/heads/master
2021-01-19T03:40:56.608804
2017-01-24T10:11:53
2017-01-24T10:11:53
61,925,538
0
0
null
null
null
null
UTF-8
C++
false
false
639
cpp
#include <iostream> #include <vector> using namespace std; int* SetArray(const int numOfArray) { //const int numOfArray = 10; int a[numOfArray]; for (unsigned i = 0; i < numOfArray; ++i){ a[i] = i; cout << a[i] << ' '; } cout << endl; return a; } vector<int> SetVector(int* a, const int numOfArray) { v...
[ "septem9907@gmail.com" ]
septem9907@gmail.com
cd8487b0e03d66565a22097bd8d0c425c7d75964
5ee7b59b955ebde297f0dd924382a96a79771681
/dbsplnr/PlnrAMUsergroupAccess.cpp
0ccb7d3840f79593ec4ca0833f46b1f3e4a5a76c
[]
no_license
epsitech/planar
a3b22468e6718342218143538a93e7af50debee0
e97374190feaf229dac4ec941e19f6661150e400
refs/heads/master
2021-01-21T04:25:32.542626
2016-08-07T19:20:49
2016-08-07T19:20:49
48,572,177
0
0
null
null
null
null
UTF-8
C++
false
false
20,412
cpp
/** * \file PlnrAMUsergroupAccess.cpp * database access for table TblPlnrAMUsergroupAccess (implementation) * \author Alexander Wirthmueller * \date created: 4 Dec 2015 * \date modified: 4 Dec 2015 */ #include "PlnrAMUsergroupAccess.h" /*********************************************************************...
[ "awirthm@gmail.com" ]
awirthm@gmail.com
2d41a884967d9874bb74e986fa6a5d28be3829ba
4541acdc283758ddcb9b1b780589d6f4596cfbc8
/James/James.cpp
427899eb61c166fe0185a555b01c6db732c81e9f
[]
no_license
Origin44/cpp-helloworld
4f959d87f3e7a16753d69577f64fced0fca87ed1
f266c1e839da5ea79b08130be2d8e70eff5a2456
refs/heads/master
2023-03-22T12:34:48.213613
2021-03-09T15:01:16
2021-03-09T15:01:16
335,029,047
0
0
null
null
null
null
UTF-8
C++
false
false
492
cpp
#include<stdio.h> #include<stdlib.h> #include<string.h> int main() { char name[20]; int i,j,len; bool fl; char James[]="James"; while (1) { gets_s(name); if (!strcmp(name,"End")) break; len=strlen(name); fl=false; for (i=0;i<len;i++) { if (name[i]=James[0]) { for (j=0;j<4;j++) { ...
[ "1538713331@qq.com" ]
1538713331@qq.com
334991df288755d8631ff24424dd3f4845ddc170
0df3aac8e0affbbd00171efe78d838c357cd854c
/assignment/assign5/assign5-starter/src/warmup.cpp
a473612dc0c81ec35f6e2ec2f1e3f94e30f2d4f0
[]
no_license
takohack/cs106B-2020summer
2c14ff57c6c23227073363e8099f372e19b5b405
d5a22c27d327f00b140d1f4063df84c460fb8817
refs/heads/master
2022-12-22T08:19:38.417893
2020-09-23T16:50:09
2020-09-23T16:50:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,345
cpp
#include "listnode.h" #include "random.h" #include "testing/SimpleTest.h" using namespace std; /* * This function is a buggy implementation of freeing a * linked list. In particular, on every iteration of the while * loop, the function attempts to access memory that was just * deallocated. */ void badDeallocate(L...
[ "unclejyj@gmail.com" ]
unclejyj@gmail.com
3ce3fa0c1558f0e8d4ed83a53a697cffae0cff5e
a0b5820634469419965dd6b2439f29f3603c4c8e
/Hobot_conf/agent/hconf_script.cc
dfef1e0ebec69739e15e03cbdd12a1be4e174ad7
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
zhuzy-xys/conf_schedule
84ad343e36f2cadf030247962409ee3ac5f5206c
1d5ca0e7f8e6131141b075d370f0e186401bb377
refs/heads/master
2020-03-16T21:23:46.170662
2018-06-04T14:59:13
2018-06-04T14:59:13
132,997,396
0
0
null
null
null
null
UTF-8
C++
false
false
4,516
cc
#include <errno.h> #include <unistd.h> #include <signal.h> #include <sys/wait.h> #include <sys/select.h> #include <fstream> #include <algorithm> #include "hconf_log.h" #include "hconf_const.h" #include "hconf_script.h" using namespace std; /** * read all script content */ static int script_content_read(const stri...
[ "17702514160@163.com" ]
17702514160@163.com
551347c574c8ff94c1f777a0450d474d04d8aec3
068ae2fc74851b3a70574b84d2b6ca0866ca7fb3
/ffos/ota/src/utils/TimeUtils.cpp
a964e8c674e51f6e6a6b018f31783f54ed5af221
[ "MIT" ]
permissive
jsli/code-snippet
dc96a51f276a31bf7ec0d3975b0707102386afa4
fd99819d58c4c3621790f551a82ac8714faebe4b
refs/heads/master
2021-01-10T20:17:55.765118
2015-08-28T09:09:51
2015-08-28T09:56:19
41,537,015
0
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
/* * TimeUtils.cpp * * Created on: 2014-7-19 * Author: manson */ #include <sys/time.h> #include "utils/TimeUtils.h" namespace utils { TimeUtils::TimeUtils() { // TODO Auto-generated constructor stub } TimeUtils::~TimeUtils() { // TODO Auto-generated destructor stub } long TimeUtils::GetTimeMicroSec()...
[ "manson.li@acadine.com" ]
manson.li@acadine.com
7c69ea5825b5aa97d87a986aa94a57199385b828
89765c754e235f2c80f50f16ab309ef9c0b7ca8b
/algorithm/algorithm/nixudui.cpp
01e75f0fae36e3aeb999f1ec4d12bd0defff8234
[]
no_license
wgwjifeng/projects
44e67c49d610abdc90145125e441cded7a90e3b4
222c68516b98fcd933a355e4b8a78103d926a741
refs/heads/master
2020-05-24T01:24:27.397142
2014-05-26T01:36:35
2014-05-26T01:36:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,742
cpp
//#include <iostream> //#include <string> //#include <time.h> //#include <stdio.h> //#include <stdint.h> //#include <stdlib.h> //typedef uint32_t uint32; //typedef int32_t int32; //uint32_t result_count=0; //int* merge(int* array,uint32 startpos,uint32 midpos,uint32 endpos) //{ // int* headArray=NULL; // int* tailAr...
[ "duliangang@gmail.com" ]
duliangang@gmail.com
5d68499038c8bc9fda14fca3cf46019808883d0c
b164d09f7f65308e2d467af9bef88a829dea3de6
/Regular_competitions/620_2_E.cpp
daee372e2574b20ec13a52fbd6245decde74aafd
[]
no_license
Natureal/Codeforces
bd8214c455c5d2a512b64820b705ffbc0b620cf5
e05d03561945d94d4cb456df722a7b8e30714f53
refs/heads/master
2023-08-17T19:00:37.052171
2023-08-11T04:27:04
2023-08-11T04:27:04
33,240,938
0
0
null
null
null
null
UTF-8
C++
false
false
2,181
cpp
// LCA #pragma GCC optimize("O3") #include <bits/stdc++.h> using namespace std; #define REP(i, a, b) for(int i = a; i <= b; ++i) #define DEC(i, a, b) for(int i = a; i >= b; --i) #define getmid(l,r) ((l) + ((r) - (l)) / 2) #define MEM(a,b) memset(a,b,sizeof(a)) #define FI first #define SE second #define SZ(x) ((int)(x)...
[ "naturechenpeng@gmail.com" ]
naturechenpeng@gmail.com
336fb2d09b5488ed332578c04d56c8d7393c7633
836b9b9399b156f72abe011c7ee6ff429fd5dfca
/RenderTarget.cpp
5806cb012c551b18edd1288dbf5787cecd8f4bf8
[]
no_license
WhiskyJoe/Software-Rasterizer
ba49c1f7076102470d20bf1162bab3683d117fe1
e624e69733ac35844f2b4665cc9bba0bee2eb3af
refs/heads/master
2021-05-26T18:23:32.060057
2014-04-20T19:54:01
2014-04-20T19:54:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,205
cpp
#include "RenderTarget.h" Tmpl8::RenderTarget::RenderTarget( unsigned int a_Width, unsigned int a_Height) { // setting stuff up m_CurrentShading = 0; m_Width = a_Width; m_Height = a_Height; m_Buffer = new Surface(m_Width, a_Height); m_SpanMax = new Span[m_Height]; m_SpanMin = new Span[m_Height]; m_ZBuffer = ne...
[ "contact@joeyfladderak.com" ]
contact@joeyfladderak.com
72cf95f0d953af13eb9b395574c609a0ef222cdd
bb6ebff7a7f6140903d37905c350954ff6599091
/ui/ozone/platform/caca/caca_connection.cc
49b51a45c8674f77adcb16250d8742c38f26cdda
[ "BSD-3-Clause" ]
permissive
PDi-Communication-Systems-Inc/lollipop_external_chromium_org
faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f
ccadf4e63dd34be157281f53fe213d09a8c66d2c
refs/heads/master
2022-12-23T18:07:04.568931
2016-04-11T16:03:36
2016-04-11T16:03:36
53,677,925
0
1
BSD-3-Clause
2022-12-09T23:46:46
2016-03-11T15:49:07
C++
UTF-8
C++
false
false
1,061
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/caca/caca_connection.h" #include "base/logging.h" namespace ui { // TODO(dnicoara) As an optimization, |bitmap_size_| shoul...
[ "mrobbeloth@pdiarm.com" ]
mrobbeloth@pdiarm.com
da65cf219c379226dbde7d261a06bf5ee8fd7ac8
a18cbc6fe42a35d227e858ee44568999c3593e81
/Projet/jour1/main.cpp
9ec3476bf424365cbab177044943c5ed613d61b9
[]
no_license
jpsanche/casse_briques
2881916ce204868a3e5cc7b57030fb27d5cc091f
36f4612bda7cdfa907aee4e6f8defb53d86ce87e
refs/heads/master
2021-01-12T10:44:50.134416
2016-03-14T08:26:28
2016-03-14T08:26:28
72,665,441
0
0
null
null
null
null
UTF-8
C++
false
false
1,142
cpp
#include <iostream> using namespace std; //using namespace std::string_literals; /** Fonctionne avec la norme C14 */ /** * Test sur les littéraux nombres */ void test_nombres() { std::cout << 123 << std::endl; std::cout << 12345 << std::endl; std::cout << 123456789 << std::endl; std::cout << 123...
[ "tristan.colombo@gmail.com" ]
tristan.colombo@gmail.com
8b9d829aaf64c822cb43483caa6cb1b82bba3e1e
b7dba80335b47e0ac5cd8e8c1b6160ab1cb603d1
/roomtypesqlmodel.h
5097f0266e2f3c31258046172eb92fd30bfc54f0
[]
no_license
trunghieu2570/HotelManagementSystem
81c79218c13af9466017b89b3f669e67aae7c43c
5a5ccc4a1a644043e7ef9df84d441cf7682e3ca8
refs/heads/master
2023-01-23T23:09:25.085042
2020-12-04T09:55:51
2020-12-04T09:55:51
318,473,502
0
0
null
null
null
null
UTF-8
C++
false
false
407
h
#ifndef ROOMTYPESQLMODEL_H #define ROOMTYPESQLMODEL_H #include <QSqlQueryModel> #include <QSqlRecord> class RoomTypeSqlModel : public QSqlQueryModel { Q_OBJECT public: explicit RoomTypeSqlModel(QObject *parent = nullptr); QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::Displ...
[ "17520484@gm.uit.edu.vn" ]
17520484@gm.uit.edu.vn
66f24d98563ecea6c483cc5b8ff29d13b355be9f
0f3d7af9b5566c7d3870ee296209d30d70f2af73
/PapuEngine/Agent.h
5b586a8138d12c027c4706ac2ba7b9e1c331cf6a
[]
no_license
Altron01/Funda_Final
5e75d9fb167bff5e915f599514b57fe6ec0adaff
0019254387fa605c9ff67106855aaaf30deab142
refs/heads/master
2020-04-09T04:54:59.679882
2018-12-02T12:10:29
2018-12-02T12:10:29
160,043,179
0
0
null
null
null
null
UTF-8
C++
false
false
998
h
#pragma once #include <glm\glm.hpp> #include <unordered_map> #include <string> #include "SpriteBacth.h" #include "GLTexture.h" class Zombie; class Human; class Agent { protected: std::string _texturePath; float _agent_width; float _agent_height; int _texture_id; float _agent_radius; float _speed; ColorRGB...
[ "diegoramirez194@gmail.com" ]
diegoramirez194@gmail.com
4f9f14768d57a2e0d83c7e5579a99519c8e6e399
b4b4e324cbc6159a02597aa66f52cb8e1bc43bc1
/C++ code/IOI Camp Judge/2015/POW and MOD (數論).cpp
37feacde3583f5a214d9c1bba5da9a3b45cfa407
[]
no_license
fsps60312/old-C-code
5d0ffa0796dde5ab04c839e1dc786267b67de902
b4be562c873afe9eacb45ab14f61c15b7115fc07
refs/heads/master
2022-11-30T10:55:25.587197
2017-06-03T16:23:03
2017-06-03T16:23:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
433
cpp
#include<cstdio> #include<cstdlib> long long T,a,b,c; long long pow(long long x,long long y) { long long ans=1%c; while(y) { if(y&1) { ans*=x; ans%=c; } x*=x; x%=c; y>>=1; } return ans; } int main() { scanf("%lld",&T); w...
[ "fsps60312@yahoo.com.tw" ]
fsps60312@yahoo.com.tw
5d59ef37d31bd16626e6a55fcd78e8913723ef7b
e6a77028d4f9e423d387dc1d66d0c9d4896355f1
/hw2/click.h
dbb42b6fccbb82d06afadb6d7fe68beee321128b
[]
no_license
budikurniawantanto/dsa15_150
8b57ecb345653370f3b19231c1b1f4093b6711c4
ebbc797e4dd2840b375c1e0362f1ae65d774c4d5
refs/heads/master
2016-09-15T22:29:03.463254
2015-04-14T07:30:09
2015-04-14T07:30:09
33,917,208
0
0
null
null
null
null
UTF-8
C++
false
false
453
h
#define max 24000000 //#define max1 10000000 struct User{ int click; int impression; unsigned long long int url; int depth; int position; int adid; int query; int ad[4]; int id; }; /*//int users[max]; void get(const std::vector<std::vector>& , int, int, int, int, int); void clicked(const std::vector<std::vect...
[ "budiconan13@yahoo.com" ]
budiconan13@yahoo.com
27d02b709038f0de91097e7d24bc6ae078fc4c4d
8bbee45512e6bf827f38caa02d5d6643db186798
/Lista ERE 1/10.cpp
16906e12bdc00031b98caf383bcd1db458a6a157
[]
no_license
ohenriquesilvar/IALG---20-1
1bd35659ed539f12958c4bc21dcda390388b07d1
8dfba0e3a46100f3e3597e93b0918dfe520dc9fd
refs/heads/master
2022-12-25T14:48:00.960710
2020-09-10T13:08:36
2020-09-10T13:08:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
248
cpp
#include <stdlib.h> #include <iostream> using namespace std; int main() { int x, i = 1; float soma = 0; cin >> x; while (i <= x) { soma = soma + i * 1.0 * (i * 1.0 + 1) / (i * 1.0 + 3); i++; } cout << soma; return 0; }
[ "rabelohenry@gmail.com" ]
rabelohenry@gmail.com
8c33c725ea06dfce887f0196b860f8003a8f316e
d326405b1f63a282291e59f050bf63eb436ccbb2
/RrrRenderer/Colors.h
f55459528b617ec5839897c4823e59156a19c6b4
[]
no_license
asmei1/RrrRenderer
5a37e24606f1dd40977ded746aa48d6af04111b4
42378be7fb17dbba9b4278882b3397aa753037ea
refs/heads/master
2022-02-23T18:50:44.324592
2019-09-17T18:01:54
2019-09-17T18:01:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,146
h
#pragma once #include <armadillo> #define PI 3.14159265359 namespace RrrColor { struct RGBA { uint8_t b; uint8_t g; uint8_t r; uint8_t a; RGBA(uint8_t _red = 0, uint8_t _green = 0, uint8_t _blue = 0, uint8_t _alpha = 255) : r(_red), g(_green), b(_blue), a(_alpha) {} ...
[ "kamsykula@gmail.com" ]
kamsykula@gmail.com
3514770012d9a4d61c959e7dfc85f32ab439f2f2
a0a18edc0082dbcef32679b1d7ac7daf9dcaa9aa
/venv/Lib/site-packages/pyarrow/include/arrow/compute/api_aggregate.h
fa510d7a540358b65af325cc10dcfdb4623736d5
[]
no_license
FelipePassos09/Curso-em-Video-Python-mod1
eaa85279f479a021b048e2af5e33707799b07590
dc55324c1ecd15414d26e8840d5b27703366b65b
refs/heads/main
2023-06-20T11:59:59.590782
2021-07-20T00:21:32
2021-07-20T00:21:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,130
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"); yo...
[ "felipe.passos.09@gmail.com" ]
felipe.passos.09@gmail.com
47adf8dc071746c664737c6a32ef856df7326f75
6e687258508f261e61bc7771f1e8ffc0f8d4ae31
/phony_starfox/branches/definitive/self.cpp
d24ada024033bdc2531f03d9ba2e4156d1906317
[]
no_license
ompugao/opengl_examples
20f7b5b338dc416050a2453d807223b7b4094641
3890b8a8a2e12b3cb83424766405c94651934a5e
refs/heads/master
2021-04-03T08:30:38.240836
2013-05-28T09:18:57
2013-05-28T09:18:57
124,836,671
0
0
null
null
null
null
UTF-8
C++
false
false
5,932
cpp
#include "self.h" #include "key.h" #include "enemy_round.h" #include "vector.h" #include "bullet.h" #include "ground.h" #include "time_counter.h" #include <cmath> #include <vector> #include <iostream> using namespace std; static bool last_key_v = false; typedef enum{ DEFAULT, U_TURN } _MOVE_TYPE; Self::Self(GLdo...
[ "fujii.shohei@fplo.jp" ]
fujii.shohei@fplo.jp
7c8af594d4931856f5ad2a18737c80a4d28fa19b
d6d3e49cd07d64c6c59ad101a8a2a8585cb8874a
/DHidasAna/FakeStudy/interface/FakeStudy.h
4679c78b7abdb7ca99e65d4b3958900e92d5f2d0
[]
no_license
dhidas/UserCode
2bb36c4eb5bd9daa4d71a739a042e4aee9200dea
04701c732d8acb3042e8967898a789d2b2845da4
refs/heads/master
2021-01-18T14:02:11.537626
2013-10-25T14:31:27
2013-10-25T14:31:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,822
h
#ifndef GUARD_FakeStudy_h #define GUARD_FakeStudy_h #include "DHidasAna/Dtuple/interface/TDtupleReader.h" #include "DHidasAna/Dtuple/interface/TFakeRate.h" class FakeStudy : public TDtupleReader { public: FakeStudy (TString const, TChain*); ~FakeStudy (); void Analyze (long unsigned int const); voi...
[ "" ]
3ae76e297acbb38b098c6d1c5695dfcac954bb21
a4f825b6e4d3abaad921d000b16d7f7083f29fef
/include/common_base/smart_string.h
bf6d911e8e3243eb66c1cecd6c0c053423e9ebe1
[ "MIT" ]
permissive
haomiao/WinCommon
f5a7d3a3e80168860264b60681d5d3ae34c145b4
1284f7edd4cca6bb3d778a32690f82972e867790
refs/heads/master
2021-01-21T11:39:36.034375
2016-05-22T01:22:36
2016-05-22T01:22:53
47,862,715
0
1
null
null
null
null
GB18030
C++
false
false
15,711
h
///////////////////////////////////////////////////////////////////// /// CopyFromStrRIGHT NOTICE /// CopyFromStrright (c) 2014, Guangzhou ZHIYUAN electronics /// All rights reserved. /// /// @file smart_string.h /// @brief 优化后字符串. /// /// 主要实现简单的封装字符串,并提供常用接口 /// /// @version 0.0.1...
[ "635541412@qq.com" ]
635541412@qq.com
15c1394c4d0fb363490d6823fd1887f98c87c5e9
238e46a903cf7fac4f83fa8681094bf3c417d22d
/VTK/vtk_7.1.1_x64_Release/include/vtk-7.1/vtkGenericGeometryFilter.h
1bab4cb49f84553bcd745150d0d1201b75c6609c
[ "BSD-3-Clause" ]
permissive
baojunli/FastCAE
da1277f90e584084d461590a3699b941d8c4030b
a3f99f6402da564df87fcef30674ce5f44379962
refs/heads/master
2023-02-25T20:25:31.815729
2021-02-01T03:17:33
2021-02-01T03:17:33
268,390,180
1
0
BSD-3-Clause
2020-06-01T00:39:31
2020-06-01T00:39:31
null
UTF-8
C++
false
false
6,604
h
/*========================================================================= Program: Visualization Toolkit Module: vtkGenericGeometryFilter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
06699c54a0f91deb8732ba25c128838a4453410c
64589428b06258be0b9b82a7e7c92c0b3f0778f1
/URI/1006.cpp
8b47ff6602d82683aa883acd2ee553de07a3750a
[]
no_license
splucs/Competitive-Programming
b6def1ec6be720c6fbf93f2618e926e1062fdc48
4f41a7fbc71aa6ab8cb943d80e82d9149de7c7d6
refs/heads/master
2023-08-31T05:10:09.573198
2023-08-31T00:40:32
2023-08-31T00:40:32
85,239,827
141
27
null
2023-01-08T20:31:49
2017-03-16T20:42:37
C++
UTF-8
C++
false
false
191
cpp
#include <cstdio> int main() { double A, B, C, MEDIA; scanf("%lf %lf %lf", &A, &B, &C); MEDIA = (2.0*A + 3.0*B + 5.0*C)/10.0; printf("MEDIA = %.1f\n", MEDIA); return 0; }
[ "lucas.fra.oli18@gmail.com" ]
lucas.fra.oli18@gmail.com
bcb039424a4219d8db33307682a1974e0615e249
1a17167c38dc9a12c1f72dd0f3ae7288f5cd7da0
/Source/ThirdParty/angle/third_party/SwiftShader/src/Device/Matrix.hpp
41281a621905a524451aadaed0d168eca454e396
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-warranty-disclaimer", "Zlib", "LicenseRef-scancode-khronos", "BSL-1.0", "BSD-2-Clause", "Apache-2.0" ]
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
6,864
hpp
// Copyright 2016 The SwiftShader Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
[ "elix22@gmail.com" ]
elix22@gmail.com
0d334ab064af48a47b3a88e84403d9fcb4099edf
eb02ea013052c005cfeb21389e2fc103ac733431
/strange/permutation_range.hpp
60297839d1b9d92185f87ead0cd84181c2ab2824
[]
no_license
jaredhoberock/strange
b0647f2607eb6d776f464a4b8aef497b9a3f0645
5675ed11620e5ee415d8c5c6febee63c29482bda
refs/heads/master
2020-05-25T10:48:34.214276
2015-03-02T19:50:27
2015-03-02T19:50:27
5,435,259
3
0
null
null
null
null
UTF-8
C++
false
false
2,320
hpp
#pragma once #include <strange/range.hpp> #include <thrust/iterator/permutation_iterator.h> namespace strange { template<typename ElementIterator, typename IndexIterator> class permutation_range : public range<thrust::permutation_iterator<ElementIterator,IndexIterator> > { typedef range<thrust::permutation_...
[ "jaredhoberock@gmail.com" ]
jaredhoberock@gmail.com
c9a950b6a8d0c36123f2f576ad0f0b023aafc0e6
0a4ffca0aa0aa14e786e3653f263c34a376b9766
/src/gui/plugin_manager/plugin_model.cpp
25cda30db3c604bd0da4dc588a463c78dc9c26b0
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
RenWal/hal
681d1867251fc8b9fe12c065b07147573248b157
453419f49782d927fb733407bb6ec37ba3789b8a
refs/heads/master
2020-05-18T21:09:45.328352
2019-07-01T13:58:16
2019-07-01T13:58:16
184,653,425
2
0
MIT
2019-07-01T13:58:17
2019-05-02T21:23:35
C++
UTF-8
C++
false
false
7,539
cpp
#include "plugin_manager/plugin_model.h" #include "core/log.h" #include "core/plugin_manager.h" #include <QDataStream> #include <QIODevice> #include <QMimeData> #include <functional> plugin_model::plugin_model(QObject* parent) : QAbstractItemModel(parent), model_changed_callback_id(CALLBACK_HOOK_INVALID_IDX) { fo...
[ "sebastian@wallat.io" ]
sebastian@wallat.io
580d0ce2ec41d0cec8f5499b2696c104b3d231d2
d1d2dbeda6c1360a07658fc1c9ba9525cb65f181
/test/FSeamBasicMockTestCase.cpp
8d585e20029d426309e739a5ee22958532809b1a
[ "MIT" ]
permissive
chaabaj/FSeam
48bbfaa12b1145bf0a50ec740d715bf387bf7fd3
ba9a35efa78cef767f42da2a7626a17f77d825f7
refs/heads/master
2020-05-30T05:34:01.919979
2019-07-09T10:16:43
2019-07-09T10:16:43
189,563,269
0
0
MIT
2019-07-09T10:16:44
2019-05-31T09:03:26
Python
UTF-8
C++
false
false
5,174
cpp
// // Created by FyS on 3/24/19. // #include <catch.hpp> #include <iostream> #include <any> #include <FSeam.hpp> #include <TestingClass.hh> #include <FSeamMockData.hpp> TEST_CASE( "FSeamBasicTest" ) { source::TestingClass testingClass {}; auto fseamMock = FSeam::get(&testingClass.getDepGettable()); SECTI...
[ "ballandFyS@gmail.com" ]
ballandFyS@gmail.com
fef0d22f7ada0b074cdfcfa1ae669bae21d8ceea
692b41e057fb88fd24ee3591cd182a7cc81c8375
/CODEVS天梯/白银/递推12.cpp
8d5d956ddc34be1d147f21b13225f76d1aac28af
[]
no_license
hhu1506010220/ACM_Repository
509c3b677cbc741981982fd128037a5163e2edac
873c64733839db49557230d84e83589650e0c6d8
refs/heads/master
2021-07-05T22:16:32.164128
2018-11-21T13:38:22
2018-11-21T13:38:22
109,234,665
1
0
null
null
null
null
UTF-8
C++
false
false
564
cpp
#include<bits/stdc++.h> using namespace std; int a[100005]; int b[20]; int main(){ int n; cin>>n; int x,y; memset(a,0,sizeof(a)); a[1] = 1; for(int i=1;i<=n;i++){ cin>>x>>y; for(int j=1;j<=100005;j++){ if(a[j]==i){ a[j*2] = x; a[j*2+1] = y; break; } } } // for(int i=1;i<15;i++){ // co...
[ "598646152@qq.cotm" ]
598646152@qq.cotm
d374b10fefdc5a4305a67a9ef902455309b90e54
bad1cdfbe288b50a30df1d529431e6f61ad82e3e
/MyProject/Intermediate/Build/Win64/MyProjectEditor/Development/Engine/SharedPCH.Engine.cpp
ce60f1969259463cf7db2bfaf97b76d02eb1eaad
[]
no_license
TNCT-SYSKEN/19-U22-Instreal
f5d026161af0ebf8aeff935af4f23036aa694b17
0e5251b67dbd0fabcdbda59c70031f3c4485ccb3
refs/heads/master
2022-02-18T05:19:17.822061
2019-08-26T13:37:42
2019-08-26T13:37:42
195,960,086
0
0
null
null
null
null
UTF-8
C++
false
false
136
cpp
#include "C:/Users/GLaTAN/Git/19-U22-Instreal/MyProject/Intermediate/Build/Win64/MyProjectEditor/Development/Engine/SharedPCH.Engine.h"
[ "glatan.edu@gmail.com" ]
glatan.edu@gmail.com
099534bfa16948dbe47e8aa7a61c648561ba9ce4
dbf42d764c349fa36aa1519f4091780bebfabc0f
/Fractal/main.cpp
37509343837838b6c32aac306d71608f6cf9531b
[]
no_license
smhase/myCpp
a9b7fd74567c26db3cfb08e1235dbf00674450f0
cfb5c8625ce57f32533d4d7cbb6c9ca369f52d6d
refs/heads/master
2022-11-15T06:48:56.211598
2020-07-03T12:28:53
2020-07-03T12:28:53
254,540,253
0
0
null
null
null
null
UTF-8
C++
false
false
1,635
cpp
#include <iostream> #include <math.h> #include <cstdint> #include <iostream> #include <fstream> #include <memory> #include "bitmap.h" #include "mandelbrot.h" #include "zoomlist.h" #include "fractalCreator.h" using namespace std; using namespace zero; int main() { int const WIDTH = 800; int const HEI...
[ "saurabhmhaseie2@gmail.com" ]
saurabhmhaseie2@gmail.com
0fd1cda54ec32de0e93769bf79991810a0fb340b
762913d505f5e7a11e512fcaf0dbc889e90b8e7b
/source/Usul/Properties/Vector3.h
29f9c3eb50d66be09de1d5ff2f7e3ac191f93587
[ "MIT" ]
permissive
perryiv/usul
48d3adfa1499220bcd4da6cc9ecb4e4c12a07350
150b875c195e214b965c3de6040022d6fb7e7bb3
refs/heads/master
2023-06-22T19:11:35.631219
2023-06-15T18:37:29
2023-06-15T18:37:29
166,458,176
0
0
null
null
null
null
UTF-8
C++
false
false
4,345
h
/////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2019, Perry L Miller IV // All rights reserved. // MIT License: https://opensource.org/licenses/mit-license.html // /////////////////////////////////////////////////////////////////////////////// ///////////////////...
[ "perry@modelspace.com" ]
perry@modelspace.com
82a14cab77ed4beb93ff7bfed5bc5bb494144de6
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/chrome/browser/browser_process_platform_part_base.h
d8becac696ae8bfd975c7f6115f3c58dad57f987
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
1,638
h
// Copyright (c) 2013 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_BROWSER_PROCESS_PLATFORM_PART_BASE_H_ #define CHROME_BROWSER_BROWSER_PROCESS_PLATFORM_PART_BASE_H_ #include <memory> #include...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
1b15d282d088e84a544d1b3787adb7b3d5ce36a8
e542126c7ec1e25fa8c22c5ee31f052ebe9b4ab5
/Timer/linux_timerfd/main.cpp
2988fb8c1244f9bd0fab3a055aa9302b81ab3323
[]
no_license
Hengshuofushi/CppRepository
837f6f2191a833650f4f74d17977a092750d99a4
5cdc2fb9d705798e9add1b4db2ed45cc28c68865
refs/heads/master
2022-05-17T03:55:27.128409
2022-05-04T10:20:00
2022-05-04T10:20:16
226,624,390
0
0
null
null
null
null
UTF-8
C++
false
false
364
cpp
#include <cstdio> #include <iostream> #include <unistd.h> #include "timerfd.h" using namespace std; void func() { cout << "1111" << endl; } int main() { Task task = std::bind(func); Timerfd timer; TimeSpec once_time = { 1,0 }; TimeSpec period_time = { 1,0 }; timer.start_timer(task, &once_time, &period_time); sl...
[ "huqiang0705@outlook.com" ]
huqiang0705@outlook.com
dd7063c8aea6ee3f156645f054194ade6095d0e7
3e32db596ebc291c2b902d7fcdd609d722099fbc
/sonic_screwdriver.ino
6b3fc98cf13a7e3a85f5d034de6c3f8170e59fa1
[]
no_license
davedarko/sonic_screwdriver
54d3a795c2f4d5908e211d9d277fe1fbf3cca48a
17544b000606f1d92e57e988c145d321ce11ee48
refs/heads/master
2020-05-30T03:47:31.784752
2014-05-15T17:51:03
2014-05-15T17:51:03
9,884,113
1
0
null
null
null
null
UTF-8
C++
false
false
10,398
ino
/* Author: Dave Plöger V0.1 - 06.05.2013 First GITted TODO or wouldn't it be nice too... # make it blink/beep in bpms as metronome # integrate accelerator script # integrate power saving / sleep script # use digital 2 as interrupt for sleep For documentation of the hardware check the link http://hackaday.io/project/...
[ "ploeger.dave@gmail.com" ]
ploeger.dave@gmail.com
75abf13a4a80b6752e38406a7e815c07255eb4e1
efc4f0346a816f4926fb6d6e2bd522296a141c14
/c++/multithread/thread.cpp
ab468f65c9730b36faf09b19664b81ae31b4a0ff
[]
no_license
sivakannang/projects
ebe6f47b6cf797d02d5fe119c7e063342995f293
6124bc5ceac3cd8629723ac3b13d92b8177f00aa
refs/heads/master
2021-06-23T17:49:18.211580
2021-03-07T04:44:03
2021-03-07T04:44:03
207,153,046
0
0
null
2021-03-07T04:44:03
2019-09-08T18:08:03
C++
UTF-8
C++
false
false
4,480
cpp
/********************************************************************************************************************* * std::thread is the thread class that represents a single thread in C++. * To start a thread we simply need to create a new thread object and pass the executing code to be called (i.e, a callable o...
[ "Sivakannan.G@INDECOMM.LOCAL" ]
Sivakannan.G@INDECOMM.LOCAL
e3f7a638cdf5308af884e2f55c8b601848d9a9b3
cbc1ddd7805460f38d70c206280ba9b75b46a7b1
/Stream.cpp
2ac7ae081edf6d43e890c6c7d3d59b71a9969f85
[]
no_license
aknetk/Mighty-Switch-Force-3DS-Extractor
ee74f0b574f001ad5db461ae9068dab2e19ef7d4
c349fb9aa0b5d9ab1b52044f0634c75dd14d67b1
refs/heads/master
2020-07-19T11:32:50.796235
2019-09-05T01:12:27
2019-09-05T01:12:27
206,441,029
1
0
null
null
null
null
UTF-8
C++
false
false
3,785
cpp
#include "Stream.h" #define READ_TYPE_MACRO(type) \ type data; \ ReadBytes(&data, sizeof(data)); void Stream::Close() { delete this; } void Stream::Seek(int64_t offset) { } void Stream::SeekEnd(int64_t offset) { } void Stream::Skip(int64_t offset) { } size_t Stream::Position() { retu...
[ "aurumdude@gmail.com" ]
aurumdude@gmail.com
7ca9d065f7f6aba581b51ccfbd735d798f9eb86d
cf85c30f63ccf0099aae64d9deaffea404dd1942
/SmartHome/EasyIoT-Cloud-master/EIoTCloudRestApiV1.0/examples/ESP8266_DS18B20_temperature_sensor_REST_v1_0.ino/ESP8266_DS18B20_temperature_sensor_REST_v1_0.ino.ino
0c896f331a21d47e74f0231fd1480d898351b4c0
[]
no_license
qvipixer/arduino
27608a138df455c8db98617bb048ea6c933aacdc
16a233ee42158cc1ecb58056390e092b3f063a57
refs/heads/master
2021-08-18T22:26:55.995443
2021-01-12T22:08:20
2021-01-12T22:08:20
52,675,247
1
1
null
null
null
null
UTF-8
C++
false
false
5,545
ino
/* Created by Igor Jarc See http://iot-playground.com for details Please use community fourum on website do not contact author directly This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation...
[ "Sergg@SERGG-BMZ-PC" ]
Sergg@SERGG-BMZ-PC
cd99f8c554a918f4cf5b7a74801c65f76276e140
00340ef958689a9be50c6a6c726cbfa344eb15f0
/main.cpp
b49d4a8d0609556ce27433cd2cb8206c87d44eb3
[]
no_license
ikutoo/yggdrasil
b7d79d96922db5a9c94fc782f471f410444769c5
4d5e1ef0caec1e13425c097d98e11d87774e985b
refs/heads/master
2021-01-17T23:02:00.955443
2017-03-07T14:45:43
2017-03-07T14:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
818
cpp
/************************************************************************** File: main.cpp Author: Song Xiaofeng Date: 2016-05-04 Description: **************************************************************************/ #include "view/cmain_win.h" #include <QtWidgets/QApplication> #include <QSplash...
[ "1007833641@qq.com" ]
1007833641@qq.com
ed1ff1ea25e3eb5563853c8b915f1fcebc153d04
246377701e2ffe6906cdc4bafd97d793a5d31e00
/L1Trigger/CSCTriggerPrimitives/src/LCTQualityAssignment.cc
7d9acee88f40c27e396c027c0bf3c85b6ba7a93c
[ "Apache-2.0" ]
permissive
kyoon-mit/cmssw
56cbaa6600c500ab4454da48815db9908bb037ae
88f708693bb765c6c3b3fa863d171457f982bb20
refs/heads/master
2023-07-02T14:01:30.302721
2021-07-14T04:03:19
2021-07-14T04:03:19
284,326,704
0
0
Apache-2.0
2020-12-17T13:14:42
2020-08-01T19:35:28
C++
UTF-8
C++
false
false
7,728
cc
#include "L1Trigger/CSCTriggerPrimitives/interface/LCTQualityAssignment.h" #include "L1Trigger/CSCTriggerPrimitives/interface/GEMInternalCluster.h" #include "DataFormats/CSCDigi/interface/CSCConstants.h" #include "DataFormats/CSCDigi/interface/CSCALCTDigi.h" #include "DataFormats/CSCDigi/interface/CSCCLCTDigi.h" #inclu...
[ "sven.dildick@cern.ch" ]
sven.dildick@cern.ch
47e9783de0d983ee1d99cd56a7994e6675fad60d
d651a1cd36e716aa7e7daa5148be43afb95c638b
/hdiffz.cpp
b852be3678e79b75807e833381618bec8aec553c
[ "MIT" ]
permissive
solotic/HDiffPatch
53ae51ac69280d049de706bdc67519713a9c0580
a5420d291f567fa64bbb59f314016388c5445278
refs/heads/master
2021-10-03T10:12:35.423107
2018-12-01T08:48:54
2018-12-01T08:48:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,541
cpp
//hdiffz.cpp // diff tool // /* The MIT License (MIT) Copyright (c) 2012-2017 HouSisong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the...
[ "sisong@gmail.com" ]
sisong@gmail.com
78bc29caad793032dfe8600d136f873f39e72d44
81ed1280eca8b7cab677bc0d42438bb590b71ae2
/src/qt/qvaluecombobox.cpp
f31565ad48c4e068aa29f07a13407cc845aee900
[ "MIT" ]
permissive
btcavenue/btcavenue
09d595d8cc3392890e4ceb1272569d41e059f7d8
63c135c40dbb1aef3078abb4dffefa04b8ef8217
refs/heads/master
2021-03-24T23:51:21.263328
2020-03-16T00:02:29
2020-03-16T00:02:29
247,573,014
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
// Copyright (c) 2011-2018 The Btcavenue Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/qvaluecombobox.h> QValueComboBox::QValueComboBox(QWidget *parent) : QComboBox(parent), role(Qt::UserR...
[ "root@ns349841.ip-188-165-202.eu" ]
root@ns349841.ip-188-165-202.eu
91b3e9deca097c7a4338c240a097130e89207557
d4eb7ef36cc061317a9f6eea4f796d40ecb76f9a
/chapter2/MyQueue .cpp
fd9838745f531e30fd439a8bc1786fc53703d316
[]
no_license
Agnes001/xiaohuiAlgorithm
a9dc86bf0385171c20f6e0131a5209caca67cdc1
b6a306d5ec2cb9f429841ceaa5ca059d720ca6ba
refs/heads/master
2022-12-29T14:48:21.865839
2020-10-15T09:33:58
2020-10-15T09:33:58
303,344,920
1
0
null
null
null
null
GB18030
C++
false
false
1,074
cpp
#include <iostream> class MyQueue { public: MyQueue(int capacity) { this->arr = new int[capacity]; this->size = capacity; } /// <summary> /// 入队 /// </summary> /// <param name="element">入队的元素</param> void enQueue(int element) { if ((rear + 1) % size == front...
[ "17125131@bjtu.edu.cn" ]
17125131@bjtu.edu.cn
5469a200ee84aa92693b357f66444fd392a0a657
e6b9fda56d7aa9fa8688c33ef615fba74f830d1c
/src/amount.cpp
7203124e264e6187a7597da7c2c59ed214e705f5
[ "MIT" ]
permissive
ytjijin/source
49680041b8b6fc147c23fa8e47d0c72a98c237ad
cf3f1ffa1e08b10ab22f3b5b689979387734992e
refs/heads/master
2020-03-28T17:19:19.392035
2018-10-08T03:34:42
2018-10-08T03:34:42
148,778,134
0
0
null
null
null
null
UTF-8
C++
false
false
1,142
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2017 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 "amount.h" #include "tinyformat.h" const std::string CURRENCY_UNIT = "...
[ "281865675@qq.com" ]
281865675@qq.com
e594cad4126b5b63b3d3633aa0170c2815a075f4
5fae33b990487389937e151699c16718d2020c6e
/src/mrb_rect.cxx
58c77e64aaf4ab3ae71954e00a0be6a3b704a970
[]
no_license
IceDragon200/mruby-sfml-graphics
dc4f2738ba15c8148a51b4226c3f3092ea8b5754
e4a485edc9466ede27bc98cef39d2280c5796e66
refs/heads/master
2020-05-17T22:35:14.653594
2020-01-14T15:05:07
2020-01-14T15:05:58
34,196,108
1
0
null
null
null
null
UTF-8
C++
false
false
6,428
cxx
#include <mruby.h> #include <mruby/class.h> #include <mruby/data.h> #include <mruby/numeric.h> #include <SFML/Graphics/Rect.hpp> #include "mrb/cxx/helpers.hxx" #include "mrb/sfml/graphics/rect.hxx" #include "mrb/sfml/system/vector2.hxx" static struct RClass *int_rect_class; static struct RClass *float_rect_class; temp...
[ "mistdragon100@gmail.com" ]
mistdragon100@gmail.com
9140b2b5ffc54d7764afad11f07f5afeec6ebe69
ecbad814568f9be658845e7e1e04b2c32c870975
/Dynamic Programming/Coin Change/coinchangebookex.cpp
ddcc691b14994bc4ce5f049bbe3d445e46d6de2b
[]
no_license
prathmesh36/Competitive-Coding
d320969683e3d874955b147c0b3d294a8cc1a5b6
f6298de1546d24feaff9191c26e8ac436feee10f
refs/heads/master
2021-04-15T04:46:33.521565
2018-05-22T03:25:15
2018-05-22T03:25:15
126,813,893
1
0
null
null
null
null
UTF-8
C++
false
false
521
cpp
#include<bits/stdc++.h> #include <iostream> using namespace std; int coins[]={1,3,4,5}; int mincoins(int m, int v) { int table[v+1]; table[0]=0; for(int i=1;i<=v;i++) table[i]=INT_MAX; for(int i=1;i<=v;i++) { for(int j=0;j<m;j++) { if(coins[j]<=i) { int subres=table[i-coins[j]]; if(subres!=INT...
[ "prathmesh36@yahoo.com" ]
prathmesh36@yahoo.com
a50573bcb2193b44e562d22d759beb837e0eb965
d160bb839227b14bb25e6b1b70c8dffb8d270274
/MCMS/Main/Processes/ConfParty/ConfPartyLib/H323DialOutSimulationParty.h
fb0a44187d4ce257b020edbb13f98642ee6b6ff9
[]
no_license
somesh-ballia/mcms
62a58baffee123a2af427b21fa7979beb1e39dd3
41aaa87d5f3b38bc186749861140fef464ddadd4
refs/heads/master
2020-12-02T22:04:46.442309
2017-07-03T06:02:21
2017-07-03T06:02:21
96,075,113
1
0
null
null
null
null
UTF-8
C++
false
false
2,936
h
/*$Header: /MCMS/MAIN/subsys/mcms/PRT323OU.H 18 26/03/01 20:49 Matvey $*/ //+========================================================================+ // PRT323OU.CPP | // Copyright 1995 Pictel Technologies Ltd. | // ...
[ "somesh.ballia@gmail.com" ]
somesh.ballia@gmail.com
42c81617259e745c2a8fcd6be2a7ab55de0b8dff
36183993b144b873d4d53e7b0f0dfebedcb77730
/GameDevelopment/AI Game Programming Wisdom/SourceCode/02 Useful Techniques/08 Zarozinski/src/ffllapi/MemberFuncBase.h
507ea177b94368269701daec99cab28cb1891c14
[]
no_license
alecnunn/bookresources
b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0
4562f6430af5afffde790c42d0f3a33176d8003b
refs/heads/master
2020-04-12T22:28:54.275703
2018-12-22T09:00:31
2018-12-22T09:00:31
162,790,540
20
14
null
null
null
null
WINDOWS-1252
C++
false
false
3,715
h
// // File: MemberFuncBase.h // // Purpose: This is the base class all the membership fucntions. // // Copyright © 1999-2001 Louder Than A Bomb! Software // // This file is part of the FFLL (Free Fuzzy Logic Library) project (http://ffll.sourceforge.net) // It is released under the BSD license, see http://ffll.source...
[ "alec.nunn@gmail.com" ]
alec.nunn@gmail.com
e9ed435eb2809107818b03af29fd63d5df3f5123
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_3576.cpp
877436cf08786dfff5cd495aa12790310be7a7c6
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
610
cpp
EOF test_expect_success 'add --no-tags' ' rm -rf add-tags && ( mkdir add-no-tags && cd add-no-tags && git init && git remote add -f --no-tags origin ../one && git tag -l some-tag >../test/output && git tag -l foobar-tag >../test/output && git config remote.origin.tagopt >>../test/output ) && ( cd o...
[ "993273596@qq.com" ]
993273596@qq.com
d14e445276c2cf2c3d2f2a8591132222b4c582ac
1412a1ad6ff4d588e8663875eeafb1254e716f92
/Go-Fish/card.cpp
743e0168cf1a221621219c36bcceb12e9e3be58f
[]
no_license
sohaibi/myprojects
581af9e71fa9753aabec69633c92510a4620c4d1
b1d2495f1ecfff0bf52f90133c9d8e98632e9be5
refs/heads/master
2023-02-13T17:38:06.219101
2021-01-10T12:52:53
2021-01-10T12:52:53
300,834,843
0
0
null
null
null
null
UTF-8
C++
false
false
3,841
cpp
// // Created by khans on 4/5/2019. // #include "card.h" #include <iostream> /* Created by Sohaib Khan and Mary Graham */ using namespace std; Card:: Card() //default constructor { myRank = 1; mySuit = spades; } /* Parametrized Constructor which sets the rank and suit of the r...
[ "Khansohaib98@yahoo.com" ]
Khansohaib98@yahoo.com
26634ade912a5aaddab3968344b014d72cf32e47
59badda76482c3ec6202aa6a96d416811dfb78e9
/IMAC/TP1/Ex1/src/deviceProperties.hpp
4504018a5dd4f4cebb57a39dc43b951680ac0b51
[]
no_license
hugomtr/learn-cuda
3d16848bd611f09d7a483d6d00b99f4c0747ee84
6a93f109d8f1c20bd82ffa7cc1fb2ac93addf61f
refs/heads/master
2023-03-20T04:33:23.838851
2021-03-11T12:01:04
2021-03-11T12:01:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
292
hpp
/* * TP 1 - Premiers pas en CUDA * -------------------------- * Ex 1 : Verifions le matériel * * File: deviceProperties.hpp * Author: Maxime MARIA */ #ifndef __DEVICE_PROPERTIES_HPP #define __DEVICE_PROPERTIES_HPP int countDevices(); void printDeviceProperties( const int i ); #endif
[ "laurine.lafontaine@outlook.fr" ]
laurine.lafontaine@outlook.fr
8717bf82749b4448c5754d11444cbd772ede2fab
f2de6de852465cdae4171f6aa2e048ab0a0e04ba
/rele.ino
c1a93e6187c50b1713004183273fb4beac30a155
[]
no_license
rodrigoalves1/arduino
091ef9032b9782e99960a41ec8457ced44fc9889
12133bc0266007f9e7f84144018c92a25a5e3a17
refs/heads/master
2020-05-20T12:45:31.928982
2015-11-30T22:00:54
2015-11-30T22:00:54
40,381,649
0
0
null
null
null
null
UTF-8
C++
false
false
186
ino
int led = 7; void setup() { // put your setup code here, to run once: pinMode(led,OUTPUT); } void loop() { digitalWrite(led,HIGH); delay(1000); digitalWrite(led,LOW); delay(1000); }
[ "raan@cin.ufpe.br" ]
raan@cin.ufpe.br
8bdaed2c5317f6dc78dfb62eee7134f48f435974
82c08e03418c0e828d683cfc81e9730de0d506f7
/pathtracer/cmdLineParams.h
c7055b28a80073d9b093f8652c07698a87def475
[]
no_license
technik/gideon
9b3557ba0d6aa799bddc51ffa19d9a79222437f4
6f82ad13a69710fed04c165557978df14bfd64be
refs/heads/master
2022-03-19T08:04:25.419733
2022-03-12T21:02:28
2022-03-12T21:02:28
131,188,882
12
0
null
null
null
null
UTF-8
C++
false
false
1,802
h
//------------------------------------------------------------------------------------------------- // Toy path tracer //-------------------------------------------------------------------------------------------------- // Copyright 2018 Carmelo J Fdez-Aguera // // Permission is hereby granted, free of charge, to any ...
[ "cjtech90@gmail.com" ]
cjtech90@gmail.com
fb502ceef89534c387600889ee75cf67ca79a2ed
162110a1435b512af957aa01c31ebae2a8cf07d7
/src/Vector2D.cpp
67d8f22387d85770377b8874347255a6fb743c6b
[]
no_license
Neology92/2d-rotations
cabf4ee81df9d55c6e5824eb22fefe8090ed39ad
11fe37cbba3d08a5a6f594bddc77352f059320e3
refs/heads/master
2020-05-03T03:30:59.472371
2019-04-01T13:42:40
2019-04-01T13:42:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,664
cpp
#include "Vector2D.hh" // Constructor Vector2D::Vector2D() { for (int i=0; i < DIMENSIONS; i++){ coordinate[i] = 0.0; } } // Constructor overload Vector2D::Vector2D(double arg[]) { for(int i=0; i < DIMENSIONS; i++){ coordinate[i] = arg[i]; } } double Vector2D::operator[] (int index)...
[ "oskarlegner@gmail.com" ]
oskarlegner@gmail.com
9109fdd275f409fa6d3dfc3d154e1abbf80348a6
1a8313fd9a8c52f669084e231afb9a835ae40a58
/NNGameFramework/NNGameFramework/NNSize.h
7ca36e62a6dceca8da6ceb5b226783411a9f4f80
[ "MIT" ]
permissive
quxn6/wugargar
32d0728e6250cb8b4cd66342c62636151a6266a6
79e71a83e1240052ec4217d5223359ca5f1c3890
refs/heads/master
2021-01-20T21:20:42.860984
2014-01-08T01:37:02
2014-01-08T01:37:02
13,084,157
2
0
null
null
null
null
UHC
C++
false
false
1,333
h
#pragma once #include "NNConfig.h" /* */ /* NNSize /* 사각형의 사이즈와 좌표를 담고있는 클래스 /* */ class NNSize { private: float m_Width; float m_Height; public: NNSize() : m_Width(0.f), m_Height(0.f) {} NNSize( float width, float height ) : m_Width(width), m_Height(height) {} NNSize( NNSize& size ) : m_Width(size.Get...
[ "coponyo@naver.com" ]
coponyo@naver.com
6f6d9d61cf68027f4b77179c6390a42bfdc89286
002a7877cfe265ad2e930e7b65b84ada50185036
/Library/Utilities/fftw++-2.05/tests/conv3.cc
a615abf03de5311b62bdfce7c1e1fcbee6239904
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "GPL-3.0-only", "LGPL-3.0-only", "LicenseRef-scancode-philippe-de-muyter", "LGPL-3.0-or-later", "LicenseRef-scancode-other-copyleft", "LGPL-2.1-or-later" ]
permissive
stevend12/SolutioCpp
254f2fac5f7d621570d52080adb5022fdf6bc9df
22803fd6dd5fbe610f4cf09558df58e9c94e0f38
refs/heads/master
2023-08-05T12:25:03.549197
2023-07-26T21:27:45
2023-07-26T21:27:45
68,945,545
11
3
Apache-2.0
2023-07-26T21:27:47
2016-09-22T17:30:55
C++
UTF-8
C++
false
false
7,979
cc
#include "convolution.h" #include "explicit.h" #include "direct.h" #include "utils.h" #include "Array.h" using namespace std; using namespace utils; using namespace Array; using namespace fftwpp; // Number of iterations. unsigned int N0=10000000; unsigned int N=0; unsigned int nx=0; unsigned int ny=0; unsigned int nz...
[ "stevendolly12@gmail.com" ]
stevendolly12@gmail.com
6c04db259ff567fcc9e5e2cae16a3e6bfcc8c645
58a608bf9e157c2ab1b49749782a597cd423eafb
/FenetrageClipping/FenetrageClipping/main_BACKUP_7516.cpp
355f916e821b2cf761326c9ae889b43cecf3a8a6
[]
no_license
ravonyx/Clipping-LCA
6b8b26ad53675cc6891bf2c6c01705c7186db003
77fc643c47b6a39ac2c1ebd1cd2384380acbaff2
refs/heads/master
2021-01-10T05:01:43.333443
2016-02-22T20:59:37
2016-02-22T20:59:37
45,983,886
0
0
null
null
null
null
UTF-8
C++
false
false
5,471
cpp
#include <GL\glew.h> #ifdef _WIN32 #pragma comment(lib, "opengl32.lib") #include <Windows.h> #endif #include <GL\freeglut.h> #include <glm\glm.hpp> #include <stdio.h> #include <stdlib.h> #include <list> #include <vector> #include <cmath> #include <algorithm> #include <iterator> GLint referenceX = 0; //Declar refer...
[ "ravonyxa@gmail.com" ]
ravonyxa@gmail.com