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
6d0d01c66e19e2b077e482f915c4107adecd1abb
4edc21dc12cb5948ca6800b641924a091387b25f
/TokenExtensions/TokenExtensions.h
084aabb06d1a5db6f2647bad01b5bfbc6a17be4e
[]
no_license
Relz/Token-Library
db8a61ab82d08b2e05deaa3099c8a16410696fde
ed7217212978e047a1160b6f56cf98f8516989cc
refs/heads/master
2020-03-17T05:10:02.895646
2019-01-02T23:01:29
2019-01-02T23:01:29
133,304,916
0
0
null
null
null
null
UTF-8
C++
false
false
1,237
h
#ifndef TOKEN_TOKENEXTENSIONS_H #define TOKEN_TOKENEXTENSIONS_H #include "../Token.h" #include "../TokenConstant/TokenConstant.h" #include <string> #include <unordered_map> #include <unordered_set> class TokenExtensions { public: static bool CreateFromString(std::string const & str, Token & token); static bool TryT...
[ "relz0071@gmail.com" ]
relz0071@gmail.com
ecd9af5909d0144d91f7ec9e0116aef1190a217c
c618bbf2719431999b1007461df0865bab60c883
/dali/operators/math/expressions/math_overloads.h
3d44837a0427fa335ef535fa4712e2eb7d256905
[ "Apache-2.0" ]
permissive
NVIDIA/DALI
3d0d061135d19e092647e6522046b2ff23d4ef03
92ebbe5c20e460050abd985acb590e6c27199517
refs/heads/main
2023-09-04T01:53:59.033608
2023-09-01T13:45:03
2023-09-01T13:45:03
135,768,037
4,851
648
Apache-2.0
2023-09-12T18:00:22
2018-06-01T22:18:01
C++
UTF-8
C++
false
false
5,960
h
// Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // /...
[ "noreply@github.com" ]
noreply@github.com
3aea585815ada83733b0ba77a135f69661832c39
31ac07ecd9225639bee0d08d00f037bd511e9552
/externals/OCCTLib/inc/StepGeom_QuasiUniformSurface.hxx
51ab93e1550b8878d0f260fe0767b11357592dc9
[]
no_license
litao1009/SimpleRoom
4520e0034e4f90b81b922657b27f201842e68e8e
287de738c10b86ff8f61b15e3b8afdfedbcb2211
refs/heads/master
2021-01-20T19:56:39.507899
2016-07-29T08:01:57
2016-07-29T08:01:57
64,462,604
1
0
null
null
null
null
UTF-8
C++
false
false
1,073
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepGeom_QuasiUniformSurface_HeaderFile #d...
[ "litao1009@gmail.com" ]
litao1009@gmail.com
4b3d3e65239edd48ee874865b5c9cc13378deaac
67664d16d4b338f61384b49c7d65ca49f073571d
/miscellaneous/array-vector-function.cpp
3d97018db3dd160a1576afe0cd1ae3989ffe0aa3
[]
no_license
DravitLochan/DS
28482c0c9a65893bc93c2b60a8879ec99a56c270
eb81a5c1ce05e1c4a61600490556cbfb302a5430
refs/heads/master
2021-11-28T10:15:35.285113
2021-09-05T09:50:24
2021-09-05T09:50:24
71,032,909
0
2
null
2017-10-09T18:08:38
2016-10-16T05:52:58
C++
UTF-8
C++
false
false
235
cpp
#include<iostream> #include<vector> using namespace std; void func(int a[], vector<int> b){ a[0] = -1; b[0] = -1; } int main(){ int a[5] = {0, 0, 0, 0, 0}; vector<int> b(5, 0); func(a, b); cout<<a[0]<<b[0]; }
[ "dlochangupta@gmail.com" ]
dlochangupta@gmail.com
235632f18ffe7f4b518bf15ddca4740650f489bc
fded81a37e53d5fc31cacb9a0be86377825757b3
/buhg_g/dok_doverw.cpp
a20e31b10609f9f8c6d32ca2d44f30a536fc259c
[]
no_license
iceblinux/iceBw_GTK
7bf28cba9d994e95bab0f5040fea1a54a477b953
a4f76e1fee29baa7dce79e8a4a309ae98ba504c2
refs/heads/main
2023-04-02T21:45:49.500587
2021-04-12T03:51:53
2021-04-12T03:51:53
356,744,886
0
0
null
null
null
null
UTF-8
C++
false
false
24,825
cpp
/*$Id: dok_doverw.c,v 1.30 2014/02/28 05:20:58 sasa Exp $*/ /*16.04.2017 18.03.2004 Белых А.И. dok_doverw.c Печать доверенности */ #include <errno.h> #include <ctype.h> #include "buhg_g.h" enum { FK2, FK4, FK10, KOL_F_KL }; enum { E_DATAV, E_DATA_DO, E_TABNOM, E_POSTAVHIK, E_DOKUM, E_NOMER_DOV, ...
[ "root@calculate.local" ]
root@calculate.local
06fa446344b2117243f2647e3a5d1a453bebc7ab
450ca59e2671a37c0aef9da0bf73667e60bb76ee
/Userland/DevTools/HackStudio/ClassViewWidget.cpp
bfd98ee39a654634a2a2f7e4e3e3135421c91129
[ "BSD-2-Clause" ]
permissive
mathias234/serenity
13e65b657e67f8d0119dcc5507f2eb93f67ebd0b
e4412f1f599bea034dea608b8c7dcc4408d90066
refs/heads/master
2023-04-13T14:32:25.164610
2021-04-16T12:03:24
2021-04-16T20:26:52
244,063,274
0
0
BSD-2-Clause
2020-03-01T13:51:01
2020-03-01T00:36:07
null
UTF-8
C++
false
false
6,657
cpp
/* * Copyright (c) 2021, Itamar S. <itamar8910@gmail.com> * 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 ...
[ "kling@serenityos.org" ]
kling@serenityos.org
97fafa9237cb05376122d2d807b1883d3fdba445
514729469005ed4e1bedef6cefae498a637344c6
/C++Genie_finalV2/Headers/Timecl.h
63ed8f9e766a44e708f25c9bec4ce9a94e94fdca
[]
no_license
0000Blaze/Cpp-Genie
7ebafd84c3b4eae3b9a559cf01cbd1278ab5bf26
6c96eedc2c1ae5c4fa68a66c0ca2f4107af79f3e
refs/heads/master
2023-04-26T06:34:22.287997
2023-04-17T16:00:01
2023-04-17T16:00:01
239,980,650
1
0
null
null
null
null
UTF-8
C++
false
false
3,293
h
#include <iostream> #include <ctime> class Showtime { private: float x_pos; float y_pos; float redn; float greenn; float bluen; public: Showtime() { x_pos=100; y_pos=100; } Showtime(float x,float y,float r=1,float g=0,float b=0) { x_pos=x; y_pos=y...
[ "noreply@github.com" ]
noreply@github.com
5201ea00bf85f34d6264911d17bd726fd2a43490
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/problemset-new/007/00747-largest-number-at-least-twice-of-others/747.cpp
fe4e2662e4cc898f4584a40931b9fbf36f105f42
[]
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
3,096
cpp
#include <bits/stdc++.h> #include "base.h" using namespace std; typedef __int128_t int128; typedef vector<int> vi; typedef vector<vi> vvi; typedef pair<int, int> pii; typedef vector<pii> vpii; typedef long long ll; typedef pair<ll, ll> pll; typedef vector<ll> vll; typedef vector<vll> vvll; typedef v...
[ "i@tiankonguse.com" ]
i@tiankonguse.com
1b5bdcc97233648fe52167c9108cd2024d4cf5d5
ce2c5f3a634b59d257e9b94494edba279ca2497f
/include/shader_s.h
8476e5af82e21b496cf3e18886dcf99258444311
[]
no_license
K1ngArtes/BasicRenderer
6c20b506771bf175813adab7279676aa9fcc0a2c
4ec5290faceedadf7716bdabcc00e9dea4208b2f
refs/heads/master
2020-04-08T21:12:15.439834
2018-12-16T18:11:27
2018-12-16T18:11:27
159,734,364
0
0
null
null
null
null
UTF-8
C++
false
false
4,373
h
#ifndef SHADER_H #define SHADER_H #include <string> #include <fstream> #include <sstream> #include <iostream> #include <OpenGL/gl3.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> class Shader { public: // the program id unsigned int ID; /...
[ "arthurslife@ymail.com" ]
arthurslife@ymail.com
06558128d2d13de29547bac447fadc5a2fb7455b
2c3d596da726a64759c6c27d131c87c33a4e0bf4
/Src/Qt/kwt/src/kwidget.h
89a51a93217061d46d3cf2bc4c22219d21bd398b
[ "MIT" ]
permissive
iclosure/smartsoft
8edd8e5471d0e51b81fc1f6c09239cd8722000c0
62eaed49efd8306642b928ef4f2d96e36aca6527
refs/heads/master
2021-09-03T01:11:29.778290
2018-01-04T12:09:25
2018-01-04T12:09:25
116,255,998
0
1
null
null
null
null
UTF-8
C++
false
false
346
h
#ifndef KWIDGET_H #define KWIDGET_H #include <QWidget> #include "kwt_global.h" class KWT_EXPORT KWidget : public QWidget { Q_OBJECT public: explicit KWidget(QWidget *parent = 0, Qt::WindowFlags f = 0); public: KWidget* parentWidget() const { return reinterpret_cast<KWidget*>(QWidget::parentWidget()); } ...
[ "iclosure@163.com" ]
iclosure@163.com
5d477f3bc64edba693df5100b1db51f68859e50c
344ac46ae0377398078a38defda891fb2e82ed6a
/Cell.cc
4d32759e48c613b47ba2b800326b23cc44c1d475
[ "MIT" ]
permissive
lemrobotry/thesis
a94d346cd511e8bba08f3f3d9f956c908c6be6c2
14ad489e8f04cb957707b89c454ee7d81ec672ad
refs/heads/master
2021-01-23T22:15:58.521071
2015-05-12T04:48:33
2015-05-12T04:48:33
35,466,923
0
0
null
null
null
null
UTF-8
C++
false
false
3,136
cc
#include "Cell.hh" namespace Permute { // Connects each pair of paths in the left and right cells such that the left // path's end state matches the right path's start state, and the right path // is of the given type. void Cell::build (CellRef parent, ConstCellRef left, ConstCellRef right, double score, bool...
[ "lemrobotry@gmail.com" ]
lemrobotry@gmail.com
667061f7b3b1c17484a9021ccef8673321d3d0e7
9112d6748b791c8a34c9694b5004bd7623031237
/War/card.cpp
aa01169d22ebd56159a66cf788cd8c4dd5bf3a3f
[]
no_license
rjcallahan6/OOP
058d0e4cd089889ca324c95e8c7460bf210d7843
6df223646e754ab3c661402484245657eb795e54
refs/heads/master
2020-03-29T16:36:04.045830
2018-09-25T04:24:40
2018-09-25T04:24:40
148,492,109
0
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
#include "card.hpp" #include <iostream> Card::Card(Rank r, Suit s) : m_rank(r), m_suit(s) { } std::ostream& operator << (std::ostream& output, Card card) { switch (card.m_rank) { case 0: output << "2"; break; case 1: output << "3"; break; case 2: output << "4"; ...
[ "noreply@github.com" ]
noreply@github.com
06de461eb5264f2a2527c7037ce71e7862afbaaf
8cd6f2ac51d11cd87a0bebe38d8938070d640fd4
/inst/executables/spatial_dfa_v12.cpp
1a9071106d753fb7c8fe002065f602dc8b73f66b
[]
no_license
James-Thorson/spatial_DFA
289e2b7cd30246fef660fdbb5691366a684a9d41
763b7e888338c9661222e840c3c9b127e2bdc5be
refs/heads/master
2021-07-10T08:37:18.124375
2020-06-30T16:06:50
2020-06-30T16:06:50
32,428,942
8
6
null
null
null
null
UTF-8
C++
false
false
12,902
cpp
// Space time #include <TMB.hpp> // 2nd power of a number template<class Type> Type square(Type x){ return pow(x,2.0); } // Function for detecting NAs template<class Type> bool isNA(Type x){ return R_IsNA(asDouble(x)); } // function for logistic transform template<class Type> Type plogis(Type x){ return 1.0 / (...
[ "JamesT.esq@gmail.com" ]
JamesT.esq@gmail.com
296e6b6e7f2f2fd78e1896599d821584d8646efa
0d960058ead3b9d1c55aa2156db3476dfca2abec
/Stack_Queue_Deque/2493.cpp
19f9d4c60f8ef4c7f48daddfe09c3de87bb4ae0f
[]
no_license
repusjh/BOJ
97da7f391e124c8dda4c65127a75a28d16bf081d
e7effc52b4f9bc102a93209f8846ecb873a5b9a2
refs/heads/master
2020-07-23T05:37:55.605420
2019-10-08T04:50:22
2019-10-08T04:50:22
207,460,136
0
0
null
null
null
null
UTF-8
C++
false
false
596
cpp
#include <stack> #include <iostream> #include <utility> using namespace std; stack<pair<int, int>> height; int n, temp; int main(){ ios::sync_with_stdio(0); cin.tie(0); cin >> n; for (int i = 1; i <= n; i++){ cin >> temp; if (height.empty()){ cout << 0 << ' '; height.push(make_pair(i, temp)); } els...
[ "repusjh@gmail.com" ]
repusjh@gmail.com
aa7927b25a02999ef989a87de41aff83ed3d8cc0
3952c08558205432aa5f39a01706fc6aec5bfbb7
/Graph/Connectivity/StrongComponents/Tarjan.cpp
bdd4441be5fcf522fdd666cab5ca879a77e58124
[]
no_license
jhtan/AlgoLib
828c304b38ede8b91718a1075fafac2364619f0f
b86edd9ca80987206e01f79c01737cdb068698f6
refs/heads/master
2020-04-07T14:22:16.987981
2013-06-16T17:55:08
2013-06-16T17:55:08
10,723,867
1
0
null
null
null
null
UTF-8
C++
false
false
1,224
cpp
#include <stack> #include <vector> #include <algorithm> using namespace std; template<int MAXN> struct SCCTarjan { int n; vector<int> e[MAXN]; int id[MAXN]; vector<vector<int> > scc; void init(int n) { this->n = n; for (int i = 0; i < n; ++i) { e[i].clear(); } } void add(int a, int ...
[ "zejun.wu@gmail.com" ]
zejun.wu@gmail.com
df16c249d2f2d1d3b6d5df4ab05189af26c3c57d
7d45eb564600310102724cade7c4300b8066b3cc
/ClassWork/Orig/main.cpp
25f1146b11860c8167b9a8bbf50c152eee84e843
[]
no_license
itstepP21014/VinogradovDZ
cd442fc0af49e2d83e5024fbd1345495a6940ed9
e009d78407eb6e2f7f70fce328eeb459fed77e67
refs/heads/master
2020-06-04T07:56:10.136741
2015-06-22T06:50:35
2015-06-22T06:50:35
27,079,150
0
0
null
null
null
null
UTF-8
C++
false
false
736
cpp
#include <iostream> #include <exception> #include "sdlwrapper.h" using namespace std; int main() { try { SDLWrapper sdlWrapper; SDLWindowWrapper win("The Dark Force", 100, 100, 640, 480, SDL_WINDOW_SHOWN); SDLRendererWrapper ren (win.win(), -1, SDL_RENDERER_ACCELERATED | SDL_RENDERER_P...
[ "Arsen_Vinogradoff@tut.by" ]
Arsen_Vinogradoff@tut.by
04a8522fc07414f59dd6f021c74802986e96bea7
089152eee1815e34f119a47bbf488d61f0cc4454
/shared-cpp/src/plane/math/Vec2.hpp
2d1ecca388a5c44fe07a0dd4e83c81e12ff356b0
[ "MIT" ]
permissive
fwcd/plane
e62a30be25734efa3f0ad087e0f47253e2e23e3a
739143c51b053030e250e62506731439abcfefe7
refs/heads/master
2020-03-07T11:31:42.624533
2018-05-15T14:29:29
2018-05-15T14:29:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
985
hpp
/* * Vec2.hpp * * Created on: 28.03.2018 */ #ifndef SRC_PLANE_MATH_VEC2_HPP_ #define SRC_PLANE_MATH_VEC2_HPP_ #include <cmath> namespace plane { /** * Immutable, two-dimensional vector. */ template <typename T> class Vec2 { public: Vec2() { x = T(); y = T(); } Vec2(T x, T y) { ...
[ "fwcdmail@gmail.com" ]
fwcdmail@gmail.com
221579d8dae731368bb8921286ecbf2cdb65496f
136ea9ffab2108e5a301d73e06c0706f806774aa
/Sort/Merge_Sort.cpp
060fef152f7111ebb2fe0adf5d1376c938ac6bef
[]
no_license
jc5121/TargetOffer
ed2b5c8c8d84f0d590084a20774f450c4f7d6214
9592c1bacd21b58e5929650c1aa526d869f6d092
refs/heads/master
2020-04-03T09:52:49.986342
2019-09-03T09:20:30
2019-09-03T09:20:30
155,178,753
0
0
null
null
null
null
GB18030
C++
false
false
965
cpp
#include <stdio.h> // 辅助数组 auxiliary void merge(int* a, int low, int mid, int high, int* aux){ int i = low; int j = mid + 1; // 复制至辅助数组 for(int k = low; k <= high; k++) aux[k] = a[k]; // 回归 for(int k = low; k <= high; k++){ // 左或右用尽时直接复制另一边 if(i > mid) a[k] = aux[j++]; else if(j > high) a[k] = au...
[ "844751258@qq.com" ]
844751258@qq.com
df66362f4569b29e1e1027559285045ef7e89cdc
2c4c827f38412e6d01f0b2c7ead80371e793ac2c
/agui/bezier.h
2fdf39f5206765cc15195b63170a42ca75eaca72
[ "BSD-3-Clause" ]
permissive
chuxuewen/Avocado
1df0fb4af165638fae3113026bc5fa94dfc4cefd
8ab3614f690c4ca62d360bdbd32fcf65af204327
refs/heads/master
2020-12-02T10:08:34.379994
2017-07-09T15:01:54
2017-07-09T15:01:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,848
h
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2015, louis.chu * 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 ...
[ "chuxuewen@gochinatv.com" ]
chuxuewen@gochinatv.com
06cb3138a09a38ab44003953b24fc95337b1c137
f98bda90298a03753e5d859f9ded4d62c2f9387c
/app/include/configuration.h
0612aac850199400d07abe6356e125e7162834dc
[ "MIT" ]
permissive
glocklueng/vectorcontrol
30b5e01ed7cc5750a8ea22f1175f2ba99136c3b3
031a20fd07bf83e9f6074cbdcd12ee7908e48e9d
refs/heads/master
2021-01-16T20:02:28.190863
2015-11-20T10:56:15
2015-11-20T10:56:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,217
h
/* Copyright (C) 2014-2015 Thiemar Pty Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distri...
[ "ben.dyer@taguchimail.com" ]
ben.dyer@taguchimail.com
bbcad6c65693d1ac169128fd38ded3a21ed92a34
98d5359997160e58d199da8ebcfd3345c81fc174
/lib/NECIRrcv/NECIRrcv.h
fd9dd22633efe661f7a736ddbede9c02f5d9d972
[]
no_license
meishild/magiccar
38b2a052a07f14f304cd1463186ad788de74fca1
43b4c4c20ceec29cd849fc3f91a96d14fcfbf602
refs/heads/master
2020-03-21T12:24:15.235705
2018-07-13T06:17:23
2018-07-13T06:17:23
138,550,845
0
0
null
null
null
null
UTF-8
C++
false
false
3,272
h
#ifndef NECIRrcv_h #define NECIRrcv_h //#include "WConstants.h" #define USECPERTICK 50 // microseconds per clock interrupt tick #define CLKFUDGE 5 // fudge factor for clock interrupt overhead #define CLKMAX 256 // max value for clock (timer 2) #define PRESCALE 8 // timer2 clock prescale #define SYSCLO...
[ "haiyang.song@xhzy.com" ]
haiyang.song@xhzy.com
5be3fd134820ad649ac8ee5893d28fb65d08d6ac
3bcfd059eacfdd9fd6e26721585330da954a860c
/problem2/TAMoreThan.hpp
8bab14ce5ad8c51f6014a3daba3ca565218006f3
[]
no_license
ritaaoun/437_Assignment1
96d2259787d183bc3d55e75b289877f322339104
ac5321c5a045a0f17c36d82cbbb10273b1b55d6d
refs/heads/master
2021-01-22T03:18:31.167319
2017-02-20T18:58:51
2017-02-20T18:58:51
81,114,795
0
0
null
null
null
null
UTF-8
C++
false
false
444
hpp
#ifndef TAMORETHAN_HPP #define TAMORETHAN_HPP #include "TABool.hpp" #include "TAOperation.hpp" #include "TAInt.hpp" #include "TADouble.hpp" class TAMoreThan : public TABool, public TAOperation { public: TAMoreThan(const TAInt& lhs, const TAInt& rhs); TAMoreThan(const TADouble& lhs, const TADouble& rhs); void list(...
[ "rita-aoun@hotmail.com" ]
rita-aoun@hotmail.com
4fb9cc0622d0647ee46da98a390146a1430138f3
8a30a1fd1b9ba6b4e44ad009e30809b65cbbc9b6
/nametable.cpp
7570429d9a6e7dd7fe7a80f90b5cc084513bd670
[]
no_license
huaiwen/C0Compiler
7a9e3d655d881068d5aaefc1cdb37634c5ff81a2
478579ee288ff113757ce9ef7837b94e42356145
refs/heads/master
2021-05-28T11:05:51.144003
2015-02-17T12:39:59
2015-02-17T12:39:59
30,915,890
1
0
null
null
null
null
UTF-8
C++
false
false
404
cpp
#include "nametable.h" nametable::nametable() { //val = -99999999; adr = -99999999; name = ""; } nametable::~nametable(void) { } nametable::nametable(string s1, int a, int b, string s2) { name = s1; //val = a; level = b; belongto = s2; kind = var; adr = -1; } nametable::nametable(string s1, int a, string s2) {...
[ "zppzhw@gmail.com" ]
zppzhw@gmail.com
38ac5e96d76a2ca4b70d3cb1e60ca5e5eacf87ac
47a75dd6e7f891ec42e92b355cc9f29baa9ee71c
/build/px4_sitl_default/msg/topics_sources/gps_dump.cpp
4af17744bbb45b264f4c9ab6816f9cc95e85d80e
[ "BSD-3-Clause" ]
permissive
rohan-na/Av-platform
3017fd2026620fd7e9a411a5f7ed7aa5f85a646f
274b2ee41acbf89e4b337a233af7658fd9dfcbe0
refs/heads/master
2022-12-16T05:16:23.782829
2020-09-25T14:05:07
2020-09-25T14:05:07
295,496,875
0
0
null
null
null
null
UTF-8
C++
false
false
4,361
cpp
/**************************************************************************** * * Copyright (C) 2013-2016 PX4 Development Team. 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. Red...
[ "rohanpn@umich.edu" ]
rohanpn@umich.edu
6be1fda739e9e40e3d18a6545069dad08d56a5e7
b11f99ad53b2f9392464b44dda12f91f4cda4206
/src/BasisPolynomial.cpp
67ceefd9bb5f886bd5202f1afa149d5c749ac512
[ "MIT" ]
permissive
junaidrahim/program-homework-solver
6a2a6f4f841bfdbfc256157c951ab6f64ede1534
aa4d49006fc74b8df81944444e61f56a86594304
refs/heads/master
2021-06-27T11:15:09.883884
2019-06-22T10:48:37
2019-06-22T10:48:37
148,015,797
8
2
MIT
2020-10-02T06:41:11
2018-09-09T10:43:19
C++
UTF-8
C++
false
false
1,084
cpp
// // Created by junaidrahim on 9/9/18. // #include "../include/BasisPolynomial.h" /* what this class does is it takes the x values as input in the constructor and then returns all the basis polynomials in the as a `vector<poly>` Read more about it in /include/readme.md file */ BasisPolynomial::BasisPolynomial(vecto...
[ "junaidrahim8d@gmail.com" ]
junaidrahim8d@gmail.com
ee18cf299ff6df391ce367e2784b18de5444dbbb
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/third_party/blink/renderer/bindings/core/v8/v8_extras_test_utils.cc
16a021bdf2a5dab821f9e4d2af912dac13699dc7
[ "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
1,813
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/bindings/core/v8/v8_extras_test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
0830d60bec7e10ad0034dce7904c9eab685a69c3
e3ec5d56e4e988cc0921d255325227bab73cf86c
/projects/CUDA-Engine/source/ScreenTexture.h
85dec7cc093d3f15d0ff0a229aa213a5aea9531b
[]
no_license
nuno-tiago-reis/ray-tracer
f2bf3670a66a8868f35a4730cd5691b46e7a0923
e77a064c17d5beecae77e7e263222f296a41a88c
refs/heads/master
2021-09-06T22:39:25.639969
2018-02-12T17:50:57
2018-02-12T17:51:01
85,834,609
1
0
null
null
null
null
UTF-8
C++
false
false
1,251
h
#ifndef SCREEN_TEXTURE_H #define SCREEN_TEXTURE_H #ifdef MEMORY_LEAK #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> #endif /* OpenGL definitions */ #include "GL/glew.h" #include "GL/glut.h" /* CUDA definitions */ #include "cuda.h" #include "cuda_runtime.h" #include "cuda_gl_inte...
[ "g_tiago_1991@hotmail.com" ]
g_tiago_1991@hotmail.com
7bcc8318b20e8f575e6eeab925d0d15f0c0824b7
1668d6717c90d5607939c342840761ad04a352fb
/src/8_motion.cpp
a1c6a3da827139b9289a9eca1c0fdf7ebee4bdce
[]
no_license
daivikswarup/swarm
b8c46a93194a17e75ab93de646d879164b88bee3
94bdd806ad08bb8ad1a0c9b93fdc69866d292cbe
refs/heads/master
2016-09-05T14:49:07.329914
2015-04-13T16:53:51
2015-04-13T16:53:51
31,668,186
0
0
null
null
null
null
UTF-8
C++
false
false
3,086
cpp
#include "ros/ros.h" #include <math.h> #include "geometry_msgs/Twist.h" #include "std_msgs/String.h" #include "gazebo_msgs/ModelState.h" #include <gazebo_msgs/GetModelState.h> #include <gazebo_msgs/GetWorldProperties.h> #define desx 0 #define desy 0 #define cordx getmodelstate.response.pose.position.x-desx #define cord...
[ "daivik.the.great@gmail.com" ]
daivik.the.great@gmail.com
235c9191241d1078fb642599d48a88ff79c3bf90
60bb67415a192d0c421719de7822c1819d5ba7ac
/blazetest/src/mathtest/dvecdvecadd/V2aV2a.cpp
8d488926ae96a140762c39eac6e5d95fcfa0f83b
[ "BSD-3-Clause" ]
permissive
rtohid/blaze
48decd51395d912730add9bc0d19e617ecae8624
7852d9e22aeb89b907cb878c28d6ca75e5528431
refs/heads/master
2020-04-16T16:48:03.915504
2018-12-19T20:29:42
2018-12-19T20:29:42
165,750,036
0
0
null
null
null
null
UTF-8
C++
false
false
3,521
cpp
//================================================================================================= /*! // \file src/mathtest/dvecdvecadd/V2aV2a.cpp // \brief Source file for the V2aV2a dense vector/dense vector addition math test // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // This file i...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
b18fd4935fea0bcaacdd829a0f404be051af348d
edd2b0f00389c3910997501864436b793a7b0730
/ch10/exec10_30.cpp
4fcc48dd27be45f4819c0e6740324c45d4c33dfc
[]
no_license
hys2015/CppPrimer5thExerciseAnswers
6fafe04c57111bbe8d833c0cdbc92f2602f4450b
a9ef88c6d5baa0b345d780a6156c4d02e888e2e5
refs/heads/master
2020-07-07T02:04:43.547304
2017-09-02T07:31:46
2017-09-02T07:31:46
67,513,173
0
0
null
null
null
null
UTF-8
C++
false
false
491
cpp
#include <iostream> #include <iterator> #include <algorithm> #include <vector> int main() { std::cout << "enter integers ctrl+z to end: " << std::endl; std::istream_iterator<int> in_it(std::cin), eof; std::vector<int> vec(in_it, eof); std::sort(vec.begin(), vec.end()); std::ostream_itera...
[ "markheng2014@gmail.com" ]
markheng2014@gmail.com
3fa6b1d42a1e835f92cc3c99ccf80161f4786415
b804aefdfef21cc56b786036112425136c7cdb77
/CF.STL_Containers_Queue/queues.cpp
ca4b082e51f2e2363a6060e3cdde3bc943319f4e
[]
no_license
alansam/CF.STL_Containers_Queue
52211d33972540b1654f39b8681c1a25962db58b
4f2911cf966753b8e486d0eba1024eb0c4fa110c
refs/heads/main
2023-04-14T13:52:28.423632
2021-04-15T23:55:24
2021-04-15T23:55:24
358,423,721
0
0
null
null
null
null
UTF-8
C++
false
false
5,616
cpp
// // queues.cpp // CF.STL_Containers_Queue // // Created by Alan Sampson on 4/10/21. // #include <iostream> #include <iomanip> #include <string> #include <string_view> #include <algorithm> #include <numeric> #include <compare> #include <memory> #include <type_traits> #include <queue> #include <deque> #include <arr...
[ "alansamps@gmail.com" ]
alansamps@gmail.com
60edcb7a8744e98c7726bccd4af717bb512625e6
734709fa2df456f70ef1882aedde14b59997a958
/src/views/playback/LPlaybackWidget.h
1fe93f24bc01d55016c5336d103c7f7c478bb1af
[ "MIT", "Apache-2.0" ]
permissive
wuwuzhazha/Lobster
a3d90f5db2d5ac4a2a4076acc5e857548af5343f
ceb5ec720fdbbd5eddba5eeccc2f875a62d4332e
refs/heads/main
2023-05-28T01:56:27.686014
2021-06-08T09:41:04
2021-06-08T09:41:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,409
h
#ifndef LPLAYBACKWIDGET_H #define LPLAYBACKWIDGET_H #include <QWidget> #include <QMap> #include <QThread> #include <QMenu> #include "LPlaybackWidgetTableItem.h" #include "LLogFileParser.h" namespace Ui { class LPlaybackWidget; } class LPlaybackWidget : public QWidget { Q_OBJECT public: explicit LPlaybackWi...
[ "caizhuping@glbpower.com" ]
caizhuping@glbpower.com
a87c8a3e549b3817d8a4514a481a1cebbc52475c
650b45dc73f6e11db663c58e71bbf1c3da3ddb8c
/libvast/vast/concept/parseable/vast/address.hpp
aedcbc41389cf5b915f815bc8d3a090d83203ebe
[ "BSD-3-Clause" ]
permissive
sbilly/vast
82e4d5a16e6c6bc40d1d19a4f7b1b1f7dea17645
9c39ac2edd0acd36c501805b55951704d42a938e
refs/heads/master
2021-01-17T23:45:39.633710
2016-04-22T02:22:29
2016-04-22T02:22:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,337
hpp
#ifndef VAST_CONCEPT_PARSEABLE_VAST_ADDRESS_HPP #define VAST_CONCEPT_PARSEABLE_VAST_ADDRESS_HPP #include <cstring> #include <arpa/inet.h> // inet_pton #include <sys/socket.h> // AF_INET* #include "vast/access.hpp" #include "vast/address.hpp" #include "vast/util/assert.hpp" #include "vast/concept/parseable/core.hpp...
[ "vallentin@icir.org" ]
vallentin@icir.org
1c97c522b088058e3ca53bb4baab084c98fc9cba
7d4e986704942d95ad06a2684439fa4cfcff950b
/vendor/mediatek/proprietary/system/core/xflash/xflash-lib/logic/connection.h
bc18dfdbfb7e1ee4cf2c9faf0f834d43983cde84
[]
no_license
carlitros900/96Boards_mediatek-x20-sla-16.10
55c16062f7df3a7a25a13226e63c5fa4ccd4ff65
4f98957401249499f19102691a6e3ce13fe47d42
refs/heads/master
2021-01-04T01:26:47.443633
2020-02-13T17:53:31
2020-02-13T17:53:31
240,322,130
2
0
null
null
null
null
UTF-8
C++
false
false
1,163
h
#pragma once #include "xflash_struct.h" #include "common/common_include.h" #include <boost/thread/recursive_mutex.hpp> class connection { public: connection(void); ~connection(void); public: static HSESSION create_session(HSESSION prefer = INVALID_HSESSION_VALUE); static status_t destroy_session(HSESSION ...
[ "carlitros900@gmail.com" ]
carlitros900@gmail.com
a398cea23f257cc029fc158a78a17da9127396ed
f987adbe43b00477f2d438f4995fad5461c12d51
/Shared/UIThemeFile.cpp
1e1350dddb793e4ef285bee9755cf5a83211e39a
[]
no_license
thaobktin/CnCPP
bbd1d04c6fc9b707616888068642b937ed62ba95
212c0cc03cb7e4bda6a5bbc2e61dd449257f1622
refs/heads/master
2021-04-26T23:13:58.422298
2018-03-05T17:27:09
2018-03-05T17:27:09
123,951,323
0
1
null
null
null
null
UTF-8
C++
false
false
7,779
cpp
// UIThemeFile.cpp: implementation of the CUIThemeFile class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "UIThemeFile.h" #include "xmlfile.h" #include "filemisc.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ...
[ "treviettreviet@gmail.com" ]
treviettreviet@gmail.com
ef1647393cc1a4025ff040f1bcc1663d23eac4bd
f02f77a8cbddad64ae33481b2d624e1367d88ed7
/STJ/virtual/SubProcesses/P1_ub_tdg/coef_specs.inc
0589eb64f54e6a65c8211c64d089fc97815dc63a
[]
no_license
hep-mirrors/POWHEG-BOX-V2-User-Processes
18ece749256f2fefa561e2524a5144552cb5542d
33ce3ee7b7b1bbc340618b0e18def5c38b7e3178
refs/heads/master
2023-05-31T12:46:45.189691
2021-04-30T12:31:45
2021-04-30T12:31:45
377,273,819
0
0
null
null
null
null
UTF-8
C++
false
false
34
inc
../../Source/DHELAS/coef_specs.inc
[ "carrazza@9e129b38-c2c0-4eec-9301-dc54fda404de" ]
carrazza@9e129b38-c2c0-4eec-9301-dc54fda404de
8810d4eab43892cbdb363c1610ce16539258256f
9a506dbc769c87b919371bfb7991639014990ae5
/funcin friend.cpp
b3a8dca3818d96b2e79ab8f9af527cd99b20344c
[]
no_license
leandro1623/Todos-los-proyectos-que-hice-mientras-aprendia-cpp
0cedf88d35ae3838aaa308cea8e02c45e6a4ebb6
ab3a61390316423ca8a30dd1fe29bdeb2be0f0aa
refs/heads/master
2023-08-29T12:36:55.130015
2021-10-09T19:30:11
2021-10-09T19:30:11
415,401,544
0
0
null
null
null
null
UTF-8
C++
false
false
285
cpp
#include<iostream> #include<iomanip> class hola{ friend void cambio(hola &,int); private: int x=34; public: void show(){ std::cout<<std::setw(5)<<x<<"\n"; } ~hola(){ } }; void cambio(hola &y,int x){ y.x=x; } int main(){ hola x; x.show(); return 0; }
[ "leandrobritocomtreras17@gmail.com" ]
leandrobritocomtreras17@gmail.com
c2fbd1a18b40c9cbb84fe79b105ab105e7ac6702
5adb34b9ab3303fa1fa3643e0462be33d0207605
/containers_test/srcs/deque/push_pop_front.cpp
4bfe928dd29aee33a74865c6a66f95370f605524
[]
no_license
hyeonski/ft_containers
3cea2183c087f34b1d6c2c4deebb3976d4524d16
217b820fc4e95380b8a42ac801a952f2d1c9d3c7
refs/heads/master
2023-06-10T19:50:11.913309
2021-07-02T06:31:41
2021-07-02T06:31:41
374,257,770
0
1
null
null
null
null
UTF-8
C++
false
false
606
cpp
#include "common.hpp" #define TESTED_TYPE std::string int main(void) { TESTED_NAMESPACE::deque<TESTED_TYPE> deq(8); TESTED_NAMESPACE::deque<TESTED_TYPE> deq2; TESTED_NAMESPACE::deque<TESTED_TYPE>::iterator it = deq.begin(); for (unsigned long int i = 0; i < deq.size(); ++i) it[i] = std::string((deq.size() - i...
[ "hyeonski@student.42seoul.kr" ]
hyeonski@student.42seoul.kr
de6e10794c7e8c76781914feb5e530c2434214b6
2aad21460b2aa836721bc211ef9b1e7727dcf824
/3rdparty/OpenCV-2.3.0/modules/gpu/src/opencv2/gpu/device/vecmath.hpp
2f915f3a917450aac15e0527d20b295fe29331df
[ "BSD-3-Clause" ]
permissive
chazix/frayer
4b38c9d378ce8b3b50d66d1e90426792b2196e5b
ec0a671bc6df3c5f0fe3a94d07b6748a14a8ba91
refs/heads/master
2020-03-16T20:28:34.440698
2018-01-09T15:13:03
2018-01-09T15:13:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
54,564
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "key0note@gmail.com" ]
key0note@gmail.com
66b13947c249a710585594ccc1b04d79bd14044a
b65ac2bf7cc46d132fb6c3c28a5a750bad2a46c1
/Tests/QuicksortTest.cpp
e68a547f030e9a31919d96591bf68d7a80750c23
[ "MIT" ]
permissive
Acamol/Algorithms-in-CPP
080fe3059fc9c6c4a5fd4f2bfb279f0278fccf73
3c890a53078971653b13bf2bfd0aeb9efc05fe44
refs/heads/master
2020-03-22T14:48:26.119208
2018-09-12T13:24:21
2018-09-12T13:24:21
140,206,795
0
0
MIT
2018-09-12T12:46:56
2018-07-08T22:25:13
C++
UTF-8
C++
false
false
578
cpp
#include <gtest/gtest.h> #include <list> #include <vector> #include "quick_sort.hpp" using namespace Acamol; TEST(quick_sort, various_containers) { std::vector<int> vec{ 4, 3, 5, 2, 1 }; quick_sort(vec.begin(), vec.end()); ASSERT_TRUE(std::is_sorted(vec.begin(), vec.end())); std::list<int> list{ 4, 3, 5, 2...
[ "noreply@github.com" ]
noreply@github.com
3577cbffc472e8afb29a40d15d96fab53f6682e7
12a5bd0f1bb76ea202b0cfc7527972ef1de6c210
/others/set/set find and erase and insert.cpp
23737ef5e8b0f68215960b3172610c8c01dd78d8
[]
no_license
SumonKantiDey/snippet-of-programming
74bbca3edb24c9b99a5ae9ce2f638e1f01473a2d
21d22e8e5b6e1324b2e42688225ee40f4035ef87
refs/heads/master
2020-03-21T10:05:38.600393
2018-08-27T12:08:36
2018-08-27T12:08:36
138,432,883
0
0
null
null
null
null
UTF-8
C++
false
false
353
cpp
#include <bits/stdc++.h> using namespace std; int main(){ int n; scanf("%d", &n); set<int> s; for(int i = 0; i < n; i++){ int c; scanf("%d", &c); while(s.find(c) != s.end()){ cout<<"erase"<<c<<endl; s.erase(c++); } s.insert(c); cout<<"insert"<<c<<endl; } cout<<endl; cout <<"s.size===" <<...
[ "noreply@github.com" ]
noreply@github.com
a49f153d1c0d8b3b8828547f99dfa4b4fb72d071
2972e02ca90fdc1dc8b2edd2e49ed1496d7da25f
/OpenCV图像处理视频教程/VideoLesson/VideoLesson/main_03.cpp
e063bbbb5c758ec9043f54bf8e5a6a179d37ac33
[]
no_license
Neilliume/OpenCV_Continue_Learning
50c6f425d17a2b3b82cbfc09dd8da34775fa2f6f
806b4dbe5f02335241dd11e61ff632256dc16073
refs/heads/master
2022-03-03T23:51:49.306084
2019-09-10T03:47:15
2019-09-10T03:47:15
115,923,752
0
0
null
null
null
null
GB18030
C++
false
false
1,343
cpp
#include <opencv2\opencv.hpp> #include <iostream> using namespace cv; using namespace std; int main(int argc, char* argv[]) { Mat src, dst; src = imread("E:/repo/opencv/OpenCV_Continue_Learning/OpenCV图像处理视频教程/VideoLesson/VideoLesson/1.jpg"); if (!src.data) { printf("Could not load image...\n"); return -1; } ...
[ "liuzhang50118@gmail.com" ]
liuzhang50118@gmail.com
cbf01b2dc7079958409adcd070e34aa3ac04660a
5ea33d3e72fb94d9b27404973aabbad0274f0d08
/oactobjs/piadataproj/WageBase.cpp
02ef344e5b79fb98bc17d51711aa0f47cbd622b5
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
bslabs/anypiamac
d99538ea35732dc6804a4f1d231d6034bb8f68c1
199a118e4feffbafde2007c326d9b1c774e9c4ff
refs/heads/master
2021-06-24T08:21:34.583844
2020-11-21T07:37:01
2020-11-21T07:37:01
36,282,920
5
1
null
null
null
null
UTF-8
C++
false
false
2,014
cpp
// Functions for the <see cref="WageBase"/>, <see cref="WageBaseHI"/>, // and <see cref="WageBaseOldLaw"/> classes to manage wage base projections. // $Id: WageBase.cpp 1.11 2011/08/11 13:55:35EDT 044579 Development $ #include "WageBase.h" /// <summary>Initializes type of projection to present law, first yea...
[ "brendan@bslabs.net" ]
brendan@bslabs.net
fa3e6d9c6af2ffc4bf547616c7d3eb878220549e
179853e2e14257fbfbc5b9429bdac936e74c0dfd
/ProjektPK4/BankAccount.h
110e058ea77a226094b4beb1e2cb8db1969606d7
[]
no_license
TomaszGol/BankSystem
a7b2c9e02e44dbb68cf891456675c767fc2dfc17
9417db524306c182572ad87b094bf5b9d1942c68
refs/heads/main
2023-05-12T22:20:12.515696
2021-05-27T18:39:00
2021-05-27T18:39:00
371,469,632
1
0
null
null
null
null
WINDOWS-1250
C++
false
false
2,716
h
/** @file */ #pragma once #include <iostream> #ifndef _BankAccount_H_ #define _BankAccount_H_ using namespace std; /**Klasa BankAccount zawiera wszystkie informacje o koncie bankowym*/ class BankAccount { string name; /**< zmienna zawierająca imie właściciela konta*/ string lastName; /**< zmienna zawierająca nazwis...
[ "oplane2000@gmail.com" ]
oplane2000@gmail.com
86b0eff0ad050878bbd77972ea896a5dec5ffd28
736590f0f8de74aa0b35add683b512c08744743f
/src/source/generator/PinkNoiseGenerator.h
5f6cae7d64a059e3f24f46edcf1136fc2af53f14
[ "MIT" ]
permissive
sequoiar/aquila
6da3c91006fa5b6785b9620828d41fe2de32a339
7c90031e01cfe4b810b6b8e9b2055244aa67b995
refs/heads/master
2021-01-23T22:52:45.773844
2011-01-10T18:09:45
2011-01-10T18:09:45
1,490,005
1
0
null
null
null
null
UTF-8
C++
false
false
1,327
h
/** * @file PinkNoiseGenerator.h * * Pink noise generator. * * This file is part of the Aquila DSP library. * Aquila is free software, licensed under the MIT/X11 License. A copy of * the license is provided with the library in the LICENSE file. * * @package Aquila * @version 3.0.0-dev * @author Zbigniew Sici...
[ "antyqjon@gmail.com" ]
antyqjon@gmail.com
c9810d1c83a5bb190c21f5cb2c191487fedf0fe9
63d48403e3bea28e719b0a76ad759182aa0ab736
/ConstructorsandDestructords/main.cpp
4371db6e52f134810f2c4e0f442dc724654d6373
[]
no_license
HarshitAditya27/My-Cpp-Notes
c830aaad571355a36b96a65eb2fe7c87237cd659
bf199e554cf07187b73e534525b312f0b611f455
refs/heads/master
2023-08-23T18:36:32.791489
2021-10-07T14:52:52
2021-10-07T14:52:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,320
cpp
#include <iostream> #include <string> using namespace std; class Player { private: std::string name; int health; int xp; public: void set_name(std::string name_val){ name=name_val; } //Overloaded Constructors Player(){ cout<<"No args co...
[ "harshitaditya27@gmail.com" ]
harshitaditya27@gmail.com
9839062d75868ef0c9f491c1909ac283b305bf16
c3782a52da4479a5ca3d0131cbacd3ff23cea572
/Codeforces/contest/872/a/31380211.cpp
b8682a45a55d824d01467cae3a74d42572032bdd
[]
no_license
misclicked/Codes
5def6d488bfd028d415f3dc6f18ff6d904226e6f
1aa53cf585abf0eed1a47e0a95d894d34942e3b1
refs/heads/master
2021-07-16T00:28:05.717259
2020-05-25T06:20:37
2020-05-25T06:20:37
142,436,632
6
0
null
null
null
null
UTF-8
C++
false
false
1,444
cpp
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; typedef pair<ll,ll> pll; typedef vector<pii> vii; typedef vector<int> vi; typedef vector<ll> vl; typedef pair<int,char> pic; typedef vector<pic> vpic; typedef vector<pll> vll; template<class T> class disjoint_set{ ...
[ "lspss92189@gmail.com" ]
lspss92189@gmail.com
c6a0dcbf4e82d33f44a1aa003ea01db54289224f
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.cpp
7f3c01f23d888588788284487ead384a0f4ef704
[ "MIT", "BSD-3-Clause", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "Apache-2.0" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
3,689
cpp
/* * Copyright (C) 2010 Google, 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...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
556e71d9ce87fb619af6f07ef4837422d043bf0f
b3c47795e8b6d95ae5521dcbbb920ab71851a92f
/Google Code Jam/Round 2 2018/B.cc
e16e577bdb4b34cc16472359be27759ae2b9a953
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Wizmann/ACM-ICPC
6afecd0fd09918c53a2a84c4d22c244de0065710
7c30454c49485a794dcc4d1c09daf2f755f9ecc1
refs/heads/master
2023-07-15T02:46:21.372860
2023-07-09T15:30:27
2023-07-09T15:30:27
3,009,276
51
23
null
null
null
null
UTF-8
C++
false
false
851
cc
#include <cstdio> #include <cstdlib> #include <cstring> #include <iostream> #include <algorithm> using namespace std; #define print(x) cout << x << endl #define input(x) cin >> x const int SIZE = 555; const int SQRTSIZE = 55; int dp[SIZE][SIZE]; void init() { memset(dp, -1, sizeof(dp)); dp[0][0] = -1; ...
[ "noreply@github.com" ]
noreply@github.com
8aa147cd83b8243d45558fb7cc2212e26ae20432
d6f4fe10f2b06486f166e8610a59f668c7a41186
/Base/cxx/vtkImageGraph.h
e466bcfb3f3829779b890ebb5447d45f83127977
[]
no_license
nagyistge/slicer2-nohistory
8a765097be776cbaa4ed1a4dbc297b12b0f8490e
2e3a0018010bf5ce9416aed5b5554868b24e9295
refs/heads/master
2021-01-18T10:55:51.892791
2011-02-23T16:49:01
2011-02-23T16:49:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,920
h
/*=auto========================================================================= Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved. See Doc/copyright/copyright.txt or http://www.slicer.org/copyright/copyright.txt for details. Program: 3D Slicer Module: $RCSfile: vtkIma...
[ "pieper@bwh.harvard.edu" ]
pieper@bwh.harvard.edu
53b2e0749cb676c371d812fb7049b75757fa9f54
22a164b5b33f492ce109d640a906a94a5505b854
/src/snackis/libs/db.hpp
d125df260781cd23b943bf676cfc0e02eaa2e9cb
[ "MIT" ]
permissive
codr4life/snackis
be6ccf784e04840b203e350b7052c69f03702226
936f663c919cd110757b9284fc9500001ebfe55a
refs/heads/master
2020-04-01T05:51:56.214647
2018-10-24T15:59:03
2018-10-24T15:59:03
152,922,854
0
0
null
null
null
null
UTF-8
C++
false
false
414
hpp
#ifndef SNACKIS_LIB_DB_HPP #define SNACKIS_LIB_DB_HPP #include <snabl/lib.hpp> #include "snackis/std.hpp" namespace snackis::db { struct ContextType; struct TableType; struct ColumnType; } namespace snackis::libs { struct DB: snabl::Lib { db::ContextType &context_type; db::TableType &table_type; ...
[ "codr4life@gmail.com" ]
codr4life@gmail.com
dfd059ee1b982ea4b7373fc0357c90c0426315f4
78590c60dac38e9b585d0a277ea76944544e9bd8
/src/was/Input.hxx
ed9a0280b7a55a1219b23dac2bd9b65fcc6d4512
[]
no_license
sandeshdevadiga/beng-proxy
05adedcf28c31ad5fbaa073f85e5d2d420e5b3ca
436e8de75a28aa8c7b09f6ed97c1a1dfcf0fcfc4
refs/heads/master
2023-03-02T09:04:20.466704
2021-02-11T17:05:38
2021-02-11T17:10:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,783
hxx
/* * Copyright 2007-2021 CM4all GmbH * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> * * 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 abo...
[ "mk@cm4all.com" ]
mk@cm4all.com
4a920d7040fcaa9be2841fc53689d6ed3b79d39c
e91fba95d560650d0aa528ecc886f01ff7b6021a
/main.cpp
bf32f37931f1b82d2b1c53c70d561af260549b49
[]
no_license
justinr636/sudoku-solver
5249f5aa53b32c2b210447850951ea10d0194987
aa0b1c48d37e075955d433d9dcf4d2cbcf53e184
refs/heads/master
2021-01-13T01:40:11.730837
2015-03-17T05:46:10
2015-03-17T05:46:10
32,373,893
0
0
null
null
null
null
UTF-8
C++
false
false
1,881
cpp
// Project 3B // // by Justin Ratra and Eric Dusel // // main.cpp // main program file // #include <iostream> #include <limits.h> #include "d_matrix.h" #include "d_except.h" #include <list> #include <fstream> using namespace std; // Declarations and functions for project #4 typedef int ValueType...
[ "justinr636@gmail.com" ]
justinr636@gmail.com
b7d4d664cb386cbcbe112421dfefcf89de0dda1d
decd67d133659ad03e0b8ba2ce3b75042a8a6275
/Sidious/src/main/cpp/Subsystems/Vision.cpp
1107bb5b7288da054d7c828a5dbe05106fea4987
[]
no_license
SteelRidgeRobotics/2021Build
7e5fe0f2caa608cdde476046e3d90b20f57a146e
9f10527e245532595d6c1376427f68de095b47d9
refs/heads/master
2023-05-11T23:43:53.476740
2021-05-26T18:37:47
2021-05-26T18:37:47
371,134,365
0
0
null
null
null
null
UTF-8
C++
false
false
3,341
cpp
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // C++ from RobotBuilder. Do not put any code or make any change in // the blocks ...
[ "Nerf12402@users.noreply.github.com" ]
Nerf12402@users.noreply.github.com
ee2c832853e31da7fd6bae1ba2acc0e392b467b7
3f9ffaf92c27b65b1a6eddd26d813dc784e36695
/koom-common/kwai-unwind/src/main/cpp/libbacktrace/BacktraceCurrent.h
c8f5104321585235523786976a36677c7e5dc9ff
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT", "BSD-2-Clause" ]
permissive
KwaiAppTeam/KOOM
7302d5a837a6fe2928077149ea323f18a81994dd
a5430e2db995fb67435936bb2bddf1b42f690578
refs/heads/master
2023-09-04T09:30:22.907004
2023-05-03T11:39:54
2023-05-03T11:39:54
285,517,634
2,900
388
NOASSERTION
2023-07-24T09:50:58
2020-08-06T08:34:04
C++
UTF-8
C++
false
false
1,706
h
/* * Copyright (C) 2013 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 app...
[ "wanglianbao@kuaishou.com" ]
wanglianbao@kuaishou.com
76a9f19c7e0cda099bd111167606036c2f381363
8465159705a71cede7f2e9970904aeba83e4fc6c
/src_change_the_layout/modules/IEC61131-3/Conversion/DWORD/F_DWORD_TO_ULINT.cpp
63ff8ea65ebda2c26ff7136ad70189b8f433d741
[]
no_license
TuojianLYU/forte_IO_OPCUA_Integration
051591b61f902258e3d0d6608bf68e2302f67ac1
4a3aed7b89f8a7d5f9554ac5937cf0a93607a4c6
refs/heads/main
2023-08-20T16:17:58.147635
2021-10-27T05:34:43
2021-10-27T05:34:43
419,704,624
1
0
null
null
null
null
UTF-8
C++
false
false
2,138
cpp
/******************************************************************************* * Copyright (c) 2011 - 2013 ACIN, fortiss GmbH * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPD...
[ "tuojianlyu@gmail.com" ]
tuojianlyu@gmail.com
133facfd77006de859be03c42c87a7d2c2b8f827
5d5a214f8433ceeb0a90712bfe8b61116b95267f
/Kha/Kinc/Sources/Kore/System.h
51e81a05d6312fb603aa5959bebfef999dfb5cf6
[ "Zlib", "MIT" ]
permissive
5Mixer/GGJ20
86cc3f42f29671889dddf6f25bfe641927cfa998
a12a14d596ab150e8d96dda5a21defcd176f251f
refs/heads/master
2022-12-09T09:55:03.928292
2020-02-02T03:52:50
2020-02-02T03:52:50
237,372,388
0
0
MIT
2022-12-05T06:26:15
2020-01-31T06:19:23
C++
UTF-8
C++
false
false
1,980
h
#pragma once #include <Kore/Math/Vector.h> #include <Kore/Window.h> namespace Kore { enum Orientation { OrientationLandscapeLeft, OrientationLandscapeRight, OrientationPortrait, OrientationPortraitUpsideDown, OrientationUnknown }; namespace System { Window* init(const char* name, int width, int height, WindowOpt...
[ "danielblaker@protonmail.com" ]
danielblaker@protonmail.com
a3f81098777a7c7d969c5e292ea917ebd9a11091
88d10dc97e31391fb66f4c44f462d8efd9762aa4
/include/hud/utils.h
586880872a2ce5915da3d275d8a00b7c7d7dedbf
[ "MIT" ]
permissive
XanxusCrypto/hud
31a5d8ef2641461e50c07771d703fbb88fe809ba
379dab526041ab844f4d306aa6df2d708419a298
refs/heads/master
2023-04-29T10:03:02.510747
2021-05-12T16:18:19
2021-05-12T16:18:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
305
h
#ifndef H_UTILS #define H_UTILS #include <hud/geometry.h> namespace hud::utils { bool intersects(const Point& p, const Rect&rect); Point toNormalizedDeviceCoordinates(const Point& p, const Rect& rect); Point scaleToView(const Point& p, const Rect& source, const Rect& target); void shutdown(); } #endif
[ "kekeblom@gmail.com" ]
kekeblom@gmail.com
5725ff5861306da7be675a00665e4e4fbf0381f2
2966091170e6075386c9a6e8de8967b5d224875f
/pp5/mips.cc
d56d2e38dd88377a4ee241eb8b3998ea388c1991
[]
no_license
alfonsokim/compilers
0c060aa527f28a887c82abdb64b42256a92f70a6
56c7f150fb9a27a93184482f0a9e36ed2e66b48c
refs/heads/master
2021-01-02T08:40:15.971953
2015-09-18T22:25:04
2015-09-18T22:25:04
16,387,525
0
0
null
null
null
null
UTF-8
C++
false
false
26,305
cc
/* File: mips.cc * ------------- * Implementation of Mips class, which is responsible for TAC->MIPS * translation, register allocation, etc. * * Julie Zelenski academic year 2001-02 for CS143 * Loosely based on some earlier work by Steve Freund * * A simple final code generator to translate Tac to MIPS. * It u...
[ "alfonsokim84@gmail.com" ]
alfonsokim84@gmail.com
e7f04561dcb51375d55039f947e867432a89e730
b1c4be5357d95a8bef78dab271189a4161ffbd2c
/Practice Contests/Practice Contest 1/Conservation.cpp
e0324b2672dd9fbac10087dc763e8ce7de2f90f7
[]
no_license
Shaker2001/Algorithms-Library
faa0434ce01ad55d4b335c109f4f85736a6869ed
1aa09469ca434f6138547592ce49060d4400e349
refs/heads/master
2023-03-16T04:41:27.367439
2017-11-13T00:41:55
2017-11-13T00:41:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,566
cpp
#include<stdio.h> #include<string.h> #include<vector> using namespace std; int N, M; int lab[100001]; vector<int> graph[100001]; int depend[100001]; int vis[100001]; vector<int> init1, init2, cur1, cur2; int counter(int turn){ memset(vis,0,sizeof vis); if (!turn) cur1 = vector<int> (init1); els...
[ "malatawy15@gmail.com" ]
malatawy15@gmail.com
4381c0a7d871d77bc79e8e9bf1ba6ecac3be5647
77170cbcd2c87952763f770d50abd2d8b671f9d2
/aws-cpp-sdk-email/include/aws/email/model/DeleteVerifiedEmailAddressRequest.h
85479ac9896d59ff1fe202b0f989b032b1190a32
[ "JSON", "MIT", "Apache-2.0" ]
permissive
bittorrent/aws-sdk-cpp
795f1cdffb92f6fccb4396d8f885f7bf99829ce7
3f84fee22a0f4d5926aadf8d3303ea15a76421fd
refs/heads/master
2020-12-03T00:41:12.194688
2016-03-04T01:41:51
2016-03-04T01:41:51
53,150,048
1
1
null
2016-03-04T16:43:12
2016-03-04T16:43:12
null
UTF-8
C++
false
false
2,593
h
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
[ "henso@amazon.com" ]
henso@amazon.com
7b84b29812f9bdcecdf357d0c33b94d3efbbf3c6
e41c98f2b6ad7a74fd531321f1bbc69dff971518
/AuthEvent.hpp
b04e6b5c7f23f9dbb2adc089c326ea71c647b07b
[]
no_license
ytt/CornStarch
86a0725297f91fb2b530988159d78c20339eb498
1d828ac2f5f12d7761e9627afb01e5e73776027c
refs/heads/master
2021-01-19T17:47:55.385639
2012-07-18T07:21:53
2012-07-18T07:21:53
5,093,523
1
0
null
null
null
null
UTF-8
C++
false
false
364
hpp
#pragma once #include "header.hpp" // ユーザ認証時のイベント class CAuthEvent : public wxThreadEvent { private: bool m_auth; // 認証の成否 public: CAuthEvent(void); ~CAuthEvent(void); // 認証の成否をセット void setAuthResult(bool ping); // 認証の成否を取得 bool isAuthSucceeded(void) const; };
[ "t.inoue38@gmail.com" ]
t.inoue38@gmail.com
65506e678c0a015d27229e1a2871d9f215e0d909
cb77bc862478d280f9c15654f0781b165c5edaf2
/CPUT/CPUT/CPUTMeshDX11.cpp
f067fa606e443603cdea548842694f520d5feb0a
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
yazici/CloudySky
bd1a693b5fd960cb3f79c39a2e29df9a710bff53
7bf3c5210fc1c3d5a042c1731189a817fe7edeed
refs/heads/master
2020-04-29T20:53:58.940771
2017-06-05T19:28:17
2017-06-05T19:28:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,627
cpp
///////////////////////////////////////////////////////////////////////////////////////////// // Copyright 2017 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 // ...
[ "marissa@galacticsoft.net" ]
marissa@galacticsoft.net
78e48c4347dc974c148e9b4b3ea8bd9767b93683
1412f81315842afedfd4cf43b132603f76ef3bf8
/klee-uClibcxx/Codes/klee-uClibc++/bin/comparison_test.cpp
ca56dce93e8e3e776eef36e305fad2be84e945d4
[]
no_license
Edward-L/Klee-uClibcxx
2282d68ed2461644fb70b70ceff0a6fd0611eef6
bd53be353ebccaf7bc235da18484b48262c869c8
refs/heads/master
2020-03-18T08:16:55.150426
2018-05-23T02:29:23
2018-05-23T02:29:23
134,500,696
1
0
null
2018-05-23T02:20:04
2018-05-23T02:20:04
null
UTF-8
C++
false
false
425
cpp
#include <cstring> #include <iostream> #define SIZE 7 int main() { // The input regular expression. char re[SIZE]="\x00\x00\x00\x00\x00\x00"; //char re[SIZE]="\0"; // Make the input symbolic. // klee_make_symbolic(re, sizeof re, "re"); // Try to match against a constant string "hello". //std::cout<...
[ "nithishr@gmail.com" ]
nithishr@gmail.com
01e07d102c02540bddfab420bdb6c6d22e4b19c1
fbd8c56e8e449f7ac80b5156e80c15c14cb34b12
/Codeforces/1084/BB.cpp
6665f613cef1ad5ea440680e79828345aef35b7d
[ "MIT" ]
permissive
Saikat-S/acm-problems-solutions
558374a534f4f4aa2bf3bea889c1d5c5a536cf59
921c0f3e508e1ee8cd14be867587952d5f67bbb9
refs/heads/master
2021-08-03T02:27:21.019914
2021-07-27T06:18:28
2021-07-27T06:18:28
132,938,151
4
0
null
null
null
null
UTF-8
C++
false
false
756
cpp
#include<bits/stdc++.h> using namespace std; typedef long long ll; ll binary (ll mn, ll n, ll s, ll sum) { ll low = 0, high = mn; ll mid, ans; while (high >= low) { mid = (high + low) / 2; ll x = mid * n; ll xx = sum - x; if (xx >= s) { low = mid + 1; ...
[ "saikatsharma4@gmail.com" ]
saikatsharma4@gmail.com
b3da7a9326912675d5bc308e69d036ecf5b3d654
6dd0800443932261bce4f8fe27968caec3140192
/Urvashi/milestone-32(Graphs)/03_Topological Sort/13_Kahn's Algorithm(Course_Schedule_ii).cpp
501f01bc9a6d09707b9d5da604333c92f3fec9e8
[]
no_license
Meghag5/Beginner-CPP-Submissions
77daf52f106b8ad60fd05705d2e884ab9fc40d58
f04adf8e2b7da734bb77593437f551bd2cf7bef5
refs/heads/master
2023-05-09T11:39:26.937993
2021-05-26T20:26:10
2021-05-26T20:26:10
266,160,633
0
0
null
2020-05-22T16:43:49
2020-05-22T16:43:48
null
UTF-8
C++
false
false
3,212
cpp
/* (https://leetcode.com/problems/course-schedule-ii/) Solution2:- Based on Kahn's Algorithm (BFS + Queue) Time complexity:- O(V+E) where V is the number of vertices and E is the number of Edges. What is Kahn's Algorithm? => This is the algorithm to so topological sorting. In this algorithm we will follow three step...
[ "urvashianand0906@gmail.com" ]
urvashianand0906@gmail.com
9eec51e646544a1d182655ec1c1d7fee1f7b31eb
b1bf17201149ba0a8b865e425fef5e3369b04260
/build/lib/Target/Hexagon/Release+Asserts/HexagonGenRegisterInfo.inc.tmp
1bb13b4827c0c62b275dad21c0af513d73dff530
[]
no_license
cya410/llvm
788288b9989de58e1b7a05c5ab9490099c7c3920
a6a751eb63eaea13a427ea33365dade739842453
refs/heads/master
2016-09-06T12:38:02.151281
2015-03-16T16:09:18
2015-03-16T16:09:18
30,787,046
0
0
null
null
null
null
UTF-8
C++
false
false
40,514
tmp
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |*Target Register Enum Values *| |* ...
[ "yanchao2012@gmail.com" ]
yanchao2012@gmail.com
b74c1c5b91fbb0f10fd6eabedc29e200ab6cec1c
39037781b383ddd596d1df62c25e9bf4a717e588
/modules/sksg/include/SkSGPath.h
d8ffcbeaee32f8956699e8a87303e2a9d34f7099
[ "BSD-3-Clause" ]
permissive
adriandumitru/skia
35dd6709c682ce822d28ba82e7cf73dd7c6c2fcf
5bcfc78e41a9096f9a4eb33ac4d54e3b435fe1d0
refs/heads/master
2020-07-26T17:13:01.441057
2019-11-28T11:15:54
2019-11-28T11:15:54
208,711,635
0
0
NOASSERTION
2019-11-28T11:12:58
2019-09-16T04:44:52
null
UTF-8
C++
false
false
1,486
h
/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSGPath_DEFINED #define SkSGPath_DEFINED #include "modules/sksg/include/SkSGGeometryNode.h" #include "include/core/SkPath.h" class SkCanvas; class SkPaint; namesp...
[ "skia-commit-bot@chromium.org" ]
skia-commit-bot@chromium.org
1cecbabd9806e7f77c5ffb70911114030ae064c4
284d8657b07536bea5d400168a98c1a3ce0bc851
/xray/xbox_debug_client/sources/memory.h
cf6d58f4d60f05443cce00625c716e1e4abab6a6
[]
no_license
yxf010/xray-2.0
c6bcd35caa4677ab19cd8be241ce1cc0a25c74a7
47461806c25e34005453a373b07ce5b00df2c295
refs/heads/master
2020-08-29T21:35:38.253150
2019-05-23T16:00:42
2019-05-23T16:00:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,187
h
//////////////////////////////////////////////////////////////////////////// // Created : 15.01.2010 // Author : Alexander Maniluk // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #ifndef MEMORY_H_INCLUDED #define MEMORY_H_INCLUDED #include...
[ "tyabustest@gmail.com" ]
tyabustest@gmail.com
809273d5cf2b962e699fccf9ccf36c63d7bfedf3
4a14ea3c208ce9635cdfc519dd5b293d8a2198ba
/Readers/MatrixReader.cpp
79cf3eba355d18b56d63d2bcc5104aba9864090a
[]
no_license
gloomyRuby/SWPan
9d9bbb1f789489668167e7c389f3ff52594e8046
bcc71fdc620951ddebfc2888376d85fa1e217826
refs/heads/master
2021-05-10T22:37:17.646755
2018-05-07T04:10:17
2018-05-07T04:10:17
118,262,668
1
0
null
null
null
null
UTF-8
C++
false
false
605
cpp
//// //// Created by Oysha on 20/01/2018. //// // //#include "MatrixReader.h" //#include <iostream> //#include <fstream> // // //int **MatrixReader::getGeneratorMatrix(std::istream &input) const //{ // int n, k; // input >> n >> k; // // auto **matrix = (int**)malloc(n * sizeof(int*)); // for (int i = 0; i ...
[ "rubylight149@gmail.com" ]
rubylight149@gmail.com
e66b90512c4c2bc48c485adf278a6c94b75a3a29
858e84a361b4d3f6708160b8d587bc0479d133cd
/dep/UILib/Control/UIRichEdit.h
a68e100c4ae8b02d48879f87cb8bcd2c98eab598
[ "MIT" ]
permissive
canplay/BDO-Frontend
54979d7b3606a8c050ff5db2005dac748b2740d4
23c25c1c3d3bc5826c91efaca14b08c9bc34166e
refs/heads/master
2022-05-06T19:20:33.363040
2022-03-08T16:51:22
2022-03-08T16:51:22
211,227,675
0
0
null
null
null
null
UTF-8
C++
false
false
5,158
h
#ifndef __UIRICHEDIT_H__ #define __UIRICHEDIT_H__ #pragma once namespace UILib { class CTxtWinHost; class UILIB_API CRichEditUI : public CContainerUI, public IMessageFilterUI { public: CRichEditUI(); ~CRichEditUI(); LPCTSTR GetClass() const; LPVOID GetInterface(LPCTSTR pstrName); UINT GetContro...
[ "canplay@vip.qq.com" ]
canplay@vip.qq.com
811d942c5c8d311bb567d6ea1b3b08153444abbb
e4485af9cde8e9537e966f6bd674899a4d3941c6
/midem_apps/midem_user_interaction/include/gesture_detector/skeleton_gesture_detector.h
79d2a3cb746b72e4d36a6f41c4d54a638916b215
[]
no_license
hiveground-ros-package/MIDEM
1083bf6e7cce2ecb04b0eb13b647d9af4e6a9746
ce75dff604d4f77e7b118d58c4ef64f2f2c40f02
refs/heads/master
2020-04-23T02:45:18.607433
2014-04-18T07:54:57
2014-04-18T07:54:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,089
h
/* * Copyright (c) 2013, HiveGround Co., Ltd. * 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 copyright * notice, this ...
[ "mahisorn.w@hiveground.com" ]
mahisorn.w@hiveground.com
4c5a9b17de3a35fe02c8945e4e1ca743407621e0
9def52cdb72fccf1c67357b0d465ca187d401d1e
/003 Clock 2.0/Client.cpp
d2efff4b27adade9cb1dc2165f56eb397a5f9c29
[]
no_license
victormarcilio/zeroc-ice
283a6507438f4afc6a4cef28c7b613d48b554190
00ccc90ba2346d932900c279ae1c72c17fa9b6a6
refs/heads/main
2023-05-04T11:45:13.397761
2021-05-18T20:41:46
2021-05-18T20:41:46
356,360,057
0
0
null
null
null
null
UTF-8
C++
false
false
3,362
cpp
#include <Ice/Ice.h> #include <Clock.h> #include <iomanip> #include <Glacier2/Glacier2.h> #include <Glacier2/Router.h> #include <Glacier2/Session.h> #include <stdexcept> using namespace std; using namespace Demo; int main(int argc, char* argv[]) { string senderConnectionStringTCP = "ClockID:tcp -p 10000"; st...
[ "vmp@uvic.ca" ]
vmp@uvic.ca
f434f628c5785963a3a450384ca6a437c269972f
49f88ff91aa582e1a9d5ae5a7014f5c07eab7503
/gen/services/proxy_resolver/public/mojom/proxy_resolver.mojom-shared.h
89777c60c59e102f6840deeb18ee2b4617569d29
[]
no_license
AoEiuV020/kiwibrowser-arm64
b6c719b5f35d65906ae08503ec32f6775c9bb048
ae7383776e0978b945e85e54242b4e3f7b930284
refs/heads/main
2023-06-01T21:09:33.928929
2021-06-22T15:56:53
2021-06-22T15:56:53
379,186,747
0
1
null
null
null
null
UTF-8
C++
false
false
25,352
h
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_SHARED_H_ #define SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_SHARED_H_ #...
[ "aoeiuv020@gmail.com" ]
aoeiuv020@gmail.com
04619037fb4d4fcfb0bc04127c1a755231451da7
ccc0956056543120a4317097ddeca717b7ec3153
/include/storage/PairDB.h
a96cf076fd8cb59cf0d07980657bec2387a888dc
[]
no_license
LarryHsiao/Leto
fa1012ceaf11fe5533db49e9da74a7b2d3f018b9
d4e05c1a25d259c028164f4755e3c4ff104d1225
refs/heads/master
2020-03-08T19:46:10.003379
2018-04-25T10:02:32
2018-04-25T10:02:32
128,363,183
0
0
null
null
null
null
UTF-8
C++
false
false
312
h
// // Created by Larry Hsiao on 4/25/2018. // #ifndef LETO_STORAGE_H #define LETO_STORAGE_H #include <string> using namespace std; class PairDB { public: virtual void store(string key, string value) = 0; virtual string value(string key) = 0; virtual void clear() = 0; }; #endif //LETO_STORAGE_H
[ "larryhsiao@silverhetch.com" ]
larryhsiao@silverhetch.com
f62c247e76d3267a456db98c6280568c284cfc1c
347c5c2128cc1193e7ca1a2d338e89466a368072
/include/operator/Stream.h
72fb73b407b23eafe79c2e458ad8cb6f411f6319
[ "MIT" ]
permissive
Tobias-Werner/GStream
9aec79106646bb82b698272c41dc145654830a12
b8650c71a607413f965d6582d1eb738481e682bd
refs/heads/master
2020-08-03T10:57:47.462632
2019-10-11T15:31:15
2019-10-11T15:31:15
211,727,263
0
1
null
null
null
null
UTF-8
C++
false
false
786
h
// // Created by tobias on 27.01.18. // #ifndef SPREAMS_STREAM_TABLE_H #define SPREAMS_STREAM_TABLE_H #include <vector> #include <unordered_set> #include <string> #include <memory> #include "Attribute.h" #include "Tuple.h" #include "data_container/AStreamContainer.h" #include "AOperator.h" #include "View.h" namespac...
[ "info@x-ploit.de" ]
info@x-ploit.de
0730bf87e4314b74007f2bdf5940bdda78694ea8
38b9daafe39f937b39eefc30501939fd47f7e668
/tutorials/2WayCouplingOceanWave3D/EvalResults180628-fully/26.8/alpha.water
6f481b63a25ec3c3371dcfac243e74ef76da04c5
[]
no_license
rubynuaa/2-way-coupling
3a292840d9f56255f38c5e31c6b30fcb52d9e1cf
a820b57dd2cac1170b937f8411bc861392d8fbaa
refs/heads/master
2020-04-08T18:49:53.047796
2018-08-29T14:22:18
2018-08-29T14:22:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
151,535
water
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.1 | ...
[ "abenaz15@etudiant.mines-nantes.fr" ]
abenaz15@etudiant.mines-nantes.fr
b93fbc46c3b0110a9c9f77a993f1548212983db9
cea74570a5a2511e68e4ba968220cd4bbb13c516
/OpenSauce/Halo1/Halo1_CE/Rasterizer/PostProcessing/Generic/Internal/c_settings_internal.hpp
694153da314e29608225719f9382ae1333bc6979
[]
no_license
Dwood15/OpenSauce_Upgrade
80bbc88fbf34340323d28ccd03623a103a27e714
d48cf4819ed371beb4f6e9426f8ab8bcd67fe2b3
refs/heads/master
2021-05-04T18:35:39.132266
2018-02-18T01:26:48
2018-02-18T01:26:48
120,191,658
5
0
null
null
null
null
UTF-8
C++
false
false
966
hpp
/* Yelo: Open Sauce SDK Halo 1 (CE) Edition See license\OpenSauce\Halo1_CE for specific license information */ #pragma once #if !PLATFORM_IS_DEDI #include <YeloLib/configuration/c_configuration_container.hpp> #include <YeloLib/configuration/c_configuration_value.hpp> #include <YeloLib/open_sauce/settings/c_settin...
[ "Dwood15@users.noreply.github.com" ]
Dwood15@users.noreply.github.com
6ddade4947e1212886687abb152b039ac470f85a
9d17289c97ca943856afd96375e458884d27848a
/addpol.cpp
16fc0913c093abcd9525284135fdb2fb67487a81
[]
no_license
pratik-a/DSA
0b3022638443de8925005abb3c75ea8012e89649
94fdf4c11b77421ec7c355a56f799cff9b775ec6
refs/heads/main
2023-08-22T00:43:24.773070
2021-10-28T18:19:39
2021-10-28T18:19:39
340,961,805
0
0
null
null
null
null
UTF-8
C++
false
false
1,029
cpp
#include<iostream> #include<conio.h> using namespace std; void insert(int pol[10],int n) { cout<<"\n\n******entering polynomial*****\n\n"; for(int i=0;i<=n;i++) { cout<<"enter the value for "<<i<<" degree \t "; cin>>pol[i]; } } void add(int final[10],int pol1[10],int pol2[10],int n) { for(int i=0...
[ "noreply@github.com" ]
noreply@github.com
56daf29ab8cbf5eadd13f0759760da446a2c4334
d9f0884408b993db4326560dda83a6482caf861e
/9656_Hearthstone_2/main.cpp
7d7f9ca8a714af1293c778601ce6f84e03975213
[]
no_license
skysaver00/C-Algorithm-2021
9feb0b9f73ac47f960d48e5e60db5e6a35e320e7
10e6f61b7c213a92ef5eecb43b1046ce3b2a277f
refs/heads/master
2023-09-03T00:17:08.755999
2021-11-11T08:18:41
2021-11-11T08:18:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
170
cpp
#include <stdio.h> int main() { int N; scanf("%d", &N); if(N % 2 == 1) { printf("CY\n"); } else { printf("SK\n"); } return 0; }
[ "skysaver00@naver.com" ]
skysaver00@naver.com
cf6eec0e7212a30ba2bd0697bea828486e6f7613
f8e19d35de29549ae3fcf84d53fdbc25c590ea51
/bullet-2.81-rev2613/Demos/FluidSphHfDemo/FluidSphHfDemo.h
5bc325d29dcea6448c69c721b6e6202fc2632578
[ "Zlib" ]
permissive
rtrius/Bullet-FLUIDS
7cd5aa14003724f6cd5c84acda4b0fae252a8412
b58dbc5108512e5a4bb0a532284a98128fd8f8ce
refs/heads/master
2016-09-07T18:55:31.688219
2014-06-04T03:08:09
2014-06-04T03:08:09
4,390,588
19
8
null
null
null
null
UTF-8
C++
false
false
2,991
h
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ 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. Permiss...
[ "rtrius@gmail.com" ]
rtrius@gmail.com
6551c540ffb262e4d079db1a640a6203b7e9f417
c1d3e3d6436c7c4b95b6df3e79b22309b5f06c46
/src/view/src/ModelObserver.cpp
7e3853403be5233e63c9f57ebb9b80ff17aebb27
[]
no_license
1028417/XMusic
5fe5fbc0bcd58754a324c819aac8f21525c5b055
f01603e427613c1cb8ed2a7ecb04d446ba78641c
refs/heads/master
2021-06-13T22:31:28.861017
2021-05-13T12:06:59
2021-05-13T12:06:59
198,460,051
2
0
null
null
null
null
UTF-8
C++
false
false
1,411
cpp
#include "stdafx.h" #include "ModelObserver.h" void CModelObserver::initView() { m_view.initView(); } void CModelObserver::clearView() { m_view.clearView(); } void CModelObserver::refreshMedia() { CMediaResPanel::RefreshMediaResPanel(); if (m_view.m_PlayItemPage) { m_view.m_PlayItemPag...
[ "1028418@qq.com" ]
1028418@qq.com
38843d393bc6d6a2da898d90f85eeb8d9211cc87
c91ba4e746dc5b8f2dface963b4096dd721070fd
/ecs/src/model/DescribeSnapshotPackageResult.cc
8edbb540496f6a1a485f464e5141599a57222cd4
[ "Apache-2.0" ]
permissive
IthacaDream/aliyun-openapi-cpp-sdk
fa9120604ca3af4fc48a5f9bf70ff10542103c3a
31a064d1568f59e0731485a1b0452cfd5d767e42
refs/heads/master
2021-09-05T09:44:19.244166
2018-01-26T07:00:14
2018-01-26T07:00:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,517
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...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
39110ddce22a005dc0c7db2587f108e17fa95ab4
190219e4aca487f7c65de81484b993b362825131
/v2/external/llvm-2.8/include/llvm/IntrinsicInst.h
a17fa9cc5bdd4236ce202aa1f7f49d3739c52e45
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dilawar/ahir
b6a56ed5c61f121c09ef6636d7dd2752d97529b5
9c5592a4df7a47b9c1e406778cc7c17316bcfb4e
refs/heads/master
2021-07-14T18:04:20.484255
2020-07-26T20:18:34
2020-07-26T20:18:34
184,123,680
1
0
NOASSERTION
2019-04-29T18:34:26
2019-04-29T18:34:26
null
UTF-8
C++
false
false
11,511
h
//===-- llvm/IntrinsicInst.h - Intrinsic Instruction Wrappers ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "dilawars@ncbs.res.in" ]
dilawars@ncbs.res.in
93b32aa1b5a341c58c92fa4b5aa6e6197c56cdd1
d91272f7ce1549b1e08f4d7dd05ecc2ce85bab96
/507/A.cpp
e1f6e6e5287528e04ea58d97204253cb92537c24
[]
no_license
Ar-Sibi/Competitive-Programming
81672229d870763292b2e010b62b899952bdc6dc
df4ed257140909755d8b639649e19c325f4619f6
refs/heads/master
2022-04-16T13:31:26.989506
2020-04-12T16:24:46
2020-04-12T16:24:46
159,475,953
0
0
null
null
null
null
UTF-8
C++
false
false
645
cpp
#include<bits/stdc++.h> #include<unordered_map> using namespace std; bool comp(pair<int,int> a,pair<int,int>b){ return a.second<b.second; } int main(){ cin.tie(NULL); ios_base::sync_with_stdio(false); int n,instruments; cin>>n; cin>>instruments; vector<pair<int,int> > time(n); for(int i=0;i<n;i++){ cin>>time[...
[ "getgoingwithsibi@gmail.com" ]
getgoingwithsibi@gmail.com
4ca30a5894461c208b8120c260680e0b81aad7f1
48d4de83d911acabbe6935fe6fdedac244ba38ea
/SDK/PUBG_MessageHudWidget_parameters.hpp
f4dbb22393046ac4743935cb9f98649efea073c3
[]
no_license
yuaom/PUBG-SDK-1
af9c18e7d69a05074d4e6596f5f6ac1761192e7d
5958d6039aabe8a42d40c2f6a6978af0fffcb87b
refs/heads/master
2023-06-10T12:42:33.106376
2018-02-24T04:38:15
2018-02-24T04:38:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,722
hpp
#pragma once // PLAYERUNKNOWN'S BATTLEGROUNDS (3.6.13.14) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace Classes { //--------------------------------------------------------------------------- //Parameters //-----------------------------------------------------------------------...
[ "mtz007@x.y.z" ]
mtz007@x.y.z
1e9781a543c87a2acf8880afb208f9a27c0dec3d
cb935877e687042fa3bdc6a861038648fa3c3053
/WowDungeon/EnvironmentStateMachine.cpp
1ec6f5f4fa777d1c87c9dd79abbe8f1c4a0886c7
[]
no_license
dseftu/WowDungeon
545b7efdb2341626d8ee8b311c4a5af3a4eef527
bbad71dbf94ffda12897eff68907d59298334d67
refs/heads/master
2021-05-15T10:39:49.131416
2017-11-07T00:18:39
2017-11-07T00:18:39
108,195,238
0
0
null
null
null
null
UTF-8
C++
false
false
7,559
cpp
#pragma once #include "pch.h" #include "EnvironmentStateMachine.h" namespace WowDungeon { EnvironmentStateMachine::EnvironmentStateMachine(shared_ptr<Blackboard> blackboard) { mBlackboard = blackboard; SetCommandString(mBlackboard->GetCommandString()); Initialize(); } void EnvironmentStateMachine::Initializ...
[ "dseftu@gmail.com" ]
dseftu@gmail.com
4f66495159e98e000e46f86d52e433551c6b3ddf
1fb01e7a9bea4fda55d00d728bdccf647cddbf32
/Source/SignalR/Private/NegotiationResponse.h
eee34c266865d7f0337b30574d148dc5b408baef
[]
no_license
highlyunavailable/Unreal-SignalR
a91e962d2bda43d8125a00307d6fbe4f731ecaaa
bb33bf8380948826275e71b5f6633ff6ac086590
refs/heads/master
2022-04-13T17:17:04.340259
2020-03-26T22:40:26
2020-03-26T22:40:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
580
h
#pragma once #include "CoreMinimal.h" #include "NegotiationResponse.generated.h" USTRUCT() struct FNegotiationTransport { GENERATED_BODY() public: UPROPERTY() FString Transport; UPROPERTY() TArray<FString> TransferFormats; }; USTRUCT() struct FNegotiationResponse { GENERATED_BODY() public: UPROPERTY() int32...
[ "intelligide@hotmail.fr" ]
intelligide@hotmail.fr
3c906280ca2cb290654860d7acd447f1a35d5d6b
82195c2a1fce4ec92bc843c815bf06f7bd9c782a
/src/qt/bitcoingui.cpp
d2ae52166ca3bb920b5ae7dafd96bc2ef68be2cb
[ "MIT" ]
permissive
cashgoldcoin/cashgoldcoin
9ca2947ff000451182478afeb0726ebd07cdc274
ec774b51a09379d2b9d16aaca6edc7e3661a64ab
refs/heads/master
2020-04-06T07:21:11.480655
2018-11-12T20:55:19
2018-11-12T20:55:19
155,448,765
0
0
null
null
null
null
UTF-8
C++
false
false
45,344
cpp
// Copyright (c) 2011-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include "bitcoingui.h" #include "bitcoinunits.h" #inc...
[ "you@example.com" ]
you@example.com
f37405ad0976aec4d4f54269e69379393b439f8e
45cfa155c12b30eca842082f1caf743e1481438b
/Lista_10/zad_7/stos.cpp
c7bbaf4b8b2b42ed647bbaddc12c1442f4af55bf
[]
no_license
KorzenTM/cpp_Mateusz_Korzeniowski
b84506f619f9c19e6961080baaa4d08d0c9fca49
c6ce957dd2196e9e70a406d338e7756dd3d9cf8d
refs/heads/master
2022-10-01T22:27:22.728781
2020-05-28T11:29:08
2020-05-28T11:29:08
248,175,701
0
0
null
2020-04-17T06:31:11
2020-03-18T08:24:54
null
UTF-8
C++
false
false
1,244
cpp
#include "stos.h" template<class T> Stos<T>::~Stos() { while (!this->empty()) this->pop(); } template<class T> Stos<T>::Stos(Stos const& rhs) :_pSzczyt(rhs._pSzczyt), _size(rhs._size) { for (size_t i = 0; i < _size; i++) _pSzczyt[i]._dane = rhs._pSzczyt[i]._dane; } template<class T> Sto...
[ "mateuszkorzeniowski98@gmail.com" ]
mateuszkorzeniowski98@gmail.com
e94ac728e68e56f8e4db8258fff7081682795316
2c6b956325b7757b1a45fa8f330da4ee0fee0a5f
/Engine/Engine/Engine/Source/Core/Thread/IMutex.h
9a827efd2ea84078f4478a4bbdff113fc0c251ea
[]
no_license
ekicam2/FunkyEngine
4a1615fc3f08462323f018876cb243714b7e3d48
579b63b425e1e8046b9df19b02a6d2a6eab561af
refs/heads/master
2020-07-12T21:08:44.976474
2020-04-25T19:06:36
2020-04-25T19:06:36
204,905,684
0
0
null
2020-02-09T14:18:45
2019-08-28T10:25:35
C
UTF-8
C++
false
false
616
h
#pragma once namespace Funky { namespace Core { namespace Thread { class IMutex { friend class MutexScopeGuard; public: static IMutex* Create(); protected: IMutex() = default; virtual ~IMutex() = default; /* If mutex is free return true and lock mutex otherwise return false and ...
[ "ekicam2@gmail.com" ]
ekicam2@gmail.com
eb39bbd3e4af1976d7215c935107b450b2d5f526
b56bac95f5af902a8fdcb6e612ee2f43f895ae3a
/Wireless OverSim-INETMANET/inetmanet-2.0/src/underTest/wimax/linklayer/Ieee80216/MACSublayer/QoS/ConvergenceSublayerControlModule.cc
f78e8b120f06ea128692f83a915cd5b34e38d179
[]
no_license
shabirali-mnnit/WirelessOversim-INETMANET
380ea45fecaf56906ce2226b7638e97d6d1f00b0
1c6522495caa26d705bfe810f495c07f8b581a85
refs/heads/master
2021-07-30T10:55:25.490486
2021-07-20T08:14:35
2021-07-20T08:14:35
74,204,332
2
0
null
2016-11-22T05:47:22
2016-11-19T11:27:26
C++
UTF-8
C++
false
false
3,113
cc
#include "ConvergenceSublayerControlModule.h" #include "IPv4.h" #include "IPv4ControlInfo.h" Define_Module(ConvergenceSublayerControlModule); ConvergenceSublayerControlModule::ConvergenceSublayerControlModule() { } ConvergenceSublayerControlModule::~ConvergenceSublayerControlModule() { } void ConvergenceSublayerCon...
[ "rcs1501@mnnit.ac.in" ]
rcs1501@mnnit.ac.in
71729ef81118bc0c4b7f7cfcfbee475b86240528
617ed1d43ee8cf93b1673135d9834ed4e252311f
/Engine/Math/Color.h
9bc1dbb32472642c7a345461fe6a64e7498b5f9e
[]
no_license
Caboose19/GAT150
f846b758feda99a441b98fb0424898795e27d929
50eb0858d8bbe490eca3b7a3f95cee3c7455beab
refs/heads/master
2022-12-07T07:36:13.899568
2020-09-01T22:41:16
2020-09-01T22:41:16
284,755,191
0
0
null
null
null
null
UTF-8
C++
false
false
2,380
h
#pragma once #include "SDL.h" #include <windows.h> #include <iostream> namespace nc { struct Color { float r; float g; float b; float a; Color() : r{ 0 }, g{ 0 }, b{ 0 }, a{ 0 } {} Color(float r, float g, float b, float a = 1) : r{ r }, g{ g }, b{ b }, a{ a } {} float& operator [] (size_t index); ...
[ "48289097+Caboose19@users.noreply.github.com" ]
48289097+Caboose19@users.noreply.github.com
701931474dad886124d8d0c42d9c84de060a9cff
e06d75abb055bd0f05a7c72e2b3c5ebce059a607
/substrate.sub/src/widget/TextEditor.h
63f6c570bd1b94055bdcb2abebded4e49f022679
[]
no_license
gelisam/Substrate
7b4b664672abcf631b7276dd87f418ce4e3f50bb
1859b1e291d957b4f9c4f4ca35bf02563c1e9bc1
refs/heads/master
2021-01-13T07:11:12.625851
2013-03-13T02:10:58
2013-03-13T02:10:58
3,361,705
2
0
null
null
null
null
UTF-8
C++
false
false
268
h
#ifndef TEXT_EDITOR_H #define TEXT_EDITOR_H #include <QtGui/QTextEdit> class TextEditor : public QTextEdit { Q_OBJECT; public: TextEditor(QWidget* parent); virtual bool open(const QString& filename); signals: void error(const QString&); }; #endif
[ "gelisam@gmail.com" ]
gelisam@gmail.com
dadf6bbd643a897e6905792a86d345bcacccc9a1
2343601c38bb85ebea51f0fd0e83551b34519690
/src/cpp/QSurfaceFormat/qsurfaceformat_wrap.cpp
0cd854fcab5e09ff237d02bf06ded89ed8d3e8d4
[ "MIT" ]
permissive
bvkimball/nodegui-plugin-opengl
fe050c6aeae29677748226146e412205682b46ba
e12669f2efbb07420f86ed8e10c85a9e408f4ff7
refs/heads/main
2023-05-24T00:24:33.074070
2021-06-14T19:44:11
2021-06-14T19:44:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,725
cpp
#include <Extras/Utils/nutils.h> #include <QtCore/QObject/qobject_wrap.h> #include "qsurfaceformat_wrap.h" Napi::FunctionReference QSurfaceFormatWrap::constructor; Napi::Object QSurfaceFormatWrap::init(Napi::Env env, Napi::Object exports) { Napi::HandleScope scope(env); char CLASSNAME[] = "QSurfaceFormat"; Na...
[ "simon@simonzone.com" ]
simon@simonzone.com
ef2fe51307e78b0a998abe561de32055b5117983
96a330b0069bf008457d7a9201fc8eba83ff86c6
/src/polycubed/src/server/Resources/Body/ListResource.h
d5ed87abe1557b158a2cdf0ffd1979365eea6c56
[ "Apache-2.0" ]
permissive
polycube-network/polycube
0ef845cb7043a47c37f2f2073d5aaf818da6da46
a143e3c0325400dad7b9ff3406848f5a953ed3d1
refs/heads/master
2023-03-20T01:08:32.534908
2022-06-30T12:45:40
2022-06-30T12:45:40
161,432,392
463
107
Apache-2.0
2023-03-07T01:11:30
2018-12-12T04:23:33
C++
UTF-8
C++
false
false
2,113
h
/* * Copyright 2018 The Polycube Authors * * 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 or agree...
[ "mauriciovasquezbernal@gmail.com" ]
mauriciovasquezbernal@gmail.com
327ad38d00b4b4b96ef2198e3d7a5c4e9c78b8ae
ab05472608d6cb5001b5819a0c2ee7de42573466
/ACCbot.cpp
ee52803ecfc8038ca45cfc22412d56d912a8aec6
[]
no_license
ACCGeneral/ACCBot
016cf0897454b64df750eca4d934daf54502cd54
b0949a4e86845ceeb91b09a00eb1818515dd5fc2
refs/heads/master
2021-08-31T21:11:37.069608
2017-12-22T23:30:50
2017-12-22T23:30:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,477
cpp
#include "ACCbot.h" #include <iostream> using namespace BWAPI; using namespace Filter; bool analyzed; bool analysis_just_finished; void ACCbotmain::onStart() { AICommander = new Commander(); Broodwar->sendText("ACCBot v1.0"); Broodwar << "The map is " << Broodwar->mapName() << "!" << std::endl; Broodwar->en...
[ "alex_chatt@hotmail.co.uk" ]
alex_chatt@hotmail.co.uk
de0f09e6990d5cdc91a2a45fc37c0306ef066806
78bff80db16c58b268f0800d9691cf1fb9170b23
/Grafica_Computadora/P2 - Linea Mouse/LineasConMouse/main.cpp
b32b4254cee3f33225fd102323a6fc0d599b0066
[]
no_license
Dynotum/Graficas_Computadoras
006e7b6bb0006d6971337d092bbd77875d94b928
5095f226867939a67f7a4c73cc1fde13c2f793db
refs/heads/master
2021-01-11T02:30:54.521713
2016-10-14T23:43:49
2016-10-14T23:43:49
70,954,226
0
0
null
null
null
null
ISO-8859-1
C++
false
false
2,818
cpp
#include <windows.h> #include <GL/GLU.h> #include <GL/glut.h> #include <math.h> #include <stdio.h> #include <stdlib.h> int colorArray[200][200]; int xini=0,yini=0,xfin=0,yfin=0,lados; void init(void){ glClearColor(0.0, 0.0, 0.0, 0.0); // se establece el color de la ventana de visualización glMatri...
[ "dino_arquero_1@hotmail.com" ]
dino_arquero_1@hotmail.com
6bbd2521ba41e449352d0dd8e643399691eec48b
94e6c983942bbf14284ff3739f6f57896d2f2a3b
/misc/const_expr.cpp
f0e60cced0019abba2efc0467aa6c8e6c6a7e9fb
[]
no_license
tctony/cpp-demo
e25ffafe9689e92fe43dcf818e652fc30df2c4e2
e0e2b905c1dd2ab576a8fd05944b06d7a3f7d405
refs/heads/master
2023-05-29T04:25:33.163184
2020-11-28T15:35:28
2020-12-06T02:03:12
345,267,680
0
0
null
null
null
null
UTF-8
C++
false
false
1,341
cpp
#include <chrono> #include <iostream> #define N 25 uint64_t f1(int n) { return n == 1 || n == 2 ? 1 : f1(n - 1) + f1(n - 2); } constexpr uint64_t f2(const int n) { return n == 1 || n == 2 ? 1 : f2(n - 1) + f2(n - 2); } int main(int argc, const char *argv[]) { { auto ts = std::chrono::high_resolution_clock::...
[ "tangchang21@gmail.com" ]
tangchang21@gmail.com
1c91756d98ba7e5326c1c0c24b21898f20f0faf6
474cf25fed880462fb858c55a12107bab6afa2af
/common/vision/src/rioreceive.cpp
e181a5b9559234bc99e26a6fda5c42343c1c8b04
[ "MIT" ]
permissive
swan58/2018-PowerUp
8636971932d1220f9bac63720ce91de2f06f85e4
035a4257810ab84de2528048d9afaa635344ae4b
refs/heads/master
2021-05-12T17:07:45.903076
2018-04-25T15:03:06
2018-04-25T15:03:06
117,037,486
1
0
MIT
2018-02-16T09:18:50
2018-01-11T02:12:28
C++
UTF-8
C++
false
false
2,052
cpp
void rioreceive::init() { if ((sockfd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { std::cerr << "Error: Could not create socket" << std::endl; } else { std::memset((char*)&addr, 0, sizeof(addr)); addr.sin_family = AF_INET; addr.sin_port = htons(PORT); if (bind(sockfd, (struct sockaddr*)&addr, sizeof(addr)) < ...
[ "jaci.brunning@gmail.com" ]
jaci.brunning@gmail.com