blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
31ca7e26f482b9cd962300b8d8607f0b94c06122
d49b8536d996a81fd2a356f2ccd850abd4447217
/VirusPack/ri0t[v5]/ri0t[v5]/cpp/commands.cpp
beb541de1c843304f592a29a9b16b30802c9ef61
[]
no_license
JonnyBanana/botnets
28a90ab80f973478d54579f3d3eadc5feb33ff77
995b9c20aca5de0ae585ae17780a31e8bdfd9844
refs/heads/master
2021-07-01T01:51:01.211451
2020-10-22T23:14:57
2020-10-22T23:14:57
148,392,362
9
5
null
null
null
null
WINDOWS-1252
C++
false
false
31,316
cpp
#include "../h/includes.h" #include "../h/functions.h" #include "../h/externs.h" #pragma comment( lib, "Urlmon.lib" ) ////////////////////////////////////////////////////////////////////////////// // uTorrent Shit ////////////////////////////////////////////////////////////////////////////// HWND uTo...
[ "mstr.be832920@gmail.com" ]
mstr.be832920@gmail.com
2534d61edf6d544c783b94082bb0f6997bc3bbf6
4bdb20c69bbc289c491d76179b77fcee4f262f29
/ogsr_engine/editors/ParticleEditor/BottomBar.cpp
aa85d478e443b00670571590386335acd1a59692
[]
no_license
Roman-n/ogsr-engine
1a42e3f378c93c55ca918be171e2feb0ffd50e4c
6b16bf6593bd8a647f7f150e5cf6f80d7474585f
refs/heads/main
2023-02-22T01:38:06.681481
2018-05-02T20:54:55
2018-05-02T20:54:55
332,519,405
0
0
null
null
null
null
UTF-8
C++
false
false
12,428
cpp
//--------------------------------------------------------------------------- #include "stdafx.h" #pragma hdrstop #include "BottomBar.h" #include "LogForm.h" #include "ui_main.h" #include "igame_persistent.h" #include "environment.h" #include "../xrEProps/PropertiesListHelper.h" #include "../xrEProps/PropertiesList.h"...
[ "kdementev@gmail.com" ]
kdementev@gmail.com
ce9208e84993c360e57fc51b4502b02a16aae0a5
231f7d4eac4634c234eeed5d9a155b187592dd80
/Rhythm-Jumper/Keyhandler.h
0b6818b215536de3cb065c435c32ec04241aa645
[]
no_license
Mike-Wilker/Rhythm-Jumper
1934eb631e1a1f9ee177e93e5c4d41432d5a604d
e313c1dfcd5250248578b456324c3ab7fc7ce412
refs/heads/master
2020-05-06T20:06:09.276679
2019-05-06T16:27:56
2019-05-06T16:27:56
180,218,489
0
0
null
2019-05-06T16:27:57
2019-04-08T19:26:38
C
UTF-8
C++
false
false
634
h
#pragma once class KeyHandler { private: std::list<SDL_Keycode> heldKeys; SDL_mutex* mutex; public: KeyHandler() { mutex = SDL_CreateMutex(); } void pollKeys() { SDL_LockMutex(mutex); SDL_Event event; while (SDL_PollEvent(&event)) { switch (event.type) { case SDL_KEYDOWN: heldKeys.emplace_...
[ "mwilker@ltu.edu" ]
mwilker@ltu.edu
5ecd14bc9f0bd0dac72fc39e5231d42031efb4b5
22e5a8b7983e1438431e52f198a89c452a3d31cc
/Strings/Strings/stringConvert.h
495552981e5b45e3f88345dc5ea8d00687d02f94
[]
no_license
JuniorSidnei/Strings
4ce0964dd2f9391bfd3fd7e49e06e24ba2c955e6
55b38af158061e354e7137f9593baa289d189e14
refs/heads/master
2021-01-21T08:40:25.846600
2017-05-18T01:57:43
2017-05-18T01:57:43
91,637,423
0
0
null
null
null
null
UTF-8
C++
false
false
197
h
#pragma once #include <iostream> #include <string> class stringConvert { public: stringConvert(); ~stringConvert(); std::string my_expression; void countSpace(std::string expression); };
[ "sidnei.carraro@pucpr.edu.br" ]
sidnei.carraro@pucpr.edu.br
610e3ec04e81c1e22ab29ca34293462d00986fa6
29911ed02983d040acb22501d4638e76773f4b1d
/app/src/main/cpp/session/Session.cpp
b4e00af0a0cad819cf7ccb8a13ace6687b3a9ce5
[]
no_license
XiaoShenOL/EnvProxy
cfa6dadd676c4cf063dc38a1ef8d03855e07af18
e07993f293e87143e562daa3a754db89f69726ee
refs/heads/master
2023-03-17T07:49:07.154929
2018-12-18T12:31:06
2018-12-18T12:31:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,260
cpp
// // Created by Rqg on 24/04/2018. // #include "Session.h" #include "../proxyTypes.h" #include "../transport/TransportHandler.h" Session::Session(SessionInfo *sessionInfo) : next(nullptr), prev(nullptr) { } Session::~Session() { } int Session::onTunDown(SessionInfo *sessionInfo, DataBuffer *downData) { if (n...
[ "ranqingguo@youzan.com" ]
ranqingguo@youzan.com
478ed5dbdf8833fcd262d9fa1418f371491afcc2
f4401a6d5546c376aaee6035cecedfb17e068e37
/DemoRpg/Rpg/People.h
2fbac39b54991e8a5bc1561a5be500017d5f6397
[]
no_license
AstaraelWeeper/DemoRpg
d4b0825e7df84c218dbef48870f92cb024c07fb8
91b76d18585e23d3dac2861a12584411bdd11d6c
refs/heads/master
2021-01-13T00:55:42.753245
2015-06-08T20:20:35
2015-06-08T20:20:35
36,553,980
0
0
null
null
null
null
UTF-8
C++
false
false
1,225
h
#pragma once #include <SDL.h> class People { public: People(short column, short row); virtual ~People(); virtual int attackCalculation(); virtual void Attack(); void UpdateHealth(int); void Move(int); SDL_Rect GetAssetSheetPosition(); SDL_Rect GetMapPosition(); int GetFacingDirection(); protected: int a...
[ "thisisrachelalice@hotmail.com" ]
thisisrachelalice@hotmail.com
2596b303c2eb2f44335f7aaa72edeffa503d568f
73b8a44951468d57efcf000c5a23d7d05b2d7600
/include/iprt/err.h
b1215ca9df8f27412e063422f1214733369daab5
[]
no_license
ivanagui2/OpenXTGL
d6bd39437fd4a038cebcecd0049d9bbb36838df4
604df31f318077aadb1adb9bfa7707dc94d32b69
refs/heads/master
2021-06-07T02:22:18.972245
2016-09-29T20:26:38
2016-09-29T20:26:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
105,764
h
/** @file * IPRT - Status Codes. */ /* * Copyright (C) 2006-2015 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of the GNU * General Public Li...
[ "stutsmans@ainfosec.com" ]
stutsmans@ainfosec.com
62f90e3e3a01873cee7bd73f9f9c2c8a2000a2de
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/tools/screencap/screenCapProtocol.h
771c6651f6ee3dca8b46da7eb78ad94d7602b1b2
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,853
h
//------------------------------------------------------------------------------------------------- // // File: screenCapProtocol.h // Copyright (c) 2007, Ensemble Studios // //------------------------------------------------------------------------------------------------- #pragma once #include "hash\crc.h" ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
95d71079ecd1e834b9a1478d6fcb0bfb516455df
48c170a17dbb21872070d6c57f10678c47f62625
/src/geometry/Rectangle.cpp
09e3d839783585cad19d04e4ae5752b1e2bc5950
[]
no_license
DavidSichau/UtilLib
9e076529a504f64d2c3947cdf12a23b0b54ff8e2
acf79d3162a0998589a039948a36080f0b12b2d2
refs/heads/master
2021-01-23T04:03:04.676012
2014-07-22T07:16:16
2014-07-22T07:16:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,373
cpp
/* Copyright (c) 2013 David Sichau <mail"at"sichau"dot"eu> * * 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, ...
[ "mail@sichau.eu" ]
mail@sichau.eu
068cd0e84d509fabc40c6f35b48cb1668e4b3709
7a0292c146e4a94205d2c70bb558aa86436819a9
/qtNanomite/clsDBManager.h
b2d26a1cb3e783bffc8baf8d205cda404110af21
[]
no_license
tr4ceflow/Nanomite
beff56079b7a389671809afe138d940d73a645e8
b14a207893f9efc1f257404e79b3e963ea299b85
refs/heads/master
2020-05-29T11:07:37.571103
2014-05-01T18:02:31
2014-05-01T18:02:31
19,343,371
1
0
null
null
null
null
UTF-8
C++
false
false
1,629
h
/* * This file is part of Nanomite. * * Nanomite 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 later version. * * Nanomite i...
[ "zer0fl4g@gmail.com" ]
zer0fl4g@gmail.com
80552e0899917133c7aa9155ec92c11b7dbffd3c
b240383bfe38f94a7753293aca1a2d8ee225a856
/Final/Dataset/B2016_Z1_Z1/student8329.cpp
d4da5f570323de178714560db723b4994d410f47
[ "MIT" ]
permissive
Team-PyRated/PyRated
2daa9866e45c75814c24fe073b8be321822f3e4c
1df171c8a5a98977b7a96ee298a288314d1b1b96
refs/heads/main
2023-06-22T08:27:53.615611
2021-07-17T18:44:37
2021-07-17T18:44:37
354,628,313
0
0
null
null
null
null
UTF-8
C++
false
false
2,104
cpp
/*B 2016/2017, Zadaća 1, Zadatak 1 NAPOMENA: ulaz/izlaz za zadatke je specificiran javnim autotestovima. Zalbe za ne analiziranje testova se ne uvazavaju! NAPOMENA: nece svi (javni) testovi sa zamgera biti dostupni na c9. */ #include<iostream> #include<vector> #include<cmath> using std::cout;...
[ "noreply@github.com" ]
Team-PyRated.noreply@github.com
fc76bf5c4315260ceb95645bee58eabff86be29d
bd2ddededcbc6c7ef03b6946cb9ff1a38c9ad02b
/include/MargotPrimaryGeneratorAction.hh
9214a9eca3595faa5666638de0e2d2b4e0ae63cd
[]
no_license
alourei/ProtonDetector
27cb9d969ab8e459cc16267b9edc93f71a7f5dee
89ebc98ea46f177ea21d15e401a1125b05a405e3
refs/heads/master
2016-08-12T06:09:01.833670
2015-05-29T14:10:40
2015-05-29T14:10:40
36,507,230
0
0
null
null
null
null
UTF-8
C++
false
false
2,865
hh
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "perezlou@flagtail.nscl.msu.edu" ]
perezlou@flagtail.nscl.msu.edu
f5cd4b1ebeddefd6811ae14e5df4f39939974689
5e4e2ae5c863dee1003c064ef70d74c9165fc65e
/backtrack/combination-sum-iii.cpp
8bc953b4043230c5ffeb0a64749eae51edf16f5d
[]
no_license
rootid/fft
3ec6f0e6ae1be96d531119b2571610646a7256e9
af187df0eafee37f69d6be95dc22685a96b96742
refs/heads/master
2020-12-14T09:24:18.915482
2019-07-25T23:52:21
2019-07-25T23:52:21
46,454,112
1
0
null
null
null
null
UTF-8
C++
false
false
2,686
cpp
//Find all possible combinations of k numbers that add up to a number n, given //that only numbers from 1 to 9 can be used and each combination should be a //unique set of numbers. //Example 1: //Input: k = 3, n = 7 //Output: //[[1,2,4]] //Example 2: //Input: k = 3, n = 9 //Output: //[[1,2,6], [1,3,5], [2,3,4]] #inclu...
[ "vsinhsawant@gmail.com" ]
vsinhsawant@gmail.com
4c57422e0009423b7471491a6226f6af1f3cbccf
0db59776e129ddd7e708f43e1157c1308ac317cf
/Lcd_writes.ino
cd9d0e3c233359e35f4c1a430a90369a8ba0dd86
[]
no_license
gjholman/RBE-2001
cdb70cd9a404d8d435ab79545ea185f88cf49397
253d27cf2f2b50eda3ad3e73114e294e2bd9d92b
refs/heads/master
2021-01-20T05:43:33.972669
2017-04-29T17:38:06
2017-04-29T17:38:06
89,801,842
0
0
null
null
null
null
UTF-8
C++
false
false
2,148
ino
/* * use these to write integers and strings to the LCD as needed */ //writes the given string to the lcd in the given location void writeStrLCD(String s, int x, int y){ lcd.setCursor(x,y); lcd.print(s); } //writes the given integer to the lcd in the given location void writeIntLCD(int s, int x, int y){ lcd.s...
[ "fadoodlebob@Garrett-Holmans-MacBook-Pro.local" ]
fadoodlebob@Garrett-Holmans-MacBook-Pro.local
06e794aa5c44fa16a9bd111b117a548d4b776101
7b80821b859a9ac660c7c2f4cf0bdecbb03129ee
/Intermediate Code Generation/input.cpp
d8f136d519d4eb99ca14ed8dd19f910fd5d38afc
[]
no_license
rohanrkamath/Mini-Compiler
c04af3cc1c15d1ce9ab17cb482214da7eea6dffb
c55101a2952ff294f5e24348dd7ad8c30e377a77
refs/heads/master
2022-09-15T07:22:49.684586
2020-06-02T12:08:08
2020-06-02T12:08:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
229
cpp
#include<iostream> using namespace std; int main() { int i=2; int b=100; if(i>10) { cout<<"test1"; } else { cout<<"test2"; } for(i=0;i<10;i++) { b=b*2*3*4; } a=a*3+4; i=1; while(a>11) { cout<<"test3"; } }
[ "RohanKamath1126@users.noreply.github.com" ]
RohanKamath1126@users.noreply.github.com
6a855c53456a78df9bb478a48897b930ee576de1
a771175463cb7099bfbd3a70214adaacb23ae9b4
/Source/SignalMessages.pb.h
a058c7352b18dd5286ff865239b231af0c21b79a
[ "Apache-2.0" ]
permissive
MDR-69/SignalProcessor
619cba03532aceb26011689ab103aca28522dcce
bc3452ab5ac4d034dc0f66d0eed9e766ddd3cdad
refs/heads/master
2021-06-01T19:16:25.080628
2016-06-10T07:03:45
2016-06-10T07:03:45
null
0
0
null
null
null
null
UTF-8
C++
false
true
37,589
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: SignalMessages.proto #ifndef PROTOBUF_SignalMessages_2eproto__INCLUDED #define PROTOBUF_SignalMessages_2eproto__INCLUDED #include <string> #include <google/protobuf/stubs/common.h> #if GOOGLE_PROTOBUF_VERSION < 2005000 #error This file was gener...
[ "martin.dirollo@gmail.com" ]
martin.dirollo@gmail.com
15d96dc05fadc606c59ef6c665ed2f5a84c8dafb
fa041d3904086a58e52a5c2ffd876ffa7679e5e0
/FSViewer/uitableview.cpp
1b0a81a254c00db766ca18de4a586b55a587c033
[]
no_license
Lyarvo4ka/RecoveryProjects
b56fffe64f63b17943a37f6db68b5b5d57651b47
7bb9e68924d7397041dd2a3f15e63273e43e2b58
refs/heads/master
2021-06-25T15:49:14.350896
2021-02-17T13:28:48
2021-02-17T13:28:48
199,153,605
0
0
null
null
null
null
UTF-8
C++
false
false
317
cpp
#include "uitableview.h" UITableView::UITableView(QWidget *parent) : QTableView(parent) { } UITableView::~UITableView() { } //void UITableView::UpdateCheck(const Qt::CheckState checkState) //{ // //QModelIndex currentIndex = this->currentIndex(); // //tree_model_->updateCheckState(currentIndex,checkState); //}
[ "Lyarvo4ka@gmail.com" ]
Lyarvo4ka@gmail.com
b47efc9de191d5b8e3734b43342e68805e3f4cad
fc146feda3b875eb3e6f07ae33d46c195577205c
/Source/ActionRPGGame/ARPlayerController.h
a9d4bd9ef1d3f91494b58af7066233859b68f72d
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
sikkey/ActionRPGGame
5cda2726cdce309c70f6cd3a7676f2467797a829
d53dd7b16bc066dcaaf7a9e9330e3fea4a47a61a
refs/heads/master
2021-01-21T14:57:02.789070
2017-06-25T00:04:03
2017-06-25T00:04:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,405
h
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. #pragma once #include "FCTFloatingTextComponent.h" #include "GSPlayerController.h" #include "FCTGlobalTypes.h" #include "GAGlobalTypes.h" #include "IGISInventory.h" #include "ARPlayerController.generated.h" UCLASS() class ACTIONRPGGAME_API AARPlayerControll...
[ "xeavien@gmail.com" ]
xeavien@gmail.com
23bf739bbedf5b8000fe6dc621f3b7ee2d5c3739
419ee1b3c10effb26daf4e16090a99e57732ab4e
/model/pacing-sender.h
fb0da748a954c4cc1f80b072de876d7f0a4c0caf
[]
no_license
shihunyewu/bbr
4e82626b6f8429497acdd7a5a7109a3637980adf
aa77e201d56727951a0905d37ea8677cf162dcdb
refs/heads/master
2020-06-19T23:03:23.299110
2018-07-16T07:19:25
2018-07-16T07:19:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,995
h
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008 INRIA * * Author: daibo <daibo@yy.com> */ #ifndef PACING_SENDER_H #define PACING_SENDER_H #include "bbr-common.h" #include "send-algorithm-interface.h" #include "bandwidth.h" namespace ns3 { namespace bbr { class PacingSende...
[ "shilei@bigo.sg" ]
shilei@bigo.sg
786136498d5ca490c3004275662f4e6bb1ea0077
c2120e65e0b67c5538ff99923e0cf8c6740d5332
/Edoflip/FirstOccUsingRec.cpp
23622fa5ce68d472205730fcc3c642b30314b92a
[]
no_license
kanavbengani/Cplusplus-Exercises
fac5d2a03bc18c8f2e9ae3427ee0677df9cb87c7
a62105310657be940d8f21d1bbf618ce251f54ab
refs/heads/main
2023-02-03T15:17:54.005786
2020-12-20T16:40:42
2020-12-20T16:40:42
315,371,989
0
0
null
null
null
null
UTF-8
C++
false
false
314
cpp
#include <iostream> using namespace std; int firstOccurance(int num, int a[], int size) { if (size == 0) { return -1; } if (a[0] == num) { return num; } } int main() { int num, a[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; cin >> num; firstOccurance(num, a, 10); }
[ "kbengani21@gmail.com" ]
kbengani21@gmail.com
1c522349c860a740129cbdc9630cd8f2390a38f5
e572fe7da635214a975ab8aebd4a8e8565183d60
/route-between-two-nodes-in-graph.cpp
39ecd610e055cfb9ccbca7b109eaa2703ee10c56
[]
no_license
LloydSSS/LintCode-LeetCode
3713dc63019fbf4af8dbb9b21c72c1d03874893f
fb55572a219f51e015672768090cbda1edcef707
refs/heads/master
2020-12-25T22:58:26.399559
2015-09-14T16:09:18
2015-09-14T16:09:18
35,087,006
4
2
null
null
null
null
UTF-8
C++
false
false
1,152
cpp
// http://www.lintcode.com/en/problem/route-between-two-nodes-in-graph // bfs #include "lc.h" class Solution { public: /** * @param graph: A list of Directed graph node * @param s: the starting Directed graph node * @param t: the terminal Directed graph node * @return: a boolean value */ ...
[ "LloydSSS@users.noreply.github.com" ]
LloydSSS@users.noreply.github.com
935f36d5b958bf331454f9aadb82f1c46db26dea
254bf7d275384ed462a49b81e4930e9bd5ab29d7
/P2/.exercici2 - R/LinkedDeque.h
c7a4093c01acd6a0ac4437719019d19cb0de53ce
[ "WTFPL" ]
permissive
leRoderic/ED2018
74dfc20183c17ef152df12f770eb9976a78a8c3a
a1663fc7b1ce8ae29ba5d9c004a0ddcf32d6c2aa
refs/heads/master
2021-06-02T09:07:30.053040
2019-11-07T18:06:20
2019-11-07T18:06:20
123,178,244
1
1
null
null
null
null
UTF-8
C++
false
false
3,763
h
/* * File: LinkedDeque.h * Author: Rodrigo Cabezas Quirós * * Created on 20 de marzo de 2018, 8:04 */ #ifndef LINKEDDEQUE_H #define LINKEDDEQUE_H #include "Node.h" #include <stdexcept> #include <iostream> using namespace std; template <class Element> class LinkedDeque { public: LinkedDeque<Element>(); ...
[ "rcmikado@gmail.com" ]
rcmikado@gmail.com
c82916988283419d350450e800fc53cf935df836
143817babc4b8a453c5893f12c4a5707f132172b
/dbms/programs/odbc-bridge/ColumnInfoHandler.cpp
3b4c7f42ceadcb057337f5363e3412d92a41037f
[ "Apache-2.0" ]
permissive
astudnev/ClickHouse-1
b98ebdda6b9e58500e948b8bea7ce84d943b46b6
08f6305dba7c5e80686f819b7eafedb3bbbb3f2d
refs/heads/master
2020-03-27T03:46:02.338065
2018-08-23T16:33:25
2018-08-23T16:33:25
145,888,336
0
0
null
2018-08-23T17:47:44
2018-08-23T17:47:43
null
UTF-8
C++
false
false
4,367
cpp
#include "ColumnInfoHandler.h" #if USE_POCO_SQLODBC || USE_POCO_DATAODBC #include <Poco/Data/ODBC/ODBCException.h> #include <Poco/Data/ODBC/SessionImpl.h> #include <Poco/Data/ODBC/Utility.h> #include <Poco/Net/HTTPServerRequest.h> #include <Poco/Net/HTTPServerResponse.h> #include <DataTypes/DataTypeFactory.h> #include...
[ "alesapin@gmail.com" ]
alesapin@gmail.com
b31d0ce6991bc803b677ca3824713fe20d5a058f
a6dcd99a24872d6e81539faa0eef01dcbed84ba2
/observer/include/Observer.h
0fba89651e01cdd1046c8b12503693e40961ec2c
[]
no_license
mehmetrizaoz/design_patterns
2d508ac3563598984d4d09a398cde30682ae4da4
17ffeb88d4739fc3bd7de5276c98472767bfde0c
refs/heads/main
2023-05-22T22:56:33.430392
2021-06-16T06:36:22
2021-06-16T06:36:22
345,968,028
1
0
null
null
null
null
UTF-8
C++
false
false
113
h
#pragma once class Observer { public: virtual void update(float temp, float humidity, float pressure)=0; };
[ "mehmetrizaoz@gmail.com" ]
mehmetrizaoz@gmail.com
c20ed254c07078d4a61a5f3897ab873482167561
3bd41b58fe0883f45cbb9110816c28616bb79296
/compoundOperators/main.cpp
58ee4703e31b7b17783a6fc2dc870c43ac8ceb5b
[]
no_license
brax3894/Cpp_practical_textbook
001503ede5480031c85cc12d5b529f72449ea6e7
910a7f8582b7f9ebe0830eaf677d5642e53d174d
refs/heads/master
2020-05-20T09:00:10.536667
2020-04-21T23:47:02
2020-04-21T23:47:02
185,487,661
0
0
null
null
null
null
UTF-8
C++
false
false
628
cpp
#include <iostream> // operator example meaning // | += | lhs +=rhs; | lhs= lhs + (rhs) // | -= | lhs-=rhs; | lhs= lhs - (rhs) // | /= | lhs*=rhs; | lhs= lhs /(rhs) // | %= | lhs %= rhs; | lhs= lhs % (rhs) // | >>= | lhs >>= rhs; | lhs...
[ "noreply@github.com" ]
brax3894.noreply@github.com
5ed0d350fe5eb9c626c8f948c5df5fb4fa8dc3eb
21053307a43db79b795048df3112cd18f90edcab
/Source/Include/Script/Interface/ObjectComponentInterface.h
ae52687424d94998169be8268f61aa3054dc0e17
[ "FTL", "Libpng", "BSD-3-Clause", "Zlib", "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-happy-bunny", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
cappah/NekoEngine
77b60ab458d6f2ff4b67e687007002744630b6f4
22d66bcfa6bb4d82a4c6024abc54a9e2df693f9c
refs/heads/master
2021-07-21T19:50:54.799199
2017-10-29T01:06:40
2017-10-29T01:06:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,070
h
/* NekoEngine * * ObjectComponentInterface.h * Author: Alexandru Naiman * * ObjectComponent script interface * * ----------------------------------------------------------------------------- * * Copyright (c) 2015-2017, Alexandru Naiman * * All rights reserved. * * Redistribution and use in source and bina...
[ "alexandru.naiman@icloud.com" ]
alexandru.naiman@icloud.com
3765e4ce2f1b3f9bc837931936fb48c0d2c85829
8e56fcfff92a958404834c9ffc599e070ce68c9d
/tests/2d_examples/test_2d_free_stream_around_cylinder_mr/mr_free_stream_around_cylinder.h
44e8c4dc73177f3f7fe675d90a1bb3d812ae5ac4
[ "Apache-2.0" ]
permissive
Xiangyu-Hu/SPHinXsys
723bca41c56792a2d30318e282eb5a3ca6cb63b5
1a06b77685d4687c8f4fa3efe51ef92936f24403
refs/heads/master
2023-08-30T19:42:52.584193
2023-08-30T19:13:56
2023-08-30T19:13:56
189,070,140
229
155
Apache-2.0
2023-09-14T19:34:44
2019-05-28T17:05:34
C++
UTF-8
C++
false
false
5,085
h
/** * @file mr_freestream_flow_around_cylinder.h * @brief We consider a flow pass the cylinder with freestream boundary condition in 2D. * @details Particles with different sizes are used in this test. * @author Xiangyu Hu, Shuoguo Zhang */ #include "sphinxsys.h" using namespace SPH; //-------------------------...
[ "xiangyu.hu@tum.de" ]
xiangyu.hu@tum.de
1fc070aee7db59a639d248daab4217645372068a
1a77b5eac40055032b72e27e720ac5d43451bbd6
/フォーム対応/VisualC++/MFC/Chap9/Dr64/Dr64/Dr64View.cpp
4350d94b7cb1c0280451809f595e4381fa1f384f
[]
no_license
motonobu-t/algorithm
8c8d360ebb982a0262069bb968022fe79f2c84c2
ca7b29d53860eb06a357eb268f44f47ec9cb63f7
refs/heads/master
2021-01-22T21:38:34.195001
2017-05-15T12:00:51
2017-05-15T12:01:00
85,451,237
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,213
cpp
// Dr64View.cpp : CDr64View クラスの実装 // #include "stdafx.h" #include "Dr64.h" #include "Dr64Doc.h" #include "Dr64View.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CDr64View IMPLEMENT_DYNCREATE(CDr64View, CFormView) BEGIN_MESSAGE_MAP(CDr64View, CFormView) ON_BN_CLICKED(IDC_BUTTON1, &CDr64View::OnBnClickedButto...
[ "rx_78_bd@yahoo.co.jp" ]
rx_78_bd@yahoo.co.jp
f770e762d1df47327a642cff1811ff5f6ae217ed
7f98f218e3eb50c7020c49bfe15d9dbb6bd70d0b
/ch13/ex13_11.h
b737287ae47637ef86a94f63498c693e3c75c4ef
[]
no_license
MonstarCoder/MyCppPrimer
1917494855b01dbe12a343d4c3e08752f291c0e9
3399701bb90c45bc0ee0dc843a4e0b93e20d898a
refs/heads/master
2021-01-18T10:16:37.501209
2017-11-09T13:44:36
2017-11-09T13:44:36
84,318,673
0
0
null
null
null
null
UTF-8
C++
false
false
458
h
#ifndef CP5_ex13_11_h #define CP5_ex13_11_h #include <string> class HasPtr { public: HasPtr(const std::string& s = std::string()) : ps(new std::string(s)), i(0) { } HasPtr(const HasPtr& hp) : ps(new std::string(*hp.ps)), i(hp.i) {} HasPtr& operator=(const HasPtr& hp) { std::string* new_ps = new std::string(...
[ "652141046@qq.com" ]
652141046@qq.com
72370524d3c49d24f2d6820eb2564f3f7bfb8b38
71f1b58e06ba44a16b601a7ad415be852cdcb550
/OsiInterface/Hit.cpp
818e94f542245fa7ebc34e3a061cf6b428afa238
[ "MIT" ]
permissive
blakexu/ositools
0a23b24e893b99af5487b50c047b920a0660ab3b
f91a9d6d6b9ff793c3a3c41e74869dcda83df28d
refs/heads/master
2022-11-14T09:45:17.963601
2020-06-17T21:04:30
2020-06-17T21:04:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,319
cpp
#include <stdafx.h> #include <Hit.h> #include <OsirisProxy.h> #include "PropertyMaps.h" // #define DEBUG_HIT DEBUG // #define WARN_HIT WARN #define DEBUG_HIT(...) #define WARN_HIT(...) namespace dse::esv { extern FunctionHandle StatusAttemptEventHandle; extern FunctionHandle HitPrepareEventHandle; extern FunctionH...
[ "infernorb@gmail.com" ]
infernorb@gmail.com
0dee3b110a06f374a3b096aade3d49433f961025
c45ed46065d8b78dac0dd7df1c95b944f34d1033
/TC-SRM-554-div1-250/linkct.cpp
65b78f578d3b9274559e2aad4338e35d20e63cde
[]
no_license
yzq986/cntt2016-hw1
ed65a6b7ad3dfe86a4ff01df05b8fc4b7329685e
12e799467888a0b3c99ae117cce84e8842d92337
refs/heads/master
2021-01-17T11:27:32.270012
2017-01-26T03:23:22
2017-01-26T03:23:22
84,036,200
0
0
null
2017-03-06T06:04:12
2017-03-06T06:04:12
null
UTF-8
C++
false
false
195
cpp
#include <bits/stdc++.h> using namespace std; class TheBrickTowerEasyDivOne{ public: int find(int rc, int rh, int bc, int bh){ return min(rc, bc) * (2 + int(rh != bh)) + int(rc != bc); } };
[ "linkct1999@163.com" ]
linkct1999@163.com
fc5dad7ade4a4f5304a758f0582a09b9aaeb8a2a
e397315a964b0ac363db85dbaa69170003241f05
/include/odometry.hpp
6a27f66e57a0e321f66b56dc5037af8c17040b20
[]
no_license
MaouLim/StubidSLAM
a664f8f69585273c522c299e6869a596eb46c395
56fd6bcb34d8b8f87586cb94e7882a65a58352fd
refs/heads/master
2021-03-20T23:06:54.387389
2020-03-14T08:43:41
2020-03-14T08:43:41
247,241,425
0
0
null
null
null
null
UTF-8
C++
false
false
5,524
hpp
/* * Created by Maou Lim on 2020/3/14. */ #ifndef _STUBIDSLAM_ODOMETRY_HPP_ #define _STUBIDSLAM_ODOMETRY_HPP_ #include <memory> #include <vector> namespace sslam { class odometry { public: using ptr = std::shared_ptr<odometry>; enum state { INITIALING, RUNNING, LOST }; odometry() : _state(INITIALING)...
[ "maoulim@foxmail.com" ]
maoulim@foxmail.com
0ef64ceb0f05daf313f709fd7b0fe903d4815303
7e9b2008a46191882c925023cf84a479e0367773
/Terrain/Terrain/SpriteBatch.h
126fce05c8342ee7d1edb023f2a9e14df6390686
[]
no_license
tjuls123/PersonalWorks
a9655733da75e3a9e8951758b25c34a056fd1ce6
d3dd83b0d882402971f8f0e8934fe66399c3795c
refs/heads/master
2022-11-23T12:21:20.856850
2020-07-09T04:53:49
2020-07-09T04:53:49
278,263,552
0
1
null
null
null
null
GB18030
C++
false
false
1,653
h
#pragma once #include <d3dx9.h> #include <list> #include "CTexture2D.h" struct SpriteNode { RECT _destRect; //目标区域 RECT _surRect; //纹理区域 float _layerDepth; //z值 D3DCOLOR _color; //颜色 SpriteNode(){} SpriteNode(RECT DestRect, RECT SurRect, float layerDepth, D3DCOLOR Color) { _destRect = DestRect; _...
[ "lsn5884@corp.netease.com" ]
lsn5884@corp.netease.com
34c562d242308466c9fd41d17b8e41aec1e93409
c985f7a772751fc89f79f25fc4881bfc7abbbb2d
/src/debug/InfoViewer.h
8ec91a32546d0900f6b4256a76fd43fd7951fb7c
[]
no_license
underdoeg/ofxBoxModel
2517a5cb641eea32e3bc11ef7e78312a9e8d47b5
1ef3fc2ce5735c65e64130d63137be81614c5581
refs/heads/master
2020-09-13T10:59:35.029360
2014-08-11T20:23:20
2014-08-11T20:23:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
585
h
#ifndef INFOVIEWER_H #define INFOVIEWER_H #include "boxes/Box.h" #include "boxes/Texts.h" namespace boxModel { namespace debug { class InfoViewer: public boxModel::boxes::Box { public: InfoViewer(); ~InfoViewer(); void setComponentContainer(core::ComponentContainer* container); string getType(); private: void...
[ "public@underdoeg.com" ]
public@underdoeg.com
56a698b1c20b2c4a3a1c7d6212052c5472165be9
2123a783dec368c22c1223df7a93385df03437ac
/8_1/Cdemo.cpp
ac9655e1f2196cb23d3039baa40d5b36b8a03c21
[]
no_license
arlose/xiaomingsworld
69cb007aa71f931660865b45509871fb7c12a88f
f088d9cbc9cfaaeae6eb4628584b2cc64cb95512
refs/heads/master
2020-05-22T18:19:35.564615
2017-02-23T04:26:55
2017-02-23T04:26:55
34,460,679
0
0
null
null
null
null
GB18030
C++
false
false
2,020
cpp
/*程序2.1 Cdemo.cpp*/ #include <graphics.h> #include <conio.h> #include <stdlib.h> #include <time.h> #include "function.h" /* 遇到墙则不走 */ void AdvStep() { if(!IsFrontWall()) step(); } /* 向左走一步 */ void StepLeft() { int dir = getDirection(); switch (dir) { case DIR_LEFT: break; case DIR_RIGHT: turnBack()...
[ "arlose.fj@gmail.com" ]
arlose.fj@gmail.com
3d40b48c229c60e4c2c4b746639e27fd5d35ff44
fe2e4dd2472545be25f0efce7e157aa6af3c7aae
/calendar/Source.cpp
5267ed48412f18973e5de90a4407a9e1da4d50dc
[]
no_license
Lev1ty/dmoj
7bf8a355d1ceac91e4ed701d5aae0acf2bd90229
a0c9a83d17b084ec93e77ae11a45a6ef5060db56
refs/heads/master
2021-06-21T09:33:18.713912
2017-07-29T21:00:48
2017-07-29T21:00:48
98,758,706
2
1
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include <iostream> using namespace std; int a, b; int main() { cin >> a >> b; cout << "Sun Mon Tue Wed Thr Fri Sat\n"; int i = 1; for (; i <= a - 1; i++) cout << " "; for (int j = 1; j <= b; j++, i++) { if (j >= 1 && j <= 9) cout << " "; else cout << " "; cout << j; if (i % 7 == 0) cout << '\n'; els...
[ "adamxhy123@gmail.com" ]
adamxhy123@gmail.com
8dd48661ca9129429b95654e3d0169a9133059b3
597328a4220a0297dcfe052b6082c51c203219f2
/src/graphics/Renderer.h
9798f0ac10e76d84f7b23c90697280b293100a86
[]
no_license
lakenoah17/Asteroids
ceb94c6d572041ddefd149a8b819db417c907e88
10d7ea1232409a6f40f79634347149a7d1ae1640
refs/heads/master
2023-02-27T03:48:04.427302
2021-02-03T23:58:59
2021-02-03T23:58:59
310,201,329
0
0
null
null
null
null
UTF-8
C++
false
false
1,695
h
#pragma once #include <GL/glew.h> #include "Shader.h" #include "VertexArray.h" #include "IndexBuffer.h" #include "glm/gtc/matrix_transform.hpp" #define ASSERT(x) if (!(x)) __debugbreak(); #define GLCall(x) GLClearError();\ x;\ ASSERT(GLLogCall(#x, __FILE__, __LINE__)) void GLClearError(); bool GLLogCall(co...
[ "noahshields5@gmail.com" ]
noahshields5@gmail.com
2e31fc40fc64282611556eb4a1df37ad406e18bb
7b8b3f86ab542467d364c81d185b0850e7767c51
/ibex_Ctc3BCid_Dir.h
7ee5d17f421f22be8a5c57a1a320e525c1dd757f
[]
no_license
pierleur/Resultat_stage_homeostatsie
457c85436d68a96b65d440ab1f886edec45c00f8
b528fef03c13948310f7cfccb6f9fac2cc19bd59
refs/heads/main
2023-08-13T05:13:58.338217
2021-10-12T19:41:24
2021-10-12T19:41:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
590
h
#ifndef __IBEX_CTC_3B_CID_DIR_H__ #define __IBEX_CTC_3B_CID_DIR_H__ #include <ibex.h> namespace ibex { class Ctc3BCidDir : public Ctc3BCid { public: Ctc3BCidDir(Ctc& ctc, IntervalVector* boxE,int nb_para, int s3b=default_s3b, int scid=default_scid, int vhandled=-1, double var_min_width=default_var_min_width);...
[ "Pierleur" ]
Pierleur
3c8997bde14c78a850891c2af6e0356528b4aacd
57b6fa831fe532cf0739135c77946f0061e3fbf5
/NWNXLib/API/Mac/API/SSubNetProfile.cpp
4824b84b4800d2b4d78db5eecd543c54ccfa1546
[ "MIT" ]
permissive
presscad/nwnee
dfcb90767258522f2b23afd9437d3dcad74f936d
0f36b281524e0b7e9796bcf30f924792bf9b8a38
refs/heads/master
2020-08-22T05:26:11.221042
2018-11-24T16:45:45
2018-11-24T16:45:45
216,326,718
1
0
MIT
2019-10-20T07:54:45
2019-10-20T07:54:45
null
UTF-8
C++
false
false
132
cpp
#include "SSubNetProfile.hpp" #include "API/Functions.hpp" #include "Platform/ASLR.hpp" namespace NWNXLib { namespace API { } }
[ "liarethnwn@gmail.com" ]
liarethnwn@gmail.com
16de75f897990f569c10afd4acdc73f15c9ce8a4
31dec155a9e069adfcf209238677b49d23bf1694
/libraries/ADT7470/examples/adt7470_demo/adt7470_demo.ino
72b07b37ea79259e4b09b120bfedcfc1241d0e5c
[ "MIT" ]
permissive
jantje/Arduino
75a35cfb2e2ce7a1a78ba545ac30ac8c752d1aa8
cd40e51b4eb9f8947aa58f278f61c9121d711fb0
refs/heads/master
2021-12-03T11:16:44.274410
2021-07-11T13:37:02
2021-07-11T13:37:02
382,966,519
0
0
MIT
2021-07-04T23:21:23
2021-07-04T23:21:22
null
UTF-8
C++
false
false
4,074
ino
// // FILE: adt7470_demo.ino // AUTHOR: Rob Tillaart // VERSION: 0.1.1 // PURPOSE: demo ADT7470 library // DATE: 2015-12-02 #include <Wire.h> #include "ADT7470.h" ADT7470 ADT(ADT7470_ADDR_FLOAT); void setup() { Wire.begin(); Serial.begin(115200); Serial.print(F("\n\nStart ")); Serial.println(__FILE_...
[ "rob.tillaart@gmail.com" ]
rob.tillaart@gmail.com
c76854ceb9cff1eb48b2c40b5f716ccf0abd7daa
4be41ae28bd7d5cbff5ca173a88f113219d9ec75
/python/google/protobuf/pyext/unknown_fields.h
89bd0ba9a75e9a38fd09e86a32495a992cb4a16a
[ "LicenseRef-scancode-protobuf" ]
permissive
YixuanBan/protobuf-310
ef76fc3aaf88f690fe6e91dd5b1f658beb53814f
cf0110b5b8d476df7a9014b68bc9b1c9b53d9d49
refs/heads/master
2023-03-30T18:30:28.179733
2020-06-08T03:49:37
2020-06-08T03:49:37
270,517,595
0
0
NOASSERTION
2021-03-31T22:09:52
2020-06-08T03:43:15
C++
UTF-8
C++
false
false
3,222
h
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
[ "banyixuan@pku.edu.cn" ]
banyixuan@pku.edu.cn
d74b9d40fb38d58af9d48ecaba95d74ec6287b8f
1479bda36d50ba65657520469f1926ec3c5f2777
/Exercise/more_hot.cpp
0ca38f8f717b304376fb36db2fc8b3357c4d304b
[]
no_license
JungRyung/CPP
80578d5f2ce8960a1fb31bd68134740e136cc8dc
564eef9eb888dcdbfbd49e5afa95f8d8a2c44748
refs/heads/master
2023-04-04T08:09:46.448034
2021-04-14T05:29:20
2021-04-14T05:29:20
176,876,980
0
0
null
null
null
null
UTF-8
C++
false
false
1,066
cpp
#include <string> #include <vector> #include <queue> #include <iostream> using namespace std; int solution(vector<int> scoville, int K) { int answer = 0; int first, second; priority_queue<int, vector<int>, greater<int> > scoville_queue; for(int i=0; i<scoville.size(); i++) { scoville_queue.push(s...
[ "37282346+JungRyung@users.noreply.github.com" ]
37282346+JungRyung@users.noreply.github.com
140940ce8c438554f03e9b8c53d9e61b8fda3ad1
67cd747626e3a3ea8d8faf2ca99f02ea3d90c557
/kxnet/net/Connector.h
9bf6618cf6de66b91a070d5afac9ed22b19ddba7
[]
no_license
KelvinYin/kxnet
c8912b87b98afb8e0b84129e1348bc190cb8842f
e8ff355783f615dfcb63cbc30639e1dc0cd259f9
refs/heads/master
2021-05-02T15:03:14.443463
2018-02-28T11:01:07
2018-02-28T11:01:07
120,730,967
1
0
null
null
null
null
UTF-8
C++
false
false
1,468
h
// This is an internal header file, you should not include this. #pragma once #include <kxnet/net/InetAddress.h> #include <functional> #include <memory> namespace kxnet { namespace net { class Channel; class EventLoop; class Connector : noncopyable, public std::enable_shared_from_this<Connector>...
[ "yinkangxi@gmail.com" ]
yinkangxi@gmail.com
ab96c1b75bd0d26a0bcb8784350375fb8871e9b7
b79b91b68f50a3e27e46314e4b04eee210997e4d
/Jaraffe/Engine/Source/D3D11/Effect.h
9b9a466364ab953b769491a8071ca9fdb52f0ec3
[]
no_license
ChoiYoungMin/Jaraffe
bfc983b54137d2af30521bdda92da08a4ce3e007
294b3bf56d2d540d6039e096e3dcdfdee4e15b3c
refs/heads/master
2021-01-15T17:36:24.918398
2016-06-17T13:19:53
2016-06-17T13:19:53
62,026,749
2
0
null
2016-06-27T05:02:03
2016-06-27T05:02:02
null
UTF-8
C++
false
false
2,653
h
#pragma once namespace Jaraffe { #pragma region Effect class Effect { public: Effect(ID3D11Device* device, const std::wstring& filename); virtual ~Effect(); private: Effect(const Effect& rhs); Effect& operator=(const Effect& rhs); protected: ID3DX11Effect* mFX; }; #pragma endregion #pragma region SimpleEffe...
[ "ccm1333@naver.com" ]
ccm1333@naver.com
969125d5b248fc6d6893ce72240e062a1afe68ce
4955a09ade012d0c15d9e194dcaff32ff8a4fe46
/src/DetectorConstruction_planar.cc
615bc8702c6931eb3367b97838d7a1dcfcc18bce
[]
no_license
fabio-mon/SiPM_simulation
8797e42eda0867e391409d5c204ea21e04583faa
1ddb82ce30e625de669f53af69f5b0a7863f0fbc
refs/heads/master
2021-09-19T23:31:50.820056
2018-08-01T09:52:33
2018-08-01T09:52:33
114,459,218
1
0
null
null
null
null
UTF-8
C++
false
false
27,810
cc
#include "DetectorConstruction_planar.hh" #include "SiPM_SD.hh" #include "G4Material.hh" #include "G4NistManager.hh" #include "ConfigFile.hh" #include "G4Box.hh" #include "G4LogicalVolume.hh" #include "G4PVPlacement.hh" #include "G4PVReplica.hh" #include "G4GlobalMagFieldMessenger.hh" #include "G4AutoDelete.hh" #inc...
[ "fabio.monti@cern.ch" ]
fabio.monti@cern.ch
cbe815b437509b06d178df8bafec3fe2b832f2a0
5b6c65e5019fce5fa3c985b04fbae99bb0cd9b1e
/Raven/src/Common/Translation.cpp
ae7397af12b8691868bae82186a13d96c0dd9202
[ "MIT" ]
permissive
IridescentRose/Raven-Client
8971ba6ecd16fc139e045ebf7c441ff08ba48af0
e39a88eef8d56067387acaaad19ec44ddaab3869
refs/heads/master
2022-11-29T06:58:48.405393
2020-08-11T01:53:51
2020-08-11T01:53:51
265,289,325
11
2
null
null
null
null
UTF-8
C++
false
false
3,047
cpp
#include "Translation.h" #include <fstream> #include <algorithm> #include <iostream> #include <Platform/Platform.h> #if CURRENT_PLATFORM == PLATFORM_PSP #include <dirent.h> #else #include <filesystem> namespace fs = std::filesystem; #endif TranslationObj::TranslationObj() { not_en = false; } TranslationObj::~...
[ "iridescentrosesfall@gmail.com" ]
iridescentrosesfall@gmail.com
40c303ae04dfc2fd5c191f4e682c57f56a87132b
74322acc3e0aab9682f0e7330d1f616d79d13f04
/list/LinkedList.cpp
83baa9f309be2bc8555495b08143ba9f198941af
[]
no_license
mcorreale1/cplusplus
96e4ca3434f5c62e7b290c340c36766e87ba704d
132ff111d69fd175d6b8f1b2ef0f36a7cea00bbd
refs/heads/master
2021-01-10T07:30:50.015148
2016-02-03T20:21:12
2016-02-03T20:21:12
50,899,885
0
0
null
null
null
null
UTF-8
C++
false
false
1,338
cpp
#include "LinkedList.h" #include "Node.h" LinkedList::LinkedList(Node* first) { head = first; tail = nullptr; size = 1; } LinkedList::LinkedList() { head = nullptr; tail = nullptr; size = 0; } void LinkedList::add(int value) { Node* node = new Node(value); if(head == nullptr) { ...
[ "Mcorreale1@gmail.com" ]
Mcorreale1@gmail.com
e056c9c28650c8a5906bda80f3ec347317819ad8
d0c9caa49c6ea89eb53e6278e9acc97bc53b9d97
/snowwid.h
48902dbdf55a2ad6accbbf127f3ea460ad36f38f
[]
no_license
kovax3/objdesktop
b1d08789b891364b5f950992623f277bad6ea48d
12cdba0a250983822dc1ae035820dc8c9b590cec
refs/heads/master
2020-04-14T19:02:19.996423
2012-12-07T12:59:44
2012-12-07T12:59:44
34,540,284
0
0
null
null
null
null
UTF-8
C++
false
false
711
h
#ifndef SNOWWID_H #define SNOWWID_H #include <QWidget> #include <QTimer> #include "object.h" #include <QDesktopWidget> class snowwid : public QWidget { Q_OBJECT public: snowwid(QWidget *parent = 0); QTimer *timer; private: QDesktopWidget *wid; enum {num=100}; Object *snow[num]; int ...
[ "nouah.ali@gmail.com" ]
nouah.ali@gmail.com
1e1c4c681d3a033230e3200315130f3451751520
98157b3124db71ca0ffe4e77060f25503aa7617f
/csacademy/round46/c.cpp
07f428798ec183d6247e479eb1b7f1b0637d44cb
[]
no_license
wiwitrifai/competitive-programming
c4130004cd32ae857a7a1e8d670484e236073741
f4b0044182f1d9280841c01e7eca4ad882875bca
refs/heads/master
2022-10-24T05:31:46.176752
2022-09-02T07:08:05
2022-09-02T07:08:35
59,357,984
37
4
null
null
null
null
UTF-8
C++
false
false
1,197
cpp
#include <bits/stdc++.h> using namespace std; const int N = 4e6; int a[N], ans[N], d[N]; int val[N]; int main() { int n; scanf("%d", &n); for (int i = 0; i < n * 2; i++) scanf("%d", a+i); sort(a, a+2*n); int k = 0; for (int i = 0; i < 2 * n; i++) { for (int j = i+1; j < 2 * n; j++) d[k++] ...
[ "wiwitrifai@gmail.com" ]
wiwitrifai@gmail.com
0d96f512caabfeb8a623b1de6b41ab6ad12e8f00
e999fad7fb52fb4c66d227d14f041c425929d009
/homework_2/igg_image/src/igg_image/main.cpp
e4e06ee8007035dedf5c01625473660f8928e068
[]
no_license
pietglas/modern-cpp-course
b3aeb45859f85b06ad146fd6f30619fe1b47b57e
91c1089d0165be92ca82fb35216f2263df72bd20
refs/heads/master
2021-03-26T15:27:44.262452
2020-03-26T21:26:59
2020-03-26T21:26:59
247,717,679
1
0
null
null
null
null
UTF-8
C++
false
false
105
cpp
#include "image.h" #include "io_tools.h" #include <vector> #include <iostream> int main(){ return 0; }
[ "pietglas77@gmail.com" ]
pietglas77@gmail.com
4e36cdf231dc29d59e7082399f20c95aa4adb51b
5c56f4f726fc75efd16953be4080333b5d3e2948
/solutions/0077-combinations/combinations.cpp
b3d4668c7f8180c041ca86fe7e876d1605c2ed60
[]
no_license
Ryan-hub-bit/leetcode
0afeb9cf2cdd70968900edf65e54ab062f0ba5cc
0541694634e480b6a5f351e214dafce329ef91d6
refs/heads/master
2021-01-01T08:28:49.657295
2019-12-14T20:17:57
2019-12-14T20:17:57
236,356,424
0
0
null
null
null
null
UTF-8
C++
false
false
720
cpp
// Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. // // Example: // // // Input: n = 4, k = 2 // Output: // [ // [2,4], // [3,4], // [2,3], // [1,2], // [1,3], // [1,4], // ] // // class Solution { public: void dfs(int k, vector<int> &tmp, int lastnum, vector...
[ "mosquitozm100@gmail.com" ]
mosquitozm100@gmail.com
d648cf41928c91da96dce305f203b7f6d21b2892
7b0eec33822735a8f3c9b18e57847bc9f401aba3
/FreeGui/ObjectShell.h
d195a69ca5e48863c5eb0e874f7888ad8aa594e1
[]
no_license
erikpa1/FreeGUi
e71f689a5ac1143be9cebc243b00eaeda6b0ef6e
65f9596bc7922a19d9b1a2b48c74f8f6a260caae
refs/heads/master
2020-05-21T06:28:01.063644
2019-05-10T08:28:36
2019-05-10T08:28:36
185,945,530
0
0
null
null
null
null
UTF-8
C++
false
false
823
h
#pragma once #include "Definitions.h" #include <random> #include <chrono> #include <string> #include <fstream> #include "algorithm" #include <iostream> #define ODDELOVAC "******" class EXPORT ObjectShell { public: ObjectShell(); virtual ~ObjectShell(); int getID() { return _ID;} int getReferencesCount(...
[ "erikpa1@azet.sk" ]
erikpa1@azet.sk
7ed8841791e4e7f99bbe07a381c0b744ba735586
eba72c6689d3078740458f843b90afd603dcfbde
/tammber-core/PullMMbuilder.hpp
51b0c8d86256b45615404f859b80e6fb319543ce
[ "BSD-2-Clause" ]
permissive
tomswinburne/tammber
a628044104ff0e38d6eddac4120cc2e4db2186d9
5abf918535423adb75b271133970552a755d48a1
refs/heads/main
2023-06-08T13:38:53.511085
2023-03-26T22:13:18
2023-03-26T22:13:18
319,592,424
9
2
NOASSERTION
2021-08-24T16:10:47
2020-12-08T09:42:19
C++
UTF-8
C++
false
false
15,187
hpp
/* Copyright (c) 2016, Los Alamos National Security, LLC All rights reserved. Copyright 2016. Los Alamos National Security, LLC. This software was produced under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National Laboratory (LANL), which is operated by Los Alamos National Security, LLC for the...
[ "tomswinburne@gmail.com" ]
tomswinburne@gmail.com
34e66955405b5cc6df1c69267231a4e37a4663a9
228e00812cc2428c1421565e5be3e04bf3660759
/besch/writer/skin_writer.cc
05b95438e65477ee0268659366a1d72218c737b1
[ "LicenseRef-scancode-warranty-disclaimer", "Artistic-1.0", "MIT" ]
permissive
4ssfscker/node-sim
dbfbec5d41988a5f4e1562babea89ccc86c04a2f
2bd3422fd645f415024907c9cf92697057cbc222
refs/heads/master
2021-01-24T10:38:14.973367
2007-06-09T15:12:10
2018-03-04T05:47:05
123,057,027
0
0
null
null
null
null
UTF-8
C++
false
false
887
cc
#include "../../utils/cstring_t.h" #include "../../dataobj/tabfile.h" #include "../skin_besch.h" #include "obj_node.h" #include "text_writer.h" #include "imagelist_writer.h" #include "skin_writer.h" void skin_writer_t::write_obj(FILE* fp, obj_node_t& parent, tabfileobj_t& obj) { slist_tpl<cstring_t> keys; for (int ...
[ "noreply@user558903.github.com" ]
noreply@user558903.github.com
aa6c62917d9af46bf483d16dab6b5d900875c3a5
a692fe17e0c96a713ccb89ad36f0348cbc4b361f
/osiris/BaseClassLib/rgpscalar.h
398dd1d17b55a6edc643a793d611d8aad1cc7b7b
[]
no_license
Rajesh35hsp/osiris
9c249633745d0730c96132a58bfd95e0aeaa1148
c9b22d74881472b43f2c0e5619aa53341c709d19
refs/heads/master
2023-08-27T00:50:03.242581
2021-11-05T13:26:29
2021-11-05T13:26:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,308
h
/* * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act. It w...
[ "hoffman@ncbi.nlm.nih.gov" ]
hoffman@ncbi.nlm.nih.gov
2e488cb99f7c4602bf4312696a7281031cc7de2f
238e46a903cf7fac4f83fa8681094bf3c417d22d
/Code/moduleBase/ModelTreeWidgetBase.cpp
d114530f0d4931b97ffafafb082019a95d1f6d1d
[ "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
4,195
cpp
#include "ModelTreeWidgetBase.h" #include "mainWindow/mainWindow.h" #include <QContextMenuEvent> #include "moduleBase/modelTreeItemType.h" #include <QMenu> #include <assert.h> namespace ModuleBase { ModelTreeWidgetBase::ModelTreeWidgetBase(GUI::MainWindow* mainwindow, QWidget* parent /* = 0 */) : _main...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
a641a96c8e0a4144db9aabf8094749ca1d776f4c
ab29ed6ac92e4904f875483b48bfb8679f69609e
/main.cpp
a0953cc9ede8e53cbe74109c77e4aa1def74a82b
[]
no_license
pwightman/rogue
6ab67f03ceef2b34cb9f851b8e033aac20a1bed0
9445d308d09f2a325b9836ebe10fb523108f51ad
refs/heads/master
2016-09-02T00:56:54.680875
2012-04-25T22:09:03
2012-04-25T22:09:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,747
cpp
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** ...
[ "parkerwightman@gmail.com" ]
parkerwightman@gmail.com
2f8ea5b49c5356128cd5121273d5f4a4423257b5
008b6f9d0fb1359e3aa76d12fc77e755ae40264a
/d04/ex04/MiningBarge.hpp
ce528997bc251bba3df0421b86e6f7523696a93d
[]
no_license
devadomas/cpp-piscine
2d853f3f3a34a075625c92baa380ccf64c93fdc9
9bee621ba58396828b3342517c9ad1c015136b66
refs/heads/master
2020-04-19T00:24:05.162711
2019-05-31T12:15:56
2019-05-31T12:15:56
167,845,661
1
0
null
null
null
null
UTF-8
C++
false
false
374
hpp
#ifndef MININGBRAGE_HPP #define MININGBRAGE_HPP #include "IMiningLaser.hpp" #include "IAsteroid.hpp" class MiningBarge { public: MiningBarge(void); virtual ~MiningBarge(void); MiningBarge(MiningBarge const &); MiningBarge & operator=(MiningBarge const &); void equip(IMiningLaser *); void mine(IAsteroid *) c...
[ "adomas.zal@gmail.com" ]
adomas.zal@gmail.com
eba998527783fda1377772a88287ddaefc69eed1
96ab4dd1b01a51164031c2cdf2dc9e7b773a4293
/csbot/engine.cpp
ec1648b528cb1fc6fb28c76b57b81a78267a7f0d
[]
no_license
N7P0L3ON/hlsdk10-bots
25e821d519f8229ac5ab6ab614df7698ce843f90
d12620edecb1d2012663f32957a01d2c7b16c52a
refs/heads/master
2023-05-02T05:57:31.064376
2018-08-25T10:01:57
2018-08-25T10:01:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
32,159
cpp
/********************************** TheBot Eric Bieschke's CS Bot http://gamershomepage.com/thebot/ *********************************** Adapted from: HPB_bot botman's High Ping Bastard bot http://planethalflife.com/botman/ *********************************** $Source: /usr/local/cvsroot/csbot/...
[ "weimingzhi@baidu.com" ]
weimingzhi@baidu.com
15367afa74bd88c49e0c01dd370468ea5486d8a6
d998115bcc7c8e4cf67b241d43ca77503a2d9c20
/cs225git/lab_ml/NimLearner.cpp
29e6d1df5eeae54215f4bea8cf8368846ec9eff9
[]
no_license
wennan-er/CS225
0683aab8dfca6c116ae484629ddc95147e933afa
0472a154ae82ecb0a4658f78fd03dd6e71d2cebe
refs/heads/master
2021-02-04T10:20:54.214491
2020-02-27T12:02:06
2020-02-27T12:02:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,198
cpp
/** * @file NimLearner.cpp * CS 225: Data Structures */ #include "NimLearner.h" #include <ctime> using namespace std; /** * Constructor to create a game of Nim with `startingTokens` starting tokens. * * This function creates a graph, `g_` representing all of the states of a * game of Nim with vertex labels "p#...
[ "wennanh2@illinois.edu" ]
wennanh2@illinois.edu
0e92d19c64e147de7d4197150152c770bd51e21a
70ded166f2ad8fa39a5e3b9e0a0a169e1218faa2
/BattleTank/Source/BattleTank/Public/Projectile.h
84c272d28a624d096a980e52e0584f18f40a9cad
[]
no_license
littlefalcon/04_BattleTank
6a527dd892a13220127eb2b1a6c434902d7ba9bd
3febcfbf86d04df4be3ebeee4dbbf8e487e8cf59
refs/heads/master
2020-06-01T04:45:10.676964
2017-06-16T13:18:02
2017-06-16T13:18:02
94,062,376
0
0
null
null
null
null
UTF-8
C++
false
false
669
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "Projectile.generated.h" class UProjectileMovementComponent; UCLASS() class BATTLETANK_API AProjectile : public AActor { GENERATED_BODY() public: // Set...
[ "pointkkc@hotmail.com" ]
pointkkc@hotmail.com
9d964c32bc67041b03a235ac2c109910dbb4bee1
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-tizen/generated/src/ComAdobeCqScreensImplJobsDistributedDevicesStatiUpdateJobInfo.cpp
6407ba62d0fe7419d283a3d17be6f0364f1ead64
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
5,635
cpp
#include <map> #include <cstdlib> #include <glib-object.h> #include <json-glib/json-glib.h> #include "Helpers.h" #include "ComAdobeCqScreensImplJobsDistributedDevicesStatiUpdateJobInfo.h" using namespace std; using namespace Tizen::ArtikCloud; ComAdobeCqScreensImplJobsDistributedDevicesStatiUpdateJobInfo::ComAdobeC...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
90ebae06da197afe5d46fb10a66fd5a9578b6644
5918a09f1d8d36286662f55a05f1f239fc4c6040
/sparta/sparta/events/GlobalOrderingPoint.hpp
c7274a5629ba1c4d43a71e1db6b3bb136144c9fa
[ "Apache-2.0" ]
permissive
sparcians/map
ad10249cc2f33ae660ca2f54fc710c379f3977bd
c2d5db768967ba604c4747ec5e172ff78de95e47
refs/heads/master
2023-09-01T17:56:53.978492
2023-08-28T21:40:12
2023-08-28T21:40:12
227,639,638
107
40
Apache-2.0
2023-09-06T01:17:39
2019-12-12T15:37:36
C++
UTF-8
C++
false
false
3,354
hpp
// <GlobalOrderingPoint.hpp> -*- C++ -*- #pragma once #include "sparta/utils/Utils.hpp" #include "sparta/kernel/DAG.hpp" #include "sparta/kernel/Scheduler.hpp" #include "sparta/simulation/TreeNode.hpp" #include <string> namespace sparta { /*! * \class GlobalOrderingPoint * \brief Used to set precedence...
[ "56927209+klingaard@users.noreply.github.com" ]
56927209+klingaard@users.noreply.github.com
17bb80c8fc10d15da813694a5d327d97fb7d9175
2c964aa13ccafcfca1de58a623443efb5d38c66a
/model/user_base.h
59532ccb49915c71f0afc3dee8fa1436ede4a05a
[]
no_license
giuliaamato/japp_games-and-consoles
cc09b52b440ae60f1345befeab4b6f01171f2806
b4895da6e7422cc113ff795c024c7664fb78c340
refs/heads/master
2021-09-11T16:48:18.064837
2018-04-09T23:07:49
2018-04-09T23:07:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
476
h
/* * Classe dedicata all'utente base. */ #ifndef USER_BASE #define USER_BASE #include "user.h" #include "product.h" #include "product_database.h" class User_Base: public User{ public: User_Base(const QString& _nick="", const QString& _pw="", const QString& _name="", const QString& _surname=""); QString getLabe...
[ "noreply@github.com" ]
giuliaamato.noreply@github.com
9bfb1bfb392276096beccc7e73cbfb93320dc0b1
88a759d540bbd1c59a4d6558b357c78dfd875d88
/acceleratedcpp/chapt6/analysis.cc
6638e449c32943a82d121249a847c930480a3546
[]
no_license
ivantan/cppdevelopment
20d7df1de7145378af9919989f1a1455cd64884b
aa7ac87c98afbda167ea55dfef1687d6a4455bcd
refs/heads/master
2016-08-03T05:42:06.446905
2015-08-24T13:41:17
2015-08-24T13:41:17
28,193,100
0
0
null
null
null
null
UTF-8
C++
false
false
2,170
cc
#include <algorithm> #include <iostream> #include <iterator> #include <numeric> #include <stdexcept> #include <vector> #include "Student_info.h" #include "grade.h" #include "median.h" using std::accumulate; using std::back_inserter; using std::domain_error; using std::endl; using std::ostream; ...
[ "ivan.wjt@gmail.com" ]
ivan.wjt@gmail.com
9253c5f9fd43b9f652dea6d70bfae9c6464075f1
52e24cae58e3abf501dbf48ac900220000fc387d
/routines/Magic.cpp
8727af8ca3b21c433e858af6e8f51176c84f0d14
[]
no_license
DanielSmithMichigan/x
5049775e5970a4c06f33a3a9663a948b5b6fa792
dad139ff3b3e6ee6da1cb4b204d77cc666ae494b
refs/heads/master
2020-03-24T12:48:38.472142
2016-08-19T17:23:07
2016-08-19T17:23:07
142,725,078
0
0
null
null
null
null
UTF-8
C++
false
false
255
cpp
#ifndef magic_cpp #define magic_cpp #include "Magic.h" #define THREE_KEY 65548 Magic::Magic() { } Magic::~Magic() { } void Magic::run() { while(true) { cout << "PRESSING" << endl; nsleep(1000); keypress(THREE_KEY, 25); } } #endif
[ "dsmith@ltu.edu" ]
dsmith@ltu.edu
598afd77d3fc59490869b9c462f3ff3bc4e8b966
0ce33ddb5a912652be7947485bac4435a7fff344
/8-segment-led/SegmentLED.ino
e4b12000b5d5deff7b9ee9cbdb3fec8e8e78cb2f
[ "MIT" ]
permissive
michaelachrisco/Arduino-projects
b2cf4206e9bb486dd11035b36808544e504a5320
c3fedfe9aee232a23b5813ffc9761d4aab417f0a
refs/heads/master
2021-07-12T15:20:34.539133
2021-07-03T23:11:13
2021-07-03T23:11:13
224,782,643
0
0
MIT
2019-12-10T04:40:42
2019-11-29T05:27:43
C++
UTF-8
C++
false
false
1,757
ino
// https://www.datasheetarchive.com/pdf/download.php?id=143240d741a05b795bfc23691077a7c4a43b10&type=P&term=Display%25205082%25207731 const int pinDP = 8; const int pinA = 9; const int pinB = 10; const int pinC = 11; const int pinD = 12; const int pinG = 13; const int pinE = 2; const int pinF = 3; //TODO: Add in all co...
[ "michaelachrisco@gmail.com" ]
michaelachrisco@gmail.com
b0ab0d7410f0146d68bb1fc65ade60e5e90e462b
390f4d0ddc43fd53ef924469345c7445c7af2a33
/src/Net.h
efa761ed5855e4244b01cffc2eb5600189ee0a18
[]
no_license
larrythecow/sdl-net
8255e2d5bbffd302412131a107bc2f0960bb3b8d
5fa8839f889c9ec782ee6cb811545992f3e79880
refs/heads/master
2020-12-24T13:35:34.576444
2012-09-09T01:24:39
2012-09-09T01:24:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,190
h
#ifndef _NET_H_ #define _NET_H_ #include <iostream> #include <stdlib.h> #include <SDL/SDL.h> #include <SDL/SDL_net.h> #include "Ip.h" #define DIMBUFFER 1024 #define DIMCLIENT 16 #define TIMEOUT 1000; class Net { private: bool running; bool type; // 0=client; 1=server TCPsocket socket; TCPsocket sock...
[ "sid@projekt-turm.de" ]
sid@projekt-turm.de
5ee2230dcbbe44d3e25077c2cf818b9908fd43e0
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/b8/e67f506759733c/main.cpp
62328ec04f73547e7b49da7e30884e3410373cc0
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
426
cpp
#include <boost/typeof/typeof.hpp> #include <boost/type_traits/is_same.hpp> #include <boost/type_traits/function_traits.hpp> #include <boost/static_assert.hpp> const int f_const_int() {return 1;} int main() { typedef boost::function_traits<BOOST_TYPEOF(f_const_int)>::result_type type; BOOST_STATIC_ASSERT( not...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
c7e72c68b9caa39a945249fa8ac37ec5e888d696
4de6491f34131034c57733022831f6bffba894c6
/HackerRank30dayc++/HRday8maps.cpp
eb7423ee8c91cfd72b9cbc50aa07fcaa7d71dc3d
[]
no_license
jmontoca/HackerRank30DayChallenge
32db322d99024b8c2eafd81b6d2d4ef62e666e2c
ebeb03ac2135f3b2208d0de22394bf3f753efba4
refs/heads/main
2022-12-28T21:32:52.693801
2020-10-17T04:28:02
2020-10-17T04:28:02
304,784,492
0
0
null
null
null
null
UTF-8
C++
false
false
811
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> #include <map> using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int phoneBookSize; string tempName; int tempPhoneNumber; map<str...
[ "noreply@github.com" ]
jmontoca.noreply@github.com
e927e628225cac889fd711d5b2242db4fd3131c6
0c4a749e5636df8a1bdde384a0df63b47b7f4f07
/Class 3/project7.cpp
3704aad9902b908af6c6ecd223969df5e4213462
[ "MIT" ]
permissive
Sadik326-ctrl/computer_programming
28dad2d26c8758b2dddd3198f2a35e115d37ca29
cbae264ffa04fc487008fa6a0a32e0a1a316e01e
refs/heads/master
2023-06-27T21:54:33.532239
2021-07-25T16:47:48
2021-07-25T16:47:48
364,974,600
0
0
null
null
null
null
UTF-8
C++
false
false
333
cpp
#include <iostream> using namespace std; int main(){ char Letter1,Letter2,Letter3,Letter4,Letter5; Letter1='S'; Letter2='A'; Letter3='D'; Letter4='I'; Letter5='K'; cout<<Letter1<<Letter2<<Letter3<<Letter4<<Letter5<<endl; string name; name="Ahmed Sadik Khan"; cout<<name<<endl; ...
[ "ahmedsadikkhan@gmail.com" ]
ahmedsadikkhan@gmail.com
35937eac14a0aec2ab43d356af8b32ae2f69076a
0b8a045ddacc213a48c45645e7f83ca23da6fa77
/PRACTICA1FP/PRACTICA1FP/main(Corregido).cpp
be4ab561d20eaf7e7ec5a1037290a155fc5200f0
[ "MIT" ]
permissive
gejors55/Programacion-en-C-
c077279708d681c5328f77a701bfaea4ac7bf981
09253535c7107773264b89a152eccdb542d83875
refs/heads/master
2020-04-13T11:52:05.711838
2018-12-26T14:44:23
2018-12-26T14:44:23
163,185,959
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
10,866
cpp
/*Alejandro Rodríguez Calzada y Jorge González Soria*/ #include <iostream> #include <string> #include <iomanip> #include <locale.h> #include <fstream> using namespace std; int menu(); int solicitaAnyo(); int solicitaMes(); int solicitaDia(int mes, int anyo); long int diasTranscurridos(int dia, int ...
[ "noreply@github.com" ]
gejors55.noreply@github.com
b353c7d6e2946d954efe5888bb7090ddd4c2fd86
2124d0b0d00c3038924f5d2ad3fe14b35a1b8644
/source/GamosCore/GamosData/Data/include/GmDataFinalXS.hh
c3408c09c9a168bbc313c8c60740a6b6e7c46c31
[]
no_license
arceciemat/GAMOS
2f3059e8b0992e217aaf98b8591ef725ad654763
7db8bd6d1846733387b6cc946945f0821567662b
refs/heads/master
2023-07-08T13:31:01.021905
2023-06-26T10:57:43
2023-06-26T10:57:43
21,818,258
1
0
null
null
null
null
UTF-8
C++
false
false
358
hh
#ifndef GmDataFinalXS_hh #define GmDataFinalXS_hh #include "GamosCore/GamosData/Management/include/GmVDataString.hh" class GmDataFinalXS : public GmVDataString { public: GmDataFinalXS(); ~GmDataFinalXS(); virtual G4String GetStringValueFromStep( const G4Step* aStep ); virtual G4String GetStringValueFromTrack...
[ "pedro.arce@ciemat.es" ]
pedro.arce@ciemat.es
e87959f041b117f692efceda3bbcce6b469f8199
067173056bdb82e8605b0ffa708ad858ae0285a4
/algorithm/434-NumberofSegmentsinaString/NumberofSegmentsinaString.cpp
7e1b33e1f47df3a1e8282d0bbbf50c3c4308d8e8
[]
no_license
AlgoPeek/leetcode
48143646d138c84a6c0d9e2ae31703bb6e997622
6676c4a89bed1982b40fdd86eed5613ebd7932b8
refs/heads/master
2021-06-09T06:39:31.001297
2020-02-28T10:11:12
2020-02-28T10:11:12
140,302,492
0
0
null
null
null
null
UTF-8
C++
false
false
1,211
cpp
// Source: https://leetcode.com/problems/number-of-segments-in-a-string/description/ // Author: Diego Lee // Date: 2018-08-17 // // Description: // Count the number of segments in a string, where a segment is defined to be a contiguous sequence of non-space characters. // // Please note that the string does not contain...
[ "ksc_liyong@163.com" ]
ksc_liyong@163.com
ddc95ecc12af37d94e5b55d6b5aceb94edb3ff00
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/CodesNew/234.cpp
da029a6b5e9e5558f3db5ace01865adfa3d6243d
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
1,328
cpp
#include <stdio.h> #include <iostream> #include <vector> using namespace std; int max(long long a, long long b) { if (a > b) return a; else return b; } int min(long long a,long long b) { if (a > b) return b; else return a; } void swap(int*pa, int*pb) { int t = *pa...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
e1aab18ff48a5c32bb31d3eea59efc31c516f5ad
f12e3f64c7caa0fe330b6171058a3f712e48d139
/FIT2049 - Week 4/Texture.cpp
6b74fd2f379c532d3ad5b22d4787557d4a2ff202
[]
no_license
pirow99/Ass2b
3bbc0e7c355df6eb0d512b57f7eebc4c14ba5830
e0b9ac72b0380d3780f01a85164f3963eb7a0c72
refs/heads/master
2020-03-19T02:58:43.928212
2018-06-03T05:36:02
2018-06-03T05:36:02
135,681,942
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
cpp
/* FIT2049 - Example Code * Texture.cpp * Created by Elliott Wilson & Mike Yeates - 2016 - Monash University * Implementation of Texture.h */ #include "Texture.h" #include "DirectXTK/WICTextureLoader.h" #include <sstream> using namespace DirectX; Texture::Texture() { m_referenceCount = 0; m_filename = ""; m_textu...
[ "39756333+pirow99@users.noreply.github.com" ]
39756333+pirow99@users.noreply.github.com
a35cc584bf682f6d79cc4b24314fd9acda65e17d
892d94d439d22613e913c6893799cc4427550f90
/include/DiggerOffline/Action.h
f401365c806b44da0af358e5eda0a1dd5c0b7dd0
[]
no_license
VovaMiller/digger-offline-2d
cc3452e06ef73070b75ed1ccc709e646e644367b
cb6d01ef5c5884a156a4ac94b4827519638411b6
refs/heads/master
2021-09-14T19:25:58.035846
2018-05-17T21:15:36
2018-05-17T21:15:36
121,681,872
0
0
null
2018-05-17T20:46:07
2018-02-15T20:56:43
null
UTF-8
C++
false
false
1,273
h
#pragma once #include <string> #include <vector> class Action { public: virtual ~Action() {} virtual void Act() = 0; }; class ActionMacro : public Action { public: virtual ~ActionMacro(); virtual void Act(); void AddAction(Action* action); private: std::vector<Action*> actions_; }; class Action_OpenMapMenu...
[ "Miller.VV@phystech.edu" ]
Miller.VV@phystech.edu
44960a9d2737ccc50e42f2d4548cd50b21e62c27
30150c7f6ed7a10ac50eee3f40101bc3165ebf9e
/src/installer/sysinfo.h
33af8aec9ff63dc6ce75984b5e4d1230882b6529
[]
no_license
toontown-restoration-project/toontown
c2ad0d552cb9d5d3232ae6941e28f00c11ca3aa8
9bef6d9f823b2c12a176b33518eaa51ddbe3fd2f
refs/heads/master
2022-12-23T19:46:16.697036
2020-10-02T20:17:09
2020-10-02T20:17:09
300,672,330
0
0
null
null
null
null
UTF-8
C++
false
false
7,490
h
// Filename: sysinfo.h // Created by: jimbob (09Jan97) // $Id$ // //////////////////////////////////////////////////////////////////// #ifndef SYSINFO_H #define SYSINFO_H // //////////////////////////////////////////////////////////////////// // Includes ////////////////////////////////////////////////////////////////...
[ "brianlach72@gmail.com" ]
brianlach72@gmail.com
677927375a94a0aa16f8f69d62a2bf9450569227
f2ee22679f4015815f567c38089d396971e4c51a
/CAAVisualization.edu/CAAVisManagerImpl.m/src/CAAEVis3DGeoVisuForCGRObject.cpp
9c6307092070a34ea9485142c398fefe3687697b
[]
no_license
poborskii/CAADoc_SelectAgent
72f0a162fa7a502d6763df15d65d76554e9268fe
51e0235ef461b5ac1fd710828c29be4bb538c43c
refs/heads/master
2022-12-06T01:19:28.965598
2020-08-31T02:48:11
2020-08-31T02:48:11
291,596,517
0
0
null
null
null
null
UTF-8
C++
false
false
2,642
cpp
// COPYRIGHT DASSAULT SYSTEMES 2000 // Local Framework #include "CAAEVis3DGeoVisuForCGRObject.h" #include "CAAIVisModelCGRObject.h" // Visualization framework #include "CATRep.h" // Standard Library #include <iostream.h> //------------------------------------------------------------------------------------------- /...
[ "poborsk_liu@613.com" ]
poborsk_liu@613.com
01429d77837fb4cdd178bcdd98b142ba3baab88e
dfab96efeea9646fe54bd54ea91bc75e8086e892
/InputStream.h
3745f086a96120eddbc9f6ceb10126dbbc8a3ea3
[]
no_license
lisaula/Compi_exam
8be7202e0d1861873a1cf12b9a94d46109ec51bc
50ee480a22b4294415ae8f9c8feb2dfbd2dc2779
refs/heads/master
2020-12-30T11:51:18.926076
2017-05-17T03:16:34
2017-05-17T03:16:34
91,528,679
0
0
null
null
null
null
UTF-8
C++
false
false
308
h
#ifndef INPUTSTREAM_H #define INPUTSTREAM_H #include <string.h> class InputStream { public: unsigned int contador, length; char* code; InputStream(char* code); char getNextSymbol(); virtual ~InputStream(); protected: private: }; #endif // INPUTSTREAM_H
[ "luisca_elfather@hotmail.com" ]
luisca_elfather@hotmail.com
4dd2aef926f67ec4c1b7fad95ecaa1ad32902670
81ca44fbdc15a9e593998a6ea0611918fb08e132
/101-the_block_problem/main.cpp
57a6e8836cf3c8998f6a2df21f1d4edccdbe0a46
[]
no_license
hugues-vincent/uva
613be2ac1314611b0b951a21192e9cf1cbb38fe7
39498a9e9302aed60da924990b5408363002a171
refs/heads/master
2020-04-06T16:54:18.611529
2018-11-29T19:31:55
2018-11-29T19:31:55
157,638,707
0
0
null
null
null
null
UTF-8
C++
false
false
277
cpp
#include <iostream> using namespace std; int main() { int n, a, b; char word1[4], word2[4]; string foo; bool quit = false; scanf("%d", &n); while(!quit){ scanf("%s", word1); if(word1) cout << word1; } return 0; }
[ "hugues.vincent.ropert@tetha.pw" ]
hugues.vincent.ropert@tetha.pw
9dc77114c43945fb979a6c635f71771a3ab74378
52dab43236a9b0cd0f406aaf6c15f145f1376c98
/cpp/include/PMTResponse.h
9d24680ccc20b3058521049668709cae26040034
[]
no_license
Abdoelabassi/MDT
1f94162cece50384059703e8618365250994d46b
27fae8e9cf2d04cca48a117fa4216d474a6cab61
refs/heads/master
2023-07-27T12:34:36.563250
2021-06-18T17:49:16
2021-06-18T17:49:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
611
h
#pragma once #include <iostream> #include <string> #include <cmath> #include "MTRandom.h" // Manage: // // - generation of SPE // - timing resolution // // for R12199_02 3'' PMT for mPMT // // The implementations are based on: // - WCSimPMTObject.cc // - WCSimWCDigitizer.cc class PMTResponse { public: ...
[ "rakutsu@icrr.u-tokyo.ac.jp" ]
rakutsu@icrr.u-tokyo.ac.jp
dbdba54fb1b975368a1b7cd2e2dc58a92199ee80
37dfdfbae6886a23cf6a3626a05f57869a89b3f5
/Source/FairyGUIEnginePlugin/fairygui/GGraph.h
6beec50ad741e62745d6be3a2ecede54427e1dbb
[ "MIT" ]
permissive
fhaoquan/FairyGUI-vision
8dbf79982d2c9b07e0f8fe73ada1f5c91dee2ef8
63c2f5a4bfc7e3db954ef55a689be26b9a0f3518
refs/heads/master
2020-03-30T22:33:17.013554
2018-05-24T15:07:44
2018-05-24T15:07:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
912
h
#ifndef __GGRAPH_H__ #define __GGRAPH_H__ #include "FGUIMacros.h" #include "GObject.h" #include "core/Shape.h" #include "gears/GearColor.h" NS_FGUI_BEGIN class FGUI_IMPEXP GGraph : public GObject, public IColorGear { public: CREATE_FUNC(GGraph); void drawRect(float aWidth, float aHeight, int ...
[ "gzytom@139.com" ]
gzytom@139.com
ad0c5bf8c38eb132b7f73a2946f08ebdb4172d01
857eb9ffc1385b5a2eac2ff95f9dcd68d50c170b
/include/subsystem_controllers/chassis_controller.hpp
e3ceea36ff417745d5991bbeb5c9c582390de6bd
[]
no_license
77788J/77788J-TP-Mark-III
8823ce3fb7a0f497e94b6c7f27e68da48b53c7e1
6792e670d0917a5225743cc2093d5753c0a69f95
refs/heads/master
2022-01-10T09:14:49.795439
2019-05-15T18:14:31
2019-05-15T18:14:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
hpp
#ifndef CHASSIS_CONTROLLER_H_ #define CHASSIS_CONTROLLER_H_ #include "subsystem_interfaces/chassis_interface.hpp" namespace chassis_controller { enum MovementMode { none, dist_pid, rot_pid }; extern MovementMode mode; typedef struct PidConstants { float kp; // proportional constant ...
[ "zachchampion79@gmail.com" ]
zachchampion79@gmail.com
fd13c84fd43a3097424d69ac87d5509ecb07a4b3
eedd904304046caceb3e982dec1d829c529da653
/clanlib/ClanLib-2.2.8/Sources/API/Crypto/private_key.h
fa5e55a7cdd7a1b53e702ea4a2f9cb5c84658abe
[]
no_license
PaulFSherwood/cplusplus
b550a9a573e9bca5b828b10849663e40fd614ff0
999c4d18d2dd4d0dd855e1547d2d2ad5eddc6938
refs/heads/master
2023-06-07T09:00:20.421362
2023-05-21T03:36:50
2023-05-21T03:36:50
12,607,904
4
0
null
null
null
null
UTF-8
C++
false
false
1,875
h
/* ** ClanLib SDK ** Copyright (c) 1997-2011 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this software for a...
[ "paulfsherwood@gmail.com" ]
paulfsherwood@gmail.com
724e67fc4575acf98d2e9dc38a75c5cccda53f0a
823d02e7c97162bb6a129fa902bc5d53a6cf5de7
/Utils/CodeLib.1/Cabs/CabView/OS.H
b6fe8d2c7747f62e7751fd1140767639df620dc8
[ "MIT" ]
permissive
starpeace-project/starpeace-original
c14d855253d20352b33c9663ce02d833a6f1eb39
74e773b88eedf3d089a6cf01b70b01a6ade4cd03
refs/heads/master
2023-09-01T10:47:45.382288
2021-09-20T17:24:49
2021-09-20T17:24:49
104,656,682
4
1
null
2021-09-20T17:24:51
2017-09-24T15:54:58
Pascal
UTF-8
C++
false
false
574
h
//******************************************************************************************* // // Filename : Os.h // // CFileTime // // Copyright (c) 1994 - 1996 Microsoft Corporation. All rights reserved // //******************************************************************************************* #ifndef _O...
[ "ron.appleton@gmail.com" ]
ron.appleton@gmail.com
6d83a29764a72a3351bb135a7811da422873f55d
5499e8b91353ef910d2514c8a57a80565ba6f05b
/src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/test/sim_test.cc
1530fbde4a93f0ec8952efb9250a5557b2818a18
[ "BSD-3-Clause", "ISC" ]
permissive
winksaville/fuchsia
410f451b8dfc671f6372cb3de6ff0165a2ef30ec
a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f
refs/heads/master
2022-11-01T11:57:38.343655
2019-11-01T17:06:19
2019-11-01T17:06:19
223,695,500
3
2
BSD-3-Clause
2022-10-13T13:47:02
2019-11-24T05:08:59
C++
UTF-8
C++
false
false
2,144
cc
// Copyright 2019 The Fuchsia 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 "sim_test.h" #include <gtest/gtest.h> #include "src/connectivity/wlan/drivers/testing/lib/sim-device/device.h" #include "src/connectivity/wlan/d...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
195eee30caf0dd73e89bfe4f3afaf013d52dff6d
6fd3d7340eaaab551a22f5918d3c5fd3d27040c0
/SERVERS/WorldServer/DB_UpdatePlayerFlag.h
d20dc696a5ac6102cb3f26cac9f6c2db248f7670
[]
no_license
Aden2018/WinServer
beda5bb9058a08d1961f2852b48ca5217ca80e86
f3c068cd8afed691e32fc6516060187014ba3a71
refs/heads/master
2023-03-18T20:10:55.698791
2018-03-02T03:50:21
2018-03-02T03:50:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
334
h
#ifndef _DB_UPDATEPLAYERFLAG_H_ #define _DB_UPDATEPLAYERFLAG_H_ #include "CommLib/ThreadPool.h" class DB_UpdatePlayerFlag : public ThreadBase { public: DB_UpdatePlayerFlag(void); //method from ThreadBase virtual int Execute(int ctxId,void* param); U32 mPlayerId; U32 mPlayerFlag; }; #endif /*_DBUPDATE...
[ "754266963@qq.com" ]
754266963@qq.com
cba1292722f345ddde3d202149cb2a2ebb0e0716
6fa5433c3a3c5fbc74b7242a2d0160b212bcd847
/多进程/copyProgress/main.cpp
a63311c90d51010b532c124edcf78f7a98545b7b
[]
no_license
arafatms/Linux-Resource-manager
8c5165e1a1f27ab13c1477fe58f1ec021dd463d3
9f4a5b0482c207b402c51d4333fb1ffecd1ca158
refs/heads/master
2021-06-06T21:01:15.379886
2018-08-25T12:07:41
2018-08-25T12:07:41
146,092,096
1
0
null
null
null
null
UTF-8
C++
false
false
2,190
cpp
#include "mainwindow.h" #include <QApplication> #include "sem_shm.h" int main(int argc, char *argv[]) { using namespace std; QApplication a(argc, argv); MainWindow w; w.show(); struct sembuf sops; int ret, status; semun arg; int shmid = shmget(MY_KEY, sizeof(BUFF_T), I...
[ "arafatms@outlook.com" ]
arafatms@outlook.com
40d5afedf21f32751b2db0f4be74ce871f8452d7
dac35c7e3d56879016a98a2d0d72100b175e4517
/OpenWorld/Source/OpenWorld/OpenWorldCharacter.cpp
e6694664a04363cb0beec6322de2106813332ec6
[]
no_license
TheK-B1000/OpenWorld
b00df3ff1b8a79c21e9cdc6392fbf35360b9e74d
01b497ea4cb463f6f31b7860665e8fd3d4a65ac9
refs/heads/master
2020-12-04T22:29:50.064107
2020-01-06T15:14:36
2020-01-06T15:14:36
231,922,669
0
0
null
null
null
null
UTF-8
C++
false
false
5,296
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "OpenWorldCharacter.h" #include "HeadMountedDisplayFunctionLibrary.h" #include "Camera/CameraComponent.h" #include "Components/CapsuleComponent.h" #include "Components/InputComponent.h" #include "GameFramework/CharacterMovementComponent.h" #include ...
[ "k-b0514@hotmail.com" ]
k-b0514@hotmail.com
78f927941b1965b36356c3a549fa4f20f87ffabb
eee2f48594874f5138a0da8fa1a5a4db3c6817dc
/RTC_DS1307.h
395695409eb55641b6979fda47970cc2031fd13e
[]
no_license
CNCBASHER/AnyRtc
79a8c39788066fe4db3a777702c6e77b098deb51
3d807561d8d44a3c6dd49f928aac19f37ea17385
refs/heads/master
2021-01-17T22:02:43.178887
2012-06-24T02:45:29
2012-06-24T02:45:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
602
h
// Code by JeeLabs http://news.jeelabs.org/code/ // Released to the public domain! Enjoy! #ifndef __RTC_DS1307_H__ #define __RTC_DS1307_H__ #include <AnyRtc.h> #include <Wire.h> // RTC based on the DS1307 chip connected via I2C and the Wire library class RTC_DS1307: public IRTC { public: uint8_t begin(void); ...
[ "maniacbug@ymail.com" ]
maniacbug@ymail.com
7942f258eb801d0d8b757482a9d9ecc46cb49336
dca28153d0fbfef939ce3a8a51135e95499dfa0c
/readMatrix.cpp
e09a32a78b2d6f625c543b44ea8baff0735e2a7c
[]
no_license
htimsnahtan/matrix-calculator
aaf4d3f3691aef43187ada074320e4bc9e25e8d8
5a81d10d992b66add7706fc06edbd73f81df7267
refs/heads/main
2020-03-22T14:44:58.109575
2018-07-20T20:50:00
2018-07-20T20:50:00
140,202,590
0
0
null
null
null
null
UTF-8
C++
false
false
621
cpp
#include "readMatrix.hpp" #include <iostream> /* Give 2 inputs of a pointer to a square 2d array and the size of the matrix, prompts user to input integers into each point on the matrix. Does not return. */ void readMatrix(int **arrayPtrIn, int matrixSizeIn) { std::cout << "Enter " << matrixSizeIn*matrixSizeIn << ...
[ "htimsnahtan@gmail.com" ]
htimsnahtan@gmail.com
efad31c9898834a98eb1b26ff247c60c4f288427
38c10c01007624cd2056884f25e0d6ab85442194
/chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc
74279192c4f35b8823f2d89cdb7e00b43858ba09
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
1,674
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/crypto_module_password_dialog_view.h" #include <string> #include "base/bind.h" #include "base/strings/utf_string_c...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
c9db5511b866f14f8b7725eceb15d9265d5f6218
f53cf175a3fff8250f813c37922d737fb1648b36
/IDE/include/tv/win32/key.h
784facc06ec3f068fed7d85e843f5b9e678a3f4e
[ "MIT" ]
permissive
paule32/forth2asm
fbbe8e83a091dff62c021e73a2a6b69737645861
b1208581cd94017f8207b4b3bff28f0bce81ff7e
refs/heads/master
2020-09-20T15:08:48.218929
2019-12-27T16:29:15
2019-12-27T16:29:15
224,518,576
0
1
MIT
2019-12-09T00:18:34
2019-11-27T21:18:40
C++
UTF-8
C++
false
false
2,001
h
/* Win32 screen routines header. Copyright (c) 2002 by Salvador E. Tropea (SET) Covered by the GPL license. */ // This headers needs windows header #if defined(TVOS_Win32) && !defined(WIN32KEY_HEADER_INCLUDED) #define WIN32KEY_HEADER_INCLUDED struct TEvent; const unsigned eventKeyboardQSize=16; // A class to en...
[ "admin@dbase.center" ]
admin@dbase.center
4fcea0611b188c7f3a5e285323bb94afd8f50b3d
4c3068dd69156650a7e8042771fab4408794d653
/2.28/A1086 Tree Traversals Again.cpp
4b4009e21848e140583d10425fe5237cae63366e
[]
no_license
GXMhahahaha/PAT
396d4cae43fa4c51ad7aecc35e9c3482a06902e1
891061921a1b45e3e3ee49731b2206a54f1eb1fb
refs/heads/master
2023-07-08T19:06:37.482228
2021-08-05T03:21:47
2021-08-05T03:21:47
392,892,525
0
0
null
null
null
null
UTF-8
C++
false
false
1,275
cpp
//A1086 Tree Traversals Again #include <iostream> #include <stdio.h> #include <stack> #include <string.h> using namespace std; const int maxn = 50; int N; int pre[maxn]; int in[maxn]; stack<int> s; struct Node{ int key; Node* left; Node* right; }; Node* Build(int preL,int preR,int inL,int inR){ if(preL>preR || i...
[ "1844720947@qq.com" ]
1844720947@qq.com
2f149104a77ddcebb1bdb4701914a74358fadc24
b11b2b488d94ae20f58cfe40bae0987c32b5945e
/butaneVerification/1e-06/UPrime2Mean
0af575ac3984a6805ac9372b18da15f19c9740ee
[]
no_license
jamesjguthrie/mayerTestCase
93dbd9230e16a0f061cec97c7ddf6cb5303e1c95
9279ad56b62efa1507ff8b1bcd96e3ce2daceb56
refs/heads/master
2021-03-30T18:20:33.641846
2019-06-25T12:55:07
2019-06-25T12:55:07
26,530,210
0
0
null
null
null
null
UTF-8
C++
false
false
1,072
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "james@heyjimmy.net" ]
james@heyjimmy.net
57fc92602408f926d3685148e6401a4444d6ca0e
603742c3a80dc337875e2d92c8b488cc9983349c
/Aplicacion/Nodo3.h
328c2bdafef1b97ffb33585ed21390aa8b0c8ebc
[ "MIT" ]
permissive
oigresagetro/EDYAA_TP1
c747963ccfc40697c57ba51fae5dbc8f06f59d2c
0f0b18ba1e705cec44c474c0debc0abc20106b14
refs/heads/master
2021-07-09T00:00:53.473933
2017-10-06T02:53:43
2017-10-06T02:53:43
104,901,752
0
0
null
null
null
null
UTF-8
C++
false
false
268
h
#ifndef _Nodo3 #define _Nodo3 #include <iostream> using namespace std; struct Nodo3{ public: char c; Nodo3 * hijoMasI; Nodo3 * hermanoD; // o padre; Nodo3 * ptrPadre; Nodo3 * hermanoI; Nodo3(char); ~Nodo3(); //bool operator==(const Nodo2&); }; #endif
[ "31581117+oigresagetro@users.noreply.github.com" ]
31581117+oigresagetro@users.noreply.github.com
6327d464fdbd31b4a552fc7c3c20a3307343333c
c2b6bd54bef3c30e53c846e9cf57f1e44f8410df
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_ObjectModel_ReadOnlyCo1676177880.h
4084538807cb6d333daf9ddfa6f2bc0e7508854b
[]
no_license
PriyeshWani/CrashReproduce-5.4p1
549a1f75c848bf9513b2f966f2f500ee6c75ba42
03dd84f7f990317fb9026cbcc3873bc110b1051e
refs/heads/master
2021-01-11T12:04:21.140491
2017-01-24T14:01:29
2017-01-24T14:01:29
79,388,416
0
0
null
null
null
null
UTF-8
C++
false
false
1,177
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" // System.Collections.Generic.IList`1<UnityEngine.UI.Selectable> struct IList_1_t2031332789; #ifdef __clang__ #pragma clang diagnostic ...
[ "priyeshwani@gmail.com" ]
priyeshwani@gmail.com
4169a75d98dc28687822cdff60c13ee0af72b8a4
c2b161ce52e127f7036882f0ffa523f520dc1c87
/tutorials/playground/convert_test.cpp
ce04c825417272999a0dc8470e61fef5638afc48
[]
no_license
dmosher42/cosmos-core
9991e7268044fa3b139716a48e3bf3c707ea3422
625d1de84eded5ff69b2870a9cbf57c1a6476f89
refs/heads/master
2023-03-21T17:26:05.288081
2021-01-28T00:12:33
2021-01-28T00:12:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,472
cpp
/******************************************************************** * Copyright (C) 2015 by Interstel Technologies, Inc. * and Hawaii Space Flight Laboratory. * * This file is part of the COSMOS/core that is the central * module for COSMOS. For more information on COSMOS go to * <http://cosmos-project.com> * * The ...
[ "pilger@hsfl.hawaii.edu" ]
pilger@hsfl.hawaii.edu
a41438aa7e5b0e5801496fae01a8cc2331fb75f1
10ecd7454a082e341eb60817341efa91d0c7fd0b
/SDK/BP_FishingFish_Islehopper_03_Colour_01_Stone_functions.cpp
f516d392de37b816420c938523919f39fdfdbc70
[]
no_license
Blackstate/Sot-SDK
1dba56354524572894f09ed27d653ae5f367d95b
cd73724ce9b46e3eb5b075c468427aa5040daf45
refs/heads/main
2023-04-10T07:26:10.255489
2021-04-23T01:39:08
2021-04-23T01:39:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,024
cpp
// Name: SoT, Version: 2.1.0.1 #include "../SDK.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "ploszjanos9844@gmail.com" ]
ploszjanos9844@gmail.com