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
d720aed69e0faa632905dfa8aa4e318aae73e31b
5e95e1a37fdb4713c5eb30bfbf1e5be2cf311915
/src/UniverseAdvanced/CloudUtilities/ComponentInstaller.h
dd63a3b4c8f4c84ebd8fbacddd46322bf8d30ca6
[]
no_license
CycCoder/OpenUniverse
bd489d2be99665ce702c31b1aae74c66f8ab7490
cba537a9fedb7ea1f31637a813283e9226f82f33
refs/heads/master
2023-04-03T00:43:09.523448
2021-02-02T00:11:51
2021-02-02T00:11:51
null
0
0
null
null
null
null
GB18030
C++
false
false
2,312
h
/******************************************************************************** * Web Runtime for Application - Version 1.0.0.202102020022 * ******************************************************************************** * Copyright (C) 2002-2021 by Tangram Team. All Rights Reserved. * Ther...
[ "sunhuizlz@yeah.net" ]
sunhuizlz@yeah.net
9412d9fc562eb874c5d25af5cf965c89948030b2
a2ee7bdda1ec77faf3f68b158da3523de425987e
/tp-entrega-03/common/Jugador.cpp
f5cac30f243756482bdb9c197f7de2842761ef5f
[]
no_license
MauroToscano/Taller-de-Programacion-I-Grupo-8
e495cbc27b76533619e0fc36c9826fe8a51e1645
1b5e6c6e3eda8eb1c11ab905fa75e75a571234a5
refs/heads/master
2022-07-20T04:00:08.267771
2020-02-25T23:44:10
2020-02-25T23:44:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
418
cpp
#include "Jugador.h" Jugador::Jugador() { this->idCliente = -1; this->nombreDeUsuario.assign(""); } Jugador::~Jugador() { } void Jugador::setIdCliente(int idCliente){ this->idCliente = idCliente; } int Jugador::getIdCliente(){ return this->idCliente; } void Jugador::setPosicionAvion(Posicio...
[ "cbenez@gmail.com" ]
cbenez@gmail.com
3d64f467567e90221fd1ef2739bc740f135e12d0
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_repos_function_2743_httpd-2.2.11.cpp
c692018c017bbc29fb31e60bfd88e1cf4b225b9e
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,240
cpp
static void check_error(apr_dbd_t *dbc, const char *step, SQLRETURN rc, SQLSMALLINT type, SQLHANDLE h, int line) { SQLCHAR buffer[512]; SQLCHAR sqlstate[128]; SQLINTEGER native; SQLSMALLINT reslength; char *res, *p, *end, *logval=NULL; int i; apr_status_t r; /* set info...
[ "993273596@qq.com" ]
993273596@qq.com
0d625b5eedc74539649e7f5c9bd1dda67df330b1
5a39a122d0c41bbff0f997cf358c6bc03775a881
/boostExamples/Algorithm.cpp
d655672a824217a396f043d6f0438a5c6158f66c
[ "MIT" ]
permissive
tejasCodes/boostExamples
e1df6d8a45c876c37197f65f914dfb9945e6fad7
676bb6810482e7fb95c66cdedd5b3ab67bf7efc9
refs/heads/master
2020-05-07T20:16:43.165549
2019-04-11T20:24:34
2019-04-11T20:24:34
180,852,479
0
0
null
null
null
null
UTF-8
C++
false
false
859
cpp
#include "stdafx.h" // project includes #include "Algorithm.h" // windows includes #include <Windows.h> // boost includes #include "boost\algorithm\searching\boyer_moore.hpp" void Algorithm::BoyerMooreSerach() { std::vector<std::wstring> names; names.push_back(L"Rahul"); names.push_back(L"John"); ...
[ "tejaskatakdhond@gmail.com" ]
tejaskatakdhond@gmail.com
ca638166d8c362049f74b0e857e421f5a5de9e8a
59b2d9114592a1151713996a8888456a7fbfe56c
/class/OS/d.cpp
e839ed4b5a8670c323a2c299987d587637c3a68d
[]
no_license
111qqz/ACM-ICPC
8a8e8f5653d8b6dc43524ef96b2cf473135e28bf
0a1022bf13ddf1c1e3a705efcc4a12df506f5ed2
refs/heads/master
2022-04-02T21:43:33.759517
2020-01-18T14:14:07
2020-01-18T14:14:07
98,531,401
1
1
null
null
null
null
UTF-8
C++
false
false
971
cpp
/* *********************************************** Author :111qqz Created Time :2016年04月22日 星期五 10时34分37秒 File Name :d.cpp ************************************************ */ #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> #include <vector> #include <queue> #include <set> #include <map> #...
[ "111qqz" ]
111qqz
410522e72520b2c236d8ce72ce7db994d7b4d588
ef7ad96103876b24bbb45be8dfba7e80771c76e7
/ui-qt/ToolLib/Detection/ContourPoints/FWContourPointLabel.cpp
04255cf37209352d203c99e7bea80f3635b03dc3
[ "MIT" ]
permissive
TinySlik/FPGA-Industrial-Smart-Camera
ecb6274f4ef16cf9174cd73812486644f821152a
54b3e2c2661cf7f6774a7fb4d6ae637fa73cba32
refs/heads/master
2021-06-25T11:09:21.212466
2017-09-01T07:23:58
2017-09-01T07:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
164
cpp
#include "FWContourPointLabel.h" FWContourPointLabel::FWContourPointLabel(QWidget *parent) : QLabel(parent) { } FWContourPointLabel::~FWContourPointLabel() { }
[ "1245552661@qq.com" ]
1245552661@qq.com
b052e1f1ccc94a8d38727410fab2d65abbd171a5
10ecd7454a082e341eb60817341efa91d0c7fd0b
/SDK/ALK_WieldableObject_Compass_classes.h
d52cb57629a90a10c104400b16778af37e10043b
[]
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
793
h
#pragma once // Name: SoT, Version: 2.1.0.1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //------------------------------------------------------------...
[ "ploszjanos9844@gmail.com" ]
ploszjanos9844@gmail.com
188bd800202246cf378bfd0136a9e9220824f5c2
3ade933f7b4e7e0dd4d3b404dda6f009a52682f3
/general/Echantillon.h
671ece9e6ce194e9ff7d93f5cc5f30cc5c419fe5
[]
no_license
Lauryverhoeven/ProjetMontagne
af76c1c9c5d33cf601c8a6e4bac0a3a26e48b644
eebb38349e73a9977bcd1f3a17476e7d50ec595d
refs/heads/main
2023-05-14T14:55:48.276965
2021-06-03T14:21:06
2021-06-03T14:21:06
373,308,007
0
0
null
null
null
null
UTF-8
C++
false
false
997
h
// // Created by Ömer Doruk Süder on 22.04.2021. // #ifndef PROGICC_ECHANTILLON_H #define PROGICC_ECHANTILLON_H #endif //PROGICC_ECHANTILLON_H #pragma once #include <array> //superclasse de champPotentiels et Ciel (permet de regrouper leurs attributs communs) class Echantillon { protected: std:: array <unsigned ...
[ "noreply@github.com" ]
noreply@github.com
385c79fb819aced625046c3e87ffd7db08fc7cfa
912ec9f6e968b22f2ac77ec6084645386b70bea1
/trunk/tutorial/SceneEditor/TerrainTextureState.cpp
45651996de146611153af1ca9491244af348087f
[]
no_license
cpzhang/zen
9156413d93f7dc9c5b48b9bd1e5cdb5a5b1657da
6d6e06278aa37eb279e05c9097fd964bf476c939
refs/heads/master
2016-09-05T15:24:06.565446
2013-03-19T12:29:28
2013-03-19T12:29:28
7,439,357
0
1
null
null
null
null
GB18030
C++
false
false
6,484
cpp
#include "TerrainTextureState.h" #include "misc/helper.h" #include "misc/windowsHead.h" #include "scene/Terrain.h" #include "scene/SceneManager.h" #include "scene/Chunk.h" #include "render/math.h" #include "render/Decal.h" #include "scene/QuadNode.h" #include "font/FlowText.h" #include "Global.h" void TerrainTextureSt...
[ "297191409@qq.com" ]
297191409@qq.com
4ce51cc2baf4f23e5cb2cfd0f1515251c96f1306
9099b7ed407eb4bdc3ddb598303d0a77a5bfc76e
/yukicoder/657/y657.cpp
11fa7431be40237891130510a162c8858a2c12ec
[]
no_license
hitoyozake/competitive_programming
a84f98bab92c311269ebd7043c036f6c01d98975
c6e8cc22029d8ab6ff778e2791e7f230d087b19c
refs/heads/master
2021-08-10T12:33:54.268085
2021-06-20T11:18:31
2021-06-20T11:18:31
128,379,804
0
0
null
null
null
null
UTF-8
C++
false
false
769
cpp
#include <iostream> #include <map> #include <vector> int tetra(std::map<int, long long int> & map, long long int const n) { if(n<=3) return 0; if(n==4) return 1; if(map.find(n) == map.end()) { map[n] = (tetra(map, n-1) + tetra(map, n-2) + tetra(map, n-3) + tetra(map, n-4))%17; ...
[ "mikoto_1122@yahoo.co.jp" ]
mikoto_1122@yahoo.co.jp
fcf2d4161a97ca3e2c2772cd53ddec9444b54a42
b35d2463ee923ced614827fa8cdb5f31bf41ca49
/minSpanTree/main.cpp
9f92a1c286cad5bd8183e34da717a6598c342ec9
[]
no_license
dengqian/file_backup
a204855faf31fdce692340982e4ccbd488fdf4c9
33bdcd0484ca2e16ae8aa1cb5f3098b448f01d04
refs/heads/master
2021-01-01T16:05:47.401938
2015-01-27T13:08:59
2015-01-27T13:08:59
29,914,590
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
cpp
#include<iostream> #include<stdio.h> #include<limits> #include<algorithm> #include<vector> #define N 100 using namespace std; struct edge{ int cost; int from; int to; }; int fa[N]; edge e[27*15]; bool cmp(edge a,edge b){ return a.cost<b.cost; } void init(int n){ for(int i=0;i<n;i++){ fa...
[ "dengqiancici@163.com" ]
dengqiancici@163.com
0b37056b098fee558af894c54924842ce3ec5f20
6f504f7f2442f68fed3688fd49179b1dbfe00728
/TRABALHO_CAIXEIRO VIAJANTE/PCV_TB_II.cpp
4f8b5987727217372d3d3f037c18a8e836af9a0e
[]
no_license
HemersonRafael/implementacoes_c_cplusplus
d26ea53c6ee0307fa2430c15254fd33e3b68c97f
68f7b69c83df564b58d89dee534ebf7bcf4c22e7
refs/heads/master
2020-03-16T17:28:20.398786
2018-09-25T02:22:42
2018-09-25T02:22:42
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
4,991
cpp
/* TRABALHO DA SEGUNDA UNIDADE DE LINGUAGEM DE PROGRAMAÇÃO - ECT2303 Problema do Caixeiro Viajante (PCV) Participantes: Nome: HEMERSON RAFAEL PEREIRA PONTES Matrícula: 20160106641 Turma: 02B Nome: JOÃO LUCAS DE OLIVEIRA ARAUJO Matrícula: 20160001748 Turma: 02A */ #include <iostream> #include <ctime> #include <cs...
[ "rafaelpontes1995@gmail.com" ]
rafaelpontes1995@gmail.com
3c805a9820fe02293eb17fb2f310a7988e1ecf71
23d6d61a3163ea5a84ee26deaa1887fa8ea51473
/Pointer İşlemleri.cpp
f97370947530285eef71e7dd25f9c2f16fd3eb43
[]
no_license
oguzhancevik/Cplusplus
7f90dd9a10ff11b5d55d14a11a8d3e189e2519a7
1a6cb922a06a2a8e847f174062706e56e59094e5
refs/heads/master
2021-01-11T20:36:11.730071
2017-05-12T18:15:58
2017-05-12T18:15:58
79,150,126
0
0
null
null
null
null
UTF-8
C++
false
false
2,494
cpp
#include <iostream> using namespace std; void main () { int a; int *p, *d; p = new int; *p= 45; cout << "P Pointerinin kendi bulundugu adres = " << &p << endl; cout << "P Pointerinin isaret ettigi adres = " << p << endl; cout << "P Pointerinin isaret ettigi datasi = " << *p << endl; d=p; cout << "D Pointe...
[ "noreply@github.com" ]
noreply@github.com
d9b6d7d297073a4be4a36c209f73142ed0c5d815
4a932794d96c4cf3cc81461d1ed8605a2af201f1
/include/Frame.h
64d232a00229edd329fd8c26ab1baaf7701b6a33
[]
no_license
fishmarch/ManhattanTracking
bd2a6f66ff01b917bfc0d4c38194cb909ce3ff47
1fd2acc4d814c5001c591b4b3e6afd6eae794458
refs/heads/master
2020-05-14T18:14:27.748231
2019-04-29T07:37:12
2019-04-29T07:37:12
181,906,469
6
0
null
null
null
null
UTF-8
C++
false
false
2,208
h
#ifndef MANHATTANTRACKING_FRAME_H #define MANHATTANTRACKING_FRAME_H #include <iostream> #include <vector> #include <Eigen/Core> #include <Eigen/Dense> #include <pcl/io/io.h> #include <pcl/io/pcd_io.h> #include <pcl/features/integral_image_normal.h> #include <pcl/visualization/cloud_viewer.h> #include <opencv2/core/core...
[ "zhang_xy@buaa.edu.cn" ]
zhang_xy@buaa.edu.cn
28ea7bb91c5d43a5c9766fbba303c45ebd4c5fd6
0e737d2bd3ac7dcbfb8c852091d1c08e78983c30
/src/key.cpp
7d44c4ae7978865955b22d964d0c620896e511ba
[ "MIT" ]
permissive
tdrml/zurbank
83751c8274a1c921bb44c7618e5423c91ea33856
0bdf00eee561f84d7deee049571ce19d68a85adc
refs/heads/main
2023-03-27T04:39:25.359338
2021-03-10T18:04:03
2021-03-10T18:04:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,717
cpp
// Copyright (c) 2009-2018 The Bitcoin Core developers // Copyright (c) 2017 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <key.h> #include <arith_uint256.h> #include <crypto/common.h> #include <...
[ "33366277+risingstar2018@users.noreply.github.com" ]
33366277+risingstar2018@users.noreply.github.com
a23048b1491bf36004a090d76fcb0a8fd2491367
7a9b52021b71c1aba25186215893071948af8401
/OptCom/DataProcessor.cpp
6fd05001182e2accb71935113616cb9151710437
[]
no_license
yyzidea/OptCom
74fcec34d0e4b2162734c5dbffc0db9dd2a1f11e
6d3ae92ca9897d107b1933f0e120fddd7b5c1ade
refs/heads/master
2021-01-21T14:17:03.747699
2016-06-10T16:36:54
2016-06-10T16:36:54
58,459,823
0
1
null
2016-06-10T16:36:55
2016-05-10T12:34:11
C++
GB18030
C++
false
false
15,184
cpp
#include "stdafx.h" namespace Common{ ////////////////////////////////////////////////////////////////////////// // bool c_hex_data_processor::process_some(bool follow, const unsigned char* ba, int cb, int* pn) // { // char buf[1024]; // char* str; // int pos = _count % (COMMON_LINE_CCH_RECV); // int outl...
[ "yyzidea@hotmail.com" ]
yyzidea@hotmail.com
21eef0ec03d70516e967f300848573ebeb574494
655c5207329de8e4d53414ca60f7ab0f7ba0b6a7
/engine/src/Entity/Components/STBoundsComponent.h
3c943f8887f122fef07c29b735a8c891782fe992
[]
no_license
SwingInnovations/SwingTech-1
979316e89f4c0a9e50a64b1ba8d538ff9e5c4eb6
4e5f4be97f6a48c16e72fb150080bf817e75881c
refs/heads/master
2020-12-03T00:00:18.898257
2018-02-13T20:42:26
2018-02-13T20:42:26
44,465,172
2
1
null
null
null
null
UTF-8
C++
false
false
330
h
#ifndef SWINGTECH1_STBOUNDSCOMPONENT_H #define SWINGTECH1_STBOUNDSCOMPONENT_H #include "STComponent.h" class STBoundsComponent : public STComponent{ public: virtual void calculateBounds() = 0; virtual bool contains(STEntity*) = 0; virtual bool intersects(STEntity*) = 0; }; #endif //SWINGTECH1_STBOUNDSCO...
[ "nathan@danque.net" ]
nathan@danque.net
0c59ecec37250228845f8ebb9e351ef50b52266f
d391121e5cb476e9aa6d8043ca02454fa40dbd6c
/uva/299-train-swapping/1.cpp
7116899a28ad489039c7567d9fab3a3ed2977fd7
[]
no_license
alirezaomidi/acm
57171e94399d731a75691ec0d5bb24b2f2274a8f
8a4031a2b8b4d1b971100314817d931e3a71555d
refs/heads/master
2021-01-17T02:54:01.034119
2017-11-22T14:38:21
2017-11-22T14:38:21
22,310,949
8
3
null
2015-12-31T12:55:28
2014-07-27T12:58:40
C++
UTF-8
C++
false
false
779
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> ii; typedef pair<int, ii> iii; typedef vector<int> vi; typedef vector<vi> vvi; typedef vector<ii> vii; typedef vector<iii> viii; typedef vector<vii> vvii; typedef set<int> si; typedef vector<si> vsi; typedef pair<double, double...
[ "alireza530@gmail.com" ]
alireza530@gmail.com
9aad4d563a5c1cc8ade917a660fa6f1880df3bde
89dff65f94f46c6431a9348599b1d6b53fa4ac6b
/Aqua.ino
ae6f151aedc35c9abc5937e2569febdaee9853b5
[]
no_license
semi10/Aqua
320f3448133a9f89dd5093812621cf641161a6c6
704e524ad1ae5bbe5ad7f2ed6deee0a1729b86f9
refs/heads/master
2021-01-10T21:49:38.078370
2015-06-01T11:40:56
2015-06-01T11:40:56
35,015,962
0
0
null
null
null
null
UTF-8
C++
false
false
5,527
ino
const int Note_C = 239; const int Note_CS = 225; const int Note_D = 213; const int Note_DS = 201; const int Note_E = 190; const int Note_F = 179; const int Note_FS = 169; const int Note_G = 159; const int Note_GS = 150; const int Note_A = 142; const int Note_AS = 134; const int Note_B = 127; typedef struct { ...
[ "f.semion89@gmail.com" ]
f.semion89@gmail.com
0659de6c1583e3d7644181912af698eef050b6b6
a84ca8996f03e327797ca8385c0b0d8ed2b1a3cd
/syneight/base/memory_monitoring/memory_operators.hpp
3cbf17dde7f4128efdff1a16937bbe6c56c1748d
[]
no_license
arafato/syneight
d031b3438729469a0b623baf4bc2e8c1288a21e7
c860b9d88c0fa327e6f9965c5f106567b4a9c17c
refs/heads/master
2021-01-01T18:18:29.026815
2014-09-29T13:25:40
2014-09-29T13:25:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,178
hpp
/*----------------------------------------------------------------------------- * Syneight - A soft-realtime transaction monitor. * Copyright (C) 2003-2004 The Syneight Group. * * TODO: License. *---------------------------------------------------------------------------*/ /** * @file syneight/base/memory_monito...
[ "g@gh.com" ]
g@gh.com
dfd4533836f0d1c7f0cc6e673a1bd21d0fb29dd2
cc3692e7beae4b4b1a561095adbd4b0ad9267eb8
/CS Academy C++/round77p4_expected_lcp_trie/Round77P4_Trie.cpp
477e67bde32e3f2efe8de96ee6f94cbe8a4d9ff1
[]
no_license
ailyanlu1/Contests
a5946fe82b4ae5f5a6f02e1454410e0c9bcef94b
5aa2ada86703f8b869e0e9363b99a007e2740f7a
refs/heads/master
2020-03-26T13:03:45.790085
2018-08-16T00:34:40
2018-08-16T00:34:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,110
cpp
// https://csacademy.com/contest/round-77/task/expected-lcp/ #include <bits/stdc++.h> using namespace std; #define INT_INF 0x3f3f3f3f #define LL_INF 0x3f3f3f3f3f3f3f3f #define D_INF numeric_limits<double>::infinity() #define MIN(a, b) ((a) = min((a), (b))) #define MAX(a, b) ((a) = max((a), (b))) #define pb pu...
[ "wesley.a.leung@gmail.com" ]
wesley.a.leung@gmail.com
5019994a1497b0bafc56a23628a1512a6a10eecd
358b90bd4bfdbd1dc1ec9435b3460d08a74a8023
/src/symtable.cpp
834a7f395a08faea6bd16d0276d875ad27ee144a
[]
no_license
poncovka/vype-compiler
d3765be81bda5a22c412d14c1b9d068131702768
f206cd38d442534f8b27831971dcff482860ecc0
refs/heads/master
2021-01-22T13:47:57.666921
2016-08-22T10:30:38
2016-08-22T10:30:38
25,217,322
0
0
null
null
null
null
UTF-8
C++
false
false
6,486
cpp
/* * Project: VYPe 2014 * * Authors: * Vendula Poncová, xponco00 * Martin Šifra, xsifra00 * * File: symtable.cpp * Definitions of methods for symbols and symbol tables. */ #include "symtable.h" //////////////////////////////////// Symtable string Symtable::str(Symtable::Type type) { static const str...
[ "poncovka@gmail.com" ]
poncovka@gmail.com
01fc0c3caefa54a154b4eae3ac2eb111d75d72f2
5ebd5cee801215bc3302fca26dbe534e6992c086
/blaze/math/constraints/VecEvalExpr.h
13c83d4192a5a2dc2802684ae3b21fdc53ce5146
[ "BSD-3-Clause" ]
permissive
mhochsteger/blaze
c66d8cf179deeab4f5bd692001cc917fe23e1811
fd397e60717c4870d942055496d5b484beac9f1a
refs/heads/master
2020-09-17T01:56:48.483627
2019-11-20T05:40:29
2019-11-20T05:41:35
223,951,030
0
0
null
null
null
null
UTF-8
C++
false
false
4,128
h
//================================================================================================= /*! // \file blaze/math/constraints/VecEvalExpr.h // \brief Constraint on the data type // // Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved // // This file is part of the Blaze library. You can redist...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
68ee92cbfa663e177b71b50bcb525c0aaaf58384
699ff10c347dc9b6d5af7f531a1c941dbfecd558
/leetcode/cpp/4-median-of-two-sorted-arrays.cpp
dced69af8821645bb05e0f57857a312b8994dfb2
[]
no_license
iampkuhz/OnlineJudge_cpp
71a7637c54d81be2aa066a6132aab31b798bbe6b
737b9bac5a73c319e46cda8c3e9d729f734d7792
refs/heads/master
2021-01-10T10:16:37.589855
2017-03-06T12:45:20
2017-03-06T12:45:20
24,891,815
0
0
null
null
null
null
UTF-8
C++
false
false
1,221
cpp
/** * 在2个排序的数组中找中位数| */ class Solution { int sz1, sz2; public: double findMedianSortedArrays(vector<int>& nums1, vector<int>& nums2) { sz1 = nums1.size(), sz2 = nums2.size(); int am1 = findK((sz1+sz2+1)/2, nums1, nums2); int am2 = findK((sz1+sz2)/2+1, nums1, nums2); return (0....
[ "iampkuhz@gmail.com" ]
iampkuhz@gmail.com
046115d06c772aac9cb38c514187e05d247b6805
40e773b9ce2653154706e220e06decce22eb1f12
/ExternalResources/reactphysics3d-0.7.1/testbed/nanogui/src/popupbutton.cpp
a4c960b33a26d30e90e7c8f060aca3dc47064e72
[ "Zlib", "MIT", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "CC-BY-SA-4.0" ]
permissive
BEEMO197/Reality-Game-Engine
4ff29560a25e1dc9888ed023d825b301e00e5d7d
08ff9d9b02790e31bef5ec1c3a50f1b36d43a572
refs/heads/master
2020-12-26T16:20:13.957754
2020-03-01T02:53:26
2020-03-01T02:53:26
237,561,059
1
0
MIT
2020-03-01T01:47:51
2020-02-01T04:22:19
null
UTF-8
C++
false
false
3,140
cpp
/* src/popupbutton.cpp -- Button which launches a popup widget NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>. The widget drawing code is based on the NanoVG demo application by Mikko Mononen. All rights reserved. Use of this source code is governed by a BSD-style license that ca...
[ "abhishekchandra2005@gmail.com" ]
abhishekchandra2005@gmail.com
1acc717744a9af1d8fefb97566b155dca8e7f34e
a08acc24f53d5f19bcd591576b163065fab2b649
/controller/src/outputs/display.h
6a68adc155eee71950263a7128458ed6864a87f1
[ "MIT" ]
permissive
benjylxwang/rc-car
6f142c671a601f76c8b4d2c43fb4df2180d49c4c
002ed1ef9d1dff195f110263245622792a4d733d
refs/heads/main
2023-03-31T02:26:42.270894
2021-04-06T14:35:33
2021-04-06T14:35:33
331,080,276
0
0
null
null
null
null
UTF-8
C++
false
false
427
h
#ifndef DISPLAY_H #define DISPLAY_H #include <LiquidCrystal_I2C.h> #include "../state.h" class Display { public: Display(); void setup(); void printState(State state); private: // Display LiquidCrystal_I2C lcd; unsigned long lastPrint; // Flashing bool leftIndicator; bool rightIn...
[ "benjylxwang64@gmail.com" ]
benjylxwang64@gmail.com
db59caee390b3815773ca057fbe2b181fa6f3f03
482f4c1c15d383653ea32115f611dbfaf2489ae2
/src/lessonClass/test.cpp
d6c8eb266d53b60e2418eb576f5c97143312cd86
[]
no_license
minhtblaser/CBasic_baitapnhomlaptrinh
b6a410bde8b9f2f1c932f5f3ecf0ed75a6e12c9a
7a032c14619229fec2b279fb64ece3d2a1870d04
refs/heads/main
2023-02-03T03:57:17.257824
2020-12-27T06:55:52
2020-12-27T06:55:52
321,887,820
0
1
null
2020-12-22T13:24:51
2020-12-16T06:17:47
C++
UTF-8
C++
false
false
2,130
cpp
#include<stdio.h> #include<math.h> #define MAX_SIZE 100 struct Array{ int numbers[MAX_SIZE];//các phần tử int size;//số phần tử trong mảng }; void enter(Array &input); void printValue(Array output); Array findEvenNumbers(Array source); void printEvenNumbers(Array source); bool isPrime(Array source); Array find...
[ "trinhngocminh.9a1@gmail.com" ]
trinhngocminh.9a1@gmail.com
0d7406b74b351a2dce5ec814581ff606e33fcd5f
7241303f19dacea5a6c4e2436a522cc5811b8bfb
/legacy/tools/oauth/login.cpp
66f977ee6ad6bb977f4e21d1c2651679c2b54ded
[]
no_license
wingfiring/nix
50f5bb8d02765b4184e4cf96789b486873e9e4b4
7ffc90bb4870a5d22e5b02f52b738b109caf06cd
refs/heads/master
2022-05-03T20:08:31.511938
2018-02-22T10:10:36
2018-02-22T10:10:36
114,869,039
0
0
null
null
null
null
UTF-8
C++
false
false
11,187
cpp
#include <xirang2/string.h> #include <xirang2/context_except.h> #include <xirang2/io.h> #include <xirang2/string_algo/string.h> #include <xirang2/path.h> #pragma warning( disable : 4005 ) #include <boost/asio.hpp> #include <boost/asio/io_service.hpp> #include <boost/asio/ip/tcp.hpp> #include <boost/asio/spawn.hpp> #in...
[ "scy@icerote.com" ]
scy@icerote.com
2aef991a1f68f0140cd0c623142e94c2e241a975
1594e369b3536f825e12e4d995d3921a0109f3b7
/src/remote_control/src/LAN/robot_control/performancerecorder.cpp
62c0a18c09361d4e8337382327487c5d42f95ab7
[]
no_license
CastielLiu/robot_ws
c3f2575b61fdfdad539c05fa202db2a543697b02
2a005231ad82ae2622d9a6f06c50dff56630abe2
refs/heads/master
2021-08-08T23:52:40.437193
2021-07-01T01:26:50
2021-07-01T01:26:50
208,391,320
0
1
null
null
null
null
UTF-8
C++
false
false
772
cpp
#include "performancerecorder.h" PerformanceRecorder::PerformanceRecorder(QString file) { file_ = file; } void PerformanceRecorder::writePerformance(const QString& key, const QString& value, QString group) { //创建配置文件操作对象 QSettings *config = new QSettings(file_, QSettings::IniFormat); //将信息写入配置文件 ...
[ "ubuntu@localhost.localdomain" ]
ubuntu@localhost.localdomain
119ed359f492131b20a896b915a7497a3e03d496
3438e8c139a5833836a91140af412311aebf9e86
/content/browser/site_per_process_browsertest.cc
67ff7ca2eee5792ba26c4f2bac9b60a00a32501a
[ "BSD-3-Clause" ]
permissive
Exstream-OpenSource/Chromium
345b4336b2fbc1d5609ac5a67dbf361812b84f54
718ca933938a85c6d5548c5fad97ea7ca1128751
refs/heads/master
2022-12-21T20:07:40.786370
2016-10-18T04:53:43
2016-10-18T04:53:43
71,210,435
0
2
BSD-3-Clause
2022-12-18T12:14:22
2016-10-18T04:58:13
null
UTF-8
C++
false
false
360,620
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/browser/site_per_process_browsertest.h" #include <stddef.h> #include <stdint.h> #include <algorithm> #include <vector> #include "...
[ "support@opentext.com" ]
support@opentext.com
b6bffbfe2445bffa701726b6119ae5a75e417769
20d24e22ee83a56de04010308918f71afa088b2b
/AlgNT_7/AlgNT_7/main.cpp
f033ec4e336ef96fc4151fb8a0fac94bfc5818c1
[]
no_license
ileasile/ANT_algorithms
2068f4c13db554296c4dba6e6261cf15b6b62fe9
3b45487aa174e809119924ee2a77ee86aa63484a
refs/heads/master
2021-01-20T12:06:51.665753
2017-04-20T05:53:39
2017-04-20T05:53:39
81,721,784
0
0
null
null
null
null
UTF-8
C++
false
false
4,616
cpp
#include <iostream> #include <cstdlib> #include <ctime> #include <string> #include <sstream> #include <NTL/ZZ_pXFactoring.h> #include <NTL/GF2XFactoring.h> using namespace NTL; using namespace std; void zz_px_test() { cout << "===== ZZ_PX test =====\n"; ZZ modulus(17); cout << "Modulus is " << modulus<< "\n"; ZZ...
[ "leopardile@yandex.ru" ]
leopardile@yandex.ru
319c28e110f9c97d662fef508d9afc8faf3e6e40
879681c994f1ca9c8d2c905a4e5064997ad25a27
/root-2.3.0/run/tutorials/multiphase/twoPhaseEulerFoam/RAS/bubbleColumn/50/pMean
3bce07dbf3f54ca33e4b6df443a73f5f774ffb76
[]
no_license
MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu
3828272d989d45fb020e83f8426b849e75560c62
daeb870be81275e8a81f5cbac4ca1906a9bc69c0
refs/heads/master
2020-05-17T16:36:41.848261
2015-04-18T09:29:48
2015-04-18T09:29:48
34,159,882
1
0
null
null
null
null
UTF-8
C++
false
false
15,706
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | ...
[ "mizuha.watanabe@gmail.com" ]
mizuha.watanabe@gmail.com
f9b5c67f14f6cd4111dd50cc926e406e42055af4
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/contest/3/339/A.cpp
266a2659960ec813af935895bc5cda4f6afeb9b9
[]
no_license
tiankonguse/leetcode-solutions
0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f
a36269c861bd5797fe3835fc179a19559fac8655
refs/heads/master
2023-09-04T11:01:00.787559
2023-09-03T04:26:25
2023-09-03T04:26:25
33,770,209
83
38
null
2020-05-12T15:13:59
2015-04-11T09:31:39
C++
UTF-8
C++
false
false
619
cpp
// #include <bits/stdc++.h> #include "base.h" using namespace std; typedef long long ll; class Solution { public: int findTheLongestBalancedSubstring(string s) { int ans = 0; int preZero = 0; int preOne = 0; int state = 0; for (auto c : s) { if (c == '0') { if (stat...
[ "i@tiankonguse.com" ]
i@tiankonguse.com
c84a2fea30cb1d39266cd8178b97d270f4c6e69b
804cc6764d90fdd7424fa435126c7fe581111562
/Kernel/Interrupts/IRQController.cpp
9650ca42bd64475488c7cdd5bb96edfd332e146f
[ "BSD-2-Clause" ]
permissive
NukeWilliams/prana-os
96abeed02f33f87c74dd066a5fa7b2d501cb2c62
c56c230d3001a48c342361733dc634a5afaf35f9
refs/heads/master
2023-06-17T18:39:22.394466
2021-07-02T13:37:47
2021-07-02T13:37:47
358,167,671
1
0
null
null
null
null
UTF-8
C++
false
false
1,366
cpp
// includes #include <Kernel/Arch/x86/CPU.h> #include <Kernel/Debug.h> #include <Kernel/Interrupts/IRQHandler.h> #include <Kernel/Interrupts/InterruptManagement.h> namespace Kernel { IRQHandler::IRQHandler(u8 irq) : GenericInterruptHandler(irq) , m_responsible_irq_controller(InterruptManagement::the().get_res...
[ "krisna.pranav@gmail.com" ]
krisna.pranav@gmail.com
01362f15d738e0e6c90690918b64666dad86d956
b6fbcca571d9505e1670240b665bb6176c018227
/src/mhoauth-refresh_loop.c++
13b1d2c864eb815f5126dcfa969f204a03e80122
[]
no_license
palmer-dabbelt/mhng
e3265521dd5c344e6e03ab21cbf18d50df1772a7
fe4016edfa0a9210cecb130379138b8c2041a3b3
refs/heads/master
2023-05-27T04:07:02.280190
2023-05-10T19:19:03
2023-05-10T19:19:03
4,741,488
1
0
null
2021-02-03T05:32:32
2012-06-21T16:32:18
C++
UTF-8
C++
false
false
1,065
/* Copyright (C) 2019 Palmer Dabbelt <palmerdabbelt@google.com> */ /* SPDX-License-Identifier: GPL-2.0+ OR Apache-2.0 OR BSD-3-Clause */ #include <libmhng/args.h++> #include <libmhoauth/pkce.h++> #include <iomanip> #include <thread> int main(int argc, const char **argv) { auto args = mhng::args::parse_account(arg...
[ "palmerdabbelt@google.com" ]
palmerdabbelt@google.com
3339e832a9c913c04305e4239b730d602e404ee9
38030e497b6e172cb926ebce4d25019175713bbd
/Medium/Merge K sorted lists.cpp
9e82a4d9f6034f104de3a9455f1652326fccbafb
[]
no_license
KushRohra/GFG_Codes
7e6126434360bd0e376ce13be7e855c380b88d24
54e2b0affeaac3406aa052c28cfebcefc6492f90
refs/heads/master
2021-03-26T00:37:05.871686
2020-12-27T12:51:53
2020-12-27T12:51:53
247,659,010
0
0
null
null
null
null
UTF-8
C++
false
false
1,910
cpp
// { Driver Code Starts // C++ program to merge k sorted arrays of size n each #include <bits/stdc++.h> using namespace std; // A Linked List node struct Node { int data; Node* next; Node(int x){ data = x; next = NULL; } }; Node* mergeKLists(Node* arr[], int N); /* Function to print nodes in a give...
[ "iec2017024@iiita.ac.in" ]
iec2017024@iiita.ac.in
b398a4e4852d71f5bb699494bba0a46a8a5f405f
49f15e237696d1c166c727fad9c8923d33497494
/codeforces/432.cpp
a5caeebd1c5283fc6c786c8ed00d88e92e319aed
[]
no_license
gauravkr123/Codes
280284a3c7cdab2454a8da267c0622b40707e32b
c0295cfbad7794a25c1d4cf85ef8d4d13da8f2c6
refs/heads/master
2020-03-22T17:29:24.819064
2017-12-14T17:59:33
2017-12-14T17:59:33
140,398,111
2
0
null
2018-07-10T08:01:38
2018-07-10T08:01:38
null
UTF-8
C++
false
false
255
cpp
#include<bits/stdc++.h> using namespace std; int main() { int n,k; cin>>n>>k; int a[n]; int counter=0; for(int i=0;i<n;i++) { cin>>a[i]; if(a[i]+k<=5) counter++; } cout<<counter/3<<endl; return 0; }
[ "vedicpartap1999@gmail.com" ]
vedicpartap1999@gmail.com
7781c7edabe93da0a8a835a8f604b597b4c5c1f8
e3d917181ee947fe596df4b66e1bdc066e9f9e02
/windowsbuild/MSVC2022/vtkm/v1.9.0/include/vtkm-1.9/vtkm/cont/arg/TypeCheckTagArrayOut.h
f694b4c11dc838b616142e9bb360c431b079a468
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
visit-dav/visit-deps
d1be0023fa4c91c02589e5d87ab4e48c99145bb5
d779eb48a12e667c3b759cedd3732053d7676abf
refs/heads/master
2023-08-08T15:30:28.412508
2023-07-31T22:34:52
2023-07-31T22:34:52
174,021,407
2
3
NOASSERTION
2023-07-06T16:07:22
2019-03-05T21:12:14
C++
UTF-8
C++
false
false
1,755
h
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
[ "noreply@github.com" ]
noreply@github.com
8b9a33bd819651167363c35aa4a361537528c13a
c414d144924798766a8e64d1b6b1f2c4f038584b
/Editor/Editor/Door.h
f062e724f48d9f6a0ef38b3a90a3d0ae93eb0eb7
[]
no_license
Luoman/GameTools
80f378a9c0af0e36e82d30be0ba8868eaf6c93f0
597af2227da8111827f629c1a8922cb271355449
refs/heads/master
2021-01-01T15:35:20.145428
2013-05-20T12:13:54
2013-05-20T12:13:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
394
h
#ifndef DOOR_H #define DOOR_H #include <iostream> #include <string> class Door { private: char m_cLocalization; std::string m_sState; public: Door(); Door(char loc, const std::string &state); ~Door(); char &getLocalization(); const std::string &getState() const; void setLocalization(char l...
[ "romuald.scharre@gmail.com" ]
romuald.scharre@gmail.com
3db8c03b12eedca71c9f9ab59262706876d0fcb8
6ee55fde0bbe04141ed311b172fa834ec117fa57
/src/control.cc
958667212ef6ecb336585f0e4551c130c5825d1d
[ "Apache-2.0" ]
permissive
icaropires/embedded-temperature-on-off
36de8a8d3130c3236c27d2db0ca0dec167c2d80e
a5669acd930375b44afff69badacaf32bf8539be
refs/heads/main
2023-01-19T11:00:47.853860
2020-11-24T19:41:27
2020-11-24T19:52:50
302,998,206
1
0
null
null
null
null
UTF-8
C++
false
false
6,332
cc
#include "control.h" Control::Control(const std::string &sensor_ti_addr, const std::string &sensor_tr_addr, const std::string &sensor_te_addr, uint8_t display_monitor_addr, uint8_t cooler_addr, uint8_t resistor_addr, const std::string& csv_file) : sensor_ti(sensor_ti_addr), sensor_tr(sensor_tr_addr), sensor_...
[ "icaropsa@gmail.com" ]
icaropsa@gmail.com
88f0cd8df8331ff3d3a3cbd24b5bc0544e155d2d
1ac4a89c27e6eb0ab5b6c7ae06c52cd3e526d90b
/vikr-source/src/scene/components/mesh_component.cpp
75d858ce9c08f58e773b4f0edb9223ceee26cf78
[ "MIT" ]
permissive
lm165678/Vikr
e54d3cc6130238eb59d78f2813d3cda1a6440ef5
9ac78f9f47a2222dfd40700fcc48e88d898c086b
refs/heads/master
2023-03-22T14:49:38.921733
2017-02-27T06:45:43
2017-02-27T06:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
361
cpp
// // Copyright (c) Mario Garcia, Under the MIT License. // #include <vikr/scene/components/mesh_component.hpp> #include <vikr/scene/scene_node.hpp> #include <vikr/renderer/command/mesh_command.hpp> namespace vikr { MeshComponent::MeshComponent() : SceneComponent(vikr_COMPONENT_MESH) { } vvoid MeshComponent::Up...
[ "alexander.garcia18@yahoo.com" ]
alexander.garcia18@yahoo.com
7675974c576725092e26fe6d670e1b6abba36ff6
475850f09ea39d11814f3c9f6e301df2fd62c76e
/leetcode/081_Search in Rotated Sorted Array II.cpp
9d2849cd1d10babf4e8b48ececd53d6002445259
[]
no_license
njuHan/OJcodes
fed59759b4b954a123cdc423d8c36addd7252d41
1adc57f0850f3f0031ba8d62e974ab3842da5c2d
refs/heads/master
2021-01-25T14:22:21.728203
2019-06-16T05:11:55
2019-06-16T05:11:55
123,686,571
16
1
null
null
null
null
UTF-8
C++
false
false
1,947
cpp
#include<iostream> #include<cstdio> #include<vector> #include<queue> #include<stack> #include<string> #include<unordered_map> #include<unordered_set> #include<set> #include<list> using namespace std; /* 272 / 275 test cases passed. Input: [1,1,3,1] 3 Output: false Expected: true error : minidx = 0 class Solution { p...
[ "463808243@qq.com" ]
463808243@qq.com
41f141a0e5c3e22bc84d2e5da2a472df80b42e47
d0fb46aecc3b69983e7f6244331a81dff42d9595
/dt-oc-info/src/model/GetOcListedCompanyRequest.cc
6cdf355d852e964acee0acbdef1661be7bfc82b5
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,737
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
166ab75002b34edb0d2b05cd0bea89882b80bcfe
cde9dc97b0fc3df945e2500a4b21deb9caf994cf
/ilwiscore/source/geos/include/geos/geom/GeometryCollection.inl
4f08103cf967096ded06e30327107715f9e66b2f
[]
no_license
MartinSchouwenburg/ilwisobjects
7bbe06a9c097472dea0496522465f59701782351
ad59176c1eb79d56089abc009ea1622958d78fe4
refs/heads/main
2023-05-10T13:46:05.864706
2021-06-14T08:56:55
2021-06-14T08:56:55
373,075,845
0
0
null
null
null
null
UTF-8
C++
false
false
1,151
inl
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2006 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under * the terms of the GNU Lesser General Public Lice...
[ "m.l.schouwenburg@utwente.nl" ]
m.l.schouwenburg@utwente.nl
35df8616b33bfd39c9caefe73c77b913c68b71ce
cbad8d2d2ce87a15d82dd2a2463c9ceb9b7b910a
/Secur32Wrapper/KerberosException.h
ad224550edff28eb655bb18f4712b40b311c88c9
[ "MIT" ]
permissive
webstorage119/KerberosSkeleton
0c82d54fb898fa4a0200bbca57546d19b117d6da
058334719d0599ff768fcf64e5302cc2ffc91c0a
refs/heads/master
2022-04-07T15:21:15.936619
2019-12-17T13:28:41
2019-12-17T13:28:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,190
h
#pragma once #include <exception> #include <string> namespace KerbException { class KerberosException : public std::exception { public: enum ErrorType { NOT_IMPLEMENTED, FAILED_LSACONNECTUNTRUSTED, FAILED_LSALOOKUPAUTHENTICATIONPACKAGE, FAILED_LSACAL...
[ "danchuk47@gmail.com" ]
danchuk47@gmail.com
9ea0010f72a3cae2a77cb5b079e22d10594adfd0
9808a681923e717fc36bba6c46f90820f7b12815
/src/h/SpielBrett.h
47680c25463697f52eaebb3d95c05ff0c9e8d7ec
[]
no_license
grany/distanz
e7e327991e9a2ab0e10ff6c595b95407ef0614d9
7542be38be7992ecef32cd05da58b0b4bf4f15a1
refs/heads/master
2021-01-20T12:06:32.357295
2017-01-20T19:03:40
2017-01-20T19:03:40
34,206,388
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,679
h
#ifndef SPIELBRETT_H #define SPIELBRETT_H /** * class SpielBrett * Das Spielfeld besteht aus einem 8x8 großen Feld. Jedes der 64 Felder besitzt eine eigene ID, welche bei Bewegungen und oder Besetzung abgefragt wird. Mithilfe von Pointern werden die Spielfiguren, je nach Spielzug, auf die Felder verwiesen. Di...
[ "toxxxsys@gmail.com" ]
toxxxsys@gmail.com
5792fa6b73d763bada2e2f43642e8eee4461bd53
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/scrape/data/Tokitsukaze and Discard Items/Lumos_Maxima_A.cpp
41a7a8204aa2ef6c7ef456f409fe3630896d3565
[]
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
2,752
cpp
/*----------------by syr----------------*/ /* iii ii rBQBBBBBBE BBR iBBBBQBBL XBBBBBBQBBBBB iBBQJ 7BBB BBsSBBr BBQ i cBBB rBBU iBBw BBBQi HBBi KBBi BBH BB5 iBBB isL wBB5 GBB iBBi 6B...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
7b430ac269e1634631bbfab75adeaf444ae28160
002c86ddefed192b460266c80f3e38fce41916c1
/modules/arm_plugin/src/transformations/convert_interpolate_v0_to_v4.cpp
a52d003985899d2b5740af2199fa8b4c49cb61d1
[ "Apache-2.0" ]
permissive
dhruvsheth-ai/openvino_contrib
c244ebeadc22321f10167fe3472c8139a087ef87
7cdf572d26c7ac8bbfa33c6db7691cce54c1380f
refs/heads/master
2023-03-01T18:50:20.563337
2021-02-13T06:11:34
2021-02-13T06:11:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,883
cpp
//***************************************************************************** // Copyright (C) 2020-2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http...
[ "noreply@github.com" ]
noreply@github.com
8851ea57c0de767416b135218fe395ef77ab15c8
cf3ef2cb7cbce88fb28b184d05f1286a17c6a09a
/ns-3.19/src/internet/model/icmpv4.cc
a78f7e8ce735ecb9e0ab18cfcc61f3b8361b362a
[]
no_license
G8XSU/ns3-pmipv6
4d318e39a799e2cfa8f8b8948972494d0d4ad559
cde2da6d2476eaa5ed49580494e2788f62ddb71e
refs/heads/master
2016-09-05T18:13:23.367968
2014-05-06T12:56:14
2014-05-06T12:56:14
19,178,140
6
6
null
null
null
null
UTF-8
C++
false
false
11,089
cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008 INRIA * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distributed...
[ "g8x000@gmail.com" ]
g8x000@gmail.com
0bf4ce17f1cd6310ee32b7cc866e8c681b773529
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/function_types/detail/synthesize_impl/arity30_1.hpp
fa5c8ac2ee34871a44a56aa8ed906cec65b39835
[ "BSL-1.0", "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
36,050
hpp
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ // no include guards, this file is intended for multiple in...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
37215ce819dade01c292c7bde8e5c57c0b6e89a3
eeb26071325267cef3c8df6e67195b9bcbc60bf7
/Solution/Engine/CUI_TreeView.h
1ed4cf03b212f9608bd0aced2ee5d8cfdff64794
[]
no_license
nian0601/CubeEngine
0fccc98978b94ba66a5692064feb999c7d5dee25
4d581e748f8af0b559b3cc978a26b7dace8662e5
refs/heads/master
2021-06-25T04:37:14.050485
2019-06-27T19:45:55
2019-06-27T19:45:55
100,294,390
0
0
null
null
null
null
UTF-8
C++
false
false
427
h
#pragma once #include "CUI_VBox.h" class CUI_Button; class CE_OldFont; class CUI_TreeView : public CUI_VBox { public: CUI_TreeView(const CE_String& aString); void PrepareLayout(); void DeleteAllChildren() override; void DeleteChildren(int aStartIndex); void SetExpanded(bool aStatus); private: void UpdateSelf...
[ "anderssonniklas@outlook.com" ]
anderssonniklas@outlook.com
1ded5cf1db73ed5eff7b5897d04b2af32f5de592
afdba41376845125205964dd92a66bee17e16dec
/Constitution/src/TimedContainer.cpp
3e822ed9f3c306635384892797e25db881ffc6f3
[]
no_license
Chhavi17/OOPS-and-Data-Structures
2aeb101743ad756d77676e55f67e10d70aa04c32
25aedf4796a1365f171251123fc931c7c191aaa1
refs/heads/master
2020-03-10T10:37:16.840738
2018-04-13T09:05:19
2018-04-13T09:05:19
129,337,000
0
0
null
null
null
null
UTF-8
C++
false
false
1,410
cpp
#include "TimedContainer.h" #include <chrono> #include "Word.h" using namespace std; using namespace std::chrono; /***** Modify this file as needed. *****/ TimedContainer::TimedContainer() {} TimedContainer::~TimedContainer() {} long TimedContainer::get_elapsed_time() const { return elapsed_time; } void TimedCont...
[ "chhavi@Chhavis-MacBook-Pro.local" ]
chhavi@Chhavis-MacBook-Pro.local
2ddda63537360ad3b3c04120a19d7e5341cd3c1c
10e25b7a8d540d198729668e60b4fc17cacc5ce6
/files/2018s2/mamarracho.cpp
bb20c906daab6fd416aee48457bf9d31b00e3f36
[]
no_license
unqpgc/unqpgc.github.io
2452ec8dca591ba340f86f07669d1c2bfb46f3b0
8df676b3cb80315797d57915cc5a143392f42790
refs/heads/master
2023-08-18T17:41:29.483719
2023-08-16T17:56:40
2023-08-16T17:56:40
100,538,338
0
0
null
null
null
null
UTF-8
C++
false
false
29,702
cpp
#include <iostream> #include <fstream> #include <cstdlib> #include <sstream> #include <vector> #include <map> #include <cassert> #include <cstring> using namespace std; // Helper functions typedef signed long long int i64; typedef unsigned long long int u64; void fail(const string& msg) { cerr << "*** Mamar...
[ "foones@gmail.com" ]
foones@gmail.com
031b613ecbc0a7f9a56aba419b2716de274ff565
0757032a90e634df8fecbf4687cbf30eb60b5092
/src/libtfhe/numeric-functions.cpp
c4eada9292cbf074c1df22cde62359abde87c91f
[ "MIT", "GPL-1.0-or-later", "Apache-2.0" ]
permissive
A-Pisani/MK-TFHE
b28ab4847177d9b5a39fe317dfd2bbd536429fc9
76d7e658af4bc2343210d4549d07d2743d56a313
refs/heads/master
2023-07-15T15:49:04.024892
2021-08-29T09:32:47
2021-08-29T09:32:47
372,584,100
1
0
Apache-2.0
2021-08-29T15:41:37
2021-05-31T17:34:39
C++
UTF-8
C++
false
false
3,087
cpp
#include <cstdlib> #include <iostream> #include <random> #include <cassert> #include <limits.h> #include <tfhe_core.h> #include <numeric_functions.h> using namespace std; default_random_engine generator; uniform_int_distribution<Torus32> uniformTorus32_distrib(INT32_MIN, INT32_MAX); uniform_int_distribution<int32_t> ...
[ "ilaria.chillotti@uvsq.fr" ]
ilaria.chillotti@uvsq.fr
397f0975eed1533bf1533afb78ba6b5450c2e09e
a841ed0dbf9c9b20496f67626fc7455f0b3553ef
/Baekjoon Online Judge/10815.cpp
7a0457d87ace408ff2accce9752388967ae76d62
[]
no_license
lkoiescg2031/APSS
8a8e9c38c93bac4e629af64cff63c0eba0626748
74ed82d96728a686c89bab871287ced020bd2ae4
refs/heads/master
2021-06-13T16:29:30.960443
2021-03-20T01:37:08
2021-03-20T01:37:08
148,625,706
6
0
null
null
null
null
UTF-8
C++
false
false
563
cpp
#include <cstdio> #include <algorithm> using namespace std; int n, m, arr[500000], k; int find(int start, int end, int key) { if (start <= end) { int mid = (start + end) / 2; if (arr[mid] == key) return 1; else if (arr[mid] > key) return find(start, mid - 1, key); else return find(mid + 1, end, key)...
[ "lkoiescg2031@naver.com" ]
lkoiescg2031@naver.com
b88a326bc0038c620e70b555997737fcb8bd049f
ed2a0ba2cb4139a110226e4e45aa99f22aec7851
/city.h
3d8dade64ff9b628791ca9eb86ff51ced748dca9
[]
no_license
TingyunLiu/SolvingTSP_with_Simulated_Annealing
4c8027ac6b41fdf2009fa14cc319ceafe041aa71
eae3861fec8f6ca2689ad060f4284ddd29634faa
refs/heads/master
2021-07-25T20:15:14.779730
2017-11-06T03:23:09
2017-11-06T03:23:09
109,642,722
0
0
null
null
null
null
UTF-8
C++
false
false
581
h
#include <iostream> #include <string> #include <map> #include <vector> #include <queue> using namespace std; //******************************************************************************************************************** // Class City is to store city information, including city name and x,y-coordinates //*****...
[ "liutingyun120808@gmail.com" ]
liutingyun120808@gmail.com
1699a8c4fc0fda89e7e6b79a07ecde7790953ea6
fe2836176ca940977734312801f647c12e32a297
/CodeChef/Beginner/TEMPLELA.cpp
454ad14c39c7e165291410b4ea41de671a46a90a
[]
no_license
henrybear327/Sandbox
ef26d96bc5cbcdc1ce04bf507e19212ca3ceb064
d77627dd713035ab89c755a515da95ecb1b1121b
refs/heads/master
2022-12-25T16:11:03.363028
2022-12-10T21:08:41
2022-12-10T21:08:41
53,817,848
2
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> ii; void solve() { int n; scanf("%d", &n); int inp[n], rev[n]; for (int i = 0; i < n; i++) { scanf("%d", &inp[i]); rev[i] = inp[i]; } reverse(rev, rev + n); bool ok = true; if ...
[ "henrybear327@gmail.com" ]
henrybear327@gmail.com
4279ce4a2d8af792353e8533f02b5ed174db04b8
3b9af3c3fa58cb3d4032214e133ef37e7c4d013b
/my_path_server/src/my_path_client.cpp
20231f39ed12830ca4aeb0382b7c9c7f3f908605
[]
no_license
dsb86/ros_packages
be7d2334068c1a16144992bbf711cf33ce9fddbe
2bc28dfc92c6f543e4f97c20afe995ecd8a6c636
refs/heads/master
2021-01-20T01:30:14.512914
2016-05-06T02:40:23
2016-05-06T02:40:23
50,958,549
1
0
null
null
null
null
UTF-8
C++
false
false
3,040
cpp
//path_client: // illustrates how to send a request to the path_service service #include <ros/ros.h> #include <example_ros_service/PathSrv.h> // this message type is defined in the current package #include <iostream> #include <string> #include <nav_msgs/Path.h> #include <geometry_msgs/Pose.h> #include <geometry_msgs/P...
[ "dsb86@case.edu" ]
dsb86@case.edu
3218b878c98fea8e3be178dc2b484cac92af1b2b
520647be9af9b8b4f5ed9f32e53c8fec1407ef8b
/challenge/jun2020/day30.cpp
d950e4e3963ca601acf26ff66894c2b02a295f51
[]
no_license
gxyau/leetcode
0419453affec44a6520859f6a6f07701d204b14d
61e966ab3d6182c9d10a8f8f9aabf2717ea4c23e
refs/heads/master
2021-06-27T00:39:33.544665
2020-09-20T21:15:32
2020-09-20T21:15:32
149,101,979
0
0
null
2020-09-20T21:15:33
2018-09-17T09:34:17
C++
UTF-8
C++
false
false
4,876
cpp
// Day 30, Word Search II #include<iostream> #include<stack> #include<string> #include<unordered_set> #include<vector> using std::cout; using std::endl; using std::string; using std::vector; struct TrieNode { TrieNode* children[26] = {nullptr}; bool end = false; string word; }; class Solutio...
[ "GuoXian.Yau@gmail.com" ]
GuoXian.Yau@gmail.com
ad7f44008afd0cd726ba78533bac571cfd7bb4e7
aa85d0e5cb166680e4264ec9750a8b1d4128fc84
/CS1 and 1080C/Projects/LargePrimeFactor/main.cpp
32bcc039aaaa9f761cf8576200a42d95fba37188
[]
no_license
kavanamw/Data-Structures
78b8e04fa7be6352654ef71e1c69a96e133a406e
7645d0bb4dcc6e6dabe6829311e33d4200d21f14
refs/heads/master
2021-07-17T12:30:13.924987
2017-10-24T18:34:09
2017-10-24T18:34:09
104,476,601
0
0
null
null
null
null
UTF-8
C++
false
false
553
cpp
#include <iostream> #include <stdio.h> #include <cmath> using namespace std; void PrimeFactor(double Num) { cout << Num << endl; while(fmod(Num, 2) == 0) { printf("%d ", 2); cout << "Here"; Num = Num/2; } for(double i = 3.0;i <= sqrt(Num);i+=2) { while(fmod(Num,...
[ "kavanamw@mail.uc.edu" ]
kavanamw@mail.uc.edu
6344190278a732c0cfb97e41b0e280d5f6602523
dc2656823dcdf9df818402b1e539ea7741663a14
/542_01矩阵.cpp
09ac902b6c99ecbe79b1a438deb8ea5d217b9f7a
[]
no_license
Husaimawx/MyLeetcode
e1dab1191516188a204e9b7868cd129a0b1b4112
eeb6dc934ad2b76b1aca79b43b9da494126c2aca
refs/heads/main
2023-07-29T00:13:14.419480
2021-09-19T05:54:34
2021-09-19T05:54:34
408,043,526
0
0
null
null
null
null
UTF-8
C++
false
false
1,123
cpp
#include <vector> #include <iostream> using namespace std; #define INF 1234567890 class Solution { public: vector<vector<int> > updateMatrix(vector<vector<int> >& mat) { int m = mat.size(); int n = mat[0].size(); vector<vector<int> > dp(m , vector<int>(n, INF)); for (int i = 0; i <...
[ "mwx18@mails.tsinghua.edu.cn" ]
mwx18@mails.tsinghua.edu.cn
971eeae8f88896d5a32baba1fb0cb5496ac32291
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/editor/Qt/5.12.3/clang_64/lib/QtGui.framework/Versions/5/Headers/5.12.3/QtGui/qpa/qplatformintegration.h
1179daeb323ace63509ffbb5c1b8077da93b5037
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
7,427
h
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerci...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
0185c54dcf9549a9b50bef30af2aac9ac164a8c4
fc74c5c7f44fbdff161b94a9bb3e2913a350a713
/Classes/Junior Year/January 2019/Assignment 5/Additional Task 1/TUT8/2000/omega
c492cbd9bfa200d7821f62ef5d2c05c26bfc6da1
[]
no_license
cjn1012/Charlie
1158a2e1322904b28e9f523dc21048f148a14fcf
738acb4c7a8330a64619d049ae81cfefdff7b367
refs/heads/master
2021-07-17T10:53:19.810054
2020-05-03T20:40:46
2020-05-03T20:40:46
146,947,278
0
0
null
null
null
null
UTF-8
C++
false
false
36,698
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | ...
[ "39833752+cjn1012@users.noreply.github.com" ]
39833752+cjn1012@users.noreply.github.com
aa1cacdd726a91136919bb28d8434483ae571509
2232c179ab4aafbac2e53475447a5494b26aa3fb
/src/common/MPI/MPISend.hpp
3d63200decd79e333c266e1b54492e4d7ac69d63
[]
no_license
martinv/pdekit
689986d252d13fb3ed0aa52a0f8f6edd8eef943c
37e127c81702f62f744c11cc2483869d8079f43e
refs/heads/master
2020-03-31T09:24:32.541648
2018-10-08T15:23:43
2018-10-08T15:23:43
152,095,058
1
0
null
null
null
null
UTF-8
C++
false
false
979
hpp
#ifndef PDEKIT_Common_MPI_MPI_SEND_HPP #define PDEKIT_Common_MPI_MPI_SEND_HPP #include <vector> #include "common/MPI/MPITypes.hpp" #include "common/PDEKit.hpp" namespace pdekit { namespace common { namespace mpi { namespace internal { template <typename T> class Send; template <typename T> class Send<std::vecto...
[ "martin.vymazal@gmail.com" ]
martin.vymazal@gmail.com
81eb246d2c50abbebcac8f644ef082b26ddfe2bd
42c9fc81ffbdb22bfde3976578337a1fe5f17c2a
/visualization/hdmap_pub/hdmap_viewer/src/view.cpp
af61de22546c657363243e6bc0336fd1ac0d9bd7
[ "MIT" ]
permissive
LiuFG/UpdatingHDmapByMonoCamera
988524461287bfa8b663cba756a787e4440268ef
dc8f06795a12669da1a8096e38851f78b2e26a62
refs/heads/master
2022-06-01T08:33:53.034821
2020-04-26T05:32:38
2020-04-26T05:32:38
258,131,871
0
0
MIT
2020-04-26T05:32:43
2020-04-23T07:49:14
Python
UTF-8
C++
false
false
3,432
cpp
// // Created by lfg on 19-8-1. // #include "view.h" View::Viewer():pcl::visualization::PCLVisualizer ("3D Viewer") { // viewer=boost::shared_ptr<pcl::visualization::PCLVisualizer>(new pcl::visualization::PCLVisualizer ("3D Viewer")); pcl::visualization::PCLVisualizer::setBackgroundColor (0, 0, 0); pcl::...
[ "2022087641@qq.com" ]
2022087641@qq.com
f955f1fd3ce31b1176aa1b49e0749e6a1f070310
a3e1a101673c56e4ced1b5600612b25b145eb472
/beakjoon_algorithm/beakjoon_algorithm/CodingInterview/2-2 STL 뒤에서 k번째 원소 구하기.cpp
6eb57f9d92c568017536231515783faf3b67de5e
[]
no_license
gwanhyeon/algorithm_study
a95f3f2d559899f734b52d2d6e89d5f0125cebdf
f01af94919946e5adbdd7cb688cc2c1cf54cbbdc
refs/heads/master
2022-01-07T21:34:56.297147
2021-12-29T16:02:02
2021-12-29T16:02:02
162,471,977
0
0
null
null
null
null
UTF-8
C++
false
false
832
cpp
// // 2-2 STL 뒤에서 k번째 원소 구하기.cpp // beakjoon_algorithm // // Created by kgh on 08/07/2019. // Copyright © 2019 kgh. All rights reserved. // /* 뒤에서 k번째 원소를 구하기: 단방향 연결리스트가 주어졌을때 뒤에서 k번째 원소를 찾는 알고리즘을 구현하라. */ #include <stdio.h> #include <iostream> #include <forward_list> using namespace std; bool single...
[ "kgh940525@gmail.com" ]
kgh940525@gmail.com
905dd71a8dcfcbcaf6f5a72baefd7a95aafab56d
2bf4a058f72b5d81a3b575aee2d413b6cff865ae
/test/graph/graph_property.cpp
c4065f062693358b4e9ba30e9baf789fa271ebf7
[ "MIT" ]
permissive
StHamish/alglib
7be6b48017c352ef879cc0ca3e386a928d4f8f6a
464441c26ff802e0c7eb58106201c840dc37047b
refs/heads/master
2022-03-28T08:33:02.095101
2015-09-02T11:28:15
2015-09-02T11:28:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
839
cpp
#include <alglib/graph/directed_graph.h> #include <alglib/graph/graph_property.h> #include <bits/stdc++.h> using namespace std; using namespace alglib::graph; int main() { typedef directed_graph<string> GraphT; // A social network of people GraphT graph; graph.add_vertex("A"); graph.add_ver...
[ "divkakwani@gmail.com" ]
divkakwani@gmail.com
85d940f30178a77436c77fec7ee38659a92f4d52
8d6d47d97f2889c213da13372c552ba66f4664d0
/simulation/g4simulation/g4histos/G4ScintillatorTowerTTree.cc
0b5287e83fdd44afc3ba929d8b3d979b19e301c4
[]
no_license
mccumbermike/coresoftware
bf440bd90e183bd668d9cf95f855ddf46812a0a4
cfe8912e9b362b2bee6cda6d051facde7b220828
refs/heads/master
2020-04-05T04:17:52.396368
2016-11-30T02:40:37
2016-11-30T02:40:37
41,013,413
1
0
null
2015-08-19T04:33:04
2015-08-19T04:33:04
null
UTF-8
C++
false
false
2,705
cc
#include "G4ScintillatorTowerTTree.h" #include "G4RootScintillatorTowerContainer.h" #include "G4RootScintillatorTower.h" #include <g4cemc/RawTowerContainer.h> #include <g4cemc/RawTower.h> #include <fun4all/Fun4AllHistoManager.h> #include <phool/PHCompositeNode.h> #include <phool/getClass.h> #include <TH1.h> #includ...
[ "pinkenburg@bnl.gov" ]
pinkenburg@bnl.gov
85b499194037a04c07f6a4950b7b42e40b1e3c55
2e2e21c86b556242c118c6c11258d3bf2d744b13
/mastering_ros_demo_pkg/src/demo_service_server.cpp
ed2727d2b0d74c9b76ecabdbe75a02c1a23cf956
[]
no_license
lothek-ros/mastering_ros_demo_package
fbaa99247bc453f28fc635e541c182b8951d294d
9b642b13300c2e502003f94361c83b5c552a7f83
refs/heads/master
2022-12-23T20:24:32.129070
2020-09-21T06:19:11
2020-09-21T06:19:11
297,246,336
0
0
null
null
null
null
UTF-8
C++
false
false
1,331
cpp
#include "ros/ros.h" //generated header, contains our service definition and we can use this in our code #include "mastering_ros_demo_pkg/demo_srv.h" #include <iostream> #include <sstream> //for getting string streaming classes using namespace std; //this is the server callback fuction executed when a request is recei...
[ "noreply@github.com" ]
noreply@github.com
034187bbde7455854ee725dbd5fcaa8eb13fe344
91ea1cd56059b9a87a963e9097770e74c0a139a4
/mycodes/codes/duplicate.cpp
cdd5c4739d1e1b55e26714ccdf675e0466af5149
[]
no_license
farhan0581/codes
37cce0040ef27e93e0558e6d76940da6782786a7
582e3ab57d8e8b22ad2617fd6818f748d6ce481b
refs/heads/master
2016-08-11T06:32:47.887322
2015-09-03T05:43:50
2015-09-03T05:43:50
36,889,344
0
0
null
null
null
null
UTF-8
C++
false
false
664
cpp
#include<stdio.h> #include<conio.h> #include<math.h> float f(float x) { //float res; return pow((pow(x,4)+pow(x,3)-pow(x,2)+7*x),0.5); //return res; } main() { float ll,ul,ih[20],h,sum,y[20]; int n,i,j,k=0,p; // clrscr(); printf("Enter lower limit,upper limit,n: "); scanf("%f%f%d",&ll,&ul,&n...
[ "root@farhan.com" ]
root@farhan.com
64a7d22c32a7bfb8f7190533eb95866436cb999e
2639a3aa6e7632512e35fa4555ad42e1838297fb
/Engine/Lib/include/kern/graphics/ICamera.h
7da7b99616dfafe58af3746ee5471a0166fc8bda
[]
no_license
redagito/KernEngine
682e6e4fb344ba64884ebc26c4be9283da69df37
206f5257b708775b34e29f3f95252b17ff66b36b
refs/heads/master
2023-09-01T08:52:36.837680
2023-09-01T01:27:58
2023-09-01T01:27:58
75,782,333
3
0
null
2022-01-03T07:18:26
2016-12-07T00:00:30
C++
UTF-8
C++
false
false
1,596
h
#pragma once #include <glm/glm.hpp> enum class FogType { None, Linear, Exp, Exp2 }; enum class RenderMode { Final, Color, Depth, Normals, Lights, GodRay }; struct SFeatureInfo { FogType fogType = FogType::None; bool fogActive = false; // TODO Use this flag instead Fo...
[ "agitodev@gmail.com" ]
agitodev@gmail.com
70535f79374ef478918a8ca36af596c836908a77
0ab797536a86e1a535947d98ae9abdf10a2fc802
/MainMenu.cpp
d32f90ac75e77b765301800e17e84b54e41093ab
[]
no_license
mehdiRoohani/SpaceshipsBattle
899a49f3a9fb53fb24c490c823f3a802dfcba39c
7bda6922cc51d17dddba697907fdc8446642bb63
refs/heads/master
2020-03-22T17:20:45.776643
2018-07-10T06:54:36
2018-07-10T06:54:36
140,389,805
0
0
null
null
null
null
UTF-8
C++
false
false
2,675
cpp
#include "MainMenu.h" MainMenu::MainMenu() : DrawScreen() { } MainMenu::MainMenu(Texture* image,Texture* image1, Point pos):DrawScreen(image,pos) { NG = new Button(image1,pos.shift((spriteClips.w/2),(spriteClips.h/2)-50), "New Game"); LG = new Button(image1,pos.shift((spriteClips.w/2),(spriteClips.h/2))...
[ "muhammad.roohani@gmail.com" ]
muhammad.roohani@gmail.com
76501400a05f419fddc1ea22ed2d40186aba262d
7045bb4f95ada6e1669a3cd9520681b7e548c319
/Meijer/Source/SCOTAPP/SMConfirmDebitAmountBase.cpp
53f1839def1d672bd80fefc3f06de9434a9e602f
[]
no_license
co185057/MeijerTESTSVN
0ffe207db43c8e881fdbad66c1c058e25fe451f5
3a3df97b2decc1a04e6efe7c8ab74eff5409f39f
refs/heads/master
2023-05-30T00:19:36.524059
2021-06-10T08:41:31
2021-06-10T08:41:31
375,576,064
0
0
null
null
null
null
UTF-8
C++
false
false
4,983
cpp
////////////////////////////////////////////////////////////////////////////////////////////////// // // FILE: SMConfirmDebitAmountBase.cpp // // TITLE: Class implementation for Confirm Debit Amount state // // ///////////////////////////////////////////////////////////////////////////////////////////////// ...
[ "co185057@ncr.com" ]
co185057@ncr.com
ed9eb8ab3137eb310d0b156a03b8a6a3c47abcb3
c16cc10758f88a132ffc5ad1c95ef4e480c7473d
/2. 자료구조 기초/10799/main.cpp
98a229023eb80ec225a5ae8ee21722e0a1be1937
[ "MIT" ]
permissive
azxca1731/nogada-algorithm
2102e3da551f6c500d1e1bc91e6c4a29546d4703
4151fc09a2fb9f72875000c8dc6db0584a16cc01
refs/heads/master
2020-05-07T22:37:46.741724
2019-06-12T13:19:24
2019-06-12T13:19:24
180,952,459
2
0
MIT
2019-05-06T13:34:56
2019-04-12T07:16:48
C++
UTF-8
C++
false
false
743
cpp
#include <iostream> #include <string> #include <stack> using namespace std; int main() { stack<bool> cutter; string ironbar; bool isLazor = false; int max = 0; cin >> ironbar; for (int i = 0; i < ironbar.length(); i++) { if (ironbar[i] == '(') { cutter.push(true...
[ "azxca1731@gmail.com" ]
azxca1731@gmail.com
3e1ba613cb7f645d98b93342ad7e9409c3866fb6
ec8364edc6db44b15a38b2baf34899f74c6e8d39
/include/winrt/Windows.Gaming.XboxLive.Storage.0.h
97f9174de32fe1678e3ae52cce70c1781821906c
[]
no_license
adrianstephens/win_arty
2ff906a5b0c4b080ddc366c75098d12c56967da4
3fef806596e11ab66d33cb2649aee22071daba66
refs/heads/master
2020-03-11T17:16:46.134747
2018-04-19T03:12:22
2018-04-19T03:12:22
130,142,466
0
0
null
null
null
null
UTF-8
C++
false
false
1,439
h
#pragma once // generated by isopod tools #include "pre_include.h" namespace iso_winrt { // forward types namespace Windows { namespace Gaming { namespace XboxLive { namespace Storage { enum class GameSaveErrorStatus : int { Ok = 0, Abort = -2147467260, InvalidContainerName = -2138898431, NoAccess = -2138898430...
[ "adrianstephens@msn.com" ]
adrianstephens@msn.com
612a7a7bd284ed3aeb7ccc8a294813b5b9c787b1
fea779942fbbe4e3c03cb9bc78b0a99e56cb17e5
/cpp/m4dm/inc/itemdfit.hpp
2557dd331b5035e64a1be1f84bae0bfdf19a2166
[]
no_license
jesuscraf/peopletech
66e372af07f9a3dd4660ef14b93daddf92a5e3c8
3ab9470cf2e7cb7a44baf4185710cb707f081ff4
refs/heads/master
2021-09-03T13:37:13.701453
2018-01-09T11:49:34
2018-01-09T11:49:34
114,750,048
0
0
null
null
null
null
UTF-8
C++
false
false
2,679
hpp
//============================================================================== // // (c) Copyright 1991-1997 Meta Software M.S., S.A // All rights reserved. // // Module: CVM - DM // File: itemdfit.hpp // Project: CVM // Author: Meta Software M.S. , S.A // Date: 2...
[ "jesusc@meta4.com" ]
jesusc@meta4.com
7be2a1029916ebefa31acd26e0c7c17156e9f4b5
6eeedd141c567e209374b263554774ae6bf70fd3
/240.Search a 2Dmat/source.cpp
d6410cee1c7845f212bbc7ccc79d7ac1297a4ce1
[]
no_license
uddipan/LeetCode
c275a8946de37de1a6541b45dee5df1aa45daa0c
dc8cc15725bb34716e45200730bcb0ddaa59355a
refs/heads/master
2020-12-30T12:11:07.691285
2017-05-22T00:59:48
2017-05-22T00:59:48
91,407,745
0
0
null
null
null
null
UTF-8
C++
false
false
384
cpp
class Solution { public: bool searchMatrix(vector<vector<int>>& matrix, int target) { if(matrix.empty())return false; int x = 0, y = matrix[0].size() -1; while(x < matrix.size() && y >= 0) { if(matrix[x][y] == target)return true; if(matrix[x][y] > target) y--;...
[ "uddipanm@gmail.com" ]
uddipanm@gmail.com
81694ec6b4c169ec71fa83d51999bbefc63a39c0
e7deb78f013cf0924446bc3e91fc81863bc350f2
/src/governance-object.h
b63da0fc2d9c5711dd4539e42179401661fad9b8
[ "MIT" ]
permissive
henryshi001/bopucoin
0684d6ca4587d7c528cad50461821f5a49a6b608
8a601affa5af1b71b5f928bf8d8f050441f5328d
refs/heads/master
2020-04-08T22:03:41.449830
2018-11-29T12:19:46
2018-11-29T12:19:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,036
h
// Copyright (c) 2014-2017 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef GOVERNANCE_OBJECT_H #define GOVERNANCE_OBJECT_H //#define ENABLE_BOPUCOIN_DEBUG #include "cachemultimap.h" #includ...
[ "627400318@qq.com" ]
627400318@qq.com
1748d391fb7927e15696d85d9eb8c1c79c9ad013
cc7661edca4d5fb2fc226bd6605a533f50a2fb63
/mscorlib/Publisher.h
0bb42e9bab5c3aa3710ca47a677793aa4e6f8461
[ "MIT" ]
permissive
g91/Rust-C-SDK
698e5b573285d5793250099b59f5453c3c4599eb
d1cce1133191263cba5583c43a8d42d8d65c21b0
refs/heads/master
2020-03-27T05:49:01.747456
2017-08-23T09:07:35
2017-08-23T09:07:35
146,053,940
1
0
null
2018-08-25T01:13:44
2018-08-25T01:13:44
null
UTF-8
C++
false
false
351
h
#pragma once #include "..\System\Security\Cryptography\X509Certificates\X509Certificate.h" namespace System { namespace Security { { namespace Policy { class Publisher : public Object // 0x0 { public: System::Security::Cryptography::X509Certificates::X509Certificate* m_cert; // 0x10 (size: 0x8, flags: 0x1, ty...
[ "info@cvm-solutions.co.uk" ]
info@cvm-solutions.co.uk
c2578e651088d5fe086eefb1895588203b446f21
a866673e609a83a0b8fb7dd4b9789504fde07d50
/code/pixel_test/pixel_test.ino
78baa74929de5fbeb87c0ec0d4864aca711ee1e3
[ "MIT" ]
permissive
rlankenau/thotcon0x6
555c2552b96d52ccbd7f1c24c9ffc900ef3a29b1
2cb2cd0a5341bdcd28a6571a792cf14a7b21bc43
refs/heads/master
2021-01-18T08:56:21.331551
2015-05-14T16:36:37
2015-05-14T16:36:37
27,080,940
2
0
null
null
null
null
UTF-8
C++
false
false
771
ino
#include<FastLED.h> #define LED_PIN 4 #define BRIGHTNESS 4 #define LED_TYPE WS2811 #define COLOR_ORDER GRB #define NUM_LEDS 6 CRGB leds[NUM_LEDS]; void setup(){ LEDS.addLeds<WS2812B,LED_PIN,GRB>(leds,NUM_LEDS); LEDS.setBrightness(BRIGHTNESS); for(uint8_t pixel = 0; pixel < NUM_LEDS; pixel++) { ...
[ "rudy.ristich@gmail.com" ]
rudy.ristich@gmail.com
dd4e9d141371106175dce82c03742c20418a917f
462a2b5357bfb78018258421111f91aab7ba60eb
/NetworkGame/NetworkGame/Utility/Resource/ResourceInitializer.h
67dc9bc4407e33a25d74fe638a2026b47178663a
[]
no_license
matsumoto0112/network
fbd07f7cbec00ab10341a6cda18e22a290882302
bfd9b5cdd9658d321069d13e38cf92ebc7e6f490
refs/heads/master
2020-06-22T18:04:11.901342
2019-07-24T05:10:19
2019-07-24T05:10:19
197,764,957
0
0
null
null
null
null
UTF-8
C++
false
false
180
h
#pragma once namespace Utility { class ResourceManager; class ResourceInitializeOnStart { public: ResourceInitializeOnStart(ResourceManager& resourceManager); }; } //Utility
[ "matsumoto.k017a1377@gmail.com" ]
matsumoto.k017a1377@gmail.com
28392648201242fd23f4de6d98232ab6a26dbf25
562d2183cecd232559eb89d7f733bf1fe967768c
/Source/libClang/Source/tools/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p18.cpp
13008d1ffedfda1f6b3ef9303b23e08980d326c7
[ "NCSA" ]
permissive
orcun-gokbulut/ze-externals-sources
f1fd970ed6161b8f7ac19d1991f44a720c0125e9
500a237d6e0ff6308db1e2e513ad9871ac4cda65
refs/heads/master
2023-09-01T19:44:32.292637
2021-10-13T14:26:53
2021-10-13T14:26:53
416,611,297
1
1
null
null
null
null
UTF-8
C++
false
false
1,443
cpp
// RUN: %clang_cc1 -std=c++11 %s -Wunused -verify // expected-no-diagnostics template<typename T, typename U> struct is_same { static const bool value = false; }; template<typename T> struct is_same<T, T> { static const bool value = true; }; void f3() { float x, &r = x; int i; int &ir = i; ...
[ "orcun.gokbulut@zinek.xyz" ]
orcun.gokbulut@zinek.xyz
79a473da90e778acd6287f251f843917e7d5c73b
daa1251d9b25abb74690377ed15717708b0f77e4
/CSCI_1300/LectureExamples/Classes/cashregister.cpp
f96aa8a5dc612e9f74e7a863715e7bf417586ce1
[]
no_license
gubatron/cu-projects
3a2193845682271afcfb31c74f2cfed42e2a009d
7214df004800c6e00a3cc8fc1e3ddef65bd211ec
refs/heads/master
2022-11-26T05:32:05.052826
2020-07-24T06:55:51
2020-07-24T06:55:51
168,641,352
1
0
null
null
null
null
UTF-8
C++
false
false
695
cpp
#include <iostream> #include <iomanip> #include "cashregister.h" // header file "cashregister.h" using namespace std; // v // v // implementation file // v // cpp file that includes the header file "cashregister.h" CashRegi...
[ "nicole.leonmolina@colorado.edu" ]
nicole.leonmolina@colorado.edu
1abacae3628d2de730f32a85689ec5afde7b9707
d17a8870ff8ac77b82d0d37e20c85b23aa29ca74
/lite/backends/nnadapter/nnadapter/src/driver/amlogic_npu/converter/elementwise.cc
319121305f184624029ad915eedf9a61164e4ef6
[ "Apache-2.0" ]
permissive
PaddlePaddle/Paddle-Lite
4ab49144073451d38da6f085a8c56822caecd5b2
e241420f813bd91f5164f0d9ee0bc44166c0a172
refs/heads/develop
2023-09-02T05:28:14.017104
2023-09-01T10:32:39
2023-09-01T10:32:39
104,208,128
2,545
1,041
Apache-2.0
2023-09-12T06:46:10
2017-09-20T11:41:42
C++
UTF-8
C++
false
false
2,645
cc
// Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
[ "noreply@github.com" ]
noreply@github.com
906ba88d4549d9e5b4696a7f371099a5cf79d9eb
f013aa161bc57aa49a2ca64003ddc1b3a33495a8
/lcdClock/lcdClock.ino
53c827f3bfb5c39eec9b5a2eb89c2b7fa3682833
[]
no_license
fdawes1/Arduino
021aaa2267d6ad6a65adf044687c53ad085e2225
1b5291488f677efb34400dfc053fe70d62ed77ab
refs/heads/master
2021-09-03T22:48:34.377402
2018-01-12T16:26:04
2018-01-12T16:26:04
117,251,794
0
0
null
null
null
null
UTF-8
C++
false
false
1,056
ino
#include <Wire.h> #include "Sodaq_DS3231.h" #include <LiquidCrystal.h> // includes the LiquidCrystal Library LiquidCrystal lcd(12, 11, 5, 4, 3, 2);// Creates an LC object. Parameters: (rs, enable, d4, d5, d6, d7) char weekDay[][4] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; void setup() { Wire.begin();...
[ "fdawes1@gmail.com" ]
fdawes1@gmail.com
ccbbdbec3806163df8ab25072877058e2fa4f9c5
fc0c11a5a6142a80d08c3e3ff820dadcb3a2c76c
/sbpl_perception/include/sbpl_perception/object_model.h
7c4cb41741c3cb5301956ea029812c88db3d9a1d
[]
no_license
SiChiTong/perception
7c2b82e5fbf2151f93ae231466ecd48eb5ba3bb2
b59caa820a922fd907b56ca0a11a2c9abc6fcded
refs/heads/master
2021-05-28T21:03:47.299227
2015-06-11T17:50:06
2015-06-11T17:50:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
h
/** * @file object_model.h * @brief Object model * @author Venkatraman Narayanan * Carnegie Mellon University, 2015 */ #ifndef _SBPL_PERCEPTION_OBJECT_MODEL_H_ #define _SBPL_PERCEPTION_OBJECT_MODEL_H_ #include <pcl/PolygonMesh.h> class ObjectModel { public: ObjectModel(const pcl::PolygonMesh mesh, const bool...
[ "venkatrn@andrew.cmu.edu" ]
venkatrn@andrew.cmu.edu
9db1c2632fd08a3b135dd714f6fbbcb5f9dbb833
aa646aeef6ffcb0356c91dc97a1cca8b029d94ef
/src/iksdl/Spritef.cpp
030ff7a7431a181408eb5554622562db462d1361
[ "Zlib" ]
permissive
InternationalKoder/iksdl
3562ff4322c7da0c85f30a2efd4198dc50c95cde
066a60b405bab5310a500132b0bd4d82c6476f24
refs/heads/main
2023-05-13T16:27:29.203552
2021-05-29T21:20:23
2021-05-29T21:20:23
349,504,332
0
0
NOASSERTION
2021-05-29T21:20:24
2021-03-19T17:30:37
C++
UTF-8
C++
false
false
3,300
cpp
/* * IKSDL - C++ wrapper for SDL * Copyright (C) 2021 InternationalKoder * * 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 softwar...
[ "international_koder@yahoo.com" ]
international_koder@yahoo.com
e61d9fa47764bc5e330dfa908d308820bf8a9cc8
6259c0a16cb8ee1f9c047e0ca891bf32adcdf563
/NostaleReverBot/NosCrypto.cpp
a05c7621146f4cb9ce87e5d6c9e96d7a0b7af66e
[]
no_license
pusheax33/headlessNos
b3008345c3bd5c9710e36f49d150fafdcd2bf4ac
9041daf89cf2726ca5d4713f5af4df246f33004a
refs/heads/master
2022-01-19T08:00:20.232945
2019-06-04T20:10:03
2019-06-04T20:10:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,898
cpp
#include "NosCrypto.h" #include "Tools.h" DWORD prevNum = 0; DWORD generateSeed(DWORD num) { DWORD edx = (DWORD)((int)prevNum * (int)0x8088405); ++edx; prevNum = edx; edx = edx * num; return edx; } std::string generateRandomNum(DWORD* seed) { BYTE ecx = 0x0A; BYTE resto = 0x00; std::string strRandomBytes = ""...
[ "daniel.g7895@gmail.com" ]
daniel.g7895@gmail.com
acab1b8081c18c36000595e738492bb59d89c4e9
20ef80f5a262b7bdda1e07bc1a04d7efc9c10e15
/cpp/p3.cpp
5e775e34b10b0ba991479f9e54f1d958886aaed3
[]
no_license
cln/project-euler
cb8589467be5680dd3be527090f1747c48eb4fd5
11185b7952e90943ef39fa995ad378ac7547ac3e
refs/heads/master
2021-01-02T08:14:07.529955
2013-05-04T21:29:20
2013-05-04T21:29:20
9,860,425
0
0
null
null
null
null
UTF-8
C++
false
false
449
cpp
// Problem 3 // // The prime factors of 13195 are 5, 7, 13 and 29. // What is the largest prime factor of the number 600851475143? #include <iostream> using namespace std; int getLargestPrimeFactor(long int number) { int div = 2; while (number > 1) if ((number % div) == 0) { number = number / div; } else { ...
[ "cln.github@gmail.com" ]
cln.github@gmail.com
b99a321baccd5a9d2e559b18b5e57a83cac1fa89
8b1020b68ccf0d3dacaa40bce7d9dbb4ba915663
/tests/catch.hpp
3b759681efa0990f0b053f5c073298725257a571
[ "MIT" ]
permissive
ddemidov/ev3dev-lang-cpp
ad7df93f84b7f2069ebe28fc869fea750a0c118b
8f235a447036619f4cd12933dbd388167ab0ba35
refs/heads/master
2022-12-05T14:19:32.660769
2022-11-23T01:54:03
2022-11-23T02:17:06
48,567,832
75
53
MIT
2022-11-23T01:55:29
2015-12-25T05:31:59
C++
UTF-8
C++
false
false
368,645
hpp
/* * Catch v1.3.2 * Generated: 2015-12-28 15:07:07.166291 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. * * Distributed under the Boost Software Lice...
[ "dennis.demidov@gmail.com" ]
dennis.demidov@gmail.com
c1ad8bdc1efa4e28fdc06e470cdeb35b1897f1f7
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13875/function13875_schedule_21/function13875_schedule_21_wrapper.cpp
c97b45521a54e2c74f055b4cd977b6cfb43bf1bc
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
923
cpp
#include "Halide.h" #include "function13875_schedule_21_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(512); Halide::Buffer<int32_t> buf0(512, 512, ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
1aff252b749b1d4eab762cb4f1ff79108197c171
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_repos_function_713_curl-7.51.0.cpp
52da5e9b5e58e385ba073a080fed4c8b84e95809
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,027
cpp
static curl_socket_t sockdaemon(curl_socket_t sock, unsigned short *listenport) { /* passive daemon style */ srvr_sockaddr_union_t listener; int flag; int rc; int totdelay = 0; int maxretr = 10; int delay= 20; int attempt = 0; int error = 0; do { attempt++; f...
[ "993273596@qq.com" ]
993273596@qq.com
51812d9591d17639d5d03182ad9882ea25452f49
7c5a19a71b5bb42808c1483994c133aab3116318
/include/HttpParse.h
dbbcf8866698436e7e4cda62763982db9a294314
[ "MIT" ]
permissive
wcyy0123/WebServer
c7bb798e43622b7013288f21ded2066e8c0fa89e
02ff8a5d59bd3d2de2db73776e57950a97a07bed
refs/heads/master
2023-05-26T21:32:29.091811
2021-03-28T10:36:47
2021-03-28T10:36:47
null
0
0
null
null
null
null
GB18030
C++
false
false
2,007
h
/******************************************************** *@file 封装HttpParse类 *@Author rongweihe *@Data 2019/04/18 *********************************************************/ #ifndef HTTPPARSE_H_INCLUDED #define HTTPPARSE_H_INCLUDED #include <unordered_map> #include <string> #include <iostream> const char CR = '\r' ...
[ "rongweihe1995@gmail.com" ]
rongweihe1995@gmail.com
2fdbb8a5b78f88616a27e6e3a4319c4ef9d32ad2
dc03d332fe55e5147e80212bfb3787566bd4c1c2
/codes/Calculator/Calculator/Calculator.h
1d78f41ad714cdd4b5f1dab29fc5fe69f17e428a
[]
no_license
CiCixP/cici
47b79af598b44a03dcb92f6da78fc726eeb45dff
a094ba181964cbef6822259d34f5525e6698fa67
refs/heads/master
2021-01-01T15:54:01.526907
2017-08-17T15:06:17
2017-08-17T15:06:17
97,727,892
0
0
null
null
null
null
UTF-8
C++
false
false
288
h
#ifndef Calculator_h #define Calculator_h #include <iostream> #include <sstream> #include <stdio.h> #include <string> using namespace std; class calculate { public: calculate(); ~calculate(); double expression(); double factor(); double term(); }; #endif /* Calculator_h */
[ "cici.pham@inl.gov" ]
cici.pham@inl.gov
5f6a34ffaddbd9f1ea08a90108005cfaed65d1c2
26ba18f15532023552cf9523feb84a317b47beb0
/JUCE/modules/juce_audio_devices/juce_audio_devices.h
6a3b056438064609b53d9c9895039149e3cd1cd1
[ "GPL-1.0-or-later", "GPL-3.0-only", "ISC", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
Ultraschall/ultraschall-soundboard
d3fdaf92061f9eacc65351b7b4bc937311f9e7fc
8a7a538831d8dbf7689b47611d218560762ae869
refs/heads/main
2021-12-14T20:19:24.170519
2021-03-17T22:34:11
2021-03-17T22:34:11
27,304,678
27
3
MIT
2021-02-16T20:49:08
2014-11-29T14:36:19
C++
UTF-8
C++
false
false
5,963
h
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2020 - Raw Material Software Limited JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under ...
[ "daniel@lindenfelser.de" ]
daniel@lindenfelser.de
baccbb243e62cf16db81fdaaf93f5575b0871b9f
6b8dce01f9df91077385f93eeb7136604944f1b4
/data/tmp/LinkingTools/linkingtools.h
8cabf5331b4b1ef8ce0155faa038a74400c15184
[]
no_license
twister9893/home
617f869426723a51033882f3ce65682376d8b77b
931ca73c150c546cffc1bf90d696c3484b909050
refs/heads/master
2021-01-21T04:59:53.595803
2016-06-14T11:12:01
2016-06-14T11:12:01
51,158,227
0
0
null
null
null
null
UTF-8
C++
false
false
466
h
#ifndef LINKINGTOOLS_H #define LINKINGTOOLS_H #include <QThread> #include "formulareditor.h" #include "ui_linkingtools.h" class LinkingTools : public QDialog, private Ui::LinkingTools { Q_OBJECT public: explicit LinkingTools(QWidget *parent = 0); public slots: void slot...
[ "twister9893@gmail.com" ]
twister9893@gmail.com
2c4996d8e8dc310a8456f37c90282449cad1226f
d8efaf8e35f7d203d50cb4f87bc7313187d9f6e1
/build/Android/Preview/MyFirstFuseProject/app/src/main/include/Uno.Graphics.VertexAttributeTypeHelpers.h
28f6038f16f6a3764b985a300885303d83d4e624
[]
no_license
eddzmaciel/fproject_fp
fe33dc03b82047e88fad9e82959ee92d6da49025
2760ddb66c749651f163c3c1a3bc7b6820fbebae
refs/heads/master
2020-12-04T12:38:37.955298
2016-09-02T02:23:31
2016-09-02T02:23:31
67,182,558
0
0
null
null
null
null
UTF-8
C++
false
false
651
h
// This file was generated based on C:\ProgramData\Uno\Packages\UnoCore\0.33.1\Source\Uno\Graphics\$.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.h> namespace g{namespace Uno{namespace Graphics{struct VertexAttributeTypeHelpers;}}} namespace g{ namespace Uno{ names...
[ "Edson Maciel" ]
Edson Maciel
0e0c4c70998de62c9771899253c062750089db8e
670cc962162aad7d92f6d9d0721dc41a65209de1
/Strategy y Template method (ej navegador)/src/Malo.cpp
d21b352a94cdce7ea6b6c35f7128944a3c668ffe
[]
no_license
Zarakinoa/Design-Patterns
1d133764ae9b16fb8fecb1c000be533741dccbac
e141146b15d22f09aa670815b9a2c16dbb0c8257
refs/heads/master
2022-02-19T04:02:13.075807
2019-09-25T03:42:33
2019-09-25T03:42:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
186
cpp
#include "Malo.h" Malo::Malo() { //ctor } Malo::~Malo() { //dtor } string Malo::bajarDatos(string url){ return "<Datos de la pagina (con calidad MALA) de " + url + ">"; }
[ "mathias2b@gmail.com" ]
mathias2b@gmail.com
ecc2cabc6095e09a71714327d1ac9f0c9ab93cc1
ca0e7bcfed6672931e5d0ff549de3e4f525142f8
/android-emu/android/base/StringView.h
a6d9a611eba198beb77c9b125cb43c6d1620d366
[ "Apache-2.0" ]
permissive
xiaohua2018/goldfishOpengl
070686de9ab178cf2e37325245a8eca0497a0f65
03aafeef950afd4375d8158dab6fd4fa7206169c
refs/heads/master
2023-06-28T15:55:34.567184
2021-08-04T20:23:55
2021-08-04T20:23:55
392,877,526
0
0
NOASSERTION
2021-08-05T02:37:17
2021-08-05T02:19:43
C++
UTF-8
C++
false
false
10,151
h
// Copyright 2014 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
[ "lfy@google.com" ]
lfy@google.com
f34dd0cc83be1941ccdbe73b6dec927787d2b2ae
92185e24e4de9eea41f34d9e40abeb3bc32214c5
/Addins/OpenDDS/forwardrateagreementDataReaderListenerImpl.hpp
0ddec631e03879ed57c5190e9592e3aaefa87e69
[]
no_license
hakiri/qldds
f349b85a59222a27d01bcfc26f2749b8442be952
af053553c493564473b2d871905919390dc73aea
refs/heads/master
2021-01-10T11:01:04.077762
2014-01-19T17:47:58
2014-01-19T17:47:58
49,442,005
0
0
null
null
null
null
UTF-8
C++
false
false
3,655
hpp
/* Copyright (C) 2013 Mike Kipnis This file is part of QLDDS, a free-software/open-source library for utilization of QuantLib in the distributed envrionment via DDS. QLDDS is free software: you can redistribute it and/or modify it under the terms of the QLDDS license. You should have received a cop...
[ "mkipnis@Mike-Kipniss-Mac-Pro.local" ]
mkipnis@Mike-Kipniss-Mac-Pro.local