blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
69d5e3f9ef28362b035b5c02d32d8b44168ab7af
04ac3624f4f2008eb01db05bdcc49de4e2c736c2
/leccion3/clases/plantillas.cpp
e4ea1010ff67b4ea081fbce08ff1bd6c959549c9
[ "MIT" ]
permissive
neustart/cursocpp
8bfd65f2e35dbfffd4462b913ce0a9fcf7c51c13
fc91fb64f13f12ef234b3aa1289661d1e2eefa81
refs/heads/master
2021-09-06T23:47:46.116001
2018-02-13T15:43:14
2018-02-13T15:43:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,276
cpp
#include<iostream> #include<cstdlib> #include<typeinfo> #define MAX_P_SIZE 100 using namespace std; template<class T> class polinomio { public: polinomio(int grado, const T coefs[MAX_P_SIZE]); void set_coef(int j, T value); T get_coef(int j) const; int get_grado() const; polinomio<T> operator+(...
[ "vbuendiar@gmail.com" ]
vbuendiar@gmail.com
83cb090f8c20258e2c72e542a8f7537c656c23fc
3efca607aefbd6cf558517bae689ccdacb7b383e
/src/random.h
671ea1f613ae2a607441d052f6340a58cb64f1ac
[ "MIT" ]
permissive
MicroBitcoinOrg/MicroBitcoin
f761b2ff04bdcb650d7c0ddbef431ef95cd69541
0119e8eff44ec4d94313eaa30022a97692b71143
refs/heads/snapshot
2022-12-27T10:04:21.040945
2021-02-09T05:51:45
2021-02-09T05:51:45
132,959,214
21
33
MIT
2020-06-12T04:38:45
2018-05-10T22:07:51
C++
UTF-8
C++
false
false
4,121
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MICRO_RANDOM_H #define MICRO_RANDOM_H #include <crypto/chacha20.h> #incl...
[ "iamstenman@protonmail.com" ]
iamstenman@protonmail.com
976736343f9f3a6c4d00e1e20280039e81473b93
8485882016c33f612b242de28545586479a13de0
/include/blink/raster/gdal_raster_view.h
918f6189283c5adc76fd41543fc7118e086bc58f
[]
no_license
jeffrey-newman/raster
cd44314e521320c41edfdb9cab864cf2feef5e97
c0b87fdcc6d279d4a0464b80d30d845768b78a85
refs/heads/master
2021-01-22T14:46:57.089612
2017-05-20T06:26:11
2017-05-20T06:26:11
58,506,659
0
0
null
2016-05-11T02:04:50
2016-05-11T02:04:50
null
UTF-8
C++
false
false
3,447
h
// //======================================================================= // Copyright 2015 // Author: Alex Hagen-Zanker // University of Surrey // // Distributed under the MIT Licence (http://opensource.org/licenses/MIT) //======================================================================= // // This header fil...
[ "a.hagen-zanker@surrey.ac.uk" ]
a.hagen-zanker@surrey.ac.uk
0bd7346945239810e92748f7341a2b4bfcb15c32
14c922edd1e358bde86dea6fbddd779593ee8e30
/include/SpeechRangeVO.h
229d5e44de4fee897f47ae7f28b2251957efb33b
[]
no_license
MickZr/SpeechVisualization
e7b134acba1b990aa50765a5d833e2204229f2f0
ae45362614c3c2ea26edc3040e6936bec5d352dd
refs/heads/master
2016-09-05T09:45:51.473521
2015-01-29T10:23:56
2015-01-29T10:23:56
30,014,434
0
0
null
null
null
null
UTF-8
C++
false
false
168
h
#pragma once #include "VisualObject.h" class SpeechRangeVO : public VisualObject { public: SpeechRangeVO(AudioDataRef audioDataRef); virtual void draw(); private: };
[ "P.Panyanithisakul@gmail.com" ]
P.Panyanithisakul@gmail.com
31a8b03f5208df9a5413c897d08dc8411ec4b427
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/codeforce/261-280/cf269/e2.cpp
8a039ee0fddc98fbc6eb0fb8c850bf4645d8a1bd
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
4,384
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<to;x++) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ZERO(a) memset(a,0,sizeof(a)) #define MINUS(a) memset(a,0xff,sizeof(a)...
[ "kmjp" ]
kmjp
754e795618fd46eaeba2f9180d5ab43451736cf6
edbc1218a188eb61e71418c8a4994cd53de8b608
/2014/완전수 판별/프로젝터코드(이규하).cpp
203437b720346f5afedf3b342aba06b12103dedc
[]
no_license
gyuha-wa-vect0r/MiddleSchool
2837fb78c2d4b73b45041843fc10d4b9d8fdbdb0
92996061cfe802e0cb8290c1cf7a19bbf3e8fa22
refs/heads/main
2023-05-30T04:12:23.891230
2021-06-22T08:53:55
2021-06-22T08:53:55
null
0
0
null
null
null
null
UHC
C++
false
false
424
cpp
#include <stdio.h> int main() { int n, i, j, sum; int cnt = 0; printf("수를 입력하세요\n"); scanf_s("%d", &n); for (i = 1; i <= n; i++) { sum = 0; for (j = 1; j<i; j++) { if (i % j == 0) sum += j; } if (sum == i) { printf("%d ", i); cnt++; } } printf("\n완전수는 %d개 입니다.\n"...
[ "noreply@github.com" ]
noreply@github.com
3aed84c19cc45b3d5cbf09fcb6997aa8bc3f3b0f
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_1/2+2W+dmb.sylp+dmb.syll.c.cbmc_out.cpp
6bc40ff2035a27f2f4cff3aeaaa1f32b927b6588
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
24,131
cpp
// 0:vars:2 // 2:thr0:1 // 3:thr1:1 #define ADDRSIZE 4 #define NPROC 3 #define NCONTEXT 1 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b?a:b) char __get_rng(); char get_rng( char from, char to ) { char ret = __get_rng(); ASSUME(ret >= from...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
30d6964ca2a660423fa2671f56142193ae4c863b
2aa898dbe14af58220cd90d58ee42a60373d4983
/Polycarps Pockets.cpp
b16f1bd7b01c0c0551ea0034ee615dfbb725bdda
[]
no_license
saidul-islam98/Codeforces-Codes
f87a93d10a29aceea1cda4b4ff6b7470ddadc604
69db958e0b1918524336139dfeec39696a00d847
refs/heads/main
2023-07-12T03:27:31.196702
2021-08-09T11:09:30
2021-08-09T11:09:30
320,839,008
0
0
null
null
null
null
UTF-8
C++
false
false
319
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; int b[105]={0}; for(int i=0;i<n;i++){ int x; cin>>x; b[x]++; } int mx=-99999; for(int i=0;i<105;i++){ if(b[i]>mx){ mx=b[i]; } } cout<<mx; return 0; }
[ "noreply@github.com" ]
noreply@github.com
3d802fa1d00b3c4883ae0c3743ebf529b00ffbdb
d82f32eb0e7e94135c73eb30149b94a136f1c684
/Combinations.cpp
efcad235356dcc36bcb2c64faa3d0ee2823d78d7
[]
no_license
prestonkt/MyRepo
1bf351349d22dad99973cc5625a5c795eca078f6
15b16095d5f48994629eadca27bc67de54dba8ba
refs/heads/master
2021-05-28T10:59:32.729504
2015-03-04T22:01:28
2015-03-04T22:01:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,297
cpp
/* * * Author: peytonT * * Created on October 30, 2014, 12:17 PM */ #include <iostream> using namespace std; int factorial(int n) { return (n == 1 || n == 0) ? 1 : factorial(n - 1) * n; } int combination(int n, int r) { return factorial(n)/ (factorial(r) * factorial(n-r)); } int generateCombinat...
[ "peyton.tran2013@gmail.com" ]
peyton.tran2013@gmail.com
6e783c20e45486cb97ffb095a7910de5b915f3cb
a2f6660488fed555d720cc0df72ae2cfd526d0ec
/src/hssh/local_metric/map_rectification.h
a385a97f986e4d5d74a09672aa122f9d13ac6b1e
[ "MIT" ]
permissive
h2ssh/Vulcan
91a517fb89dbed8ec8c126ee8165dc2b2142896f
cc46ec79fea43227d578bee39cb4129ad9bb1603
refs/heads/master
2022-05-03T02:31:24.433878
2019-05-04T17:12:12
2019-05-04T17:12:12
184,834,960
6
11
NOASSERTION
2022-04-29T02:03:07
2019-05-04T00:21:10
C++
UTF-8
C++
false
false
1,576
h
/* Copyright (C) 2010-2019, The Regents of The University of Michigan. All rights reserved. This software was developed as part of the The Vulcan project in the Intelligent Robotics Lab under the direction of Benjamin Kuipers, kuipers@umich.edu. Use of this code is governed by an MIT-style License that can be foun...
[ "collinej@umich.edu" ]
collinej@umich.edu
377c1a156c5142321909e5c2e18920ea38b157a1
b4e2870e505b3a576115fa9318aabfb971535aef
/zParserExtender/ZenGin/Gothic_I_Classic/API/zSky.h
7b85102b3efb0faa35117740145d5197c917e7a0
[]
no_license
Gratt-5r2/zParserExtender
4289ba2e71748bbac0c929dd1941d151cdde46ff
ecf51966e4d8b4dc27e3bfaff06848fab69ec9f1
refs/heads/master
2023-01-07T07:35:15.720162
2022-10-08T15:58:41
2022-10-08T15:58:41
208,900,373
6
1
null
2023-01-02T21:53:03
2019-09-16T21:21:28
C++
UTF-8
C++
false
false
15,256
h
// Supported with union (c) 2018 Union team #ifndef __ZSKY_H__VER0__ #define __ZSKY_H__VER0__ namespace Gothic_I_Classic { const int zSKY_NUM_LAYER = 2; const int NUM_PLANETS = 2; enum zESkyLayerMode { zSKY_MODE_POLY, zSKY_MODE_BOX }; enum zTSkyStateEffect { zSKY_STATE_EFFECT_SUN, zSKY_...
[ "amax96@yandex.ru" ]
amax96@yandex.ru
f994814de30a5b02d6340e30a0d1b99e5e552c01
b494742e7d0db4a1056656bdc28240f800a038e6
/src/tcstock/source/stockinfo/tcstockselectdlg.cpp
97313af0ea67f09f55c32b2df8bf9b49198c2b6b
[]
no_license
zhuzhenping/CTP-MATLAB
5fd4953c15579840f8de92e294cafbeff754f064
aecef74c3533d298cb4b4e6a6c499d4c87b3ef5a
refs/heads/master
2020-03-17T00:52:39.154075
2017-11-06T10:03:32
2017-11-06T10:03:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,568
cpp
#include "tcstockselectdlg.h" #include <QHeaderView> #include <QTableWidgetItem> #include <QMessageBox> #include "../tcdefine.h" #include "../service/tcsvcpack.h" #include "tcmarketmgr.h" tcStockSelectDialog::tcStockSelectDialog(QWidget *pParent) : QDialog(pParent) { setupUi(this); QStringList titles; titl...
[ "84020702@qq.com" ]
84020702@qq.com
402b7bb112cac927f0ac5a621207e0798cf4b327
184b6c7529e15a646cd95ce0fc90e435e34dcdbd
/src/Bazar/PasswordInput.h
291d6a0ee85a689c8611b2230fd1562a053464f5
[]
no_license
Ulle84/ToolBox
0ae4a297ca435952c0664f32bee975cf279356c5
2f686cfb6728880e40b8bdd4a7c6da381ebdf2fc
refs/heads/master
2021-01-22T22:03:44.716242
2017-07-19T17:19:38
2017-07-19T17:19:38
85,501,056
0
0
null
null
null
null
UTF-8
C++
false
false
317
h
#ifndef PASSWORDINPUT_H #define PASSWORDINPUT_H #include <QDialog> class PasswordInputUi; class PasswordInput : public QDialog { Q_OBJECT public: explicit PasswordInput(QWidget *parent = 0); ~PasswordInput(); QString getPassword(); private: PasswordInput Ui*ui; }; #endif // PASSWORDINPUT_H
[ "u.belitz@gmx.de" ]
u.belitz@gmx.de
855c95cbe6d46df5e019c23654bd0ea2543faae3
3ce84c6401e12cf955a04e3692ce98dc15fa55da
/core/buffers/nonMaximalSuperssor.cpp
52ca3e3ba8c246ac29befbb813ade16e220869ae
[]
no_license
PimenovAlexander/corecvs
b3470cac2c1853d3237daafc46769c15223020c9
67a92793aa819e6931f0c46e8e9167cf6f322244
refs/heads/master_cmake
2021-10-09T10:12:37.980459
2021-09-28T23:19:31
2021-09-28T23:19:31
13,349,418
15
68
null
2021-08-24T18:38:04
2013-10-05T17:35:48
C++
UTF-8
C++
false
false
2,567
cpp
#include "core/buffers/nonMaximalSuperssor.h" #include "core/buffers/convolver/convolver.h" namespace corecvs { template<class BufferType> void NonMaximalSuperssor<BufferType>::nonMaximumSupression( const BufferType &image, const IndexType &windowHalf, const ElementType &threshold, vec...
[ "Aleksandr.Pimenov@lanit-tercom.com" ]
Aleksandr.Pimenov@lanit-tercom.com
cb0da4bad4859b0eb405cfa0b1be73c48f008d1d
97d3c5ba7fcbc4a5277590e84f753163d39cde67
/Pr3 EK/Not.h
1942ab0d679e831ba05d389fcbd029bcd32c2937
[]
no_license
paolo21d/Projekt3-EK
b87b42a68b4d50372c37785a1983f8a9025be30b
6d89697d475e85ff6580365d0431fa85939059b3
refs/heads/master
2020-03-19T13:58:03.091959
2018-06-12T22:41:56
2018-06-12T22:41:56
136,603,174
0
0
null
null
null
null
UTF-8
C++
false
false
254
h
#pragma once #ifndef NOT_H #define NOT_H #include "Gate.h" class Not : public Gate { public: Not(int id_, int inid_); ~Not(); bool calOut(); virtual bool setInputsPointers(std::vector<Gate*>& gatesVector, Gate* vcc, Gate* gnd); }; #endif // !NOT_H
[ "paolo21d@gmail.com" ]
paolo21d@gmail.com
2ffc7d34cb38b3936c15ea124329745c0d377c22
517c4b35fad18454d7905dcda93916a365bf5efa
/esp32/dht11/dht11.ino
7811516fe4558dba68784846650104cad17eb82a
[]
no_license
Ubira/IND4FIBRE
6a09286960cd98f2d646aa4eb06ac90ccf5269b5
e44f1b6a21587aecd0f5fd517830a41060c235a4
refs/heads/master
2021-02-11T16:20:32.839338
2020-04-24T03:05:26
2020-04-24T03:05:26
244,509,311
0
0
null
null
null
null
UTF-8
C++
false
false
3,294
ino
// DHT Temperature & Humidity Sensor // Unified Sensor Library Example // Written by Tony DiCola for Adafruit Industries // Released under an MIT license. // REQUIRES the following Arduino libraries: // - DHT Sensor Library: https://github.com/adafruit/DHT-sensor-library // - Adafruit Unified Sensor Lib: https://githu...
[ "ubiratan_melo@outlook.com" ]
ubiratan_melo@outlook.com
1d9156dc6fc9da37ea5370d11a2588ccdd8dfc48
3265043bb3475be23eb67fecd23de7d15f628a08
/cs480/assignment-3-rthowerton/main_in_progress.cpp
8b662d781a5abc2b749d17091857254ed3abe94b
[]
no_license
rthowerton/OSU-Coursework
83b2b625b9a0860e736662a8fcc51bb5971bedb6
4ed3a315117b0c5a14ab47b2a5448e37447c2496
refs/heads/master
2021-06-16T22:00:50.177637
2021-04-15T18:01:10
2021-04-15T18:01:10
192,245,238
0
1
null
2021-04-15T18:01:11
2019-06-16T23:12:59
TeX
UTF-8
C++
false
false
1,228
cpp
#include <iostream> #include <set> #include <string> #include "parser.hpp" extern int yylex(); extern Node* root; void print_nodes(Node*); int main() { if (!yylex()) { std::cout << "digraph G{" << std::endl; print_nodes(root, -1); std::cout << "}" << std::endl; } } void print_nodes(Node* node, int d...
[ "howertor@oregonstate.edu" ]
howertor@oregonstate.edu
71abd3aab52b585a38e5bc99ef6f572295164c37
ff879811ca56c45e21253e36c622074582aac38b
/DigitalFiltersDLL/digital_filters.h
bb7d3ce2fd91797136c5d0e37e2b82cb6ceeb9ca
[]
no_license
hoffmr2/DigitalFilters
6d80040eb5f268f7ca6a930e42927695ea14b923
59728feff2705bbfd51011c2c3c4e4bebf42088a
refs/heads/master
2021-01-12T03:59:21.450655
2017-05-22T22:07:09
2017-05-22T22:07:09
77,450,378
2
0
null
null
null
null
UTF-8
C++
false
false
32,905
h
#pragma once #ifndef DIGITAL_FILTERS_H_ #define DIGITALFILTERS_H_ namespace HoffFilters { #define PI 3.141592653589793 #include <cassert> #include <vector> #include <assert.h> #include <cmath> enum bypassState { on, off }; using namespace std; class DigitalFilter { public: DigitalFilter(double cu...
[ "hoffmr2@wp.pl" ]
hoffmr2@wp.pl
3bd5b76d111914a84682beb723251cce074e979a
6ea59bbb80568313db82a3394f23225c01694fe5
/Lab_3/Bellman_Ford_test.cpp
d8928cb96e48b6766ae231b5ee07c784a3019d71
[]
no_license
RaifGaripov/Cantina
ccdbb08bcf30d9fe30fcf9c7c18bae49787fa508
45b6069795c1fa08204749c315b348a208994f55
refs/heads/testing
2021-07-16T06:21:38.604600
2020-05-31T08:04:44
2020-05-31T08:04:44
160,087,286
0
0
null
2020-05-14T11:54:03
2018-12-02T19:58:59
C++
UTF-8
C++
false
false
1,194
cpp
#include "pch.h" #include "CppUnitTest.h" #include "C:\\Users\raifg\source\repos\Bellman_Ford\Bellman_Ford\Bellman-Ford_algorithm.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace Bellman_Ford { TEST_CLASS(Bellman_Ford) { public: TEST_METHOD(test_set_data) { Bellman_Fo...
[ "noreply@github.com" ]
noreply@github.com
e7507d30a7205b9832a13582cdce3fda0fb5aba8
92745756b1d9280222894d6b7ba918c00f76bf3b
/SDK/PUBG_BP_CircleProgressWidget_classes.hpp
d5fa5f291893d3bb03ee7fc52b7fd28a73a4b4c9
[]
no_license
ziyouhaofan/PUBG-SDK
018b2b28420b762de8c2b7e7142cb4f28647dc7f
03d5f52e8d4fd7e2bef250217a9a5622366610e2
refs/heads/master
2021-07-19T11:34:17.527464
2017-10-26T03:42:44
2017-10-26T03:42:44
108,414,666
1
0
null
2017-10-26T13:24:32
2017-10-26T13:24:32
null
UTF-8
C++
false
false
2,130
hpp
#pragma once // PlayerUnknown's Battlegrounds SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace Classes { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // WidgetBlueprintGeneratedCl...
[ "tj8@live.com.au" ]
tj8@live.com.au
3178266a119472bd913ff506891acab82c5a6ce6
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/third_party/blink/renderer/bindings/core/v8/v8_svg_animated_preserve_aspect_ratio.cc
b27d8f6838ce24c6edd547432eb600a2be8de161
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C++
false
false
8,319
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. // This file has been auto-generated from the Jinja2 template // third_party/blink/renderer/bindings/templates/interface.cc.tmpl // by the script code_gen...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
31e013dfdef6ae2481b9910263d8e9a4be24683a
368dac6c28dc44bd28288bce651c32f1f640dc91
/virtual/client/include/xercesc/util/XMLUni.hpp
a3281d6574fe097d01f237d75e9fdd0c58c52789
[]
no_license
Programming-Systems-Lab/archived-memento
8fbaa9387329d1d11ae4e8c1c20a92aeadeb86e0
084c56a679585c60b5fc418cd69b98c00cf2c81e
refs/heads/master
2020-12-02T12:21:04.667537
2003-11-04T17:08:35
2003-11-04T17:08:35
67,139,953
0
0
null
null
null
null
UTF-8
C++
false
false
12,877
hpp
/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sou...
[ "mg689" ]
mg689
dd75145bc4b6ae15ad30026a37922bcff51cf942
90047daeb462598a924d76ddf4288e832e86417c
/third_party/WebKit/Source/core/events/Event.h
046a341895ab65db08c2b5554b1cd88dd5b90699
[ "BSD-3-Clause", "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "MIT", "Apache-2.0" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
10,120
h
/* * Copyright (C) 2001 Peter Kelly (pmk@post.com) * Copyright (C) 2001 Tobias Anton (anton@stud.fbi.fh-darmstadt.de) * Copyright (C) 2006 Samuel Weinig (sam.weinig@gmail.com) * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights * reserved. * * This library is free software; you can redistrib...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
79d193e9a3b85721cf3f0d37263699e7781797fb
20a59a738c1d8521dc95c380190b48d7bc3bb0bb
/layouts/aknlayout2/generated/Vga_akn_app/aknlayoutscalable_abrw_pvl_av_vga_lsc_normal.cpp
5c27f45bb274e20ce0c54e60901ee285f08517cf
[]
no_license
SymbianSource/oss.FCL.sf.mw.uiresources
376c0cf0bccf470008ae066aeae1e3538f9701c6
b78660bec78835802edd6575b96897d4aba58376
refs/heads/master
2021-01-13T13:17:08.423030
2010-10-19T08:42:43
2010-10-19T08:42:43
72,681,263
2
0
null
null
null
null
UTF-8
C++
false
false
387,879
cpp
/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.h...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
5d4d6403a7c8da0032e01423047acbaa37b0f7b4
ccf205644cc2d5c4fd50a48169df8074784b4b1f
/couchbase-sys/libcouchbase/src/search/search_handle.cc
58dde282c4a879389ac7fe93ae3b7dea0cea46ec
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
jsatka/couchbase-rs
5a133d8d3e31b312360d252aaa3a429c91713071
3c3e4805d1b58f4122894955bad35632feadedd7
refs/heads/master
2023-08-06T08:43:04.467666
2021-10-05T09:41:56
2021-10-05T09:42:31
265,197,346
0
0
Apache-2.0
2020-05-19T09:01:16
2020-05-19T09:01:16
null
UTF-8
C++
false
false
7,114
cc
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2016-2021 Couchbase, Inc. * * 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 * * ...
[ "chvckd@gmail.com" ]
chvckd@gmail.com
077bf27c6bde6f1ed866d46498e59f9bbb0bc183
06bed8ad5fd60e5bba6297e9870a264bfa91a71d
/Tables/reporterwidget.h
4727a01d2c82a94f2c4cea3c4fd1b9abfdaf579f
[]
no_license
allenck/DecoderPro_app
43aeb9561fe3fe9753684f7d6d76146097d78e88
226c7f245aeb6951528d970f773776d50ae2c1dc
refs/heads/master
2023-05-12T07:36:18.153909
2023-05-10T21:17:40
2023-05-10T21:17:40
61,044,197
4
3
null
null
null
null
UTF-8
C++
false
false
906
h
#ifndef REPORTERWIDGET_H #define REPORTERWIDGET_H #include <QWidget> #include "reportermanager.h" #include "abstractreportermanager.h" #include "proxyreportermanager.h" #include <QSignalMapper> #include "abstractnamedbean.h" namespace Ui { class ReporterWidget; } class ReporterWidget : public QWidget { Q_OBJECT ...
[ "allenck@windstream.net" ]
allenck@windstream.net
d83b6a1bc1a9c7819f16160caa3ea16afc689cfc
03ead98a2978f26f2bf97c95e57b1a632c26e692
/BondEngine/MainMenu.hpp
fee2475b1e77a343bc25d76ea712d25a1b946cdc
[ "MIT" ]
permissive
mr-freeman/BondEngine
6183026b5f20af933123039987639b252efd6777
5c05a33f21368685de281ddb08723a05203473c9
refs/heads/master
2022-11-16T11:06:37.727791
2020-07-14T21:36:37
2020-07-14T21:36:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,587
hpp
// Copyright ⓒ 2020 Valentyn Bondarenko. All rights reserved. #pragma once #include <GUISystem.hpp> #include <Sound2D.hpp> #include <Texture.hpp> #include <VertexBuffer.hpp> #include <IndexBuffer.hpp> namespace be::game { // One of three major game states. class MainMenu { public:...
[ "noreply@github.com" ]
noreply@github.com
978305298b2c91ae64ec13e9f89b2229c34dd188
8cf9b251e0f4a23a6ef979c33ee96ff4bdb829ab
/src-ginga-editing/ncl30-generator-cpp/src/CausalConnectorGenerator.cpp
7913769cdb001902c930abccf95743fc73ce3fb8
[]
no_license
BrunoSSts/ginga-wac
7436a9815427a74032c9d58028394ccaac45cbf9
ea4c5ab349b971bd7f4f2b0940f2f595e6475d6c
refs/heads/master
2020-05-20T22:21:33.645904
2011-10-17T12:34:32
2011-10-17T12:34:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,773
cpp
/****************************************************************************** Este arquivo eh parte da implementacao do ambiente declarativo do middleware Ginga (Ginga-NCL). Copyright (C) 2009 UFSCar/Lince, Todos os Direitos Reservados. Este programa eh software livre; voce pode redistribui-lo e/ou modificah-lo sob...
[ "erickmelo@gmail.com" ]
erickmelo@gmail.com
7dc5b30231edf535e358ac2fe2b7f6991f7de6ef
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/printscan/wia/inc/cstring.h
5ec1707b38944fa3a36b328f39a383b2750ad436
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,478
h
/*++ Copyright (c) 1997 Microsoft Corporation Module Name: cstring.h Abstract: Extracted from MFC Author: Revision History: --*/ #ifndef _CSTRING_H_ #define _CSTRING_H_ # include <ctype.h> # include <tchar.h> #include <stidebug.h> #define _AFX_NO_BSTR_SUPPORT 1 #define AFX_CDECL CD...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
9643c01b228c9a0405c4deae7511691d82c5420a
c9b02ab1612c8b436c1de94069b139137657899b
/sg5/app/data/DataArena.cpp
ef36f0f7ce8d4f60a9176a9dc5b893f847b9264d
[]
no_license
colinblack/game_server
a7ee95ec4e1def0220ab71f5f4501c9a26ab61ab
a7724f93e0be5c43e323972da30e738e5fbef54f
refs/heads/master
2020-03-21T19:25:02.879552
2020-03-01T08:57:07
2020-03-01T08:57:07
138,948,382
1
1
null
null
null
null
UTF-8
C++
false
false
5,101
cpp
#include "DataArena.h" CDataArena::CDataArena() { m_init = false; } int CDataArena::Init(const string &path, semdat sem) { if(m_init) { return 0; } if (path.empty()) { error_log("[init_arena_data_fail][path=%s]", path.c_str()); return R_ERROR; } int semgroup = 0; int semserver = 0; Config::GetDomain(...
[ "178370407@qq.com" ]
178370407@qq.com
0c7479d31ae3cd727d038c0dd9636df0d302439f
ba63b578b421daf3033d1575f8eaa53f5e5c4fd1
/源码/wbxu_Ph2StudManage/Server/Server.cpp
a06bf44e1ea55bab010c309491ccca233d9f951b
[]
no_license
wushenwu/Ph2_StudManage
99861b53496ab29179065f87632be726d7ebbf94
564c1dd1e433f03958aa9621958fb77b663a4d91
refs/heads/master
2021-05-27T12:17:19.009461
2014-10-23T13:45:34
2014-10-23T13:45:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,631
cpp
// Server.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Server.h" #include "MainFrm.h" #include "ServerDoc.h" #include "ServerView.h" #include "TblTreeView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////...
[ "xuwenbo_outlook@outlook.com" ]
xuwenbo_outlook@outlook.com
c13799275fba5a120de89f03f4030082b149464c
6f326efb250a565ecde470104cc3807222a610b1
/Balanta/Unit8.cpp
7a2d464cbc83268567928668b90d40b9ce337171
[]
no_license
spartan2015/borland
64eeecc5f07e381657255cf3bc39255ca6a06365
8b9b739c9fefb28a4dde83b2f0ac3570a0b2f5cc
refs/heads/master
2020-03-23T19:12:19.456654
2018-07-23T04:15:30
2018-07-23T04:15:30
141,960,126
0
0
null
null
null
null
UTF-8
C++
false
false
5,832
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "Unit8.h" #include "Unit2.h" #include "Unit1.h" #include "Unit9.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" ...
[ "doc.mseco@gmail.com" ]
doc.mseco@gmail.com
231a1ecf43cf7f63e2932d54110471fa5f71d06a
6b8e1838e5c07e8ec60adfc029d1d01f1a4add0d
/Source/WebKit2/NetworkProcess/webrtc/LibWebRTCSocketClient.cpp
3618fd67a8ec3bda2dc079780a5c3b615fb4da9c
[]
no_license
CheckRan/webkit
84d12df62ff10ff225d9cb5971ef854fe3a731b4
c547c111162fe8eb2805f0138ca845c944da1850
refs/heads/master
2023-03-18T02:23:30.777530
2017-06-30T07:34:01
2017-06-30T07:34:01
95,863,134
1
0
null
2017-06-30T07:45:15
2017-06-30T07:45:15
null
UTF-8
C++
false
false
6,445
cpp
/* * Copyright (C) 2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc" ]
commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc
128aec5ab71f2937b6e08ce43a1050a4d71e19ad
7570a368244e3eea310e5960d5c3e26b2e633a9a
/work/base.h
1ede397c989b6576ca36288a8f235562b29b34cb
[]
no_license
ishaofeng/CrackingTheCodeInterview
49f20e4f9c75a8e06f369d3a09731821ee63cf3d
b88127565fcc07e1eb92aa2240b07f0432bd1d11
refs/heads/master
2021-01-22T08:30:00.456546
2014-11-24T03:59:35
2014-11-24T03:59:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
119
h
#include <iostream> #include <string> #include <cstring> #include <cstdlib> #include <algorithm> using namespace std;
[ "ishaofeng@foxmail.com" ]
ishaofeng@foxmail.com
c371befb2dc04b0b1dd42412652c0b3e155b1761
019379aca83bb37e691ea306ccbbdf12330b2722
/Ship.h
559e2e0d03c89a6074c0736b4b365391c0644e38
[]
no_license
chrispyfrey/Battleship
a4025f62b0b05161ddeca56803511e54da2f237b
46e621c36f515edae1700f2f7f4bf654e70514ad
refs/heads/main
2023-06-24T07:36:17.644215
2021-07-19T22:06:10
2021-07-19T22:06:10
387,603,631
0
0
null
null
null
null
UTF-8
C++
false
false
1,316
h
// Chris Frey // CSCI 2312-001 // Final Project #ifndef SHIP_ #define SHIP_ class Ship { private: int size; int hits; int yLoc; char xLoc; char boardVal; bool isVertical; bool isSunk; public: Ship() { size = 0, hits = 0, yLoc = 0, xLoc = ' ', boardVal = ' ', isVertical = false, isSunk = false; } // mut...
[ "christopher.r.frey1@gmail.com" ]
christopher.r.frey1@gmail.com
45f0612e24070366ba619da5189378ca48690058
21b7d8820a0fbf8350d2d195f711c35ce9865a21
/Preparation for International Women's Day.cpp
32f841db4ede58e49f2a8b59814e819a7ba05255
[]
no_license
HarshitCd/Codeforces-Solutions
16e20619971c08e036bb19186473e3c77b9c4634
d8966129b391875ecf93bc3c03fc7b0832a2a542
refs/heads/master
2022-12-25T22:00:17.077890
2020-10-12T16:18:20
2020-10-12T16:18:20
286,409,002
0
0
null
null
null
null
UTF-8
C++
false
false
485
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int n, k, ans=0; cin>>n>>k; vector<int> v(n); map<int, int> m; for(int i=0; i<n; i++){ cin>>v[i]; m[v[i]%k]++; } //for(auto x: m) cout<<x.first<<"-"<<x.second<<endl; for(int i=1; i<k/2; i++){ ans+=min(m[i...
[ "harshitcd@gmail.com" ]
harshitcd@gmail.com
7458d8fa4dcb2cf9a90c0dfec1595bbdffc39605
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/log/expressions/formatters/date_time.hpp
cfe9948d031ceb0b9679939feb189cd49bfcc6b4
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
12,291
hpp
/* * Copyright Andrey Semashev 2007 - 2015. * 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) */ /*! * \file formatters/date_time.hpp * \author Andrey Semashev * \date 16.09.2012 * *...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
f9912e3e844ebcadfc58c101dd063ee644307972
f2c8403a5884c5fdef03a63a27e010772d76f63d
/firmware/sonar-ping.h
08213fd6d6dc07a079307510a595199d6c66e333
[ "MIT" ]
permissive
mrkalePhotonLib/SonarPing
ef46f8b11964a4f5b31cf73a68ef0541cc725361
f279c7146ee2871d95323f0c0fa3211ee624fac1
refs/heads/master
2021-01-20T18:28:44.921266
2016-10-23T08:39:13
2016-10-23T08:39:13
65,207,791
0
0
null
null
null
null
UTF-8
C++
false
false
7,355
h
/* NAME: SonarPing DESCRIPTION: Library for ultrasonic sensor HC-SR04 or similar sensors. - Library uses function pulseIn() for measuring sound reflection times. - Library intentionally uses only SI measurement units. The conversion to imperial units should be provided in a sketch code or in a separate...
[ "libor.gabaj@gmail.com" ]
libor.gabaj@gmail.com
a9f7ddb3f575c4a7a5ac2c3572abb6bb5482e819
54f66f0dbcd8784394b2ab1c86c142b1d8ca545c
/include/rpc_cli_factory.hxx
f01902c679e87f579d21a0b980b6d118690af921
[ "Apache-2.0", "BSL-1.0" ]
permissive
source-reader/cornerstone
72958dc8f9aed32199201815d3dc7897e9e80129
9510bc34ab299418c1dd40cc35c38ac62a2d01f7
refs/heads/master
2023-01-14T17:49:41.037617
2020-11-24T14:14:51
2020-11-24T14:14:51
308,810,634
0
0
NOASSERTION
2020-10-31T05:26:02
2020-10-31T05:26:02
null
UTF-8
C++
false
false
958
hxx
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. The ASF licenses * this file to you 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 * * h...
[ "anche@corp.microsoft.com" ]
anche@corp.microsoft.com
a984e135a89a93a864bd90238d5f821640cb1617
78b42849281bd0d174b0bcef7870406a2d204026
/original-code/oreilly-1st-edition/winmain.cpp
6244ed093a96ce6730feffde69094d4e893b0b0b
[ "LicenseRef-scancode-oreilly-notice" ]
permissive
doughodson/physics-game-dev
2f13d2abea71d8027a6677fc89499aa7894baa7b
24d0124329c5ad4904efbda7c133cd17fc83f843
refs/heads/master
2022-03-03T09:48:11.434736
2022-01-31T20:11:46
2022-01-31T20:11:46
207,357,612
1
3
null
null
null
null
UTF-8
C++
false
false
6,728
cpp
#define INITGUID #define APPNAME "Flight Sim" // Windows Header Files: #include <windows.h> // C RunTime Header Files #include <windows.h> #include <stdio.h> #include <string.h> #include <malloc.h> #include <math.h> #include "mmsystem.h" #include "d3dstuff.h" #include "Physics.h" #define RENDE...
[ "doug@sidechannel.net" ]
doug@sidechannel.net
7057391dca3ca88aa06083b782f57d8274a8cf57
01c89a1704d7e7731f1509145445d91b9da1edf5
/easy/PLAYFIT.cpp
8727b7d6062c172eb591b3ce90e0c7e5a3c32c90
[ "MIT" ]
permissive
VasuGoel/codechef-problems
1fd2b4a64568271052b55cabdecd36e2a2dfcabb
53951be4d2a5a507798fb83e25bdaa675f65077b
refs/heads/master
2020-12-14T10:57:11.639932
2020-02-12T18:21:45
2020-02-12T18:21:45
234,719,044
0
0
null
null
null
null
UTF-8
C++
false
false
575
cpp
// // Created by Vasu Goel on 1/26/20. // #include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int t, n; cin >> t; while(t--) { cin >> n; int min, goals, max = 0; cin >> min; for(int i = 1; i < n; i++) { ...
[ "goelvasu0712@gmail.com" ]
goelvasu0712@gmail.com
b5d5b86656ec224000a923f6f2d6e69becc0998c
ac78deb59bc9dd53815c717ad25796f0d6041ee6
/GPS_Locator.ino
80b9cfff1990a25728cd8ddbbada5af33f364bbf
[]
no_license
RustyCrowbar/GPS_Locator
ec917ca2b8cf315161f6d8cc19578d42079dd453
13ba271d6ef9e1c4cd0d4fb980d83b39992f304d
refs/heads/master
2020-05-07T19:50:27.593955
2020-04-05T13:10:42
2020-04-05T13:10:42
180,831,295
0
0
null
null
null
null
UTF-8
C++
false
false
11,128
ino
#include "GPS_Locator.h" void rainbowCircle() { uint8_t coeff = 0xff * 6 / (NB_LEDS - 1); static uint8_t u; static uint8_t tmp; for (u = 0; u < ((NB_LEDS - 1) / 6); u++) { //0 - nb/6: R: 255; G: 0 - 255; B: 0 leds[u] = CRGB(255, u * coeff, 0); } tmp = 0; for (; u < ((NB_LEDS - 1) /...
[ "mathieu.corre@epita.fr" ]
mathieu.corre@epita.fr
6bb1c130325544566431525f867722c5b3cbfe90
adc15e40e6ad95476189a612a26ca7fe5f053a55
/main.cpp
134231eba85a537d5ae0481a221622e1ad4b84ca
[]
no_license
Gameriam1/Hash
dbfdef81817ca76f34424f060b348441e39acf05
58b51a0a82f63d185be4bdcd37f651814dcc4ee4
refs/heads/master
2023-04-05T11:24:36.912149
2021-03-31T02:55:35
2021-03-31T02:55:35
353,206,280
0
0
null
null
null
null
UTF-8
C++
false
false
1,573
cpp
#include <iostream> #include <fstream> #include <unordered_map> #include <istream> #include <string> #include <sstream> #include <algorithm> using namespace std; int main() { ifstream namefile("Files/Names.txt"); ifstream infile("Files/Assignments.txt"); // infile.open("Files/Assignments.txt"); vector...
[ "Gameriam1@users.noreply.github.com" ]
Gameriam1@users.noreply.github.com
0fdc48f0c7aa405323cb1594fc2819566343d736
3a39b41a8f76d7d51b48be3c956a357cc183ffae
/BeakjoonOJ/2000/2861_원섭동사람들.cpp
557b89ef0a5c56c934a1f9244ebddfa2a2b7509d
[]
no_license
Acka1357/ProblemSolving
411facce03d6bf7fd4597dfe99ef58eb7724ac65
17ef7606af8386fbd8ecefcc490a336998a90b86
refs/heads/master
2020-05-05T10:27:43.356584
2019-11-07T06:23:11
2019-11-07T06:23:11
179,933,949
0
0
null
null
null
null
UTF-8
C++
false
false
1,198
cpp
// // Created by Acka on 2017. 10. 11.. // #include <stdio.h> #include <queue> using namespace std; bool chk[200001], chk2[200001]; long long sum[200001], ans; int in[200001], to[200001], cost[200001]; int dfs(int cur){ chk[cur] = true; int ret = cur; if(!chk[to[cur]]){ ret = dfs(to[cur]); ...
[ "Acka1357@gmail.com" ]
Acka1357@gmail.com
3dc84dc23ce4c7db196af252202bd13bbad22c16
e82e8b1a800f927238ba2c76584ab49d8ce66012
/Programmation numerique C++/chapitre10/lg/exp.cpp
3861d0ff33bc94d5f511a16b19dcbce75aafa811
[]
no_license
ettabib/calculParallele
ba80d5c9da5a805d6edf96a3fde715e094a9122a
2942ce14155924b116595113b78d7156b7740d14
refs/heads/master
2021-01-19T00:14:48.890504
2014-06-02T09:41:18
2014-06-02T09:41:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
37,563
cpp
/* A Bison parser, made from exp.y by GNU bison 1.35. */ #define YYBISON 1 /* Identify Bison output. */ #define yyparse expparse #define yylex explex #define yyerror experror #define yylval explval #define yychar expchar #define yydebug expdebug #define yynerrs expnerrs # define WHILE 257 # define ...
[ "ettabib@gmail.com" ]
ettabib@gmail.com
684eedd267c9833c8bcbb940c17a4142c22f5406
71d7889f37bbdeccc971c1f189a70b5c2d8607dd
/QT/build-mytrainer-Desktop_Qt_5_4_0_MinGW_32bit-Debug/ui_QtAdmin.h
e607c0e60ef70f8da60d73d265c5d5e9ae9e9d4a
[]
no_license
OneEspylacopa/Data-Structure
87bf80508972edffb40b539696c4b76fe9076794
fbc4fc5fc477c32471e669fbb3fb770ede7a2c67
refs/heads/master
2020-12-31T00:09:56.549172
2018-02-11T00:16:47
2018-02-11T00:16:47
86,562,297
1
3
null
2018-02-11T00:16:48
2017-03-29T09:17:50
C++
UTF-8
C++
false
false
4,915
h
/******************************************************************************** ** Form generated from reading UI file 'QtAdmin.ui' ** ** Created by: Qt User Interface Compiler version 5.4.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *******************************************...
[ "674808516@qq.com" ]
674808516@qq.com
a95a4eb668dda56038547d1ead3bf654effd627f
635c344550534c100e0a86ab318905734c95390d
/wpilibc/src/main/native/include/frc/SynchronousInterrupt.h
fbe0fca680ea922dc35489ba4fa1a7e331073e09
[ "BSD-3-Clause" ]
permissive
wpilibsuite/allwpilib
2435cd2f5c16fb5431afe158a5b8fd84da62da24
8f3d6a1d4b1713693abc888ded06023cab3cab3a
refs/heads/main
2023-08-23T21:04:26.896972
2023-08-23T17:47:32
2023-08-23T17:47:32
24,655,143
986
769
NOASSERTION
2023-09-14T03:51:22
2014-09-30T20:51:33
C++
UTF-8
C++
false
false
3,214
h
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. #pragma once #include <memory> #include <hal/Types.h> #include <units/time.h> namespace frc { class DigitalSource; /...
[ "noreply@github.com" ]
noreply@github.com
910e3fa595b18a1f9ee4cb939007bc8d3a7cca21
29be7c52e05d32a4b02e6c0a1a6424abb2f60d57
/fuse-qreader/Example/build/Android/Preview/app/src/main/include/Fuse.Reactive.WindowList-1.h
7c6e666a368b8ae3fac3c462e8374c2eaf85111a
[ "MIT" ]
permissive
redtree0/CITOS-APP
3b8cbc86fd88f6adb5b480035788eac08290c7a6
624f69770d8573dffc174f1f9540c22f19c71f14
refs/heads/master
2020-03-29T05:42:49.041569
2018-09-25T14:24:55
2018-09-25T14:24:55
149,594,359
0
0
null
2018-09-20T10:47:57
2018-09-20T10:47:57
null
UTF-8
C++
false
false
4,045
h
// This file was generated based on C:/Users/채재윤융합IT학부/AppData/Local/Fusetools/Packages/Fuse.Reactive.Bindings/1.9.0/WindowList.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{namespace Internal{struct ObjectList;}}} namespace g{nam...
[ "moter74@naver.com" ]
moter74@naver.com
36616a197646987f9aef7e9cc5854477e91c9116
a21cae5dabd4e739d72c1b9702aee2bf71845959
/Classes/Layer/GameLayer.h
2de23b5185b21221a551b32ab5c991c99b28e746
[]
no_license
dinhnhat0401/Henshin
f79a385dbabad55d810356cac1051cf9b81126f4
321f1d53475e19be92aa7ea4368f031626c83f22
refs/heads/master
2016-09-10T10:36:39.900432
2014-09-18T09:44:52
2014-09-18T09:44:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
371
h
// // GameLayer.h // Henshin // // Created by duong minh khoa on 7/30/14. // Copyright (c) 2014 (THE) ONE of THEM. All rights reserved. // #ifndef __Henshin__GameLayer__ #define __Henshin__GameLayer__ #include "cocos2d.h" class Game : public cocos2d::Layer { public: virtual bool init(); CREATE_FUNC(Game)...
[ "khoad4@gmail.com" ]
khoad4@gmail.com
4610a558e7b07d7e558d2af2eafc8f6111b3f39f
1501c818e8ea905d706b4fc0d251e312c8716148
/rbinarySearch.cpp
f671e94e87375d0b1463f2010750e55ceb1517d2
[]
no_license
dorururu/data-structure
d4b730a3bdb229adbc4d33918109ac74156bd5f3
8fb00358472c713b1fc04c439236aa3b21917058
refs/heads/master
2020-12-23T15:44:21.930474
2020-04-22T06:15:04
2020-04-22T06:15:04
237,194,271
2
0
null
null
null
null
UTF-8
C++
false
false
637
cpp
#include <iostream> using namespace std; int binarySearch(int arr[], int left, int right, int key) { if(left > right) return -1; int mid = (left+right) / 2; if(arr[mid] == key) { return mid; } else if(arr[mid] < key) { return binarySearch(arr, mid+1, right, key); } else { ...
[ "askyox7595@gmail.com" ]
askyox7595@gmail.com
7be4ca3c2b2e7dbd139e43c6fc95dd96c19c8d34
1960a112a98f95108e081f2f24a3db2047d293fe
/Parcial_Rep/src/Cola.cpp
8a0376b8fcb9da5ecd2c499583dc7925b5bba051
[]
no_license
Sara270/Reposici-nParcial
3d2c43a53ab30fafdd2b9290af87d2051d84ba67
547bff36bd1116305c321c1cea38f907fba0f7cb
refs/heads/master
2021-07-17T19:34:40.099597
2017-10-23T03:07:28
2017-10-23T03:07:28
107,305,287
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,617
cpp
/* * Cola.cpp * * Created on: 17/10/2017 * Author: Sara */ #include "Cola.h" #include <iostream> using namespace std; Cola::Cola (){ this-> frente = new Nodo1(0); this-> fin = new Nodo1(0); } Cola::~Cola(){ } //función para determinar si la cola esta vacía bool Cola :: ValidarVacia(N...
[ "noreply@github.com" ]
noreply@github.com
fa59c1bf5191971a2741fe4942c573f2b9245245
5bb0a22fc4046023700657230fa4f860803c9d45
/controllers/nrt_software/plugins_misc/src/online_centralized_controller.cpp
2971f6063ffd54733dc28ececa9f76a572d0098c
[ "Zlib" ]
permissive
mkamedula/Software-for-Robotic-Control
f953d0a9c3b22716db30f92c16f47fd21da61989
fc3f7b344d56aa238d77c22c5804831941fcba24
refs/heads/master
2022-07-07T18:21:09.001800
2022-06-12T23:10:55
2022-06-12T23:10:55
306,434,538
0
0
null
null
null
null
UTF-8
C++
false
false
5,660
cpp
#include <mwoibn/robot_class/robot_xbot_nrt.h> #include <mwoibn/robot_class/robot_ros_nrt.h> #include <std_srvs/SetBool.h> #include <std_srvs/Empty.h> #include <custom_messages/CustomCmnd.h> #include "mgnss/controllers/online_centralized_controller.h" #include <config.h> void switchMode(mwoibn::robot_class::Robot* rob...
[ "malgorzata.kamedula@gmail.com" ]
malgorzata.kamedula@gmail.com
a1cf8ef76daf27cd985d981ee28715dff5750b85
c76e86083eb3cbe3d71c73d60728d5c4951813c4
/libs/src/svkDynamicMRIAlgoTemplate.cc
15231939008dd5ecaec6d6db2cb2c820220d76cf
[]
no_license
CSwish/sivic
f9deb093131bc5cb930b2006994110ed72687831
e2bd908ae94300d49330b197c3cd5797063f8cf7
refs/heads/master
2021-01-13T17:08:32.211191
2016-03-17T21:02:46
2016-03-17T21:02:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,973
cc
/* * Copyright © 2009-2014 The Regents of the University of California. * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * • Redistributions of source code must retain the above copyr...
[ "jccrane@users.sourceforge.net" ]
jccrane@users.sourceforge.net
4c9016e637442ef7575459f4d4e5945eb87df0d7
c67a90d8aba17b6740da7b0112c06eb73e359300
/src/dioptre/graphics/box_geometry.cpp
0cab9db6aa6b62a1c105c68d6f72843b833498cb
[ "MIT" ]
permissive
tobscher/rts
ec717c536f0ae2fcec7a962e7f8e63088863a42d
7f30faf6a13d309e4db828be8be3c05d28c05364
refs/heads/master
2016-09-06T17:16:37.615725
2015-10-03T11:25:35
2015-10-03T11:25:35
32,095,728
2
0
null
null
null
null
UTF-8
C++
false
false
4,075
cpp
#include "dioptre/graphics/box_geometry.h" #include "dioptre/debug.h" namespace dioptre { namespace graphics { BoxGeometry::BoxGeometry(glm::float32 width, glm::float32 height, glm::float32 depth) : width_(width), height_(height), depth_(depth), boundingBox_(nullptr) { auto halfWidth =...
[ "tobias.haar@gmail.com" ]
tobias.haar@gmail.com
cf3bb5522a6d4120ea2a44d1758a3a7ddc29ab2d
8dc84558f0058d90dfc4955e905dab1b22d12c08
/android_webview/browser/aw_login_delegate.cc
356e2863b477536e121dbb772e2e7cb3bb60c5ba
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
3,541
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 "android_webview/browser/aw_login_delegate.h" #include "android_webview/browser/aw_browser_context.h" #include "base/android/jni_android.h" ...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
5b568232bb22de0c2f0db3f5a169b904c0906f1e
6e7b3871a4b45881488bf940ca21b9ea2fd2ac02
/src/init.cpp
854451ad06a8c399951586ef146048f0f8934ab2
[ "MIT" ]
permissive
woolongdev1/auryn
a0436d690fa71dba30f28740a608127c55937157
3ffc628d58faaacff4863fcfc858468502dec592
refs/heads/master
2020-05-02T12:01:50.343128
2019-03-30T00:29:19
2019-03-30T00:29:19
177,947,891
0
0
null
null
null
null
UTF-8
C++
false
false
93,763
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Copyright (c) 2018 The auryn developers // Distributed under the MIT software license, see the accompanying // file COPYING or ht...
[ "woolongdev@gmail.com" ]
woolongdev@gmail.com
dee9c17332264bde7f070cf1d5e78ab6630a2fad
36691a1885217a7f52be6290b240f2bb80f976e9
/main.cpp
a1d8a79855132ba57c056f6a773eac03001c9a92
[]
no_license
maximzubkov/Fourier
ec74d6f14331044d93ceb90af38827cb62651188
1e89349fa7dcc680bf786b9bb162b3101bb89350
refs/heads/master
2020-05-04T10:04:01.348801
2019-04-02T20:19:03
2019-04-02T20:19:03
179,080,796
0
0
null
null
null
null
UTF-8
C++
false
false
4,316
cpp
#include <iostream> #include <vector> #include <cstdlib> #include <string> #include <complex> #include <algorithm> #include <iomanip> #include <complex> #include <initializer_list> #include "fourier.h" using namespace SubstringMatching; using namespace FFT; using namespace std; void test_on_FindSubstrings(){ std::co...
[ "Zubkov.MD@phystech.edu" ]
Zubkov.MD@phystech.edu
baa8123b11bbd68658c86ac4bf454ff78a3f5082
33a63a183246febbb4e3813441067038777c403d
/atlas-aapt/external/libcxxabi/src/cxa_exception.cpp
00faa1b43399b0d1ed3c8528e0b90517b7a4a188
[ "Apache-2.0", "NCSA", "MIT" ]
permissive
wwjiang007/atlas
95117cc4d095d20e6988fc2134c0899cb54abcc9
afaa61796bb6b26fe373e31a4fc57fdd16fa0a44
refs/heads/master
2023-04-13T22:41:18.035080
2021-04-24T09:05:41
2021-04-24T09:05:41
115,571,324
0
0
Apache-2.0
2021-04-24T09:05:42
2017-12-28T01:21:17
Java
UTF-8
C++
false
false
29,732
cpp
//===------------------------- cxa_exception.cpp --------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // // // This file implements the "Exception ...
[ "guanjie.yjf@taobao.com" ]
guanjie.yjf@taobao.com
2d425fe754f0d43db52c1a3c07eedca9e3b42adf
e63f3666a9737f971903c9a0f16e59e17e3b633e
/Genesis4/Globals.cpp
a3a80f5a908e3524bff6136eda2e69c00818cb27
[]
no_license
kryssb/SySal2000
185687bf3b3f96ac6206829261e624efe88361c8
caa9764c5f0f9ae92d086535df25b86070120a40
refs/heads/master
2022-07-30T06:29:06.340578
2020-11-13T13:21:45
2020-11-13T13:21:45
312,532,909
0
0
null
null
null
null
UTF-8
C++
false
false
1,351
cpp
#include "StdAfx.h" #include "Globals.h" PrecompSegmentBlock *PrecompData; short Kernel[KERNEL_XSIZE * KERNEL_YSIZE] = { 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 2, 1, 1, 3, -13, -13, 3, 1, 1, 3, -13, -13, 3, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1 }; // PACKED SEGMENTS HANDLING void InitializePrecompSe...
[ "cbozza@km3net.de" ]
cbozza@km3net.de
344504d2edd89eeaf582e056bb824fdae8382781
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5765824346324992_1/C++/Rubanenko/main.cpp
02b3734c5542acb89caa3a382f7fe5db65563655
[]
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
1,377
cpp
#include <iostream> #include <cstdio> #include <vector> #include <algorithm> #include <cmath> #include <assert.h> using namespace std; int n, m; vector<int> a; long long count(long long time) { long long res = 0; for (int value : a) { res += (time / value) + 1; if (res > n + m + 1) { ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
ed43edb74c81a5c1f95da8c3801ee2067392b76d
fba719746323ebb2a561cfc6f2cb448eec042d1a
/c++实用代码/network flow/ditch/data/ditch_new2/mkd.cpp
8a03bdad929c44b752619adb4de502c2a410d2bb
[ "MIT" ]
permissive
zhzh2001/Learning-public
85eedf205b600dfa64747b20bce530861050b387
c7b0fe6ea64d2890ba2b25ae8a080d61c22f71c9
refs/heads/master
2021-05-16T09:44:08.380814
2017-09-23T04:55:33
2017-09-23T04:55:33
104,541,989
1
0
null
null
null
null
UTF-8
C++
false
false
1,248
cpp
#include <cstdio> #include <cstdlib> #include <cstring> #include <ctime> using namespace std; const int maxn=1024; int G[maxn][maxn]; void makedata(int num,int N,int edge){ memset(G,0,sizeof(G)); for(int i=0;i<edge;++i) G[rand()%N+1][rand()%N+1]+=rand(); int m=0; for(int i=1;i<=N;++i) for(int j=i+1;j<=N;++j){ ...
[ "zhangzheng0928@163.com" ]
zhangzheng0928@163.com
44b9837903252f870f6ee35b99335ea854387b3a
8b481519bd46f07055baf33dc290086f37b47fe6
/面试高频题/0215 数组中的第K个最大元素 - 堆.cpp
b6807fccf1978526a49bae92401538c331b61b0d
[]
no_license
Hansimov/cs-notes
1e0717abce9788a25636a3649664de4ba4537f90
baab60752bafa7964cf63e3051e595c7f28bd415
refs/heads/master
2023-04-11T14:06:28.184490
2021-03-26T16:28:29
2021-03-26T16:28:29
167,122,370
2
0
null
null
null
null
UTF-8
C++
false
false
394
cpp
class Solution { public: int findKthLargest(vector<int>& nums, int k) { priority_queue<int, vector<int>, greater<int>> pq; // min heap for (auto const &n: nums) { if (pq.size()==k) if (pq.top()>=n) continue; else pq....
[ "591172499@qq.com" ]
591172499@qq.com
d3584b7c63a0f826bab5fea1401ca05303c5acd1
8b04e0aad840452c0a674e62f21060289bed0b9c
/src/core/certificateManager.hpp
1a5dbf05ddd1832cb5e0add963d3bc90edf34daa
[ "MIT", "BSL-1.0" ]
permissive
bradosia/BookFiler-Module-HTTP
220a2ab085037654e8fa90f6f47cbff13992dfc2
7a4b81badb32391a9f640babd676cdf81d6e1f39
refs/heads/main
2023-01-22T06:43:58.959804
2020-11-29T16:08:52
2020-11-29T16:08:52
302,550,989
0
0
null
null
null
null
UTF-8
C++
false
false
2,794
hpp
/* * @name BookFiler Module - HTTP w/ Curl * @author Branden Lee * @version 1.00 * @license MIT * @brief HTTP module for BookFiler™ applications. */ #ifndef BOOKFILER_MODULE_HTTP_CERTIFICATE_MANAGER_H #define BOOKFILER_MODULE_HTTP_CERTIFICATE_MANAGER_H // config #include "config.hpp" // C++17 //#include <files...
[ "bradosia@gmail.com" ]
bradosia@gmail.com
a0273c4bae1c098cc81154d1d94acb44832e9e90
f52bf7316736f9fb00cff50528e951e0df89fe64
/Platform/vendor/samsung/common/packages/apps/SBrowser/src/content/common/gpu/image_transport_surface_android.cc
fbbbbbc15e50fbc8ccf7707f320a6b165910916b
[ "BSD-3-Clause" ]
permissive
git2u/sm-t530_KK_Opensource
bcc789ea3c855e3c1e7471fc99a11fd460b9d311
925e57f1f612b31ea34c70f87bc523e7a7d53c05
refs/heads/master
2021-01-19T21:32:06.678681
2014-11-21T23:09:45
2014-11-21T23:09:45
48,746,810
0
1
null
2015-12-29T12:35:13
2015-12-29T12:35:13
null
UTF-8
C++
false
false
2,510
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 "content/common/gpu/image_transport_surface.h" #include "base/logging.h" #include "content/common/gpu/gpu_command_buffer_stub.h" #include "c...
[ "digixp2006@gmail.com" ]
digixp2006@gmail.com
956da929341dd8169d1fca6ab63cb05faaf83666
e121dcc5d23e225891420e730549b9cc7ebe8e88
/src/lib/panda/pgraph/clipPlaneAttrib.cxx
9df143af08ffdd657ca80d70d17c5fc88e4e7595
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
PlumpMath/panda3d-3
4f4cf7627eddae9b7f30795e0a0657b01fdf670d
5c0be0e1cd46b422d28d5b81ffb1e8b28c3ac914
refs/heads/master
2021-01-25T06:55:36.209044
2014-09-29T14:24:53
2014-09-29T14:24:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,837
cxx
// Filename: clipPlaneAttrib.cxx // Created by: drose (11Jul02) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. You s...
[ "ralf.kaestner@gmail.com" ]
ralf.kaestner@gmail.com
ef619776cf84a22ae7543361712382ddda7387de
9dea1c763b6ea6ccccf0c400e581a5a4df1cb8ff
/Source/Esp8266Utils.h
518a374fcdeff31704be0d4d346ff97d46509378
[]
no_license
hsouporto/HSO----SensorNetwork
fe467b40f172e83a105ebda4ecdf7433fa12a4c2
d9e169eeb49e61c9ef6be294cc31208f054caaa4
refs/heads/master
2021-10-13T01:09:45.265347
2016-05-12T15:41:12
2016-05-12T15:41:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,262
h
/* Esp8266.h - Library for wifi connection. Created by HSO, March 10, 2016. Released into the public domain. */ #ifndef ESP8266_UTILS_H #define ESP8266_UTILS_H namespace WIFI { class Esp8266Utils { public: static bool SendAtCommand(const char * cmd, String parameters, const char * tplt, const ...
[ "hugo.soares@fe.up.pt" ]
hugo.soares@fe.up.pt
1fd3047750f96ea91a576320f6f9f01372fe68bb
9b37e221a134ef976f1330ad1e6dc41021ca55d5
/renderdoc/driver/d3d12/d3d12_resources.cpp
705b9ae91cbf49861fb3bf8678f98b1a8c708d30
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
kbiElude/renderdoc
cdaacb5c6fd6129fdac9e89270e6ca3539c18b59
b8cee9f530a57536dfe19c15fc590d9f1b613ae5
refs/heads/master
2021-05-03T05:29:35.757722
2016-10-29T19:28:27
2016-10-29T19:28:27
52,273,685
0
0
null
2016-02-22T13:01:37
2016-02-22T13:01:37
null
UTF-8
C++
false
false
13,686
cpp
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2016 Baldur Karlsson * * 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 ...
[ "baldurk@baldurk.org" ]
baldurk@baldurk.org
40ed3fdabe5f3fe34dbd7c4dadd5953132e458fc
8590b7928fdcff351a6e347c4b04a085f29b7895
/CropSyst/source/soil/layers.h
6755947a3c627b668081d5968df78e35dd993b34
[]
no_license
liao007/VIC-CropSyst-Package
07fd0f29634cf28b96a299dc07156e4f98a63878
63a626250ccbf9020717b7e69b6c70e40a264bc2
refs/heads/master
2023-05-23T07:15:29.023973
2021-05-29T02:17:32
2021-05-29T02:17:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,234
h
#ifndef layersH #define layersH #include "soil/layers_I.h" #include "soil/soil_param_class.h" namespace CS { //______________________________________________________________________________ class Soil_layers : public Soil::Layers_interface // <-- eventually move to soil_interface? { public: inline virt...
[ "mingliang.liu@wsu.edu" ]
mingliang.liu@wsu.edu
18bd6d5804ab5d1befaa223c29121a7d49faaadd
faf682a4c3321258d7d2aaaa7c269bcfcb3b636b
/23.动态规划/23.动态规划/Knapsack.hpp
523f8986a6b90038f824538b7eb8bbdaec51db17
[]
no_license
forestfsl/DataStructure
14371e419495d54089675eb3bd6592ddc55acf37
7f41c64df88432bc75f9fda308fccd4015cca9a5
refs/heads/master
2021-07-23T08:04:29.819966
2021-07-22T11:57:53
2021-07-22T11:57:53
181,673,664
0
0
null
null
null
null
UTF-8
C++
false
false
4,380
hpp
// // Knapsack.hpp // 23.动态规划 // // Created by fengsl on 2020/2/2. // Copyright © 2020 NeonChange. All rights reserved. // #ifndef Knapsack_hpp #define Knapsack_hpp #include <stdio.h> class Knapsack{ public: /* 假设values是价值数组,weights是重量数组 编号为k的物品,价值是values[k],重量是weights[k],k属于[0,n) 假设dp(i...
[ "fengsonglin@beiyugame.com" ]
fengsonglin@beiyugame.com
8cb0093e73857f51d9556fdc05d577b8ce621a12
4a8148d44f5bde1d417535a1f9e46fc9cc983a06
/CopieurReseauLocal/Horloge.h
56f2217fadf48039ad8f5e213b9477757c35a5e8
[]
no_license
thomasheretic/Copieur-r-seau-local
f6cd48f56b5be4e4569a02df304c7cb13df8df17
36a84d45b9b08ff553cc1c9bf1737afed3f6fecb
refs/heads/master
2020-12-24T14:44:55.534116
2012-02-17T01:12:04
2012-02-17T01:12:04
3,412,344
0
0
null
null
null
null
IBM852
C++
false
false
578
h
#pragma once #include <string> #include <ctime> #include <iostream> using namespace std; //enum listeHorloge //{ // TIMER_AFFICHE=0, // TIMER_UPDATE, // TIMER_END //}; /** * \brief */ class Horloge { static Horloge* singleton; // int temps[TIMER_END]; //Le temps quand le timer est lancÚ ...
[ "thomasheretic@hotmail.com" ]
thomasheretic@hotmail.com
1c1d68dc4ef953de4b14a99c3ffb8c95c89eccdd
b2e0cae83c7b16a9601b457c150930f535433272
/CSS_342/lab4/lab4/prefix.h
7198f475df2b1f0e44527fc213befac7313e4b8c
[ "Unlicense" ]
permissive
eocrawford/UW-CS-materials
9d36f2bd7301d114b6e0f052e7e4acbf47834aa0
7c439b33d2c940520151501e3b82011803886e50
refs/heads/master
2021-01-22T14:38:44.956900
2014-08-05T17:26:43
2014-08-05T17:26:43
21,987,190
0
1
null
null
null
null
UTF-8
C++
false
false
1,254
h
#ifndef PREFIX_H #define PREFIX_H //--------------------------------------------------------------------------- // prefix.h // Prefix expression evaluator class // Author(s): Ethan Crawford (spec and partial code from Dr. Carol Zander) // Date: May 9, 2007 //------------------------------------------------------------...
[ "ethan_crawford@hotmail.com" ]
ethan_crawford@hotmail.com
0bb71eb15474816303728125db57d0dcd995838e
58c013c7d5367fc194016be9f53e402fd3d2a410
/string/reverse_words_in_a_given_string.cpp
f537a92c091cf2d3fdae024ce5caf283a2565127
[]
no_license
bharathreddygodi/geekforgeeks_must_do
9c3e33b88562be4872e8cf7c6a15a63208e3720c
aa07b0e7db4c709cc141ef50e57429b20b844b9b
refs/heads/master
2023-07-14T03:54:31.992668
2021-08-12T06:07:46
2021-08-12T06:09:16
385,782,976
0
0
null
null
null
null
UTF-8
C++
false
false
933
cpp
// { Driver Code Starts #include <bits/stdc++.h> using namespace std; // } Driver Code Ends class Solution { public: //Function to reverse words in a given string. string reverseWords(string S) { string ret; string word; int size = (int)S.length(); i...
[ "bharath.reddygodi@gmail.com" ]
bharath.reddygodi@gmail.com
db701fb266dbcdd967bd0623e4258b60f1a2a04e
fbf94fb51489d7081e6f8070572d9f4648d7a4ba
/UbiGame_Blank/Source/GameEngine/EntitySystem/Components/RenderComponent.cpp
bc2e891448be1b76ed065495b5b257560efaaf67
[ "MIT" ]
permissive
UbisoftToronto/HackersNest
ad25a2c34e73e4cac52768c04cc86d4e106e9ac0
540f2c4dc4c8b5436b7f2f31697056c7090bcc44
refs/heads/main
2023-08-04T18:38:39.851022
2021-09-17T21:58:32
2021-09-17T21:58:32
317,994,633
17
35
MIT
2021-09-19T08:49:52
2020-12-02T21:21:07
C++
UTF-8
C++
false
false
1,846
cpp
#include "RenderComponent.h" #include "GameEngine/EntitySystem/Components/CollidableComponent.h" #include "GameEngine/EntitySystem/Entity.h" #include "GameEngine/GameEngineMain.h" #include <SFML/System/Vector2.hpp> #include <math.h> using namespace GameEngine; RenderComponent::RenderComponent() : m_fillColor(sf::C...
[ "kjeong0@gmail.com" ]
kjeong0@gmail.com
a99486090d2c4b8a49e166c424002d581a9de04a
3f6a29dcf54b0209deaca80925f09953f5eeb83f
/export/windows/cpp/obj/include/org/flixel/FlxTilemap.h
f557f02fddd7b7c2e04c34ae0bfa1c4ee6203759
[]
no_license
revilossor/ludum-dare-27
39a645185c22ba3337b6a6ad346c107a32b9f920
8f5d2e12e5f4e0a1c8d8a7905f3b0c5edb4e8624
refs/heads/master
2016-09-08T01:24:55.995525
2013-08-26T14:15:14
2013-08-26T14:15:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,232
h
#ifndef INCLUDED_org_flixel_FlxTilemap #define INCLUDED_org_flixel_FlxTilemap #ifndef HXCPP_H #include <hxcpp.h> #endif #include <org/flixel/FlxObject.h> HX_DECLARE_CLASS2(flash,display,BitmapData) HX_DECLARE_CLASS2(flash,display,IBitmapDrawable) HX_DECLARE_CLASS2(flash,geom,Point) HX_DECLARE_CLASS2(flash,geom,Rectan...
[ "oliver.ross@hotmail.com" ]
oliver.ross@hotmail.com
b52d5df420545107ae2319e112ec856276151373
d0a3daad04d83c3266f92eb37ccbdcf2f6ce56af
/SampleProject/BTPlusPlus/Thread.cpp
bf94a62bfadac5c12378717c28598c10942cd92d
[ "MIT" ]
permissive
Pursche/AvalonStudio
b51807f04d6b2d250ea8e9c13804fe19fef7e3ca
424bdf30a59772d1a53c202eb5e04c32a3254bb4
refs/heads/master
2021-01-20T06:32:56.448625
2016-09-06T10:00:11
2016-09-06T10:00:11
67,428,410
0
0
null
2016-09-05T14:40:12
2016-09-05T14:40:11
null
UTF-8
C++
false
false
2,238
cpp
/****************************************************************************** * Description: * * Author: * Date: 22 July 2015 * *******************************************************************************/ #pragma mark Compiler Pragmas #pragma mark Includes #include "Thread.h" #include "FreeR...
[ "dan@walms.co.uk" ]
dan@walms.co.uk
38d5b3a35c2ea724d961fb0e64f56c101755d884
7cd65aa9c59b9746ce5577f123189a36fcd9fcda
/src/openvr/callback/UpdateSlave.cpp
39781c2c0c2b45d2bf907eb07a0c0e63d9e3c0f6
[]
no_license
Phirxian/sacred-fractal
119274a16fad510c7a452cbf12e75a28601bae59
626d95e33602c14b93897b715a18639f9b6a6f4e
refs/heads/main
2023-01-11T21:02:46.003008
2020-11-16T20:39:31
2020-11-16T20:39:31
313,420,730
0
1
null
null
null
null
UTF-8
C++
false
false
1,130
cpp
#include "UpdateSlave.h" #include "Swap.h" namespace sacred { namespace openvr { namespace callback { UpdateSlave::UpdateSlave(CameraType cameraType, device::Device *device, Swap *swapCallback) : m_cameraType(cameraType), m_device(device)...
[ "phirxian@gmail.com" ]
phirxian@gmail.com
fec7b9315cd828ef9aa96a64b81655d7bd477f46
a8264b3bad5de463a30b7f739b1cd6bc8db02514
/Lection/Lection3/Lection3/Lection3.cpp
194353db89892f0c1e097f6de9e3c92ac7b1d7ee
[]
no_license
CoursesCPP/Tasks2017
cdf31d99b52739771e57bb00e4f71394c133b45b
74819d887496883ea431ef8ee5605be54ddd650f
refs/heads/master
2021-01-22T23:06:33.918149
2017-10-24T20:07:11
2017-10-24T20:07:11
85,605,079
0
0
null
null
null
null
UTF-8
C++
false
false
8,349
cpp
// Lection3.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <string> #include <cmath> using namespace std; void faсtorial(int numb) //заголовок функции { int rezult = 1; //инициализируем переменную rezult значением 1 for (int i = 1; i <= numb; i++)...
[ "begotten63@gmail.com" ]
begotten63@gmail.com
25ba49ac47ae447c2a1fdbacb55c310b42ad5292
44b15d35ca9686baa1c5579ae4db8b298e514508
/MipsCompiler/FileStructure.cpp
ae8888d0f1c6163327d3233f522f3f1b0fb72474
[]
no_license
DougWagner/Mips-C-Compiler
6811d26d42fb5950bee767a2ed0302c3b160ca56
846980793a31cafcdab100743195877ffa5a71f6
refs/heads/master
2021-01-10T17:10:51.132011
2015-12-16T19:29:56
2015-12-16T19:29:56
47,158,064
1
0
null
null
null
null
UTF-8
C++
false
false
2,960
cpp
#include "FileStructure.h" FileStructure::FileStructure(std::vector<std::string> fileVect) { root = createBlock(0, fileVect.size() - 1, 0, fileVect[fileVect.size() - 1].length(), 0); // parent is 0 because root unsigned int i = 0; size_t x = 0; fillBlockTree(&i, &x, root, fileVect); //printStructure(root, fileVec...
[ "digwagner@gmail.com" ]
digwagner@gmail.com
5974aa242e8a6164b24ab07b62389ec1e959b2a7
a7ec21ad27dd84fdcdc783ddde48cd636b4a9667
/Include/FogOfWarManager.h
59c2b43447949687b4ab08300064e1c56d7a4785
[]
no_license
LMNTMaster/SC
87f1c46ddf5357f042ea019c07c629fea22ea621
92e9fae29957a6a78cb8e9cbc7f4de6cce5a58f6
refs/heads/master
2020-06-07T15:00:20.690049
2019-06-21T07:07:01
2019-06-21T07:07:01
193,044,318
0
0
null
null
null
null
UTF-8
C++
false
false
999
h
#pragma once #include "Game.h" class CFogOfWarManager { private: static CFogOfWarManager* m_pInstance; public: static CFogOfWarManager* GetInstance() { if (!m_pInstance) { m_pInstance = new CFogOfWarManager; } return m_pInstance; } static void DestroyInstance() { if (m_pInstance) { delete m_pI...
[ "es_cs@naver.com" ]
es_cs@naver.com
6f43f5eac09b7c8b9e4bff948337be2ce7c32c8a
629c92ac76d6c7e37049ab603350febed34b33fd
/OpenServerCommand.cpp
6d3d2082b70ea0a68ce42b6db4b03bec9dfcac12
[]
no_license
renanaya48/flight
7a77c4e1b1f91a05b2613174427a5401ba077766
c7f9439fcee762229a20adcc7740c2978796cf4b
refs/heads/master
2020-04-12T16:20:54.539505
2018-12-20T17:37:47
2018-12-20T17:37:47
162,609,798
0
0
null
null
null
null
UTF-8
C++
false
false
2,196
cpp
#include "OpenServerCommand.h" struct socketArgs { int port; int listenTime; }; OpenServerCommand::OpenServerCommand() { } void* openSocket(void* args) { struct socketArgs* arg = (struct socketArgs*) args; int sockfd, newsockfd, portno, clilen; char buffer[256]; struct sockaddr_in serv_add...
[ "noreply@github.com" ]
noreply@github.com
3c040a33f5a95dbfc834c2df0056dee8dd9e91c3
df820f5e2ed751f251ac02530e2c6be16633895d
/mkr1000_blinkWebServer.ino
702ce39510b9fc82eb9d0578a244f54f69512754
[]
no_license
peterso/mkr1000WebServer
09b98c4b21fc13894a7748bcf403fa397619625c
cf1f9d83e2ab32b2064a3f9dcf1aab1e2b3495bd
refs/heads/master
2021-01-11T16:53:26.100904
2017-01-22T04:19:03
2017-01-22T04:19:03
79,689,415
0
0
null
null
null
null
UTF-8
C++
false
false
5,817
ino
#include <WiFi101.h> #include <WiFiClient.h> #include <WiFiServer.h> #include <WiFiSSLClient.h> #include <WiFiUdp.h> /* * This example is modified from the original file * https://github.com/arduino-libraries/WiFi101/blob/master/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino */ #include <SPI.h> #include <WiF...
[ "petermjso@gmail.com" ]
petermjso@gmail.com
0c01ae5e1557a2d17f2e1eea1a2e06f2af9ba2d1
b0dd7779c225971e71ae12c1093dc75ed9889921
/libs/tr1/test/type_traits/tr1_remove_const_test.cpp
f30cdc2e916d5f1cb68e1697205e37e69d628b4b
[ "LicenseRef-scancode-warranty-disclaimer", "BSL-1.0" ]
permissive
blackberry/Boost
6e653cd91a7806855a162347a5aeebd2a8c055a2
fc90c3fde129c62565c023f091eddc4a7ed9902b
refs/heads/1_48_0-gnu
2021-01-15T14:31:33.706351
2013-06-25T16:02:41
2013-06-25T16:02:41
2,599,411
244
154
BSL-1.0
2018-10-13T18:35:09
2011-10-18T14:25:18
C++
UTF-8
C++
false
false
289
cpp
// Copyright John Maddock 2005 // Use, modification and distribution are subject to 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) #include "libs/type_traits/test/remove_const_test.cpp"
[ "tvaneerd@rim.com" ]
tvaneerd@rim.com
50de2a250200b19e6589c985c3af70627df252aa
a527190bfbfd5fb56903228029f651d1d2439e6e
/tests-raw/foo8.cpp
bb689de5640d52af1fa3a44172b0dbce43fe1cfa
[]
no_license
chichunchen/Tombstones
3bb629fbf75d645b018d3922bd876bde84277c52
699536a85c876f7f5128e8229e251e93450265b5
refs/heads/master
2021-03-27T09:48:04.130075
2017-11-21T21:39:38
2017-11-21T21:39:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
867
cpp
///////////////////////////////////////////////////////////////////////////// // foo8.cpp, test file for CS254, assignment 5 ///////////////////////////////////////////////////////////////////////////// #include <iostream> #include <stdlib.h> #include "tombstones.h" using namespace std; void error(const char *text) ...
[ "chichunchen844@gmail.com" ]
chichunchen844@gmail.com
810235694473cad99ef891552439a9b362ff3138
ba5e6dfce2d238a599eeb23ed500c68ae00ee5ed
/behavioral/mediator/mediator/main.cpp
6b4794dcefa9848a057e935620a9e5a5a725b90f
[]
no_license
kkoltunski/designPatterns
f803abdf95f532aa3c84ad2f28aba3555289c41f
f4eb456a637f141a4d2a755c7b414deb94e565ce
refs/heads/master
2022-12-07T22:33:04.055640
2020-08-22T08:27:36
2020-08-22T08:27:36
259,417,855
0
0
null
null
null
null
UTF-8
C++
false
false
370
cpp
#include "header.h" int main() { mediator* pToEventHandler{ userInterface::instance()->shareEventHandler() }; timer synchroniusEvent(3000, pToEventHandler); mousePress mousePressEvent{pToEventHandler }; taskExecutor cpuMeasurment; pToEventHandler->executorAssigment(&cpuMeasurment); do { userInterface::instanc...
[ "koltunski.klaudiusz@gmail.com" ]
koltunski.klaudiusz@gmail.com
6165a231e7511801650480105f6162e81eded3e0
17042c12a14810173f59d83f18e97a60541fbcf5
/include/ctrlmenubar.h
6a320a29169852731819508484f040fd1e00b4f0
[ "Apache-2.0" ]
permissive
jdorris1331/PDER-1.0
08d62488265409c050b97ec1e47beee6f7d3050a
b15f43b3076f0178df32470b1fe459a77f012daf
refs/heads/master
2020-05-20T02:44:00.455718
2014-12-03T17:46:22
2014-12-03T17:46:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
279
h
#ifndef CTRLMENUBAR_H #define CTRLMENUBAR_H //#include <Windows.h> #include <FL/Fl_Menu_Bar.H> #include <FL/Fl_Menu.H> #include <FL/Fl_Menu_Item.H> class CtrlMenuBar : public Fl_Menu_Bar { private: //Fl_Menu_Item *mbItems; public: CtrlMenuBar(); }; #endif // CTRLMENUBAR_H
[ "jdorris1331@gmail.com" ]
jdorris1331@gmail.com
dd42f57eb6cd2cbea133c1e4df76a3e89822f859
67b595fe55b531dc0f9591cf273e88f63b15e01a
/boost_tcp_example/server.cpp
5d0e40f2582ae2c95e8f414019d66436373cd8b0
[]
no_license
lxdiyun/C
2e585b7e3512276fed0c32f0f82aa96d18f4bea3
f144ccb9cbc36cca1d25a16d379d245135167f80
refs/heads/master
2021-01-23T12:43:34.407640
2012-06-07T08:29:55
2012-06-07T08:29:55
2,359,939
6
1
null
null
null
null
UTF-8
C++
false
false
11,943
cpp
// // server.cpp // ~~~~~~~~~~ // // Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include <algorithm> #include <cstdlib> #includ...
[ "lxdiyun@PC2011080909upc.(none)" ]
lxdiyun@PC2011080909upc.(none)
1bab084198dc4eccf05d185ef4547b7a899d9798
6d96117ad499afd8ee4509a5f558cffa8396b0f4
/StrokeEditor/editors/ChordProgressionEditorPage.xaml.h
3e872566be004c51f23818d898c138892b135a8c
[]
no_license
deitry/sketchmusic
0c4eb57b149a4651739038d978b46feb64b55d3c
572ba9dc218ee6e39be6c6a7b30e5c7b904017a9
refs/heads/master
2023-03-03T11:20:33.866639
2021-02-13T20:16:39
2021-02-13T20:16:39
111,472,029
0
0
null
null
null
null
UTF-8
C++
false
false
550
h
// // ChordProgressionEditorPage.xaml.h // Объявление класса ChordProgressionEditorPage // #pragma once #include "editors\ChordProgressionEditorPage.g.h" namespace StrokeEditor { /// <summary> /// Пустая страница, которую можно использовать саму по себе или для перехода внутри фрейма. /// </summary> [Windows::F...
[ "dmsvo@POWER-RAINBOW" ]
dmsvo@POWER-RAINBOW
12464bcfa544f83ab24a906f2b149300b2b63da7
886cca35a6ca53c0db9a5aec77d30680a2cc9b44
/MiljoeProgram_V2.0/MiljoeProgram_V2.0.ino
31d1db175138444d13c2367d6fd4845563ce55da
[]
no_license
Mikkelhost/Inside-Environment-system
399751146809f93bb7c962f3ca11db9cddc2549e
1c942fe1be70e8ff6cdc4f1f705056cea24870d5
refs/heads/master
2020-08-04T15:45:57.578700
2019-10-01T20:17:45
2019-10-01T20:17:45
212,190,096
0
0
null
null
null
null
UTF-8
C++
false
false
2,709
ino
/* Generelle retningslinjer for programmering * * Kode skrives på engelsk men kommentarer er på dansk * camelBack bruges som defination af variabler og funktioner osv. * eksempel: hejJegHedderMikkel * husk man kan ikke sammenligne to floats med == * brug i stedet granuleringsmetoden forklaret af jens * Operato...
[ "noreply@github.com" ]
noreply@github.com
c4dfad121991808c505327c78231a9946828470b
88802a2e708ba55c2ac42a95d26344d41b5b433f
/constant/transportProperties
97c370c1dcec5d9ae690f48079ef732717cf3e2f
[]
no_license
KariimAhmed/Trial_thicknessObjective
9a3eb0a3ed59ab472134a47f119210f221874271
ef284792e5d0073473eb7ddea9b74dac2ff706ea
refs/heads/master
2022-12-22T21:58:06.875455
2020-09-17T11:07:50
2020-09-17T11:07:50
296,296,689
1
0
null
null
null
null
UTF-8
C++
false
false
921
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 |...
[ "phugues97@gmail.com" ]
phugues97@gmail.com
bcc43775b2c6b4303bc3e9613c3cc93db9155f9e
9915247be962868b70dff74ce423575bfb325512
/Easy Problems/URI 1074.cpp
95c796b0f6be4e7dd4b0e568c262fa2dc667341a
[]
no_license
abdulahad2307/JudgeSite-Practice-Codes
16b06fdb59d63dc2f9b86904a1d7e1f47e7ed276
9b2e401dc4571da5a8023edc8533d314b924636a
refs/heads/master
2023-06-25T17:14:29.993088
2021-07-29T22:21:26
2021-07-29T22:21:26
167,986,236
1
0
null
null
null
null
UTF-8
C++
false
false
616
cpp
#include <iostream> #include <stdio.h> using namespace std; int main(void) { long long int i,n,input,in=0,out=0; scanf("%lld",&n); for(i=1;i<=n;i++) { scanf("%lld",&input); if (input%2 == 0 && input > 0) printf("EVEN POSITIVE\n"); else if (input % 2 == 0 && input <...
[ "abdulahad070@gmail.com" ]
abdulahad070@gmail.com
28f8b29ce81f4a2ffe8f0a865dc3051c9d591bed
607117bc7025c086bbfc106f35e386142fa6d3a5
/src/Path.cpp
a9ca31da506257818900c72849a7e33a88b5ea8f
[ "BSD-3-Clause" ]
permissive
mguc/arts
7d1de823b3153fbfbaf3a0db869a3f88863cbf3b
1e14a5ad0c5f309afe92777bac7850dec2fbc7ba
refs/heads/master
2023-08-28T22:32:54.005754
2021-11-07T21:53:45
2021-11-07T21:53:45
278,051,626
0
0
null
null
null
null
UTF-8
C++
false
false
2,329
cpp
#include "arts/Path.hpp" namespace arts { Path::Path(Receiver &rcv, Source &src) : mReceiver(rcv), mSource(src) { mLength = 0; // mNodes.clear(); // mNodeObjects.clear(); // mVectors.clear(); mLength = sqrt((rcv.GetPosition()-src.GetPosition()).squared_length()); } ...
[ "mgucanin@control4.com" ]
mgucanin@control4.com
5221803a830ef8b0ccf6fe42041fa43a091c03ae
9b2fed5886bb3fcd7294dcfa1304f253ff3c3a09
/Sneke/src/main/cpp/native-lib.cpp
92f9234829325bcf178da72868869f23fb28d372
[]
no_license
Navd15/Sneke
02341387de774d5e7d48c57299ec990bfa64493c
b43b119ac8e63f7a3ea9c0621da9c429de422b1d
refs/heads/master
2020-04-01T21:54:00.363238
2018-10-31T20:58:07
2018-10-31T20:58:07
153,681,023
0
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
#include <jni.h> #include <string> extern "C" JNIEXPORT jstring JNICALL Java_sneke_nav_Sneke_MainActivity_stringFromJNI( JNIEnv *env, jobject /* this */) { std::string hello = "Hello from C++"; return env->NewStringUTF(hello.c_str()); }
[ "gill.222navdeep@gmail.com" ]
gill.222navdeep@gmail.com
8a7718374760a1b68283cc908c1c4924b3b82cbe
5eab0386adaeb89eefca58836033a6258c256a64
/1813265_李彦欣_(4)/s.cpp
85f5847616058cb51dc957e9097ebf1bdf134414
[]
no_license
stayt1/computer-network
e6a552a18d27275acc696a78497de9ee9eb7f5c5
8319dc06e855d9e2774a7f1332e2c46dcbbf5322
refs/heads/main
2023-04-14T11:17:04.199950
2021-04-25T12:36:20
2021-04-25T12:36:20
null
0
0
null
null
null
null
GB18030
C++
false
false
6,640
cpp
#pragma comment(lib, "Ws2_32.lib") #include <iostream> #include <winsock2.h> #include <stdio.h> #include <fstream> #include <vector> #include<time.h> using namespace std; using namespace std; const int Mlenx = 253; const unsigned char ACK = 0x03; const unsigned char NAK = 0x07; const unsigned char LAS...
[ "noreply@github.com" ]
noreply@github.com
d25f51a09093a1bddd8984da002b0573f53dd86e
91d976685e2f6a2e055b9747095c4bb2283a828b
/test/test_sum.cpp
3e4a945cbd685851efe8a760df872ae218dae487
[]
no_license
jotasi/library
4213c1dd770e45b5d5132e6abd7c560203098d9c
8b2f568cbc0de77d3cf9bb887a23030e26b4ab91
refs/heads/master
2020-03-27T23:42:14.761950
2018-09-04T11:58:38
2018-09-04T11:58:38
147,339,483
0
0
null
null
null
null
UTF-8
C++
false
false
557
cpp
#include "../inc/sum.hpp" #include "gtest/gtest.h" class SumTest : public ::testing::Test { public: Sum sum; SumTest() : sum{} {}; }; TEST_F(SumTest, is_initialized_with_zero) { EXPECT_EQ(sum.get_current_sum(), 0); } TEST_F(SumTest, a_positive_int_can_be_added) { sum.add(1); EXPECT_EQ(sum.get_c...
[ "josieber@students.uni-mainz.de" ]
josieber@students.uni-mainz.de
6c4ddf608a586d6a10ccbd11ba8bd98e2a112281
8ded7c00ee602b557b31d09f8b1516597a9171aa
/cpp0x/foldexpr-monad.cpp
7c88bad2d0e3c31c52cd263bc8062bb272fe21e2
[]
no_license
mugur9/cpptruths
1a8d6999392ed0d941147a5d5874dc387aecb34d
87204023817e263017f64060353dd793f182c558
refs/heads/master
2020-12-04T17:00:20.550500
2019-09-06T15:40:30
2019-09-06T15:40:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,457
cpp
#include <iostream> #include <iomanip> #include <vector> #include <future> #include <string> template <class T> using Vector = std::vector<T>; template<template <typename> class M> struct Monad { struct Return; struct Bind; }; template<> struct Monad<Vector> { struct Return { template <class T> Vecto...
[ "sutambe@yahoo.com" ]
sutambe@yahoo.com
5ecd2169b05062a510b54cd1845e76634bb90ff7
65987a3251e26302d23396be2a14c8730caf9f6c
/ZROI/963.cpp
16a83e49bfafb198edc3696e062270f2a989a473
[]
no_license
wuyuhang422/My-OI-Code
9608bca023fa2e4506b2d3dc1ede9a2c7487a376
f61181cc64fafc46711ef0e85522e77829b04b37
refs/heads/master
2021-06-16T08:15:52.203672
2021-02-01T05:16:41
2021-02-01T05:16:41
135,901,492
5
0
null
null
null
null
UTF-8
C++
false
false
2,317
cpp
/* * Author: RainAir * Time: 2019-09-24 15:00:43 */ #include <algorithm> #include <iostream> #include <assert.h> #include <cstring> #include <climits> #include <cstdlib> #include <cstdio> #include <bitset> #include <vector> #include <cmath> #include <ctime> #include <queue> #include <stack> #include <map> #include <...
[ "wuyuhang422@gmail.com" ]
wuyuhang422@gmail.com
abcf530a07f7a5e659aaedcf3956ce28da289204
da3215baf37d257d5814f165e98b4b19dee9cb05
/SDK/FN_DecoTool_classes.hpp
2492c8343241ee57edc7a65ebdf2c393f9134a50
[]
no_license
Griizz/Fortnite-Hack
d37a6eea3502bf1b7c78be26a2206c8bc70f6fa5
5b80d585065372a4fb57839b8022dc522fe4110b
refs/heads/Griizz_Version
2022-04-01T22:10:36.081573
2019-05-21T19:28:30
2019-05-21T19:28:30
106,034,464
115
85
null
2020-02-06T04:00:07
2017-10-06T17:55:47
C++
UTF-8
C++
false
false
578
hpp
#pragma once // Fortnite SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass DecoTool.DecoTool_C // 0x0000 ...
[ "sinbadhacks@gmail.com" ]
sinbadhacks@gmail.com
b9807486af93fe9115cfbe046b33b464dc22f2da
5062e5d9bc6ecb99c0cd24399799eae263feef51
/src/qt/transactiondescdialog.h
b1a990f9515f82e533f4616e08f438ac09022030
[ "MIT" ]
permissive
mirzaei-ce/core-iranbit
84ddbb286b6549bde392ba2ab69a830a57f64cf4
7b1c880dc0eeb84408a84a356c2b731c5b5a0b8c
refs/heads/master
2021-05-08T05:09:01.680633
2017-10-26T14:43:49
2017-10-26T14:43:49
108,424,453
0
0
null
null
null
null
UTF-8
C++
false
false
726
h
// Copyright (c) 2011-2013 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef IRANBIT_QT_TRANSACTIONDESCDIALOG_H #define IRANBIT_QT_TRANSACTIONDESCDIALOG_H #include <QDialog> namespace Ui { ...
[ "mirzaei@ce.sharif.edu" ]
mirzaei@ce.sharif.edu
799a2d891da2ca2d083c62d24fc11e0d307cc1f7
bd8956a42e7d808de4cb85b4cfbd2d01ce1bc82a
/amr-wind/utilities/sampling/KineticEnergy.H
59ad6b17c7f1fe00f6596457f0ec76f92ea35348
[ "BSD-3-Clause" ]
permissive
joejoeyjoseph/amr-wind
3291f6a9532b1e49f4953dee34dd2f3bd43aa050
e8c9c67424b9c810ee8d8b70f76121e118a88122
refs/heads/main
2023-08-30T09:27:12.410722
2021-11-15T20:53:52
2021-11-15T20:53:52
355,330,808
0
0
NOASSERTION
2021-04-06T21:11:01
2021-04-06T21:11:01
null
UTF-8
C++
false
false
1,989
h
#ifndef KINETICENERGY_H #define KINETICENERGY_H #include "amr-wind/CFDSim.H" #include "amr-wind/utilities/PostProcessing.H" namespace amr_wind { namespace kinetic_energy { /** kinetic energy object * \ingroup Kinetic Energy * * A concrete impelementation of the post-processing interface that deals with * inte...
[ "noreply@github.com" ]
noreply@github.com
758e79adb3a9e165dd2f5047fed8eedcf3dbc7e2
6145090c8bad53a1453f0eca39cd4f7b8a758565
/h/B_Tree.h
45681f006e4e742ee73ef782bf76064f4f70bdec
[]
no_license
vstambolic/b-tree
2ab169ba272b7fb847e5f42b15725adc1cfe079b
dadd0c98fa619916bad9ac1a50fdb49fbe6db511
refs/heads/master
2023-06-23T23:03:24.298540
2021-07-25T17:47:22
2021-07-25T17:47:22
247,392,456
0
0
null
null
null
null
UTF-8
C++
false
false
1,011
h
#ifndef B_TREE_H #define B_TREE_H #include <iostream> #include <string> #include <fstream> #include "Queue.h" #include "T_Node.h" /********************************************** B-TREE **********************************************************/ class B_Tree { private: unsigned int m; // ...
[ "vasilije.stambolic@gmail.com" ]
vasilije.stambolic@gmail.com